diff --git a/CMakeLists.darwin-x86_64.txt b/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 0abf1be66b5..00000000000 --- a/CMakeLists.darwin-x86_64.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. - - -add_subdirectory(cloud) -add_subdirectory(contrib) -add_subdirectory(library) -add_subdirectory(util) -add_subdirectory(certs) -add_subdirectory(tools) -add_subdirectory(logbroker) diff --git a/CMakeLists.linux-aarch64.txt b/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 0abf1be66b5..00000000000 --- a/CMakeLists.linux-aarch64.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. - - -add_subdirectory(cloud) -add_subdirectory(contrib) -add_subdirectory(library) -add_subdirectory(util) -add_subdirectory(certs) -add_subdirectory(tools) -add_subdirectory(logbroker) diff --git a/CMakeLists.linux-x86_64.txt b/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 0abf1be66b5..00000000000 --- a/CMakeLists.linux-x86_64.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. - - -add_subdirectory(cloud) -add_subdirectory(contrib) -add_subdirectory(library) -add_subdirectory(util) -add_subdirectory(certs) -add_subdirectory(tools) -add_subdirectory(logbroker) diff --git a/CMakeLists.txt b/CMakeLists.txt deleted file mode 100644 index b9ecfe444e9..00000000000 --- a/CMakeLists.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. - - -cmake_minimum_required(VERSION 3.15) -project(BLOCKSTORE LANGUAGES C CXX ASM) - -set(BUILD_SHARED_LIBS Off) -set(CMAKE_CXX_STANDARD 20) -set(CMAKE_CXX_EXTENSIONS Off) -set(BLOCKSTORE_MAX_LINK_JOBS 5 CACHE STRING "Maximum parallel link jobs for Ninja generator") -set_property(GLOBAL PROPERTY JOB_POOLS link_jobs=${BLOCKSTORE_MAX_LINK_JOBS}) -set(CMAKE_JOB_POOL_LINK link_jobs) - -list(APPEND CMAKE_MODULE_PATH ${CMAKE_BINARY_DIR} ${CMAKE_SOURCE_DIR}/cmake) -include_directories(${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR}) -list(APPEND CMAKE_CTEST_ARGUMENTS "--output-on-failure") -enable_testing() - -# Disable 'empty CUDA_ARCHITECTURES not allowed' warning -# Can't set it in cuda.cmake because of CMake policy subdirectory stack rules -cmake_policy(SET CMP0104 OLD) - -include(cmake/global_flags.cmake) -include(cmake/global_vars.cmake) -include(cmake/antlr.cmake) -include(cmake/archive.cmake) -include(cmake/common.cmake) -include(cmake/conan.cmake) -include(cmake/fbs.cmake) -include(cmake/masm.cmake) -include(cmake/protobuf.cmake) -include(cmake/shared_libs.cmake) - -if (CMAKE_CROSSCOMPILING) - include(${CMAKE_BINARY_DIR}/conan_paths.cmake) -else() - conan_cmake_autodetect(settings) - conan_cmake_install( - PATH_OR_REFERENCE ${CMAKE_SOURCE_DIR} - INSTALL_FOLDER ${CMAKE_BINARY_DIR} - BUILD missing - REMOTE conancenter - SETTINGS ${settings} - ENV "CONAN_CMAKE_GENERATOR=${CMAKE_GENERATOR}" - CONF "tools.cmake.cmaketoolchain:generator=${CMAKE_GENERATOR}" - ) -endif() - -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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/CMakeLists.windows-x86_64.txt b/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 5daa3d17f08..00000000000 --- a/CMakeLists.windows-x86_64.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. - - -add_subdirectory(cloud) -add_subdirectory(contrib) -add_subdirectory(util) -add_subdirectory(library) -add_subdirectory(certs) -add_subdirectory(tools) -add_subdirectory(logbroker) diff --git a/certs/CMakeLists.darwin-x86_64.txt b/certs/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 9ab67fa9078..00000000000 --- a/certs/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. - - -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(certs INTERFACE) -target_link_libraries(certs INTERFACE - contrib-libs-cxxsupp - yutil - library-cpp-resource -) - -add_global_library_for(certs.global certs) -target_link_libraries(certs.global PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-resource -) -target_sources(certs.global PRIVATE - ${CMAKE_BINARY_DIR}/certs/b03c08f91a00a60ac9d7daef45f3075a.cpp -) -resources(certs.global - ${CMAKE_BINARY_DIR}/certs/b03c08f91a00a60ac9d7daef45f3075a.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/certs/cacert.pem - KEYS - /builtin/cacert -) diff --git a/certs/CMakeLists.linux-aarch64.txt b/certs/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 5b25b1d3c26..00000000000 --- a/certs/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. - - -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(certs INTERFACE) -target_link_libraries(certs INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-resource -) - -add_global_library_for(certs.global certs) -target_link_libraries(certs.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-resource -) -target_sources(certs.global PRIVATE - ${CMAKE_BINARY_DIR}/certs/b03c08f91a00a60ac9d7daef45f3075a.cpp -) -resources(certs.global - ${CMAKE_BINARY_DIR}/certs/b03c08f91a00a60ac9d7daef45f3075a.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/certs/cacert.pem - KEYS - /builtin/cacert -) diff --git a/certs/CMakeLists.linux-x86_64.txt b/certs/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 5b25b1d3c26..00000000000 --- a/certs/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. - - -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(certs INTERFACE) -target_link_libraries(certs INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-resource -) - -add_global_library_for(certs.global certs) -target_link_libraries(certs.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-resource -) -target_sources(certs.global PRIVATE - ${CMAKE_BINARY_DIR}/certs/b03c08f91a00a60ac9d7daef45f3075a.cpp -) -resources(certs.global - ${CMAKE_BINARY_DIR}/certs/b03c08f91a00a60ac9d7daef45f3075a.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/certs/cacert.pem - KEYS - /builtin/cacert -) diff --git a/certs/CMakeLists.txt b/certs/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/certs/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/certs/CMakeLists.windows-x86_64.txt b/certs/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 9ab67fa9078..00000000000 --- a/certs/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. - - -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(certs INTERFACE) -target_link_libraries(certs INTERFACE - contrib-libs-cxxsupp - yutil - library-cpp-resource -) - -add_global_library_for(certs.global certs) -target_link_libraries(certs.global PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-resource -) -target_sources(certs.global PRIVATE - ${CMAKE_BINARY_DIR}/certs/b03c08f91a00a60ac9d7daef45f3075a.cpp -) -resources(certs.global - ${CMAKE_BINARY_DIR}/certs/b03c08f91a00a60ac9d7daef45f3075a.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/certs/cacert.pem - KEYS - /builtin/cacert -) diff --git a/cloud/CMakeLists.txt b/cloud/CMakeLists.txt deleted file mode 100644 index e793421bf84..00000000000 --- a/cloud/CMakeLists.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_subdirectory(blockstore) -add_subdirectory(contrib) -add_subdirectory(disk_manager) -add_subdirectory(filestore) -add_subdirectory(storage) -add_subdirectory(vm) diff --git a/cloud/blockstore/CMakeLists.txt b/cloud/blockstore/CMakeLists.txt deleted file mode 100644 index 0dea8d8a1a6..00000000000 --- a/cloud/blockstore/CMakeLists.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_subdirectory(apps) -add_subdirectory(config) -add_subdirectory(libs) -add_subdirectory(private) -add_subdirectory(public) -add_subdirectory(tests) -add_subdirectory(tools) -add_subdirectory(vhost-server) diff --git a/cloud/blockstore/apps/CMakeLists.txt b/cloud/blockstore/apps/CMakeLists.txt deleted file mode 100644 index eb4498de0d7..00000000000 --- a/cloud/blockstore/apps/CMakeLists.txt +++ /dev/null @@ -1,12 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(client) -add_subdirectory(disk_agent) -add_subdirectory(server) -add_subdirectory(server_lightweight) diff --git a/cloud/blockstore/apps/client/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/apps/client/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6203c1feee6..00000000000 --- a/cloud/blockstore/apps/client/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_subdirectory(lib) - -add_executable(blockstore-client) -target_link_libraries(blockstore-client PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - library-cpp-getopt - apps-client-lib -) -target_link_options(blockstore-client PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(blockstore-client PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/main.cpp -) -target_allocator(blockstore-client - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(blockstore-client) diff --git a/cloud/blockstore/apps/client/CMakeLists.linux-aarch64.txt b/cloud/blockstore/apps/client/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 43b4a6ad3bb..00000000000 --- a/cloud/blockstore/apps/client/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_subdirectory(lib) - -add_executable(blockstore-client) -target_link_libraries(blockstore-client PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-getopt - apps-client-lib -) -target_link_options(blockstore-client PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(blockstore-client PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/main.cpp -) -target_allocator(blockstore-client - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(blockstore-client) diff --git a/cloud/blockstore/apps/client/CMakeLists.linux-x86_64.txt b/cloud/blockstore/apps/client/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 262d02386d9..00000000000 --- a/cloud/blockstore/apps/client/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_subdirectory(lib) - -add_executable(blockstore-client) -target_link_libraries(blockstore-client PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - library-cpp-getopt - apps-client-lib -) -target_link_options(blockstore-client PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(blockstore-client PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/main.cpp -) -target_allocator(blockstore-client - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(blockstore-client) diff --git a/cloud/blockstore/apps/client/CMakeLists.txt b/cloud/blockstore/apps/client/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/apps/client/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/apps/client/CMakeLists.windows-x86_64.txt b/cloud/blockstore/apps/client/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 4f3d5c3185d..00000000000 --- a/cloud/blockstore/apps/client/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_subdirectory(lib) - -add_executable(blockstore-client) -target_link_libraries(blockstore-client PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - library-cpp-getopt - apps-client-lib -) -target_sources(blockstore-client PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/main.cpp -) -target_allocator(blockstore-client - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(blockstore-client) diff --git a/cloud/blockstore/apps/client/lib/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/apps/client/lib/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 80e8b408934..00000000000 --- a/cloud/blockstore/apps/client/lib/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_subdirectory(ut) - -add_library(apps-client-lib) -target_link_libraries(apps-client-lib PUBLIC - contrib-libs-cxxsupp - yutil - cloud-blockstore-config - public-api-protos - blockstore-libs-client - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-encryption - blockstore-libs-service - core-libs-common - core-libs-version - cpp-getopt-small - cpp-lwtrace-mon - cpp-protobuf-util - cpp-threading-blocking_queue - library-actors-util -) -target_sources(apps-client-lib PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/alter_placement_group_membership.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/alter_volume.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/app.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/assign_volume.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/backup_volume.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/command.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/create_checkpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/create_placement_group.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/create_volume.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/create_volume_from_device.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/delete_checkpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/describe_disk_registry_config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/describe_endpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/describe_placement_group.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/describe_volume.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/describe_volume_model.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/destroy_placement_group.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/destroy_volume.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/discover_instances.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/execute_action.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/factory.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/get_changed_blocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/kick_endpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/list_endpoints.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/list_keyrings.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/list_placement_groups.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/list_volumes.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/ping.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/query_available_storage.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/read_blocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/refresh_endpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/resize_volume.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/resume_device.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/start_endpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/stat_volume.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/stop_endpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/update_disk_registry_config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/volume_manipulation_params.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/write_blocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/zero_blocks.cpp -) diff --git a/cloud/blockstore/apps/client/lib/CMakeLists.linux-aarch64.txt b/cloud/blockstore/apps/client/lib/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 6d394dafd18..00000000000 --- a/cloud/blockstore/apps/client/lib/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_subdirectory(ut) - -add_library(apps-client-lib) -target_link_libraries(apps-client-lib PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cloud-blockstore-config - public-api-protos - blockstore-libs-client - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-encryption - blockstore-libs-service - core-libs-common - core-libs-version - cpp-getopt-small - cpp-lwtrace-mon - cpp-protobuf-util - cpp-threading-blocking_queue - library-actors-util -) -target_sources(apps-client-lib PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/alter_placement_group_membership.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/alter_volume.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/app.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/assign_volume.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/backup_volume.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/command.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/create_checkpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/create_placement_group.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/create_volume.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/create_volume_from_device.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/delete_checkpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/describe_disk_registry_config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/describe_endpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/describe_placement_group.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/describe_volume.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/describe_volume_model.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/destroy_placement_group.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/destroy_volume.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/discover_instances.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/execute_action.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/factory.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/get_changed_blocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/kick_endpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/list_endpoints.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/list_keyrings.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/list_placement_groups.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/list_volumes.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/ping.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/query_available_storage.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/read_blocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/refresh_endpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/resize_volume.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/resume_device.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/start_endpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/stat_volume.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/stop_endpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/update_disk_registry_config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/volume_manipulation_params.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/write_blocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/zero_blocks.cpp -) diff --git a/cloud/blockstore/apps/client/lib/CMakeLists.linux-x86_64.txt b/cloud/blockstore/apps/client/lib/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 6d394dafd18..00000000000 --- a/cloud/blockstore/apps/client/lib/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_subdirectory(ut) - -add_library(apps-client-lib) -target_link_libraries(apps-client-lib PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cloud-blockstore-config - public-api-protos - blockstore-libs-client - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-encryption - blockstore-libs-service - core-libs-common - core-libs-version - cpp-getopt-small - cpp-lwtrace-mon - cpp-protobuf-util - cpp-threading-blocking_queue - library-actors-util -) -target_sources(apps-client-lib PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/alter_placement_group_membership.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/alter_volume.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/app.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/assign_volume.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/backup_volume.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/command.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/create_checkpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/create_placement_group.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/create_volume.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/create_volume_from_device.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/delete_checkpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/describe_disk_registry_config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/describe_endpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/describe_placement_group.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/describe_volume.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/describe_volume_model.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/destroy_placement_group.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/destroy_volume.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/discover_instances.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/execute_action.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/factory.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/get_changed_blocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/kick_endpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/list_endpoints.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/list_keyrings.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/list_placement_groups.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/list_volumes.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/ping.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/query_available_storage.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/read_blocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/refresh_endpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/resize_volume.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/resume_device.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/start_endpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/stat_volume.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/stop_endpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/update_disk_registry_config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/volume_manipulation_params.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/write_blocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/zero_blocks.cpp -) diff --git a/cloud/blockstore/apps/client/lib/CMakeLists.txt b/cloud/blockstore/apps/client/lib/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/apps/client/lib/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/apps/client/lib/CMakeLists.windows-x86_64.txt b/cloud/blockstore/apps/client/lib/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 80e8b408934..00000000000 --- a/cloud/blockstore/apps/client/lib/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_subdirectory(ut) - -add_library(apps-client-lib) -target_link_libraries(apps-client-lib PUBLIC - contrib-libs-cxxsupp - yutil - cloud-blockstore-config - public-api-protos - blockstore-libs-client - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-encryption - blockstore-libs-service - core-libs-common - core-libs-version - cpp-getopt-small - cpp-lwtrace-mon - cpp-protobuf-util - cpp-threading-blocking_queue - library-actors-util -) -target_sources(apps-client-lib PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/alter_placement_group_membership.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/alter_volume.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/app.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/assign_volume.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/backup_volume.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/command.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/create_checkpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/create_placement_group.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/create_volume.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/create_volume_from_device.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/delete_checkpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/describe_disk_registry_config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/describe_endpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/describe_placement_group.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/describe_volume.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/describe_volume_model.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/destroy_placement_group.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/destroy_volume.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/discover_instances.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/execute_action.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/factory.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/get_changed_blocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/kick_endpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/list_endpoints.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/list_keyrings.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/list_placement_groups.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/list_volumes.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/ping.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/query_available_storage.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/read_blocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/refresh_endpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/resize_volume.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/resume_device.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/start_endpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/stat_volume.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/stop_endpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/update_disk_registry_config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/volume_manipulation_params.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/write_blocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/zero_blocks.cpp -) diff --git a/cloud/blockstore/apps/client/lib/ut/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/apps/client/lib/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 0e19c221bc5..00000000000 --- a/cloud/blockstore/apps/client/lib/ut/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,74 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-apps-client-lib-ut) -target_include_directories(cloud-blockstore-apps-client-lib-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib -) -target_link_libraries(cloud-blockstore-apps-client-lib-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - apps-client-lib -) -target_link_options(cloud-blockstore-apps-client-lib-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-blockstore-apps-client-lib-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/command_ut.cpp -) -set_property( - TARGET - cloud-blockstore-apps-client-lib-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-apps-client-lib-ut - TEST_TARGET - cloud-blockstore-apps-client-lib-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-apps-client-lib-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-apps-client-lib-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-apps-client-lib-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-apps-client-lib-ut - system_allocator -) -vcs_info(cloud-blockstore-apps-client-lib-ut) diff --git a/cloud/blockstore/apps/client/lib/ut/CMakeLists.linux-aarch64.txt b/cloud/blockstore/apps/client/lib/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 93e9b579c72..00000000000 --- a/cloud/blockstore/apps/client/lib/ut/CMakeLists.linux-aarch64.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_executable(cloud-blockstore-apps-client-lib-ut) -target_include_directories(cloud-blockstore-apps-client-lib-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib -) -target_link_libraries(cloud-blockstore-apps-client-lib-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - apps-client-lib -) -target_link_options(cloud-blockstore-apps-client-lib-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-apps-client-lib-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/command_ut.cpp -) -set_property( - TARGET - cloud-blockstore-apps-client-lib-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-apps-client-lib-ut - TEST_TARGET - cloud-blockstore-apps-client-lib-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-apps-client-lib-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-apps-client-lib-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-apps-client-lib-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-apps-client-lib-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-blockstore-apps-client-lib-ut) diff --git a/cloud/blockstore/apps/client/lib/ut/CMakeLists.linux-x86_64.txt b/cloud/blockstore/apps/client/lib/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 328d97cf2ae..00000000000 --- a/cloud/blockstore/apps/client/lib/ut/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,79 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-apps-client-lib-ut) -target_include_directories(cloud-blockstore-apps-client-lib-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib -) -target_link_libraries(cloud-blockstore-apps-client-lib-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - apps-client-lib -) -target_link_options(cloud-blockstore-apps-client-lib-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-apps-client-lib-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/command_ut.cpp -) -set_property( - TARGET - cloud-blockstore-apps-client-lib-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-apps-client-lib-ut - TEST_TARGET - cloud-blockstore-apps-client-lib-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-apps-client-lib-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-apps-client-lib-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-apps-client-lib-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-apps-client-lib-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-blockstore-apps-client-lib-ut) diff --git a/cloud/blockstore/apps/client/lib/ut/CMakeLists.txt b/cloud/blockstore/apps/client/lib/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/apps/client/lib/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/apps/client/lib/ut/CMakeLists.windows-x86_64.txt b/cloud/blockstore/apps/client/lib/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index e4a6287bf7e..00000000000 --- a/cloud/blockstore/apps/client/lib/ut/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,67 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-apps-client-lib-ut) -target_include_directories(cloud-blockstore-apps-client-lib-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib -) -target_link_libraries(cloud-blockstore-apps-client-lib-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - apps-client-lib -) -target_sources(cloud-blockstore-apps-client-lib-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/client/lib/command_ut.cpp -) -set_property( - TARGET - cloud-blockstore-apps-client-lib-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-apps-client-lib-ut - TEST_TARGET - cloud-blockstore-apps-client-lib-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-apps-client-lib-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-apps-client-lib-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-apps-client-lib-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-apps-client-lib-ut - system_allocator -) -vcs_info(cloud-blockstore-apps-client-lib-ut) diff --git a/cloud/blockstore/apps/disk_agent/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/apps/disk_agent/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index dfa0a0dec43..00000000000 --- a/cloud/blockstore/apps/disk_agent/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_executable(diskagentd) -target_compile_options(diskagentd PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(diskagentd PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - blockstore-libs-disk_agent - libs-rdma-impl - libs-spdk-iface - core-libs-daemon - run - ydb-core-security - library-cpp-getopt -) -target_link_options(diskagentd PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(diskagentd PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/disk_agent/main.cpp -) -target_allocator(diskagentd - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(diskagentd) diff --git a/cloud/blockstore/apps/disk_agent/CMakeLists.linux-aarch64.txt b/cloud/blockstore/apps/disk_agent/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 8cf9bee905e..00000000000 --- a/cloud/blockstore/apps/disk_agent/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(diskagentd) -target_compile_options(diskagentd PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(diskagentd PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-disk_agent - libs-rdma-impl - libs-spdk-iface - core-libs-daemon - run - ydb-core-security - library-cpp-getopt -) -target_link_options(diskagentd PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(diskagentd PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/disk_agent/main.cpp -) -target_allocator(diskagentd - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(diskagentd) diff --git a/cloud/blockstore/apps/disk_agent/CMakeLists.linux-x86_64.txt b/cloud/blockstore/apps/disk_agent/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a4ac623bd0e..00000000000 --- a/cloud/blockstore/apps/disk_agent/CMakeLists.linux-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_executable(diskagentd) -target_compile_options(diskagentd PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(diskagentd PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - blockstore-libs-disk_agent - libs-rdma-impl - libs-spdk-iface - core-libs-daemon - run - ydb-core-security - library-cpp-getopt -) -target_link_options(diskagentd PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(diskagentd PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/disk_agent/main.cpp -) -target_allocator(diskagentd - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(diskagentd) diff --git a/cloud/blockstore/apps/disk_agent/CMakeLists.txt b/cloud/blockstore/apps/disk_agent/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/apps/disk_agent/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/apps/disk_agent/CMakeLists.windows-x86_64.txt b/cloud/blockstore/apps/disk_agent/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 5c4ff309012..00000000000 --- a/cloud/blockstore/apps/disk_agent/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_executable(diskagentd) -target_compile_options(diskagentd PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(diskagentd PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - blockstore-libs-disk_agent - libs-rdma-impl - libs-spdk-iface - core-libs-daemon - run - ydb-core-security - library-cpp-getopt -) -target_sources(diskagentd PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/disk_agent/main.cpp -) -target_allocator(diskagentd - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(diskagentd) diff --git a/cloud/blockstore/apps/server/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/apps/server/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a9c0b8d595c..00000000000 --- a/cloud/blockstore/apps/server/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_executable(nbsd) -target_compile_options(nbsd PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(nbsd PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - libs-daemon-ydb - libs-kms-iface - libs-kms-impl - libs-logbroker-iface - libs-rdma-impl - blockstore-libs-service - libs-spdk-iface - core-libs-daemon - libs-iam-iface - run - ydb-core-security - library-cpp-getopt -) -target_link_options(nbsd PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(nbsd PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/server/main.cpp -) -target_allocator(nbsd - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(nbsd) diff --git a/cloud/blockstore/apps/server/CMakeLists.linux-aarch64.txt b/cloud/blockstore/apps/server/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 02c94247d7f..00000000000 --- a/cloud/blockstore/apps/server/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_executable(nbsd) -target_compile_options(nbsd PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(nbsd PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-daemon-ydb - libs-kms-iface - libs-kms-impl - libs-logbroker-iface - libs-rdma-impl - blockstore-libs-service - libs-spdk-iface - core-libs-daemon - libs-iam-iface - run - ydb-core-security - library-cpp-getopt -) -target_link_options(nbsd PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(nbsd PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/server/main.cpp -) -target_allocator(nbsd - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(nbsd) diff --git a/cloud/blockstore/apps/server/CMakeLists.linux-x86_64.txt b/cloud/blockstore/apps/server/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b3100bbc180..00000000000 --- a/cloud/blockstore/apps/server/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,49 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(nbsd) -target_compile_options(nbsd PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(nbsd PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - libs-daemon-ydb - libs-kms-iface - libs-kms-impl - libs-logbroker-iface - libs-rdma-impl - blockstore-libs-service - libs-spdk-iface - core-libs-daemon - libs-iam-iface - run - ydb-core-security - library-cpp-getopt -) -target_link_options(nbsd PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(nbsd PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/server/main.cpp -) -target_allocator(nbsd - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(nbsd) diff --git a/cloud/blockstore/apps/server/CMakeLists.txt b/cloud/blockstore/apps/server/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/apps/server/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/apps/server/CMakeLists.windows-x86_64.txt b/cloud/blockstore/apps/server/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 85dc8d2b040..00000000000 --- a/cloud/blockstore/apps/server/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_executable(nbsd) -target_compile_options(nbsd PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(nbsd PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - libs-daemon-ydb - libs-kms-iface - libs-kms-impl - libs-logbroker-iface - libs-rdma-impl - blockstore-libs-service - libs-spdk-iface - core-libs-daemon - libs-iam-iface - run - ydb-core-security - library-cpp-getopt -) -target_sources(nbsd PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/server/main.cpp -) -target_allocator(nbsd - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(nbsd) diff --git a/cloud/blockstore/apps/server_lightweight/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/apps/server_lightweight/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 60f113db287..00000000000 --- a/cloud/blockstore/apps/server_lightweight/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_executable(nbsd-lightweight) -target_link_libraries(nbsd-lightweight PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - libs-daemon-local - blockstore-libs-service - core-libs-daemon -) -target_link_options(nbsd-lightweight PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(nbsd-lightweight PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/server_lightweight/main.cpp -) -target_allocator(nbsd-lightweight - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(nbsd-lightweight) diff --git a/cloud/blockstore/apps/server_lightweight/CMakeLists.linux-aarch64.txt b/cloud/blockstore/apps/server_lightweight/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 840d614f93a..00000000000 --- a/cloud/blockstore/apps/server_lightweight/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_executable(nbsd-lightweight) -target_link_libraries(nbsd-lightweight PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-daemon-local - blockstore-libs-service - core-libs-daemon -) -target_link_options(nbsd-lightweight PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(nbsd-lightweight PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/server_lightweight/main.cpp -) -target_allocator(nbsd-lightweight - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(nbsd-lightweight) diff --git a/cloud/blockstore/apps/server_lightweight/CMakeLists.linux-x86_64.txt b/cloud/blockstore/apps/server_lightweight/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 8cac4c7bfb3..00000000000 --- a/cloud/blockstore/apps/server_lightweight/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_executable(nbsd-lightweight) -target_link_libraries(nbsd-lightweight PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - libs-daemon-local - blockstore-libs-service - core-libs-daemon -) -target_link_options(nbsd-lightweight PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(nbsd-lightweight PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/server_lightweight/main.cpp -) -target_allocator(nbsd-lightweight - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(nbsd-lightweight) diff --git a/cloud/blockstore/apps/server_lightweight/CMakeLists.txt b/cloud/blockstore/apps/server_lightweight/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/apps/server_lightweight/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/apps/server_lightweight/CMakeLists.windows-x86_64.txt b/cloud/blockstore/apps/server_lightweight/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d9854cc1503..00000000000 --- a/cloud/blockstore/apps/server_lightweight/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_executable(nbsd-lightweight) -target_link_libraries(nbsd-lightweight PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - libs-daemon-local - blockstore-libs-service - core-libs-daemon -) -target_sources(nbsd-lightweight PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/apps/server_lightweight/main.cpp -) -target_allocator(nbsd-lightweight - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(nbsd-lightweight) diff --git a/cloud/blockstore/config/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/config/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index aed5ecc962a..00000000000 --- a/cloud/blockstore/config/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,228 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(cloud-blockstore-config) -target_link_libraries(cloud-blockstore-config PUBLIC - contrib-libs-cxxsupp - yutil - public-api-protos - storage-core-config - storage-core-protos - contrib-libs-protobuf -) -target_proto_messages(cloud-blockstore-config PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/config/client.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/config/diagnostics.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/config/discovery.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/config/disk.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/config/features.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/config/grpc_client.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/config/http_proxy.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/config/logbroker.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/config/notify.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/config/plugin.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/config/rdma.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/config/server.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/config/spdk.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/config/storage.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/config/ydbstats.proto -) -target_proto_addincls(cloud-blockstore-config - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(cloud-blockstore-config - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/blockstore/config/CMakeLists.linux-aarch64.txt b/cloud/blockstore/config/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 085041e6292..00000000000 --- a/cloud/blockstore/config/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,229 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(cloud-blockstore-config) -target_link_libraries(cloud-blockstore-config PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - public-api-protos - storage-core-config - storage-core-protos - contrib-libs-protobuf -) -target_proto_messages(cloud-blockstore-config PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/config/client.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/config/diagnostics.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/config/discovery.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/config/disk.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/config/features.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/config/grpc_client.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/config/http_proxy.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/config/logbroker.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/config/notify.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/config/plugin.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/config/rdma.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/config/server.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/config/spdk.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/config/storage.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/config/ydbstats.proto -) -target_proto_addincls(cloud-blockstore-config - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(cloud-blockstore-config - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/blockstore/config/CMakeLists.linux-x86_64.txt b/cloud/blockstore/config/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 085041e6292..00000000000 --- a/cloud/blockstore/config/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,229 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(cloud-blockstore-config) -target_link_libraries(cloud-blockstore-config PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - public-api-protos - storage-core-config - storage-core-protos - contrib-libs-protobuf -) -target_proto_messages(cloud-blockstore-config PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/config/client.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/config/diagnostics.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/config/discovery.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/config/disk.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/config/features.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/config/grpc_client.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/config/http_proxy.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/config/logbroker.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/config/notify.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/config/plugin.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/config/rdma.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/config/server.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/config/spdk.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/config/storage.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/config/ydbstats.proto -) -target_proto_addincls(cloud-blockstore-config - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(cloud-blockstore-config - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/blockstore/config/CMakeLists.txt b/cloud/blockstore/config/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/config/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/config/CMakeLists.windows-x86_64.txt b/cloud/blockstore/config/CMakeLists.windows-x86_64.txt deleted file mode 100644 index aed5ecc962a..00000000000 --- a/cloud/blockstore/config/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,228 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(cloud-blockstore-config) -target_link_libraries(cloud-blockstore-config PUBLIC - contrib-libs-cxxsupp - yutil - public-api-protos - storage-core-config - storage-core-protos - contrib-libs-protobuf -) -target_proto_messages(cloud-blockstore-config PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/config/client.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/config/diagnostics.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/config/discovery.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/config/disk.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/config/features.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/config/grpc_client.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/config/http_proxy.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/config/logbroker.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/config/notify.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/config/plugin.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/config/rdma.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/config/server.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/config/spdk.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/config/storage.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/config/ydbstats.proto -) -target_proto_addincls(cloud-blockstore-config - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(cloud-blockstore-config - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/blockstore/libs/CMakeLists.txt b/cloud/blockstore/libs/CMakeLists.txt deleted file mode 100644 index 272c37f5e03..00000000000 --- a/cloud/blockstore/libs/CMakeLists.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_subdirectory(client) -add_subdirectory(client_rdma) -add_subdirectory(client_spdk) -add_subdirectory(common) -add_subdirectory(daemon) -add_subdirectory(diagnostics) -add_subdirectory(discovery) -add_subdirectory(disk_agent) -add_subdirectory(encryption) -add_subdirectory(endpoints) -add_subdirectory(endpoints_grpc) -add_subdirectory(endpoints_nbd) -add_subdirectory(endpoints_rdma) -add_subdirectory(endpoints_spdk) -add_subdirectory(endpoints_vhost) -add_subdirectory(kikimr) -add_subdirectory(kms) -add_subdirectory(logbroker) -add_subdirectory(nbd) -add_subdirectory(notify) -add_subdirectory(nvme) -add_subdirectory(rdma) -add_subdirectory(rdma_test) -add_subdirectory(server) -add_subdirectory(service) -add_subdirectory(service_kikimr) -add_subdirectory(service_local) -add_subdirectory(service_throttling) -add_subdirectory(spdk) -add_subdirectory(storage) -add_subdirectory(throttling) -add_subdirectory(validation) -add_subdirectory(vhost) -add_subdirectory(ydbstats) diff --git a/cloud/blockstore/libs/client/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/client/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 15fcd986e82..00000000000 --- a/cloud/blockstore/libs/client/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_subdirectory(bench) -add_subdirectory(ut) -add_subdirectory(ut_throttling) - -add_library(blockstore-libs-client) -target_link_libraries(blockstore-libs-client PUBLIC - contrib-libs-cxxsupp - yutil - public-api-grpc - public-api-protos - cloud-blockstore-config - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-service - blockstore-libs-throttling - core-libs-grpc - core-libs-throttling - library-cpp-lwtrace - cpp-monlib-dynamic_counters - cpp-threading-future - cpp-monlib-service - monlib-service-pages - contrib-libs-grpc -) -target_sources(blockstore-libs-client PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client/client.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client/durable.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client/metric.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client/session.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client/session_test.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client/throttling.cpp -) diff --git a/cloud/blockstore/libs/client/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/client/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 94e4be89a6b..00000000000 --- a/cloud/blockstore/libs/client/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_subdirectory(bench) -add_subdirectory(ut) -add_subdirectory(ut_throttling) - -add_library(blockstore-libs-client) -target_link_libraries(blockstore-libs-client PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - public-api-grpc - public-api-protos - cloud-blockstore-config - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-service - blockstore-libs-throttling - core-libs-grpc - core-libs-throttling - library-cpp-lwtrace - cpp-monlib-dynamic_counters - cpp-threading-future - cpp-monlib-service - monlib-service-pages - contrib-libs-grpc -) -target_sources(blockstore-libs-client PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client/client.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client/durable.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client/metric.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client/session.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client/session_test.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client/throttling.cpp -) diff --git a/cloud/blockstore/libs/client/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/client/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 94e4be89a6b..00000000000 --- a/cloud/blockstore/libs/client/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_subdirectory(bench) -add_subdirectory(ut) -add_subdirectory(ut_throttling) - -add_library(blockstore-libs-client) -target_link_libraries(blockstore-libs-client PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - public-api-grpc - public-api-protos - cloud-blockstore-config - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-service - blockstore-libs-throttling - core-libs-grpc - core-libs-throttling - library-cpp-lwtrace - cpp-monlib-dynamic_counters - cpp-threading-future - cpp-monlib-service - monlib-service-pages - contrib-libs-grpc -) -target_sources(blockstore-libs-client PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client/client.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client/durable.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client/metric.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client/session.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client/session_test.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client/throttling.cpp -) diff --git a/cloud/blockstore/libs/client/CMakeLists.txt b/cloud/blockstore/libs/client/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/client/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/client/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/client/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 15fcd986e82..00000000000 --- a/cloud/blockstore/libs/client/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_subdirectory(bench) -add_subdirectory(ut) -add_subdirectory(ut_throttling) - -add_library(blockstore-libs-client) -target_link_libraries(blockstore-libs-client PUBLIC - contrib-libs-cxxsupp - yutil - public-api-grpc - public-api-protos - cloud-blockstore-config - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-service - blockstore-libs-throttling - core-libs-grpc - core-libs-throttling - library-cpp-lwtrace - cpp-monlib-dynamic_counters - cpp-threading-future - cpp-monlib-service - monlib-service-pages - contrib-libs-grpc -) -target_sources(blockstore-libs-client PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client/client.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client/durable.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client/metric.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client/session.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client/session_test.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client/throttling.cpp -) diff --git a/cloud/blockstore/libs/client/bench/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/client/bench/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 13fae464fb9..00000000000 --- a/cloud/blockstore/libs/client/bench/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_executable(blockstore-client-bench) -target_link_libraries(blockstore-client-bench PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - testing-benchmark-main - cloud-blockstore-config - blockstore-libs-client - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-encryption -) -target_link_options(blockstore-client-bench PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(blockstore-client-bench PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client/bench/main.cpp -) -target_allocator(blockstore-client-bench - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(blockstore-client-bench) diff --git a/cloud/blockstore/libs/client/bench/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/client/bench/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 427bd2e1031..00000000000 --- a/cloud/blockstore/libs/client/bench/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_executable(blockstore-client-bench) -target_link_libraries(blockstore-client-bench PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - testing-benchmark-main - cloud-blockstore-config - blockstore-libs-client - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-encryption -) -target_link_options(blockstore-client-bench PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(blockstore-client-bench PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client/bench/main.cpp -) -target_allocator(blockstore-client-bench - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(blockstore-client-bench) diff --git a/cloud/blockstore/libs/client/bench/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/client/bench/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 20b1e755943..00000000000 --- a/cloud/blockstore/libs/client/bench/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_executable(blockstore-client-bench) -target_link_libraries(blockstore-client-bench PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - testing-benchmark-main - cloud-blockstore-config - blockstore-libs-client - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-encryption -) -target_link_options(blockstore-client-bench PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(blockstore-client-bench PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client/bench/main.cpp -) -target_allocator(blockstore-client-bench - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(blockstore-client-bench) diff --git a/cloud/blockstore/libs/client/bench/CMakeLists.txt b/cloud/blockstore/libs/client/bench/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/client/bench/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/client/bench/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/client/bench/CMakeLists.windows-x86_64.txt deleted file mode 100644 index e744c289615..00000000000 --- a/cloud/blockstore/libs/client/bench/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_executable(blockstore-client-bench) -target_link_libraries(blockstore-client-bench PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - testing-benchmark-main - cloud-blockstore-config - blockstore-libs-client - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-encryption -) -target_sources(blockstore-client-bench PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client/bench/main.cpp -) -target_allocator(blockstore-client-bench - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(blockstore-client-bench) diff --git a/cloud/blockstore/libs/client/ut/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/client/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index dde9fed644a..00000000000 --- a/cloud/blockstore/libs/client/ut/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,76 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-client-ut) -target_include_directories(cloud-blockstore-libs-client-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client -) -target_link_libraries(cloud-blockstore-libs-client-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-client -) -target_link_options(cloud-blockstore-libs-client-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-blockstore-libs-client-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client/client_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client/durable_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client/session_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-client-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-client-ut - TEST_TARGET - cloud-blockstore-libs-client-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-client-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-client-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-client-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-client-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-client-ut) diff --git a/cloud/blockstore/libs/client/ut/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/client/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 6c6f6e0b150..00000000000 --- a/cloud/blockstore/libs/client/ut/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,79 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-client-ut) -target_include_directories(cloud-blockstore-libs-client-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client -) -target_link_libraries(cloud-blockstore-libs-client-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - blockstore-libs-client -) -target_link_options(cloud-blockstore-libs-client-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-client-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client/client_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client/durable_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client/session_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-client-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-client-ut - TEST_TARGET - cloud-blockstore-libs-client-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-client-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-client-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-client-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-client-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-blockstore-libs-client-ut) diff --git a/cloud/blockstore/libs/client/ut/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/client/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 89d2ab7c7f1..00000000000 --- a/cloud/blockstore/libs/client/ut/CMakeLists.linux-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_executable(cloud-blockstore-libs-client-ut) -target_include_directories(cloud-blockstore-libs-client-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client -) -target_link_libraries(cloud-blockstore-libs-client-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-client -) -target_link_options(cloud-blockstore-libs-client-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-client-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client/client_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client/durable_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client/session_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-client-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-client-ut - TEST_TARGET - cloud-blockstore-libs-client-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-client-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-client-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-client-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-client-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-blockstore-libs-client-ut) diff --git a/cloud/blockstore/libs/client/ut/CMakeLists.txt b/cloud/blockstore/libs/client/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/client/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/client/ut/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/client/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index cb4ef1a0b59..00000000000 --- a/cloud/blockstore/libs/client/ut/CMakeLists.windows-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_executable(cloud-blockstore-libs-client-ut) -target_include_directories(cloud-blockstore-libs-client-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client -) -target_link_libraries(cloud-blockstore-libs-client-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-client -) -target_sources(cloud-blockstore-libs-client-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client/client_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client/durable_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client/session_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-client-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-client-ut - TEST_TARGET - cloud-blockstore-libs-client-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-client-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-client-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-client-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-client-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-client-ut) diff --git a/cloud/blockstore/libs/client/ut_throttling/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/client/ut_throttling/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 3388d51f2ed..00000000000 --- a/cloud/blockstore/libs/client/ut_throttling/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,74 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-client-ut_throttling) -target_include_directories(cloud-blockstore-libs-client-ut_throttling PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client -) -target_link_libraries(cloud-blockstore-libs-client-ut_throttling PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-client -) -target_link_options(cloud-blockstore-libs-client-ut_throttling PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-blockstore-libs-client-ut_throttling PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client/throttling_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-client-ut_throttling - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-client-ut_throttling - TEST_TARGET - cloud-blockstore-libs-client-ut_throttling - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-client-ut_throttling - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-client-ut_throttling - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-client-ut_throttling - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-client-ut_throttling - system_allocator -) -vcs_info(cloud-blockstore-libs-client-ut_throttling) diff --git a/cloud/blockstore/libs/client/ut_throttling/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/client/ut_throttling/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 65cc408a572..00000000000 --- a/cloud/blockstore/libs/client/ut_throttling/CMakeLists.linux-aarch64.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_executable(cloud-blockstore-libs-client-ut_throttling) -target_include_directories(cloud-blockstore-libs-client-ut_throttling PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client -) -target_link_libraries(cloud-blockstore-libs-client-ut_throttling PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - blockstore-libs-client -) -target_link_options(cloud-blockstore-libs-client-ut_throttling PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-client-ut_throttling PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client/throttling_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-client-ut_throttling - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-client-ut_throttling - TEST_TARGET - cloud-blockstore-libs-client-ut_throttling - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-client-ut_throttling - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-client-ut_throttling - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-client-ut_throttling - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-client-ut_throttling - cpp-malloc-jemalloc -) -vcs_info(cloud-blockstore-libs-client-ut_throttling) diff --git a/cloud/blockstore/libs/client/ut_throttling/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/client/ut_throttling/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 31a79abe500..00000000000 --- a/cloud/blockstore/libs/client/ut_throttling/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,79 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-client-ut_throttling) -target_include_directories(cloud-blockstore-libs-client-ut_throttling PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client -) -target_link_libraries(cloud-blockstore-libs-client-ut_throttling PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-client -) -target_link_options(cloud-blockstore-libs-client-ut_throttling PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-client-ut_throttling PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client/throttling_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-client-ut_throttling - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-client-ut_throttling - TEST_TARGET - cloud-blockstore-libs-client-ut_throttling - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-client-ut_throttling - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-client-ut_throttling - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-client-ut_throttling - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-client-ut_throttling - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-blockstore-libs-client-ut_throttling) diff --git a/cloud/blockstore/libs/client/ut_throttling/CMakeLists.txt b/cloud/blockstore/libs/client/ut_throttling/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/client/ut_throttling/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/client/ut_throttling/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/client/ut_throttling/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 235a83e8ad3..00000000000 --- a/cloud/blockstore/libs/client/ut_throttling/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,67 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-client-ut_throttling) -target_include_directories(cloud-blockstore-libs-client-ut_throttling PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client -) -target_link_libraries(cloud-blockstore-libs-client-ut_throttling PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-client -) -target_sources(cloud-blockstore-libs-client-ut_throttling PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client/throttling_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-client-ut_throttling - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-client-ut_throttling - TEST_TARGET - cloud-blockstore-libs-client-ut_throttling - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-client-ut_throttling - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-client-ut_throttling - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-client-ut_throttling - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-client-ut_throttling - system_allocator -) -vcs_info(cloud-blockstore-libs-client-ut_throttling) diff --git a/cloud/blockstore/libs/client_rdma/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/client_rdma/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 9fc6e537bd8..00000000000 --- a/cloud/blockstore/libs/client_rdma/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(blockstore-libs-client_rdma) -target_link_libraries(blockstore-libs-client_rdma PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-common - blockstore-libs-diagnostics - libs-rdma-iface - blockstore-libs-service - core-libs-common - core-libs-diagnostics -) -target_sources(blockstore-libs-client_rdma PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client_rdma/protocol.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client_rdma/rdma_client.cpp -) diff --git a/cloud/blockstore/libs/client_rdma/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/client_rdma/CMakeLists.linux-aarch64.txt deleted file mode 100644 index cdc8fa4595e..00000000000 --- a/cloud/blockstore/libs/client_rdma/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(blockstore-libs-client_rdma) -target_link_libraries(blockstore-libs-client_rdma PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-common - blockstore-libs-diagnostics - libs-rdma-iface - blockstore-libs-service - core-libs-common - core-libs-diagnostics -) -target_sources(blockstore-libs-client_rdma PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client_rdma/protocol.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client_rdma/rdma_client.cpp -) diff --git a/cloud/blockstore/libs/client_rdma/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/client_rdma/CMakeLists.linux-x86_64.txt deleted file mode 100644 index cdc8fa4595e..00000000000 --- a/cloud/blockstore/libs/client_rdma/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(blockstore-libs-client_rdma) -target_link_libraries(blockstore-libs-client_rdma PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-common - blockstore-libs-diagnostics - libs-rdma-iface - blockstore-libs-service - core-libs-common - core-libs-diagnostics -) -target_sources(blockstore-libs-client_rdma PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client_rdma/protocol.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client_rdma/rdma_client.cpp -) diff --git a/cloud/blockstore/libs/client_rdma/CMakeLists.txt b/cloud/blockstore/libs/client_rdma/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/client_rdma/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/client_rdma/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/client_rdma/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 9fc6e537bd8..00000000000 --- a/cloud/blockstore/libs/client_rdma/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(blockstore-libs-client_rdma) -target_link_libraries(blockstore-libs-client_rdma PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-common - blockstore-libs-diagnostics - libs-rdma-iface - blockstore-libs-service - core-libs-common - core-libs-diagnostics -) -target_sources(blockstore-libs-client_rdma PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client_rdma/protocol.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client_rdma/rdma_client.cpp -) diff --git a/cloud/blockstore/libs/client_spdk/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/client_spdk/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 8cd5b9ec2f5..00000000000 --- a/cloud/blockstore/libs/client_spdk/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(blockstore-libs-client_spdk) -target_link_libraries(blockstore-libs-client_spdk PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-service - libs-spdk-iface - core-libs-diagnostics -) -target_sources(blockstore-libs-client_spdk PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client_spdk/spdk_client.cpp -) diff --git a/cloud/blockstore/libs/client_spdk/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/client_spdk/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 10b15d6db1e..00000000000 --- a/cloud/blockstore/libs/client_spdk/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(blockstore-libs-client_spdk) -target_link_libraries(blockstore-libs-client_spdk PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-service - libs-spdk-iface - core-libs-diagnostics -) -target_sources(blockstore-libs-client_spdk PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client_spdk/spdk_client.cpp -) diff --git a/cloud/blockstore/libs/client_spdk/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/client_spdk/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 10b15d6db1e..00000000000 --- a/cloud/blockstore/libs/client_spdk/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(blockstore-libs-client_spdk) -target_link_libraries(blockstore-libs-client_spdk PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-service - libs-spdk-iface - core-libs-diagnostics -) -target_sources(blockstore-libs-client_spdk PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client_spdk/spdk_client.cpp -) diff --git a/cloud/blockstore/libs/client_spdk/CMakeLists.txt b/cloud/blockstore/libs/client_spdk/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/client_spdk/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/client_spdk/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/client_spdk/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 8cd5b9ec2f5..00000000000 --- a/cloud/blockstore/libs/client_spdk/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(blockstore-libs-client_spdk) -target_link_libraries(blockstore-libs-client_spdk PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-service - libs-spdk-iface - core-libs-diagnostics -) -target_sources(blockstore-libs-client_spdk PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/client_spdk/spdk_client.cpp -) diff --git a/cloud/blockstore/libs/common/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/common/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6471e1e7db2..00000000000 --- a/cloud/blockstore/libs/common/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_subdirectory(ut) - -add_library(blockstore-libs-common) -target_link_libraries(blockstore-libs-common PUBLIC - contrib-libs-cxxsupp - yutil - public-api-protos - core-libs-common - cpp-digest-crc32c - cpp-threading-future - cpp-deprecated-atomic - library-actors-prof -) -target_sources(blockstore-libs-common PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/common/block_checksum.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/common/block_range.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/common/caching_allocator.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/common/iovector.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/common/typeinfo.cpp -) diff --git a/cloud/blockstore/libs/common/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/common/CMakeLists.linux-aarch64.txt deleted file mode 100644 index cdb38b42ba9..00000000000 --- a/cloud/blockstore/libs/common/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_subdirectory(ut) - -add_library(blockstore-libs-common) -target_link_libraries(blockstore-libs-common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - public-api-protos - core-libs-common - cpp-digest-crc32c - cpp-threading-future - cpp-deprecated-atomic - library-actors-prof -) -target_sources(blockstore-libs-common PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/common/block_checksum.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/common/block_range.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/common/caching_allocator.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/common/iovector.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/common/typeinfo.cpp -) diff --git a/cloud/blockstore/libs/common/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/common/CMakeLists.linux-x86_64.txt deleted file mode 100644 index cdb38b42ba9..00000000000 --- a/cloud/blockstore/libs/common/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_subdirectory(ut) - -add_library(blockstore-libs-common) -target_link_libraries(blockstore-libs-common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - public-api-protos - core-libs-common - cpp-digest-crc32c - cpp-threading-future - cpp-deprecated-atomic - library-actors-prof -) -target_sources(blockstore-libs-common PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/common/block_checksum.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/common/block_range.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/common/caching_allocator.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/common/iovector.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/common/typeinfo.cpp -) diff --git a/cloud/blockstore/libs/common/CMakeLists.txt b/cloud/blockstore/libs/common/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/common/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/common/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 6471e1e7db2..00000000000 --- a/cloud/blockstore/libs/common/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_subdirectory(ut) - -add_library(blockstore-libs-common) -target_link_libraries(blockstore-libs-common PUBLIC - contrib-libs-cxxsupp - yutil - public-api-protos - core-libs-common - cpp-digest-crc32c - cpp-threading-future - cpp-deprecated-atomic - library-actors-prof -) -target_sources(blockstore-libs-common PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/common/block_checksum.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/common/block_range.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/common/caching_allocator.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/common/iovector.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/common/typeinfo.cpp -) diff --git a/cloud/blockstore/libs/common/ut/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/common/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 0c6fe0557bf..00000000000 --- a/cloud/blockstore/libs/common/ut/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_executable(cloud-blockstore-libs-common-ut) -target_include_directories(cloud-blockstore-libs-common-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/common -) -target_link_libraries(cloud-blockstore-libs-common-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-common -) -target_link_options(cloud-blockstore-libs-common-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-blockstore-libs-common-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/common/caching_allocator_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/common/block_checksum_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/common/block_range_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/common/iovector_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-common-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-common-ut - TEST_TARGET - cloud-blockstore-libs-common-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-common-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-common-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-common-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-common-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-common-ut) diff --git a/cloud/blockstore/libs/common/ut/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/common/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index cc3d5685e4c..00000000000 --- a/cloud/blockstore/libs/common/ut/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,80 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-common-ut) -target_include_directories(cloud-blockstore-libs-common-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/common -) -target_link_libraries(cloud-blockstore-libs-common-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - blockstore-libs-common -) -target_link_options(cloud-blockstore-libs-common-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-common-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/common/caching_allocator_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/common/block_checksum_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/common/block_range_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/common/iovector_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-common-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-common-ut - TEST_TARGET - cloud-blockstore-libs-common-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-common-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-common-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-common-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-common-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-blockstore-libs-common-ut) diff --git a/cloud/blockstore/libs/common/ut/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/common/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d02e4c7a616..00000000000 --- a/cloud/blockstore/libs/common/ut/CMakeLists.linux-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_executable(cloud-blockstore-libs-common-ut) -target_include_directories(cloud-blockstore-libs-common-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/common -) -target_link_libraries(cloud-blockstore-libs-common-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-common -) -target_link_options(cloud-blockstore-libs-common-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-common-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/common/caching_allocator_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/common/block_checksum_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/common/block_range_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/common/iovector_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-common-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-common-ut - TEST_TARGET - cloud-blockstore-libs-common-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-common-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-common-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-common-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-common-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-blockstore-libs-common-ut) diff --git a/cloud/blockstore/libs/common/ut/CMakeLists.txt b/cloud/blockstore/libs/common/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/common/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/common/ut/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/common/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 8d54bf84ecb..00000000000 --- a/cloud/blockstore/libs/common/ut/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_executable(cloud-blockstore-libs-common-ut) -target_include_directories(cloud-blockstore-libs-common-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/common -) -target_link_libraries(cloud-blockstore-libs-common-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-common -) -target_sources(cloud-blockstore-libs-common-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/common/caching_allocator_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/common/block_checksum_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/common/block_range_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/common/iovector_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-common-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-common-ut - TEST_TARGET - cloud-blockstore-libs-common-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-common-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-common-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-common-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-common-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-common-ut) diff --git a/cloud/blockstore/libs/daemon/CMakeLists.txt b/cloud/blockstore/libs/daemon/CMakeLists.txt deleted file mode 100644 index 2f5a4209054..00000000000 --- a/cloud/blockstore/libs/daemon/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. - - -add_subdirectory(common) -add_subdirectory(local) -add_subdirectory(ydb) diff --git a/cloud/blockstore/libs/daemon/common/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/daemon/common/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c199bb9a303..00000000000 --- a/cloud/blockstore/libs/daemon/common/CMakeLists.darwin-x86_64.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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(libs-daemon-common) -target_link_libraries(libs-daemon-common PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - blockstore-libs-client - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-discovery - blockstore-libs-endpoints - blockstore-libs-endpoints_grpc - blockstore-libs-endpoints_nbd - blockstore-libs-endpoints_rdma - blockstore-libs-endpoints_spdk - blockstore-libs-endpoints_vhost - blockstore-libs-encryption - blockstore-libs-nbd - blockstore-libs-nvme - libs-rdma-iface - blockstore-libs-server - blockstore-libs-service - blockstore-libs-service_local - blockstore-libs-service_throttling - libs-spdk-iface - storage-disk_agent-model - storage-disk_registry_proxy-model - blockstore-libs-throttling - blockstore-libs-validation - blockstore-libs-vhost - core-libs-aio - core-libs-common - core-libs-coroutine - core-libs-daemon - core-libs-diagnostics - core-libs-grpc - core-libs-keyring - core-libs-version - library-actors-util - cpp-getopt-small - library-cpp-json - cpp-json-writer - library-cpp-logger - library-cpp-lwtrace - cpp-lwtrace-mon - cpp-monlib-dynamic_counters - cpp-protobuf-util - library-cpp-sighandler -) -target_sources(libs-daemon-common PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/daemon/common/bootstrap.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/daemon/common/config_initializer.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/daemon/common/options.cpp -) -generate_enum_serilization(libs-daemon-common - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/daemon/common/options.h - INCLUDE_HEADERS - cloud/blockstore/libs/daemon/common/options.h -) diff --git a/cloud/blockstore/libs/daemon/common/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/daemon/common/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 01a0ca06c35..00000000000 --- a/cloud/blockstore/libs/daemon/common/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,74 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(libs-daemon-common) -target_link_libraries(libs-daemon-common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - blockstore-libs-client - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-discovery - blockstore-libs-endpoints - blockstore-libs-endpoints_grpc - blockstore-libs-endpoints_nbd - blockstore-libs-endpoints_rdma - blockstore-libs-endpoints_spdk - blockstore-libs-endpoints_vhost - blockstore-libs-encryption - blockstore-libs-nbd - blockstore-libs-nvme - libs-rdma-iface - blockstore-libs-server - blockstore-libs-service - blockstore-libs-service_local - blockstore-libs-service_throttling - libs-spdk-iface - storage-disk_agent-model - storage-disk_registry_proxy-model - blockstore-libs-throttling - blockstore-libs-validation - blockstore-libs-vhost - core-libs-aio - core-libs-common - core-libs-coroutine - core-libs-daemon - core-libs-diagnostics - core-libs-grpc - core-libs-keyring - core-libs-version - library-actors-util - cpp-getopt-small - library-cpp-json - cpp-json-writer - library-cpp-logger - library-cpp-lwtrace - cpp-lwtrace-mon - cpp-monlib-dynamic_counters - cpp-protobuf-util - library-cpp-sighandler -) -target_sources(libs-daemon-common PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/daemon/common/bootstrap.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/daemon/common/config_initializer.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/daemon/common/options.cpp -) -generate_enum_serilization(libs-daemon-common - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/daemon/common/options.h - INCLUDE_HEADERS - cloud/blockstore/libs/daemon/common/options.h -) diff --git a/cloud/blockstore/libs/daemon/common/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/daemon/common/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 01a0ca06c35..00000000000 --- a/cloud/blockstore/libs/daemon/common/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,74 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(libs-daemon-common) -target_link_libraries(libs-daemon-common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - blockstore-libs-client - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-discovery - blockstore-libs-endpoints - blockstore-libs-endpoints_grpc - blockstore-libs-endpoints_nbd - blockstore-libs-endpoints_rdma - blockstore-libs-endpoints_spdk - blockstore-libs-endpoints_vhost - blockstore-libs-encryption - blockstore-libs-nbd - blockstore-libs-nvme - libs-rdma-iface - blockstore-libs-server - blockstore-libs-service - blockstore-libs-service_local - blockstore-libs-service_throttling - libs-spdk-iface - storage-disk_agent-model - storage-disk_registry_proxy-model - blockstore-libs-throttling - blockstore-libs-validation - blockstore-libs-vhost - core-libs-aio - core-libs-common - core-libs-coroutine - core-libs-daemon - core-libs-diagnostics - core-libs-grpc - core-libs-keyring - core-libs-version - library-actors-util - cpp-getopt-small - library-cpp-json - cpp-json-writer - library-cpp-logger - library-cpp-lwtrace - cpp-lwtrace-mon - cpp-monlib-dynamic_counters - cpp-protobuf-util - library-cpp-sighandler -) -target_sources(libs-daemon-common PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/daemon/common/bootstrap.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/daemon/common/config_initializer.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/daemon/common/options.cpp -) -generate_enum_serilization(libs-daemon-common - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/daemon/common/options.h - INCLUDE_HEADERS - cloud/blockstore/libs/daemon/common/options.h -) diff --git a/cloud/blockstore/libs/daemon/common/CMakeLists.txt b/cloud/blockstore/libs/daemon/common/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/daemon/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/daemon/common/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/daemon/common/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c199bb9a303..00000000000 --- a/cloud/blockstore/libs/daemon/common/CMakeLists.windows-x86_64.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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(libs-daemon-common) -target_link_libraries(libs-daemon-common PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - blockstore-libs-client - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-discovery - blockstore-libs-endpoints - blockstore-libs-endpoints_grpc - blockstore-libs-endpoints_nbd - blockstore-libs-endpoints_rdma - blockstore-libs-endpoints_spdk - blockstore-libs-endpoints_vhost - blockstore-libs-encryption - blockstore-libs-nbd - blockstore-libs-nvme - libs-rdma-iface - blockstore-libs-server - blockstore-libs-service - blockstore-libs-service_local - blockstore-libs-service_throttling - libs-spdk-iface - storage-disk_agent-model - storage-disk_registry_proxy-model - blockstore-libs-throttling - blockstore-libs-validation - blockstore-libs-vhost - core-libs-aio - core-libs-common - core-libs-coroutine - core-libs-daemon - core-libs-diagnostics - core-libs-grpc - core-libs-keyring - core-libs-version - library-actors-util - cpp-getopt-small - library-cpp-json - cpp-json-writer - library-cpp-logger - library-cpp-lwtrace - cpp-lwtrace-mon - cpp-monlib-dynamic_counters - cpp-protobuf-util - library-cpp-sighandler -) -target_sources(libs-daemon-common PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/daemon/common/bootstrap.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/daemon/common/config_initializer.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/daemon/common/options.cpp -) -generate_enum_serilization(libs-daemon-common - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/daemon/common/options.h - INCLUDE_HEADERS - cloud/blockstore/libs/daemon/common/options.h -) diff --git a/cloud/blockstore/libs/daemon/local/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/daemon/local/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d2f8b974531..00000000000 --- a/cloud/blockstore/libs/daemon/local/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(libs-daemon-local) -target_link_libraries(libs-daemon-local PUBLIC - contrib-libs-cxxsupp - yutil - libs-daemon-common - blockstore-libs-diagnostics -) -target_sources(libs-daemon-local PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/daemon/local/bootstrap.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/daemon/local/config_initializer.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/daemon/local/options.cpp -) diff --git a/cloud/blockstore/libs/daemon/local/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/daemon/local/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 82efb89af01..00000000000 --- a/cloud/blockstore/libs/daemon/local/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(libs-daemon-local) -target_link_libraries(libs-daemon-local PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-daemon-common - blockstore-libs-diagnostics -) -target_sources(libs-daemon-local PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/daemon/local/bootstrap.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/daemon/local/config_initializer.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/daemon/local/options.cpp -) diff --git a/cloud/blockstore/libs/daemon/local/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/daemon/local/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 82efb89af01..00000000000 --- a/cloud/blockstore/libs/daemon/local/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(libs-daemon-local) -target_link_libraries(libs-daemon-local PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-daemon-common - blockstore-libs-diagnostics -) -target_sources(libs-daemon-local PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/daemon/local/bootstrap.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/daemon/local/config_initializer.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/daemon/local/options.cpp -) diff --git a/cloud/blockstore/libs/daemon/local/CMakeLists.txt b/cloud/blockstore/libs/daemon/local/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/daemon/local/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/daemon/local/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/daemon/local/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d2f8b974531..00000000000 --- a/cloud/blockstore/libs/daemon/local/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(libs-daemon-local) -target_link_libraries(libs-daemon-local PUBLIC - contrib-libs-cxxsupp - yutil - libs-daemon-common - blockstore-libs-diagnostics -) -target_sources(libs-daemon-local PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/daemon/local/bootstrap.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/daemon/local/config_initializer.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/daemon/local/options.cpp -) diff --git a/cloud/blockstore/libs/daemon/ydb/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/daemon/ydb/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index af0ecd5e095..00000000000 --- a/cloud/blockstore/libs/daemon/ydb/CMakeLists.darwin-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_subdirectory(ut) - -add_library(libs-daemon-ydb) -target_compile_options(libs-daemon-ydb PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(libs-daemon-ydb PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-client - blockstore-libs-common - libs-daemon-common - blockstore-libs-diagnostics - blockstore-libs-discovery - blockstore-libs-endpoints - libs-kms-iface - blockstore-libs-kikimr - libs-logbroker-iface - blockstore-libs-notify - blockstore-libs-nvme - blockstore-libs-server - blockstore-libs-service - blockstore-libs-service_kikimr - blockstore-libs-service_local - libs-spdk-iface - libs-storage-core - libs-storage-disk_agent - libs-storage-disk_registry_proxy - storage-init-server - blockstore-libs-ydbstats - core-libs-actors - core-libs-aio - core-libs-common - core-libs-coroutine - core-libs-diagnostics - core-libs-grpc - libs-iam-iface - core-libs-kikimr - core-libs-version - library-cpp-json - cpp-lwtrace-mon - cpp-monlib-dynamic_counters - monlib-service-pages - cpp-protobuf-util - ydb-core-protos -) -target_sources(libs-daemon-ydb PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/daemon/ydb/bootstrap.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/daemon/ydb/config_initializer.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/daemon/ydb/options.cpp -) diff --git a/cloud/blockstore/libs/daemon/ydb/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/daemon/ydb/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 2c3b821176d..00000000000 --- a/cloud/blockstore/libs/daemon/ydb/CMakeLists.linux-aarch64.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_subdirectory(ut) - -add_library(libs-daemon-ydb) -target_compile_options(libs-daemon-ydb PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(libs-daemon-ydb PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-client - blockstore-libs-common - libs-daemon-common - blockstore-libs-diagnostics - blockstore-libs-discovery - blockstore-libs-endpoints - libs-kms-iface - blockstore-libs-kikimr - libs-logbroker-iface - blockstore-libs-notify - blockstore-libs-nvme - blockstore-libs-server - blockstore-libs-service - blockstore-libs-service_kikimr - blockstore-libs-service_local - libs-spdk-iface - libs-storage-core - libs-storage-disk_agent - libs-storage-disk_registry_proxy - storage-init-server - blockstore-libs-ydbstats - core-libs-actors - core-libs-aio - core-libs-common - core-libs-coroutine - core-libs-diagnostics - core-libs-grpc - libs-iam-iface - core-libs-kikimr - core-libs-version - library-cpp-json - cpp-lwtrace-mon - cpp-monlib-dynamic_counters - monlib-service-pages - cpp-protobuf-util - ydb-core-protos -) -target_sources(libs-daemon-ydb PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/daemon/ydb/bootstrap.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/daemon/ydb/config_initializer.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/daemon/ydb/options.cpp -) diff --git a/cloud/blockstore/libs/daemon/ydb/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/daemon/ydb/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 2c3b821176d..00000000000 --- a/cloud/blockstore/libs/daemon/ydb/CMakeLists.linux-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_subdirectory(ut) - -add_library(libs-daemon-ydb) -target_compile_options(libs-daemon-ydb PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(libs-daemon-ydb PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-client - blockstore-libs-common - libs-daemon-common - blockstore-libs-diagnostics - blockstore-libs-discovery - blockstore-libs-endpoints - libs-kms-iface - blockstore-libs-kikimr - libs-logbroker-iface - blockstore-libs-notify - blockstore-libs-nvme - blockstore-libs-server - blockstore-libs-service - blockstore-libs-service_kikimr - blockstore-libs-service_local - libs-spdk-iface - libs-storage-core - libs-storage-disk_agent - libs-storage-disk_registry_proxy - storage-init-server - blockstore-libs-ydbstats - core-libs-actors - core-libs-aio - core-libs-common - core-libs-coroutine - core-libs-diagnostics - core-libs-grpc - libs-iam-iface - core-libs-kikimr - core-libs-version - library-cpp-json - cpp-lwtrace-mon - cpp-monlib-dynamic_counters - monlib-service-pages - cpp-protobuf-util - ydb-core-protos -) -target_sources(libs-daemon-ydb PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/daemon/ydb/bootstrap.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/daemon/ydb/config_initializer.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/daemon/ydb/options.cpp -) diff --git a/cloud/blockstore/libs/daemon/ydb/CMakeLists.txt b/cloud/blockstore/libs/daemon/ydb/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/daemon/ydb/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/daemon/ydb/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/daemon/ydb/CMakeLists.windows-x86_64.txt deleted file mode 100644 index af0ecd5e095..00000000000 --- a/cloud/blockstore/libs/daemon/ydb/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_subdirectory(ut) - -add_library(libs-daemon-ydb) -target_compile_options(libs-daemon-ydb PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(libs-daemon-ydb PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-client - blockstore-libs-common - libs-daemon-common - blockstore-libs-diagnostics - blockstore-libs-discovery - blockstore-libs-endpoints - libs-kms-iface - blockstore-libs-kikimr - libs-logbroker-iface - blockstore-libs-notify - blockstore-libs-nvme - blockstore-libs-server - blockstore-libs-service - blockstore-libs-service_kikimr - blockstore-libs-service_local - libs-spdk-iface - libs-storage-core - libs-storage-disk_agent - libs-storage-disk_registry_proxy - storage-init-server - blockstore-libs-ydbstats - core-libs-actors - core-libs-aio - core-libs-common - core-libs-coroutine - core-libs-diagnostics - core-libs-grpc - libs-iam-iface - core-libs-kikimr - core-libs-version - library-cpp-json - cpp-lwtrace-mon - cpp-monlib-dynamic_counters - monlib-service-pages - cpp-protobuf-util - ydb-core-protos -) -target_sources(libs-daemon-ydb PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/daemon/ydb/bootstrap.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/daemon/ydb/config_initializer.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/daemon/ydb/options.cpp -) diff --git a/cloud/blockstore/libs/daemon/ydb/ut/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/daemon/ydb/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c2d4136ebc8..00000000000 --- a/cloud/blockstore/libs/daemon/ydb/ut/CMakeLists.darwin-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_executable(cloud-blockstore-libs-daemon-ydb-ut) -target_include_directories(cloud-blockstore-libs-daemon-ydb-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/daemon/ydb -) -target_link_libraries(cloud-blockstore-libs-daemon-ydb-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-daemon-ydb - blockstore-libs-client - blockstore-libs-discovery - blockstore-libs-kikimr - blockstore-libs-server - libs-spdk-iface - libs-storage-core - blockstore-libs-ydbstats - core-libs-grpc - core-libs-version - cpp-protobuf-util - ydb-core-protos -) -target_link_options(cloud-blockstore-libs-daemon-ydb-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-blockstore-libs-daemon-ydb-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/daemon/ydb/config_initializer_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/daemon/ydb/config_initializer.cpp -) -set_property( - TARGET - cloud-blockstore-libs-daemon-ydb-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-daemon-ydb-ut - TEST_TARGET - cloud-blockstore-libs-daemon-ydb-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-daemon-ydb-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-daemon-ydb-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-daemon-ydb-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-daemon-ydb-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-daemon-ydb-ut) diff --git a/cloud/blockstore/libs/daemon/ydb/ut/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/daemon/ydb/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 7fd37e4cbd8..00000000000 --- a/cloud/blockstore/libs/daemon/ydb/ut/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,89 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-daemon-ydb-ut) -target_include_directories(cloud-blockstore-libs-daemon-ydb-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/daemon/ydb -) -target_link_libraries(cloud-blockstore-libs-daemon-ydb-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - libs-daemon-ydb - blockstore-libs-client - blockstore-libs-discovery - blockstore-libs-kikimr - blockstore-libs-server - libs-spdk-iface - libs-storage-core - blockstore-libs-ydbstats - core-libs-grpc - core-libs-version - cpp-protobuf-util - ydb-core-protos -) -target_link_options(cloud-blockstore-libs-daemon-ydb-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-daemon-ydb-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/daemon/ydb/config_initializer_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/daemon/ydb/config_initializer.cpp -) -set_property( - TARGET - cloud-blockstore-libs-daemon-ydb-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-daemon-ydb-ut - TEST_TARGET - cloud-blockstore-libs-daemon-ydb-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-daemon-ydb-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-daemon-ydb-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-daemon-ydb-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-daemon-ydb-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-blockstore-libs-daemon-ydb-ut) diff --git a/cloud/blockstore/libs/daemon/ydb/ut/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/daemon/ydb/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index f460e386249..00000000000 --- a/cloud/blockstore/libs/daemon/ydb/ut/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_executable(cloud-blockstore-libs-daemon-ydb-ut) -target_include_directories(cloud-blockstore-libs-daemon-ydb-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/daemon/ydb -) -target_link_libraries(cloud-blockstore-libs-daemon-ydb-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-daemon-ydb - blockstore-libs-client - blockstore-libs-discovery - blockstore-libs-kikimr - blockstore-libs-server - libs-spdk-iface - libs-storage-core - blockstore-libs-ydbstats - core-libs-grpc - core-libs-version - cpp-protobuf-util - ydb-core-protos -) -target_link_options(cloud-blockstore-libs-daemon-ydb-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-daemon-ydb-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/daemon/ydb/config_initializer_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/daemon/ydb/config_initializer.cpp -) -set_property( - TARGET - cloud-blockstore-libs-daemon-ydb-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-daemon-ydb-ut - TEST_TARGET - cloud-blockstore-libs-daemon-ydb-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-daemon-ydb-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-daemon-ydb-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-daemon-ydb-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-daemon-ydb-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-blockstore-libs-daemon-ydb-ut) diff --git a/cloud/blockstore/libs/daemon/ydb/ut/CMakeLists.txt b/cloud/blockstore/libs/daemon/ydb/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/daemon/ydb/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/daemon/ydb/ut/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/daemon/ydb/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 2e0f315bd99..00000000000 --- a/cloud/blockstore/libs/daemon/ydb/ut/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,79 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-daemon-ydb-ut) -target_include_directories(cloud-blockstore-libs-daemon-ydb-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/daemon/ydb -) -target_link_libraries(cloud-blockstore-libs-daemon-ydb-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-daemon-ydb - blockstore-libs-client - blockstore-libs-discovery - blockstore-libs-kikimr - blockstore-libs-server - libs-spdk-iface - libs-storage-core - blockstore-libs-ydbstats - core-libs-grpc - core-libs-version - cpp-protobuf-util - ydb-core-protos -) -target_sources(cloud-blockstore-libs-daemon-ydb-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/daemon/ydb/config_initializer_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/daemon/ydb/config_initializer.cpp -) -set_property( - TARGET - cloud-blockstore-libs-daemon-ydb-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-daemon-ydb-ut - TEST_TARGET - cloud-blockstore-libs-daemon-ydb-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-daemon-ydb-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-daemon-ydb-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-daemon-ydb-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-daemon-ydb-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-daemon-ydb-ut) diff --git a/cloud/blockstore/libs/diagnostics/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/diagnostics/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 818811f2463..00000000000 --- a/cloud/blockstore/libs/diagnostics/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_subdirectory(data) -add_subdirectory(events) -add_subdirectory(ut) - -add_library(blockstore-libs-diagnostics) -target_link_libraries(blockstore-libs-diagnostics PUBLIC - contrib-libs-cxxsupp - yutil - cloud-blockstore-config - blockstore-libs-common - libs-diagnostics-data - libs-diagnostics-events - blockstore-libs-service - public-api-protos - core-libs-common - core-libs-diagnostics - core-libs-throttling - libs-user_stats-counter - cpp-deprecated-atomic - cpp-digest-crc32c - library-cpp-eventlog - cpp-histogram-hdr - library-cpp-logger - library-cpp-lwtrace - cpp-lwtrace-mon - cpp-monlib-dynamic_counters - monlib-encode-spack - cpp-monlib-service - monlib-service-pages - service-pages-tablesorter - cpp-threading-hot_swap -) -target_sources(blockstore-libs-diagnostics PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/block_digest.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/critical_events.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/diag_down_graph.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/downtime_history.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/dumpable.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/fault_injection.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/incomplete_request_processor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/incomplete_requests.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/hostname.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/probes.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/profile_log.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/quota_metrics.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/request_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/server_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/server_stats_test.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/stats_aggregator.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/stats_helpers.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/user_counter.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/volume_balancer_switch.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/volume_perf.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/volume_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/volume_stats_test.cpp -) diff --git a/cloud/blockstore/libs/diagnostics/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/diagnostics/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 08839a4ccaf..00000000000 --- a/cloud/blockstore/libs/diagnostics/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_subdirectory(data) -add_subdirectory(events) -add_subdirectory(ut) - -add_library(blockstore-libs-diagnostics) -target_link_libraries(blockstore-libs-diagnostics PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cloud-blockstore-config - blockstore-libs-common - libs-diagnostics-data - libs-diagnostics-events - blockstore-libs-service - public-api-protos - core-libs-common - core-libs-diagnostics - core-libs-throttling - libs-user_stats-counter - cpp-deprecated-atomic - cpp-digest-crc32c - library-cpp-eventlog - cpp-histogram-hdr - library-cpp-logger - library-cpp-lwtrace - cpp-lwtrace-mon - cpp-monlib-dynamic_counters - monlib-encode-spack - cpp-monlib-service - monlib-service-pages - service-pages-tablesorter - cpp-threading-hot_swap -) -target_sources(blockstore-libs-diagnostics PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/block_digest.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/critical_events.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/diag_down_graph.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/downtime_history.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/dumpable.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/fault_injection.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/incomplete_request_processor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/incomplete_requests.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/hostname.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/probes.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/profile_log.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/quota_metrics.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/request_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/server_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/server_stats_test.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/stats_aggregator.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/stats_helpers.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/user_counter.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/volume_balancer_switch.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/volume_perf.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/volume_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/volume_stats_test.cpp -) diff --git a/cloud/blockstore/libs/diagnostics/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/diagnostics/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 08839a4ccaf..00000000000 --- a/cloud/blockstore/libs/diagnostics/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_subdirectory(data) -add_subdirectory(events) -add_subdirectory(ut) - -add_library(blockstore-libs-diagnostics) -target_link_libraries(blockstore-libs-diagnostics PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cloud-blockstore-config - blockstore-libs-common - libs-diagnostics-data - libs-diagnostics-events - blockstore-libs-service - public-api-protos - core-libs-common - core-libs-diagnostics - core-libs-throttling - libs-user_stats-counter - cpp-deprecated-atomic - cpp-digest-crc32c - library-cpp-eventlog - cpp-histogram-hdr - library-cpp-logger - library-cpp-lwtrace - cpp-lwtrace-mon - cpp-monlib-dynamic_counters - monlib-encode-spack - cpp-monlib-service - monlib-service-pages - service-pages-tablesorter - cpp-threading-hot_swap -) -target_sources(blockstore-libs-diagnostics PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/block_digest.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/critical_events.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/diag_down_graph.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/downtime_history.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/dumpable.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/fault_injection.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/incomplete_request_processor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/incomplete_requests.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/hostname.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/probes.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/profile_log.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/quota_metrics.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/request_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/server_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/server_stats_test.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/stats_aggregator.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/stats_helpers.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/user_counter.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/volume_balancer_switch.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/volume_perf.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/volume_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/volume_stats_test.cpp -) diff --git a/cloud/blockstore/libs/diagnostics/CMakeLists.txt b/cloud/blockstore/libs/diagnostics/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/diagnostics/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/diagnostics/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/diagnostics/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 818811f2463..00000000000 --- a/cloud/blockstore/libs/diagnostics/CMakeLists.windows-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_subdirectory(data) -add_subdirectory(events) -add_subdirectory(ut) - -add_library(blockstore-libs-diagnostics) -target_link_libraries(blockstore-libs-diagnostics PUBLIC - contrib-libs-cxxsupp - yutil - cloud-blockstore-config - blockstore-libs-common - libs-diagnostics-data - libs-diagnostics-events - blockstore-libs-service - public-api-protos - core-libs-common - core-libs-diagnostics - core-libs-throttling - libs-user_stats-counter - cpp-deprecated-atomic - cpp-digest-crc32c - library-cpp-eventlog - cpp-histogram-hdr - library-cpp-logger - library-cpp-lwtrace - cpp-lwtrace-mon - cpp-monlib-dynamic_counters - monlib-encode-spack - cpp-monlib-service - monlib-service-pages - service-pages-tablesorter - cpp-threading-hot_swap -) -target_sources(blockstore-libs-diagnostics PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/block_digest.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/critical_events.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/diag_down_graph.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/downtime_history.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/dumpable.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/fault_injection.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/incomplete_request_processor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/incomplete_requests.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/hostname.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/probes.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/profile_log.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/quota_metrics.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/request_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/server_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/server_stats_test.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/stats_aggregator.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/stats_helpers.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/user_counter.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/volume_balancer_switch.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/volume_perf.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/volume_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/volume_stats_test.cpp -) diff --git a/cloud/blockstore/libs/diagnostics/data/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/diagnostics/data/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index bc402eaf44e..00000000000 --- a/cloud/blockstore/libs/diagnostics/data/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. - - -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(libs-diagnostics-data INTERFACE) -target_link_libraries(libs-diagnostics-data INTERFACE - contrib-libs-cxxsupp - yutil - library-cpp-resource -) - -add_global_library_for(libs-diagnostics-data.global libs-diagnostics-data) -target_link_libraries(libs-diagnostics-data.global PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-resource -) -target_sources(libs-diagnostics-data.global PRIVATE - ${CMAKE_BINARY_DIR}/cloud/blockstore/libs/diagnostics/data/7e0d21f7372aa0f3512c498622a38351.cpp -) -resources(libs-diagnostics-data.global - ${CMAKE_BINARY_DIR}/cloud/blockstore/libs/diagnostics/data/7e0d21f7372aa0f3512c498622a38351.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/data/diag_graph_svg_footer.xml - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/data/diag_graph_svg_graph_element.xml - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/data/diag_graph_svg_header.xml - KEYS - diag_graph_svg_footer.xml - diag_graph_svg_graph_element.xml - diag_graph_svg_header.xml -) diff --git a/cloud/blockstore/libs/diagnostics/data/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/diagnostics/data/CMakeLists.linux-aarch64.txt deleted file mode 100644 index cf4302c2758..00000000000 --- a/cloud/blockstore/libs/diagnostics/data/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(libs-diagnostics-data INTERFACE) -target_link_libraries(libs-diagnostics-data INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-resource -) - -add_global_library_for(libs-diagnostics-data.global libs-diagnostics-data) -target_link_libraries(libs-diagnostics-data.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-resource -) -target_sources(libs-diagnostics-data.global PRIVATE - ${CMAKE_BINARY_DIR}/cloud/blockstore/libs/diagnostics/data/7e0d21f7372aa0f3512c498622a38351.cpp -) -resources(libs-diagnostics-data.global - ${CMAKE_BINARY_DIR}/cloud/blockstore/libs/diagnostics/data/7e0d21f7372aa0f3512c498622a38351.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/data/diag_graph_svg_footer.xml - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/data/diag_graph_svg_graph_element.xml - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/data/diag_graph_svg_header.xml - KEYS - diag_graph_svg_footer.xml - diag_graph_svg_graph_element.xml - diag_graph_svg_header.xml -) diff --git a/cloud/blockstore/libs/diagnostics/data/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/diagnostics/data/CMakeLists.linux-x86_64.txt deleted file mode 100644 index cf4302c2758..00000000000 --- a/cloud/blockstore/libs/diagnostics/data/CMakeLists.linux-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. - - -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(libs-diagnostics-data INTERFACE) -target_link_libraries(libs-diagnostics-data INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-resource -) - -add_global_library_for(libs-diagnostics-data.global libs-diagnostics-data) -target_link_libraries(libs-diagnostics-data.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-resource -) -target_sources(libs-diagnostics-data.global PRIVATE - ${CMAKE_BINARY_DIR}/cloud/blockstore/libs/diagnostics/data/7e0d21f7372aa0f3512c498622a38351.cpp -) -resources(libs-diagnostics-data.global - ${CMAKE_BINARY_DIR}/cloud/blockstore/libs/diagnostics/data/7e0d21f7372aa0f3512c498622a38351.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/data/diag_graph_svg_footer.xml - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/data/diag_graph_svg_graph_element.xml - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/data/diag_graph_svg_header.xml - KEYS - diag_graph_svg_footer.xml - diag_graph_svg_graph_element.xml - diag_graph_svg_header.xml -) diff --git a/cloud/blockstore/libs/diagnostics/data/CMakeLists.txt b/cloud/blockstore/libs/diagnostics/data/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/diagnostics/data/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/diagnostics/data/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/diagnostics/data/CMakeLists.windows-x86_64.txt deleted file mode 100644 index bc402eaf44e..00000000000 --- a/cloud/blockstore/libs/diagnostics/data/CMakeLists.windows-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. - - -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(libs-diagnostics-data INTERFACE) -target_link_libraries(libs-diagnostics-data INTERFACE - contrib-libs-cxxsupp - yutil - library-cpp-resource -) - -add_global_library_for(libs-diagnostics-data.global libs-diagnostics-data) -target_link_libraries(libs-diagnostics-data.global PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-resource -) -target_sources(libs-diagnostics-data.global PRIVATE - ${CMAKE_BINARY_DIR}/cloud/blockstore/libs/diagnostics/data/7e0d21f7372aa0f3512c498622a38351.cpp -) -resources(libs-diagnostics-data.global - ${CMAKE_BINARY_DIR}/cloud/blockstore/libs/diagnostics/data/7e0d21f7372aa0f3512c498622a38351.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/data/diag_graph_svg_footer.xml - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/data/diag_graph_svg_graph_element.xml - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/data/diag_graph_svg_header.xml - KEYS - diag_graph_svg_footer.xml - diag_graph_svg_graph_element.xml - diag_graph_svg_header.xml -) diff --git a/cloud/blockstore/libs/diagnostics/events/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/diagnostics/events/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index e641bd874ae..00000000000 --- a/cloud/blockstore/libs/diagnostics/events/CMakeLists.darwin-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. - - -get_built_tool_path( - TOOL_event2cpp_bin - TOOL_event2cpp_dependency - tools/event2cpp/bin - event2cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(libs-diagnostics-events) -target_ev_messages(libs-diagnostics-events PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/events/profile_events.ev -) -target_link_libraries(libs-diagnostics-events PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-eventlog - contrib-libs-protobuf -) -target_proto_addincls(libs-diagnostics-events - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog -) -target_proto_outs(libs-diagnostics-events - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ - --event2cpp_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/blockstore/libs/diagnostics/events/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/diagnostics/events/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 53fb8c9f46d..00000000000 --- a/cloud/blockstore/libs/diagnostics/events/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,53 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_event2cpp_bin - TOOL_event2cpp_dependency - tools/event2cpp/bin - event2cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(libs-diagnostics-events) -target_ev_messages(libs-diagnostics-events PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/events/profile_events.ev -) -target_link_libraries(libs-diagnostics-events PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-eventlog - contrib-libs-protobuf -) -target_proto_addincls(libs-diagnostics-events - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog -) -target_proto_outs(libs-diagnostics-events - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ - --event2cpp_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/blockstore/libs/diagnostics/events/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/diagnostics/events/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 53fb8c9f46d..00000000000 --- a/cloud/blockstore/libs/diagnostics/events/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,53 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_event2cpp_bin - TOOL_event2cpp_dependency - tools/event2cpp/bin - event2cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(libs-diagnostics-events) -target_ev_messages(libs-diagnostics-events PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/events/profile_events.ev -) -target_link_libraries(libs-diagnostics-events PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-eventlog - contrib-libs-protobuf -) -target_proto_addincls(libs-diagnostics-events - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog -) -target_proto_outs(libs-diagnostics-events - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ - --event2cpp_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/blockstore/libs/diagnostics/events/CMakeLists.txt b/cloud/blockstore/libs/diagnostics/events/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/diagnostics/events/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/diagnostics/events/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/diagnostics/events/CMakeLists.windows-x86_64.txt deleted file mode 100644 index e641bd874ae..00000000000 --- a/cloud/blockstore/libs/diagnostics/events/CMakeLists.windows-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. - - -get_built_tool_path( - TOOL_event2cpp_bin - TOOL_event2cpp_dependency - tools/event2cpp/bin - event2cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(libs-diagnostics-events) -target_ev_messages(libs-diagnostics-events PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/events/profile_events.ev -) -target_link_libraries(libs-diagnostics-events PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-eventlog - contrib-libs-protobuf -) -target_proto_addincls(libs-diagnostics-events - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog -) -target_proto_outs(libs-diagnostics-events - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ - --event2cpp_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/blockstore/libs/diagnostics/ut/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/diagnostics/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index b5900f5d1f7..00000000000 --- a/cloud/blockstore/libs/diagnostics/ut/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,85 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-diagnostics-ut) -target_include_directories(cloud-blockstore-libs-diagnostics-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics -) -target_link_libraries(cloud-blockstore-libs-diagnostics-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-diagnostics - core-libs-common - cpp-eventlog-dumper -) -target_link_options(cloud-blockstore-libs-diagnostics-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-blockstore-libs-diagnostics-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/block_digest_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/fault_injection_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/profile_log_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/quota_metrics_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/request_stats_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/server_stats_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/stats_aggregator_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/user_counter_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/volume_perf_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/volume_stats_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-diagnostics-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-diagnostics-ut - TEST_TARGET - cloud-blockstore-libs-diagnostics-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-diagnostics-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-diagnostics-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-diagnostics-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-diagnostics-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-diagnostics-ut) diff --git a/cloud/blockstore/libs/diagnostics/ut/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/diagnostics/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 4063c258b5e..00000000000 --- a/cloud/blockstore/libs/diagnostics/ut/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,88 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-diagnostics-ut) -target_include_directories(cloud-blockstore-libs-diagnostics-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics -) -target_link_libraries(cloud-blockstore-libs-diagnostics-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - blockstore-libs-diagnostics - core-libs-common - cpp-eventlog-dumper -) -target_link_options(cloud-blockstore-libs-diagnostics-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-diagnostics-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/block_digest_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/fault_injection_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/profile_log_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/quota_metrics_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/request_stats_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/server_stats_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/stats_aggregator_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/user_counter_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/volume_perf_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/volume_stats_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-diagnostics-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-diagnostics-ut - TEST_TARGET - cloud-blockstore-libs-diagnostics-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-diagnostics-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-diagnostics-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-diagnostics-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-diagnostics-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-blockstore-libs-diagnostics-ut) diff --git a/cloud/blockstore/libs/diagnostics/ut/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/diagnostics/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 2d72d7f775b..00000000000 --- a/cloud/blockstore/libs/diagnostics/ut/CMakeLists.linux-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_executable(cloud-blockstore-libs-diagnostics-ut) -target_include_directories(cloud-blockstore-libs-diagnostics-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics -) -target_link_libraries(cloud-blockstore-libs-diagnostics-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-diagnostics - core-libs-common - cpp-eventlog-dumper -) -target_link_options(cloud-blockstore-libs-diagnostics-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-diagnostics-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/block_digest_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/fault_injection_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/profile_log_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/quota_metrics_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/request_stats_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/server_stats_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/stats_aggregator_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/user_counter_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/volume_perf_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/volume_stats_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-diagnostics-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-diagnostics-ut - TEST_TARGET - cloud-blockstore-libs-diagnostics-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-diagnostics-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-diagnostics-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-diagnostics-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-diagnostics-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-blockstore-libs-diagnostics-ut) diff --git a/cloud/blockstore/libs/diagnostics/ut/CMakeLists.txt b/cloud/blockstore/libs/diagnostics/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/diagnostics/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/diagnostics/ut/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/diagnostics/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index cdc35312deb..00000000000 --- a/cloud/blockstore/libs/diagnostics/ut/CMakeLists.windows-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_executable(cloud-blockstore-libs-diagnostics-ut) -target_include_directories(cloud-blockstore-libs-diagnostics-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics -) -target_link_libraries(cloud-blockstore-libs-diagnostics-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-diagnostics - core-libs-common - cpp-eventlog-dumper -) -target_sources(cloud-blockstore-libs-diagnostics-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/block_digest_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/fault_injection_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/profile_log_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/quota_metrics_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/request_stats_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/server_stats_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/stats_aggregator_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/user_counter_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/volume_perf_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/diagnostics/volume_stats_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-diagnostics-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-diagnostics-ut - TEST_TARGET - cloud-blockstore-libs-diagnostics-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-diagnostics-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-diagnostics-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-diagnostics-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-diagnostics-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-diagnostics-ut) diff --git a/cloud/blockstore/libs/discovery/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/discovery/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index bd2083c5ab6..00000000000 --- a/cloud/blockstore/libs/discovery/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_subdirectory(ut) - -add_library(blockstore-libs-discovery) -target_link_libraries(blockstore-libs-discovery PUBLIC - contrib-libs-cxxsupp - yutil - cloud-blockstore-config - public-api-grpc - public-api-protos - blockstore-libs-common - blockstore-libs-diagnostics - core-libs-grpc - library-actors-prof - cpp-deprecated-atomic - cpp-monlib-dynamic_counters - monlib-service-pages - library-cpp-neh - cpp-threading-future - contrib-libs-grpc -) -target_sources(blockstore-libs-discovery PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/discovery/balancing.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/discovery/ban.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/discovery/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/discovery/discovery.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/discovery/fetch.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/discovery/healthcheck.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/discovery/instance.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/discovery/ping.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/discovery/test_conductor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/discovery/test_server.cpp -) diff --git a/cloud/blockstore/libs/discovery/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/discovery/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 8f33bddcd0c..00000000000 --- a/cloud/blockstore/libs/discovery/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_subdirectory(ut) - -add_library(blockstore-libs-discovery) -target_link_libraries(blockstore-libs-discovery PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cloud-blockstore-config - public-api-grpc - public-api-protos - blockstore-libs-common - blockstore-libs-diagnostics - core-libs-grpc - library-actors-prof - cpp-deprecated-atomic - cpp-monlib-dynamic_counters - monlib-service-pages - library-cpp-neh - cpp-threading-future - contrib-libs-grpc -) -target_sources(blockstore-libs-discovery PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/discovery/balancing.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/discovery/ban.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/discovery/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/discovery/discovery.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/discovery/fetch.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/discovery/healthcheck.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/discovery/instance.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/discovery/ping.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/discovery/test_conductor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/discovery/test_server.cpp -) diff --git a/cloud/blockstore/libs/discovery/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/discovery/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 8f33bddcd0c..00000000000 --- a/cloud/blockstore/libs/discovery/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_subdirectory(ut) - -add_library(blockstore-libs-discovery) -target_link_libraries(blockstore-libs-discovery PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cloud-blockstore-config - public-api-grpc - public-api-protos - blockstore-libs-common - blockstore-libs-diagnostics - core-libs-grpc - library-actors-prof - cpp-deprecated-atomic - cpp-monlib-dynamic_counters - monlib-service-pages - library-cpp-neh - cpp-threading-future - contrib-libs-grpc -) -target_sources(blockstore-libs-discovery PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/discovery/balancing.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/discovery/ban.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/discovery/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/discovery/discovery.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/discovery/fetch.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/discovery/healthcheck.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/discovery/instance.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/discovery/ping.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/discovery/test_conductor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/discovery/test_server.cpp -) diff --git a/cloud/blockstore/libs/discovery/CMakeLists.txt b/cloud/blockstore/libs/discovery/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/discovery/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/discovery/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/discovery/CMakeLists.windows-x86_64.txt deleted file mode 100644 index bd2083c5ab6..00000000000 --- a/cloud/blockstore/libs/discovery/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_subdirectory(ut) - -add_library(blockstore-libs-discovery) -target_link_libraries(blockstore-libs-discovery PUBLIC - contrib-libs-cxxsupp - yutil - cloud-blockstore-config - public-api-grpc - public-api-protos - blockstore-libs-common - blockstore-libs-diagnostics - core-libs-grpc - library-actors-prof - cpp-deprecated-atomic - cpp-monlib-dynamic_counters - monlib-service-pages - library-cpp-neh - cpp-threading-future - contrib-libs-grpc -) -target_sources(blockstore-libs-discovery PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/discovery/balancing.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/discovery/ban.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/discovery/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/discovery/discovery.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/discovery/fetch.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/discovery/healthcheck.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/discovery/instance.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/discovery/ping.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/discovery/test_conductor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/discovery/test_server.cpp -) diff --git a/cloud/blockstore/libs/discovery/ut/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/discovery/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 844ad6e45a0..00000000000 --- a/cloud/blockstore/libs/discovery/ut/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,88 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-discovery-ut) -target_include_directories(cloud-blockstore-libs-discovery-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/discovery -) -target_link_libraries(cloud-blockstore-libs-discovery-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-discovery - blockstore-libs-diagnostics -) -target_link_options(cloud-blockstore-libs-discovery-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-blockstore-libs-discovery-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/discovery/balancing_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/discovery/ban_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/discovery/discovery_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/discovery/fetch_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/discovery/healthcheck_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-discovery-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-discovery-ut - TEST_TARGET - cloud-blockstore-libs-discovery-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-discovery-ut - PROPERTY - LABELS - MEDIUM -) -set_yunittest_property( - TEST - cloud-blockstore-libs-discovery-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-discovery-ut - PROPERTY - TIMEOUT - 600 -) -target_allocator(cloud-blockstore-libs-discovery-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-discovery-ut) -set_yunittest_property( - TEST - cloud-blockstore-libs-discovery-ut - PROPERTY - ENVIRONMENT - ARCADIA_SOURCE_ROOT=${CMAKE_SOURCE_DIR} - ARCADIA_BUILD_ROOT=${CMAKE_BINARY_DIR} -) - diff --git a/cloud/blockstore/libs/discovery/ut/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/discovery/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index ec2786ce997..00000000000 --- a/cloud/blockstore/libs/discovery/ut/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_executable(cloud-blockstore-libs-discovery-ut) -target_include_directories(cloud-blockstore-libs-discovery-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/discovery -) -target_link_libraries(cloud-blockstore-libs-discovery-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - blockstore-libs-discovery - blockstore-libs-diagnostics -) -target_link_options(cloud-blockstore-libs-discovery-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-discovery-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/discovery/balancing_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/discovery/ban_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/discovery/discovery_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/discovery/fetch_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/discovery/healthcheck_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-discovery-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-discovery-ut - TEST_TARGET - cloud-blockstore-libs-discovery-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-discovery-ut - PROPERTY - LABELS - MEDIUM -) -set_yunittest_property( - TEST - cloud-blockstore-libs-discovery-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-discovery-ut - PROPERTY - TIMEOUT - 600 -) -target_allocator(cloud-blockstore-libs-discovery-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-blockstore-libs-discovery-ut) -set_yunittest_property( - TEST - cloud-blockstore-libs-discovery-ut - PROPERTY - ENVIRONMENT - ARCADIA_SOURCE_ROOT=${CMAKE_SOURCE_DIR} - ARCADIA_BUILD_ROOT=${CMAKE_BINARY_DIR} -) - diff --git a/cloud/blockstore/libs/discovery/ut/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/discovery/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d98979b7d96..00000000000 --- a/cloud/blockstore/libs/discovery/ut/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,93 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-discovery-ut) -target_include_directories(cloud-blockstore-libs-discovery-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/discovery -) -target_link_libraries(cloud-blockstore-libs-discovery-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-discovery - blockstore-libs-diagnostics -) -target_link_options(cloud-blockstore-libs-discovery-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-discovery-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/discovery/balancing_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/discovery/ban_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/discovery/discovery_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/discovery/fetch_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/discovery/healthcheck_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-discovery-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-discovery-ut - TEST_TARGET - cloud-blockstore-libs-discovery-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-discovery-ut - PROPERTY - LABELS - MEDIUM -) -set_yunittest_property( - TEST - cloud-blockstore-libs-discovery-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-discovery-ut - PROPERTY - TIMEOUT - 600 -) -target_allocator(cloud-blockstore-libs-discovery-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-blockstore-libs-discovery-ut) -set_yunittest_property( - TEST - cloud-blockstore-libs-discovery-ut - PROPERTY - ENVIRONMENT - ARCADIA_SOURCE_ROOT=${CMAKE_SOURCE_DIR} - ARCADIA_BUILD_ROOT=${CMAKE_BINARY_DIR} -) - diff --git a/cloud/blockstore/libs/discovery/ut/CMakeLists.txt b/cloud/blockstore/libs/discovery/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/discovery/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/discovery/ut/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/discovery/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 38f77d7d6b1..00000000000 --- a/cloud/blockstore/libs/discovery/ut/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_executable(cloud-blockstore-libs-discovery-ut) -target_include_directories(cloud-blockstore-libs-discovery-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/discovery -) -target_link_libraries(cloud-blockstore-libs-discovery-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-discovery - blockstore-libs-diagnostics -) -target_sources(cloud-blockstore-libs-discovery-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/discovery/balancing_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/discovery/ban_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/discovery/discovery_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/discovery/fetch_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/discovery/healthcheck_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-discovery-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-discovery-ut - TEST_TARGET - cloud-blockstore-libs-discovery-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-discovery-ut - PROPERTY - LABELS - MEDIUM -) -set_yunittest_property( - TEST - cloud-blockstore-libs-discovery-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-discovery-ut - PROPERTY - TIMEOUT - 600 -) -target_allocator(cloud-blockstore-libs-discovery-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-discovery-ut) -set_yunittest_property( - TEST - cloud-blockstore-libs-discovery-ut - PROPERTY - ENVIRONMENT - ARCADIA_SOURCE_ROOT=${CMAKE_SOURCE_DIR} - ARCADIA_BUILD_ROOT=${CMAKE_BINARY_DIR} -) - diff --git a/cloud/blockstore/libs/disk_agent/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/disk_agent/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 50c221f7436..00000000000 --- a/cloud/blockstore/libs/disk_agent/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_subdirectory(ut) - -add_library(blockstore-libs-disk_agent) -target_compile_options(blockstore-libs-disk_agent PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(blockstore-libs-disk_agent PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-kikimr - libs-rdma-iface - blockstore-libs-server - blockstore-libs-service - libs-spdk-iface - libs-storage-core - storage-init-disk_agent - core-libs-common - core-libs-daemon - core-libs-diagnostics - core-libs-version - ydb-core-protos - udf-service-exception_policy - cpp-lwtrace-mon - library-actors-util - cpp-getopt-small - library-cpp-logger - cpp-monlib-dynamic_counters - cpp-protobuf-util - library-cpp-sighandler -) -target_sources(blockstore-libs-disk_agent PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/disk_agent/bootstrap.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/disk_agent/config_initializer.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/disk_agent/options.cpp -) diff --git a/cloud/blockstore/libs/disk_agent/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/disk_agent/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d44e5e32fbb..00000000000 --- a/cloud/blockstore/libs/disk_agent/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_subdirectory(ut) - -add_library(blockstore-libs-disk_agent) -target_compile_options(blockstore-libs-disk_agent PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(blockstore-libs-disk_agent PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-kikimr - libs-rdma-iface - blockstore-libs-server - blockstore-libs-service - libs-spdk-iface - libs-storage-core - storage-init-disk_agent - core-libs-common - core-libs-daemon - core-libs-diagnostics - core-libs-version - ydb-core-protos - udf-service-exception_policy - cpp-lwtrace-mon - library-actors-util - cpp-getopt-small - library-cpp-logger - cpp-monlib-dynamic_counters - cpp-protobuf-util - library-cpp-sighandler -) -target_sources(blockstore-libs-disk_agent PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/disk_agent/bootstrap.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/disk_agent/config_initializer.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/disk_agent/options.cpp -) diff --git a/cloud/blockstore/libs/disk_agent/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/disk_agent/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d44e5e32fbb..00000000000 --- a/cloud/blockstore/libs/disk_agent/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_subdirectory(ut) - -add_library(blockstore-libs-disk_agent) -target_compile_options(blockstore-libs-disk_agent PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(blockstore-libs-disk_agent PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-kikimr - libs-rdma-iface - blockstore-libs-server - blockstore-libs-service - libs-spdk-iface - libs-storage-core - storage-init-disk_agent - core-libs-common - core-libs-daemon - core-libs-diagnostics - core-libs-version - ydb-core-protos - udf-service-exception_policy - cpp-lwtrace-mon - library-actors-util - cpp-getopt-small - library-cpp-logger - cpp-monlib-dynamic_counters - cpp-protobuf-util - library-cpp-sighandler -) -target_sources(blockstore-libs-disk_agent PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/disk_agent/bootstrap.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/disk_agent/config_initializer.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/disk_agent/options.cpp -) diff --git a/cloud/blockstore/libs/disk_agent/CMakeLists.txt b/cloud/blockstore/libs/disk_agent/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/disk_agent/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/disk_agent/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/disk_agent/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 50c221f7436..00000000000 --- a/cloud/blockstore/libs/disk_agent/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_subdirectory(ut) - -add_library(blockstore-libs-disk_agent) -target_compile_options(blockstore-libs-disk_agent PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(blockstore-libs-disk_agent PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-kikimr - libs-rdma-iface - blockstore-libs-server - blockstore-libs-service - libs-spdk-iface - libs-storage-core - storage-init-disk_agent - core-libs-common - core-libs-daemon - core-libs-diagnostics - core-libs-version - ydb-core-protos - udf-service-exception_policy - cpp-lwtrace-mon - library-actors-util - cpp-getopt-small - library-cpp-logger - cpp-monlib-dynamic_counters - cpp-protobuf-util - library-cpp-sighandler -) -target_sources(blockstore-libs-disk_agent PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/disk_agent/bootstrap.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/disk_agent/config_initializer.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/disk_agent/options.cpp -) diff --git a/cloud/blockstore/libs/disk_agent/ut/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/disk_agent/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 422f9c9ef26..00000000000 --- a/cloud/blockstore/libs/disk_agent/ut/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,74 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-disk_agent-ut) -target_include_directories(cloud-blockstore-libs-disk_agent-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/disk_agent -) -target_link_libraries(cloud-blockstore-libs-disk_agent-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-disk_agent -) -target_link_options(cloud-blockstore-libs-disk_agent-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-blockstore-libs-disk_agent-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/disk_agent/config_initializer_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-disk_agent-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-disk_agent-ut - TEST_TARGET - cloud-blockstore-libs-disk_agent-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-disk_agent-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-disk_agent-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-disk_agent-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-disk_agent-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-disk_agent-ut) diff --git a/cloud/blockstore/libs/disk_agent/ut/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/disk_agent/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 3c2aa09eb9e..00000000000 --- a/cloud/blockstore/libs/disk_agent/ut/CMakeLists.linux-aarch64.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_executable(cloud-blockstore-libs-disk_agent-ut) -target_include_directories(cloud-blockstore-libs-disk_agent-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/disk_agent -) -target_link_libraries(cloud-blockstore-libs-disk_agent-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - blockstore-libs-disk_agent -) -target_link_options(cloud-blockstore-libs-disk_agent-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-disk_agent-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/disk_agent/config_initializer_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-disk_agent-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-disk_agent-ut - TEST_TARGET - cloud-blockstore-libs-disk_agent-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-disk_agent-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-disk_agent-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-disk_agent-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-disk_agent-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-blockstore-libs-disk_agent-ut) diff --git a/cloud/blockstore/libs/disk_agent/ut/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/disk_agent/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 964f726845f..00000000000 --- a/cloud/blockstore/libs/disk_agent/ut/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,79 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-disk_agent-ut) -target_include_directories(cloud-blockstore-libs-disk_agent-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/disk_agent -) -target_link_libraries(cloud-blockstore-libs-disk_agent-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-disk_agent -) -target_link_options(cloud-blockstore-libs-disk_agent-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-disk_agent-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/disk_agent/config_initializer_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-disk_agent-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-disk_agent-ut - TEST_TARGET - cloud-blockstore-libs-disk_agent-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-disk_agent-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-disk_agent-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-disk_agent-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-disk_agent-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-blockstore-libs-disk_agent-ut) diff --git a/cloud/blockstore/libs/disk_agent/ut/CMakeLists.txt b/cloud/blockstore/libs/disk_agent/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/disk_agent/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/disk_agent/ut/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/disk_agent/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index b0470a50eb3..00000000000 --- a/cloud/blockstore/libs/disk_agent/ut/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,67 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-disk_agent-ut) -target_include_directories(cloud-blockstore-libs-disk_agent-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/disk_agent -) -target_link_libraries(cloud-blockstore-libs-disk_agent-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-disk_agent -) -target_sources(cloud-blockstore-libs-disk_agent-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/disk_agent/config_initializer_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-disk_agent-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-disk_agent-ut - TEST_TARGET - cloud-blockstore-libs-disk_agent-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-disk_agent-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-disk_agent-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-disk_agent-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-disk_agent-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-disk_agent-ut) diff --git a/cloud/blockstore/libs/encryption/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/encryption/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index b4dbb0f2268..00000000000 --- a/cloud/blockstore/libs/encryption/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_subdirectory(ut) -add_subdirectory(ut_keyring) - -add_library(blockstore-libs-encryption) -target_link_libraries(blockstore-libs-encryption PUBLIC - contrib-libs-cxxsupp - yutil - public-api-protos - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-service - core-libs-common - core-libs-keyring - contrib-libs-openssl -) -target_sources(blockstore-libs-encryption PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/encryption/encryption_client.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/encryption/encryption_key.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/encryption/encryption_service.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/encryption/encryption_test.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/encryption/encryptor.cpp -) diff --git a/cloud/blockstore/libs/encryption/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/encryption/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 0e7dc2545ed..00000000000 --- a/cloud/blockstore/libs/encryption/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_subdirectory(ut) -add_subdirectory(ut_keyring) - -add_library(blockstore-libs-encryption) -target_link_libraries(blockstore-libs-encryption PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - public-api-protos - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-service - core-libs-common - core-libs-keyring - contrib-libs-openssl -) -target_sources(blockstore-libs-encryption PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/encryption/encryption_client.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/encryption/encryption_key.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/encryption/encryption_service.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/encryption/encryption_test.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/encryption/encryptor.cpp -) diff --git a/cloud/blockstore/libs/encryption/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/encryption/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 0e7dc2545ed..00000000000 --- a/cloud/blockstore/libs/encryption/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_subdirectory(ut) -add_subdirectory(ut_keyring) - -add_library(blockstore-libs-encryption) -target_link_libraries(blockstore-libs-encryption PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - public-api-protos - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-service - core-libs-common - core-libs-keyring - contrib-libs-openssl -) -target_sources(blockstore-libs-encryption PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/encryption/encryption_client.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/encryption/encryption_key.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/encryption/encryption_service.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/encryption/encryption_test.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/encryption/encryptor.cpp -) diff --git a/cloud/blockstore/libs/encryption/CMakeLists.txt b/cloud/blockstore/libs/encryption/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/encryption/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/encryption/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/encryption/CMakeLists.windows-x86_64.txt deleted file mode 100644 index b4dbb0f2268..00000000000 --- a/cloud/blockstore/libs/encryption/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_subdirectory(ut) -add_subdirectory(ut_keyring) - -add_library(blockstore-libs-encryption) -target_link_libraries(blockstore-libs-encryption PUBLIC - contrib-libs-cxxsupp - yutil - public-api-protos - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-service - core-libs-common - core-libs-keyring - contrib-libs-openssl -) -target_sources(blockstore-libs-encryption PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/encryption/encryption_client.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/encryption/encryption_key.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/encryption/encryption_service.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/encryption/encryption_test.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/encryption/encryptor.cpp -) diff --git a/cloud/blockstore/libs/encryption/ut/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/encryption/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index e28da6d20fe..00000000000 --- a/cloud/blockstore/libs/encryption/ut/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_executable(cloud-blockstore-libs-encryption-ut) -target_include_directories(cloud-blockstore-libs-encryption-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/encryption -) -target_link_libraries(cloud-blockstore-libs-encryption-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-encryption -) -target_link_options(cloud-blockstore-libs-encryption-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-blockstore-libs-encryption-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/encryption/encryption_client_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/encryption/encryption_key_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/encryption/encryption_service_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/encryption/encryptor_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-encryption-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-encryption-ut - TEST_TARGET - cloud-blockstore-libs-encryption-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-encryption-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-encryption-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-encryption-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-encryption-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-encryption-ut) diff --git a/cloud/blockstore/libs/encryption/ut/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/encryption/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index f9d6a0a2c42..00000000000 --- a/cloud/blockstore/libs/encryption/ut/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,80 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-encryption-ut) -target_include_directories(cloud-blockstore-libs-encryption-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/encryption -) -target_link_libraries(cloud-blockstore-libs-encryption-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - blockstore-libs-encryption -) -target_link_options(cloud-blockstore-libs-encryption-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-encryption-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/encryption/encryption_client_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/encryption/encryption_key_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/encryption/encryption_service_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/encryption/encryptor_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-encryption-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-encryption-ut - TEST_TARGET - cloud-blockstore-libs-encryption-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-encryption-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-encryption-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-encryption-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-encryption-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-blockstore-libs-encryption-ut) diff --git a/cloud/blockstore/libs/encryption/ut/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/encryption/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 937c4830454..00000000000 --- a/cloud/blockstore/libs/encryption/ut/CMakeLists.linux-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_executable(cloud-blockstore-libs-encryption-ut) -target_include_directories(cloud-blockstore-libs-encryption-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/encryption -) -target_link_libraries(cloud-blockstore-libs-encryption-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-encryption -) -target_link_options(cloud-blockstore-libs-encryption-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-encryption-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/encryption/encryption_client_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/encryption/encryption_key_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/encryption/encryption_service_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/encryption/encryptor_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-encryption-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-encryption-ut - TEST_TARGET - cloud-blockstore-libs-encryption-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-encryption-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-encryption-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-encryption-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-encryption-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-blockstore-libs-encryption-ut) diff --git a/cloud/blockstore/libs/encryption/ut/CMakeLists.txt b/cloud/blockstore/libs/encryption/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/encryption/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/encryption/ut/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/encryption/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 40d5a97c83b..00000000000 --- a/cloud/blockstore/libs/encryption/ut/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_executable(cloud-blockstore-libs-encryption-ut) -target_include_directories(cloud-blockstore-libs-encryption-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/encryption -) -target_link_libraries(cloud-blockstore-libs-encryption-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-encryption -) -target_sources(cloud-blockstore-libs-encryption-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/encryption/encryption_client_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/encryption/encryption_key_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/encryption/encryption_service_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/encryption/encryptor_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-encryption-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-encryption-ut - TEST_TARGET - cloud-blockstore-libs-encryption-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-encryption-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-encryption-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-encryption-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-encryption-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-encryption-ut) diff --git a/cloud/blockstore/libs/encryption/ut_keyring/CMakeLists.txt b/cloud/blockstore/libs/encryption/ut_keyring/CMakeLists.txt deleted file mode 100644 index 94c55d2b574..00000000000 --- a/cloud/blockstore/libs/encryption/ut_keyring/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(bin) diff --git a/cloud/blockstore/libs/encryption/ut_keyring/bin/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/encryption/ut_keyring/bin/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 5c0990e652a..00000000000 --- a/cloud/blockstore/libs/encryption/ut_keyring/bin/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_executable(cloud-blockstore-libs-encryption-ut_keyring-bin) -target_include_directories(cloud-blockstore-libs-encryption-ut_keyring-bin PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/encryption -) -target_link_libraries(cloud-blockstore-libs-encryption-ut_keyring-bin PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-encryption -) -target_link_options(cloud-blockstore-libs-encryption-ut_keyring-bin PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -set_property( - TARGET - cloud-blockstore-libs-encryption-ut_keyring-bin - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-encryption-ut_keyring-bin - TEST_TARGET - cloud-blockstore-libs-encryption-ut_keyring-bin - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-encryption-ut_keyring-bin - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-encryption-ut_keyring-bin - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-encryption-ut_keyring-bin - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-encryption-ut_keyring-bin - system_allocator -) -vcs_info(cloud-blockstore-libs-encryption-ut_keyring-bin) diff --git a/cloud/blockstore/libs/encryption/ut_keyring/bin/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/encryption/ut_keyring/bin/CMakeLists.linux-aarch64.txt deleted file mode 100644 index df812eb9892..00000000000 --- a/cloud/blockstore/libs/encryption/ut_keyring/bin/CMakeLists.linux-aarch64.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_executable(cloud-blockstore-libs-encryption-ut_keyring-bin) -target_include_directories(cloud-blockstore-libs-encryption-ut_keyring-bin PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/encryption -) -target_link_libraries(cloud-blockstore-libs-encryption-ut_keyring-bin PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - blockstore-libs-encryption -) -target_link_options(cloud-blockstore-libs-encryption-ut_keyring-bin PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-encryption-ut_keyring-bin PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/encryption/keyring_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-encryption-ut_keyring-bin - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-encryption-ut_keyring-bin - TEST_TARGET - cloud-blockstore-libs-encryption-ut_keyring-bin - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-encryption-ut_keyring-bin - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-encryption-ut_keyring-bin - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-encryption-ut_keyring-bin - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-encryption-ut_keyring-bin - cpp-malloc-jemalloc -) -vcs_info(cloud-blockstore-libs-encryption-ut_keyring-bin) diff --git a/cloud/blockstore/libs/encryption/ut_keyring/bin/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/encryption/ut_keyring/bin/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 3497b01136f..00000000000 --- a/cloud/blockstore/libs/encryption/ut_keyring/bin/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,79 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-encryption-ut_keyring-bin) -target_include_directories(cloud-blockstore-libs-encryption-ut_keyring-bin PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/encryption -) -target_link_libraries(cloud-blockstore-libs-encryption-ut_keyring-bin PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-encryption -) -target_link_options(cloud-blockstore-libs-encryption-ut_keyring-bin PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-encryption-ut_keyring-bin PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/encryption/keyring_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-encryption-ut_keyring-bin - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-encryption-ut_keyring-bin - TEST_TARGET - cloud-blockstore-libs-encryption-ut_keyring-bin - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-encryption-ut_keyring-bin - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-encryption-ut_keyring-bin - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-encryption-ut_keyring-bin - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-encryption-ut_keyring-bin - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-blockstore-libs-encryption-ut_keyring-bin) diff --git a/cloud/blockstore/libs/encryption/ut_keyring/bin/CMakeLists.txt b/cloud/blockstore/libs/encryption/ut_keyring/bin/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/encryption/ut_keyring/bin/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/encryption/ut_keyring/bin/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/encryption/ut_keyring/bin/CMakeLists.windows-x86_64.txt deleted file mode 100644 index b9158048ca5..00000000000 --- a/cloud/blockstore/libs/encryption/ut_keyring/bin/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_executable(cloud-blockstore-libs-encryption-ut_keyring-bin) -target_include_directories(cloud-blockstore-libs-encryption-ut_keyring-bin PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/encryption -) -target_link_libraries(cloud-blockstore-libs-encryption-ut_keyring-bin PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-encryption -) -set_property( - TARGET - cloud-blockstore-libs-encryption-ut_keyring-bin - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-encryption-ut_keyring-bin - TEST_TARGET - cloud-blockstore-libs-encryption-ut_keyring-bin - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-encryption-ut_keyring-bin - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-encryption-ut_keyring-bin - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-encryption-ut_keyring-bin - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-encryption-ut_keyring-bin - system_allocator -) -vcs_info(cloud-blockstore-libs-encryption-ut_keyring-bin) diff --git a/cloud/blockstore/libs/endpoints/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/endpoints/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 1df37370171..00000000000 --- a/cloud/blockstore/libs/endpoints/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_subdirectory(ut) - -add_library(blockstore-libs-endpoints) -target_link_libraries(blockstore-libs-endpoints PUBLIC - contrib-libs-cxxsupp - yutil - public-api-protos - blockstore-libs-client - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-encryption - blockstore-libs-service - blockstore-libs-validation - core-libs-coroutine - core-libs-keyring -) -target_sources(blockstore-libs-endpoints PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints/endpoint_listener.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints/endpoint_manager.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints/service_endpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints/session_manager.cpp -) diff --git a/cloud/blockstore/libs/endpoints/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/endpoints/CMakeLists.linux-aarch64.txt deleted file mode 100644 index db3be1e2890..00000000000 --- a/cloud/blockstore/libs/endpoints/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_subdirectory(ut) - -add_library(blockstore-libs-endpoints) -target_link_libraries(blockstore-libs-endpoints PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - public-api-protos - blockstore-libs-client - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-encryption - blockstore-libs-service - blockstore-libs-validation - core-libs-coroutine - core-libs-keyring -) -target_sources(blockstore-libs-endpoints PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints/endpoint_listener.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints/endpoint_manager.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints/service_endpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints/session_manager.cpp -) diff --git a/cloud/blockstore/libs/endpoints/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/endpoints/CMakeLists.linux-x86_64.txt deleted file mode 100644 index db3be1e2890..00000000000 --- a/cloud/blockstore/libs/endpoints/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_subdirectory(ut) - -add_library(blockstore-libs-endpoints) -target_link_libraries(blockstore-libs-endpoints PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - public-api-protos - blockstore-libs-client - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-encryption - blockstore-libs-service - blockstore-libs-validation - core-libs-coroutine - core-libs-keyring -) -target_sources(blockstore-libs-endpoints PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints/endpoint_listener.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints/endpoint_manager.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints/service_endpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints/session_manager.cpp -) diff --git a/cloud/blockstore/libs/endpoints/CMakeLists.txt b/cloud/blockstore/libs/endpoints/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/endpoints/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/endpoints/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/endpoints/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 1df37370171..00000000000 --- a/cloud/blockstore/libs/endpoints/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_subdirectory(ut) - -add_library(blockstore-libs-endpoints) -target_link_libraries(blockstore-libs-endpoints PUBLIC - contrib-libs-cxxsupp - yutil - public-api-protos - blockstore-libs-client - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-encryption - blockstore-libs-service - blockstore-libs-validation - core-libs-coroutine - core-libs-keyring -) -target_sources(blockstore-libs-endpoints PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints/endpoint_listener.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints/endpoint_manager.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints/service_endpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints/session_manager.cpp -) diff --git a/cloud/blockstore/libs/endpoints/ut/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/endpoints/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index e60f67c7d9a..00000000000 --- a/cloud/blockstore/libs/endpoints/ut/CMakeLists.darwin-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_executable(cloud-blockstore-libs-endpoints-ut) -target_include_directories(cloud-blockstore-libs-endpoints-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints -) -target_link_libraries(cloud-blockstore-libs-endpoints-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-endpoints - blockstore-libs-endpoints_grpc - blockstore-libs-server -) -target_link_options(cloud-blockstore-libs-endpoints-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-blockstore-libs-endpoints-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints/endpoint_manager_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints/service_endpoint_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints/session_manager_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-endpoints-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-endpoints-ut - TEST_TARGET - cloud-blockstore-libs-endpoints-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-endpoints-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-endpoints-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-endpoints-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-endpoints-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-endpoints-ut) diff --git a/cloud/blockstore/libs/endpoints/ut/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/endpoints/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index ad61ef2205f..00000000000 --- a/cloud/blockstore/libs/endpoints/ut/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_executable(cloud-blockstore-libs-endpoints-ut) -target_include_directories(cloud-blockstore-libs-endpoints-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints -) -target_link_libraries(cloud-blockstore-libs-endpoints-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - blockstore-libs-endpoints - blockstore-libs-endpoints_grpc - blockstore-libs-server -) -target_link_options(cloud-blockstore-libs-endpoints-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-endpoints-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints/endpoint_manager_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints/service_endpoint_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints/session_manager_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-endpoints-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-endpoints-ut - TEST_TARGET - cloud-blockstore-libs-endpoints-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-endpoints-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-endpoints-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-endpoints-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-endpoints-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-blockstore-libs-endpoints-ut) diff --git a/cloud/blockstore/libs/endpoints/ut/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/endpoints/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 74e9b6715e2..00000000000 --- a/cloud/blockstore/libs/endpoints/ut/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_executable(cloud-blockstore-libs-endpoints-ut) -target_include_directories(cloud-blockstore-libs-endpoints-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints -) -target_link_libraries(cloud-blockstore-libs-endpoints-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-endpoints - blockstore-libs-endpoints_grpc - blockstore-libs-server -) -target_link_options(cloud-blockstore-libs-endpoints-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-endpoints-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints/endpoint_manager_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints/service_endpoint_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints/session_manager_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-endpoints-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-endpoints-ut - TEST_TARGET - cloud-blockstore-libs-endpoints-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-endpoints-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-endpoints-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-endpoints-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-endpoints-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-blockstore-libs-endpoints-ut) diff --git a/cloud/blockstore/libs/endpoints/ut/CMakeLists.txt b/cloud/blockstore/libs/endpoints/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/endpoints/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/endpoints/ut/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/endpoints/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c752d1000d7..00000000000 --- a/cloud/blockstore/libs/endpoints/ut/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_executable(cloud-blockstore-libs-endpoints-ut) -target_include_directories(cloud-blockstore-libs-endpoints-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints -) -target_link_libraries(cloud-blockstore-libs-endpoints-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-endpoints - blockstore-libs-endpoints_grpc - blockstore-libs-server -) -target_sources(cloud-blockstore-libs-endpoints-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints/endpoint_manager_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints/service_endpoint_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints/session_manager_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-endpoints-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-endpoints-ut - TEST_TARGET - cloud-blockstore-libs-endpoints-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-endpoints-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-endpoints-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-endpoints-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-endpoints-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-endpoints-ut) diff --git a/cloud/blockstore/libs/endpoints_grpc/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/endpoints_grpc/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 048e097b247..00000000000 --- a/cloud/blockstore/libs/endpoints_grpc/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_subdirectory(ut) - -add_library(blockstore-libs-endpoints_grpc) -target_link_libraries(blockstore-libs-endpoints_grpc PUBLIC - contrib-libs-cxxsupp - yutil - public-api-protos - blockstore-libs-client - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-endpoints - blockstore-libs-server - blockstore-libs-service -) -target_sources(blockstore-libs-endpoints_grpc PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints_grpc/socket_endpoint_listener.cpp -) diff --git a/cloud/blockstore/libs/endpoints_grpc/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/endpoints_grpc/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 903135b2aa2..00000000000 --- a/cloud/blockstore/libs/endpoints_grpc/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_subdirectory(ut) - -add_library(blockstore-libs-endpoints_grpc) -target_link_libraries(blockstore-libs-endpoints_grpc PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - public-api-protos - blockstore-libs-client - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-endpoints - blockstore-libs-server - blockstore-libs-service -) -target_sources(blockstore-libs-endpoints_grpc PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints_grpc/socket_endpoint_listener.cpp -) diff --git a/cloud/blockstore/libs/endpoints_grpc/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/endpoints_grpc/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 903135b2aa2..00000000000 --- a/cloud/blockstore/libs/endpoints_grpc/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_subdirectory(ut) - -add_library(blockstore-libs-endpoints_grpc) -target_link_libraries(blockstore-libs-endpoints_grpc PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - public-api-protos - blockstore-libs-client - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-endpoints - blockstore-libs-server - blockstore-libs-service -) -target_sources(blockstore-libs-endpoints_grpc PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints_grpc/socket_endpoint_listener.cpp -) diff --git a/cloud/blockstore/libs/endpoints_grpc/CMakeLists.txt b/cloud/blockstore/libs/endpoints_grpc/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/endpoints_grpc/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/endpoints_grpc/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/endpoints_grpc/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 048e097b247..00000000000 --- a/cloud/blockstore/libs/endpoints_grpc/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_subdirectory(ut) - -add_library(blockstore-libs-endpoints_grpc) -target_link_libraries(blockstore-libs-endpoints_grpc PUBLIC - contrib-libs-cxxsupp - yutil - public-api-protos - blockstore-libs-client - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-endpoints - blockstore-libs-server - blockstore-libs-service -) -target_sources(blockstore-libs-endpoints_grpc PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints_grpc/socket_endpoint_listener.cpp -) diff --git a/cloud/blockstore/libs/endpoints_grpc/ut/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/endpoints_grpc/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index ef0b714baab..00000000000 --- a/cloud/blockstore/libs/endpoints_grpc/ut/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,74 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-endpoints_grpc-ut) -target_include_directories(cloud-blockstore-libs-endpoints_grpc-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints_grpc -) -target_link_libraries(cloud-blockstore-libs-endpoints_grpc-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-endpoints_grpc -) -target_link_options(cloud-blockstore-libs-endpoints_grpc-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-blockstore-libs-endpoints_grpc-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints_grpc/socket_endpoint_listener_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-endpoints_grpc-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-endpoints_grpc-ut - TEST_TARGET - cloud-blockstore-libs-endpoints_grpc-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-endpoints_grpc-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-endpoints_grpc-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-endpoints_grpc-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-endpoints_grpc-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-endpoints_grpc-ut) diff --git a/cloud/blockstore/libs/endpoints_grpc/ut/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/endpoints_grpc/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 23a06262205..00000000000 --- a/cloud/blockstore/libs/endpoints_grpc/ut/CMakeLists.linux-aarch64.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_executable(cloud-blockstore-libs-endpoints_grpc-ut) -target_include_directories(cloud-blockstore-libs-endpoints_grpc-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints_grpc -) -target_link_libraries(cloud-blockstore-libs-endpoints_grpc-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - blockstore-libs-endpoints_grpc -) -target_link_options(cloud-blockstore-libs-endpoints_grpc-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-endpoints_grpc-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints_grpc/socket_endpoint_listener_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-endpoints_grpc-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-endpoints_grpc-ut - TEST_TARGET - cloud-blockstore-libs-endpoints_grpc-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-endpoints_grpc-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-endpoints_grpc-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-endpoints_grpc-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-endpoints_grpc-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-blockstore-libs-endpoints_grpc-ut) diff --git a/cloud/blockstore/libs/endpoints_grpc/ut/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/endpoints_grpc/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index f21090446af..00000000000 --- a/cloud/blockstore/libs/endpoints_grpc/ut/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,79 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-endpoints_grpc-ut) -target_include_directories(cloud-blockstore-libs-endpoints_grpc-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints_grpc -) -target_link_libraries(cloud-blockstore-libs-endpoints_grpc-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-endpoints_grpc -) -target_link_options(cloud-blockstore-libs-endpoints_grpc-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-endpoints_grpc-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints_grpc/socket_endpoint_listener_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-endpoints_grpc-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-endpoints_grpc-ut - TEST_TARGET - cloud-blockstore-libs-endpoints_grpc-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-endpoints_grpc-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-endpoints_grpc-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-endpoints_grpc-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-endpoints_grpc-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-blockstore-libs-endpoints_grpc-ut) diff --git a/cloud/blockstore/libs/endpoints_grpc/ut/CMakeLists.txt b/cloud/blockstore/libs/endpoints_grpc/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/endpoints_grpc/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/endpoints_grpc/ut/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/endpoints_grpc/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 989ab6653b0..00000000000 --- a/cloud/blockstore/libs/endpoints_grpc/ut/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,67 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-endpoints_grpc-ut) -target_include_directories(cloud-blockstore-libs-endpoints_grpc-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints_grpc -) -target_link_libraries(cloud-blockstore-libs-endpoints_grpc-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-endpoints_grpc -) -target_sources(cloud-blockstore-libs-endpoints_grpc-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints_grpc/socket_endpoint_listener_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-endpoints_grpc-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-endpoints_grpc-ut - TEST_TARGET - cloud-blockstore-libs-endpoints_grpc-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-endpoints_grpc-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-endpoints_grpc-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-endpoints_grpc-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-endpoints_grpc-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-endpoints_grpc-ut) diff --git a/cloud/blockstore/libs/endpoints_nbd/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/endpoints_nbd/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 606e6376237..00000000000 --- a/cloud/blockstore/libs/endpoints_nbd/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(blockstore-libs-endpoints_nbd) -target_link_libraries(blockstore-libs-endpoints_nbd PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-client - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-endpoints - blockstore-libs-nbd - blockstore-libs-service -) -target_sources(blockstore-libs-endpoints_nbd PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints_nbd/nbd_server.cpp -) diff --git a/cloud/blockstore/libs/endpoints_nbd/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/endpoints_nbd/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a74dc3e9138..00000000000 --- a/cloud/blockstore/libs/endpoints_nbd/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(blockstore-libs-endpoints_nbd) -target_link_libraries(blockstore-libs-endpoints_nbd PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-client - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-endpoints - blockstore-libs-nbd - blockstore-libs-service -) -target_sources(blockstore-libs-endpoints_nbd PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints_nbd/nbd_server.cpp -) diff --git a/cloud/blockstore/libs/endpoints_nbd/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/endpoints_nbd/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a74dc3e9138..00000000000 --- a/cloud/blockstore/libs/endpoints_nbd/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(blockstore-libs-endpoints_nbd) -target_link_libraries(blockstore-libs-endpoints_nbd PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-client - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-endpoints - blockstore-libs-nbd - blockstore-libs-service -) -target_sources(blockstore-libs-endpoints_nbd PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints_nbd/nbd_server.cpp -) diff --git a/cloud/blockstore/libs/endpoints_nbd/CMakeLists.txt b/cloud/blockstore/libs/endpoints_nbd/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/endpoints_nbd/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/endpoints_nbd/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/endpoints_nbd/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 606e6376237..00000000000 --- a/cloud/blockstore/libs/endpoints_nbd/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(blockstore-libs-endpoints_nbd) -target_link_libraries(blockstore-libs-endpoints_nbd PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-client - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-endpoints - blockstore-libs-nbd - blockstore-libs-service -) -target_sources(blockstore-libs-endpoints_nbd PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints_nbd/nbd_server.cpp -) diff --git a/cloud/blockstore/libs/endpoints_rdma/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/endpoints_rdma/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 41f75fa1b37..00000000000 --- a/cloud/blockstore/libs/endpoints_rdma/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(blockstore-libs-endpoints_rdma) -target_link_libraries(blockstore-libs-endpoints_rdma PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-client - blockstore-libs-client_rdma - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-endpoints - libs-rdma-iface - blockstore-libs-service - core-libs-coroutine -) -target_sources(blockstore-libs-endpoints_rdma PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints_rdma/rdma_server.cpp -) diff --git a/cloud/blockstore/libs/endpoints_rdma/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/endpoints_rdma/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 0a25fac887c..00000000000 --- a/cloud/blockstore/libs/endpoints_rdma/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(blockstore-libs-endpoints_rdma) -target_link_libraries(blockstore-libs-endpoints_rdma PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-client - blockstore-libs-client_rdma - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-endpoints - libs-rdma-iface - blockstore-libs-service - core-libs-coroutine -) -target_sources(blockstore-libs-endpoints_rdma PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints_rdma/rdma_server.cpp -) diff --git a/cloud/blockstore/libs/endpoints_rdma/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/endpoints_rdma/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 0a25fac887c..00000000000 --- a/cloud/blockstore/libs/endpoints_rdma/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(blockstore-libs-endpoints_rdma) -target_link_libraries(blockstore-libs-endpoints_rdma PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-client - blockstore-libs-client_rdma - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-endpoints - libs-rdma-iface - blockstore-libs-service - core-libs-coroutine -) -target_sources(blockstore-libs-endpoints_rdma PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints_rdma/rdma_server.cpp -) diff --git a/cloud/blockstore/libs/endpoints_rdma/CMakeLists.txt b/cloud/blockstore/libs/endpoints_rdma/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/endpoints_rdma/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/endpoints_rdma/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/endpoints_rdma/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 41f75fa1b37..00000000000 --- a/cloud/blockstore/libs/endpoints_rdma/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(blockstore-libs-endpoints_rdma) -target_link_libraries(blockstore-libs-endpoints_rdma PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-client - blockstore-libs-client_rdma - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-endpoints - libs-rdma-iface - blockstore-libs-service - core-libs-coroutine -) -target_sources(blockstore-libs-endpoints_rdma PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints_rdma/rdma_server.cpp -) diff --git a/cloud/blockstore/libs/endpoints_spdk/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/endpoints_spdk/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 3ac0979b369..00000000000 --- a/cloud/blockstore/libs/endpoints_spdk/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(blockstore-libs-endpoints_spdk) -target_link_libraries(blockstore-libs-endpoints_spdk PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-client - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-endpoints - blockstore-libs-service - libs-spdk-iface - core-libs-coroutine -) -target_sources(blockstore-libs-endpoints_spdk PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints_spdk/spdk_server.cpp -) diff --git a/cloud/blockstore/libs/endpoints_spdk/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/endpoints_spdk/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 71c948c7136..00000000000 --- a/cloud/blockstore/libs/endpoints_spdk/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(blockstore-libs-endpoints_spdk) -target_link_libraries(blockstore-libs-endpoints_spdk PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-client - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-endpoints - blockstore-libs-service - libs-spdk-iface - core-libs-coroutine -) -target_sources(blockstore-libs-endpoints_spdk PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints_spdk/spdk_server.cpp -) diff --git a/cloud/blockstore/libs/endpoints_spdk/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/endpoints_spdk/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 71c948c7136..00000000000 --- a/cloud/blockstore/libs/endpoints_spdk/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(blockstore-libs-endpoints_spdk) -target_link_libraries(blockstore-libs-endpoints_spdk PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-client - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-endpoints - blockstore-libs-service - libs-spdk-iface - core-libs-coroutine -) -target_sources(blockstore-libs-endpoints_spdk PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints_spdk/spdk_server.cpp -) diff --git a/cloud/blockstore/libs/endpoints_spdk/CMakeLists.txt b/cloud/blockstore/libs/endpoints_spdk/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/endpoints_spdk/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/endpoints_spdk/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/endpoints_spdk/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 3ac0979b369..00000000000 --- a/cloud/blockstore/libs/endpoints_spdk/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(blockstore-libs-endpoints_spdk) -target_link_libraries(blockstore-libs-endpoints_spdk PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-client - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-endpoints - blockstore-libs-service - libs-spdk-iface - core-libs-coroutine -) -target_sources(blockstore-libs-endpoints_spdk PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints_spdk/spdk_server.cpp -) diff --git a/cloud/blockstore/libs/endpoints_vhost/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/endpoints_vhost/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 27bfd23e66b..00000000000 --- a/cloud/blockstore/libs/endpoints_vhost/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_subdirectory(ut) - -add_library(blockstore-libs-endpoints_vhost) -target_link_libraries(blockstore-libs-endpoints_vhost PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-client - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-endpoints - blockstore-libs-service - blockstore-libs-vhost -) -target_sources(blockstore-libs-endpoints_vhost PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints_vhost/external_endpoint_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints_vhost/external_vhost_server.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints_vhost/vhost_server.cpp -) diff --git a/cloud/blockstore/libs/endpoints_vhost/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/endpoints_vhost/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 4e61320ce0f..00000000000 --- a/cloud/blockstore/libs/endpoints_vhost/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_subdirectory(ut) - -add_library(blockstore-libs-endpoints_vhost) -target_link_libraries(blockstore-libs-endpoints_vhost PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-client - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-endpoints - blockstore-libs-service - blockstore-libs-vhost -) -target_sources(blockstore-libs-endpoints_vhost PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints_vhost/external_endpoint_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints_vhost/external_vhost_server.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints_vhost/vhost_server.cpp -) diff --git a/cloud/blockstore/libs/endpoints_vhost/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/endpoints_vhost/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 4e61320ce0f..00000000000 --- a/cloud/blockstore/libs/endpoints_vhost/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_subdirectory(ut) - -add_library(blockstore-libs-endpoints_vhost) -target_link_libraries(blockstore-libs-endpoints_vhost PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-client - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-endpoints - blockstore-libs-service - blockstore-libs-vhost -) -target_sources(blockstore-libs-endpoints_vhost PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints_vhost/external_endpoint_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints_vhost/external_vhost_server.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints_vhost/vhost_server.cpp -) diff --git a/cloud/blockstore/libs/endpoints_vhost/CMakeLists.txt b/cloud/blockstore/libs/endpoints_vhost/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/endpoints_vhost/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/endpoints_vhost/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/endpoints_vhost/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 27bfd23e66b..00000000000 --- a/cloud/blockstore/libs/endpoints_vhost/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_subdirectory(ut) - -add_library(blockstore-libs-endpoints_vhost) -target_link_libraries(blockstore-libs-endpoints_vhost PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-client - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-endpoints - blockstore-libs-service - blockstore-libs-vhost -) -target_sources(blockstore-libs-endpoints_vhost PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints_vhost/external_endpoint_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints_vhost/external_vhost_server.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints_vhost/vhost_server.cpp -) diff --git a/cloud/blockstore/libs/endpoints_vhost/ut/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/endpoints_vhost/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6f348b022cf..00000000000 --- a/cloud/blockstore/libs/endpoints_vhost/ut/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,75 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-endpoints_vhost-ut) -target_include_directories(cloud-blockstore-libs-endpoints_vhost-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints_vhost -) -target_link_libraries(cloud-blockstore-libs-endpoints_vhost-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-endpoints_vhost -) -target_link_options(cloud-blockstore-libs-endpoints_vhost-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-blockstore-libs-endpoints_vhost-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints_vhost/external_endpoint_stats_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints_vhost/external_vhost_server_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-endpoints_vhost-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-endpoints_vhost-ut - TEST_TARGET - cloud-blockstore-libs-endpoints_vhost-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-endpoints_vhost-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-endpoints_vhost-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-endpoints_vhost-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-endpoints_vhost-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-endpoints_vhost-ut) diff --git a/cloud/blockstore/libs/endpoints_vhost/ut/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/endpoints_vhost/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 03b64c41507..00000000000 --- a/cloud/blockstore/libs/endpoints_vhost/ut/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_executable(cloud-blockstore-libs-endpoints_vhost-ut) -target_include_directories(cloud-blockstore-libs-endpoints_vhost-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints_vhost -) -target_link_libraries(cloud-blockstore-libs-endpoints_vhost-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - blockstore-libs-endpoints_vhost -) -target_link_options(cloud-blockstore-libs-endpoints_vhost-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-endpoints_vhost-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints_vhost/external_endpoint_stats_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints_vhost/external_vhost_server_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-endpoints_vhost-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-endpoints_vhost-ut - TEST_TARGET - cloud-blockstore-libs-endpoints_vhost-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-endpoints_vhost-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-endpoints_vhost-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-endpoints_vhost-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-endpoints_vhost-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-blockstore-libs-endpoints_vhost-ut) diff --git a/cloud/blockstore/libs/endpoints_vhost/ut/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/endpoints_vhost/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e1c1349f905..00000000000 --- a/cloud/blockstore/libs/endpoints_vhost/ut/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,80 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-endpoints_vhost-ut) -target_include_directories(cloud-blockstore-libs-endpoints_vhost-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints_vhost -) -target_link_libraries(cloud-blockstore-libs-endpoints_vhost-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-endpoints_vhost -) -target_link_options(cloud-blockstore-libs-endpoints_vhost-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-endpoints_vhost-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints_vhost/external_endpoint_stats_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints_vhost/external_vhost_server_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-endpoints_vhost-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-endpoints_vhost-ut - TEST_TARGET - cloud-blockstore-libs-endpoints_vhost-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-endpoints_vhost-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-endpoints_vhost-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-endpoints_vhost-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-endpoints_vhost-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-blockstore-libs-endpoints_vhost-ut) diff --git a/cloud/blockstore/libs/endpoints_vhost/ut/CMakeLists.txt b/cloud/blockstore/libs/endpoints_vhost/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/endpoints_vhost/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/endpoints_vhost/ut/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/endpoints_vhost/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 20a0abd0c7a..00000000000 --- a/cloud/blockstore/libs/endpoints_vhost/ut/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_executable(cloud-blockstore-libs-endpoints_vhost-ut) -target_include_directories(cloud-blockstore-libs-endpoints_vhost-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints_vhost -) -target_link_libraries(cloud-blockstore-libs-endpoints_vhost-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-endpoints_vhost -) -target_sources(cloud-blockstore-libs-endpoints_vhost-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints_vhost/external_endpoint_stats_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/endpoints_vhost/external_vhost_server_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-endpoints_vhost-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-endpoints_vhost-ut - TEST_TARGET - cloud-blockstore-libs-endpoints_vhost-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-endpoints_vhost-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-endpoints_vhost-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-endpoints_vhost-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-endpoints_vhost-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-endpoints_vhost-ut) diff --git a/cloud/blockstore/libs/kikimr/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/kikimr/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 5c3879fa76a..00000000000 --- a/cloud/blockstore/libs/kikimr/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(blockstore-libs-kikimr) -target_link_libraries(blockstore-libs-kikimr PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-service - public-api-protos - core-libs-kikimr - library-actors-core - library-cpp-lwtrace - ydb-core-base - ydb-core-protos -) -target_sources(blockstore-libs-kikimr PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/kikimr/components.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/kikimr/events.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/kikimr/helpers.cpp -) diff --git a/cloud/blockstore/libs/kikimr/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/kikimr/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 968a425de68..00000000000 --- a/cloud/blockstore/libs/kikimr/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(blockstore-libs-kikimr) -target_link_libraries(blockstore-libs-kikimr PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-service - public-api-protos - core-libs-kikimr - library-actors-core - library-cpp-lwtrace - ydb-core-base - ydb-core-protos -) -target_sources(blockstore-libs-kikimr PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/kikimr/components.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/kikimr/events.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/kikimr/helpers.cpp -) diff --git a/cloud/blockstore/libs/kikimr/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/kikimr/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 968a425de68..00000000000 --- a/cloud/blockstore/libs/kikimr/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(blockstore-libs-kikimr) -target_link_libraries(blockstore-libs-kikimr PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-service - public-api-protos - core-libs-kikimr - library-actors-core - library-cpp-lwtrace - ydb-core-base - ydb-core-protos -) -target_sources(blockstore-libs-kikimr PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/kikimr/components.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/kikimr/events.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/kikimr/helpers.cpp -) diff --git a/cloud/blockstore/libs/kikimr/CMakeLists.txt b/cloud/blockstore/libs/kikimr/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/kikimr/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/kikimr/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/kikimr/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 5c3879fa76a..00000000000 --- a/cloud/blockstore/libs/kikimr/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(blockstore-libs-kikimr) -target_link_libraries(blockstore-libs-kikimr PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-service - public-api-protos - core-libs-kikimr - library-actors-core - library-cpp-lwtrace - ydb-core-base - ydb-core-protos -) -target_sources(blockstore-libs-kikimr PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/kikimr/components.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/kikimr/events.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/kikimr/helpers.cpp -) diff --git a/cloud/blockstore/libs/kms/CMakeLists.txt b/cloud/blockstore/libs/kms/CMakeLists.txt deleted file mode 100644 index fdac06721b7..00000000000 --- a/cloud/blockstore/libs/kms/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(iface) -add_subdirectory(impl) diff --git a/cloud/blockstore/libs/kms/iface/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/kms/iface/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a824bd03d6d..00000000000 --- a/cloud/blockstore/libs/kms/iface/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_subdirectory(ut) - -add_library(libs-kms-iface) -target_link_libraries(libs-kms-iface PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-encryption - core-libs-common - core-libs-coroutine - libs-iam-iface - cpp-threading-future -) -target_sources(libs-kms-iface PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/kms/iface/compute_client.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/kms/iface/key_provider.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/kms/iface/kms_client.cpp -) diff --git a/cloud/blockstore/libs/kms/iface/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/kms/iface/CMakeLists.linux-aarch64.txt deleted file mode 100644 index af7e9c2baa3..00000000000 --- a/cloud/blockstore/libs/kms/iface/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_subdirectory(ut) - -add_library(libs-kms-iface) -target_link_libraries(libs-kms-iface PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-encryption - core-libs-common - core-libs-coroutine - libs-iam-iface - cpp-threading-future -) -target_sources(libs-kms-iface PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/kms/iface/compute_client.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/kms/iface/key_provider.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/kms/iface/kms_client.cpp -) diff --git a/cloud/blockstore/libs/kms/iface/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/kms/iface/CMakeLists.linux-x86_64.txt deleted file mode 100644 index af7e9c2baa3..00000000000 --- a/cloud/blockstore/libs/kms/iface/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_subdirectory(ut) - -add_library(libs-kms-iface) -target_link_libraries(libs-kms-iface PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-encryption - core-libs-common - core-libs-coroutine - libs-iam-iface - cpp-threading-future -) -target_sources(libs-kms-iface PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/kms/iface/compute_client.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/kms/iface/key_provider.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/kms/iface/kms_client.cpp -) diff --git a/cloud/blockstore/libs/kms/iface/CMakeLists.txt b/cloud/blockstore/libs/kms/iface/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/kms/iface/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/kms/iface/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/kms/iface/CMakeLists.windows-x86_64.txt deleted file mode 100644 index a824bd03d6d..00000000000 --- a/cloud/blockstore/libs/kms/iface/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_subdirectory(ut) - -add_library(libs-kms-iface) -target_link_libraries(libs-kms-iface PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-encryption - core-libs-common - core-libs-coroutine - libs-iam-iface - cpp-threading-future -) -target_sources(libs-kms-iface PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/kms/iface/compute_client.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/kms/iface/key_provider.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/kms/iface/kms_client.cpp -) diff --git a/cloud/blockstore/libs/kms/iface/ut/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/kms/iface/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d622fb6545d..00000000000 --- a/cloud/blockstore/libs/kms/iface/ut/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,74 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-kms-iface-ut) -target_include_directories(cloud-blockstore-libs-kms-iface-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/kms/iface -) -target_link_libraries(cloud-blockstore-libs-kms-iface-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-kms-iface -) -target_link_options(cloud-blockstore-libs-kms-iface-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-blockstore-libs-kms-iface-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/kms/iface/key_provider_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-kms-iface-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-kms-iface-ut - TEST_TARGET - cloud-blockstore-libs-kms-iface-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-kms-iface-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-kms-iface-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-kms-iface-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-kms-iface-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-kms-iface-ut) diff --git a/cloud/blockstore/libs/kms/iface/ut/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/kms/iface/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d461dab9093..00000000000 --- a/cloud/blockstore/libs/kms/iface/ut/CMakeLists.linux-aarch64.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_executable(cloud-blockstore-libs-kms-iface-ut) -target_include_directories(cloud-blockstore-libs-kms-iface-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/kms/iface -) -target_link_libraries(cloud-blockstore-libs-kms-iface-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - libs-kms-iface -) -target_link_options(cloud-blockstore-libs-kms-iface-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-kms-iface-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/kms/iface/key_provider_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-kms-iface-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-kms-iface-ut - TEST_TARGET - cloud-blockstore-libs-kms-iface-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-kms-iface-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-kms-iface-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-kms-iface-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-kms-iface-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-blockstore-libs-kms-iface-ut) diff --git a/cloud/blockstore/libs/kms/iface/ut/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/kms/iface/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e8e35ee984e..00000000000 --- a/cloud/blockstore/libs/kms/iface/ut/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,79 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-kms-iface-ut) -target_include_directories(cloud-blockstore-libs-kms-iface-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/kms/iface -) -target_link_libraries(cloud-blockstore-libs-kms-iface-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-kms-iface -) -target_link_options(cloud-blockstore-libs-kms-iface-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-kms-iface-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/kms/iface/key_provider_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-kms-iface-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-kms-iface-ut - TEST_TARGET - cloud-blockstore-libs-kms-iface-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-kms-iface-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-kms-iface-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-kms-iface-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-kms-iface-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-blockstore-libs-kms-iface-ut) diff --git a/cloud/blockstore/libs/kms/iface/ut/CMakeLists.txt b/cloud/blockstore/libs/kms/iface/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/kms/iface/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/kms/iface/ut/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/kms/iface/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 4af1156333d..00000000000 --- a/cloud/blockstore/libs/kms/iface/ut/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,67 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-kms-iface-ut) -target_include_directories(cloud-blockstore-libs-kms-iface-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/kms/iface -) -target_link_libraries(cloud-blockstore-libs-kms-iface-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-kms-iface -) -target_sources(cloud-blockstore-libs-kms-iface-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/kms/iface/key_provider_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-kms-iface-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-kms-iface-ut - TEST_TARGET - cloud-blockstore-libs-kms-iface-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-kms-iface-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-kms-iface-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-kms-iface-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-kms-iface-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-kms-iface-ut) diff --git a/cloud/blockstore/libs/kms/impl/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/kms/impl/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2dd95245627..00000000000 --- a/cloud/blockstore/libs/kms/impl/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_subdirectory(example) -add_subdirectory(ut_client) - -add_library(libs-kms-impl) -target_link_libraries(libs-kms-impl PUBLIC - contrib-libs-cxxsupp - yutil - cloud-blockstore-config - libs-kms-iface - core-libs-diagnostics - core-libs-grpc - core-libs-common - client-yc_private-kms - yc_private-compute-inner - cpp-threading-future - contrib-libs-grpc -) -target_sources(libs-kms-impl PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/kms/impl/compute_client.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/kms/impl/kms_client.cpp -) diff --git a/cloud/blockstore/libs/kms/impl/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/kms/impl/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 1486d5df70b..00000000000 --- a/cloud/blockstore/libs/kms/impl/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_subdirectory(example) -add_subdirectory(ut_client) - -add_library(libs-kms-impl) -target_link_libraries(libs-kms-impl PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cloud-blockstore-config - libs-kms-iface - core-libs-diagnostics - core-libs-grpc - core-libs-common - client-yc_private-kms - yc_private-compute-inner - cpp-threading-future - contrib-libs-grpc -) -target_sources(libs-kms-impl PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/kms/impl/compute_client.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/kms/impl/kms_client.cpp -) diff --git a/cloud/blockstore/libs/kms/impl/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/kms/impl/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 1486d5df70b..00000000000 --- a/cloud/blockstore/libs/kms/impl/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_subdirectory(example) -add_subdirectory(ut_client) - -add_library(libs-kms-impl) -target_link_libraries(libs-kms-impl PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cloud-blockstore-config - libs-kms-iface - core-libs-diagnostics - core-libs-grpc - core-libs-common - client-yc_private-kms - yc_private-compute-inner - cpp-threading-future - contrib-libs-grpc -) -target_sources(libs-kms-impl PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/kms/impl/compute_client.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/kms/impl/kms_client.cpp -) diff --git a/cloud/blockstore/libs/kms/impl/CMakeLists.txt b/cloud/blockstore/libs/kms/impl/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/kms/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/kms/impl/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/kms/impl/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 2dd95245627..00000000000 --- a/cloud/blockstore/libs/kms/impl/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_subdirectory(example) -add_subdirectory(ut_client) - -add_library(libs-kms-impl) -target_link_libraries(libs-kms-impl PUBLIC - contrib-libs-cxxsupp - yutil - cloud-blockstore-config - libs-kms-iface - core-libs-diagnostics - core-libs-grpc - core-libs-common - client-yc_private-kms - yc_private-compute-inner - cpp-threading-future - contrib-libs-grpc -) -target_sources(libs-kms-impl PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/kms/impl/compute_client.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/kms/impl/kms_client.cpp -) diff --git a/cloud/blockstore/libs/kms/impl/example/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/kms/impl/example/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index b16359095ed..00000000000 --- a/cloud/blockstore/libs/kms/impl/example/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_executable(kms-example) -target_link_libraries(kms-example PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - libs-kms-impl - core-libs-common - core-libs-diagnostics - library-cpp-getopt - cpp-string_utils-base64 -) -target_link_options(kms-example PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(kms-example PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/kms/impl/example/main.cpp -) -target_allocator(kms-example - system_allocator -) -vcs_info(kms-example) diff --git a/cloud/blockstore/libs/kms/impl/example/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/kms/impl/example/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 8f0e15258bd..00000000000 --- a/cloud/blockstore/libs/kms/impl/example/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_executable(kms-example) -target_link_libraries(kms-example PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-kms-impl - core-libs-common - core-libs-diagnostics - library-cpp-getopt - cpp-string_utils-base64 -) -target_link_options(kms-example PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(kms-example PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/kms/impl/example/main.cpp -) -target_allocator(kms-example - cpp-malloc-jemalloc -) -vcs_info(kms-example) diff --git a/cloud/blockstore/libs/kms/impl/example/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/kms/impl/example/CMakeLists.linux-x86_64.txt deleted file mode 100644 index be1c6106b35..00000000000 --- a/cloud/blockstore/libs/kms/impl/example/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_executable(kms-example) -target_link_libraries(kms-example PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - libs-kms-impl - core-libs-common - core-libs-diagnostics - library-cpp-getopt - cpp-string_utils-base64 -) -target_link_options(kms-example PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(kms-example PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/kms/impl/example/main.cpp -) -target_allocator(kms-example - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(kms-example) diff --git a/cloud/blockstore/libs/kms/impl/example/CMakeLists.txt b/cloud/blockstore/libs/kms/impl/example/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/kms/impl/example/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/kms/impl/example/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/kms/impl/example/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 6cf8feb3afa..00000000000 --- a/cloud/blockstore/libs/kms/impl/example/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_executable(kms-example) -target_link_libraries(kms-example PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - libs-kms-impl - core-libs-common - core-libs-diagnostics - library-cpp-getopt - cpp-string_utils-base64 -) -target_sources(kms-example PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/kms/impl/example/main.cpp -) -target_allocator(kms-example - system_allocator -) -vcs_info(kms-example) diff --git a/cloud/blockstore/libs/logbroker/CMakeLists.txt b/cloud/blockstore/libs/logbroker/CMakeLists.txt deleted file mode 100644 index 164052a95a2..00000000000 --- a/cloud/blockstore/libs/logbroker/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(iface) -add_subdirectory(topic_api_impl) diff --git a/cloud/blockstore/libs/logbroker/iface/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/logbroker/iface/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index e2b2db0fa61..00000000000 --- a/cloud/blockstore/libs/logbroker/iface/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_subdirectory(ut) - -add_library(libs-logbroker-iface) -target_link_libraries(libs-logbroker-iface PUBLIC - contrib-libs-cxxsupp - yutil - cloud-blockstore-config - blockstore-libs-common - blockstore-libs-diagnostics - monlib-service-pages - cpp-threading-future -) -target_sources(libs-logbroker-iface PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/logbroker/iface/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/logbroker/iface/logbroker.cpp -) diff --git a/cloud/blockstore/libs/logbroker/iface/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/logbroker/iface/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e88d8705e48..00000000000 --- a/cloud/blockstore/libs/logbroker/iface/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_subdirectory(ut) - -add_library(libs-logbroker-iface) -target_link_libraries(libs-logbroker-iface PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cloud-blockstore-config - blockstore-libs-common - blockstore-libs-diagnostics - monlib-service-pages - cpp-threading-future -) -target_sources(libs-logbroker-iface PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/logbroker/iface/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/logbroker/iface/logbroker.cpp -) diff --git a/cloud/blockstore/libs/logbroker/iface/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/logbroker/iface/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e88d8705e48..00000000000 --- a/cloud/blockstore/libs/logbroker/iface/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_subdirectory(ut) - -add_library(libs-logbroker-iface) -target_link_libraries(libs-logbroker-iface PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cloud-blockstore-config - blockstore-libs-common - blockstore-libs-diagnostics - monlib-service-pages - cpp-threading-future -) -target_sources(libs-logbroker-iface PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/logbroker/iface/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/logbroker/iface/logbroker.cpp -) diff --git a/cloud/blockstore/libs/logbroker/iface/CMakeLists.txt b/cloud/blockstore/libs/logbroker/iface/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/logbroker/iface/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/logbroker/iface/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/logbroker/iface/CMakeLists.windows-x86_64.txt deleted file mode 100644 index e2b2db0fa61..00000000000 --- a/cloud/blockstore/libs/logbroker/iface/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_subdirectory(ut) - -add_library(libs-logbroker-iface) -target_link_libraries(libs-logbroker-iface PUBLIC - contrib-libs-cxxsupp - yutil - cloud-blockstore-config - blockstore-libs-common - blockstore-libs-diagnostics - monlib-service-pages - cpp-threading-future -) -target_sources(libs-logbroker-iface PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/logbroker/iface/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/logbroker/iface/logbroker.cpp -) diff --git a/cloud/blockstore/libs/logbroker/iface/ut/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/logbroker/iface/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index aa7efaaf34c..00000000000 --- a/cloud/blockstore/libs/logbroker/iface/ut/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,74 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-logbroker-iface-ut) -target_include_directories(cloud-blockstore-libs-logbroker-iface-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/logbroker/iface -) -target_link_libraries(cloud-blockstore-libs-logbroker-iface-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-logbroker-iface -) -target_link_options(cloud-blockstore-libs-logbroker-iface-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-blockstore-libs-logbroker-iface-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/logbroker/iface/logbroker_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-logbroker-iface-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-logbroker-iface-ut - TEST_TARGET - cloud-blockstore-libs-logbroker-iface-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-logbroker-iface-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-logbroker-iface-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-logbroker-iface-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-logbroker-iface-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-logbroker-iface-ut) diff --git a/cloud/blockstore/libs/logbroker/iface/ut/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/logbroker/iface/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 8c3ca582d51..00000000000 --- a/cloud/blockstore/libs/logbroker/iface/ut/CMakeLists.linux-aarch64.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_executable(cloud-blockstore-libs-logbroker-iface-ut) -target_include_directories(cloud-blockstore-libs-logbroker-iface-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/logbroker/iface -) -target_link_libraries(cloud-blockstore-libs-logbroker-iface-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - libs-logbroker-iface -) -target_link_options(cloud-blockstore-libs-logbroker-iface-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-logbroker-iface-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/logbroker/iface/logbroker_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-logbroker-iface-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-logbroker-iface-ut - TEST_TARGET - cloud-blockstore-libs-logbroker-iface-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-logbroker-iface-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-logbroker-iface-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-logbroker-iface-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-logbroker-iface-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-blockstore-libs-logbroker-iface-ut) diff --git a/cloud/blockstore/libs/logbroker/iface/ut/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/logbroker/iface/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index ff4925aec5c..00000000000 --- a/cloud/blockstore/libs/logbroker/iface/ut/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,79 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-logbroker-iface-ut) -target_include_directories(cloud-blockstore-libs-logbroker-iface-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/logbroker/iface -) -target_link_libraries(cloud-blockstore-libs-logbroker-iface-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-logbroker-iface -) -target_link_options(cloud-blockstore-libs-logbroker-iface-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-logbroker-iface-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/logbroker/iface/logbroker_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-logbroker-iface-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-logbroker-iface-ut - TEST_TARGET - cloud-blockstore-libs-logbroker-iface-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-logbroker-iface-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-logbroker-iface-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-logbroker-iface-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-logbroker-iface-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-blockstore-libs-logbroker-iface-ut) diff --git a/cloud/blockstore/libs/logbroker/iface/ut/CMakeLists.txt b/cloud/blockstore/libs/logbroker/iface/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/logbroker/iface/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/logbroker/iface/ut/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/logbroker/iface/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 983cba905bb..00000000000 --- a/cloud/blockstore/libs/logbroker/iface/ut/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,67 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-logbroker-iface-ut) -target_include_directories(cloud-blockstore-libs-logbroker-iface-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/logbroker/iface -) -target_link_libraries(cloud-blockstore-libs-logbroker-iface-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-logbroker-iface -) -target_sources(cloud-blockstore-libs-logbroker-iface-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/logbroker/iface/logbroker_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-logbroker-iface-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-logbroker-iface-ut - TEST_TARGET - cloud-blockstore-libs-logbroker-iface-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-logbroker-iface-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-logbroker-iface-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-logbroker-iface-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-logbroker-iface-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-logbroker-iface-ut) diff --git a/cloud/blockstore/libs/logbroker/topic_api_impl/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/logbroker/topic_api_impl/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index fc7b189bbb4..00000000000 --- a/cloud/blockstore/libs/logbroker/topic_api_impl/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_subdirectory(ut) - -add_library(libs-logbroker-topic_api_impl) -target_link_libraries(libs-logbroker-topic_api_impl PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-common - blockstore-libs-diagnostics - libs-logbroker-iface - cpp-client-iam - cpp-client-ydb_driver - cpp-client-ydb_topic - cpp-threading-future -) -target_sources(libs-logbroker-topic_api_impl PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/logbroker/topic_api_impl/topic_api.cpp -) diff --git a/cloud/blockstore/libs/logbroker/topic_api_impl/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/logbroker/topic_api_impl/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b1ba6ef4dfc..00000000000 --- a/cloud/blockstore/libs/logbroker/topic_api_impl/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_subdirectory(ut) - -add_library(libs-logbroker-topic_api_impl) -target_link_libraries(libs-logbroker-topic_api_impl PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-common - blockstore-libs-diagnostics - libs-logbroker-iface - cpp-client-iam - cpp-client-ydb_driver - cpp-client-ydb_topic - cpp-threading-future -) -target_sources(libs-logbroker-topic_api_impl PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/logbroker/topic_api_impl/topic_api.cpp -) diff --git a/cloud/blockstore/libs/logbroker/topic_api_impl/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/logbroker/topic_api_impl/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b1ba6ef4dfc..00000000000 --- a/cloud/blockstore/libs/logbroker/topic_api_impl/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_subdirectory(ut) - -add_library(libs-logbroker-topic_api_impl) -target_link_libraries(libs-logbroker-topic_api_impl PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-common - blockstore-libs-diagnostics - libs-logbroker-iface - cpp-client-iam - cpp-client-ydb_driver - cpp-client-ydb_topic - cpp-threading-future -) -target_sources(libs-logbroker-topic_api_impl PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/logbroker/topic_api_impl/topic_api.cpp -) diff --git a/cloud/blockstore/libs/logbroker/topic_api_impl/CMakeLists.txt b/cloud/blockstore/libs/logbroker/topic_api_impl/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/logbroker/topic_api_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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/logbroker/topic_api_impl/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/logbroker/topic_api_impl/CMakeLists.windows-x86_64.txt deleted file mode 100644 index fc7b189bbb4..00000000000 --- a/cloud/blockstore/libs/logbroker/topic_api_impl/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_subdirectory(ut) - -add_library(libs-logbroker-topic_api_impl) -target_link_libraries(libs-logbroker-topic_api_impl PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-common - blockstore-libs-diagnostics - libs-logbroker-iface - cpp-client-iam - cpp-client-ydb_driver - cpp-client-ydb_topic - cpp-threading-future -) -target_sources(libs-logbroker-topic_api_impl PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/logbroker/topic_api_impl/topic_api.cpp -) diff --git a/cloud/blockstore/libs/logbroker/topic_api_impl/ut/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/logbroker/topic_api_impl/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a17318a7a43..00000000000 --- a/cloud/blockstore/libs/logbroker/topic_api_impl/ut/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,79 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-logbroker-topic_api_impl-ut) -target_compile_options(cloud-blockstore-libs-logbroker-topic_api_impl-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-blockstore-libs-logbroker-topic_api_impl-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/logbroker/topic_api_impl -) -target_link_libraries(cloud-blockstore-libs-logbroker-topic_api_impl-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-logbroker-topic_api_impl - ydb_topic-ut-ut_utils - ydb_persqueue_core-ut-ut_utils -) -target_link_options(cloud-blockstore-libs-logbroker-topic_api_impl-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-blockstore-libs-logbroker-topic_api_impl-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/logbroker/topic_api_impl/topic_api_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-logbroker-topic_api_impl-ut - PROPERTY - SPLIT_FACTOR - 10 -) -add_yunittest( - NAME - cloud-blockstore-libs-logbroker-topic_api_impl-ut - TEST_TARGET - cloud-blockstore-libs-logbroker-topic_api_impl-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-logbroker-topic_api_impl-ut - PROPERTY - LABELS - MEDIUM -) -set_yunittest_property( - TEST - cloud-blockstore-libs-logbroker-topic_api_impl-ut - PROPERTY - PROCESSORS - 4 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-logbroker-topic_api_impl-ut - PROPERTY - TIMEOUT - 600 -) -target_allocator(cloud-blockstore-libs-logbroker-topic_api_impl-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-logbroker-topic_api_impl-ut) diff --git a/cloud/blockstore/libs/logbroker/topic_api_impl/ut/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/logbroker/topic_api_impl/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 764a195e978..00000000000 --- a/cloud/blockstore/libs/logbroker/topic_api_impl/ut/CMakeLists.linux-aarch64.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_executable(cloud-blockstore-libs-logbroker-topic_api_impl-ut) -target_compile_options(cloud-blockstore-libs-logbroker-topic_api_impl-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-blockstore-libs-logbroker-topic_api_impl-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/logbroker/topic_api_impl -) -target_link_libraries(cloud-blockstore-libs-logbroker-topic_api_impl-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - libs-logbroker-topic_api_impl - ydb_topic-ut-ut_utils - ydb_persqueue_core-ut-ut_utils -) -target_link_options(cloud-blockstore-libs-logbroker-topic_api_impl-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-logbroker-topic_api_impl-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/logbroker/topic_api_impl/topic_api_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-logbroker-topic_api_impl-ut - PROPERTY - SPLIT_FACTOR - 10 -) -add_yunittest( - NAME - cloud-blockstore-libs-logbroker-topic_api_impl-ut - TEST_TARGET - cloud-blockstore-libs-logbroker-topic_api_impl-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-logbroker-topic_api_impl-ut - PROPERTY - LABELS - MEDIUM -) -set_yunittest_property( - TEST - cloud-blockstore-libs-logbroker-topic_api_impl-ut - PROPERTY - PROCESSORS - 4 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-logbroker-topic_api_impl-ut - PROPERTY - TIMEOUT - 600 -) -target_allocator(cloud-blockstore-libs-logbroker-topic_api_impl-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-blockstore-libs-logbroker-topic_api_impl-ut) diff --git a/cloud/blockstore/libs/logbroker/topic_api_impl/ut/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/logbroker/topic_api_impl/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 2f14dce772e..00000000000 --- a/cloud/blockstore/libs/logbroker/topic_api_impl/ut/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,84 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-logbroker-topic_api_impl-ut) -target_compile_options(cloud-blockstore-libs-logbroker-topic_api_impl-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-blockstore-libs-logbroker-topic_api_impl-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/logbroker/topic_api_impl -) -target_link_libraries(cloud-blockstore-libs-logbroker-topic_api_impl-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-logbroker-topic_api_impl - ydb_topic-ut-ut_utils - ydb_persqueue_core-ut-ut_utils -) -target_link_options(cloud-blockstore-libs-logbroker-topic_api_impl-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-logbroker-topic_api_impl-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/logbroker/topic_api_impl/topic_api_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-logbroker-topic_api_impl-ut - PROPERTY - SPLIT_FACTOR - 10 -) -add_yunittest( - NAME - cloud-blockstore-libs-logbroker-topic_api_impl-ut - TEST_TARGET - cloud-blockstore-libs-logbroker-topic_api_impl-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-logbroker-topic_api_impl-ut - PROPERTY - LABELS - MEDIUM -) -set_yunittest_property( - TEST - cloud-blockstore-libs-logbroker-topic_api_impl-ut - PROPERTY - PROCESSORS - 4 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-logbroker-topic_api_impl-ut - PROPERTY - TIMEOUT - 600 -) -target_allocator(cloud-blockstore-libs-logbroker-topic_api_impl-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-blockstore-libs-logbroker-topic_api_impl-ut) diff --git a/cloud/blockstore/libs/logbroker/topic_api_impl/ut/CMakeLists.txt b/cloud/blockstore/libs/logbroker/topic_api_impl/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/logbroker/topic_api_impl/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/logbroker/topic_api_impl/ut/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/logbroker/topic_api_impl/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 47b62f14714..00000000000 --- a/cloud/blockstore/libs/logbroker/topic_api_impl/ut/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_executable(cloud-blockstore-libs-logbroker-topic_api_impl-ut) -target_compile_options(cloud-blockstore-libs-logbroker-topic_api_impl-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-blockstore-libs-logbroker-topic_api_impl-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/logbroker/topic_api_impl -) -target_link_libraries(cloud-blockstore-libs-logbroker-topic_api_impl-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-logbroker-topic_api_impl - ydb_topic-ut-ut_utils - ydb_persqueue_core-ut-ut_utils -) -target_sources(cloud-blockstore-libs-logbroker-topic_api_impl-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/logbroker/topic_api_impl/topic_api_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-logbroker-topic_api_impl-ut - PROPERTY - SPLIT_FACTOR - 10 -) -add_yunittest( - NAME - cloud-blockstore-libs-logbroker-topic_api_impl-ut - TEST_TARGET - cloud-blockstore-libs-logbroker-topic_api_impl-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-logbroker-topic_api_impl-ut - PROPERTY - LABELS - MEDIUM -) -set_yunittest_property( - TEST - cloud-blockstore-libs-logbroker-topic_api_impl-ut - PROPERTY - PROCESSORS - 4 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-logbroker-topic_api_impl-ut - PROPERTY - TIMEOUT - 600 -) -target_allocator(cloud-blockstore-libs-logbroker-topic_api_impl-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-logbroker-topic_api_impl-ut) diff --git a/cloud/blockstore/libs/nbd/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/nbd/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 3910ca76e7c..00000000000 --- a/cloud/blockstore/libs/nbd/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_subdirectory(bench) -add_subdirectory(ut) - -add_library(blockstore-libs-nbd) -target_link_libraries(blockstore-libs-nbd PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-client - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-service - core-libs-coroutine - cpp-coroutine-engine - cpp-coroutine-listener - cpp-deprecated-atomic -) -target_sources(blockstore-libs-nbd PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nbd/binary_reader.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nbd/binary_writer.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nbd/client.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nbd/client_handler.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nbd/limiter.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nbd/protocol.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nbd/server.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nbd/server_handler.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nbd/utils.cpp -) diff --git a/cloud/blockstore/libs/nbd/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/nbd/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 922d03fc98b..00000000000 --- a/cloud/blockstore/libs/nbd/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_subdirectory(bench) -add_subdirectory(ut) - -add_library(blockstore-libs-nbd) -target_link_libraries(blockstore-libs-nbd PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-client - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-service - core-libs-coroutine - cpp-coroutine-engine - cpp-coroutine-listener - cpp-deprecated-atomic -) -target_sources(blockstore-libs-nbd PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nbd/binary_reader.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nbd/binary_writer.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nbd/client.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nbd/client_handler.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nbd/limiter.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nbd/protocol.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nbd/server.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nbd/server_handler.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nbd/utils.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nbd/device.cpp -) diff --git a/cloud/blockstore/libs/nbd/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/nbd/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 922d03fc98b..00000000000 --- a/cloud/blockstore/libs/nbd/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_subdirectory(bench) -add_subdirectory(ut) - -add_library(blockstore-libs-nbd) -target_link_libraries(blockstore-libs-nbd PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-client - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-service - core-libs-coroutine - cpp-coroutine-engine - cpp-coroutine-listener - cpp-deprecated-atomic -) -target_sources(blockstore-libs-nbd PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nbd/binary_reader.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nbd/binary_writer.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nbd/client.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nbd/client_handler.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nbd/limiter.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nbd/protocol.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nbd/server.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nbd/server_handler.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nbd/utils.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nbd/device.cpp -) diff --git a/cloud/blockstore/libs/nbd/CMakeLists.txt b/cloud/blockstore/libs/nbd/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/nbd/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/nbd/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/nbd/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 3910ca76e7c..00000000000 --- a/cloud/blockstore/libs/nbd/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_subdirectory(bench) -add_subdirectory(ut) - -add_library(blockstore-libs-nbd) -target_link_libraries(blockstore-libs-nbd PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-client - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-service - core-libs-coroutine - cpp-coroutine-engine - cpp-coroutine-listener - cpp-deprecated-atomic -) -target_sources(blockstore-libs-nbd PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nbd/binary_reader.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nbd/binary_writer.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nbd/client.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nbd/client_handler.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nbd/limiter.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nbd/protocol.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nbd/server.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nbd/server_handler.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nbd/utils.cpp -) diff --git a/cloud/blockstore/libs/nbd/bench/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/nbd/bench/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 61c4573b2f5..00000000000 --- a/cloud/blockstore/libs/nbd/bench/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_executable(blockstore-nbd-bench) -target_link_libraries(blockstore-nbd-bench PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - testing-benchmark-main - cloud-blockstore-config - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-nbd - blockstore-libs-service -) -target_link_options(blockstore-nbd-bench PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(blockstore-nbd-bench PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nbd/bench/bootstrap.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nbd/bench/main.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nbd/bench/options.cpp -) -target_allocator(blockstore-nbd-bench - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(blockstore-nbd-bench) diff --git a/cloud/blockstore/libs/nbd/bench/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/nbd/bench/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 75a3d1d756e..00000000000 --- a/cloud/blockstore/libs/nbd/bench/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_executable(blockstore-nbd-bench) -target_link_libraries(blockstore-nbd-bench PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - testing-benchmark-main - cloud-blockstore-config - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-nbd - blockstore-libs-service -) -target_link_options(blockstore-nbd-bench PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(blockstore-nbd-bench PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nbd/bench/bootstrap.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nbd/bench/main.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nbd/bench/options.cpp -) -target_allocator(blockstore-nbd-bench - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(blockstore-nbd-bench) diff --git a/cloud/blockstore/libs/nbd/bench/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/nbd/bench/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 9153aaa0680..00000000000 --- a/cloud/blockstore/libs/nbd/bench/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_executable(blockstore-nbd-bench) -target_link_libraries(blockstore-nbd-bench PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - testing-benchmark-main - cloud-blockstore-config - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-nbd - blockstore-libs-service -) -target_link_options(blockstore-nbd-bench PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(blockstore-nbd-bench PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nbd/bench/bootstrap.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nbd/bench/main.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nbd/bench/options.cpp -) -target_allocator(blockstore-nbd-bench - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(blockstore-nbd-bench) diff --git a/cloud/blockstore/libs/nbd/bench/CMakeLists.txt b/cloud/blockstore/libs/nbd/bench/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/nbd/bench/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/nbd/bench/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/nbd/bench/CMakeLists.windows-x86_64.txt deleted file mode 100644 index a14b3ff16c7..00000000000 --- a/cloud/blockstore/libs/nbd/bench/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_executable(blockstore-nbd-bench) -target_link_libraries(blockstore-nbd-bench PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - testing-benchmark-main - cloud-blockstore-config - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-nbd - blockstore-libs-service -) -target_sources(blockstore-nbd-bench PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nbd/bench/bootstrap.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nbd/bench/main.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nbd/bench/options.cpp -) -target_allocator(blockstore-nbd-bench - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(blockstore-nbd-bench) diff --git a/cloud/blockstore/libs/nbd/ut/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/nbd/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 35255d27900..00000000000 --- a/cloud/blockstore/libs/nbd/ut/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,76 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-nbd-ut) -target_include_directories(cloud-blockstore-libs-nbd-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nbd -) -target_link_libraries(cloud-blockstore-libs-nbd-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-nbd -) -target_link_options(cloud-blockstore-libs-nbd-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-blockstore-libs-nbd-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nbd/client_handler_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nbd/server_handler_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nbd/server_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-nbd-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-nbd-ut - TEST_TARGET - cloud-blockstore-libs-nbd-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-nbd-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-nbd-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-nbd-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-nbd-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-nbd-ut) diff --git a/cloud/blockstore/libs/nbd/ut/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/nbd/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 6d5eaf629d3..00000000000 --- a/cloud/blockstore/libs/nbd/ut/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,79 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-nbd-ut) -target_include_directories(cloud-blockstore-libs-nbd-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nbd -) -target_link_libraries(cloud-blockstore-libs-nbd-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - blockstore-libs-nbd -) -target_link_options(cloud-blockstore-libs-nbd-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-nbd-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nbd/client_handler_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nbd/server_handler_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nbd/server_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-nbd-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-nbd-ut - TEST_TARGET - cloud-blockstore-libs-nbd-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-nbd-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-nbd-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-nbd-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-nbd-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-blockstore-libs-nbd-ut) diff --git a/cloud/blockstore/libs/nbd/ut/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/nbd/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 491a6366d85..00000000000 --- a/cloud/blockstore/libs/nbd/ut/CMakeLists.linux-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_executable(cloud-blockstore-libs-nbd-ut) -target_include_directories(cloud-blockstore-libs-nbd-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nbd -) -target_link_libraries(cloud-blockstore-libs-nbd-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-nbd -) -target_link_options(cloud-blockstore-libs-nbd-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-nbd-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nbd/client_handler_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nbd/server_handler_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nbd/server_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-nbd-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-nbd-ut - TEST_TARGET - cloud-blockstore-libs-nbd-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-nbd-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-nbd-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-nbd-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-nbd-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-blockstore-libs-nbd-ut) diff --git a/cloud/blockstore/libs/nbd/ut/CMakeLists.txt b/cloud/blockstore/libs/nbd/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/nbd/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/nbd/ut/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/nbd/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 4a5ab5e05a5..00000000000 --- a/cloud/blockstore/libs/nbd/ut/CMakeLists.windows-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_executable(cloud-blockstore-libs-nbd-ut) -target_include_directories(cloud-blockstore-libs-nbd-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nbd -) -target_link_libraries(cloud-blockstore-libs-nbd-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-nbd -) -target_sources(cloud-blockstore-libs-nbd-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nbd/client_handler_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nbd/server_handler_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nbd/server_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-nbd-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-nbd-ut - TEST_TARGET - cloud-blockstore-libs-nbd-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-nbd-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-nbd-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-nbd-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-nbd-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-nbd-ut) diff --git a/cloud/blockstore/libs/notify/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/notify/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2ebb379b905..00000000000 --- a/cloud/blockstore/libs/notify/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_subdirectory(ut) - -add_library(blockstore-libs-notify) -target_link_libraries(blockstore-libs-notify PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-common - blockstore-libs-diagnostics - cpp-http-io - cpp-threading-future - contrib-libs-curl -) -target_sources(blockstore-libs-notify PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/notify/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/notify/https.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/notify/notify.cpp -) diff --git a/cloud/blockstore/libs/notify/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/notify/CMakeLists.linux-aarch64.txt deleted file mode 100644 index c34a5fe0bf2..00000000000 --- a/cloud/blockstore/libs/notify/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_subdirectory(ut) - -add_library(blockstore-libs-notify) -target_link_libraries(blockstore-libs-notify PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-common - blockstore-libs-diagnostics - cpp-http-io - cpp-threading-future - contrib-libs-curl -) -target_sources(blockstore-libs-notify PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/notify/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/notify/https.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/notify/notify.cpp -) diff --git a/cloud/blockstore/libs/notify/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/notify/CMakeLists.linux-x86_64.txt deleted file mode 100644 index c34a5fe0bf2..00000000000 --- a/cloud/blockstore/libs/notify/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_subdirectory(ut) - -add_library(blockstore-libs-notify) -target_link_libraries(blockstore-libs-notify PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-common - blockstore-libs-diagnostics - cpp-http-io - cpp-threading-future - contrib-libs-curl -) -target_sources(blockstore-libs-notify PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/notify/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/notify/https.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/notify/notify.cpp -) diff --git a/cloud/blockstore/libs/notify/CMakeLists.txt b/cloud/blockstore/libs/notify/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/notify/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/notify/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/notify/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 2ebb379b905..00000000000 --- a/cloud/blockstore/libs/notify/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_subdirectory(ut) - -add_library(blockstore-libs-notify) -target_link_libraries(blockstore-libs-notify PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-common - blockstore-libs-diagnostics - cpp-http-io - cpp-threading-future - contrib-libs-curl -) -target_sources(blockstore-libs-notify PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/notify/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/notify/https.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/notify/notify.cpp -) diff --git a/cloud/blockstore/libs/notify/ut/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/notify/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index af9a8ef1d92..00000000000 --- a/cloud/blockstore/libs/notify/ut/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,75 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-notify-ut) -target_include_directories(cloud-blockstore-libs-notify-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/notify -) -target_link_libraries(cloud-blockstore-libs-notify-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-notify - cpp-testing-unittest -) -target_link_options(cloud-blockstore-libs-notify-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-blockstore-libs-notify-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/notify/notify_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-notify-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-notify-ut - TEST_TARGET - cloud-blockstore-libs-notify-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-notify-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-notify-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-notify-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-notify-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-notify-ut) diff --git a/cloud/blockstore/libs/notify/ut/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/notify/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 1a0bc0539fa..00000000000 --- a/cloud/blockstore/libs/notify/ut/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_executable(cloud-blockstore-libs-notify-ut) -target_include_directories(cloud-blockstore-libs-notify-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/notify -) -target_link_libraries(cloud-blockstore-libs-notify-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - blockstore-libs-notify - cpp-testing-unittest -) -target_link_options(cloud-blockstore-libs-notify-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-notify-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/notify/notify_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-notify-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-notify-ut - TEST_TARGET - cloud-blockstore-libs-notify-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-notify-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-notify-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-notify-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-notify-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-blockstore-libs-notify-ut) diff --git a/cloud/blockstore/libs/notify/ut/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/notify/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 33a4b9232ca..00000000000 --- a/cloud/blockstore/libs/notify/ut/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,80 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-notify-ut) -target_include_directories(cloud-blockstore-libs-notify-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/notify -) -target_link_libraries(cloud-blockstore-libs-notify-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-notify - cpp-testing-unittest -) -target_link_options(cloud-blockstore-libs-notify-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-notify-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/notify/notify_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-notify-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-notify-ut - TEST_TARGET - cloud-blockstore-libs-notify-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-notify-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-notify-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-notify-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-notify-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-blockstore-libs-notify-ut) diff --git a/cloud/blockstore/libs/notify/ut/CMakeLists.txt b/cloud/blockstore/libs/notify/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/notify/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/notify/ut/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/notify/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d88248485d0..00000000000 --- a/cloud/blockstore/libs/notify/ut/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_executable(cloud-blockstore-libs-notify-ut) -target_include_directories(cloud-blockstore-libs-notify-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/notify -) -target_link_libraries(cloud-blockstore-libs-notify-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-notify - cpp-testing-unittest -) -target_sources(cloud-blockstore-libs-notify-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/notify/notify_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-notify-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-notify-ut - TEST_TARGET - cloud-blockstore-libs-notify-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-notify-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-notify-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-notify-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-notify-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-notify-ut) diff --git a/cloud/blockstore/libs/nvme/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/nvme/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a20d6d417f3..00000000000 --- a/cloud/blockstore/libs/nvme/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(blockstore-libs-nvme) -target_link_libraries(blockstore-libs-nvme PUBLIC - contrib-libs-cxxsupp - yutil - cloud-blockstore-config -) -target_sources(blockstore-libs-nvme PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nvme/nvme.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nvme/nvme_stub.cpp -) diff --git a/cloud/blockstore/libs/nvme/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/nvme/CMakeLists.linux-aarch64.txt deleted file mode 100644 index fa52eaa9a8e..00000000000 --- a/cloud/blockstore/libs/nvme/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(blockstore-libs-nvme) -target_link_libraries(blockstore-libs-nvme PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cloud-blockstore-config -) -target_sources(blockstore-libs-nvme PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nvme/nvme.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nvme/nvme_stub.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nvme/nvme_linux.cpp -) diff --git a/cloud/blockstore/libs/nvme/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/nvme/CMakeLists.linux-x86_64.txt deleted file mode 100644 index fa52eaa9a8e..00000000000 --- a/cloud/blockstore/libs/nvme/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(blockstore-libs-nvme) -target_link_libraries(blockstore-libs-nvme PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cloud-blockstore-config -) -target_sources(blockstore-libs-nvme PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nvme/nvme.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nvme/nvme_stub.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nvme/nvme_linux.cpp -) diff --git a/cloud/blockstore/libs/nvme/CMakeLists.txt b/cloud/blockstore/libs/nvme/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/nvme/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/nvme/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/nvme/CMakeLists.windows-x86_64.txt deleted file mode 100644 index a20d6d417f3..00000000000 --- a/cloud/blockstore/libs/nvme/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(blockstore-libs-nvme) -target_link_libraries(blockstore-libs-nvme PUBLIC - contrib-libs-cxxsupp - yutil - cloud-blockstore-config -) -target_sources(blockstore-libs-nvme PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nvme/nvme.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/nvme/nvme_stub.cpp -) diff --git a/cloud/blockstore/libs/rdma/CMakeLists.txt b/cloud/blockstore/libs/rdma/CMakeLists.txt deleted file mode 100644 index fdac06721b7..00000000000 --- a/cloud/blockstore/libs/rdma/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(iface) -add_subdirectory(impl) diff --git a/cloud/blockstore/libs/rdma/iface/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/rdma/iface/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 461984f4c37..00000000000 --- a/cloud/blockstore/libs/rdma/iface/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_subdirectory(ut) - -add_library(libs-rdma-iface) -target_link_libraries(libs-rdma-iface PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-diagnostics - blockstore-libs-service - core-libs-common - core-libs-diagnostics - cpp-threading-future - contrib-libs-protobuf -) -target_sources(libs-rdma-iface PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/iface/client.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/iface/probes.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/iface/protobuf.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/iface/protocol.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/iface/server.cpp -) diff --git a/cloud/blockstore/libs/rdma/iface/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/rdma/iface/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 1fac5302fda..00000000000 --- a/cloud/blockstore/libs/rdma/iface/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_subdirectory(ut) - -add_library(libs-rdma-iface) -target_link_libraries(libs-rdma-iface PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-diagnostics - blockstore-libs-service - core-libs-common - core-libs-diagnostics - cpp-threading-future - contrib-libs-protobuf -) -target_sources(libs-rdma-iface PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/iface/client.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/iface/probes.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/iface/protobuf.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/iface/protocol.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/iface/server.cpp -) diff --git a/cloud/blockstore/libs/rdma/iface/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/rdma/iface/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 1fac5302fda..00000000000 --- a/cloud/blockstore/libs/rdma/iface/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_subdirectory(ut) - -add_library(libs-rdma-iface) -target_link_libraries(libs-rdma-iface PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-diagnostics - blockstore-libs-service - core-libs-common - core-libs-diagnostics - cpp-threading-future - contrib-libs-protobuf -) -target_sources(libs-rdma-iface PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/iface/client.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/iface/probes.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/iface/protobuf.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/iface/protocol.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/iface/server.cpp -) diff --git a/cloud/blockstore/libs/rdma/iface/CMakeLists.txt b/cloud/blockstore/libs/rdma/iface/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/rdma/iface/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/rdma/iface/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/rdma/iface/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 461984f4c37..00000000000 --- a/cloud/blockstore/libs/rdma/iface/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_subdirectory(ut) - -add_library(libs-rdma-iface) -target_link_libraries(libs-rdma-iface PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-diagnostics - blockstore-libs-service - core-libs-common - core-libs-diagnostics - cpp-threading-future - contrib-libs-protobuf -) -target_sources(libs-rdma-iface PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/iface/client.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/iface/probes.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/iface/protobuf.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/iface/protocol.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/iface/server.cpp -) diff --git a/cloud/blockstore/libs/rdma/iface/ut/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/rdma/iface/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 75270f1a814..00000000000 --- a/cloud/blockstore/libs/rdma/iface/ut/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,75 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-rdma-iface-ut) -target_include_directories(cloud-blockstore-libs-rdma-iface-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/iface -) -target_link_libraries(cloud-blockstore-libs-rdma-iface-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-rdma-iface - public-api-protos -) -target_link_options(cloud-blockstore-libs-rdma-iface-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-blockstore-libs-rdma-iface-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/iface/protobuf_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-rdma-iface-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-rdma-iface-ut - TEST_TARGET - cloud-blockstore-libs-rdma-iface-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-rdma-iface-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-rdma-iface-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-rdma-iface-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-rdma-iface-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-rdma-iface-ut) diff --git a/cloud/blockstore/libs/rdma/iface/ut/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/rdma/iface/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 06213ba05c9..00000000000 --- a/cloud/blockstore/libs/rdma/iface/ut/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_executable(cloud-blockstore-libs-rdma-iface-ut) -target_include_directories(cloud-blockstore-libs-rdma-iface-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/iface -) -target_link_libraries(cloud-blockstore-libs-rdma-iface-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - libs-rdma-iface - public-api-protos -) -target_link_options(cloud-blockstore-libs-rdma-iface-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-rdma-iface-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/iface/protobuf_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-rdma-iface-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-rdma-iface-ut - TEST_TARGET - cloud-blockstore-libs-rdma-iface-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-rdma-iface-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-rdma-iface-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-rdma-iface-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-rdma-iface-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-blockstore-libs-rdma-iface-ut) diff --git a/cloud/blockstore/libs/rdma/iface/ut/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/rdma/iface/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 26d474b85cb..00000000000 --- a/cloud/blockstore/libs/rdma/iface/ut/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,80 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-rdma-iface-ut) -target_include_directories(cloud-blockstore-libs-rdma-iface-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/iface -) -target_link_libraries(cloud-blockstore-libs-rdma-iface-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-rdma-iface - public-api-protos -) -target_link_options(cloud-blockstore-libs-rdma-iface-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-rdma-iface-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/iface/protobuf_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-rdma-iface-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-rdma-iface-ut - TEST_TARGET - cloud-blockstore-libs-rdma-iface-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-rdma-iface-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-rdma-iface-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-rdma-iface-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-rdma-iface-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-blockstore-libs-rdma-iface-ut) diff --git a/cloud/blockstore/libs/rdma/iface/ut/CMakeLists.txt b/cloud/blockstore/libs/rdma/iface/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/rdma/iface/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/rdma/iface/ut/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/rdma/iface/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index b3f4865cda9..00000000000 --- a/cloud/blockstore/libs/rdma/iface/ut/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_executable(cloud-blockstore-libs-rdma-iface-ut) -target_include_directories(cloud-blockstore-libs-rdma-iface-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/iface -) -target_link_libraries(cloud-blockstore-libs-rdma-iface-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-rdma-iface - public-api-protos -) -target_sources(cloud-blockstore-libs-rdma-iface-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/iface/protobuf_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-rdma-iface-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-rdma-iface-ut - TEST_TARGET - cloud-blockstore-libs-rdma-iface-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-rdma-iface-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-rdma-iface-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-rdma-iface-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-rdma-iface-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-rdma-iface-ut) diff --git a/cloud/blockstore/libs/rdma/impl/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/rdma/impl/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index e970e295a5d..00000000000 --- a/cloud/blockstore/libs/rdma/impl/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(libs-rdma-impl) -target_link_libraries(libs-rdma-impl PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-diagnostics - libs-rdma-iface - blockstore-libs-service - core-libs-common - core-libs-diagnostics - cpp-monlib-dynamic_counters - cpp-threading-future - contrib-libs-ibdrv - contrib-libs-protobuf - cpp-deprecated-atomic -) -target_sources(libs-rdma-impl PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/impl/adaptive_wait.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/impl/buffer.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/impl/client.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/impl/event.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/impl/list.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/impl/log.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/impl/poll.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/impl/rcu.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/impl/server.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/impl/test_verbs.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/impl/utils.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/impl/verbs.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/impl/work_queue.cpp -) diff --git a/cloud/blockstore/libs/rdma/impl/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/rdma/impl/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 1565ba63531..00000000000 --- a/cloud/blockstore/libs/rdma/impl/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(libs-rdma-impl) -target_link_libraries(libs-rdma-impl PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-diagnostics - libs-rdma-iface - blockstore-libs-service - core-libs-common - core-libs-diagnostics - cpp-monlib-dynamic_counters - cpp-threading-future - contrib-libs-ibdrv - contrib-libs-protobuf - cpp-deprecated-atomic -) -target_sources(libs-rdma-impl PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/impl/adaptive_wait.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/impl/buffer.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/impl/client.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/impl/event.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/impl/list.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/impl/log.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/impl/poll.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/impl/rcu.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/impl/server.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/impl/test_verbs.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/impl/utils.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/impl/verbs.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/impl/work_queue.cpp -) diff --git a/cloud/blockstore/libs/rdma/impl/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/rdma/impl/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 1565ba63531..00000000000 --- a/cloud/blockstore/libs/rdma/impl/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(libs-rdma-impl) -target_link_libraries(libs-rdma-impl PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-diagnostics - libs-rdma-iface - blockstore-libs-service - core-libs-common - core-libs-diagnostics - cpp-monlib-dynamic_counters - cpp-threading-future - contrib-libs-ibdrv - contrib-libs-protobuf - cpp-deprecated-atomic -) -target_sources(libs-rdma-impl PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/impl/adaptive_wait.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/impl/buffer.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/impl/client.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/impl/event.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/impl/list.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/impl/log.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/impl/poll.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/impl/rcu.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/impl/server.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/impl/test_verbs.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/impl/utils.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/impl/verbs.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/impl/work_queue.cpp -) diff --git a/cloud/blockstore/libs/rdma/impl/CMakeLists.txt b/cloud/blockstore/libs/rdma/impl/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/rdma/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/rdma/impl/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/rdma/impl/CMakeLists.windows-x86_64.txt deleted file mode 100644 index e970e295a5d..00000000000 --- a/cloud/blockstore/libs/rdma/impl/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(libs-rdma-impl) -target_link_libraries(libs-rdma-impl PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-diagnostics - libs-rdma-iface - blockstore-libs-service - core-libs-common - core-libs-diagnostics - cpp-monlib-dynamic_counters - cpp-threading-future - contrib-libs-ibdrv - contrib-libs-protobuf - cpp-deprecated-atomic -) -target_sources(libs-rdma-impl PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/impl/adaptive_wait.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/impl/buffer.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/impl/client.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/impl/event.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/impl/list.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/impl/log.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/impl/poll.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/impl/rcu.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/impl/server.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/impl/test_verbs.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/impl/utils.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/impl/verbs.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma/impl/work_queue.cpp -) diff --git a/cloud/blockstore/libs/rdma_test/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/rdma_test/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6359e265333..00000000000 --- a/cloud/blockstore/libs/rdma_test/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(blockstore-libs-rdma_test) -target_link_libraries(blockstore-libs-rdma_test PUBLIC - contrib-libs-cxxsupp - yutil - libs-rdma-iface - blockstore-libs-service_local - libs-storage-protos - core-libs-common - cpp-threading-future -) -target_sources(blockstore-libs-rdma_test PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma_test/client_test.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma_test/memory_test_storage.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma_test/rdma_test_environment.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma_test/server_test_async.cpp -) diff --git a/cloud/blockstore/libs/rdma_test/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/rdma_test/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 9e16312b367..00000000000 --- a/cloud/blockstore/libs/rdma_test/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(blockstore-libs-rdma_test) -target_link_libraries(blockstore-libs-rdma_test PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-rdma-iface - blockstore-libs-service_local - libs-storage-protos - core-libs-common - cpp-threading-future -) -target_sources(blockstore-libs-rdma_test PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma_test/client_test.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma_test/memory_test_storage.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma_test/rdma_test_environment.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma_test/server_test_async.cpp -) diff --git a/cloud/blockstore/libs/rdma_test/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/rdma_test/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 9e16312b367..00000000000 --- a/cloud/blockstore/libs/rdma_test/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(blockstore-libs-rdma_test) -target_link_libraries(blockstore-libs-rdma_test PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-rdma-iface - blockstore-libs-service_local - libs-storage-protos - core-libs-common - cpp-threading-future -) -target_sources(blockstore-libs-rdma_test PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma_test/client_test.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma_test/memory_test_storage.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma_test/rdma_test_environment.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma_test/server_test_async.cpp -) diff --git a/cloud/blockstore/libs/rdma_test/CMakeLists.txt b/cloud/blockstore/libs/rdma_test/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/rdma_test/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/rdma_test/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/rdma_test/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 6359e265333..00000000000 --- a/cloud/blockstore/libs/rdma_test/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(blockstore-libs-rdma_test) -target_link_libraries(blockstore-libs-rdma_test PUBLIC - contrib-libs-cxxsupp - yutil - libs-rdma-iface - blockstore-libs-service_local - libs-storage-protos - core-libs-common - cpp-threading-future -) -target_sources(blockstore-libs-rdma_test PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma_test/client_test.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma_test/memory_test_storage.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma_test/rdma_test_environment.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/rdma_test/server_test_async.cpp -) diff --git a/cloud/blockstore/libs/server/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/server/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 0b8259aca98..00000000000 --- a/cloud/blockstore/libs/server/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_subdirectory(ut) - -add_library(blockstore-libs-server) -target_link_libraries(blockstore-libs-server PUBLIC - contrib-libs-cxxsupp - yutil - public-api-grpc - public-api-protos - cloud-blockstore-config - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-service - core-libs-grpc - library-actors-prof - cpp-monlib-service - monlib-service-pages - contrib-libs-grpc -) -target_sources(blockstore-libs-server PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/server/client_acceptor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/server/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/server/endpoint_poller.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/server/server.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/server/server_test.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/server/socket_poller.cpp -) diff --git a/cloud/blockstore/libs/server/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/server/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 3201944dcc7..00000000000 --- a/cloud/blockstore/libs/server/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_subdirectory(ut) - -add_library(blockstore-libs-server) -target_link_libraries(blockstore-libs-server PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - public-api-grpc - public-api-protos - cloud-blockstore-config - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-service - core-libs-grpc - library-actors-prof - cpp-monlib-service - monlib-service-pages - contrib-libs-grpc -) -target_sources(blockstore-libs-server PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/server/client_acceptor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/server/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/server/endpoint_poller.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/server/server.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/server/server_test.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/server/socket_poller.cpp -) diff --git a/cloud/blockstore/libs/server/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/server/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 3201944dcc7..00000000000 --- a/cloud/blockstore/libs/server/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_subdirectory(ut) - -add_library(blockstore-libs-server) -target_link_libraries(blockstore-libs-server PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - public-api-grpc - public-api-protos - cloud-blockstore-config - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-service - core-libs-grpc - library-actors-prof - cpp-monlib-service - monlib-service-pages - contrib-libs-grpc -) -target_sources(blockstore-libs-server PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/server/client_acceptor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/server/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/server/endpoint_poller.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/server/server.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/server/server_test.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/server/socket_poller.cpp -) diff --git a/cloud/blockstore/libs/server/CMakeLists.txt b/cloud/blockstore/libs/server/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/server/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/server/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/server/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 0b8259aca98..00000000000 --- a/cloud/blockstore/libs/server/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_subdirectory(ut) - -add_library(blockstore-libs-server) -target_link_libraries(blockstore-libs-server PUBLIC - contrib-libs-cxxsupp - yutil - public-api-grpc - public-api-protos - cloud-blockstore-config - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-service - core-libs-grpc - library-actors-prof - cpp-monlib-service - monlib-service-pages - contrib-libs-grpc -) -target_sources(blockstore-libs-server PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/server/client_acceptor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/server/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/server/endpoint_poller.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/server/server.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/server/server_test.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/server/socket_poller.cpp -) diff --git a/cloud/blockstore/libs/server/ut/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/server/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6f221ac2864..00000000000 --- a/cloud/blockstore/libs/server/ut/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,84 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-server-ut) -target_include_directories(cloud-blockstore-libs-server-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/server -) -target_link_libraries(cloud-blockstore-libs-server-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-server - blockstore-libs-client -) -target_link_options(cloud-blockstore-libs-server-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-blockstore-libs-server-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/server/server_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-server-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-server-ut - TEST_TARGET - cloud-blockstore-libs-server-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-server-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-server-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-server-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-server-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-server-ut) -set_yunittest_property( - TEST - cloud-blockstore-libs-server-ut - PROPERTY - ENVIRONMENT - ARCADIA_SOURCE_ROOT=${CMAKE_SOURCE_DIR} - ARCADIA_BUILD_ROOT=${CMAKE_BINARY_DIR} -) - diff --git a/cloud/blockstore/libs/server/ut/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/server/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index dd4cdcae765..00000000000 --- a/cloud/blockstore/libs/server/ut/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,87 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-server-ut) -target_include_directories(cloud-blockstore-libs-server-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/server -) -target_link_libraries(cloud-blockstore-libs-server-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - blockstore-libs-server - blockstore-libs-client -) -target_link_options(cloud-blockstore-libs-server-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-server-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/server/server_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-server-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-server-ut - TEST_TARGET - cloud-blockstore-libs-server-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-server-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-server-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-server-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-server-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-blockstore-libs-server-ut) -set_yunittest_property( - TEST - cloud-blockstore-libs-server-ut - PROPERTY - ENVIRONMENT - ARCADIA_SOURCE_ROOT=${CMAKE_SOURCE_DIR} - ARCADIA_BUILD_ROOT=${CMAKE_BINARY_DIR} -) - diff --git a/cloud/blockstore/libs/server/ut/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/server/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index f9b52dcad75..00000000000 --- a/cloud/blockstore/libs/server/ut/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,89 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-server-ut) -target_include_directories(cloud-blockstore-libs-server-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/server -) -target_link_libraries(cloud-blockstore-libs-server-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-server - blockstore-libs-client -) -target_link_options(cloud-blockstore-libs-server-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-server-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/server/server_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-server-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-server-ut - TEST_TARGET - cloud-blockstore-libs-server-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-server-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-server-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-server-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-server-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-blockstore-libs-server-ut) -set_yunittest_property( - TEST - cloud-blockstore-libs-server-ut - PROPERTY - ENVIRONMENT - ARCADIA_SOURCE_ROOT=${CMAKE_SOURCE_DIR} - ARCADIA_BUILD_ROOT=${CMAKE_BINARY_DIR} -) - diff --git a/cloud/blockstore/libs/server/ut/CMakeLists.txt b/cloud/blockstore/libs/server/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/server/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/server/ut/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/server/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 448bd61c62a..00000000000 --- a/cloud/blockstore/libs/server/ut/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_executable(cloud-blockstore-libs-server-ut) -target_include_directories(cloud-blockstore-libs-server-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/server -) -target_link_libraries(cloud-blockstore-libs-server-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-server - blockstore-libs-client -) -target_sources(cloud-blockstore-libs-server-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/server/server_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-server-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-server-ut - TEST_TARGET - cloud-blockstore-libs-server-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-server-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-server-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-server-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-server-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-server-ut) -set_yunittest_property( - TEST - cloud-blockstore-libs-server-ut - PROPERTY - ENVIRONMENT - ARCADIA_SOURCE_ROOT=${CMAKE_SOURCE_DIR} - ARCADIA_BUILD_ROOT=${CMAKE_BINARY_DIR} -) - diff --git a/cloud/blockstore/libs/service/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/service/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d8c78d855fa..00000000000 --- a/cloud/blockstore/libs/service/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_subdirectory(ut) - -add_library(blockstore-libs-service) -target_link_libraries(blockstore-libs-service PUBLIC - contrib-libs-cxxsupp - yutil - cloud-blockstore-config - blockstore-libs-common - public-api-protos - core-libs-common - library-cpp-lwtrace -) -target_sources(blockstore-libs-service PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/auth_provider.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/auth_scheme.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/context.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/device_handler.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/request.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/request_helpers.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/service.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/service_auth.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/service_error_transform.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/service_filtered.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/service_null.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/service_test.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/storage.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/storage_provider.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/storage_test.cpp -) diff --git a/cloud/blockstore/libs/service/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/service/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a554c26208b..00000000000 --- a/cloud/blockstore/libs/service/CMakeLists.linux-aarch64.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_subdirectory(ut) - -add_library(blockstore-libs-service) -target_link_libraries(blockstore-libs-service PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cloud-blockstore-config - blockstore-libs-common - public-api-protos - core-libs-common - library-cpp-lwtrace -) -target_sources(blockstore-libs-service PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/auth_provider.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/auth_scheme.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/context.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/device_handler.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/request.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/request_helpers.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/service.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/service_auth.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/service_error_transform.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/service_filtered.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/service_null.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/service_test.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/storage.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/storage_provider.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/storage_test.cpp -) diff --git a/cloud/blockstore/libs/service/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/service/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a554c26208b..00000000000 --- a/cloud/blockstore/libs/service/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_subdirectory(ut) - -add_library(blockstore-libs-service) -target_link_libraries(blockstore-libs-service PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cloud-blockstore-config - blockstore-libs-common - public-api-protos - core-libs-common - library-cpp-lwtrace -) -target_sources(blockstore-libs-service PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/auth_provider.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/auth_scheme.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/context.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/device_handler.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/request.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/request_helpers.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/service.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/service_auth.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/service_error_transform.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/service_filtered.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/service_null.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/service_test.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/storage.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/storage_provider.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/storage_test.cpp -) diff --git a/cloud/blockstore/libs/service/CMakeLists.txt b/cloud/blockstore/libs/service/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/service/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/service/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/service/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d8c78d855fa..00000000000 --- a/cloud/blockstore/libs/service/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_subdirectory(ut) - -add_library(blockstore-libs-service) -target_link_libraries(blockstore-libs-service PUBLIC - contrib-libs-cxxsupp - yutil - cloud-blockstore-config - blockstore-libs-common - public-api-protos - core-libs-common - library-cpp-lwtrace -) -target_sources(blockstore-libs-service PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/auth_provider.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/auth_scheme.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/context.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/device_handler.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/request.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/request_helpers.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/service.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/service_auth.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/service_error_transform.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/service_filtered.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/service_null.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/service_test.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/storage.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/storage_provider.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/storage_test.cpp -) diff --git a/cloud/blockstore/libs/service/ut/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/service/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 87e4e8b2ea0..00000000000 --- a/cloud/blockstore/libs/service/ut/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,76 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-service-ut) -target_include_directories(cloud-blockstore-libs-service-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service -) -target_link_libraries(cloud-blockstore-libs-service-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-service -) -target_link_options(cloud-blockstore-libs-service-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-blockstore-libs-service-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/device_handler_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/service_filtered_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/storage_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-service-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-service-ut - TEST_TARGET - cloud-blockstore-libs-service-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-service-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-service-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-service-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-service-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-service-ut) diff --git a/cloud/blockstore/libs/service/ut/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/service/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 858349286b4..00000000000 --- a/cloud/blockstore/libs/service/ut/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,79 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-service-ut) -target_include_directories(cloud-blockstore-libs-service-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service -) -target_link_libraries(cloud-blockstore-libs-service-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - blockstore-libs-service -) -target_link_options(cloud-blockstore-libs-service-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-service-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/device_handler_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/service_filtered_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/storage_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-service-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-service-ut - TEST_TARGET - cloud-blockstore-libs-service-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-service-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-service-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-service-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-service-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-blockstore-libs-service-ut) diff --git a/cloud/blockstore/libs/service/ut/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/service/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e5d03b14b51..00000000000 --- a/cloud/blockstore/libs/service/ut/CMakeLists.linux-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_executable(cloud-blockstore-libs-service-ut) -target_include_directories(cloud-blockstore-libs-service-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service -) -target_link_libraries(cloud-blockstore-libs-service-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-service -) -target_link_options(cloud-blockstore-libs-service-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-service-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/device_handler_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/service_filtered_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/storage_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-service-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-service-ut - TEST_TARGET - cloud-blockstore-libs-service-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-service-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-service-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-service-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-service-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-blockstore-libs-service-ut) diff --git a/cloud/blockstore/libs/service/ut/CMakeLists.txt b/cloud/blockstore/libs/service/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/service/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/service/ut/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/service/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index bdbb303833d..00000000000 --- a/cloud/blockstore/libs/service/ut/CMakeLists.windows-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_executable(cloud-blockstore-libs-service-ut) -target_include_directories(cloud-blockstore-libs-service-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service -) -target_link_libraries(cloud-blockstore-libs-service-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-service -) -target_sources(cloud-blockstore-libs-service-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/device_handler_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/service_filtered_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service/storage_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-service-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-service-ut - TEST_TARGET - cloud-blockstore-libs-service-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-service-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-service-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-service-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-service-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-service-ut) diff --git a/cloud/blockstore/libs/service_kikimr/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/service_kikimr/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 1048b3749e3..00000000000 --- a/cloud/blockstore/libs/service_kikimr/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_subdirectory(ut) - -add_library(blockstore-libs-service_kikimr) -target_link_libraries(blockstore-libs-service_kikimr PUBLIC - contrib-libs-cxxsupp - yutil - cloud-blockstore-config - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-kikimr - blockstore-libs-service - libs-storage-api - libs-storage-core - core-libs-auth - library-actors-core -) -target_sources(blockstore-libs-service_kikimr PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_kikimr/auth_provider_kikimr.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_kikimr/service_kikimr.cpp -) diff --git a/cloud/blockstore/libs/service_kikimr/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/service_kikimr/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 1892e1a28cc..00000000000 --- a/cloud/blockstore/libs/service_kikimr/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_subdirectory(ut) - -add_library(blockstore-libs-service_kikimr) -target_link_libraries(blockstore-libs-service_kikimr PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cloud-blockstore-config - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-kikimr - blockstore-libs-service - libs-storage-api - libs-storage-core - core-libs-auth - library-actors-core -) -target_sources(blockstore-libs-service_kikimr PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_kikimr/auth_provider_kikimr.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_kikimr/service_kikimr.cpp -) diff --git a/cloud/blockstore/libs/service_kikimr/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/service_kikimr/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 1892e1a28cc..00000000000 --- a/cloud/blockstore/libs/service_kikimr/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_subdirectory(ut) - -add_library(blockstore-libs-service_kikimr) -target_link_libraries(blockstore-libs-service_kikimr PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cloud-blockstore-config - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-kikimr - blockstore-libs-service - libs-storage-api - libs-storage-core - core-libs-auth - library-actors-core -) -target_sources(blockstore-libs-service_kikimr PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_kikimr/auth_provider_kikimr.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_kikimr/service_kikimr.cpp -) diff --git a/cloud/blockstore/libs/service_kikimr/CMakeLists.txt b/cloud/blockstore/libs/service_kikimr/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/service_kikimr/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/service_kikimr/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/service_kikimr/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 1048b3749e3..00000000000 --- a/cloud/blockstore/libs/service_kikimr/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_subdirectory(ut) - -add_library(blockstore-libs-service_kikimr) -target_link_libraries(blockstore-libs-service_kikimr PUBLIC - contrib-libs-cxxsupp - yutil - cloud-blockstore-config - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-kikimr - blockstore-libs-service - libs-storage-api - libs-storage-core - core-libs-auth - library-actors-core -) -target_sources(blockstore-libs-service_kikimr PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_kikimr/auth_provider_kikimr.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_kikimr/service_kikimr.cpp -) diff --git a/cloud/blockstore/libs/service_kikimr/ut/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/service_kikimr/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index aaa8098785f..00000000000 --- a/cloud/blockstore/libs/service_kikimr/ut/CMakeLists.darwin-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_executable(cloud-blockstore-libs-service_kikimr-ut) -target_include_directories(cloud-blockstore-libs-service_kikimr-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_kikimr -) -target_link_libraries(cloud-blockstore-libs-service_kikimr-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-service_kikimr - ydb-core-testlib - core-testlib-basics -) -target_link_options(cloud-blockstore-libs-service_kikimr-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-blockstore-libs-service_kikimr-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_kikimr/auth_provider_kikimr_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_kikimr/ut/kikimr_test_env.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_kikimr/service_kikimr_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-service_kikimr-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-service_kikimr-ut - TEST_TARGET - cloud-blockstore-libs-service_kikimr-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-service_kikimr-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-service_kikimr-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-service_kikimr-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-service_kikimr-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-service_kikimr-ut) diff --git a/cloud/blockstore/libs/service_kikimr/ut/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/service_kikimr/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 281418b00da..00000000000 --- a/cloud/blockstore/libs/service_kikimr/ut/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_executable(cloud-blockstore-libs-service_kikimr-ut) -target_include_directories(cloud-blockstore-libs-service_kikimr-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_kikimr -) -target_link_libraries(cloud-blockstore-libs-service_kikimr-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - blockstore-libs-service_kikimr - ydb-core-testlib - core-testlib-basics -) -target_link_options(cloud-blockstore-libs-service_kikimr-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-service_kikimr-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_kikimr/auth_provider_kikimr_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_kikimr/ut/kikimr_test_env.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_kikimr/service_kikimr_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-service_kikimr-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-service_kikimr-ut - TEST_TARGET - cloud-blockstore-libs-service_kikimr-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-service_kikimr-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-service_kikimr-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-service_kikimr-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-service_kikimr-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-blockstore-libs-service_kikimr-ut) diff --git a/cloud/blockstore/libs/service_kikimr/ut/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/service_kikimr/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a98ad3943b3..00000000000 --- a/cloud/blockstore/libs/service_kikimr/ut/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_executable(cloud-blockstore-libs-service_kikimr-ut) -target_include_directories(cloud-blockstore-libs-service_kikimr-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_kikimr -) -target_link_libraries(cloud-blockstore-libs-service_kikimr-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-service_kikimr - ydb-core-testlib - core-testlib-basics -) -target_link_options(cloud-blockstore-libs-service_kikimr-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-service_kikimr-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_kikimr/auth_provider_kikimr_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_kikimr/ut/kikimr_test_env.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_kikimr/service_kikimr_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-service_kikimr-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-service_kikimr-ut - TEST_TARGET - cloud-blockstore-libs-service_kikimr-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-service_kikimr-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-service_kikimr-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-service_kikimr-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-service_kikimr-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-blockstore-libs-service_kikimr-ut) diff --git a/cloud/blockstore/libs/service_kikimr/ut/CMakeLists.txt b/cloud/blockstore/libs/service_kikimr/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/service_kikimr/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/service_kikimr/ut/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/service_kikimr/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 9ee5967cc3f..00000000000 --- a/cloud/blockstore/libs/service_kikimr/ut/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_executable(cloud-blockstore-libs-service_kikimr-ut) -target_include_directories(cloud-blockstore-libs-service_kikimr-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_kikimr -) -target_link_libraries(cloud-blockstore-libs-service_kikimr-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-service_kikimr - ydb-core-testlib - core-testlib-basics -) -target_sources(cloud-blockstore-libs-service_kikimr-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_kikimr/auth_provider_kikimr_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_kikimr/ut/kikimr_test_env.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_kikimr/service_kikimr_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-service_kikimr-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-service_kikimr-ut - TEST_TARGET - cloud-blockstore-libs-service_kikimr-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-service_kikimr-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-service_kikimr-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-service_kikimr-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-service_kikimr-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-service_kikimr-ut) diff --git a/cloud/blockstore/libs/service_local/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/service_local/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index ffd93da2cb0..00000000000 --- a/cloud/blockstore/libs/service_local/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_subdirectory(ut) -add_subdirectory(ut_large) - -add_library(blockstore-libs-service_local) -target_link_libraries(blockstore-libs-service_local PUBLIC - contrib-libs-cxxsupp - yutil - cloud-blockstore-config - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-nvme - blockstore-libs-service - libs-spdk-iface - libs-storage-protos - core-libs-common - library-cpp-aio - cpp-deprecated-atomic - cpp-protobuf-util - contrib-libs-protobuf -) -target_sources(blockstore-libs-service_local PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_local/broken_storage.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_local/compound_storage.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_local/rdma_protocol.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_local/service_local.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_local/storage_aio.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_local/storage_null.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_local/storage_rdma.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_local/storage_spdk.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_local/zero_extent.cpp -) diff --git a/cloud/blockstore/libs/service_local/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/service_local/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 701f76182e3..00000000000 --- a/cloud/blockstore/libs/service_local/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_subdirectory(ut) -add_subdirectory(ut_large) - -add_library(blockstore-libs-service_local) -target_link_libraries(blockstore-libs-service_local PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cloud-blockstore-config - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-nvme - blockstore-libs-service - libs-spdk-iface - libs-storage-protos - core-libs-common - library-cpp-aio - cpp-deprecated-atomic - cpp-protobuf-util - contrib-libs-protobuf -) -target_sources(blockstore-libs-service_local PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_local/broken_storage.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_local/compound_storage.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_local/rdma_protocol.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_local/service_local.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_local/storage_aio.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_local/storage_null.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_local/storage_rdma.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_local/storage_spdk.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_local/zero_extent.cpp -) diff --git a/cloud/blockstore/libs/service_local/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/service_local/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 701f76182e3..00000000000 --- a/cloud/blockstore/libs/service_local/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_subdirectory(ut) -add_subdirectory(ut_large) - -add_library(blockstore-libs-service_local) -target_link_libraries(blockstore-libs-service_local PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cloud-blockstore-config - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-nvme - blockstore-libs-service - libs-spdk-iface - libs-storage-protos - core-libs-common - library-cpp-aio - cpp-deprecated-atomic - cpp-protobuf-util - contrib-libs-protobuf -) -target_sources(blockstore-libs-service_local PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_local/broken_storage.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_local/compound_storage.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_local/rdma_protocol.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_local/service_local.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_local/storage_aio.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_local/storage_null.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_local/storage_rdma.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_local/storage_spdk.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_local/zero_extent.cpp -) diff --git a/cloud/blockstore/libs/service_local/CMakeLists.txt b/cloud/blockstore/libs/service_local/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/service_local/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/service_local/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/service_local/CMakeLists.windows-x86_64.txt deleted file mode 100644 index ffd93da2cb0..00000000000 --- a/cloud/blockstore/libs/service_local/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_subdirectory(ut) -add_subdirectory(ut_large) - -add_library(blockstore-libs-service_local) -target_link_libraries(blockstore-libs-service_local PUBLIC - contrib-libs-cxxsupp - yutil - cloud-blockstore-config - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-nvme - blockstore-libs-service - libs-spdk-iface - libs-storage-protos - core-libs-common - library-cpp-aio - cpp-deprecated-atomic - cpp-protobuf-util - contrib-libs-protobuf -) -target_sources(blockstore-libs-service_local PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_local/broken_storage.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_local/compound_storage.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_local/rdma_protocol.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_local/service_local.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_local/storage_aio.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_local/storage_null.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_local/storage_rdma.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_local/storage_spdk.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_local/zero_extent.cpp -) diff --git a/cloud/blockstore/libs/service_local/ut/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/service_local/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 99bef9af7b1..00000000000 --- a/cloud/blockstore/libs/service_local/ut/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,79 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-service_local-ut) -target_include_directories(cloud-blockstore-libs-service_local-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_local -) -target_link_libraries(cloud-blockstore-libs-service_local-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-service_local - blockstore-libs-server - core-libs-aio -) -target_link_options(cloud-blockstore-libs-service_local-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-blockstore-libs-service_local-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_local/compound_storage_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_local/storage_aio_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_local/storage_null_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_local/storage_spdk_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-service_local-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-service_local-ut - TEST_TARGET - cloud-blockstore-libs-service_local-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-service_local-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-service_local-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-service_local-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-service_local-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-service_local-ut) diff --git a/cloud/blockstore/libs/service_local/ut/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/service_local/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 57db4cd02fd..00000000000 --- a/cloud/blockstore/libs/service_local/ut/CMakeLists.linux-aarch64.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_executable(cloud-blockstore-libs-service_local-ut) -target_include_directories(cloud-blockstore-libs-service_local-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_local -) -target_link_libraries(cloud-blockstore-libs-service_local-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - blockstore-libs-service_local - blockstore-libs-server - core-libs-aio -) -target_link_options(cloud-blockstore-libs-service_local-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-service_local-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_local/compound_storage_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_local/storage_aio_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_local/storage_null_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_local/storage_spdk_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-service_local-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-service_local-ut - TEST_TARGET - cloud-blockstore-libs-service_local-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-service_local-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-service_local-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-service_local-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-service_local-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-blockstore-libs-service_local-ut) diff --git a/cloud/blockstore/libs/service_local/ut/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/service_local/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b485fa88295..00000000000 --- a/cloud/blockstore/libs/service_local/ut/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,84 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-service_local-ut) -target_include_directories(cloud-blockstore-libs-service_local-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_local -) -target_link_libraries(cloud-blockstore-libs-service_local-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-service_local - blockstore-libs-server - core-libs-aio -) -target_link_options(cloud-blockstore-libs-service_local-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-service_local-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_local/compound_storage_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_local/storage_aio_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_local/storage_null_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_local/storage_spdk_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-service_local-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-service_local-ut - TEST_TARGET - cloud-blockstore-libs-service_local-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-service_local-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-service_local-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-service_local-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-service_local-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-blockstore-libs-service_local-ut) diff --git a/cloud/blockstore/libs/service_local/ut/CMakeLists.txt b/cloud/blockstore/libs/service_local/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/service_local/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/service_local/ut/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/service_local/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 85ba534ecbd..00000000000 --- a/cloud/blockstore/libs/service_local/ut/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_executable(cloud-blockstore-libs-service_local-ut) -target_include_directories(cloud-blockstore-libs-service_local-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_local -) -target_link_libraries(cloud-blockstore-libs-service_local-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-service_local - blockstore-libs-server - core-libs-aio -) -target_sources(cloud-blockstore-libs-service_local-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_local/compound_storage_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_local/storage_aio_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_local/storage_null_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_local/storage_spdk_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-service_local-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-service_local-ut - TEST_TARGET - cloud-blockstore-libs-service_local-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-service_local-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-service_local-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-service_local-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-service_local-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-service_local-ut) diff --git a/cloud/blockstore/libs/service_local/ut_large/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/service_local/ut_large/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index e673120abea..00000000000 --- a/cloud/blockstore/libs/service_local/ut_large/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,75 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-service_local-ut_large) -target_include_directories(cloud-blockstore-libs-service_local-ut_large PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_local -) -target_link_libraries(cloud-blockstore-libs-service_local-ut_large PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-service_local - core-libs-aio -) -target_link_options(cloud-blockstore-libs-service_local-ut_large PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-blockstore-libs-service_local-ut_large PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_local/storage_aio_ut_large.cpp -) -set_property( - TARGET - cloud-blockstore-libs-service_local-ut_large - PROPERTY - SPLIT_FACTOR - 8 -) -add_yunittest( - NAME - cloud-blockstore-libs-service_local-ut_large - TEST_TARGET - cloud-blockstore-libs-service_local-ut_large - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-service_local-ut_large - PROPERTY - LABELS - LARGE -) -set_yunittest_property( - TEST - cloud-blockstore-libs-service_local-ut_large - PROPERTY - PROCESSORS - 8 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-service_local-ut_large - PROPERTY - TIMEOUT - 3600 -) -target_allocator(cloud-blockstore-libs-service_local-ut_large - system_allocator -) -vcs_info(cloud-blockstore-libs-service_local-ut_large) diff --git a/cloud/blockstore/libs/service_local/ut_large/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/service_local/ut_large/CMakeLists.linux-aarch64.txt deleted file mode 100644 index ad3c3cc5d45..00000000000 --- a/cloud/blockstore/libs/service_local/ut_large/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_executable(cloud-blockstore-libs-service_local-ut_large) -target_include_directories(cloud-blockstore-libs-service_local-ut_large PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_local -) -target_link_libraries(cloud-blockstore-libs-service_local-ut_large PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - blockstore-libs-service_local - core-libs-aio -) -target_link_options(cloud-blockstore-libs-service_local-ut_large PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-service_local-ut_large PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_local/storage_aio_ut_large.cpp -) -set_property( - TARGET - cloud-blockstore-libs-service_local-ut_large - PROPERTY - SPLIT_FACTOR - 8 -) -add_yunittest( - NAME - cloud-blockstore-libs-service_local-ut_large - TEST_TARGET - cloud-blockstore-libs-service_local-ut_large - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-service_local-ut_large - PROPERTY - LABELS - LARGE -) -set_yunittest_property( - TEST - cloud-blockstore-libs-service_local-ut_large - PROPERTY - PROCESSORS - 8 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-service_local-ut_large - PROPERTY - TIMEOUT - 3600 -) -target_allocator(cloud-blockstore-libs-service_local-ut_large - cpp-malloc-jemalloc -) -vcs_info(cloud-blockstore-libs-service_local-ut_large) diff --git a/cloud/blockstore/libs/service_local/ut_large/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/service_local/ut_large/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 932f0141604..00000000000 --- a/cloud/blockstore/libs/service_local/ut_large/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,80 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-service_local-ut_large) -target_include_directories(cloud-blockstore-libs-service_local-ut_large PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_local -) -target_link_libraries(cloud-blockstore-libs-service_local-ut_large PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-service_local - core-libs-aio -) -target_link_options(cloud-blockstore-libs-service_local-ut_large PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-service_local-ut_large PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_local/storage_aio_ut_large.cpp -) -set_property( - TARGET - cloud-blockstore-libs-service_local-ut_large - PROPERTY - SPLIT_FACTOR - 8 -) -add_yunittest( - NAME - cloud-blockstore-libs-service_local-ut_large - TEST_TARGET - cloud-blockstore-libs-service_local-ut_large - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-service_local-ut_large - PROPERTY - LABELS - LARGE -) -set_yunittest_property( - TEST - cloud-blockstore-libs-service_local-ut_large - PROPERTY - PROCESSORS - 8 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-service_local-ut_large - PROPERTY - TIMEOUT - 3600 -) -target_allocator(cloud-blockstore-libs-service_local-ut_large - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-blockstore-libs-service_local-ut_large) diff --git a/cloud/blockstore/libs/service_local/ut_large/CMakeLists.txt b/cloud/blockstore/libs/service_local/ut_large/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/service_local/ut_large/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/service_local/ut_large/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/service_local/ut_large/CMakeLists.windows-x86_64.txt deleted file mode 100644 index dd50b01fa5f..00000000000 --- a/cloud/blockstore/libs/service_local/ut_large/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_executable(cloud-blockstore-libs-service_local-ut_large) -target_include_directories(cloud-blockstore-libs-service_local-ut_large PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_local -) -target_link_libraries(cloud-blockstore-libs-service_local-ut_large PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-service_local - core-libs-aio -) -target_sources(cloud-blockstore-libs-service_local-ut_large PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_local/storage_aio_ut_large.cpp -) -set_property( - TARGET - cloud-blockstore-libs-service_local-ut_large - PROPERTY - SPLIT_FACTOR - 8 -) -add_yunittest( - NAME - cloud-blockstore-libs-service_local-ut_large - TEST_TARGET - cloud-blockstore-libs-service_local-ut_large - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-service_local-ut_large - PROPERTY - LABELS - LARGE -) -set_yunittest_property( - TEST - cloud-blockstore-libs-service_local-ut_large - PROPERTY - PROCESSORS - 8 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-service_local-ut_large - PROPERTY - TIMEOUT - 3600 -) -target_allocator(cloud-blockstore-libs-service_local-ut_large - system_allocator -) -vcs_info(cloud-blockstore-libs-service_local-ut_large) diff --git a/cloud/blockstore/libs/service_throttling/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/service_throttling/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 07eb6510a92..00000000000 --- a/cloud/blockstore/libs/service_throttling/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(ut) -add_subdirectory(ut_logger) -add_subdirectory(ut_metrics) -add_subdirectory(ut_policy) - -add_library(blockstore-libs-service_throttling) -target_link_libraries(blockstore-libs-service_throttling PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-service - blockstore-libs-throttling - core-libs-common - core-libs-diagnostics - core-libs-throttling - cpp-monlib-dynamic_counters -) -target_sources(blockstore-libs-service_throttling PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_throttling/throttler_logger.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_throttling/throttler_policy.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_throttling/throttler_tracker.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_throttling/throttling.cpp -) diff --git a/cloud/blockstore/libs/service_throttling/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/service_throttling/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 091f948912a..00000000000 --- a/cloud/blockstore/libs/service_throttling/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(ut) -add_subdirectory(ut_logger) -add_subdirectory(ut_metrics) -add_subdirectory(ut_policy) - -add_library(blockstore-libs-service_throttling) -target_link_libraries(blockstore-libs-service_throttling PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-service - blockstore-libs-throttling - core-libs-common - core-libs-diagnostics - core-libs-throttling - cpp-monlib-dynamic_counters -) -target_sources(blockstore-libs-service_throttling PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_throttling/throttler_logger.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_throttling/throttler_policy.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_throttling/throttler_tracker.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_throttling/throttling.cpp -) diff --git a/cloud/blockstore/libs/service_throttling/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/service_throttling/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 091f948912a..00000000000 --- a/cloud/blockstore/libs/service_throttling/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(ut) -add_subdirectory(ut_logger) -add_subdirectory(ut_metrics) -add_subdirectory(ut_policy) - -add_library(blockstore-libs-service_throttling) -target_link_libraries(blockstore-libs-service_throttling PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-service - blockstore-libs-throttling - core-libs-common - core-libs-diagnostics - core-libs-throttling - cpp-monlib-dynamic_counters -) -target_sources(blockstore-libs-service_throttling PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_throttling/throttler_logger.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_throttling/throttler_policy.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_throttling/throttler_tracker.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_throttling/throttling.cpp -) diff --git a/cloud/blockstore/libs/service_throttling/CMakeLists.txt b/cloud/blockstore/libs/service_throttling/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/service_throttling/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/service_throttling/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/service_throttling/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 07eb6510a92..00000000000 --- a/cloud/blockstore/libs/service_throttling/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(ut) -add_subdirectory(ut_logger) -add_subdirectory(ut_metrics) -add_subdirectory(ut_policy) - -add_library(blockstore-libs-service_throttling) -target_link_libraries(blockstore-libs-service_throttling PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-service - blockstore-libs-throttling - core-libs-common - core-libs-diagnostics - core-libs-throttling - cpp-monlib-dynamic_counters -) -target_sources(blockstore-libs-service_throttling PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_throttling/throttler_logger.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_throttling/throttler_policy.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_throttling/throttler_tracker.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_throttling/throttling.cpp -) diff --git a/cloud/blockstore/libs/service_throttling/ut/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/service_throttling/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 44a5d5c5e25..00000000000 --- a/cloud/blockstore/libs/service_throttling/ut/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,74 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-service_throttling-ut) -target_include_directories(cloud-blockstore-libs-service_throttling-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_throttling -) -target_link_libraries(cloud-blockstore-libs-service_throttling-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-service_throttling -) -target_link_options(cloud-blockstore-libs-service_throttling-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-blockstore-libs-service_throttling-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_throttling/throttling_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-service_throttling-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-service_throttling-ut - TEST_TARGET - cloud-blockstore-libs-service_throttling-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-service_throttling-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-service_throttling-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-service_throttling-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-service_throttling-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-service_throttling-ut) diff --git a/cloud/blockstore/libs/service_throttling/ut/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/service_throttling/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index edbf6061f73..00000000000 --- a/cloud/blockstore/libs/service_throttling/ut/CMakeLists.linux-aarch64.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_executable(cloud-blockstore-libs-service_throttling-ut) -target_include_directories(cloud-blockstore-libs-service_throttling-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_throttling -) -target_link_libraries(cloud-blockstore-libs-service_throttling-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - blockstore-libs-service_throttling -) -target_link_options(cloud-blockstore-libs-service_throttling-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-service_throttling-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_throttling/throttling_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-service_throttling-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-service_throttling-ut - TEST_TARGET - cloud-blockstore-libs-service_throttling-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-service_throttling-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-service_throttling-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-service_throttling-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-service_throttling-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-blockstore-libs-service_throttling-ut) diff --git a/cloud/blockstore/libs/service_throttling/ut/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/service_throttling/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 5314874c5d5..00000000000 --- a/cloud/blockstore/libs/service_throttling/ut/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,79 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-service_throttling-ut) -target_include_directories(cloud-blockstore-libs-service_throttling-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_throttling -) -target_link_libraries(cloud-blockstore-libs-service_throttling-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-service_throttling -) -target_link_options(cloud-blockstore-libs-service_throttling-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-service_throttling-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_throttling/throttling_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-service_throttling-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-service_throttling-ut - TEST_TARGET - cloud-blockstore-libs-service_throttling-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-service_throttling-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-service_throttling-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-service_throttling-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-service_throttling-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-blockstore-libs-service_throttling-ut) diff --git a/cloud/blockstore/libs/service_throttling/ut/CMakeLists.txt b/cloud/blockstore/libs/service_throttling/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/service_throttling/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/service_throttling/ut/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/service_throttling/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 1e11d7bdb01..00000000000 --- a/cloud/blockstore/libs/service_throttling/ut/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,67 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-service_throttling-ut) -target_include_directories(cloud-blockstore-libs-service_throttling-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_throttling -) -target_link_libraries(cloud-blockstore-libs-service_throttling-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-service_throttling -) -target_sources(cloud-blockstore-libs-service_throttling-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_throttling/throttling_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-service_throttling-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-service_throttling-ut - TEST_TARGET - cloud-blockstore-libs-service_throttling-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-service_throttling-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-service_throttling-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-service_throttling-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-service_throttling-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-service_throttling-ut) diff --git a/cloud/blockstore/libs/service_throttling/ut_logger/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/service_throttling/ut_logger/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d90bd27609c..00000000000 --- a/cloud/blockstore/libs/service_throttling/ut_logger/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,74 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(blockstore-libs-service_throttling-ut_logger) -target_include_directories(blockstore-libs-service_throttling-ut_logger PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_throttling -) -target_link_libraries(blockstore-libs-service_throttling-ut_logger PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-service_throttling -) -target_link_options(blockstore-libs-service_throttling-ut_logger PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(blockstore-libs-service_throttling-ut_logger PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_throttling/throttler_logger_ut.cpp -) -set_property( - TARGET - blockstore-libs-service_throttling-ut_logger - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - blockstore-libs-service_throttling-ut_logger - TEST_TARGET - blockstore-libs-service_throttling-ut_logger - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - blockstore-libs-service_throttling-ut_logger - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - blockstore-libs-service_throttling-ut_logger - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - blockstore-libs-service_throttling-ut_logger - PROPERTY - TIMEOUT - 60 -) -target_allocator(blockstore-libs-service_throttling-ut_logger - system_allocator -) -vcs_info(blockstore-libs-service_throttling-ut_logger) diff --git a/cloud/blockstore/libs/service_throttling/ut_logger/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/service_throttling/ut_logger/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 88594416f2f..00000000000 --- a/cloud/blockstore/libs/service_throttling/ut_logger/CMakeLists.linux-aarch64.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_executable(blockstore-libs-service_throttling-ut_logger) -target_include_directories(blockstore-libs-service_throttling-ut_logger PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_throttling -) -target_link_libraries(blockstore-libs-service_throttling-ut_logger PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - blockstore-libs-service_throttling -) -target_link_options(blockstore-libs-service_throttling-ut_logger PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(blockstore-libs-service_throttling-ut_logger PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_throttling/throttler_logger_ut.cpp -) -set_property( - TARGET - blockstore-libs-service_throttling-ut_logger - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - blockstore-libs-service_throttling-ut_logger - TEST_TARGET - blockstore-libs-service_throttling-ut_logger - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - blockstore-libs-service_throttling-ut_logger - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - blockstore-libs-service_throttling-ut_logger - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - blockstore-libs-service_throttling-ut_logger - PROPERTY - TIMEOUT - 60 -) -target_allocator(blockstore-libs-service_throttling-ut_logger - cpp-malloc-jemalloc -) -vcs_info(blockstore-libs-service_throttling-ut_logger) diff --git a/cloud/blockstore/libs/service_throttling/ut_logger/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/service_throttling/ut_logger/CMakeLists.linux-x86_64.txt deleted file mode 100644 index cfa820835cd..00000000000 --- a/cloud/blockstore/libs/service_throttling/ut_logger/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,79 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(blockstore-libs-service_throttling-ut_logger) -target_include_directories(blockstore-libs-service_throttling-ut_logger PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_throttling -) -target_link_libraries(blockstore-libs-service_throttling-ut_logger PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-service_throttling -) -target_link_options(blockstore-libs-service_throttling-ut_logger PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(blockstore-libs-service_throttling-ut_logger PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_throttling/throttler_logger_ut.cpp -) -set_property( - TARGET - blockstore-libs-service_throttling-ut_logger - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - blockstore-libs-service_throttling-ut_logger - TEST_TARGET - blockstore-libs-service_throttling-ut_logger - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - blockstore-libs-service_throttling-ut_logger - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - blockstore-libs-service_throttling-ut_logger - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - blockstore-libs-service_throttling-ut_logger - PROPERTY - TIMEOUT - 60 -) -target_allocator(blockstore-libs-service_throttling-ut_logger - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(blockstore-libs-service_throttling-ut_logger) diff --git a/cloud/blockstore/libs/service_throttling/ut_logger/CMakeLists.txt b/cloud/blockstore/libs/service_throttling/ut_logger/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/service_throttling/ut_logger/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/service_throttling/ut_logger/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/service_throttling/ut_logger/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 55492cf3121..00000000000 --- a/cloud/blockstore/libs/service_throttling/ut_logger/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,67 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(blockstore-libs-service_throttling-ut_logger) -target_include_directories(blockstore-libs-service_throttling-ut_logger PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_throttling -) -target_link_libraries(blockstore-libs-service_throttling-ut_logger PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-service_throttling -) -target_sources(blockstore-libs-service_throttling-ut_logger PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_throttling/throttler_logger_ut.cpp -) -set_property( - TARGET - blockstore-libs-service_throttling-ut_logger - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - blockstore-libs-service_throttling-ut_logger - TEST_TARGET - blockstore-libs-service_throttling-ut_logger - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - blockstore-libs-service_throttling-ut_logger - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - blockstore-libs-service_throttling-ut_logger - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - blockstore-libs-service_throttling-ut_logger - PROPERTY - TIMEOUT - 60 -) -target_allocator(blockstore-libs-service_throttling-ut_logger - system_allocator -) -vcs_info(blockstore-libs-service_throttling-ut_logger) diff --git a/cloud/blockstore/libs/service_throttling/ut_metrics/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/service_throttling/ut_metrics/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index df14ea8bff7..00000000000 --- a/cloud/blockstore/libs/service_throttling/ut_metrics/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,74 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(blockstore-libs-service_throttling-ut_metrics) -target_include_directories(blockstore-libs-service_throttling-ut_metrics PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_throttling -) -target_link_libraries(blockstore-libs-service_throttling-ut_metrics PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-service_throttling -) -target_link_options(blockstore-libs-service_throttling-ut_metrics PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(blockstore-libs-service_throttling-ut_metrics PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_throttling/throttler_metrics_ut.cpp -) -set_property( - TARGET - blockstore-libs-service_throttling-ut_metrics - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - blockstore-libs-service_throttling-ut_metrics - TEST_TARGET - blockstore-libs-service_throttling-ut_metrics - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - blockstore-libs-service_throttling-ut_metrics - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - blockstore-libs-service_throttling-ut_metrics - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - blockstore-libs-service_throttling-ut_metrics - PROPERTY - TIMEOUT - 60 -) -target_allocator(blockstore-libs-service_throttling-ut_metrics - system_allocator -) -vcs_info(blockstore-libs-service_throttling-ut_metrics) diff --git a/cloud/blockstore/libs/service_throttling/ut_metrics/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/service_throttling/ut_metrics/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 8f0a6edcb04..00000000000 --- a/cloud/blockstore/libs/service_throttling/ut_metrics/CMakeLists.linux-aarch64.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_executable(blockstore-libs-service_throttling-ut_metrics) -target_include_directories(blockstore-libs-service_throttling-ut_metrics PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_throttling -) -target_link_libraries(blockstore-libs-service_throttling-ut_metrics PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - blockstore-libs-service_throttling -) -target_link_options(blockstore-libs-service_throttling-ut_metrics PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(blockstore-libs-service_throttling-ut_metrics PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_throttling/throttler_metrics_ut.cpp -) -set_property( - TARGET - blockstore-libs-service_throttling-ut_metrics - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - blockstore-libs-service_throttling-ut_metrics - TEST_TARGET - blockstore-libs-service_throttling-ut_metrics - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - blockstore-libs-service_throttling-ut_metrics - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - blockstore-libs-service_throttling-ut_metrics - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - blockstore-libs-service_throttling-ut_metrics - PROPERTY - TIMEOUT - 60 -) -target_allocator(blockstore-libs-service_throttling-ut_metrics - cpp-malloc-jemalloc -) -vcs_info(blockstore-libs-service_throttling-ut_metrics) diff --git a/cloud/blockstore/libs/service_throttling/ut_metrics/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/service_throttling/ut_metrics/CMakeLists.linux-x86_64.txt deleted file mode 100644 index ad60d2a9406..00000000000 --- a/cloud/blockstore/libs/service_throttling/ut_metrics/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,79 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(blockstore-libs-service_throttling-ut_metrics) -target_include_directories(blockstore-libs-service_throttling-ut_metrics PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_throttling -) -target_link_libraries(blockstore-libs-service_throttling-ut_metrics PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-service_throttling -) -target_link_options(blockstore-libs-service_throttling-ut_metrics PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(blockstore-libs-service_throttling-ut_metrics PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_throttling/throttler_metrics_ut.cpp -) -set_property( - TARGET - blockstore-libs-service_throttling-ut_metrics - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - blockstore-libs-service_throttling-ut_metrics - TEST_TARGET - blockstore-libs-service_throttling-ut_metrics - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - blockstore-libs-service_throttling-ut_metrics - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - blockstore-libs-service_throttling-ut_metrics - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - blockstore-libs-service_throttling-ut_metrics - PROPERTY - TIMEOUT - 60 -) -target_allocator(blockstore-libs-service_throttling-ut_metrics - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(blockstore-libs-service_throttling-ut_metrics) diff --git a/cloud/blockstore/libs/service_throttling/ut_metrics/CMakeLists.txt b/cloud/blockstore/libs/service_throttling/ut_metrics/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/service_throttling/ut_metrics/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/service_throttling/ut_metrics/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/service_throttling/ut_metrics/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 8f02792655b..00000000000 --- a/cloud/blockstore/libs/service_throttling/ut_metrics/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,67 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(blockstore-libs-service_throttling-ut_metrics) -target_include_directories(blockstore-libs-service_throttling-ut_metrics PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_throttling -) -target_link_libraries(blockstore-libs-service_throttling-ut_metrics PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-service_throttling -) -target_sources(blockstore-libs-service_throttling-ut_metrics PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_throttling/throttler_metrics_ut.cpp -) -set_property( - TARGET - blockstore-libs-service_throttling-ut_metrics - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - blockstore-libs-service_throttling-ut_metrics - TEST_TARGET - blockstore-libs-service_throttling-ut_metrics - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - blockstore-libs-service_throttling-ut_metrics - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - blockstore-libs-service_throttling-ut_metrics - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - blockstore-libs-service_throttling-ut_metrics - PROPERTY - TIMEOUT - 60 -) -target_allocator(blockstore-libs-service_throttling-ut_metrics - system_allocator -) -vcs_info(blockstore-libs-service_throttling-ut_metrics) diff --git a/cloud/blockstore/libs/service_throttling/ut_policy/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/service_throttling/ut_policy/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index fe6c7f973ce..00000000000 --- a/cloud/blockstore/libs/service_throttling/ut_policy/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,74 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(blockstore-libs-service_throttling-ut_policy) -target_include_directories(blockstore-libs-service_throttling-ut_policy PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_throttling -) -target_link_libraries(blockstore-libs-service_throttling-ut_policy PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-service_throttling -) -target_link_options(blockstore-libs-service_throttling-ut_policy PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(blockstore-libs-service_throttling-ut_policy PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_throttling/throttler_policy_ut.cpp -) -set_property( - TARGET - blockstore-libs-service_throttling-ut_policy - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - blockstore-libs-service_throttling-ut_policy - TEST_TARGET - blockstore-libs-service_throttling-ut_policy - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - blockstore-libs-service_throttling-ut_policy - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - blockstore-libs-service_throttling-ut_policy - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - blockstore-libs-service_throttling-ut_policy - PROPERTY - TIMEOUT - 60 -) -target_allocator(blockstore-libs-service_throttling-ut_policy - system_allocator -) -vcs_info(blockstore-libs-service_throttling-ut_policy) diff --git a/cloud/blockstore/libs/service_throttling/ut_policy/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/service_throttling/ut_policy/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 946d1657d46..00000000000 --- a/cloud/blockstore/libs/service_throttling/ut_policy/CMakeLists.linux-aarch64.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_executable(blockstore-libs-service_throttling-ut_policy) -target_include_directories(blockstore-libs-service_throttling-ut_policy PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_throttling -) -target_link_libraries(blockstore-libs-service_throttling-ut_policy PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - blockstore-libs-service_throttling -) -target_link_options(blockstore-libs-service_throttling-ut_policy PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(blockstore-libs-service_throttling-ut_policy PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_throttling/throttler_policy_ut.cpp -) -set_property( - TARGET - blockstore-libs-service_throttling-ut_policy - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - blockstore-libs-service_throttling-ut_policy - TEST_TARGET - blockstore-libs-service_throttling-ut_policy - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - blockstore-libs-service_throttling-ut_policy - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - blockstore-libs-service_throttling-ut_policy - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - blockstore-libs-service_throttling-ut_policy - PROPERTY - TIMEOUT - 60 -) -target_allocator(blockstore-libs-service_throttling-ut_policy - cpp-malloc-jemalloc -) -vcs_info(blockstore-libs-service_throttling-ut_policy) diff --git a/cloud/blockstore/libs/service_throttling/ut_policy/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/service_throttling/ut_policy/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b35b54a3142..00000000000 --- a/cloud/blockstore/libs/service_throttling/ut_policy/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,79 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(blockstore-libs-service_throttling-ut_policy) -target_include_directories(blockstore-libs-service_throttling-ut_policy PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_throttling -) -target_link_libraries(blockstore-libs-service_throttling-ut_policy PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-service_throttling -) -target_link_options(blockstore-libs-service_throttling-ut_policy PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(blockstore-libs-service_throttling-ut_policy PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_throttling/throttler_policy_ut.cpp -) -set_property( - TARGET - blockstore-libs-service_throttling-ut_policy - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - blockstore-libs-service_throttling-ut_policy - TEST_TARGET - blockstore-libs-service_throttling-ut_policy - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - blockstore-libs-service_throttling-ut_policy - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - blockstore-libs-service_throttling-ut_policy - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - blockstore-libs-service_throttling-ut_policy - PROPERTY - TIMEOUT - 60 -) -target_allocator(blockstore-libs-service_throttling-ut_policy - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(blockstore-libs-service_throttling-ut_policy) diff --git a/cloud/blockstore/libs/service_throttling/ut_policy/CMakeLists.txt b/cloud/blockstore/libs/service_throttling/ut_policy/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/service_throttling/ut_policy/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/service_throttling/ut_policy/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/service_throttling/ut_policy/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 5b6a2bfb153..00000000000 --- a/cloud/blockstore/libs/service_throttling/ut_policy/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,67 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(blockstore-libs-service_throttling-ut_policy) -target_include_directories(blockstore-libs-service_throttling-ut_policy PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_throttling -) -target_link_libraries(blockstore-libs-service_throttling-ut_policy PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-service_throttling -) -target_sources(blockstore-libs-service_throttling-ut_policy PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/service_throttling/throttler_policy_ut.cpp -) -set_property( - TARGET - blockstore-libs-service_throttling-ut_policy - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - blockstore-libs-service_throttling-ut_policy - TEST_TARGET - blockstore-libs-service_throttling-ut_policy - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - blockstore-libs-service_throttling-ut_policy - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - blockstore-libs-service_throttling-ut_policy - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - blockstore-libs-service_throttling-ut_policy - PROPERTY - TIMEOUT - 60 -) -target_allocator(blockstore-libs-service_throttling-ut_policy - system_allocator -) -vcs_info(blockstore-libs-service_throttling-ut_policy) diff --git a/cloud/blockstore/libs/spdk/CMakeLists.txt b/cloud/blockstore/libs/spdk/CMakeLists.txt deleted file mode 100644 index f1c77d36206..00000000000 --- a/cloud/blockstore/libs/spdk/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(iface) diff --git a/cloud/blockstore/libs/spdk/iface/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/spdk/iface/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 7a4b8534961..00000000000 --- a/cloud/blockstore/libs/spdk/iface/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(libs-spdk-iface) -target_link_libraries(libs-spdk-iface PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-common - blockstore-libs-diagnostics - core-libs-common - core-libs-diagnostics -) -target_sources(libs-spdk-iface PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/spdk/iface/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/spdk/iface/device.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/spdk/iface/env.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/spdk/iface/env_stub.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/spdk/iface/env_test.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/spdk/iface/target.cpp -) diff --git a/cloud/blockstore/libs/spdk/iface/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/spdk/iface/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 610b66a03a9..00000000000 --- a/cloud/blockstore/libs/spdk/iface/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(libs-spdk-iface) -target_link_libraries(libs-spdk-iface PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-common - blockstore-libs-diagnostics - core-libs-common - core-libs-diagnostics -) -target_sources(libs-spdk-iface PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/spdk/iface/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/spdk/iface/device.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/spdk/iface/env.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/spdk/iface/env_stub.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/spdk/iface/env_test.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/spdk/iface/target.cpp -) diff --git a/cloud/blockstore/libs/spdk/iface/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/spdk/iface/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 610b66a03a9..00000000000 --- a/cloud/blockstore/libs/spdk/iface/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(libs-spdk-iface) -target_link_libraries(libs-spdk-iface PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-common - blockstore-libs-diagnostics - core-libs-common - core-libs-diagnostics -) -target_sources(libs-spdk-iface PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/spdk/iface/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/spdk/iface/device.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/spdk/iface/env.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/spdk/iface/env_stub.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/spdk/iface/env_test.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/spdk/iface/target.cpp -) diff --git a/cloud/blockstore/libs/spdk/iface/CMakeLists.txt b/cloud/blockstore/libs/spdk/iface/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/spdk/iface/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/spdk/iface/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/spdk/iface/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 7a4b8534961..00000000000 --- a/cloud/blockstore/libs/spdk/iface/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(libs-spdk-iface) -target_link_libraries(libs-spdk-iface PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-common - blockstore-libs-diagnostics - core-libs-common - core-libs-diagnostics -) -target_sources(libs-spdk-iface PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/spdk/iface/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/spdk/iface/device.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/spdk/iface/env.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/spdk/iface/env_stub.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/spdk/iface/env_test.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/spdk/iface/target.cpp -) diff --git a/cloud/blockstore/libs/storage/CMakeLists.txt b/cloud/blockstore/libs/storage/CMakeLists.txt deleted file mode 100644 index ff1607e68de..00000000000 --- a/cloud/blockstore/libs/storage/CMakeLists.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(api) -add_subdirectory(bootstrapper) -add_subdirectory(core) -add_subdirectory(disk_agent) -add_subdirectory(disk_common) -add_subdirectory(disk_registry) -add_subdirectory(disk_registry_proxy) -add_subdirectory(init) -add_subdirectory(model) -add_subdirectory(partition) -add_subdirectory(partition2) -add_subdirectory(partition_common) -add_subdirectory(partition_nonrepl) -add_subdirectory(perf) -add_subdirectory(protos) -add_subdirectory(protos_ydb) -add_subdirectory(service) -add_subdirectory(ss_proxy) -add_subdirectory(stats_service) -add_subdirectory(testlib) -add_subdirectory(undelivered) -add_subdirectory(volume) -add_subdirectory(volume_balancer) -add_subdirectory(volume_proxy) diff --git a/cloud/blockstore/libs/storage/api/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/api/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 1560844f91e..00000000000 --- a/cloud/blockstore/libs/storage/api/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(libs-storage-api) -target_link_libraries(libs-storage-api PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-kikimr - blockstore-libs-service - libs-storage-protos - libs-storage-protos_ydb - private-api-protos - public-api-protos - library-actors-core - ydb-core-protos -) -target_sources(libs-storage-api PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/api/bootstrapper.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/api/disk_agent.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/api/disk_registry.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/api/disk_registry_proxy.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/api/partition.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/api/partition2.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/api/service.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/api/ss_proxy.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/api/stats_service.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/api/undelivered.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/api/volume.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/api/volume_balancer.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/api/volume_proxy.cpp -) diff --git a/cloud/blockstore/libs/storage/api/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/api/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e8220b0a598..00000000000 --- a/cloud/blockstore/libs/storage/api/CMakeLists.linux-aarch64.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(libs-storage-api) -target_link_libraries(libs-storage-api PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-kikimr - blockstore-libs-service - libs-storage-protos - libs-storage-protos_ydb - private-api-protos - public-api-protos - library-actors-core - ydb-core-protos -) -target_sources(libs-storage-api PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/api/bootstrapper.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/api/disk_agent.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/api/disk_registry.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/api/disk_registry_proxy.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/api/partition.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/api/partition2.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/api/service.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/api/ss_proxy.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/api/stats_service.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/api/undelivered.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/api/volume.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/api/volume_balancer.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/api/volume_proxy.cpp -) diff --git a/cloud/blockstore/libs/storage/api/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/api/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e8220b0a598..00000000000 --- a/cloud/blockstore/libs/storage/api/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(libs-storage-api) -target_link_libraries(libs-storage-api PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-kikimr - blockstore-libs-service - libs-storage-protos - libs-storage-protos_ydb - private-api-protos - public-api-protos - library-actors-core - ydb-core-protos -) -target_sources(libs-storage-api PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/api/bootstrapper.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/api/disk_agent.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/api/disk_registry.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/api/disk_registry_proxy.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/api/partition.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/api/partition2.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/api/service.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/api/ss_proxy.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/api/stats_service.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/api/undelivered.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/api/volume.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/api/volume_balancer.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/api/volume_proxy.cpp -) diff --git a/cloud/blockstore/libs/storage/api/CMakeLists.txt b/cloud/blockstore/libs/storage/api/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/api/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/api/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/api/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 1560844f91e..00000000000 --- a/cloud/blockstore/libs/storage/api/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(libs-storage-api) -target_link_libraries(libs-storage-api PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-kikimr - blockstore-libs-service - libs-storage-protos - libs-storage-protos_ydb - private-api-protos - public-api-protos - library-actors-core - ydb-core-protos -) -target_sources(libs-storage-api PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/api/bootstrapper.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/api/disk_agent.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/api/disk_registry.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/api/disk_registry_proxy.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/api/partition.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/api/partition2.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/api/service.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/api/ss_proxy.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/api/stats_service.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/api/undelivered.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/api/volume.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/api/volume_balancer.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/api/volume_proxy.cpp -) diff --git a/cloud/blockstore/libs/storage/bootstrapper/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/bootstrapper/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 1a99b98a005..00000000000 --- a/cloud/blockstore/libs/storage/bootstrapper/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_subdirectory(ut) - -add_library(libs-storage-bootstrapper) -target_link_libraries(libs-storage-bootstrapper PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-kikimr - libs-storage-api - library-actors-core - ydb-core-base - ydb-core-tablet -) -target_sources(libs-storage-bootstrapper PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/bootstrapper/bootstrapper.cpp -) diff --git a/cloud/blockstore/libs/storage/bootstrapper/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/bootstrapper/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 827f71fac55..00000000000 --- a/cloud/blockstore/libs/storage/bootstrapper/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_subdirectory(ut) - -add_library(libs-storage-bootstrapper) -target_link_libraries(libs-storage-bootstrapper PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-kikimr - libs-storage-api - library-actors-core - ydb-core-base - ydb-core-tablet -) -target_sources(libs-storage-bootstrapper PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/bootstrapper/bootstrapper.cpp -) diff --git a/cloud/blockstore/libs/storage/bootstrapper/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/bootstrapper/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 827f71fac55..00000000000 --- a/cloud/blockstore/libs/storage/bootstrapper/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_subdirectory(ut) - -add_library(libs-storage-bootstrapper) -target_link_libraries(libs-storage-bootstrapper PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-kikimr - libs-storage-api - library-actors-core - ydb-core-base - ydb-core-tablet -) -target_sources(libs-storage-bootstrapper PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/bootstrapper/bootstrapper.cpp -) diff --git a/cloud/blockstore/libs/storage/bootstrapper/CMakeLists.txt b/cloud/blockstore/libs/storage/bootstrapper/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/bootstrapper/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/bootstrapper/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/bootstrapper/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 1a99b98a005..00000000000 --- a/cloud/blockstore/libs/storage/bootstrapper/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_subdirectory(ut) - -add_library(libs-storage-bootstrapper) -target_link_libraries(libs-storage-bootstrapper PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-kikimr - libs-storage-api - library-actors-core - ydb-core-base - ydb-core-tablet -) -target_sources(libs-storage-bootstrapper PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/bootstrapper/bootstrapper.cpp -) diff --git a/cloud/blockstore/libs/storage/bootstrapper/ut/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/bootstrapper/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index ff7688e0b44..00000000000 --- a/cloud/blockstore/libs/storage/bootstrapper/ut/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,75 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-storage-bootstrapper-ut) -target_include_directories(cloud-blockstore-libs-storage-bootstrapper-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/bootstrapper -) -target_link_libraries(cloud-blockstore-libs-storage-bootstrapper-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-bootstrapper - blockstore-libs-storage-testlib -) -target_link_options(cloud-blockstore-libs-storage-bootstrapper-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-blockstore-libs-storage-bootstrapper-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/bootstrapper/bootstrapper_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-bootstrapper-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-bootstrapper-ut - TEST_TARGET - cloud-blockstore-libs-storage-bootstrapper-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-bootstrapper-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-bootstrapper-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-bootstrapper-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-storage-bootstrapper-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-storage-bootstrapper-ut) diff --git a/cloud/blockstore/libs/storage/bootstrapper/ut/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/bootstrapper/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 8a47a5f8fd0..00000000000 --- a/cloud/blockstore/libs/storage/bootstrapper/ut/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_executable(cloud-blockstore-libs-storage-bootstrapper-ut) -target_include_directories(cloud-blockstore-libs-storage-bootstrapper-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/bootstrapper -) -target_link_libraries(cloud-blockstore-libs-storage-bootstrapper-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - libs-storage-bootstrapper - blockstore-libs-storage-testlib -) -target_link_options(cloud-blockstore-libs-storage-bootstrapper-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-storage-bootstrapper-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/bootstrapper/bootstrapper_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-bootstrapper-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-bootstrapper-ut - TEST_TARGET - cloud-blockstore-libs-storage-bootstrapper-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-bootstrapper-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-bootstrapper-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-bootstrapper-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-storage-bootstrapper-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-blockstore-libs-storage-bootstrapper-ut) diff --git a/cloud/blockstore/libs/storage/bootstrapper/ut/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/bootstrapper/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 81a139ef6d8..00000000000 --- a/cloud/blockstore/libs/storage/bootstrapper/ut/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,80 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-storage-bootstrapper-ut) -target_include_directories(cloud-blockstore-libs-storage-bootstrapper-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/bootstrapper -) -target_link_libraries(cloud-blockstore-libs-storage-bootstrapper-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-bootstrapper - blockstore-libs-storage-testlib -) -target_link_options(cloud-blockstore-libs-storage-bootstrapper-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-storage-bootstrapper-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/bootstrapper/bootstrapper_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-bootstrapper-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-bootstrapper-ut - TEST_TARGET - cloud-blockstore-libs-storage-bootstrapper-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-bootstrapper-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-bootstrapper-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-bootstrapper-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-storage-bootstrapper-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-blockstore-libs-storage-bootstrapper-ut) diff --git a/cloud/blockstore/libs/storage/bootstrapper/ut/CMakeLists.txt b/cloud/blockstore/libs/storage/bootstrapper/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/bootstrapper/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/bootstrapper/ut/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/bootstrapper/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 83cbae2d909..00000000000 --- a/cloud/blockstore/libs/storage/bootstrapper/ut/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_executable(cloud-blockstore-libs-storage-bootstrapper-ut) -target_include_directories(cloud-blockstore-libs-storage-bootstrapper-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/bootstrapper -) -target_link_libraries(cloud-blockstore-libs-storage-bootstrapper-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-bootstrapper - blockstore-libs-storage-testlib -) -target_sources(cloud-blockstore-libs-storage-bootstrapper-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/bootstrapper/bootstrapper_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-bootstrapper-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-bootstrapper-ut - TEST_TARGET - cloud-blockstore-libs-storage-bootstrapper-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-bootstrapper-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-bootstrapper-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-bootstrapper-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-storage-bootstrapper-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-storage-bootstrapper-ut) diff --git a/cloud/blockstore/libs/storage/core/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/core/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index f6f2d40b6a5..00000000000 --- a/cloud/blockstore/libs/storage/core/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,88 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(ut) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(libs-storage-core) -target_link_libraries(libs-storage-core PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - cloud-blockstore-config - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-kikimr - blockstore-libs-service - libs-storage-api - libs-storage-model - libs-storage-protos - public-api-protos - core-libs-common - core-libs-diagnostics - core-libs-kikimr - contrib-libs-openssl - library-actors-core - library-cpp-cgiparam - cpp-containers-intrusive_rb_tree - cpp-deprecated-atomic - library-cpp-logger - library-cpp-lwtrace - monlib-service-pages - cpp-openssl-crypto - cpp-protobuf-util - cpp-string_utils-base64 - cpp-string_utils-quote - ydb-core-base - ydb-core-control - core-engine-minikql - ydb-core-mon - ydb-core-protos - ydb-core-tablet - ydb-core-tablet_flat - yql-sql-pg_dummy -) -target_sources(libs-storage-core PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/block_handler.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/compaction_map.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/compaction_policy.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/disk_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/disk_validation.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/features_config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/forward_helpers.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/manually_preempted_volumes.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/metrics.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/monitoring_utils.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/mount_token.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/pending_request.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/probes.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/proto_helpers.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/request_buffer.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/request_info.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/storage_request_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/tablet.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/tablet_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/tablet_schema.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/tenant.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/ts_ring_buffer.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/unimplemented.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/volume_label.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/volume_model.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/write_buffer_request.cpp -) -generate_enum_serilization(libs-storage-core - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/mount_token.h - INCLUDE_HEADERS - cloud/blockstore/libs/storage/core/mount_token.h -) diff --git a/cloud/blockstore/libs/storage/core/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/core/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 5ce42c6f894..00000000000 --- a/cloud/blockstore/libs/storage/core/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,89 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(ut) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(libs-storage-core) -target_link_libraries(libs-storage-core PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - cloud-blockstore-config - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-kikimr - blockstore-libs-service - libs-storage-api - libs-storage-model - libs-storage-protos - public-api-protos - core-libs-common - core-libs-diagnostics - core-libs-kikimr - contrib-libs-openssl - library-actors-core - library-cpp-cgiparam - cpp-containers-intrusive_rb_tree - cpp-deprecated-atomic - library-cpp-logger - library-cpp-lwtrace - monlib-service-pages - cpp-openssl-crypto - cpp-protobuf-util - cpp-string_utils-base64 - cpp-string_utils-quote - ydb-core-base - ydb-core-control - core-engine-minikql - ydb-core-mon - ydb-core-protos - ydb-core-tablet - ydb-core-tablet_flat - yql-sql-pg_dummy -) -target_sources(libs-storage-core PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/block_handler.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/compaction_map.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/compaction_policy.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/disk_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/disk_validation.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/features_config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/forward_helpers.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/manually_preempted_volumes.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/metrics.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/monitoring_utils.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/mount_token.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/pending_request.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/probes.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/proto_helpers.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/request_buffer.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/request_info.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/storage_request_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/tablet.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/tablet_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/tablet_schema.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/tenant.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/ts_ring_buffer.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/unimplemented.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/volume_label.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/volume_model.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/write_buffer_request.cpp -) -generate_enum_serilization(libs-storage-core - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/mount_token.h - INCLUDE_HEADERS - cloud/blockstore/libs/storage/core/mount_token.h -) diff --git a/cloud/blockstore/libs/storage/core/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/core/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 5ce42c6f894..00000000000 --- a/cloud/blockstore/libs/storage/core/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,89 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(ut) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(libs-storage-core) -target_link_libraries(libs-storage-core PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - cloud-blockstore-config - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-kikimr - blockstore-libs-service - libs-storage-api - libs-storage-model - libs-storage-protos - public-api-protos - core-libs-common - core-libs-diagnostics - core-libs-kikimr - contrib-libs-openssl - library-actors-core - library-cpp-cgiparam - cpp-containers-intrusive_rb_tree - cpp-deprecated-atomic - library-cpp-logger - library-cpp-lwtrace - monlib-service-pages - cpp-openssl-crypto - cpp-protobuf-util - cpp-string_utils-base64 - cpp-string_utils-quote - ydb-core-base - ydb-core-control - core-engine-minikql - ydb-core-mon - ydb-core-protos - ydb-core-tablet - ydb-core-tablet_flat - yql-sql-pg_dummy -) -target_sources(libs-storage-core PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/block_handler.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/compaction_map.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/compaction_policy.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/disk_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/disk_validation.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/features_config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/forward_helpers.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/manually_preempted_volumes.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/metrics.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/monitoring_utils.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/mount_token.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/pending_request.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/probes.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/proto_helpers.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/request_buffer.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/request_info.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/storage_request_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/tablet.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/tablet_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/tablet_schema.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/tenant.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/ts_ring_buffer.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/unimplemented.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/volume_label.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/volume_model.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/write_buffer_request.cpp -) -generate_enum_serilization(libs-storage-core - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/mount_token.h - INCLUDE_HEADERS - cloud/blockstore/libs/storage/core/mount_token.h -) diff --git a/cloud/blockstore/libs/storage/core/CMakeLists.txt b/cloud/blockstore/libs/storage/core/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/core/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/core/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/core/CMakeLists.windows-x86_64.txt deleted file mode 100644 index f6f2d40b6a5..00000000000 --- a/cloud/blockstore/libs/storage/core/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,88 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(ut) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(libs-storage-core) -target_link_libraries(libs-storage-core PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - cloud-blockstore-config - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-kikimr - blockstore-libs-service - libs-storage-api - libs-storage-model - libs-storage-protos - public-api-protos - core-libs-common - core-libs-diagnostics - core-libs-kikimr - contrib-libs-openssl - library-actors-core - library-cpp-cgiparam - cpp-containers-intrusive_rb_tree - cpp-deprecated-atomic - library-cpp-logger - library-cpp-lwtrace - monlib-service-pages - cpp-openssl-crypto - cpp-protobuf-util - cpp-string_utils-base64 - cpp-string_utils-quote - ydb-core-base - ydb-core-control - core-engine-minikql - ydb-core-mon - ydb-core-protos - ydb-core-tablet - ydb-core-tablet_flat - yql-sql-pg_dummy -) -target_sources(libs-storage-core PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/block_handler.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/compaction_map.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/compaction_policy.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/disk_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/disk_validation.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/features_config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/forward_helpers.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/manually_preempted_volumes.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/metrics.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/monitoring_utils.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/mount_token.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/pending_request.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/probes.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/proto_helpers.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/request_buffer.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/request_info.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/storage_request_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/tablet.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/tablet_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/tablet_schema.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/tenant.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/ts_ring_buffer.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/unimplemented.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/volume_label.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/volume_model.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/write_buffer_request.cpp -) -generate_enum_serilization(libs-storage-core - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/mount_token.h - INCLUDE_HEADERS - cloud/blockstore/libs/storage/core/mount_token.h -) diff --git a/cloud/blockstore/libs/storage/core/ut/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/core/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 65b5fd0ffe7..00000000000 --- a/cloud/blockstore/libs/storage/core/ut/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_executable(cloud-blockstore-libs-storage-core-ut) -target_compile_options(cloud-blockstore-libs-storage-core-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-blockstore-libs-storage-core-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core -) -target_link_libraries(cloud-blockstore-libs-storage-core-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-core - blockstore-libs-storage-testlib - core-libs-tablet -) -target_link_options(cloud-blockstore-libs-storage-core-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-blockstore-libs-storage-core-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/block_handler_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/compaction_map_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/compaction_policy_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/features_config_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/manually_preempted_volumes_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/metrics_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/mount_token_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/proto_helpers_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/ts_ring_buffer_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/volume_label_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/volume_model_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/write_buffer_request_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-core-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-core-ut - TEST_TARGET - cloud-blockstore-libs-storage-core-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-core-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-core-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-core-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-storage-core-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-storage-core-ut) diff --git a/cloud/blockstore/libs/storage/core/ut/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/core/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index fa99bcd9a5c..00000000000 --- a/cloud/blockstore/libs/storage/core/ut/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,93 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-storage-core-ut) -target_compile_options(cloud-blockstore-libs-storage-core-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-blockstore-libs-storage-core-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core -) -target_link_libraries(cloud-blockstore-libs-storage-core-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - libs-storage-core - blockstore-libs-storage-testlib - core-libs-tablet -) -target_link_options(cloud-blockstore-libs-storage-core-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-storage-core-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/block_handler_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/compaction_map_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/compaction_policy_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/features_config_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/manually_preempted_volumes_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/metrics_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/mount_token_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/proto_helpers_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/ts_ring_buffer_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/volume_label_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/volume_model_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/write_buffer_request_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-core-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-core-ut - TEST_TARGET - cloud-blockstore-libs-storage-core-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-core-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-core-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-core-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-storage-core-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-blockstore-libs-storage-core-ut) diff --git a/cloud/blockstore/libs/storage/core/ut/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/core/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e73f02ffba6..00000000000 --- a/cloud/blockstore/libs/storage/core/ut/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_executable(cloud-blockstore-libs-storage-core-ut) -target_compile_options(cloud-blockstore-libs-storage-core-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-blockstore-libs-storage-core-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core -) -target_link_libraries(cloud-blockstore-libs-storage-core-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-core - blockstore-libs-storage-testlib - core-libs-tablet -) -target_link_options(cloud-blockstore-libs-storage-core-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-storage-core-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/block_handler_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/compaction_map_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/compaction_policy_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/features_config_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/manually_preempted_volumes_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/metrics_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/mount_token_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/proto_helpers_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/ts_ring_buffer_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/volume_label_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/volume_model_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/write_buffer_request_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-core-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-core-ut - TEST_TARGET - cloud-blockstore-libs-storage-core-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-core-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-core-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-core-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-storage-core-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-blockstore-libs-storage-core-ut) diff --git a/cloud/blockstore/libs/storage/core/ut/CMakeLists.txt b/cloud/blockstore/libs/storage/core/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/core/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/core/ut/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/core/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 9dde1e26af1..00000000000 --- a/cloud/blockstore/libs/storage/core/ut/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_executable(cloud-blockstore-libs-storage-core-ut) -target_compile_options(cloud-blockstore-libs-storage-core-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-blockstore-libs-storage-core-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core -) -target_link_libraries(cloud-blockstore-libs-storage-core-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-core - blockstore-libs-storage-testlib - core-libs-tablet -) -target_sources(cloud-blockstore-libs-storage-core-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/block_handler_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/compaction_map_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/compaction_policy_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/features_config_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/manually_preempted_volumes_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/metrics_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/mount_token_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/proto_helpers_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/ts_ring_buffer_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/volume_label_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/volume_model_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/core/write_buffer_request_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-core-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-core-ut - TEST_TARGET - cloud-blockstore-libs-storage-core-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-core-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-core-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-core-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-storage-core-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-storage-core-ut) diff --git a/cloud/blockstore/libs/storage/disk_agent/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/disk_agent/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 3113ba44518..00000000000 --- a/cloud/blockstore/libs/storage/disk_agent/CMakeLists.darwin-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_subdirectory(benchmark) -add_subdirectory(model) -add_subdirectory(testlib) -add_subdirectory(ut) -add_subdirectory(ut_actor) -add_subdirectory(ut_large) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(libs-storage-disk_agent) -target_link_libraries(libs-storage-disk_agent PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - cloud-blockstore-config - blockstore-libs-kikimr - libs-rdma-iface - blockstore-libs-service_local - libs-spdk-iface - libs-storage-api - libs-storage-core - storage-disk_agent-model - libs-storage-disk_common - libs-storage-model - core-libs-common - cpp-containers-stack_vector - cpp-deprecated-atomic - ydb-core-base - ydb-core-mind - ydb-core-mon - ydb-core-tablet - library-actors-core -) -target_sources(libs-storage-disk_agent PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent_actor_acquire.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent_actor_disable.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent_actor_init.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent_actor_io.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent_actor_monitoring.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent_actor_register.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent_actor_release.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent_actor_secure_erase.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent_actor_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent_actor_waitready.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/hash_table_storage.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/rdma_target.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/recent_blocks_tracker.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/spdk_initializer.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/storage_initializer.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/storage_with_stats.cpp -) -generate_enum_serilization(libs-storage-disk_agent - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/recent_blocks_tracker.h - INCLUDE_HEADERS - cloud/blockstore/libs/storage/disk_agent/recent_blocks_tracker.h -) diff --git a/cloud/blockstore/libs/storage/disk_agent/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/disk_agent/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b3b2483c6a3..00000000000 --- a/cloud/blockstore/libs/storage/disk_agent/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(benchmark) -add_subdirectory(model) -add_subdirectory(testlib) -add_subdirectory(ut) -add_subdirectory(ut_actor) -add_subdirectory(ut_large) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(libs-storage-disk_agent) -target_link_libraries(libs-storage-disk_agent PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - cloud-blockstore-config - blockstore-libs-kikimr - libs-rdma-iface - blockstore-libs-service_local - libs-spdk-iface - libs-storage-api - libs-storage-core - storage-disk_agent-model - libs-storage-disk_common - libs-storage-model - core-libs-common - cpp-containers-stack_vector - cpp-deprecated-atomic - ydb-core-base - ydb-core-mind - ydb-core-mon - ydb-core-tablet - library-actors-core -) -target_sources(libs-storage-disk_agent PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent_actor_acquire.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent_actor_disable.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent_actor_init.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent_actor_io.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent_actor_monitoring.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent_actor_register.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent_actor_release.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent_actor_secure_erase.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent_actor_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent_actor_waitready.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/hash_table_storage.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/rdma_target.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/recent_blocks_tracker.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/spdk_initializer.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/storage_initializer.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/storage_with_stats.cpp -) -generate_enum_serilization(libs-storage-disk_agent - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/recent_blocks_tracker.h - INCLUDE_HEADERS - cloud/blockstore/libs/storage/disk_agent/recent_blocks_tracker.h -) diff --git a/cloud/blockstore/libs/storage/disk_agent/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/disk_agent/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b3b2483c6a3..00000000000 --- a/cloud/blockstore/libs/storage/disk_agent/CMakeLists.linux-x86_64.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(benchmark) -add_subdirectory(model) -add_subdirectory(testlib) -add_subdirectory(ut) -add_subdirectory(ut_actor) -add_subdirectory(ut_large) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(libs-storage-disk_agent) -target_link_libraries(libs-storage-disk_agent PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - cloud-blockstore-config - blockstore-libs-kikimr - libs-rdma-iface - blockstore-libs-service_local - libs-spdk-iface - libs-storage-api - libs-storage-core - storage-disk_agent-model - libs-storage-disk_common - libs-storage-model - core-libs-common - cpp-containers-stack_vector - cpp-deprecated-atomic - ydb-core-base - ydb-core-mind - ydb-core-mon - ydb-core-tablet - library-actors-core -) -target_sources(libs-storage-disk_agent PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent_actor_acquire.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent_actor_disable.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent_actor_init.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent_actor_io.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent_actor_monitoring.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent_actor_register.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent_actor_release.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent_actor_secure_erase.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent_actor_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent_actor_waitready.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/hash_table_storage.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/rdma_target.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/recent_blocks_tracker.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/spdk_initializer.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/storage_initializer.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/storage_with_stats.cpp -) -generate_enum_serilization(libs-storage-disk_agent - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/recent_blocks_tracker.h - INCLUDE_HEADERS - cloud/blockstore/libs/storage/disk_agent/recent_blocks_tracker.h -) diff --git a/cloud/blockstore/libs/storage/disk_agent/CMakeLists.txt b/cloud/blockstore/libs/storage/disk_agent/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/disk_agent/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/disk_agent/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/disk_agent/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 3113ba44518..00000000000 --- a/cloud/blockstore/libs/storage/disk_agent/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_subdirectory(benchmark) -add_subdirectory(model) -add_subdirectory(testlib) -add_subdirectory(ut) -add_subdirectory(ut_actor) -add_subdirectory(ut_large) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(libs-storage-disk_agent) -target_link_libraries(libs-storage-disk_agent PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - cloud-blockstore-config - blockstore-libs-kikimr - libs-rdma-iface - blockstore-libs-service_local - libs-spdk-iface - libs-storage-api - libs-storage-core - storage-disk_agent-model - libs-storage-disk_common - libs-storage-model - core-libs-common - cpp-containers-stack_vector - cpp-deprecated-atomic - ydb-core-base - ydb-core-mind - ydb-core-mon - ydb-core-tablet - library-actors-core -) -target_sources(libs-storage-disk_agent PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent_actor_acquire.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent_actor_disable.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent_actor_init.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent_actor_io.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent_actor_monitoring.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent_actor_register.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent_actor_release.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent_actor_secure_erase.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent_actor_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent_actor_waitready.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/hash_table_storage.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/rdma_target.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/recent_blocks_tracker.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/spdk_initializer.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/storage_initializer.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/storage_with_stats.cpp -) -generate_enum_serilization(libs-storage-disk_agent - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/recent_blocks_tracker.h - INCLUDE_HEADERS - cloud/blockstore/libs/storage/disk_agent/recent_blocks_tracker.h -) diff --git a/cloud/blockstore/libs/storage/disk_agent/benchmark/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/disk_agent/benchmark/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 735a458cadc..00000000000 --- a/cloud/blockstore/libs/storage/disk_agent/benchmark/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,54 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(benchmark) -target_link_libraries(benchmark PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-gbenchmark - blockstore-libs-rdma_test - libs-storage-disk_agent - blockstore-libs-storage-testlib -) -target_link_options(benchmark PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(benchmark PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/rdma_target_benchmark.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/recent_blocks_tracker_benchmark.cpp -) -add_test( - NAME - benchmark - COMMAND - benchmark -) -set_property( - TEST - benchmark - PROPERTY - LABELS - SMALL -) -set_property( - TEST - benchmark - PROPERTY - PROCESSORS - 4 -) -target_allocator(benchmark - system_allocator -) -vcs_info(benchmark) diff --git a/cloud/blockstore/libs/storage/disk_agent/benchmark/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/disk_agent/benchmark/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 56b7b946401..00000000000 --- a/cloud/blockstore/libs/storage/disk_agent/benchmark/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,57 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(benchmark) -target_link_libraries(benchmark PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-gbenchmark - blockstore-libs-rdma_test - libs-storage-disk_agent - blockstore-libs-storage-testlib -) -target_link_options(benchmark PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(benchmark PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/rdma_target_benchmark.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/recent_blocks_tracker_benchmark.cpp -) -add_test( - NAME - benchmark - COMMAND - benchmark -) -set_property( - TEST - benchmark - PROPERTY - LABELS - SMALL -) -set_property( - TEST - benchmark - PROPERTY - PROCESSORS - 4 -) -target_allocator(benchmark - cpp-malloc-jemalloc -) -vcs_info(benchmark) diff --git a/cloud/blockstore/libs/storage/disk_agent/benchmark/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/disk_agent/benchmark/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 11d84d44fc8..00000000000 --- a/cloud/blockstore/libs/storage/disk_agent/benchmark/CMakeLists.linux-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_executable(benchmark) -target_link_libraries(benchmark PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-gbenchmark - blockstore-libs-rdma_test - libs-storage-disk_agent - blockstore-libs-storage-testlib -) -target_link_options(benchmark PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(benchmark PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/rdma_target_benchmark.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/recent_blocks_tracker_benchmark.cpp -) -add_test( - NAME - benchmark - COMMAND - benchmark -) -set_property( - TEST - benchmark - PROPERTY - LABELS - SMALL -) -set_property( - TEST - benchmark - PROPERTY - PROCESSORS - 4 -) -target_allocator(benchmark - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(benchmark) diff --git a/cloud/blockstore/libs/storage/disk_agent/benchmark/CMakeLists.txt b/cloud/blockstore/libs/storage/disk_agent/benchmark/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/disk_agent/benchmark/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/disk_agent/benchmark/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/disk_agent/benchmark/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 1dc7299ba35..00000000000 --- a/cloud/blockstore/libs/storage/disk_agent/benchmark/CMakeLists.windows-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_executable(benchmark) -target_link_libraries(benchmark PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-gbenchmark - blockstore-libs-rdma_test - libs-storage-disk_agent - blockstore-libs-storage-testlib -) -target_sources(benchmark PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/rdma_target_benchmark.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/recent_blocks_tracker_benchmark.cpp -) -add_test( - NAME - benchmark - COMMAND - benchmark -) -set_property( - TEST - benchmark - PROPERTY - LABELS - SMALL -) -set_property( - TEST - benchmark - PROPERTY - PROCESSORS - 4 -) -target_allocator(benchmark - system_allocator -) -vcs_info(benchmark) diff --git a/cloud/blockstore/libs/storage/disk_agent/model/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/disk_agent/model/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 562e6f75df9..00000000000 --- a/cloud/blockstore/libs/storage/disk_agent/model/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_subdirectory(ut) - -add_library(storage-disk_agent-model) -target_link_libraries(storage-disk_agent-model PUBLIC - contrib-libs-cxxsupp - yutil - cloud-blockstore-config - blockstore-libs-common - blockstore-libs-service - public-api-protos - core-libs-common - core-libs-diagnostics - storage-core-protos -) -target_sources(storage-disk_agent-model PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/model/compare_configs.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/model/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/model/device_client.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/model/device_generator.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/model/device_guard.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/model/device_scanner.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/model/probes.cpp -) diff --git a/cloud/blockstore/libs/storage/disk_agent/model/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/disk_agent/model/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 5f348900cc1..00000000000 --- a/cloud/blockstore/libs/storage/disk_agent/model/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_subdirectory(ut) - -add_library(storage-disk_agent-model) -target_link_libraries(storage-disk_agent-model PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cloud-blockstore-config - blockstore-libs-common - blockstore-libs-service - public-api-protos - core-libs-common - core-libs-diagnostics - storage-core-protos -) -target_sources(storage-disk_agent-model PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/model/compare_configs.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/model/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/model/device_client.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/model/device_generator.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/model/device_guard.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/model/device_scanner.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/model/probes.cpp -) diff --git a/cloud/blockstore/libs/storage/disk_agent/model/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/disk_agent/model/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 5f348900cc1..00000000000 --- a/cloud/blockstore/libs/storage/disk_agent/model/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_subdirectory(ut) - -add_library(storage-disk_agent-model) -target_link_libraries(storage-disk_agent-model PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cloud-blockstore-config - blockstore-libs-common - blockstore-libs-service - public-api-protos - core-libs-common - core-libs-diagnostics - storage-core-protos -) -target_sources(storage-disk_agent-model PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/model/compare_configs.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/model/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/model/device_client.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/model/device_generator.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/model/device_guard.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/model/device_scanner.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/model/probes.cpp -) diff --git a/cloud/blockstore/libs/storage/disk_agent/model/CMakeLists.txt b/cloud/blockstore/libs/storage/disk_agent/model/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/disk_agent/model/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/disk_agent/model/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/disk_agent/model/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 562e6f75df9..00000000000 --- a/cloud/blockstore/libs/storage/disk_agent/model/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_subdirectory(ut) - -add_library(storage-disk_agent-model) -target_link_libraries(storage-disk_agent-model PUBLIC - contrib-libs-cxxsupp - yutil - cloud-blockstore-config - blockstore-libs-common - blockstore-libs-service - public-api-protos - core-libs-common - core-libs-diagnostics - storage-core-protos -) -target_sources(storage-disk_agent-model PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/model/compare_configs.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/model/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/model/device_client.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/model/device_generator.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/model/device_guard.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/model/device_scanner.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/model/probes.cpp -) diff --git a/cloud/blockstore/libs/storage/disk_agent/model/ut/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/disk_agent/model/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d90723a535f..00000000000 --- a/cloud/blockstore/libs/storage/disk_agent/model/ut/CMakeLists.darwin-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_executable(cloud-blockstore-libs-storage-disk_agent-model-ut) -target_include_directories(cloud-blockstore-libs-storage-disk_agent-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/model -) -target_link_libraries(cloud-blockstore-libs-storage-disk_agent-model-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - storage-disk_agent-model -) -target_link_options(cloud-blockstore-libs-storage-disk_agent-model-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-blockstore-libs-storage-disk_agent-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/model/compare_configs_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/model/device_client_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/model/device_guard_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/model/device_generator_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/model/device_scanner_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-disk_agent-model-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-disk_agent-model-ut - TEST_TARGET - cloud-blockstore-libs-storage-disk_agent-model-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-disk_agent-model-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-disk_agent-model-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-disk_agent-model-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-storage-disk_agent-model-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-storage-disk_agent-model-ut) diff --git a/cloud/blockstore/libs/storage/disk_agent/model/ut/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/disk_agent/model/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 62c1172d52f..00000000000 --- a/cloud/blockstore/libs/storage/disk_agent/model/ut/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_executable(cloud-blockstore-libs-storage-disk_agent-model-ut) -target_include_directories(cloud-blockstore-libs-storage-disk_agent-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/model -) -target_link_libraries(cloud-blockstore-libs-storage-disk_agent-model-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - storage-disk_agent-model -) -target_link_options(cloud-blockstore-libs-storage-disk_agent-model-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-storage-disk_agent-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/model/compare_configs_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/model/device_client_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/model/device_guard_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/model/device_generator_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/model/device_scanner_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-disk_agent-model-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-disk_agent-model-ut - TEST_TARGET - cloud-blockstore-libs-storage-disk_agent-model-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-disk_agent-model-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-disk_agent-model-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-disk_agent-model-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-storage-disk_agent-model-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-blockstore-libs-storage-disk_agent-model-ut) diff --git a/cloud/blockstore/libs/storage/disk_agent/model/ut/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/disk_agent/model/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index f93cfa96a9d..00000000000 --- a/cloud/blockstore/libs/storage/disk_agent/model/ut/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_executable(cloud-blockstore-libs-storage-disk_agent-model-ut) -target_include_directories(cloud-blockstore-libs-storage-disk_agent-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/model -) -target_link_libraries(cloud-blockstore-libs-storage-disk_agent-model-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - storage-disk_agent-model -) -target_link_options(cloud-blockstore-libs-storage-disk_agent-model-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-storage-disk_agent-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/model/compare_configs_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/model/device_client_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/model/device_guard_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/model/device_generator_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/model/device_scanner_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-disk_agent-model-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-disk_agent-model-ut - TEST_TARGET - cloud-blockstore-libs-storage-disk_agent-model-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-disk_agent-model-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-disk_agent-model-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-disk_agent-model-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-storage-disk_agent-model-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-blockstore-libs-storage-disk_agent-model-ut) diff --git a/cloud/blockstore/libs/storage/disk_agent/model/ut/CMakeLists.txt b/cloud/blockstore/libs/storage/disk_agent/model/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/disk_agent/model/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/disk_agent/model/ut/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/disk_agent/model/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 358b22dbf54..00000000000 --- a/cloud/blockstore/libs/storage/disk_agent/model/ut/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_executable(cloud-blockstore-libs-storage-disk_agent-model-ut) -target_include_directories(cloud-blockstore-libs-storage-disk_agent-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/model -) -target_link_libraries(cloud-blockstore-libs-storage-disk_agent-model-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - storage-disk_agent-model -) -target_sources(cloud-blockstore-libs-storage-disk_agent-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/model/compare_configs_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/model/device_client_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/model/device_guard_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/model/device_generator_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/model/device_scanner_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-disk_agent-model-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-disk_agent-model-ut - TEST_TARGET - cloud-blockstore-libs-storage-disk_agent-model-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-disk_agent-model-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-disk_agent-model-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-disk_agent-model-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-storage-disk_agent-model-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-storage-disk_agent-model-ut) diff --git a/cloud/blockstore/libs/storage/disk_agent/testlib/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/disk_agent/testlib/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c0ea5b069fe..00000000000 --- a/cloud/blockstore/libs/storage/disk_agent/testlib/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(storage-disk_agent-testlib) -target_link_libraries(storage-disk_agent-testlib PUBLIC - contrib-libs-cxxsupp - yutil - libs-storage-api - libs-storage-core - libs-storage-disk_agent - core-libs-aio - library-actors-core - cpp-testing-unittest - core-mind-bscontroller - ydb-core-tablet_flat - ydb-core-testlib - core-testlib-basics -) -target_sources(storage-disk_agent-testlib PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/testlib/test_env.cpp -) diff --git a/cloud/blockstore/libs/storage/disk_agent/testlib/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/disk_agent/testlib/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 664a400d69c..00000000000 --- a/cloud/blockstore/libs/storage/disk_agent/testlib/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(storage-disk_agent-testlib) -target_link_libraries(storage-disk_agent-testlib PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-storage-api - libs-storage-core - libs-storage-disk_agent - core-libs-aio - library-actors-core - cpp-testing-unittest - core-mind-bscontroller - ydb-core-tablet_flat - ydb-core-testlib - core-testlib-basics -) -target_sources(storage-disk_agent-testlib PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/testlib/test_env.cpp -) diff --git a/cloud/blockstore/libs/storage/disk_agent/testlib/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/disk_agent/testlib/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 664a400d69c..00000000000 --- a/cloud/blockstore/libs/storage/disk_agent/testlib/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(storage-disk_agent-testlib) -target_link_libraries(storage-disk_agent-testlib PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-storage-api - libs-storage-core - libs-storage-disk_agent - core-libs-aio - library-actors-core - cpp-testing-unittest - core-mind-bscontroller - ydb-core-tablet_flat - ydb-core-testlib - core-testlib-basics -) -target_sources(storage-disk_agent-testlib PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/testlib/test_env.cpp -) diff --git a/cloud/blockstore/libs/storage/disk_agent/testlib/CMakeLists.txt b/cloud/blockstore/libs/storage/disk_agent/testlib/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/disk_agent/testlib/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/disk_agent/testlib/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/disk_agent/testlib/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c0ea5b069fe..00000000000 --- a/cloud/blockstore/libs/storage/disk_agent/testlib/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(storage-disk_agent-testlib) -target_link_libraries(storage-disk_agent-testlib PUBLIC - contrib-libs-cxxsupp - yutil - libs-storage-api - libs-storage-core - libs-storage-disk_agent - core-libs-aio - library-actors-core - cpp-testing-unittest - core-mind-bscontroller - ydb-core-tablet_flat - ydb-core-testlib - core-testlib-basics -) -target_sources(storage-disk_agent-testlib PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/testlib/test_env.cpp -) diff --git a/cloud/blockstore/libs/storage/disk_agent/ut/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/disk_agent/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 4e6699831b2..00000000000 --- a/cloud/blockstore/libs/storage/disk_agent/ut/CMakeLists.darwin-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_executable(cloud-blockstore-libs-storage-disk_agent-ut) -target_include_directories(cloud-blockstore-libs-storage-disk_agent-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent -) -target_link_libraries(cloud-blockstore-libs-storage-disk_agent-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-disk_agent - blockstore-libs-rdma_test - libs-storage-api - libs-storage-core - storage-disk_agent-testlib - library-actors-core - cpp-testing-unittest - ydb-core-testlib - core-testlib-basics -) -target_link_options(cloud-blockstore-libs-storage-disk_agent-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-blockstore-libs-storage-disk_agent-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent_state_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/rdma_target_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/recent_blocks_tracker_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/spdk_initializer_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/storage_with_stats_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-disk_agent-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-disk_agent-ut - TEST_TARGET - cloud-blockstore-libs-storage-disk_agent-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-disk_agent-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-disk_agent-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-disk_agent-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-storage-disk_agent-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-storage-disk_agent-ut) diff --git a/cloud/blockstore/libs/storage/disk_agent/ut/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/disk_agent/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index c54874a343e..00000000000 --- a/cloud/blockstore/libs/storage/disk_agent/ut/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,89 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-storage-disk_agent-ut) -target_include_directories(cloud-blockstore-libs-storage-disk_agent-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent -) -target_link_libraries(cloud-blockstore-libs-storage-disk_agent-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - libs-storage-disk_agent - blockstore-libs-rdma_test - libs-storage-api - libs-storage-core - storage-disk_agent-testlib - library-actors-core - cpp-testing-unittest - ydb-core-testlib - core-testlib-basics -) -target_link_options(cloud-blockstore-libs-storage-disk_agent-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-storage-disk_agent-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent_state_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/rdma_target_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/recent_blocks_tracker_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/spdk_initializer_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/storage_with_stats_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-disk_agent-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-disk_agent-ut - TEST_TARGET - cloud-blockstore-libs-storage-disk_agent-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-disk_agent-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-disk_agent-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-disk_agent-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-storage-disk_agent-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-blockstore-libs-storage-disk_agent-ut) diff --git a/cloud/blockstore/libs/storage/disk_agent/ut/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/disk_agent/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index dde25f240fc..00000000000 --- a/cloud/blockstore/libs/storage/disk_agent/ut/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_executable(cloud-blockstore-libs-storage-disk_agent-ut) -target_include_directories(cloud-blockstore-libs-storage-disk_agent-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent -) -target_link_libraries(cloud-blockstore-libs-storage-disk_agent-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-disk_agent - blockstore-libs-rdma_test - libs-storage-api - libs-storage-core - storage-disk_agent-testlib - library-actors-core - cpp-testing-unittest - ydb-core-testlib - core-testlib-basics -) -target_link_options(cloud-blockstore-libs-storage-disk_agent-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-storage-disk_agent-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent_state_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/rdma_target_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/recent_blocks_tracker_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/spdk_initializer_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/storage_with_stats_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-disk_agent-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-disk_agent-ut - TEST_TARGET - cloud-blockstore-libs-storage-disk_agent-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-disk_agent-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-disk_agent-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-disk_agent-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-storage-disk_agent-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-blockstore-libs-storage-disk_agent-ut) diff --git a/cloud/blockstore/libs/storage/disk_agent/ut/CMakeLists.txt b/cloud/blockstore/libs/storage/disk_agent/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/disk_agent/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/disk_agent/ut/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/disk_agent/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 57b3c7373a9..00000000000 --- a/cloud/blockstore/libs/storage/disk_agent/ut/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,79 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-storage-disk_agent-ut) -target_include_directories(cloud-blockstore-libs-storage-disk_agent-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent -) -target_link_libraries(cloud-blockstore-libs-storage-disk_agent-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-disk_agent - blockstore-libs-rdma_test - libs-storage-api - libs-storage-core - storage-disk_agent-testlib - library-actors-core - cpp-testing-unittest - ydb-core-testlib - core-testlib-basics -) -target_sources(cloud-blockstore-libs-storage-disk_agent-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent_state_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/rdma_target_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/recent_blocks_tracker_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/spdk_initializer_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/storage_with_stats_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-disk_agent-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-disk_agent-ut - TEST_TARGET - cloud-blockstore-libs-storage-disk_agent-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-disk_agent-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-disk_agent-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-disk_agent-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-storage-disk_agent-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-storage-disk_agent-ut) diff --git a/cloud/blockstore/libs/storage/disk_agent/ut_actor/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/disk_agent/ut_actor/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 9357e87df9f..00000000000 --- a/cloud/blockstore/libs/storage/disk_agent/ut_actor/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_executable(cloud-blockstore-libs-storage-disk_agent-ut_actor) -target_include_directories(cloud-blockstore-libs-storage-disk_agent-ut_actor PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent -) -target_link_libraries(cloud-blockstore-libs-storage-disk_agent-ut_actor PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-disk_agent - libs-storage-api - libs-storage-core - storage-disk_agent-testlib - library-actors-core - cpp-testing-gmock_in_unittest - cpp-testing-unittest - ydb-core-testlib - core-testlib-basics -) -target_link_options(cloud-blockstore-libs-storage-disk_agent-ut_actor PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-blockstore-libs-storage-disk_agent-ut_actor PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent_actor_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-disk_agent-ut_actor - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-disk_agent-ut_actor - TEST_TARGET - cloud-blockstore-libs-storage-disk_agent-ut_actor - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-disk_agent-ut_actor - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-disk_agent-ut_actor - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-disk_agent-ut_actor - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-storage-disk_agent-ut_actor - system_allocator -) -vcs_info(cloud-blockstore-libs-storage-disk_agent-ut_actor) diff --git a/cloud/blockstore/libs/storage/disk_agent/ut_actor/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/disk_agent/ut_actor/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 74679b0455e..00000000000 --- a/cloud/blockstore/libs/storage/disk_agent/ut_actor/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,85 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-storage-disk_agent-ut_actor) -target_include_directories(cloud-blockstore-libs-storage-disk_agent-ut_actor PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent -) -target_link_libraries(cloud-blockstore-libs-storage-disk_agent-ut_actor PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - libs-storage-disk_agent - libs-storage-api - libs-storage-core - storage-disk_agent-testlib - library-actors-core - cpp-testing-gmock_in_unittest - cpp-testing-unittest - ydb-core-testlib - core-testlib-basics -) -target_link_options(cloud-blockstore-libs-storage-disk_agent-ut_actor PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-storage-disk_agent-ut_actor PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent_actor_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-disk_agent-ut_actor - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-disk_agent-ut_actor - TEST_TARGET - cloud-blockstore-libs-storage-disk_agent-ut_actor - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-disk_agent-ut_actor - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-disk_agent-ut_actor - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-disk_agent-ut_actor - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-storage-disk_agent-ut_actor - cpp-malloc-jemalloc -) -vcs_info(cloud-blockstore-libs-storage-disk_agent-ut_actor) diff --git a/cloud/blockstore/libs/storage/disk_agent/ut_actor/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/disk_agent/ut_actor/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 5af4df883e8..00000000000 --- a/cloud/blockstore/libs/storage/disk_agent/ut_actor/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,87 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-storage-disk_agent-ut_actor) -target_include_directories(cloud-blockstore-libs-storage-disk_agent-ut_actor PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent -) -target_link_libraries(cloud-blockstore-libs-storage-disk_agent-ut_actor PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-disk_agent - libs-storage-api - libs-storage-core - storage-disk_agent-testlib - library-actors-core - cpp-testing-gmock_in_unittest - cpp-testing-unittest - ydb-core-testlib - core-testlib-basics -) -target_link_options(cloud-blockstore-libs-storage-disk_agent-ut_actor PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-storage-disk_agent-ut_actor PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent_actor_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-disk_agent-ut_actor - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-disk_agent-ut_actor - TEST_TARGET - cloud-blockstore-libs-storage-disk_agent-ut_actor - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-disk_agent-ut_actor - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-disk_agent-ut_actor - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-disk_agent-ut_actor - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-storage-disk_agent-ut_actor - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-blockstore-libs-storage-disk_agent-ut_actor) diff --git a/cloud/blockstore/libs/storage/disk_agent/ut_actor/CMakeLists.txt b/cloud/blockstore/libs/storage/disk_agent/ut_actor/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/disk_agent/ut_actor/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/disk_agent/ut_actor/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/disk_agent/ut_actor/CMakeLists.windows-x86_64.txt deleted file mode 100644 index b1c26dc0a5a..00000000000 --- a/cloud/blockstore/libs/storage/disk_agent/ut_actor/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,75 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-storage-disk_agent-ut_actor) -target_include_directories(cloud-blockstore-libs-storage-disk_agent-ut_actor PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent -) -target_link_libraries(cloud-blockstore-libs-storage-disk_agent-ut_actor PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-disk_agent - libs-storage-api - libs-storage-core - storage-disk_agent-testlib - library-actors-core - cpp-testing-gmock_in_unittest - cpp-testing-unittest - ydb-core-testlib - core-testlib-basics -) -target_sources(cloud-blockstore-libs-storage-disk_agent-ut_actor PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent_actor_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-disk_agent-ut_actor - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-disk_agent-ut_actor - TEST_TARGET - cloud-blockstore-libs-storage-disk_agent-ut_actor - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-disk_agent-ut_actor - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-disk_agent-ut_actor - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-disk_agent-ut_actor - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-storage-disk_agent-ut_actor - system_allocator -) -vcs_info(cloud-blockstore-libs-storage-disk_agent-ut_actor) diff --git a/cloud/blockstore/libs/storage/disk_agent/ut_large/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/disk_agent/ut_large/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 3464136f3b7..00000000000 --- a/cloud/blockstore/libs/storage/disk_agent/ut_large/CMakeLists.darwin-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_executable(cloud-blockstore-libs-storage-disk_agent-ut_large) -target_include_directories(cloud-blockstore-libs-storage-disk_agent-ut_large PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent -) -target_link_libraries(cloud-blockstore-libs-storage-disk_agent-ut_large PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-disk_agent - libs-storage-api - libs-storage-core - storage-disk_agent-testlib - library-actors-core - cpp-testing-unittest - ydb-core-testlib - core-testlib-basics -) -target_link_options(cloud-blockstore-libs-storage-disk_agent-ut_large PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-blockstore-libs-storage-disk_agent-ut_large PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent_ut_large.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-disk_agent-ut_large - PROPERTY - SPLIT_FACTOR - 8 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-disk_agent-ut_large - TEST_TARGET - cloud-blockstore-libs-storage-disk_agent-ut_large - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-disk_agent-ut_large - PROPERTY - LABELS - LARGE -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-disk_agent-ut_large - PROPERTY - PROCESSORS - 8 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-disk_agent-ut_large - PROPERTY - TIMEOUT - 3600 -) -target_allocator(cloud-blockstore-libs-storage-disk_agent-ut_large - system_allocator -) -vcs_info(cloud-blockstore-libs-storage-disk_agent-ut_large) diff --git a/cloud/blockstore/libs/storage/disk_agent/ut_large/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/disk_agent/ut_large/CMakeLists.linux-aarch64.txt deleted file mode 100644 index acfaa6edff5..00000000000 --- a/cloud/blockstore/libs/storage/disk_agent/ut_large/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,84 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-storage-disk_agent-ut_large) -target_include_directories(cloud-blockstore-libs-storage-disk_agent-ut_large PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent -) -target_link_libraries(cloud-blockstore-libs-storage-disk_agent-ut_large PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - libs-storage-disk_agent - libs-storage-api - libs-storage-core - storage-disk_agent-testlib - library-actors-core - cpp-testing-unittest - ydb-core-testlib - core-testlib-basics -) -target_link_options(cloud-blockstore-libs-storage-disk_agent-ut_large PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-storage-disk_agent-ut_large PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent_ut_large.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-disk_agent-ut_large - PROPERTY - SPLIT_FACTOR - 8 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-disk_agent-ut_large - TEST_TARGET - cloud-blockstore-libs-storage-disk_agent-ut_large - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-disk_agent-ut_large - PROPERTY - LABELS - LARGE -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-disk_agent-ut_large - PROPERTY - PROCESSORS - 8 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-disk_agent-ut_large - PROPERTY - TIMEOUT - 3600 -) -target_allocator(cloud-blockstore-libs-storage-disk_agent-ut_large - cpp-malloc-jemalloc -) -vcs_info(cloud-blockstore-libs-storage-disk_agent-ut_large) diff --git a/cloud/blockstore/libs/storage/disk_agent/ut_large/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/disk_agent/ut_large/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 24fc1532cc7..00000000000 --- a/cloud/blockstore/libs/storage/disk_agent/ut_large/CMakeLists.linux-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_executable(cloud-blockstore-libs-storage-disk_agent-ut_large) -target_include_directories(cloud-blockstore-libs-storage-disk_agent-ut_large PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent -) -target_link_libraries(cloud-blockstore-libs-storage-disk_agent-ut_large PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-disk_agent - libs-storage-api - libs-storage-core - storage-disk_agent-testlib - library-actors-core - cpp-testing-unittest - ydb-core-testlib - core-testlib-basics -) -target_link_options(cloud-blockstore-libs-storage-disk_agent-ut_large PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-storage-disk_agent-ut_large PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent_ut_large.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-disk_agent-ut_large - PROPERTY - SPLIT_FACTOR - 8 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-disk_agent-ut_large - TEST_TARGET - cloud-blockstore-libs-storage-disk_agent-ut_large - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-disk_agent-ut_large - PROPERTY - LABELS - LARGE -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-disk_agent-ut_large - PROPERTY - PROCESSORS - 8 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-disk_agent-ut_large - PROPERTY - TIMEOUT - 3600 -) -target_allocator(cloud-blockstore-libs-storage-disk_agent-ut_large - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-blockstore-libs-storage-disk_agent-ut_large) diff --git a/cloud/blockstore/libs/storage/disk_agent/ut_large/CMakeLists.txt b/cloud/blockstore/libs/storage/disk_agent/ut_large/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/disk_agent/ut_large/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/disk_agent/ut_large/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/disk_agent/ut_large/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c4e0f78bb4a..00000000000 --- a/cloud/blockstore/libs/storage/disk_agent/ut_large/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,74 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-storage-disk_agent-ut_large) -target_include_directories(cloud-blockstore-libs-storage-disk_agent-ut_large PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent -) -target_link_libraries(cloud-blockstore-libs-storage-disk_agent-ut_large PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-disk_agent - libs-storage-api - libs-storage-core - storage-disk_agent-testlib - library-actors-core - cpp-testing-unittest - ydb-core-testlib - core-testlib-basics -) -target_sources(cloud-blockstore-libs-storage-disk_agent-ut_large PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/disk_agent_ut_large.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-disk_agent-ut_large - PROPERTY - SPLIT_FACTOR - 8 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-disk_agent-ut_large - TEST_TARGET - cloud-blockstore-libs-storage-disk_agent-ut_large - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-disk_agent-ut_large - PROPERTY - LABELS - LARGE -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-disk_agent-ut_large - PROPERTY - PROCESSORS - 8 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-disk_agent-ut_large - PROPERTY - TIMEOUT - 3600 -) -target_allocator(cloud-blockstore-libs-storage-disk_agent-ut_large - system_allocator -) -vcs_info(cloud-blockstore-libs-storage-disk_agent-ut_large) diff --git a/cloud/blockstore/libs/storage/disk_common/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/disk_common/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d9f2adddd7f..00000000000 --- a/cloud/blockstore/libs/storage/disk_common/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(libs-storage-disk_common) -target_link_libraries(libs-storage-disk_common PUBLIC - contrib-libs-cxxsupp - yutil - libs-storage-protos -) -target_sources(libs-storage-disk_common PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_common/monitoring_utils.cpp -) diff --git a/cloud/blockstore/libs/storage/disk_common/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/disk_common/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 26b49107ade..00000000000 --- a/cloud/blockstore/libs/storage/disk_common/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(libs-storage-disk_common) -target_link_libraries(libs-storage-disk_common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-storage-protos -) -target_sources(libs-storage-disk_common PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_common/monitoring_utils.cpp -) diff --git a/cloud/blockstore/libs/storage/disk_common/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/disk_common/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 26b49107ade..00000000000 --- a/cloud/blockstore/libs/storage/disk_common/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(libs-storage-disk_common) -target_link_libraries(libs-storage-disk_common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-storage-protos -) -target_sources(libs-storage-disk_common PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_common/monitoring_utils.cpp -) diff --git a/cloud/blockstore/libs/storage/disk_common/CMakeLists.txt b/cloud/blockstore/libs/storage/disk_common/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/disk_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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/disk_common/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/disk_common/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d9f2adddd7f..00000000000 --- a/cloud/blockstore/libs/storage/disk_common/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(libs-storage-disk_common) -target_link_libraries(libs-storage-disk_common PUBLIC - contrib-libs-cxxsupp - yutil - libs-storage-protos -) -target_sources(libs-storage-disk_common PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_common/monitoring_utils.cpp -) diff --git a/cloud/blockstore/libs/storage/disk_registry/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index bc5f8c870ca..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,110 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(actors) -add_subdirectory(model) -add_subdirectory(testlib) -add_subdirectory(ut) -add_subdirectory(ut_allocation) -add_subdirectory(ut_checkpoint) -add_subdirectory(ut_cms) -add_subdirectory(ut_config) -add_subdirectory(ut_create) -add_subdirectory(ut_lifecycle) -add_subdirectory(ut_migration) -add_subdirectory(ut_mirrored_disk_migration) -add_subdirectory(ut_notify) -add_subdirectory(ut_pools) -add_subdirectory(ut_restore) -add_subdirectory(ut_session) -add_subdirectory(ut_suspend) -add_subdirectory(ut_wait_device) - -add_library(libs-storage-disk_registry) -target_link_libraries(libs-storage-disk_registry PUBLIC - contrib-libs-cxxsupp - yutil - cloud-blockstore-config - blockstore-libs-kikimr - libs-logbroker-iface - blockstore-libs-notify - libs-storage-api - libs-storage-core - libs-storage-disk_common - storage-disk_registry-actors - storage-disk_registry-model - core-libs-common - core-libs-diagnostics - library-actors-core - ydb-core-base - ydb-core-mind - ydb-core-mon - ydb-core-node_whiteboard - ydb-core-scheme - ydb-core-tablet - ydb-core-tablet_flat - core-testlib-basics -) -target_sources(libs-storage-disk_registry PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_acquire.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_allocate.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_backup_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_change_disk_device.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_checkpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_cleanup.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_cms.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_create_disk_from_devices.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_describe.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_destroy.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_get_dependent_disks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_initiate_realloc.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_initschema.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_loadstate.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_mark_disk_for_cleanup.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_mark_replacement_device.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_migration.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_monitoring_replace_device.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_monitoring_volume_realloc.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_monitoring.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_notify.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_notify_users.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_placement.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_publish_disk_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_writable_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_query_available_storage.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_register.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_regular.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_release.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_replace.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_restore_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_resume_device.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_secure_erase.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_set_user_id.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_suspend_device.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_switch_agent_to_read_only.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_update_agent_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_update_cms_device_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_update_cms_host_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_update_device_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_update_disk_block_size.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_update_disk_replica_count.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_update_params.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_update_placement_group_settings.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_update_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_volume_config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_waitready.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_database.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_schema.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_self_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_state_notification.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry.cpp -) diff --git a/cloud/blockstore/libs/storage/disk_registry/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/disk_registry/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 566d30c331c..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,111 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(actors) -add_subdirectory(model) -add_subdirectory(testlib) -add_subdirectory(ut) -add_subdirectory(ut_allocation) -add_subdirectory(ut_checkpoint) -add_subdirectory(ut_cms) -add_subdirectory(ut_config) -add_subdirectory(ut_create) -add_subdirectory(ut_lifecycle) -add_subdirectory(ut_migration) -add_subdirectory(ut_mirrored_disk_migration) -add_subdirectory(ut_notify) -add_subdirectory(ut_pools) -add_subdirectory(ut_restore) -add_subdirectory(ut_session) -add_subdirectory(ut_suspend) -add_subdirectory(ut_wait_device) - -add_library(libs-storage-disk_registry) -target_link_libraries(libs-storage-disk_registry PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cloud-blockstore-config - blockstore-libs-kikimr - libs-logbroker-iface - blockstore-libs-notify - libs-storage-api - libs-storage-core - libs-storage-disk_common - storage-disk_registry-actors - storage-disk_registry-model - core-libs-common - core-libs-diagnostics - library-actors-core - ydb-core-base - ydb-core-mind - ydb-core-mon - ydb-core-node_whiteboard - ydb-core-scheme - ydb-core-tablet - ydb-core-tablet_flat - core-testlib-basics -) -target_sources(libs-storage-disk_registry PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_acquire.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_allocate.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_backup_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_change_disk_device.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_checkpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_cleanup.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_cms.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_create_disk_from_devices.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_describe.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_destroy.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_get_dependent_disks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_initiate_realloc.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_initschema.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_loadstate.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_mark_disk_for_cleanup.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_mark_replacement_device.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_migration.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_monitoring_replace_device.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_monitoring_volume_realloc.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_monitoring.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_notify.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_notify_users.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_placement.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_publish_disk_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_writable_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_query_available_storage.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_register.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_regular.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_release.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_replace.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_restore_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_resume_device.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_secure_erase.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_set_user_id.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_suspend_device.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_switch_agent_to_read_only.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_update_agent_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_update_cms_device_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_update_cms_host_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_update_device_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_update_disk_block_size.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_update_disk_replica_count.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_update_params.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_update_placement_group_settings.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_update_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_volume_config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_waitready.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_database.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_schema.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_self_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_state_notification.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry.cpp -) diff --git a/cloud/blockstore/libs/storage/disk_registry/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 566d30c331c..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,111 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(actors) -add_subdirectory(model) -add_subdirectory(testlib) -add_subdirectory(ut) -add_subdirectory(ut_allocation) -add_subdirectory(ut_checkpoint) -add_subdirectory(ut_cms) -add_subdirectory(ut_config) -add_subdirectory(ut_create) -add_subdirectory(ut_lifecycle) -add_subdirectory(ut_migration) -add_subdirectory(ut_mirrored_disk_migration) -add_subdirectory(ut_notify) -add_subdirectory(ut_pools) -add_subdirectory(ut_restore) -add_subdirectory(ut_session) -add_subdirectory(ut_suspend) -add_subdirectory(ut_wait_device) - -add_library(libs-storage-disk_registry) -target_link_libraries(libs-storage-disk_registry PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cloud-blockstore-config - blockstore-libs-kikimr - libs-logbroker-iface - blockstore-libs-notify - libs-storage-api - libs-storage-core - libs-storage-disk_common - storage-disk_registry-actors - storage-disk_registry-model - core-libs-common - core-libs-diagnostics - library-actors-core - ydb-core-base - ydb-core-mind - ydb-core-mon - ydb-core-node_whiteboard - ydb-core-scheme - ydb-core-tablet - ydb-core-tablet_flat - core-testlib-basics -) -target_sources(libs-storage-disk_registry PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_acquire.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_allocate.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_backup_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_change_disk_device.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_checkpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_cleanup.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_cms.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_create_disk_from_devices.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_describe.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_destroy.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_get_dependent_disks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_initiate_realloc.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_initschema.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_loadstate.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_mark_disk_for_cleanup.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_mark_replacement_device.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_migration.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_monitoring_replace_device.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_monitoring_volume_realloc.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_monitoring.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_notify.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_notify_users.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_placement.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_publish_disk_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_writable_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_query_available_storage.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_register.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_regular.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_release.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_replace.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_restore_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_resume_device.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_secure_erase.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_set_user_id.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_suspend_device.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_switch_agent_to_read_only.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_update_agent_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_update_cms_device_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_update_cms_host_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_update_device_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_update_disk_block_size.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_update_disk_replica_count.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_update_params.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_update_placement_group_settings.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_update_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_volume_config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_waitready.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_database.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_schema.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_self_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_state_notification.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry.cpp -) diff --git a/cloud/blockstore/libs/storage/disk_registry/CMakeLists.txt b/cloud/blockstore/libs/storage/disk_registry/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/disk_registry/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry/CMakeLists.windows-x86_64.txt deleted file mode 100644 index bc5f8c870ca..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,110 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(actors) -add_subdirectory(model) -add_subdirectory(testlib) -add_subdirectory(ut) -add_subdirectory(ut_allocation) -add_subdirectory(ut_checkpoint) -add_subdirectory(ut_cms) -add_subdirectory(ut_config) -add_subdirectory(ut_create) -add_subdirectory(ut_lifecycle) -add_subdirectory(ut_migration) -add_subdirectory(ut_mirrored_disk_migration) -add_subdirectory(ut_notify) -add_subdirectory(ut_pools) -add_subdirectory(ut_restore) -add_subdirectory(ut_session) -add_subdirectory(ut_suspend) -add_subdirectory(ut_wait_device) - -add_library(libs-storage-disk_registry) -target_link_libraries(libs-storage-disk_registry PUBLIC - contrib-libs-cxxsupp - yutil - cloud-blockstore-config - blockstore-libs-kikimr - libs-logbroker-iface - blockstore-libs-notify - libs-storage-api - libs-storage-core - libs-storage-disk_common - storage-disk_registry-actors - storage-disk_registry-model - core-libs-common - core-libs-diagnostics - library-actors-core - ydb-core-base - ydb-core-mind - ydb-core-mon - ydb-core-node_whiteboard - ydb-core-scheme - ydb-core-tablet - ydb-core-tablet_flat - core-testlib-basics -) -target_sources(libs-storage-disk_registry PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_acquire.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_allocate.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_backup_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_change_disk_device.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_checkpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_cleanup.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_cms.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_create_disk_from_devices.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_describe.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_destroy.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_get_dependent_disks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_initiate_realloc.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_initschema.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_loadstate.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_mark_disk_for_cleanup.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_mark_replacement_device.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_migration.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_monitoring_replace_device.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_monitoring_volume_realloc.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_monitoring.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_notify.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_notify_users.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_placement.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_publish_disk_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_writable_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_query_available_storage.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_register.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_regular.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_release.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_replace.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_restore_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_resume_device.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_secure_erase.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_set_user_id.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_suspend_device.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_switch_agent_to_read_only.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_update_agent_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_update_cms_device_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_update_cms_host_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_update_device_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_update_disk_block_size.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_update_disk_replica_count.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_update_params.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_update_placement_group_settings.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_update_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_volume_config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor_waitready.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_database.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_schema.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_self_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_state_notification.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry.cpp -) diff --git a/cloud/blockstore/libs/storage/disk_registry/actors/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry/actors/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 69f770a4d58..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/actors/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(ut) - -add_library(storage-disk_registry-actors) -target_link_libraries(storage-disk_registry-actors PUBLIC - contrib-libs-cxxsupp - yutil - libs-storage-api - storage-disk_registry-model - core-libs-actors - library-actors-core -) -target_sources(storage-disk_registry-actors PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/actors/restore_validator_actor.cpp -) diff --git a/cloud/blockstore/libs/storage/disk_registry/actors/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/disk_registry/actors/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 96d11d93fe9..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/actors/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_subdirectory(ut) - -add_library(storage-disk_registry-actors) -target_link_libraries(storage-disk_registry-actors PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-storage-api - storage-disk_registry-model - core-libs-actors - library-actors-core -) -target_sources(storage-disk_registry-actors PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/actors/restore_validator_actor.cpp -) diff --git a/cloud/blockstore/libs/storage/disk_registry/actors/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry/actors/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 96d11d93fe9..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/actors/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_subdirectory(ut) - -add_library(storage-disk_registry-actors) -target_link_libraries(storage-disk_registry-actors PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-storage-api - storage-disk_registry-model - core-libs-actors - library-actors-core -) -target_sources(storage-disk_registry-actors PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/actors/restore_validator_actor.cpp -) diff --git a/cloud/blockstore/libs/storage/disk_registry/actors/CMakeLists.txt b/cloud/blockstore/libs/storage/disk_registry/actors/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/actors/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/disk_registry/actors/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry/actors/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 69f770a4d58..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/actors/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_subdirectory(ut) - -add_library(storage-disk_registry-actors) -target_link_libraries(storage-disk_registry-actors PUBLIC - contrib-libs-cxxsupp - yutil - libs-storage-api - storage-disk_registry-model - core-libs-actors - library-actors-core -) -target_sources(storage-disk_registry-actors PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/actors/restore_validator_actor.cpp -) diff --git a/cloud/blockstore/libs/storage/disk_registry/actors/ut/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry/actors/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 97e8c09c5ff..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/actors/ut/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,75 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(libs-storage-disk_registry-actors-ut) -target_include_directories(libs-storage-disk_registry-actors-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/actors -) -target_link_libraries(libs-storage-disk_registry-actors-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - storage-disk_registry-actors - library-actors-testlib -) -target_link_options(libs-storage-disk_registry-actors-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(libs-storage-disk_registry-actors-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/actors/restore_validator_actor_ut.cpp -) -set_property( - TARGET - libs-storage-disk_registry-actors-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - libs-storage-disk_registry-actors-ut - TEST_TARGET - libs-storage-disk_registry-actors-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - libs-storage-disk_registry-actors-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - libs-storage-disk_registry-actors-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - libs-storage-disk_registry-actors-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(libs-storage-disk_registry-actors-ut - system_allocator -) -vcs_info(libs-storage-disk_registry-actors-ut) diff --git a/cloud/blockstore/libs/storage/disk_registry/actors/ut/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/disk_registry/actors/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 8d5bedcf082..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/actors/ut/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_executable(libs-storage-disk_registry-actors-ut) -target_include_directories(libs-storage-disk_registry-actors-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/actors -) -target_link_libraries(libs-storage-disk_registry-actors-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - storage-disk_registry-actors - library-actors-testlib -) -target_link_options(libs-storage-disk_registry-actors-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(libs-storage-disk_registry-actors-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/actors/restore_validator_actor_ut.cpp -) -set_property( - TARGET - libs-storage-disk_registry-actors-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - libs-storage-disk_registry-actors-ut - TEST_TARGET - libs-storage-disk_registry-actors-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - libs-storage-disk_registry-actors-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - libs-storage-disk_registry-actors-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - libs-storage-disk_registry-actors-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(libs-storage-disk_registry-actors-ut - cpp-malloc-jemalloc -) -vcs_info(libs-storage-disk_registry-actors-ut) diff --git a/cloud/blockstore/libs/storage/disk_registry/actors/ut/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry/actors/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 5f3c41c9dab..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/actors/ut/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,80 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(libs-storage-disk_registry-actors-ut) -target_include_directories(libs-storage-disk_registry-actors-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/actors -) -target_link_libraries(libs-storage-disk_registry-actors-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - storage-disk_registry-actors - library-actors-testlib -) -target_link_options(libs-storage-disk_registry-actors-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(libs-storage-disk_registry-actors-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/actors/restore_validator_actor_ut.cpp -) -set_property( - TARGET - libs-storage-disk_registry-actors-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - libs-storage-disk_registry-actors-ut - TEST_TARGET - libs-storage-disk_registry-actors-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - libs-storage-disk_registry-actors-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - libs-storage-disk_registry-actors-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - libs-storage-disk_registry-actors-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(libs-storage-disk_registry-actors-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(libs-storage-disk_registry-actors-ut) diff --git a/cloud/blockstore/libs/storage/disk_registry/actors/ut/CMakeLists.txt b/cloud/blockstore/libs/storage/disk_registry/actors/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/actors/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/disk_registry/actors/ut/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry/actors/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 08a567cbb92..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/actors/ut/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_executable(libs-storage-disk_registry-actors-ut) -target_include_directories(libs-storage-disk_registry-actors-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/actors -) -target_link_libraries(libs-storage-disk_registry-actors-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - storage-disk_registry-actors - library-actors-testlib -) -target_sources(libs-storage-disk_registry-actors-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/actors/restore_validator_actor_ut.cpp -) -set_property( - TARGET - libs-storage-disk_registry-actors-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - libs-storage-disk_registry-actors-ut - TEST_TARGET - libs-storage-disk_registry-actors-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - libs-storage-disk_registry-actors-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - libs-storage-disk_registry-actors-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - libs-storage-disk_registry-actors-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(libs-storage-disk_registry-actors-ut - system_allocator -) -vcs_info(libs-storage-disk_registry-actors-ut) diff --git a/cloud/blockstore/libs/storage/disk_registry/model/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry/model/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index f1caa446ac4..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/model/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_subdirectory(ut) - -add_library(storage-disk_registry-model) -target_link_libraries(storage-disk_registry-model PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-diagnostics - libs-storage-core - libs-storage-protos - core-libs-diagnostics -) -target_sources(storage-disk_registry-model PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/model/agent_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/model/agent_list.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/model/device_list.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/model/pending_cleanup.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/model/replica_table.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/model/user_notification.cpp -) diff --git a/cloud/blockstore/libs/storage/disk_registry/model/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/disk_registry/model/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 9eb615728f4..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/model/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_subdirectory(ut) - -add_library(storage-disk_registry-model) -target_link_libraries(storage-disk_registry-model PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-diagnostics - libs-storage-core - libs-storage-protos - core-libs-diagnostics -) -target_sources(storage-disk_registry-model PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/model/agent_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/model/agent_list.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/model/device_list.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/model/pending_cleanup.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/model/replica_table.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/model/user_notification.cpp -) diff --git a/cloud/blockstore/libs/storage/disk_registry/model/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry/model/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 9eb615728f4..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/model/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_subdirectory(ut) - -add_library(storage-disk_registry-model) -target_link_libraries(storage-disk_registry-model PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-diagnostics - libs-storage-core - libs-storage-protos - core-libs-diagnostics -) -target_sources(storage-disk_registry-model PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/model/agent_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/model/agent_list.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/model/device_list.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/model/pending_cleanup.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/model/replica_table.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/model/user_notification.cpp -) diff --git a/cloud/blockstore/libs/storage/disk_registry/model/CMakeLists.txt b/cloud/blockstore/libs/storage/disk_registry/model/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/model/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/disk_registry/model/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry/model/CMakeLists.windows-x86_64.txt deleted file mode 100644 index f1caa446ac4..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/model/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_subdirectory(ut) - -add_library(storage-disk_registry-model) -target_link_libraries(storage-disk_registry-model PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-diagnostics - libs-storage-core - libs-storage-protos - core-libs-diagnostics -) -target_sources(storage-disk_registry-model PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/model/agent_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/model/agent_list.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/model/device_list.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/model/pending_cleanup.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/model/replica_table.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/model/user_notification.cpp -) diff --git a/cloud/blockstore/libs/storage/disk_registry/model/ut/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry/model/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 93d9f4917c2..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/model/ut/CMakeLists.darwin-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_executable(blockstore-libs-storage-disk_registry-model-ut) -target_include_directories(blockstore-libs-storage-disk_registry-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/model -) -target_link_libraries(blockstore-libs-storage-disk_registry-model-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - storage-disk_registry-model -) -target_link_options(blockstore-libs-storage-disk_registry-model-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(blockstore-libs-storage-disk_registry-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/model/agent_counters_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/model/agent_list_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/model/device_list_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/model/pending_cleanup_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/model/replica_table_ut.cpp -) -set_property( - TARGET - blockstore-libs-storage-disk_registry-model-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - blockstore-libs-storage-disk_registry-model-ut - TEST_TARGET - blockstore-libs-storage-disk_registry-model-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - blockstore-libs-storage-disk_registry-model-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - blockstore-libs-storage-disk_registry-model-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - blockstore-libs-storage-disk_registry-model-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(blockstore-libs-storage-disk_registry-model-ut - system_allocator -) -vcs_info(blockstore-libs-storage-disk_registry-model-ut) diff --git a/cloud/blockstore/libs/storage/disk_registry/model/ut/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/disk_registry/model/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e4db5e06973..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/model/ut/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_executable(blockstore-libs-storage-disk_registry-model-ut) -target_include_directories(blockstore-libs-storage-disk_registry-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/model -) -target_link_libraries(blockstore-libs-storage-disk_registry-model-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - storage-disk_registry-model -) -target_link_options(blockstore-libs-storage-disk_registry-model-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(blockstore-libs-storage-disk_registry-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/model/agent_counters_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/model/agent_list_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/model/device_list_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/model/pending_cleanup_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/model/replica_table_ut.cpp -) -set_property( - TARGET - blockstore-libs-storage-disk_registry-model-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - blockstore-libs-storage-disk_registry-model-ut - TEST_TARGET - blockstore-libs-storage-disk_registry-model-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - blockstore-libs-storage-disk_registry-model-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - blockstore-libs-storage-disk_registry-model-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - blockstore-libs-storage-disk_registry-model-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(blockstore-libs-storage-disk_registry-model-ut - cpp-malloc-jemalloc -) -vcs_info(blockstore-libs-storage-disk_registry-model-ut) diff --git a/cloud/blockstore/libs/storage/disk_registry/model/ut/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry/model/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index c865d0e52b6..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/model/ut/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_executable(blockstore-libs-storage-disk_registry-model-ut) -target_include_directories(blockstore-libs-storage-disk_registry-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/model -) -target_link_libraries(blockstore-libs-storage-disk_registry-model-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - storage-disk_registry-model -) -target_link_options(blockstore-libs-storage-disk_registry-model-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(blockstore-libs-storage-disk_registry-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/model/agent_counters_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/model/agent_list_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/model/device_list_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/model/pending_cleanup_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/model/replica_table_ut.cpp -) -set_property( - TARGET - blockstore-libs-storage-disk_registry-model-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - blockstore-libs-storage-disk_registry-model-ut - TEST_TARGET - blockstore-libs-storage-disk_registry-model-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - blockstore-libs-storage-disk_registry-model-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - blockstore-libs-storage-disk_registry-model-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - blockstore-libs-storage-disk_registry-model-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(blockstore-libs-storage-disk_registry-model-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(blockstore-libs-storage-disk_registry-model-ut) diff --git a/cloud/blockstore/libs/storage/disk_registry/model/ut/CMakeLists.txt b/cloud/blockstore/libs/storage/disk_registry/model/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/model/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/disk_registry/model/ut/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry/model/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 48935d21a78..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/model/ut/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_executable(blockstore-libs-storage-disk_registry-model-ut) -target_include_directories(blockstore-libs-storage-disk_registry-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/model -) -target_link_libraries(blockstore-libs-storage-disk_registry-model-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - storage-disk_registry-model -) -target_sources(blockstore-libs-storage-disk_registry-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/model/agent_counters_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/model/agent_list_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/model/device_list_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/model/pending_cleanup_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/model/replica_table_ut.cpp -) -set_property( - TARGET - blockstore-libs-storage-disk_registry-model-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - blockstore-libs-storage-disk_registry-model-ut - TEST_TARGET - blockstore-libs-storage-disk_registry-model-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - blockstore-libs-storage-disk_registry-model-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - blockstore-libs-storage-disk_registry-model-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - blockstore-libs-storage-disk_registry-model-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(blockstore-libs-storage-disk_registry-model-ut - system_allocator -) -vcs_info(blockstore-libs-storage-disk_registry-model-ut) diff --git a/cloud/blockstore/libs/storage/disk_registry/testlib/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry/testlib/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 4e4faa0505d..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/testlib/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(storage-disk_registry-testlib) -target_link_libraries(storage-disk_registry-testlib PUBLIC - contrib-libs-cxxsupp - yutil - libs-storage-api - libs-storage-core - libs-storage-disk_registry - library-actors-core - cpp-testing-unittest - ydb-core-testlib - core-testlib-basics -) -target_sources(storage-disk_registry-testlib PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/testlib/test_env.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/testlib/test_logbroker.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/testlib/test_state.cpp -) diff --git a/cloud/blockstore/libs/storage/disk_registry/testlib/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/disk_registry/testlib/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 755bf126d9e..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/testlib/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(storage-disk_registry-testlib) -target_link_libraries(storage-disk_registry-testlib PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-storage-api - libs-storage-core - libs-storage-disk_registry - library-actors-core - cpp-testing-unittest - ydb-core-testlib - core-testlib-basics -) -target_sources(storage-disk_registry-testlib PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/testlib/test_env.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/testlib/test_logbroker.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/testlib/test_state.cpp -) diff --git a/cloud/blockstore/libs/storage/disk_registry/testlib/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry/testlib/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 755bf126d9e..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/testlib/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(storage-disk_registry-testlib) -target_link_libraries(storage-disk_registry-testlib PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-storage-api - libs-storage-core - libs-storage-disk_registry - library-actors-core - cpp-testing-unittest - ydb-core-testlib - core-testlib-basics -) -target_sources(storage-disk_registry-testlib PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/testlib/test_env.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/testlib/test_logbroker.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/testlib/test_state.cpp -) diff --git a/cloud/blockstore/libs/storage/disk_registry/testlib/CMakeLists.txt b/cloud/blockstore/libs/storage/disk_registry/testlib/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/testlib/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/disk_registry/testlib/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry/testlib/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 4e4faa0505d..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/testlib/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(storage-disk_registry-testlib) -target_link_libraries(storage-disk_registry-testlib PUBLIC - contrib-libs-cxxsupp - yutil - libs-storage-api - libs-storage-core - libs-storage-disk_registry - library-actors-core - cpp-testing-unittest - ydb-core-testlib - core-testlib-basics -) -target_sources(storage-disk_registry-testlib PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/testlib/test_env.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/testlib/test_logbroker.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/testlib/test_state.cpp -) diff --git a/cloud/blockstore/libs/storage/disk_registry/ut/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 58362b2825f..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut/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_executable(cloud-blockstore-libs-storage-disk_registry-ut) -target_include_directories(cloud-blockstore-libs-storage-disk_registry-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry -) -target_link_libraries(cloud-blockstore-libs-storage-disk_registry-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-disk_registry - cloud-blockstore-config - libs-storage-api - storage-disk_registry-testlib - blockstore-libs-storage-testlib - cpp-testing-unittest - core-testlib-basics -) -target_link_options(cloud-blockstore-libs-storage-disk_registry-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-blockstore-libs-storage-disk_registry-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_database_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_state_ut_checkpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_state_ut_cms.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_state_ut_config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_state_ut_create.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_state_ut_migration.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_state_ut_mirrored_disks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_state_ut_pending_cleanup.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_state_ut_pools.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_state_ut_suspend.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_state_ut_updates.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_state_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-disk_registry-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-disk_registry-ut - TEST_TARGET - cloud-blockstore-libs-storage-disk_registry-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-disk_registry-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-disk_registry-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-disk_registry-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-storage-disk_registry-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-storage-disk_registry-ut) diff --git a/cloud/blockstore/libs/storage/disk_registry/ut/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/disk_registry/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 5f91e49922d..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,94 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-storage-disk_registry-ut) -target_include_directories(cloud-blockstore-libs-storage-disk_registry-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry -) -target_link_libraries(cloud-blockstore-libs-storage-disk_registry-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - libs-storage-disk_registry - cloud-blockstore-config - libs-storage-api - storage-disk_registry-testlib - blockstore-libs-storage-testlib - cpp-testing-unittest - core-testlib-basics -) -target_link_options(cloud-blockstore-libs-storage-disk_registry-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-storage-disk_registry-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_database_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_state_ut_checkpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_state_ut_cms.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_state_ut_config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_state_ut_create.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_state_ut_migration.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_state_ut_mirrored_disks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_state_ut_pending_cleanup.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_state_ut_pools.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_state_ut_suspend.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_state_ut_updates.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_state_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-disk_registry-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-disk_registry-ut - TEST_TARGET - cloud-blockstore-libs-storage-disk_registry-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-disk_registry-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-disk_registry-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-disk_registry-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-storage-disk_registry-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-blockstore-libs-storage-disk_registry-ut) diff --git a/cloud/blockstore/libs/storage/disk_registry/ut/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index f3824192adc..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut/CMakeLists.linux-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_executable(cloud-blockstore-libs-storage-disk_registry-ut) -target_include_directories(cloud-blockstore-libs-storage-disk_registry-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry -) -target_link_libraries(cloud-blockstore-libs-storage-disk_registry-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-disk_registry - cloud-blockstore-config - libs-storage-api - storage-disk_registry-testlib - blockstore-libs-storage-testlib - cpp-testing-unittest - core-testlib-basics -) -target_link_options(cloud-blockstore-libs-storage-disk_registry-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-storage-disk_registry-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_database_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_state_ut_checkpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_state_ut_cms.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_state_ut_config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_state_ut_create.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_state_ut_migration.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_state_ut_mirrored_disks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_state_ut_pending_cleanup.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_state_ut_pools.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_state_ut_suspend.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_state_ut_updates.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_state_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-disk_registry-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-disk_registry-ut - TEST_TARGET - cloud-blockstore-libs-storage-disk_registry-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-disk_registry-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-disk_registry-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-disk_registry-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-storage-disk_registry-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-blockstore-libs-storage-disk_registry-ut) diff --git a/cloud/blockstore/libs/storage/disk_registry/ut/CMakeLists.txt b/cloud/blockstore/libs/storage/disk_registry/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/disk_registry/ut/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 369da863be0..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,84 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-storage-disk_registry-ut) -target_include_directories(cloud-blockstore-libs-storage-disk_registry-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry -) -target_link_libraries(cloud-blockstore-libs-storage-disk_registry-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-disk_registry - cloud-blockstore-config - libs-storage-api - storage-disk_registry-testlib - blockstore-libs-storage-testlib - cpp-testing-unittest - core-testlib-basics -) -target_sources(cloud-blockstore-libs-storage-disk_registry-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_database_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_state_ut_checkpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_state_ut_cms.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_state_ut_config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_state_ut_create.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_state_ut_migration.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_state_ut_mirrored_disks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_state_ut_pending_cleanup.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_state_ut_pools.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_state_ut_suspend.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_state_ut_updates.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_state_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-disk_registry-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-disk_registry-ut - TEST_TARGET - cloud-blockstore-libs-storage-disk_registry-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-disk_registry-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-disk_registry-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-disk_registry-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-storage-disk_registry-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-storage-disk_registry-ut) diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_allocation/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry/ut_allocation/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 82ddc501406..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_allocation/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,80 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(libs-storage-disk_registry-ut_allocation) -target_include_directories(libs-storage-disk_registry-ut_allocation PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry -) -target_link_libraries(libs-storage-disk_registry-ut_allocation PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-disk_registry - cloud-blockstore-config - libs-storage-api - storage-disk_registry-testlib - blockstore-libs-storage-testlib - cpp-testing-unittest - core-testlib-basics -) -target_link_options(libs-storage-disk_registry-ut_allocation PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(libs-storage-disk_registry-ut_allocation PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_ut_allocation.cpp -) -set_property( - TARGET - libs-storage-disk_registry-ut_allocation - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - libs-storage-disk_registry-ut_allocation - TEST_TARGET - libs-storage-disk_registry-ut_allocation - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_allocation - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_allocation - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_allocation - PROPERTY - TIMEOUT - 60 -) -target_allocator(libs-storage-disk_registry-ut_allocation - system_allocator -) -vcs_info(libs-storage-disk_registry-ut_allocation) diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_allocation/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/disk_registry/ut_allocation/CMakeLists.linux-aarch64.txt deleted file mode 100644 index cb686e7f0d1..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_allocation/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_executable(libs-storage-disk_registry-ut_allocation) -target_include_directories(libs-storage-disk_registry-ut_allocation PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry -) -target_link_libraries(libs-storage-disk_registry-ut_allocation PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - libs-storage-disk_registry - cloud-blockstore-config - libs-storage-api - storage-disk_registry-testlib - blockstore-libs-storage-testlib - cpp-testing-unittest - core-testlib-basics -) -target_link_options(libs-storage-disk_registry-ut_allocation PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(libs-storage-disk_registry-ut_allocation PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_ut_allocation.cpp -) -set_property( - TARGET - libs-storage-disk_registry-ut_allocation - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - libs-storage-disk_registry-ut_allocation - TEST_TARGET - libs-storage-disk_registry-ut_allocation - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_allocation - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_allocation - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_allocation - PROPERTY - TIMEOUT - 60 -) -target_allocator(libs-storage-disk_registry-ut_allocation - cpp-malloc-jemalloc -) -vcs_info(libs-storage-disk_registry-ut_allocation) diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_allocation/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry/ut_allocation/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 66fa7bf97ce..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_allocation/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,85 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(libs-storage-disk_registry-ut_allocation) -target_include_directories(libs-storage-disk_registry-ut_allocation PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry -) -target_link_libraries(libs-storage-disk_registry-ut_allocation PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-disk_registry - cloud-blockstore-config - libs-storage-api - storage-disk_registry-testlib - blockstore-libs-storage-testlib - cpp-testing-unittest - core-testlib-basics -) -target_link_options(libs-storage-disk_registry-ut_allocation PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(libs-storage-disk_registry-ut_allocation PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_ut_allocation.cpp -) -set_property( - TARGET - libs-storage-disk_registry-ut_allocation - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - libs-storage-disk_registry-ut_allocation - TEST_TARGET - libs-storage-disk_registry-ut_allocation - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_allocation - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_allocation - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_allocation - PROPERTY - TIMEOUT - 60 -) -target_allocator(libs-storage-disk_registry-ut_allocation - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(libs-storage-disk_registry-ut_allocation) diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_allocation/CMakeLists.txt b/cloud/blockstore/libs/storage/disk_registry/ut_allocation/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_allocation/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_allocation/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry/ut_allocation/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c17b7f64299..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_allocation/CMakeLists.windows-x86_64.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_executable(libs-storage-disk_registry-ut_allocation) -target_include_directories(libs-storage-disk_registry-ut_allocation PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry -) -target_link_libraries(libs-storage-disk_registry-ut_allocation PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-disk_registry - cloud-blockstore-config - libs-storage-api - storage-disk_registry-testlib - blockstore-libs-storage-testlib - cpp-testing-unittest - core-testlib-basics -) -target_sources(libs-storage-disk_registry-ut_allocation PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_ut_allocation.cpp -) -set_property( - TARGET - libs-storage-disk_registry-ut_allocation - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - libs-storage-disk_registry-ut_allocation - TEST_TARGET - libs-storage-disk_registry-ut_allocation - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_allocation - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_allocation - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_allocation - PROPERTY - TIMEOUT - 60 -) -target_allocator(libs-storage-disk_registry-ut_allocation - system_allocator -) -vcs_info(libs-storage-disk_registry-ut_allocation) diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_checkpoint/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry/ut_checkpoint/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6374058940c..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_checkpoint/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,80 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(libs-storage-disk_registry-ut_checkpoint) -target_include_directories(libs-storage-disk_registry-ut_checkpoint PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry -) -target_link_libraries(libs-storage-disk_registry-ut_checkpoint PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-disk_registry - cloud-blockstore-config - libs-storage-api - storage-disk_registry-testlib - blockstore-libs-storage-testlib - cpp-testing-unittest - core-testlib-basics -) -target_link_options(libs-storage-disk_registry-ut_checkpoint PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(libs-storage-disk_registry-ut_checkpoint PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_ut_checkpoint.cpp -) -set_property( - TARGET - libs-storage-disk_registry-ut_checkpoint - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - libs-storage-disk_registry-ut_checkpoint - TEST_TARGET - libs-storage-disk_registry-ut_checkpoint - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_checkpoint - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_checkpoint - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_checkpoint - PROPERTY - TIMEOUT - 60 -) -target_allocator(libs-storage-disk_registry-ut_checkpoint - system_allocator -) -vcs_info(libs-storage-disk_registry-ut_checkpoint) diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_checkpoint/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/disk_registry/ut_checkpoint/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e7a057d9bcf..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_checkpoint/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_executable(libs-storage-disk_registry-ut_checkpoint) -target_include_directories(libs-storage-disk_registry-ut_checkpoint PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry -) -target_link_libraries(libs-storage-disk_registry-ut_checkpoint PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - libs-storage-disk_registry - cloud-blockstore-config - libs-storage-api - storage-disk_registry-testlib - blockstore-libs-storage-testlib - cpp-testing-unittest - core-testlib-basics -) -target_link_options(libs-storage-disk_registry-ut_checkpoint PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(libs-storage-disk_registry-ut_checkpoint PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_ut_checkpoint.cpp -) -set_property( - TARGET - libs-storage-disk_registry-ut_checkpoint - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - libs-storage-disk_registry-ut_checkpoint - TEST_TARGET - libs-storage-disk_registry-ut_checkpoint - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_checkpoint - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_checkpoint - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_checkpoint - PROPERTY - TIMEOUT - 60 -) -target_allocator(libs-storage-disk_registry-ut_checkpoint - cpp-malloc-jemalloc -) -vcs_info(libs-storage-disk_registry-ut_checkpoint) diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_checkpoint/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry/ut_checkpoint/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d7dc8c7d7e1..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_checkpoint/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,85 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(libs-storage-disk_registry-ut_checkpoint) -target_include_directories(libs-storage-disk_registry-ut_checkpoint PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry -) -target_link_libraries(libs-storage-disk_registry-ut_checkpoint PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-disk_registry - cloud-blockstore-config - libs-storage-api - storage-disk_registry-testlib - blockstore-libs-storage-testlib - cpp-testing-unittest - core-testlib-basics -) -target_link_options(libs-storage-disk_registry-ut_checkpoint PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(libs-storage-disk_registry-ut_checkpoint PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_ut_checkpoint.cpp -) -set_property( - TARGET - libs-storage-disk_registry-ut_checkpoint - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - libs-storage-disk_registry-ut_checkpoint - TEST_TARGET - libs-storage-disk_registry-ut_checkpoint - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_checkpoint - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_checkpoint - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_checkpoint - PROPERTY - TIMEOUT - 60 -) -target_allocator(libs-storage-disk_registry-ut_checkpoint - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(libs-storage-disk_registry-ut_checkpoint) diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_checkpoint/CMakeLists.txt b/cloud/blockstore/libs/storage/disk_registry/ut_checkpoint/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_checkpoint/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_checkpoint/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry/ut_checkpoint/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d6c8f7157ea..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_checkpoint/CMakeLists.windows-x86_64.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_executable(libs-storage-disk_registry-ut_checkpoint) -target_include_directories(libs-storage-disk_registry-ut_checkpoint PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry -) -target_link_libraries(libs-storage-disk_registry-ut_checkpoint PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-disk_registry - cloud-blockstore-config - libs-storage-api - storage-disk_registry-testlib - blockstore-libs-storage-testlib - cpp-testing-unittest - core-testlib-basics -) -target_sources(libs-storage-disk_registry-ut_checkpoint PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_ut_checkpoint.cpp -) -set_property( - TARGET - libs-storage-disk_registry-ut_checkpoint - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - libs-storage-disk_registry-ut_checkpoint - TEST_TARGET - libs-storage-disk_registry-ut_checkpoint - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_checkpoint - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_checkpoint - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_checkpoint - PROPERTY - TIMEOUT - 60 -) -target_allocator(libs-storage-disk_registry-ut_checkpoint - system_allocator -) -vcs_info(libs-storage-disk_registry-ut_checkpoint) diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_cms/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry/ut_cms/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 4c733beba4b..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_cms/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,80 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(blockstore-libs-storage-disk_registry-ut_cms) -target_include_directories(blockstore-libs-storage-disk_registry-ut_cms PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry -) -target_link_libraries(blockstore-libs-storage-disk_registry-ut_cms PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-disk_registry - cloud-blockstore-config - libs-storage-api - storage-disk_registry-testlib - blockstore-libs-storage-testlib - cpp-testing-unittest - core-testlib-basics -) -target_link_options(blockstore-libs-storage-disk_registry-ut_cms PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(blockstore-libs-storage-disk_registry-ut_cms PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_ut_cms.cpp -) -set_property( - TARGET - blockstore-libs-storage-disk_registry-ut_cms - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - blockstore-libs-storage-disk_registry-ut_cms - TEST_TARGET - blockstore-libs-storage-disk_registry-ut_cms - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - blockstore-libs-storage-disk_registry-ut_cms - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - blockstore-libs-storage-disk_registry-ut_cms - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - blockstore-libs-storage-disk_registry-ut_cms - PROPERTY - TIMEOUT - 60 -) -target_allocator(blockstore-libs-storage-disk_registry-ut_cms - system_allocator -) -vcs_info(blockstore-libs-storage-disk_registry-ut_cms) diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_cms/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/disk_registry/ut_cms/CMakeLists.linux-aarch64.txt deleted file mode 100644 index f1cf1041034..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_cms/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_executable(blockstore-libs-storage-disk_registry-ut_cms) -target_include_directories(blockstore-libs-storage-disk_registry-ut_cms PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry -) -target_link_libraries(blockstore-libs-storage-disk_registry-ut_cms PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - libs-storage-disk_registry - cloud-blockstore-config - libs-storage-api - storage-disk_registry-testlib - blockstore-libs-storage-testlib - cpp-testing-unittest - core-testlib-basics -) -target_link_options(blockstore-libs-storage-disk_registry-ut_cms PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(blockstore-libs-storage-disk_registry-ut_cms PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_ut_cms.cpp -) -set_property( - TARGET - blockstore-libs-storage-disk_registry-ut_cms - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - blockstore-libs-storage-disk_registry-ut_cms - TEST_TARGET - blockstore-libs-storage-disk_registry-ut_cms - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - blockstore-libs-storage-disk_registry-ut_cms - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - blockstore-libs-storage-disk_registry-ut_cms - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - blockstore-libs-storage-disk_registry-ut_cms - PROPERTY - TIMEOUT - 60 -) -target_allocator(blockstore-libs-storage-disk_registry-ut_cms - cpp-malloc-jemalloc -) -vcs_info(blockstore-libs-storage-disk_registry-ut_cms) diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_cms/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry/ut_cms/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 5a9f3fd940f..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_cms/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,85 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(blockstore-libs-storage-disk_registry-ut_cms) -target_include_directories(blockstore-libs-storage-disk_registry-ut_cms PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry -) -target_link_libraries(blockstore-libs-storage-disk_registry-ut_cms PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-disk_registry - cloud-blockstore-config - libs-storage-api - storage-disk_registry-testlib - blockstore-libs-storage-testlib - cpp-testing-unittest - core-testlib-basics -) -target_link_options(blockstore-libs-storage-disk_registry-ut_cms PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(blockstore-libs-storage-disk_registry-ut_cms PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_ut_cms.cpp -) -set_property( - TARGET - blockstore-libs-storage-disk_registry-ut_cms - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - blockstore-libs-storage-disk_registry-ut_cms - TEST_TARGET - blockstore-libs-storage-disk_registry-ut_cms - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - blockstore-libs-storage-disk_registry-ut_cms - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - blockstore-libs-storage-disk_registry-ut_cms - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - blockstore-libs-storage-disk_registry-ut_cms - PROPERTY - TIMEOUT - 60 -) -target_allocator(blockstore-libs-storage-disk_registry-ut_cms - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(blockstore-libs-storage-disk_registry-ut_cms) diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_cms/CMakeLists.txt b/cloud/blockstore/libs/storage/disk_registry/ut_cms/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_cms/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_cms/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry/ut_cms/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 5e126adb325..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_cms/CMakeLists.windows-x86_64.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_executable(blockstore-libs-storage-disk_registry-ut_cms) -target_include_directories(blockstore-libs-storage-disk_registry-ut_cms PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry -) -target_link_libraries(blockstore-libs-storage-disk_registry-ut_cms PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-disk_registry - cloud-blockstore-config - libs-storage-api - storage-disk_registry-testlib - blockstore-libs-storage-testlib - cpp-testing-unittest - core-testlib-basics -) -target_sources(blockstore-libs-storage-disk_registry-ut_cms PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_ut_cms.cpp -) -set_property( - TARGET - blockstore-libs-storage-disk_registry-ut_cms - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - blockstore-libs-storage-disk_registry-ut_cms - TEST_TARGET - blockstore-libs-storage-disk_registry-ut_cms - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - blockstore-libs-storage-disk_registry-ut_cms - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - blockstore-libs-storage-disk_registry-ut_cms - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - blockstore-libs-storage-disk_registry-ut_cms - PROPERTY - TIMEOUT - 60 -) -target_allocator(blockstore-libs-storage-disk_registry-ut_cms - system_allocator -) -vcs_info(blockstore-libs-storage-disk_registry-ut_cms) diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_config/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry/ut_config/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 33297637109..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_config/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,80 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(libs-storage-disk_registry-ut_config) -target_include_directories(libs-storage-disk_registry-ut_config PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry -) -target_link_libraries(libs-storage-disk_registry-ut_config PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-disk_registry - cloud-blockstore-config - libs-storage-api - storage-disk_registry-testlib - blockstore-libs-storage-testlib - cpp-testing-unittest - core-testlib-basics -) -target_link_options(libs-storage-disk_registry-ut_config PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(libs-storage-disk_registry-ut_config PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_ut_config.cpp -) -set_property( - TARGET - libs-storage-disk_registry-ut_config - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - libs-storage-disk_registry-ut_config - TEST_TARGET - libs-storage-disk_registry-ut_config - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_config - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_config - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_config - PROPERTY - TIMEOUT - 60 -) -target_allocator(libs-storage-disk_registry-ut_config - system_allocator -) -vcs_info(libs-storage-disk_registry-ut_config) diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_config/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/disk_registry/ut_config/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 7f8c5751632..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_config/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_executable(libs-storage-disk_registry-ut_config) -target_include_directories(libs-storage-disk_registry-ut_config PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry -) -target_link_libraries(libs-storage-disk_registry-ut_config PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - libs-storage-disk_registry - cloud-blockstore-config - libs-storage-api - storage-disk_registry-testlib - blockstore-libs-storage-testlib - cpp-testing-unittest - core-testlib-basics -) -target_link_options(libs-storage-disk_registry-ut_config PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(libs-storage-disk_registry-ut_config PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_ut_config.cpp -) -set_property( - TARGET - libs-storage-disk_registry-ut_config - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - libs-storage-disk_registry-ut_config - TEST_TARGET - libs-storage-disk_registry-ut_config - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_config - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_config - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_config - PROPERTY - TIMEOUT - 60 -) -target_allocator(libs-storage-disk_registry-ut_config - cpp-malloc-jemalloc -) -vcs_info(libs-storage-disk_registry-ut_config) diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_config/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry/ut_config/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 03bdc27b9c5..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_config/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,85 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(libs-storage-disk_registry-ut_config) -target_include_directories(libs-storage-disk_registry-ut_config PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry -) -target_link_libraries(libs-storage-disk_registry-ut_config PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-disk_registry - cloud-blockstore-config - libs-storage-api - storage-disk_registry-testlib - blockstore-libs-storage-testlib - cpp-testing-unittest - core-testlib-basics -) -target_link_options(libs-storage-disk_registry-ut_config PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(libs-storage-disk_registry-ut_config PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_ut_config.cpp -) -set_property( - TARGET - libs-storage-disk_registry-ut_config - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - libs-storage-disk_registry-ut_config - TEST_TARGET - libs-storage-disk_registry-ut_config - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_config - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_config - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_config - PROPERTY - TIMEOUT - 60 -) -target_allocator(libs-storage-disk_registry-ut_config - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(libs-storage-disk_registry-ut_config) diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_config/CMakeLists.txt b/cloud/blockstore/libs/storage/disk_registry/ut_config/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_config/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_config/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry/ut_config/CMakeLists.windows-x86_64.txt deleted file mode 100644 index e51284e6af4..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_config/CMakeLists.windows-x86_64.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_executable(libs-storage-disk_registry-ut_config) -target_include_directories(libs-storage-disk_registry-ut_config PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry -) -target_link_libraries(libs-storage-disk_registry-ut_config PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-disk_registry - cloud-blockstore-config - libs-storage-api - storage-disk_registry-testlib - blockstore-libs-storage-testlib - cpp-testing-unittest - core-testlib-basics -) -target_sources(libs-storage-disk_registry-ut_config PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_ut_config.cpp -) -set_property( - TARGET - libs-storage-disk_registry-ut_config - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - libs-storage-disk_registry-ut_config - TEST_TARGET - libs-storage-disk_registry-ut_config - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_config - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_config - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_config - PROPERTY - TIMEOUT - 60 -) -target_allocator(libs-storage-disk_registry-ut_config - system_allocator -) -vcs_info(libs-storage-disk_registry-ut_config) diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_create/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry/ut_create/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 9b340e3735a..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_create/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,80 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(libs-storage-disk_registry-ut_create) -target_include_directories(libs-storage-disk_registry-ut_create PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry -) -target_link_libraries(libs-storage-disk_registry-ut_create PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-disk_registry - cloud-blockstore-config - libs-storage-api - storage-disk_registry-testlib - blockstore-libs-storage-testlib - cpp-testing-unittest - core-testlib-basics -) -target_link_options(libs-storage-disk_registry-ut_create PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(libs-storage-disk_registry-ut_create PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_ut_create.cpp -) -set_property( - TARGET - libs-storage-disk_registry-ut_create - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - libs-storage-disk_registry-ut_create - TEST_TARGET - libs-storage-disk_registry-ut_create - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_create - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_create - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_create - PROPERTY - TIMEOUT - 60 -) -target_allocator(libs-storage-disk_registry-ut_create - system_allocator -) -vcs_info(libs-storage-disk_registry-ut_create) diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_create/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/disk_registry/ut_create/CMakeLists.linux-aarch64.txt deleted file mode 100644 index cd6fb443f3a..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_create/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_executable(libs-storage-disk_registry-ut_create) -target_include_directories(libs-storage-disk_registry-ut_create PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry -) -target_link_libraries(libs-storage-disk_registry-ut_create PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - libs-storage-disk_registry - cloud-blockstore-config - libs-storage-api - storage-disk_registry-testlib - blockstore-libs-storage-testlib - cpp-testing-unittest - core-testlib-basics -) -target_link_options(libs-storage-disk_registry-ut_create PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(libs-storage-disk_registry-ut_create PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_ut_create.cpp -) -set_property( - TARGET - libs-storage-disk_registry-ut_create - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - libs-storage-disk_registry-ut_create - TEST_TARGET - libs-storage-disk_registry-ut_create - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_create - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_create - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_create - PROPERTY - TIMEOUT - 60 -) -target_allocator(libs-storage-disk_registry-ut_create - cpp-malloc-jemalloc -) -vcs_info(libs-storage-disk_registry-ut_create) diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_create/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry/ut_create/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 424462993ea..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_create/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,85 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(libs-storage-disk_registry-ut_create) -target_include_directories(libs-storage-disk_registry-ut_create PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry -) -target_link_libraries(libs-storage-disk_registry-ut_create PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-disk_registry - cloud-blockstore-config - libs-storage-api - storage-disk_registry-testlib - blockstore-libs-storage-testlib - cpp-testing-unittest - core-testlib-basics -) -target_link_options(libs-storage-disk_registry-ut_create PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(libs-storage-disk_registry-ut_create PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_ut_create.cpp -) -set_property( - TARGET - libs-storage-disk_registry-ut_create - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - libs-storage-disk_registry-ut_create - TEST_TARGET - libs-storage-disk_registry-ut_create - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_create - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_create - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_create - PROPERTY - TIMEOUT - 60 -) -target_allocator(libs-storage-disk_registry-ut_create - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(libs-storage-disk_registry-ut_create) diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_create/CMakeLists.txt b/cloud/blockstore/libs/storage/disk_registry/ut_create/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_create/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_create/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry/ut_create/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d27175b31fa..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_create/CMakeLists.windows-x86_64.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_executable(libs-storage-disk_registry-ut_create) -target_include_directories(libs-storage-disk_registry-ut_create PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry -) -target_link_libraries(libs-storage-disk_registry-ut_create PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-disk_registry - cloud-blockstore-config - libs-storage-api - storage-disk_registry-testlib - blockstore-libs-storage-testlib - cpp-testing-unittest - core-testlib-basics -) -target_sources(libs-storage-disk_registry-ut_create PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_ut_create.cpp -) -set_property( - TARGET - libs-storage-disk_registry-ut_create - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - libs-storage-disk_registry-ut_create - TEST_TARGET - libs-storage-disk_registry-ut_create - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_create - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_create - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_create - PROPERTY - TIMEOUT - 60 -) -target_allocator(libs-storage-disk_registry-ut_create - system_allocator -) -vcs_info(libs-storage-disk_registry-ut_create) diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_lifecycle/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry/ut_lifecycle/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 43b9b4e202b..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_lifecycle/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,80 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(libs-storage-disk_registry-ut_lifecycle) -target_include_directories(libs-storage-disk_registry-ut_lifecycle PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry -) -target_link_libraries(libs-storage-disk_registry-ut_lifecycle PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-disk_registry - cloud-blockstore-config - libs-storage-api - storage-disk_registry-testlib - blockstore-libs-storage-testlib - cpp-testing-unittest - core-testlib-basics -) -target_link_options(libs-storage-disk_registry-ut_lifecycle PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(libs-storage-disk_registry-ut_lifecycle PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_ut_lifecycle.cpp -) -set_property( - TARGET - libs-storage-disk_registry-ut_lifecycle - PROPERTY - SPLIT_FACTOR - 10 -) -add_yunittest( - NAME - libs-storage-disk_registry-ut_lifecycle - TEST_TARGET - libs-storage-disk_registry-ut_lifecycle - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_lifecycle - PROPERTY - LABELS - MEDIUM -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_lifecycle - PROPERTY - PROCESSORS - 4 -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_lifecycle - PROPERTY - TIMEOUT - 600 -) -target_allocator(libs-storage-disk_registry-ut_lifecycle - system_allocator -) -vcs_info(libs-storage-disk_registry-ut_lifecycle) diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_lifecycle/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/disk_registry/ut_lifecycle/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 10598217031..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_lifecycle/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_executable(libs-storage-disk_registry-ut_lifecycle) -target_include_directories(libs-storage-disk_registry-ut_lifecycle PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry -) -target_link_libraries(libs-storage-disk_registry-ut_lifecycle PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - libs-storage-disk_registry - cloud-blockstore-config - libs-storage-api - storage-disk_registry-testlib - blockstore-libs-storage-testlib - cpp-testing-unittest - core-testlib-basics -) -target_link_options(libs-storage-disk_registry-ut_lifecycle PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(libs-storage-disk_registry-ut_lifecycle PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_ut_lifecycle.cpp -) -set_property( - TARGET - libs-storage-disk_registry-ut_lifecycle - PROPERTY - SPLIT_FACTOR - 10 -) -add_yunittest( - NAME - libs-storage-disk_registry-ut_lifecycle - TEST_TARGET - libs-storage-disk_registry-ut_lifecycle - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_lifecycle - PROPERTY - LABELS - MEDIUM -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_lifecycle - PROPERTY - PROCESSORS - 4 -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_lifecycle - PROPERTY - TIMEOUT - 600 -) -target_allocator(libs-storage-disk_registry-ut_lifecycle - cpp-malloc-jemalloc -) -vcs_info(libs-storage-disk_registry-ut_lifecycle) diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_lifecycle/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry/ut_lifecycle/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a58b32c1e55..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_lifecycle/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,85 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(libs-storage-disk_registry-ut_lifecycle) -target_include_directories(libs-storage-disk_registry-ut_lifecycle PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry -) -target_link_libraries(libs-storage-disk_registry-ut_lifecycle PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-disk_registry - cloud-blockstore-config - libs-storage-api - storage-disk_registry-testlib - blockstore-libs-storage-testlib - cpp-testing-unittest - core-testlib-basics -) -target_link_options(libs-storage-disk_registry-ut_lifecycle PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(libs-storage-disk_registry-ut_lifecycle PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_ut_lifecycle.cpp -) -set_property( - TARGET - libs-storage-disk_registry-ut_lifecycle - PROPERTY - SPLIT_FACTOR - 10 -) -add_yunittest( - NAME - libs-storage-disk_registry-ut_lifecycle - TEST_TARGET - libs-storage-disk_registry-ut_lifecycle - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_lifecycle - PROPERTY - LABELS - MEDIUM -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_lifecycle - PROPERTY - PROCESSORS - 4 -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_lifecycle - PROPERTY - TIMEOUT - 600 -) -target_allocator(libs-storage-disk_registry-ut_lifecycle - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(libs-storage-disk_registry-ut_lifecycle) diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_lifecycle/CMakeLists.txt b/cloud/blockstore/libs/storage/disk_registry/ut_lifecycle/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_lifecycle/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_lifecycle/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry/ut_lifecycle/CMakeLists.windows-x86_64.txt deleted file mode 100644 index a3ae439f994..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_lifecycle/CMakeLists.windows-x86_64.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_executable(libs-storage-disk_registry-ut_lifecycle) -target_include_directories(libs-storage-disk_registry-ut_lifecycle PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry -) -target_link_libraries(libs-storage-disk_registry-ut_lifecycle PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-disk_registry - cloud-blockstore-config - libs-storage-api - storage-disk_registry-testlib - blockstore-libs-storage-testlib - cpp-testing-unittest - core-testlib-basics -) -target_sources(libs-storage-disk_registry-ut_lifecycle PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_ut_lifecycle.cpp -) -set_property( - TARGET - libs-storage-disk_registry-ut_lifecycle - PROPERTY - SPLIT_FACTOR - 10 -) -add_yunittest( - NAME - libs-storage-disk_registry-ut_lifecycle - TEST_TARGET - libs-storage-disk_registry-ut_lifecycle - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_lifecycle - PROPERTY - LABELS - MEDIUM -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_lifecycle - PROPERTY - PROCESSORS - 4 -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_lifecycle - PROPERTY - TIMEOUT - 600 -) -target_allocator(libs-storage-disk_registry-ut_lifecycle - system_allocator -) -vcs_info(libs-storage-disk_registry-ut_lifecycle) diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_migration/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry/ut_migration/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6faa4257c27..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_migration/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,80 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(libs-storage-disk_registry-ut_migration) -target_include_directories(libs-storage-disk_registry-ut_migration PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry -) -target_link_libraries(libs-storage-disk_registry-ut_migration PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-disk_registry - cloud-blockstore-config - libs-storage-api - storage-disk_registry-testlib - blockstore-libs-storage-testlib - cpp-testing-unittest - core-testlib-basics -) -target_link_options(libs-storage-disk_registry-ut_migration PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(libs-storage-disk_registry-ut_migration PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_ut_migration.cpp -) -set_property( - TARGET - libs-storage-disk_registry-ut_migration - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - libs-storage-disk_registry-ut_migration - TEST_TARGET - libs-storage-disk_registry-ut_migration - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_migration - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_migration - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_migration - PROPERTY - TIMEOUT - 60 -) -target_allocator(libs-storage-disk_registry-ut_migration - system_allocator -) -vcs_info(libs-storage-disk_registry-ut_migration) diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_migration/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/disk_registry/ut_migration/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 64b13f0248b..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_migration/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_executable(libs-storage-disk_registry-ut_migration) -target_include_directories(libs-storage-disk_registry-ut_migration PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry -) -target_link_libraries(libs-storage-disk_registry-ut_migration PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - libs-storage-disk_registry - cloud-blockstore-config - libs-storage-api - storage-disk_registry-testlib - blockstore-libs-storage-testlib - cpp-testing-unittest - core-testlib-basics -) -target_link_options(libs-storage-disk_registry-ut_migration PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(libs-storage-disk_registry-ut_migration PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_ut_migration.cpp -) -set_property( - TARGET - libs-storage-disk_registry-ut_migration - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - libs-storage-disk_registry-ut_migration - TEST_TARGET - libs-storage-disk_registry-ut_migration - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_migration - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_migration - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_migration - PROPERTY - TIMEOUT - 60 -) -target_allocator(libs-storage-disk_registry-ut_migration - cpp-malloc-jemalloc -) -vcs_info(libs-storage-disk_registry-ut_migration) diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_migration/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry/ut_migration/CMakeLists.linux-x86_64.txt deleted file mode 100644 index ab221b19f64..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_migration/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,85 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(libs-storage-disk_registry-ut_migration) -target_include_directories(libs-storage-disk_registry-ut_migration PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry -) -target_link_libraries(libs-storage-disk_registry-ut_migration PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-disk_registry - cloud-blockstore-config - libs-storage-api - storage-disk_registry-testlib - blockstore-libs-storage-testlib - cpp-testing-unittest - core-testlib-basics -) -target_link_options(libs-storage-disk_registry-ut_migration PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(libs-storage-disk_registry-ut_migration PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_ut_migration.cpp -) -set_property( - TARGET - libs-storage-disk_registry-ut_migration - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - libs-storage-disk_registry-ut_migration - TEST_TARGET - libs-storage-disk_registry-ut_migration - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_migration - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_migration - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_migration - PROPERTY - TIMEOUT - 60 -) -target_allocator(libs-storage-disk_registry-ut_migration - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(libs-storage-disk_registry-ut_migration) diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_migration/CMakeLists.txt b/cloud/blockstore/libs/storage/disk_registry/ut_migration/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_migration/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_migration/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry/ut_migration/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d92f429d1d6..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_migration/CMakeLists.windows-x86_64.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_executable(libs-storage-disk_registry-ut_migration) -target_include_directories(libs-storage-disk_registry-ut_migration PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry -) -target_link_libraries(libs-storage-disk_registry-ut_migration PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-disk_registry - cloud-blockstore-config - libs-storage-api - storage-disk_registry-testlib - blockstore-libs-storage-testlib - cpp-testing-unittest - core-testlib-basics -) -target_sources(libs-storage-disk_registry-ut_migration PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_ut_migration.cpp -) -set_property( - TARGET - libs-storage-disk_registry-ut_migration - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - libs-storage-disk_registry-ut_migration - TEST_TARGET - libs-storage-disk_registry-ut_migration - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_migration - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_migration - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_migration - PROPERTY - TIMEOUT - 60 -) -target_allocator(libs-storage-disk_registry-ut_migration - system_allocator -) -vcs_info(libs-storage-disk_registry-ut_migration) diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_mirrored_disk_migration/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry/ut_mirrored_disk_migration/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index f3c4000e769..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_mirrored_disk_migration/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,80 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(ut_mirrored_disk_migration) -target_include_directories(ut_mirrored_disk_migration PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry -) -target_link_libraries(ut_mirrored_disk_migration PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-disk_registry - cloud-blockstore-config - libs-storage-api - storage-disk_registry-testlib - blockstore-libs-storage-testlib - cpp-testing-unittest - core-testlib-basics -) -target_link_options(ut_mirrored_disk_migration PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(ut_mirrored_disk_migration PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_ut_mirrored_disk_migration.cpp -) -set_property( - TARGET - ut_mirrored_disk_migration - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - ut_mirrored_disk_migration - TEST_TARGET - ut_mirrored_disk_migration - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - ut_mirrored_disk_migration - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - ut_mirrored_disk_migration - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - ut_mirrored_disk_migration - PROPERTY - TIMEOUT - 60 -) -target_allocator(ut_mirrored_disk_migration - system_allocator -) -vcs_info(ut_mirrored_disk_migration) diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_mirrored_disk_migration/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/disk_registry/ut_mirrored_disk_migration/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 45c628f0d35..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_mirrored_disk_migration/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_executable(ut_mirrored_disk_migration) -target_include_directories(ut_mirrored_disk_migration PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry -) -target_link_libraries(ut_mirrored_disk_migration PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - libs-storage-disk_registry - cloud-blockstore-config - libs-storage-api - storage-disk_registry-testlib - blockstore-libs-storage-testlib - cpp-testing-unittest - core-testlib-basics -) -target_link_options(ut_mirrored_disk_migration PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(ut_mirrored_disk_migration PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_ut_mirrored_disk_migration.cpp -) -set_property( - TARGET - ut_mirrored_disk_migration - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - ut_mirrored_disk_migration - TEST_TARGET - ut_mirrored_disk_migration - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - ut_mirrored_disk_migration - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - ut_mirrored_disk_migration - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - ut_mirrored_disk_migration - PROPERTY - TIMEOUT - 60 -) -target_allocator(ut_mirrored_disk_migration - cpp-malloc-jemalloc -) -vcs_info(ut_mirrored_disk_migration) diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_mirrored_disk_migration/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry/ut_mirrored_disk_migration/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 63f105040f2..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_mirrored_disk_migration/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,85 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(ut_mirrored_disk_migration) -target_include_directories(ut_mirrored_disk_migration PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry -) -target_link_libraries(ut_mirrored_disk_migration PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-disk_registry - cloud-blockstore-config - libs-storage-api - storage-disk_registry-testlib - blockstore-libs-storage-testlib - cpp-testing-unittest - core-testlib-basics -) -target_link_options(ut_mirrored_disk_migration PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(ut_mirrored_disk_migration PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_ut_mirrored_disk_migration.cpp -) -set_property( - TARGET - ut_mirrored_disk_migration - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - ut_mirrored_disk_migration - TEST_TARGET - ut_mirrored_disk_migration - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - ut_mirrored_disk_migration - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - ut_mirrored_disk_migration - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - ut_mirrored_disk_migration - PROPERTY - TIMEOUT - 60 -) -target_allocator(ut_mirrored_disk_migration - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(ut_mirrored_disk_migration) diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_mirrored_disk_migration/CMakeLists.txt b/cloud/blockstore/libs/storage/disk_registry/ut_mirrored_disk_migration/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_mirrored_disk_migration/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_mirrored_disk_migration/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry/ut_mirrored_disk_migration/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 78b081038dc..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_mirrored_disk_migration/CMakeLists.windows-x86_64.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_executable(ut_mirrored_disk_migration) -target_include_directories(ut_mirrored_disk_migration PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry -) -target_link_libraries(ut_mirrored_disk_migration PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-disk_registry - cloud-blockstore-config - libs-storage-api - storage-disk_registry-testlib - blockstore-libs-storage-testlib - cpp-testing-unittest - core-testlib-basics -) -target_sources(ut_mirrored_disk_migration PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_ut_mirrored_disk_migration.cpp -) -set_property( - TARGET - ut_mirrored_disk_migration - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - ut_mirrored_disk_migration - TEST_TARGET - ut_mirrored_disk_migration - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - ut_mirrored_disk_migration - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - ut_mirrored_disk_migration - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - ut_mirrored_disk_migration - PROPERTY - TIMEOUT - 60 -) -target_allocator(ut_mirrored_disk_migration - system_allocator -) -vcs_info(ut_mirrored_disk_migration) diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_notify/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry/ut_notify/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a95b3f8ab64..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_notify/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,80 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(libs-storage-disk_registry-ut_notify) -target_include_directories(libs-storage-disk_registry-ut_notify PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry -) -target_link_libraries(libs-storage-disk_registry-ut_notify PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-disk_registry - cloud-blockstore-config - libs-storage-api - storage-disk_registry-testlib - blockstore-libs-storage-testlib - cpp-testing-unittest - core-testlib-basics -) -target_link_options(libs-storage-disk_registry-ut_notify PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(libs-storage-disk_registry-ut_notify PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_ut_notify.cpp -) -set_property( - TARGET - libs-storage-disk_registry-ut_notify - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - libs-storage-disk_registry-ut_notify - TEST_TARGET - libs-storage-disk_registry-ut_notify - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_notify - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_notify - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_notify - PROPERTY - TIMEOUT - 60 -) -target_allocator(libs-storage-disk_registry-ut_notify - system_allocator -) -vcs_info(libs-storage-disk_registry-ut_notify) diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_notify/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/disk_registry/ut_notify/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 00759dde5e0..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_notify/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_executable(libs-storage-disk_registry-ut_notify) -target_include_directories(libs-storage-disk_registry-ut_notify PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry -) -target_link_libraries(libs-storage-disk_registry-ut_notify PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - libs-storage-disk_registry - cloud-blockstore-config - libs-storage-api - storage-disk_registry-testlib - blockstore-libs-storage-testlib - cpp-testing-unittest - core-testlib-basics -) -target_link_options(libs-storage-disk_registry-ut_notify PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(libs-storage-disk_registry-ut_notify PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_ut_notify.cpp -) -set_property( - TARGET - libs-storage-disk_registry-ut_notify - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - libs-storage-disk_registry-ut_notify - TEST_TARGET - libs-storage-disk_registry-ut_notify - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_notify - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_notify - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_notify - PROPERTY - TIMEOUT - 60 -) -target_allocator(libs-storage-disk_registry-ut_notify - cpp-malloc-jemalloc -) -vcs_info(libs-storage-disk_registry-ut_notify) diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_notify/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry/ut_notify/CMakeLists.linux-x86_64.txt deleted file mode 100644 index f0f195896d3..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_notify/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,85 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(libs-storage-disk_registry-ut_notify) -target_include_directories(libs-storage-disk_registry-ut_notify PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry -) -target_link_libraries(libs-storage-disk_registry-ut_notify PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-disk_registry - cloud-blockstore-config - libs-storage-api - storage-disk_registry-testlib - blockstore-libs-storage-testlib - cpp-testing-unittest - core-testlib-basics -) -target_link_options(libs-storage-disk_registry-ut_notify PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(libs-storage-disk_registry-ut_notify PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_ut_notify.cpp -) -set_property( - TARGET - libs-storage-disk_registry-ut_notify - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - libs-storage-disk_registry-ut_notify - TEST_TARGET - libs-storage-disk_registry-ut_notify - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_notify - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_notify - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_notify - PROPERTY - TIMEOUT - 60 -) -target_allocator(libs-storage-disk_registry-ut_notify - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(libs-storage-disk_registry-ut_notify) diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_notify/CMakeLists.txt b/cloud/blockstore/libs/storage/disk_registry/ut_notify/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_notify/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_notify/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry/ut_notify/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 1f7a0973e24..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_notify/CMakeLists.windows-x86_64.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_executable(libs-storage-disk_registry-ut_notify) -target_include_directories(libs-storage-disk_registry-ut_notify PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry -) -target_link_libraries(libs-storage-disk_registry-ut_notify PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-disk_registry - cloud-blockstore-config - libs-storage-api - storage-disk_registry-testlib - blockstore-libs-storage-testlib - cpp-testing-unittest - core-testlib-basics -) -target_sources(libs-storage-disk_registry-ut_notify PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_ut_notify.cpp -) -set_property( - TARGET - libs-storage-disk_registry-ut_notify - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - libs-storage-disk_registry-ut_notify - TEST_TARGET - libs-storage-disk_registry-ut_notify - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_notify - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_notify - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_notify - PROPERTY - TIMEOUT - 60 -) -target_allocator(libs-storage-disk_registry-ut_notify - system_allocator -) -vcs_info(libs-storage-disk_registry-ut_notify) diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_pools/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry/ut_pools/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index f5f0d6670fa..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_pools/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,80 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(blockstore-libs-storage-disk_registry-ut_pools) -target_include_directories(blockstore-libs-storage-disk_registry-ut_pools PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry -) -target_link_libraries(blockstore-libs-storage-disk_registry-ut_pools PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-disk_registry - cloud-blockstore-config - libs-storage-api - storage-disk_registry-testlib - blockstore-libs-storage-testlib - cpp-testing-unittest - core-testlib-basics -) -target_link_options(blockstore-libs-storage-disk_registry-ut_pools PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(blockstore-libs-storage-disk_registry-ut_pools PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_ut_pools.cpp -) -set_property( - TARGET - blockstore-libs-storage-disk_registry-ut_pools - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - blockstore-libs-storage-disk_registry-ut_pools - TEST_TARGET - blockstore-libs-storage-disk_registry-ut_pools - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - blockstore-libs-storage-disk_registry-ut_pools - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - blockstore-libs-storage-disk_registry-ut_pools - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - blockstore-libs-storage-disk_registry-ut_pools - PROPERTY - TIMEOUT - 60 -) -target_allocator(blockstore-libs-storage-disk_registry-ut_pools - system_allocator -) -vcs_info(blockstore-libs-storage-disk_registry-ut_pools) diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_pools/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/disk_registry/ut_pools/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 854613b44a7..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_pools/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_executable(blockstore-libs-storage-disk_registry-ut_pools) -target_include_directories(blockstore-libs-storage-disk_registry-ut_pools PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry -) -target_link_libraries(blockstore-libs-storage-disk_registry-ut_pools PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - libs-storage-disk_registry - cloud-blockstore-config - libs-storage-api - storage-disk_registry-testlib - blockstore-libs-storage-testlib - cpp-testing-unittest - core-testlib-basics -) -target_link_options(blockstore-libs-storage-disk_registry-ut_pools PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(blockstore-libs-storage-disk_registry-ut_pools PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_ut_pools.cpp -) -set_property( - TARGET - blockstore-libs-storage-disk_registry-ut_pools - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - blockstore-libs-storage-disk_registry-ut_pools - TEST_TARGET - blockstore-libs-storage-disk_registry-ut_pools - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - blockstore-libs-storage-disk_registry-ut_pools - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - blockstore-libs-storage-disk_registry-ut_pools - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - blockstore-libs-storage-disk_registry-ut_pools - PROPERTY - TIMEOUT - 60 -) -target_allocator(blockstore-libs-storage-disk_registry-ut_pools - cpp-malloc-jemalloc -) -vcs_info(blockstore-libs-storage-disk_registry-ut_pools) diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_pools/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry/ut_pools/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 9dc512c964f..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_pools/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,85 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(blockstore-libs-storage-disk_registry-ut_pools) -target_include_directories(blockstore-libs-storage-disk_registry-ut_pools PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry -) -target_link_libraries(blockstore-libs-storage-disk_registry-ut_pools PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-disk_registry - cloud-blockstore-config - libs-storage-api - storage-disk_registry-testlib - blockstore-libs-storage-testlib - cpp-testing-unittest - core-testlib-basics -) -target_link_options(blockstore-libs-storage-disk_registry-ut_pools PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(blockstore-libs-storage-disk_registry-ut_pools PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_ut_pools.cpp -) -set_property( - TARGET - blockstore-libs-storage-disk_registry-ut_pools - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - blockstore-libs-storage-disk_registry-ut_pools - TEST_TARGET - blockstore-libs-storage-disk_registry-ut_pools - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - blockstore-libs-storage-disk_registry-ut_pools - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - blockstore-libs-storage-disk_registry-ut_pools - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - blockstore-libs-storage-disk_registry-ut_pools - PROPERTY - TIMEOUT - 60 -) -target_allocator(blockstore-libs-storage-disk_registry-ut_pools - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(blockstore-libs-storage-disk_registry-ut_pools) diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_pools/CMakeLists.txt b/cloud/blockstore/libs/storage/disk_registry/ut_pools/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_pools/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_pools/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry/ut_pools/CMakeLists.windows-x86_64.txt deleted file mode 100644 index be24e3e6e49..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_pools/CMakeLists.windows-x86_64.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_executable(blockstore-libs-storage-disk_registry-ut_pools) -target_include_directories(blockstore-libs-storage-disk_registry-ut_pools PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry -) -target_link_libraries(blockstore-libs-storage-disk_registry-ut_pools PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-disk_registry - cloud-blockstore-config - libs-storage-api - storage-disk_registry-testlib - blockstore-libs-storage-testlib - cpp-testing-unittest - core-testlib-basics -) -target_sources(blockstore-libs-storage-disk_registry-ut_pools PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_ut_pools.cpp -) -set_property( - TARGET - blockstore-libs-storage-disk_registry-ut_pools - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - blockstore-libs-storage-disk_registry-ut_pools - TEST_TARGET - blockstore-libs-storage-disk_registry-ut_pools - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - blockstore-libs-storage-disk_registry-ut_pools - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - blockstore-libs-storage-disk_registry-ut_pools - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - blockstore-libs-storage-disk_registry-ut_pools - PROPERTY - TIMEOUT - 60 -) -target_allocator(blockstore-libs-storage-disk_registry-ut_pools - system_allocator -) -vcs_info(blockstore-libs-storage-disk_registry-ut_pools) diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_restore/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry/ut_restore/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index ad3697e7d69..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_restore/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,80 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(libs-storage-disk_registry-ut_restore) -target_include_directories(libs-storage-disk_registry-ut_restore PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry -) -target_link_libraries(libs-storage-disk_registry-ut_restore PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-disk_registry - cloud-blockstore-config - libs-storage-api - storage-disk_registry-testlib - blockstore-libs-storage-testlib - cpp-testing-unittest - core-testlib-basics -) -target_link_options(libs-storage-disk_registry-ut_restore PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(libs-storage-disk_registry-ut_restore PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_ut_restore.cpp -) -set_property( - TARGET - libs-storage-disk_registry-ut_restore - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - libs-storage-disk_registry-ut_restore - TEST_TARGET - libs-storage-disk_registry-ut_restore - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_restore - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_restore - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_restore - PROPERTY - TIMEOUT - 60 -) -target_allocator(libs-storage-disk_registry-ut_restore - system_allocator -) -vcs_info(libs-storage-disk_registry-ut_restore) diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_restore/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/disk_registry/ut_restore/CMakeLists.linux-aarch64.txt deleted file mode 100644 index f2b7b67da80..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_restore/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_executable(libs-storage-disk_registry-ut_restore) -target_include_directories(libs-storage-disk_registry-ut_restore PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry -) -target_link_libraries(libs-storage-disk_registry-ut_restore PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - libs-storage-disk_registry - cloud-blockstore-config - libs-storage-api - storage-disk_registry-testlib - blockstore-libs-storage-testlib - cpp-testing-unittest - core-testlib-basics -) -target_link_options(libs-storage-disk_registry-ut_restore PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(libs-storage-disk_registry-ut_restore PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_ut_restore.cpp -) -set_property( - TARGET - libs-storage-disk_registry-ut_restore - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - libs-storage-disk_registry-ut_restore - TEST_TARGET - libs-storage-disk_registry-ut_restore - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_restore - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_restore - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_restore - PROPERTY - TIMEOUT - 60 -) -target_allocator(libs-storage-disk_registry-ut_restore - cpp-malloc-jemalloc -) -vcs_info(libs-storage-disk_registry-ut_restore) diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_restore/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry/ut_restore/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 6035f6ec31f..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_restore/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,85 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(libs-storage-disk_registry-ut_restore) -target_include_directories(libs-storage-disk_registry-ut_restore PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry -) -target_link_libraries(libs-storage-disk_registry-ut_restore PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-disk_registry - cloud-blockstore-config - libs-storage-api - storage-disk_registry-testlib - blockstore-libs-storage-testlib - cpp-testing-unittest - core-testlib-basics -) -target_link_options(libs-storage-disk_registry-ut_restore PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(libs-storage-disk_registry-ut_restore PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_ut_restore.cpp -) -set_property( - TARGET - libs-storage-disk_registry-ut_restore - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - libs-storage-disk_registry-ut_restore - TEST_TARGET - libs-storage-disk_registry-ut_restore - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_restore - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_restore - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_restore - PROPERTY - TIMEOUT - 60 -) -target_allocator(libs-storage-disk_registry-ut_restore - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(libs-storage-disk_registry-ut_restore) diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_restore/CMakeLists.txt b/cloud/blockstore/libs/storage/disk_registry/ut_restore/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_restore/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_restore/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry/ut_restore/CMakeLists.windows-x86_64.txt deleted file mode 100644 index b031fbade93..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_restore/CMakeLists.windows-x86_64.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_executable(libs-storage-disk_registry-ut_restore) -target_include_directories(libs-storage-disk_registry-ut_restore PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry -) -target_link_libraries(libs-storage-disk_registry-ut_restore PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-disk_registry - cloud-blockstore-config - libs-storage-api - storage-disk_registry-testlib - blockstore-libs-storage-testlib - cpp-testing-unittest - core-testlib-basics -) -target_sources(libs-storage-disk_registry-ut_restore PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_ut_restore.cpp -) -set_property( - TARGET - libs-storage-disk_registry-ut_restore - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - libs-storage-disk_registry-ut_restore - TEST_TARGET - libs-storage-disk_registry-ut_restore - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_restore - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_restore - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_restore - PROPERTY - TIMEOUT - 60 -) -target_allocator(libs-storage-disk_registry-ut_restore - system_allocator -) -vcs_info(libs-storage-disk_registry-ut_restore) diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_session/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry/ut_session/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 43082c6c094..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_session/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,80 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(libs-storage-disk_registry-ut_session) -target_include_directories(libs-storage-disk_registry-ut_session PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry -) -target_link_libraries(libs-storage-disk_registry-ut_session PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-disk_registry - cloud-blockstore-config - libs-storage-api - storage-disk_registry-testlib - blockstore-libs-storage-testlib - cpp-testing-unittest - core-testlib-basics -) -target_link_options(libs-storage-disk_registry-ut_session PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(libs-storage-disk_registry-ut_session PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_ut_session.cpp -) -set_property( - TARGET - libs-storage-disk_registry-ut_session - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - libs-storage-disk_registry-ut_session - TEST_TARGET - libs-storage-disk_registry-ut_session - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_session - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_session - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_session - PROPERTY - TIMEOUT - 60 -) -target_allocator(libs-storage-disk_registry-ut_session - system_allocator -) -vcs_info(libs-storage-disk_registry-ut_session) diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_session/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/disk_registry/ut_session/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 35ff8a70225..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_session/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_executable(libs-storage-disk_registry-ut_session) -target_include_directories(libs-storage-disk_registry-ut_session PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry -) -target_link_libraries(libs-storage-disk_registry-ut_session PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - libs-storage-disk_registry - cloud-blockstore-config - libs-storage-api - storage-disk_registry-testlib - blockstore-libs-storage-testlib - cpp-testing-unittest - core-testlib-basics -) -target_link_options(libs-storage-disk_registry-ut_session PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(libs-storage-disk_registry-ut_session PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_ut_session.cpp -) -set_property( - TARGET - libs-storage-disk_registry-ut_session - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - libs-storage-disk_registry-ut_session - TEST_TARGET - libs-storage-disk_registry-ut_session - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_session - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_session - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_session - PROPERTY - TIMEOUT - 60 -) -target_allocator(libs-storage-disk_registry-ut_session - cpp-malloc-jemalloc -) -vcs_info(libs-storage-disk_registry-ut_session) diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_session/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry/ut_session/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 1588dc29105..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_session/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,85 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(libs-storage-disk_registry-ut_session) -target_include_directories(libs-storage-disk_registry-ut_session PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry -) -target_link_libraries(libs-storage-disk_registry-ut_session PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-disk_registry - cloud-blockstore-config - libs-storage-api - storage-disk_registry-testlib - blockstore-libs-storage-testlib - cpp-testing-unittest - core-testlib-basics -) -target_link_options(libs-storage-disk_registry-ut_session PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(libs-storage-disk_registry-ut_session PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_ut_session.cpp -) -set_property( - TARGET - libs-storage-disk_registry-ut_session - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - libs-storage-disk_registry-ut_session - TEST_TARGET - libs-storage-disk_registry-ut_session - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_session - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_session - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_session - PROPERTY - TIMEOUT - 60 -) -target_allocator(libs-storage-disk_registry-ut_session - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(libs-storage-disk_registry-ut_session) diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_session/CMakeLists.txt b/cloud/blockstore/libs/storage/disk_registry/ut_session/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_session/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_session/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry/ut_session/CMakeLists.windows-x86_64.txt deleted file mode 100644 index a231aa15b49..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_session/CMakeLists.windows-x86_64.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_executable(libs-storage-disk_registry-ut_session) -target_include_directories(libs-storage-disk_registry-ut_session PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry -) -target_link_libraries(libs-storage-disk_registry-ut_session PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-disk_registry - cloud-blockstore-config - libs-storage-api - storage-disk_registry-testlib - blockstore-libs-storage-testlib - cpp-testing-unittest - core-testlib-basics -) -target_sources(libs-storage-disk_registry-ut_session PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_ut_session.cpp -) -set_property( - TARGET - libs-storage-disk_registry-ut_session - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - libs-storage-disk_registry-ut_session - TEST_TARGET - libs-storage-disk_registry-ut_session - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_session - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_session - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_session - PROPERTY - TIMEOUT - 60 -) -target_allocator(libs-storage-disk_registry-ut_session - system_allocator -) -vcs_info(libs-storage-disk_registry-ut_session) diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_suspend/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry/ut_suspend/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6341d2e702c..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_suspend/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,80 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(libs-storage-disk_registry-ut_suspend) -target_include_directories(libs-storage-disk_registry-ut_suspend PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry -) -target_link_libraries(libs-storage-disk_registry-ut_suspend PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-disk_registry - cloud-blockstore-config - libs-storage-api - storage-disk_registry-testlib - blockstore-libs-storage-testlib - cpp-testing-unittest - core-testlib-basics -) -target_link_options(libs-storage-disk_registry-ut_suspend PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(libs-storage-disk_registry-ut_suspend PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_ut_suspend.cpp -) -set_property( - TARGET - libs-storage-disk_registry-ut_suspend - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - libs-storage-disk_registry-ut_suspend - TEST_TARGET - libs-storage-disk_registry-ut_suspend - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_suspend - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_suspend - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_suspend - PROPERTY - TIMEOUT - 60 -) -target_allocator(libs-storage-disk_registry-ut_suspend - system_allocator -) -vcs_info(libs-storage-disk_registry-ut_suspend) diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_suspend/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/disk_registry/ut_suspend/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 77af3b4f280..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_suspend/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_executable(libs-storage-disk_registry-ut_suspend) -target_include_directories(libs-storage-disk_registry-ut_suspend PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry -) -target_link_libraries(libs-storage-disk_registry-ut_suspend PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - libs-storage-disk_registry - cloud-blockstore-config - libs-storage-api - storage-disk_registry-testlib - blockstore-libs-storage-testlib - cpp-testing-unittest - core-testlib-basics -) -target_link_options(libs-storage-disk_registry-ut_suspend PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(libs-storage-disk_registry-ut_suspend PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_ut_suspend.cpp -) -set_property( - TARGET - libs-storage-disk_registry-ut_suspend - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - libs-storage-disk_registry-ut_suspend - TEST_TARGET - libs-storage-disk_registry-ut_suspend - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_suspend - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_suspend - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_suspend - PROPERTY - TIMEOUT - 60 -) -target_allocator(libs-storage-disk_registry-ut_suspend - cpp-malloc-jemalloc -) -vcs_info(libs-storage-disk_registry-ut_suspend) diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_suspend/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry/ut_suspend/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e814a0185df..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_suspend/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,85 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(libs-storage-disk_registry-ut_suspend) -target_include_directories(libs-storage-disk_registry-ut_suspend PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry -) -target_link_libraries(libs-storage-disk_registry-ut_suspend PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-disk_registry - cloud-blockstore-config - libs-storage-api - storage-disk_registry-testlib - blockstore-libs-storage-testlib - cpp-testing-unittest - core-testlib-basics -) -target_link_options(libs-storage-disk_registry-ut_suspend PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(libs-storage-disk_registry-ut_suspend PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_ut_suspend.cpp -) -set_property( - TARGET - libs-storage-disk_registry-ut_suspend - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - libs-storage-disk_registry-ut_suspend - TEST_TARGET - libs-storage-disk_registry-ut_suspend - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_suspend - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_suspend - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_suspend - PROPERTY - TIMEOUT - 60 -) -target_allocator(libs-storage-disk_registry-ut_suspend - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(libs-storage-disk_registry-ut_suspend) diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_suspend/CMakeLists.txt b/cloud/blockstore/libs/storage/disk_registry/ut_suspend/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_suspend/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_suspend/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry/ut_suspend/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 19756eeb576..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_suspend/CMakeLists.windows-x86_64.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_executable(libs-storage-disk_registry-ut_suspend) -target_include_directories(libs-storage-disk_registry-ut_suspend PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry -) -target_link_libraries(libs-storage-disk_registry-ut_suspend PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-disk_registry - cloud-blockstore-config - libs-storage-api - storage-disk_registry-testlib - blockstore-libs-storage-testlib - cpp-testing-unittest - core-testlib-basics -) -target_sources(libs-storage-disk_registry-ut_suspend PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_ut_suspend.cpp -) -set_property( - TARGET - libs-storage-disk_registry-ut_suspend - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - libs-storage-disk_registry-ut_suspend - TEST_TARGET - libs-storage-disk_registry-ut_suspend - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_suspend - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_suspend - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - libs-storage-disk_registry-ut_suspend - PROPERTY - TIMEOUT - 60 -) -target_allocator(libs-storage-disk_registry-ut_suspend - system_allocator -) -vcs_info(libs-storage-disk_registry-ut_suspend) diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_wait_device/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry/ut_wait_device/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 88e68e29471..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_wait_device/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,80 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(storage-disk_registry-ut_wait_device) -target_include_directories(storage-disk_registry-ut_wait_device PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry -) -target_link_libraries(storage-disk_registry-ut_wait_device PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-disk_registry - cloud-blockstore-config - libs-storage-api - storage-disk_registry-testlib - blockstore-libs-storage-testlib - cpp-testing-unittest - core-testlib-basics -) -target_link_options(storage-disk_registry-ut_wait_device PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(storage-disk_registry-ut_wait_device PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_ut_wait_device.cpp -) -set_property( - TARGET - storage-disk_registry-ut_wait_device - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - storage-disk_registry-ut_wait_device - TEST_TARGET - storage-disk_registry-ut_wait_device - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - storage-disk_registry-ut_wait_device - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - storage-disk_registry-ut_wait_device - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - storage-disk_registry-ut_wait_device - PROPERTY - TIMEOUT - 60 -) -target_allocator(storage-disk_registry-ut_wait_device - system_allocator -) -vcs_info(storage-disk_registry-ut_wait_device) diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_wait_device/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/disk_registry/ut_wait_device/CMakeLists.linux-aarch64.txt deleted file mode 100644 index ee5b6605e9e..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_wait_device/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_executable(storage-disk_registry-ut_wait_device) -target_include_directories(storage-disk_registry-ut_wait_device PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry -) -target_link_libraries(storage-disk_registry-ut_wait_device PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - libs-storage-disk_registry - cloud-blockstore-config - libs-storage-api - storage-disk_registry-testlib - blockstore-libs-storage-testlib - cpp-testing-unittest - core-testlib-basics -) -target_link_options(storage-disk_registry-ut_wait_device PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(storage-disk_registry-ut_wait_device PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_ut_wait_device.cpp -) -set_property( - TARGET - storage-disk_registry-ut_wait_device - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - storage-disk_registry-ut_wait_device - TEST_TARGET - storage-disk_registry-ut_wait_device - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - storage-disk_registry-ut_wait_device - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - storage-disk_registry-ut_wait_device - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - storage-disk_registry-ut_wait_device - PROPERTY - TIMEOUT - 60 -) -target_allocator(storage-disk_registry-ut_wait_device - cpp-malloc-jemalloc -) -vcs_info(storage-disk_registry-ut_wait_device) diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_wait_device/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry/ut_wait_device/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 8dc23269995..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_wait_device/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,85 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(storage-disk_registry-ut_wait_device) -target_include_directories(storage-disk_registry-ut_wait_device PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry -) -target_link_libraries(storage-disk_registry-ut_wait_device PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-disk_registry - cloud-blockstore-config - libs-storage-api - storage-disk_registry-testlib - blockstore-libs-storage-testlib - cpp-testing-unittest - core-testlib-basics -) -target_link_options(storage-disk_registry-ut_wait_device PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(storage-disk_registry-ut_wait_device PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_ut_wait_device.cpp -) -set_property( - TARGET - storage-disk_registry-ut_wait_device - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - storage-disk_registry-ut_wait_device - TEST_TARGET - storage-disk_registry-ut_wait_device - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - storage-disk_registry-ut_wait_device - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - storage-disk_registry-ut_wait_device - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - storage-disk_registry-ut_wait_device - PROPERTY - TIMEOUT - 60 -) -target_allocator(storage-disk_registry-ut_wait_device - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(storage-disk_registry-ut_wait_device) diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_wait_device/CMakeLists.txt b/cloud/blockstore/libs/storage/disk_registry/ut_wait_device/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_wait_device/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/disk_registry/ut_wait_device/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry/ut_wait_device/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 8ce653dc300..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry/ut_wait_device/CMakeLists.windows-x86_64.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_executable(storage-disk_registry-ut_wait_device) -target_include_directories(storage-disk_registry-ut_wait_device PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry -) -target_link_libraries(storage-disk_registry-ut_wait_device PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-disk_registry - cloud-blockstore-config - libs-storage-api - storage-disk_registry-testlib - blockstore-libs-storage-testlib - cpp-testing-unittest - core-testlib-basics -) -target_sources(storage-disk_registry-ut_wait_device PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry/disk_registry_ut_wait_device.cpp -) -set_property( - TARGET - storage-disk_registry-ut_wait_device - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - storage-disk_registry-ut_wait_device - TEST_TARGET - storage-disk_registry-ut_wait_device - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - storage-disk_registry-ut_wait_device - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - storage-disk_registry-ut_wait_device - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - storage-disk_registry-ut_wait_device - PROPERTY - TIMEOUT - 60 -) -target_allocator(storage-disk_registry-ut_wait_device - system_allocator -) -vcs_info(storage-disk_registry-ut_wait_device) diff --git a/cloud/blockstore/libs/storage/disk_registry_proxy/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry_proxy/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index fe13d355786..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry_proxy/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_subdirectory(model) -add_subdirectory(ut) - -add_library(libs-storage-disk_registry_proxy) -target_link_libraries(libs-storage-disk_registry_proxy PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-kikimr - libs-storage-api - libs-storage-core - storage-disk_registry_proxy-model - core-libs-api - library-actors-core - ydb-core-base - ydb-core-mon - ydb-core-tablet - ydb-core-tablet_flat - ydb-core-testlib - core-testlib-basics -) -target_sources(libs-storage-disk_registry_proxy PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry_proxy/disk_registry_proxy.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry_proxy/disk_registry_proxy_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry_proxy/disk_registry_proxy_actor_create.cpp -) diff --git a/cloud/blockstore/libs/storage/disk_registry_proxy/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/disk_registry_proxy/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 457648768f2..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry_proxy/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_subdirectory(model) -add_subdirectory(ut) - -add_library(libs-storage-disk_registry_proxy) -target_link_libraries(libs-storage-disk_registry_proxy PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-kikimr - libs-storage-api - libs-storage-core - storage-disk_registry_proxy-model - core-libs-api - library-actors-core - ydb-core-base - ydb-core-mon - ydb-core-tablet - ydb-core-tablet_flat - ydb-core-testlib - core-testlib-basics -) -target_sources(libs-storage-disk_registry_proxy PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry_proxy/disk_registry_proxy.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry_proxy/disk_registry_proxy_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry_proxy/disk_registry_proxy_actor_create.cpp -) diff --git a/cloud/blockstore/libs/storage/disk_registry_proxy/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry_proxy/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 457648768f2..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry_proxy/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_subdirectory(model) -add_subdirectory(ut) - -add_library(libs-storage-disk_registry_proxy) -target_link_libraries(libs-storage-disk_registry_proxy PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-kikimr - libs-storage-api - libs-storage-core - storage-disk_registry_proxy-model - core-libs-api - library-actors-core - ydb-core-base - ydb-core-mon - ydb-core-tablet - ydb-core-tablet_flat - ydb-core-testlib - core-testlib-basics -) -target_sources(libs-storage-disk_registry_proxy PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry_proxy/disk_registry_proxy.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry_proxy/disk_registry_proxy_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry_proxy/disk_registry_proxy_actor_create.cpp -) diff --git a/cloud/blockstore/libs/storage/disk_registry_proxy/CMakeLists.txt b/cloud/blockstore/libs/storage/disk_registry_proxy/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry_proxy/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/disk_registry_proxy/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry_proxy/CMakeLists.windows-x86_64.txt deleted file mode 100644 index fe13d355786..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry_proxy/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_subdirectory(model) -add_subdirectory(ut) - -add_library(libs-storage-disk_registry_proxy) -target_link_libraries(libs-storage-disk_registry_proxy PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-kikimr - libs-storage-api - libs-storage-core - storage-disk_registry_proxy-model - core-libs-api - library-actors-core - ydb-core-base - ydb-core-mon - ydb-core-tablet - ydb-core-tablet_flat - ydb-core-testlib - core-testlib-basics -) -target_sources(libs-storage-disk_registry_proxy PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry_proxy/disk_registry_proxy.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry_proxy/disk_registry_proxy_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry_proxy/disk_registry_proxy_actor_create.cpp -) diff --git a/cloud/blockstore/libs/storage/disk_registry_proxy/model/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry_proxy/model/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 4088a4a80dd..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry_proxy/model/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(storage-disk_registry_proxy-model) -target_link_libraries(storage-disk_registry_proxy-model PUBLIC - contrib-libs-cxxsupp - yutil - cloud-blockstore-config - monlib-service-pages -) -target_sources(storage-disk_registry_proxy-model PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry_proxy/model/config.cpp -) diff --git a/cloud/blockstore/libs/storage/disk_registry_proxy/model/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/disk_registry_proxy/model/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b096bd15739..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry_proxy/model/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(storage-disk_registry_proxy-model) -target_link_libraries(storage-disk_registry_proxy-model PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cloud-blockstore-config - monlib-service-pages -) -target_sources(storage-disk_registry_proxy-model PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry_proxy/model/config.cpp -) diff --git a/cloud/blockstore/libs/storage/disk_registry_proxy/model/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry_proxy/model/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b096bd15739..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry_proxy/model/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(storage-disk_registry_proxy-model) -target_link_libraries(storage-disk_registry_proxy-model PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cloud-blockstore-config - monlib-service-pages -) -target_sources(storage-disk_registry_proxy-model PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry_proxy/model/config.cpp -) diff --git a/cloud/blockstore/libs/storage/disk_registry_proxy/model/CMakeLists.txt b/cloud/blockstore/libs/storage/disk_registry_proxy/model/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry_proxy/model/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/disk_registry_proxy/model/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry_proxy/model/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 4088a4a80dd..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry_proxy/model/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(storage-disk_registry_proxy-model) -target_link_libraries(storage-disk_registry_proxy-model PUBLIC - contrib-libs-cxxsupp - yutil - cloud-blockstore-config - monlib-service-pages -) -target_sources(storage-disk_registry_proxy-model PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry_proxy/model/config.cpp -) diff --git a/cloud/blockstore/libs/storage/disk_registry_proxy/ut/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry_proxy/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index fe4b01e063e..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry_proxy/ut/CMakeLists.darwin-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_executable(blockstore-libs-storage-disk_registry_proxy-ut) -target_compile_options(blockstore-libs-storage-disk_registry_proxy-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(blockstore-libs-storage-disk_registry_proxy-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry_proxy -) -target_link_libraries(blockstore-libs-storage-disk_registry_proxy-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-disk_registry_proxy - blockstore-libs-storage-testlib -) -target_link_options(blockstore-libs-storage-disk_registry_proxy-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(blockstore-libs-storage-disk_registry_proxy-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry_proxy/disk_registry_proxy_ut.cpp -) -set_property( - TARGET - blockstore-libs-storage-disk_registry_proxy-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - blockstore-libs-storage-disk_registry_proxy-ut - TEST_TARGET - blockstore-libs-storage-disk_registry_proxy-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - blockstore-libs-storage-disk_registry_proxy-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - blockstore-libs-storage-disk_registry_proxy-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - blockstore-libs-storage-disk_registry_proxy-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(blockstore-libs-storage-disk_registry_proxy-ut - system_allocator -) -vcs_info(blockstore-libs-storage-disk_registry_proxy-ut) diff --git a/cloud/blockstore/libs/storage/disk_registry_proxy/ut/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/disk_registry_proxy/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index fa59fc60b8a..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry_proxy/ut/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_executable(blockstore-libs-storage-disk_registry_proxy-ut) -target_compile_options(blockstore-libs-storage-disk_registry_proxy-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(blockstore-libs-storage-disk_registry_proxy-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry_proxy -) -target_link_libraries(blockstore-libs-storage-disk_registry_proxy-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - libs-storage-disk_registry_proxy - blockstore-libs-storage-testlib -) -target_link_options(blockstore-libs-storage-disk_registry_proxy-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(blockstore-libs-storage-disk_registry_proxy-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry_proxy/disk_registry_proxy_ut.cpp -) -set_property( - TARGET - blockstore-libs-storage-disk_registry_proxy-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - blockstore-libs-storage-disk_registry_proxy-ut - TEST_TARGET - blockstore-libs-storage-disk_registry_proxy-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - blockstore-libs-storage-disk_registry_proxy-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - blockstore-libs-storage-disk_registry_proxy-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - blockstore-libs-storage-disk_registry_proxy-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(blockstore-libs-storage-disk_registry_proxy-ut - cpp-malloc-jemalloc -) -vcs_info(blockstore-libs-storage-disk_registry_proxy-ut) diff --git a/cloud/blockstore/libs/storage/disk_registry_proxy/ut/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry_proxy/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 63c2bd900a7..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry_proxy/ut/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_executable(blockstore-libs-storage-disk_registry_proxy-ut) -target_compile_options(blockstore-libs-storage-disk_registry_proxy-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(blockstore-libs-storage-disk_registry_proxy-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry_proxy -) -target_link_libraries(blockstore-libs-storage-disk_registry_proxy-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-disk_registry_proxy - blockstore-libs-storage-testlib -) -target_link_options(blockstore-libs-storage-disk_registry_proxy-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(blockstore-libs-storage-disk_registry_proxy-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry_proxy/disk_registry_proxy_ut.cpp -) -set_property( - TARGET - blockstore-libs-storage-disk_registry_proxy-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - blockstore-libs-storage-disk_registry_proxy-ut - TEST_TARGET - blockstore-libs-storage-disk_registry_proxy-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - blockstore-libs-storage-disk_registry_proxy-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - blockstore-libs-storage-disk_registry_proxy-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - blockstore-libs-storage-disk_registry_proxy-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(blockstore-libs-storage-disk_registry_proxy-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(blockstore-libs-storage-disk_registry_proxy-ut) diff --git a/cloud/blockstore/libs/storage/disk_registry_proxy/ut/CMakeLists.txt b/cloud/blockstore/libs/storage/disk_registry_proxy/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry_proxy/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/disk_registry_proxy/ut/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/disk_registry_proxy/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 492d6d6b6c7..00000000000 --- a/cloud/blockstore/libs/storage/disk_registry_proxy/ut/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_executable(blockstore-libs-storage-disk_registry_proxy-ut) -target_compile_options(blockstore-libs-storage-disk_registry_proxy-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(blockstore-libs-storage-disk_registry_proxy-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry_proxy -) -target_link_libraries(blockstore-libs-storage-disk_registry_proxy-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-disk_registry_proxy - blockstore-libs-storage-testlib -) -target_sources(blockstore-libs-storage-disk_registry_proxy-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_registry_proxy/disk_registry_proxy_ut.cpp -) -set_property( - TARGET - blockstore-libs-storage-disk_registry_proxy-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - blockstore-libs-storage-disk_registry_proxy-ut - TEST_TARGET - blockstore-libs-storage-disk_registry_proxy-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - blockstore-libs-storage-disk_registry_proxy-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - blockstore-libs-storage-disk_registry_proxy-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - blockstore-libs-storage-disk_registry_proxy-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(blockstore-libs-storage-disk_registry_proxy-ut - system_allocator -) -vcs_info(blockstore-libs-storage-disk_registry_proxy-ut) diff --git a/cloud/blockstore/libs/storage/init/CMakeLists.txt b/cloud/blockstore/libs/storage/init/CMakeLists.txt deleted file mode 100644 index 09862764f0d..00000000000 --- a/cloud/blockstore/libs/storage/init/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. - - -add_subdirectory(common) -add_subdirectory(disk_agent) -add_subdirectory(server) diff --git a/cloud/blockstore/libs/storage/init/common/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/init/common/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 46a84ff4984..00000000000 --- a/cloud/blockstore/libs/storage/init/common/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(storage-init-common) -target_compile_options(storage-init-common PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(storage-init-common PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-kikimr - libs-storage-api - core-libs-kikimr - library-actors-core - library-actors-util - library-cpp-logger - monlib-service-pages - run -) -target_sources(storage-init-common PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/init/common/actorsystem.cpp -) diff --git a/cloud/blockstore/libs/storage/init/common/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/init/common/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 464813dcc0b..00000000000 --- a/cloud/blockstore/libs/storage/init/common/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(storage-init-common) -target_compile_options(storage-init-common PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(storage-init-common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-kikimr - libs-storage-api - core-libs-kikimr - library-actors-core - library-actors-util - library-cpp-logger - monlib-service-pages - run -) -target_sources(storage-init-common PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/init/common/actorsystem.cpp -) diff --git a/cloud/blockstore/libs/storage/init/common/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/init/common/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 464813dcc0b..00000000000 --- a/cloud/blockstore/libs/storage/init/common/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(storage-init-common) -target_compile_options(storage-init-common PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(storage-init-common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-kikimr - libs-storage-api - core-libs-kikimr - library-actors-core - library-actors-util - library-cpp-logger - monlib-service-pages - run -) -target_sources(storage-init-common PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/init/common/actorsystem.cpp -) diff --git a/cloud/blockstore/libs/storage/init/common/CMakeLists.txt b/cloud/blockstore/libs/storage/init/common/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/init/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/init/common/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/init/common/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 46a84ff4984..00000000000 --- a/cloud/blockstore/libs/storage/init/common/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(storage-init-common) -target_compile_options(storage-init-common PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(storage-init-common PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-kikimr - libs-storage-api - core-libs-kikimr - library-actors-core - library-actors-util - library-cpp-logger - monlib-service-pages - run -) -target_sources(storage-init-common PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/init/common/actorsystem.cpp -) diff --git a/cloud/blockstore/libs/storage/init/disk_agent/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/init/disk_agent/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index fd5b4d69f0f..00000000000 --- a/cloud/blockstore/libs/storage/init/disk_agent/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(storage-init-disk_agent) -target_compile_options(storage-init-disk_agent PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(storage-init-disk_agent PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-kikimr - libs-storage-api - libs-storage-core - libs-storage-disk_agent - storage-disk_agent-model - libs-storage-disk_registry_proxy - storage-disk_registry_proxy-model - storage-init-common - libs-storage-undelivered - core-libs-api - core-libs-hive_proxy - library-actors-core -) -target_sources(storage-init-disk_agent PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/init/disk_agent/actorsystem.cpp -) diff --git a/cloud/blockstore/libs/storage/init/disk_agent/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/init/disk_agent/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 91657c94eb0..00000000000 --- a/cloud/blockstore/libs/storage/init/disk_agent/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(storage-init-disk_agent) -target_compile_options(storage-init-disk_agent PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(storage-init-disk_agent PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-kikimr - libs-storage-api - libs-storage-core - libs-storage-disk_agent - storage-disk_agent-model - libs-storage-disk_registry_proxy - storage-disk_registry_proxy-model - storage-init-common - libs-storage-undelivered - core-libs-api - core-libs-hive_proxy - library-actors-core -) -target_sources(storage-init-disk_agent PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/init/disk_agent/actorsystem.cpp -) diff --git a/cloud/blockstore/libs/storage/init/disk_agent/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/init/disk_agent/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 91657c94eb0..00000000000 --- a/cloud/blockstore/libs/storage/init/disk_agent/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(storage-init-disk_agent) -target_compile_options(storage-init-disk_agent PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(storage-init-disk_agent PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-kikimr - libs-storage-api - libs-storage-core - libs-storage-disk_agent - storage-disk_agent-model - libs-storage-disk_registry_proxy - storage-disk_registry_proxy-model - storage-init-common - libs-storage-undelivered - core-libs-api - core-libs-hive_proxy - library-actors-core -) -target_sources(storage-init-disk_agent PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/init/disk_agent/actorsystem.cpp -) diff --git a/cloud/blockstore/libs/storage/init/disk_agent/CMakeLists.txt b/cloud/blockstore/libs/storage/init/disk_agent/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/init/disk_agent/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/init/disk_agent/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/init/disk_agent/CMakeLists.windows-x86_64.txt deleted file mode 100644 index fd5b4d69f0f..00000000000 --- a/cloud/blockstore/libs/storage/init/disk_agent/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(storage-init-disk_agent) -target_compile_options(storage-init-disk_agent PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(storage-init-disk_agent PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-kikimr - libs-storage-api - libs-storage-core - libs-storage-disk_agent - storage-disk_agent-model - libs-storage-disk_registry_proxy - storage-disk_registry_proxy-model - storage-init-common - libs-storage-undelivered - core-libs-api - core-libs-hive_proxy - library-actors-core -) -target_sources(storage-init-disk_agent PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/init/disk_agent/actorsystem.cpp -) diff --git a/cloud/blockstore/libs/storage/init/server/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/init/server/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2b395ae982b..00000000000 --- a/cloud/blockstore/libs/storage/init/server/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,58 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(storage-init-server) -target_compile_options(storage-init-server PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(storage-init-server PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-kikimr - libs-rdma-iface - libs-spdk-iface - libs-storage-api - libs-storage-core - libs-storage-disk_agent - storage-disk_agent-model - libs-storage-disk_registry - libs-storage-disk_registry_proxy - storage-disk_registry_proxy-model - storage-init-common - libs-storage-partition - libs-storage-partition2 - libs-storage-service - libs-storage-stats_service - libs-storage-ss_proxy - libs-storage-undelivered - libs-storage-volume - libs-storage-volume_balancer - libs-storage-volume_proxy - core-libs-api - core-libs-auth - core-libs-diagnostics - core-libs-hive_proxy - core-libs-kikimr - core-libs-user_stats - library-actors-core - library-actors-util - ydb-core-base - run - ydb-core-load_test - ydb-core-mind - ydb-core-mon - ydb-core-node_whiteboard - ydb-core-protos - ydb-core-tablet -) -target_sources(storage-init-server PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/init/server/actorsystem.cpp -) diff --git a/cloud/blockstore/libs/storage/init/server/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/init/server/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a66bbe0c0d1..00000000000 --- a/cloud/blockstore/libs/storage/init/server/CMakeLists.linux-aarch64.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(storage-init-server) -target_compile_options(storage-init-server PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(storage-init-server PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-kikimr - libs-rdma-iface - libs-spdk-iface - libs-storage-api - libs-storage-core - libs-storage-disk_agent - storage-disk_agent-model - libs-storage-disk_registry - libs-storage-disk_registry_proxy - storage-disk_registry_proxy-model - storage-init-common - libs-storage-partition - libs-storage-partition2 - libs-storage-service - libs-storage-stats_service - libs-storage-ss_proxy - libs-storage-undelivered - libs-storage-volume - libs-storage-volume_balancer - libs-storage-volume_proxy - core-libs-api - core-libs-auth - core-libs-diagnostics - core-libs-hive_proxy - core-libs-kikimr - core-libs-user_stats - library-actors-core - library-actors-util - ydb-core-base - run - ydb-core-load_test - ydb-core-mind - ydb-core-mon - ydb-core-node_whiteboard - ydb-core-protos - ydb-core-tablet -) -target_sources(storage-init-server PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/init/server/actorsystem.cpp -) diff --git a/cloud/blockstore/libs/storage/init/server/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/init/server/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a66bbe0c0d1..00000000000 --- a/cloud/blockstore/libs/storage/init/server/CMakeLists.linux-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(storage-init-server) -target_compile_options(storage-init-server PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(storage-init-server PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-kikimr - libs-rdma-iface - libs-spdk-iface - libs-storage-api - libs-storage-core - libs-storage-disk_agent - storage-disk_agent-model - libs-storage-disk_registry - libs-storage-disk_registry_proxy - storage-disk_registry_proxy-model - storage-init-common - libs-storage-partition - libs-storage-partition2 - libs-storage-service - libs-storage-stats_service - libs-storage-ss_proxy - libs-storage-undelivered - libs-storage-volume - libs-storage-volume_balancer - libs-storage-volume_proxy - core-libs-api - core-libs-auth - core-libs-diagnostics - core-libs-hive_proxy - core-libs-kikimr - core-libs-user_stats - library-actors-core - library-actors-util - ydb-core-base - run - ydb-core-load_test - ydb-core-mind - ydb-core-mon - ydb-core-node_whiteboard - ydb-core-protos - ydb-core-tablet -) -target_sources(storage-init-server PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/init/server/actorsystem.cpp -) diff --git a/cloud/blockstore/libs/storage/init/server/CMakeLists.txt b/cloud/blockstore/libs/storage/init/server/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/init/server/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/init/server/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/init/server/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 2b395ae982b..00000000000 --- a/cloud/blockstore/libs/storage/init/server/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,58 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(storage-init-server) -target_compile_options(storage-init-server PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(storage-init-server PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-kikimr - libs-rdma-iface - libs-spdk-iface - libs-storage-api - libs-storage-core - libs-storage-disk_agent - storage-disk_agent-model - libs-storage-disk_registry - libs-storage-disk_registry_proxy - storage-disk_registry_proxy-model - storage-init-common - libs-storage-partition - libs-storage-partition2 - libs-storage-service - libs-storage-stats_service - libs-storage-ss_proxy - libs-storage-undelivered - libs-storage-volume - libs-storage-volume_balancer - libs-storage-volume_proxy - core-libs-api - core-libs-auth - core-libs-diagnostics - core-libs-hive_proxy - core-libs-kikimr - core-libs-user_stats - library-actors-core - library-actors-util - ydb-core-base - run - ydb-core-load_test - ydb-core-mind - ydb-core-mon - ydb-core-node_whiteboard - ydb-core-protos - ydb-core-tablet -) -target_sources(storage-init-server PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/init/server/actorsystem.cpp -) diff --git a/cloud/blockstore/libs/storage/model/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/model/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2d0a2b5ec71..00000000000 --- a/cloud/blockstore/libs/storage/model/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_subdirectory(ut) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(libs-storage-model) -target_link_libraries(libs-storage-model PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - blockstore-libs-common - libs-tablet-model - library-actors-core -) -target_sources(libs-storage-model PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/model/channel_data_kind.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/model/channel_permissions.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/model/composite_task_waiter.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/model/requests_in_progress.cpp -) -generate_enum_serilization(libs-storage-model - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/model/channel_data_kind.h - INCLUDE_HEADERS - cloud/blockstore/libs/storage/model/channel_data_kind.h -) diff --git a/cloud/blockstore/libs/storage/model/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/model/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b9e72c6412a..00000000000 --- a/cloud/blockstore/libs/storage/model/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_subdirectory(ut) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(libs-storage-model) -target_link_libraries(libs-storage-model PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - blockstore-libs-common - libs-tablet-model - library-actors-core -) -target_sources(libs-storage-model PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/model/channel_data_kind.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/model/channel_permissions.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/model/composite_task_waiter.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/model/requests_in_progress.cpp -) -generate_enum_serilization(libs-storage-model - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/model/channel_data_kind.h - INCLUDE_HEADERS - cloud/blockstore/libs/storage/model/channel_data_kind.h -) diff --git a/cloud/blockstore/libs/storage/model/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/model/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b9e72c6412a..00000000000 --- a/cloud/blockstore/libs/storage/model/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_subdirectory(ut) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(libs-storage-model) -target_link_libraries(libs-storage-model PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - blockstore-libs-common - libs-tablet-model - library-actors-core -) -target_sources(libs-storage-model PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/model/channel_data_kind.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/model/channel_permissions.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/model/composite_task_waiter.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/model/requests_in_progress.cpp -) -generate_enum_serilization(libs-storage-model - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/model/channel_data_kind.h - INCLUDE_HEADERS - cloud/blockstore/libs/storage/model/channel_data_kind.h -) diff --git a/cloud/blockstore/libs/storage/model/CMakeLists.txt b/cloud/blockstore/libs/storage/model/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/model/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/model/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/model/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 2d0a2b5ec71..00000000000 --- a/cloud/blockstore/libs/storage/model/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_subdirectory(ut) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(libs-storage-model) -target_link_libraries(libs-storage-model PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - blockstore-libs-common - libs-tablet-model - library-actors-core -) -target_sources(libs-storage-model PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/model/channel_data_kind.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/model/channel_permissions.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/model/composite_task_waiter.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/model/requests_in_progress.cpp -) -generate_enum_serilization(libs-storage-model - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/model/channel_data_kind.h - INCLUDE_HEADERS - cloud/blockstore/libs/storage/model/channel_data_kind.h -) diff --git a/cloud/blockstore/libs/storage/model/ut/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/model/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6bfe537f9ad..00000000000 --- a/cloud/blockstore/libs/storage/model/ut/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_executable(cloud-blockstore-libs-storage-model-ut) -target_include_directories(cloud-blockstore-libs-storage-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/model -) -target_link_libraries(cloud-blockstore-libs-storage-model-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-model - blockstore-libs-storage-testlib -) -target_link_options(cloud-blockstore-libs-storage-model-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-blockstore-libs-storage-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/model/composite_id_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/model/composite_task_waiter_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/model/requests_in_progress_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-model-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-model-ut - TEST_TARGET - cloud-blockstore-libs-storage-model-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-model-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-model-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-model-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-storage-model-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-storage-model-ut) diff --git a/cloud/blockstore/libs/storage/model/ut/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/model/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 2b199013a5b..00000000000 --- a/cloud/blockstore/libs/storage/model/ut/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,80 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-storage-model-ut) -target_include_directories(cloud-blockstore-libs-storage-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/model -) -target_link_libraries(cloud-blockstore-libs-storage-model-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - libs-storage-model - blockstore-libs-storage-testlib -) -target_link_options(cloud-blockstore-libs-storage-model-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-storage-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/model/composite_id_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/model/composite_task_waiter_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/model/requests_in_progress_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-model-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-model-ut - TEST_TARGET - cloud-blockstore-libs-storage-model-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-model-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-model-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-model-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-storage-model-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-blockstore-libs-storage-model-ut) diff --git a/cloud/blockstore/libs/storage/model/ut/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/model/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 5dd9bd050dc..00000000000 --- a/cloud/blockstore/libs/storage/model/ut/CMakeLists.linux-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_executable(cloud-blockstore-libs-storage-model-ut) -target_include_directories(cloud-blockstore-libs-storage-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/model -) -target_link_libraries(cloud-blockstore-libs-storage-model-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-model - blockstore-libs-storage-testlib -) -target_link_options(cloud-blockstore-libs-storage-model-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-storage-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/model/composite_id_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/model/composite_task_waiter_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/model/requests_in_progress_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-model-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-model-ut - TEST_TARGET - cloud-blockstore-libs-storage-model-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-model-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-model-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-model-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-storage-model-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-blockstore-libs-storage-model-ut) diff --git a/cloud/blockstore/libs/storage/model/ut/CMakeLists.txt b/cloud/blockstore/libs/storage/model/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/model/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/model/ut/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/model/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 001f0a950ec..00000000000 --- a/cloud/blockstore/libs/storage/model/ut/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_executable(cloud-blockstore-libs-storage-model-ut) -target_include_directories(cloud-blockstore-libs-storage-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/model -) -target_link_libraries(cloud-blockstore-libs-storage-model-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-model - blockstore-libs-storage-testlib -) -target_sources(cloud-blockstore-libs-storage-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/model/composite_id_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/model/composite_task_waiter_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/model/requests_in_progress_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-model-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-model-ut - TEST_TARGET - cloud-blockstore-libs-storage-model-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-model-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-model-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-model-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-storage-model-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-storage-model-ut) diff --git a/cloud/blockstore/libs/storage/partition/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/partition/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 151aaf75010..00000000000 --- a/cloud/blockstore/libs/storage/partition/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,89 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(model) -add_subdirectory(ut) - -add_library(libs-storage-partition) -target_link_libraries(libs-storage-partition PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-kikimr - libs-storage-api - libs-storage-core - storage-partition-model - libs-storage-partition_common - libs-storage-protos - core-libs-api - core-libs-common - core-libs-tablet - library-cpp-blockcodecs - library-cpp-cgiparam - cpp-containers-dense_hash - library-cpp-lwtrace - monlib-service-pages - ydb-core-base - ydb-core-node_whiteboard - ydb-core-scheme - ydb-core-tablet - ydb-core-tablet_flat - core-testlib-basics - library-actors-core -) -target_sources(libs-storage-partition PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_addblobs.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_addconfirmedblobs.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_addgarbage.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_addunconfirmedblobs.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_changedblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_checkpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_cleanup.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_collectgarbage.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_compaction.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_compactrange.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_confirmblobs.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_deletegarbage.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_describeblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_flush.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_getusedblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_initfreshblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_initschema.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_loadstate.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_metadata_rebuild_blockcount.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_metadata_rebuild_usedblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_metadata_rebuild.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_monitoring.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_monitoring_check.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_monitoring_compaction.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_monitoring_describe.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_monitoring_garbage.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_monitoring_view.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_patchblob.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_readblob.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_readblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_scan_disk.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_statpartition.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_trimfreshlog.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_waitready.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_writeblob.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_writeblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_writefreshblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_writemergedblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_writemixedblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_writequeue.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_zeroblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_database.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_schema.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_state.cpp -) diff --git a/cloud/blockstore/libs/storage/partition/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/partition/CMakeLists.linux-aarch64.txt deleted file mode 100644 index f82701e7400..00000000000 --- a/cloud/blockstore/libs/storage/partition/CMakeLists.linux-aarch64.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_subdirectory(model) -add_subdirectory(ut) - -add_library(libs-storage-partition) -target_link_libraries(libs-storage-partition PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-kikimr - libs-storage-api - libs-storage-core - storage-partition-model - libs-storage-partition_common - libs-storage-protos - core-libs-api - core-libs-common - core-libs-tablet - library-cpp-blockcodecs - library-cpp-cgiparam - cpp-containers-dense_hash - library-cpp-lwtrace - monlib-service-pages - ydb-core-base - ydb-core-node_whiteboard - ydb-core-scheme - ydb-core-tablet - ydb-core-tablet_flat - core-testlib-basics - library-actors-core -) -target_sources(libs-storage-partition PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_addblobs.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_addconfirmedblobs.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_addgarbage.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_addunconfirmedblobs.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_changedblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_checkpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_cleanup.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_collectgarbage.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_compaction.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_compactrange.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_confirmblobs.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_deletegarbage.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_describeblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_flush.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_getusedblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_initfreshblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_initschema.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_loadstate.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_metadata_rebuild_blockcount.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_metadata_rebuild_usedblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_metadata_rebuild.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_monitoring.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_monitoring_check.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_monitoring_compaction.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_monitoring_describe.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_monitoring_garbage.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_monitoring_view.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_patchblob.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_readblob.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_readblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_scan_disk.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_statpartition.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_trimfreshlog.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_waitready.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_writeblob.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_writeblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_writefreshblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_writemergedblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_writemixedblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_writequeue.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_zeroblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_database.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_schema.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_state.cpp -) diff --git a/cloud/blockstore/libs/storage/partition/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/partition/CMakeLists.linux-x86_64.txt deleted file mode 100644 index f82701e7400..00000000000 --- a/cloud/blockstore/libs/storage/partition/CMakeLists.linux-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_subdirectory(model) -add_subdirectory(ut) - -add_library(libs-storage-partition) -target_link_libraries(libs-storage-partition PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-kikimr - libs-storage-api - libs-storage-core - storage-partition-model - libs-storage-partition_common - libs-storage-protos - core-libs-api - core-libs-common - core-libs-tablet - library-cpp-blockcodecs - library-cpp-cgiparam - cpp-containers-dense_hash - library-cpp-lwtrace - monlib-service-pages - ydb-core-base - ydb-core-node_whiteboard - ydb-core-scheme - ydb-core-tablet - ydb-core-tablet_flat - core-testlib-basics - library-actors-core -) -target_sources(libs-storage-partition PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_addblobs.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_addconfirmedblobs.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_addgarbage.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_addunconfirmedblobs.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_changedblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_checkpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_cleanup.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_collectgarbage.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_compaction.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_compactrange.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_confirmblobs.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_deletegarbage.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_describeblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_flush.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_getusedblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_initfreshblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_initschema.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_loadstate.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_metadata_rebuild_blockcount.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_metadata_rebuild_usedblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_metadata_rebuild.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_monitoring.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_monitoring_check.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_monitoring_compaction.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_monitoring_describe.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_monitoring_garbage.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_monitoring_view.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_patchblob.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_readblob.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_readblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_scan_disk.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_statpartition.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_trimfreshlog.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_waitready.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_writeblob.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_writeblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_writefreshblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_writemergedblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_writemixedblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_writequeue.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_zeroblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_database.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_schema.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_state.cpp -) diff --git a/cloud/blockstore/libs/storage/partition/CMakeLists.txt b/cloud/blockstore/libs/storage/partition/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/partition/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/partition/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/partition/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 151aaf75010..00000000000 --- a/cloud/blockstore/libs/storage/partition/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,89 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(model) -add_subdirectory(ut) - -add_library(libs-storage-partition) -target_link_libraries(libs-storage-partition PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-kikimr - libs-storage-api - libs-storage-core - storage-partition-model - libs-storage-partition_common - libs-storage-protos - core-libs-api - core-libs-common - core-libs-tablet - library-cpp-blockcodecs - library-cpp-cgiparam - cpp-containers-dense_hash - library-cpp-lwtrace - monlib-service-pages - ydb-core-base - ydb-core-node_whiteboard - ydb-core-scheme - ydb-core-tablet - ydb-core-tablet_flat - core-testlib-basics - library-actors-core -) -target_sources(libs-storage-partition PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_addblobs.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_addconfirmedblobs.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_addgarbage.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_addunconfirmedblobs.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_changedblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_checkpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_cleanup.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_collectgarbage.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_compaction.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_compactrange.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_confirmblobs.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_deletegarbage.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_describeblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_flush.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_getusedblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_initfreshblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_initschema.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_loadstate.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_metadata_rebuild_blockcount.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_metadata_rebuild_usedblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_metadata_rebuild.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_monitoring.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_monitoring_check.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_monitoring_compaction.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_monitoring_describe.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_monitoring_garbage.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_monitoring_view.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_patchblob.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_readblob.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_readblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_scan_disk.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_statpartition.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_trimfreshlog.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_waitready.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_writeblob.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_writeblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_writefreshblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_writemergedblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_writemixedblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_writequeue.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_actor_zeroblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_database.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_schema.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_state.cpp -) diff --git a/cloud/blockstore/libs/storage/partition/model/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/partition/model/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 4c0eb869f97..00000000000 --- a/cloud/blockstore/libs/storage/partition/model/CMakeLists.darwin-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_subdirectory(ut) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(storage-partition-model) -target_link_libraries(storage-partition-model PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - blockstore-libs-common - libs-storage-core - libs-storage-protos - core-libs-common - core-libs-tablet - cpp-protobuf-json -) -target_sources(storage-partition-model PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/barrier.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/blob_index.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/block.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/block_index.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/block_mask.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/checkpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/cleanup_queue.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/commit_queue.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/fresh_blob.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/garbage_queue.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/mixed_index_cache.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/operation_status.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/unconfirmed_blob.cpp -) -generate_enum_serilization(storage-partition-model - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/mixed_index_cache.h - INCLUDE_HEADERS - cloud/blockstore/libs/storage/partition/model/mixed_index_cache.h -) -generate_enum_serilization(storage-partition-model - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/operation_status.h - INCLUDE_HEADERS - cloud/blockstore/libs/storage/partition/model/operation_status.h -) diff --git a/cloud/blockstore/libs/storage/partition/model/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/partition/model/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 2e4474ff3b5..00000000000 --- a/cloud/blockstore/libs/storage/partition/model/CMakeLists.linux-aarch64.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_subdirectory(ut) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(storage-partition-model) -target_link_libraries(storage-partition-model PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - blockstore-libs-common - libs-storage-core - libs-storage-protos - core-libs-common - core-libs-tablet - cpp-protobuf-json -) -target_sources(storage-partition-model PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/barrier.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/blob_index.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/block.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/block_index.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/block_mask.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/checkpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/cleanup_queue.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/commit_queue.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/fresh_blob.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/garbage_queue.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/mixed_index_cache.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/operation_status.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/unconfirmed_blob.cpp -) -generate_enum_serilization(storage-partition-model - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/mixed_index_cache.h - INCLUDE_HEADERS - cloud/blockstore/libs/storage/partition/model/mixed_index_cache.h -) -generate_enum_serilization(storage-partition-model - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/operation_status.h - INCLUDE_HEADERS - cloud/blockstore/libs/storage/partition/model/operation_status.h -) diff --git a/cloud/blockstore/libs/storage/partition/model/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/partition/model/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 2e4474ff3b5..00000000000 --- a/cloud/blockstore/libs/storage/partition/model/CMakeLists.linux-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_subdirectory(ut) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(storage-partition-model) -target_link_libraries(storage-partition-model PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - blockstore-libs-common - libs-storage-core - libs-storage-protos - core-libs-common - core-libs-tablet - cpp-protobuf-json -) -target_sources(storage-partition-model PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/barrier.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/blob_index.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/block.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/block_index.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/block_mask.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/checkpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/cleanup_queue.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/commit_queue.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/fresh_blob.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/garbage_queue.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/mixed_index_cache.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/operation_status.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/unconfirmed_blob.cpp -) -generate_enum_serilization(storage-partition-model - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/mixed_index_cache.h - INCLUDE_HEADERS - cloud/blockstore/libs/storage/partition/model/mixed_index_cache.h -) -generate_enum_serilization(storage-partition-model - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/operation_status.h - INCLUDE_HEADERS - cloud/blockstore/libs/storage/partition/model/operation_status.h -) diff --git a/cloud/blockstore/libs/storage/partition/model/CMakeLists.txt b/cloud/blockstore/libs/storage/partition/model/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/partition/model/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/partition/model/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/partition/model/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 4c0eb869f97..00000000000 --- a/cloud/blockstore/libs/storage/partition/model/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_subdirectory(ut) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(storage-partition-model) -target_link_libraries(storage-partition-model PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - blockstore-libs-common - libs-storage-core - libs-storage-protos - core-libs-common - core-libs-tablet - cpp-protobuf-json -) -target_sources(storage-partition-model PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/barrier.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/blob_index.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/block.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/block_index.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/block_mask.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/checkpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/cleanup_queue.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/commit_queue.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/fresh_blob.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/garbage_queue.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/mixed_index_cache.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/operation_status.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/unconfirmed_blob.cpp -) -generate_enum_serilization(storage-partition-model - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/mixed_index_cache.h - INCLUDE_HEADERS - cloud/blockstore/libs/storage/partition/model/mixed_index_cache.h -) -generate_enum_serilization(storage-partition-model - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/operation_status.h - INCLUDE_HEADERS - cloud/blockstore/libs/storage/partition/model/operation_status.h -) diff --git a/cloud/blockstore/libs/storage/partition/model/ut/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/partition/model/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 4622141ffde..00000000000 --- a/cloud/blockstore/libs/storage/partition/model/ut/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,99 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_executable(cloud-blockstore-libs-storage-partition-model-ut) -target_include_directories(cloud-blockstore-libs-storage-partition-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model -) -target_link_libraries(cloud-blockstore-libs-storage-partition-model-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - storage-partition-model - library-cpp-resource -) -target_link_options(cloud-blockstore-libs-storage-partition-model-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-blockstore-libs-storage-partition-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/barrier_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/block_index_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/block_mask_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/checkpoint_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/cleanup_queue_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/commit_queue_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/fresh_blob_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/garbage_queue_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/mixed_index_cache_ut.cpp - ${CMAKE_BINARY_DIR}/cloud/blockstore/libs/storage/partition/model/ut/21dccfbf0aac02c52e6e71a1da30d6f8.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-partition-model-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-partition-model-ut - TEST_TARGET - cloud-blockstore-libs-storage-partition-model-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-partition-model-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-partition-model-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-partition-model-ut - PROPERTY - TIMEOUT - 60 -) -resources(cloud-blockstore-libs-storage-partition-model-ut - ${CMAKE_BINARY_DIR}/cloud/blockstore/libs/storage/partition/model/ut/21dccfbf0aac02c52e6e71a1da30d6f8.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/ut/data/fresh_write.blob - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/ut/data/fresh_zero.blob - KEYS - fresh_write.blob - fresh_zero.blob -) -target_allocator(cloud-blockstore-libs-storage-partition-model-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-storage-partition-model-ut) diff --git a/cloud/blockstore/libs/storage/partition/model/ut/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/partition/model/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 81df8fb8294..00000000000 --- a/cloud/blockstore/libs/storage/partition/model/ut/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,102 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_executable(cloud-blockstore-libs-storage-partition-model-ut) -target_include_directories(cloud-blockstore-libs-storage-partition-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model -) -target_link_libraries(cloud-blockstore-libs-storage-partition-model-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - storage-partition-model - library-cpp-resource -) -target_link_options(cloud-blockstore-libs-storage-partition-model-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-storage-partition-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/barrier_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/block_index_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/block_mask_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/checkpoint_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/cleanup_queue_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/commit_queue_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/fresh_blob_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/garbage_queue_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/mixed_index_cache_ut.cpp - ${CMAKE_BINARY_DIR}/cloud/blockstore/libs/storage/partition/model/ut/21dccfbf0aac02c52e6e71a1da30d6f8.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-partition-model-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-partition-model-ut - TEST_TARGET - cloud-blockstore-libs-storage-partition-model-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-partition-model-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-partition-model-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-partition-model-ut - PROPERTY - TIMEOUT - 60 -) -resources(cloud-blockstore-libs-storage-partition-model-ut - ${CMAKE_BINARY_DIR}/cloud/blockstore/libs/storage/partition/model/ut/21dccfbf0aac02c52e6e71a1da30d6f8.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/ut/data/fresh_write.blob - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/ut/data/fresh_zero.blob - KEYS - fresh_write.blob - fresh_zero.blob -) -target_allocator(cloud-blockstore-libs-storage-partition-model-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-blockstore-libs-storage-partition-model-ut) diff --git a/cloud/blockstore/libs/storage/partition/model/ut/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/partition/model/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 6a9d7c3caad..00000000000 --- a/cloud/blockstore/libs/storage/partition/model/ut/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,104 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_executable(cloud-blockstore-libs-storage-partition-model-ut) -target_include_directories(cloud-blockstore-libs-storage-partition-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model -) -target_link_libraries(cloud-blockstore-libs-storage-partition-model-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - storage-partition-model - library-cpp-resource -) -target_link_options(cloud-blockstore-libs-storage-partition-model-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-storage-partition-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/barrier_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/block_index_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/block_mask_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/checkpoint_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/cleanup_queue_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/commit_queue_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/fresh_blob_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/garbage_queue_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/mixed_index_cache_ut.cpp - ${CMAKE_BINARY_DIR}/cloud/blockstore/libs/storage/partition/model/ut/21dccfbf0aac02c52e6e71a1da30d6f8.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-partition-model-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-partition-model-ut - TEST_TARGET - cloud-blockstore-libs-storage-partition-model-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-partition-model-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-partition-model-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-partition-model-ut - PROPERTY - TIMEOUT - 60 -) -resources(cloud-blockstore-libs-storage-partition-model-ut - ${CMAKE_BINARY_DIR}/cloud/blockstore/libs/storage/partition/model/ut/21dccfbf0aac02c52e6e71a1da30d6f8.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/ut/data/fresh_write.blob - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/ut/data/fresh_zero.blob - KEYS - fresh_write.blob - fresh_zero.blob -) -target_allocator(cloud-blockstore-libs-storage-partition-model-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-blockstore-libs-storage-partition-model-ut) diff --git a/cloud/blockstore/libs/storage/partition/model/ut/CMakeLists.txt b/cloud/blockstore/libs/storage/partition/model/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/partition/model/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/partition/model/ut/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/partition/model/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index cf5cf926fef..00000000000 --- a/cloud/blockstore/libs/storage/partition/model/ut/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,92 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_executable(cloud-blockstore-libs-storage-partition-model-ut) -target_include_directories(cloud-blockstore-libs-storage-partition-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model -) -target_link_libraries(cloud-blockstore-libs-storage-partition-model-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - storage-partition-model - library-cpp-resource -) -target_sources(cloud-blockstore-libs-storage-partition-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/barrier_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/block_index_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/block_mask_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/checkpoint_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/cleanup_queue_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/commit_queue_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/fresh_blob_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/garbage_queue_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/mixed_index_cache_ut.cpp - ${CMAKE_BINARY_DIR}/cloud/blockstore/libs/storage/partition/model/ut/21dccfbf0aac02c52e6e71a1da30d6f8.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-partition-model-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-partition-model-ut - TEST_TARGET - cloud-blockstore-libs-storage-partition-model-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-partition-model-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-partition-model-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-partition-model-ut - PROPERTY - TIMEOUT - 60 -) -resources(cloud-blockstore-libs-storage-partition-model-ut - ${CMAKE_BINARY_DIR}/cloud/blockstore/libs/storage/partition/model/ut/21dccfbf0aac02c52e6e71a1da30d6f8.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/ut/data/fresh_write.blob - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/model/ut/data/fresh_zero.blob - KEYS - fresh_write.blob - fresh_zero.blob -) -target_allocator(cloud-blockstore-libs-storage-partition-model-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-storage-partition-model-ut) diff --git a/cloud/blockstore/libs/storage/partition/ut/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/partition/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index e61c7acbef5..00000000000 --- a/cloud/blockstore/libs/storage/partition/ut/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,80 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-storage-partition-ut) -target_compile_options(cloud-blockstore-libs-storage-partition-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-blockstore-libs-storage-partition-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition -) -target_link_libraries(cloud-blockstore-libs-storage-partition-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-partition - blockstore-libs-storage-testlib -) -target_link_options(cloud-blockstore-libs-storage-partition-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-blockstore-libs-storage-partition-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_database_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_state_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-partition-ut - PROPERTY - SPLIT_FACTOR - 10 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-partition-ut - TEST_TARGET - cloud-blockstore-libs-storage-partition-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-partition-ut - PROPERTY - LABELS - MEDIUM -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-partition-ut - PROPERTY - PROCESSORS - 4 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-partition-ut - PROPERTY - TIMEOUT - 600 -) -target_allocator(cloud-blockstore-libs-storage-partition-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-storage-partition-ut) diff --git a/cloud/blockstore/libs/storage/partition/ut/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/partition/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 98378e843ef..00000000000 --- a/cloud/blockstore/libs/storage/partition/ut/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_executable(cloud-blockstore-libs-storage-partition-ut) -target_compile_options(cloud-blockstore-libs-storage-partition-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-blockstore-libs-storage-partition-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition -) -target_link_libraries(cloud-blockstore-libs-storage-partition-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - libs-storage-partition - blockstore-libs-storage-testlib -) -target_link_options(cloud-blockstore-libs-storage-partition-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-storage-partition-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_database_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_state_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-partition-ut - PROPERTY - SPLIT_FACTOR - 10 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-partition-ut - TEST_TARGET - cloud-blockstore-libs-storage-partition-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-partition-ut - PROPERTY - LABELS - MEDIUM -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-partition-ut - PROPERTY - PROCESSORS - 4 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-partition-ut - PROPERTY - TIMEOUT - 600 -) -target_allocator(cloud-blockstore-libs-storage-partition-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-blockstore-libs-storage-partition-ut) diff --git a/cloud/blockstore/libs/storage/partition/ut/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/partition/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 0e9991aa94a..00000000000 --- a/cloud/blockstore/libs/storage/partition/ut/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,85 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-storage-partition-ut) -target_compile_options(cloud-blockstore-libs-storage-partition-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-blockstore-libs-storage-partition-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition -) -target_link_libraries(cloud-blockstore-libs-storage-partition-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-partition - blockstore-libs-storage-testlib -) -target_link_options(cloud-blockstore-libs-storage-partition-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-storage-partition-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_database_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_state_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-partition-ut - PROPERTY - SPLIT_FACTOR - 10 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-partition-ut - TEST_TARGET - cloud-blockstore-libs-storage-partition-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-partition-ut - PROPERTY - LABELS - MEDIUM -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-partition-ut - PROPERTY - PROCESSORS - 4 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-partition-ut - PROPERTY - TIMEOUT - 600 -) -target_allocator(cloud-blockstore-libs-storage-partition-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-blockstore-libs-storage-partition-ut) diff --git a/cloud/blockstore/libs/storage/partition/ut/CMakeLists.txt b/cloud/blockstore/libs/storage/partition/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/partition/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/partition/ut/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/partition/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index f3d11d79cbc..00000000000 --- a/cloud/blockstore/libs/storage/partition/ut/CMakeLists.windows-x86_64.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_executable(cloud-blockstore-libs-storage-partition-ut) -target_compile_options(cloud-blockstore-libs-storage-partition-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-blockstore-libs-storage-partition-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition -) -target_link_libraries(cloud-blockstore-libs-storage-partition-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-partition - blockstore-libs-storage-testlib -) -target_sources(cloud-blockstore-libs-storage-partition-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_database_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_state_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition/part_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-partition-ut - PROPERTY - SPLIT_FACTOR - 10 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-partition-ut - TEST_TARGET - cloud-blockstore-libs-storage-partition-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-partition-ut - PROPERTY - LABELS - MEDIUM -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-partition-ut - PROPERTY - PROCESSORS - 4 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-partition-ut - PROPERTY - TIMEOUT - 600 -) -target_allocator(cloud-blockstore-libs-storage-partition-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-storage-partition-ut) diff --git a/cloud/blockstore/libs/storage/partition2/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/partition2/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6f56a6756c4..00000000000 --- a/cloud/blockstore/libs/storage/partition2/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,85 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(model) -add_subdirectory(ut) - -add_library(libs-storage-partition2) -target_link_libraries(libs-storage-partition2 PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-kikimr - libs-storage-api - libs-storage-core - storage-partition2-model - libs-storage-protos - core-libs-api - core-libs-common - core-libs-tablet - library-cpp-cgiparam - cpp-containers-dense_hash - cpp-containers-intrusive_rb_tree - cpp-containers-stack_vector - library-cpp-lwtrace - monlib-service-pages - ydb-core-base - ydb-core-node_whiteboard - ydb-core-scheme - ydb-core-tablet - ydb-core-tablet_flat - core-testlib-basics - library-actors-core -) -target_sources(libs-storage-partition2 PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/garbage_queue.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_addblobs.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_addgarbage.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_changedblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_cleanup.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_collectgarbage.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_compaction.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_compactrange.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_createcheckpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_deletecheckpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_deletegarbage.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_describeblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_flush.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_getusedblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_initfreshblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_initindex.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_initschema.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_loadstate.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_monitoring.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_monitoring_cleanup.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_monitoring_compaction.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_monitoring_describe.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_monitoring_garbage.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_monitoring_view.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_readblob.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_readblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_statpartition.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_trimfreshlog.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_update_index_structures.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_waitready.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_writeblob.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_writeblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_writefreshblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_writemergedblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_writemixedblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_writequeue.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_zeroblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_database.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_diagnostics.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_state.cpp -) diff --git a/cloud/blockstore/libs/storage/partition2/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/partition2/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 26bc7b82511..00000000000 --- a/cloud/blockstore/libs/storage/partition2/CMakeLists.linux-aarch64.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(model) -add_subdirectory(ut) - -add_library(libs-storage-partition2) -target_link_libraries(libs-storage-partition2 PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-kikimr - libs-storage-api - libs-storage-core - storage-partition2-model - libs-storage-protos - core-libs-api - core-libs-common - core-libs-tablet - library-cpp-cgiparam - cpp-containers-dense_hash - cpp-containers-intrusive_rb_tree - cpp-containers-stack_vector - library-cpp-lwtrace - monlib-service-pages - ydb-core-base - ydb-core-node_whiteboard - ydb-core-scheme - ydb-core-tablet - ydb-core-tablet_flat - core-testlib-basics - library-actors-core -) -target_sources(libs-storage-partition2 PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/garbage_queue.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_addblobs.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_addgarbage.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_changedblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_cleanup.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_collectgarbage.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_compaction.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_compactrange.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_createcheckpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_deletecheckpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_deletegarbage.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_describeblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_flush.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_getusedblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_initfreshblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_initindex.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_initschema.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_loadstate.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_monitoring.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_monitoring_cleanup.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_monitoring_compaction.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_monitoring_describe.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_monitoring_garbage.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_monitoring_view.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_readblob.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_readblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_statpartition.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_trimfreshlog.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_update_index_structures.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_waitready.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_writeblob.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_writeblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_writefreshblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_writemergedblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_writemixedblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_writequeue.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_zeroblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_database.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_diagnostics.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_state.cpp -) diff --git a/cloud/blockstore/libs/storage/partition2/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/partition2/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 26bc7b82511..00000000000 --- a/cloud/blockstore/libs/storage/partition2/CMakeLists.linux-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(model) -add_subdirectory(ut) - -add_library(libs-storage-partition2) -target_link_libraries(libs-storage-partition2 PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-kikimr - libs-storage-api - libs-storage-core - storage-partition2-model - libs-storage-protos - core-libs-api - core-libs-common - core-libs-tablet - library-cpp-cgiparam - cpp-containers-dense_hash - cpp-containers-intrusive_rb_tree - cpp-containers-stack_vector - library-cpp-lwtrace - monlib-service-pages - ydb-core-base - ydb-core-node_whiteboard - ydb-core-scheme - ydb-core-tablet - ydb-core-tablet_flat - core-testlib-basics - library-actors-core -) -target_sources(libs-storage-partition2 PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/garbage_queue.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_addblobs.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_addgarbage.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_changedblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_cleanup.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_collectgarbage.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_compaction.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_compactrange.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_createcheckpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_deletecheckpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_deletegarbage.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_describeblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_flush.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_getusedblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_initfreshblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_initindex.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_initschema.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_loadstate.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_monitoring.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_monitoring_cleanup.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_monitoring_compaction.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_monitoring_describe.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_monitoring_garbage.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_monitoring_view.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_readblob.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_readblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_statpartition.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_trimfreshlog.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_update_index_structures.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_waitready.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_writeblob.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_writeblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_writefreshblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_writemergedblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_writemixedblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_writequeue.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_zeroblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_database.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_diagnostics.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_state.cpp -) diff --git a/cloud/blockstore/libs/storage/partition2/CMakeLists.txt b/cloud/blockstore/libs/storage/partition2/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/partition2/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/partition2/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/partition2/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 6f56a6756c4..00000000000 --- a/cloud/blockstore/libs/storage/partition2/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,85 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(model) -add_subdirectory(ut) - -add_library(libs-storage-partition2) -target_link_libraries(libs-storage-partition2 PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-kikimr - libs-storage-api - libs-storage-core - storage-partition2-model - libs-storage-protos - core-libs-api - core-libs-common - core-libs-tablet - library-cpp-cgiparam - cpp-containers-dense_hash - cpp-containers-intrusive_rb_tree - cpp-containers-stack_vector - library-cpp-lwtrace - monlib-service-pages - ydb-core-base - ydb-core-node_whiteboard - ydb-core-scheme - ydb-core-tablet - ydb-core-tablet_flat - core-testlib-basics - library-actors-core -) -target_sources(libs-storage-partition2 PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/garbage_queue.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_addblobs.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_addgarbage.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_changedblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_cleanup.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_collectgarbage.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_compaction.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_compactrange.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_createcheckpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_deletecheckpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_deletegarbage.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_describeblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_flush.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_getusedblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_initfreshblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_initindex.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_initschema.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_loadstate.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_monitoring.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_monitoring_cleanup.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_monitoring_compaction.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_monitoring_describe.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_monitoring_garbage.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_monitoring_view.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_readblob.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_readblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_statpartition.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_trimfreshlog.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_update_index_structures.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_waitready.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_writeblob.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_writeblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_writefreshblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_writemergedblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_writemixedblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_writequeue.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_actor_zeroblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_database.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_diagnostics.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_state.cpp -) diff --git a/cloud/blockstore/libs/storage/partition2/model/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/partition2/model/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 7e91b44471a..00000000000 --- a/cloud/blockstore/libs/storage/partition2/model/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_subdirectory(ut) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(storage-partition2-model) -target_link_libraries(storage-partition2-model PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - blockstore-libs-common - libs-storage-model - libs-storage-protos - core-libs-common - cpp-containers-intrusive_rb_tree - cpp-containers-stack_vector - cpp-protobuf-json - contrib-libs-sparsehash -) -target_sources(storage-partition2-model PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/alloc.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/blob.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/blob_index.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/block.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/block_index.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/block_list.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/checkpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/disjoint_range_map.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/fresh_blob.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/fresh_blocks_inflight.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/lfu_list.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/mixed_index.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/rebase_logic.cpp -) -generate_enum_serilization(storage-partition2-model - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/alloc.h - INCLUDE_HEADERS - cloud/blockstore/libs/storage/partition2/model/alloc.h -) -generate_enum_serilization(storage-partition2-model - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/operation_status.h - INCLUDE_HEADERS - cloud/blockstore/libs/storage/partition2/model/operation_status.h -) diff --git a/cloud/blockstore/libs/storage/partition2/model/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/partition2/model/CMakeLists.linux-aarch64.txt deleted file mode 100644 index da263a8318f..00000000000 --- a/cloud/blockstore/libs/storage/partition2/model/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_subdirectory(ut) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(storage-partition2-model) -target_link_libraries(storage-partition2-model PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - blockstore-libs-common - libs-storage-model - libs-storage-protos - core-libs-common - cpp-containers-intrusive_rb_tree - cpp-containers-stack_vector - cpp-protobuf-json - contrib-libs-sparsehash -) -target_sources(storage-partition2-model PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/alloc.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/blob.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/blob_index.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/block.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/block_index.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/block_list.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/checkpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/disjoint_range_map.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/fresh_blob.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/fresh_blocks_inflight.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/lfu_list.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/mixed_index.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/rebase_logic.cpp -) -generate_enum_serilization(storage-partition2-model - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/alloc.h - INCLUDE_HEADERS - cloud/blockstore/libs/storage/partition2/model/alloc.h -) -generate_enum_serilization(storage-partition2-model - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/operation_status.h - INCLUDE_HEADERS - cloud/blockstore/libs/storage/partition2/model/operation_status.h -) diff --git a/cloud/blockstore/libs/storage/partition2/model/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/partition2/model/CMakeLists.linux-x86_64.txt deleted file mode 100644 index da263a8318f..00000000000 --- a/cloud/blockstore/libs/storage/partition2/model/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_subdirectory(ut) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(storage-partition2-model) -target_link_libraries(storage-partition2-model PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - blockstore-libs-common - libs-storage-model - libs-storage-protos - core-libs-common - cpp-containers-intrusive_rb_tree - cpp-containers-stack_vector - cpp-protobuf-json - contrib-libs-sparsehash -) -target_sources(storage-partition2-model PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/alloc.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/blob.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/blob_index.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/block.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/block_index.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/block_list.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/checkpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/disjoint_range_map.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/fresh_blob.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/fresh_blocks_inflight.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/lfu_list.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/mixed_index.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/rebase_logic.cpp -) -generate_enum_serilization(storage-partition2-model - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/alloc.h - INCLUDE_HEADERS - cloud/blockstore/libs/storage/partition2/model/alloc.h -) -generate_enum_serilization(storage-partition2-model - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/operation_status.h - INCLUDE_HEADERS - cloud/blockstore/libs/storage/partition2/model/operation_status.h -) diff --git a/cloud/blockstore/libs/storage/partition2/model/CMakeLists.txt b/cloud/blockstore/libs/storage/partition2/model/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/partition2/model/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/partition2/model/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/partition2/model/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 7e91b44471a..00000000000 --- a/cloud/blockstore/libs/storage/partition2/model/CMakeLists.windows-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_subdirectory(ut) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(storage-partition2-model) -target_link_libraries(storage-partition2-model PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - blockstore-libs-common - libs-storage-model - libs-storage-protos - core-libs-common - cpp-containers-intrusive_rb_tree - cpp-containers-stack_vector - cpp-protobuf-json - contrib-libs-sparsehash -) -target_sources(storage-partition2-model PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/alloc.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/blob.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/blob_index.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/block.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/block_index.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/block_list.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/checkpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/disjoint_range_map.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/fresh_blob.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/fresh_blocks_inflight.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/lfu_list.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/mixed_index.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/rebase_logic.cpp -) -generate_enum_serilization(storage-partition2-model - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/alloc.h - INCLUDE_HEADERS - cloud/blockstore/libs/storage/partition2/model/alloc.h -) -generate_enum_serilization(storage-partition2-model - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/operation_status.h - INCLUDE_HEADERS - cloud/blockstore/libs/storage/partition2/model/operation_status.h -) diff --git a/cloud/blockstore/libs/storage/partition2/model/ut/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/partition2/model/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 32de8219436..00000000000 --- a/cloud/blockstore/libs/storage/partition2/model/ut/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,97 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_executable(cloud-blockstore-libs-storage-partition2-model-ut) -target_include_directories(cloud-blockstore-libs-storage-partition2-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model -) -target_link_libraries(cloud-blockstore-libs-storage-partition2-model-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - storage-partition2-model - library-cpp-resource -) -target_link_options(cloud-blockstore-libs-storage-partition2-model-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-blockstore-libs-storage-partition2-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/blob_index_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/block_index_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/block_list_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/checkpoint_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/disjoint_range_map_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/fresh_blob_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/lfu_list_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/mixed_index_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/rebase_logic_ut.cpp - ${CMAKE_BINARY_DIR}/cloud/blockstore/libs/storage/partition2/model/ut/61732e4c70410f968af33bdd78c37a0a.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-partition2-model-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-partition2-model-ut - TEST_TARGET - cloud-blockstore-libs-storage-partition2-model-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-partition2-model-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-partition2-model-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-partition2-model-ut - PROPERTY - TIMEOUT - 60 -) -resources(cloud-blockstore-libs-storage-partition2-model-ut - ${CMAKE_BINARY_DIR}/cloud/blockstore/libs/storage/partition2/model/ut/61732e4c70410f968af33bdd78c37a0a.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/ut/data/fresh.blob - KEYS - fresh.blob -) -target_allocator(cloud-blockstore-libs-storage-partition2-model-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-storage-partition2-model-ut) diff --git a/cloud/blockstore/libs/storage/partition2/model/ut/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/partition2/model/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 0d67ae902c9..00000000000 --- a/cloud/blockstore/libs/storage/partition2/model/ut/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,100 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_executable(cloud-blockstore-libs-storage-partition2-model-ut) -target_include_directories(cloud-blockstore-libs-storage-partition2-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model -) -target_link_libraries(cloud-blockstore-libs-storage-partition2-model-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - storage-partition2-model - library-cpp-resource -) -target_link_options(cloud-blockstore-libs-storage-partition2-model-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-storage-partition2-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/blob_index_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/block_index_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/block_list_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/checkpoint_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/disjoint_range_map_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/fresh_blob_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/lfu_list_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/mixed_index_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/rebase_logic_ut.cpp - ${CMAKE_BINARY_DIR}/cloud/blockstore/libs/storage/partition2/model/ut/61732e4c70410f968af33bdd78c37a0a.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-partition2-model-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-partition2-model-ut - TEST_TARGET - cloud-blockstore-libs-storage-partition2-model-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-partition2-model-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-partition2-model-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-partition2-model-ut - PROPERTY - TIMEOUT - 60 -) -resources(cloud-blockstore-libs-storage-partition2-model-ut - ${CMAKE_BINARY_DIR}/cloud/blockstore/libs/storage/partition2/model/ut/61732e4c70410f968af33bdd78c37a0a.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/ut/data/fresh.blob - KEYS - fresh.blob -) -target_allocator(cloud-blockstore-libs-storage-partition2-model-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-blockstore-libs-storage-partition2-model-ut) diff --git a/cloud/blockstore/libs/storage/partition2/model/ut/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/partition2/model/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index ad1e51c77d4..00000000000 --- a/cloud/blockstore/libs/storage/partition2/model/ut/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,102 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_executable(cloud-blockstore-libs-storage-partition2-model-ut) -target_include_directories(cloud-blockstore-libs-storage-partition2-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model -) -target_link_libraries(cloud-blockstore-libs-storage-partition2-model-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - storage-partition2-model - library-cpp-resource -) -target_link_options(cloud-blockstore-libs-storage-partition2-model-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-storage-partition2-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/blob_index_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/block_index_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/block_list_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/checkpoint_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/disjoint_range_map_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/fresh_blob_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/lfu_list_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/mixed_index_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/rebase_logic_ut.cpp - ${CMAKE_BINARY_DIR}/cloud/blockstore/libs/storage/partition2/model/ut/61732e4c70410f968af33bdd78c37a0a.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-partition2-model-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-partition2-model-ut - TEST_TARGET - cloud-blockstore-libs-storage-partition2-model-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-partition2-model-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-partition2-model-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-partition2-model-ut - PROPERTY - TIMEOUT - 60 -) -resources(cloud-blockstore-libs-storage-partition2-model-ut - ${CMAKE_BINARY_DIR}/cloud/blockstore/libs/storage/partition2/model/ut/61732e4c70410f968af33bdd78c37a0a.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/ut/data/fresh.blob - KEYS - fresh.blob -) -target_allocator(cloud-blockstore-libs-storage-partition2-model-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-blockstore-libs-storage-partition2-model-ut) diff --git a/cloud/blockstore/libs/storage/partition2/model/ut/CMakeLists.txt b/cloud/blockstore/libs/storage/partition2/model/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/partition2/model/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/partition2/model/ut/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/partition2/model/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 96dc0f69151..00000000000 --- a/cloud/blockstore/libs/storage/partition2/model/ut/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. - - -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_executable(cloud-blockstore-libs-storage-partition2-model-ut) -target_include_directories(cloud-blockstore-libs-storage-partition2-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model -) -target_link_libraries(cloud-blockstore-libs-storage-partition2-model-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - storage-partition2-model - library-cpp-resource -) -target_sources(cloud-blockstore-libs-storage-partition2-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/blob_index_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/block_index_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/block_list_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/checkpoint_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/disjoint_range_map_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/fresh_blob_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/lfu_list_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/mixed_index_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/rebase_logic_ut.cpp - ${CMAKE_BINARY_DIR}/cloud/blockstore/libs/storage/partition2/model/ut/61732e4c70410f968af33bdd78c37a0a.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-partition2-model-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-partition2-model-ut - TEST_TARGET - cloud-blockstore-libs-storage-partition2-model-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-partition2-model-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-partition2-model-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-partition2-model-ut - PROPERTY - TIMEOUT - 60 -) -resources(cloud-blockstore-libs-storage-partition2-model-ut - ${CMAKE_BINARY_DIR}/cloud/blockstore/libs/storage/partition2/model/ut/61732e4c70410f968af33bdd78c37a0a.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/model/ut/data/fresh.blob - KEYS - fresh.blob -) -target_allocator(cloud-blockstore-libs-storage-partition2-model-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-storage-partition2-model-ut) diff --git a/cloud/blockstore/libs/storage/partition2/ut/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/partition2/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 3e18e64669d..00000000000 --- a/cloud/blockstore/libs/storage/partition2/ut/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_executable(cloud-blockstore-libs-storage-partition2-ut) -target_compile_options(cloud-blockstore-libs-storage-partition2-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-blockstore-libs-storage-partition2-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2 -) -target_link_libraries(cloud-blockstore-libs-storage-partition2-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-partition2 - blockstore-libs-storage-testlib - core-libs-tablet -) -target_link_options(cloud-blockstore-libs-storage-partition2-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-blockstore-libs-storage-partition2-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/garbage_queue_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_database_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_state_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-partition2-ut - PROPERTY - SPLIT_FACTOR - 10 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-partition2-ut - TEST_TARGET - cloud-blockstore-libs-storage-partition2-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-partition2-ut - PROPERTY - LABELS - MEDIUM -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-partition2-ut - PROPERTY - PROCESSORS - 4 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-partition2-ut - PROPERTY - TIMEOUT - 600 -) -target_allocator(cloud-blockstore-libs-storage-partition2-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-storage-partition2-ut) diff --git a/cloud/blockstore/libs/storage/partition2/ut/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/partition2/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 91ca5dcd554..00000000000 --- a/cloud/blockstore/libs/storage/partition2/ut/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,85 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-storage-partition2-ut) -target_compile_options(cloud-blockstore-libs-storage-partition2-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-blockstore-libs-storage-partition2-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2 -) -target_link_libraries(cloud-blockstore-libs-storage-partition2-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - libs-storage-partition2 - blockstore-libs-storage-testlib - core-libs-tablet -) -target_link_options(cloud-blockstore-libs-storage-partition2-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-storage-partition2-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/garbage_queue_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_database_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_state_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-partition2-ut - PROPERTY - SPLIT_FACTOR - 10 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-partition2-ut - TEST_TARGET - cloud-blockstore-libs-storage-partition2-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-partition2-ut - PROPERTY - LABELS - MEDIUM -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-partition2-ut - PROPERTY - PROCESSORS - 4 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-partition2-ut - PROPERTY - TIMEOUT - 600 -) -target_allocator(cloud-blockstore-libs-storage-partition2-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-blockstore-libs-storage-partition2-ut) diff --git a/cloud/blockstore/libs/storage/partition2/ut/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/partition2/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 8777a4b7ec5..00000000000 --- a/cloud/blockstore/libs/storage/partition2/ut/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,87 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-storage-partition2-ut) -target_compile_options(cloud-blockstore-libs-storage-partition2-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-blockstore-libs-storage-partition2-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2 -) -target_link_libraries(cloud-blockstore-libs-storage-partition2-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-partition2 - blockstore-libs-storage-testlib - core-libs-tablet -) -target_link_options(cloud-blockstore-libs-storage-partition2-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-storage-partition2-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/garbage_queue_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_database_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_state_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-partition2-ut - PROPERTY - SPLIT_FACTOR - 10 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-partition2-ut - TEST_TARGET - cloud-blockstore-libs-storage-partition2-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-partition2-ut - PROPERTY - LABELS - MEDIUM -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-partition2-ut - PROPERTY - PROCESSORS - 4 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-partition2-ut - PROPERTY - TIMEOUT - 600 -) -target_allocator(cloud-blockstore-libs-storage-partition2-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-blockstore-libs-storage-partition2-ut) diff --git a/cloud/blockstore/libs/storage/partition2/ut/CMakeLists.txt b/cloud/blockstore/libs/storage/partition2/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/partition2/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/partition2/ut/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/partition2/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 4ee3b1bb4d0..00000000000 --- a/cloud/blockstore/libs/storage/partition2/ut/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,75 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-storage-partition2-ut) -target_compile_options(cloud-blockstore-libs-storage-partition2-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-blockstore-libs-storage-partition2-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2 -) -target_link_libraries(cloud-blockstore-libs-storage-partition2-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-partition2 - blockstore-libs-storage-testlib - core-libs-tablet -) -target_sources(cloud-blockstore-libs-storage-partition2-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/garbage_queue_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_database_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_state_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition2/part2_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-partition2-ut - PROPERTY - SPLIT_FACTOR - 10 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-partition2-ut - TEST_TARGET - cloud-blockstore-libs-storage-partition2-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-partition2-ut - PROPERTY - LABELS - MEDIUM -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-partition2-ut - PROPERTY - PROCESSORS - 4 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-partition2-ut - PROPERTY - TIMEOUT - 600 -) -target_allocator(cloud-blockstore-libs-storage-partition2-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-storage-partition2-ut) diff --git a/cloud/blockstore/libs/storage/partition_common/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/partition_common/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 7e1e368b0a0..00000000000 --- a/cloud/blockstore/libs/storage/partition_common/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_subdirectory(model) -add_subdirectory(ut) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(libs-storage-partition_common) -target_link_libraries(libs-storage-partition_common PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - blockstore-libs-diagnostics - blockstore-libs-kikimr - libs-storage-core - storage-partition_common-model - core-libs-common - core-libs-kikimr - library-actors-core - ydb-core-base -) -target_sources(libs-storage-partition_common PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_common/actor_read_blob.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_common/actor_describe_base_disk_blocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_common/actor_loadfreshblobs.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_common/actor_trimfreshlog.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_common/drain_actor_companion.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_common/long_running_operation_companion.cpp -) -generate_enum_serilization(libs-storage-partition_common - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_common/events_private.h - INCLUDE_HEADERS - cloud/blockstore/libs/storage/partition_common/events_private.h -) diff --git a/cloud/blockstore/libs/storage/partition_common/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/partition_common/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 472e2a14a55..00000000000 --- a/cloud/blockstore/libs/storage/partition_common/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_subdirectory(model) -add_subdirectory(ut) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(libs-storage-partition_common) -target_link_libraries(libs-storage-partition_common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - blockstore-libs-diagnostics - blockstore-libs-kikimr - libs-storage-core - storage-partition_common-model - core-libs-common - core-libs-kikimr - library-actors-core - ydb-core-base -) -target_sources(libs-storage-partition_common PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_common/actor_read_blob.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_common/actor_describe_base_disk_blocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_common/actor_loadfreshblobs.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_common/actor_trimfreshlog.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_common/drain_actor_companion.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_common/long_running_operation_companion.cpp -) -generate_enum_serilization(libs-storage-partition_common - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_common/events_private.h - INCLUDE_HEADERS - cloud/blockstore/libs/storage/partition_common/events_private.h -) diff --git a/cloud/blockstore/libs/storage/partition_common/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/partition_common/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 472e2a14a55..00000000000 --- a/cloud/blockstore/libs/storage/partition_common/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_subdirectory(model) -add_subdirectory(ut) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(libs-storage-partition_common) -target_link_libraries(libs-storage-partition_common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - blockstore-libs-diagnostics - blockstore-libs-kikimr - libs-storage-core - storage-partition_common-model - core-libs-common - core-libs-kikimr - library-actors-core - ydb-core-base -) -target_sources(libs-storage-partition_common PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_common/actor_read_blob.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_common/actor_describe_base_disk_blocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_common/actor_loadfreshblobs.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_common/actor_trimfreshlog.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_common/drain_actor_companion.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_common/long_running_operation_companion.cpp -) -generate_enum_serilization(libs-storage-partition_common - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_common/events_private.h - INCLUDE_HEADERS - cloud/blockstore/libs/storage/partition_common/events_private.h -) diff --git a/cloud/blockstore/libs/storage/partition_common/CMakeLists.txt b/cloud/blockstore/libs/storage/partition_common/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/partition_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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/partition_common/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/partition_common/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 7e1e368b0a0..00000000000 --- a/cloud/blockstore/libs/storage/partition_common/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_subdirectory(model) -add_subdirectory(ut) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(libs-storage-partition_common) -target_link_libraries(libs-storage-partition_common PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - blockstore-libs-diagnostics - blockstore-libs-kikimr - libs-storage-core - storage-partition_common-model - core-libs-common - core-libs-kikimr - library-actors-core - ydb-core-base -) -target_sources(libs-storage-partition_common PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_common/actor_read_blob.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_common/actor_describe_base_disk_blocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_common/actor_loadfreshblobs.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_common/actor_trimfreshlog.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_common/drain_actor_companion.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_common/long_running_operation_companion.cpp -) -generate_enum_serilization(libs-storage-partition_common - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_common/events_private.h - INCLUDE_HEADERS - cloud/blockstore/libs/storage/partition_common/events_private.h -) diff --git a/cloud/blockstore/libs/storage/partition_common/model/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/partition_common/model/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 5001367863a..00000000000 --- a/cloud/blockstore/libs/storage/partition_common/model/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(storage-partition_common-model) -target_link_libraries(storage-partition_common-model PUBLIC - contrib-libs-cxxsupp - yutil - public-api-protos - libs-storage-protos - libs-storage-protos_ydb - library-actors-protos - ydb-core-protos -) -target_sources(storage-partition_common-model PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_common/model/blob_markers.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_common/model/fresh_blob.cpp -) diff --git a/cloud/blockstore/libs/storage/partition_common/model/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/partition_common/model/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d4114e18f43..00000000000 --- a/cloud/blockstore/libs/storage/partition_common/model/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(storage-partition_common-model) -target_link_libraries(storage-partition_common-model PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - public-api-protos - libs-storage-protos - libs-storage-protos_ydb - library-actors-protos - ydb-core-protos -) -target_sources(storage-partition_common-model PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_common/model/blob_markers.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_common/model/fresh_blob.cpp -) diff --git a/cloud/blockstore/libs/storage/partition_common/model/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/partition_common/model/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d4114e18f43..00000000000 --- a/cloud/blockstore/libs/storage/partition_common/model/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(storage-partition_common-model) -target_link_libraries(storage-partition_common-model PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - public-api-protos - libs-storage-protos - libs-storage-protos_ydb - library-actors-protos - ydb-core-protos -) -target_sources(storage-partition_common-model PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_common/model/blob_markers.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_common/model/fresh_blob.cpp -) diff --git a/cloud/blockstore/libs/storage/partition_common/model/CMakeLists.txt b/cloud/blockstore/libs/storage/partition_common/model/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/partition_common/model/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/partition_common/model/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/partition_common/model/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 5001367863a..00000000000 --- a/cloud/blockstore/libs/storage/partition_common/model/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(storage-partition_common-model) -target_link_libraries(storage-partition_common-model PUBLIC - contrib-libs-cxxsupp - yutil - public-api-protos - libs-storage-protos - libs-storage-protos_ydb - library-actors-protos - ydb-core-protos -) -target_sources(storage-partition_common-model PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_common/model/blob_markers.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_common/model/fresh_blob.cpp -) diff --git a/cloud/blockstore/libs/storage/partition_common/ut/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/partition_common/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index b1770266cf8..00000000000 --- a/cloud/blockstore/libs/storage/partition_common/ut/CMakeLists.darwin-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_executable(cloud-blockstore-libs-storage-partition_common-ut) -target_compile_options(cloud-blockstore-libs-storage-partition_common-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-blockstore-libs-storage-partition_common-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_common -) -target_link_libraries(cloud-blockstore-libs-storage-partition_common-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-partition_common - blockstore-libs-storage-testlib -) -target_link_options(cloud-blockstore-libs-storage-partition_common-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-blockstore-libs-storage-partition_common-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_common/actor_read_blob_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_common/actor_describe_base_disk_blocks_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_common/drain_actor_companion_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_common/long_running_operation_companion_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-partition_common-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-partition_common-ut - TEST_TARGET - cloud-blockstore-libs-storage-partition_common-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-partition_common-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-partition_common-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-partition_common-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-storage-partition_common-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-storage-partition_common-ut) diff --git a/cloud/blockstore/libs/storage/partition_common/ut/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/partition_common/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 67a393e70d2..00000000000 --- a/cloud/blockstore/libs/storage/partition_common/ut/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,84 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-storage-partition_common-ut) -target_compile_options(cloud-blockstore-libs-storage-partition_common-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-blockstore-libs-storage-partition_common-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_common -) -target_link_libraries(cloud-blockstore-libs-storage-partition_common-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - libs-storage-partition_common - blockstore-libs-storage-testlib -) -target_link_options(cloud-blockstore-libs-storage-partition_common-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-storage-partition_common-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_common/actor_read_blob_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_common/actor_describe_base_disk_blocks_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_common/drain_actor_companion_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_common/long_running_operation_companion_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-partition_common-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-partition_common-ut - TEST_TARGET - cloud-blockstore-libs-storage-partition_common-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-partition_common-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-partition_common-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-partition_common-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-storage-partition_common-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-blockstore-libs-storage-partition_common-ut) diff --git a/cloud/blockstore/libs/storage/partition_common/ut/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/partition_common/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 846a2787b28..00000000000 --- a/cloud/blockstore/libs/storage/partition_common/ut/CMakeLists.linux-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_executable(cloud-blockstore-libs-storage-partition_common-ut) -target_compile_options(cloud-blockstore-libs-storage-partition_common-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-blockstore-libs-storage-partition_common-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_common -) -target_link_libraries(cloud-blockstore-libs-storage-partition_common-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-partition_common - blockstore-libs-storage-testlib -) -target_link_options(cloud-blockstore-libs-storage-partition_common-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-storage-partition_common-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_common/actor_read_blob_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_common/actor_describe_base_disk_blocks_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_common/drain_actor_companion_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_common/long_running_operation_companion_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-partition_common-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-partition_common-ut - TEST_TARGET - cloud-blockstore-libs-storage-partition_common-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-partition_common-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-partition_common-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-partition_common-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-storage-partition_common-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-blockstore-libs-storage-partition_common-ut) diff --git a/cloud/blockstore/libs/storage/partition_common/ut/CMakeLists.txt b/cloud/blockstore/libs/storage/partition_common/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/partition_common/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/partition_common/ut/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/partition_common/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index fa99b621ee8..00000000000 --- a/cloud/blockstore/libs/storage/partition_common/ut/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,74 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-storage-partition_common-ut) -target_compile_options(cloud-blockstore-libs-storage-partition_common-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-blockstore-libs-storage-partition_common-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_common -) -target_link_libraries(cloud-blockstore-libs-storage-partition_common-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-partition_common - blockstore-libs-storage-testlib -) -target_sources(cloud-blockstore-libs-storage-partition_common-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_common/actor_read_blob_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_common/actor_describe_base_disk_blocks_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_common/drain_actor_companion_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_common/long_running_operation_companion_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-partition_common-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-partition_common-ut - TEST_TARGET - cloud-blockstore-libs-storage-partition_common-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-partition_common-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-partition_common-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-partition_common-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-storage-partition_common-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-storage-partition_common-ut) diff --git a/cloud/blockstore/libs/storage/partition_nonrepl/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/partition_nonrepl/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 292c814d2d4..00000000000 --- a/cloud/blockstore/libs/storage/partition_nonrepl/CMakeLists.darwin-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_subdirectory(model) -add_subdirectory(ut) - -add_library(libs-storage-partition_nonrepl) -target_link_libraries(libs-storage-partition_nonrepl PUBLIC - contrib-libs-cxxsupp - yutil - cloud-blockstore-config - blockstore-libs-common - blockstore-libs-kikimr - libs-rdma-iface - blockstore-libs-service_local - libs-storage-api - libs-storage-core - storage-partition_nonrepl-model - libs-storage-protos - core-libs-common - cpp-containers-ring_buffer - ydb-core-base - ydb-core-testlib - core-testlib-basics - library-actors-core -) -target_sources(libs-storage-partition_nonrepl PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/copy_range.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/replica_info.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/resync_range.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/mirror_request_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_actor_mirror.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_actor_readblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_actor_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_resync.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_resync_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_resync_actor_forward.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_resync_actor_readblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_resync_actor_resync.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_resync_actor_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_resync_fastpath_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_resync_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_resync_util.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_actor_checksumblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_actor_readblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_actor_readblocks_local.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_actor_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_actor_writeblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_actor_zeroblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_common.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_rdma.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_rdma_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_rdma_actor_checksumblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_rdma_actor_readblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_rdma_actor_readblocks_local.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_rdma_actor_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_rdma_actor_writeblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_rdma_actor_zeroblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_migration.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_migration_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_migration_actor_migration.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_migration_actor_mirror.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_migration_actor_readblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_migration_actor_readblocks_local.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_migration_actor_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_migration_state.cpp -) diff --git a/cloud/blockstore/libs/storage/partition_nonrepl/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/partition_nonrepl/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b885fdfa571..00000000000 --- a/cloud/blockstore/libs/storage/partition_nonrepl/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,79 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(model) -add_subdirectory(ut) - -add_library(libs-storage-partition_nonrepl) -target_link_libraries(libs-storage-partition_nonrepl PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cloud-blockstore-config - blockstore-libs-common - blockstore-libs-kikimr - libs-rdma-iface - blockstore-libs-service_local - libs-storage-api - libs-storage-core - storage-partition_nonrepl-model - libs-storage-protos - core-libs-common - cpp-containers-ring_buffer - ydb-core-base - ydb-core-testlib - core-testlib-basics - library-actors-core -) -target_sources(libs-storage-partition_nonrepl PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/copy_range.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/replica_info.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/resync_range.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/mirror_request_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_actor_mirror.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_actor_readblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_actor_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_resync.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_resync_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_resync_actor_forward.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_resync_actor_readblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_resync_actor_resync.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_resync_actor_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_resync_fastpath_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_resync_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_resync_util.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_actor_checksumblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_actor_readblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_actor_readblocks_local.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_actor_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_actor_writeblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_actor_zeroblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_common.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_rdma.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_rdma_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_rdma_actor_checksumblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_rdma_actor_readblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_rdma_actor_readblocks_local.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_rdma_actor_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_rdma_actor_writeblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_rdma_actor_zeroblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_migration.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_migration_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_migration_actor_migration.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_migration_actor_mirror.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_migration_actor_readblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_migration_actor_readblocks_local.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_migration_actor_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_migration_state.cpp -) diff --git a/cloud/blockstore/libs/storage/partition_nonrepl/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/partition_nonrepl/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b885fdfa571..00000000000 --- a/cloud/blockstore/libs/storage/partition_nonrepl/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,79 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(model) -add_subdirectory(ut) - -add_library(libs-storage-partition_nonrepl) -target_link_libraries(libs-storage-partition_nonrepl PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cloud-blockstore-config - blockstore-libs-common - blockstore-libs-kikimr - libs-rdma-iface - blockstore-libs-service_local - libs-storage-api - libs-storage-core - storage-partition_nonrepl-model - libs-storage-protos - core-libs-common - cpp-containers-ring_buffer - ydb-core-base - ydb-core-testlib - core-testlib-basics - library-actors-core -) -target_sources(libs-storage-partition_nonrepl PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/copy_range.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/replica_info.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/resync_range.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/mirror_request_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_actor_mirror.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_actor_readblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_actor_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_resync.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_resync_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_resync_actor_forward.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_resync_actor_readblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_resync_actor_resync.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_resync_actor_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_resync_fastpath_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_resync_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_resync_util.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_actor_checksumblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_actor_readblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_actor_readblocks_local.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_actor_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_actor_writeblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_actor_zeroblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_common.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_rdma.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_rdma_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_rdma_actor_checksumblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_rdma_actor_readblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_rdma_actor_readblocks_local.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_rdma_actor_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_rdma_actor_writeblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_rdma_actor_zeroblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_migration.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_migration_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_migration_actor_migration.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_migration_actor_mirror.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_migration_actor_readblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_migration_actor_readblocks_local.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_migration_actor_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_migration_state.cpp -) diff --git a/cloud/blockstore/libs/storage/partition_nonrepl/CMakeLists.txt b/cloud/blockstore/libs/storage/partition_nonrepl/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/partition_nonrepl/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/partition_nonrepl/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/partition_nonrepl/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 292c814d2d4..00000000000 --- a/cloud/blockstore/libs/storage/partition_nonrepl/CMakeLists.windows-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_subdirectory(model) -add_subdirectory(ut) - -add_library(libs-storage-partition_nonrepl) -target_link_libraries(libs-storage-partition_nonrepl PUBLIC - contrib-libs-cxxsupp - yutil - cloud-blockstore-config - blockstore-libs-common - blockstore-libs-kikimr - libs-rdma-iface - blockstore-libs-service_local - libs-storage-api - libs-storage-core - storage-partition_nonrepl-model - libs-storage-protos - core-libs-common - cpp-containers-ring_buffer - ydb-core-base - ydb-core-testlib - core-testlib-basics - library-actors-core -) -target_sources(libs-storage-partition_nonrepl PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/copy_range.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/replica_info.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/resync_range.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/mirror_request_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_actor_mirror.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_actor_readblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_actor_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_resync.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_resync_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_resync_actor_forward.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_resync_actor_readblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_resync_actor_resync.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_resync_actor_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_resync_fastpath_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_resync_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_resync_util.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_actor_checksumblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_actor_readblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_actor_readblocks_local.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_actor_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_actor_writeblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_actor_zeroblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_common.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_rdma.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_rdma_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_rdma_actor_checksumblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_rdma_actor_readblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_rdma_actor_readblocks_local.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_rdma_actor_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_rdma_actor_writeblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_rdma_actor_zeroblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_migration.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_migration_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_migration_actor_migration.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_migration_actor_mirror.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_migration_actor_readblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_migration_actor_readblocks_local.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_migration_actor_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_migration_state.cpp -) diff --git a/cloud/blockstore/libs/storage/partition_nonrepl/model/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/partition_nonrepl/model/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 7b632fa1df6..00000000000 --- a/cloud/blockstore/libs/storage/partition_nonrepl/model/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_subdirectory(ut) - -add_library(storage-partition_nonrepl-model) -target_link_libraries(storage-partition_nonrepl-model PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-common - core-libs-common -) -target_sources(storage-partition_nonrepl-model PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/model/processing_blocks.cpp -) diff --git a/cloud/blockstore/libs/storage/partition_nonrepl/model/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/partition_nonrepl/model/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 89160e4c228..00000000000 --- a/cloud/blockstore/libs/storage/partition_nonrepl/model/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(ut) - -add_library(storage-partition_nonrepl-model) -target_link_libraries(storage-partition_nonrepl-model PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-common - core-libs-common -) -target_sources(storage-partition_nonrepl-model PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/model/processing_blocks.cpp -) diff --git a/cloud/blockstore/libs/storage/partition_nonrepl/model/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/partition_nonrepl/model/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 89160e4c228..00000000000 --- a/cloud/blockstore/libs/storage/partition_nonrepl/model/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(ut) - -add_library(storage-partition_nonrepl-model) -target_link_libraries(storage-partition_nonrepl-model PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-common - core-libs-common -) -target_sources(storage-partition_nonrepl-model PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/model/processing_blocks.cpp -) diff --git a/cloud/blockstore/libs/storage/partition_nonrepl/model/CMakeLists.txt b/cloud/blockstore/libs/storage/partition_nonrepl/model/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/partition_nonrepl/model/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/partition_nonrepl/model/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/partition_nonrepl/model/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 7b632fa1df6..00000000000 --- a/cloud/blockstore/libs/storage/partition_nonrepl/model/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(ut) - -add_library(storage-partition_nonrepl-model) -target_link_libraries(storage-partition_nonrepl-model PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-common - core-libs-common -) -target_sources(storage-partition_nonrepl-model PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/model/processing_blocks.cpp -) diff --git a/cloud/blockstore/libs/storage/partition_nonrepl/model/ut/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/partition_nonrepl/model/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index bf622e67721..00000000000 --- a/cloud/blockstore/libs/storage/partition_nonrepl/model/ut/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,74 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(libs-storage-partition_nonrepl-model-ut) -target_include_directories(libs-storage-partition_nonrepl-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/model -) -target_link_libraries(libs-storage-partition_nonrepl-model-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - storage-partition_nonrepl-model -) -target_link_options(libs-storage-partition_nonrepl-model-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(libs-storage-partition_nonrepl-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/model/processing_blocks_ut.cpp -) -set_property( - TARGET - libs-storage-partition_nonrepl-model-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - libs-storage-partition_nonrepl-model-ut - TEST_TARGET - libs-storage-partition_nonrepl-model-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - libs-storage-partition_nonrepl-model-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - libs-storage-partition_nonrepl-model-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - libs-storage-partition_nonrepl-model-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(libs-storage-partition_nonrepl-model-ut - system_allocator -) -vcs_info(libs-storage-partition_nonrepl-model-ut) diff --git a/cloud/blockstore/libs/storage/partition_nonrepl/model/ut/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/partition_nonrepl/model/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 97586f88440..00000000000 --- a/cloud/blockstore/libs/storage/partition_nonrepl/model/ut/CMakeLists.linux-aarch64.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_executable(libs-storage-partition_nonrepl-model-ut) -target_include_directories(libs-storage-partition_nonrepl-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/model -) -target_link_libraries(libs-storage-partition_nonrepl-model-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - storage-partition_nonrepl-model -) -target_link_options(libs-storage-partition_nonrepl-model-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(libs-storage-partition_nonrepl-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/model/processing_blocks_ut.cpp -) -set_property( - TARGET - libs-storage-partition_nonrepl-model-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - libs-storage-partition_nonrepl-model-ut - TEST_TARGET - libs-storage-partition_nonrepl-model-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - libs-storage-partition_nonrepl-model-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - libs-storage-partition_nonrepl-model-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - libs-storage-partition_nonrepl-model-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(libs-storage-partition_nonrepl-model-ut - cpp-malloc-jemalloc -) -vcs_info(libs-storage-partition_nonrepl-model-ut) diff --git a/cloud/blockstore/libs/storage/partition_nonrepl/model/ut/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/partition_nonrepl/model/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 9d263d38927..00000000000 --- a/cloud/blockstore/libs/storage/partition_nonrepl/model/ut/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,79 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(libs-storage-partition_nonrepl-model-ut) -target_include_directories(libs-storage-partition_nonrepl-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/model -) -target_link_libraries(libs-storage-partition_nonrepl-model-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - storage-partition_nonrepl-model -) -target_link_options(libs-storage-partition_nonrepl-model-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(libs-storage-partition_nonrepl-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/model/processing_blocks_ut.cpp -) -set_property( - TARGET - libs-storage-partition_nonrepl-model-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - libs-storage-partition_nonrepl-model-ut - TEST_TARGET - libs-storage-partition_nonrepl-model-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - libs-storage-partition_nonrepl-model-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - libs-storage-partition_nonrepl-model-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - libs-storage-partition_nonrepl-model-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(libs-storage-partition_nonrepl-model-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(libs-storage-partition_nonrepl-model-ut) diff --git a/cloud/blockstore/libs/storage/partition_nonrepl/model/ut/CMakeLists.txt b/cloud/blockstore/libs/storage/partition_nonrepl/model/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/partition_nonrepl/model/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/partition_nonrepl/model/ut/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/partition_nonrepl/model/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 7d0bfd57868..00000000000 --- a/cloud/blockstore/libs/storage/partition_nonrepl/model/ut/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,67 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(libs-storage-partition_nonrepl-model-ut) -target_include_directories(libs-storage-partition_nonrepl-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/model -) -target_link_libraries(libs-storage-partition_nonrepl-model-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - storage-partition_nonrepl-model -) -target_sources(libs-storage-partition_nonrepl-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/model/processing_blocks_ut.cpp -) -set_property( - TARGET - libs-storage-partition_nonrepl-model-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - libs-storage-partition_nonrepl-model-ut - TEST_TARGET - libs-storage-partition_nonrepl-model-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - libs-storage-partition_nonrepl-model-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - libs-storage-partition_nonrepl-model-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - libs-storage-partition_nonrepl-model-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(libs-storage-partition_nonrepl-model-ut - system_allocator -) -vcs_info(libs-storage-partition_nonrepl-model-ut) diff --git a/cloud/blockstore/libs/storage/partition_nonrepl/ut/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/partition_nonrepl/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 320f8413d7f..00000000000 --- a/cloud/blockstore/libs/storage/partition_nonrepl/ut/CMakeLists.darwin-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_executable(blockstore-libs-storage-partition_nonrepl-ut) -target_include_directories(blockstore-libs-storage-partition_nonrepl-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl -) -target_link_libraries(blockstore-libs-storage-partition_nonrepl-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-partition_nonrepl - cloud-blockstore-config - blockstore-libs-diagnostics - blockstore-libs-rdma_test - blockstore-libs-storage-testlib -) -target_link_options(blockstore-libs-storage-partition_nonrepl-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(blockstore-libs-storage-partition_nonrepl-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_resync_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_state_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_common_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_migration_state_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_migration_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_rdma_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/resync_range_ut.cpp -) -set_property( - TARGET - blockstore-libs-storage-partition_nonrepl-ut - PROPERTY - SPLIT_FACTOR - 10 -) -add_yunittest( - NAME - blockstore-libs-storage-partition_nonrepl-ut - TEST_TARGET - blockstore-libs-storage-partition_nonrepl-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - blockstore-libs-storage-partition_nonrepl-ut - PROPERTY - LABELS - MEDIUM -) -set_yunittest_property( - TEST - blockstore-libs-storage-partition_nonrepl-ut - PROPERTY - PROCESSORS - 4 -) -set_yunittest_property( - TEST - blockstore-libs-storage-partition_nonrepl-ut - PROPERTY - TIMEOUT - 600 -) -target_allocator(blockstore-libs-storage-partition_nonrepl-ut - system_allocator -) -vcs_info(blockstore-libs-storage-partition_nonrepl-ut) diff --git a/cloud/blockstore/libs/storage/partition_nonrepl/ut/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/partition_nonrepl/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 8a2686d18d7..00000000000 --- a/cloud/blockstore/libs/storage/partition_nonrepl/ut/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,89 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(blockstore-libs-storage-partition_nonrepl-ut) -target_include_directories(blockstore-libs-storage-partition_nonrepl-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl -) -target_link_libraries(blockstore-libs-storage-partition_nonrepl-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - libs-storage-partition_nonrepl - cloud-blockstore-config - blockstore-libs-diagnostics - blockstore-libs-rdma_test - blockstore-libs-storage-testlib -) -target_link_options(blockstore-libs-storage-partition_nonrepl-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(blockstore-libs-storage-partition_nonrepl-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_resync_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_state_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_common_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_migration_state_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_migration_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_rdma_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/resync_range_ut.cpp -) -set_property( - TARGET - blockstore-libs-storage-partition_nonrepl-ut - PROPERTY - SPLIT_FACTOR - 10 -) -add_yunittest( - NAME - blockstore-libs-storage-partition_nonrepl-ut - TEST_TARGET - blockstore-libs-storage-partition_nonrepl-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - blockstore-libs-storage-partition_nonrepl-ut - PROPERTY - LABELS - MEDIUM -) -set_yunittest_property( - TEST - blockstore-libs-storage-partition_nonrepl-ut - PROPERTY - PROCESSORS - 4 -) -set_yunittest_property( - TEST - blockstore-libs-storage-partition_nonrepl-ut - PROPERTY - TIMEOUT - 600 -) -target_allocator(blockstore-libs-storage-partition_nonrepl-ut - cpp-malloc-jemalloc -) -vcs_info(blockstore-libs-storage-partition_nonrepl-ut) diff --git a/cloud/blockstore/libs/storage/partition_nonrepl/ut/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/partition_nonrepl/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 881cff4377f..00000000000 --- a/cloud/blockstore/libs/storage/partition_nonrepl/ut/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_executable(blockstore-libs-storage-partition_nonrepl-ut) -target_include_directories(blockstore-libs-storage-partition_nonrepl-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl -) -target_link_libraries(blockstore-libs-storage-partition_nonrepl-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-partition_nonrepl - cloud-blockstore-config - blockstore-libs-diagnostics - blockstore-libs-rdma_test - blockstore-libs-storage-testlib -) -target_link_options(blockstore-libs-storage-partition_nonrepl-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(blockstore-libs-storage-partition_nonrepl-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_resync_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_state_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_common_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_migration_state_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_migration_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_rdma_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/resync_range_ut.cpp -) -set_property( - TARGET - blockstore-libs-storage-partition_nonrepl-ut - PROPERTY - SPLIT_FACTOR - 10 -) -add_yunittest( - NAME - blockstore-libs-storage-partition_nonrepl-ut - TEST_TARGET - blockstore-libs-storage-partition_nonrepl-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - blockstore-libs-storage-partition_nonrepl-ut - PROPERTY - LABELS - MEDIUM -) -set_yunittest_property( - TEST - blockstore-libs-storage-partition_nonrepl-ut - PROPERTY - PROCESSORS - 4 -) -set_yunittest_property( - TEST - blockstore-libs-storage-partition_nonrepl-ut - PROPERTY - TIMEOUT - 600 -) -target_allocator(blockstore-libs-storage-partition_nonrepl-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(blockstore-libs-storage-partition_nonrepl-ut) diff --git a/cloud/blockstore/libs/storage/partition_nonrepl/ut/CMakeLists.txt b/cloud/blockstore/libs/storage/partition_nonrepl/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/partition_nonrepl/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/partition_nonrepl/ut/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/partition_nonrepl/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 2e5d21ce6f3..00000000000 --- a/cloud/blockstore/libs/storage/partition_nonrepl/ut/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,79 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(blockstore-libs-storage-partition_nonrepl-ut) -target_include_directories(blockstore-libs-storage-partition_nonrepl-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl -) -target_link_libraries(blockstore-libs-storage-partition_nonrepl-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-partition_nonrepl - cloud-blockstore-config - blockstore-libs-diagnostics - blockstore-libs-rdma_test - blockstore-libs-storage-testlib -) -target_sources(blockstore-libs-storage-partition_nonrepl-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_resync_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_state_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_mirror_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_common_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_migration_state_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_migration_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_rdma_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/part_nonrepl_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/partition_nonrepl/resync_range_ut.cpp -) -set_property( - TARGET - blockstore-libs-storage-partition_nonrepl-ut - PROPERTY - SPLIT_FACTOR - 10 -) -add_yunittest( - NAME - blockstore-libs-storage-partition_nonrepl-ut - TEST_TARGET - blockstore-libs-storage-partition_nonrepl-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - blockstore-libs-storage-partition_nonrepl-ut - PROPERTY - LABELS - MEDIUM -) -set_yunittest_property( - TEST - blockstore-libs-storage-partition_nonrepl-ut - PROPERTY - PROCESSORS - 4 -) -set_yunittest_property( - TEST - blockstore-libs-storage-partition_nonrepl-ut - PROPERTY - TIMEOUT - 600 -) -target_allocator(blockstore-libs-storage-partition_nonrepl-ut - system_allocator -) -vcs_info(blockstore-libs-storage-partition_nonrepl-ut) diff --git a/cloud/blockstore/libs/storage/perf/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/perf/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 660f2a61b7e..00000000000 --- a/cloud/blockstore/libs/storage/perf/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. - - -get_built_tool_path( - TOOL_archiver_bin - TOOL_archiver_dependency - tools/archiver - archiver -) - -add_executable(cloud-blockstore-libs-storage-perf) -target_link_libraries(cloud-blockstore-libs-storage-perf PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - testing-benchmark-main - storage-partition2-model - library-cpp-archive - library-cpp-json - cpp-string_utils-base64 -) -target_link_options(cloud-blockstore-libs-storage-perf PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-blockstore-libs-storage-perf PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/perf/blob_index_perf.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/perf/block_list_perf.cpp - ${CMAKE_BINARY_DIR}/cloud/blockstore/libs/storage/perf/data.inc -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/cloud/blockstore/libs/storage/perf/data.inc - DEPENDS - ${TOOL_archiver_bin} - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/perf/data/blocklists.json - COMMAND - ${TOOL_archiver_bin} - -q - -x - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/perf/data/blocklists.json: - -o - ${CMAKE_BINARY_DIR}/cloud/blockstore/libs/storage/perf/data.inc -) -target_allocator(cloud-blockstore-libs-storage-perf - system_allocator -) -vcs_info(cloud-blockstore-libs-storage-perf) -if(NOT CMAKE_CROSSCOMPILING) - add_dependencies(cloud-blockstore-libs-storage-perf - archiver -) -endif() diff --git a/cloud/blockstore/libs/storage/perf/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/perf/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b2dc531c1af..00000000000 --- a/cloud/blockstore/libs/storage/perf/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_archiver_bin - TOOL_archiver_dependency - tools/archiver - archiver -) - -add_executable(cloud-blockstore-libs-storage-perf) -target_link_libraries(cloud-blockstore-libs-storage-perf PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - testing-benchmark-main - storage-partition2-model - library-cpp-archive - library-cpp-json - cpp-string_utils-base64 -) -target_link_options(cloud-blockstore-libs-storage-perf PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-storage-perf PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/perf/blob_index_perf.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/perf/block_list_perf.cpp - ${CMAKE_BINARY_DIR}/cloud/blockstore/libs/storage/perf/data.inc -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/cloud/blockstore/libs/storage/perf/data.inc - DEPENDS - ${TOOL_archiver_bin} - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/perf/data/blocklists.json - COMMAND - ${TOOL_archiver_bin} - -q - -x - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/perf/data/blocklists.json: - -o - ${CMAKE_BINARY_DIR}/cloud/blockstore/libs/storage/perf/data.inc -) -target_allocator(cloud-blockstore-libs-storage-perf - cpp-malloc-jemalloc -) -vcs_info(cloud-blockstore-libs-storage-perf) -if(NOT CMAKE_CROSSCOMPILING) - add_dependencies(cloud-blockstore-libs-storage-perf - archiver -) -endif() diff --git a/cloud/blockstore/libs/storage/perf/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/perf/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 5700134ea2a..00000000000 --- a/cloud/blockstore/libs/storage/perf/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. - - -get_built_tool_path( - TOOL_archiver_bin - TOOL_archiver_dependency - tools/archiver - archiver -) - -add_executable(cloud-blockstore-libs-storage-perf) -target_link_libraries(cloud-blockstore-libs-storage-perf PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - testing-benchmark-main - storage-partition2-model - library-cpp-archive - library-cpp-json - cpp-string_utils-base64 -) -target_link_options(cloud-blockstore-libs-storage-perf PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-storage-perf PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/perf/blob_index_perf.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/perf/block_list_perf.cpp - ${CMAKE_BINARY_DIR}/cloud/blockstore/libs/storage/perf/data.inc -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/cloud/blockstore/libs/storage/perf/data.inc - DEPENDS - ${TOOL_archiver_bin} - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/perf/data/blocklists.json - COMMAND - ${TOOL_archiver_bin} - -q - -x - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/perf/data/blocklists.json: - -o - ${CMAKE_BINARY_DIR}/cloud/blockstore/libs/storage/perf/data.inc -) -target_allocator(cloud-blockstore-libs-storage-perf - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-blockstore-libs-storage-perf) -if(NOT CMAKE_CROSSCOMPILING) - add_dependencies(cloud-blockstore-libs-storage-perf - archiver -) -endif() diff --git a/cloud/blockstore/libs/storage/perf/CMakeLists.txt b/cloud/blockstore/libs/storage/perf/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/perf/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/perf/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/perf/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 1dcf0c6334c..00000000000 --- a/cloud/blockstore/libs/storage/perf/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,54 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_archiver_bin - TOOL_archiver_dependency - tools/archiver - archiver -) - -add_executable(cloud-blockstore-libs-storage-perf) -target_link_libraries(cloud-blockstore-libs-storage-perf PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - testing-benchmark-main - storage-partition2-model - library-cpp-archive - library-cpp-json - cpp-string_utils-base64 -) -target_sources(cloud-blockstore-libs-storage-perf PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/perf/blob_index_perf.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/perf/block_list_perf.cpp - ${CMAKE_BINARY_DIR}/cloud/blockstore/libs/storage/perf/data.inc -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/cloud/blockstore/libs/storage/perf/data.inc - DEPENDS - ${TOOL_archiver_bin} - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/perf/data/blocklists.json - COMMAND - ${TOOL_archiver_bin} - -q - -x - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/perf/data/blocklists.json: - -o - ${CMAKE_BINARY_DIR}/cloud/blockstore/libs/storage/perf/data.inc -) -target_allocator(cloud-blockstore-libs-storage-perf - system_allocator -) -vcs_info(cloud-blockstore-libs-storage-perf) -if(NOT CMAKE_CROSSCOMPILING) - add_dependencies(cloud-blockstore-libs-storage-perf - archiver -) -endif() diff --git a/cloud/blockstore/libs/storage/protos/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/protos/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index f997c031761..00000000000 --- a/cloud/blockstore/libs/storage/protos/CMakeLists.darwin-x86_64.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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(libs-storage-protos) -target_link_libraries(libs-storage-protos PUBLIC - contrib-libs-cxxsupp - yutil - cloud-blockstore-config - private-api-protos - public-api-protos - storage-core-protos - contrib-libs-protobuf -) -target_proto_messages(libs-storage-protos PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/protos/disk.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/protos/part.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/protos/volume.proto -) -target_proto_addincls(libs-storage-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(libs-storage-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/blockstore/libs/storage/protos/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/protos/CMakeLists.linux-aarch64.txt deleted file mode 100644 index da51f63c577..00000000000 --- a/cloud/blockstore/libs/storage/protos/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,74 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(libs-storage-protos) -target_link_libraries(libs-storage-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cloud-blockstore-config - private-api-protos - public-api-protos - storage-core-protos - contrib-libs-protobuf -) -target_proto_messages(libs-storage-protos PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/protos/disk.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/protos/part.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/protos/volume.proto -) -target_proto_addincls(libs-storage-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(libs-storage-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/blockstore/libs/storage/protos/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/protos/CMakeLists.linux-x86_64.txt deleted file mode 100644 index da51f63c577..00000000000 --- a/cloud/blockstore/libs/storage/protos/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,74 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(libs-storage-protos) -target_link_libraries(libs-storage-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cloud-blockstore-config - private-api-protos - public-api-protos - storage-core-protos - contrib-libs-protobuf -) -target_proto_messages(libs-storage-protos PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/protos/disk.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/protos/part.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/protos/volume.proto -) -target_proto_addincls(libs-storage-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(libs-storage-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/blockstore/libs/storage/protos/CMakeLists.txt b/cloud/blockstore/libs/storage/protos/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/protos/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/protos/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/protos/CMakeLists.windows-x86_64.txt deleted file mode 100644 index f997c031761..00000000000 --- a/cloud/blockstore/libs/storage/protos/CMakeLists.windows-x86_64.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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(libs-storage-protos) -target_link_libraries(libs-storage-protos PUBLIC - contrib-libs-cxxsupp - yutil - cloud-blockstore-config - private-api-protos - public-api-protos - storage-core-protos - contrib-libs-protobuf -) -target_proto_messages(libs-storage-protos PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/protos/disk.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/protos/part.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/protos/volume.proto -) -target_proto_addincls(libs-storage-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(libs-storage-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/blockstore/libs/storage/protos_ydb/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/protos_ydb/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 1dcd326b085..00000000000 --- a/cloud/blockstore/libs/storage/protos_ydb/CMakeLists.darwin-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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(libs-storage-protos_ydb) -target_link_libraries(libs-storage-protos_ydb PUBLIC - contrib-libs-cxxsupp - yutil - libs-storage-protos - public-api-protos - storage-core-protos - ydb-core-protos - contrib-libs-protobuf -) -target_proto_messages(libs-storage-protos_ydb PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/protos_ydb/disk.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/protos_ydb/volume.proto -) -target_proto_addincls(libs-storage-protos_ydb - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(libs-storage-protos_ydb - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/blockstore/libs/storage/protos_ydb/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/protos_ydb/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d5e1ded91fd..00000000000 --- a/cloud/blockstore/libs/storage/protos_ydb/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(libs-storage-protos_ydb) -target_link_libraries(libs-storage-protos_ydb PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-storage-protos - public-api-protos - storage-core-protos - ydb-core-protos - contrib-libs-protobuf -) -target_proto_messages(libs-storage-protos_ydb PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/protos_ydb/disk.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/protos_ydb/volume.proto -) -target_proto_addincls(libs-storage-protos_ydb - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(libs-storage-protos_ydb - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/blockstore/libs/storage/protos_ydb/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/protos_ydb/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d5e1ded91fd..00000000000 --- a/cloud/blockstore/libs/storage/protos_ydb/CMakeLists.linux-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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(libs-storage-protos_ydb) -target_link_libraries(libs-storage-protos_ydb PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-storage-protos - public-api-protos - storage-core-protos - ydb-core-protos - contrib-libs-protobuf -) -target_proto_messages(libs-storage-protos_ydb PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/protos_ydb/disk.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/protos_ydb/volume.proto -) -target_proto_addincls(libs-storage-protos_ydb - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(libs-storage-protos_ydb - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/blockstore/libs/storage/protos_ydb/CMakeLists.txt b/cloud/blockstore/libs/storage/protos_ydb/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/protos_ydb/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/protos_ydb/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/protos_ydb/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 1dcd326b085..00000000000 --- a/cloud/blockstore/libs/storage/protos_ydb/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(libs-storage-protos_ydb) -target_link_libraries(libs-storage-protos_ydb PUBLIC - contrib-libs-cxxsupp - yutil - libs-storage-protos - public-api-protos - storage-core-protos - ydb-core-protos - contrib-libs-protobuf -) -target_proto_messages(libs-storage-protos_ydb PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/protos_ydb/disk.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/protos_ydb/volume.proto -) -target_proto_addincls(libs-storage-protos_ydb - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(libs-storage-protos_ydb - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/blockstore/libs/storage/service/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/service/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 3b8133e17e0..00000000000 --- a/cloud/blockstore/libs/storage/service/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,120 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(model) -add_subdirectory(ut) - -add_library(libs-storage-service) -target_link_libraries(libs-storage-service PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-discovery - blockstore-libs-encryption - blockstore-libs-kikimr - libs-storage-api - libs-storage-core - libs-storage-protos - storage-service-model - libs-storage-volume - private-api-protos - core-libs-api - core-libs-common - library-actors-core - library-cpp-json - monlib-service-pages - ydb-core-base - ydb-core-mind - ydb-core-mon - ydb-core-node_whiteboard - ydb-core-protos - ydb-core-tablet - core-tx-schemeshard - contrib-libs-protobuf -) -target_sources(libs-storage-service PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_backup_disk_registry_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_change_disk_device.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_change_storage_config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_check_blob.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_compact_range.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_configure_volume_balancer.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_create_disk_from_devices.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_delete_checkpoint_data.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_describe_blocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_describe.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_disk_registry_change_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_drain_node.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_finish_fill_disk.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_get_dependent_disks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_get_compaction_status.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_get_diskregistry_tablet_info.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_get_partition_info.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_kill_tablet.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_migration_disk_registry_device.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_modify_tags.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_reallocate_disk.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_reassign_disk_registry.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_rebase_volume.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_rebind_volumes.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_rebuild_metadata.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_replace_device.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_reset_tablet.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_restore_disk_registry_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_scan_disk.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_set_user_id.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_setup_channels.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_suspend_device.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_update_disk_block_size.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_update_disk_replica_count.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_update_disk_registry_params.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_update_placement_group_settings.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_update_used_blocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_update_volume_params.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_writable_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_alter.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_assign.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_balancer_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_check_liveness.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_client_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_create.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_create_from_device.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_describe.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_describe_disk_registry_config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_describe_model.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_destroy.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_forward.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_forward_to_disk_registry.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_list.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_monitoring.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_monitoring_binding.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_monitoring_clients.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_monitoring_search.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_monitoring_unmount.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_mount.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_readblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_sync_manually_preempted_volumes.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_unmount.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_update_disk_registry_config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_volume_binding.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_writeblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/volume_client_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/volume_session_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/volume_session_actor_binding.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/volume_session_actor_mount.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/volume_session_actor_start.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/volume_session_actor_stop.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/volume_session_actor_unmount.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/volume_timed_delivery.cpp -) diff --git a/cloud/blockstore/libs/storage/service/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/service/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 6db61a9780c..00000000000 --- a/cloud/blockstore/libs/storage/service/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,121 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(model) -add_subdirectory(ut) - -add_library(libs-storage-service) -target_link_libraries(libs-storage-service PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-discovery - blockstore-libs-encryption - blockstore-libs-kikimr - libs-storage-api - libs-storage-core - libs-storage-protos - storage-service-model - libs-storage-volume - private-api-protos - core-libs-api - core-libs-common - library-actors-core - library-cpp-json - monlib-service-pages - ydb-core-base - ydb-core-mind - ydb-core-mon - ydb-core-node_whiteboard - ydb-core-protos - ydb-core-tablet - core-tx-schemeshard - contrib-libs-protobuf -) -target_sources(libs-storage-service PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_backup_disk_registry_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_change_disk_device.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_change_storage_config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_check_blob.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_compact_range.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_configure_volume_balancer.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_create_disk_from_devices.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_delete_checkpoint_data.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_describe_blocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_describe.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_disk_registry_change_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_drain_node.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_finish_fill_disk.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_get_dependent_disks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_get_compaction_status.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_get_diskregistry_tablet_info.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_get_partition_info.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_kill_tablet.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_migration_disk_registry_device.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_modify_tags.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_reallocate_disk.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_reassign_disk_registry.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_rebase_volume.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_rebind_volumes.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_rebuild_metadata.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_replace_device.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_reset_tablet.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_restore_disk_registry_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_scan_disk.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_set_user_id.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_setup_channels.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_suspend_device.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_update_disk_block_size.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_update_disk_replica_count.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_update_disk_registry_params.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_update_placement_group_settings.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_update_used_blocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_update_volume_params.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_writable_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_alter.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_assign.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_balancer_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_check_liveness.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_client_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_create.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_create_from_device.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_describe.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_describe_disk_registry_config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_describe_model.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_destroy.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_forward.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_forward_to_disk_registry.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_list.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_monitoring.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_monitoring_binding.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_monitoring_clients.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_monitoring_search.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_monitoring_unmount.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_mount.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_readblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_sync_manually_preempted_volumes.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_unmount.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_update_disk_registry_config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_volume_binding.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_writeblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/volume_client_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/volume_session_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/volume_session_actor_binding.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/volume_session_actor_mount.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/volume_session_actor_start.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/volume_session_actor_stop.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/volume_session_actor_unmount.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/volume_timed_delivery.cpp -) diff --git a/cloud/blockstore/libs/storage/service/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/service/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 6db61a9780c..00000000000 --- a/cloud/blockstore/libs/storage/service/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,121 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(model) -add_subdirectory(ut) - -add_library(libs-storage-service) -target_link_libraries(libs-storage-service PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-discovery - blockstore-libs-encryption - blockstore-libs-kikimr - libs-storage-api - libs-storage-core - libs-storage-protos - storage-service-model - libs-storage-volume - private-api-protos - core-libs-api - core-libs-common - library-actors-core - library-cpp-json - monlib-service-pages - ydb-core-base - ydb-core-mind - ydb-core-mon - ydb-core-node_whiteboard - ydb-core-protos - ydb-core-tablet - core-tx-schemeshard - contrib-libs-protobuf -) -target_sources(libs-storage-service PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_backup_disk_registry_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_change_disk_device.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_change_storage_config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_check_blob.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_compact_range.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_configure_volume_balancer.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_create_disk_from_devices.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_delete_checkpoint_data.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_describe_blocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_describe.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_disk_registry_change_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_drain_node.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_finish_fill_disk.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_get_dependent_disks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_get_compaction_status.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_get_diskregistry_tablet_info.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_get_partition_info.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_kill_tablet.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_migration_disk_registry_device.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_modify_tags.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_reallocate_disk.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_reassign_disk_registry.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_rebase_volume.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_rebind_volumes.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_rebuild_metadata.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_replace_device.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_reset_tablet.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_restore_disk_registry_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_scan_disk.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_set_user_id.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_setup_channels.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_suspend_device.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_update_disk_block_size.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_update_disk_replica_count.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_update_disk_registry_params.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_update_placement_group_settings.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_update_used_blocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_update_volume_params.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_writable_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_alter.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_assign.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_balancer_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_check_liveness.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_client_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_create.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_create_from_device.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_describe.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_describe_disk_registry_config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_describe_model.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_destroy.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_forward.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_forward_to_disk_registry.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_list.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_monitoring.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_monitoring_binding.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_monitoring_clients.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_monitoring_search.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_monitoring_unmount.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_mount.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_readblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_sync_manually_preempted_volumes.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_unmount.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_update_disk_registry_config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_volume_binding.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_writeblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/volume_client_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/volume_session_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/volume_session_actor_binding.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/volume_session_actor_mount.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/volume_session_actor_start.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/volume_session_actor_stop.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/volume_session_actor_unmount.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/volume_timed_delivery.cpp -) diff --git a/cloud/blockstore/libs/storage/service/CMakeLists.txt b/cloud/blockstore/libs/storage/service/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/service/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/service/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/service/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 3b8133e17e0..00000000000 --- a/cloud/blockstore/libs/storage/service/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,120 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(model) -add_subdirectory(ut) - -add_library(libs-storage-service) -target_link_libraries(libs-storage-service PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-discovery - blockstore-libs-encryption - blockstore-libs-kikimr - libs-storage-api - libs-storage-core - libs-storage-protos - storage-service-model - libs-storage-volume - private-api-protos - core-libs-api - core-libs-common - library-actors-core - library-cpp-json - monlib-service-pages - ydb-core-base - ydb-core-mind - ydb-core-mon - ydb-core-node_whiteboard - ydb-core-protos - ydb-core-tablet - core-tx-schemeshard - contrib-libs-protobuf -) -target_sources(libs-storage-service PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_backup_disk_registry_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_change_disk_device.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_change_storage_config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_check_blob.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_compact_range.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_configure_volume_balancer.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_create_disk_from_devices.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_delete_checkpoint_data.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_describe_blocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_describe.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_disk_registry_change_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_drain_node.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_finish_fill_disk.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_get_dependent_disks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_get_compaction_status.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_get_diskregistry_tablet_info.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_get_partition_info.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_kill_tablet.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_migration_disk_registry_device.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_modify_tags.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_reallocate_disk.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_reassign_disk_registry.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_rebase_volume.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_rebind_volumes.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_rebuild_metadata.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_replace_device.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_reset_tablet.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_restore_disk_registry_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_scan_disk.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_set_user_id.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_setup_channels.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_suspend_device.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_update_disk_block_size.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_update_disk_replica_count.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_update_disk_registry_params.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_update_placement_group_settings.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_update_used_blocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_update_volume_params.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions_writable_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_actions.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_alter.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_assign.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_balancer_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_check_liveness.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_client_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_create.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_create_from_device.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_describe.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_describe_disk_registry_config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_describe_model.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_destroy.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_forward.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_forward_to_disk_registry.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_list.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_monitoring.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_monitoring_binding.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_monitoring_clients.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_monitoring_search.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_monitoring_unmount.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_mount.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_readblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_sync_manually_preempted_volumes.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_unmount.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_update_disk_registry_config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_volume_binding.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_actor_writeblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/volume_client_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/volume_session_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/volume_session_actor_binding.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/volume_session_actor_mount.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/volume_session_actor_start.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/volume_session_actor_stop.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/volume_session_actor_unmount.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/volume_timed_delivery.cpp -) diff --git a/cloud/blockstore/libs/storage/service/model/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/service/model/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 267576095cf..00000000000 --- a/cloud/blockstore/libs/storage/service/model/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_subdirectory(ut) - -add_library(storage-service-model) -target_link_libraries(storage-service-model PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(storage-service-model PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/model/ping_metrics.cpp -) diff --git a/cloud/blockstore/libs/storage/service/model/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/service/model/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 1fb041bcab4..00000000000 --- a/cloud/blockstore/libs/storage/service/model/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_subdirectory(ut) - -add_library(storage-service-model) -target_link_libraries(storage-service-model PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(storage-service-model PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/model/ping_metrics.cpp -) diff --git a/cloud/blockstore/libs/storage/service/model/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/service/model/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 1fb041bcab4..00000000000 --- a/cloud/blockstore/libs/storage/service/model/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_subdirectory(ut) - -add_library(storage-service-model) -target_link_libraries(storage-service-model PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(storage-service-model PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/model/ping_metrics.cpp -) diff --git a/cloud/blockstore/libs/storage/service/model/CMakeLists.txt b/cloud/blockstore/libs/storage/service/model/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/service/model/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/service/model/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/service/model/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 267576095cf..00000000000 --- a/cloud/blockstore/libs/storage/service/model/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_subdirectory(ut) - -add_library(storage-service-model) -target_link_libraries(storage-service-model PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(storage-service-model PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/model/ping_metrics.cpp -) diff --git a/cloud/blockstore/libs/storage/service/model/ut/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/service/model/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a35fb387f5c..00000000000 --- a/cloud/blockstore/libs/storage/service/model/ut/CMakeLists.darwin-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_executable(cloud-blockstore-libs-storage-service-model-ut) -target_include_directories(cloud-blockstore-libs-storage-service-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/model -) -target_link_libraries(cloud-blockstore-libs-storage-service-model-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - storage-service-model -) -target_link_options(cloud-blockstore-libs-storage-service-model-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC -) -target_sources(cloud-blockstore-libs-storage-service-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/model/ping_metrics_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-service-model-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-service-model-ut - TEST_TARGET - cloud-blockstore-libs-storage-service-model-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-service-model-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-service-model-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-service-model-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-storage-service-model-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-storage-service-model-ut) diff --git a/cloud/blockstore/libs/storage/service/model/ut/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/service/model/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b8feec4c844..00000000000 --- a/cloud/blockstore/libs/storage/service/model/ut/CMakeLists.linux-aarch64.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_executable(cloud-blockstore-libs-storage-service-model-ut) -target_include_directories(cloud-blockstore-libs-storage-service-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/model -) -target_link_libraries(cloud-blockstore-libs-storage-service-model-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - storage-service-model -) -target_link_options(cloud-blockstore-libs-storage-service-model-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-storage-service-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/model/ping_metrics_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-service-model-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-service-model-ut - TEST_TARGET - cloud-blockstore-libs-storage-service-model-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-service-model-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-service-model-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-service-model-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-storage-service-model-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-blockstore-libs-storage-service-model-ut) diff --git a/cloud/blockstore/libs/storage/service/model/ut/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/service/model/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 54560466103..00000000000 --- a/cloud/blockstore/libs/storage/service/model/ut/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,79 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-storage-service-model-ut) -target_include_directories(cloud-blockstore-libs-storage-service-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/model -) -target_link_libraries(cloud-blockstore-libs-storage-service-model-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - storage-service-model -) -target_link_options(cloud-blockstore-libs-storage-service-model-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-storage-service-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/model/ping_metrics_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-service-model-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-service-model-ut - TEST_TARGET - cloud-blockstore-libs-storage-service-model-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-service-model-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-service-model-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-service-model-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-storage-service-model-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-blockstore-libs-storage-service-model-ut) diff --git a/cloud/blockstore/libs/storage/service/model/ut/CMakeLists.txt b/cloud/blockstore/libs/storage/service/model/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/service/model/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/service/model/ut/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/service/model/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 6db763fec66..00000000000 --- a/cloud/blockstore/libs/storage/service/model/ut/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,67 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-storage-service-model-ut) -target_include_directories(cloud-blockstore-libs-storage-service-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/model -) -target_link_libraries(cloud-blockstore-libs-storage-service-model-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - storage-service-model -) -target_sources(cloud-blockstore-libs-storage-service-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/model/ping_metrics_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-service-model-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-service-model-ut - TEST_TARGET - cloud-blockstore-libs-storage-service-model-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-service-model-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-service-model-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-service-model-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-storage-service-model-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-storage-service-model-ut) diff --git a/cloud/blockstore/libs/storage/service/ut/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/service/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a19494a8a11..00000000000 --- a/cloud/blockstore/libs/storage/service/ut/CMakeLists.darwin-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_executable(cloud-blockstore-libs-storage-service-ut) -target_compile_options(cloud-blockstore-libs-storage-service-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-blockstore-libs-storage-service-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service -) -target_link_libraries(cloud-blockstore-libs-storage-service-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-service - blockstore-libs-storage-testlib -) -target_link_options(cloud-blockstore-libs-storage-service-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-blockstore-libs-storage-service-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_state_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut_actions.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut_alter.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut_describe.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut_describe_model.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut_create.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut_create_from_device.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut_forward.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut_inactive_clients.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut_list.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut_manually_preempted_volumes.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut_mount.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut_placement.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut_read_write.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut_resume_device.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut_start.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut_update_config.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-service-ut - PROPERTY - SPLIT_FACTOR - 10 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-service-ut - TEST_TARGET - cloud-blockstore-libs-storage-service-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-service-ut - PROPERTY - LABELS - MEDIUM -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-service-ut - PROPERTY - PROCESSORS - 4 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-service-ut - PROPERTY - TIMEOUT - 600 -) -target_allocator(cloud-blockstore-libs-storage-service-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-storage-service-ut) diff --git a/cloud/blockstore/libs/storage/service/ut/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/service/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 9b0b760e57d..00000000000 --- a/cloud/blockstore/libs/storage/service/ut/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,98 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-storage-service-ut) -target_compile_options(cloud-blockstore-libs-storage-service-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-blockstore-libs-storage-service-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service -) -target_link_libraries(cloud-blockstore-libs-storage-service-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - libs-storage-service - blockstore-libs-storage-testlib -) -target_link_options(cloud-blockstore-libs-storage-service-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-storage-service-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_state_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut_actions.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut_alter.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut_describe.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut_describe_model.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut_create.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut_create_from_device.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut_forward.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut_inactive_clients.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut_list.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut_manually_preempted_volumes.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut_mount.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut_placement.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut_read_write.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut_resume_device.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut_start.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut_update_config.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-service-ut - PROPERTY - SPLIT_FACTOR - 10 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-service-ut - TEST_TARGET - cloud-blockstore-libs-storage-service-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-service-ut - PROPERTY - LABELS - MEDIUM -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-service-ut - PROPERTY - PROCESSORS - 4 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-service-ut - PROPERTY - TIMEOUT - 600 -) -target_allocator(cloud-blockstore-libs-storage-service-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-blockstore-libs-storage-service-ut) diff --git a/cloud/blockstore/libs/storage/service/ut/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/service/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 701bbc94d66..00000000000 --- a/cloud/blockstore/libs/storage/service/ut/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,100 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-storage-service-ut) -target_compile_options(cloud-blockstore-libs-storage-service-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-blockstore-libs-storage-service-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service -) -target_link_libraries(cloud-blockstore-libs-storage-service-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-service - blockstore-libs-storage-testlib -) -target_link_options(cloud-blockstore-libs-storage-service-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-storage-service-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_state_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut_actions.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut_alter.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut_describe.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut_describe_model.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut_create.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut_create_from_device.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut_forward.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut_inactive_clients.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut_list.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut_manually_preempted_volumes.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut_mount.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut_placement.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut_read_write.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut_resume_device.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut_start.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut_update_config.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-service-ut - PROPERTY - SPLIT_FACTOR - 10 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-service-ut - TEST_TARGET - cloud-blockstore-libs-storage-service-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-service-ut - PROPERTY - LABELS - MEDIUM -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-service-ut - PROPERTY - PROCESSORS - 4 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-service-ut - PROPERTY - TIMEOUT - 600 -) -target_allocator(cloud-blockstore-libs-storage-service-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-blockstore-libs-storage-service-ut) diff --git a/cloud/blockstore/libs/storage/service/ut/CMakeLists.txt b/cloud/blockstore/libs/storage/service/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/service/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/service/ut/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/service/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index fb880d98062..00000000000 --- a/cloud/blockstore/libs/storage/service/ut/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,88 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-storage-service-ut) -target_compile_options(cloud-blockstore-libs-storage-service-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-blockstore-libs-storage-service-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service -) -target_link_libraries(cloud-blockstore-libs-storage-service-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-service - blockstore-libs-storage-testlib -) -target_sources(cloud-blockstore-libs-storage-service-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_state_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut_actions.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut_alter.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut_describe.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut_describe_model.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut_create.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut_create_from_device.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut_forward.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut_inactive_clients.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut_list.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut_manually_preempted_volumes.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut_mount.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut_placement.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut_read_write.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut_resume_device.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut_start.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/service/service_ut_update_config.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-service-ut - PROPERTY - SPLIT_FACTOR - 10 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-service-ut - TEST_TARGET - cloud-blockstore-libs-storage-service-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-service-ut - PROPERTY - LABELS - MEDIUM -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-service-ut - PROPERTY - PROCESSORS - 4 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-service-ut - PROPERTY - TIMEOUT - 600 -) -target_allocator(cloud-blockstore-libs-storage-service-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-storage-service-ut) diff --git a/cloud/blockstore/libs/storage/ss_proxy/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/ss_proxy/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 35d18808f65..00000000000 --- a/cloud/blockstore/libs/storage/ss_proxy/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_subdirectory(protos) -add_subdirectory(ut) - -add_library(libs-storage-ss_proxy) -target_link_libraries(libs-storage-ss_proxy PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-kikimr - libs-storage-api - libs-storage-core - storage-ss_proxy-protos - ydb-core-base - ydb-core-tablet - core-tx-schemeshard - core-tx-tx_proxy - library-actors-core - library-cpp-aio -) -target_sources(libs-storage-ss_proxy PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/ss_proxy/ss_proxy.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/ss_proxy/ss_proxy_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/ss_proxy/ss_proxy_actor_createvolume.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/ss_proxy/ss_proxy_actor_describescheme.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/ss_proxy/ss_proxy_actor_describevolume.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/ss_proxy/ss_proxy_actor_modifyscheme.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/ss_proxy/ss_proxy_actor_modifyvolume.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/ss_proxy/ss_proxy_actor_waitschemetx.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/ss_proxy/ss_proxy_fallback_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/ss_proxy/path_description_backup.cpp -) diff --git a/cloud/blockstore/libs/storage/ss_proxy/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/ss_proxy/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 65e1e1681cb..00000000000 --- a/cloud/blockstore/libs/storage/ss_proxy/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_subdirectory(protos) -add_subdirectory(ut) - -add_library(libs-storage-ss_proxy) -target_link_libraries(libs-storage-ss_proxy PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-kikimr - libs-storage-api - libs-storage-core - storage-ss_proxy-protos - ydb-core-base - ydb-core-tablet - core-tx-schemeshard - core-tx-tx_proxy - library-actors-core - library-cpp-aio -) -target_sources(libs-storage-ss_proxy PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/ss_proxy/ss_proxy.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/ss_proxy/ss_proxy_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/ss_proxy/ss_proxy_actor_createvolume.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/ss_proxy/ss_proxy_actor_describescheme.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/ss_proxy/ss_proxy_actor_describevolume.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/ss_proxy/ss_proxy_actor_modifyscheme.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/ss_proxy/ss_proxy_actor_modifyvolume.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/ss_proxy/ss_proxy_actor_waitschemetx.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/ss_proxy/ss_proxy_fallback_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/ss_proxy/path_description_backup.cpp -) diff --git a/cloud/blockstore/libs/storage/ss_proxy/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/ss_proxy/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 65e1e1681cb..00000000000 --- a/cloud/blockstore/libs/storage/ss_proxy/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_subdirectory(protos) -add_subdirectory(ut) - -add_library(libs-storage-ss_proxy) -target_link_libraries(libs-storage-ss_proxy PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-kikimr - libs-storage-api - libs-storage-core - storage-ss_proxy-protos - ydb-core-base - ydb-core-tablet - core-tx-schemeshard - core-tx-tx_proxy - library-actors-core - library-cpp-aio -) -target_sources(libs-storage-ss_proxy PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/ss_proxy/ss_proxy.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/ss_proxy/ss_proxy_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/ss_proxy/ss_proxy_actor_createvolume.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/ss_proxy/ss_proxy_actor_describescheme.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/ss_proxy/ss_proxy_actor_describevolume.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/ss_proxy/ss_proxy_actor_modifyscheme.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/ss_proxy/ss_proxy_actor_modifyvolume.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/ss_proxy/ss_proxy_actor_waitschemetx.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/ss_proxy/ss_proxy_fallback_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/ss_proxy/path_description_backup.cpp -) diff --git a/cloud/blockstore/libs/storage/ss_proxy/CMakeLists.txt b/cloud/blockstore/libs/storage/ss_proxy/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/ss_proxy/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/ss_proxy/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/ss_proxy/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 35d18808f65..00000000000 --- a/cloud/blockstore/libs/storage/ss_proxy/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_subdirectory(protos) -add_subdirectory(ut) - -add_library(libs-storage-ss_proxy) -target_link_libraries(libs-storage-ss_proxy PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-kikimr - libs-storage-api - libs-storage-core - storage-ss_proxy-protos - ydb-core-base - ydb-core-tablet - core-tx-schemeshard - core-tx-tx_proxy - library-actors-core - library-cpp-aio -) -target_sources(libs-storage-ss_proxy PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/ss_proxy/ss_proxy.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/ss_proxy/ss_proxy_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/ss_proxy/ss_proxy_actor_createvolume.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/ss_proxy/ss_proxy_actor_describescheme.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/ss_proxy/ss_proxy_actor_describevolume.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/ss_proxy/ss_proxy_actor_modifyscheme.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/ss_proxy/ss_proxy_actor_modifyvolume.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/ss_proxy/ss_proxy_actor_waitschemetx.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/ss_proxy/ss_proxy_fallback_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/ss_proxy/path_description_backup.cpp -) diff --git a/cloud/blockstore/libs/storage/ss_proxy/protos/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/ss_proxy/protos/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 54ca4473e03..00000000000 --- a/cloud/blockstore/libs/storage/ss_proxy/protos/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(storage-ss_proxy-protos) -target_link_libraries(storage-ss_proxy-protos PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-protos - contrib-libs-protobuf -) -target_proto_messages(storage-ss_proxy-protos PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/ss_proxy/protos/path_description_backup.proto -) -target_proto_addincls(storage-ss_proxy-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(storage-ss_proxy-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/blockstore/libs/storage/ss_proxy/protos/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/ss_proxy/protos/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 61975564d9d..00000000000 --- a/cloud/blockstore/libs/storage/ss_proxy/protos/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(storage-ss_proxy-protos) -target_link_libraries(storage-ss_proxy-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-protos - contrib-libs-protobuf -) -target_proto_messages(storage-ss_proxy-protos PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/ss_proxy/protos/path_description_backup.proto -) -target_proto_addincls(storage-ss_proxy-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(storage-ss_proxy-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/blockstore/libs/storage/ss_proxy/protos/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/ss_proxy/protos/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 61975564d9d..00000000000 --- a/cloud/blockstore/libs/storage/ss_proxy/protos/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(storage-ss_proxy-protos) -target_link_libraries(storage-ss_proxy-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-protos - contrib-libs-protobuf -) -target_proto_messages(storage-ss_proxy-protos PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/ss_proxy/protos/path_description_backup.proto -) -target_proto_addincls(storage-ss_proxy-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(storage-ss_proxy-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/blockstore/libs/storage/ss_proxy/protos/CMakeLists.txt b/cloud/blockstore/libs/storage/ss_proxy/protos/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/ss_proxy/protos/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/ss_proxy/protos/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/ss_proxy/protos/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 54ca4473e03..00000000000 --- a/cloud/blockstore/libs/storage/ss_proxy/protos/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(storage-ss_proxy-protos) -target_link_libraries(storage-ss_proxy-protos PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-protos - contrib-libs-protobuf -) -target_proto_messages(storage-ss_proxy-protos PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/ss_proxy/protos/path_description_backup.proto -) -target_proto_addincls(storage-ss_proxy-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(storage-ss_proxy-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/blockstore/libs/storage/ss_proxy/ut/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/ss_proxy/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 0a0f87ad657..00000000000 --- a/cloud/blockstore/libs/storage/ss_proxy/ut/CMakeLists.darwin-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_executable(cloud-blockstore-libs-storage-ss_proxy-ut) -target_compile_options(cloud-blockstore-libs-storage-ss_proxy-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-blockstore-libs-storage-ss_proxy-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/ss_proxy -) -target_link_libraries(cloud-blockstore-libs-storage-ss_proxy-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-ss_proxy - blockstore-libs-storage-testlib -) -target_link_options(cloud-blockstore-libs-storage-ss_proxy-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-blockstore-libs-storage-ss_proxy-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/ss_proxy/ss_proxy_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-ss_proxy-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-ss_proxy-ut - TEST_TARGET - cloud-blockstore-libs-storage-ss_proxy-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-ss_proxy-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-ss_proxy-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-ss_proxy-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-storage-ss_proxy-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-storage-ss_proxy-ut) diff --git a/cloud/blockstore/libs/storage/ss_proxy/ut/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/ss_proxy/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 04e21a7f15c..00000000000 --- a/cloud/blockstore/libs/storage/ss_proxy/ut/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_executable(cloud-blockstore-libs-storage-ss_proxy-ut) -target_compile_options(cloud-blockstore-libs-storage-ss_proxy-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-blockstore-libs-storage-ss_proxy-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/ss_proxy -) -target_link_libraries(cloud-blockstore-libs-storage-ss_proxy-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - libs-storage-ss_proxy - blockstore-libs-storage-testlib -) -target_link_options(cloud-blockstore-libs-storage-ss_proxy-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-storage-ss_proxy-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/ss_proxy/ss_proxy_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-ss_proxy-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-ss_proxy-ut - TEST_TARGET - cloud-blockstore-libs-storage-ss_proxy-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-ss_proxy-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-ss_proxy-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-ss_proxy-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-storage-ss_proxy-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-blockstore-libs-storage-ss_proxy-ut) diff --git a/cloud/blockstore/libs/storage/ss_proxy/ut/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/ss_proxy/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 49ebcecf89d..00000000000 --- a/cloud/blockstore/libs/storage/ss_proxy/ut/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_executable(cloud-blockstore-libs-storage-ss_proxy-ut) -target_compile_options(cloud-blockstore-libs-storage-ss_proxy-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-blockstore-libs-storage-ss_proxy-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/ss_proxy -) -target_link_libraries(cloud-blockstore-libs-storage-ss_proxy-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-ss_proxy - blockstore-libs-storage-testlib -) -target_link_options(cloud-blockstore-libs-storage-ss_proxy-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-storage-ss_proxy-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/ss_proxy/ss_proxy_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-ss_proxy-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-ss_proxy-ut - TEST_TARGET - cloud-blockstore-libs-storage-ss_proxy-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-ss_proxy-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-ss_proxy-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-ss_proxy-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-storage-ss_proxy-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-blockstore-libs-storage-ss_proxy-ut) diff --git a/cloud/blockstore/libs/storage/ss_proxy/ut/CMakeLists.txt b/cloud/blockstore/libs/storage/ss_proxy/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/ss_proxy/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/ss_proxy/ut/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/ss_proxy/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 155fb5fb9e8..00000000000 --- a/cloud/blockstore/libs/storage/ss_proxy/ut/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_executable(cloud-blockstore-libs-storage-ss_proxy-ut) -target_compile_options(cloud-blockstore-libs-storage-ss_proxy-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-blockstore-libs-storage-ss_proxy-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/ss_proxy -) -target_link_libraries(cloud-blockstore-libs-storage-ss_proxy-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-ss_proxy - blockstore-libs-storage-testlib -) -target_sources(cloud-blockstore-libs-storage-ss_proxy-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/ss_proxy/ss_proxy_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-ss_proxy-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-ss_proxy-ut - TEST_TARGET - cloud-blockstore-libs-storage-ss_proxy-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-ss_proxy-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-ss_proxy-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-ss_proxy-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-storage-ss_proxy-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-storage-ss_proxy-ut) diff --git a/cloud/blockstore/libs/storage/stats_service/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/stats_service/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 4ae2136af56..00000000000 --- a/cloud/blockstore/libs/storage/stats_service/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_subdirectory(ut) - -add_library(libs-storage-stats_service) -target_link_libraries(libs-storage-stats_service PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-discovery - blockstore-libs-encryption - blockstore-libs-kikimr - libs-storage-api - libs-storage-core - libs-storage-protos - libs-storage-volume - blockstore-libs-ydbstats - private-api-protos - core-libs-api - ydb-core-base - ydb-core-mind - ydb-core-mon - ydb-core-protos - ydb-core-tablet - library-actors-core - library-cpp-json - monlib-service-pages - contrib-libs-protobuf -) -target_sources(libs-storage-stats_service PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/stats_service/stats_service.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/stats_service/stats_service_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/stats_service/stats_service_actor_client_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/stats_service/stats_service_actor_solomon.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/stats_service/stats_service_actor_ydb.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/stats_service/stats_service_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/stats_service/stats_service_volume_stats.cpp -) diff --git a/cloud/blockstore/libs/storage/stats_service/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/stats_service/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a07bf4e28e8..00000000000 --- a/cloud/blockstore/libs/storage/stats_service/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_subdirectory(ut) - -add_library(libs-storage-stats_service) -target_link_libraries(libs-storage-stats_service PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-discovery - blockstore-libs-encryption - blockstore-libs-kikimr - libs-storage-api - libs-storage-core - libs-storage-protos - libs-storage-volume - blockstore-libs-ydbstats - private-api-protos - core-libs-api - ydb-core-base - ydb-core-mind - ydb-core-mon - ydb-core-protos - ydb-core-tablet - library-actors-core - library-cpp-json - monlib-service-pages - contrib-libs-protobuf -) -target_sources(libs-storage-stats_service PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/stats_service/stats_service.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/stats_service/stats_service_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/stats_service/stats_service_actor_client_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/stats_service/stats_service_actor_solomon.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/stats_service/stats_service_actor_ydb.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/stats_service/stats_service_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/stats_service/stats_service_volume_stats.cpp -) diff --git a/cloud/blockstore/libs/storage/stats_service/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/stats_service/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a07bf4e28e8..00000000000 --- a/cloud/blockstore/libs/storage/stats_service/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_subdirectory(ut) - -add_library(libs-storage-stats_service) -target_link_libraries(libs-storage-stats_service PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-discovery - blockstore-libs-encryption - blockstore-libs-kikimr - libs-storage-api - libs-storage-core - libs-storage-protos - libs-storage-volume - blockstore-libs-ydbstats - private-api-protos - core-libs-api - ydb-core-base - ydb-core-mind - ydb-core-mon - ydb-core-protos - ydb-core-tablet - library-actors-core - library-cpp-json - monlib-service-pages - contrib-libs-protobuf -) -target_sources(libs-storage-stats_service PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/stats_service/stats_service.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/stats_service/stats_service_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/stats_service/stats_service_actor_client_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/stats_service/stats_service_actor_solomon.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/stats_service/stats_service_actor_ydb.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/stats_service/stats_service_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/stats_service/stats_service_volume_stats.cpp -) diff --git a/cloud/blockstore/libs/storage/stats_service/CMakeLists.txt b/cloud/blockstore/libs/storage/stats_service/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/stats_service/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/stats_service/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/stats_service/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 4ae2136af56..00000000000 --- a/cloud/blockstore/libs/storage/stats_service/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_subdirectory(ut) - -add_library(libs-storage-stats_service) -target_link_libraries(libs-storage-stats_service PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-discovery - blockstore-libs-encryption - blockstore-libs-kikimr - libs-storage-api - libs-storage-core - libs-storage-protos - libs-storage-volume - blockstore-libs-ydbstats - private-api-protos - core-libs-api - ydb-core-base - ydb-core-mind - ydb-core-mon - ydb-core-protos - ydb-core-tablet - library-actors-core - library-cpp-json - monlib-service-pages - contrib-libs-protobuf -) -target_sources(libs-storage-stats_service PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/stats_service/stats_service.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/stats_service/stats_service_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/stats_service/stats_service_actor_client_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/stats_service/stats_service_actor_solomon.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/stats_service/stats_service_actor_ydb.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/stats_service/stats_service_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/stats_service/stats_service_volume_stats.cpp -) diff --git a/cloud/blockstore/libs/storage/stats_service/ut/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/stats_service/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index babc6d50389..00000000000 --- a/cloud/blockstore/libs/storage/stats_service/ut/CMakeLists.darwin-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_executable(cloud-blockstore-libs-storage-stats_service-ut) -target_compile_options(cloud-blockstore-libs-storage-stats_service-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-blockstore-libs-storage-stats_service-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/stats_service -) -target_link_libraries(cloud-blockstore-libs-storage-stats_service-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-stats_service - blockstore-libs-storage-testlib -) -target_link_options(cloud-blockstore-libs-storage-stats_service-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-blockstore-libs-storage-stats_service-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/stats_service/stats_service_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-stats_service-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-stats_service-ut - TEST_TARGET - cloud-blockstore-libs-storage-stats_service-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-stats_service-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-stats_service-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-stats_service-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-storage-stats_service-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-storage-stats_service-ut) diff --git a/cloud/blockstore/libs/storage/stats_service/ut/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/stats_service/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index ebbbba76be2..00000000000 --- a/cloud/blockstore/libs/storage/stats_service/ut/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_executable(cloud-blockstore-libs-storage-stats_service-ut) -target_compile_options(cloud-blockstore-libs-storage-stats_service-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-blockstore-libs-storage-stats_service-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/stats_service -) -target_link_libraries(cloud-blockstore-libs-storage-stats_service-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - libs-storage-stats_service - blockstore-libs-storage-testlib -) -target_link_options(cloud-blockstore-libs-storage-stats_service-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-storage-stats_service-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/stats_service/stats_service_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-stats_service-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-stats_service-ut - TEST_TARGET - cloud-blockstore-libs-storage-stats_service-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-stats_service-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-stats_service-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-stats_service-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-storage-stats_service-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-blockstore-libs-storage-stats_service-ut) diff --git a/cloud/blockstore/libs/storage/stats_service/ut/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/stats_service/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index ad501cd7f80..00000000000 --- a/cloud/blockstore/libs/storage/stats_service/ut/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_executable(cloud-blockstore-libs-storage-stats_service-ut) -target_compile_options(cloud-blockstore-libs-storage-stats_service-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-blockstore-libs-storage-stats_service-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/stats_service -) -target_link_libraries(cloud-blockstore-libs-storage-stats_service-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-stats_service - blockstore-libs-storage-testlib -) -target_link_options(cloud-blockstore-libs-storage-stats_service-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-storage-stats_service-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/stats_service/stats_service_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-stats_service-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-stats_service-ut - TEST_TARGET - cloud-blockstore-libs-storage-stats_service-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-stats_service-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-stats_service-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-stats_service-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-storage-stats_service-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-blockstore-libs-storage-stats_service-ut) diff --git a/cloud/blockstore/libs/storage/stats_service/ut/CMakeLists.txt b/cloud/blockstore/libs/storage/stats_service/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/stats_service/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/stats_service/ut/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/stats_service/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 9b9c71325a9..00000000000 --- a/cloud/blockstore/libs/storage/stats_service/ut/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_executable(cloud-blockstore-libs-storage-stats_service-ut) -target_compile_options(cloud-blockstore-libs-storage-stats_service-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-blockstore-libs-storage-stats_service-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/stats_service -) -target_link_libraries(cloud-blockstore-libs-storage-stats_service-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-stats_service - blockstore-libs-storage-testlib -) -target_sources(cloud-blockstore-libs-storage-stats_service-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/stats_service/stats_service_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-stats_service-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-stats_service-ut - TEST_TARGET - cloud-blockstore-libs-storage-stats_service-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-stats_service-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-stats_service-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-stats_service-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-storage-stats_service-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-storage-stats_service-ut) diff --git a/cloud/blockstore/libs/storage/testlib/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/testlib/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 14d716d21b3..00000000000 --- a/cloud/blockstore/libs/storage/testlib/CMakeLists.darwin-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(blockstore-libs-storage-testlib) -target_compile_options(blockstore-libs-storage-testlib PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(blockstore-libs-storage-testlib PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-diagnostics - blockstore-libs-discovery - blockstore-libs-kikimr - blockstore-libs-service - libs-storage-api - libs-storage-core - libs-storage-service - libs-storage-ss_proxy - libs-storage-stats_service - libs-storage-undelivered - libs-storage-volume - libs-storage-volume_balancer - libs-storage-volume_proxy - blockstore-libs-ydbstats - public-api-protos - core-libs-api - core-libs-hive_proxy - ydb-core-base - ydb-core-blobstorage - core-blockstore-core - core-client-minikql_compile - ydb-core-kqp - ydb-core-mind - core-mind-bscontroller - core-mind-hive - ydb-core-protos - ydb-core-security - ydb-core-tablet_flat - test-libs-table - ydb-core-testlib - core-testlib-actors - core-testlib-basics - core-tx-coordinator - core-tx-mediator - core-tx-schemeshard - core-tx-tx_allocator - core-tx-tx_proxy - library-actors-core - cpp-testing-unittest -) -target_sources(blockstore-libs-storage-testlib PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/testlib/disk_agent_mock.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/testlib/disk_registry_proxy_mock.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/testlib/service_client.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/testlib/ss_proxy_client.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/testlib/ss_proxy_mock.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/testlib/test_env.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/testlib/test_env_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/testlib/test_executor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/testlib/test_runtime.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/testlib/test_tablet.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/testlib/ut_helpers.cpp -) diff --git a/cloud/blockstore/libs/storage/testlib/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/testlib/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 3c208860389..00000000000 --- a/cloud/blockstore/libs/storage/testlib/CMakeLists.linux-aarch64.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(blockstore-libs-storage-testlib) -target_compile_options(blockstore-libs-storage-testlib PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(blockstore-libs-storage-testlib PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-diagnostics - blockstore-libs-discovery - blockstore-libs-kikimr - blockstore-libs-service - libs-storage-api - libs-storage-core - libs-storage-service - libs-storage-ss_proxy - libs-storage-stats_service - libs-storage-undelivered - libs-storage-volume - libs-storage-volume_balancer - libs-storage-volume_proxy - blockstore-libs-ydbstats - public-api-protos - core-libs-api - core-libs-hive_proxy - ydb-core-base - ydb-core-blobstorage - core-blockstore-core - core-client-minikql_compile - ydb-core-kqp - ydb-core-mind - core-mind-bscontroller - core-mind-hive - ydb-core-protos - ydb-core-security - ydb-core-tablet_flat - test-libs-table - ydb-core-testlib - core-testlib-actors - core-testlib-basics - core-tx-coordinator - core-tx-mediator - core-tx-schemeshard - core-tx-tx_allocator - core-tx-tx_proxy - library-actors-core - cpp-testing-unittest -) -target_sources(blockstore-libs-storage-testlib PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/testlib/disk_agent_mock.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/testlib/disk_registry_proxy_mock.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/testlib/service_client.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/testlib/ss_proxy_client.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/testlib/ss_proxy_mock.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/testlib/test_env.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/testlib/test_env_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/testlib/test_executor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/testlib/test_runtime.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/testlib/test_tablet.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/testlib/ut_helpers.cpp -) diff --git a/cloud/blockstore/libs/storage/testlib/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/testlib/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 3c208860389..00000000000 --- a/cloud/blockstore/libs/storage/testlib/CMakeLists.linux-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(blockstore-libs-storage-testlib) -target_compile_options(blockstore-libs-storage-testlib PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(blockstore-libs-storage-testlib PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-diagnostics - blockstore-libs-discovery - blockstore-libs-kikimr - blockstore-libs-service - libs-storage-api - libs-storage-core - libs-storage-service - libs-storage-ss_proxy - libs-storage-stats_service - libs-storage-undelivered - libs-storage-volume - libs-storage-volume_balancer - libs-storage-volume_proxy - blockstore-libs-ydbstats - public-api-protos - core-libs-api - core-libs-hive_proxy - ydb-core-base - ydb-core-blobstorage - core-blockstore-core - core-client-minikql_compile - ydb-core-kqp - ydb-core-mind - core-mind-bscontroller - core-mind-hive - ydb-core-protos - ydb-core-security - ydb-core-tablet_flat - test-libs-table - ydb-core-testlib - core-testlib-actors - core-testlib-basics - core-tx-coordinator - core-tx-mediator - core-tx-schemeshard - core-tx-tx_allocator - core-tx-tx_proxy - library-actors-core - cpp-testing-unittest -) -target_sources(blockstore-libs-storage-testlib PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/testlib/disk_agent_mock.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/testlib/disk_registry_proxy_mock.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/testlib/service_client.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/testlib/ss_proxy_client.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/testlib/ss_proxy_mock.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/testlib/test_env.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/testlib/test_env_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/testlib/test_executor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/testlib/test_runtime.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/testlib/test_tablet.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/testlib/ut_helpers.cpp -) diff --git a/cloud/blockstore/libs/storage/testlib/CMakeLists.txt b/cloud/blockstore/libs/storage/testlib/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/testlib/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/testlib/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/testlib/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 14d716d21b3..00000000000 --- a/cloud/blockstore/libs/storage/testlib/CMakeLists.windows-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(blockstore-libs-storage-testlib) -target_compile_options(blockstore-libs-storage-testlib PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(blockstore-libs-storage-testlib PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-diagnostics - blockstore-libs-discovery - blockstore-libs-kikimr - blockstore-libs-service - libs-storage-api - libs-storage-core - libs-storage-service - libs-storage-ss_proxy - libs-storage-stats_service - libs-storage-undelivered - libs-storage-volume - libs-storage-volume_balancer - libs-storage-volume_proxy - blockstore-libs-ydbstats - public-api-protos - core-libs-api - core-libs-hive_proxy - ydb-core-base - ydb-core-blobstorage - core-blockstore-core - core-client-minikql_compile - ydb-core-kqp - ydb-core-mind - core-mind-bscontroller - core-mind-hive - ydb-core-protos - ydb-core-security - ydb-core-tablet_flat - test-libs-table - ydb-core-testlib - core-testlib-actors - core-testlib-basics - core-tx-coordinator - core-tx-mediator - core-tx-schemeshard - core-tx-tx_allocator - core-tx-tx_proxy - library-actors-core - cpp-testing-unittest -) -target_sources(blockstore-libs-storage-testlib PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/testlib/disk_agent_mock.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/testlib/disk_registry_proxy_mock.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/testlib/service_client.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/testlib/ss_proxy_client.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/testlib/ss_proxy_mock.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/testlib/test_env.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/testlib/test_env_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/testlib/test_executor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/testlib/test_runtime.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/testlib/test_tablet.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/testlib/ut_helpers.cpp -) diff --git a/cloud/blockstore/libs/storage/undelivered/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/undelivered/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index aee85915ca8..00000000000 --- a/cloud/blockstore/libs/storage/undelivered/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_subdirectory(ut) - -add_library(libs-storage-undelivered) -target_link_libraries(libs-storage-undelivered PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-kikimr - libs-storage-api - library-actors-core - ydb-core-testlib - core-testlib-basics -) -target_sources(libs-storage-undelivered PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/undelivered/undelivered.cpp -) diff --git a/cloud/blockstore/libs/storage/undelivered/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/undelivered/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 96bbdf56847..00000000000 --- a/cloud/blockstore/libs/storage/undelivered/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_subdirectory(ut) - -add_library(libs-storage-undelivered) -target_link_libraries(libs-storage-undelivered PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-kikimr - libs-storage-api - library-actors-core - ydb-core-testlib - core-testlib-basics -) -target_sources(libs-storage-undelivered PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/undelivered/undelivered.cpp -) diff --git a/cloud/blockstore/libs/storage/undelivered/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/undelivered/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 96bbdf56847..00000000000 --- a/cloud/blockstore/libs/storage/undelivered/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_subdirectory(ut) - -add_library(libs-storage-undelivered) -target_link_libraries(libs-storage-undelivered PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-kikimr - libs-storage-api - library-actors-core - ydb-core-testlib - core-testlib-basics -) -target_sources(libs-storage-undelivered PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/undelivered/undelivered.cpp -) diff --git a/cloud/blockstore/libs/storage/undelivered/CMakeLists.txt b/cloud/blockstore/libs/storage/undelivered/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/undelivered/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/undelivered/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/undelivered/CMakeLists.windows-x86_64.txt deleted file mode 100644 index aee85915ca8..00000000000 --- a/cloud/blockstore/libs/storage/undelivered/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_subdirectory(ut) - -add_library(libs-storage-undelivered) -target_link_libraries(libs-storage-undelivered PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-kikimr - libs-storage-api - library-actors-core - ydb-core-testlib - core-testlib-basics -) -target_sources(libs-storage-undelivered PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/undelivered/undelivered.cpp -) diff --git a/cloud/blockstore/libs/storage/undelivered/ut/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/undelivered/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index f6b0776b2f4..00000000000 --- a/cloud/blockstore/libs/storage/undelivered/ut/CMakeLists.darwin-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_executable(cloud-blockstore-libs-storage-undelivered-ut) -target_compile_options(cloud-blockstore-libs-storage-undelivered-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-blockstore-libs-storage-undelivered-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/undelivered -) -target_link_libraries(cloud-blockstore-libs-storage-undelivered-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-undelivered - blockstore-libs-storage-testlib -) -target_link_options(cloud-blockstore-libs-storage-undelivered-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-blockstore-libs-storage-undelivered-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/undelivered/undelivered_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-undelivered-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-undelivered-ut - TEST_TARGET - cloud-blockstore-libs-storage-undelivered-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-undelivered-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-undelivered-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-undelivered-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-storage-undelivered-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-storage-undelivered-ut) diff --git a/cloud/blockstore/libs/storage/undelivered/ut/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/undelivered/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 4ce717afb83..00000000000 --- a/cloud/blockstore/libs/storage/undelivered/ut/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_executable(cloud-blockstore-libs-storage-undelivered-ut) -target_compile_options(cloud-blockstore-libs-storage-undelivered-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-blockstore-libs-storage-undelivered-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/undelivered -) -target_link_libraries(cloud-blockstore-libs-storage-undelivered-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - libs-storage-undelivered - blockstore-libs-storage-testlib -) -target_link_options(cloud-blockstore-libs-storage-undelivered-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-storage-undelivered-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/undelivered/undelivered_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-undelivered-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-undelivered-ut - TEST_TARGET - cloud-blockstore-libs-storage-undelivered-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-undelivered-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-undelivered-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-undelivered-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-storage-undelivered-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-blockstore-libs-storage-undelivered-ut) diff --git a/cloud/blockstore/libs/storage/undelivered/ut/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/undelivered/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 04680a679e1..00000000000 --- a/cloud/blockstore/libs/storage/undelivered/ut/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_executable(cloud-blockstore-libs-storage-undelivered-ut) -target_compile_options(cloud-blockstore-libs-storage-undelivered-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-blockstore-libs-storage-undelivered-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/undelivered -) -target_link_libraries(cloud-blockstore-libs-storage-undelivered-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-undelivered - blockstore-libs-storage-testlib -) -target_link_options(cloud-blockstore-libs-storage-undelivered-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-storage-undelivered-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/undelivered/undelivered_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-undelivered-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-undelivered-ut - TEST_TARGET - cloud-blockstore-libs-storage-undelivered-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-undelivered-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-undelivered-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-undelivered-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-storage-undelivered-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-blockstore-libs-storage-undelivered-ut) diff --git a/cloud/blockstore/libs/storage/undelivered/ut/CMakeLists.txt b/cloud/blockstore/libs/storage/undelivered/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/undelivered/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/undelivered/ut/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/undelivered/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 618e672677d..00000000000 --- a/cloud/blockstore/libs/storage/undelivered/ut/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_executable(cloud-blockstore-libs-storage-undelivered-ut) -target_compile_options(cloud-blockstore-libs-storage-undelivered-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-blockstore-libs-storage-undelivered-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/undelivered -) -target_link_libraries(cloud-blockstore-libs-storage-undelivered-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-undelivered - blockstore-libs-storage-testlib -) -target_sources(cloud-blockstore-libs-storage-undelivered-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/undelivered/undelivered_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-undelivered-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-undelivered-ut - TEST_TARGET - cloud-blockstore-libs-storage-undelivered-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-undelivered-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-undelivered-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-undelivered-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-storage-undelivered-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-storage-undelivered-ut) diff --git a/cloud/blockstore/libs/storage/volume/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/volume/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 90fa8598d06..00000000000 --- a/cloud/blockstore/libs/storage/volume/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_subdirectory(actors) -add_subdirectory(model) -add_subdirectory(testlib) -add_subdirectory(ut) - -add_library(libs-storage-volume) -target_link_libraries(libs-storage-volume PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-kikimr - blockstore-libs-service - libs-storage-api - libs-storage-bootstrapper - libs-storage-core - libs-storage-partition - libs-storage-partition2 - libs-storage-partition_nonrepl - libs-storage-protos - libs-storage-protos_ydb - storage-volume-model - storage-volume-actors - core-libs-common - library-actors-core - library-cpp-lwtrace - monlib-service-pages - cpp-protobuf-util - ydb-core-base - core-blockstore-core - ydb-core-mind - ydb-core-node_whiteboard - ydb-core-scheme - ydb-core-tablet - ydb-core-tablet_flat -) -target_sources(libs-storage-volume PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/partition_info.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/partition_requests.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/tracing.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_addclient.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_allocatedisk.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_change_storage_config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_checkpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_cleanup_history.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_forward.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_forward_trackused.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_initschema.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_loadstate.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_migration.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_monitoring_checkpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_monitoring_removeclient.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_monitoring.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_read_history.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_reallocatedisk.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_removeclient.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_reset_seqnumber.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_resync.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_startstop.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_statvolume.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_throttling.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_updateconfig.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_updatestartpartitionsneeded.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_updatevolumeparams.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_updateusedblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_waitready.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_write_throttlerstate.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_database.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_state.cpp -) diff --git a/cloud/blockstore/libs/storage/volume/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/volume/CMakeLists.linux-aarch64.txt deleted file mode 100644 index ac9feb0e989..00000000000 --- a/cloud/blockstore/libs/storage/volume/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_subdirectory(actors) -add_subdirectory(model) -add_subdirectory(testlib) -add_subdirectory(ut) - -add_library(libs-storage-volume) -target_link_libraries(libs-storage-volume PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-kikimr - blockstore-libs-service - libs-storage-api - libs-storage-bootstrapper - libs-storage-core - libs-storage-partition - libs-storage-partition2 - libs-storage-partition_nonrepl - libs-storage-protos - libs-storage-protos_ydb - storage-volume-model - storage-volume-actors - core-libs-common - library-actors-core - library-cpp-lwtrace - monlib-service-pages - cpp-protobuf-util - ydb-core-base - core-blockstore-core - ydb-core-mind - ydb-core-node_whiteboard - ydb-core-scheme - ydb-core-tablet - ydb-core-tablet_flat -) -target_sources(libs-storage-volume PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/partition_info.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/partition_requests.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/tracing.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_addclient.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_allocatedisk.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_change_storage_config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_checkpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_cleanup_history.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_forward.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_forward_trackused.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_initschema.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_loadstate.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_migration.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_monitoring_checkpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_monitoring_removeclient.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_monitoring.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_read_history.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_reallocatedisk.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_removeclient.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_reset_seqnumber.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_resync.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_startstop.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_statvolume.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_throttling.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_updateconfig.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_updatestartpartitionsneeded.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_updatevolumeparams.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_updateusedblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_waitready.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_write_throttlerstate.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_database.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_state.cpp -) diff --git a/cloud/blockstore/libs/storage/volume/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/volume/CMakeLists.linux-x86_64.txt deleted file mode 100644 index ac9feb0e989..00000000000 --- a/cloud/blockstore/libs/storage/volume/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_subdirectory(actors) -add_subdirectory(model) -add_subdirectory(testlib) -add_subdirectory(ut) - -add_library(libs-storage-volume) -target_link_libraries(libs-storage-volume PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-kikimr - blockstore-libs-service - libs-storage-api - libs-storage-bootstrapper - libs-storage-core - libs-storage-partition - libs-storage-partition2 - libs-storage-partition_nonrepl - libs-storage-protos - libs-storage-protos_ydb - storage-volume-model - storage-volume-actors - core-libs-common - library-actors-core - library-cpp-lwtrace - monlib-service-pages - cpp-protobuf-util - ydb-core-base - core-blockstore-core - ydb-core-mind - ydb-core-node_whiteboard - ydb-core-scheme - ydb-core-tablet - ydb-core-tablet_flat -) -target_sources(libs-storage-volume PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/partition_info.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/partition_requests.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/tracing.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_addclient.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_allocatedisk.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_change_storage_config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_checkpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_cleanup_history.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_forward.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_forward_trackused.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_initschema.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_loadstate.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_migration.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_monitoring_checkpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_monitoring_removeclient.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_monitoring.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_read_history.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_reallocatedisk.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_removeclient.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_reset_seqnumber.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_resync.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_startstop.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_statvolume.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_throttling.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_updateconfig.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_updatestartpartitionsneeded.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_updatevolumeparams.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_updateusedblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_waitready.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_write_throttlerstate.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_database.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_state.cpp -) diff --git a/cloud/blockstore/libs/storage/volume/CMakeLists.txt b/cloud/blockstore/libs/storage/volume/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/volume/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/volume/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/volume/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 90fa8598d06..00000000000 --- a/cloud/blockstore/libs/storage/volume/CMakeLists.windows-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_subdirectory(actors) -add_subdirectory(model) -add_subdirectory(testlib) -add_subdirectory(ut) - -add_library(libs-storage-volume) -target_link_libraries(libs-storage-volume PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-kikimr - blockstore-libs-service - libs-storage-api - libs-storage-bootstrapper - libs-storage-core - libs-storage-partition - libs-storage-partition2 - libs-storage-partition_nonrepl - libs-storage-protos - libs-storage-protos_ydb - storage-volume-model - storage-volume-actors - core-libs-common - library-actors-core - library-cpp-lwtrace - monlib-service-pages - cpp-protobuf-util - ydb-core-base - core-blockstore-core - ydb-core-mind - ydb-core-node_whiteboard - ydb-core-scheme - ydb-core-tablet - ydb-core-tablet_flat -) -target_sources(libs-storage-volume PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/partition_info.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/partition_requests.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/tracing.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_addclient.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_allocatedisk.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_change_storage_config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_checkpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_cleanup_history.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_forward.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_forward_trackused.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_initschema.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_loadstate.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_migration.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_monitoring_checkpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_monitoring_removeclient.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_monitoring.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_read_history.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_reallocatedisk.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_removeclient.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_reset_seqnumber.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_resync.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_startstop.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_statvolume.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_throttling.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_updateconfig.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_updatestartpartitionsneeded.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_updatevolumeparams.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_updateusedblocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_waitready.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor_write_throttlerstate.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_database.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_state.cpp -) diff --git a/cloud/blockstore/libs/storage/volume/actors/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/volume/actors/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 82541e8ecb5..00000000000 --- a/cloud/blockstore/libs/storage/volume/actors/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_subdirectory(ut) - -add_library(storage-volume-actors) -target_link_libraries(storage-volume-actors PUBLIC - contrib-libs-cxxsupp - yutil - libs-storage-core - libs-storage-partition_common - libs-storage-protos - libs-storage-protos_ydb - library-actors-core - library-cpp-lwtrace -) -target_sources(storage-volume-actors PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/actors/forward_read_marked.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/actors/forward_write_and_mark_used.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/actors/read_disk_registry_based_overlay.cpp -) diff --git a/cloud/blockstore/libs/storage/volume/actors/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/volume/actors/CMakeLists.linux-aarch64.txt deleted file mode 100644 index f0c0388b8aa..00000000000 --- a/cloud/blockstore/libs/storage/volume/actors/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_subdirectory(ut) - -add_library(storage-volume-actors) -target_link_libraries(storage-volume-actors PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-storage-core - libs-storage-partition_common - libs-storage-protos - libs-storage-protos_ydb - library-actors-core - library-cpp-lwtrace -) -target_sources(storage-volume-actors PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/actors/forward_read_marked.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/actors/forward_write_and_mark_used.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/actors/read_disk_registry_based_overlay.cpp -) diff --git a/cloud/blockstore/libs/storage/volume/actors/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/volume/actors/CMakeLists.linux-x86_64.txt deleted file mode 100644 index f0c0388b8aa..00000000000 --- a/cloud/blockstore/libs/storage/volume/actors/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_subdirectory(ut) - -add_library(storage-volume-actors) -target_link_libraries(storage-volume-actors PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-storage-core - libs-storage-partition_common - libs-storage-protos - libs-storage-protos_ydb - library-actors-core - library-cpp-lwtrace -) -target_sources(storage-volume-actors PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/actors/forward_read_marked.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/actors/forward_write_and_mark_used.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/actors/read_disk_registry_based_overlay.cpp -) diff --git a/cloud/blockstore/libs/storage/volume/actors/CMakeLists.txt b/cloud/blockstore/libs/storage/volume/actors/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/volume/actors/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/volume/actors/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/volume/actors/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 82541e8ecb5..00000000000 --- a/cloud/blockstore/libs/storage/volume/actors/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_subdirectory(ut) - -add_library(storage-volume-actors) -target_link_libraries(storage-volume-actors PUBLIC - contrib-libs-cxxsupp - yutil - libs-storage-core - libs-storage-partition_common - libs-storage-protos - libs-storage-protos_ydb - library-actors-core - library-cpp-lwtrace -) -target_sources(storage-volume-actors PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/actors/forward_read_marked.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/actors/forward_write_and_mark_used.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/actors/read_disk_registry_based_overlay.cpp -) diff --git a/cloud/blockstore/libs/storage/volume/actors/ut/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/volume/actors/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c67fab60401..00000000000 --- a/cloud/blockstore/libs/storage/volume/actors/ut/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_executable(cloud-blockstore-libs-storage-volume-actors-ut) -target_include_directories(cloud-blockstore-libs-storage-volume-actors-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/actors -) -target_link_libraries(cloud-blockstore-libs-storage-volume-actors-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - storage-volume-actors - library-actors-testlib -) -target_link_options(cloud-blockstore-libs-storage-volume-actors-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-blockstore-libs-storage-volume-actors-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/actors/forward_read_marked.ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/actors/forward_write_and_mark_used.ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/actors/read_disk_registry_based_overlay_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-volume-actors-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-volume-actors-ut - TEST_TARGET - cloud-blockstore-libs-storage-volume-actors-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-volume-actors-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-volume-actors-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-volume-actors-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-storage-volume-actors-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-storage-volume-actors-ut) diff --git a/cloud/blockstore/libs/storage/volume/actors/ut/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/volume/actors/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 1ea30355b47..00000000000 --- a/cloud/blockstore/libs/storage/volume/actors/ut/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,80 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-storage-volume-actors-ut) -target_include_directories(cloud-blockstore-libs-storage-volume-actors-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/actors -) -target_link_libraries(cloud-blockstore-libs-storage-volume-actors-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - storage-volume-actors - library-actors-testlib -) -target_link_options(cloud-blockstore-libs-storage-volume-actors-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-storage-volume-actors-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/actors/forward_read_marked.ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/actors/forward_write_and_mark_used.ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/actors/read_disk_registry_based_overlay_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-volume-actors-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-volume-actors-ut - TEST_TARGET - cloud-blockstore-libs-storage-volume-actors-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-volume-actors-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-volume-actors-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-volume-actors-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-storage-volume-actors-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-blockstore-libs-storage-volume-actors-ut) diff --git a/cloud/blockstore/libs/storage/volume/actors/ut/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/volume/actors/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d1fa7cc012f..00000000000 --- a/cloud/blockstore/libs/storage/volume/actors/ut/CMakeLists.linux-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_executable(cloud-blockstore-libs-storage-volume-actors-ut) -target_include_directories(cloud-blockstore-libs-storage-volume-actors-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/actors -) -target_link_libraries(cloud-blockstore-libs-storage-volume-actors-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - storage-volume-actors - library-actors-testlib -) -target_link_options(cloud-blockstore-libs-storage-volume-actors-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-storage-volume-actors-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/actors/forward_read_marked.ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/actors/forward_write_and_mark_used.ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/actors/read_disk_registry_based_overlay_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-volume-actors-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-volume-actors-ut - TEST_TARGET - cloud-blockstore-libs-storage-volume-actors-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-volume-actors-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-volume-actors-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-volume-actors-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-storage-volume-actors-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-blockstore-libs-storage-volume-actors-ut) diff --git a/cloud/blockstore/libs/storage/volume/actors/ut/CMakeLists.txt b/cloud/blockstore/libs/storage/volume/actors/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/volume/actors/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/volume/actors/ut/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/volume/actors/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index b55cb07e89b..00000000000 --- a/cloud/blockstore/libs/storage/volume/actors/ut/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_executable(cloud-blockstore-libs-storage-volume-actors-ut) -target_include_directories(cloud-blockstore-libs-storage-volume-actors-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/actors -) -target_link_libraries(cloud-blockstore-libs-storage-volume-actors-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - storage-volume-actors - library-actors-testlib -) -target_sources(cloud-blockstore-libs-storage-volume-actors-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/actors/forward_read_marked.ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/actors/forward_write_and_mark_used.ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/actors/read_disk_registry_based_overlay_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-volume-actors-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-volume-actors-ut - TEST_TARGET - cloud-blockstore-libs-storage-volume-actors-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-volume-actors-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-volume-actors-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-volume-actors-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-storage-volume-actors-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-storage-volume-actors-ut) diff --git a/cloud/blockstore/libs/storage/volume/model/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/volume/model/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d00000fb4a2..00000000000 --- a/cloud/blockstore/libs/storage/volume/model/CMakeLists.darwin-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_subdirectory(ut) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(storage-volume-model) -target_link_libraries(storage-volume-model PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - blockstore-libs-common - blockstore-libs-kikimr - blockstore-libs-service - libs-storage-core - libs-storage-protos - core-libs-throttling - library-actors-core - cpp-containers-intrusive_rb_tree -) -target_sources(storage-volume-model PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/checkpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/checkpoint_light.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/client_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/merge.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/meta.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/requests_inflight.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/retry_policy.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/stripe.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/volume_params.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/volume_throttler_logger.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/volume_throttling_policy.cpp -) -generate_enum_serilization(storage-volume-model - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/checkpoint.h - INCLUDE_HEADERS - cloud/blockstore/libs/storage/volume/model/checkpoint.h -) diff --git a/cloud/blockstore/libs/storage/volume/model/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/volume/model/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 08cabbb4318..00000000000 --- a/cloud/blockstore/libs/storage/volume/model/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,49 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(ut) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(storage-volume-model) -target_link_libraries(storage-volume-model PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - blockstore-libs-common - blockstore-libs-kikimr - blockstore-libs-service - libs-storage-core - libs-storage-protos - core-libs-throttling - library-actors-core - cpp-containers-intrusive_rb_tree -) -target_sources(storage-volume-model PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/checkpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/checkpoint_light.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/client_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/merge.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/meta.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/requests_inflight.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/retry_policy.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/stripe.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/volume_params.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/volume_throttler_logger.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/volume_throttling_policy.cpp -) -generate_enum_serilization(storage-volume-model - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/checkpoint.h - INCLUDE_HEADERS - cloud/blockstore/libs/storage/volume/model/checkpoint.h -) diff --git a/cloud/blockstore/libs/storage/volume/model/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/volume/model/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 08cabbb4318..00000000000 --- a/cloud/blockstore/libs/storage/volume/model/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,49 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(ut) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(storage-volume-model) -target_link_libraries(storage-volume-model PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - blockstore-libs-common - blockstore-libs-kikimr - blockstore-libs-service - libs-storage-core - libs-storage-protos - core-libs-throttling - library-actors-core - cpp-containers-intrusive_rb_tree -) -target_sources(storage-volume-model PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/checkpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/checkpoint_light.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/client_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/merge.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/meta.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/requests_inflight.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/retry_policy.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/stripe.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/volume_params.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/volume_throttler_logger.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/volume_throttling_policy.cpp -) -generate_enum_serilization(storage-volume-model - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/checkpoint.h - INCLUDE_HEADERS - cloud/blockstore/libs/storage/volume/model/checkpoint.h -) diff --git a/cloud/blockstore/libs/storage/volume/model/CMakeLists.txt b/cloud/blockstore/libs/storage/volume/model/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/volume/model/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/volume/model/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/volume/model/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d00000fb4a2..00000000000 --- a/cloud/blockstore/libs/storage/volume/model/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_subdirectory(ut) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(storage-volume-model) -target_link_libraries(storage-volume-model PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - blockstore-libs-common - blockstore-libs-kikimr - blockstore-libs-service - libs-storage-core - libs-storage-protos - core-libs-throttling - library-actors-core - cpp-containers-intrusive_rb_tree -) -target_sources(storage-volume-model PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/checkpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/checkpoint_light.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/client_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/merge.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/meta.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/requests_inflight.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/retry_policy.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/stripe.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/volume_params.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/volume_throttler_logger.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/volume_throttling_policy.cpp -) -generate_enum_serilization(storage-volume-model - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/checkpoint.h - INCLUDE_HEADERS - cloud/blockstore/libs/storage/volume/model/checkpoint.h -) diff --git a/cloud/blockstore/libs/storage/volume/model/ut/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/volume/model/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index ab1b02f5724..00000000000 --- a/cloud/blockstore/libs/storage/volume/model/ut/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_executable(cloud-blockstore-libs-storage-volume-model-ut) -target_include_directories(cloud-blockstore-libs-storage-volume-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model -) -target_link_libraries(cloud-blockstore-libs-storage-volume-model-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - storage-volume-model -) -target_link_options(cloud-blockstore-libs-storage-volume-model-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-blockstore-libs-storage-volume-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/checkpoint_light_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/checkpoint_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/client_state_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/merge_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/requests_inflight_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/retry_policy_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/stripe_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/volume_params_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/volume_throttling_policy_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-volume-model-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-volume-model-ut - TEST_TARGET - cloud-blockstore-libs-storage-volume-model-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-volume-model-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-volume-model-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-volume-model-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-storage-volume-model-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-storage-volume-model-ut) diff --git a/cloud/blockstore/libs/storage/volume/model/ut/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/volume/model/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 45a70cf00cf..00000000000 --- a/cloud/blockstore/libs/storage/volume/model/ut/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,85 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-storage-volume-model-ut) -target_include_directories(cloud-blockstore-libs-storage-volume-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model -) -target_link_libraries(cloud-blockstore-libs-storage-volume-model-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - storage-volume-model -) -target_link_options(cloud-blockstore-libs-storage-volume-model-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-storage-volume-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/checkpoint_light_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/checkpoint_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/client_state_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/merge_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/requests_inflight_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/retry_policy_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/stripe_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/volume_params_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/volume_throttling_policy_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-volume-model-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-volume-model-ut - TEST_TARGET - cloud-blockstore-libs-storage-volume-model-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-volume-model-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-volume-model-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-volume-model-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-storage-volume-model-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-blockstore-libs-storage-volume-model-ut) diff --git a/cloud/blockstore/libs/storage/volume/model/ut/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/volume/model/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 029f99f7e9a..00000000000 --- a/cloud/blockstore/libs/storage/volume/model/ut/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,87 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-storage-volume-model-ut) -target_include_directories(cloud-blockstore-libs-storage-volume-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model -) -target_link_libraries(cloud-blockstore-libs-storage-volume-model-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - storage-volume-model -) -target_link_options(cloud-blockstore-libs-storage-volume-model-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-storage-volume-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/checkpoint_light_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/checkpoint_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/client_state_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/merge_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/requests_inflight_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/retry_policy_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/stripe_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/volume_params_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/volume_throttling_policy_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-volume-model-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-volume-model-ut - TEST_TARGET - cloud-blockstore-libs-storage-volume-model-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-volume-model-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-volume-model-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-volume-model-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-storage-volume-model-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-blockstore-libs-storage-volume-model-ut) diff --git a/cloud/blockstore/libs/storage/volume/model/ut/CMakeLists.txt b/cloud/blockstore/libs/storage/volume/model/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/volume/model/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/volume/model/ut/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/volume/model/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 5d12cd21bae..00000000000 --- a/cloud/blockstore/libs/storage/volume/model/ut/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,75 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-storage-volume-model-ut) -target_include_directories(cloud-blockstore-libs-storage-volume-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model -) -target_link_libraries(cloud-blockstore-libs-storage-volume-model-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - storage-volume-model -) -target_sources(cloud-blockstore-libs-storage-volume-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/checkpoint_light_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/checkpoint_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/client_state_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/merge_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/requests_inflight_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/retry_policy_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/stripe_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/volume_params_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/model/volume_throttling_policy_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-volume-model-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-volume-model-ut - TEST_TARGET - cloud-blockstore-libs-storage-volume-model-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-volume-model-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-volume-model-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-volume-model-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-storage-volume-model-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-storage-volume-model-ut) diff --git a/cloud/blockstore/libs/storage/volume/testlib/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/volume/testlib/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 81c39f160ca..00000000000 --- a/cloud/blockstore/libs/storage/volume/testlib/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(storage-volume-testlib) -target_link_libraries(storage-volume-testlib PUBLIC - contrib-libs-cxxsupp - yutil - libs-storage-api - libs-storage-core - libs-storage-model - libs-storage-stats_service - blockstore-libs-storage-testlib - libs-storage-volume - core-libs-api - core-libs-diagnostics - cpp-lwtrace-mon - cpp-testing-unittest - libs-storage-partition - libs-storage-partition_nonrepl - libs-storage-service - ydb-core-blockstore - ydb-core-mind - ydb-core-testlib - core-testlib-basics -) -target_sources(storage-volume-testlib PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/testlib/test_env.cpp -) diff --git a/cloud/blockstore/libs/storage/volume/testlib/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/volume/testlib/CMakeLists.linux-aarch64.txt deleted file mode 100644 index aa76cd22307..00000000000 --- a/cloud/blockstore/libs/storage/volume/testlib/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(storage-volume-testlib) -target_link_libraries(storage-volume-testlib PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-storage-api - libs-storage-core - libs-storage-model - libs-storage-stats_service - blockstore-libs-storage-testlib - libs-storage-volume - core-libs-api - core-libs-diagnostics - cpp-lwtrace-mon - cpp-testing-unittest - libs-storage-partition - libs-storage-partition_nonrepl - libs-storage-service - ydb-core-blockstore - ydb-core-mind - ydb-core-testlib - core-testlib-basics -) -target_sources(storage-volume-testlib PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/testlib/test_env.cpp -) diff --git a/cloud/blockstore/libs/storage/volume/testlib/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/volume/testlib/CMakeLists.linux-x86_64.txt deleted file mode 100644 index aa76cd22307..00000000000 --- a/cloud/blockstore/libs/storage/volume/testlib/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(storage-volume-testlib) -target_link_libraries(storage-volume-testlib PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-storage-api - libs-storage-core - libs-storage-model - libs-storage-stats_service - blockstore-libs-storage-testlib - libs-storage-volume - core-libs-api - core-libs-diagnostics - cpp-lwtrace-mon - cpp-testing-unittest - libs-storage-partition - libs-storage-partition_nonrepl - libs-storage-service - ydb-core-blockstore - ydb-core-mind - ydb-core-testlib - core-testlib-basics -) -target_sources(storage-volume-testlib PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/testlib/test_env.cpp -) diff --git a/cloud/blockstore/libs/storage/volume/testlib/CMakeLists.txt b/cloud/blockstore/libs/storage/volume/testlib/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/volume/testlib/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/volume/testlib/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/volume/testlib/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 81c39f160ca..00000000000 --- a/cloud/blockstore/libs/storage/volume/testlib/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(storage-volume-testlib) -target_link_libraries(storage-volume-testlib PUBLIC - contrib-libs-cxxsupp - yutil - libs-storage-api - libs-storage-core - libs-storage-model - libs-storage-stats_service - blockstore-libs-storage-testlib - libs-storage-volume - core-libs-api - core-libs-diagnostics - cpp-lwtrace-mon - cpp-testing-unittest - libs-storage-partition - libs-storage-partition_nonrepl - libs-storage-service - ydb-core-blockstore - ydb-core-mind - ydb-core-testlib - core-testlib-basics -) -target_sources(storage-volume-testlib PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/testlib/test_env.cpp -) diff --git a/cloud/blockstore/libs/storage/volume/ut/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/volume/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index b21ac261735..00000000000 --- a/cloud/blockstore/libs/storage/volume/ut/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,80 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-storage-volume-ut) -target_include_directories(cloud-blockstore-libs-storage-volume-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume -) -target_link_libraries(cloud-blockstore-libs-storage-volume-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-volume - blockstore-libs-rdma_test - blockstore-libs-storage-testlib - storage-volume-testlib -) -target_link_options(cloud-blockstore-libs-storage-volume-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-blockstore-libs-storage-volume-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_checkpoint_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_database_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_state_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-volume-ut - PROPERTY - SPLIT_FACTOR - 10 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-volume-ut - TEST_TARGET - cloud-blockstore-libs-storage-volume-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-volume-ut - PROPERTY - LABELS - MEDIUM -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-volume-ut - PROPERTY - PROCESSORS - 4 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-volume-ut - PROPERTY - TIMEOUT - 600 -) -target_allocator(cloud-blockstore-libs-storage-volume-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-storage-volume-ut) diff --git a/cloud/blockstore/libs/storage/volume/ut/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/volume/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 40759d2a919..00000000000 --- a/cloud/blockstore/libs/storage/volume/ut/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_executable(cloud-blockstore-libs-storage-volume-ut) -target_include_directories(cloud-blockstore-libs-storage-volume-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume -) -target_link_libraries(cloud-blockstore-libs-storage-volume-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - libs-storage-volume - blockstore-libs-rdma_test - blockstore-libs-storage-testlib - storage-volume-testlib -) -target_link_options(cloud-blockstore-libs-storage-volume-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-storage-volume-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_checkpoint_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_database_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_state_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-volume-ut - PROPERTY - SPLIT_FACTOR - 10 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-volume-ut - TEST_TARGET - cloud-blockstore-libs-storage-volume-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-volume-ut - PROPERTY - LABELS - MEDIUM -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-volume-ut - PROPERTY - PROCESSORS - 4 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-volume-ut - PROPERTY - TIMEOUT - 600 -) -target_allocator(cloud-blockstore-libs-storage-volume-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-blockstore-libs-storage-volume-ut) diff --git a/cloud/blockstore/libs/storage/volume/ut/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/volume/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 139db81757f..00000000000 --- a/cloud/blockstore/libs/storage/volume/ut/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,85 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-storage-volume-ut) -target_include_directories(cloud-blockstore-libs-storage-volume-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume -) -target_link_libraries(cloud-blockstore-libs-storage-volume-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-volume - blockstore-libs-rdma_test - blockstore-libs-storage-testlib - storage-volume-testlib -) -target_link_options(cloud-blockstore-libs-storage-volume-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-storage-volume-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_checkpoint_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_database_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_state_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-volume-ut - PROPERTY - SPLIT_FACTOR - 10 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-volume-ut - TEST_TARGET - cloud-blockstore-libs-storage-volume-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-volume-ut - PROPERTY - LABELS - MEDIUM -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-volume-ut - PROPERTY - PROCESSORS - 4 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-volume-ut - PROPERTY - TIMEOUT - 600 -) -target_allocator(cloud-blockstore-libs-storage-volume-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-blockstore-libs-storage-volume-ut) diff --git a/cloud/blockstore/libs/storage/volume/ut/CMakeLists.txt b/cloud/blockstore/libs/storage/volume/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/volume/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/volume/ut/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/volume/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d9c8fe20ffe..00000000000 --- a/cloud/blockstore/libs/storage/volume/ut/CMakeLists.windows-x86_64.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_executable(cloud-blockstore-libs-storage-volume-ut) -target_include_directories(cloud-blockstore-libs-storage-volume-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume -) -target_link_libraries(cloud-blockstore-libs-storage-volume-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-volume - blockstore-libs-rdma_test - blockstore-libs-storage-testlib - storage-volume-testlib -) -target_sources(cloud-blockstore-libs-storage-volume-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_checkpoint_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_database_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_state_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume/volume_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-volume-ut - PROPERTY - SPLIT_FACTOR - 10 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-volume-ut - TEST_TARGET - cloud-blockstore-libs-storage-volume-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-volume-ut - PROPERTY - LABELS - MEDIUM -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-volume-ut - PROPERTY - PROCESSORS - 4 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-volume-ut - PROPERTY - TIMEOUT - 600 -) -target_allocator(cloud-blockstore-libs-storage-volume-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-storage-volume-ut) diff --git a/cloud/blockstore/libs/storage/volume_balancer/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/volume_balancer/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index bc08c1180d1..00000000000 --- a/cloud/blockstore/libs/storage/volume_balancer/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,49 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(ut) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(libs-storage-volume_balancer) -target_link_libraries(libs-storage-volume_balancer PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - blockstore-libs-common - blockstore-libs-kikimr - libs-storage-api - libs-storage-core - libs-storage-protos - private-api-protos - library-actors-core - monlib-service-pages - ydb-core-base - core-blockstore-core - ydb-core-mind - ydb-core-mon - ydb-core-node_whiteboard - ydb-core-scheme - ydb-core-tablet - ydb-core-tablet_flat -) -target_sources(libs-storage-volume_balancer PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume_balancer/volume_balancer.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume_balancer/volume_balancer_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume_balancer/volume_balancer_actor_monitoring.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume_balancer/volume_balancer_state.cpp -) -generate_enum_serilization(libs-storage-volume_balancer - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume_balancer/volume_balancer_state.h - INCLUDE_HEADERS - cloud/blockstore/libs/storage/volume_balancer/volume_balancer_state.h -) diff --git a/cloud/blockstore/libs/storage/volume_balancer/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/volume_balancer/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 0f0b1e8b5a7..00000000000 --- a/cloud/blockstore/libs/storage/volume_balancer/CMakeLists.linux-aarch64.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_subdirectory(ut) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(libs-storage-volume_balancer) -target_link_libraries(libs-storage-volume_balancer PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - blockstore-libs-common - blockstore-libs-kikimr - libs-storage-api - libs-storage-core - libs-storage-protos - private-api-protos - library-actors-core - monlib-service-pages - ydb-core-base - core-blockstore-core - ydb-core-mind - ydb-core-mon - ydb-core-node_whiteboard - ydb-core-scheme - ydb-core-tablet - ydb-core-tablet_flat -) -target_sources(libs-storage-volume_balancer PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume_balancer/volume_balancer.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume_balancer/volume_balancer_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume_balancer/volume_balancer_actor_monitoring.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume_balancer/volume_balancer_state.cpp -) -generate_enum_serilization(libs-storage-volume_balancer - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume_balancer/volume_balancer_state.h - INCLUDE_HEADERS - cloud/blockstore/libs/storage/volume_balancer/volume_balancer_state.h -) diff --git a/cloud/blockstore/libs/storage/volume_balancer/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/volume_balancer/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 0f0b1e8b5a7..00000000000 --- a/cloud/blockstore/libs/storage/volume_balancer/CMakeLists.linux-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_subdirectory(ut) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(libs-storage-volume_balancer) -target_link_libraries(libs-storage-volume_balancer PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - blockstore-libs-common - blockstore-libs-kikimr - libs-storage-api - libs-storage-core - libs-storage-protos - private-api-protos - library-actors-core - monlib-service-pages - ydb-core-base - core-blockstore-core - ydb-core-mind - ydb-core-mon - ydb-core-node_whiteboard - ydb-core-scheme - ydb-core-tablet - ydb-core-tablet_flat -) -target_sources(libs-storage-volume_balancer PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume_balancer/volume_balancer.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume_balancer/volume_balancer_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume_balancer/volume_balancer_actor_monitoring.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume_balancer/volume_balancer_state.cpp -) -generate_enum_serilization(libs-storage-volume_balancer - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume_balancer/volume_balancer_state.h - INCLUDE_HEADERS - cloud/blockstore/libs/storage/volume_balancer/volume_balancer_state.h -) diff --git a/cloud/blockstore/libs/storage/volume_balancer/CMakeLists.txt b/cloud/blockstore/libs/storage/volume_balancer/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/volume_balancer/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/volume_balancer/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/volume_balancer/CMakeLists.windows-x86_64.txt deleted file mode 100644 index bc08c1180d1..00000000000 --- a/cloud/blockstore/libs/storage/volume_balancer/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,49 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(ut) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(libs-storage-volume_balancer) -target_link_libraries(libs-storage-volume_balancer PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - blockstore-libs-common - blockstore-libs-kikimr - libs-storage-api - libs-storage-core - libs-storage-protos - private-api-protos - library-actors-core - monlib-service-pages - ydb-core-base - core-blockstore-core - ydb-core-mind - ydb-core-mon - ydb-core-node_whiteboard - ydb-core-scheme - ydb-core-tablet - ydb-core-tablet_flat -) -target_sources(libs-storage-volume_balancer PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume_balancer/volume_balancer.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume_balancer/volume_balancer_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume_balancer/volume_balancer_actor_monitoring.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume_balancer/volume_balancer_state.cpp -) -generate_enum_serilization(libs-storage-volume_balancer - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume_balancer/volume_balancer_state.h - INCLUDE_HEADERS - cloud/blockstore/libs/storage/volume_balancer/volume_balancer_state.h -) diff --git a/cloud/blockstore/libs/storage/volume_balancer/ut/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/volume_balancer/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 7fc9d5bac9d..00000000000 --- a/cloud/blockstore/libs/storage/volume_balancer/ut/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,80 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-storage-volume_balancer-ut) -target_compile_options(cloud-blockstore-libs-storage-volume_balancer-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-blockstore-libs-storage-volume_balancer-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume_balancer -) -target_link_libraries(cloud-blockstore-libs-storage-volume_balancer-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-volume_balancer - blockstore-libs-diagnostics - blockstore-libs-storage-testlib -) -target_link_options(cloud-blockstore-libs-storage-volume_balancer-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-blockstore-libs-storage-volume_balancer-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume_balancer/volume_balancer_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume_balancer/volume_balancer_state_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-volume_balancer-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-volume_balancer-ut - TEST_TARGET - cloud-blockstore-libs-storage-volume_balancer-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-volume_balancer-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-volume_balancer-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-volume_balancer-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-storage-volume_balancer-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-storage-volume_balancer-ut) diff --git a/cloud/blockstore/libs/storage/volume_balancer/ut/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/volume_balancer/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index dbc6dbf1db0..00000000000 --- a/cloud/blockstore/libs/storage/volume_balancer/ut/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_executable(cloud-blockstore-libs-storage-volume_balancer-ut) -target_compile_options(cloud-blockstore-libs-storage-volume_balancer-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-blockstore-libs-storage-volume_balancer-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume_balancer -) -target_link_libraries(cloud-blockstore-libs-storage-volume_balancer-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - libs-storage-volume_balancer - blockstore-libs-diagnostics - blockstore-libs-storage-testlib -) -target_link_options(cloud-blockstore-libs-storage-volume_balancer-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-storage-volume_balancer-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume_balancer/volume_balancer_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume_balancer/volume_balancer_state_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-volume_balancer-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-volume_balancer-ut - TEST_TARGET - cloud-blockstore-libs-storage-volume_balancer-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-volume_balancer-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-volume_balancer-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-volume_balancer-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-storage-volume_balancer-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-blockstore-libs-storage-volume_balancer-ut) diff --git a/cloud/blockstore/libs/storage/volume_balancer/ut/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/volume_balancer/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e536cdb94b1..00000000000 --- a/cloud/blockstore/libs/storage/volume_balancer/ut/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,85 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-storage-volume_balancer-ut) -target_compile_options(cloud-blockstore-libs-storage-volume_balancer-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-blockstore-libs-storage-volume_balancer-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume_balancer -) -target_link_libraries(cloud-blockstore-libs-storage-volume_balancer-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-volume_balancer - blockstore-libs-diagnostics - blockstore-libs-storage-testlib -) -target_link_options(cloud-blockstore-libs-storage-volume_balancer-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-storage-volume_balancer-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume_balancer/volume_balancer_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume_balancer/volume_balancer_state_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-volume_balancer-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-volume_balancer-ut - TEST_TARGET - cloud-blockstore-libs-storage-volume_balancer-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-volume_balancer-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-volume_balancer-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-volume_balancer-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-storage-volume_balancer-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-blockstore-libs-storage-volume_balancer-ut) diff --git a/cloud/blockstore/libs/storage/volume_balancer/ut/CMakeLists.txt b/cloud/blockstore/libs/storage/volume_balancer/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/volume_balancer/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/volume_balancer/ut/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/volume_balancer/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index a73eaa1b1fd..00000000000 --- a/cloud/blockstore/libs/storage/volume_balancer/ut/CMakeLists.windows-x86_64.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_executable(cloud-blockstore-libs-storage-volume_balancer-ut) -target_compile_options(cloud-blockstore-libs-storage-volume_balancer-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-blockstore-libs-storage-volume_balancer-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume_balancer -) -target_link_libraries(cloud-blockstore-libs-storage-volume_balancer-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-volume_balancer - blockstore-libs-diagnostics - blockstore-libs-storage-testlib -) -target_sources(cloud-blockstore-libs-storage-volume_balancer-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume_balancer/volume_balancer_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume_balancer/volume_balancer_state_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-volume_balancer-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-volume_balancer-ut - TEST_TARGET - cloud-blockstore-libs-storage-volume_balancer-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-volume_balancer-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-volume_balancer-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-volume_balancer-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-storage-volume_balancer-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-storage-volume_balancer-ut) diff --git a/cloud/blockstore/libs/storage/volume_proxy/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/volume_proxy/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index b119c73f205..00000000000 --- a/cloud/blockstore/libs/storage/volume_proxy/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_subdirectory(ut) - -add_library(libs-storage-volume_proxy) -target_link_libraries(libs-storage-volume_proxy PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-kikimr - libs-storage-api - libs-storage-core - library-actors-core - ydb-core-tablet - ydb-core-testlib -) -target_sources(libs-storage-volume_proxy PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume_proxy/volume_proxy.cpp -) diff --git a/cloud/blockstore/libs/storage/volume_proxy/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/volume_proxy/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 0fc7252f5ff..00000000000 --- a/cloud/blockstore/libs/storage/volume_proxy/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_subdirectory(ut) - -add_library(libs-storage-volume_proxy) -target_link_libraries(libs-storage-volume_proxy PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-kikimr - libs-storage-api - libs-storage-core - library-actors-core - ydb-core-tablet - ydb-core-testlib -) -target_sources(libs-storage-volume_proxy PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume_proxy/volume_proxy.cpp -) diff --git a/cloud/blockstore/libs/storage/volume_proxy/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/volume_proxy/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 0fc7252f5ff..00000000000 --- a/cloud/blockstore/libs/storage/volume_proxy/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_subdirectory(ut) - -add_library(libs-storage-volume_proxy) -target_link_libraries(libs-storage-volume_proxy PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-kikimr - libs-storage-api - libs-storage-core - library-actors-core - ydb-core-tablet - ydb-core-testlib -) -target_sources(libs-storage-volume_proxy PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume_proxy/volume_proxy.cpp -) diff --git a/cloud/blockstore/libs/storage/volume_proxy/CMakeLists.txt b/cloud/blockstore/libs/storage/volume_proxy/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/volume_proxy/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/volume_proxy/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/volume_proxy/CMakeLists.windows-x86_64.txt deleted file mode 100644 index b119c73f205..00000000000 --- a/cloud/blockstore/libs/storage/volume_proxy/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_subdirectory(ut) - -add_library(libs-storage-volume_proxy) -target_link_libraries(libs-storage-volume_proxy PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-kikimr - libs-storage-api - libs-storage-core - library-actors-core - ydb-core-tablet - ydb-core-testlib -) -target_sources(libs-storage-volume_proxy PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume_proxy/volume_proxy.cpp -) diff --git a/cloud/blockstore/libs/storage/volume_proxy/ut/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/storage/volume_proxy/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 9fa82ac1cca..00000000000 --- a/cloud/blockstore/libs/storage/volume_proxy/ut/CMakeLists.darwin-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_executable(cloud-blockstore-libs-storage-volume_proxy-ut) -target_compile_options(cloud-blockstore-libs-storage-volume_proxy-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-blockstore-libs-storage-volume_proxy-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume_proxy -) -target_link_libraries(cloud-blockstore-libs-storage-volume_proxy-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-volume_proxy - blockstore-libs-storage-testlib -) -target_link_options(cloud-blockstore-libs-storage-volume_proxy-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-blockstore-libs-storage-volume_proxy-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume_proxy/volume_proxy_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-volume_proxy-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-volume_proxy-ut - TEST_TARGET - cloud-blockstore-libs-storage-volume_proxy-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-volume_proxy-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-volume_proxy-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-volume_proxy-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-storage-volume_proxy-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-storage-volume_proxy-ut) diff --git a/cloud/blockstore/libs/storage/volume_proxy/ut/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/storage/volume_proxy/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 221926f3459..00000000000 --- a/cloud/blockstore/libs/storage/volume_proxy/ut/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_executable(cloud-blockstore-libs-storage-volume_proxy-ut) -target_compile_options(cloud-blockstore-libs-storage-volume_proxy-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-blockstore-libs-storage-volume_proxy-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume_proxy -) -target_link_libraries(cloud-blockstore-libs-storage-volume_proxy-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - libs-storage-volume_proxy - blockstore-libs-storage-testlib -) -target_link_options(cloud-blockstore-libs-storage-volume_proxy-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-storage-volume_proxy-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume_proxy/volume_proxy_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-volume_proxy-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-volume_proxy-ut - TEST_TARGET - cloud-blockstore-libs-storage-volume_proxy-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-volume_proxy-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-volume_proxy-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-volume_proxy-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-storage-volume_proxy-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-blockstore-libs-storage-volume_proxy-ut) diff --git a/cloud/blockstore/libs/storage/volume_proxy/ut/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/storage/volume_proxy/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 9224f91a7fc..00000000000 --- a/cloud/blockstore/libs/storage/volume_proxy/ut/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_executable(cloud-blockstore-libs-storage-volume_proxy-ut) -target_compile_options(cloud-blockstore-libs-storage-volume_proxy-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-blockstore-libs-storage-volume_proxy-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume_proxy -) -target_link_libraries(cloud-blockstore-libs-storage-volume_proxy-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-volume_proxy - blockstore-libs-storage-testlib -) -target_link_options(cloud-blockstore-libs-storage-volume_proxy-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-storage-volume_proxy-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume_proxy/volume_proxy_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-volume_proxy-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-volume_proxy-ut - TEST_TARGET - cloud-blockstore-libs-storage-volume_proxy-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-volume_proxy-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-volume_proxy-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-volume_proxy-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-storage-volume_proxy-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-blockstore-libs-storage-volume_proxy-ut) diff --git a/cloud/blockstore/libs/storage/volume_proxy/ut/CMakeLists.txt b/cloud/blockstore/libs/storage/volume_proxy/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/storage/volume_proxy/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/storage/volume_proxy/ut/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/storage/volume_proxy/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 0e305feb4f8..00000000000 --- a/cloud/blockstore/libs/storage/volume_proxy/ut/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_executable(cloud-blockstore-libs-storage-volume_proxy-ut) -target_compile_options(cloud-blockstore-libs-storage-volume_proxy-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-blockstore-libs-storage-volume_proxy-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume_proxy -) -target_link_libraries(cloud-blockstore-libs-storage-volume_proxy-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-volume_proxy - blockstore-libs-storage-testlib -) -target_sources(cloud-blockstore-libs-storage-volume_proxy-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/volume_proxy/volume_proxy_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-storage-volume_proxy-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-storage-volume_proxy-ut - TEST_TARGET - cloud-blockstore-libs-storage-volume_proxy-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-volume_proxy-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-volume_proxy-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-storage-volume_proxy-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-storage-volume_proxy-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-storage-volume_proxy-ut) diff --git a/cloud/blockstore/libs/throttling/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/throttling/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d55a2f4920b..00000000000 --- a/cloud/blockstore/libs/throttling/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_subdirectory(ut) - -add_library(blockstore-libs-throttling) -target_link_libraries(blockstore-libs-throttling PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-diagnostics - blockstore-libs-service - public-api-protos - core-libs-common - core-libs-throttling - storage-core-protos - cpp-deprecated-atomic - cpp-monlib-dynamic_counters -) -target_sources(blockstore-libs-throttling PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/throttling/throttler.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/throttling/throttler_logger.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/throttling/throttler_logger_test.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/throttling/throttler_metrics.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/throttling/throttler_metrics_test.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/throttling/throttler_policy.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/throttling/throttler_tracker.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/throttling/throttler_tracker_test.cpp -) diff --git a/cloud/blockstore/libs/throttling/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/throttling/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 3f666610810..00000000000 --- a/cloud/blockstore/libs/throttling/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_subdirectory(ut) - -add_library(blockstore-libs-throttling) -target_link_libraries(blockstore-libs-throttling PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-diagnostics - blockstore-libs-service - public-api-protos - core-libs-common - core-libs-throttling - storage-core-protos - cpp-deprecated-atomic - cpp-monlib-dynamic_counters -) -target_sources(blockstore-libs-throttling PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/throttling/throttler.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/throttling/throttler_logger.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/throttling/throttler_logger_test.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/throttling/throttler_metrics.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/throttling/throttler_metrics_test.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/throttling/throttler_policy.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/throttling/throttler_tracker.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/throttling/throttler_tracker_test.cpp -) diff --git a/cloud/blockstore/libs/throttling/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/throttling/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 3f666610810..00000000000 --- a/cloud/blockstore/libs/throttling/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_subdirectory(ut) - -add_library(blockstore-libs-throttling) -target_link_libraries(blockstore-libs-throttling PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-diagnostics - blockstore-libs-service - public-api-protos - core-libs-common - core-libs-throttling - storage-core-protos - cpp-deprecated-atomic - cpp-monlib-dynamic_counters -) -target_sources(blockstore-libs-throttling PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/throttling/throttler.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/throttling/throttler_logger.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/throttling/throttler_logger_test.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/throttling/throttler_metrics.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/throttling/throttler_metrics_test.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/throttling/throttler_policy.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/throttling/throttler_tracker.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/throttling/throttler_tracker_test.cpp -) diff --git a/cloud/blockstore/libs/throttling/CMakeLists.txt b/cloud/blockstore/libs/throttling/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/throttling/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/throttling/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/throttling/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d55a2f4920b..00000000000 --- a/cloud/blockstore/libs/throttling/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_subdirectory(ut) - -add_library(blockstore-libs-throttling) -target_link_libraries(blockstore-libs-throttling PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-diagnostics - blockstore-libs-service - public-api-protos - core-libs-common - core-libs-throttling - storage-core-protos - cpp-deprecated-atomic - cpp-monlib-dynamic_counters -) -target_sources(blockstore-libs-throttling PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/throttling/throttler.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/throttling/throttler_logger.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/throttling/throttler_logger_test.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/throttling/throttler_metrics.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/throttling/throttler_metrics_test.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/throttling/throttler_policy.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/throttling/throttler_tracker.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/throttling/throttler_tracker_test.cpp -) diff --git a/cloud/blockstore/libs/throttling/ut/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/throttling/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 7e83295de22..00000000000 --- a/cloud/blockstore/libs/throttling/ut/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,76 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-throttling-ut) -target_include_directories(cloud-blockstore-libs-throttling-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/throttling -) -target_link_libraries(cloud-blockstore-libs-throttling-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-throttling - threading-future-subscription -) -target_link_options(cloud-blockstore-libs-throttling-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-blockstore-libs-throttling-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/throttling/throttler_metrics_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/throttling/throttler_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-throttling-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-throttling-ut - TEST_TARGET - cloud-blockstore-libs-throttling-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-throttling-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-throttling-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-throttling-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-throttling-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-throttling-ut) diff --git a/cloud/blockstore/libs/throttling/ut/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/throttling/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 1d6a6aeb901..00000000000 --- a/cloud/blockstore/libs/throttling/ut/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,79 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-throttling-ut) -target_include_directories(cloud-blockstore-libs-throttling-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/throttling -) -target_link_libraries(cloud-blockstore-libs-throttling-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - blockstore-libs-throttling - threading-future-subscription -) -target_link_options(cloud-blockstore-libs-throttling-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-throttling-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/throttling/throttler_metrics_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/throttling/throttler_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-throttling-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-throttling-ut - TEST_TARGET - cloud-blockstore-libs-throttling-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-throttling-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-throttling-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-throttling-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-throttling-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-blockstore-libs-throttling-ut) diff --git a/cloud/blockstore/libs/throttling/ut/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/throttling/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 325196b4408..00000000000 --- a/cloud/blockstore/libs/throttling/ut/CMakeLists.linux-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_executable(cloud-blockstore-libs-throttling-ut) -target_include_directories(cloud-blockstore-libs-throttling-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/throttling -) -target_link_libraries(cloud-blockstore-libs-throttling-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-throttling - threading-future-subscription -) -target_link_options(cloud-blockstore-libs-throttling-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-throttling-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/throttling/throttler_metrics_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/throttling/throttler_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-throttling-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-throttling-ut - TEST_TARGET - cloud-blockstore-libs-throttling-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-throttling-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-throttling-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-throttling-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-throttling-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-blockstore-libs-throttling-ut) diff --git a/cloud/blockstore/libs/throttling/ut/CMakeLists.txt b/cloud/blockstore/libs/throttling/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/throttling/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/throttling/ut/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/throttling/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 7791b57fdfa..00000000000 --- a/cloud/blockstore/libs/throttling/ut/CMakeLists.windows-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_executable(cloud-blockstore-libs-throttling-ut) -target_include_directories(cloud-blockstore-libs-throttling-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/throttling -) -target_link_libraries(cloud-blockstore-libs-throttling-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-throttling - threading-future-subscription -) -target_sources(cloud-blockstore-libs-throttling-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/throttling/throttler_metrics_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/throttling/throttler_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-throttling-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-throttling-ut - TEST_TARGET - cloud-blockstore-libs-throttling-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-throttling-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-throttling-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-throttling-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-throttling-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-throttling-ut) diff --git a/cloud/blockstore/libs/validation/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/validation/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 5391107dbec..00000000000 --- a/cloud/blockstore/libs/validation/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_subdirectory(ut) - -add_library(blockstore-libs-validation) -target_link_libraries(blockstore-libs-validation PUBLIC - contrib-libs-cxxsupp - yutil - public-api-protos - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-service - cpp-digest-crc32c - cpp-monlib-dynamic_counters - cpp-monlib-service - monlib-service-pages - cpp-threading-future - contrib-libs-sparsehash -) -target_sources(blockstore-libs-validation PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/validation/validation.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/validation/validation_client.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/validation/validation_service.cpp -) diff --git a/cloud/blockstore/libs/validation/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/validation/CMakeLists.linux-aarch64.txt deleted file mode 100644 index bc640208d50..00000000000 --- a/cloud/blockstore/libs/validation/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_subdirectory(ut) - -add_library(blockstore-libs-validation) -target_link_libraries(blockstore-libs-validation PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - public-api-protos - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-service - cpp-digest-crc32c - cpp-monlib-dynamic_counters - cpp-monlib-service - monlib-service-pages - cpp-threading-future - contrib-libs-sparsehash -) -target_sources(blockstore-libs-validation PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/validation/validation.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/validation/validation_client.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/validation/validation_service.cpp -) diff --git a/cloud/blockstore/libs/validation/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/validation/CMakeLists.linux-x86_64.txt deleted file mode 100644 index bc640208d50..00000000000 --- a/cloud/blockstore/libs/validation/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_subdirectory(ut) - -add_library(blockstore-libs-validation) -target_link_libraries(blockstore-libs-validation PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - public-api-protos - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-service - cpp-digest-crc32c - cpp-monlib-dynamic_counters - cpp-monlib-service - monlib-service-pages - cpp-threading-future - contrib-libs-sparsehash -) -target_sources(blockstore-libs-validation PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/validation/validation.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/validation/validation_client.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/validation/validation_service.cpp -) diff --git a/cloud/blockstore/libs/validation/CMakeLists.txt b/cloud/blockstore/libs/validation/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/validation/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/validation/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/validation/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 5391107dbec..00000000000 --- a/cloud/blockstore/libs/validation/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_subdirectory(ut) - -add_library(blockstore-libs-validation) -target_link_libraries(blockstore-libs-validation PUBLIC - contrib-libs-cxxsupp - yutil - public-api-protos - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-service - cpp-digest-crc32c - cpp-monlib-dynamic_counters - cpp-monlib-service - monlib-service-pages - cpp-threading-future - contrib-libs-sparsehash -) -target_sources(blockstore-libs-validation PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/validation/validation.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/validation/validation_client.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/validation/validation_service.cpp -) diff --git a/cloud/blockstore/libs/validation/ut/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/validation/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2abe22311e3..00000000000 --- a/cloud/blockstore/libs/validation/ut/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,75 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-validation-ut) -target_include_directories(cloud-blockstore-libs-validation-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/validation -) -target_link_libraries(cloud-blockstore-libs-validation-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-validation -) -target_link_options(cloud-blockstore-libs-validation-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-blockstore-libs-validation-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/validation/validation_client_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/validation/validation_service_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-validation-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-validation-ut - TEST_TARGET - cloud-blockstore-libs-validation-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-validation-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-validation-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-validation-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-validation-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-validation-ut) diff --git a/cloud/blockstore/libs/validation/ut/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/validation/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index c4a375eff53..00000000000 --- a/cloud/blockstore/libs/validation/ut/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_executable(cloud-blockstore-libs-validation-ut) -target_include_directories(cloud-blockstore-libs-validation-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/validation -) -target_link_libraries(cloud-blockstore-libs-validation-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - blockstore-libs-validation -) -target_link_options(cloud-blockstore-libs-validation-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-validation-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/validation/validation_client_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/validation/validation_service_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-validation-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-validation-ut - TEST_TARGET - cloud-blockstore-libs-validation-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-validation-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-validation-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-validation-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-validation-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-blockstore-libs-validation-ut) diff --git a/cloud/blockstore/libs/validation/ut/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/validation/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e3a61de8e2a..00000000000 --- a/cloud/blockstore/libs/validation/ut/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,80 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-validation-ut) -target_include_directories(cloud-blockstore-libs-validation-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/validation -) -target_link_libraries(cloud-blockstore-libs-validation-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-validation -) -target_link_options(cloud-blockstore-libs-validation-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-validation-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/validation/validation_client_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/validation/validation_service_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-validation-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-validation-ut - TEST_TARGET - cloud-blockstore-libs-validation-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-validation-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-validation-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-validation-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-validation-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-blockstore-libs-validation-ut) diff --git a/cloud/blockstore/libs/validation/ut/CMakeLists.txt b/cloud/blockstore/libs/validation/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/validation/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/validation/ut/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/validation/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 321edadfe6d..00000000000 --- a/cloud/blockstore/libs/validation/ut/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_executable(cloud-blockstore-libs-validation-ut) -target_include_directories(cloud-blockstore-libs-validation-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/validation -) -target_link_libraries(cloud-blockstore-libs-validation-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-validation -) -target_sources(cloud-blockstore-libs-validation-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/validation/validation_client_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/validation/validation_service_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-validation-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-validation-ut - TEST_TARGET - cloud-blockstore-libs-validation-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-validation-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-validation-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-validation-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-validation-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-validation-ut) diff --git a/cloud/blockstore/libs/vhost/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/vhost/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 315bf41277d..00000000000 --- a/cloud/blockstore/libs/vhost/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_subdirectory(ut) -add_subdirectory(ut_stress) - -add_library(blockstore-libs-vhost) -target_link_libraries(blockstore-libs-vhost PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-service - core-libs-common - vhost-server -) -target_sources(blockstore-libs-vhost PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/vhost/server.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/vhost/vhost.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/vhost/vhost_test.cpp -) diff --git a/cloud/blockstore/libs/vhost/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/vhost/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b9d0f7636ba..00000000000 --- a/cloud/blockstore/libs/vhost/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_subdirectory(ut) -add_subdirectory(ut_stress) - -add_library(blockstore-libs-vhost) -target_link_libraries(blockstore-libs-vhost PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-service - core-libs-common - vhost-server -) -target_sources(blockstore-libs-vhost PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/vhost/server.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/vhost/vhost.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/vhost/vhost_test.cpp -) diff --git a/cloud/blockstore/libs/vhost/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/vhost/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b9d0f7636ba..00000000000 --- a/cloud/blockstore/libs/vhost/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_subdirectory(ut) -add_subdirectory(ut_stress) - -add_library(blockstore-libs-vhost) -target_link_libraries(blockstore-libs-vhost PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-service - core-libs-common - vhost-server -) -target_sources(blockstore-libs-vhost PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/vhost/server.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/vhost/vhost.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/vhost/vhost_test.cpp -) diff --git a/cloud/blockstore/libs/vhost/CMakeLists.txt b/cloud/blockstore/libs/vhost/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/vhost/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/vhost/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/vhost/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 315bf41277d..00000000000 --- a/cloud/blockstore/libs/vhost/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_subdirectory(ut) -add_subdirectory(ut_stress) - -add_library(blockstore-libs-vhost) -target_link_libraries(blockstore-libs-vhost PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-service - core-libs-common - vhost-server -) -target_sources(blockstore-libs-vhost PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/vhost/server.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/vhost/vhost.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/vhost/vhost_test.cpp -) diff --git a/cloud/blockstore/libs/vhost/ut/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/vhost/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 0ee6fb72dd2..00000000000 --- a/cloud/blockstore/libs/vhost/ut/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,74 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-vhost-ut) -target_include_directories(cloud-blockstore-libs-vhost-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/vhost -) -target_link_libraries(cloud-blockstore-libs-vhost-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-vhost -) -target_link_options(cloud-blockstore-libs-vhost-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-blockstore-libs-vhost-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/vhost/server_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-vhost-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-vhost-ut - TEST_TARGET - cloud-blockstore-libs-vhost-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-vhost-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-vhost-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-vhost-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-vhost-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-vhost-ut) diff --git a/cloud/blockstore/libs/vhost/ut/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/vhost/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index edf17ef2e75..00000000000 --- a/cloud/blockstore/libs/vhost/ut/CMakeLists.linux-aarch64.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_executable(cloud-blockstore-libs-vhost-ut) -target_include_directories(cloud-blockstore-libs-vhost-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/vhost -) -target_link_libraries(cloud-blockstore-libs-vhost-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - blockstore-libs-vhost -) -target_link_options(cloud-blockstore-libs-vhost-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-vhost-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/vhost/server_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-vhost-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-vhost-ut - TEST_TARGET - cloud-blockstore-libs-vhost-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-vhost-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-vhost-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-vhost-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-vhost-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-blockstore-libs-vhost-ut) diff --git a/cloud/blockstore/libs/vhost/ut/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/vhost/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 74fe47ea931..00000000000 --- a/cloud/blockstore/libs/vhost/ut/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,79 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-vhost-ut) -target_include_directories(cloud-blockstore-libs-vhost-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/vhost -) -target_link_libraries(cloud-blockstore-libs-vhost-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-vhost -) -target_link_options(cloud-blockstore-libs-vhost-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-vhost-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/vhost/server_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-vhost-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-vhost-ut - TEST_TARGET - cloud-blockstore-libs-vhost-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-vhost-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-vhost-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-vhost-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-vhost-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-blockstore-libs-vhost-ut) diff --git a/cloud/blockstore/libs/vhost/ut/CMakeLists.txt b/cloud/blockstore/libs/vhost/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/vhost/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/vhost/ut/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/vhost/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index aac6c43b87a..00000000000 --- a/cloud/blockstore/libs/vhost/ut/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,67 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-vhost-ut) -target_include_directories(cloud-blockstore-libs-vhost-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/vhost -) -target_link_libraries(cloud-blockstore-libs-vhost-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-vhost -) -target_sources(cloud-blockstore-libs-vhost-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/vhost/server_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-vhost-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-vhost-ut - TEST_TARGET - cloud-blockstore-libs-vhost-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-vhost-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-vhost-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-vhost-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-vhost-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-vhost-ut) diff --git a/cloud/blockstore/libs/vhost/ut_stress/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/vhost/ut_stress/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 876ff8cbb9a..00000000000 --- a/cloud/blockstore/libs/vhost/ut_stress/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,74 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-vhost-ut_stress) -target_include_directories(cloud-blockstore-libs-vhost-ut_stress PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/vhost -) -target_link_libraries(cloud-blockstore-libs-vhost-ut_stress PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-vhost -) -target_link_options(cloud-blockstore-libs-vhost-ut_stress PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-blockstore-libs-vhost-ut_stress PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/vhost/server_ut_stress.cpp -) -set_property( - TARGET - cloud-blockstore-libs-vhost-ut_stress - PROPERTY - SPLIT_FACTOR - 10 -) -add_yunittest( - NAME - cloud-blockstore-libs-vhost-ut_stress - TEST_TARGET - cloud-blockstore-libs-vhost-ut_stress - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-vhost-ut_stress - PROPERTY - LABELS - MEDIUM -) -set_yunittest_property( - TEST - cloud-blockstore-libs-vhost-ut_stress - PROPERTY - PROCESSORS - 4 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-vhost-ut_stress - PROPERTY - TIMEOUT - 600 -) -target_allocator(cloud-blockstore-libs-vhost-ut_stress - system_allocator -) -vcs_info(cloud-blockstore-libs-vhost-ut_stress) diff --git a/cloud/blockstore/libs/vhost/ut_stress/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/vhost/ut_stress/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e055d3d5eeb..00000000000 --- a/cloud/blockstore/libs/vhost/ut_stress/CMakeLists.linux-aarch64.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_executable(cloud-blockstore-libs-vhost-ut_stress) -target_include_directories(cloud-blockstore-libs-vhost-ut_stress PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/vhost -) -target_link_libraries(cloud-blockstore-libs-vhost-ut_stress PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - blockstore-libs-vhost -) -target_link_options(cloud-blockstore-libs-vhost-ut_stress PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-vhost-ut_stress PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/vhost/server_ut_stress.cpp -) -set_property( - TARGET - cloud-blockstore-libs-vhost-ut_stress - PROPERTY - SPLIT_FACTOR - 10 -) -add_yunittest( - NAME - cloud-blockstore-libs-vhost-ut_stress - TEST_TARGET - cloud-blockstore-libs-vhost-ut_stress - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-vhost-ut_stress - PROPERTY - LABELS - MEDIUM -) -set_yunittest_property( - TEST - cloud-blockstore-libs-vhost-ut_stress - PROPERTY - PROCESSORS - 4 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-vhost-ut_stress - PROPERTY - TIMEOUT - 600 -) -target_allocator(cloud-blockstore-libs-vhost-ut_stress - cpp-malloc-jemalloc -) -vcs_info(cloud-blockstore-libs-vhost-ut_stress) diff --git a/cloud/blockstore/libs/vhost/ut_stress/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/vhost/ut_stress/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 9cc98e2b3f6..00000000000 --- a/cloud/blockstore/libs/vhost/ut_stress/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,79 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-vhost-ut_stress) -target_include_directories(cloud-blockstore-libs-vhost-ut_stress PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/vhost -) -target_link_libraries(cloud-blockstore-libs-vhost-ut_stress PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-vhost -) -target_link_options(cloud-blockstore-libs-vhost-ut_stress PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-vhost-ut_stress PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/vhost/server_ut_stress.cpp -) -set_property( - TARGET - cloud-blockstore-libs-vhost-ut_stress - PROPERTY - SPLIT_FACTOR - 10 -) -add_yunittest( - NAME - cloud-blockstore-libs-vhost-ut_stress - TEST_TARGET - cloud-blockstore-libs-vhost-ut_stress - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-vhost-ut_stress - PROPERTY - LABELS - MEDIUM -) -set_yunittest_property( - TEST - cloud-blockstore-libs-vhost-ut_stress - PROPERTY - PROCESSORS - 4 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-vhost-ut_stress - PROPERTY - TIMEOUT - 600 -) -target_allocator(cloud-blockstore-libs-vhost-ut_stress - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-blockstore-libs-vhost-ut_stress) diff --git a/cloud/blockstore/libs/vhost/ut_stress/CMakeLists.txt b/cloud/blockstore/libs/vhost/ut_stress/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/vhost/ut_stress/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/vhost/ut_stress/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/vhost/ut_stress/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 287c39f1a18..00000000000 --- a/cloud/blockstore/libs/vhost/ut_stress/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,67 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-vhost-ut_stress) -target_include_directories(cloud-blockstore-libs-vhost-ut_stress PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/vhost -) -target_link_libraries(cloud-blockstore-libs-vhost-ut_stress PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-vhost -) -target_sources(cloud-blockstore-libs-vhost-ut_stress PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/vhost/server_ut_stress.cpp -) -set_property( - TARGET - cloud-blockstore-libs-vhost-ut_stress - PROPERTY - SPLIT_FACTOR - 10 -) -add_yunittest( - NAME - cloud-blockstore-libs-vhost-ut_stress - TEST_TARGET - cloud-blockstore-libs-vhost-ut_stress - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-vhost-ut_stress - PROPERTY - LABELS - MEDIUM -) -set_yunittest_property( - TEST - cloud-blockstore-libs-vhost-ut_stress - PROPERTY - PROCESSORS - 4 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-vhost-ut_stress - PROPERTY - TIMEOUT - 600 -) -target_allocator(cloud-blockstore-libs-vhost-ut_stress - system_allocator -) -vcs_info(cloud-blockstore-libs-vhost-ut_stress) diff --git a/cloud/blockstore/libs/ydbstats/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/ydbstats/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index ec1b5b77fd2..00000000000 --- a/cloud/blockstore/libs/ydbstats/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_subdirectory(ut) - -add_library(blockstore-libs-ydbstats) -target_link_libraries(blockstore-libs-ydbstats PUBLIC - contrib-libs-cxxsupp - yutil - cloud-blockstore-config - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-kikimr - libs-iam-iface - cpp-threading-future - cpp-client-ydb_driver - cpp-client-ydb_params - cpp-client-ydb_result - cpp-client-ydb_scheme - cpp-client-ydb_table - cpp-client-ydb_value -) -target_sources(blockstore-libs-ydbstats PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/ydbstats/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/ydbstats/ydbrow.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/ydbstats/ydbauth.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/ydbstats/ydbscheme.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/ydbstats/ydbstats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/ydbstats/ydbstorage.cpp -) diff --git a/cloud/blockstore/libs/ydbstats/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/ydbstats/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d25219480f2..00000000000 --- a/cloud/blockstore/libs/ydbstats/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_subdirectory(ut) - -add_library(blockstore-libs-ydbstats) -target_link_libraries(blockstore-libs-ydbstats PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cloud-blockstore-config - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-kikimr - libs-iam-iface - cpp-threading-future - cpp-client-ydb_driver - cpp-client-ydb_params - cpp-client-ydb_result - cpp-client-ydb_scheme - cpp-client-ydb_table - cpp-client-ydb_value -) -target_sources(blockstore-libs-ydbstats PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/ydbstats/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/ydbstats/ydbrow.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/ydbstats/ydbauth.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/ydbstats/ydbscheme.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/ydbstats/ydbstats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/ydbstats/ydbstorage.cpp -) diff --git a/cloud/blockstore/libs/ydbstats/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/ydbstats/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d25219480f2..00000000000 --- a/cloud/blockstore/libs/ydbstats/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_subdirectory(ut) - -add_library(blockstore-libs-ydbstats) -target_link_libraries(blockstore-libs-ydbstats PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cloud-blockstore-config - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-kikimr - libs-iam-iface - cpp-threading-future - cpp-client-ydb_driver - cpp-client-ydb_params - cpp-client-ydb_result - cpp-client-ydb_scheme - cpp-client-ydb_table - cpp-client-ydb_value -) -target_sources(blockstore-libs-ydbstats PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/ydbstats/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/ydbstats/ydbrow.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/ydbstats/ydbauth.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/ydbstats/ydbscheme.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/ydbstats/ydbstats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/ydbstats/ydbstorage.cpp -) diff --git a/cloud/blockstore/libs/ydbstats/CMakeLists.txt b/cloud/blockstore/libs/ydbstats/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/ydbstats/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/ydbstats/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/ydbstats/CMakeLists.windows-x86_64.txt deleted file mode 100644 index ec1b5b77fd2..00000000000 --- a/cloud/blockstore/libs/ydbstats/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_subdirectory(ut) - -add_library(blockstore-libs-ydbstats) -target_link_libraries(blockstore-libs-ydbstats PUBLIC - contrib-libs-cxxsupp - yutil - cloud-blockstore-config - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-kikimr - libs-iam-iface - cpp-threading-future - cpp-client-ydb_driver - cpp-client-ydb_params - cpp-client-ydb_result - cpp-client-ydb_scheme - cpp-client-ydb_table - cpp-client-ydb_value -) -target_sources(blockstore-libs-ydbstats PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/ydbstats/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/ydbstats/ydbrow.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/ydbstats/ydbauth.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/ydbstats/ydbscheme.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/ydbstats/ydbstats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/ydbstats/ydbstorage.cpp -) diff --git a/cloud/blockstore/libs/ydbstats/ut/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/libs/ydbstats/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 31cda1d350e..00000000000 --- a/cloud/blockstore/libs/ydbstats/ut/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,75 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-ydbstats-ut) -target_include_directories(cloud-blockstore-libs-ydbstats-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/ydbstats -) -target_link_libraries(cloud-blockstore-libs-ydbstats-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-ydbstats - core-testlib-default -) -target_link_options(cloud-blockstore-libs-ydbstats-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-blockstore-libs-ydbstats-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/ydbstats/ydbstats_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-ydbstats-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-ydbstats-ut - TEST_TARGET - cloud-blockstore-libs-ydbstats-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-ydbstats-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-ydbstats-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-ydbstats-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-ydbstats-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-ydbstats-ut) diff --git a/cloud/blockstore/libs/ydbstats/ut/CMakeLists.linux-aarch64.txt b/cloud/blockstore/libs/ydbstats/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 401242f54c0..00000000000 --- a/cloud/blockstore/libs/ydbstats/ut/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_executable(cloud-blockstore-libs-ydbstats-ut) -target_include_directories(cloud-blockstore-libs-ydbstats-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/ydbstats -) -target_link_libraries(cloud-blockstore-libs-ydbstats-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - blockstore-libs-ydbstats - core-testlib-default -) -target_link_options(cloud-blockstore-libs-ydbstats-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-ydbstats-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/ydbstats/ydbstats_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-ydbstats-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-ydbstats-ut - TEST_TARGET - cloud-blockstore-libs-ydbstats-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-ydbstats-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-ydbstats-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-ydbstats-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-ydbstats-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-blockstore-libs-ydbstats-ut) diff --git a/cloud/blockstore/libs/ydbstats/ut/CMakeLists.linux-x86_64.txt b/cloud/blockstore/libs/ydbstats/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 1cddfdaabbf..00000000000 --- a/cloud/blockstore/libs/ydbstats/ut/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,80 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-libs-ydbstats-ut) -target_include_directories(cloud-blockstore-libs-ydbstats-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/ydbstats -) -target_link_libraries(cloud-blockstore-libs-ydbstats-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-ydbstats - core-testlib-default -) -target_link_options(cloud-blockstore-libs-ydbstats-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-libs-ydbstats-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/ydbstats/ydbstats_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-ydbstats-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-ydbstats-ut - TEST_TARGET - cloud-blockstore-libs-ydbstats-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-ydbstats-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-ydbstats-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-ydbstats-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-ydbstats-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-blockstore-libs-ydbstats-ut) diff --git a/cloud/blockstore/libs/ydbstats/ut/CMakeLists.txt b/cloud/blockstore/libs/ydbstats/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/libs/ydbstats/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/libs/ydbstats/ut/CMakeLists.windows-x86_64.txt b/cloud/blockstore/libs/ydbstats/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 764a29a4f67..00000000000 --- a/cloud/blockstore/libs/ydbstats/ut/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_executable(cloud-blockstore-libs-ydbstats-ut) -target_include_directories(cloud-blockstore-libs-ydbstats-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/ydbstats -) -target_link_libraries(cloud-blockstore-libs-ydbstats-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - blockstore-libs-ydbstats - core-testlib-default -) -target_sources(cloud-blockstore-libs-ydbstats-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/ydbstats/ydbstats_ut.cpp -) -set_property( - TARGET - cloud-blockstore-libs-ydbstats-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-libs-ydbstats-ut - TEST_TARGET - cloud-blockstore-libs-ydbstats-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-libs-ydbstats-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-libs-ydbstats-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-libs-ydbstats-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-libs-ydbstats-ut - system_allocator -) -vcs_info(cloud-blockstore-libs-ydbstats-ut) diff --git a/cloud/blockstore/private/CMakeLists.txt b/cloud/blockstore/private/CMakeLists.txt deleted file mode 100644 index dbfb934baea..00000000000 --- a/cloud/blockstore/private/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(api) diff --git a/cloud/blockstore/private/api/CMakeLists.txt b/cloud/blockstore/private/api/CMakeLists.txt deleted file mode 100644 index 6d580ae9adc..00000000000 --- a/cloud/blockstore/private/api/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(protos) diff --git a/cloud/blockstore/private/api/protos/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/private/api/protos/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index fa4da28a5fd..00000000000 --- a/cloud/blockstore/private/api/protos/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,110 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(private-api-protos) -target_link_libraries(private-api-protos PUBLIC - contrib-libs-cxxsupp - yutil - public-api-protos - storage-core-protos - contrib-libs-protobuf -) -target_proto_messages(private-api-protos PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/private/api/protos/balancer.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/private/api/protos/blob.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/private/api/protos/checkpoints.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/private/api/protos/disk.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/private/api/protos/tablet.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/private/api/protos/volume.proto -) -target_proto_addincls(private-api-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(private-api-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/blockstore/private/api/protos/CMakeLists.linux-aarch64.txt b/cloud/blockstore/private/api/protos/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 98e2c42d1b4..00000000000 --- a/cloud/blockstore/private/api/protos/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,111 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(private-api-protos) -target_link_libraries(private-api-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - public-api-protos - storage-core-protos - contrib-libs-protobuf -) -target_proto_messages(private-api-protos PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/private/api/protos/balancer.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/private/api/protos/blob.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/private/api/protos/checkpoints.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/private/api/protos/disk.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/private/api/protos/tablet.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/private/api/protos/volume.proto -) -target_proto_addincls(private-api-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(private-api-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/blockstore/private/api/protos/CMakeLists.linux-x86_64.txt b/cloud/blockstore/private/api/protos/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 98e2c42d1b4..00000000000 --- a/cloud/blockstore/private/api/protos/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,111 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(private-api-protos) -target_link_libraries(private-api-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - public-api-protos - storage-core-protos - contrib-libs-protobuf -) -target_proto_messages(private-api-protos PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/private/api/protos/balancer.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/private/api/protos/blob.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/private/api/protos/checkpoints.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/private/api/protos/disk.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/private/api/protos/tablet.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/private/api/protos/volume.proto -) -target_proto_addincls(private-api-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(private-api-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/blockstore/private/api/protos/CMakeLists.txt b/cloud/blockstore/private/api/protos/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/private/api/protos/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/private/api/protos/CMakeLists.windows-x86_64.txt b/cloud/blockstore/private/api/protos/CMakeLists.windows-x86_64.txt deleted file mode 100644 index fa4da28a5fd..00000000000 --- a/cloud/blockstore/private/api/protos/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,110 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(private-api-protos) -target_link_libraries(private-api-protos PUBLIC - contrib-libs-cxxsupp - yutil - public-api-protos - storage-core-protos - contrib-libs-protobuf -) -target_proto_messages(private-api-protos PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/private/api/protos/balancer.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/private/api/protos/blob.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/private/api/protos/checkpoints.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/private/api/protos/disk.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/private/api/protos/tablet.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/private/api/protos/volume.proto -) -target_proto_addincls(private-api-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(private-api-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/blockstore/public/CMakeLists.txt b/cloud/blockstore/public/CMakeLists.txt deleted file mode 100644 index dbfb934baea..00000000000 --- a/cloud/blockstore/public/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(api) diff --git a/cloud/blockstore/public/api/CMakeLists.txt b/cloud/blockstore/public/api/CMakeLists.txt deleted file mode 100644 index fefd8546252..00000000000 --- a/cloud/blockstore/public/api/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(grpc) -add_subdirectory(protos) diff --git a/cloud/blockstore/public/api/grpc/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/public/api/grpc/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 563dfd2dce7..00000000000 --- a/cloud/blockstore/public/api/grpc/CMakeLists.darwin-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. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(public-api-grpc) -set_property(TARGET public-api-grpc PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(public-api-grpc PUBLIC - contrib-libs-googleapis-common-protos - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - public-api-protos - contrib-libs-protobuf -) -target_proto_messages(public-api-grpc PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/grpc/service.proto -) -target_proto_addincls(public-api-grpc - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(public-api-grpc - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(public-api-grpc - grpc_cpp - grpc_cpp -) diff --git a/cloud/blockstore/public/api/grpc/CMakeLists.linux-aarch64.txt b/cloud/blockstore/public/api/grpc/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 0e534e65bfa..00000000000 --- a/cloud/blockstore/public/api/grpc/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(public-api-grpc) -set_property(TARGET public-api-grpc PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(public-api-grpc PUBLIC - contrib-libs-googleapis-common-protos - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - public-api-protos - contrib-libs-protobuf -) -target_proto_messages(public-api-grpc PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/grpc/service.proto -) -target_proto_addincls(public-api-grpc - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(public-api-grpc - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(public-api-grpc - grpc_cpp - grpc_cpp -) diff --git a/cloud/blockstore/public/api/grpc/CMakeLists.linux-x86_64.txt b/cloud/blockstore/public/api/grpc/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 0e534e65bfa..00000000000 --- a/cloud/blockstore/public/api/grpc/CMakeLists.linux-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. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(public-api-grpc) -set_property(TARGET public-api-grpc PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(public-api-grpc PUBLIC - contrib-libs-googleapis-common-protos - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - public-api-protos - contrib-libs-protobuf -) -target_proto_messages(public-api-grpc PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/grpc/service.proto -) -target_proto_addincls(public-api-grpc - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(public-api-grpc - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(public-api-grpc - grpc_cpp - grpc_cpp -) diff --git a/cloud/blockstore/public/api/grpc/CMakeLists.txt b/cloud/blockstore/public/api/grpc/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/public/api/grpc/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/public/api/grpc/CMakeLists.windows-x86_64.txt b/cloud/blockstore/public/api/grpc/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 563dfd2dce7..00000000000 --- a/cloud/blockstore/public/api/grpc/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. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(public-api-grpc) -set_property(TARGET public-api-grpc PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(public-api-grpc PUBLIC - contrib-libs-googleapis-common-protos - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - public-api-protos - contrib-libs-protobuf -) -target_proto_messages(public-api-grpc PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/grpc/service.proto -) -target_proto_addincls(public-api-grpc - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(public-api-grpc - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(public-api-grpc - grpc_cpp - grpc_cpp -) diff --git a/cloud/blockstore/public/api/protos/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/public/api/protos/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a4d1c158af8..00000000000 --- a/cloud/blockstore/public/api/protos/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,253 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(public-api-protos) -target_link_libraries(public-api-protos PUBLIC - contrib-libs-cxxsupp - yutil - storage-core-protos - cpp-lwtrace-protos - contrib-libs-protobuf -) -target_proto_messages(public-api-protos PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/actions.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/checkpoints.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/client.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/cms.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/discovery.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/disk.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/encryption.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/endpoints.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/headers.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/io.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/local_ssd.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/metrics.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/mount.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/ping.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/placement.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/rdma.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/volume.proto -) -target_proto_addincls(public-api-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(public-api-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/blockstore/public/api/protos/CMakeLists.linux-aarch64.txt b/cloud/blockstore/public/api/protos/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 41279ecb5ca..00000000000 --- a/cloud/blockstore/public/api/protos/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,254 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(public-api-protos) -target_link_libraries(public-api-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - storage-core-protos - cpp-lwtrace-protos - contrib-libs-protobuf -) -target_proto_messages(public-api-protos PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/actions.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/checkpoints.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/client.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/cms.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/discovery.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/disk.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/encryption.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/endpoints.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/headers.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/io.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/local_ssd.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/metrics.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/mount.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/ping.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/placement.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/rdma.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/volume.proto -) -target_proto_addincls(public-api-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(public-api-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/blockstore/public/api/protos/CMakeLists.linux-x86_64.txt b/cloud/blockstore/public/api/protos/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 41279ecb5ca..00000000000 --- a/cloud/blockstore/public/api/protos/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,254 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(public-api-protos) -target_link_libraries(public-api-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - storage-core-protos - cpp-lwtrace-protos - contrib-libs-protobuf -) -target_proto_messages(public-api-protos PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/actions.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/checkpoints.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/client.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/cms.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/discovery.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/disk.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/encryption.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/endpoints.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/headers.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/io.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/local_ssd.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/metrics.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/mount.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/ping.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/placement.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/rdma.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/volume.proto -) -target_proto_addincls(public-api-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(public-api-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/blockstore/public/api/protos/CMakeLists.txt b/cloud/blockstore/public/api/protos/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/public/api/protos/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/public/api/protos/CMakeLists.windows-x86_64.txt b/cloud/blockstore/public/api/protos/CMakeLists.windows-x86_64.txt deleted file mode 100644 index a4d1c158af8..00000000000 --- a/cloud/blockstore/public/api/protos/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,253 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(public-api-protos) -target_link_libraries(public-api-protos PUBLIC - contrib-libs-cxxsupp - yutil - storage-core-protos - cpp-lwtrace-protos - contrib-libs-protobuf -) -target_proto_messages(public-api-protos PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/actions.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/checkpoints.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/client.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/cms.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/discovery.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/disk.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/encryption.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/endpoints.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/headers.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/io.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/local_ssd.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/metrics.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/mount.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/ping.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/placement.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/rdma.proto - ${CMAKE_SOURCE_DIR}/cloud/blockstore/public/api/protos/volume.proto -) -target_proto_addincls(public-api-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(public-api-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/blockstore/tests/CMakeLists.txt b/cloud/blockstore/tests/CMakeLists.txt deleted file mode 100644 index 39e5f78034c..00000000000 --- a/cloud/blockstore/tests/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(fuzzing) -add_subdirectory(stats_aggregator_perf) diff --git a/cloud/blockstore/tests/fuzzing/CMakeLists.txt b/cloud/blockstore/tests/fuzzing/CMakeLists.txt deleted file mode 100644 index 867161a12ce..00000000000 --- a/cloud/blockstore/tests/fuzzing/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(common) diff --git a/cloud/blockstore/tests/fuzzing/common/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/tests/fuzzing/common/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c4359b36904..00000000000 --- a/cloud/blockstore/tests/fuzzing/common/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(tests-fuzzing-common) -target_include_directories(tests-fuzzing-common PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/contrib/vhost -) -target_link_libraries(tests-fuzzing-common PUBLIC - contrib-libs-cxxsupp - yutil - libs-daemon-common - blockstore-libs-service - core-libs-common - core-libs-daemon - core-libs-diagnostics - core-libs-vhost-client -) -target_sources(tests-fuzzing-common PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tests/fuzzing/common/starter.cpp -) diff --git a/cloud/blockstore/tests/fuzzing/common/CMakeLists.linux-aarch64.txt b/cloud/blockstore/tests/fuzzing/common/CMakeLists.linux-aarch64.txt deleted file mode 100644 index c1821834af3..00000000000 --- a/cloud/blockstore/tests/fuzzing/common/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(tests-fuzzing-common) -target_include_directories(tests-fuzzing-common PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/contrib/vhost -) -target_link_libraries(tests-fuzzing-common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-daemon-common - blockstore-libs-service - core-libs-common - core-libs-daemon - core-libs-diagnostics - core-libs-vhost-client -) -target_sources(tests-fuzzing-common PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tests/fuzzing/common/starter.cpp -) diff --git a/cloud/blockstore/tests/fuzzing/common/CMakeLists.linux-x86_64.txt b/cloud/blockstore/tests/fuzzing/common/CMakeLists.linux-x86_64.txt deleted file mode 100644 index c1821834af3..00000000000 --- a/cloud/blockstore/tests/fuzzing/common/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(tests-fuzzing-common) -target_include_directories(tests-fuzzing-common PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/contrib/vhost -) -target_link_libraries(tests-fuzzing-common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-daemon-common - blockstore-libs-service - core-libs-common - core-libs-daemon - core-libs-diagnostics - core-libs-vhost-client -) -target_sources(tests-fuzzing-common PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tests/fuzzing/common/starter.cpp -) diff --git a/cloud/blockstore/tests/fuzzing/common/CMakeLists.txt b/cloud/blockstore/tests/fuzzing/common/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/tests/fuzzing/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/tests/fuzzing/common/CMakeLists.windows-x86_64.txt b/cloud/blockstore/tests/fuzzing/common/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c4359b36904..00000000000 --- a/cloud/blockstore/tests/fuzzing/common/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(tests-fuzzing-common) -target_include_directories(tests-fuzzing-common PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/contrib/vhost -) -target_link_libraries(tests-fuzzing-common PUBLIC - contrib-libs-cxxsupp - yutil - libs-daemon-common - blockstore-libs-service - core-libs-common - core-libs-daemon - core-libs-diagnostics - core-libs-vhost-client -) -target_sources(tests-fuzzing-common PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tests/fuzzing/common/starter.cpp -) diff --git a/cloud/blockstore/tests/stats_aggregator_perf/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/tests/stats_aggregator_perf/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 04c5f746431..00000000000 --- a/cloud/blockstore/tests/stats_aggregator_perf/CMakeLists.darwin-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. - - -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_executable(stats_aggregator_perf) -target_link_libraries(stats_aggregator_perf PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - testing-benchmark-main - blockstore-libs-diagnostics - library-cpp-getopt - library-cpp-logger - library-cpp-resource - library-cpp-sighandler -) -target_link_options(stats_aggregator_perf PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(stats_aggregator_perf PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tests/stats_aggregator_perf/main.cpp - ${CMAKE_BINARY_DIR}/cloud/blockstore/tests/stats_aggregator_perf/9b116ce71c1652edbd9c3fd4fc1cc802.cpp -) -resources(stats_aggregator_perf - ${CMAKE_BINARY_DIR}/cloud/blockstore/tests/stats_aggregator_perf/9b116ce71c1652edbd9c3fd4fc1cc802.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tests/stats_aggregator_perf/res/client_stats.json - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tests/stats_aggregator_perf/res/client_volume_stats.json - KEYS - client_stats - client_volume_stats -) -target_allocator(stats_aggregator_perf - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(stats_aggregator_perf) diff --git a/cloud/blockstore/tests/stats_aggregator_perf/CMakeLists.linux-aarch64.txt b/cloud/blockstore/tests/stats_aggregator_perf/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 0ba31ac5b68..00000000000 --- a/cloud/blockstore/tests/stats_aggregator_perf/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_executable(stats_aggregator_perf) -target_link_libraries(stats_aggregator_perf PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - testing-benchmark-main - blockstore-libs-diagnostics - library-cpp-getopt - library-cpp-logger - library-cpp-resource - library-cpp-sighandler -) -target_link_options(stats_aggregator_perf PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(stats_aggregator_perf PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tests/stats_aggregator_perf/main.cpp - ${CMAKE_BINARY_DIR}/cloud/blockstore/tests/stats_aggregator_perf/9b116ce71c1652edbd9c3fd4fc1cc802.cpp -) -resources(stats_aggregator_perf - ${CMAKE_BINARY_DIR}/cloud/blockstore/tests/stats_aggregator_perf/9b116ce71c1652edbd9c3fd4fc1cc802.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tests/stats_aggregator_perf/res/client_stats.json - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tests/stats_aggregator_perf/res/client_volume_stats.json - KEYS - client_stats - client_volume_stats -) -target_allocator(stats_aggregator_perf - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(stats_aggregator_perf) diff --git a/cloud/blockstore/tests/stats_aggregator_perf/CMakeLists.linux-x86_64.txt b/cloud/blockstore/tests/stats_aggregator_perf/CMakeLists.linux-x86_64.txt deleted file mode 100644 index fececdb0c8c..00000000000 --- a/cloud/blockstore/tests/stats_aggregator_perf/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. - - -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_executable(stats_aggregator_perf) -target_link_libraries(stats_aggregator_perf PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - testing-benchmark-main - blockstore-libs-diagnostics - library-cpp-getopt - library-cpp-logger - library-cpp-resource - library-cpp-sighandler -) -target_link_options(stats_aggregator_perf PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(stats_aggregator_perf PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tests/stats_aggregator_perf/main.cpp - ${CMAKE_BINARY_DIR}/cloud/blockstore/tests/stats_aggregator_perf/9b116ce71c1652edbd9c3fd4fc1cc802.cpp -) -resources(stats_aggregator_perf - ${CMAKE_BINARY_DIR}/cloud/blockstore/tests/stats_aggregator_perf/9b116ce71c1652edbd9c3fd4fc1cc802.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tests/stats_aggregator_perf/res/client_stats.json - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tests/stats_aggregator_perf/res/client_volume_stats.json - KEYS - client_stats - client_volume_stats -) -target_allocator(stats_aggregator_perf - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(stats_aggregator_perf) diff --git a/cloud/blockstore/tests/stats_aggregator_perf/CMakeLists.txt b/cloud/blockstore/tests/stats_aggregator_perf/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/tests/stats_aggregator_perf/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/tests/stats_aggregator_perf/CMakeLists.windows-x86_64.txt b/cloud/blockstore/tests/stats_aggregator_perf/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 38dbff3835b..00000000000 --- a/cloud/blockstore/tests/stats_aggregator_perf/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. - - -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_executable(stats_aggregator_perf) -target_link_libraries(stats_aggregator_perf PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - testing-benchmark-main - blockstore-libs-diagnostics - library-cpp-getopt - library-cpp-logger - library-cpp-resource - library-cpp-sighandler -) -target_sources(stats_aggregator_perf PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tests/stats_aggregator_perf/main.cpp - ${CMAKE_BINARY_DIR}/cloud/blockstore/tests/stats_aggregator_perf/9b116ce71c1652edbd9c3fd4fc1cc802.cpp -) -resources(stats_aggregator_perf - ${CMAKE_BINARY_DIR}/cloud/blockstore/tests/stats_aggregator_perf/9b116ce71c1652edbd9c3fd4fc1cc802.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tests/stats_aggregator_perf/res/client_stats.json - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tests/stats_aggregator_perf/res/client_volume_stats.json - KEYS - client_stats - client_volume_stats -) -target_allocator(stats_aggregator_perf - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(stats_aggregator_perf) diff --git a/cloud/blockstore/tools/CMakeLists.txt b/cloud/blockstore/tools/CMakeLists.txt deleted file mode 100644 index 9d14081d1d4..00000000000 --- a/cloud/blockstore/tools/CMakeLists.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_subdirectory(analytics) -add_subdirectory(debug) -add_subdirectory(fs) -add_subdirectory(nbd) -add_subdirectory(testing) diff --git a/cloud/blockstore/tools/analytics/CMakeLists.txt b/cloud/blockstore/tools/analytics/CMakeLists.txt deleted file mode 100644 index 5fde7459a88..00000000000 --- a/cloud/blockstore/tools/analytics/CMakeLists.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -add_subdirectory(block-data-dump) -add_subdirectory(compaction-sim) -add_subdirectory(dump-event-log) -add_subdirectory(event-log-disk-usage) -add_subdirectory(event-log-stats) -add_subdirectory(event-log-suffer) -add_subdirectory(find-block-accesses) -add_subdirectory(libs) -add_subdirectory(visualize-event-log) diff --git a/cloud/blockstore/tools/analytics/block-data-dump/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/tools/analytics/block-data-dump/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index ada3c503c96..00000000000 --- a/cloud/blockstore/tools/analytics/block-data-dump/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_executable(block-data-dump) -target_link_libraries(block-data-dump PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - tools-enum_parser-enum_serialization_runtime - core-libs-common - cpp-digest-crc32c - library-cpp-getopt -) -target_link_options(block-data-dump PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(block-data-dump PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/analytics/block-data-dump/main.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/analytics/block-data-dump/options.cpp -) -generate_enum_serilization(block-data-dump - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/analytics/block-data-dump/options.h - INCLUDE_HEADERS - cloud/blockstore/tools/analytics/block-data-dump/options.h -) -target_allocator(block-data-dump - system_allocator -) -vcs_info(block-data-dump) diff --git a/cloud/blockstore/tools/analytics/block-data-dump/CMakeLists.linux-aarch64.txt b/cloud/blockstore/tools/analytics/block-data-dump/CMakeLists.linux-aarch64.txt deleted file mode 100644 index bf1a10fde99..00000000000 --- a/cloud/blockstore/tools/analytics/block-data-dump/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_executable(block-data-dump) -target_link_libraries(block-data-dump PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - core-libs-common - cpp-digest-crc32c - library-cpp-getopt -) -target_link_options(block-data-dump PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(block-data-dump PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/analytics/block-data-dump/main.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/analytics/block-data-dump/options.cpp -) -generate_enum_serilization(block-data-dump - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/analytics/block-data-dump/options.h - INCLUDE_HEADERS - cloud/blockstore/tools/analytics/block-data-dump/options.h -) -target_allocator(block-data-dump - cpp-malloc-jemalloc -) -vcs_info(block-data-dump) diff --git a/cloud/blockstore/tools/analytics/block-data-dump/CMakeLists.linux-x86_64.txt b/cloud/blockstore/tools/analytics/block-data-dump/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 81fff3505b5..00000000000 --- a/cloud/blockstore/tools/analytics/block-data-dump/CMakeLists.linux-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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_executable(block-data-dump) -target_link_libraries(block-data-dump PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - tools-enum_parser-enum_serialization_runtime - core-libs-common - cpp-digest-crc32c - library-cpp-getopt -) -target_link_options(block-data-dump PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(block-data-dump PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/analytics/block-data-dump/main.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/analytics/block-data-dump/options.cpp -) -generate_enum_serilization(block-data-dump - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/analytics/block-data-dump/options.h - INCLUDE_HEADERS - cloud/blockstore/tools/analytics/block-data-dump/options.h -) -target_allocator(block-data-dump - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(block-data-dump) diff --git a/cloud/blockstore/tools/analytics/block-data-dump/CMakeLists.txt b/cloud/blockstore/tools/analytics/block-data-dump/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/tools/analytics/block-data-dump/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/tools/analytics/block-data-dump/CMakeLists.windows-x86_64.txt b/cloud/blockstore/tools/analytics/block-data-dump/CMakeLists.windows-x86_64.txt deleted file mode 100644 index bd5ad25935d..00000000000 --- a/cloud/blockstore/tools/analytics/block-data-dump/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_executable(block-data-dump) -target_link_libraries(block-data-dump PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - tools-enum_parser-enum_serialization_runtime - core-libs-common - cpp-digest-crc32c - library-cpp-getopt -) -target_sources(block-data-dump PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/analytics/block-data-dump/main.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/analytics/block-data-dump/options.cpp -) -generate_enum_serilization(block-data-dump - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/analytics/block-data-dump/options.h - INCLUDE_HEADERS - cloud/blockstore/tools/analytics/block-data-dump/options.h -) -target_allocator(block-data-dump - system_allocator -) -vcs_info(block-data-dump) diff --git a/cloud/blockstore/tools/analytics/compaction-sim/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/tools/analytics/compaction-sim/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6f6b6e9ae94..00000000000 --- a/cloud/blockstore/tools/analytics/compaction-sim/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_executable(blockstore-compaction-sim) -target_link_libraries(blockstore-compaction-sim PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - blockstore-libs-common - libs-diagnostics-events - blockstore-libs-service - storage-partition-model - core-libs-common - library-cpp-getopt - cpp-eventlog-dumper - library-cpp-logger - library-cpp-sighandler -) -target_link_options(blockstore-compaction-sim PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(blockstore-compaction-sim PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/analytics/compaction-sim/main.cpp -) -target_allocator(blockstore-compaction-sim - system_allocator -) -vcs_info(blockstore-compaction-sim) diff --git a/cloud/blockstore/tools/analytics/compaction-sim/CMakeLists.linux-aarch64.txt b/cloud/blockstore/tools/analytics/compaction-sim/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e37814dbe9f..00000000000 --- a/cloud/blockstore/tools/analytics/compaction-sim/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_executable(blockstore-compaction-sim) -target_link_libraries(blockstore-compaction-sim PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-common - libs-diagnostics-events - blockstore-libs-service - storage-partition-model - core-libs-common - library-cpp-getopt - cpp-eventlog-dumper - library-cpp-logger - library-cpp-sighandler -) -target_link_options(blockstore-compaction-sim PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(blockstore-compaction-sim PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/analytics/compaction-sim/main.cpp -) -target_allocator(blockstore-compaction-sim - cpp-malloc-jemalloc -) -vcs_info(blockstore-compaction-sim) diff --git a/cloud/blockstore/tools/analytics/compaction-sim/CMakeLists.linux-x86_64.txt b/cloud/blockstore/tools/analytics/compaction-sim/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 7c11e9f2d95..00000000000 --- a/cloud/blockstore/tools/analytics/compaction-sim/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(blockstore-compaction-sim) -target_link_libraries(blockstore-compaction-sim PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - blockstore-libs-common - libs-diagnostics-events - blockstore-libs-service - storage-partition-model - core-libs-common - library-cpp-getopt - cpp-eventlog-dumper - library-cpp-logger - library-cpp-sighandler -) -target_link_options(blockstore-compaction-sim PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(blockstore-compaction-sim PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/analytics/compaction-sim/main.cpp -) -target_allocator(blockstore-compaction-sim - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(blockstore-compaction-sim) diff --git a/cloud/blockstore/tools/analytics/compaction-sim/CMakeLists.txt b/cloud/blockstore/tools/analytics/compaction-sim/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/tools/analytics/compaction-sim/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/tools/analytics/compaction-sim/CMakeLists.windows-x86_64.txt b/cloud/blockstore/tools/analytics/compaction-sim/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 992ac36e00b..00000000000 --- a/cloud/blockstore/tools/analytics/compaction-sim/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_executable(blockstore-compaction-sim) -target_link_libraries(blockstore-compaction-sim PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - blockstore-libs-common - libs-diagnostics-events - blockstore-libs-service - storage-partition-model - core-libs-common - library-cpp-getopt - cpp-eventlog-dumper - library-cpp-logger - library-cpp-sighandler -) -target_sources(blockstore-compaction-sim PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/analytics/compaction-sim/main.cpp -) -target_allocator(blockstore-compaction-sim - system_allocator -) -vcs_info(blockstore-compaction-sim) diff --git a/cloud/blockstore/tools/analytics/dump-event-log/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/tools/analytics/dump-event-log/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 8d31b6b6dc5..00000000000 --- a/cloud/blockstore/tools/analytics/dump-event-log/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_executable(blockstore-dump-event-log) -target_link_libraries(blockstore-dump-event-log PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - blockstore-libs-diagnostics - analytics-libs-event-log - cpp-eventlog-dumper -) -target_link_options(blockstore-dump-event-log PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(blockstore-dump-event-log PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/analytics/dump-event-log/main.cpp -) -target_allocator(blockstore-dump-event-log - system_allocator -) -vcs_info(blockstore-dump-event-log) diff --git a/cloud/blockstore/tools/analytics/dump-event-log/CMakeLists.linux-aarch64.txt b/cloud/blockstore/tools/analytics/dump-event-log/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 869344e816c..00000000000 --- a/cloud/blockstore/tools/analytics/dump-event-log/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_executable(blockstore-dump-event-log) -target_link_libraries(blockstore-dump-event-log PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-diagnostics - analytics-libs-event-log - cpp-eventlog-dumper -) -target_link_options(blockstore-dump-event-log PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(blockstore-dump-event-log PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/analytics/dump-event-log/main.cpp -) -target_allocator(blockstore-dump-event-log - cpp-malloc-jemalloc -) -vcs_info(blockstore-dump-event-log) diff --git a/cloud/blockstore/tools/analytics/dump-event-log/CMakeLists.linux-x86_64.txt b/cloud/blockstore/tools/analytics/dump-event-log/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 4fca9d4420b..00000000000 --- a/cloud/blockstore/tools/analytics/dump-event-log/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_executable(blockstore-dump-event-log) -target_link_libraries(blockstore-dump-event-log PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - blockstore-libs-diagnostics - analytics-libs-event-log - cpp-eventlog-dumper -) -target_link_options(blockstore-dump-event-log PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(blockstore-dump-event-log PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/analytics/dump-event-log/main.cpp -) -target_allocator(blockstore-dump-event-log - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(blockstore-dump-event-log) diff --git a/cloud/blockstore/tools/analytics/dump-event-log/CMakeLists.txt b/cloud/blockstore/tools/analytics/dump-event-log/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/tools/analytics/dump-event-log/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/tools/analytics/dump-event-log/CMakeLists.windows-x86_64.txt b/cloud/blockstore/tools/analytics/dump-event-log/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 57baf80d82e..00000000000 --- a/cloud/blockstore/tools/analytics/dump-event-log/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_executable(blockstore-dump-event-log) -target_link_libraries(blockstore-dump-event-log PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - blockstore-libs-diagnostics - analytics-libs-event-log - cpp-eventlog-dumper -) -target_sources(blockstore-dump-event-log PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/analytics/dump-event-log/main.cpp -) -target_allocator(blockstore-dump-event-log - system_allocator -) -vcs_info(blockstore-dump-event-log) diff --git a/cloud/blockstore/tools/analytics/event-log-disk-usage/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/tools/analytics/event-log-disk-usage/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 7ffaa729306..00000000000 --- a/cloud/blockstore/tools/analytics/event-log-disk-usage/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_executable(blockstore-event-log-disk-usage) -target_link_libraries(blockstore-event-log-disk-usage PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - libs-diagnostics-events - blockstore-libs-service - analytics-libs-event-log - core-libs-common - library-cpp-getopt - cpp-eventlog-dumper -) -target_link_options(blockstore-event-log-disk-usage PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(blockstore-event-log-disk-usage PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/analytics/event-log-disk-usage/main.cpp -) -target_allocator(blockstore-event-log-disk-usage - system_allocator -) -vcs_info(blockstore-event-log-disk-usage) diff --git a/cloud/blockstore/tools/analytics/event-log-disk-usage/CMakeLists.linux-aarch64.txt b/cloud/blockstore/tools/analytics/event-log-disk-usage/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 78795495a1a..00000000000 --- a/cloud/blockstore/tools/analytics/event-log-disk-usage/CMakeLists.linux-aarch64.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_executable(blockstore-event-log-disk-usage) -target_link_libraries(blockstore-event-log-disk-usage PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-diagnostics-events - blockstore-libs-service - analytics-libs-event-log - core-libs-common - library-cpp-getopt - cpp-eventlog-dumper -) -target_link_options(blockstore-event-log-disk-usage PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(blockstore-event-log-disk-usage PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/analytics/event-log-disk-usage/main.cpp -) -target_allocator(blockstore-event-log-disk-usage - cpp-malloc-jemalloc -) -vcs_info(blockstore-event-log-disk-usage) diff --git a/cloud/blockstore/tools/analytics/event-log-disk-usage/CMakeLists.linux-x86_64.txt b/cloud/blockstore/tools/analytics/event-log-disk-usage/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 56bd4869fae..00000000000 --- a/cloud/blockstore/tools/analytics/event-log-disk-usage/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_executable(blockstore-event-log-disk-usage) -target_link_libraries(blockstore-event-log-disk-usage PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - libs-diagnostics-events - blockstore-libs-service - analytics-libs-event-log - core-libs-common - library-cpp-getopt - cpp-eventlog-dumper -) -target_link_options(blockstore-event-log-disk-usage PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(blockstore-event-log-disk-usage PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/analytics/event-log-disk-usage/main.cpp -) -target_allocator(blockstore-event-log-disk-usage - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(blockstore-event-log-disk-usage) diff --git a/cloud/blockstore/tools/analytics/event-log-disk-usage/CMakeLists.txt b/cloud/blockstore/tools/analytics/event-log-disk-usage/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/tools/analytics/event-log-disk-usage/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/tools/analytics/event-log-disk-usage/CMakeLists.windows-x86_64.txt b/cloud/blockstore/tools/analytics/event-log-disk-usage/CMakeLists.windows-x86_64.txt deleted file mode 100644 index a675a424405..00000000000 --- a/cloud/blockstore/tools/analytics/event-log-disk-usage/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_executable(blockstore-event-log-disk-usage) -target_link_libraries(blockstore-event-log-disk-usage PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - libs-diagnostics-events - blockstore-libs-service - analytics-libs-event-log - core-libs-common - library-cpp-getopt - cpp-eventlog-dumper -) -target_sources(blockstore-event-log-disk-usage PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/analytics/event-log-disk-usage/main.cpp -) -target_allocator(blockstore-event-log-disk-usage - system_allocator -) -vcs_info(blockstore-event-log-disk-usage) diff --git a/cloud/blockstore/tools/analytics/event-log-stats/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/tools/analytics/event-log-stats/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index affeee6cf88..00000000000 --- a/cloud/blockstore/tools/analytics/event-log-stats/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_executable(blockstore-event-log-stats) -target_link_libraries(blockstore-event-log-stats PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - libs-diagnostics-events - blockstore-libs-service - analytics-libs-event-log - cpp-eventlog-dumper - library-cpp-getopt - cpp-monlib-counters -) -target_link_options(blockstore-event-log-stats PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(blockstore-event-log-stats PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/analytics/event-log-stats/main.cpp -) -target_allocator(blockstore-event-log-stats - system_allocator -) -vcs_info(blockstore-event-log-stats) diff --git a/cloud/blockstore/tools/analytics/event-log-stats/CMakeLists.linux-aarch64.txt b/cloud/blockstore/tools/analytics/event-log-stats/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 8869e8f6d8b..00000000000 --- a/cloud/blockstore/tools/analytics/event-log-stats/CMakeLists.linux-aarch64.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_executable(blockstore-event-log-stats) -target_link_libraries(blockstore-event-log-stats PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-diagnostics-events - blockstore-libs-service - analytics-libs-event-log - cpp-eventlog-dumper - library-cpp-getopt - cpp-monlib-counters -) -target_link_options(blockstore-event-log-stats PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(blockstore-event-log-stats PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/analytics/event-log-stats/main.cpp -) -target_allocator(blockstore-event-log-stats - cpp-malloc-jemalloc -) -vcs_info(blockstore-event-log-stats) diff --git a/cloud/blockstore/tools/analytics/event-log-stats/CMakeLists.linux-x86_64.txt b/cloud/blockstore/tools/analytics/event-log-stats/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 1ab5c2e628a..00000000000 --- a/cloud/blockstore/tools/analytics/event-log-stats/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_executable(blockstore-event-log-stats) -target_link_libraries(blockstore-event-log-stats PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - libs-diagnostics-events - blockstore-libs-service - analytics-libs-event-log - cpp-eventlog-dumper - library-cpp-getopt - cpp-monlib-counters -) -target_link_options(blockstore-event-log-stats PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(blockstore-event-log-stats PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/analytics/event-log-stats/main.cpp -) -target_allocator(blockstore-event-log-stats - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(blockstore-event-log-stats) diff --git a/cloud/blockstore/tools/analytics/event-log-stats/CMakeLists.txt b/cloud/blockstore/tools/analytics/event-log-stats/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/tools/analytics/event-log-stats/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/tools/analytics/event-log-stats/CMakeLists.windows-x86_64.txt b/cloud/blockstore/tools/analytics/event-log-stats/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 57a18f74f8a..00000000000 --- a/cloud/blockstore/tools/analytics/event-log-stats/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_executable(blockstore-event-log-stats) -target_link_libraries(blockstore-event-log-stats PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - libs-diagnostics-events - blockstore-libs-service - analytics-libs-event-log - cpp-eventlog-dumper - library-cpp-getopt - cpp-monlib-counters -) -target_sources(blockstore-event-log-stats PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/analytics/event-log-stats/main.cpp -) -target_allocator(blockstore-event-log-stats - system_allocator -) -vcs_info(blockstore-event-log-stats) diff --git a/cloud/blockstore/tools/analytics/event-log-suffer/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/tools/analytics/event-log-suffer/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 83befb607a1..00000000000 --- a/cloud/blockstore/tools/analytics/event-log-suffer/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_executable(blockstore-event-log-suffer) -target_link_libraries(blockstore-event-log-suffer PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - blockstore-libs-diagnostics - libs-diagnostics-events - blockstore-libs-service - analytics-libs-event-log - cpp-eventlog-dumper - library-cpp-getopt -) -target_link_options(blockstore-event-log-suffer PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(blockstore-event-log-suffer PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/analytics/event-log-suffer/main.cpp -) -target_allocator(blockstore-event-log-suffer - system_allocator -) -vcs_info(blockstore-event-log-suffer) diff --git a/cloud/blockstore/tools/analytics/event-log-suffer/CMakeLists.linux-aarch64.txt b/cloud/blockstore/tools/analytics/event-log-suffer/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 15a5509215c..00000000000 --- a/cloud/blockstore/tools/analytics/event-log-suffer/CMakeLists.linux-aarch64.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_executable(blockstore-event-log-suffer) -target_link_libraries(blockstore-event-log-suffer PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-diagnostics - libs-diagnostics-events - blockstore-libs-service - analytics-libs-event-log - cpp-eventlog-dumper - library-cpp-getopt -) -target_link_options(blockstore-event-log-suffer PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(blockstore-event-log-suffer PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/analytics/event-log-suffer/main.cpp -) -target_allocator(blockstore-event-log-suffer - cpp-malloc-jemalloc -) -vcs_info(blockstore-event-log-suffer) diff --git a/cloud/blockstore/tools/analytics/event-log-suffer/CMakeLists.linux-x86_64.txt b/cloud/blockstore/tools/analytics/event-log-suffer/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 38b97a3155c..00000000000 --- a/cloud/blockstore/tools/analytics/event-log-suffer/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_executable(blockstore-event-log-suffer) -target_link_libraries(blockstore-event-log-suffer PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - blockstore-libs-diagnostics - libs-diagnostics-events - blockstore-libs-service - analytics-libs-event-log - cpp-eventlog-dumper - library-cpp-getopt -) -target_link_options(blockstore-event-log-suffer PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(blockstore-event-log-suffer PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/analytics/event-log-suffer/main.cpp -) -target_allocator(blockstore-event-log-suffer - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(blockstore-event-log-suffer) diff --git a/cloud/blockstore/tools/analytics/event-log-suffer/CMakeLists.txt b/cloud/blockstore/tools/analytics/event-log-suffer/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/tools/analytics/event-log-suffer/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/tools/analytics/event-log-suffer/CMakeLists.windows-x86_64.txt b/cloud/blockstore/tools/analytics/event-log-suffer/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 90417bb9d27..00000000000 --- a/cloud/blockstore/tools/analytics/event-log-suffer/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_executable(blockstore-event-log-suffer) -target_link_libraries(blockstore-event-log-suffer PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - blockstore-libs-diagnostics - libs-diagnostics-events - blockstore-libs-service - analytics-libs-event-log - cpp-eventlog-dumper - library-cpp-getopt -) -target_sources(blockstore-event-log-suffer PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/analytics/event-log-suffer/main.cpp -) -target_allocator(blockstore-event-log-suffer - system_allocator -) -vcs_info(blockstore-event-log-suffer) diff --git a/cloud/blockstore/tools/analytics/find-block-accesses/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/tools/analytics/find-block-accesses/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 7810e3c09ca..00000000000 --- a/cloud/blockstore/tools/analytics/find-block-accesses/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_executable(blockstore-find-block-accesses) -target_link_libraries(blockstore-find-block-accesses PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - blockstore-libs-common - libs-diagnostics-events - blockstore-libs-service - analytics-libs-event-log - cpp-eventlog-dumper - library-cpp-getopt -) -target_link_options(blockstore-find-block-accesses PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(blockstore-find-block-accesses PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/analytics/find-block-accesses/main.cpp -) -target_allocator(blockstore-find-block-accesses - system_allocator -) -vcs_info(blockstore-find-block-accesses) diff --git a/cloud/blockstore/tools/analytics/find-block-accesses/CMakeLists.linux-aarch64.txt b/cloud/blockstore/tools/analytics/find-block-accesses/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d6c91bb8ed1..00000000000 --- a/cloud/blockstore/tools/analytics/find-block-accesses/CMakeLists.linux-aarch64.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_executable(blockstore-find-block-accesses) -target_link_libraries(blockstore-find-block-accesses PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-common - libs-diagnostics-events - blockstore-libs-service - analytics-libs-event-log - cpp-eventlog-dumper - library-cpp-getopt -) -target_link_options(blockstore-find-block-accesses PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(blockstore-find-block-accesses PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/analytics/find-block-accesses/main.cpp -) -target_allocator(blockstore-find-block-accesses - cpp-malloc-jemalloc -) -vcs_info(blockstore-find-block-accesses) diff --git a/cloud/blockstore/tools/analytics/find-block-accesses/CMakeLists.linux-x86_64.txt b/cloud/blockstore/tools/analytics/find-block-accesses/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 0683b17f2dd..00000000000 --- a/cloud/blockstore/tools/analytics/find-block-accesses/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_executable(blockstore-find-block-accesses) -target_link_libraries(blockstore-find-block-accesses PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - blockstore-libs-common - libs-diagnostics-events - blockstore-libs-service - analytics-libs-event-log - cpp-eventlog-dumper - library-cpp-getopt -) -target_link_options(blockstore-find-block-accesses PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(blockstore-find-block-accesses PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/analytics/find-block-accesses/main.cpp -) -target_allocator(blockstore-find-block-accesses - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(blockstore-find-block-accesses) diff --git a/cloud/blockstore/tools/analytics/find-block-accesses/CMakeLists.txt b/cloud/blockstore/tools/analytics/find-block-accesses/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/tools/analytics/find-block-accesses/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/tools/analytics/find-block-accesses/CMakeLists.windows-x86_64.txt b/cloud/blockstore/tools/analytics/find-block-accesses/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 3eaab243682..00000000000 --- a/cloud/blockstore/tools/analytics/find-block-accesses/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_executable(blockstore-find-block-accesses) -target_link_libraries(blockstore-find-block-accesses PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - blockstore-libs-common - libs-diagnostics-events - blockstore-libs-service - analytics-libs-event-log - cpp-eventlog-dumper - library-cpp-getopt -) -target_sources(blockstore-find-block-accesses PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/analytics/find-block-accesses/main.cpp -) -target_allocator(blockstore-find-block-accesses - system_allocator -) -vcs_info(blockstore-find-block-accesses) diff --git a/cloud/blockstore/tools/analytics/libs/CMakeLists.txt b/cloud/blockstore/tools/analytics/libs/CMakeLists.txt deleted file mode 100644 index 419b1f15d2c..00000000000 --- a/cloud/blockstore/tools/analytics/libs/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(event-log) diff --git a/cloud/blockstore/tools/analytics/libs/event-log/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/tools/analytics/libs/event-log/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2b5e25b9922..00000000000 --- a/cloud/blockstore/tools/analytics/libs/event-log/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(analytics-libs-event-log) -target_link_libraries(analytics-libs-event-log PUBLIC - contrib-libs-cxxsupp - yutil - libs-diagnostics-events - blockstore-libs-service -) -target_sources(analytics-libs-event-log PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/analytics/libs/event-log/dump.cpp -) diff --git a/cloud/blockstore/tools/analytics/libs/event-log/CMakeLists.linux-aarch64.txt b/cloud/blockstore/tools/analytics/libs/event-log/CMakeLists.linux-aarch64.txt deleted file mode 100644 index f078587af54..00000000000 --- a/cloud/blockstore/tools/analytics/libs/event-log/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(analytics-libs-event-log) -target_link_libraries(analytics-libs-event-log PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-diagnostics-events - blockstore-libs-service -) -target_sources(analytics-libs-event-log PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/analytics/libs/event-log/dump.cpp -) diff --git a/cloud/blockstore/tools/analytics/libs/event-log/CMakeLists.linux-x86_64.txt b/cloud/blockstore/tools/analytics/libs/event-log/CMakeLists.linux-x86_64.txt deleted file mode 100644 index f078587af54..00000000000 --- a/cloud/blockstore/tools/analytics/libs/event-log/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(analytics-libs-event-log) -target_link_libraries(analytics-libs-event-log PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-diagnostics-events - blockstore-libs-service -) -target_sources(analytics-libs-event-log PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/analytics/libs/event-log/dump.cpp -) diff --git a/cloud/blockstore/tools/analytics/libs/event-log/CMakeLists.txt b/cloud/blockstore/tools/analytics/libs/event-log/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/tools/analytics/libs/event-log/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/tools/analytics/libs/event-log/CMakeLists.windows-x86_64.txt b/cloud/blockstore/tools/analytics/libs/event-log/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 2b5e25b9922..00000000000 --- a/cloud/blockstore/tools/analytics/libs/event-log/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(analytics-libs-event-log) -target_link_libraries(analytics-libs-event-log PUBLIC - contrib-libs-cxxsupp - yutil - libs-diagnostics-events - blockstore-libs-service -) -target_sources(analytics-libs-event-log PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/analytics/libs/event-log/dump.cpp -) diff --git a/cloud/blockstore/tools/analytics/visualize-event-log/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/tools/analytics/visualize-event-log/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2ddafdaee38..00000000000 --- a/cloud/blockstore/tools/analytics/visualize-event-log/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_executable(blockstore-visualize-event-log) -target_link_libraries(blockstore-visualize-event-log PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - libs-diagnostics-events - blockstore-libs-service - library-cpp-getopt - cpp-eventlog-dumper -) -target_link_options(blockstore-visualize-event-log PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(blockstore-visualize-event-log PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/analytics/visualize-event-log/main.cpp -) -target_allocator(blockstore-visualize-event-log - system_allocator -) -vcs_info(blockstore-visualize-event-log) diff --git a/cloud/blockstore/tools/analytics/visualize-event-log/CMakeLists.linux-aarch64.txt b/cloud/blockstore/tools/analytics/visualize-event-log/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 279d98c4e2c..00000000000 --- a/cloud/blockstore/tools/analytics/visualize-event-log/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_executable(blockstore-visualize-event-log) -target_link_libraries(blockstore-visualize-event-log PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-diagnostics-events - blockstore-libs-service - library-cpp-getopt - cpp-eventlog-dumper -) -target_link_options(blockstore-visualize-event-log PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(blockstore-visualize-event-log PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/analytics/visualize-event-log/main.cpp -) -target_allocator(blockstore-visualize-event-log - cpp-malloc-jemalloc -) -vcs_info(blockstore-visualize-event-log) diff --git a/cloud/blockstore/tools/analytics/visualize-event-log/CMakeLists.linux-x86_64.txt b/cloud/blockstore/tools/analytics/visualize-event-log/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b2692bda1fe..00000000000 --- a/cloud/blockstore/tools/analytics/visualize-event-log/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_executable(blockstore-visualize-event-log) -target_link_libraries(blockstore-visualize-event-log PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - libs-diagnostics-events - blockstore-libs-service - library-cpp-getopt - cpp-eventlog-dumper -) -target_link_options(blockstore-visualize-event-log PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(blockstore-visualize-event-log PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/analytics/visualize-event-log/main.cpp -) -target_allocator(blockstore-visualize-event-log - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(blockstore-visualize-event-log) diff --git a/cloud/blockstore/tools/analytics/visualize-event-log/CMakeLists.txt b/cloud/blockstore/tools/analytics/visualize-event-log/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/tools/analytics/visualize-event-log/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/tools/analytics/visualize-event-log/CMakeLists.windows-x86_64.txt b/cloud/blockstore/tools/analytics/visualize-event-log/CMakeLists.windows-x86_64.txt deleted file mode 100644 index f864fc85d3a..00000000000 --- a/cloud/blockstore/tools/analytics/visualize-event-log/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_executable(blockstore-visualize-event-log) -target_link_libraries(blockstore-visualize-event-log PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - libs-diagnostics-events - blockstore-libs-service - library-cpp-getopt - cpp-eventlog-dumper -) -target_sources(blockstore-visualize-event-log PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/analytics/visualize-event-log/main.cpp -) -target_allocator(blockstore-visualize-event-log - system_allocator -) -vcs_info(blockstore-visualize-event-log) diff --git a/cloud/blockstore/tools/debug/CMakeLists.txt b/cloud/blockstore/tools/debug/CMakeLists.txt deleted file mode 100644 index b6d04f6d079..00000000000 --- a/cloud/blockstore/tools/debug/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. - - -add_subdirectory(featureconfig) -add_subdirectory(formatter) -add_subdirectory(readbdev) diff --git a/cloud/blockstore/tools/debug/featureconfig/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/tools/debug/featureconfig/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 3593b54d347..00000000000 --- a/cloud/blockstore/tools/debug/featureconfig/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_executable(blockstore-debug-featureconfig) -target_link_libraries(blockstore-debug-featureconfig PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - libs-storage-core - core-libs-common - library-cpp-getopt -) -target_link_options(blockstore-debug-featureconfig PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(blockstore-debug-featureconfig PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/debug/featureconfig/main.cpp -) -target_allocator(blockstore-debug-featureconfig - system_allocator -) -vcs_info(blockstore-debug-featureconfig) diff --git a/cloud/blockstore/tools/debug/featureconfig/CMakeLists.linux-aarch64.txt b/cloud/blockstore/tools/debug/featureconfig/CMakeLists.linux-aarch64.txt deleted file mode 100644 index f319c318a64..00000000000 --- a/cloud/blockstore/tools/debug/featureconfig/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_executable(blockstore-debug-featureconfig) -target_link_libraries(blockstore-debug-featureconfig PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-storage-core - core-libs-common - library-cpp-getopt -) -target_link_options(blockstore-debug-featureconfig PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(blockstore-debug-featureconfig PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/debug/featureconfig/main.cpp -) -target_allocator(blockstore-debug-featureconfig - cpp-malloc-jemalloc -) -vcs_info(blockstore-debug-featureconfig) diff --git a/cloud/blockstore/tools/debug/featureconfig/CMakeLists.linux-x86_64.txt b/cloud/blockstore/tools/debug/featureconfig/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 4dc7a573380..00000000000 --- a/cloud/blockstore/tools/debug/featureconfig/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_executable(blockstore-debug-featureconfig) -target_link_libraries(blockstore-debug-featureconfig PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - libs-storage-core - core-libs-common - library-cpp-getopt -) -target_link_options(blockstore-debug-featureconfig PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(blockstore-debug-featureconfig PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/debug/featureconfig/main.cpp -) -target_allocator(blockstore-debug-featureconfig - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(blockstore-debug-featureconfig) diff --git a/cloud/blockstore/tools/debug/featureconfig/CMakeLists.txt b/cloud/blockstore/tools/debug/featureconfig/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/tools/debug/featureconfig/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/tools/debug/featureconfig/CMakeLists.windows-x86_64.txt b/cloud/blockstore/tools/debug/featureconfig/CMakeLists.windows-x86_64.txt deleted file mode 100644 index e41f97ffefc..00000000000 --- a/cloud/blockstore/tools/debug/featureconfig/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_executable(blockstore-debug-featureconfig) -target_link_libraries(blockstore-debug-featureconfig PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - libs-storage-core - core-libs-common - library-cpp-getopt -) -target_sources(blockstore-debug-featureconfig PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/debug/featureconfig/main.cpp -) -target_allocator(blockstore-debug-featureconfig - system_allocator -) -vcs_info(blockstore-debug-featureconfig) diff --git a/cloud/blockstore/tools/debug/formatter/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/tools/debug/formatter/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d3f57feca9e..00000000000 --- a/cloud/blockstore/tools/debug/formatter/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_executable(blockstore-debug-formatter) -target_link_libraries(blockstore-debug-formatter PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - blockstore-libs-common - library-cpp-getopt -) -target_link_options(blockstore-debug-formatter PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(blockstore-debug-formatter PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/debug/formatter/main.cpp -) -target_allocator(blockstore-debug-formatter - system_allocator -) -vcs_info(blockstore-debug-formatter) diff --git a/cloud/blockstore/tools/debug/formatter/CMakeLists.linux-aarch64.txt b/cloud/blockstore/tools/debug/formatter/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 9dfac56b3b6..00000000000 --- a/cloud/blockstore/tools/debug/formatter/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_executable(blockstore-debug-formatter) -target_link_libraries(blockstore-debug-formatter PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-common - library-cpp-getopt -) -target_link_options(blockstore-debug-formatter PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(blockstore-debug-formatter PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/debug/formatter/main.cpp -) -target_allocator(blockstore-debug-formatter - cpp-malloc-jemalloc -) -vcs_info(blockstore-debug-formatter) diff --git a/cloud/blockstore/tools/debug/formatter/CMakeLists.linux-x86_64.txt b/cloud/blockstore/tools/debug/formatter/CMakeLists.linux-x86_64.txt deleted file mode 100644 index c14207cb6eb..00000000000 --- a/cloud/blockstore/tools/debug/formatter/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_executable(blockstore-debug-formatter) -target_link_libraries(blockstore-debug-formatter PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - blockstore-libs-common - library-cpp-getopt -) -target_link_options(blockstore-debug-formatter PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(blockstore-debug-formatter PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/debug/formatter/main.cpp -) -target_allocator(blockstore-debug-formatter - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(blockstore-debug-formatter) diff --git a/cloud/blockstore/tools/debug/formatter/CMakeLists.txt b/cloud/blockstore/tools/debug/formatter/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/tools/debug/formatter/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/tools/debug/formatter/CMakeLists.windows-x86_64.txt b/cloud/blockstore/tools/debug/formatter/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 9e06e261573..00000000000 --- a/cloud/blockstore/tools/debug/formatter/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_executable(blockstore-debug-formatter) -target_link_libraries(blockstore-debug-formatter PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - blockstore-libs-common - library-cpp-getopt -) -target_sources(blockstore-debug-formatter PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/debug/formatter/main.cpp -) -target_allocator(blockstore-debug-formatter - system_allocator -) -vcs_info(blockstore-debug-formatter) diff --git a/cloud/blockstore/tools/debug/readbdev/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/tools/debug/readbdev/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 0c15fb3aeed..00000000000 --- a/cloud/blockstore/tools/debug/readbdev/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_executable(blockstore-readbdev) -target_link_libraries(blockstore-readbdev PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check -) -target_link_options(blockstore-readbdev PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC -) -target_sources(blockstore-readbdev PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/debug/readbdev/readbdev.c -) -target_allocator(blockstore-readbdev - system_allocator -) -vcs_info(blockstore-readbdev) diff --git a/cloud/blockstore/tools/debug/readbdev/CMakeLists.linux-aarch64.txt b/cloud/blockstore/tools/debug/readbdev/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 682d85e9f7f..00000000000 --- a/cloud/blockstore/tools/debug/readbdev/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_executable(blockstore-readbdev) -target_link_libraries(blockstore-readbdev PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_link_options(blockstore-readbdev PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(blockstore-readbdev PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/debug/readbdev/readbdev.c -) -target_allocator(blockstore-readbdev - cpp-malloc-jemalloc -) -vcs_info(blockstore-readbdev) diff --git a/cloud/blockstore/tools/debug/readbdev/CMakeLists.linux-x86_64.txt b/cloud/blockstore/tools/debug/readbdev/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a82265dfb34..00000000000 --- a/cloud/blockstore/tools/debug/readbdev/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_executable(blockstore-readbdev) -target_link_libraries(blockstore-readbdev PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check -) -target_link_options(blockstore-readbdev PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(blockstore-readbdev PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/debug/readbdev/readbdev.c -) -target_allocator(blockstore-readbdev - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(blockstore-readbdev) diff --git a/cloud/blockstore/tools/debug/readbdev/CMakeLists.txt b/cloud/blockstore/tools/debug/readbdev/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/tools/debug/readbdev/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/tools/debug/readbdev/CMakeLists.windows-x86_64.txt b/cloud/blockstore/tools/debug/readbdev/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 564eeb82ceb..00000000000 --- a/cloud/blockstore/tools/debug/readbdev/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_executable(blockstore-readbdev) -target_link_libraries(blockstore-readbdev PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check -) -target_sources(blockstore-readbdev PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/debug/readbdev/readbdev.c -) -target_allocator(blockstore-readbdev - system_allocator -) -vcs_info(blockstore-readbdev) diff --git a/cloud/blockstore/tools/fs/CMakeLists.txt b/cloud/blockstore/tools/fs/CMakeLists.txt deleted file mode 100644 index a2667b3c332..00000000000 --- a/cloud/blockstore/tools/fs/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. - - -add_subdirectory(cleanup-ext4-meta) -add_subdirectory(cleanup-xfs) -add_subdirectory(copy_dev) diff --git a/cloud/blockstore/tools/fs/cleanup-ext4-meta/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/tools/fs/cleanup-ext4-meta/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6b948baa284..00000000000 --- a/cloud/blockstore/tools/fs/cleanup-ext4-meta/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_subdirectory(ut) - -add_executable(cleanup-ext4-meta) -target_link_libraries(cleanup-ext4-meta PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - core-libs-common - cpp-regex-pcre - cpp-getopt-small -) -target_link_options(cleanup-ext4-meta PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cleanup-ext4-meta PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/fs/cleanup-ext4-meta/ext4-meta-reader.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/fs/cleanup-ext4-meta/main.cpp -) -target_allocator(cleanup-ext4-meta - system_allocator -) -vcs_info(cleanup-ext4-meta) diff --git a/cloud/blockstore/tools/fs/cleanup-ext4-meta/CMakeLists.linux-aarch64.txt b/cloud/blockstore/tools/fs/cleanup-ext4-meta/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 7668dffcb46..00000000000 --- a/cloud/blockstore/tools/fs/cleanup-ext4-meta/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_subdirectory(ut) - -add_executable(cleanup-ext4-meta) -target_link_libraries(cleanup-ext4-meta PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-libs-common - cpp-regex-pcre - cpp-getopt-small -) -target_link_options(cleanup-ext4-meta PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cleanup-ext4-meta PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/fs/cleanup-ext4-meta/ext4-meta-reader.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/fs/cleanup-ext4-meta/main.cpp -) -target_allocator(cleanup-ext4-meta - cpp-malloc-jemalloc -) -vcs_info(cleanup-ext4-meta) diff --git a/cloud/blockstore/tools/fs/cleanup-ext4-meta/CMakeLists.linux-x86_64.txt b/cloud/blockstore/tools/fs/cleanup-ext4-meta/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 1329dea7dda..00000000000 --- a/cloud/blockstore/tools/fs/cleanup-ext4-meta/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_subdirectory(ut) - -add_executable(cleanup-ext4-meta) -target_link_libraries(cleanup-ext4-meta PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - core-libs-common - cpp-regex-pcre - cpp-getopt-small -) -target_link_options(cleanup-ext4-meta PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cleanup-ext4-meta PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/fs/cleanup-ext4-meta/ext4-meta-reader.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/fs/cleanup-ext4-meta/main.cpp -) -target_allocator(cleanup-ext4-meta - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cleanup-ext4-meta) diff --git a/cloud/blockstore/tools/fs/cleanup-ext4-meta/CMakeLists.txt b/cloud/blockstore/tools/fs/cleanup-ext4-meta/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/tools/fs/cleanup-ext4-meta/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/tools/fs/cleanup-ext4-meta/CMakeLists.windows-x86_64.txt b/cloud/blockstore/tools/fs/cleanup-ext4-meta/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 9d438ac904b..00000000000 --- a/cloud/blockstore/tools/fs/cleanup-ext4-meta/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_subdirectory(ut) - -add_executable(cleanup-ext4-meta) -target_link_libraries(cleanup-ext4-meta PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - core-libs-common - cpp-regex-pcre - cpp-getopt-small -) -target_sources(cleanup-ext4-meta PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/fs/cleanup-ext4-meta/ext4-meta-reader.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/fs/cleanup-ext4-meta/main.cpp -) -target_allocator(cleanup-ext4-meta - system_allocator -) -vcs_info(cleanup-ext4-meta) diff --git a/cloud/blockstore/tools/fs/cleanup-ext4-meta/ut/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/tools/fs/cleanup-ext4-meta/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index b5a161de889..00000000000 --- a/cloud/blockstore/tools/fs/cleanup-ext4-meta/ut/CMakeLists.darwin-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_executable(cloud-blockstore-tools-fs-cleanup-ext4-meta-ut) -target_include_directories(cloud-blockstore-tools-fs-cleanup-ext4-meta-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/fs/cleanup-ext4-meta -) -target_link_libraries(cloud-blockstore-tools-fs-cleanup-ext4-meta-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - core-libs-common - cpp-regex-pcre -) -target_link_options(cloud-blockstore-tools-fs-cleanup-ext4-meta-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-blockstore-tools-fs-cleanup-ext4-meta-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/fs/cleanup-ext4-meta/ext4-meta-reader_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/fs/cleanup-ext4-meta/ext4-meta-reader.cpp -) -set_property( - TARGET - cloud-blockstore-tools-fs-cleanup-ext4-meta-ut - PROPERTY - SPLIT_FACTOR - 1 -) -add_yunittest( - NAME - cloud-blockstore-tools-fs-cleanup-ext4-meta-ut - TEST_TARGET - cloud-blockstore-tools-fs-cleanup-ext4-meta-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-tools-fs-cleanup-ext4-meta-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-tools-fs-cleanup-ext4-meta-ut - PROPERTY - PROCESSORS - 1 -) -target_allocator(cloud-blockstore-tools-fs-cleanup-ext4-meta-ut - system_allocator -) -vcs_info(cloud-blockstore-tools-fs-cleanup-ext4-meta-ut) diff --git a/cloud/blockstore/tools/fs/cleanup-ext4-meta/ut/CMakeLists.linux-aarch64.txt b/cloud/blockstore/tools/fs/cleanup-ext4-meta/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 77e1bee8189..00000000000 --- a/cloud/blockstore/tools/fs/cleanup-ext4-meta/ut/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_executable(cloud-blockstore-tools-fs-cleanup-ext4-meta-ut) -target_include_directories(cloud-blockstore-tools-fs-cleanup-ext4-meta-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/fs/cleanup-ext4-meta -) -target_link_libraries(cloud-blockstore-tools-fs-cleanup-ext4-meta-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - core-libs-common - cpp-regex-pcre -) -target_link_options(cloud-blockstore-tools-fs-cleanup-ext4-meta-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-tools-fs-cleanup-ext4-meta-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/fs/cleanup-ext4-meta/ext4-meta-reader_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/fs/cleanup-ext4-meta/ext4-meta-reader.cpp -) -set_property( - TARGET - cloud-blockstore-tools-fs-cleanup-ext4-meta-ut - PROPERTY - SPLIT_FACTOR - 1 -) -add_yunittest( - NAME - cloud-blockstore-tools-fs-cleanup-ext4-meta-ut - TEST_TARGET - cloud-blockstore-tools-fs-cleanup-ext4-meta-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-tools-fs-cleanup-ext4-meta-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-tools-fs-cleanup-ext4-meta-ut - PROPERTY - PROCESSORS - 1 -) -target_allocator(cloud-blockstore-tools-fs-cleanup-ext4-meta-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-blockstore-tools-fs-cleanup-ext4-meta-ut) diff --git a/cloud/blockstore/tools/fs/cleanup-ext4-meta/ut/CMakeLists.linux-x86_64.txt b/cloud/blockstore/tools/fs/cleanup-ext4-meta/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 1d8ef26958e..00000000000 --- a/cloud/blockstore/tools/fs/cleanup-ext4-meta/ut/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,74 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-tools-fs-cleanup-ext4-meta-ut) -target_include_directories(cloud-blockstore-tools-fs-cleanup-ext4-meta-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/fs/cleanup-ext4-meta -) -target_link_libraries(cloud-blockstore-tools-fs-cleanup-ext4-meta-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - core-libs-common - cpp-regex-pcre -) -target_link_options(cloud-blockstore-tools-fs-cleanup-ext4-meta-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-tools-fs-cleanup-ext4-meta-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/fs/cleanup-ext4-meta/ext4-meta-reader_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/fs/cleanup-ext4-meta/ext4-meta-reader.cpp -) -set_property( - TARGET - cloud-blockstore-tools-fs-cleanup-ext4-meta-ut - PROPERTY - SPLIT_FACTOR - 1 -) -add_yunittest( - NAME - cloud-blockstore-tools-fs-cleanup-ext4-meta-ut - TEST_TARGET - cloud-blockstore-tools-fs-cleanup-ext4-meta-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-tools-fs-cleanup-ext4-meta-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-tools-fs-cleanup-ext4-meta-ut - PROPERTY - PROCESSORS - 1 -) -target_allocator(cloud-blockstore-tools-fs-cleanup-ext4-meta-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-blockstore-tools-fs-cleanup-ext4-meta-ut) diff --git a/cloud/blockstore/tools/fs/cleanup-ext4-meta/ut/CMakeLists.txt b/cloud/blockstore/tools/fs/cleanup-ext4-meta/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/tools/fs/cleanup-ext4-meta/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/tools/fs/cleanup-ext4-meta/ut/CMakeLists.windows-x86_64.txt b/cloud/blockstore/tools/fs/cleanup-ext4-meta/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 28128ea625e..00000000000 --- a/cloud/blockstore/tools/fs/cleanup-ext4-meta/ut/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_executable(cloud-blockstore-tools-fs-cleanup-ext4-meta-ut) -target_include_directories(cloud-blockstore-tools-fs-cleanup-ext4-meta-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/fs/cleanup-ext4-meta -) -target_link_libraries(cloud-blockstore-tools-fs-cleanup-ext4-meta-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - core-libs-common - cpp-regex-pcre -) -target_sources(cloud-blockstore-tools-fs-cleanup-ext4-meta-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/fs/cleanup-ext4-meta/ext4-meta-reader_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/fs/cleanup-ext4-meta/ext4-meta-reader.cpp -) -set_property( - TARGET - cloud-blockstore-tools-fs-cleanup-ext4-meta-ut - PROPERTY - SPLIT_FACTOR - 1 -) -add_yunittest( - NAME - cloud-blockstore-tools-fs-cleanup-ext4-meta-ut - TEST_TARGET - cloud-blockstore-tools-fs-cleanup-ext4-meta-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-tools-fs-cleanup-ext4-meta-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-tools-fs-cleanup-ext4-meta-ut - PROPERTY - PROCESSORS - 1 -) -target_allocator(cloud-blockstore-tools-fs-cleanup-ext4-meta-ut - system_allocator -) -vcs_info(cloud-blockstore-tools-fs-cleanup-ext4-meta-ut) diff --git a/cloud/blockstore/tools/fs/cleanup-xfs/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/tools/fs/cleanup-xfs/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 22138bf4784..00000000000 --- a/cloud/blockstore/tools/fs/cleanup-xfs/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_subdirectory(ut) - -add_executable(cleanup-xfs) -target_link_libraries(cleanup-xfs PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - core-libs-common - cpp-getopt-small -) -target_link_options(cleanup-xfs PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cleanup-xfs PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/fs/cleanup-xfs/main.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/fs/cleanup-xfs/cleanup.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/fs/cleanup-xfs/parser.cpp -) -target_allocator(cleanup-xfs - system_allocator -) -vcs_info(cleanup-xfs) diff --git a/cloud/blockstore/tools/fs/cleanup-xfs/CMakeLists.linux-aarch64.txt b/cloud/blockstore/tools/fs/cleanup-xfs/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e5b84883e1e..00000000000 --- a/cloud/blockstore/tools/fs/cleanup-xfs/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_subdirectory(ut) - -add_executable(cleanup-xfs) -target_link_libraries(cleanup-xfs PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-libs-common - cpp-getopt-small -) -target_link_options(cleanup-xfs PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cleanup-xfs PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/fs/cleanup-xfs/main.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/fs/cleanup-xfs/cleanup.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/fs/cleanup-xfs/parser.cpp -) -target_allocator(cleanup-xfs - cpp-malloc-jemalloc -) -vcs_info(cleanup-xfs) diff --git a/cloud/blockstore/tools/fs/cleanup-xfs/CMakeLists.linux-x86_64.txt b/cloud/blockstore/tools/fs/cleanup-xfs/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 54cc697dd70..00000000000 --- a/cloud/blockstore/tools/fs/cleanup-xfs/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_subdirectory(ut) - -add_executable(cleanup-xfs) -target_link_libraries(cleanup-xfs PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - core-libs-common - cpp-getopt-small -) -target_link_options(cleanup-xfs PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cleanup-xfs PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/fs/cleanup-xfs/main.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/fs/cleanup-xfs/cleanup.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/fs/cleanup-xfs/parser.cpp -) -target_allocator(cleanup-xfs - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cleanup-xfs) diff --git a/cloud/blockstore/tools/fs/cleanup-xfs/CMakeLists.txt b/cloud/blockstore/tools/fs/cleanup-xfs/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/tools/fs/cleanup-xfs/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/tools/fs/cleanup-xfs/CMakeLists.windows-x86_64.txt b/cloud/blockstore/tools/fs/cleanup-xfs/CMakeLists.windows-x86_64.txt deleted file mode 100644 index f55c356f4a7..00000000000 --- a/cloud/blockstore/tools/fs/cleanup-xfs/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_subdirectory(ut) - -add_executable(cleanup-xfs) -target_link_libraries(cleanup-xfs PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - core-libs-common - cpp-getopt-small -) -target_sources(cleanup-xfs PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/fs/cleanup-xfs/main.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/fs/cleanup-xfs/cleanup.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/fs/cleanup-xfs/parser.cpp -) -target_allocator(cleanup-xfs - system_allocator -) -vcs_info(cleanup-xfs) diff --git a/cloud/blockstore/tools/fs/cleanup-xfs/ut/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/tools/fs/cleanup-xfs/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 92ce245bd23..00000000000 --- a/cloud/blockstore/tools/fs/cleanup-xfs/ut/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_executable(cloud-blockstore-tools-fs-cleanup-xfs-ut) -target_include_directories(cloud-blockstore-tools-fs-cleanup-xfs-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/fs/cleanup-xfs -) -target_link_libraries(cloud-blockstore-tools-fs-cleanup-xfs-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - core-libs-common -) -target_link_options(cloud-blockstore-tools-fs-cleanup-xfs-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-blockstore-tools-fs-cleanup-xfs-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/fs/cleanup-xfs/cleanup_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/fs/cleanup-xfs/cleanup.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/fs/cleanup-xfs/parser_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/fs/cleanup-xfs/parser.cpp -) -set_property( - TARGET - cloud-blockstore-tools-fs-cleanup-xfs-ut - PROPERTY - SPLIT_FACTOR - 1 -) -add_yunittest( - NAME - cloud-blockstore-tools-fs-cleanup-xfs-ut - TEST_TARGET - cloud-blockstore-tools-fs-cleanup-xfs-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-tools-fs-cleanup-xfs-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-tools-fs-cleanup-xfs-ut - PROPERTY - PROCESSORS - 1 -) -target_allocator(cloud-blockstore-tools-fs-cleanup-xfs-ut - system_allocator -) -vcs_info(cloud-blockstore-tools-fs-cleanup-xfs-ut) diff --git a/cloud/blockstore/tools/fs/cleanup-xfs/ut/CMakeLists.linux-aarch64.txt b/cloud/blockstore/tools/fs/cleanup-xfs/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index ac8d5e02f0d..00000000000 --- a/cloud/blockstore/tools/fs/cleanup-xfs/ut/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_executable(cloud-blockstore-tools-fs-cleanup-xfs-ut) -target_include_directories(cloud-blockstore-tools-fs-cleanup-xfs-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/fs/cleanup-xfs -) -target_link_libraries(cloud-blockstore-tools-fs-cleanup-xfs-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - core-libs-common -) -target_link_options(cloud-blockstore-tools-fs-cleanup-xfs-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-tools-fs-cleanup-xfs-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/fs/cleanup-xfs/cleanup_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/fs/cleanup-xfs/cleanup.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/fs/cleanup-xfs/parser_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/fs/cleanup-xfs/parser.cpp -) -set_property( - TARGET - cloud-blockstore-tools-fs-cleanup-xfs-ut - PROPERTY - SPLIT_FACTOR - 1 -) -add_yunittest( - NAME - cloud-blockstore-tools-fs-cleanup-xfs-ut - TEST_TARGET - cloud-blockstore-tools-fs-cleanup-xfs-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-tools-fs-cleanup-xfs-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-tools-fs-cleanup-xfs-ut - PROPERTY - PROCESSORS - 1 -) -target_allocator(cloud-blockstore-tools-fs-cleanup-xfs-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-blockstore-tools-fs-cleanup-xfs-ut) diff --git a/cloud/blockstore/tools/fs/cleanup-xfs/ut/CMakeLists.linux-x86_64.txt b/cloud/blockstore/tools/fs/cleanup-xfs/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 16bcaef96f3..00000000000 --- a/cloud/blockstore/tools/fs/cleanup-xfs/ut/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,75 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-tools-fs-cleanup-xfs-ut) -target_include_directories(cloud-blockstore-tools-fs-cleanup-xfs-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/fs/cleanup-xfs -) -target_link_libraries(cloud-blockstore-tools-fs-cleanup-xfs-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - core-libs-common -) -target_link_options(cloud-blockstore-tools-fs-cleanup-xfs-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-tools-fs-cleanup-xfs-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/fs/cleanup-xfs/cleanup_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/fs/cleanup-xfs/cleanup.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/fs/cleanup-xfs/parser_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/fs/cleanup-xfs/parser.cpp -) -set_property( - TARGET - cloud-blockstore-tools-fs-cleanup-xfs-ut - PROPERTY - SPLIT_FACTOR - 1 -) -add_yunittest( - NAME - cloud-blockstore-tools-fs-cleanup-xfs-ut - TEST_TARGET - cloud-blockstore-tools-fs-cleanup-xfs-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-tools-fs-cleanup-xfs-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-tools-fs-cleanup-xfs-ut - PROPERTY - PROCESSORS - 1 -) -target_allocator(cloud-blockstore-tools-fs-cleanup-xfs-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-blockstore-tools-fs-cleanup-xfs-ut) diff --git a/cloud/blockstore/tools/fs/cleanup-xfs/ut/CMakeLists.txt b/cloud/blockstore/tools/fs/cleanup-xfs/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/tools/fs/cleanup-xfs/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/tools/fs/cleanup-xfs/ut/CMakeLists.windows-x86_64.txt b/cloud/blockstore/tools/fs/cleanup-xfs/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 8eec6cc4885..00000000000 --- a/cloud/blockstore/tools/fs/cleanup-xfs/ut/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,63 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-tools-fs-cleanup-xfs-ut) -target_include_directories(cloud-blockstore-tools-fs-cleanup-xfs-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/fs/cleanup-xfs -) -target_link_libraries(cloud-blockstore-tools-fs-cleanup-xfs-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - core-libs-common -) -target_sources(cloud-blockstore-tools-fs-cleanup-xfs-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/fs/cleanup-xfs/cleanup_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/fs/cleanup-xfs/cleanup.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/fs/cleanup-xfs/parser_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/fs/cleanup-xfs/parser.cpp -) -set_property( - TARGET - cloud-blockstore-tools-fs-cleanup-xfs-ut - PROPERTY - SPLIT_FACTOR - 1 -) -add_yunittest( - NAME - cloud-blockstore-tools-fs-cleanup-xfs-ut - TEST_TARGET - cloud-blockstore-tools-fs-cleanup-xfs-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-tools-fs-cleanup-xfs-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-tools-fs-cleanup-xfs-ut - PROPERTY - PROCESSORS - 1 -) -target_allocator(cloud-blockstore-tools-fs-cleanup-xfs-ut - system_allocator -) -vcs_info(cloud-blockstore-tools-fs-cleanup-xfs-ut) diff --git a/cloud/blockstore/tools/fs/copy_dev/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/tools/fs/copy_dev/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6aa01ac9e8e..00000000000 --- a/cloud/blockstore/tools/fs/copy_dev/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_executable(copy_dev) -target_link_libraries(copy_dev PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - core-libs-common - cpp-getopt-small - cpp-deprecated-atomic -) -target_link_options(copy_dev PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(copy_dev PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/fs/copy_dev/main.cpp -) -target_allocator(copy_dev - system_allocator -) -vcs_info(copy_dev) diff --git a/cloud/blockstore/tools/fs/copy_dev/CMakeLists.linux-aarch64.txt b/cloud/blockstore/tools/fs/copy_dev/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 80c40e370d2..00000000000 --- a/cloud/blockstore/tools/fs/copy_dev/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_executable(copy_dev) -target_link_libraries(copy_dev PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-libs-common - cpp-getopt-small - cpp-deprecated-atomic -) -target_link_options(copy_dev PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(copy_dev PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/fs/copy_dev/main.cpp -) -target_allocator(copy_dev - cpp-malloc-jemalloc -) -vcs_info(copy_dev) diff --git a/cloud/blockstore/tools/fs/copy_dev/CMakeLists.linux-x86_64.txt b/cloud/blockstore/tools/fs/copy_dev/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e8c4dc86dd1..00000000000 --- a/cloud/blockstore/tools/fs/copy_dev/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_executable(copy_dev) -target_link_libraries(copy_dev PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - core-libs-common - cpp-getopt-small - cpp-deprecated-atomic -) -target_link_options(copy_dev PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(copy_dev PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/fs/copy_dev/main.cpp -) -target_allocator(copy_dev - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(copy_dev) diff --git a/cloud/blockstore/tools/fs/copy_dev/CMakeLists.txt b/cloud/blockstore/tools/fs/copy_dev/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/tools/fs/copy_dev/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/tools/fs/copy_dev/CMakeLists.windows-x86_64.txt b/cloud/blockstore/tools/fs/copy_dev/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 1df044e348f..00000000000 --- a/cloud/blockstore/tools/fs/copy_dev/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_executable(copy_dev) -target_link_libraries(copy_dev PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - core-libs-common - cpp-getopt-small - cpp-deprecated-atomic -) -target_sources(copy_dev PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/fs/copy_dev/main.cpp -) -target_allocator(copy_dev - system_allocator -) -vcs_info(copy_dev) diff --git a/cloud/blockstore/tools/nbd/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/tools/nbd/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 305cb961163..00000000000 --- a/cloud/blockstore/tools/nbd/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_executable(blockstore-nbd) -target_link_libraries(blockstore-nbd PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - public-api-protos - cloud-blockstore-config - blockstore-libs-client - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-nbd - blockstore-libs-service - core-libs-grpc - core-libs-version - cpp-lwtrace-mon - library-cpp-getopt - cpp-monlib-dynamic_counters - cpp-protobuf-util - cpp-deprecated-atomic -) -target_link_options(blockstore-nbd PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(blockstore-nbd PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/nbd/app.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/nbd/bootstrap.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/nbd/main.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/nbd/options.cpp -) -target_allocator(blockstore-nbd - system_allocator -) -vcs_info(blockstore-nbd) diff --git a/cloud/blockstore/tools/nbd/CMakeLists.linux-aarch64.txt b/cloud/blockstore/tools/nbd/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 3a406d06cb0..00000000000 --- a/cloud/blockstore/tools/nbd/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,49 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(blockstore-nbd) -target_link_libraries(blockstore-nbd PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - public-api-protos - cloud-blockstore-config - blockstore-libs-client - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-nbd - blockstore-libs-service - core-libs-grpc - core-libs-version - cpp-lwtrace-mon - library-cpp-getopt - cpp-monlib-dynamic_counters - cpp-protobuf-util - cpp-deprecated-atomic -) -target_link_options(blockstore-nbd PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(blockstore-nbd PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/nbd/app.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/nbd/bootstrap.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/nbd/main.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/nbd/options.cpp -) -target_allocator(blockstore-nbd - cpp-malloc-jemalloc -) -vcs_info(blockstore-nbd) diff --git a/cloud/blockstore/tools/nbd/CMakeLists.linux-x86_64.txt b/cloud/blockstore/tools/nbd/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 0daf304ed2e..00000000000 --- a/cloud/blockstore/tools/nbd/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,51 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(blockstore-nbd) -target_link_libraries(blockstore-nbd PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - public-api-protos - cloud-blockstore-config - blockstore-libs-client - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-nbd - blockstore-libs-service - core-libs-grpc - core-libs-version - cpp-lwtrace-mon - library-cpp-getopt - cpp-monlib-dynamic_counters - cpp-protobuf-util - cpp-deprecated-atomic -) -target_link_options(blockstore-nbd PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(blockstore-nbd PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/nbd/app.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/nbd/bootstrap.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/nbd/main.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/nbd/options.cpp -) -target_allocator(blockstore-nbd - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(blockstore-nbd) diff --git a/cloud/blockstore/tools/nbd/CMakeLists.txt b/cloud/blockstore/tools/nbd/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/tools/nbd/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/tools/nbd/CMakeLists.windows-x86_64.txt b/cloud/blockstore/tools/nbd/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 1dedc10e326..00000000000 --- a/cloud/blockstore/tools/nbd/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_executable(blockstore-nbd) -target_link_libraries(blockstore-nbd PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - public-api-protos - cloud-blockstore-config - blockstore-libs-client - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-nbd - blockstore-libs-service - core-libs-grpc - core-libs-version - cpp-lwtrace-mon - library-cpp-getopt - cpp-monlib-dynamic_counters - cpp-protobuf-util - cpp-deprecated-atomic -) -target_sources(blockstore-nbd PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/nbd/app.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/nbd/bootstrap.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/nbd/main.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/nbd/options.cpp -) -target_allocator(blockstore-nbd - system_allocator -) -vcs_info(blockstore-nbd) diff --git a/cloud/blockstore/tools/testing/CMakeLists.txt b/cloud/blockstore/tools/testing/CMakeLists.txt deleted file mode 100644 index b54d189bd95..00000000000 --- a/cloud/blockstore/tools/testing/CMakeLists.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_subdirectory(build-fresh-blob) -add_subdirectory(eternal_tests) -add_subdirectory(fake-conductor) -add_subdirectory(fake-nbs) -add_subdirectory(loadtest) -add_subdirectory(nbd-test) -add_subdirectory(pd-metadata-bench) -add_subdirectory(plugintest) -add_subdirectory(rdma-test) -add_subdirectory(verify-test) diff --git a/cloud/blockstore/tools/testing/build-fresh-blob/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/tools/testing/build-fresh-blob/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 80faaed64a0..00000000000 --- a/cloud/blockstore/tools/testing/build-fresh-blob/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_executable(build-fresh-blob) -target_link_libraries(build-fresh-blob PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - storage-partition-model - storage-partition2-model -) -target_link_options(build-fresh-blob PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(build-fresh-blob PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/build-fresh-blob/main.cpp -) -target_allocator(build-fresh-blob - system_allocator -) -vcs_info(build-fresh-blob) diff --git a/cloud/blockstore/tools/testing/build-fresh-blob/CMakeLists.linux-aarch64.txt b/cloud/blockstore/tools/testing/build-fresh-blob/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 163436346fe..00000000000 --- a/cloud/blockstore/tools/testing/build-fresh-blob/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_executable(build-fresh-blob) -target_link_libraries(build-fresh-blob PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - storage-partition-model - storage-partition2-model -) -target_link_options(build-fresh-blob PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(build-fresh-blob PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/build-fresh-blob/main.cpp -) -target_allocator(build-fresh-blob - cpp-malloc-jemalloc -) -vcs_info(build-fresh-blob) diff --git a/cloud/blockstore/tools/testing/build-fresh-blob/CMakeLists.linux-x86_64.txt b/cloud/blockstore/tools/testing/build-fresh-blob/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 3a2f603eec8..00000000000 --- a/cloud/blockstore/tools/testing/build-fresh-blob/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_executable(build-fresh-blob) -target_link_libraries(build-fresh-blob PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - storage-partition-model - storage-partition2-model -) -target_link_options(build-fresh-blob PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(build-fresh-blob PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/build-fresh-blob/main.cpp -) -target_allocator(build-fresh-blob - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(build-fresh-blob) diff --git a/cloud/blockstore/tools/testing/build-fresh-blob/CMakeLists.txt b/cloud/blockstore/tools/testing/build-fresh-blob/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/tools/testing/build-fresh-blob/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/tools/testing/build-fresh-blob/CMakeLists.windows-x86_64.txt b/cloud/blockstore/tools/testing/build-fresh-blob/CMakeLists.windows-x86_64.txt deleted file mode 100644 index ac76c48285e..00000000000 --- a/cloud/blockstore/tools/testing/build-fresh-blob/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_executable(build-fresh-blob) -target_link_libraries(build-fresh-blob PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - storage-partition-model - storage-partition2-model -) -target_sources(build-fresh-blob PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/build-fresh-blob/main.cpp -) -target_allocator(build-fresh-blob - system_allocator -) -vcs_info(build-fresh-blob) diff --git a/cloud/blockstore/tools/testing/eternal_tests/CMakeLists.txt b/cloud/blockstore/tools/testing/eternal_tests/CMakeLists.txt deleted file mode 100644 index 21efe9e11f4..00000000000 --- a/cloud/blockstore/tools/testing/eternal_tests/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. - - -add_subdirectory(checkpoint-validator) -add_subdirectory(eternal-load) -add_subdirectory(range-validator) diff --git a/cloud/blockstore/tools/testing/eternal_tests/checkpoint-validator/CMakeLists.txt b/cloud/blockstore/tools/testing/eternal_tests/checkpoint-validator/CMakeLists.txt deleted file mode 100644 index c89250e3510..00000000000 --- a/cloud/blockstore/tools/testing/eternal_tests/checkpoint-validator/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(bin) -add_subdirectory(lib) diff --git a/cloud/blockstore/tools/testing/eternal_tests/checkpoint-validator/bin/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/tools/testing/eternal_tests/checkpoint-validator/bin/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a60bdf4d856..00000000000 --- a/cloud/blockstore/tools/testing/eternal_tests/checkpoint-validator/bin/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_executable(checkpoint-validator) -target_link_libraries(checkpoint-validator PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - apps-client-lib - eternal_tests-checkpoint-validator-lib -) -target_link_options(checkpoint-validator PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(checkpoint-validator PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/eternal_tests/checkpoint-validator/bin/main.cpp -) -target_allocator(checkpoint-validator - system_allocator -) -vcs_info(checkpoint-validator) diff --git a/cloud/blockstore/tools/testing/eternal_tests/checkpoint-validator/bin/CMakeLists.linux-aarch64.txt b/cloud/blockstore/tools/testing/eternal_tests/checkpoint-validator/bin/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e6fa921fdb0..00000000000 --- a/cloud/blockstore/tools/testing/eternal_tests/checkpoint-validator/bin/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_executable(checkpoint-validator) -target_link_libraries(checkpoint-validator PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - apps-client-lib - eternal_tests-checkpoint-validator-lib -) -target_link_options(checkpoint-validator PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(checkpoint-validator PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/eternal_tests/checkpoint-validator/bin/main.cpp -) -target_allocator(checkpoint-validator - cpp-malloc-jemalloc -) -vcs_info(checkpoint-validator) diff --git a/cloud/blockstore/tools/testing/eternal_tests/checkpoint-validator/bin/CMakeLists.linux-x86_64.txt b/cloud/blockstore/tools/testing/eternal_tests/checkpoint-validator/bin/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 12abb5f29f3..00000000000 --- a/cloud/blockstore/tools/testing/eternal_tests/checkpoint-validator/bin/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_executable(checkpoint-validator) -target_link_libraries(checkpoint-validator PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - apps-client-lib - eternal_tests-checkpoint-validator-lib -) -target_link_options(checkpoint-validator PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(checkpoint-validator PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/eternal_tests/checkpoint-validator/bin/main.cpp -) -target_allocator(checkpoint-validator - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(checkpoint-validator) diff --git a/cloud/blockstore/tools/testing/eternal_tests/checkpoint-validator/bin/CMakeLists.txt b/cloud/blockstore/tools/testing/eternal_tests/checkpoint-validator/bin/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/tools/testing/eternal_tests/checkpoint-validator/bin/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/tools/testing/eternal_tests/checkpoint-validator/bin/CMakeLists.windows-x86_64.txt b/cloud/blockstore/tools/testing/eternal_tests/checkpoint-validator/bin/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 44191d51d13..00000000000 --- a/cloud/blockstore/tools/testing/eternal_tests/checkpoint-validator/bin/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_executable(checkpoint-validator) -target_link_libraries(checkpoint-validator PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - apps-client-lib - eternal_tests-checkpoint-validator-lib -) -target_sources(checkpoint-validator PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/eternal_tests/checkpoint-validator/bin/main.cpp -) -target_allocator(checkpoint-validator - system_allocator -) -vcs_info(checkpoint-validator) diff --git a/cloud/blockstore/tools/testing/eternal_tests/checkpoint-validator/lib/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/tools/testing/eternal_tests/checkpoint-validator/lib/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a4965bf5f8b..00000000000 --- a/cloud/blockstore/tools/testing/eternal_tests/checkpoint-validator/lib/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_subdirectory(ut) - -add_library(eternal_tests-checkpoint-validator-lib) -target_link_libraries(eternal_tests-checkpoint-validator-lib PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-diagnostics - eternal_tests-eternal-load-lib -) -target_sources(eternal_tests-checkpoint-validator-lib PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/eternal_tests/checkpoint-validator/lib/validator.cpp -) diff --git a/cloud/blockstore/tools/testing/eternal_tests/checkpoint-validator/lib/CMakeLists.linux-aarch64.txt b/cloud/blockstore/tools/testing/eternal_tests/checkpoint-validator/lib/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b52bb581c7f..00000000000 --- a/cloud/blockstore/tools/testing/eternal_tests/checkpoint-validator/lib/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(ut) - -add_library(eternal_tests-checkpoint-validator-lib) -target_link_libraries(eternal_tests-checkpoint-validator-lib PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-diagnostics - eternal_tests-eternal-load-lib -) -target_sources(eternal_tests-checkpoint-validator-lib PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/eternal_tests/checkpoint-validator/lib/validator.cpp -) diff --git a/cloud/blockstore/tools/testing/eternal_tests/checkpoint-validator/lib/CMakeLists.linux-x86_64.txt b/cloud/blockstore/tools/testing/eternal_tests/checkpoint-validator/lib/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b52bb581c7f..00000000000 --- a/cloud/blockstore/tools/testing/eternal_tests/checkpoint-validator/lib/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(ut) - -add_library(eternal_tests-checkpoint-validator-lib) -target_link_libraries(eternal_tests-checkpoint-validator-lib PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-diagnostics - eternal_tests-eternal-load-lib -) -target_sources(eternal_tests-checkpoint-validator-lib PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/eternal_tests/checkpoint-validator/lib/validator.cpp -) diff --git a/cloud/blockstore/tools/testing/eternal_tests/checkpoint-validator/lib/CMakeLists.txt b/cloud/blockstore/tools/testing/eternal_tests/checkpoint-validator/lib/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/tools/testing/eternal_tests/checkpoint-validator/lib/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/tools/testing/eternal_tests/checkpoint-validator/lib/CMakeLists.windows-x86_64.txt b/cloud/blockstore/tools/testing/eternal_tests/checkpoint-validator/lib/CMakeLists.windows-x86_64.txt deleted file mode 100644 index a4965bf5f8b..00000000000 --- a/cloud/blockstore/tools/testing/eternal_tests/checkpoint-validator/lib/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(ut) - -add_library(eternal_tests-checkpoint-validator-lib) -target_link_libraries(eternal_tests-checkpoint-validator-lib PUBLIC - contrib-libs-cxxsupp - yutil - blockstore-libs-diagnostics - eternal_tests-eternal-load-lib -) -target_sources(eternal_tests-checkpoint-validator-lib PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/eternal_tests/checkpoint-validator/lib/validator.cpp -) diff --git a/cloud/blockstore/tools/testing/eternal_tests/checkpoint-validator/lib/ut/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/tools/testing/eternal_tests/checkpoint-validator/lib/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c162229042b..00000000000 --- a/cloud/blockstore/tools/testing/eternal_tests/checkpoint-validator/lib/ut/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,74 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(lib-ut) -target_include_directories(lib-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/eternal_tests/checkpoint-validator/lib -) -target_link_libraries(lib-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - eternal_tests-checkpoint-validator-lib -) -target_link_options(lib-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(lib-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/eternal_tests/checkpoint-validator/lib/validator_ut.cpp -) -set_property( - TARGET - lib-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - lib-ut - TEST_TARGET - lib-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - lib-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - lib-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - lib-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(lib-ut - system_allocator -) -vcs_info(lib-ut) diff --git a/cloud/blockstore/tools/testing/eternal_tests/checkpoint-validator/lib/ut/CMakeLists.linux-aarch64.txt b/cloud/blockstore/tools/testing/eternal_tests/checkpoint-validator/lib/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e11eaa393d2..00000000000 --- a/cloud/blockstore/tools/testing/eternal_tests/checkpoint-validator/lib/ut/CMakeLists.linux-aarch64.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_executable(lib-ut) -target_include_directories(lib-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/eternal_tests/checkpoint-validator/lib -) -target_link_libraries(lib-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - eternal_tests-checkpoint-validator-lib -) -target_link_options(lib-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(lib-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/eternal_tests/checkpoint-validator/lib/validator_ut.cpp -) -set_property( - TARGET - lib-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - lib-ut - TEST_TARGET - lib-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - lib-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - lib-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - lib-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(lib-ut - cpp-malloc-jemalloc -) -vcs_info(lib-ut) diff --git a/cloud/blockstore/tools/testing/eternal_tests/checkpoint-validator/lib/ut/CMakeLists.linux-x86_64.txt b/cloud/blockstore/tools/testing/eternal_tests/checkpoint-validator/lib/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 94118c4844c..00000000000 --- a/cloud/blockstore/tools/testing/eternal_tests/checkpoint-validator/lib/ut/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,79 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(lib-ut) -target_include_directories(lib-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/eternal_tests/checkpoint-validator/lib -) -target_link_libraries(lib-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - eternal_tests-checkpoint-validator-lib -) -target_link_options(lib-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(lib-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/eternal_tests/checkpoint-validator/lib/validator_ut.cpp -) -set_property( - TARGET - lib-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - lib-ut - TEST_TARGET - lib-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - lib-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - lib-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - lib-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(lib-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(lib-ut) diff --git a/cloud/blockstore/tools/testing/eternal_tests/checkpoint-validator/lib/ut/CMakeLists.txt b/cloud/blockstore/tools/testing/eternal_tests/checkpoint-validator/lib/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/tools/testing/eternal_tests/checkpoint-validator/lib/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/tools/testing/eternal_tests/checkpoint-validator/lib/ut/CMakeLists.windows-x86_64.txt b/cloud/blockstore/tools/testing/eternal_tests/checkpoint-validator/lib/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index a5d26125785..00000000000 --- a/cloud/blockstore/tools/testing/eternal_tests/checkpoint-validator/lib/ut/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,67 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(lib-ut) -target_include_directories(lib-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/eternal_tests/checkpoint-validator/lib -) -target_link_libraries(lib-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - eternal_tests-checkpoint-validator-lib -) -target_sources(lib-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/eternal_tests/checkpoint-validator/lib/validator_ut.cpp -) -set_property( - TARGET - lib-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - lib-ut - TEST_TARGET - lib-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - lib-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - lib-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - lib-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(lib-ut - system_allocator -) -vcs_info(lib-ut) diff --git a/cloud/blockstore/tools/testing/eternal_tests/eternal-load/CMakeLists.txt b/cloud/blockstore/tools/testing/eternal_tests/eternal-load/CMakeLists.txt deleted file mode 100644 index c89250e3510..00000000000 --- a/cloud/blockstore/tools/testing/eternal_tests/eternal-load/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(bin) -add_subdirectory(lib) diff --git a/cloud/blockstore/tools/testing/eternal_tests/eternal-load/bin/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/tools/testing/eternal_tests/eternal-load/bin/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 279fd11e7b2..00000000000 --- a/cloud/blockstore/tools/testing/eternal_tests/eternal-load/bin/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_executable(eternal-load) -target_link_libraries(eternal-load PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - eternal_tests-eternal-load-lib - core-libs-diagnostics - library-cpp-getopt - cpp-threading-future - library-cpp-json -) -target_link_options(eternal-load PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(eternal-load PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/eternal_tests/eternal-load/bin/app.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/eternal_tests/eternal-load/bin/main.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/eternal_tests/eternal-load/bin/options.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/eternal_tests/eternal-load/bin/test.cpp -) -target_allocator(eternal-load - system_allocator -) -vcs_info(eternal-load) diff --git a/cloud/blockstore/tools/testing/eternal_tests/eternal-load/bin/CMakeLists.linux-aarch64.txt b/cloud/blockstore/tools/testing/eternal_tests/eternal-load/bin/CMakeLists.linux-aarch64.txt deleted file mode 100644 index fc60c359fa9..00000000000 --- a/cloud/blockstore/tools/testing/eternal_tests/eternal-load/bin/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_executable(eternal-load) -target_link_libraries(eternal-load PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - eternal_tests-eternal-load-lib - core-libs-diagnostics - library-cpp-getopt - cpp-threading-future - library-cpp-json -) -target_link_options(eternal-load PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(eternal-load PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/eternal_tests/eternal-load/bin/app.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/eternal_tests/eternal-load/bin/main.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/eternal_tests/eternal-load/bin/options.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/eternal_tests/eternal-load/bin/test.cpp -) -target_allocator(eternal-load - cpp-malloc-jemalloc -) -vcs_info(eternal-load) diff --git a/cloud/blockstore/tools/testing/eternal_tests/eternal-load/bin/CMakeLists.linux-x86_64.txt b/cloud/blockstore/tools/testing/eternal_tests/eternal-load/bin/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 9e3177d87b2..00000000000 --- a/cloud/blockstore/tools/testing/eternal_tests/eternal-load/bin/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_executable(eternal-load) -target_link_libraries(eternal-load PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - eternal_tests-eternal-load-lib - core-libs-diagnostics - library-cpp-getopt - cpp-threading-future - library-cpp-json -) -target_link_options(eternal-load PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(eternal-load PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/eternal_tests/eternal-load/bin/app.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/eternal_tests/eternal-load/bin/main.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/eternal_tests/eternal-load/bin/options.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/eternal_tests/eternal-load/bin/test.cpp -) -target_allocator(eternal-load - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(eternal-load) diff --git a/cloud/blockstore/tools/testing/eternal_tests/eternal-load/bin/CMakeLists.txt b/cloud/blockstore/tools/testing/eternal_tests/eternal-load/bin/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/tools/testing/eternal_tests/eternal-load/bin/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/tools/testing/eternal_tests/eternal-load/bin/CMakeLists.windows-x86_64.txt b/cloud/blockstore/tools/testing/eternal_tests/eternal-load/bin/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 7b7e0909c06..00000000000 --- a/cloud/blockstore/tools/testing/eternal_tests/eternal-load/bin/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_executable(eternal-load) -target_link_libraries(eternal-load PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - eternal_tests-eternal-load-lib - core-libs-diagnostics - library-cpp-getopt - cpp-threading-future - library-cpp-json -) -target_sources(eternal-load PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/eternal_tests/eternal-load/bin/app.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/eternal_tests/eternal-load/bin/main.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/eternal_tests/eternal-load/bin/options.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/eternal_tests/eternal-load/bin/test.cpp -) -target_allocator(eternal-load - system_allocator -) -vcs_info(eternal-load) diff --git a/cloud/blockstore/tools/testing/eternal_tests/eternal-load/lib/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/tools/testing/eternal_tests/eternal-load/lib/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 58d377ce71a..00000000000 --- a/cloud/blockstore/tools/testing/eternal_tests/eternal-load/lib/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(eternal_tests-eternal-load-lib) -target_link_libraries(eternal_tests-eternal-load-lib PUBLIC - contrib-libs-cxxsupp - yutil - core-libs-diagnostics - library-cpp-aio - library-cpp-config - cpp-deprecated-atomic - cpp-digest-crc32c -) -target_sources(eternal_tests-eternal-load-lib PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/eternal_tests/eternal-load/lib/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/eternal_tests/eternal-load/lib/test_executor.cpp -) diff --git a/cloud/blockstore/tools/testing/eternal_tests/eternal-load/lib/CMakeLists.linux-aarch64.txt b/cloud/blockstore/tools/testing/eternal_tests/eternal-load/lib/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 976d29ccdec..00000000000 --- a/cloud/blockstore/tools/testing/eternal_tests/eternal-load/lib/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(eternal_tests-eternal-load-lib) -target_link_libraries(eternal_tests-eternal-load-lib PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-libs-diagnostics - library-cpp-aio - library-cpp-config - cpp-deprecated-atomic - cpp-digest-crc32c -) -target_sources(eternal_tests-eternal-load-lib PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/eternal_tests/eternal-load/lib/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/eternal_tests/eternal-load/lib/test_executor.cpp -) diff --git a/cloud/blockstore/tools/testing/eternal_tests/eternal-load/lib/CMakeLists.linux-x86_64.txt b/cloud/blockstore/tools/testing/eternal_tests/eternal-load/lib/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 976d29ccdec..00000000000 --- a/cloud/blockstore/tools/testing/eternal_tests/eternal-load/lib/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(eternal_tests-eternal-load-lib) -target_link_libraries(eternal_tests-eternal-load-lib PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-libs-diagnostics - library-cpp-aio - library-cpp-config - cpp-deprecated-atomic - cpp-digest-crc32c -) -target_sources(eternal_tests-eternal-load-lib PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/eternal_tests/eternal-load/lib/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/eternal_tests/eternal-load/lib/test_executor.cpp -) diff --git a/cloud/blockstore/tools/testing/eternal_tests/eternal-load/lib/CMakeLists.txt b/cloud/blockstore/tools/testing/eternal_tests/eternal-load/lib/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/tools/testing/eternal_tests/eternal-load/lib/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/tools/testing/eternal_tests/eternal-load/lib/CMakeLists.windows-x86_64.txt b/cloud/blockstore/tools/testing/eternal_tests/eternal-load/lib/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 58d377ce71a..00000000000 --- a/cloud/blockstore/tools/testing/eternal_tests/eternal-load/lib/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(eternal_tests-eternal-load-lib) -target_link_libraries(eternal_tests-eternal-load-lib PUBLIC - contrib-libs-cxxsupp - yutil - core-libs-diagnostics - library-cpp-aio - library-cpp-config - cpp-deprecated-atomic - cpp-digest-crc32c -) -target_sources(eternal_tests-eternal-load-lib PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/eternal_tests/eternal-load/lib/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/eternal_tests/eternal-load/lib/test_executor.cpp -) diff --git a/cloud/blockstore/tools/testing/eternal_tests/range-validator/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/tools/testing/eternal_tests/range-validator/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a9c3c458c2d..00000000000 --- a/cloud/blockstore/tools/testing/eternal_tests/range-validator/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_executable(range-validator) -target_link_libraries(range-validator PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - eternal_tests-eternal-load-lib - library-cpp-getopt -) -target_link_options(range-validator PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(range-validator PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/eternal_tests/range-validator/main.cpp -) -target_allocator(range-validator - system_allocator -) -vcs_info(range-validator) diff --git a/cloud/blockstore/tools/testing/eternal_tests/range-validator/CMakeLists.linux-aarch64.txt b/cloud/blockstore/tools/testing/eternal_tests/range-validator/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 2c9ab87e954..00000000000 --- a/cloud/blockstore/tools/testing/eternal_tests/range-validator/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_executable(range-validator) -target_link_libraries(range-validator PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - eternal_tests-eternal-load-lib - library-cpp-getopt -) -target_link_options(range-validator PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(range-validator PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/eternal_tests/range-validator/main.cpp -) -target_allocator(range-validator - cpp-malloc-jemalloc -) -vcs_info(range-validator) diff --git a/cloud/blockstore/tools/testing/eternal_tests/range-validator/CMakeLists.linux-x86_64.txt b/cloud/blockstore/tools/testing/eternal_tests/range-validator/CMakeLists.linux-x86_64.txt deleted file mode 100644 index bc131c95e25..00000000000 --- a/cloud/blockstore/tools/testing/eternal_tests/range-validator/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_executable(range-validator) -target_link_libraries(range-validator PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - eternal_tests-eternal-load-lib - library-cpp-getopt -) -target_link_options(range-validator PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(range-validator PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/eternal_tests/range-validator/main.cpp -) -target_allocator(range-validator - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(range-validator) diff --git a/cloud/blockstore/tools/testing/eternal_tests/range-validator/CMakeLists.txt b/cloud/blockstore/tools/testing/eternal_tests/range-validator/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/tools/testing/eternal_tests/range-validator/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/tools/testing/eternal_tests/range-validator/CMakeLists.windows-x86_64.txt b/cloud/blockstore/tools/testing/eternal_tests/range-validator/CMakeLists.windows-x86_64.txt deleted file mode 100644 index ed572f4e872..00000000000 --- a/cloud/blockstore/tools/testing/eternal_tests/range-validator/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_executable(range-validator) -target_link_libraries(range-validator PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - eternal_tests-eternal-load-lib - library-cpp-getopt -) -target_sources(range-validator PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/eternal_tests/range-validator/main.cpp -) -target_allocator(range-validator - system_allocator -) -vcs_info(range-validator) diff --git a/cloud/blockstore/tools/testing/fake-conductor/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/tools/testing/fake-conductor/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 3939b7e6573..00000000000 --- a/cloud/blockstore/tools/testing/fake-conductor/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_executable(blockstore-fake-conductor) -target_link_libraries(blockstore-fake-conductor PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - blockstore-libs-discovery - library-cpp-getopt -) -target_link_options(blockstore-fake-conductor PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(blockstore-fake-conductor PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/fake-conductor/main.cpp -) -target_allocator(blockstore-fake-conductor - system_allocator -) -vcs_info(blockstore-fake-conductor) diff --git a/cloud/blockstore/tools/testing/fake-conductor/CMakeLists.linux-aarch64.txt b/cloud/blockstore/tools/testing/fake-conductor/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 6af9d18eecd..00000000000 --- a/cloud/blockstore/tools/testing/fake-conductor/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_executable(blockstore-fake-conductor) -target_link_libraries(blockstore-fake-conductor PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-discovery - library-cpp-getopt -) -target_link_options(blockstore-fake-conductor PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(blockstore-fake-conductor PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/fake-conductor/main.cpp -) -target_allocator(blockstore-fake-conductor - cpp-malloc-jemalloc -) -vcs_info(blockstore-fake-conductor) diff --git a/cloud/blockstore/tools/testing/fake-conductor/CMakeLists.linux-x86_64.txt b/cloud/blockstore/tools/testing/fake-conductor/CMakeLists.linux-x86_64.txt deleted file mode 100644 index ee05613994d..00000000000 --- a/cloud/blockstore/tools/testing/fake-conductor/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_executable(blockstore-fake-conductor) -target_link_libraries(blockstore-fake-conductor PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - blockstore-libs-discovery - library-cpp-getopt -) -target_link_options(blockstore-fake-conductor PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(blockstore-fake-conductor PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/fake-conductor/main.cpp -) -target_allocator(blockstore-fake-conductor - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(blockstore-fake-conductor) diff --git a/cloud/blockstore/tools/testing/fake-conductor/CMakeLists.txt b/cloud/blockstore/tools/testing/fake-conductor/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/tools/testing/fake-conductor/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/tools/testing/fake-conductor/CMakeLists.windows-x86_64.txt b/cloud/blockstore/tools/testing/fake-conductor/CMakeLists.windows-x86_64.txt deleted file mode 100644 index a367565d206..00000000000 --- a/cloud/blockstore/tools/testing/fake-conductor/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_executable(blockstore-fake-conductor) -target_link_libraries(blockstore-fake-conductor PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - blockstore-libs-discovery - library-cpp-getopt -) -target_sources(blockstore-fake-conductor PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/fake-conductor/main.cpp -) -target_allocator(blockstore-fake-conductor - system_allocator -) -vcs_info(blockstore-fake-conductor) diff --git a/cloud/blockstore/tools/testing/fake-nbs/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/tools/testing/fake-nbs/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 3e2d4267da4..00000000000 --- a/cloud/blockstore/tools/testing/fake-nbs/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_executable(blockstore-fake-nbs) -target_link_libraries(blockstore-fake-nbs PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - blockstore-libs-discovery - library-cpp-getopt -) -target_link_options(blockstore-fake-nbs PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(blockstore-fake-nbs PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/fake-nbs/main.cpp -) -target_allocator(blockstore-fake-nbs - system_allocator -) -vcs_info(blockstore-fake-nbs) diff --git a/cloud/blockstore/tools/testing/fake-nbs/CMakeLists.linux-aarch64.txt b/cloud/blockstore/tools/testing/fake-nbs/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 81ce83580f9..00000000000 --- a/cloud/blockstore/tools/testing/fake-nbs/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_executable(blockstore-fake-nbs) -target_link_libraries(blockstore-fake-nbs PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blockstore-libs-discovery - library-cpp-getopt -) -target_link_options(blockstore-fake-nbs PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(blockstore-fake-nbs PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/fake-nbs/main.cpp -) -target_allocator(blockstore-fake-nbs - cpp-malloc-jemalloc -) -vcs_info(blockstore-fake-nbs) diff --git a/cloud/blockstore/tools/testing/fake-nbs/CMakeLists.linux-x86_64.txt b/cloud/blockstore/tools/testing/fake-nbs/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 2ccf0ff95c7..00000000000 --- a/cloud/blockstore/tools/testing/fake-nbs/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_executable(blockstore-fake-nbs) -target_link_libraries(blockstore-fake-nbs PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - blockstore-libs-discovery - library-cpp-getopt -) -target_link_options(blockstore-fake-nbs PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(blockstore-fake-nbs PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/fake-nbs/main.cpp -) -target_allocator(blockstore-fake-nbs - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(blockstore-fake-nbs) diff --git a/cloud/blockstore/tools/testing/fake-nbs/CMakeLists.txt b/cloud/blockstore/tools/testing/fake-nbs/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/tools/testing/fake-nbs/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/tools/testing/fake-nbs/CMakeLists.windows-x86_64.txt b/cloud/blockstore/tools/testing/fake-nbs/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 376011a23cf..00000000000 --- a/cloud/blockstore/tools/testing/fake-nbs/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_executable(blockstore-fake-nbs) -target_link_libraries(blockstore-fake-nbs PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - blockstore-libs-discovery - library-cpp-getopt -) -target_sources(blockstore-fake-nbs PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/fake-nbs/main.cpp -) -target_allocator(blockstore-fake-nbs - system_allocator -) -vcs_info(blockstore-fake-nbs) diff --git a/cloud/blockstore/tools/testing/loadtest/CMakeLists.txt b/cloud/blockstore/tools/testing/loadtest/CMakeLists.txt deleted file mode 100644 index 8276bbec9e8..00000000000 --- a/cloud/blockstore/tools/testing/loadtest/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. - - -add_subdirectory(bin) -add_subdirectory(lib) -add_subdirectory(protos) diff --git a/cloud/blockstore/tools/testing/loadtest/bin/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/tools/testing/loadtest/bin/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2a943402ce1..00000000000 --- a/cloud/blockstore/tools/testing/loadtest/bin/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_executable(blockstore-loadtest) -target_link_libraries(blockstore-loadtest PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - libs-spdk-iface - testing-loadtest-lib -) -target_link_options(blockstore-loadtest PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(blockstore-loadtest PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/bin/main.cpp -) -target_allocator(blockstore-loadtest - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(blockstore-loadtest) diff --git a/cloud/blockstore/tools/testing/loadtest/bin/CMakeLists.linux-aarch64.txt b/cloud/blockstore/tools/testing/loadtest/bin/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 4936e73c9f0..00000000000 --- a/cloud/blockstore/tools/testing/loadtest/bin/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_executable(blockstore-loadtest) -target_link_libraries(blockstore-loadtest PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-spdk-iface - testing-loadtest-lib -) -target_link_options(blockstore-loadtest PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(blockstore-loadtest PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/bin/main.cpp -) -target_allocator(blockstore-loadtest - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(blockstore-loadtest) diff --git a/cloud/blockstore/tools/testing/loadtest/bin/CMakeLists.linux-x86_64.txt b/cloud/blockstore/tools/testing/loadtest/bin/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 0e48cf0eaca..00000000000 --- a/cloud/blockstore/tools/testing/loadtest/bin/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_executable(blockstore-loadtest) -target_link_libraries(blockstore-loadtest PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - libs-spdk-iface - testing-loadtest-lib -) -target_link_options(blockstore-loadtest PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(blockstore-loadtest PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/bin/main.cpp -) -target_allocator(blockstore-loadtest - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(blockstore-loadtest) diff --git a/cloud/blockstore/tools/testing/loadtest/bin/CMakeLists.txt b/cloud/blockstore/tools/testing/loadtest/bin/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/tools/testing/loadtest/bin/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/tools/testing/loadtest/bin/CMakeLists.windows-x86_64.txt b/cloud/blockstore/tools/testing/loadtest/bin/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 7dc1a2cc5f8..00000000000 --- a/cloud/blockstore/tools/testing/loadtest/bin/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_executable(blockstore-loadtest) -target_link_libraries(blockstore-loadtest PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - libs-spdk-iface - testing-loadtest-lib -) -target_sources(blockstore-loadtest PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/bin/main.cpp -) -target_allocator(blockstore-loadtest - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(blockstore-loadtest) diff --git a/cloud/blockstore/tools/testing/loadtest/lib/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/tools/testing/loadtest/lib/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c2c435b4caa..00000000000 --- a/cloud/blockstore/tools/testing/loadtest/lib/CMakeLists.darwin-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_subdirectory(ut) - -add_library(testing-loadtest-lib) -target_link_libraries(testing-loadtest-lib PUBLIC - contrib-libs-cxxsupp - yutil - cloud-blockstore-config - blockstore-libs-client - blockstore-libs-client_rdma - blockstore-libs-client_spdk - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-nbd - blockstore-libs-rdma_test - libs-rdma-iface - libs-rdma-impl - blockstore-libs-service - libs-spdk-iface - blockstore-libs-validation - private-api-protos - testing-loadtest-protos - core-libs-grpc - core-libs-keyring - core-libs-version - library-cpp-aio - cpp-containers-concurrent_hash - cpp-deprecated-atomic - library-cpp-eventlog - cpp-eventlog-dumper - library-cpp-getopt - cpp-histogram-hdr - library-cpp-json - library-cpp-logger - cpp-protobuf-json - cpp-protobuf-util - library-cpp-sighandler - cpp-threading-future -) -target_sources(testing-loadtest-lib PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/action_graph.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/aliased_volumes.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/app_context.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/app.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/bootstrap.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/buffer_pool.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/client_factory.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/compare_data_action_runner.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/control_plane_action_runner.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/countdown_latch.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/filesystem_client.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/helpers.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/load_test_runner.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/options.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/range_allocator.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/range_map.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/request_generator.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/suite_runner.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/test_runner.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/validation_callback.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/volume_infos.cpp -) diff --git a/cloud/blockstore/tools/testing/loadtest/lib/CMakeLists.linux-aarch64.txt b/cloud/blockstore/tools/testing/loadtest/lib/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 2b58143d625..00000000000 --- a/cloud/blockstore/tools/testing/loadtest/lib/CMakeLists.linux-aarch64.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_subdirectory(ut) - -add_library(testing-loadtest-lib) -target_link_libraries(testing-loadtest-lib PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cloud-blockstore-config - blockstore-libs-client - blockstore-libs-client_rdma - blockstore-libs-client_spdk - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-nbd - blockstore-libs-rdma_test - libs-rdma-iface - libs-rdma-impl - blockstore-libs-service - libs-spdk-iface - blockstore-libs-validation - private-api-protos - testing-loadtest-protos - core-libs-grpc - core-libs-keyring - core-libs-version - library-cpp-aio - cpp-containers-concurrent_hash - cpp-deprecated-atomic - library-cpp-eventlog - cpp-eventlog-dumper - library-cpp-getopt - cpp-histogram-hdr - library-cpp-json - library-cpp-logger - cpp-protobuf-json - cpp-protobuf-util - library-cpp-sighandler - cpp-threading-future -) -target_sources(testing-loadtest-lib PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/action_graph.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/aliased_volumes.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/app_context.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/app.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/bootstrap.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/buffer_pool.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/client_factory.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/compare_data_action_runner.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/control_plane_action_runner.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/countdown_latch.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/filesystem_client.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/helpers.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/load_test_runner.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/options.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/range_allocator.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/range_map.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/request_generator.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/suite_runner.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/test_runner.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/validation_callback.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/volume_infos.cpp -) diff --git a/cloud/blockstore/tools/testing/loadtest/lib/CMakeLists.linux-x86_64.txt b/cloud/blockstore/tools/testing/loadtest/lib/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 2b58143d625..00000000000 --- a/cloud/blockstore/tools/testing/loadtest/lib/CMakeLists.linux-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_subdirectory(ut) - -add_library(testing-loadtest-lib) -target_link_libraries(testing-loadtest-lib PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cloud-blockstore-config - blockstore-libs-client - blockstore-libs-client_rdma - blockstore-libs-client_spdk - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-nbd - blockstore-libs-rdma_test - libs-rdma-iface - libs-rdma-impl - blockstore-libs-service - libs-spdk-iface - blockstore-libs-validation - private-api-protos - testing-loadtest-protos - core-libs-grpc - core-libs-keyring - core-libs-version - library-cpp-aio - cpp-containers-concurrent_hash - cpp-deprecated-atomic - library-cpp-eventlog - cpp-eventlog-dumper - library-cpp-getopt - cpp-histogram-hdr - library-cpp-json - library-cpp-logger - cpp-protobuf-json - cpp-protobuf-util - library-cpp-sighandler - cpp-threading-future -) -target_sources(testing-loadtest-lib PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/action_graph.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/aliased_volumes.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/app_context.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/app.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/bootstrap.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/buffer_pool.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/client_factory.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/compare_data_action_runner.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/control_plane_action_runner.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/countdown_latch.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/filesystem_client.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/helpers.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/load_test_runner.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/options.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/range_allocator.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/range_map.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/request_generator.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/suite_runner.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/test_runner.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/validation_callback.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/volume_infos.cpp -) diff --git a/cloud/blockstore/tools/testing/loadtest/lib/CMakeLists.txt b/cloud/blockstore/tools/testing/loadtest/lib/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/tools/testing/loadtest/lib/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/tools/testing/loadtest/lib/CMakeLists.windows-x86_64.txt b/cloud/blockstore/tools/testing/loadtest/lib/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c2c435b4caa..00000000000 --- a/cloud/blockstore/tools/testing/loadtest/lib/CMakeLists.windows-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_subdirectory(ut) - -add_library(testing-loadtest-lib) -target_link_libraries(testing-loadtest-lib PUBLIC - contrib-libs-cxxsupp - yutil - cloud-blockstore-config - blockstore-libs-client - blockstore-libs-client_rdma - blockstore-libs-client_spdk - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-nbd - blockstore-libs-rdma_test - libs-rdma-iface - libs-rdma-impl - blockstore-libs-service - libs-spdk-iface - blockstore-libs-validation - private-api-protos - testing-loadtest-protos - core-libs-grpc - core-libs-keyring - core-libs-version - library-cpp-aio - cpp-containers-concurrent_hash - cpp-deprecated-atomic - library-cpp-eventlog - cpp-eventlog-dumper - library-cpp-getopt - cpp-histogram-hdr - library-cpp-json - library-cpp-logger - cpp-protobuf-json - cpp-protobuf-util - library-cpp-sighandler - cpp-threading-future -) -target_sources(testing-loadtest-lib PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/action_graph.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/aliased_volumes.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/app_context.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/app.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/bootstrap.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/buffer_pool.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/client_factory.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/compare_data_action_runner.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/control_plane_action_runner.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/countdown_latch.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/filesystem_client.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/helpers.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/load_test_runner.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/options.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/range_allocator.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/range_map.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/request_generator.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/suite_runner.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/test_runner.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/validation_callback.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/volume_infos.cpp -) diff --git a/cloud/blockstore/tools/testing/loadtest/lib/ut/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/tools/testing/loadtest/lib/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d9b37397586..00000000000 --- a/cloud/blockstore/tools/testing/loadtest/lib/ut/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,74 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-tools-testing-loadtest-lib-ut) -target_include_directories(cloud-blockstore-tools-testing-loadtest-lib-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib -) -target_link_libraries(cloud-blockstore-tools-testing-loadtest-lib-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - testing-loadtest-lib -) -target_link_options(cloud-blockstore-tools-testing-loadtest-lib-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-blockstore-tools-testing-loadtest-lib-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/range_map_ut.cpp -) -set_property( - TARGET - cloud-blockstore-tools-testing-loadtest-lib-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-tools-testing-loadtest-lib-ut - TEST_TARGET - cloud-blockstore-tools-testing-loadtest-lib-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-tools-testing-loadtest-lib-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-tools-testing-loadtest-lib-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-tools-testing-loadtest-lib-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-tools-testing-loadtest-lib-ut - system_allocator -) -vcs_info(cloud-blockstore-tools-testing-loadtest-lib-ut) diff --git a/cloud/blockstore/tools/testing/loadtest/lib/ut/CMakeLists.linux-aarch64.txt b/cloud/blockstore/tools/testing/loadtest/lib/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 64abfb3bc4f..00000000000 --- a/cloud/blockstore/tools/testing/loadtest/lib/ut/CMakeLists.linux-aarch64.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_executable(cloud-blockstore-tools-testing-loadtest-lib-ut) -target_include_directories(cloud-blockstore-tools-testing-loadtest-lib-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib -) -target_link_libraries(cloud-blockstore-tools-testing-loadtest-lib-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - testing-loadtest-lib -) -target_link_options(cloud-blockstore-tools-testing-loadtest-lib-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-tools-testing-loadtest-lib-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/range_map_ut.cpp -) -set_property( - TARGET - cloud-blockstore-tools-testing-loadtest-lib-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-tools-testing-loadtest-lib-ut - TEST_TARGET - cloud-blockstore-tools-testing-loadtest-lib-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-tools-testing-loadtest-lib-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-tools-testing-loadtest-lib-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-tools-testing-loadtest-lib-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-tools-testing-loadtest-lib-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-blockstore-tools-testing-loadtest-lib-ut) diff --git a/cloud/blockstore/tools/testing/loadtest/lib/ut/CMakeLists.linux-x86_64.txt b/cloud/blockstore/tools/testing/loadtest/lib/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 190527de04b..00000000000 --- a/cloud/blockstore/tools/testing/loadtest/lib/ut/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,79 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-tools-testing-loadtest-lib-ut) -target_include_directories(cloud-blockstore-tools-testing-loadtest-lib-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib -) -target_link_libraries(cloud-blockstore-tools-testing-loadtest-lib-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - testing-loadtest-lib -) -target_link_options(cloud-blockstore-tools-testing-loadtest-lib-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-tools-testing-loadtest-lib-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/range_map_ut.cpp -) -set_property( - TARGET - cloud-blockstore-tools-testing-loadtest-lib-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-tools-testing-loadtest-lib-ut - TEST_TARGET - cloud-blockstore-tools-testing-loadtest-lib-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-tools-testing-loadtest-lib-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-tools-testing-loadtest-lib-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-tools-testing-loadtest-lib-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-tools-testing-loadtest-lib-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-blockstore-tools-testing-loadtest-lib-ut) diff --git a/cloud/blockstore/tools/testing/loadtest/lib/ut/CMakeLists.txt b/cloud/blockstore/tools/testing/loadtest/lib/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/tools/testing/loadtest/lib/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/tools/testing/loadtest/lib/ut/CMakeLists.windows-x86_64.txt b/cloud/blockstore/tools/testing/loadtest/lib/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 77d755d0bfd..00000000000 --- a/cloud/blockstore/tools/testing/loadtest/lib/ut/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,67 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-blockstore-tools-testing-loadtest-lib-ut) -target_include_directories(cloud-blockstore-tools-testing-loadtest-lib-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib -) -target_link_libraries(cloud-blockstore-tools-testing-loadtest-lib-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - testing-loadtest-lib -) -target_sources(cloud-blockstore-tools-testing-loadtest-lib-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/lib/range_map_ut.cpp -) -set_property( - TARGET - cloud-blockstore-tools-testing-loadtest-lib-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-tools-testing-loadtest-lib-ut - TEST_TARGET - cloud-blockstore-tools-testing-loadtest-lib-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-tools-testing-loadtest-lib-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-tools-testing-loadtest-lib-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-tools-testing-loadtest-lib-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-tools-testing-loadtest-lib-ut - system_allocator -) -vcs_info(cloud-blockstore-tools-testing-loadtest-lib-ut) diff --git a/cloud/blockstore/tools/testing/loadtest/protos/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/tools/testing/loadtest/protos/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 93c9e88bccf..00000000000 --- a/cloud/blockstore/tools/testing/loadtest/protos/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(testing-loadtest-protos) -target_link_libraries(testing-loadtest-protos PUBLIC - contrib-libs-cxxsupp - yutil - cloud-blockstore-config - public-api-protos - contrib-libs-protobuf -) -target_proto_messages(testing-loadtest-protos PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/protos/loadtest.proto -) -target_proto_addincls(testing-loadtest-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(testing-loadtest-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/blockstore/tools/testing/loadtest/protos/CMakeLists.linux-aarch64.txt b/cloud/blockstore/tools/testing/loadtest/protos/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 377759516f1..00000000000 --- a/cloud/blockstore/tools/testing/loadtest/protos/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(testing-loadtest-protos) -target_link_libraries(testing-loadtest-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cloud-blockstore-config - public-api-protos - contrib-libs-protobuf -) -target_proto_messages(testing-loadtest-protos PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/protos/loadtest.proto -) -target_proto_addincls(testing-loadtest-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(testing-loadtest-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/blockstore/tools/testing/loadtest/protos/CMakeLists.linux-x86_64.txt b/cloud/blockstore/tools/testing/loadtest/protos/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 377759516f1..00000000000 --- a/cloud/blockstore/tools/testing/loadtest/protos/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(testing-loadtest-protos) -target_link_libraries(testing-loadtest-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cloud-blockstore-config - public-api-protos - contrib-libs-protobuf -) -target_proto_messages(testing-loadtest-protos PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/protos/loadtest.proto -) -target_proto_addincls(testing-loadtest-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(testing-loadtest-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/blockstore/tools/testing/loadtest/protos/CMakeLists.txt b/cloud/blockstore/tools/testing/loadtest/protos/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/tools/testing/loadtest/protos/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/tools/testing/loadtest/protos/CMakeLists.windows-x86_64.txt b/cloud/blockstore/tools/testing/loadtest/protos/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 93c9e88bccf..00000000000 --- a/cloud/blockstore/tools/testing/loadtest/protos/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(testing-loadtest-protos) -target_link_libraries(testing-loadtest-protos PUBLIC - contrib-libs-cxxsupp - yutil - cloud-blockstore-config - public-api-protos - contrib-libs-protobuf -) -target_proto_messages(testing-loadtest-protos PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/loadtest/protos/loadtest.proto -) -target_proto_addincls(testing-loadtest-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(testing-loadtest-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/blockstore/tools/testing/nbd-test/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/tools/testing/nbd-test/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2fcfd28296e..00000000000 --- a/cloud/blockstore/tools/testing/nbd-test/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_executable(nbd-test) -target_link_libraries(nbd-test PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - tools-enum_parser-enum_serialization_runtime - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-nbd - blockstore-libs-service - core-libs-common - core-libs-coroutine - core-libs-diagnostics - library-cpp-getopt - cpp-deprecated-atomic -) -target_link_options(nbd-test PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(nbd-test PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/nbd-test/app.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/nbd-test/initiator.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/nbd-test/main.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/nbd-test/options.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/nbd-test/runnable.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/nbd-test/target.cpp -) -generate_enum_serilization(nbd-test - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/nbd-test/options.h - INCLUDE_HEADERS - cloud/blockstore/tools/testing/nbd-test/options.h -) -target_allocator(nbd-test - system_allocator -) -vcs_info(nbd-test) diff --git a/cloud/blockstore/tools/testing/nbd-test/CMakeLists.linux-aarch64.txt b/cloud/blockstore/tools/testing/nbd-test/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 5c163a05220..00000000000 --- a/cloud/blockstore/tools/testing/nbd-test/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,58 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_executable(nbd-test) -target_link_libraries(nbd-test PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-nbd - blockstore-libs-service - core-libs-common - core-libs-coroutine - core-libs-diagnostics - library-cpp-getopt - cpp-deprecated-atomic -) -target_link_options(nbd-test PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(nbd-test PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/nbd-test/app.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/nbd-test/initiator.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/nbd-test/main.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/nbd-test/options.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/nbd-test/runnable.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/nbd-test/target.cpp -) -generate_enum_serilization(nbd-test - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/nbd-test/options.h - INCLUDE_HEADERS - cloud/blockstore/tools/testing/nbd-test/options.h -) -target_allocator(nbd-test - cpp-malloc-jemalloc -) -vcs_info(nbd-test) diff --git a/cloud/blockstore/tools/testing/nbd-test/CMakeLists.linux-x86_64.txt b/cloud/blockstore/tools/testing/nbd-test/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a598d687e5c..00000000000 --- a/cloud/blockstore/tools/testing/nbd-test/CMakeLists.linux-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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_executable(nbd-test) -target_link_libraries(nbd-test PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - tools-enum_parser-enum_serialization_runtime - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-nbd - blockstore-libs-service - core-libs-common - core-libs-coroutine - core-libs-diagnostics - library-cpp-getopt - cpp-deprecated-atomic -) -target_link_options(nbd-test PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(nbd-test PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/nbd-test/app.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/nbd-test/initiator.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/nbd-test/main.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/nbd-test/options.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/nbd-test/runnable.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/nbd-test/target.cpp -) -generate_enum_serilization(nbd-test - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/nbd-test/options.h - INCLUDE_HEADERS - cloud/blockstore/tools/testing/nbd-test/options.h -) -target_allocator(nbd-test - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(nbd-test) diff --git a/cloud/blockstore/tools/testing/nbd-test/CMakeLists.txt b/cloud/blockstore/tools/testing/nbd-test/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/tools/testing/nbd-test/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/tools/testing/nbd-test/CMakeLists.windows-x86_64.txt b/cloud/blockstore/tools/testing/nbd-test/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 4a90d22f455..00000000000 --- a/cloud/blockstore/tools/testing/nbd-test/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_executable(nbd-test) -target_link_libraries(nbd-test PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - tools-enum_parser-enum_serialization_runtime - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-nbd - blockstore-libs-service - core-libs-common - core-libs-coroutine - core-libs-diagnostics - library-cpp-getopt - cpp-deprecated-atomic -) -target_sources(nbd-test PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/nbd-test/app.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/nbd-test/initiator.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/nbd-test/main.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/nbd-test/options.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/nbd-test/runnable.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/nbd-test/target.cpp -) -generate_enum_serilization(nbd-test - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/nbd-test/options.h - INCLUDE_HEADERS - cloud/blockstore/tools/testing/nbd-test/options.h -) -target_allocator(nbd-test - system_allocator -) -vcs_info(nbd-test) diff --git a/cloud/blockstore/tools/testing/pd-metadata-bench/CMakeLists.txt b/cloud/blockstore/tools/testing/pd-metadata-bench/CMakeLists.txt deleted file mode 100644 index c89250e3510..00000000000 --- a/cloud/blockstore/tools/testing/pd-metadata-bench/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(bin) -add_subdirectory(lib) diff --git a/cloud/blockstore/tools/testing/pd-metadata-bench/bin/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/tools/testing/pd-metadata-bench/bin/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index bb04461f965..00000000000 --- a/cloud/blockstore/tools/testing/pd-metadata-bench/bin/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_executable(pd-metadata-bench) -target_link_libraries(pd-metadata-bench PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - testing-pd-metadata-bench-lib - library-cpp-getopt - cpp-threading-future -) -target_link_options(pd-metadata-bench PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC -) -target_sources(pd-metadata-bench PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/pd-metadata-bench/bin/app.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/pd-metadata-bench/bin/main.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/pd-metadata-bench/bin/options.cpp -) -target_allocator(pd-metadata-bench - system_allocator -) -vcs_info(pd-metadata-bench) diff --git a/cloud/blockstore/tools/testing/pd-metadata-bench/bin/CMakeLists.linux-aarch64.txt b/cloud/blockstore/tools/testing/pd-metadata-bench/bin/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 5d0aa973202..00000000000 --- a/cloud/blockstore/tools/testing/pd-metadata-bench/bin/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_executable(pd-metadata-bench) -target_link_libraries(pd-metadata-bench PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - testing-pd-metadata-bench-lib - library-cpp-getopt - cpp-threading-future -) -target_link_options(pd-metadata-bench PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(pd-metadata-bench PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/pd-metadata-bench/bin/app.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/pd-metadata-bench/bin/main.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/pd-metadata-bench/bin/options.cpp -) -target_allocator(pd-metadata-bench - cpp-malloc-jemalloc -) -vcs_info(pd-metadata-bench) diff --git a/cloud/blockstore/tools/testing/pd-metadata-bench/bin/CMakeLists.linux-x86_64.txt b/cloud/blockstore/tools/testing/pd-metadata-bench/bin/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 1bc5d7d32ea..00000000000 --- a/cloud/blockstore/tools/testing/pd-metadata-bench/bin/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_executable(pd-metadata-bench) -target_link_libraries(pd-metadata-bench PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - testing-pd-metadata-bench-lib - library-cpp-getopt - cpp-threading-future -) -target_link_options(pd-metadata-bench PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(pd-metadata-bench PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/pd-metadata-bench/bin/app.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/pd-metadata-bench/bin/main.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/pd-metadata-bench/bin/options.cpp -) -target_allocator(pd-metadata-bench - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(pd-metadata-bench) diff --git a/cloud/blockstore/tools/testing/pd-metadata-bench/bin/CMakeLists.txt b/cloud/blockstore/tools/testing/pd-metadata-bench/bin/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/tools/testing/pd-metadata-bench/bin/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/tools/testing/pd-metadata-bench/bin/CMakeLists.windows-x86_64.txt b/cloud/blockstore/tools/testing/pd-metadata-bench/bin/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 0fbba400bd9..00000000000 --- a/cloud/blockstore/tools/testing/pd-metadata-bench/bin/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_executable(pd-metadata-bench) -target_link_libraries(pd-metadata-bench PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - testing-pd-metadata-bench-lib - library-cpp-getopt - cpp-threading-future -) -target_sources(pd-metadata-bench PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/pd-metadata-bench/bin/app.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/pd-metadata-bench/bin/main.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/pd-metadata-bench/bin/options.cpp -) -target_allocator(pd-metadata-bench - system_allocator -) -vcs_info(pd-metadata-bench) diff --git a/cloud/blockstore/tools/testing/pd-metadata-bench/lib/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/tools/testing/pd-metadata-bench/lib/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2b4867dd23f..00000000000 --- a/cloud/blockstore/tools/testing/pd-metadata-bench/lib/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(testing-pd-metadata-bench-lib) -target_link_libraries(testing-pd-metadata-bench-lib PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-aio - cpp-threading-future -) -target_sources(testing-pd-metadata-bench-lib PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/pd-metadata-bench/lib/table.cpp -) diff --git a/cloud/blockstore/tools/testing/pd-metadata-bench/lib/CMakeLists.linux-aarch64.txt b/cloud/blockstore/tools/testing/pd-metadata-bench/lib/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 05c39661609..00000000000 --- a/cloud/blockstore/tools/testing/pd-metadata-bench/lib/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(testing-pd-metadata-bench-lib) -target_link_libraries(testing-pd-metadata-bench-lib PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-aio - cpp-threading-future -) -target_sources(testing-pd-metadata-bench-lib PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/pd-metadata-bench/lib/table.cpp -) diff --git a/cloud/blockstore/tools/testing/pd-metadata-bench/lib/CMakeLists.linux-x86_64.txt b/cloud/blockstore/tools/testing/pd-metadata-bench/lib/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 05c39661609..00000000000 --- a/cloud/blockstore/tools/testing/pd-metadata-bench/lib/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(testing-pd-metadata-bench-lib) -target_link_libraries(testing-pd-metadata-bench-lib PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-aio - cpp-threading-future -) -target_sources(testing-pd-metadata-bench-lib PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/pd-metadata-bench/lib/table.cpp -) diff --git a/cloud/blockstore/tools/testing/pd-metadata-bench/lib/CMakeLists.txt b/cloud/blockstore/tools/testing/pd-metadata-bench/lib/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/tools/testing/pd-metadata-bench/lib/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/tools/testing/pd-metadata-bench/lib/CMakeLists.windows-x86_64.txt b/cloud/blockstore/tools/testing/pd-metadata-bench/lib/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 2b4867dd23f..00000000000 --- a/cloud/blockstore/tools/testing/pd-metadata-bench/lib/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(testing-pd-metadata-bench-lib) -target_link_libraries(testing-pd-metadata-bench-lib PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-aio - cpp-threading-future -) -target_sources(testing-pd-metadata-bench-lib PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/pd-metadata-bench/lib/table.cpp -) diff --git a/cloud/blockstore/tools/testing/plugintest/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/tools/testing/plugintest/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 450532c252f..00000000000 --- a/cloud/blockstore/tools/testing/plugintest/CMakeLists.darwin-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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_executable(blockstore-plugintest) -target_link_libraries(blockstore-plugintest PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cloud-vm-api - cloud-blockstore-config - library-cpp-getopt - cpp-protobuf-util - contrib-libs-protobuf -) -target_link_options(blockstore-plugintest PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC -) -target_proto_messages(blockstore-plugintest PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/plugintest/test.proto -) -target_sources(blockstore-plugintest PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/plugintest/main.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/plugintest/options.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/plugintest/test.cpp -) -target_allocator(blockstore-plugintest - system_allocator -) -target_proto_addincls(blockstore-plugintest - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(blockstore-plugintest - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -vcs_info(blockstore-plugintest) diff --git a/cloud/blockstore/tools/testing/plugintest/CMakeLists.linux-aarch64.txt b/cloud/blockstore/tools/testing/plugintest/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 1524084b335..00000000000 --- a/cloud/blockstore/tools/testing/plugintest/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,67 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_executable(blockstore-plugintest) -target_link_libraries(blockstore-plugintest PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cloud-vm-api - cloud-blockstore-config - library-cpp-getopt - cpp-protobuf-util - contrib-libs-protobuf -) -target_link_options(blockstore-plugintest PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_proto_messages(blockstore-plugintest PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/plugintest/test.proto -) -target_sources(blockstore-plugintest PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/plugintest/main.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/plugintest/options.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/plugintest/test.cpp -) -target_allocator(blockstore-plugintest - cpp-malloc-jemalloc -) -target_proto_addincls(blockstore-plugintest - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(blockstore-plugintest - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -vcs_info(blockstore-plugintest) diff --git a/cloud/blockstore/tools/testing/plugintest/CMakeLists.linux-x86_64.txt b/cloud/blockstore/tools/testing/plugintest/CMakeLists.linux-x86_64.txt deleted file mode 100644 index bf3774c8607..00000000000 --- a/cloud/blockstore/tools/testing/plugintest/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_executable(blockstore-plugintest) -target_link_libraries(blockstore-plugintest PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cloud-vm-api - cloud-blockstore-config - library-cpp-getopt - cpp-protobuf-util - contrib-libs-protobuf -) -target_link_options(blockstore-plugintest PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_proto_messages(blockstore-plugintest PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/plugintest/test.proto -) -target_sources(blockstore-plugintest PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/plugintest/main.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/plugintest/options.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/plugintest/test.cpp -) -target_allocator(blockstore-plugintest - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -target_proto_addincls(blockstore-plugintest - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(blockstore-plugintest - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -vcs_info(blockstore-plugintest) diff --git a/cloud/blockstore/tools/testing/plugintest/CMakeLists.txt b/cloud/blockstore/tools/testing/plugintest/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/tools/testing/plugintest/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/tools/testing/plugintest/CMakeLists.windows-x86_64.txt b/cloud/blockstore/tools/testing/plugintest/CMakeLists.windows-x86_64.txt deleted file mode 100644 index de0db995986..00000000000 --- a/cloud/blockstore/tools/testing/plugintest/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,57 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_executable(blockstore-plugintest) -target_link_libraries(blockstore-plugintest PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cloud-vm-api - cloud-blockstore-config - library-cpp-getopt - cpp-protobuf-util - contrib-libs-protobuf -) -target_proto_messages(blockstore-plugintest PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/plugintest/test.proto -) -target_sources(blockstore-plugintest PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/plugintest/main.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/plugintest/options.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/plugintest/test.cpp -) -target_allocator(blockstore-plugintest - system_allocator -) -target_proto_addincls(blockstore-plugintest - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(blockstore-plugintest - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -vcs_info(blockstore-plugintest) diff --git a/cloud/blockstore/tools/testing/rdma-test/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/tools/testing/rdma-test/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 7b7789f38bd..00000000000 --- a/cloud/blockstore/tools/testing/rdma-test/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,99 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -find_package(AIO REQUIRED) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_executable(rdma-test) -target_link_libraries(rdma-test PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - tools-enum_parser-enum_serialization_runtime - blockstore-libs-common - blockstore-libs-diagnostics - libs-rdma-iface - libs-rdma-impl - core-libs-common - core-libs-diagnostics - cpp-deprecated-atomic - library-cpp-getopt - library-cpp-lwtrace - cpp-lwtrace-mon - cpp-monlib-dynamic_counters - AIO::aio - contrib-libs-liburing - contrib-libs-protobuf -) -target_link_options(rdma-test PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_proto_messages(rdma-test PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/protocol.proto -) -target_sources(rdma-test PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/app.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/bootstrap.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/initiator.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/main.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/options.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/probes.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/protocol.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/runnable.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/storage.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/storage_local_aio.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/storage_local_uring.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/storage_memory.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/storage_null.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/storage_rdma.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/target.cpp -) -generate_enum_serilization(rdma-test - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/options.h - INCLUDE_HEADERS - cloud/blockstore/tools/testing/rdma-test/options.h -) -target_allocator(rdma-test - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -target_proto_addincls(rdma-test - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(rdma-test - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -vcs_info(rdma-test) diff --git a/cloud/blockstore/tools/testing/rdma-test/CMakeLists.linux-aarch64.txt b/cloud/blockstore/tools/testing/rdma-test/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 246a0b0dec0..00000000000 --- a/cloud/blockstore/tools/testing/rdma-test/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,102 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -find_package(AIO REQUIRED) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_executable(rdma-test) -target_link_libraries(rdma-test PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - blockstore-libs-common - blockstore-libs-diagnostics - libs-rdma-iface - libs-rdma-impl - core-libs-common - core-libs-diagnostics - cpp-deprecated-atomic - library-cpp-getopt - library-cpp-lwtrace - cpp-lwtrace-mon - cpp-monlib-dynamic_counters - AIO::aio - contrib-libs-liburing - contrib-libs-protobuf -) -target_link_options(rdma-test PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_proto_messages(rdma-test PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/protocol.proto -) -target_sources(rdma-test PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/app.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/bootstrap.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/initiator.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/main.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/options.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/probes.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/protocol.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/runnable.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/storage.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/storage_local_aio.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/storage_local_uring.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/storage_memory.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/storage_null.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/storage_rdma.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/target.cpp -) -generate_enum_serilization(rdma-test - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/options.h - INCLUDE_HEADERS - cloud/blockstore/tools/testing/rdma-test/options.h -) -target_allocator(rdma-test - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -target_proto_addincls(rdma-test - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(rdma-test - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -vcs_info(rdma-test) diff --git a/cloud/blockstore/tools/testing/rdma-test/CMakeLists.linux-x86_64.txt b/cloud/blockstore/tools/testing/rdma-test/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 287da419a40..00000000000 --- a/cloud/blockstore/tools/testing/rdma-test/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,103 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -find_package(AIO REQUIRED) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_executable(rdma-test) -target_link_libraries(rdma-test PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - tools-enum_parser-enum_serialization_runtime - blockstore-libs-common - blockstore-libs-diagnostics - libs-rdma-iface - libs-rdma-impl - core-libs-common - core-libs-diagnostics - cpp-deprecated-atomic - library-cpp-getopt - library-cpp-lwtrace - cpp-lwtrace-mon - cpp-monlib-dynamic_counters - AIO::aio - contrib-libs-liburing - contrib-libs-protobuf -) -target_link_options(rdma-test PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_proto_messages(rdma-test PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/protocol.proto -) -target_sources(rdma-test PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/app.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/bootstrap.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/initiator.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/main.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/options.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/probes.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/protocol.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/runnable.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/storage.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/storage_local_aio.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/storage_local_uring.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/storage_memory.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/storage_null.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/storage_rdma.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/target.cpp -) -generate_enum_serilization(rdma-test - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/options.h - INCLUDE_HEADERS - cloud/blockstore/tools/testing/rdma-test/options.h -) -target_allocator(rdma-test - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -target_proto_addincls(rdma-test - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(rdma-test - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -vcs_info(rdma-test) diff --git a/cloud/blockstore/tools/testing/rdma-test/CMakeLists.txt b/cloud/blockstore/tools/testing/rdma-test/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/tools/testing/rdma-test/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/tools/testing/rdma-test/CMakeLists.windows-x86_64.txt b/cloud/blockstore/tools/testing/rdma-test/CMakeLists.windows-x86_64.txt deleted file mode 100644 index e757f1e6521..00000000000 --- a/cloud/blockstore/tools/testing/rdma-test/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,92 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -find_package(AIO REQUIRED) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_executable(rdma-test) -target_link_libraries(rdma-test PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - tools-enum_parser-enum_serialization_runtime - blockstore-libs-common - blockstore-libs-diagnostics - libs-rdma-iface - libs-rdma-impl - core-libs-common - core-libs-diagnostics - cpp-deprecated-atomic - library-cpp-getopt - library-cpp-lwtrace - cpp-lwtrace-mon - cpp-monlib-dynamic_counters - AIO::aio - contrib-libs-liburing - contrib-libs-protobuf -) -target_proto_messages(rdma-test PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/protocol.proto -) -target_sources(rdma-test PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/app.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/bootstrap.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/initiator.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/main.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/options.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/probes.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/protocol.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/runnable.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/storage.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/storage_local_aio.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/storage_local_uring.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/storage_memory.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/storage_null.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/storage_rdma.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/target.cpp -) -generate_enum_serilization(rdma-test - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/rdma-test/options.h - INCLUDE_HEADERS - cloud/blockstore/tools/testing/rdma-test/options.h -) -target_allocator(rdma-test - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -target_proto_addincls(rdma-test - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(rdma-test - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -vcs_info(rdma-test) diff --git a/cloud/blockstore/tools/testing/verify-test/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/tools/testing/verify-test/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 7c4f640636d..00000000000 --- a/cloud/blockstore/tools/testing/verify-test/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_executable(verify-test) -target_link_libraries(verify-test PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - tools-enum_parser-enum_serialization_runtime - library-cpp-getopt - cpp-threading-future - cpp-deprecated-atomic -) -target_link_options(verify-test PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC -) -target_sources(verify-test PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/verify-test/app.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/verify-test/main.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/verify-test/options.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/verify-test/test.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/verify-test/test_executor.cpp -) -generate_enum_serilization(verify-test - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/verify-test/test_executor.h - INCLUDE_HEADERS - cloud/blockstore/tools/testing/verify-test/test_executor.h -) -target_allocator(verify-test - system_allocator -) -vcs_info(verify-test) diff --git a/cloud/blockstore/tools/testing/verify-test/CMakeLists.linux-aarch64.txt b/cloud/blockstore/tools/testing/verify-test/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 651bc7801db..00000000000 --- a/cloud/blockstore/tools/testing/verify-test/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,51 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_executable(verify-test) -target_link_libraries(verify-test PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-cpp-getopt - cpp-threading-future - cpp-deprecated-atomic -) -target_link_options(verify-test PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(verify-test PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/verify-test/app.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/verify-test/main.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/verify-test/options.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/verify-test/test.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/verify-test/test_executor.cpp -) -generate_enum_serilization(verify-test - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/verify-test/test_executor.h - INCLUDE_HEADERS - cloud/blockstore/tools/testing/verify-test/test_executor.h -) -target_allocator(verify-test - cpp-malloc-jemalloc -) -vcs_info(verify-test) diff --git a/cloud/blockstore/tools/testing/verify-test/CMakeLists.linux-x86_64.txt b/cloud/blockstore/tools/testing/verify-test/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 943e4953f0f..00000000000 --- a/cloud/blockstore/tools/testing/verify-test/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,53 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_executable(verify-test) -target_link_libraries(verify-test PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - tools-enum_parser-enum_serialization_runtime - library-cpp-getopt - cpp-threading-future - cpp-deprecated-atomic -) -target_link_options(verify-test PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(verify-test PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/verify-test/app.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/verify-test/main.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/verify-test/options.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/verify-test/test.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/verify-test/test_executor.cpp -) -generate_enum_serilization(verify-test - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/verify-test/test_executor.h - INCLUDE_HEADERS - cloud/blockstore/tools/testing/verify-test/test_executor.h -) -target_allocator(verify-test - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(verify-test) diff --git a/cloud/blockstore/tools/testing/verify-test/CMakeLists.txt b/cloud/blockstore/tools/testing/verify-test/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/tools/testing/verify-test/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/tools/testing/verify-test/CMakeLists.windows-x86_64.txt b/cloud/blockstore/tools/testing/verify-test/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 5fd115ccb09..00000000000 --- a/cloud/blockstore/tools/testing/verify-test/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_executable(verify-test) -target_link_libraries(verify-test PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - tools-enum_parser-enum_serialization_runtime - library-cpp-getopt - cpp-threading-future - cpp-deprecated-atomic -) -target_sources(verify-test PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/verify-test/app.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/verify-test/main.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/verify-test/options.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/verify-test/test.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/verify-test/test_executor.cpp -) -generate_enum_serilization(verify-test - ${CMAKE_SOURCE_DIR}/cloud/blockstore/tools/testing/verify-test/test_executor.h - INCLUDE_HEADERS - cloud/blockstore/tools/testing/verify-test/test_executor.h -) -target_allocator(verify-test - system_allocator -) -vcs_info(verify-test) diff --git a/cloud/blockstore/vhost-server/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/vhost-server/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 85a257dbe63..00000000000 --- a/cloud/blockstore/vhost-server/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. - - -find_package(AIO REQUIRED) -add_subdirectory(ut) - -add_executable(blockstore-vhost-server) -target_link_libraries(blockstore-vhost-server PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - libs-rdma-impl - blockstore-libs-service_local - vhost-server - core-libs-common - core-libs-diagnostics - library-actors-util - library-cpp-getopt - cpp-getopt-small - library-cpp-logger - AIO::aio -) -target_link_options(blockstore-vhost-server PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(blockstore-vhost-server PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/main.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/backend.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/backend_aio.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/backend_rdma.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/backend_null.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/histogram.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/options.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/request_aio.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/server.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/stats.cpp -) -target_allocator(blockstore-vhost-server - system_allocator -) -vcs_info(blockstore-vhost-server) diff --git a/cloud/blockstore/vhost-server/CMakeLists.linux-aarch64.txt b/cloud/blockstore/vhost-server/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 3a13050cf3a..00000000000 --- a/cloud/blockstore/vhost-server/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,53 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -find_package(AIO REQUIRED) -add_subdirectory(ut) - -add_executable(blockstore-vhost-server) -target_link_libraries(blockstore-vhost-server PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-rdma-impl - blockstore-libs-service_local - vhost-server - core-libs-common - core-libs-diagnostics - library-actors-util - library-cpp-getopt - cpp-getopt-small - library-cpp-logger - AIO::aio -) -target_link_options(blockstore-vhost-server PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(blockstore-vhost-server PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/main.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/backend.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/backend_aio.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/backend_rdma.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/backend_null.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/histogram.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/options.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/request_aio.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/server.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/stats.cpp -) -target_allocator(blockstore-vhost-server - cpp-malloc-jemalloc -) -vcs_info(blockstore-vhost-server) diff --git a/cloud/blockstore/vhost-server/CMakeLists.linux-x86_64.txt b/cloud/blockstore/vhost-server/CMakeLists.linux-x86_64.txt deleted file mode 100644 index dffb7461d5c..00000000000 --- a/cloud/blockstore/vhost-server/CMakeLists.linux-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. - - -find_package(AIO REQUIRED) -add_subdirectory(ut) - -add_executable(blockstore-vhost-server) -target_link_libraries(blockstore-vhost-server PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - libs-rdma-impl - blockstore-libs-service_local - vhost-server - core-libs-common - core-libs-diagnostics - library-actors-util - library-cpp-getopt - cpp-getopt-small - library-cpp-logger - AIO::aio -) -target_link_options(blockstore-vhost-server PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(blockstore-vhost-server PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/main.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/backend.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/backend_aio.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/backend_rdma.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/backend_null.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/histogram.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/options.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/request_aio.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/server.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/stats.cpp -) -target_allocator(blockstore-vhost-server - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(blockstore-vhost-server) diff --git a/cloud/blockstore/vhost-server/CMakeLists.txt b/cloud/blockstore/vhost-server/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/vhost-server/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/vhost-server/CMakeLists.windows-x86_64.txt b/cloud/blockstore/vhost-server/CMakeLists.windows-x86_64.txt deleted file mode 100644 index fade9322231..00000000000 --- a/cloud/blockstore/vhost-server/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -find_package(AIO REQUIRED) -add_subdirectory(ut) - -add_executable(blockstore-vhost-server) -target_link_libraries(blockstore-vhost-server PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - libs-rdma-impl - blockstore-libs-service_local - vhost-server - core-libs-common - core-libs-diagnostics - library-actors-util - library-cpp-getopt - cpp-getopt-small - library-cpp-logger - AIO::aio -) -target_sources(blockstore-vhost-server PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/main.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/backend.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/backend_aio.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/backend_rdma.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/backend_null.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/histogram.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/options.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/request_aio.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/server.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/stats.cpp -) -target_allocator(blockstore-vhost-server - system_allocator -) -vcs_info(blockstore-vhost-server) diff --git a/cloud/blockstore/vhost-server/ut/CMakeLists.darwin-x86_64.txt b/cloud/blockstore/vhost-server/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index b4ca7e9ff27..00000000000 --- a/cloud/blockstore/vhost-server/ut/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,93 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -find_package(AIO REQUIRED) - -add_executable(cloud-blockstore-vhost-server-ut) -target_include_directories(cloud-blockstore-vhost-server-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server - ${CMAKE_SOURCE_DIR}/cloud/contrib/vhost -) -target_link_libraries(cloud-blockstore-vhost-server-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - vhost-server - core-libs-common - core-libs-diagnostics - core-libs-vhost-client - library-cpp-getopt - cpp-getopt-small - AIO::aio -) -target_link_options(cloud-blockstore-vhost-server-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-blockstore-vhost-server-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/backend.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/backend_aio.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/histogram.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/histogram_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/options.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/options_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/request_aio.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/request_aio_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/server.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/server_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/stats_ut.cpp -) -set_property( - TARGET - cloud-blockstore-vhost-server-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-vhost-server-ut - TEST_TARGET - cloud-blockstore-vhost-server-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-vhost-server-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-vhost-server-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-vhost-server-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-vhost-server-ut - system_allocator -) -vcs_info(cloud-blockstore-vhost-server-ut) diff --git a/cloud/blockstore/vhost-server/ut/CMakeLists.linux-aarch64.txt b/cloud/blockstore/vhost-server/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 8cdedc3e55e..00000000000 --- a/cloud/blockstore/vhost-server/ut/CMakeLists.linux-aarch64.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. - - -find_package(AIO REQUIRED) - -add_executable(cloud-blockstore-vhost-server-ut) -target_include_directories(cloud-blockstore-vhost-server-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server - ${CMAKE_SOURCE_DIR}/cloud/contrib/vhost -) -target_link_libraries(cloud-blockstore-vhost-server-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - vhost-server - core-libs-common - core-libs-diagnostics - core-libs-vhost-client - library-cpp-getopt - cpp-getopt-small - AIO::aio -) -target_link_options(cloud-blockstore-vhost-server-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-vhost-server-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/backend.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/backend_aio.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/histogram.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/histogram_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/options.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/options_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/request_aio.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/request_aio_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/server.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/server_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/stats_ut.cpp -) -set_property( - TARGET - cloud-blockstore-vhost-server-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-vhost-server-ut - TEST_TARGET - cloud-blockstore-vhost-server-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-vhost-server-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-vhost-server-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-vhost-server-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-vhost-server-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-blockstore-vhost-server-ut) diff --git a/cloud/blockstore/vhost-server/ut/CMakeLists.linux-x86_64.txt b/cloud/blockstore/vhost-server/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 6025e016693..00000000000 --- a/cloud/blockstore/vhost-server/ut/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,98 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -find_package(AIO REQUIRED) - -add_executable(cloud-blockstore-vhost-server-ut) -target_include_directories(cloud-blockstore-vhost-server-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server - ${CMAKE_SOURCE_DIR}/cloud/contrib/vhost -) -target_link_libraries(cloud-blockstore-vhost-server-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - vhost-server - core-libs-common - core-libs-diagnostics - core-libs-vhost-client - library-cpp-getopt - cpp-getopt-small - AIO::aio -) -target_link_options(cloud-blockstore-vhost-server-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-blockstore-vhost-server-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/backend.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/backend_aio.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/histogram.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/histogram_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/options.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/options_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/request_aio.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/request_aio_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/server.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/server_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/stats_ut.cpp -) -set_property( - TARGET - cloud-blockstore-vhost-server-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-vhost-server-ut - TEST_TARGET - cloud-blockstore-vhost-server-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-vhost-server-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-vhost-server-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-vhost-server-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-vhost-server-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-blockstore-vhost-server-ut) diff --git a/cloud/blockstore/vhost-server/ut/CMakeLists.txt b/cloud/blockstore/vhost-server/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/blockstore/vhost-server/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/blockstore/vhost-server/ut/CMakeLists.windows-x86_64.txt b/cloud/blockstore/vhost-server/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 38664eabe82..00000000000 --- a/cloud/blockstore/vhost-server/ut/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. - - -find_package(AIO REQUIRED) - -add_executable(cloud-blockstore-vhost-server-ut) -target_include_directories(cloud-blockstore-vhost-server-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server - ${CMAKE_SOURCE_DIR}/cloud/contrib/vhost -) -target_link_libraries(cloud-blockstore-vhost-server-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - vhost-server - core-libs-common - core-libs-diagnostics - core-libs-vhost-client - library-cpp-getopt - cpp-getopt-small - AIO::aio -) -target_sources(cloud-blockstore-vhost-server-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/backend.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/backend_aio.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/histogram.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/histogram_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/options.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/options_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/request_aio.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/request_aio_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/server.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/server_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/blockstore/vhost-server/stats_ut.cpp -) -set_property( - TARGET - cloud-blockstore-vhost-server-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-blockstore-vhost-server-ut - TEST_TARGET - cloud-blockstore-vhost-server-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-blockstore-vhost-server-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-blockstore-vhost-server-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-blockstore-vhost-server-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-blockstore-vhost-server-ut - system_allocator -) -vcs_info(cloud-blockstore-vhost-server-ut) diff --git a/cloud/contrib/CMakeLists.txt b/cloud/contrib/CMakeLists.txt deleted file mode 100644 index 0179aedb116..00000000000 --- a/cloud/contrib/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(vhost) diff --git a/cloud/contrib/vhost/CMakeLists.darwin-x86_64.txt b/cloud/contrib/vhost/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c4acbf8f14d..00000000000 --- a/cloud/contrib/vhost/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(vhost-server) -target_compile_options(vhost-server PRIVATE - -Wno-unused-parameter -) -target_include_directories(vhost-server PUBLIC - ${CMAKE_SOURCE_DIR}/cloud/contrib/vhost/include -) -target_include_directories(vhost-server PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/contrib/vhost -) -target_link_libraries(vhost-server PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(vhost-server PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/contrib/vhost/blockdev.c - ${CMAKE_SOURCE_DIR}/cloud/contrib/vhost/event.c - ${CMAKE_SOURCE_DIR}/cloud/contrib/vhost/fs.c - ${CMAKE_SOURCE_DIR}/cloud/contrib/vhost/logging.c - ${CMAKE_SOURCE_DIR}/cloud/contrib/vhost/memlog.c - ${CMAKE_SOURCE_DIR}/cloud/contrib/vhost/memmap.c - ${CMAKE_SOURCE_DIR}/cloud/contrib/vhost/server.c - ${CMAKE_SOURCE_DIR}/cloud/contrib/vhost/vdev.c - ${CMAKE_SOURCE_DIR}/cloud/contrib/vhost/virtio/virt_queue.c - ${CMAKE_SOURCE_DIR}/cloud/contrib/vhost/virtio/virtio_blk.c - ${CMAKE_SOURCE_DIR}/cloud/contrib/vhost/virtio/virtio_fs.c -) diff --git a/cloud/contrib/vhost/CMakeLists.linux-aarch64.txt b/cloud/contrib/vhost/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e4b7dc702c4..00000000000 --- a/cloud/contrib/vhost/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(vhost-server) -target_compile_options(vhost-server PRIVATE - -Wno-unused-parameter -) -target_include_directories(vhost-server PUBLIC - ${CMAKE_SOURCE_DIR}/cloud/contrib/vhost/include -) -target_include_directories(vhost-server PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/contrib/vhost -) -target_link_libraries(vhost-server PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(vhost-server PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/contrib/vhost/blockdev.c - ${CMAKE_SOURCE_DIR}/cloud/contrib/vhost/event.c - ${CMAKE_SOURCE_DIR}/cloud/contrib/vhost/fs.c - ${CMAKE_SOURCE_DIR}/cloud/contrib/vhost/logging.c - ${CMAKE_SOURCE_DIR}/cloud/contrib/vhost/memlog.c - ${CMAKE_SOURCE_DIR}/cloud/contrib/vhost/memmap.c - ${CMAKE_SOURCE_DIR}/cloud/contrib/vhost/server.c - ${CMAKE_SOURCE_DIR}/cloud/contrib/vhost/vdev.c - ${CMAKE_SOURCE_DIR}/cloud/contrib/vhost/virtio/virt_queue.c - ${CMAKE_SOURCE_DIR}/cloud/contrib/vhost/virtio/virtio_blk.c - ${CMAKE_SOURCE_DIR}/cloud/contrib/vhost/virtio/virtio_fs.c -) diff --git a/cloud/contrib/vhost/CMakeLists.linux-x86_64.txt b/cloud/contrib/vhost/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e4b7dc702c4..00000000000 --- a/cloud/contrib/vhost/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(vhost-server) -target_compile_options(vhost-server PRIVATE - -Wno-unused-parameter -) -target_include_directories(vhost-server PUBLIC - ${CMAKE_SOURCE_DIR}/cloud/contrib/vhost/include -) -target_include_directories(vhost-server PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/contrib/vhost -) -target_link_libraries(vhost-server PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(vhost-server PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/contrib/vhost/blockdev.c - ${CMAKE_SOURCE_DIR}/cloud/contrib/vhost/event.c - ${CMAKE_SOURCE_DIR}/cloud/contrib/vhost/fs.c - ${CMAKE_SOURCE_DIR}/cloud/contrib/vhost/logging.c - ${CMAKE_SOURCE_DIR}/cloud/contrib/vhost/memlog.c - ${CMAKE_SOURCE_DIR}/cloud/contrib/vhost/memmap.c - ${CMAKE_SOURCE_DIR}/cloud/contrib/vhost/server.c - ${CMAKE_SOURCE_DIR}/cloud/contrib/vhost/vdev.c - ${CMAKE_SOURCE_DIR}/cloud/contrib/vhost/virtio/virt_queue.c - ${CMAKE_SOURCE_DIR}/cloud/contrib/vhost/virtio/virtio_blk.c - ${CMAKE_SOURCE_DIR}/cloud/contrib/vhost/virtio/virtio_fs.c -) diff --git a/cloud/contrib/vhost/CMakeLists.txt b/cloud/contrib/vhost/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/contrib/vhost/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/contrib/vhost/CMakeLists.windows-x86_64.txt b/cloud/contrib/vhost/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c4acbf8f14d..00000000000 --- a/cloud/contrib/vhost/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(vhost-server) -target_compile_options(vhost-server PRIVATE - -Wno-unused-parameter -) -target_include_directories(vhost-server PUBLIC - ${CMAKE_SOURCE_DIR}/cloud/contrib/vhost/include -) -target_include_directories(vhost-server PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/contrib/vhost -) -target_link_libraries(vhost-server PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(vhost-server PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/contrib/vhost/blockdev.c - ${CMAKE_SOURCE_DIR}/cloud/contrib/vhost/event.c - ${CMAKE_SOURCE_DIR}/cloud/contrib/vhost/fs.c - ${CMAKE_SOURCE_DIR}/cloud/contrib/vhost/logging.c - ${CMAKE_SOURCE_DIR}/cloud/contrib/vhost/memlog.c - ${CMAKE_SOURCE_DIR}/cloud/contrib/vhost/memmap.c - ${CMAKE_SOURCE_DIR}/cloud/contrib/vhost/server.c - ${CMAKE_SOURCE_DIR}/cloud/contrib/vhost/vdev.c - ${CMAKE_SOURCE_DIR}/cloud/contrib/vhost/virtio/virt_queue.c - ${CMAKE_SOURCE_DIR}/cloud/contrib/vhost/virtio/virtio_blk.c - ${CMAKE_SOURCE_DIR}/cloud/contrib/vhost/virtio/virtio_fs.c -) diff --git a/cloud/disk_manager/CMakeLists.txt b/cloud/disk_manager/CMakeLists.txt deleted file mode 100644 index 9aba32172b0..00000000000 --- a/cloud/disk_manager/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(test) diff --git a/cloud/disk_manager/test/CMakeLists.txt b/cloud/disk_manager/test/CMakeLists.txt deleted file mode 100644 index 4133166ce70..00000000000 --- a/cloud/disk_manager/test/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(acceptance) diff --git a/cloud/disk_manager/test/acceptance/CMakeLists.txt b/cloud/disk_manager/test/acceptance/CMakeLists.txt deleted file mode 100644 index 79165d309e4..00000000000 --- a/cloud/disk_manager/test/acceptance/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(cmp) diff --git a/cloud/disk_manager/test/acceptance/cmp/CMakeLists.darwin-x86_64.txt b/cloud/disk_manager/test/acceptance/cmp/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 3b37b82d7c9..00000000000 --- a/cloud/disk_manager/test/acceptance/cmp/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_executable(acceptance-cmp) -target_link_libraries(acceptance-cmp PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-getopt-small - library-cpp-logger -) -target_link_options(acceptance-cmp PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC -) -target_sources(acceptance-cmp PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/disk_manager/test/acceptance/cmp/main.cpp -) -target_allocator(acceptance-cmp - system_allocator -) -vcs_info(acceptance-cmp) diff --git a/cloud/disk_manager/test/acceptance/cmp/CMakeLists.linux-aarch64.txt b/cloud/disk_manager/test/acceptance/cmp/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 6341e3ff4c2..00000000000 --- a/cloud/disk_manager/test/acceptance/cmp/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_executable(acceptance-cmp) -target_link_libraries(acceptance-cmp PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-getopt-small - library-cpp-logger -) -target_link_options(acceptance-cmp PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(acceptance-cmp PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/disk_manager/test/acceptance/cmp/main.cpp -) -target_allocator(acceptance-cmp - cpp-malloc-jemalloc -) -vcs_info(acceptance-cmp) diff --git a/cloud/disk_manager/test/acceptance/cmp/CMakeLists.linux-x86_64.txt b/cloud/disk_manager/test/acceptance/cmp/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 266e1292d27..00000000000 --- a/cloud/disk_manager/test/acceptance/cmp/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_executable(acceptance-cmp) -target_link_libraries(acceptance-cmp PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-getopt-small - library-cpp-logger -) -target_link_options(acceptance-cmp PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(acceptance-cmp PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/disk_manager/test/acceptance/cmp/main.cpp -) -target_allocator(acceptance-cmp - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(acceptance-cmp) diff --git a/cloud/disk_manager/test/acceptance/cmp/CMakeLists.txt b/cloud/disk_manager/test/acceptance/cmp/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/disk_manager/test/acceptance/cmp/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/disk_manager/test/acceptance/cmp/CMakeLists.windows-x86_64.txt b/cloud/disk_manager/test/acceptance/cmp/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 3c9b2688872..00000000000 --- a/cloud/disk_manager/test/acceptance/cmp/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_executable(acceptance-cmp) -target_link_libraries(acceptance-cmp PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-getopt-small - library-cpp-logger -) -target_sources(acceptance-cmp PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/disk_manager/test/acceptance/cmp/main.cpp -) -target_allocator(acceptance-cmp - system_allocator -) -vcs_info(acceptance-cmp) diff --git a/cloud/filestore/CMakeLists.txt b/cloud/filestore/CMakeLists.txt deleted file mode 100644 index 00fc4e7e6bd..00000000000 --- a/cloud/filestore/CMakeLists.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_subdirectory(apps) -add_subdirectory(config) -add_subdirectory(libs) -add_subdirectory(private) -add_subdirectory(public) -add_subdirectory(tools) diff --git a/cloud/filestore/apps/CMakeLists.txt b/cloud/filestore/apps/CMakeLists.txt deleted file mode 100644 index d865d218017..00000000000 --- a/cloud/filestore/apps/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. - - -add_subdirectory(client) -add_subdirectory(server) -add_subdirectory(vhost) diff --git a/cloud/filestore/apps/client/CMakeLists.darwin-x86_64.txt b/cloud/filestore/apps/client/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 3fe0ba9bc0e..00000000000 --- a/cloud/filestore/apps/client/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_subdirectory(lib) - -add_executable(filestore-client) -target_link_libraries(filestore-client PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - filestore-apps-client-lib - library-cpp-getopt -) -target_link_options(filestore-client PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(filestore-client PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/main.cpp -) -target_allocator(filestore-client - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(filestore-client) diff --git a/cloud/filestore/apps/client/CMakeLists.linux-aarch64.txt b/cloud/filestore/apps/client/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 687dad0303b..00000000000 --- a/cloud/filestore/apps/client/CMakeLists.linux-aarch64.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_subdirectory(lib) - -add_executable(filestore-client) -target_link_libraries(filestore-client PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - filestore-apps-client-lib - library-cpp-getopt -) -target_link_options(filestore-client PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -Wl,-rpath,$ORIGIN - -fPIC - -Wl,-rpath,$ORIGIN - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(filestore-client PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/main.cpp -) -target_allocator(filestore-client - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(filestore-client) diff --git a/cloud/filestore/apps/client/CMakeLists.linux-x86_64.txt b/cloud/filestore/apps/client/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 84644bddc47..00000000000 --- a/cloud/filestore/apps/client/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_subdirectory(lib) - -add_executable(filestore-client) -target_link_libraries(filestore-client PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - filestore-apps-client-lib - library-cpp-getopt -) -target_link_options(filestore-client PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -Wl,-rpath,$ORIGIN - -fPIC - -Wl,-rpath,$ORIGIN - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(filestore-client PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/main.cpp -) -target_allocator(filestore-client - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(filestore-client) diff --git a/cloud/filestore/apps/client/CMakeLists.txt b/cloud/filestore/apps/client/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/apps/client/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/apps/client/CMakeLists.windows-x86_64.txt b/cloud/filestore/apps/client/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 5a6a28d3c9b..00000000000 --- a/cloud/filestore/apps/client/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_subdirectory(lib) - -add_executable(filestore-client) -target_link_libraries(filestore-client PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - filestore-apps-client-lib - library-cpp-getopt -) -target_sources(filestore-client PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/main.cpp -) -target_allocator(filestore-client - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(filestore-client) diff --git a/cloud/filestore/apps/client/lib/CMakeLists.darwin-x86_64.txt b/cloud/filestore/apps/client/lib/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index ce95b5567fc..00000000000 --- a/cloud/filestore/apps/client/lib/CMakeLists.darwin-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_subdirectory(ut) - -add_library(filestore-apps-client-lib) -target_link_libraries(filestore-apps-client-lib PUBLIC - contrib-libs-cxxsupp - yutil - filestore-libs-client - filestore-libs-diagnostics - filestore-libs-vfs - filestore-libs-vfs_fuse - core-libs-common - core-libs-diagnostics - library-actors-util - library-cpp-getopt - library-cpp-logger - cpp-protobuf-json - cpp-threading-future -) -target_sources(filestore-apps-client-lib PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/add_cluster_node.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/command.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/create.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/describe.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/destroy.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/execute_action.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/factory.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/kick_endpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/list_cluster_nodes.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/list_endpoints.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/list_filestores.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/ls.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/mkdir.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/mount.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/performance_profile_params.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/read.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/remove_cluster_node.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/resize.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/rm.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/start_endpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/stop_endpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/text_table.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/touch.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/write.cpp -) diff --git a/cloud/filestore/apps/client/lib/CMakeLists.linux-aarch64.txt b/cloud/filestore/apps/client/lib/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 1926679c399..00000000000 --- a/cloud/filestore/apps/client/lib/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,53 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(ut) - -add_library(filestore-apps-client-lib) -target_link_libraries(filestore-apps-client-lib PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - filestore-libs-client - filestore-libs-diagnostics - filestore-libs-vfs - filestore-libs-vfs_fuse - core-libs-common - core-libs-diagnostics - library-actors-util - library-cpp-getopt - library-cpp-logger - cpp-protobuf-json - cpp-threading-future -) -target_sources(filestore-apps-client-lib PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/add_cluster_node.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/command.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/create.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/describe.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/destroy.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/execute_action.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/factory.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/kick_endpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/list_cluster_nodes.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/list_endpoints.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/list_filestores.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/ls.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/mkdir.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/mount.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/performance_profile_params.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/read.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/remove_cluster_node.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/resize.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/rm.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/start_endpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/stop_endpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/text_table.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/touch.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/write.cpp -) diff --git a/cloud/filestore/apps/client/lib/CMakeLists.linux-x86_64.txt b/cloud/filestore/apps/client/lib/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 1926679c399..00000000000 --- a/cloud/filestore/apps/client/lib/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,53 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(ut) - -add_library(filestore-apps-client-lib) -target_link_libraries(filestore-apps-client-lib PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - filestore-libs-client - filestore-libs-diagnostics - filestore-libs-vfs - filestore-libs-vfs_fuse - core-libs-common - core-libs-diagnostics - library-actors-util - library-cpp-getopt - library-cpp-logger - cpp-protobuf-json - cpp-threading-future -) -target_sources(filestore-apps-client-lib PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/add_cluster_node.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/command.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/create.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/describe.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/destroy.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/execute_action.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/factory.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/kick_endpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/list_cluster_nodes.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/list_endpoints.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/list_filestores.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/ls.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/mkdir.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/mount.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/performance_profile_params.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/read.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/remove_cluster_node.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/resize.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/rm.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/start_endpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/stop_endpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/text_table.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/touch.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/write.cpp -) diff --git a/cloud/filestore/apps/client/lib/CMakeLists.txt b/cloud/filestore/apps/client/lib/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/apps/client/lib/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/apps/client/lib/CMakeLists.windows-x86_64.txt b/cloud/filestore/apps/client/lib/CMakeLists.windows-x86_64.txt deleted file mode 100644 index ce95b5567fc..00000000000 --- a/cloud/filestore/apps/client/lib/CMakeLists.windows-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_subdirectory(ut) - -add_library(filestore-apps-client-lib) -target_link_libraries(filestore-apps-client-lib PUBLIC - contrib-libs-cxxsupp - yutil - filestore-libs-client - filestore-libs-diagnostics - filestore-libs-vfs - filestore-libs-vfs_fuse - core-libs-common - core-libs-diagnostics - library-actors-util - library-cpp-getopt - library-cpp-logger - cpp-protobuf-json - cpp-threading-future -) -target_sources(filestore-apps-client-lib PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/add_cluster_node.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/command.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/create.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/describe.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/destroy.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/execute_action.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/factory.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/kick_endpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/list_cluster_nodes.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/list_endpoints.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/list_filestores.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/ls.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/mkdir.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/mount.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/performance_profile_params.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/read.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/remove_cluster_node.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/resize.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/rm.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/start_endpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/stop_endpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/text_table.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/touch.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/write.cpp -) diff --git a/cloud/filestore/apps/client/lib/ut/CMakeLists.darwin-x86_64.txt b/cloud/filestore/apps/client/lib/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index cec42fc83ad..00000000000 --- a/cloud/filestore/apps/client/lib/ut/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,74 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-filestore-apps-client-lib-ut) -target_include_directories(cloud-filestore-apps-client-lib-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib -) -target_link_libraries(cloud-filestore-apps-client-lib-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - filestore-apps-client-lib -) -target_link_options(cloud-filestore-apps-client-lib-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-filestore-apps-client-lib-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/performance_profile_params_ut.cpp -) -set_property( - TARGET - cloud-filestore-apps-client-lib-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-apps-client-lib-ut - TEST_TARGET - cloud-filestore-apps-client-lib-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-apps-client-lib-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-apps-client-lib-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-apps-client-lib-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-apps-client-lib-ut - system_allocator -) -vcs_info(cloud-filestore-apps-client-lib-ut) diff --git a/cloud/filestore/apps/client/lib/ut/CMakeLists.linux-aarch64.txt b/cloud/filestore/apps/client/lib/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 0ccbc5d45c3..00000000000 --- a/cloud/filestore/apps/client/lib/ut/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,79 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-filestore-apps-client-lib-ut) -target_include_directories(cloud-filestore-apps-client-lib-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib -) -target_link_libraries(cloud-filestore-apps-client-lib-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - filestore-apps-client-lib -) -target_link_options(cloud-filestore-apps-client-lib-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -Wl,-rpath,$ORIGIN - -fPIC - -Wl,-rpath,$ORIGIN - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-filestore-apps-client-lib-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/performance_profile_params_ut.cpp -) -set_property( - TARGET - cloud-filestore-apps-client-lib-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-apps-client-lib-ut - TEST_TARGET - cloud-filestore-apps-client-lib-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-apps-client-lib-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-apps-client-lib-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-apps-client-lib-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-apps-client-lib-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-filestore-apps-client-lib-ut) diff --git a/cloud/filestore/apps/client/lib/ut/CMakeLists.linux-x86_64.txt b/cloud/filestore/apps/client/lib/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 51c25a989cc..00000000000 --- a/cloud/filestore/apps/client/lib/ut/CMakeLists.linux-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_executable(cloud-filestore-apps-client-lib-ut) -target_include_directories(cloud-filestore-apps-client-lib-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib -) -target_link_libraries(cloud-filestore-apps-client-lib-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - filestore-apps-client-lib -) -target_link_options(cloud-filestore-apps-client-lib-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -Wl,-rpath,$ORIGIN - -fPIC - -Wl,-rpath,$ORIGIN - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-filestore-apps-client-lib-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/performance_profile_params_ut.cpp -) -set_property( - TARGET - cloud-filestore-apps-client-lib-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-apps-client-lib-ut - TEST_TARGET - cloud-filestore-apps-client-lib-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-apps-client-lib-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-apps-client-lib-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-apps-client-lib-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-apps-client-lib-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-filestore-apps-client-lib-ut) diff --git a/cloud/filestore/apps/client/lib/ut/CMakeLists.txt b/cloud/filestore/apps/client/lib/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/apps/client/lib/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/apps/client/lib/ut/CMakeLists.windows-x86_64.txt b/cloud/filestore/apps/client/lib/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 12a1a9437ee..00000000000 --- a/cloud/filestore/apps/client/lib/ut/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,67 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-filestore-apps-client-lib-ut) -target_include_directories(cloud-filestore-apps-client-lib-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib -) -target_link_libraries(cloud-filestore-apps-client-lib-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - filestore-apps-client-lib -) -target_sources(cloud-filestore-apps-client-lib-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/client/lib/performance_profile_params_ut.cpp -) -set_property( - TARGET - cloud-filestore-apps-client-lib-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-apps-client-lib-ut - TEST_TARGET - cloud-filestore-apps-client-lib-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-apps-client-lib-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-apps-client-lib-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-apps-client-lib-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-apps-client-lib-ut - system_allocator -) -vcs_info(cloud-filestore-apps-client-lib-ut) diff --git a/cloud/filestore/apps/server/CMakeLists.darwin-x86_64.txt b/cloud/filestore/apps/server/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 24c7f585199..00000000000 --- a/cloud/filestore/apps/server/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_executable(filestore-server) -target_compile_options(filestore-server PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(filestore-server PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - libs-daemon-server - core-libs-daemon - ydb-core-security -) -target_link_options(filestore-server PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(filestore-server PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/server/main.cpp -) -target_allocator(filestore-server - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(filestore-server) diff --git a/cloud/filestore/apps/server/CMakeLists.linux-aarch64.txt b/cloud/filestore/apps/server/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 22ec8239ce2..00000000000 --- a/cloud/filestore/apps/server/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_executable(filestore-server) -target_compile_options(filestore-server PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(filestore-server PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-daemon-server - core-libs-daemon - ydb-core-security -) -target_link_options(filestore-server PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(filestore-server PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/server/main.cpp -) -target_allocator(filestore-server - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(filestore-server) diff --git a/cloud/filestore/apps/server/CMakeLists.linux-x86_64.txt b/cloud/filestore/apps/server/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 7cd039c122e..00000000000 --- a/cloud/filestore/apps/server/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_executable(filestore-server) -target_compile_options(filestore-server PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(filestore-server PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - libs-daemon-server - core-libs-daemon - ydb-core-security -) -target_link_options(filestore-server PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(filestore-server PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/server/main.cpp -) -target_allocator(filestore-server - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(filestore-server) diff --git a/cloud/filestore/apps/server/CMakeLists.txt b/cloud/filestore/apps/server/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/apps/server/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/apps/server/CMakeLists.windows-x86_64.txt b/cloud/filestore/apps/server/CMakeLists.windows-x86_64.txt deleted file mode 100644 index fee85c3bccd..00000000000 --- a/cloud/filestore/apps/server/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_executable(filestore-server) -target_compile_options(filestore-server PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(filestore-server PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - libs-daemon-server - core-libs-daemon - ydb-core-security -) -target_sources(filestore-server PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/server/main.cpp -) -target_allocator(filestore-server - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(filestore-server) diff --git a/cloud/filestore/apps/vhost/CMakeLists.darwin-x86_64.txt b/cloud/filestore/apps/vhost/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 8276619bebf..00000000000 --- a/cloud/filestore/apps/vhost/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_executable(filestore-vhost) -target_compile_options(filestore-vhost PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(filestore-vhost PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - libs-daemon-vhost - libs-vfs_fuse-vhost - core-libs-daemon - ydb-core-security -) -target_link_options(filestore-vhost PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(filestore-vhost PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/vhost/main.cpp -) -target_allocator(filestore-vhost - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(filestore-vhost) diff --git a/cloud/filestore/apps/vhost/CMakeLists.linux-aarch64.txt b/cloud/filestore/apps/vhost/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 185028fd513..00000000000 --- a/cloud/filestore/apps/vhost/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_executable(filestore-vhost) -target_compile_options(filestore-vhost PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(filestore-vhost PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-daemon-vhost - libs-vfs_fuse-vhost - core-libs-daemon - ydb-core-security -) -target_link_options(filestore-vhost PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -Wl,-rpath,$ORIGIN - -fPIC - -Wl,-rpath,$ORIGIN - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(filestore-vhost PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/vhost/main.cpp -) -target_allocator(filestore-vhost - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(filestore-vhost) diff --git a/cloud/filestore/apps/vhost/CMakeLists.linux-x86_64.txt b/cloud/filestore/apps/vhost/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 9b95505039e..00000000000 --- a/cloud/filestore/apps/vhost/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(filestore-vhost) -target_compile_options(filestore-vhost PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(filestore-vhost PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - libs-daemon-vhost - libs-vfs_fuse-vhost - core-libs-daemon - ydb-core-security -) -target_link_options(filestore-vhost PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -Wl,-rpath,$ORIGIN - -fPIC - -Wl,-rpath,$ORIGIN - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(filestore-vhost PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/vhost/main.cpp -) -target_allocator(filestore-vhost - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(filestore-vhost) diff --git a/cloud/filestore/apps/vhost/CMakeLists.txt b/cloud/filestore/apps/vhost/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/apps/vhost/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/apps/vhost/CMakeLists.windows-x86_64.txt b/cloud/filestore/apps/vhost/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 9c0461293f0..00000000000 --- a/cloud/filestore/apps/vhost/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_executable(filestore-vhost) -target_compile_options(filestore-vhost PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(filestore-vhost PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - libs-daemon-vhost - libs-vfs_fuse-vhost - core-libs-daemon - ydb-core-security -) -target_sources(filestore-vhost PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/apps/vhost/main.cpp -) -target_allocator(filestore-vhost - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(filestore-vhost) diff --git a/cloud/filestore/config/CMakeLists.darwin-x86_64.txt b/cloud/filestore/config/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 8f829ddb8a1..00000000000 --- a/cloud/filestore/config/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,149 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(cloud-filestore-config) -target_link_libraries(cloud-filestore-config PUBLIC - contrib-libs-cxxsupp - yutil - filestore-public-api-protos - storage-core-protos - contrib-libs-protobuf -) -target_proto_messages(cloud-filestore-config PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/config/client.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/config/diagnostics.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/config/filesystem.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/config/http_proxy.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/config/nfs_gateway.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/config/server.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/config/storage.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/config/vfs.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/config/vhost.proto -) -target_proto_addincls(cloud-filestore-config - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(cloud-filestore-config - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/filestore/config/CMakeLists.linux-aarch64.txt b/cloud/filestore/config/CMakeLists.linux-aarch64.txt deleted file mode 100644 index c27ffe56642..00000000000 --- a/cloud/filestore/config/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,150 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(cloud-filestore-config) -target_link_libraries(cloud-filestore-config PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - filestore-public-api-protos - storage-core-protos - contrib-libs-protobuf -) -target_proto_messages(cloud-filestore-config PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/config/client.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/config/diagnostics.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/config/filesystem.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/config/http_proxy.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/config/nfs_gateway.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/config/server.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/config/storage.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/config/vfs.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/config/vhost.proto -) -target_proto_addincls(cloud-filestore-config - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(cloud-filestore-config - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/filestore/config/CMakeLists.linux-x86_64.txt b/cloud/filestore/config/CMakeLists.linux-x86_64.txt deleted file mode 100644 index c27ffe56642..00000000000 --- a/cloud/filestore/config/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,150 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(cloud-filestore-config) -target_link_libraries(cloud-filestore-config PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - filestore-public-api-protos - storage-core-protos - contrib-libs-protobuf -) -target_proto_messages(cloud-filestore-config PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/config/client.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/config/diagnostics.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/config/filesystem.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/config/http_proxy.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/config/nfs_gateway.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/config/server.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/config/storage.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/config/vfs.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/config/vhost.proto -) -target_proto_addincls(cloud-filestore-config - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(cloud-filestore-config - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/filestore/config/CMakeLists.txt b/cloud/filestore/config/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/config/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/config/CMakeLists.windows-x86_64.txt b/cloud/filestore/config/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 8f829ddb8a1..00000000000 --- a/cloud/filestore/config/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,149 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(cloud-filestore-config) -target_link_libraries(cloud-filestore-config PUBLIC - contrib-libs-cxxsupp - yutil - filestore-public-api-protos - storage-core-protos - contrib-libs-protobuf -) -target_proto_messages(cloud-filestore-config PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/config/client.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/config/diagnostics.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/config/filesystem.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/config/http_proxy.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/config/nfs_gateway.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/config/server.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/config/storage.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/config/vfs.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/config/vhost.proto -) -target_proto_addincls(cloud-filestore-config - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(cloud-filestore-config - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/filestore/libs/CMakeLists.txt b/cloud/filestore/libs/CMakeLists.txt deleted file mode 100644 index 0448607282d..00000000000 --- a/cloud/filestore/libs/CMakeLists.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(client) -add_subdirectory(daemon) -add_subdirectory(diagnostics) -add_subdirectory(endpoint) -add_subdirectory(endpoint_vhost) -add_subdirectory(server) -add_subdirectory(service) -add_subdirectory(service_kikimr) -add_subdirectory(service_local) -add_subdirectory(service_null) -add_subdirectory(storage) -add_subdirectory(vfs) -add_subdirectory(vfs_fuse) -add_subdirectory(vhost) diff --git a/cloud/filestore/libs/client/CMakeLists.darwin-x86_64.txt b/cloud/filestore/libs/client/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 68b4d85a59f..00000000000 --- a/cloud/filestore/libs/client/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(ut) - -add_library(filestore-libs-client) -target_link_libraries(filestore-libs-client PUBLIC - contrib-libs-cxxsupp - yutil - cloud-filestore-config - filestore-public-api-grpc - filestore-public-api-protos - filestore-libs-service - core-libs-common - core-libs-diagnostics - core-libs-grpc - library-cpp-lwtrace - contrib-libs-grpc -) -target_sources(filestore-libs-client PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/client/client.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/client/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/client/durable.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/client/probes.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/client/session_introspection.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/client/session.cpp -) diff --git a/cloud/filestore/libs/client/CMakeLists.linux-aarch64.txt b/cloud/filestore/libs/client/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d7b222c0289..00000000000 --- a/cloud/filestore/libs/client/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(ut) - -add_library(filestore-libs-client) -target_link_libraries(filestore-libs-client PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cloud-filestore-config - filestore-public-api-grpc - filestore-public-api-protos - filestore-libs-service - core-libs-common - core-libs-diagnostics - core-libs-grpc - library-cpp-lwtrace - contrib-libs-grpc -) -target_sources(filestore-libs-client PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/client/client.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/client/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/client/durable.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/client/probes.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/client/session_introspection.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/client/session.cpp -) diff --git a/cloud/filestore/libs/client/CMakeLists.linux-x86_64.txt b/cloud/filestore/libs/client/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d7b222c0289..00000000000 --- a/cloud/filestore/libs/client/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(ut) - -add_library(filestore-libs-client) -target_link_libraries(filestore-libs-client PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cloud-filestore-config - filestore-public-api-grpc - filestore-public-api-protos - filestore-libs-service - core-libs-common - core-libs-diagnostics - core-libs-grpc - library-cpp-lwtrace - contrib-libs-grpc -) -target_sources(filestore-libs-client PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/client/client.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/client/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/client/durable.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/client/probes.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/client/session_introspection.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/client/session.cpp -) diff --git a/cloud/filestore/libs/client/CMakeLists.txt b/cloud/filestore/libs/client/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/libs/client/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/libs/client/CMakeLists.windows-x86_64.txt b/cloud/filestore/libs/client/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 68b4d85a59f..00000000000 --- a/cloud/filestore/libs/client/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(ut) - -add_library(filestore-libs-client) -target_link_libraries(filestore-libs-client PUBLIC - contrib-libs-cxxsupp - yutil - cloud-filestore-config - filestore-public-api-grpc - filestore-public-api-protos - filestore-libs-service - core-libs-common - core-libs-diagnostics - core-libs-grpc - library-cpp-lwtrace - contrib-libs-grpc -) -target_sources(filestore-libs-client PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/client/client.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/client/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/client/durable.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/client/probes.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/client/session_introspection.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/client/session.cpp -) diff --git a/cloud/filestore/libs/client/ut/CMakeLists.darwin-x86_64.txt b/cloud/filestore/libs/client/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index deb3d4cc7b4..00000000000 --- a/cloud/filestore/libs/client/ut/CMakeLists.darwin-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_executable(cloud-filestore-libs-client-ut) -target_include_directories(cloud-filestore-libs-client-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/client -) -target_link_libraries(cloud-filestore-libs-client-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - filestore-libs-client - filestore-libs-diagnostics - filestore-libs-server -) -target_link_options(cloud-filestore-libs-client-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-filestore-libs-client-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/client/client_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/client/durable_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/client/session_ut.cpp -) -set_property( - TARGET - cloud-filestore-libs-client-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-libs-client-ut - TEST_TARGET - cloud-filestore-libs-client-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-client-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-libs-client-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-libs-client-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-libs-client-ut - system_allocator -) -vcs_info(cloud-filestore-libs-client-ut) diff --git a/cloud/filestore/libs/client/ut/CMakeLists.linux-aarch64.txt b/cloud/filestore/libs/client/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 6fef97df836..00000000000 --- a/cloud/filestore/libs/client/ut/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_executable(cloud-filestore-libs-client-ut) -target_include_directories(cloud-filestore-libs-client-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/client -) -target_link_libraries(cloud-filestore-libs-client-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - filestore-libs-client - filestore-libs-diagnostics - filestore-libs-server -) -target_link_options(cloud-filestore-libs-client-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-filestore-libs-client-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/client/client_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/client/durable_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/client/session_ut.cpp -) -set_property( - TARGET - cloud-filestore-libs-client-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-libs-client-ut - TEST_TARGET - cloud-filestore-libs-client-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-client-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-libs-client-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-libs-client-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-libs-client-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-filestore-libs-client-ut) diff --git a/cloud/filestore/libs/client/ut/CMakeLists.linux-x86_64.txt b/cloud/filestore/libs/client/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b4b9a742f6f..00000000000 --- a/cloud/filestore/libs/client/ut/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_executable(cloud-filestore-libs-client-ut) -target_include_directories(cloud-filestore-libs-client-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/client -) -target_link_libraries(cloud-filestore-libs-client-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - filestore-libs-client - filestore-libs-diagnostics - filestore-libs-server -) -target_link_options(cloud-filestore-libs-client-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-filestore-libs-client-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/client/client_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/client/durable_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/client/session_ut.cpp -) -set_property( - TARGET - cloud-filestore-libs-client-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-libs-client-ut - TEST_TARGET - cloud-filestore-libs-client-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-client-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-libs-client-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-libs-client-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-libs-client-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-filestore-libs-client-ut) diff --git a/cloud/filestore/libs/client/ut/CMakeLists.txt b/cloud/filestore/libs/client/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/libs/client/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/libs/client/ut/CMakeLists.windows-x86_64.txt b/cloud/filestore/libs/client/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index df93c4e5a39..00000000000 --- a/cloud/filestore/libs/client/ut/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_executable(cloud-filestore-libs-client-ut) -target_include_directories(cloud-filestore-libs-client-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/client -) -target_link_libraries(cloud-filestore-libs-client-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - filestore-libs-client - filestore-libs-diagnostics - filestore-libs-server -) -target_sources(cloud-filestore-libs-client-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/client/client_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/client/durable_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/client/session_ut.cpp -) -set_property( - TARGET - cloud-filestore-libs-client-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-libs-client-ut - TEST_TARGET - cloud-filestore-libs-client-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-client-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-libs-client-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-libs-client-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-libs-client-ut - system_allocator -) -vcs_info(cloud-filestore-libs-client-ut) diff --git a/cloud/filestore/libs/daemon/CMakeLists.txt b/cloud/filestore/libs/daemon/CMakeLists.txt deleted file mode 100644 index 57b97c90f56..00000000000 --- a/cloud/filestore/libs/daemon/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. - - -add_subdirectory(common) -add_subdirectory(server) -add_subdirectory(vhost) diff --git a/cloud/filestore/libs/daemon/common/CMakeLists.darwin-x86_64.txt b/cloud/filestore/libs/daemon/common/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 82ce883b18f..00000000000 --- a/cloud/filestore/libs/daemon/common/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(filestore-libs-daemon-common) -target_link_libraries(filestore-libs-daemon-common PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - filestore-libs-diagnostics - libs-diagnostics-metrics - filestore-libs-server - filestore-libs-service - filestore-libs-storage-core - libs-storage-init - core-libs-common - core-libs-daemon - core-libs-diagnostics - core-libs-kikimr - core-libs-version - library-cpp-lwtrace -) -target_sources(filestore-libs-daemon-common PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/daemon/common/bootstrap.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/daemon/common/config_initializer.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/daemon/common/options.cpp -) -generate_enum_serilization(filestore-libs-daemon-common - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/daemon/common/options.h - INCLUDE_HEADERS - cloud/filestore/libs/daemon/common/options.h -) diff --git a/cloud/filestore/libs/daemon/common/CMakeLists.linux-aarch64.txt b/cloud/filestore/libs/daemon/common/CMakeLists.linux-aarch64.txt deleted file mode 100644 index bd749f677da..00000000000 --- a/cloud/filestore/libs/daemon/common/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(filestore-libs-daemon-common) -target_link_libraries(filestore-libs-daemon-common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - filestore-libs-diagnostics - libs-diagnostics-metrics - filestore-libs-server - filestore-libs-service - filestore-libs-storage-core - libs-storage-init - core-libs-common - core-libs-daemon - core-libs-diagnostics - core-libs-kikimr - core-libs-version - library-cpp-lwtrace -) -target_sources(filestore-libs-daemon-common PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/daemon/common/bootstrap.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/daemon/common/config_initializer.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/daemon/common/options.cpp -) -generate_enum_serilization(filestore-libs-daemon-common - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/daemon/common/options.h - INCLUDE_HEADERS - cloud/filestore/libs/daemon/common/options.h -) diff --git a/cloud/filestore/libs/daemon/common/CMakeLists.linux-x86_64.txt b/cloud/filestore/libs/daemon/common/CMakeLists.linux-x86_64.txt deleted file mode 100644 index bd749f677da..00000000000 --- a/cloud/filestore/libs/daemon/common/CMakeLists.linux-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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(filestore-libs-daemon-common) -target_link_libraries(filestore-libs-daemon-common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - filestore-libs-diagnostics - libs-diagnostics-metrics - filestore-libs-server - filestore-libs-service - filestore-libs-storage-core - libs-storage-init - core-libs-common - core-libs-daemon - core-libs-diagnostics - core-libs-kikimr - core-libs-version - library-cpp-lwtrace -) -target_sources(filestore-libs-daemon-common PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/daemon/common/bootstrap.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/daemon/common/config_initializer.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/daemon/common/options.cpp -) -generate_enum_serilization(filestore-libs-daemon-common - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/daemon/common/options.h - INCLUDE_HEADERS - cloud/filestore/libs/daemon/common/options.h -) diff --git a/cloud/filestore/libs/daemon/common/CMakeLists.txt b/cloud/filestore/libs/daemon/common/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/libs/daemon/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/libs/daemon/common/CMakeLists.windows-x86_64.txt b/cloud/filestore/libs/daemon/common/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 82ce883b18f..00000000000 --- a/cloud/filestore/libs/daemon/common/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(filestore-libs-daemon-common) -target_link_libraries(filestore-libs-daemon-common PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - filestore-libs-diagnostics - libs-diagnostics-metrics - filestore-libs-server - filestore-libs-service - filestore-libs-storage-core - libs-storage-init - core-libs-common - core-libs-daemon - core-libs-diagnostics - core-libs-kikimr - core-libs-version - library-cpp-lwtrace -) -target_sources(filestore-libs-daemon-common PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/daemon/common/bootstrap.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/daemon/common/config_initializer.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/daemon/common/options.cpp -) -generate_enum_serilization(filestore-libs-daemon-common - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/daemon/common/options.h - INCLUDE_HEADERS - cloud/filestore/libs/daemon/common/options.h -) diff --git a/cloud/filestore/libs/daemon/server/CMakeLists.darwin-x86_64.txt b/cloud/filestore/libs/daemon/server/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index fb38cfca810..00000000000 --- a/cloud/filestore/libs/daemon/server/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_subdirectory(ut) - -add_library(libs-daemon-server) -target_link_libraries(libs-daemon-server PUBLIC - contrib-libs-cxxsupp - yutil - cloud-filestore-config - filestore-libs-client - filestore-libs-daemon-common - filestore-libs-diagnostics - filestore-libs-server - filestore-libs-service - filestore-libs-service_kikimr - filestore-libs-service_local - filestore-libs-service_null - filestore-libs-storage-core - core-libs-common - core-libs-daemon - core-libs-diagnostics - core-libs-kikimr - core-blobstorage-lwtrace_probes - ydb-core-tablet_flat - library-cpp-lwtrace - cpp-lwtrace-mon -) -target_sources(libs-daemon-server PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/daemon/server/bootstrap.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/daemon/server/config_initializer.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/daemon/server/options.cpp -) diff --git a/cloud/filestore/libs/daemon/server/CMakeLists.linux-aarch64.txt b/cloud/filestore/libs/daemon/server/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 00bd987365d..00000000000 --- a/cloud/filestore/libs/daemon/server/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_subdirectory(ut) - -add_library(libs-daemon-server) -target_link_libraries(libs-daemon-server PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cloud-filestore-config - filestore-libs-client - filestore-libs-daemon-common - filestore-libs-diagnostics - filestore-libs-server - filestore-libs-service - filestore-libs-service_kikimr - filestore-libs-service_local - filestore-libs-service_null - filestore-libs-storage-core - core-libs-common - core-libs-daemon - core-libs-diagnostics - core-libs-kikimr - core-blobstorage-lwtrace_probes - ydb-core-tablet_flat - library-cpp-lwtrace - cpp-lwtrace-mon -) -target_sources(libs-daemon-server PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/daemon/server/bootstrap.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/daemon/server/config_initializer.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/daemon/server/options.cpp -) diff --git a/cloud/filestore/libs/daemon/server/CMakeLists.linux-x86_64.txt b/cloud/filestore/libs/daemon/server/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 00bd987365d..00000000000 --- a/cloud/filestore/libs/daemon/server/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_subdirectory(ut) - -add_library(libs-daemon-server) -target_link_libraries(libs-daemon-server PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cloud-filestore-config - filestore-libs-client - filestore-libs-daemon-common - filestore-libs-diagnostics - filestore-libs-server - filestore-libs-service - filestore-libs-service_kikimr - filestore-libs-service_local - filestore-libs-service_null - filestore-libs-storage-core - core-libs-common - core-libs-daemon - core-libs-diagnostics - core-libs-kikimr - core-blobstorage-lwtrace_probes - ydb-core-tablet_flat - library-cpp-lwtrace - cpp-lwtrace-mon -) -target_sources(libs-daemon-server PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/daemon/server/bootstrap.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/daemon/server/config_initializer.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/daemon/server/options.cpp -) diff --git a/cloud/filestore/libs/daemon/server/CMakeLists.txt b/cloud/filestore/libs/daemon/server/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/libs/daemon/server/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/libs/daemon/server/CMakeLists.windows-x86_64.txt b/cloud/filestore/libs/daemon/server/CMakeLists.windows-x86_64.txt deleted file mode 100644 index fb38cfca810..00000000000 --- a/cloud/filestore/libs/daemon/server/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_subdirectory(ut) - -add_library(libs-daemon-server) -target_link_libraries(libs-daemon-server PUBLIC - contrib-libs-cxxsupp - yutil - cloud-filestore-config - filestore-libs-client - filestore-libs-daemon-common - filestore-libs-diagnostics - filestore-libs-server - filestore-libs-service - filestore-libs-service_kikimr - filestore-libs-service_local - filestore-libs-service_null - filestore-libs-storage-core - core-libs-common - core-libs-daemon - core-libs-diagnostics - core-libs-kikimr - core-blobstorage-lwtrace_probes - ydb-core-tablet_flat - library-cpp-lwtrace - cpp-lwtrace-mon -) -target_sources(libs-daemon-server PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/daemon/server/bootstrap.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/daemon/server/config_initializer.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/daemon/server/options.cpp -) diff --git a/cloud/filestore/libs/daemon/server/ut/CMakeLists.darwin-x86_64.txt b/cloud/filestore/libs/daemon/server/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 4204efdf0be..00000000000 --- a/cloud/filestore/libs/daemon/server/ut/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,74 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-filestore-libs-daemon-server-ut) -target_include_directories(cloud-filestore-libs-daemon-server-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/daemon/server -) -target_link_libraries(cloud-filestore-libs-daemon-server-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-daemon-server -) -target_link_options(cloud-filestore-libs-daemon-server-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-filestore-libs-daemon-server-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/daemon/server/config_initializer_ut.cpp -) -set_property( - TARGET - cloud-filestore-libs-daemon-server-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-libs-daemon-server-ut - TEST_TARGET - cloud-filestore-libs-daemon-server-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-daemon-server-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-libs-daemon-server-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-libs-daemon-server-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-libs-daemon-server-ut - system_allocator -) -vcs_info(cloud-filestore-libs-daemon-server-ut) diff --git a/cloud/filestore/libs/daemon/server/ut/CMakeLists.linux-aarch64.txt b/cloud/filestore/libs/daemon/server/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 545795a5e84..00000000000 --- a/cloud/filestore/libs/daemon/server/ut/CMakeLists.linux-aarch64.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_executable(cloud-filestore-libs-daemon-server-ut) -target_include_directories(cloud-filestore-libs-daemon-server-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/daemon/server -) -target_link_libraries(cloud-filestore-libs-daemon-server-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - libs-daemon-server -) -target_link_options(cloud-filestore-libs-daemon-server-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-filestore-libs-daemon-server-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/daemon/server/config_initializer_ut.cpp -) -set_property( - TARGET - cloud-filestore-libs-daemon-server-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-libs-daemon-server-ut - TEST_TARGET - cloud-filestore-libs-daemon-server-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-daemon-server-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-libs-daemon-server-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-libs-daemon-server-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-libs-daemon-server-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-filestore-libs-daemon-server-ut) diff --git a/cloud/filestore/libs/daemon/server/ut/CMakeLists.linux-x86_64.txt b/cloud/filestore/libs/daemon/server/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 7c727df4927..00000000000 --- a/cloud/filestore/libs/daemon/server/ut/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,79 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-filestore-libs-daemon-server-ut) -target_include_directories(cloud-filestore-libs-daemon-server-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/daemon/server -) -target_link_libraries(cloud-filestore-libs-daemon-server-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-daemon-server -) -target_link_options(cloud-filestore-libs-daemon-server-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-filestore-libs-daemon-server-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/daemon/server/config_initializer_ut.cpp -) -set_property( - TARGET - cloud-filestore-libs-daemon-server-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-libs-daemon-server-ut - TEST_TARGET - cloud-filestore-libs-daemon-server-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-daemon-server-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-libs-daemon-server-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-libs-daemon-server-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-libs-daemon-server-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-filestore-libs-daemon-server-ut) diff --git a/cloud/filestore/libs/daemon/server/ut/CMakeLists.txt b/cloud/filestore/libs/daemon/server/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/libs/daemon/server/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/libs/daemon/server/ut/CMakeLists.windows-x86_64.txt b/cloud/filestore/libs/daemon/server/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d3b8003521a..00000000000 --- a/cloud/filestore/libs/daemon/server/ut/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,67 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-filestore-libs-daemon-server-ut) -target_include_directories(cloud-filestore-libs-daemon-server-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/daemon/server -) -target_link_libraries(cloud-filestore-libs-daemon-server-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-daemon-server -) -target_sources(cloud-filestore-libs-daemon-server-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/daemon/server/config_initializer_ut.cpp -) -set_property( - TARGET - cloud-filestore-libs-daemon-server-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-libs-daemon-server-ut - TEST_TARGET - cloud-filestore-libs-daemon-server-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-daemon-server-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-libs-daemon-server-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-libs-daemon-server-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-libs-daemon-server-ut - system_allocator -) -vcs_info(cloud-filestore-libs-daemon-server-ut) diff --git a/cloud/filestore/libs/daemon/vhost/CMakeLists.darwin-x86_64.txt b/cloud/filestore/libs/daemon/vhost/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 28793324bb3..00000000000 --- a/cloud/filestore/libs/daemon/vhost/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_subdirectory(ut) - -add_library(libs-daemon-vhost) -target_link_libraries(libs-daemon-vhost PUBLIC - contrib-libs-cxxsupp - yutil - cloud-filestore-config - filestore-libs-client - filestore-libs-daemon-common - filestore-libs-diagnostics - filestore-libs-endpoint - filestore-libs-endpoint_vhost - filestore-libs-server - filestore-libs-service - filestore-libs-service_kikimr - libs-vfs_fuse-vhost - filestore-libs-vhost - core-libs-common - core-libs-daemon - core-libs-diagnostics - core-libs-keyring - core-libs-kikimr - core-blobstorage-lwtrace_probes - ydb-core-tablet_flat - library-cpp-lwtrace - cpp-lwtrace-mon -) -target_sources(libs-daemon-vhost PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/daemon/vhost/bootstrap.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/daemon/vhost/config_initializer.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/daemon/vhost/options.cpp -) diff --git a/cloud/filestore/libs/daemon/vhost/CMakeLists.linux-aarch64.txt b/cloud/filestore/libs/daemon/vhost/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 723f2d8f270..00000000000 --- a/cloud/filestore/libs/daemon/vhost/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_subdirectory(ut) - -add_library(libs-daemon-vhost) -target_link_libraries(libs-daemon-vhost PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cloud-filestore-config - filestore-libs-client - filestore-libs-daemon-common - filestore-libs-diagnostics - filestore-libs-endpoint - filestore-libs-endpoint_vhost - filestore-libs-server - filestore-libs-service - filestore-libs-service_kikimr - libs-vfs_fuse-vhost - filestore-libs-vhost - core-libs-common - core-libs-daemon - core-libs-diagnostics - core-libs-keyring - core-libs-kikimr - core-blobstorage-lwtrace_probes - ydb-core-tablet_flat - library-cpp-lwtrace - cpp-lwtrace-mon -) -target_sources(libs-daemon-vhost PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/daemon/vhost/bootstrap.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/daemon/vhost/config_initializer.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/daemon/vhost/options.cpp -) diff --git a/cloud/filestore/libs/daemon/vhost/CMakeLists.linux-x86_64.txt b/cloud/filestore/libs/daemon/vhost/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 723f2d8f270..00000000000 --- a/cloud/filestore/libs/daemon/vhost/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_subdirectory(ut) - -add_library(libs-daemon-vhost) -target_link_libraries(libs-daemon-vhost PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cloud-filestore-config - filestore-libs-client - filestore-libs-daemon-common - filestore-libs-diagnostics - filestore-libs-endpoint - filestore-libs-endpoint_vhost - filestore-libs-server - filestore-libs-service - filestore-libs-service_kikimr - libs-vfs_fuse-vhost - filestore-libs-vhost - core-libs-common - core-libs-daemon - core-libs-diagnostics - core-libs-keyring - core-libs-kikimr - core-blobstorage-lwtrace_probes - ydb-core-tablet_flat - library-cpp-lwtrace - cpp-lwtrace-mon -) -target_sources(libs-daemon-vhost PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/daemon/vhost/bootstrap.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/daemon/vhost/config_initializer.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/daemon/vhost/options.cpp -) diff --git a/cloud/filestore/libs/daemon/vhost/CMakeLists.txt b/cloud/filestore/libs/daemon/vhost/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/libs/daemon/vhost/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/libs/daemon/vhost/CMakeLists.windows-x86_64.txt b/cloud/filestore/libs/daemon/vhost/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 28793324bb3..00000000000 --- a/cloud/filestore/libs/daemon/vhost/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_subdirectory(ut) - -add_library(libs-daemon-vhost) -target_link_libraries(libs-daemon-vhost PUBLIC - contrib-libs-cxxsupp - yutil - cloud-filestore-config - filestore-libs-client - filestore-libs-daemon-common - filestore-libs-diagnostics - filestore-libs-endpoint - filestore-libs-endpoint_vhost - filestore-libs-server - filestore-libs-service - filestore-libs-service_kikimr - libs-vfs_fuse-vhost - filestore-libs-vhost - core-libs-common - core-libs-daemon - core-libs-diagnostics - core-libs-keyring - core-libs-kikimr - core-blobstorage-lwtrace_probes - ydb-core-tablet_flat - library-cpp-lwtrace - cpp-lwtrace-mon -) -target_sources(libs-daemon-vhost PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/daemon/vhost/bootstrap.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/daemon/vhost/config_initializer.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/daemon/vhost/options.cpp -) diff --git a/cloud/filestore/libs/daemon/vhost/ut/CMakeLists.darwin-x86_64.txt b/cloud/filestore/libs/daemon/vhost/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 9815aca5037..00000000000 --- a/cloud/filestore/libs/daemon/vhost/ut/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,74 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-filestore-libs-daemon-vhost-ut) -target_include_directories(cloud-filestore-libs-daemon-vhost-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/daemon/vhost -) -target_link_libraries(cloud-filestore-libs-daemon-vhost-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-daemon-vhost -) -target_link_options(cloud-filestore-libs-daemon-vhost-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-filestore-libs-daemon-vhost-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/daemon/vhost/config_initializer_ut.cpp -) -set_property( - TARGET - cloud-filestore-libs-daemon-vhost-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-libs-daemon-vhost-ut - TEST_TARGET - cloud-filestore-libs-daemon-vhost-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-daemon-vhost-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-libs-daemon-vhost-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-libs-daemon-vhost-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-libs-daemon-vhost-ut - system_allocator -) -vcs_info(cloud-filestore-libs-daemon-vhost-ut) diff --git a/cloud/filestore/libs/daemon/vhost/ut/CMakeLists.linux-aarch64.txt b/cloud/filestore/libs/daemon/vhost/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index ef40b73cd2b..00000000000 --- a/cloud/filestore/libs/daemon/vhost/ut/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,79 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-filestore-libs-daemon-vhost-ut) -target_include_directories(cloud-filestore-libs-daemon-vhost-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/daemon/vhost -) -target_link_libraries(cloud-filestore-libs-daemon-vhost-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - libs-daemon-vhost -) -target_link_options(cloud-filestore-libs-daemon-vhost-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -Wl,-rpath,$ORIGIN - -fPIC - -Wl,-rpath,$ORIGIN - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-filestore-libs-daemon-vhost-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/daemon/vhost/config_initializer_ut.cpp -) -set_property( - TARGET - cloud-filestore-libs-daemon-vhost-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-libs-daemon-vhost-ut - TEST_TARGET - cloud-filestore-libs-daemon-vhost-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-daemon-vhost-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-libs-daemon-vhost-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-libs-daemon-vhost-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-libs-daemon-vhost-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-filestore-libs-daemon-vhost-ut) diff --git a/cloud/filestore/libs/daemon/vhost/ut/CMakeLists.linux-x86_64.txt b/cloud/filestore/libs/daemon/vhost/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index ae5564c626c..00000000000 --- a/cloud/filestore/libs/daemon/vhost/ut/CMakeLists.linux-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_executable(cloud-filestore-libs-daemon-vhost-ut) -target_include_directories(cloud-filestore-libs-daemon-vhost-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/daemon/vhost -) -target_link_libraries(cloud-filestore-libs-daemon-vhost-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-daemon-vhost -) -target_link_options(cloud-filestore-libs-daemon-vhost-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -Wl,-rpath,$ORIGIN - -fPIC - -Wl,-rpath,$ORIGIN - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-filestore-libs-daemon-vhost-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/daemon/vhost/config_initializer_ut.cpp -) -set_property( - TARGET - cloud-filestore-libs-daemon-vhost-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-libs-daemon-vhost-ut - TEST_TARGET - cloud-filestore-libs-daemon-vhost-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-daemon-vhost-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-libs-daemon-vhost-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-libs-daemon-vhost-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-libs-daemon-vhost-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-filestore-libs-daemon-vhost-ut) diff --git a/cloud/filestore/libs/daemon/vhost/ut/CMakeLists.txt b/cloud/filestore/libs/daemon/vhost/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/libs/daemon/vhost/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/libs/daemon/vhost/ut/CMakeLists.windows-x86_64.txt b/cloud/filestore/libs/daemon/vhost/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 0b50ac23a47..00000000000 --- a/cloud/filestore/libs/daemon/vhost/ut/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,67 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-filestore-libs-daemon-vhost-ut) -target_include_directories(cloud-filestore-libs-daemon-vhost-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/daemon/vhost -) -target_link_libraries(cloud-filestore-libs-daemon-vhost-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-daemon-vhost -) -target_sources(cloud-filestore-libs-daemon-vhost-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/daemon/vhost/config_initializer_ut.cpp -) -set_property( - TARGET - cloud-filestore-libs-daemon-vhost-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-libs-daemon-vhost-ut - TEST_TARGET - cloud-filestore-libs-daemon-vhost-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-daemon-vhost-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-libs-daemon-vhost-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-libs-daemon-vhost-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-libs-daemon-vhost-ut - system_allocator -) -vcs_info(cloud-filestore-libs-daemon-vhost-ut) diff --git a/cloud/filestore/libs/diagnostics/CMakeLists.darwin-x86_64.txt b/cloud/filestore/libs/diagnostics/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 3dca19fb125..00000000000 --- a/cloud/filestore/libs/diagnostics/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_subdirectory(events) -add_subdirectory(metrics) -add_subdirectory(ut) - -add_library(filestore-libs-diagnostics) -target_link_libraries(filestore-libs-diagnostics PUBLIC - contrib-libs-cxxsupp - yutil - cloud-filestore-config - filestore-libs-diagnostics-events - filestore-libs-service - storage-tablet-protos - core-libs-diagnostics - core-libs-user_stats - core-libs-version - library-cpp-eventlog - cpp-monlib-dynamic_counters - monlib-service-pages - cpp-protobuf-util -) -target_sources(filestore-libs-diagnostics PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/critical_events.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/incomplete_requests.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/profile_log.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/profile_log_events.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/request_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/throttler_info_serializer.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/trace_serializer.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/user_counter.cpp -) diff --git a/cloud/filestore/libs/diagnostics/CMakeLists.linux-aarch64.txt b/cloud/filestore/libs/diagnostics/CMakeLists.linux-aarch64.txt deleted file mode 100644 index cc6810175d2..00000000000 --- a/cloud/filestore/libs/diagnostics/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_subdirectory(events) -add_subdirectory(metrics) -add_subdirectory(ut) - -add_library(filestore-libs-diagnostics) -target_link_libraries(filestore-libs-diagnostics PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cloud-filestore-config - filestore-libs-diagnostics-events - filestore-libs-service - storage-tablet-protos - core-libs-diagnostics - core-libs-user_stats - core-libs-version - library-cpp-eventlog - cpp-monlib-dynamic_counters - monlib-service-pages - cpp-protobuf-util -) -target_sources(filestore-libs-diagnostics PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/critical_events.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/incomplete_requests.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/profile_log.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/profile_log_events.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/request_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/throttler_info_serializer.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/trace_serializer.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/user_counter.cpp -) diff --git a/cloud/filestore/libs/diagnostics/CMakeLists.linux-x86_64.txt b/cloud/filestore/libs/diagnostics/CMakeLists.linux-x86_64.txt deleted file mode 100644 index cc6810175d2..00000000000 --- a/cloud/filestore/libs/diagnostics/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_subdirectory(events) -add_subdirectory(metrics) -add_subdirectory(ut) - -add_library(filestore-libs-diagnostics) -target_link_libraries(filestore-libs-diagnostics PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cloud-filestore-config - filestore-libs-diagnostics-events - filestore-libs-service - storage-tablet-protos - core-libs-diagnostics - core-libs-user_stats - core-libs-version - library-cpp-eventlog - cpp-monlib-dynamic_counters - monlib-service-pages - cpp-protobuf-util -) -target_sources(filestore-libs-diagnostics PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/critical_events.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/incomplete_requests.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/profile_log.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/profile_log_events.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/request_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/throttler_info_serializer.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/trace_serializer.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/user_counter.cpp -) diff --git a/cloud/filestore/libs/diagnostics/CMakeLists.txt b/cloud/filestore/libs/diagnostics/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/libs/diagnostics/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/libs/diagnostics/CMakeLists.windows-x86_64.txt b/cloud/filestore/libs/diagnostics/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 3dca19fb125..00000000000 --- a/cloud/filestore/libs/diagnostics/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_subdirectory(events) -add_subdirectory(metrics) -add_subdirectory(ut) - -add_library(filestore-libs-diagnostics) -target_link_libraries(filestore-libs-diagnostics PUBLIC - contrib-libs-cxxsupp - yutil - cloud-filestore-config - filestore-libs-diagnostics-events - filestore-libs-service - storage-tablet-protos - core-libs-diagnostics - core-libs-user_stats - core-libs-version - library-cpp-eventlog - cpp-monlib-dynamic_counters - monlib-service-pages - cpp-protobuf-util -) -target_sources(filestore-libs-diagnostics PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/critical_events.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/incomplete_requests.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/profile_log.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/profile_log_events.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/request_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/throttler_info_serializer.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/trace_serializer.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/user_counter.cpp -) diff --git a/cloud/filestore/libs/diagnostics/events/CMakeLists.darwin-x86_64.txt b/cloud/filestore/libs/diagnostics/events/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index fd40313e606..00000000000 --- a/cloud/filestore/libs/diagnostics/events/CMakeLists.darwin-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. - - -get_built_tool_path( - TOOL_event2cpp_bin - TOOL_event2cpp_dependency - tools/event2cpp/bin - event2cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(filestore-libs-diagnostics-events) -target_ev_messages(filestore-libs-diagnostics-events PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/events/profile_events.ev -) -target_link_libraries(filestore-libs-diagnostics-events PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-eventlog - contrib-libs-protobuf -) -target_proto_addincls(filestore-libs-diagnostics-events - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog -) -target_proto_outs(filestore-libs-diagnostics-events - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ - --event2cpp_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/filestore/libs/diagnostics/events/CMakeLists.linux-aarch64.txt b/cloud/filestore/libs/diagnostics/events/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 95b6d1fc1ab..00000000000 --- a/cloud/filestore/libs/diagnostics/events/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,53 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_event2cpp_bin - TOOL_event2cpp_dependency - tools/event2cpp/bin - event2cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(filestore-libs-diagnostics-events) -target_ev_messages(filestore-libs-diagnostics-events PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/events/profile_events.ev -) -target_link_libraries(filestore-libs-diagnostics-events PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-eventlog - contrib-libs-protobuf -) -target_proto_addincls(filestore-libs-diagnostics-events - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog -) -target_proto_outs(filestore-libs-diagnostics-events - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ - --event2cpp_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/filestore/libs/diagnostics/events/CMakeLists.linux-x86_64.txt b/cloud/filestore/libs/diagnostics/events/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 95b6d1fc1ab..00000000000 --- a/cloud/filestore/libs/diagnostics/events/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,53 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_event2cpp_bin - TOOL_event2cpp_dependency - tools/event2cpp/bin - event2cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(filestore-libs-diagnostics-events) -target_ev_messages(filestore-libs-diagnostics-events PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/events/profile_events.ev -) -target_link_libraries(filestore-libs-diagnostics-events PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-eventlog - contrib-libs-protobuf -) -target_proto_addincls(filestore-libs-diagnostics-events - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog -) -target_proto_outs(filestore-libs-diagnostics-events - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ - --event2cpp_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/filestore/libs/diagnostics/events/CMakeLists.txt b/cloud/filestore/libs/diagnostics/events/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/libs/diagnostics/events/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/libs/diagnostics/events/CMakeLists.windows-x86_64.txt b/cloud/filestore/libs/diagnostics/events/CMakeLists.windows-x86_64.txt deleted file mode 100644 index fd40313e606..00000000000 --- a/cloud/filestore/libs/diagnostics/events/CMakeLists.windows-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. - - -get_built_tool_path( - TOOL_event2cpp_bin - TOOL_event2cpp_dependency - tools/event2cpp/bin - event2cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(filestore-libs-diagnostics-events) -target_ev_messages(filestore-libs-diagnostics-events PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/events/profile_events.ev -) -target_link_libraries(filestore-libs-diagnostics-events PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-eventlog - contrib-libs-protobuf -) -target_proto_addincls(filestore-libs-diagnostics-events - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog -) -target_proto_outs(filestore-libs-diagnostics-events - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ - --event2cpp_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/filestore/libs/diagnostics/metrics/CMakeLists.darwin-x86_64.txt b/cloud/filestore/libs/diagnostics/metrics/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index f4a191b8a63..00000000000 --- a/cloud/filestore/libs/diagnostics/metrics/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_subdirectory(ut) -add_subdirectory(ut_stress) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(libs-diagnostics-metrics) -target_link_libraries(libs-diagnostics-metrics PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - core-libs-common - core-libs-diagnostics -) -target_sources(libs-diagnostics-metrics PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/aggregator.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/key.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/label.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/metric.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/operations.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/registry.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/service.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/visitor.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/window_calculator.cpp -) -generate_enum_serilization(libs-diagnostics-metrics - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/public.h - INCLUDE_HEADERS - cloud/filestore/libs/diagnostics/metrics/public.h -) diff --git a/cloud/filestore/libs/diagnostics/metrics/CMakeLists.linux-aarch64.txt b/cloud/filestore/libs/diagnostics/metrics/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 6ff08273fa9..00000000000 --- a/cloud/filestore/libs/diagnostics/metrics/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_subdirectory(ut) -add_subdirectory(ut_stress) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(libs-diagnostics-metrics) -target_link_libraries(libs-diagnostics-metrics PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - core-libs-common - core-libs-diagnostics -) -target_sources(libs-diagnostics-metrics PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/aggregator.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/key.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/label.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/metric.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/operations.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/registry.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/service.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/visitor.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/window_calculator.cpp -) -generate_enum_serilization(libs-diagnostics-metrics - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/public.h - INCLUDE_HEADERS - cloud/filestore/libs/diagnostics/metrics/public.h -) diff --git a/cloud/filestore/libs/diagnostics/metrics/CMakeLists.linux-x86_64.txt b/cloud/filestore/libs/diagnostics/metrics/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 6ff08273fa9..00000000000 --- a/cloud/filestore/libs/diagnostics/metrics/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_subdirectory(ut) -add_subdirectory(ut_stress) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(libs-diagnostics-metrics) -target_link_libraries(libs-diagnostics-metrics PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - core-libs-common - core-libs-diagnostics -) -target_sources(libs-diagnostics-metrics PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/aggregator.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/key.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/label.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/metric.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/operations.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/registry.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/service.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/visitor.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/window_calculator.cpp -) -generate_enum_serilization(libs-diagnostics-metrics - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/public.h - INCLUDE_HEADERS - cloud/filestore/libs/diagnostics/metrics/public.h -) diff --git a/cloud/filestore/libs/diagnostics/metrics/CMakeLists.txt b/cloud/filestore/libs/diagnostics/metrics/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/libs/diagnostics/metrics/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/libs/diagnostics/metrics/CMakeLists.windows-x86_64.txt b/cloud/filestore/libs/diagnostics/metrics/CMakeLists.windows-x86_64.txt deleted file mode 100644 index f4a191b8a63..00000000000 --- a/cloud/filestore/libs/diagnostics/metrics/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_subdirectory(ut) -add_subdirectory(ut_stress) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(libs-diagnostics-metrics) -target_link_libraries(libs-diagnostics-metrics PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - core-libs-common - core-libs-diagnostics -) -target_sources(libs-diagnostics-metrics PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/aggregator.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/key.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/label.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/metric.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/operations.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/registry.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/service.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/visitor.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/window_calculator.cpp -) -generate_enum_serilization(libs-diagnostics-metrics - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/public.h - INCLUDE_HEADERS - cloud/filestore/libs/diagnostics/metrics/public.h -) diff --git a/cloud/filestore/libs/diagnostics/metrics/ut/CMakeLists.darwin-x86_64.txt b/cloud/filestore/libs/diagnostics/metrics/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index e90fcaa3abf..00000000000 --- a/cloud/filestore/libs/diagnostics/metrics/ut/CMakeLists.darwin-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_executable(cloud-filestore-libs-diagnostics-metrics-ut) -target_include_directories(cloud-filestore-libs-diagnostics-metrics-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics -) -target_link_libraries(cloud-filestore-libs-diagnostics-metrics-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-diagnostics-metrics -) -target_link_options(cloud-filestore-libs-diagnostics-metrics-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-filestore-libs-diagnostics-metrics-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/aggregator_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/histogram_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/key_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/label_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/metric_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/operations_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/registry_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/service_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/visitor_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/window_calculator_ut.cpp -) -set_property( - TARGET - cloud-filestore-libs-diagnostics-metrics-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-libs-diagnostics-metrics-ut - TEST_TARGET - cloud-filestore-libs-diagnostics-metrics-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-diagnostics-metrics-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-libs-diagnostics-metrics-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-libs-diagnostics-metrics-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-libs-diagnostics-metrics-ut - system_allocator -) -vcs_info(cloud-filestore-libs-diagnostics-metrics-ut) diff --git a/cloud/filestore/libs/diagnostics/metrics/ut/CMakeLists.linux-aarch64.txt b/cloud/filestore/libs/diagnostics/metrics/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 621349e30d4..00000000000 --- a/cloud/filestore/libs/diagnostics/metrics/ut/CMakeLists.linux-aarch64.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_executable(cloud-filestore-libs-diagnostics-metrics-ut) -target_include_directories(cloud-filestore-libs-diagnostics-metrics-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics -) -target_link_libraries(cloud-filestore-libs-diagnostics-metrics-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - libs-diagnostics-metrics -) -target_link_options(cloud-filestore-libs-diagnostics-metrics-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-filestore-libs-diagnostics-metrics-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/aggregator_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/histogram_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/key_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/label_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/metric_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/operations_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/registry_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/service_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/visitor_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/window_calculator_ut.cpp -) -set_property( - TARGET - cloud-filestore-libs-diagnostics-metrics-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-libs-diagnostics-metrics-ut - TEST_TARGET - cloud-filestore-libs-diagnostics-metrics-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-diagnostics-metrics-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-libs-diagnostics-metrics-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-libs-diagnostics-metrics-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-libs-diagnostics-metrics-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-filestore-libs-diagnostics-metrics-ut) diff --git a/cloud/filestore/libs/diagnostics/metrics/ut/CMakeLists.linux-x86_64.txt b/cloud/filestore/libs/diagnostics/metrics/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 8c863c9226c..00000000000 --- a/cloud/filestore/libs/diagnostics/metrics/ut/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,88 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-filestore-libs-diagnostics-metrics-ut) -target_include_directories(cloud-filestore-libs-diagnostics-metrics-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics -) -target_link_libraries(cloud-filestore-libs-diagnostics-metrics-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-diagnostics-metrics -) -target_link_options(cloud-filestore-libs-diagnostics-metrics-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-filestore-libs-diagnostics-metrics-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/aggregator_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/histogram_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/key_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/label_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/metric_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/operations_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/registry_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/service_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/visitor_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/window_calculator_ut.cpp -) -set_property( - TARGET - cloud-filestore-libs-diagnostics-metrics-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-libs-diagnostics-metrics-ut - TEST_TARGET - cloud-filestore-libs-diagnostics-metrics-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-diagnostics-metrics-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-libs-diagnostics-metrics-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-libs-diagnostics-metrics-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-libs-diagnostics-metrics-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-filestore-libs-diagnostics-metrics-ut) diff --git a/cloud/filestore/libs/diagnostics/metrics/ut/CMakeLists.txt b/cloud/filestore/libs/diagnostics/metrics/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/libs/diagnostics/metrics/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/libs/diagnostics/metrics/ut/CMakeLists.windows-x86_64.txt b/cloud/filestore/libs/diagnostics/metrics/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 0b6fa92f6e8..00000000000 --- a/cloud/filestore/libs/diagnostics/metrics/ut/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,76 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-filestore-libs-diagnostics-metrics-ut) -target_include_directories(cloud-filestore-libs-diagnostics-metrics-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics -) -target_link_libraries(cloud-filestore-libs-diagnostics-metrics-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-diagnostics-metrics -) -target_sources(cloud-filestore-libs-diagnostics-metrics-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/aggregator_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/histogram_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/key_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/label_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/metric_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/operations_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/registry_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/service_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/visitor_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/window_calculator_ut.cpp -) -set_property( - TARGET - cloud-filestore-libs-diagnostics-metrics-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-libs-diagnostics-metrics-ut - TEST_TARGET - cloud-filestore-libs-diagnostics-metrics-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-diagnostics-metrics-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-libs-diagnostics-metrics-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-libs-diagnostics-metrics-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-libs-diagnostics-metrics-ut - system_allocator -) -vcs_info(cloud-filestore-libs-diagnostics-metrics-ut) diff --git a/cloud/filestore/libs/diagnostics/metrics/ut_stress/CMakeLists.darwin-x86_64.txt b/cloud/filestore/libs/diagnostics/metrics/ut_stress/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 0343783b869..00000000000 --- a/cloud/filestore/libs/diagnostics/metrics/ut_stress/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,80 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(filestore-libs-diagnostics-metrics-ut_stress) -target_include_directories(filestore-libs-diagnostics-metrics-ut_stress PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics -) -target_link_libraries(filestore-libs-diagnostics-metrics-ut_stress PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-diagnostics-metrics -) -target_link_options(filestore-libs-diagnostics-metrics-ut_stress PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(filestore-libs-diagnostics-metrics-ut_stress PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/aggregator_ut_stress.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/histogram_ut_stress.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/metric_ut_stress.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/operations_ut_stress.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/registry_ut_stress.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/ut_stress/utils.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/window_calculator_ut_stress.cpp -) -set_property( - TARGET - filestore-libs-diagnostics-metrics-ut_stress - PROPERTY - SPLIT_FACTOR - 7 -) -add_yunittest( - NAME - filestore-libs-diagnostics-metrics-ut_stress - TEST_TARGET - filestore-libs-diagnostics-metrics-ut_stress - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - filestore-libs-diagnostics-metrics-ut_stress - PROPERTY - LABELS - MEDIUM -) -set_yunittest_property( - TEST - filestore-libs-diagnostics-metrics-ut_stress - PROPERTY - PROCESSORS - 4 -) -set_yunittest_property( - TEST - filestore-libs-diagnostics-metrics-ut_stress - PROPERTY - TIMEOUT - 600 -) -target_allocator(filestore-libs-diagnostics-metrics-ut_stress - system_allocator -) -vcs_info(filestore-libs-diagnostics-metrics-ut_stress) diff --git a/cloud/filestore/libs/diagnostics/metrics/ut_stress/CMakeLists.linux-aarch64.txt b/cloud/filestore/libs/diagnostics/metrics/ut_stress/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e7d5042b6bb..00000000000 --- a/cloud/filestore/libs/diagnostics/metrics/ut_stress/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_executable(filestore-libs-diagnostics-metrics-ut_stress) -target_include_directories(filestore-libs-diagnostics-metrics-ut_stress PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics -) -target_link_libraries(filestore-libs-diagnostics-metrics-ut_stress PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - libs-diagnostics-metrics -) -target_link_options(filestore-libs-diagnostics-metrics-ut_stress PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(filestore-libs-diagnostics-metrics-ut_stress PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/aggregator_ut_stress.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/histogram_ut_stress.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/metric_ut_stress.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/operations_ut_stress.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/registry_ut_stress.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/ut_stress/utils.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/window_calculator_ut_stress.cpp -) -set_property( - TARGET - filestore-libs-diagnostics-metrics-ut_stress - PROPERTY - SPLIT_FACTOR - 7 -) -add_yunittest( - NAME - filestore-libs-diagnostics-metrics-ut_stress - TEST_TARGET - filestore-libs-diagnostics-metrics-ut_stress - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - filestore-libs-diagnostics-metrics-ut_stress - PROPERTY - LABELS - MEDIUM -) -set_yunittest_property( - TEST - filestore-libs-diagnostics-metrics-ut_stress - PROPERTY - PROCESSORS - 4 -) -set_yunittest_property( - TEST - filestore-libs-diagnostics-metrics-ut_stress - PROPERTY - TIMEOUT - 600 -) -target_allocator(filestore-libs-diagnostics-metrics-ut_stress - cpp-malloc-jemalloc -) -vcs_info(filestore-libs-diagnostics-metrics-ut_stress) diff --git a/cloud/filestore/libs/diagnostics/metrics/ut_stress/CMakeLists.linux-x86_64.txt b/cloud/filestore/libs/diagnostics/metrics/ut_stress/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 164ffa7a6b6..00000000000 --- a/cloud/filestore/libs/diagnostics/metrics/ut_stress/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,85 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(filestore-libs-diagnostics-metrics-ut_stress) -target_include_directories(filestore-libs-diagnostics-metrics-ut_stress PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics -) -target_link_libraries(filestore-libs-diagnostics-metrics-ut_stress PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-diagnostics-metrics -) -target_link_options(filestore-libs-diagnostics-metrics-ut_stress PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(filestore-libs-diagnostics-metrics-ut_stress PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/aggregator_ut_stress.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/histogram_ut_stress.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/metric_ut_stress.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/operations_ut_stress.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/registry_ut_stress.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/ut_stress/utils.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/window_calculator_ut_stress.cpp -) -set_property( - TARGET - filestore-libs-diagnostics-metrics-ut_stress - PROPERTY - SPLIT_FACTOR - 7 -) -add_yunittest( - NAME - filestore-libs-diagnostics-metrics-ut_stress - TEST_TARGET - filestore-libs-diagnostics-metrics-ut_stress - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - filestore-libs-diagnostics-metrics-ut_stress - PROPERTY - LABELS - MEDIUM -) -set_yunittest_property( - TEST - filestore-libs-diagnostics-metrics-ut_stress - PROPERTY - PROCESSORS - 4 -) -set_yunittest_property( - TEST - filestore-libs-diagnostics-metrics-ut_stress - PROPERTY - TIMEOUT - 600 -) -target_allocator(filestore-libs-diagnostics-metrics-ut_stress - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(filestore-libs-diagnostics-metrics-ut_stress) diff --git a/cloud/filestore/libs/diagnostics/metrics/ut_stress/CMakeLists.txt b/cloud/filestore/libs/diagnostics/metrics/ut_stress/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/libs/diagnostics/metrics/ut_stress/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/libs/diagnostics/metrics/ut_stress/CMakeLists.windows-x86_64.txt b/cloud/filestore/libs/diagnostics/metrics/ut_stress/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 89891334e58..00000000000 --- a/cloud/filestore/libs/diagnostics/metrics/ut_stress/CMakeLists.windows-x86_64.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_executable(filestore-libs-diagnostics-metrics-ut_stress) -target_include_directories(filestore-libs-diagnostics-metrics-ut_stress PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics -) -target_link_libraries(filestore-libs-diagnostics-metrics-ut_stress PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-diagnostics-metrics -) -target_sources(filestore-libs-diagnostics-metrics-ut_stress PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/aggregator_ut_stress.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/histogram_ut_stress.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/metric_ut_stress.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/operations_ut_stress.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/registry_ut_stress.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/ut_stress/utils.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/metrics/window_calculator_ut_stress.cpp -) -set_property( - TARGET - filestore-libs-diagnostics-metrics-ut_stress - PROPERTY - SPLIT_FACTOR - 7 -) -add_yunittest( - NAME - filestore-libs-diagnostics-metrics-ut_stress - TEST_TARGET - filestore-libs-diagnostics-metrics-ut_stress - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - filestore-libs-diagnostics-metrics-ut_stress - PROPERTY - LABELS - MEDIUM -) -set_yunittest_property( - TEST - filestore-libs-diagnostics-metrics-ut_stress - PROPERTY - PROCESSORS - 4 -) -set_yunittest_property( - TEST - filestore-libs-diagnostics-metrics-ut_stress - PROPERTY - TIMEOUT - 600 -) -target_allocator(filestore-libs-diagnostics-metrics-ut_stress - system_allocator -) -vcs_info(filestore-libs-diagnostics-metrics-ut_stress) diff --git a/cloud/filestore/libs/diagnostics/ut/CMakeLists.darwin-x86_64.txt b/cloud/filestore/libs/diagnostics/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a0482ee9bb3..00000000000 --- a/cloud/filestore/libs/diagnostics/ut/CMakeLists.darwin-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_executable(cloud-filestore-libs-diagnostics-ut) -target_include_directories(cloud-filestore-libs-diagnostics-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics -) -target_link_libraries(cloud-filestore-libs-diagnostics-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - filestore-libs-diagnostics - cpp-eventlog-dumper -) -target_link_options(cloud-filestore-libs-diagnostics-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-filestore-libs-diagnostics-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/profile_log_events_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/profile_log_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/request_stats_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/user_counter_ut.cpp -) -set_property( - TARGET - cloud-filestore-libs-diagnostics-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-libs-diagnostics-ut - TEST_TARGET - cloud-filestore-libs-diagnostics-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-diagnostics-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-libs-diagnostics-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-libs-diagnostics-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-libs-diagnostics-ut - system_allocator -) -vcs_info(cloud-filestore-libs-diagnostics-ut) diff --git a/cloud/filestore/libs/diagnostics/ut/CMakeLists.linux-aarch64.txt b/cloud/filestore/libs/diagnostics/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 62cce52cfee..00000000000 --- a/cloud/filestore/libs/diagnostics/ut/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_executable(cloud-filestore-libs-diagnostics-ut) -target_include_directories(cloud-filestore-libs-diagnostics-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics -) -target_link_libraries(cloud-filestore-libs-diagnostics-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - filestore-libs-diagnostics - cpp-eventlog-dumper -) -target_link_options(cloud-filestore-libs-diagnostics-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-filestore-libs-diagnostics-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/profile_log_events_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/profile_log_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/request_stats_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/user_counter_ut.cpp -) -set_property( - TARGET - cloud-filestore-libs-diagnostics-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-libs-diagnostics-ut - TEST_TARGET - cloud-filestore-libs-diagnostics-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-diagnostics-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-libs-diagnostics-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-libs-diagnostics-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-libs-diagnostics-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-filestore-libs-diagnostics-ut) diff --git a/cloud/filestore/libs/diagnostics/ut/CMakeLists.linux-x86_64.txt b/cloud/filestore/libs/diagnostics/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 8a03ed57385..00000000000 --- a/cloud/filestore/libs/diagnostics/ut/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_executable(cloud-filestore-libs-diagnostics-ut) -target_include_directories(cloud-filestore-libs-diagnostics-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics -) -target_link_libraries(cloud-filestore-libs-diagnostics-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - filestore-libs-diagnostics - cpp-eventlog-dumper -) -target_link_options(cloud-filestore-libs-diagnostics-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-filestore-libs-diagnostics-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/profile_log_events_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/profile_log_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/request_stats_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/user_counter_ut.cpp -) -set_property( - TARGET - cloud-filestore-libs-diagnostics-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-libs-diagnostics-ut - TEST_TARGET - cloud-filestore-libs-diagnostics-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-diagnostics-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-libs-diagnostics-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-libs-diagnostics-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-libs-diagnostics-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-filestore-libs-diagnostics-ut) diff --git a/cloud/filestore/libs/diagnostics/ut/CMakeLists.txt b/cloud/filestore/libs/diagnostics/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/libs/diagnostics/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/libs/diagnostics/ut/CMakeLists.windows-x86_64.txt b/cloud/filestore/libs/diagnostics/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 213e50ce797..00000000000 --- a/cloud/filestore/libs/diagnostics/ut/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_executable(cloud-filestore-libs-diagnostics-ut) -target_include_directories(cloud-filestore-libs-diagnostics-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics -) -target_link_libraries(cloud-filestore-libs-diagnostics-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - filestore-libs-diagnostics - cpp-eventlog-dumper -) -target_sources(cloud-filestore-libs-diagnostics-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/profile_log_events_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/profile_log_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/request_stats_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/diagnostics/user_counter_ut.cpp -) -set_property( - TARGET - cloud-filestore-libs-diagnostics-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-libs-diagnostics-ut - TEST_TARGET - cloud-filestore-libs-diagnostics-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-diagnostics-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-libs-diagnostics-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-libs-diagnostics-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-libs-diagnostics-ut - system_allocator -) -vcs_info(cloud-filestore-libs-diagnostics-ut) diff --git a/cloud/filestore/libs/endpoint/CMakeLists.darwin-x86_64.txt b/cloud/filestore/libs/endpoint/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 9afc44d79b1..00000000000 --- a/cloud/filestore/libs/endpoint/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_subdirectory(ut) - -add_library(filestore-libs-endpoint) -target_link_libraries(filestore-libs-endpoint PUBLIC - contrib-libs-cxxsupp - yutil - filestore-libs-service - core-libs-common - core-libs-coroutine - core-libs-diagnostics -) -target_sources(filestore-libs-endpoint PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/endpoint/listener.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/endpoint/service_auth.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/endpoint/service.cpp -) diff --git a/cloud/filestore/libs/endpoint/CMakeLists.linux-aarch64.txt b/cloud/filestore/libs/endpoint/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 96af2ec23b1..00000000000 --- a/cloud/filestore/libs/endpoint/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_subdirectory(ut) - -add_library(filestore-libs-endpoint) -target_link_libraries(filestore-libs-endpoint PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - filestore-libs-service - core-libs-common - core-libs-coroutine - core-libs-diagnostics -) -target_sources(filestore-libs-endpoint PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/endpoint/listener.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/endpoint/service_auth.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/endpoint/service.cpp -) diff --git a/cloud/filestore/libs/endpoint/CMakeLists.linux-x86_64.txt b/cloud/filestore/libs/endpoint/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 96af2ec23b1..00000000000 --- a/cloud/filestore/libs/endpoint/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_subdirectory(ut) - -add_library(filestore-libs-endpoint) -target_link_libraries(filestore-libs-endpoint PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - filestore-libs-service - core-libs-common - core-libs-coroutine - core-libs-diagnostics -) -target_sources(filestore-libs-endpoint PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/endpoint/listener.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/endpoint/service_auth.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/endpoint/service.cpp -) diff --git a/cloud/filestore/libs/endpoint/CMakeLists.txt b/cloud/filestore/libs/endpoint/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/libs/endpoint/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/libs/endpoint/CMakeLists.windows-x86_64.txt b/cloud/filestore/libs/endpoint/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 9afc44d79b1..00000000000 --- a/cloud/filestore/libs/endpoint/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_subdirectory(ut) - -add_library(filestore-libs-endpoint) -target_link_libraries(filestore-libs-endpoint PUBLIC - contrib-libs-cxxsupp - yutil - filestore-libs-service - core-libs-common - core-libs-coroutine - core-libs-diagnostics -) -target_sources(filestore-libs-endpoint PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/endpoint/listener.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/endpoint/service_auth.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/endpoint/service.cpp -) diff --git a/cloud/filestore/libs/endpoint/ut/CMakeLists.darwin-x86_64.txt b/cloud/filestore/libs/endpoint/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 84fa3758ef5..00000000000 --- a/cloud/filestore/libs/endpoint/ut/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,75 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-filestore-libs-endpoint-ut) -target_include_directories(cloud-filestore-libs-endpoint-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/endpoint -) -target_link_libraries(cloud-filestore-libs-endpoint-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - filestore-libs-endpoint - core-libs-keyring -) -target_link_options(cloud-filestore-libs-endpoint-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-filestore-libs-endpoint-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/endpoint/service_ut.cpp -) -set_property( - TARGET - cloud-filestore-libs-endpoint-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-libs-endpoint-ut - TEST_TARGET - cloud-filestore-libs-endpoint-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-endpoint-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-libs-endpoint-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-libs-endpoint-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-libs-endpoint-ut - system_allocator -) -vcs_info(cloud-filestore-libs-endpoint-ut) diff --git a/cloud/filestore/libs/endpoint/ut/CMakeLists.linux-aarch64.txt b/cloud/filestore/libs/endpoint/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index ae84fae1eeb..00000000000 --- a/cloud/filestore/libs/endpoint/ut/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_executable(cloud-filestore-libs-endpoint-ut) -target_include_directories(cloud-filestore-libs-endpoint-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/endpoint -) -target_link_libraries(cloud-filestore-libs-endpoint-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - filestore-libs-endpoint - core-libs-keyring -) -target_link_options(cloud-filestore-libs-endpoint-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-filestore-libs-endpoint-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/endpoint/service_ut.cpp -) -set_property( - TARGET - cloud-filestore-libs-endpoint-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-libs-endpoint-ut - TEST_TARGET - cloud-filestore-libs-endpoint-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-endpoint-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-libs-endpoint-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-libs-endpoint-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-libs-endpoint-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-filestore-libs-endpoint-ut) diff --git a/cloud/filestore/libs/endpoint/ut/CMakeLists.linux-x86_64.txt b/cloud/filestore/libs/endpoint/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 2ace8a51d21..00000000000 --- a/cloud/filestore/libs/endpoint/ut/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,80 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-filestore-libs-endpoint-ut) -target_include_directories(cloud-filestore-libs-endpoint-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/endpoint -) -target_link_libraries(cloud-filestore-libs-endpoint-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - filestore-libs-endpoint - core-libs-keyring -) -target_link_options(cloud-filestore-libs-endpoint-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-filestore-libs-endpoint-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/endpoint/service_ut.cpp -) -set_property( - TARGET - cloud-filestore-libs-endpoint-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-libs-endpoint-ut - TEST_TARGET - cloud-filestore-libs-endpoint-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-endpoint-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-libs-endpoint-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-libs-endpoint-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-libs-endpoint-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-filestore-libs-endpoint-ut) diff --git a/cloud/filestore/libs/endpoint/ut/CMakeLists.txt b/cloud/filestore/libs/endpoint/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/libs/endpoint/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/libs/endpoint/ut/CMakeLists.windows-x86_64.txt b/cloud/filestore/libs/endpoint/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index ccbb108e9d4..00000000000 --- a/cloud/filestore/libs/endpoint/ut/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_executable(cloud-filestore-libs-endpoint-ut) -target_include_directories(cloud-filestore-libs-endpoint-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/endpoint -) -target_link_libraries(cloud-filestore-libs-endpoint-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - filestore-libs-endpoint - core-libs-keyring -) -target_sources(cloud-filestore-libs-endpoint-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/endpoint/service_ut.cpp -) -set_property( - TARGET - cloud-filestore-libs-endpoint-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-libs-endpoint-ut - TEST_TARGET - cloud-filestore-libs-endpoint-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-endpoint-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-libs-endpoint-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-libs-endpoint-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-libs-endpoint-ut - system_allocator -) -vcs_info(cloud-filestore-libs-endpoint-ut) diff --git a/cloud/filestore/libs/endpoint_vhost/CMakeLists.darwin-x86_64.txt b/cloud/filestore/libs/endpoint_vhost/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 8625c26d18a..00000000000 --- a/cloud/filestore/libs/endpoint_vhost/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(filestore-libs-endpoint_vhost) -target_link_libraries(filestore-libs-endpoint_vhost PUBLIC - contrib-libs-cxxsupp - yutil - filestore-libs-endpoint - filestore-libs-service - filestore-libs-vfs - core-libs-common - core-libs-diagnostics - vhost-server -) -target_sources(filestore-libs-endpoint_vhost PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/endpoint_vhost/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/endpoint_vhost/listener.cpp -) diff --git a/cloud/filestore/libs/endpoint_vhost/CMakeLists.linux-aarch64.txt b/cloud/filestore/libs/endpoint_vhost/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 6537e96dd62..00000000000 --- a/cloud/filestore/libs/endpoint_vhost/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(filestore-libs-endpoint_vhost) -target_link_libraries(filestore-libs-endpoint_vhost PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - filestore-libs-endpoint - filestore-libs-service - filestore-libs-vfs - core-libs-common - core-libs-diagnostics - vhost-server -) -target_sources(filestore-libs-endpoint_vhost PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/endpoint_vhost/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/endpoint_vhost/listener.cpp -) diff --git a/cloud/filestore/libs/endpoint_vhost/CMakeLists.linux-x86_64.txt b/cloud/filestore/libs/endpoint_vhost/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 6537e96dd62..00000000000 --- a/cloud/filestore/libs/endpoint_vhost/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(filestore-libs-endpoint_vhost) -target_link_libraries(filestore-libs-endpoint_vhost PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - filestore-libs-endpoint - filestore-libs-service - filestore-libs-vfs - core-libs-common - core-libs-diagnostics - vhost-server -) -target_sources(filestore-libs-endpoint_vhost PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/endpoint_vhost/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/endpoint_vhost/listener.cpp -) diff --git a/cloud/filestore/libs/endpoint_vhost/CMakeLists.txt b/cloud/filestore/libs/endpoint_vhost/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/libs/endpoint_vhost/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/libs/endpoint_vhost/CMakeLists.windows-x86_64.txt b/cloud/filestore/libs/endpoint_vhost/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 8625c26d18a..00000000000 --- a/cloud/filestore/libs/endpoint_vhost/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(filestore-libs-endpoint_vhost) -target_link_libraries(filestore-libs-endpoint_vhost PUBLIC - contrib-libs-cxxsupp - yutil - filestore-libs-endpoint - filestore-libs-service - filestore-libs-vfs - core-libs-common - core-libs-diagnostics - vhost-server -) -target_sources(filestore-libs-endpoint_vhost PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/endpoint_vhost/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/endpoint_vhost/listener.cpp -) diff --git a/cloud/filestore/libs/server/CMakeLists.darwin-x86_64.txt b/cloud/filestore/libs/server/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index adee578f426..00000000000 --- a/cloud/filestore/libs/server/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(ut) - -add_library(filestore-libs-server) -target_link_libraries(filestore-libs-server PUBLIC - contrib-libs-cxxsupp - yutil - cloud-filestore-config - filestore-libs-diagnostics - filestore-public-api-grpc - filestore-public-api-protos - filestore-libs-service - core-libs-common - core-libs-diagnostics - core-libs-grpc - storage-core-protos - cpp-deprecated-atomic - library-cpp-lwtrace - contrib-libs-grpc -) -target_sources(filestore-libs-server PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/server/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/server/probes.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/server/server.cpp -) diff --git a/cloud/filestore/libs/server/CMakeLists.linux-aarch64.txt b/cloud/filestore/libs/server/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 8d07613b665..00000000000 --- a/cloud/filestore/libs/server/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(ut) - -add_library(filestore-libs-server) -target_link_libraries(filestore-libs-server PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cloud-filestore-config - filestore-libs-diagnostics - filestore-public-api-grpc - filestore-public-api-protos - filestore-libs-service - core-libs-common - core-libs-diagnostics - core-libs-grpc - storage-core-protos - cpp-deprecated-atomic - library-cpp-lwtrace - contrib-libs-grpc -) -target_sources(filestore-libs-server PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/server/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/server/probes.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/server/server.cpp -) diff --git a/cloud/filestore/libs/server/CMakeLists.linux-x86_64.txt b/cloud/filestore/libs/server/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 8d07613b665..00000000000 --- a/cloud/filestore/libs/server/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(ut) - -add_library(filestore-libs-server) -target_link_libraries(filestore-libs-server PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cloud-filestore-config - filestore-libs-diagnostics - filestore-public-api-grpc - filestore-public-api-protos - filestore-libs-service - core-libs-common - core-libs-diagnostics - core-libs-grpc - storage-core-protos - cpp-deprecated-atomic - library-cpp-lwtrace - contrib-libs-grpc -) -target_sources(filestore-libs-server PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/server/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/server/probes.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/server/server.cpp -) diff --git a/cloud/filestore/libs/server/CMakeLists.txt b/cloud/filestore/libs/server/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/libs/server/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/libs/server/CMakeLists.windows-x86_64.txt b/cloud/filestore/libs/server/CMakeLists.windows-x86_64.txt deleted file mode 100644 index adee578f426..00000000000 --- a/cloud/filestore/libs/server/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(ut) - -add_library(filestore-libs-server) -target_link_libraries(filestore-libs-server PUBLIC - contrib-libs-cxxsupp - yutil - cloud-filestore-config - filestore-libs-diagnostics - filestore-public-api-grpc - filestore-public-api-protos - filestore-libs-service - core-libs-common - core-libs-diagnostics - core-libs-grpc - storage-core-protos - cpp-deprecated-atomic - library-cpp-lwtrace - contrib-libs-grpc -) -target_sources(filestore-libs-server PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/server/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/server/probes.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/server/server.cpp -) diff --git a/cloud/filestore/libs/server/ut/CMakeLists.darwin-x86_64.txt b/cloud/filestore/libs/server/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index cc0beb280ac..00000000000 --- a/cloud/filestore/libs/server/ut/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,76 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-filestore-libs-server-ut) -target_include_directories(cloud-filestore-libs-server-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/server -) -target_link_libraries(cloud-filestore-libs-server-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - filestore-libs-server - filestore-libs-client - filestore-libs-diagnostics -) -target_link_options(cloud-filestore-libs-server-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-filestore-libs-server-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/server/server_ut.cpp -) -set_property( - TARGET - cloud-filestore-libs-server-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-libs-server-ut - TEST_TARGET - cloud-filestore-libs-server-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-server-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-libs-server-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-libs-server-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-libs-server-ut - system_allocator -) -vcs_info(cloud-filestore-libs-server-ut) diff --git a/cloud/filestore/libs/server/ut/CMakeLists.linux-aarch64.txt b/cloud/filestore/libs/server/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 280fe419080..00000000000 --- a/cloud/filestore/libs/server/ut/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,79 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-filestore-libs-server-ut) -target_include_directories(cloud-filestore-libs-server-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/server -) -target_link_libraries(cloud-filestore-libs-server-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - filestore-libs-server - filestore-libs-client - filestore-libs-diagnostics -) -target_link_options(cloud-filestore-libs-server-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-filestore-libs-server-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/server/server_ut.cpp -) -set_property( - TARGET - cloud-filestore-libs-server-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-libs-server-ut - TEST_TARGET - cloud-filestore-libs-server-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-server-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-libs-server-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-libs-server-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-libs-server-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-filestore-libs-server-ut) diff --git a/cloud/filestore/libs/server/ut/CMakeLists.linux-x86_64.txt b/cloud/filestore/libs/server/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 6b78a98865a..00000000000 --- a/cloud/filestore/libs/server/ut/CMakeLists.linux-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_executable(cloud-filestore-libs-server-ut) -target_include_directories(cloud-filestore-libs-server-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/server -) -target_link_libraries(cloud-filestore-libs-server-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - filestore-libs-server - filestore-libs-client - filestore-libs-diagnostics -) -target_link_options(cloud-filestore-libs-server-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-filestore-libs-server-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/server/server_ut.cpp -) -set_property( - TARGET - cloud-filestore-libs-server-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-libs-server-ut - TEST_TARGET - cloud-filestore-libs-server-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-server-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-libs-server-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-libs-server-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-libs-server-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-filestore-libs-server-ut) diff --git a/cloud/filestore/libs/server/ut/CMakeLists.txt b/cloud/filestore/libs/server/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/libs/server/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/libs/server/ut/CMakeLists.windows-x86_64.txt b/cloud/filestore/libs/server/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index dbaf17cfe7b..00000000000 --- a/cloud/filestore/libs/server/ut/CMakeLists.windows-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_executable(cloud-filestore-libs-server-ut) -target_include_directories(cloud-filestore-libs-server-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/server -) -target_link_libraries(cloud-filestore-libs-server-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - filestore-libs-server - filestore-libs-client - filestore-libs-diagnostics -) -target_sources(cloud-filestore-libs-server-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/server/server_ut.cpp -) -set_property( - TARGET - cloud-filestore-libs-server-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-libs-server-ut - TEST_TARGET - cloud-filestore-libs-server-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-server-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-libs-server-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-libs-server-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-libs-server-ut - system_allocator -) -vcs_info(cloud-filestore-libs-server-ut) diff --git a/cloud/filestore/libs/service/CMakeLists.darwin-x86_64.txt b/cloud/filestore/libs/service/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 342b98cb305..00000000000 --- a/cloud/filestore/libs/service/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(filestore-libs-service) -target_link_libraries(filestore-libs-service PUBLIC - contrib-libs-cxxsupp - yutil - cloud-filestore-config - filestore-public-api-protos - core-libs-auth - core-libs-common - storage-core-protos - cpp-protobuf-util - cpp-threading-future -) -target_sources(filestore-libs-service PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service/auth_provider.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service/auth_scheme.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service/context.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service/endpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service/endpoint_test.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service/error.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service/filestore.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service/filestore_test.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service/request.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service/service_auth.cpp -) diff --git a/cloud/filestore/libs/service/CMakeLists.linux-aarch64.txt b/cloud/filestore/libs/service/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 1cc283f0d56..00000000000 --- a/cloud/filestore/libs/service/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(filestore-libs-service) -target_link_libraries(filestore-libs-service PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cloud-filestore-config - filestore-public-api-protos - core-libs-auth - core-libs-common - storage-core-protos - cpp-protobuf-util - cpp-threading-future -) -target_sources(filestore-libs-service PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service/auth_provider.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service/auth_scheme.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service/context.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service/endpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service/endpoint_test.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service/error.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service/filestore.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service/filestore_test.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service/request.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service/service_auth.cpp -) diff --git a/cloud/filestore/libs/service/CMakeLists.linux-x86_64.txt b/cloud/filestore/libs/service/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 1cc283f0d56..00000000000 --- a/cloud/filestore/libs/service/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(filestore-libs-service) -target_link_libraries(filestore-libs-service PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cloud-filestore-config - filestore-public-api-protos - core-libs-auth - core-libs-common - storage-core-protos - cpp-protobuf-util - cpp-threading-future -) -target_sources(filestore-libs-service PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service/auth_provider.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service/auth_scheme.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service/context.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service/endpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service/endpoint_test.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service/error.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service/filestore.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service/filestore_test.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service/request.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service/service_auth.cpp -) diff --git a/cloud/filestore/libs/service/CMakeLists.txt b/cloud/filestore/libs/service/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/libs/service/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/libs/service/CMakeLists.windows-x86_64.txt b/cloud/filestore/libs/service/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 342b98cb305..00000000000 --- a/cloud/filestore/libs/service/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(filestore-libs-service) -target_link_libraries(filestore-libs-service PUBLIC - contrib-libs-cxxsupp - yutil - cloud-filestore-config - filestore-public-api-protos - core-libs-auth - core-libs-common - storage-core-protos - cpp-protobuf-util - cpp-threading-future -) -target_sources(filestore-libs-service PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service/auth_provider.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service/auth_scheme.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service/context.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service/endpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service/endpoint_test.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service/error.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service/filestore.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service/filestore_test.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service/request.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service/service_auth.cpp -) diff --git a/cloud/filestore/libs/service_kikimr/CMakeLists.darwin-x86_64.txt b/cloud/filestore/libs/service_kikimr/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 4d59aca98e6..00000000000 --- a/cloud/filestore/libs/service_kikimr/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_subdirectory(ut) - -add_library(filestore-libs-service_kikimr) -target_link_libraries(filestore-libs-service_kikimr PUBLIC - contrib-libs-cxxsupp - yutil - filestore-libs-service - filestore-libs-storage-api - filestore-libs-storage-core - core-libs-actors - core-libs-api - core-libs-common - core-libs-diagnostics - core-libs-kikimr -) -target_sources(filestore-libs-service_kikimr PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_kikimr/auth_provider_kikimr.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_kikimr/service.cpp -) diff --git a/cloud/filestore/libs/service_kikimr/CMakeLists.linux-aarch64.txt b/cloud/filestore/libs/service_kikimr/CMakeLists.linux-aarch64.txt deleted file mode 100644 index ab9bd7fc700..00000000000 --- a/cloud/filestore/libs/service_kikimr/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_subdirectory(ut) - -add_library(filestore-libs-service_kikimr) -target_link_libraries(filestore-libs-service_kikimr PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - filestore-libs-service - filestore-libs-storage-api - filestore-libs-storage-core - core-libs-actors - core-libs-api - core-libs-common - core-libs-diagnostics - core-libs-kikimr -) -target_sources(filestore-libs-service_kikimr PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_kikimr/auth_provider_kikimr.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_kikimr/service.cpp -) diff --git a/cloud/filestore/libs/service_kikimr/CMakeLists.linux-x86_64.txt b/cloud/filestore/libs/service_kikimr/CMakeLists.linux-x86_64.txt deleted file mode 100644 index ab9bd7fc700..00000000000 --- a/cloud/filestore/libs/service_kikimr/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_subdirectory(ut) - -add_library(filestore-libs-service_kikimr) -target_link_libraries(filestore-libs-service_kikimr PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - filestore-libs-service - filestore-libs-storage-api - filestore-libs-storage-core - core-libs-actors - core-libs-api - core-libs-common - core-libs-diagnostics - core-libs-kikimr -) -target_sources(filestore-libs-service_kikimr PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_kikimr/auth_provider_kikimr.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_kikimr/service.cpp -) diff --git a/cloud/filestore/libs/service_kikimr/CMakeLists.txt b/cloud/filestore/libs/service_kikimr/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/libs/service_kikimr/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/libs/service_kikimr/CMakeLists.windows-x86_64.txt b/cloud/filestore/libs/service_kikimr/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 4d59aca98e6..00000000000 --- a/cloud/filestore/libs/service_kikimr/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_subdirectory(ut) - -add_library(filestore-libs-service_kikimr) -target_link_libraries(filestore-libs-service_kikimr PUBLIC - contrib-libs-cxxsupp - yutil - filestore-libs-service - filestore-libs-storage-api - filestore-libs-storage-core - core-libs-actors - core-libs-api - core-libs-common - core-libs-diagnostics - core-libs-kikimr -) -target_sources(filestore-libs-service_kikimr PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_kikimr/auth_provider_kikimr.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_kikimr/service.cpp -) diff --git a/cloud/filestore/libs/service_kikimr/ut/CMakeLists.darwin-x86_64.txt b/cloud/filestore/libs/service_kikimr/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index bbcf66f8e09..00000000000 --- a/cloud/filestore/libs/service_kikimr/ut/CMakeLists.darwin-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_executable(cloud-filestore-libs-service_kikimr-ut) -target_include_directories(cloud-filestore-libs-service_kikimr-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_kikimr -) -target_link_libraries(cloud-filestore-libs-service_kikimr-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - filestore-libs-service_kikimr - core-testlib-default - core-testlib-basics -) -target_link_options(cloud-filestore-libs-service_kikimr-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-filestore-libs-service_kikimr-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_kikimr/auth_provider_kikimr_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_kikimr/ut/kikimr_test_env.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_kikimr/service_ut.cpp -) -set_property( - TARGET - cloud-filestore-libs-service_kikimr-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-libs-service_kikimr-ut - TEST_TARGET - cloud-filestore-libs-service_kikimr-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-service_kikimr-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-libs-service_kikimr-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-libs-service_kikimr-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-libs-service_kikimr-ut - system_allocator -) -vcs_info(cloud-filestore-libs-service_kikimr-ut) diff --git a/cloud/filestore/libs/service_kikimr/ut/CMakeLists.linux-aarch64.txt b/cloud/filestore/libs/service_kikimr/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 33a8ab49048..00000000000 --- a/cloud/filestore/libs/service_kikimr/ut/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_executable(cloud-filestore-libs-service_kikimr-ut) -target_include_directories(cloud-filestore-libs-service_kikimr-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_kikimr -) -target_link_libraries(cloud-filestore-libs-service_kikimr-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - filestore-libs-service_kikimr - core-testlib-default - core-testlib-basics -) -target_link_options(cloud-filestore-libs-service_kikimr-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-filestore-libs-service_kikimr-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_kikimr/auth_provider_kikimr_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_kikimr/ut/kikimr_test_env.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_kikimr/service_ut.cpp -) -set_property( - TARGET - cloud-filestore-libs-service_kikimr-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-libs-service_kikimr-ut - TEST_TARGET - cloud-filestore-libs-service_kikimr-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-service_kikimr-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-libs-service_kikimr-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-libs-service_kikimr-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-libs-service_kikimr-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-filestore-libs-service_kikimr-ut) diff --git a/cloud/filestore/libs/service_kikimr/ut/CMakeLists.linux-x86_64.txt b/cloud/filestore/libs/service_kikimr/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index cfa0a32424b..00000000000 --- a/cloud/filestore/libs/service_kikimr/ut/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_executable(cloud-filestore-libs-service_kikimr-ut) -target_include_directories(cloud-filestore-libs-service_kikimr-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_kikimr -) -target_link_libraries(cloud-filestore-libs-service_kikimr-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - filestore-libs-service_kikimr - core-testlib-default - core-testlib-basics -) -target_link_options(cloud-filestore-libs-service_kikimr-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-filestore-libs-service_kikimr-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_kikimr/auth_provider_kikimr_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_kikimr/ut/kikimr_test_env.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_kikimr/service_ut.cpp -) -set_property( - TARGET - cloud-filestore-libs-service_kikimr-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-libs-service_kikimr-ut - TEST_TARGET - cloud-filestore-libs-service_kikimr-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-service_kikimr-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-libs-service_kikimr-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-libs-service_kikimr-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-libs-service_kikimr-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-filestore-libs-service_kikimr-ut) diff --git a/cloud/filestore/libs/service_kikimr/ut/CMakeLists.txt b/cloud/filestore/libs/service_kikimr/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/libs/service_kikimr/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/libs/service_kikimr/ut/CMakeLists.windows-x86_64.txt b/cloud/filestore/libs/service_kikimr/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index f65a83c7aa7..00000000000 --- a/cloud/filestore/libs/service_kikimr/ut/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_executable(cloud-filestore-libs-service_kikimr-ut) -target_include_directories(cloud-filestore-libs-service_kikimr-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_kikimr -) -target_link_libraries(cloud-filestore-libs-service_kikimr-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - filestore-libs-service_kikimr - core-testlib-default - core-testlib-basics -) -target_sources(cloud-filestore-libs-service_kikimr-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_kikimr/auth_provider_kikimr_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_kikimr/ut/kikimr_test_env.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_kikimr/service_ut.cpp -) -set_property( - TARGET - cloud-filestore-libs-service_kikimr-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-libs-service_kikimr-ut - TEST_TARGET - cloud-filestore-libs-service_kikimr-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-service_kikimr-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-libs-service_kikimr-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-libs-service_kikimr-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-libs-service_kikimr-ut - system_allocator -) -vcs_info(cloud-filestore-libs-service_kikimr-ut) diff --git a/cloud/filestore/libs/service_local/CMakeLists.darwin-x86_64.txt b/cloud/filestore/libs/service_local/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 56f5ee73459..00000000000 --- a/cloud/filestore/libs/service_local/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_subdirectory(ut) -add_subdirectory(ut_stress) - -add_library(filestore-libs-service_local) -target_link_libraries(filestore-libs-service_local PUBLIC - contrib-libs-cxxsupp - yutil - cloud-filestore-config - filestore-libs-service - core-libs-common - core-libs-diagnostics - cpp-protobuf-util - contrib-libs-protobuf -) -target_sources(filestore-libs-service_local PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_local/cluster.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_local/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_local/fs.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_local/fs_attrs.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_local/fs_cluster.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_local/fs_data.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_local/fs_lock.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_local/fs_node.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_local/fs_session.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_local/index.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_local/service.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_local/session.cpp -) diff --git a/cloud/filestore/libs/service_local/CMakeLists.linux-aarch64.txt b/cloud/filestore/libs/service_local/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 1802393c69a..00000000000 --- a/cloud/filestore/libs/service_local/CMakeLists.linux-aarch64.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_subdirectory(ut) -add_subdirectory(ut_stress) - -add_library(filestore-libs-service_local) -target_link_libraries(filestore-libs-service_local PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cloud-filestore-config - filestore-libs-service - core-libs-common - core-libs-diagnostics - cpp-protobuf-util - contrib-libs-protobuf -) -target_sources(filestore-libs-service_local PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_local/cluster.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_local/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_local/fs.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_local/fs_attrs.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_local/fs_cluster.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_local/fs_data.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_local/fs_lock.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_local/fs_node.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_local/fs_session.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_local/index.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_local/service.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_local/session.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_local/lowlevel.cpp -) diff --git a/cloud/filestore/libs/service_local/CMakeLists.linux-x86_64.txt b/cloud/filestore/libs/service_local/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 1802393c69a..00000000000 --- a/cloud/filestore/libs/service_local/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_subdirectory(ut) -add_subdirectory(ut_stress) - -add_library(filestore-libs-service_local) -target_link_libraries(filestore-libs-service_local PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cloud-filestore-config - filestore-libs-service - core-libs-common - core-libs-diagnostics - cpp-protobuf-util - contrib-libs-protobuf -) -target_sources(filestore-libs-service_local PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_local/cluster.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_local/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_local/fs.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_local/fs_attrs.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_local/fs_cluster.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_local/fs_data.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_local/fs_lock.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_local/fs_node.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_local/fs_session.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_local/index.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_local/service.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_local/session.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_local/lowlevel.cpp -) diff --git a/cloud/filestore/libs/service_local/CMakeLists.txt b/cloud/filestore/libs/service_local/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/libs/service_local/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/libs/service_local/CMakeLists.windows-x86_64.txt b/cloud/filestore/libs/service_local/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 56f5ee73459..00000000000 --- a/cloud/filestore/libs/service_local/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_subdirectory(ut) -add_subdirectory(ut_stress) - -add_library(filestore-libs-service_local) -target_link_libraries(filestore-libs-service_local PUBLIC - contrib-libs-cxxsupp - yutil - cloud-filestore-config - filestore-libs-service - core-libs-common - core-libs-diagnostics - cpp-protobuf-util - contrib-libs-protobuf -) -target_sources(filestore-libs-service_local PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_local/cluster.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_local/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_local/fs.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_local/fs_attrs.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_local/fs_cluster.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_local/fs_data.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_local/fs_lock.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_local/fs_node.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_local/fs_session.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_local/index.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_local/service.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_local/session.cpp -) diff --git a/cloud/filestore/libs/service_local/ut/CMakeLists.darwin-x86_64.txt b/cloud/filestore/libs/service_local/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a9d8e140c4d..00000000000 --- a/cloud/filestore/libs/service_local/ut/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,74 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-filestore-libs-service_local-ut) -target_include_directories(cloud-filestore-libs-service_local-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_local -) -target_link_libraries(cloud-filestore-libs-service_local-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - filestore-libs-service_local -) -target_link_options(cloud-filestore-libs-service_local-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-filestore-libs-service_local-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_local/service_ut.cpp -) -set_property( - TARGET - cloud-filestore-libs-service_local-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-libs-service_local-ut - TEST_TARGET - cloud-filestore-libs-service_local-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-service_local-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-libs-service_local-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-libs-service_local-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-libs-service_local-ut - system_allocator -) -vcs_info(cloud-filestore-libs-service_local-ut) diff --git a/cloud/filestore/libs/service_local/ut/CMakeLists.linux-aarch64.txt b/cloud/filestore/libs/service_local/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 3abd90a20f4..00000000000 --- a/cloud/filestore/libs/service_local/ut/CMakeLists.linux-aarch64.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_executable(cloud-filestore-libs-service_local-ut) -target_include_directories(cloud-filestore-libs-service_local-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_local -) -target_link_libraries(cloud-filestore-libs-service_local-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - filestore-libs-service_local -) -target_link_options(cloud-filestore-libs-service_local-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-filestore-libs-service_local-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_local/service_ut.cpp -) -set_property( - TARGET - cloud-filestore-libs-service_local-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-libs-service_local-ut - TEST_TARGET - cloud-filestore-libs-service_local-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-service_local-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-libs-service_local-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-libs-service_local-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-libs-service_local-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-filestore-libs-service_local-ut) diff --git a/cloud/filestore/libs/service_local/ut/CMakeLists.linux-x86_64.txt b/cloud/filestore/libs/service_local/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 6e5cf0c63b1..00000000000 --- a/cloud/filestore/libs/service_local/ut/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,79 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-filestore-libs-service_local-ut) -target_include_directories(cloud-filestore-libs-service_local-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_local -) -target_link_libraries(cloud-filestore-libs-service_local-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - filestore-libs-service_local -) -target_link_options(cloud-filestore-libs-service_local-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-filestore-libs-service_local-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_local/service_ut.cpp -) -set_property( - TARGET - cloud-filestore-libs-service_local-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-libs-service_local-ut - TEST_TARGET - cloud-filestore-libs-service_local-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-service_local-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-libs-service_local-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-libs-service_local-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-libs-service_local-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-filestore-libs-service_local-ut) diff --git a/cloud/filestore/libs/service_local/ut/CMakeLists.txt b/cloud/filestore/libs/service_local/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/libs/service_local/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/libs/service_local/ut/CMakeLists.windows-x86_64.txt b/cloud/filestore/libs/service_local/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 39b605bf5c6..00000000000 --- a/cloud/filestore/libs/service_local/ut/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,67 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-filestore-libs-service_local-ut) -target_include_directories(cloud-filestore-libs-service_local-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_local -) -target_link_libraries(cloud-filestore-libs-service_local-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - filestore-libs-service_local -) -target_sources(cloud-filestore-libs-service_local-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_local/service_ut.cpp -) -set_property( - TARGET - cloud-filestore-libs-service_local-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-libs-service_local-ut - TEST_TARGET - cloud-filestore-libs-service_local-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-service_local-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-libs-service_local-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-libs-service_local-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-libs-service_local-ut - system_allocator -) -vcs_info(cloud-filestore-libs-service_local-ut) diff --git a/cloud/filestore/libs/service_local/ut_stress/CMakeLists.darwin-x86_64.txt b/cloud/filestore/libs/service_local/ut_stress/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 983cee135d5..00000000000 --- a/cloud/filestore/libs/service_local/ut_stress/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,74 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-filestore-libs-service_local-ut_stress) -target_include_directories(cloud-filestore-libs-service_local-ut_stress PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_local -) -target_link_libraries(cloud-filestore-libs-service_local-ut_stress PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - filestore-libs-service_local -) -target_link_options(cloud-filestore-libs-service_local-ut_stress PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-filestore-libs-service_local-ut_stress PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_local/service_ut_stress.cpp -) -set_property( - TARGET - cloud-filestore-libs-service_local-ut_stress - PROPERTY - SPLIT_FACTOR - 7 -) -add_yunittest( - NAME - cloud-filestore-libs-service_local-ut_stress - TEST_TARGET - cloud-filestore-libs-service_local-ut_stress - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-service_local-ut_stress - PROPERTY - LABELS - MEDIUM -) -set_yunittest_property( - TEST - cloud-filestore-libs-service_local-ut_stress - PROPERTY - PROCESSORS - 4 -) -set_yunittest_property( - TEST - cloud-filestore-libs-service_local-ut_stress - PROPERTY - TIMEOUT - 600 -) -target_allocator(cloud-filestore-libs-service_local-ut_stress - system_allocator -) -vcs_info(cloud-filestore-libs-service_local-ut_stress) diff --git a/cloud/filestore/libs/service_local/ut_stress/CMakeLists.linux-aarch64.txt b/cloud/filestore/libs/service_local/ut_stress/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 30b4e2a763e..00000000000 --- a/cloud/filestore/libs/service_local/ut_stress/CMakeLists.linux-aarch64.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_executable(cloud-filestore-libs-service_local-ut_stress) -target_include_directories(cloud-filestore-libs-service_local-ut_stress PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_local -) -target_link_libraries(cloud-filestore-libs-service_local-ut_stress PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - filestore-libs-service_local -) -target_link_options(cloud-filestore-libs-service_local-ut_stress PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-filestore-libs-service_local-ut_stress PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_local/service_ut_stress.cpp -) -set_property( - TARGET - cloud-filestore-libs-service_local-ut_stress - PROPERTY - SPLIT_FACTOR - 7 -) -add_yunittest( - NAME - cloud-filestore-libs-service_local-ut_stress - TEST_TARGET - cloud-filestore-libs-service_local-ut_stress - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-service_local-ut_stress - PROPERTY - LABELS - MEDIUM -) -set_yunittest_property( - TEST - cloud-filestore-libs-service_local-ut_stress - PROPERTY - PROCESSORS - 4 -) -set_yunittest_property( - TEST - cloud-filestore-libs-service_local-ut_stress - PROPERTY - TIMEOUT - 600 -) -target_allocator(cloud-filestore-libs-service_local-ut_stress - cpp-malloc-jemalloc -) -vcs_info(cloud-filestore-libs-service_local-ut_stress) diff --git a/cloud/filestore/libs/service_local/ut_stress/CMakeLists.linux-x86_64.txt b/cloud/filestore/libs/service_local/ut_stress/CMakeLists.linux-x86_64.txt deleted file mode 100644 index da8e96050d5..00000000000 --- a/cloud/filestore/libs/service_local/ut_stress/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,79 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-filestore-libs-service_local-ut_stress) -target_include_directories(cloud-filestore-libs-service_local-ut_stress PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_local -) -target_link_libraries(cloud-filestore-libs-service_local-ut_stress PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - filestore-libs-service_local -) -target_link_options(cloud-filestore-libs-service_local-ut_stress PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-filestore-libs-service_local-ut_stress PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_local/service_ut_stress.cpp -) -set_property( - TARGET - cloud-filestore-libs-service_local-ut_stress - PROPERTY - SPLIT_FACTOR - 7 -) -add_yunittest( - NAME - cloud-filestore-libs-service_local-ut_stress - TEST_TARGET - cloud-filestore-libs-service_local-ut_stress - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-service_local-ut_stress - PROPERTY - LABELS - MEDIUM -) -set_yunittest_property( - TEST - cloud-filestore-libs-service_local-ut_stress - PROPERTY - PROCESSORS - 4 -) -set_yunittest_property( - TEST - cloud-filestore-libs-service_local-ut_stress - PROPERTY - TIMEOUT - 600 -) -target_allocator(cloud-filestore-libs-service_local-ut_stress - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-filestore-libs-service_local-ut_stress) diff --git a/cloud/filestore/libs/service_local/ut_stress/CMakeLists.txt b/cloud/filestore/libs/service_local/ut_stress/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/libs/service_local/ut_stress/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/libs/service_local/ut_stress/CMakeLists.windows-x86_64.txt b/cloud/filestore/libs/service_local/ut_stress/CMakeLists.windows-x86_64.txt deleted file mode 100644 index e36382321ef..00000000000 --- a/cloud/filestore/libs/service_local/ut_stress/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,67 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-filestore-libs-service_local-ut_stress) -target_include_directories(cloud-filestore-libs-service_local-ut_stress PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_local -) -target_link_libraries(cloud-filestore-libs-service_local-ut_stress PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - filestore-libs-service_local -) -target_sources(cloud-filestore-libs-service_local-ut_stress PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_local/service_ut_stress.cpp -) -set_property( - TARGET - cloud-filestore-libs-service_local-ut_stress - PROPERTY - SPLIT_FACTOR - 7 -) -add_yunittest( - NAME - cloud-filestore-libs-service_local-ut_stress - TEST_TARGET - cloud-filestore-libs-service_local-ut_stress - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-service_local-ut_stress - PROPERTY - LABELS - MEDIUM -) -set_yunittest_property( - TEST - cloud-filestore-libs-service_local-ut_stress - PROPERTY - PROCESSORS - 4 -) -set_yunittest_property( - TEST - cloud-filestore-libs-service_local-ut_stress - PROPERTY - TIMEOUT - 600 -) -target_allocator(cloud-filestore-libs-service_local-ut_stress - system_allocator -) -vcs_info(cloud-filestore-libs-service_local-ut_stress) diff --git a/cloud/filestore/libs/service_null/CMakeLists.darwin-x86_64.txt b/cloud/filestore/libs/service_null/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 24d4522e2c5..00000000000 --- a/cloud/filestore/libs/service_null/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(filestore-libs-service_null) -target_link_libraries(filestore-libs-service_null PUBLIC - contrib-libs-cxxsupp - yutil - filestore-libs-service - core-libs-common -) -target_sources(filestore-libs-service_null PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_null/service.cpp -) diff --git a/cloud/filestore/libs/service_null/CMakeLists.linux-aarch64.txt b/cloud/filestore/libs/service_null/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 239889ca1e1..00000000000 --- a/cloud/filestore/libs/service_null/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(filestore-libs-service_null) -target_link_libraries(filestore-libs-service_null PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - filestore-libs-service - core-libs-common -) -target_sources(filestore-libs-service_null PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_null/service.cpp -) diff --git a/cloud/filestore/libs/service_null/CMakeLists.linux-x86_64.txt b/cloud/filestore/libs/service_null/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 239889ca1e1..00000000000 --- a/cloud/filestore/libs/service_null/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(filestore-libs-service_null) -target_link_libraries(filestore-libs-service_null PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - filestore-libs-service - core-libs-common -) -target_sources(filestore-libs-service_null PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_null/service.cpp -) diff --git a/cloud/filestore/libs/service_null/CMakeLists.txt b/cloud/filestore/libs/service_null/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/libs/service_null/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/libs/service_null/CMakeLists.windows-x86_64.txt b/cloud/filestore/libs/service_null/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 24d4522e2c5..00000000000 --- a/cloud/filestore/libs/service_null/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(filestore-libs-service_null) -target_link_libraries(filestore-libs-service_null PUBLIC - contrib-libs-cxxsupp - yutil - filestore-libs-service - core-libs-common -) -target_sources(filestore-libs-service_null PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/service_null/service.cpp -) diff --git a/cloud/filestore/libs/storage/CMakeLists.txt b/cloud/filestore/libs/storage/CMakeLists.txt deleted file mode 100644 index 2d0c7432e41..00000000000 --- a/cloud/filestore/libs/storage/CMakeLists.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -add_subdirectory(api) -add_subdirectory(core) -add_subdirectory(init) -add_subdirectory(model) -add_subdirectory(service) -add_subdirectory(ss_proxy) -add_subdirectory(tablet) -add_subdirectory(tablet_proxy) -add_subdirectory(testlib) diff --git a/cloud/filestore/libs/storage/api/CMakeLists.darwin-x86_64.txt b/cloud/filestore/libs/storage/api/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6b686073439..00000000000 --- a/cloud/filestore/libs/storage/api/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(filestore-libs-storage-api) -target_link_libraries(filestore-libs-storage-api PUBLIC - contrib-libs-cxxsupp - yutil - cloud-filestore-config - filestore-libs-service - filestore-private-api-protos - filestore-public-api-protos - core-libs-common - library-actors-core - ydb-core-base - ydb-core-protos -) -target_sources(filestore-libs-storage-api PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/api/components.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/api/events.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/api/service.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/api/ss_proxy.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/api/tablet.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/api/tablet_proxy.cpp -) diff --git a/cloud/filestore/libs/storage/api/CMakeLists.linux-aarch64.txt b/cloud/filestore/libs/storage/api/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 46e05a186f4..00000000000 --- a/cloud/filestore/libs/storage/api/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(filestore-libs-storage-api) -target_link_libraries(filestore-libs-storage-api PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cloud-filestore-config - filestore-libs-service - filestore-private-api-protos - filestore-public-api-protos - core-libs-common - library-actors-core - ydb-core-base - ydb-core-protos -) -target_sources(filestore-libs-storage-api PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/api/components.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/api/events.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/api/service.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/api/ss_proxy.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/api/tablet.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/api/tablet_proxy.cpp -) diff --git a/cloud/filestore/libs/storage/api/CMakeLists.linux-x86_64.txt b/cloud/filestore/libs/storage/api/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 46e05a186f4..00000000000 --- a/cloud/filestore/libs/storage/api/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(filestore-libs-storage-api) -target_link_libraries(filestore-libs-storage-api PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cloud-filestore-config - filestore-libs-service - filestore-private-api-protos - filestore-public-api-protos - core-libs-common - library-actors-core - ydb-core-base - ydb-core-protos -) -target_sources(filestore-libs-storage-api PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/api/components.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/api/events.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/api/service.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/api/ss_proxy.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/api/tablet.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/api/tablet_proxy.cpp -) diff --git a/cloud/filestore/libs/storage/api/CMakeLists.txt b/cloud/filestore/libs/storage/api/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/libs/storage/api/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/libs/storage/api/CMakeLists.windows-x86_64.txt b/cloud/filestore/libs/storage/api/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 6b686073439..00000000000 --- a/cloud/filestore/libs/storage/api/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(filestore-libs-storage-api) -target_link_libraries(filestore-libs-storage-api PUBLIC - contrib-libs-cxxsupp - yutil - cloud-filestore-config - filestore-libs-service - filestore-private-api-protos - filestore-public-api-protos - core-libs-common - library-actors-core - ydb-core-base - ydb-core-protos -) -target_sources(filestore-libs-storage-api PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/api/components.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/api/events.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/api/service.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/api/ss_proxy.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/api/tablet.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/api/tablet_proxy.cpp -) diff --git a/cloud/filestore/libs/storage/core/CMakeLists.darwin-x86_64.txt b/cloud/filestore/libs/storage/core/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 17b9e202d3f..00000000000 --- a/cloud/filestore/libs/storage/core/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_subdirectory(ut) - -add_library(filestore-libs-storage-core) -target_link_libraries(filestore-libs-storage-core PUBLIC - contrib-libs-cxxsupp - yutil - cloud-filestore-config - filestore-libs-service - filestore-public-api-protos - core-libs-common - library-actors-core - cpp-deprecated-atomic - library-cpp-lwtrace - ydb-core-base - core-engine-minikql - ydb-core-protos - ydb-core-tablet - ydb-core-tablet_flat - yql-sql-pg_dummy -) -target_sources(filestore-libs-storage-core PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/core/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/core/helpers.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/core/model.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/core/probes.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/core/request_info.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/core/tablet.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/core/tablet_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/core/tablet_schema.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/core/utils.cpp -) diff --git a/cloud/filestore/libs/storage/core/CMakeLists.linux-aarch64.txt b/cloud/filestore/libs/storage/core/CMakeLists.linux-aarch64.txt deleted file mode 100644 index c519b55cd35..00000000000 --- a/cloud/filestore/libs/storage/core/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_subdirectory(ut) - -add_library(filestore-libs-storage-core) -target_link_libraries(filestore-libs-storage-core PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cloud-filestore-config - filestore-libs-service - filestore-public-api-protos - core-libs-common - library-actors-core - cpp-deprecated-atomic - library-cpp-lwtrace - ydb-core-base - core-engine-minikql - ydb-core-protos - ydb-core-tablet - ydb-core-tablet_flat - yql-sql-pg_dummy -) -target_sources(filestore-libs-storage-core PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/core/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/core/helpers.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/core/model.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/core/probes.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/core/request_info.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/core/tablet.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/core/tablet_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/core/tablet_schema.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/core/utils.cpp -) diff --git a/cloud/filestore/libs/storage/core/CMakeLists.linux-x86_64.txt b/cloud/filestore/libs/storage/core/CMakeLists.linux-x86_64.txt deleted file mode 100644 index c519b55cd35..00000000000 --- a/cloud/filestore/libs/storage/core/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_subdirectory(ut) - -add_library(filestore-libs-storage-core) -target_link_libraries(filestore-libs-storage-core PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cloud-filestore-config - filestore-libs-service - filestore-public-api-protos - core-libs-common - library-actors-core - cpp-deprecated-atomic - library-cpp-lwtrace - ydb-core-base - core-engine-minikql - ydb-core-protos - ydb-core-tablet - ydb-core-tablet_flat - yql-sql-pg_dummy -) -target_sources(filestore-libs-storage-core PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/core/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/core/helpers.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/core/model.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/core/probes.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/core/request_info.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/core/tablet.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/core/tablet_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/core/tablet_schema.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/core/utils.cpp -) diff --git a/cloud/filestore/libs/storage/core/CMakeLists.txt b/cloud/filestore/libs/storage/core/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/libs/storage/core/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/libs/storage/core/CMakeLists.windows-x86_64.txt b/cloud/filestore/libs/storage/core/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 17b9e202d3f..00000000000 --- a/cloud/filestore/libs/storage/core/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_subdirectory(ut) - -add_library(filestore-libs-storage-core) -target_link_libraries(filestore-libs-storage-core PUBLIC - contrib-libs-cxxsupp - yutil - cloud-filestore-config - filestore-libs-service - filestore-public-api-protos - core-libs-common - library-actors-core - cpp-deprecated-atomic - library-cpp-lwtrace - ydb-core-base - core-engine-minikql - ydb-core-protos - ydb-core-tablet - ydb-core-tablet_flat - yql-sql-pg_dummy -) -target_sources(filestore-libs-storage-core PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/core/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/core/helpers.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/core/model.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/core/probes.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/core/request_info.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/core/tablet.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/core/tablet_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/core/tablet_schema.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/core/utils.cpp -) diff --git a/cloud/filestore/libs/storage/core/ut/CMakeLists.darwin-x86_64.txt b/cloud/filestore/libs/storage/core/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 37a2dbfd62f..00000000000 --- a/cloud/filestore/libs/storage/core/ut/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,75 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-filestore-libs-storage-core-ut) -target_include_directories(cloud-filestore-libs-storage-core-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/core -) -target_link_libraries(cloud-filestore-libs-storage-core-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - filestore-libs-storage-core -) -target_link_options(cloud-filestore-libs-storage-core-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-filestore-libs-storage-core-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/core/helpers_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/core/model_ut.cpp -) -set_property( - TARGET - cloud-filestore-libs-storage-core-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-libs-storage-core-ut - TEST_TARGET - cloud-filestore-libs-storage-core-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-core-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-core-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-core-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-libs-storage-core-ut - system_allocator -) -vcs_info(cloud-filestore-libs-storage-core-ut) diff --git a/cloud/filestore/libs/storage/core/ut/CMakeLists.linux-aarch64.txt b/cloud/filestore/libs/storage/core/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 358f4feead8..00000000000 --- a/cloud/filestore/libs/storage/core/ut/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_executable(cloud-filestore-libs-storage-core-ut) -target_include_directories(cloud-filestore-libs-storage-core-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/core -) -target_link_libraries(cloud-filestore-libs-storage-core-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - filestore-libs-storage-core -) -target_link_options(cloud-filestore-libs-storage-core-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-filestore-libs-storage-core-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/core/helpers_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/core/model_ut.cpp -) -set_property( - TARGET - cloud-filestore-libs-storage-core-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-libs-storage-core-ut - TEST_TARGET - cloud-filestore-libs-storage-core-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-core-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-core-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-core-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-libs-storage-core-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-filestore-libs-storage-core-ut) diff --git a/cloud/filestore/libs/storage/core/ut/CMakeLists.linux-x86_64.txt b/cloud/filestore/libs/storage/core/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 3e6e9e81d91..00000000000 --- a/cloud/filestore/libs/storage/core/ut/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,80 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-filestore-libs-storage-core-ut) -target_include_directories(cloud-filestore-libs-storage-core-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/core -) -target_link_libraries(cloud-filestore-libs-storage-core-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - filestore-libs-storage-core -) -target_link_options(cloud-filestore-libs-storage-core-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-filestore-libs-storage-core-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/core/helpers_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/core/model_ut.cpp -) -set_property( - TARGET - cloud-filestore-libs-storage-core-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-libs-storage-core-ut - TEST_TARGET - cloud-filestore-libs-storage-core-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-core-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-core-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-core-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-libs-storage-core-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-filestore-libs-storage-core-ut) diff --git a/cloud/filestore/libs/storage/core/ut/CMakeLists.txt b/cloud/filestore/libs/storage/core/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/libs/storage/core/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/libs/storage/core/ut/CMakeLists.windows-x86_64.txt b/cloud/filestore/libs/storage/core/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 733352690a6..00000000000 --- a/cloud/filestore/libs/storage/core/ut/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_executable(cloud-filestore-libs-storage-core-ut) -target_include_directories(cloud-filestore-libs-storage-core-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/core -) -target_link_libraries(cloud-filestore-libs-storage-core-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - filestore-libs-storage-core -) -target_sources(cloud-filestore-libs-storage-core-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/core/helpers_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/core/model_ut.cpp -) -set_property( - TARGET - cloud-filestore-libs-storage-core-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-libs-storage-core-ut - TEST_TARGET - cloud-filestore-libs-storage-core-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-core-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-core-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-core-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-libs-storage-core-ut - system_allocator -) -vcs_info(cloud-filestore-libs-storage-core-ut) diff --git a/cloud/filestore/libs/storage/init/CMakeLists.darwin-x86_64.txt b/cloud/filestore/libs/storage/init/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a8730736e24..00000000000 --- a/cloud/filestore/libs/storage/init/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(libs-storage-init) -target_compile_options(libs-storage-init PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(libs-storage-init PUBLIC - contrib-libs-cxxsupp - yutil - filestore-libs-storage-api - filestore-libs-storage-service - filestore-libs-storage-ss_proxy - libs-storage-tablet - libs-storage-tablet_proxy - core-libs-api - core-libs-auth - core-libs-common - core-libs-diagnostics - core-libs-hive_proxy - core-libs-kikimr - core-libs-user_stats - library-actors-core - ydb-core-base - run - ydb-core-mind - ydb-core-mon - ydb-core-protos - ydb-core-tablet - lib-deprecated-kicli -) -target_sources(libs-storage-init PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/init/actorsystem.cpp -) diff --git a/cloud/filestore/libs/storage/init/CMakeLists.linux-aarch64.txt b/cloud/filestore/libs/storage/init/CMakeLists.linux-aarch64.txt deleted file mode 100644 index bef89c23c9a..00000000000 --- a/cloud/filestore/libs/storage/init/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(libs-storage-init) -target_compile_options(libs-storage-init PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(libs-storage-init PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - filestore-libs-storage-api - filestore-libs-storage-service - filestore-libs-storage-ss_proxy - libs-storage-tablet - libs-storage-tablet_proxy - core-libs-api - core-libs-auth - core-libs-common - core-libs-diagnostics - core-libs-hive_proxy - core-libs-kikimr - core-libs-user_stats - library-actors-core - ydb-core-base - run - ydb-core-mind - ydb-core-mon - ydb-core-protos - ydb-core-tablet - lib-deprecated-kicli -) -target_sources(libs-storage-init PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/init/actorsystem.cpp -) diff --git a/cloud/filestore/libs/storage/init/CMakeLists.linux-x86_64.txt b/cloud/filestore/libs/storage/init/CMakeLists.linux-x86_64.txt deleted file mode 100644 index bef89c23c9a..00000000000 --- a/cloud/filestore/libs/storage/init/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(libs-storage-init) -target_compile_options(libs-storage-init PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(libs-storage-init PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - filestore-libs-storage-api - filestore-libs-storage-service - filestore-libs-storage-ss_proxy - libs-storage-tablet - libs-storage-tablet_proxy - core-libs-api - core-libs-auth - core-libs-common - core-libs-diagnostics - core-libs-hive_proxy - core-libs-kikimr - core-libs-user_stats - library-actors-core - ydb-core-base - run - ydb-core-mind - ydb-core-mon - ydb-core-protos - ydb-core-tablet - lib-deprecated-kicli -) -target_sources(libs-storage-init PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/init/actorsystem.cpp -) diff --git a/cloud/filestore/libs/storage/init/CMakeLists.txt b/cloud/filestore/libs/storage/init/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/libs/storage/init/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/libs/storage/init/CMakeLists.windows-x86_64.txt b/cloud/filestore/libs/storage/init/CMakeLists.windows-x86_64.txt deleted file mode 100644 index a8730736e24..00000000000 --- a/cloud/filestore/libs/storage/init/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(libs-storage-init) -target_compile_options(libs-storage-init PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(libs-storage-init PUBLIC - contrib-libs-cxxsupp - yutil - filestore-libs-storage-api - filestore-libs-storage-service - filestore-libs-storage-ss_proxy - libs-storage-tablet - libs-storage-tablet_proxy - core-libs-api - core-libs-auth - core-libs-common - core-libs-diagnostics - core-libs-hive_proxy - core-libs-kikimr - core-libs-user_stats - library-actors-core - ydb-core-base - run - ydb-core-mind - ydb-core-mon - ydb-core-protos - ydb-core-tablet - lib-deprecated-kicli -) -target_sources(libs-storage-init PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/init/actorsystem.cpp -) diff --git a/cloud/filestore/libs/storage/model/CMakeLists.darwin-x86_64.txt b/cloud/filestore/libs/storage/model/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 43b373a13d2..00000000000 --- a/cloud/filestore/libs/storage/model/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(filestore-libs-storage-model) -target_link_libraries(filestore-libs-storage-model PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime -) -target_sources(filestore-libs-storage-model PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/model/channel_data_kind.cpp -) -generate_enum_serilization(filestore-libs-storage-model - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/model/channel_data_kind.h - INCLUDE_HEADERS - cloud/filestore/libs/storage/model/channel_data_kind.h -) diff --git a/cloud/filestore/libs/storage/model/CMakeLists.linux-aarch64.txt b/cloud/filestore/libs/storage/model/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 4076be1fc57..00000000000 --- a/cloud/filestore/libs/storage/model/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(filestore-libs-storage-model) -target_link_libraries(filestore-libs-storage-model PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime -) -target_sources(filestore-libs-storage-model PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/model/channel_data_kind.cpp -) -generate_enum_serilization(filestore-libs-storage-model - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/model/channel_data_kind.h - INCLUDE_HEADERS - cloud/filestore/libs/storage/model/channel_data_kind.h -) diff --git a/cloud/filestore/libs/storage/model/CMakeLists.linux-x86_64.txt b/cloud/filestore/libs/storage/model/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 4076be1fc57..00000000000 --- a/cloud/filestore/libs/storage/model/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(filestore-libs-storage-model) -target_link_libraries(filestore-libs-storage-model PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime -) -target_sources(filestore-libs-storage-model PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/model/channel_data_kind.cpp -) -generate_enum_serilization(filestore-libs-storage-model - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/model/channel_data_kind.h - INCLUDE_HEADERS - cloud/filestore/libs/storage/model/channel_data_kind.h -) diff --git a/cloud/filestore/libs/storage/model/CMakeLists.txt b/cloud/filestore/libs/storage/model/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/libs/storage/model/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/libs/storage/model/CMakeLists.windows-x86_64.txt b/cloud/filestore/libs/storage/model/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 43b373a13d2..00000000000 --- a/cloud/filestore/libs/storage/model/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(filestore-libs-storage-model) -target_link_libraries(filestore-libs-storage-model PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime -) -target_sources(filestore-libs-storage-model PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/model/channel_data_kind.cpp -) -generate_enum_serilization(filestore-libs-storage-model - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/model/channel_data_kind.h - INCLUDE_HEADERS - cloud/filestore/libs/storage/model/channel_data_kind.h -) diff --git a/cloud/filestore/libs/storage/service/CMakeLists.darwin-x86_64.txt b/cloud/filestore/libs/storage/service/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2fc206cd852..00000000000 --- a/cloud/filestore/libs/storage/service/CMakeLists.darwin-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_subdirectory(ut) - -add_library(filestore-libs-storage-service) -target_link_libraries(filestore-libs-storage-service PUBLIC - contrib-libs-cxxsupp - yutil - filestore-libs-diagnostics - filestore-libs-storage-api - filestore-libs-storage-core - filestore-libs-storage-model - core-libs-common - core-libs-diagnostics - library-actors-core - monlib-service-pages - cpp-string_utils-quote - ydb-core-base - ydb-core-mind - ydb-core-mon - ydb-core-protos - ydb-core-tablet -) -target_sources(filestore-libs-storage-service PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/helpers.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_actions_change_storage_config.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_actions_drain_tablets.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_actions_get_storage_config_fields.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_actions.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_alterfs.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_complete.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_createfs.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_createsession.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_describefsmodel.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_destroyfs.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_destroysession.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_forward.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_getfsinfo.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_getsessionevents.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_list.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_monitoring.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_monitoring_search.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_ping.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_pingsession.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_statfs.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_update_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_state.cpp -) diff --git a/cloud/filestore/libs/storage/service/CMakeLists.linux-aarch64.txt b/cloud/filestore/libs/storage/service/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e8ad68aa6b0..00000000000 --- a/cloud/filestore/libs/storage/service/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,57 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(ut) - -add_library(filestore-libs-storage-service) -target_link_libraries(filestore-libs-storage-service PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - filestore-libs-diagnostics - filestore-libs-storage-api - filestore-libs-storage-core - filestore-libs-storage-model - core-libs-common - core-libs-diagnostics - library-actors-core - monlib-service-pages - cpp-string_utils-quote - ydb-core-base - ydb-core-mind - ydb-core-mon - ydb-core-protos - ydb-core-tablet -) -target_sources(filestore-libs-storage-service PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/helpers.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_actions_change_storage_config.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_actions_drain_tablets.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_actions_get_storage_config_fields.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_actions.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_alterfs.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_complete.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_createfs.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_createsession.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_describefsmodel.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_destroyfs.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_destroysession.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_forward.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_getfsinfo.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_getsessionevents.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_list.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_monitoring.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_monitoring_search.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_ping.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_pingsession.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_statfs.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_update_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_state.cpp -) diff --git a/cloud/filestore/libs/storage/service/CMakeLists.linux-x86_64.txt b/cloud/filestore/libs/storage/service/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e8ad68aa6b0..00000000000 --- a/cloud/filestore/libs/storage/service/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,57 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(ut) - -add_library(filestore-libs-storage-service) -target_link_libraries(filestore-libs-storage-service PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - filestore-libs-diagnostics - filestore-libs-storage-api - filestore-libs-storage-core - filestore-libs-storage-model - core-libs-common - core-libs-diagnostics - library-actors-core - monlib-service-pages - cpp-string_utils-quote - ydb-core-base - ydb-core-mind - ydb-core-mon - ydb-core-protos - ydb-core-tablet -) -target_sources(filestore-libs-storage-service PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/helpers.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_actions_change_storage_config.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_actions_drain_tablets.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_actions_get_storage_config_fields.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_actions.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_alterfs.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_complete.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_createfs.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_createsession.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_describefsmodel.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_destroyfs.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_destroysession.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_forward.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_getfsinfo.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_getsessionevents.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_list.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_monitoring.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_monitoring_search.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_ping.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_pingsession.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_statfs.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_update_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_state.cpp -) diff --git a/cloud/filestore/libs/storage/service/CMakeLists.txt b/cloud/filestore/libs/storage/service/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/libs/storage/service/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/libs/storage/service/CMakeLists.windows-x86_64.txt b/cloud/filestore/libs/storage/service/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 2fc206cd852..00000000000 --- a/cloud/filestore/libs/storage/service/CMakeLists.windows-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_subdirectory(ut) - -add_library(filestore-libs-storage-service) -target_link_libraries(filestore-libs-storage-service PUBLIC - contrib-libs-cxxsupp - yutil - filestore-libs-diagnostics - filestore-libs-storage-api - filestore-libs-storage-core - filestore-libs-storage-model - core-libs-common - core-libs-diagnostics - library-actors-core - monlib-service-pages - cpp-string_utils-quote - ydb-core-base - ydb-core-mind - ydb-core-mon - ydb-core-protos - ydb-core-tablet -) -target_sources(filestore-libs-storage-service PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/helpers.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_actions_change_storage_config.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_actions_drain_tablets.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_actions_get_storage_config_fields.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_actions.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_alterfs.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_complete.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_createfs.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_createsession.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_describefsmodel.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_destroyfs.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_destroysession.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_forward.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_getfsinfo.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_getsessionevents.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_list.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_monitoring.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_monitoring_search.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_ping.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_pingsession.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_statfs.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_update_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_state.cpp -) diff --git a/cloud/filestore/libs/storage/service/ut/CMakeLists.darwin-x86_64.txt b/cloud/filestore/libs/storage/service/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 924b1f65636..00000000000 --- a/cloud/filestore/libs/storage/service/ut/CMakeLists.darwin-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_executable(cloud-filestore-libs-storage-service-ut) -target_compile_options(cloud-filestore-libs-storage-service-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-filestore-libs-storage-service-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service -) -target_link_libraries(cloud-filestore-libs-storage-service-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - filestore-libs-storage-service - filestore-libs-storage-testlib - ydb-core-testlib -) -target_link_options(cloud-filestore-libs-storage-service-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-filestore-libs-storage-service-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/helpers_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_actions_ut.cpp -) -set_property( - TARGET - cloud-filestore-libs-storage-service-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-libs-storage-service-ut - TEST_TARGET - cloud-filestore-libs-storage-service-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-service-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-service-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-service-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-libs-storage-service-ut - system_allocator -) -vcs_info(cloud-filestore-libs-storage-service-ut) diff --git a/cloud/filestore/libs/storage/service/ut/CMakeLists.linux-aarch64.txt b/cloud/filestore/libs/storage/service/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index ee1a0a33186..00000000000 --- a/cloud/filestore/libs/storage/service/ut/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,84 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-filestore-libs-storage-service-ut) -target_compile_options(cloud-filestore-libs-storage-service-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-filestore-libs-storage-service-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service -) -target_link_libraries(cloud-filestore-libs-storage-service-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - filestore-libs-storage-service - filestore-libs-storage-testlib - ydb-core-testlib -) -target_link_options(cloud-filestore-libs-storage-service-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-filestore-libs-storage-service-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/helpers_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_actions_ut.cpp -) -set_property( - TARGET - cloud-filestore-libs-storage-service-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-libs-storage-service-ut - TEST_TARGET - cloud-filestore-libs-storage-service-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-service-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-service-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-service-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-libs-storage-service-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-filestore-libs-storage-service-ut) diff --git a/cloud/filestore/libs/storage/service/ut/CMakeLists.linux-x86_64.txt b/cloud/filestore/libs/storage/service/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e4720b0d0d0..00000000000 --- a/cloud/filestore/libs/storage/service/ut/CMakeLists.linux-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_executable(cloud-filestore-libs-storage-service-ut) -target_compile_options(cloud-filestore-libs-storage-service-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-filestore-libs-storage-service-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service -) -target_link_libraries(cloud-filestore-libs-storage-service-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - filestore-libs-storage-service - filestore-libs-storage-testlib - ydb-core-testlib -) -target_link_options(cloud-filestore-libs-storage-service-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-filestore-libs-storage-service-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/helpers_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_actions_ut.cpp -) -set_property( - TARGET - cloud-filestore-libs-storage-service-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-libs-storage-service-ut - TEST_TARGET - cloud-filestore-libs-storage-service-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-service-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-service-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-service-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-libs-storage-service-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-filestore-libs-storage-service-ut) diff --git a/cloud/filestore/libs/storage/service/ut/CMakeLists.txt b/cloud/filestore/libs/storage/service/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/libs/storage/service/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/libs/storage/service/ut/CMakeLists.windows-x86_64.txt b/cloud/filestore/libs/storage/service/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 5d20dfdb165..00000000000 --- a/cloud/filestore/libs/storage/service/ut/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,74 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-filestore-libs-storage-service-ut) -target_compile_options(cloud-filestore-libs-storage-service-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-filestore-libs-storage-service-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service -) -target_link_libraries(cloud-filestore-libs-storage-service-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - filestore-libs-storage-service - filestore-libs-storage-testlib - ydb-core-testlib -) -target_sources(cloud-filestore-libs-storage-service-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/helpers_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/service/service_actor_actions_ut.cpp -) -set_property( - TARGET - cloud-filestore-libs-storage-service-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-libs-storage-service-ut - TEST_TARGET - cloud-filestore-libs-storage-service-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-service-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-service-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-service-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-libs-storage-service-ut - system_allocator -) -vcs_info(cloud-filestore-libs-storage-service-ut) diff --git a/cloud/filestore/libs/storage/ss_proxy/CMakeLists.darwin-x86_64.txt b/cloud/filestore/libs/storage/ss_proxy/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2847aac895f..00000000000 --- a/cloud/filestore/libs/storage/ss_proxy/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_subdirectory(ut) - -add_library(filestore-libs-storage-ss_proxy) -target_link_libraries(filestore-libs-storage-ss_proxy PUBLIC - contrib-libs-cxxsupp - yutil - filestore-libs-storage-api - filestore-libs-storage-core - core-libs-kikimr - library-actors-core - cpp-string_utils-quote - ydb-core-base - ydb-core-tablet - core-tx-schemeshard - core-tx-tx_proxy -) -target_sources(filestore-libs-storage-ss_proxy PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/ss_proxy/path.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/ss_proxy/ss_proxy.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/ss_proxy/ss_proxy_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/ss_proxy/ss_proxy_actor_alterfs.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/ss_proxy/ss_proxy_actor_createfs.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/ss_proxy/ss_proxy_actor_describefs.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/ss_proxy/ss_proxy_actor_describescheme.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/ss_proxy/ss_proxy_actor_destroyfs.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/ss_proxy/ss_proxy_actor_modifyscheme.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/ss_proxy/ss_proxy_actor_waitschemetx.cpp -) diff --git a/cloud/filestore/libs/storage/ss_proxy/CMakeLists.linux-aarch64.txt b/cloud/filestore/libs/storage/ss_proxy/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 7d08140df22..00000000000 --- a/cloud/filestore/libs/storage/ss_proxy/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_subdirectory(ut) - -add_library(filestore-libs-storage-ss_proxy) -target_link_libraries(filestore-libs-storage-ss_proxy PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - filestore-libs-storage-api - filestore-libs-storage-core - core-libs-kikimr - library-actors-core - cpp-string_utils-quote - ydb-core-base - ydb-core-tablet - core-tx-schemeshard - core-tx-tx_proxy -) -target_sources(filestore-libs-storage-ss_proxy PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/ss_proxy/path.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/ss_proxy/ss_proxy.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/ss_proxy/ss_proxy_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/ss_proxy/ss_proxy_actor_alterfs.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/ss_proxy/ss_proxy_actor_createfs.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/ss_proxy/ss_proxy_actor_describefs.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/ss_proxy/ss_proxy_actor_describescheme.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/ss_proxy/ss_proxy_actor_destroyfs.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/ss_proxy/ss_proxy_actor_modifyscheme.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/ss_proxy/ss_proxy_actor_waitschemetx.cpp -) diff --git a/cloud/filestore/libs/storage/ss_proxy/CMakeLists.linux-x86_64.txt b/cloud/filestore/libs/storage/ss_proxy/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 7d08140df22..00000000000 --- a/cloud/filestore/libs/storage/ss_proxy/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_subdirectory(ut) - -add_library(filestore-libs-storage-ss_proxy) -target_link_libraries(filestore-libs-storage-ss_proxy PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - filestore-libs-storage-api - filestore-libs-storage-core - core-libs-kikimr - library-actors-core - cpp-string_utils-quote - ydb-core-base - ydb-core-tablet - core-tx-schemeshard - core-tx-tx_proxy -) -target_sources(filestore-libs-storage-ss_proxy PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/ss_proxy/path.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/ss_proxy/ss_proxy.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/ss_proxy/ss_proxy_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/ss_proxy/ss_proxy_actor_alterfs.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/ss_proxy/ss_proxy_actor_createfs.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/ss_proxy/ss_proxy_actor_describefs.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/ss_proxy/ss_proxy_actor_describescheme.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/ss_proxy/ss_proxy_actor_destroyfs.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/ss_proxy/ss_proxy_actor_modifyscheme.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/ss_proxy/ss_proxy_actor_waitschemetx.cpp -) diff --git a/cloud/filestore/libs/storage/ss_proxy/CMakeLists.txt b/cloud/filestore/libs/storage/ss_proxy/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/libs/storage/ss_proxy/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/libs/storage/ss_proxy/CMakeLists.windows-x86_64.txt b/cloud/filestore/libs/storage/ss_proxy/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 2847aac895f..00000000000 --- a/cloud/filestore/libs/storage/ss_proxy/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_subdirectory(ut) - -add_library(filestore-libs-storage-ss_proxy) -target_link_libraries(filestore-libs-storage-ss_proxy PUBLIC - contrib-libs-cxxsupp - yutil - filestore-libs-storage-api - filestore-libs-storage-core - core-libs-kikimr - library-actors-core - cpp-string_utils-quote - ydb-core-base - ydb-core-tablet - core-tx-schemeshard - core-tx-tx_proxy -) -target_sources(filestore-libs-storage-ss_proxy PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/ss_proxy/path.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/ss_proxy/ss_proxy.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/ss_proxy/ss_proxy_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/ss_proxy/ss_proxy_actor_alterfs.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/ss_proxy/ss_proxy_actor_createfs.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/ss_proxy/ss_proxy_actor_describefs.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/ss_proxy/ss_proxy_actor_describescheme.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/ss_proxy/ss_proxy_actor_destroyfs.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/ss_proxy/ss_proxy_actor_modifyscheme.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/ss_proxy/ss_proxy_actor_waitschemetx.cpp -) diff --git a/cloud/filestore/libs/storage/ss_proxy/ut/CMakeLists.darwin-x86_64.txt b/cloud/filestore/libs/storage/ss_proxy/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a504ce4c1dc..00000000000 --- a/cloud/filestore/libs/storage/ss_proxy/ut/CMakeLists.darwin-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_executable(cloud-filestore-libs-storage-ss_proxy-ut) -target_compile_options(cloud-filestore-libs-storage-ss_proxy-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-filestore-libs-storage-ss_proxy-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/ss_proxy -) -target_link_libraries(cloud-filestore-libs-storage-ss_proxy-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - filestore-libs-storage-ss_proxy - filestore-libs-storage-testlib -) -target_link_options(cloud-filestore-libs-storage-ss_proxy-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-filestore-libs-storage-ss_proxy-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/ss_proxy/ss_proxy_ut.cpp -) -set_property( - TARGET - cloud-filestore-libs-storage-ss_proxy-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-libs-storage-ss_proxy-ut - TEST_TARGET - cloud-filestore-libs-storage-ss_proxy-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-ss_proxy-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-ss_proxy-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-ss_proxy-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-libs-storage-ss_proxy-ut - system_allocator -) -vcs_info(cloud-filestore-libs-storage-ss_proxy-ut) diff --git a/cloud/filestore/libs/storage/ss_proxy/ut/CMakeLists.linux-aarch64.txt b/cloud/filestore/libs/storage/ss_proxy/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index dde491e32c1..00000000000 --- a/cloud/filestore/libs/storage/ss_proxy/ut/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_executable(cloud-filestore-libs-storage-ss_proxy-ut) -target_compile_options(cloud-filestore-libs-storage-ss_proxy-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-filestore-libs-storage-ss_proxy-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/ss_proxy -) -target_link_libraries(cloud-filestore-libs-storage-ss_proxy-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - filestore-libs-storage-ss_proxy - filestore-libs-storage-testlib -) -target_link_options(cloud-filestore-libs-storage-ss_proxy-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-filestore-libs-storage-ss_proxy-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/ss_proxy/ss_proxy_ut.cpp -) -set_property( - TARGET - cloud-filestore-libs-storage-ss_proxy-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-libs-storage-ss_proxy-ut - TEST_TARGET - cloud-filestore-libs-storage-ss_proxy-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-ss_proxy-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-ss_proxy-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-ss_proxy-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-libs-storage-ss_proxy-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-filestore-libs-storage-ss_proxy-ut) diff --git a/cloud/filestore/libs/storage/ss_proxy/ut/CMakeLists.linux-x86_64.txt b/cloud/filestore/libs/storage/ss_proxy/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 1faf30ea2dd..00000000000 --- a/cloud/filestore/libs/storage/ss_proxy/ut/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_executable(cloud-filestore-libs-storage-ss_proxy-ut) -target_compile_options(cloud-filestore-libs-storage-ss_proxy-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-filestore-libs-storage-ss_proxy-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/ss_proxy -) -target_link_libraries(cloud-filestore-libs-storage-ss_proxy-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - filestore-libs-storage-ss_proxy - filestore-libs-storage-testlib -) -target_link_options(cloud-filestore-libs-storage-ss_proxy-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-filestore-libs-storage-ss_proxy-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/ss_proxy/ss_proxy_ut.cpp -) -set_property( - TARGET - cloud-filestore-libs-storage-ss_proxy-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-libs-storage-ss_proxy-ut - TEST_TARGET - cloud-filestore-libs-storage-ss_proxy-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-ss_proxy-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-ss_proxy-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-ss_proxy-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-libs-storage-ss_proxy-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-filestore-libs-storage-ss_proxy-ut) diff --git a/cloud/filestore/libs/storage/ss_proxy/ut/CMakeLists.txt b/cloud/filestore/libs/storage/ss_proxy/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/libs/storage/ss_proxy/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/libs/storage/ss_proxy/ut/CMakeLists.windows-x86_64.txt b/cloud/filestore/libs/storage/ss_proxy/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index ec67387c7e3..00000000000 --- a/cloud/filestore/libs/storage/ss_proxy/ut/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_executable(cloud-filestore-libs-storage-ss_proxy-ut) -target_compile_options(cloud-filestore-libs-storage-ss_proxy-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-filestore-libs-storage-ss_proxy-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/ss_proxy -) -target_link_libraries(cloud-filestore-libs-storage-ss_proxy-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - filestore-libs-storage-ss_proxy - filestore-libs-storage-testlib -) -target_sources(cloud-filestore-libs-storage-ss_proxy-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/ss_proxy/ss_proxy_ut.cpp -) -set_property( - TARGET - cloud-filestore-libs-storage-ss_proxy-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-libs-storage-ss_proxy-ut - TEST_TARGET - cloud-filestore-libs-storage-ss_proxy-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-ss_proxy-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-ss_proxy-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-ss_proxy-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-libs-storage-ss_proxy-ut - system_allocator -) -vcs_info(cloud-filestore-libs-storage-ss_proxy-ut) diff --git a/cloud/filestore/libs/storage/tablet/CMakeLists.darwin-x86_64.txt b/cloud/filestore/libs/storage/tablet/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 5bec1708fcd..00000000000 --- a/cloud/filestore/libs/storage/tablet/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,141 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(model) -add_subdirectory(protos) -add_subdirectory(ut) -add_subdirectory(ut_counters) -add_subdirectory(ut_stress) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(libs-storage-tablet) -target_link_libraries(libs-storage-tablet PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - filestore-libs-diagnostics - libs-diagnostics-metrics - filestore-libs-service - filestore-libs-storage-api - filestore-libs-storage-core - filestore-libs-storage-model - storage-tablet-model - storage-tablet-protos - core-libs-api - core-libs-common - core-libs-diagnostics - core-libs-tablet - libs-tablet-model - storage-core-protos - library-actors-core - cpp-protobuf-json - ydb-core-base - core-filestore-core - ydb-core-mind - ydb-core-node_whiteboard - ydb-core-scheme - ydb-core-tablet - ydb-core-tablet_flat -) -target_sources(libs-storage-tablet PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/checkpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/helpers.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/profile_log_events.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/rebase_logic.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/session.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/subsessions.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_accessnode.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_acquirelock.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_addblob.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_allocatedata.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_change_storage_config.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_cleanup.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_cleanupsessions.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_cluster.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_collectgarbage.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_compaction.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_compactionforced.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_createcheckpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_createhandle.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_createnode.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_createsession.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_deletecheckpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_deletegarbage.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_destroycheckpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_destroyhandle.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_destroysession.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_dumprange.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_filteralivenodes.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_flush.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_flush_bytes.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_getnodeattr.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_getnodexattr.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_initschema.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_listnodes.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_listnodexattr.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_loadstate.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_monitoring.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_readblob.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_readdata.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_readlink.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_releaselock.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_removenodexattr.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_renamenode.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_request.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_resetsession.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_resolvepath.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_setnodeattr.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_setnodexattr.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_subscribesession.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_testlock.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_throttling.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_truncate.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_unlinknode.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_updateconfig.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_waitready.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_writebatch.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_writeblob.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_writedata.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_zerorange.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_database.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_private.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_schema.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_state_channels.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_state_checkpoints.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_state_data.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_state_nodes.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_state_sessions.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_state_throttling.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_tx.cpp -) -generate_enum_serilization(libs-storage-tablet - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_private.h - INCLUDE_HEADERS - cloud/filestore/libs/storage/tablet/tablet_private.h -) -generate_enum_serilization(libs-storage-tablet - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/session.h - INCLUDE_HEADERS - cloud/filestore/libs/storage/tablet/session.h -) diff --git a/cloud/filestore/libs/storage/tablet/CMakeLists.linux-aarch64.txt b/cloud/filestore/libs/storage/tablet/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 515195959c9..00000000000 --- a/cloud/filestore/libs/storage/tablet/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,142 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(model) -add_subdirectory(protos) -add_subdirectory(ut) -add_subdirectory(ut_counters) -add_subdirectory(ut_stress) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(libs-storage-tablet) -target_link_libraries(libs-storage-tablet PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - filestore-libs-diagnostics - libs-diagnostics-metrics - filestore-libs-service - filestore-libs-storage-api - filestore-libs-storage-core - filestore-libs-storage-model - storage-tablet-model - storage-tablet-protos - core-libs-api - core-libs-common - core-libs-diagnostics - core-libs-tablet - libs-tablet-model - storage-core-protos - library-actors-core - cpp-protobuf-json - ydb-core-base - core-filestore-core - ydb-core-mind - ydb-core-node_whiteboard - ydb-core-scheme - ydb-core-tablet - ydb-core-tablet_flat -) -target_sources(libs-storage-tablet PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/checkpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/helpers.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/profile_log_events.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/rebase_logic.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/session.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/subsessions.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_accessnode.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_acquirelock.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_addblob.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_allocatedata.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_change_storage_config.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_cleanup.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_cleanupsessions.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_cluster.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_collectgarbage.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_compaction.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_compactionforced.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_createcheckpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_createhandle.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_createnode.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_createsession.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_deletecheckpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_deletegarbage.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_destroycheckpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_destroyhandle.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_destroysession.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_dumprange.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_filteralivenodes.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_flush.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_flush_bytes.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_getnodeattr.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_getnodexattr.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_initschema.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_listnodes.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_listnodexattr.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_loadstate.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_monitoring.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_readblob.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_readdata.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_readlink.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_releaselock.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_removenodexattr.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_renamenode.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_request.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_resetsession.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_resolvepath.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_setnodeattr.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_setnodexattr.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_subscribesession.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_testlock.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_throttling.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_truncate.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_unlinknode.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_updateconfig.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_waitready.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_writebatch.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_writeblob.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_writedata.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_zerorange.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_database.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_private.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_schema.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_state_channels.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_state_checkpoints.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_state_data.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_state_nodes.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_state_sessions.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_state_throttling.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_tx.cpp -) -generate_enum_serilization(libs-storage-tablet - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_private.h - INCLUDE_HEADERS - cloud/filestore/libs/storage/tablet/tablet_private.h -) -generate_enum_serilization(libs-storage-tablet - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/session.h - INCLUDE_HEADERS - cloud/filestore/libs/storage/tablet/session.h -) diff --git a/cloud/filestore/libs/storage/tablet/CMakeLists.linux-x86_64.txt b/cloud/filestore/libs/storage/tablet/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 515195959c9..00000000000 --- a/cloud/filestore/libs/storage/tablet/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,142 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(model) -add_subdirectory(protos) -add_subdirectory(ut) -add_subdirectory(ut_counters) -add_subdirectory(ut_stress) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(libs-storage-tablet) -target_link_libraries(libs-storage-tablet PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - filestore-libs-diagnostics - libs-diagnostics-metrics - filestore-libs-service - filestore-libs-storage-api - filestore-libs-storage-core - filestore-libs-storage-model - storage-tablet-model - storage-tablet-protos - core-libs-api - core-libs-common - core-libs-diagnostics - core-libs-tablet - libs-tablet-model - storage-core-protos - library-actors-core - cpp-protobuf-json - ydb-core-base - core-filestore-core - ydb-core-mind - ydb-core-node_whiteboard - ydb-core-scheme - ydb-core-tablet - ydb-core-tablet_flat -) -target_sources(libs-storage-tablet PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/checkpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/helpers.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/profile_log_events.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/rebase_logic.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/session.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/subsessions.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_accessnode.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_acquirelock.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_addblob.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_allocatedata.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_change_storage_config.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_cleanup.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_cleanupsessions.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_cluster.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_collectgarbage.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_compaction.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_compactionforced.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_createcheckpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_createhandle.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_createnode.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_createsession.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_deletecheckpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_deletegarbage.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_destroycheckpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_destroyhandle.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_destroysession.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_dumprange.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_filteralivenodes.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_flush.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_flush_bytes.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_getnodeattr.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_getnodexattr.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_initschema.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_listnodes.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_listnodexattr.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_loadstate.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_monitoring.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_readblob.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_readdata.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_readlink.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_releaselock.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_removenodexattr.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_renamenode.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_request.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_resetsession.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_resolvepath.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_setnodeattr.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_setnodexattr.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_subscribesession.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_testlock.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_throttling.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_truncate.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_unlinknode.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_updateconfig.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_waitready.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_writebatch.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_writeblob.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_writedata.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_zerorange.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_database.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_private.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_schema.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_state_channels.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_state_checkpoints.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_state_data.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_state_nodes.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_state_sessions.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_state_throttling.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_tx.cpp -) -generate_enum_serilization(libs-storage-tablet - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_private.h - INCLUDE_HEADERS - cloud/filestore/libs/storage/tablet/tablet_private.h -) -generate_enum_serilization(libs-storage-tablet - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/session.h - INCLUDE_HEADERS - cloud/filestore/libs/storage/tablet/session.h -) diff --git a/cloud/filestore/libs/storage/tablet/CMakeLists.txt b/cloud/filestore/libs/storage/tablet/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/libs/storage/tablet/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/libs/storage/tablet/CMakeLists.windows-x86_64.txt b/cloud/filestore/libs/storage/tablet/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 5bec1708fcd..00000000000 --- a/cloud/filestore/libs/storage/tablet/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,141 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(model) -add_subdirectory(protos) -add_subdirectory(ut) -add_subdirectory(ut_counters) -add_subdirectory(ut_stress) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(libs-storage-tablet) -target_link_libraries(libs-storage-tablet PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - filestore-libs-diagnostics - libs-diagnostics-metrics - filestore-libs-service - filestore-libs-storage-api - filestore-libs-storage-core - filestore-libs-storage-model - storage-tablet-model - storage-tablet-protos - core-libs-api - core-libs-common - core-libs-diagnostics - core-libs-tablet - libs-tablet-model - storage-core-protos - library-actors-core - cpp-protobuf-json - ydb-core-base - core-filestore-core - ydb-core-mind - ydb-core-node_whiteboard - ydb-core-scheme - ydb-core-tablet - ydb-core-tablet_flat -) -target_sources(libs-storage-tablet PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/checkpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/helpers.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/profile_log_events.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/rebase_logic.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/session.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/subsessions.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_accessnode.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_acquirelock.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_addblob.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_allocatedata.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_change_storage_config.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_cleanup.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_cleanupsessions.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_cluster.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_collectgarbage.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_compaction.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_compactionforced.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_createcheckpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_createhandle.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_createnode.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_createsession.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_deletecheckpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_deletegarbage.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_destroycheckpoint.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_destroyhandle.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_destroysession.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_dumprange.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_filteralivenodes.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_flush.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_flush_bytes.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_getnodeattr.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_getnodexattr.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_initschema.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_listnodes.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_listnodexattr.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_loadstate.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_monitoring.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_readblob.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_readdata.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_readlink.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_releaselock.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_removenodexattr.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_renamenode.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_request.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_resetsession.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_resolvepath.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_setnodeattr.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_setnodexattr.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_subscribesession.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_testlock.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_throttling.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_truncate.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_unlinknode.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_updateconfig.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_waitready.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_writebatch.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_writeblob.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_writedata.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_actor_zerorange.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_database.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_private.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_schema.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_state.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_state_channels.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_state_checkpoints.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_state_data.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_state_nodes.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_state_sessions.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_state_throttling.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_tx.cpp -) -generate_enum_serilization(libs-storage-tablet - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_private.h - INCLUDE_HEADERS - cloud/filestore/libs/storage/tablet/tablet_private.h -) -generate_enum_serilization(libs-storage-tablet - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/session.h - INCLUDE_HEADERS - cloud/filestore/libs/storage/tablet/session.h -) diff --git a/cloud/filestore/libs/storage/tablet/model/CMakeLists.darwin-x86_64.txt b/cloud/filestore/libs/storage/tablet/model/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index eaab7e57433..00000000000 --- a/cloud/filestore/libs/storage/tablet/model/CMakeLists.darwin-x86_64.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(ut) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(storage-tablet-model) -target_link_libraries(storage-tablet-model PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - filestore-libs-storage-api - filestore-libs-storage-model - core-libs-common - libs-tablet-model - core-libs-throttling - cpp-containers-intrusive_rb_tree - cpp-containers-stack_vector -) -target_sources(storage-tablet-model PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/alloc.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/binary_reader.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/binary_writer.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/blob.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/blob_builder.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/block.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/block_buffer.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/block_list.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/block_list_decode.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/block_list_encode.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/block_list_spec.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/channels.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/compaction_map.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/deletion_markers.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/fresh_blocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/fresh_bytes.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/garbage_queue.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/group_by.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/mixed_blocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/operation.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/range.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/range_locks.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/split_range.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/throttler_logger.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/throttling_policy.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/truncate_queue.cpp -) -generate_enum_serilization(storage-tablet-model - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/alloc.h - INCLUDE_HEADERS - cloud/filestore/libs/storage/tablet/model/alloc.h -) -generate_enum_serilization(storage-tablet-model - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/range_locks.h - INCLUDE_HEADERS - cloud/filestore/libs/storage/tablet/model/range_locks.h -) diff --git a/cloud/filestore/libs/storage/tablet/model/CMakeLists.linux-aarch64.txt b/cloud/filestore/libs/storage/tablet/model/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 72c77c1e18b..00000000000 --- a/cloud/filestore/libs/storage/tablet/model/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,74 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(ut) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(storage-tablet-model) -target_link_libraries(storage-tablet-model PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - filestore-libs-storage-api - filestore-libs-storage-model - core-libs-common - libs-tablet-model - core-libs-throttling - cpp-containers-intrusive_rb_tree - cpp-containers-stack_vector -) -target_sources(storage-tablet-model PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/alloc.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/binary_reader.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/binary_writer.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/blob.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/blob_builder.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/block.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/block_buffer.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/block_list.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/block_list_decode.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/block_list_encode.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/block_list_spec.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/channels.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/compaction_map.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/deletion_markers.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/fresh_blocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/fresh_bytes.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/garbage_queue.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/group_by.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/mixed_blocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/operation.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/range.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/range_locks.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/split_range.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/throttler_logger.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/throttling_policy.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/truncate_queue.cpp -) -generate_enum_serilization(storage-tablet-model - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/alloc.h - INCLUDE_HEADERS - cloud/filestore/libs/storage/tablet/model/alloc.h -) -generate_enum_serilization(storage-tablet-model - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/range_locks.h - INCLUDE_HEADERS - cloud/filestore/libs/storage/tablet/model/range_locks.h -) diff --git a/cloud/filestore/libs/storage/tablet/model/CMakeLists.linux-x86_64.txt b/cloud/filestore/libs/storage/tablet/model/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 72c77c1e18b..00000000000 --- a/cloud/filestore/libs/storage/tablet/model/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,74 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(ut) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(storage-tablet-model) -target_link_libraries(storage-tablet-model PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - filestore-libs-storage-api - filestore-libs-storage-model - core-libs-common - libs-tablet-model - core-libs-throttling - cpp-containers-intrusive_rb_tree - cpp-containers-stack_vector -) -target_sources(storage-tablet-model PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/alloc.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/binary_reader.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/binary_writer.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/blob.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/blob_builder.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/block.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/block_buffer.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/block_list.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/block_list_decode.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/block_list_encode.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/block_list_spec.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/channels.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/compaction_map.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/deletion_markers.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/fresh_blocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/fresh_bytes.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/garbage_queue.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/group_by.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/mixed_blocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/operation.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/range.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/range_locks.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/split_range.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/throttler_logger.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/throttling_policy.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/truncate_queue.cpp -) -generate_enum_serilization(storage-tablet-model - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/alloc.h - INCLUDE_HEADERS - cloud/filestore/libs/storage/tablet/model/alloc.h -) -generate_enum_serilization(storage-tablet-model - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/range_locks.h - INCLUDE_HEADERS - cloud/filestore/libs/storage/tablet/model/range_locks.h -) diff --git a/cloud/filestore/libs/storage/tablet/model/CMakeLists.txt b/cloud/filestore/libs/storage/tablet/model/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/libs/storage/tablet/model/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/libs/storage/tablet/model/CMakeLists.windows-x86_64.txt b/cloud/filestore/libs/storage/tablet/model/CMakeLists.windows-x86_64.txt deleted file mode 100644 index eaab7e57433..00000000000 --- a/cloud/filestore/libs/storage/tablet/model/CMakeLists.windows-x86_64.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(ut) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(storage-tablet-model) -target_link_libraries(storage-tablet-model PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - filestore-libs-storage-api - filestore-libs-storage-model - core-libs-common - libs-tablet-model - core-libs-throttling - cpp-containers-intrusive_rb_tree - cpp-containers-stack_vector -) -target_sources(storage-tablet-model PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/alloc.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/binary_reader.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/binary_writer.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/blob.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/blob_builder.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/block.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/block_buffer.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/block_list.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/block_list_decode.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/block_list_encode.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/block_list_spec.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/channels.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/compaction_map.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/deletion_markers.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/fresh_blocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/fresh_bytes.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/garbage_queue.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/group_by.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/mixed_blocks.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/operation.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/range.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/range_locks.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/split_range.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/throttler_logger.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/throttling_policy.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/truncate_queue.cpp -) -generate_enum_serilization(storage-tablet-model - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/alloc.h - INCLUDE_HEADERS - cloud/filestore/libs/storage/tablet/model/alloc.h -) -generate_enum_serilization(storage-tablet-model - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/range_locks.h - INCLUDE_HEADERS - cloud/filestore/libs/storage/tablet/model/range_locks.h -) diff --git a/cloud/filestore/libs/storage/tablet/model/ut/CMakeLists.darwin-x86_64.txt b/cloud/filestore/libs/storage/tablet/model/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index caf3ed7fbeb..00000000000 --- a/cloud/filestore/libs/storage/tablet/model/ut/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,87 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-filestore-libs-storage-tablet-model-ut) -target_include_directories(cloud-filestore-libs-storage-tablet-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model -) -target_link_libraries(cloud-filestore-libs-storage-tablet-model-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - storage-tablet-model -) -target_link_options(cloud-filestore-libs-storage-tablet-model-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-filestore-libs-storage-tablet-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/block_buffer_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/block_list_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/channels_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/compaction_map_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/deletion_markers_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/fresh_blocks_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/fresh_bytes_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/garbage_queue_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/mixed_blocks_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/operation_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/range_locks_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/range_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/split_range_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/throttling_policy_ut.cpp -) -set_property( - TARGET - cloud-filestore-libs-storage-tablet-model-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-libs-storage-tablet-model-ut - TEST_TARGET - cloud-filestore-libs-storage-tablet-model-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-tablet-model-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-tablet-model-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-tablet-model-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-libs-storage-tablet-model-ut - system_allocator -) -vcs_info(cloud-filestore-libs-storage-tablet-model-ut) diff --git a/cloud/filestore/libs/storage/tablet/model/ut/CMakeLists.linux-aarch64.txt b/cloud/filestore/libs/storage/tablet/model/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 5c6ad226e35..00000000000 --- a/cloud/filestore/libs/storage/tablet/model/ut/CMakeLists.linux-aarch64.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_executable(cloud-filestore-libs-storage-tablet-model-ut) -target_include_directories(cloud-filestore-libs-storage-tablet-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model -) -target_link_libraries(cloud-filestore-libs-storage-tablet-model-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - storage-tablet-model -) -target_link_options(cloud-filestore-libs-storage-tablet-model-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-filestore-libs-storage-tablet-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/block_buffer_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/block_list_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/channels_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/compaction_map_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/deletion_markers_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/fresh_blocks_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/fresh_bytes_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/garbage_queue_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/mixed_blocks_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/operation_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/range_locks_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/range_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/split_range_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/throttling_policy_ut.cpp -) -set_property( - TARGET - cloud-filestore-libs-storage-tablet-model-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-libs-storage-tablet-model-ut - TEST_TARGET - cloud-filestore-libs-storage-tablet-model-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-tablet-model-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-tablet-model-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-tablet-model-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-libs-storage-tablet-model-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-filestore-libs-storage-tablet-model-ut) diff --git a/cloud/filestore/libs/storage/tablet/model/ut/CMakeLists.linux-x86_64.txt b/cloud/filestore/libs/storage/tablet/model/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 01b340eb4a1..00000000000 --- a/cloud/filestore/libs/storage/tablet/model/ut/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,92 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-filestore-libs-storage-tablet-model-ut) -target_include_directories(cloud-filestore-libs-storage-tablet-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model -) -target_link_libraries(cloud-filestore-libs-storage-tablet-model-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - storage-tablet-model -) -target_link_options(cloud-filestore-libs-storage-tablet-model-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-filestore-libs-storage-tablet-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/block_buffer_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/block_list_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/channels_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/compaction_map_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/deletion_markers_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/fresh_blocks_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/fresh_bytes_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/garbage_queue_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/mixed_blocks_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/operation_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/range_locks_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/range_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/split_range_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/throttling_policy_ut.cpp -) -set_property( - TARGET - cloud-filestore-libs-storage-tablet-model-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-libs-storage-tablet-model-ut - TEST_TARGET - cloud-filestore-libs-storage-tablet-model-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-tablet-model-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-tablet-model-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-tablet-model-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-libs-storage-tablet-model-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-filestore-libs-storage-tablet-model-ut) diff --git a/cloud/filestore/libs/storage/tablet/model/ut/CMakeLists.txt b/cloud/filestore/libs/storage/tablet/model/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/libs/storage/tablet/model/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/libs/storage/tablet/model/ut/CMakeLists.windows-x86_64.txt b/cloud/filestore/libs/storage/tablet/model/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 32f4b51eb31..00000000000 --- a/cloud/filestore/libs/storage/tablet/model/ut/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,80 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-filestore-libs-storage-tablet-model-ut) -target_include_directories(cloud-filestore-libs-storage-tablet-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model -) -target_link_libraries(cloud-filestore-libs-storage-tablet-model-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - storage-tablet-model -) -target_sources(cloud-filestore-libs-storage-tablet-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/block_buffer_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/block_list_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/channels_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/compaction_map_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/deletion_markers_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/fresh_blocks_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/fresh_bytes_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/garbage_queue_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/mixed_blocks_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/operation_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/range_locks_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/range_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/split_range_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/model/throttling_policy_ut.cpp -) -set_property( - TARGET - cloud-filestore-libs-storage-tablet-model-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-libs-storage-tablet-model-ut - TEST_TARGET - cloud-filestore-libs-storage-tablet-model-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-tablet-model-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-tablet-model-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-tablet-model-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-libs-storage-tablet-model-ut - system_allocator -) -vcs_info(cloud-filestore-libs-storage-tablet-model-ut) diff --git a/cloud/filestore/libs/storage/tablet/protos/CMakeLists.darwin-x86_64.txt b/cloud/filestore/libs/storage/tablet/protos/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 090fdf7172a..00000000000 --- a/cloud/filestore/libs/storage/tablet/protos/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(storage-tablet-protos) -target_link_libraries(storage-tablet-protos PUBLIC - contrib-libs-cxxsupp - yutil - filestore-public-api-protos - contrib-libs-protobuf -) -target_proto_messages(storage-tablet-protos PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/protos/tablet.proto -) -target_proto_addincls(storage-tablet-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(storage-tablet-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/filestore/libs/storage/tablet/protos/CMakeLists.linux-aarch64.txt b/cloud/filestore/libs/storage/tablet/protos/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 4042769ea7e..00000000000 --- a/cloud/filestore/libs/storage/tablet/protos/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(storage-tablet-protos) -target_link_libraries(storage-tablet-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - filestore-public-api-protos - contrib-libs-protobuf -) -target_proto_messages(storage-tablet-protos PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/protos/tablet.proto -) -target_proto_addincls(storage-tablet-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(storage-tablet-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/filestore/libs/storage/tablet/protos/CMakeLists.linux-x86_64.txt b/cloud/filestore/libs/storage/tablet/protos/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 4042769ea7e..00000000000 --- a/cloud/filestore/libs/storage/tablet/protos/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(storage-tablet-protos) -target_link_libraries(storage-tablet-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - filestore-public-api-protos - contrib-libs-protobuf -) -target_proto_messages(storage-tablet-protos PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/protos/tablet.proto -) -target_proto_addincls(storage-tablet-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(storage-tablet-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/filestore/libs/storage/tablet/protos/CMakeLists.txt b/cloud/filestore/libs/storage/tablet/protos/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/libs/storage/tablet/protos/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/libs/storage/tablet/protos/CMakeLists.windows-x86_64.txt b/cloud/filestore/libs/storage/tablet/protos/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 090fdf7172a..00000000000 --- a/cloud/filestore/libs/storage/tablet/protos/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(storage-tablet-protos) -target_link_libraries(storage-tablet-protos PUBLIC - contrib-libs-cxxsupp - yutil - filestore-public-api-protos - contrib-libs-protobuf -) -target_proto_messages(storage-tablet-protos PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/protos/tablet.proto -) -target_proto_addincls(storage-tablet-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(storage-tablet-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/filestore/libs/storage/tablet/ut/CMakeLists.darwin-x86_64.txt b/cloud/filestore/libs/storage/tablet/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index f71f8dd3c7c..00000000000 --- a/cloud/filestore/libs/storage/tablet/ut/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_executable(cloud-filestore-libs-storage-tablet-ut) -target_compile_options(cloud-filestore-libs-storage-tablet-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-filestore-libs-storage-tablet-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet -) -target_link_libraries(cloud-filestore-libs-storage-tablet-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-tablet - filestore-libs-storage-testlib - ydb-core-testlib -) -target_link_options(cloud-filestore-libs-storage-tablet-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-filestore-libs-storage-tablet-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/helpers_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/profile_log_events_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/rebase_logic_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/subsessions_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_database_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_channels.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_checkpoints.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_data.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_data_allocate.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_data_truncate.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_data_zerorange.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_monitoring.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_nodes.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_nodes_filteralivenodes.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_sessions.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_subsessions.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_throttling.cpp -) -set_property( - TARGET - cloud-filestore-libs-storage-tablet-ut - PROPERTY - SPLIT_FACTOR - 7 -) -add_yunittest( - NAME - cloud-filestore-libs-storage-tablet-ut - TEST_TARGET - cloud-filestore-libs-storage-tablet-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-tablet-ut - PROPERTY - LABELS - MEDIUM -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-tablet-ut - PROPERTY - PROCESSORS - 4 -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-tablet-ut - PROPERTY - TIMEOUT - 600 -) -target_allocator(cloud-filestore-libs-storage-tablet-ut - system_allocator -) -vcs_info(cloud-filestore-libs-storage-tablet-ut) diff --git a/cloud/filestore/libs/storage/tablet/ut/CMakeLists.linux-aarch64.txt b/cloud/filestore/libs/storage/tablet/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index eed8c77f61b..00000000000 --- a/cloud/filestore/libs/storage/tablet/ut/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,99 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-filestore-libs-storage-tablet-ut) -target_compile_options(cloud-filestore-libs-storage-tablet-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-filestore-libs-storage-tablet-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet -) -target_link_libraries(cloud-filestore-libs-storage-tablet-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - libs-storage-tablet - filestore-libs-storage-testlib - ydb-core-testlib -) -target_link_options(cloud-filestore-libs-storage-tablet-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-filestore-libs-storage-tablet-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/helpers_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/profile_log_events_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/rebase_logic_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/subsessions_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_database_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_channels.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_checkpoints.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_data.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_data_allocate.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_data_truncate.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_data_zerorange.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_monitoring.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_nodes.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_nodes_filteralivenodes.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_sessions.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_subsessions.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_throttling.cpp -) -set_property( - TARGET - cloud-filestore-libs-storage-tablet-ut - PROPERTY - SPLIT_FACTOR - 7 -) -add_yunittest( - NAME - cloud-filestore-libs-storage-tablet-ut - TEST_TARGET - cloud-filestore-libs-storage-tablet-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-tablet-ut - PROPERTY - LABELS - MEDIUM -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-tablet-ut - PROPERTY - PROCESSORS - 4 -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-tablet-ut - PROPERTY - TIMEOUT - 600 -) -target_allocator(cloud-filestore-libs-storage-tablet-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-filestore-libs-storage-tablet-ut) diff --git a/cloud/filestore/libs/storage/tablet/ut/CMakeLists.linux-x86_64.txt b/cloud/filestore/libs/storage/tablet/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d119b2d1491..00000000000 --- a/cloud/filestore/libs/storage/tablet/ut/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,101 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-filestore-libs-storage-tablet-ut) -target_compile_options(cloud-filestore-libs-storage-tablet-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-filestore-libs-storage-tablet-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet -) -target_link_libraries(cloud-filestore-libs-storage-tablet-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-tablet - filestore-libs-storage-testlib - ydb-core-testlib -) -target_link_options(cloud-filestore-libs-storage-tablet-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-filestore-libs-storage-tablet-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/helpers_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/profile_log_events_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/rebase_logic_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/subsessions_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_database_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_channels.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_checkpoints.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_data.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_data_allocate.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_data_truncate.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_data_zerorange.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_monitoring.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_nodes.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_nodes_filteralivenodes.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_sessions.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_subsessions.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_throttling.cpp -) -set_property( - TARGET - cloud-filestore-libs-storage-tablet-ut - PROPERTY - SPLIT_FACTOR - 7 -) -add_yunittest( - NAME - cloud-filestore-libs-storage-tablet-ut - TEST_TARGET - cloud-filestore-libs-storage-tablet-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-tablet-ut - PROPERTY - LABELS - MEDIUM -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-tablet-ut - PROPERTY - PROCESSORS - 4 -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-tablet-ut - PROPERTY - TIMEOUT - 600 -) -target_allocator(cloud-filestore-libs-storage-tablet-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-filestore-libs-storage-tablet-ut) diff --git a/cloud/filestore/libs/storage/tablet/ut/CMakeLists.txt b/cloud/filestore/libs/storage/tablet/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/libs/storage/tablet/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/libs/storage/tablet/ut/CMakeLists.windows-x86_64.txt b/cloud/filestore/libs/storage/tablet/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index df017176dc8..00000000000 --- a/cloud/filestore/libs/storage/tablet/ut/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,89 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-filestore-libs-storage-tablet-ut) -target_compile_options(cloud-filestore-libs-storage-tablet-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-filestore-libs-storage-tablet-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet -) -target_link_libraries(cloud-filestore-libs-storage-tablet-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-tablet - filestore-libs-storage-testlib - ydb-core-testlib -) -target_sources(cloud-filestore-libs-storage-tablet-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/helpers_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/profile_log_events_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/rebase_logic_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/subsessions_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_database_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_channels.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_checkpoints.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_data.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_data_allocate.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_data_truncate.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_data_zerorange.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_monitoring.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_nodes.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_nodes_filteralivenodes.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_sessions.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_subsessions.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_throttling.cpp -) -set_property( - TARGET - cloud-filestore-libs-storage-tablet-ut - PROPERTY - SPLIT_FACTOR - 7 -) -add_yunittest( - NAME - cloud-filestore-libs-storage-tablet-ut - TEST_TARGET - cloud-filestore-libs-storage-tablet-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-tablet-ut - PROPERTY - LABELS - MEDIUM -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-tablet-ut - PROPERTY - PROCESSORS - 4 -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-tablet-ut - PROPERTY - TIMEOUT - 600 -) -target_allocator(cloud-filestore-libs-storage-tablet-ut - system_allocator -) -vcs_info(cloud-filestore-libs-storage-tablet-ut) diff --git a/cloud/filestore/libs/storage/tablet/ut_counters/CMakeLists.darwin-x86_64.txt b/cloud/filestore/libs/storage/tablet/ut_counters/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 875ede0cf63..00000000000 --- a/cloud/filestore/libs/storage/tablet/ut_counters/CMakeLists.darwin-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_executable(cloud-filestore-libs-storage-tablet-ut_counters) -target_compile_options(cloud-filestore-libs-storage-tablet-ut_counters PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-filestore-libs-storage-tablet-ut_counters PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet -) -target_link_libraries(cloud-filestore-libs-storage-tablet-ut_counters PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-tablet - filestore-libs-storage-testlib -) -target_link_options(cloud-filestore-libs-storage-tablet-ut_counters PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-filestore-libs-storage-tablet-ut_counters PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_counters.cpp -) -set_property( - TARGET - cloud-filestore-libs-storage-tablet-ut_counters - PROPERTY - SPLIT_FACTOR - 7 -) -add_yunittest( - NAME - cloud-filestore-libs-storage-tablet-ut_counters - TEST_TARGET - cloud-filestore-libs-storage-tablet-ut_counters - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-tablet-ut_counters - PROPERTY - LABELS - MEDIUM -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-tablet-ut_counters - PROPERTY - PROCESSORS - 4 -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-tablet-ut_counters - PROPERTY - TIMEOUT - 600 -) -target_allocator(cloud-filestore-libs-storage-tablet-ut_counters - system_allocator -) -vcs_info(cloud-filestore-libs-storage-tablet-ut_counters) diff --git a/cloud/filestore/libs/storage/tablet/ut_counters/CMakeLists.linux-aarch64.txt b/cloud/filestore/libs/storage/tablet/ut_counters/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 7babe18943f..00000000000 --- a/cloud/filestore/libs/storage/tablet/ut_counters/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_executable(cloud-filestore-libs-storage-tablet-ut_counters) -target_compile_options(cloud-filestore-libs-storage-tablet-ut_counters PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-filestore-libs-storage-tablet-ut_counters PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet -) -target_link_libraries(cloud-filestore-libs-storage-tablet-ut_counters PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - libs-storage-tablet - filestore-libs-storage-testlib -) -target_link_options(cloud-filestore-libs-storage-tablet-ut_counters PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-filestore-libs-storage-tablet-ut_counters PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_counters.cpp -) -set_property( - TARGET - cloud-filestore-libs-storage-tablet-ut_counters - PROPERTY - SPLIT_FACTOR - 7 -) -add_yunittest( - NAME - cloud-filestore-libs-storage-tablet-ut_counters - TEST_TARGET - cloud-filestore-libs-storage-tablet-ut_counters - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-tablet-ut_counters - PROPERTY - LABELS - MEDIUM -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-tablet-ut_counters - PROPERTY - PROCESSORS - 4 -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-tablet-ut_counters - PROPERTY - TIMEOUT - 600 -) -target_allocator(cloud-filestore-libs-storage-tablet-ut_counters - cpp-malloc-jemalloc -) -vcs_info(cloud-filestore-libs-storage-tablet-ut_counters) diff --git a/cloud/filestore/libs/storage/tablet/ut_counters/CMakeLists.linux-x86_64.txt b/cloud/filestore/libs/storage/tablet/ut_counters/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 0626a9451a5..00000000000 --- a/cloud/filestore/libs/storage/tablet/ut_counters/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_executable(cloud-filestore-libs-storage-tablet-ut_counters) -target_compile_options(cloud-filestore-libs-storage-tablet-ut_counters PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-filestore-libs-storage-tablet-ut_counters PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet -) -target_link_libraries(cloud-filestore-libs-storage-tablet-ut_counters PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-tablet - filestore-libs-storage-testlib -) -target_link_options(cloud-filestore-libs-storage-tablet-ut_counters PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-filestore-libs-storage-tablet-ut_counters PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_counters.cpp -) -set_property( - TARGET - cloud-filestore-libs-storage-tablet-ut_counters - PROPERTY - SPLIT_FACTOR - 7 -) -add_yunittest( - NAME - cloud-filestore-libs-storage-tablet-ut_counters - TEST_TARGET - cloud-filestore-libs-storage-tablet-ut_counters - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-tablet-ut_counters - PROPERTY - LABELS - MEDIUM -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-tablet-ut_counters - PROPERTY - PROCESSORS - 4 -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-tablet-ut_counters - PROPERTY - TIMEOUT - 600 -) -target_allocator(cloud-filestore-libs-storage-tablet-ut_counters - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-filestore-libs-storage-tablet-ut_counters) diff --git a/cloud/filestore/libs/storage/tablet/ut_counters/CMakeLists.txt b/cloud/filestore/libs/storage/tablet/ut_counters/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/libs/storage/tablet/ut_counters/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/libs/storage/tablet/ut_counters/CMakeLists.windows-x86_64.txt b/cloud/filestore/libs/storage/tablet/ut_counters/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 65e20c099c5..00000000000 --- a/cloud/filestore/libs/storage/tablet/ut_counters/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_executable(cloud-filestore-libs-storage-tablet-ut_counters) -target_compile_options(cloud-filestore-libs-storage-tablet-ut_counters PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-filestore-libs-storage-tablet-ut_counters PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet -) -target_link_libraries(cloud-filestore-libs-storage-tablet-ut_counters PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-tablet - filestore-libs-storage-testlib -) -target_sources(cloud-filestore-libs-storage-tablet-ut_counters PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_counters.cpp -) -set_property( - TARGET - cloud-filestore-libs-storage-tablet-ut_counters - PROPERTY - SPLIT_FACTOR - 7 -) -add_yunittest( - NAME - cloud-filestore-libs-storage-tablet-ut_counters - TEST_TARGET - cloud-filestore-libs-storage-tablet-ut_counters - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-tablet-ut_counters - PROPERTY - LABELS - MEDIUM -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-tablet-ut_counters - PROPERTY - PROCESSORS - 4 -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-tablet-ut_counters - PROPERTY - TIMEOUT - 600 -) -target_allocator(cloud-filestore-libs-storage-tablet-ut_counters - system_allocator -) -vcs_info(cloud-filestore-libs-storage-tablet-ut_counters) diff --git a/cloud/filestore/libs/storage/tablet/ut_stress/CMakeLists.darwin-x86_64.txt b/cloud/filestore/libs/storage/tablet/ut_stress/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 8f02a865175..00000000000 --- a/cloud/filestore/libs/storage/tablet/ut_stress/CMakeLists.darwin-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_executable(cloud-filestore-libs-storage-tablet-ut_stress) -target_compile_options(cloud-filestore-libs-storage-tablet-ut_stress PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-filestore-libs-storage-tablet-ut_stress PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet -) -target_link_libraries(cloud-filestore-libs-storage-tablet-ut_stress PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-tablet - filestore-libs-storage-testlib -) -target_link_options(cloud-filestore-libs-storage-tablet-ut_stress PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-filestore-libs-storage-tablet-ut_stress PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_data_stress.cpp -) -set_property( - TARGET - cloud-filestore-libs-storage-tablet-ut_stress - PROPERTY - SPLIT_FACTOR - 7 -) -add_yunittest( - NAME - cloud-filestore-libs-storage-tablet-ut_stress - TEST_TARGET - cloud-filestore-libs-storage-tablet-ut_stress - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-tablet-ut_stress - PROPERTY - LABELS - MEDIUM -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-tablet-ut_stress - PROPERTY - PROCESSORS - 4 -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-tablet-ut_stress - PROPERTY - TIMEOUT - 600 -) -target_allocator(cloud-filestore-libs-storage-tablet-ut_stress - system_allocator -) -vcs_info(cloud-filestore-libs-storage-tablet-ut_stress) diff --git a/cloud/filestore/libs/storage/tablet/ut_stress/CMakeLists.linux-aarch64.txt b/cloud/filestore/libs/storage/tablet/ut_stress/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 825e62dda79..00000000000 --- a/cloud/filestore/libs/storage/tablet/ut_stress/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_executable(cloud-filestore-libs-storage-tablet-ut_stress) -target_compile_options(cloud-filestore-libs-storage-tablet-ut_stress PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-filestore-libs-storage-tablet-ut_stress PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet -) -target_link_libraries(cloud-filestore-libs-storage-tablet-ut_stress PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - libs-storage-tablet - filestore-libs-storage-testlib -) -target_link_options(cloud-filestore-libs-storage-tablet-ut_stress PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-filestore-libs-storage-tablet-ut_stress PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_data_stress.cpp -) -set_property( - TARGET - cloud-filestore-libs-storage-tablet-ut_stress - PROPERTY - SPLIT_FACTOR - 7 -) -add_yunittest( - NAME - cloud-filestore-libs-storage-tablet-ut_stress - TEST_TARGET - cloud-filestore-libs-storage-tablet-ut_stress - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-tablet-ut_stress - PROPERTY - LABELS - MEDIUM -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-tablet-ut_stress - PROPERTY - PROCESSORS - 4 -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-tablet-ut_stress - PROPERTY - TIMEOUT - 600 -) -target_allocator(cloud-filestore-libs-storage-tablet-ut_stress - cpp-malloc-jemalloc -) -vcs_info(cloud-filestore-libs-storage-tablet-ut_stress) diff --git a/cloud/filestore/libs/storage/tablet/ut_stress/CMakeLists.linux-x86_64.txt b/cloud/filestore/libs/storage/tablet/ut_stress/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 1437465b3ed..00000000000 --- a/cloud/filestore/libs/storage/tablet/ut_stress/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_executable(cloud-filestore-libs-storage-tablet-ut_stress) -target_compile_options(cloud-filestore-libs-storage-tablet-ut_stress PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-filestore-libs-storage-tablet-ut_stress PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet -) -target_link_libraries(cloud-filestore-libs-storage-tablet-ut_stress PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-tablet - filestore-libs-storage-testlib -) -target_link_options(cloud-filestore-libs-storage-tablet-ut_stress PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-filestore-libs-storage-tablet-ut_stress PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_data_stress.cpp -) -set_property( - TARGET - cloud-filestore-libs-storage-tablet-ut_stress - PROPERTY - SPLIT_FACTOR - 7 -) -add_yunittest( - NAME - cloud-filestore-libs-storage-tablet-ut_stress - TEST_TARGET - cloud-filestore-libs-storage-tablet-ut_stress - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-tablet-ut_stress - PROPERTY - LABELS - MEDIUM -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-tablet-ut_stress - PROPERTY - PROCESSORS - 4 -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-tablet-ut_stress - PROPERTY - TIMEOUT - 600 -) -target_allocator(cloud-filestore-libs-storage-tablet-ut_stress - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-filestore-libs-storage-tablet-ut_stress) diff --git a/cloud/filestore/libs/storage/tablet/ut_stress/CMakeLists.txt b/cloud/filestore/libs/storage/tablet/ut_stress/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/libs/storage/tablet/ut_stress/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/libs/storage/tablet/ut_stress/CMakeLists.windows-x86_64.txt b/cloud/filestore/libs/storage/tablet/ut_stress/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 8dbada2d5bc..00000000000 --- a/cloud/filestore/libs/storage/tablet/ut_stress/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_executable(cloud-filestore-libs-storage-tablet-ut_stress) -target_compile_options(cloud-filestore-libs-storage-tablet-ut_stress PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-filestore-libs-storage-tablet-ut_stress PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet -) -target_link_libraries(cloud-filestore-libs-storage-tablet-ut_stress PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-tablet - filestore-libs-storage-testlib -) -target_sources(cloud-filestore-libs-storage-tablet-ut_stress PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet/tablet_ut_data_stress.cpp -) -set_property( - TARGET - cloud-filestore-libs-storage-tablet-ut_stress - PROPERTY - SPLIT_FACTOR - 7 -) -add_yunittest( - NAME - cloud-filestore-libs-storage-tablet-ut_stress - TEST_TARGET - cloud-filestore-libs-storage-tablet-ut_stress - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-tablet-ut_stress - PROPERTY - LABELS - MEDIUM -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-tablet-ut_stress - PROPERTY - PROCESSORS - 4 -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-tablet-ut_stress - PROPERTY - TIMEOUT - 600 -) -target_allocator(cloud-filestore-libs-storage-tablet-ut_stress - system_allocator -) -vcs_info(cloud-filestore-libs-storage-tablet-ut_stress) diff --git a/cloud/filestore/libs/storage/tablet_proxy/CMakeLists.darwin-x86_64.txt b/cloud/filestore/libs/storage/tablet_proxy/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 321e95c7448..00000000000 --- a/cloud/filestore/libs/storage/tablet_proxy/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(ut) - -add_library(libs-storage-tablet_proxy) -target_link_libraries(libs-storage-tablet_proxy PUBLIC - contrib-libs-cxxsupp - yutil - filestore-libs-storage-api - filestore-libs-storage-core - ydb-core-tablet -) -target_sources(libs-storage-tablet_proxy PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet_proxy/tablet_proxy.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet_proxy/tablet_proxy_actor.cpp -) diff --git a/cloud/filestore/libs/storage/tablet_proxy/CMakeLists.linux-aarch64.txt b/cloud/filestore/libs/storage/tablet_proxy/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 0f816f12095..00000000000 --- a/cloud/filestore/libs/storage/tablet_proxy/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_subdirectory(ut) - -add_library(libs-storage-tablet_proxy) -target_link_libraries(libs-storage-tablet_proxy PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - filestore-libs-storage-api - filestore-libs-storage-core - ydb-core-tablet -) -target_sources(libs-storage-tablet_proxy PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet_proxy/tablet_proxy.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet_proxy/tablet_proxy_actor.cpp -) diff --git a/cloud/filestore/libs/storage/tablet_proxy/CMakeLists.linux-x86_64.txt b/cloud/filestore/libs/storage/tablet_proxy/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 0f816f12095..00000000000 --- a/cloud/filestore/libs/storage/tablet_proxy/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_subdirectory(ut) - -add_library(libs-storage-tablet_proxy) -target_link_libraries(libs-storage-tablet_proxy PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - filestore-libs-storage-api - filestore-libs-storage-core - ydb-core-tablet -) -target_sources(libs-storage-tablet_proxy PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet_proxy/tablet_proxy.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet_proxy/tablet_proxy_actor.cpp -) diff --git a/cloud/filestore/libs/storage/tablet_proxy/CMakeLists.txt b/cloud/filestore/libs/storage/tablet_proxy/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/libs/storage/tablet_proxy/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/libs/storage/tablet_proxy/CMakeLists.windows-x86_64.txt b/cloud/filestore/libs/storage/tablet_proxy/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 321e95c7448..00000000000 --- a/cloud/filestore/libs/storage/tablet_proxy/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_subdirectory(ut) - -add_library(libs-storage-tablet_proxy) -target_link_libraries(libs-storage-tablet_proxy PUBLIC - contrib-libs-cxxsupp - yutil - filestore-libs-storage-api - filestore-libs-storage-core - ydb-core-tablet -) -target_sources(libs-storage-tablet_proxy PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet_proxy/tablet_proxy.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet_proxy/tablet_proxy_actor.cpp -) diff --git a/cloud/filestore/libs/storage/tablet_proxy/ut/CMakeLists.darwin-x86_64.txt b/cloud/filestore/libs/storage/tablet_proxy/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 7e44697391e..00000000000 --- a/cloud/filestore/libs/storage/tablet_proxy/ut/CMakeLists.darwin-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_executable(cloud-filestore-libs-storage-tablet_proxy-ut) -target_compile_options(cloud-filestore-libs-storage-tablet_proxy-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-filestore-libs-storage-tablet_proxy-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet_proxy -) -target_link_libraries(cloud-filestore-libs-storage-tablet_proxy-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-tablet_proxy - filestore-libs-storage-testlib -) -target_link_options(cloud-filestore-libs-storage-tablet_proxy-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-filestore-libs-storage-tablet_proxy-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet_proxy/tablet_proxy_ut.cpp -) -set_property( - TARGET - cloud-filestore-libs-storage-tablet_proxy-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-libs-storage-tablet_proxy-ut - TEST_TARGET - cloud-filestore-libs-storage-tablet_proxy-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-tablet_proxy-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-tablet_proxy-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-tablet_proxy-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-libs-storage-tablet_proxy-ut - system_allocator -) -vcs_info(cloud-filestore-libs-storage-tablet_proxy-ut) diff --git a/cloud/filestore/libs/storage/tablet_proxy/ut/CMakeLists.linux-aarch64.txt b/cloud/filestore/libs/storage/tablet_proxy/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index aa38be22a8d..00000000000 --- a/cloud/filestore/libs/storage/tablet_proxy/ut/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_executable(cloud-filestore-libs-storage-tablet_proxy-ut) -target_compile_options(cloud-filestore-libs-storage-tablet_proxy-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-filestore-libs-storage-tablet_proxy-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet_proxy -) -target_link_libraries(cloud-filestore-libs-storage-tablet_proxy-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - libs-storage-tablet_proxy - filestore-libs-storage-testlib -) -target_link_options(cloud-filestore-libs-storage-tablet_proxy-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-filestore-libs-storage-tablet_proxy-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet_proxy/tablet_proxy_ut.cpp -) -set_property( - TARGET - cloud-filestore-libs-storage-tablet_proxy-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-libs-storage-tablet_proxy-ut - TEST_TARGET - cloud-filestore-libs-storage-tablet_proxy-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-tablet_proxy-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-tablet_proxy-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-tablet_proxy-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-libs-storage-tablet_proxy-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-filestore-libs-storage-tablet_proxy-ut) diff --git a/cloud/filestore/libs/storage/tablet_proxy/ut/CMakeLists.linux-x86_64.txt b/cloud/filestore/libs/storage/tablet_proxy/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 2679d1e0a7a..00000000000 --- a/cloud/filestore/libs/storage/tablet_proxy/ut/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_executable(cloud-filestore-libs-storage-tablet_proxy-ut) -target_compile_options(cloud-filestore-libs-storage-tablet_proxy-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-filestore-libs-storage-tablet_proxy-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet_proxy -) -target_link_libraries(cloud-filestore-libs-storage-tablet_proxy-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-tablet_proxy - filestore-libs-storage-testlib -) -target_link_options(cloud-filestore-libs-storage-tablet_proxy-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-filestore-libs-storage-tablet_proxy-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet_proxy/tablet_proxy_ut.cpp -) -set_property( - TARGET - cloud-filestore-libs-storage-tablet_proxy-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-libs-storage-tablet_proxy-ut - TEST_TARGET - cloud-filestore-libs-storage-tablet_proxy-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-tablet_proxy-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-tablet_proxy-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-tablet_proxy-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-libs-storage-tablet_proxy-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-filestore-libs-storage-tablet_proxy-ut) diff --git a/cloud/filestore/libs/storage/tablet_proxy/ut/CMakeLists.txt b/cloud/filestore/libs/storage/tablet_proxy/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/libs/storage/tablet_proxy/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/libs/storage/tablet_proxy/ut/CMakeLists.windows-x86_64.txt b/cloud/filestore/libs/storage/tablet_proxy/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index a9873e029c7..00000000000 --- a/cloud/filestore/libs/storage/tablet_proxy/ut/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_executable(cloud-filestore-libs-storage-tablet_proxy-ut) -target_compile_options(cloud-filestore-libs-storage-tablet_proxy-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-filestore-libs-storage-tablet_proxy-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet_proxy -) -target_link_libraries(cloud-filestore-libs-storage-tablet_proxy-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-storage-tablet_proxy - filestore-libs-storage-testlib -) -target_sources(cloud-filestore-libs-storage-tablet_proxy-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/tablet_proxy/tablet_proxy_ut.cpp -) -set_property( - TARGET - cloud-filestore-libs-storage-tablet_proxy-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-libs-storage-tablet_proxy-ut - TEST_TARGET - cloud-filestore-libs-storage-tablet_proxy-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-tablet_proxy-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-tablet_proxy-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-libs-storage-tablet_proxy-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-libs-storage-tablet_proxy-ut - system_allocator -) -vcs_info(cloud-filestore-libs-storage-tablet_proxy-ut) diff --git a/cloud/filestore/libs/storage/testlib/CMakeLists.darwin-x86_64.txt b/cloud/filestore/libs/storage/testlib/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 056f0c2b3fe..00000000000 --- a/cloud/filestore/libs/storage/testlib/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,54 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(filestore-libs-storage-testlib) -target_compile_options(filestore-libs-storage-testlib PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(filestore-libs-storage-testlib PUBLIC - contrib-libs-cxxsupp - yutil - filestore-libs-diagnostics - filestore-libs-storage-api - filestore-libs-storage-core - filestore-libs-storage-model - filestore-libs-storage-service - filestore-libs-storage-ss_proxy - libs-storage-tablet - libs-storage-tablet_proxy - core-libs-api - core-libs-common - core-libs-diagnostics - core-libs-hive_proxy - core-libs-kikimr - library-actors-core - cpp-testing-unittest - ydb-core-base - core-client-minikql_compile - core-filestore-core - ydb-core-mind - core-mind-bscontroller - core-mind-hive - ydb-core-security - ydb-core-tablet_flat - test-libs-table - ydb-core-testlib - core-testlib-actors - core-testlib-basics -) -target_sources(filestore-libs-storage-testlib PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/testlib/helpers.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/testlib/service_client.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/testlib/ss_proxy_client.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/testlib/tablet_client.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/testlib/tablet_proxy_client.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/testlib/test_env.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/testlib/test_executor.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/testlib/ut_helpers.cpp -) diff --git a/cloud/filestore/libs/storage/testlib/CMakeLists.linux-aarch64.txt b/cloud/filestore/libs/storage/testlib/CMakeLists.linux-aarch64.txt deleted file mode 100644 index dd3b829354b..00000000000 --- a/cloud/filestore/libs/storage/testlib/CMakeLists.linux-aarch64.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(filestore-libs-storage-testlib) -target_compile_options(filestore-libs-storage-testlib PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(filestore-libs-storage-testlib PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - filestore-libs-diagnostics - filestore-libs-storage-api - filestore-libs-storage-core - filestore-libs-storage-model - filestore-libs-storage-service - filestore-libs-storage-ss_proxy - libs-storage-tablet - libs-storage-tablet_proxy - core-libs-api - core-libs-common - core-libs-diagnostics - core-libs-hive_proxy - core-libs-kikimr - library-actors-core - cpp-testing-unittest - ydb-core-base - core-client-minikql_compile - core-filestore-core - ydb-core-mind - core-mind-bscontroller - core-mind-hive - ydb-core-security - ydb-core-tablet_flat - test-libs-table - ydb-core-testlib - core-testlib-actors - core-testlib-basics -) -target_sources(filestore-libs-storage-testlib PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/testlib/helpers.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/testlib/service_client.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/testlib/ss_proxy_client.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/testlib/tablet_client.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/testlib/tablet_proxy_client.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/testlib/test_env.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/testlib/test_executor.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/testlib/ut_helpers.cpp -) diff --git a/cloud/filestore/libs/storage/testlib/CMakeLists.linux-x86_64.txt b/cloud/filestore/libs/storage/testlib/CMakeLists.linux-x86_64.txt deleted file mode 100644 index dd3b829354b..00000000000 --- a/cloud/filestore/libs/storage/testlib/CMakeLists.linux-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(filestore-libs-storage-testlib) -target_compile_options(filestore-libs-storage-testlib PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(filestore-libs-storage-testlib PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - filestore-libs-diagnostics - filestore-libs-storage-api - filestore-libs-storage-core - filestore-libs-storage-model - filestore-libs-storage-service - filestore-libs-storage-ss_proxy - libs-storage-tablet - libs-storage-tablet_proxy - core-libs-api - core-libs-common - core-libs-diagnostics - core-libs-hive_proxy - core-libs-kikimr - library-actors-core - cpp-testing-unittest - ydb-core-base - core-client-minikql_compile - core-filestore-core - ydb-core-mind - core-mind-bscontroller - core-mind-hive - ydb-core-security - ydb-core-tablet_flat - test-libs-table - ydb-core-testlib - core-testlib-actors - core-testlib-basics -) -target_sources(filestore-libs-storage-testlib PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/testlib/helpers.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/testlib/service_client.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/testlib/ss_proxy_client.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/testlib/tablet_client.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/testlib/tablet_proxy_client.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/testlib/test_env.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/testlib/test_executor.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/testlib/ut_helpers.cpp -) diff --git a/cloud/filestore/libs/storage/testlib/CMakeLists.txt b/cloud/filestore/libs/storage/testlib/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/libs/storage/testlib/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/libs/storage/testlib/CMakeLists.windows-x86_64.txt b/cloud/filestore/libs/storage/testlib/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 056f0c2b3fe..00000000000 --- a/cloud/filestore/libs/storage/testlib/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,54 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(filestore-libs-storage-testlib) -target_compile_options(filestore-libs-storage-testlib PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(filestore-libs-storage-testlib PUBLIC - contrib-libs-cxxsupp - yutil - filestore-libs-diagnostics - filestore-libs-storage-api - filestore-libs-storage-core - filestore-libs-storage-model - filestore-libs-storage-service - filestore-libs-storage-ss_proxy - libs-storage-tablet - libs-storage-tablet_proxy - core-libs-api - core-libs-common - core-libs-diagnostics - core-libs-hive_proxy - core-libs-kikimr - library-actors-core - cpp-testing-unittest - ydb-core-base - core-client-minikql_compile - core-filestore-core - ydb-core-mind - core-mind-bscontroller - core-mind-hive - ydb-core-security - ydb-core-tablet_flat - test-libs-table - ydb-core-testlib - core-testlib-actors - core-testlib-basics -) -target_sources(filestore-libs-storage-testlib PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/testlib/helpers.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/testlib/service_client.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/testlib/ss_proxy_client.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/testlib/tablet_client.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/testlib/tablet_proxy_client.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/testlib/test_env.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/testlib/test_executor.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/storage/testlib/ut_helpers.cpp -) diff --git a/cloud/filestore/libs/vfs/CMakeLists.darwin-x86_64.txt b/cloud/filestore/libs/vfs/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 8d0e7f2ac79..00000000000 --- a/cloud/filestore/libs/vfs/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_subdirectory(protos) -add_subdirectory(tests) -add_subdirectory(ut) - -add_library(filestore-libs-vfs) -target_link_libraries(filestore-libs-vfs PUBLIC - contrib-libs-cxxsupp - yutil - cloud-filestore-config - filestore-libs-service - core-libs-common -) -target_sources(filestore-libs-vfs PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs/convert.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs/fsync_queue.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs/loop.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs/probes.cpp -) diff --git a/cloud/filestore/libs/vfs/CMakeLists.linux-aarch64.txt b/cloud/filestore/libs/vfs/CMakeLists.linux-aarch64.txt deleted file mode 100644 index de9d56f0aaa..00000000000 --- a/cloud/filestore/libs/vfs/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_subdirectory(protos) -add_subdirectory(tests) -add_subdirectory(ut) - -add_library(filestore-libs-vfs) -target_link_libraries(filestore-libs-vfs PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cloud-filestore-config - filestore-libs-service - core-libs-common -) -target_sources(filestore-libs-vfs PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs/convert.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs/fsync_queue.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs/loop.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs/probes.cpp -) diff --git a/cloud/filestore/libs/vfs/CMakeLists.linux-x86_64.txt b/cloud/filestore/libs/vfs/CMakeLists.linux-x86_64.txt deleted file mode 100644 index de9d56f0aaa..00000000000 --- a/cloud/filestore/libs/vfs/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_subdirectory(protos) -add_subdirectory(tests) -add_subdirectory(ut) - -add_library(filestore-libs-vfs) -target_link_libraries(filestore-libs-vfs PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cloud-filestore-config - filestore-libs-service - core-libs-common -) -target_sources(filestore-libs-vfs PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs/convert.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs/fsync_queue.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs/loop.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs/probes.cpp -) diff --git a/cloud/filestore/libs/vfs/CMakeLists.txt b/cloud/filestore/libs/vfs/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/libs/vfs/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/libs/vfs/CMakeLists.windows-x86_64.txt b/cloud/filestore/libs/vfs/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 8d0e7f2ac79..00000000000 --- a/cloud/filestore/libs/vfs/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_subdirectory(protos) -add_subdirectory(tests) -add_subdirectory(ut) - -add_library(filestore-libs-vfs) -target_link_libraries(filestore-libs-vfs PUBLIC - contrib-libs-cxxsupp - yutil - cloud-filestore-config - filestore-libs-service - core-libs-common -) -target_sources(filestore-libs-vfs PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs/convert.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs/fsync_queue.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs/loop.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs/probes.cpp -) diff --git a/cloud/filestore/libs/vfs/protos/CMakeLists.darwin-x86_64.txt b/cloud/filestore/libs/vfs/protos/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6c07a28246e..00000000000 --- a/cloud/filestore/libs/vfs/protos/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(libs-vfs-protos) -target_link_libraries(libs-vfs-protos PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(libs-vfs-protos PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs/protos/session.proto -) -target_proto_addincls(libs-vfs-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(libs-vfs-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/filestore/libs/vfs/protos/CMakeLists.linux-aarch64.txt b/cloud/filestore/libs/vfs/protos/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 24c028ec91d..00000000000 --- a/cloud/filestore/libs/vfs/protos/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(libs-vfs-protos) -target_link_libraries(libs-vfs-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(libs-vfs-protos PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs/protos/session.proto -) -target_proto_addincls(libs-vfs-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(libs-vfs-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/filestore/libs/vfs/protos/CMakeLists.linux-x86_64.txt b/cloud/filestore/libs/vfs/protos/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 24c028ec91d..00000000000 --- a/cloud/filestore/libs/vfs/protos/CMakeLists.linux-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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(libs-vfs-protos) -target_link_libraries(libs-vfs-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(libs-vfs-protos PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs/protos/session.proto -) -target_proto_addincls(libs-vfs-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(libs-vfs-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/filestore/libs/vfs/protos/CMakeLists.txt b/cloud/filestore/libs/vfs/protos/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/libs/vfs/protos/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/libs/vfs/protos/CMakeLists.windows-x86_64.txt b/cloud/filestore/libs/vfs/protos/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 6c07a28246e..00000000000 --- a/cloud/filestore/libs/vfs/protos/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(libs-vfs-protos) -target_link_libraries(libs-vfs-protos PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(libs-vfs-protos PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs/protos/session.proto -) -target_proto_addincls(libs-vfs-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(libs-vfs-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/filestore/libs/vfs/tests/CMakeLists.darwin-x86_64.txt b/cloud/filestore/libs/vfs/tests/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 5dcce3c4c50..00000000000 --- a/cloud/filestore/libs/vfs/tests/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,75 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-filestore-libs-vfs-tests) -target_include_directories(cloud-filestore-libs-vfs-tests PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs -) -target_link_libraries(cloud-filestore-libs-vfs-tests PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - filestore-libs-vfs - filestore-libs-diagnostics -) -target_link_options(cloud-filestore-libs-vfs-tests PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-filestore-libs-vfs-tests PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs/fsync_queue_ut_stress.cpp -) -set_property( - TARGET - cloud-filestore-libs-vfs-tests - PROPERTY - SPLIT_FACTOR - 7 -) -add_yunittest( - NAME - cloud-filestore-libs-vfs-tests - TEST_TARGET - cloud-filestore-libs-vfs-tests - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-vfs-tests - PROPERTY - LABELS - MEDIUM -) -set_yunittest_property( - TEST - cloud-filestore-libs-vfs-tests - PROPERTY - PROCESSORS - 4 -) -set_yunittest_property( - TEST - cloud-filestore-libs-vfs-tests - PROPERTY - TIMEOUT - 600 -) -target_allocator(cloud-filestore-libs-vfs-tests - system_allocator -) -vcs_info(cloud-filestore-libs-vfs-tests) diff --git a/cloud/filestore/libs/vfs/tests/CMakeLists.linux-aarch64.txt b/cloud/filestore/libs/vfs/tests/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 41b7cad097a..00000000000 --- a/cloud/filestore/libs/vfs/tests/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_executable(cloud-filestore-libs-vfs-tests) -target_include_directories(cloud-filestore-libs-vfs-tests PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs -) -target_link_libraries(cloud-filestore-libs-vfs-tests PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - filestore-libs-vfs - filestore-libs-diagnostics -) -target_link_options(cloud-filestore-libs-vfs-tests PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-filestore-libs-vfs-tests PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs/fsync_queue_ut_stress.cpp -) -set_property( - TARGET - cloud-filestore-libs-vfs-tests - PROPERTY - SPLIT_FACTOR - 7 -) -add_yunittest( - NAME - cloud-filestore-libs-vfs-tests - TEST_TARGET - cloud-filestore-libs-vfs-tests - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-vfs-tests - PROPERTY - LABELS - MEDIUM -) -set_yunittest_property( - TEST - cloud-filestore-libs-vfs-tests - PROPERTY - PROCESSORS - 4 -) -set_yunittest_property( - TEST - cloud-filestore-libs-vfs-tests - PROPERTY - TIMEOUT - 600 -) -target_allocator(cloud-filestore-libs-vfs-tests - cpp-malloc-jemalloc -) -vcs_info(cloud-filestore-libs-vfs-tests) diff --git a/cloud/filestore/libs/vfs/tests/CMakeLists.linux-x86_64.txt b/cloud/filestore/libs/vfs/tests/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 2a5512e5392..00000000000 --- a/cloud/filestore/libs/vfs/tests/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,80 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-filestore-libs-vfs-tests) -target_include_directories(cloud-filestore-libs-vfs-tests PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs -) -target_link_libraries(cloud-filestore-libs-vfs-tests PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - filestore-libs-vfs - filestore-libs-diagnostics -) -target_link_options(cloud-filestore-libs-vfs-tests PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-filestore-libs-vfs-tests PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs/fsync_queue_ut_stress.cpp -) -set_property( - TARGET - cloud-filestore-libs-vfs-tests - PROPERTY - SPLIT_FACTOR - 7 -) -add_yunittest( - NAME - cloud-filestore-libs-vfs-tests - TEST_TARGET - cloud-filestore-libs-vfs-tests - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-vfs-tests - PROPERTY - LABELS - MEDIUM -) -set_yunittest_property( - TEST - cloud-filestore-libs-vfs-tests - PROPERTY - PROCESSORS - 4 -) -set_yunittest_property( - TEST - cloud-filestore-libs-vfs-tests - PROPERTY - TIMEOUT - 600 -) -target_allocator(cloud-filestore-libs-vfs-tests - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-filestore-libs-vfs-tests) diff --git a/cloud/filestore/libs/vfs/tests/CMakeLists.txt b/cloud/filestore/libs/vfs/tests/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/libs/vfs/tests/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/libs/vfs/tests/CMakeLists.windows-x86_64.txt b/cloud/filestore/libs/vfs/tests/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 893ff5705f2..00000000000 --- a/cloud/filestore/libs/vfs/tests/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_executable(cloud-filestore-libs-vfs-tests) -target_include_directories(cloud-filestore-libs-vfs-tests PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs -) -target_link_libraries(cloud-filestore-libs-vfs-tests PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - filestore-libs-vfs - filestore-libs-diagnostics -) -target_sources(cloud-filestore-libs-vfs-tests PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs/fsync_queue_ut_stress.cpp -) -set_property( - TARGET - cloud-filestore-libs-vfs-tests - PROPERTY - SPLIT_FACTOR - 7 -) -add_yunittest( - NAME - cloud-filestore-libs-vfs-tests - TEST_TARGET - cloud-filestore-libs-vfs-tests - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-vfs-tests - PROPERTY - LABELS - MEDIUM -) -set_yunittest_property( - TEST - cloud-filestore-libs-vfs-tests - PROPERTY - PROCESSORS - 4 -) -set_yunittest_property( - TEST - cloud-filestore-libs-vfs-tests - PROPERTY - TIMEOUT - 600 -) -target_allocator(cloud-filestore-libs-vfs-tests - system_allocator -) -vcs_info(cloud-filestore-libs-vfs-tests) diff --git a/cloud/filestore/libs/vfs/ut/CMakeLists.darwin-x86_64.txt b/cloud/filestore/libs/vfs/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 4ee6d145018..00000000000 --- a/cloud/filestore/libs/vfs/ut/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,75 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-filestore-libs-vfs-ut) -target_include_directories(cloud-filestore-libs-vfs-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs -) -target_link_libraries(cloud-filestore-libs-vfs-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - filestore-libs-vfs - filestore-libs-diagnostics -) -target_link_options(cloud-filestore-libs-vfs-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-filestore-libs-vfs-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs/fsync_queue_ut.cpp -) -set_property( - TARGET - cloud-filestore-libs-vfs-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-libs-vfs-ut - TEST_TARGET - cloud-filestore-libs-vfs-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-vfs-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-libs-vfs-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-libs-vfs-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-libs-vfs-ut - system_allocator -) -vcs_info(cloud-filestore-libs-vfs-ut) diff --git a/cloud/filestore/libs/vfs/ut/CMakeLists.linux-aarch64.txt b/cloud/filestore/libs/vfs/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 64a99bd56d5..00000000000 --- a/cloud/filestore/libs/vfs/ut/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_executable(cloud-filestore-libs-vfs-ut) -target_include_directories(cloud-filestore-libs-vfs-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs -) -target_link_libraries(cloud-filestore-libs-vfs-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - filestore-libs-vfs - filestore-libs-diagnostics -) -target_link_options(cloud-filestore-libs-vfs-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-filestore-libs-vfs-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs/fsync_queue_ut.cpp -) -set_property( - TARGET - cloud-filestore-libs-vfs-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-libs-vfs-ut - TEST_TARGET - cloud-filestore-libs-vfs-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-vfs-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-libs-vfs-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-libs-vfs-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-libs-vfs-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-filestore-libs-vfs-ut) diff --git a/cloud/filestore/libs/vfs/ut/CMakeLists.linux-x86_64.txt b/cloud/filestore/libs/vfs/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 932693c052a..00000000000 --- a/cloud/filestore/libs/vfs/ut/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,80 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-filestore-libs-vfs-ut) -target_include_directories(cloud-filestore-libs-vfs-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs -) -target_link_libraries(cloud-filestore-libs-vfs-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - filestore-libs-vfs - filestore-libs-diagnostics -) -target_link_options(cloud-filestore-libs-vfs-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-filestore-libs-vfs-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs/fsync_queue_ut.cpp -) -set_property( - TARGET - cloud-filestore-libs-vfs-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-libs-vfs-ut - TEST_TARGET - cloud-filestore-libs-vfs-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-vfs-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-libs-vfs-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-libs-vfs-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-libs-vfs-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-filestore-libs-vfs-ut) diff --git a/cloud/filestore/libs/vfs/ut/CMakeLists.txt b/cloud/filestore/libs/vfs/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/libs/vfs/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/libs/vfs/ut/CMakeLists.windows-x86_64.txt b/cloud/filestore/libs/vfs/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 3f09840e2d3..00000000000 --- a/cloud/filestore/libs/vfs/ut/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_executable(cloud-filestore-libs-vfs-ut) -target_include_directories(cloud-filestore-libs-vfs-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs -) -target_link_libraries(cloud-filestore-libs-vfs-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - filestore-libs-vfs - filestore-libs-diagnostics -) -target_sources(cloud-filestore-libs-vfs-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs/fsync_queue_ut.cpp -) -set_property( - TARGET - cloud-filestore-libs-vfs-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-libs-vfs-ut - TEST_TARGET - cloud-filestore-libs-vfs-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-vfs-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-libs-vfs-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-libs-vfs-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-libs-vfs-ut - system_allocator -) -vcs_info(cloud-filestore-libs-vfs-ut) diff --git a/cloud/filestore/libs/vfs_fuse/CMakeLists.darwin-x86_64.txt b/cloud/filestore/libs/vfs_fuse/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 50799b34e85..00000000000 --- a/cloud/filestore/libs/vfs_fuse/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(ut) -add_subdirectory(vhost) - -add_library(filestore-libs-vfs_fuse) -target_compile_options(filestore-libs-vfs_fuse PRIVATE - -DFUSE_USE_VERSION=29 -) -target_link_libraries(filestore-libs-vfs_fuse PUBLIC - contrib-libs-cxxsupp - yutil - cloud-filestore-config - filestore-libs-client - filestore-libs-diagnostics - filestore-libs-service - filestore-libs-vfs - libs-vfs-protos - core-libs-common - core-libs-diagnostics - library-cpp-lwtrace -) -target_sources(filestore-libs-vfs_fuse PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/cache.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs_impl.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs_impl_attr.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs_impl_data.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs_impl_list.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs_impl_lock.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs_impl_node.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs_impl_stat.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/log.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/loop.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fuse.cpp -) diff --git a/cloud/filestore/libs/vfs_fuse/CMakeLists.linux-aarch64.txt b/cloud/filestore/libs/vfs_fuse/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 45e7c2cb362..00000000000 --- a/cloud/filestore/libs/vfs_fuse/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_subdirectory(ut) -add_subdirectory(vhost) - -add_library(filestore-libs-vfs_fuse) -target_compile_options(filestore-libs-vfs_fuse PRIVATE - -DFUSE_USE_VERSION=29 -) -target_link_libraries(filestore-libs-vfs_fuse PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cloud-filestore-config - filestore-libs-client - filestore-libs-diagnostics - filestore-libs-service - filestore-libs-vfs - libs-vfs-protos - core-libs-common - core-libs-diagnostics - library-cpp-lwtrace - contrib-libs-fuse -) -target_sources(filestore-libs-vfs_fuse PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/cache.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs_impl.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs_impl_attr.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs_impl_data.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs_impl_list.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs_impl_lock.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs_impl_node.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs_impl_stat.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/log.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/loop.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fuse.cpp -) diff --git a/cloud/filestore/libs/vfs_fuse/CMakeLists.linux-x86_64.txt b/cloud/filestore/libs/vfs_fuse/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 45e7c2cb362..00000000000 --- a/cloud/filestore/libs/vfs_fuse/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_subdirectory(ut) -add_subdirectory(vhost) - -add_library(filestore-libs-vfs_fuse) -target_compile_options(filestore-libs-vfs_fuse PRIVATE - -DFUSE_USE_VERSION=29 -) -target_link_libraries(filestore-libs-vfs_fuse PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cloud-filestore-config - filestore-libs-client - filestore-libs-diagnostics - filestore-libs-service - filestore-libs-vfs - libs-vfs-protos - core-libs-common - core-libs-diagnostics - library-cpp-lwtrace - contrib-libs-fuse -) -target_sources(filestore-libs-vfs_fuse PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/cache.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs_impl.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs_impl_attr.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs_impl_data.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs_impl_list.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs_impl_lock.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs_impl_node.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs_impl_stat.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/log.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/loop.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fuse.cpp -) diff --git a/cloud/filestore/libs/vfs_fuse/CMakeLists.txt b/cloud/filestore/libs/vfs_fuse/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/libs/vfs_fuse/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/libs/vfs_fuse/CMakeLists.windows-x86_64.txt b/cloud/filestore/libs/vfs_fuse/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 50799b34e85..00000000000 --- a/cloud/filestore/libs/vfs_fuse/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(ut) -add_subdirectory(vhost) - -add_library(filestore-libs-vfs_fuse) -target_compile_options(filestore-libs-vfs_fuse PRIVATE - -DFUSE_USE_VERSION=29 -) -target_link_libraries(filestore-libs-vfs_fuse PUBLIC - contrib-libs-cxxsupp - yutil - cloud-filestore-config - filestore-libs-client - filestore-libs-diagnostics - filestore-libs-service - filestore-libs-vfs - libs-vfs-protos - core-libs-common - core-libs-diagnostics - library-cpp-lwtrace -) -target_sources(filestore-libs-vfs_fuse PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/cache.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs_impl.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs_impl_attr.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs_impl_data.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs_impl_list.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs_impl_lock.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs_impl_node.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs_impl_stat.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/log.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/loop.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fuse.cpp -) diff --git a/cloud/filestore/libs/vfs_fuse/ut/CMakeLists.darwin-x86_64.txt b/cloud/filestore/libs/vfs_fuse/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 0939398abcb..00000000000 --- a/cloud/filestore/libs/vfs_fuse/ut/CMakeLists.darwin-x86_64.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_executable(cloud-filestore-libs-vfs_fuse-ut) -target_link_libraries(cloud-filestore-libs-vfs_fuse-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - filestore-libs-diagnostics - libs-vfs_fuse-vhost - filestore-libs-vhost -) -target_link_options(cloud-filestore-libs-vfs_fuse-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-filestore-libs-vfs_fuse-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs_ut.cpp -) -set_property( - TARGET - cloud-filestore-libs-vfs_fuse-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-libs-vfs_fuse-ut - TEST_TARGET - cloud-filestore-libs-vfs_fuse-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-vfs_fuse-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-libs-vfs_fuse-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-libs-vfs_fuse-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-libs-vfs_fuse-ut - system_allocator -) -vcs_info(cloud-filestore-libs-vfs_fuse-ut) diff --git a/cloud/filestore/libs/vfs_fuse/ut/CMakeLists.linux-aarch64.txt b/cloud/filestore/libs/vfs_fuse/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 8586ad06291..00000000000 --- a/cloud/filestore/libs/vfs_fuse/ut/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_executable(cloud-filestore-libs-vfs_fuse-ut) -target_link_libraries(cloud-filestore-libs-vfs_fuse-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - filestore-libs-diagnostics - libs-vfs_fuse-vhost - filestore-libs-vhost -) -target_link_options(cloud-filestore-libs-vfs_fuse-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -Wl,-rpath,$ORIGIN - -fPIC - -Wl,-rpath,$ORIGIN - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-filestore-libs-vfs_fuse-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs_ut.cpp -) -set_property( - TARGET - cloud-filestore-libs-vfs_fuse-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-libs-vfs_fuse-ut - TEST_TARGET - cloud-filestore-libs-vfs_fuse-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-vfs_fuse-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-libs-vfs_fuse-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-libs-vfs_fuse-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-libs-vfs_fuse-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-filestore-libs-vfs_fuse-ut) diff --git a/cloud/filestore/libs/vfs_fuse/ut/CMakeLists.linux-x86_64.txt b/cloud/filestore/libs/vfs_fuse/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b5a78bae9b9..00000000000 --- a/cloud/filestore/libs/vfs_fuse/ut/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,80 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-filestore-libs-vfs_fuse-ut) -target_link_libraries(cloud-filestore-libs-vfs_fuse-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - filestore-libs-diagnostics - libs-vfs_fuse-vhost - filestore-libs-vhost -) -target_link_options(cloud-filestore-libs-vfs_fuse-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -Wl,-rpath,$ORIGIN - -fPIC - -Wl,-rpath,$ORIGIN - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-filestore-libs-vfs_fuse-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs_ut.cpp -) -set_property( - TARGET - cloud-filestore-libs-vfs_fuse-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-libs-vfs_fuse-ut - TEST_TARGET - cloud-filestore-libs-vfs_fuse-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-vfs_fuse-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-libs-vfs_fuse-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-libs-vfs_fuse-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-libs-vfs_fuse-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-filestore-libs-vfs_fuse-ut) diff --git a/cloud/filestore/libs/vfs_fuse/ut/CMakeLists.txt b/cloud/filestore/libs/vfs_fuse/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/libs/vfs_fuse/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/libs/vfs_fuse/ut/CMakeLists.windows-x86_64.txt b/cloud/filestore/libs/vfs_fuse/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 557a24772f2..00000000000 --- a/cloud/filestore/libs/vfs_fuse/ut/CMakeLists.windows-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_executable(cloud-filestore-libs-vfs_fuse-ut) -target_link_libraries(cloud-filestore-libs-vfs_fuse-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - filestore-libs-diagnostics - libs-vfs_fuse-vhost - filestore-libs-vhost -) -target_sources(cloud-filestore-libs-vfs_fuse-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs_ut.cpp -) -set_property( - TARGET - cloud-filestore-libs-vfs_fuse-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-libs-vfs_fuse-ut - TEST_TARGET - cloud-filestore-libs-vfs_fuse-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-libs-vfs_fuse-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-libs-vfs_fuse-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-libs-vfs_fuse-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-libs-vfs_fuse-ut - system_allocator -) -vcs_info(cloud-filestore-libs-vfs_fuse-ut) diff --git a/cloud/filestore/libs/vfs_fuse/vhost/CMakeLists.darwin-x86_64.txt b/cloud/filestore/libs/vfs_fuse/vhost/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 87dabe7f5af..00000000000 --- a/cloud/filestore/libs/vfs_fuse/vhost/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(libs-vfs_fuse-vhost) -target_compile_options(libs-vfs_fuse-vhost PRIVATE - -DFUSE_VIRTIO - -DFUSE_USE_VERSION=31 -) -target_link_libraries(libs-vfs_fuse-vhost PUBLIC - contrib-libs-cxxsupp - yutil - cloud-filestore-config - filestore-libs-client - filestore-libs-diagnostics - filestore-libs-service - filestore-libs-vfs - libs-vfs-protos - core-libs-common - core-libs-diagnostics - library-cpp-lwtrace - vhost-server -) -target_sources(libs-vfs_fuse-vhost PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/cache.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs_impl.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs_impl_attr.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs_impl_data.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs_impl_list.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs_impl_lock.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs_impl_node.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs_impl_stat.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/log.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/loop.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/vhost/fuse_virtio.c -) diff --git a/cloud/filestore/libs/vfs_fuse/vhost/CMakeLists.linux-aarch64.txt b/cloud/filestore/libs/vfs_fuse/vhost/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a8dc7c940d2..00000000000 --- a/cloud/filestore/libs/vfs_fuse/vhost/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(libs-vfs_fuse-vhost) -target_compile_options(libs-vfs_fuse-vhost PRIVATE - -DFUSE_VIRTIO - -DFUSE_USE_VERSION=31 -) -target_link_libraries(libs-vfs_fuse-vhost PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cloud-filestore-config - filestore-libs-client - filestore-libs-diagnostics - filestore-libs-service - filestore-libs-vfs - libs-vfs-protos - core-libs-common - core-libs-diagnostics - library-cpp-lwtrace - vhost-server - contrib-libs-virtiofsd -) -target_sources(libs-vfs_fuse-vhost PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/cache.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs_impl.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs_impl_attr.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs_impl_data.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs_impl_list.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs_impl_lock.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs_impl_node.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs_impl_stat.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/log.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/loop.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/vhost/fuse_virtio.c -) diff --git a/cloud/filestore/libs/vfs_fuse/vhost/CMakeLists.linux-x86_64.txt b/cloud/filestore/libs/vfs_fuse/vhost/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a8dc7c940d2..00000000000 --- a/cloud/filestore/libs/vfs_fuse/vhost/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(libs-vfs_fuse-vhost) -target_compile_options(libs-vfs_fuse-vhost PRIVATE - -DFUSE_VIRTIO - -DFUSE_USE_VERSION=31 -) -target_link_libraries(libs-vfs_fuse-vhost PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cloud-filestore-config - filestore-libs-client - filestore-libs-diagnostics - filestore-libs-service - filestore-libs-vfs - libs-vfs-protos - core-libs-common - core-libs-diagnostics - library-cpp-lwtrace - vhost-server - contrib-libs-virtiofsd -) -target_sources(libs-vfs_fuse-vhost PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/cache.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs_impl.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs_impl_attr.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs_impl_data.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs_impl_list.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs_impl_lock.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs_impl_node.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs_impl_stat.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/log.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/loop.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/vhost/fuse_virtio.c -) diff --git a/cloud/filestore/libs/vfs_fuse/vhost/CMakeLists.txt b/cloud/filestore/libs/vfs_fuse/vhost/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/libs/vfs_fuse/vhost/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/libs/vfs_fuse/vhost/CMakeLists.windows-x86_64.txt b/cloud/filestore/libs/vfs_fuse/vhost/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 87dabe7f5af..00000000000 --- a/cloud/filestore/libs/vfs_fuse/vhost/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(libs-vfs_fuse-vhost) -target_compile_options(libs-vfs_fuse-vhost PRIVATE - -DFUSE_VIRTIO - -DFUSE_USE_VERSION=31 -) -target_link_libraries(libs-vfs_fuse-vhost PUBLIC - contrib-libs-cxxsupp - yutil - cloud-filestore-config - filestore-libs-client - filestore-libs-diagnostics - filestore-libs-service - filestore-libs-vfs - libs-vfs-protos - core-libs-common - core-libs-diagnostics - library-cpp-lwtrace - vhost-server -) -target_sources(libs-vfs_fuse-vhost PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/cache.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/config.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs_impl.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs_impl_attr.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs_impl_data.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs_impl_list.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs_impl_lock.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs_impl_node.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/fs_impl_stat.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/log.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/loop.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vfs_fuse/vhost/fuse_virtio.c -) diff --git a/cloud/filestore/libs/vhost/CMakeLists.darwin-x86_64.txt b/cloud/filestore/libs/vhost/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index aae61e12ff6..00000000000 --- a/cloud/filestore/libs/vhost/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(filestore-libs-vhost) -target_link_libraries(filestore-libs-vhost PUBLIC - contrib-libs-cxxsupp - yutil - filestore-public-api-protos - core-libs-vhost-client - cpp-threading-future - vhost-server -) -target_sources(filestore-libs-vhost PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vhost/client.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vhost/request.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vhost/server.cpp -) diff --git a/cloud/filestore/libs/vhost/CMakeLists.linux-aarch64.txt b/cloud/filestore/libs/vhost/CMakeLists.linux-aarch64.txt deleted file mode 100644 index fac368f005d..00000000000 --- a/cloud/filestore/libs/vhost/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(filestore-libs-vhost) -target_link_libraries(filestore-libs-vhost PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - filestore-public-api-protos - core-libs-vhost-client - cpp-threading-future - vhost-server -) -target_sources(filestore-libs-vhost PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vhost/client.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vhost/request.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vhost/server.cpp -) diff --git a/cloud/filestore/libs/vhost/CMakeLists.linux-x86_64.txt b/cloud/filestore/libs/vhost/CMakeLists.linux-x86_64.txt deleted file mode 100644 index fac368f005d..00000000000 --- a/cloud/filestore/libs/vhost/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(filestore-libs-vhost) -target_link_libraries(filestore-libs-vhost PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - filestore-public-api-protos - core-libs-vhost-client - cpp-threading-future - vhost-server -) -target_sources(filestore-libs-vhost PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vhost/client.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vhost/request.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vhost/server.cpp -) diff --git a/cloud/filestore/libs/vhost/CMakeLists.txt b/cloud/filestore/libs/vhost/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/libs/vhost/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/libs/vhost/CMakeLists.windows-x86_64.txt b/cloud/filestore/libs/vhost/CMakeLists.windows-x86_64.txt deleted file mode 100644 index aae61e12ff6..00000000000 --- a/cloud/filestore/libs/vhost/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(filestore-libs-vhost) -target_link_libraries(filestore-libs-vhost PUBLIC - contrib-libs-cxxsupp - yutil - filestore-public-api-protos - core-libs-vhost-client - cpp-threading-future - vhost-server -) -target_sources(filestore-libs-vhost PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vhost/client.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vhost/request.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/libs/vhost/server.cpp -) diff --git a/cloud/filestore/private/CMakeLists.txt b/cloud/filestore/private/CMakeLists.txt deleted file mode 100644 index dbfb934baea..00000000000 --- a/cloud/filestore/private/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(api) diff --git a/cloud/filestore/private/api/CMakeLists.txt b/cloud/filestore/private/api/CMakeLists.txt deleted file mode 100644 index 6d580ae9adc..00000000000 --- a/cloud/filestore/private/api/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(protos) diff --git a/cloud/filestore/private/api/protos/CMakeLists.darwin-x86_64.txt b/cloud/filestore/private/api/protos/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index b77f26c0f49..00000000000 --- a/cloud/filestore/private/api/protos/CMakeLists.darwin-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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(filestore-private-api-protos) -target_link_libraries(filestore-private-api-protos PUBLIC - contrib-libs-cxxsupp - yutil - cloud-filestore-config - filestore-public-api-protos - storage-core-protos - contrib-libs-protobuf -) -target_proto_messages(filestore-private-api-protos PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/private/api/protos/actions.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/private/api/protos/tablet.proto -) -target_proto_addincls(filestore-private-api-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(filestore-private-api-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/filestore/private/api/protos/CMakeLists.linux-aarch64.txt b/cloud/filestore/private/api/protos/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 6a0ea0f54dc..00000000000 --- a/cloud/filestore/private/api/protos/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(filestore-private-api-protos) -target_link_libraries(filestore-private-api-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cloud-filestore-config - filestore-public-api-protos - storage-core-protos - contrib-libs-protobuf -) -target_proto_messages(filestore-private-api-protos PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/private/api/protos/actions.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/private/api/protos/tablet.proto -) -target_proto_addincls(filestore-private-api-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(filestore-private-api-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/filestore/private/api/protos/CMakeLists.linux-x86_64.txt b/cloud/filestore/private/api/protos/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 6a0ea0f54dc..00000000000 --- a/cloud/filestore/private/api/protos/CMakeLists.linux-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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(filestore-private-api-protos) -target_link_libraries(filestore-private-api-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cloud-filestore-config - filestore-public-api-protos - storage-core-protos - contrib-libs-protobuf -) -target_proto_messages(filestore-private-api-protos PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/private/api/protos/actions.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/private/api/protos/tablet.proto -) -target_proto_addincls(filestore-private-api-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(filestore-private-api-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/filestore/private/api/protos/CMakeLists.txt b/cloud/filestore/private/api/protos/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/private/api/protos/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/private/api/protos/CMakeLists.windows-x86_64.txt b/cloud/filestore/private/api/protos/CMakeLists.windows-x86_64.txt deleted file mode 100644 index b77f26c0f49..00000000000 --- a/cloud/filestore/private/api/protos/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(filestore-private-api-protos) -target_link_libraries(filestore-private-api-protos PUBLIC - contrib-libs-cxxsupp - yutil - cloud-filestore-config - filestore-public-api-protos - storage-core-protos - contrib-libs-protobuf -) -target_proto_messages(filestore-private-api-protos PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/private/api/protos/actions.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/private/api/protos/tablet.proto -) -target_proto_addincls(filestore-private-api-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(filestore-private-api-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/filestore/public/CMakeLists.txt b/cloud/filestore/public/CMakeLists.txt deleted file mode 100644 index dbfb934baea..00000000000 --- a/cloud/filestore/public/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(api) diff --git a/cloud/filestore/public/api/CMakeLists.txt b/cloud/filestore/public/api/CMakeLists.txt deleted file mode 100644 index fefd8546252..00000000000 --- a/cloud/filestore/public/api/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(grpc) -add_subdirectory(protos) diff --git a/cloud/filestore/public/api/grpc/CMakeLists.darwin-x86_64.txt b/cloud/filestore/public/api/grpc/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 7c04cd1054a..00000000000 --- a/cloud/filestore/public/api/grpc/CMakeLists.darwin-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. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(filestore-public-api-grpc) -set_property(TARGET filestore-public-api-grpc PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(filestore-public-api-grpc PUBLIC - contrib-libs-googleapis-common-protos - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - filestore-public-api-protos - contrib-libs-protobuf -) -target_proto_messages(filestore-public-api-grpc PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/public/api/grpc/service.proto -) -target_proto_addincls(filestore-public-api-grpc - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(filestore-public-api-grpc - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(filestore-public-api-grpc - grpc_cpp - grpc_cpp -) diff --git a/cloud/filestore/public/api/grpc/CMakeLists.linux-aarch64.txt b/cloud/filestore/public/api/grpc/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 7a3ae0fc4e2..00000000000 --- a/cloud/filestore/public/api/grpc/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(filestore-public-api-grpc) -set_property(TARGET filestore-public-api-grpc PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(filestore-public-api-grpc PUBLIC - contrib-libs-googleapis-common-protos - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - filestore-public-api-protos - contrib-libs-protobuf -) -target_proto_messages(filestore-public-api-grpc PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/public/api/grpc/service.proto -) -target_proto_addincls(filestore-public-api-grpc - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(filestore-public-api-grpc - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(filestore-public-api-grpc - grpc_cpp - grpc_cpp -) diff --git a/cloud/filestore/public/api/grpc/CMakeLists.linux-x86_64.txt b/cloud/filestore/public/api/grpc/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 7a3ae0fc4e2..00000000000 --- a/cloud/filestore/public/api/grpc/CMakeLists.linux-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. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(filestore-public-api-grpc) -set_property(TARGET filestore-public-api-grpc PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(filestore-public-api-grpc PUBLIC - contrib-libs-googleapis-common-protos - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - filestore-public-api-protos - contrib-libs-protobuf -) -target_proto_messages(filestore-public-api-grpc PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/public/api/grpc/service.proto -) -target_proto_addincls(filestore-public-api-grpc - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(filestore-public-api-grpc - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(filestore-public-api-grpc - grpc_cpp - grpc_cpp -) diff --git a/cloud/filestore/public/api/grpc/CMakeLists.txt b/cloud/filestore/public/api/grpc/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/public/api/grpc/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/public/api/grpc/CMakeLists.windows-x86_64.txt b/cloud/filestore/public/api/grpc/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 7c04cd1054a..00000000000 --- a/cloud/filestore/public/api/grpc/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. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(filestore-public-api-grpc) -set_property(TARGET filestore-public-api-grpc PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(filestore-public-api-grpc PUBLIC - contrib-libs-googleapis-common-protos - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - filestore-public-api-protos - contrib-libs-protobuf -) -target_proto_messages(filestore-public-api-grpc PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/public/api/grpc/service.proto -) -target_proto_addincls(filestore-public-api-grpc - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(filestore-public-api-grpc - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(filestore-public-api-grpc - grpc_cpp - grpc_cpp -) diff --git a/cloud/filestore/public/api/protos/CMakeLists.darwin-x86_64.txt b/cloud/filestore/public/api/protos/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 37438080427..00000000000 --- a/cloud/filestore/public/api/protos/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,188 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(filestore-public-api-protos) -target_link_libraries(filestore-public-api-protos PUBLIC - contrib-libs-cxxsupp - yutil - storage-core-protos - cpp-lwtrace-protos - contrib-libs-protobuf -) -target_proto_messages(filestore-public-api-protos PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/public/api/protos/action.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/public/api/protos/checkpoint.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/public/api/protos/cluster.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/public/api/protos/const.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/public/api/protos/data.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/public/api/protos/endpoint.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/public/api/protos/fs.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/public/api/protos/headers.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/public/api/protos/locks.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/public/api/protos/node.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/public/api/protos/ping.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/public/api/protos/session.proto -) -target_proto_addincls(filestore-public-api-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(filestore-public-api-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/filestore/public/api/protos/CMakeLists.linux-aarch64.txt b/cloud/filestore/public/api/protos/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 7af08345145..00000000000 --- a/cloud/filestore/public/api/protos/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,189 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(filestore-public-api-protos) -target_link_libraries(filestore-public-api-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - storage-core-protos - cpp-lwtrace-protos - contrib-libs-protobuf -) -target_proto_messages(filestore-public-api-protos PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/public/api/protos/action.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/public/api/protos/checkpoint.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/public/api/protos/cluster.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/public/api/protos/const.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/public/api/protos/data.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/public/api/protos/endpoint.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/public/api/protos/fs.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/public/api/protos/headers.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/public/api/protos/locks.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/public/api/protos/node.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/public/api/protos/ping.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/public/api/protos/session.proto -) -target_proto_addincls(filestore-public-api-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(filestore-public-api-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/filestore/public/api/protos/CMakeLists.linux-x86_64.txt b/cloud/filestore/public/api/protos/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 7af08345145..00000000000 --- a/cloud/filestore/public/api/protos/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,189 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(filestore-public-api-protos) -target_link_libraries(filestore-public-api-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - storage-core-protos - cpp-lwtrace-protos - contrib-libs-protobuf -) -target_proto_messages(filestore-public-api-protos PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/public/api/protos/action.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/public/api/protos/checkpoint.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/public/api/protos/cluster.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/public/api/protos/const.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/public/api/protos/data.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/public/api/protos/endpoint.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/public/api/protos/fs.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/public/api/protos/headers.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/public/api/protos/locks.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/public/api/protos/node.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/public/api/protos/ping.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/public/api/protos/session.proto -) -target_proto_addincls(filestore-public-api-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(filestore-public-api-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/filestore/public/api/protos/CMakeLists.txt b/cloud/filestore/public/api/protos/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/public/api/protos/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/public/api/protos/CMakeLists.windows-x86_64.txt b/cloud/filestore/public/api/protos/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 37438080427..00000000000 --- a/cloud/filestore/public/api/protos/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,188 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(filestore-public-api-protos) -target_link_libraries(filestore-public-api-protos PUBLIC - contrib-libs-cxxsupp - yutil - storage-core-protos - cpp-lwtrace-protos - contrib-libs-protobuf -) -target_proto_messages(filestore-public-api-protos PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/public/api/protos/action.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/public/api/protos/checkpoint.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/public/api/protos/cluster.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/public/api/protos/const.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/public/api/protos/data.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/public/api/protos/endpoint.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/public/api/protos/fs.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/public/api/protos/headers.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/public/api/protos/locks.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/public/api/protos/node.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/public/api/protos/ping.proto - ${CMAKE_SOURCE_DIR}/cloud/filestore/public/api/protos/session.proto -) -target_proto_addincls(filestore-public-api-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(filestore-public-api-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/filestore/tools/CMakeLists.txt b/cloud/filestore/tools/CMakeLists.txt deleted file mode 100644 index 84bfd162fc4..00000000000 --- a/cloud/filestore/tools/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(analytics) -add_subdirectory(testing) diff --git a/cloud/filestore/tools/analytics/CMakeLists.txt b/cloud/filestore/tools/analytics/CMakeLists.txt deleted file mode 100644 index cdc8f361f0e..00000000000 --- a/cloud/filestore/tools/analytics/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(libs) -add_subdirectory(profile_tool) diff --git a/cloud/filestore/tools/analytics/libs/CMakeLists.txt b/cloud/filestore/tools/analytics/libs/CMakeLists.txt deleted file mode 100644 index 419b1f15d2c..00000000000 --- a/cloud/filestore/tools/analytics/libs/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(event-log) diff --git a/cloud/filestore/tools/analytics/libs/event-log/CMakeLists.darwin-x86_64.txt b/cloud/filestore/tools/analytics/libs/event-log/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 7af95ff3cf7..00000000000 --- a/cloud/filestore/tools/analytics/libs/event-log/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_subdirectory(ut) - -add_library(filestore-analytics-libs-event-log) -target_link_libraries(filestore-analytics-libs-event-log PUBLIC - contrib-libs-cxxsupp - yutil - filestore-libs-diagnostics-events - filestore-libs-service - libs-storage-tablet - core-libs-common -) -target_sources(filestore-analytics-libs-event-log PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/analytics/libs/event-log/dump.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/analytics/libs/event-log/request_filter.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/analytics/libs/event-log/request_printer.cpp -) diff --git a/cloud/filestore/tools/analytics/libs/event-log/CMakeLists.linux-aarch64.txt b/cloud/filestore/tools/analytics/libs/event-log/CMakeLists.linux-aarch64.txt deleted file mode 100644 index f3563d9d039..00000000000 --- a/cloud/filestore/tools/analytics/libs/event-log/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_subdirectory(ut) - -add_library(filestore-analytics-libs-event-log) -target_link_libraries(filestore-analytics-libs-event-log PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - filestore-libs-diagnostics-events - filestore-libs-service - libs-storage-tablet - core-libs-common -) -target_sources(filestore-analytics-libs-event-log PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/analytics/libs/event-log/dump.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/analytics/libs/event-log/request_filter.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/analytics/libs/event-log/request_printer.cpp -) diff --git a/cloud/filestore/tools/analytics/libs/event-log/CMakeLists.linux-x86_64.txt b/cloud/filestore/tools/analytics/libs/event-log/CMakeLists.linux-x86_64.txt deleted file mode 100644 index f3563d9d039..00000000000 --- a/cloud/filestore/tools/analytics/libs/event-log/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_subdirectory(ut) - -add_library(filestore-analytics-libs-event-log) -target_link_libraries(filestore-analytics-libs-event-log PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - filestore-libs-diagnostics-events - filestore-libs-service - libs-storage-tablet - core-libs-common -) -target_sources(filestore-analytics-libs-event-log PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/analytics/libs/event-log/dump.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/analytics/libs/event-log/request_filter.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/analytics/libs/event-log/request_printer.cpp -) diff --git a/cloud/filestore/tools/analytics/libs/event-log/CMakeLists.txt b/cloud/filestore/tools/analytics/libs/event-log/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/tools/analytics/libs/event-log/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/tools/analytics/libs/event-log/CMakeLists.windows-x86_64.txt b/cloud/filestore/tools/analytics/libs/event-log/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 7af95ff3cf7..00000000000 --- a/cloud/filestore/tools/analytics/libs/event-log/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_subdirectory(ut) - -add_library(filestore-analytics-libs-event-log) -target_link_libraries(filestore-analytics-libs-event-log PUBLIC - contrib-libs-cxxsupp - yutil - filestore-libs-diagnostics-events - filestore-libs-service - libs-storage-tablet - core-libs-common -) -target_sources(filestore-analytics-libs-event-log PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/analytics/libs/event-log/dump.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/analytics/libs/event-log/request_filter.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/analytics/libs/event-log/request_printer.cpp -) diff --git a/cloud/filestore/tools/analytics/libs/event-log/ut/CMakeLists.darwin-x86_64.txt b/cloud/filestore/tools/analytics/libs/event-log/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 24fcd95af72..00000000000 --- a/cloud/filestore/tools/analytics/libs/event-log/ut/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,76 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-filestore-tools-analytics-libs-event-log-ut) -target_include_directories(cloud-filestore-tools-analytics-libs-event-log-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/analytics/libs/event-log -) -target_link_libraries(cloud-filestore-tools-analytics-libs-event-log-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - filestore-analytics-libs-event-log -) -target_link_options(cloud-filestore-tools-analytics-libs-event-log-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-filestore-tools-analytics-libs-event-log-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/analytics/libs/event-log/dump_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/analytics/libs/event-log/request_filter_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/analytics/libs/event-log/request_printer_ut.cpp -) -set_property( - TARGET - cloud-filestore-tools-analytics-libs-event-log-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-tools-analytics-libs-event-log-ut - TEST_TARGET - cloud-filestore-tools-analytics-libs-event-log-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-tools-analytics-libs-event-log-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-tools-analytics-libs-event-log-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-tools-analytics-libs-event-log-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-tools-analytics-libs-event-log-ut - system_allocator -) -vcs_info(cloud-filestore-tools-analytics-libs-event-log-ut) diff --git a/cloud/filestore/tools/analytics/libs/event-log/ut/CMakeLists.linux-aarch64.txt b/cloud/filestore/tools/analytics/libs/event-log/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index da225d25909..00000000000 --- a/cloud/filestore/tools/analytics/libs/event-log/ut/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,79 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-filestore-tools-analytics-libs-event-log-ut) -target_include_directories(cloud-filestore-tools-analytics-libs-event-log-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/analytics/libs/event-log -) -target_link_libraries(cloud-filestore-tools-analytics-libs-event-log-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - filestore-analytics-libs-event-log -) -target_link_options(cloud-filestore-tools-analytics-libs-event-log-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-filestore-tools-analytics-libs-event-log-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/analytics/libs/event-log/dump_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/analytics/libs/event-log/request_filter_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/analytics/libs/event-log/request_printer_ut.cpp -) -set_property( - TARGET - cloud-filestore-tools-analytics-libs-event-log-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-tools-analytics-libs-event-log-ut - TEST_TARGET - cloud-filestore-tools-analytics-libs-event-log-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-tools-analytics-libs-event-log-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-tools-analytics-libs-event-log-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-tools-analytics-libs-event-log-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-tools-analytics-libs-event-log-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-filestore-tools-analytics-libs-event-log-ut) diff --git a/cloud/filestore/tools/analytics/libs/event-log/ut/CMakeLists.linux-x86_64.txt b/cloud/filestore/tools/analytics/libs/event-log/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 73dd8597b82..00000000000 --- a/cloud/filestore/tools/analytics/libs/event-log/ut/CMakeLists.linux-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_executable(cloud-filestore-tools-analytics-libs-event-log-ut) -target_include_directories(cloud-filestore-tools-analytics-libs-event-log-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/analytics/libs/event-log -) -target_link_libraries(cloud-filestore-tools-analytics-libs-event-log-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - filestore-analytics-libs-event-log -) -target_link_options(cloud-filestore-tools-analytics-libs-event-log-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-filestore-tools-analytics-libs-event-log-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/analytics/libs/event-log/dump_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/analytics/libs/event-log/request_filter_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/analytics/libs/event-log/request_printer_ut.cpp -) -set_property( - TARGET - cloud-filestore-tools-analytics-libs-event-log-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-tools-analytics-libs-event-log-ut - TEST_TARGET - cloud-filestore-tools-analytics-libs-event-log-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-tools-analytics-libs-event-log-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-tools-analytics-libs-event-log-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-tools-analytics-libs-event-log-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-tools-analytics-libs-event-log-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-filestore-tools-analytics-libs-event-log-ut) diff --git a/cloud/filestore/tools/analytics/libs/event-log/ut/CMakeLists.txt b/cloud/filestore/tools/analytics/libs/event-log/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/tools/analytics/libs/event-log/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/tools/analytics/libs/event-log/ut/CMakeLists.windows-x86_64.txt b/cloud/filestore/tools/analytics/libs/event-log/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 30bcff55ef2..00000000000 --- a/cloud/filestore/tools/analytics/libs/event-log/ut/CMakeLists.windows-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_executable(cloud-filestore-tools-analytics-libs-event-log-ut) -target_include_directories(cloud-filestore-tools-analytics-libs-event-log-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/analytics/libs/event-log -) -target_link_libraries(cloud-filestore-tools-analytics-libs-event-log-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - filestore-analytics-libs-event-log -) -target_sources(cloud-filestore-tools-analytics-libs-event-log-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/analytics/libs/event-log/dump_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/analytics/libs/event-log/request_filter_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/analytics/libs/event-log/request_printer_ut.cpp -) -set_property( - TARGET - cloud-filestore-tools-analytics-libs-event-log-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-filestore-tools-analytics-libs-event-log-ut - TEST_TARGET - cloud-filestore-tools-analytics-libs-event-log-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-filestore-tools-analytics-libs-event-log-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-filestore-tools-analytics-libs-event-log-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-filestore-tools-analytics-libs-event-log-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-filestore-tools-analytics-libs-event-log-ut - system_allocator -) -vcs_info(cloud-filestore-tools-analytics-libs-event-log-ut) diff --git a/cloud/filestore/tools/analytics/profile_tool/CMakeLists.darwin-x86_64.txt b/cloud/filestore/tools/analytics/profile_tool/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index cb3df33b2ba..00000000000 --- a/cloud/filestore/tools/analytics/profile_tool/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_subdirectory(lib) - -add_executable(filestore-profile-tool) -target_link_libraries(filestore-profile-tool PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - filestore-analytics-libs-event-log - analytics-profile_tool-lib - cpp-eventlog-dumper -) -target_link_options(filestore-profile-tool PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(filestore-profile-tool PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/analytics/profile_tool/main.cpp -) -target_allocator(filestore-profile-tool - system_allocator -) -vcs_info(filestore-profile-tool) diff --git a/cloud/filestore/tools/analytics/profile_tool/CMakeLists.linux-aarch64.txt b/cloud/filestore/tools/analytics/profile_tool/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 443826dfbb2..00000000000 --- a/cloud/filestore/tools/analytics/profile_tool/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_subdirectory(lib) - -add_executable(filestore-profile-tool) -target_link_libraries(filestore-profile-tool PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - filestore-analytics-libs-event-log - analytics-profile_tool-lib - cpp-eventlog-dumper -) -target_link_options(filestore-profile-tool PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(filestore-profile-tool PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/analytics/profile_tool/main.cpp -) -target_allocator(filestore-profile-tool - cpp-malloc-jemalloc -) -vcs_info(filestore-profile-tool) diff --git a/cloud/filestore/tools/analytics/profile_tool/CMakeLists.linux-x86_64.txt b/cloud/filestore/tools/analytics/profile_tool/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b1130efd049..00000000000 --- a/cloud/filestore/tools/analytics/profile_tool/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_subdirectory(lib) - -add_executable(filestore-profile-tool) -target_link_libraries(filestore-profile-tool PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - filestore-analytics-libs-event-log - analytics-profile_tool-lib - cpp-eventlog-dumper -) -target_link_options(filestore-profile-tool PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(filestore-profile-tool PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/analytics/profile_tool/main.cpp -) -target_allocator(filestore-profile-tool - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(filestore-profile-tool) diff --git a/cloud/filestore/tools/analytics/profile_tool/CMakeLists.txt b/cloud/filestore/tools/analytics/profile_tool/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/tools/analytics/profile_tool/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/tools/analytics/profile_tool/CMakeLists.windows-x86_64.txt b/cloud/filestore/tools/analytics/profile_tool/CMakeLists.windows-x86_64.txt deleted file mode 100644 index e89fb2d4776..00000000000 --- a/cloud/filestore/tools/analytics/profile_tool/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_subdirectory(lib) - -add_executable(filestore-profile-tool) -target_link_libraries(filestore-profile-tool PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - filestore-analytics-libs-event-log - analytics-profile_tool-lib - cpp-eventlog-dumper -) -target_sources(filestore-profile-tool PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/analytics/profile_tool/main.cpp -) -target_allocator(filestore-profile-tool - system_allocator -) -vcs_info(filestore-profile-tool) diff --git a/cloud/filestore/tools/analytics/profile_tool/lib/CMakeLists.darwin-x86_64.txt b/cloud/filestore/tools/analytics/profile_tool/lib/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 8219e9188a0..00000000000 --- a/cloud/filestore/tools/analytics/profile_tool/lib/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_subdirectory(ut) - -add_library(analytics-profile_tool-lib) -target_link_libraries(analytics-profile_tool-lib PUBLIC - contrib-libs-cxxsupp - yutil - filestore-libs-diagnostics-events - filestore-analytics-libs-event-log - cpp-eventlog-dumper - library-cpp-getopt -) -target_sources(analytics-profile_tool-lib PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/analytics/profile_tool/lib/command.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/analytics/profile_tool/lib/common_filter_params.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/analytics/profile_tool/lib/dump_events.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/analytics/profile_tool/lib/factory.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/analytics/profile_tool/lib/find_bytes_access.cpp -) diff --git a/cloud/filestore/tools/analytics/profile_tool/lib/CMakeLists.linux-aarch64.txt b/cloud/filestore/tools/analytics/profile_tool/lib/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 9859493a1cc..00000000000 --- a/cloud/filestore/tools/analytics/profile_tool/lib/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_subdirectory(ut) - -add_library(analytics-profile_tool-lib) -target_link_libraries(analytics-profile_tool-lib PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - filestore-libs-diagnostics-events - filestore-analytics-libs-event-log - cpp-eventlog-dumper - library-cpp-getopt -) -target_sources(analytics-profile_tool-lib PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/analytics/profile_tool/lib/command.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/analytics/profile_tool/lib/common_filter_params.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/analytics/profile_tool/lib/dump_events.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/analytics/profile_tool/lib/factory.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/analytics/profile_tool/lib/find_bytes_access.cpp -) diff --git a/cloud/filestore/tools/analytics/profile_tool/lib/CMakeLists.linux-x86_64.txt b/cloud/filestore/tools/analytics/profile_tool/lib/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 9859493a1cc..00000000000 --- a/cloud/filestore/tools/analytics/profile_tool/lib/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_subdirectory(ut) - -add_library(analytics-profile_tool-lib) -target_link_libraries(analytics-profile_tool-lib PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - filestore-libs-diagnostics-events - filestore-analytics-libs-event-log - cpp-eventlog-dumper - library-cpp-getopt -) -target_sources(analytics-profile_tool-lib PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/analytics/profile_tool/lib/command.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/analytics/profile_tool/lib/common_filter_params.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/analytics/profile_tool/lib/dump_events.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/analytics/profile_tool/lib/factory.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/analytics/profile_tool/lib/find_bytes_access.cpp -) diff --git a/cloud/filestore/tools/analytics/profile_tool/lib/CMakeLists.txt b/cloud/filestore/tools/analytics/profile_tool/lib/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/tools/analytics/profile_tool/lib/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/tools/analytics/profile_tool/lib/CMakeLists.windows-x86_64.txt b/cloud/filestore/tools/analytics/profile_tool/lib/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 8219e9188a0..00000000000 --- a/cloud/filestore/tools/analytics/profile_tool/lib/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_subdirectory(ut) - -add_library(analytics-profile_tool-lib) -target_link_libraries(analytics-profile_tool-lib PUBLIC - contrib-libs-cxxsupp - yutil - filestore-libs-diagnostics-events - filestore-analytics-libs-event-log - cpp-eventlog-dumper - library-cpp-getopt -) -target_sources(analytics-profile_tool-lib PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/analytics/profile_tool/lib/command.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/analytics/profile_tool/lib/common_filter_params.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/analytics/profile_tool/lib/dump_events.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/analytics/profile_tool/lib/factory.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/analytics/profile_tool/lib/find_bytes_access.cpp -) diff --git a/cloud/filestore/tools/analytics/profile_tool/lib/ut/CMakeLists.darwin-x86_64.txt b/cloud/filestore/tools/analytics/profile_tool/lib/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index fc5e68a7fc2..00000000000 --- a/cloud/filestore/tools/analytics/profile_tool/lib/ut/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,74 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(filestore-tools-analytics-profile_tool-lib-ut) -target_include_directories(filestore-tools-analytics-profile_tool-lib-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/analytics/profile_tool/lib -) -target_link_libraries(filestore-tools-analytics-profile_tool-lib-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - analytics-profile_tool-lib -) -target_link_options(filestore-tools-analytics-profile_tool-lib-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(filestore-tools-analytics-profile_tool-lib-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/analytics/profile_tool/lib/factory_ut.cpp -) -set_property( - TARGET - filestore-tools-analytics-profile_tool-lib-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - filestore-tools-analytics-profile_tool-lib-ut - TEST_TARGET - filestore-tools-analytics-profile_tool-lib-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - filestore-tools-analytics-profile_tool-lib-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - filestore-tools-analytics-profile_tool-lib-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - filestore-tools-analytics-profile_tool-lib-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(filestore-tools-analytics-profile_tool-lib-ut - system_allocator -) -vcs_info(filestore-tools-analytics-profile_tool-lib-ut) diff --git a/cloud/filestore/tools/analytics/profile_tool/lib/ut/CMakeLists.linux-aarch64.txt b/cloud/filestore/tools/analytics/profile_tool/lib/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 30463e91810..00000000000 --- a/cloud/filestore/tools/analytics/profile_tool/lib/ut/CMakeLists.linux-aarch64.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_executable(filestore-tools-analytics-profile_tool-lib-ut) -target_include_directories(filestore-tools-analytics-profile_tool-lib-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/analytics/profile_tool/lib -) -target_link_libraries(filestore-tools-analytics-profile_tool-lib-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - analytics-profile_tool-lib -) -target_link_options(filestore-tools-analytics-profile_tool-lib-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(filestore-tools-analytics-profile_tool-lib-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/analytics/profile_tool/lib/factory_ut.cpp -) -set_property( - TARGET - filestore-tools-analytics-profile_tool-lib-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - filestore-tools-analytics-profile_tool-lib-ut - TEST_TARGET - filestore-tools-analytics-profile_tool-lib-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - filestore-tools-analytics-profile_tool-lib-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - filestore-tools-analytics-profile_tool-lib-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - filestore-tools-analytics-profile_tool-lib-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(filestore-tools-analytics-profile_tool-lib-ut - cpp-malloc-jemalloc -) -vcs_info(filestore-tools-analytics-profile_tool-lib-ut) diff --git a/cloud/filestore/tools/analytics/profile_tool/lib/ut/CMakeLists.linux-x86_64.txt b/cloud/filestore/tools/analytics/profile_tool/lib/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b7d1e163f42..00000000000 --- a/cloud/filestore/tools/analytics/profile_tool/lib/ut/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,79 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(filestore-tools-analytics-profile_tool-lib-ut) -target_include_directories(filestore-tools-analytics-profile_tool-lib-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/analytics/profile_tool/lib -) -target_link_libraries(filestore-tools-analytics-profile_tool-lib-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - analytics-profile_tool-lib -) -target_link_options(filestore-tools-analytics-profile_tool-lib-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(filestore-tools-analytics-profile_tool-lib-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/analytics/profile_tool/lib/factory_ut.cpp -) -set_property( - TARGET - filestore-tools-analytics-profile_tool-lib-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - filestore-tools-analytics-profile_tool-lib-ut - TEST_TARGET - filestore-tools-analytics-profile_tool-lib-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - filestore-tools-analytics-profile_tool-lib-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - filestore-tools-analytics-profile_tool-lib-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - filestore-tools-analytics-profile_tool-lib-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(filestore-tools-analytics-profile_tool-lib-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(filestore-tools-analytics-profile_tool-lib-ut) diff --git a/cloud/filestore/tools/analytics/profile_tool/lib/ut/CMakeLists.txt b/cloud/filestore/tools/analytics/profile_tool/lib/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/tools/analytics/profile_tool/lib/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/tools/analytics/profile_tool/lib/ut/CMakeLists.windows-x86_64.txt b/cloud/filestore/tools/analytics/profile_tool/lib/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 7567abbc4ed..00000000000 --- a/cloud/filestore/tools/analytics/profile_tool/lib/ut/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,67 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(filestore-tools-analytics-profile_tool-lib-ut) -target_include_directories(filestore-tools-analytics-profile_tool-lib-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/analytics/profile_tool/lib -) -target_link_libraries(filestore-tools-analytics-profile_tool-lib-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - analytics-profile_tool-lib -) -target_sources(filestore-tools-analytics-profile_tool-lib-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/analytics/profile_tool/lib/factory_ut.cpp -) -set_property( - TARGET - filestore-tools-analytics-profile_tool-lib-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - filestore-tools-analytics-profile_tool-lib-ut - TEST_TARGET - filestore-tools-analytics-profile_tool-lib-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - filestore-tools-analytics-profile_tool-lib-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - filestore-tools-analytics-profile_tool-lib-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - filestore-tools-analytics-profile_tool-lib-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(filestore-tools-analytics-profile_tool-lib-ut - system_allocator -) -vcs_info(filestore-tools-analytics-profile_tool-lib-ut) diff --git a/cloud/filestore/tools/testing/CMakeLists.txt b/cloud/filestore/tools/testing/CMakeLists.txt deleted file mode 100644 index fa6d8d04db8..00000000000 --- a/cloud/filestore/tools/testing/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(fs_posix_compliance) -add_subdirectory(loadtest) diff --git a/cloud/filestore/tools/testing/fs_posix_compliance/CMakeLists.txt b/cloud/filestore/tools/testing/fs_posix_compliance/CMakeLists.txt deleted file mode 100644 index a919f155915..00000000000 --- a/cloud/filestore/tools/testing/fs_posix_compliance/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(suite) diff --git a/cloud/filestore/tools/testing/fs_posix_compliance/suite/CMakeLists.darwin-x86_64.txt b/cloud/filestore/tools/testing/fs_posix_compliance/suite/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 5f7130567ca..00000000000 --- a/cloud/filestore/tools/testing/fs_posix_compliance/suite/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_executable(fstest) -target_link_libraries(fstest PUBLIC - contrib-libs-cxxsupp -) -target_link_options(fstest PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC -) -target_sources(fstest PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/testing/fs_posix_compliance/suite/fstest.c -) -target_allocator(fstest - system_allocator -) -vcs_info(fstest) diff --git a/cloud/filestore/tools/testing/fs_posix_compliance/suite/CMakeLists.linux-aarch64.txt b/cloud/filestore/tools/testing/fs_posix_compliance/suite/CMakeLists.linux-aarch64.txt deleted file mode 100644 index aadc7e0419b..00000000000 --- a/cloud/filestore/tools/testing/fs_posix_compliance/suite/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_executable(fstest) -target_link_libraries(fstest PUBLIC - contrib-libs-linux-headers -) -target_link_options(fstest PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread -) -target_sources(fstest PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/testing/fs_posix_compliance/suite/fstest.c -) -target_allocator(fstest - system_allocator -) -vcs_info(fstest) diff --git a/cloud/filestore/tools/testing/fs_posix_compliance/suite/CMakeLists.linux-x86_64.txt b/cloud/filestore/tools/testing/fs_posix_compliance/suite/CMakeLists.linux-x86_64.txt deleted file mode 100644 index aadc7e0419b..00000000000 --- a/cloud/filestore/tools/testing/fs_posix_compliance/suite/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_executable(fstest) -target_link_libraries(fstest PUBLIC - contrib-libs-linux-headers -) -target_link_options(fstest PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread -) -target_sources(fstest PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/testing/fs_posix_compliance/suite/fstest.c -) -target_allocator(fstest - system_allocator -) -vcs_info(fstest) diff --git a/cloud/filestore/tools/testing/fs_posix_compliance/suite/CMakeLists.txt b/cloud/filestore/tools/testing/fs_posix_compliance/suite/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/tools/testing/fs_posix_compliance/suite/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/tools/testing/fs_posix_compliance/suite/CMakeLists.windows-x86_64.txt b/cloud/filestore/tools/testing/fs_posix_compliance/suite/CMakeLists.windows-x86_64.txt deleted file mode 100644 index b7d93730961..00000000000 --- a/cloud/filestore/tools/testing/fs_posix_compliance/suite/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_executable(fstest) -target_sources(fstest PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/testing/fs_posix_compliance/suite/fstest.c -) -target_allocator(fstest - system_allocator -) -vcs_info(fstest) diff --git a/cloud/filestore/tools/testing/loadtest/CMakeLists.txt b/cloud/filestore/tools/testing/loadtest/CMakeLists.txt deleted file mode 100644 index 8276bbec9e8..00000000000 --- a/cloud/filestore/tools/testing/loadtest/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. - - -add_subdirectory(bin) -add_subdirectory(lib) -add_subdirectory(protos) diff --git a/cloud/filestore/tools/testing/loadtest/bin/CMakeLists.darwin-x86_64.txt b/cloud/filestore/tools/testing/loadtest/bin/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index ba82124ee3a..00000000000 --- a/cloud/filestore/tools/testing/loadtest/bin/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_executable(filestore-loadtest) -target_link_libraries(filestore-loadtest PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cloud-filestore-config - filestore-public-api-protos - filestore-libs-client - filestore-testing-loadtest-lib - filestore-testing-loadtest-protos - core-libs-common - core-libs-diagnostics - library-actors-util - library-cpp-getopt - library-cpp-logger - cpp-protobuf-json - cpp-protobuf-util - library-cpp-sighandler -) -target_link_options(filestore-loadtest PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(filestore-loadtest PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/testing/loadtest/bin/app.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/testing/loadtest/bin/bootstrap.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/testing/loadtest/bin/main.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/testing/loadtest/bin/options.cpp -) -target_allocator(filestore-loadtest - system_allocator -) -vcs_info(filestore-loadtest) diff --git a/cloud/filestore/tools/testing/loadtest/bin/CMakeLists.linux-aarch64.txt b/cloud/filestore/tools/testing/loadtest/bin/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 3d7c572495e..00000000000 --- a/cloud/filestore/tools/testing/loadtest/bin/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_executable(filestore-loadtest) -target_link_libraries(filestore-loadtest PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cloud-filestore-config - filestore-public-api-protos - filestore-libs-client - filestore-testing-loadtest-lib - filestore-testing-loadtest-protos - core-libs-common - core-libs-diagnostics - library-actors-util - library-cpp-getopt - library-cpp-logger - cpp-protobuf-json - cpp-protobuf-util - library-cpp-sighandler -) -target_link_options(filestore-loadtest PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(filestore-loadtest PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/testing/loadtest/bin/app.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/testing/loadtest/bin/bootstrap.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/testing/loadtest/bin/main.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/testing/loadtest/bin/options.cpp -) -target_allocator(filestore-loadtest - cpp-malloc-jemalloc -) -vcs_info(filestore-loadtest) diff --git a/cloud/filestore/tools/testing/loadtest/bin/CMakeLists.linux-x86_64.txt b/cloud/filestore/tools/testing/loadtest/bin/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 41cd7d78e88..00000000000 --- a/cloud/filestore/tools/testing/loadtest/bin/CMakeLists.linux-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_executable(filestore-loadtest) -target_link_libraries(filestore-loadtest PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cloud-filestore-config - filestore-public-api-protos - filestore-libs-client - filestore-testing-loadtest-lib - filestore-testing-loadtest-protos - core-libs-common - core-libs-diagnostics - library-actors-util - library-cpp-getopt - library-cpp-logger - cpp-protobuf-json - cpp-protobuf-util - library-cpp-sighandler -) -target_link_options(filestore-loadtest PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(filestore-loadtest PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/testing/loadtest/bin/app.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/testing/loadtest/bin/bootstrap.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/testing/loadtest/bin/main.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/testing/loadtest/bin/options.cpp -) -target_allocator(filestore-loadtest - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(filestore-loadtest) diff --git a/cloud/filestore/tools/testing/loadtest/bin/CMakeLists.txt b/cloud/filestore/tools/testing/loadtest/bin/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/tools/testing/loadtest/bin/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/tools/testing/loadtest/bin/CMakeLists.windows-x86_64.txt b/cloud/filestore/tools/testing/loadtest/bin/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 4dc804fa384..00000000000 --- a/cloud/filestore/tools/testing/loadtest/bin/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_executable(filestore-loadtest) -target_link_libraries(filestore-loadtest PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cloud-filestore-config - filestore-public-api-protos - filestore-libs-client - filestore-testing-loadtest-lib - filestore-testing-loadtest-protos - core-libs-common - core-libs-diagnostics - library-actors-util - library-cpp-getopt - library-cpp-logger - cpp-protobuf-json - cpp-protobuf-util - library-cpp-sighandler -) -target_sources(filestore-loadtest PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/testing/loadtest/bin/app.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/testing/loadtest/bin/bootstrap.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/testing/loadtest/bin/main.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/testing/loadtest/bin/options.cpp -) -target_allocator(filestore-loadtest - system_allocator -) -vcs_info(filestore-loadtest) diff --git a/cloud/filestore/tools/testing/loadtest/lib/CMakeLists.darwin-x86_64.txt b/cloud/filestore/tools/testing/loadtest/lib/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index b56a1f7889f..00000000000 --- a/cloud/filestore/tools/testing/loadtest/lib/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(filestore-testing-loadtest-lib) -target_link_libraries(filestore-testing-loadtest-lib PUBLIC - contrib-libs-cxxsupp - yutil - cloud-filestore-config - filestore-public-api-protos - filestore-libs-client - filestore-libs-service - core-libs-common - core-libs-diagnostics - filestore-testing-loadtest-protos - cpp-deprecated-atomic -) -target_sources(filestore-testing-loadtest-lib PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/testing/loadtest/lib/client.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/testing/loadtest/lib/executor.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/testing/loadtest/lib/request_data.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/testing/loadtest/lib/request_index.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/testing/loadtest/lib/test.cpp -) diff --git a/cloud/filestore/tools/testing/loadtest/lib/CMakeLists.linux-aarch64.txt b/cloud/filestore/tools/testing/loadtest/lib/CMakeLists.linux-aarch64.txt deleted file mode 100644 index afabe0be464..00000000000 --- a/cloud/filestore/tools/testing/loadtest/lib/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(filestore-testing-loadtest-lib) -target_link_libraries(filestore-testing-loadtest-lib PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cloud-filestore-config - filestore-public-api-protos - filestore-libs-client - filestore-libs-service - core-libs-common - core-libs-diagnostics - filestore-testing-loadtest-protos - cpp-deprecated-atomic -) -target_sources(filestore-testing-loadtest-lib PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/testing/loadtest/lib/client.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/testing/loadtest/lib/executor.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/testing/loadtest/lib/request_data.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/testing/loadtest/lib/request_index.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/testing/loadtest/lib/test.cpp -) diff --git a/cloud/filestore/tools/testing/loadtest/lib/CMakeLists.linux-x86_64.txt b/cloud/filestore/tools/testing/loadtest/lib/CMakeLists.linux-x86_64.txt deleted file mode 100644 index afabe0be464..00000000000 --- a/cloud/filestore/tools/testing/loadtest/lib/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(filestore-testing-loadtest-lib) -target_link_libraries(filestore-testing-loadtest-lib PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cloud-filestore-config - filestore-public-api-protos - filestore-libs-client - filestore-libs-service - core-libs-common - core-libs-diagnostics - filestore-testing-loadtest-protos - cpp-deprecated-atomic -) -target_sources(filestore-testing-loadtest-lib PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/testing/loadtest/lib/client.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/testing/loadtest/lib/executor.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/testing/loadtest/lib/request_data.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/testing/loadtest/lib/request_index.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/testing/loadtest/lib/test.cpp -) diff --git a/cloud/filestore/tools/testing/loadtest/lib/CMakeLists.txt b/cloud/filestore/tools/testing/loadtest/lib/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/tools/testing/loadtest/lib/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/tools/testing/loadtest/lib/CMakeLists.windows-x86_64.txt b/cloud/filestore/tools/testing/loadtest/lib/CMakeLists.windows-x86_64.txt deleted file mode 100644 index b56a1f7889f..00000000000 --- a/cloud/filestore/tools/testing/loadtest/lib/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(filestore-testing-loadtest-lib) -target_link_libraries(filestore-testing-loadtest-lib PUBLIC - contrib-libs-cxxsupp - yutil - cloud-filestore-config - filestore-public-api-protos - filestore-libs-client - filestore-libs-service - core-libs-common - core-libs-diagnostics - filestore-testing-loadtest-protos - cpp-deprecated-atomic -) -target_sources(filestore-testing-loadtest-lib PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/testing/loadtest/lib/client.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/testing/loadtest/lib/executor.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/testing/loadtest/lib/request_data.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/testing/loadtest/lib/request_index.cpp - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/testing/loadtest/lib/test.cpp -) diff --git a/cloud/filestore/tools/testing/loadtest/protos/CMakeLists.darwin-x86_64.txt b/cloud/filestore/tools/testing/loadtest/protos/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 4aba6f33794..00000000000 --- a/cloud/filestore/tools/testing/loadtest/protos/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(filestore-testing-loadtest-protos) -target_link_libraries(filestore-testing-loadtest-protos PUBLIC - contrib-libs-cxxsupp - yutil - filestore-public-api-protos - contrib-libs-protobuf -) -target_proto_messages(filestore-testing-loadtest-protos PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/testing/loadtest/protos/loadtest.proto -) -target_proto_addincls(filestore-testing-loadtest-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(filestore-testing-loadtest-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/filestore/tools/testing/loadtest/protos/CMakeLists.linux-aarch64.txt b/cloud/filestore/tools/testing/loadtest/protos/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 9ca1a854766..00000000000 --- a/cloud/filestore/tools/testing/loadtest/protos/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(filestore-testing-loadtest-protos) -target_link_libraries(filestore-testing-loadtest-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - filestore-public-api-protos - contrib-libs-protobuf -) -target_proto_messages(filestore-testing-loadtest-protos PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/testing/loadtest/protos/loadtest.proto -) -target_proto_addincls(filestore-testing-loadtest-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(filestore-testing-loadtest-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/filestore/tools/testing/loadtest/protos/CMakeLists.linux-x86_64.txt b/cloud/filestore/tools/testing/loadtest/protos/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 9ca1a854766..00000000000 --- a/cloud/filestore/tools/testing/loadtest/protos/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(filestore-testing-loadtest-protos) -target_link_libraries(filestore-testing-loadtest-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - filestore-public-api-protos - contrib-libs-protobuf -) -target_proto_messages(filestore-testing-loadtest-protos PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/testing/loadtest/protos/loadtest.proto -) -target_proto_addincls(filestore-testing-loadtest-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(filestore-testing-loadtest-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/filestore/tools/testing/loadtest/protos/CMakeLists.txt b/cloud/filestore/tools/testing/loadtest/protos/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/filestore/tools/testing/loadtest/protos/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/filestore/tools/testing/loadtest/protos/CMakeLists.windows-x86_64.txt b/cloud/filestore/tools/testing/loadtest/protos/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 4aba6f33794..00000000000 --- a/cloud/filestore/tools/testing/loadtest/protos/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(filestore-testing-loadtest-protos) -target_link_libraries(filestore-testing-loadtest-protos PUBLIC - contrib-libs-cxxsupp - yutil - filestore-public-api-protos - contrib-libs-protobuf -) -target_proto_messages(filestore-testing-loadtest-protos PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/filestore/tools/testing/loadtest/protos/loadtest.proto -) -target_proto_addincls(filestore-testing-loadtest-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(filestore-testing-loadtest-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/storage/CMakeLists.txt b/cloud/storage/CMakeLists.txt deleted file mode 100644 index 2271adb85cf..00000000000 --- a/cloud/storage/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(core) diff --git a/cloud/storage/core/CMakeLists.txt b/cloud/storage/core/CMakeLists.txt deleted file mode 100644 index ad118e52dfe..00000000000 --- a/cloud/storage/core/CMakeLists.txt +++ /dev/null @@ -1,12 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(config) -add_subdirectory(libs) -add_subdirectory(protos) -add_subdirectory(tools) diff --git a/cloud/storage/core/config/CMakeLists.darwin-x86_64.txt b/cloud/storage/core/config/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index ea44f75f67e..00000000000 --- a/cloud/storage/core/config/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(storage-core-config) -target_link_libraries(storage-core-config PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(storage-core-config PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/config/iam.proto -) -target_proto_addincls(storage-core-config - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(storage-core-config - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/storage/core/config/CMakeLists.linux-aarch64.txt b/cloud/storage/core/config/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 0f688c46d23..00000000000 --- a/cloud/storage/core/config/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(storage-core-config) -target_link_libraries(storage-core-config PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(storage-core-config PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/config/iam.proto -) -target_proto_addincls(storage-core-config - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(storage-core-config - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/storage/core/config/CMakeLists.linux-x86_64.txt b/cloud/storage/core/config/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 0f688c46d23..00000000000 --- a/cloud/storage/core/config/CMakeLists.linux-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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(storage-core-config) -target_link_libraries(storage-core-config PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(storage-core-config PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/config/iam.proto -) -target_proto_addincls(storage-core-config - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(storage-core-config - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/storage/core/config/CMakeLists.txt b/cloud/storage/core/config/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/storage/core/config/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/storage/core/config/CMakeLists.windows-x86_64.txt b/cloud/storage/core/config/CMakeLists.windows-x86_64.txt deleted file mode 100644 index ea44f75f67e..00000000000 --- a/cloud/storage/core/config/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(storage-core-config) -target_link_libraries(storage-core-config PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(storage-core-config PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/config/iam.proto -) -target_proto_addincls(storage-core-config - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(storage-core-config - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/storage/core/libs/CMakeLists.txt b/cloud/storage/core/libs/CMakeLists.txt deleted file mode 100644 index b004a62a44f..00000000000 --- a/cloud/storage/core/libs/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(actors) -add_subdirectory(aio) -add_subdirectory(api) -add_subdirectory(auth) -add_subdirectory(common) -add_subdirectory(coroutine) -add_subdirectory(daemon) -add_subdirectory(diagnostics) -add_subdirectory(grpc) -add_subdirectory(hive_proxy) -add_subdirectory(iam) -add_subdirectory(keyring) -add_subdirectory(kikimr) -add_subdirectory(tablet) -add_subdirectory(throttling) -add_subdirectory(uds) -add_subdirectory(user_stats) -add_subdirectory(version) -add_subdirectory(vhost-client) diff --git a/cloud/storage/core/libs/actors/CMakeLists.darwin-x86_64.txt b/cloud/storage/core/libs/actors/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 7e67af5ebc2..00000000000 --- a/cloud/storage/core/libs/actors/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(core-libs-actors) -target_link_libraries(core-libs-actors PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core -) -target_sources(core-libs-actors PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/actors/helpers.cpp -) diff --git a/cloud/storage/core/libs/actors/CMakeLists.linux-aarch64.txt b/cloud/storage/core/libs/actors/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 39d86e77408..00000000000 --- a/cloud/storage/core/libs/actors/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(core-libs-actors) -target_link_libraries(core-libs-actors PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core -) -target_sources(core-libs-actors PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/actors/helpers.cpp -) diff --git a/cloud/storage/core/libs/actors/CMakeLists.linux-x86_64.txt b/cloud/storage/core/libs/actors/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 39d86e77408..00000000000 --- a/cloud/storage/core/libs/actors/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(core-libs-actors) -target_link_libraries(core-libs-actors PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core -) -target_sources(core-libs-actors PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/actors/helpers.cpp -) diff --git a/cloud/storage/core/libs/actors/CMakeLists.txt b/cloud/storage/core/libs/actors/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/storage/core/libs/actors/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/storage/core/libs/actors/CMakeLists.windows-x86_64.txt b/cloud/storage/core/libs/actors/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 7e67af5ebc2..00000000000 --- a/cloud/storage/core/libs/actors/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(core-libs-actors) -target_link_libraries(core-libs-actors PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core -) -target_sources(core-libs-actors PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/actors/helpers.cpp -) diff --git a/cloud/storage/core/libs/aio/CMakeLists.darwin-x86_64.txt b/cloud/storage/core/libs/aio/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 1cf04624410..00000000000 --- a/cloud/storage/core/libs/aio/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. - - -find_package(AIO REQUIRED) -add_subdirectory(ut) - -add_library(core-libs-aio) -target_link_libraries(core-libs-aio PUBLIC - contrib-libs-cxxsupp - yutil - core-libs-common - AIO::aio -) -target_sources(core-libs-aio PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/aio/service.cpp -) diff --git a/cloud/storage/core/libs/aio/CMakeLists.linux-aarch64.txt b/cloud/storage/core/libs/aio/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 8f131ea80c4..00000000000 --- a/cloud/storage/core/libs/aio/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. - - -find_package(AIO REQUIRED) -add_subdirectory(ut) - -add_library(core-libs-aio) -target_link_libraries(core-libs-aio PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-libs-common - AIO::aio -) -target_sources(core-libs-aio PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/aio/service.cpp -) diff --git a/cloud/storage/core/libs/aio/CMakeLists.linux-x86_64.txt b/cloud/storage/core/libs/aio/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 8f131ea80c4..00000000000 --- a/cloud/storage/core/libs/aio/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. - - -find_package(AIO REQUIRED) -add_subdirectory(ut) - -add_library(core-libs-aio) -target_link_libraries(core-libs-aio PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-libs-common - AIO::aio -) -target_sources(core-libs-aio PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/aio/service.cpp -) diff --git a/cloud/storage/core/libs/aio/CMakeLists.txt b/cloud/storage/core/libs/aio/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/storage/core/libs/aio/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/storage/core/libs/aio/CMakeLists.windows-x86_64.txt b/cloud/storage/core/libs/aio/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 1cf04624410..00000000000 --- a/cloud/storage/core/libs/aio/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. - - -find_package(AIO REQUIRED) -add_subdirectory(ut) - -add_library(core-libs-aio) -target_link_libraries(core-libs-aio PUBLIC - contrib-libs-cxxsupp - yutil - core-libs-common - AIO::aio -) -target_sources(core-libs-aio PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/aio/service.cpp -) diff --git a/cloud/storage/core/libs/aio/ut/CMakeLists.darwin-x86_64.txt b/cloud/storage/core/libs/aio/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 9254c74910f..00000000000 --- a/cloud/storage/core/libs/aio/ut/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,67 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-storage-core-libs-aio-ut) -target_include_directories(cloud-storage-core-libs-aio-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/aio -) -target_link_libraries(cloud-storage-core-libs-aio-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - core-libs-aio -) -target_link_options(cloud-storage-core-libs-aio-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-storage-core-libs-aio-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/aio/service_ut.cpp -) -set_property( - TARGET - cloud-storage-core-libs-aio-ut - PROPERTY - SPLIT_FACTOR - 1 -) -add_yunittest( - NAME - cloud-storage-core-libs-aio-ut - TEST_TARGET - cloud-storage-core-libs-aio-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-storage-core-libs-aio-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-storage-core-libs-aio-ut - PROPERTY - PROCESSORS - 1 -) -target_allocator(cloud-storage-core-libs-aio-ut - system_allocator -) -vcs_info(cloud-storage-core-libs-aio-ut) diff --git a/cloud/storage/core/libs/aio/ut/CMakeLists.linux-aarch64.txt b/cloud/storage/core/libs/aio/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 70b0e4841df..00000000000 --- a/cloud/storage/core/libs/aio/ut/CMakeLists.linux-aarch64.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_executable(cloud-storage-core-libs-aio-ut) -target_include_directories(cloud-storage-core-libs-aio-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/aio -) -target_link_libraries(cloud-storage-core-libs-aio-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - core-libs-aio -) -target_link_options(cloud-storage-core-libs-aio-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-storage-core-libs-aio-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/aio/service_ut.cpp -) -set_property( - TARGET - cloud-storage-core-libs-aio-ut - PROPERTY - SPLIT_FACTOR - 1 -) -add_yunittest( - NAME - cloud-storage-core-libs-aio-ut - TEST_TARGET - cloud-storage-core-libs-aio-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-storage-core-libs-aio-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-storage-core-libs-aio-ut - PROPERTY - PROCESSORS - 1 -) -target_allocator(cloud-storage-core-libs-aio-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-storage-core-libs-aio-ut) diff --git a/cloud/storage/core/libs/aio/ut/CMakeLists.linux-x86_64.txt b/cloud/storage/core/libs/aio/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 76101203446..00000000000 --- a/cloud/storage/core/libs/aio/ut/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_executable(cloud-storage-core-libs-aio-ut) -target_include_directories(cloud-storage-core-libs-aio-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/aio -) -target_link_libraries(cloud-storage-core-libs-aio-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - core-libs-aio -) -target_link_options(cloud-storage-core-libs-aio-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-storage-core-libs-aio-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/aio/service_ut.cpp -) -set_property( - TARGET - cloud-storage-core-libs-aio-ut - PROPERTY - SPLIT_FACTOR - 1 -) -add_yunittest( - NAME - cloud-storage-core-libs-aio-ut - TEST_TARGET - cloud-storage-core-libs-aio-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-storage-core-libs-aio-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-storage-core-libs-aio-ut - PROPERTY - PROCESSORS - 1 -) -target_allocator(cloud-storage-core-libs-aio-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-storage-core-libs-aio-ut) diff --git a/cloud/storage/core/libs/aio/ut/CMakeLists.txt b/cloud/storage/core/libs/aio/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/storage/core/libs/aio/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/storage/core/libs/aio/ut/CMakeLists.windows-x86_64.txt b/cloud/storage/core/libs/aio/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 2e56a9ed05b..00000000000 --- a/cloud/storage/core/libs/aio/ut/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_executable(cloud-storage-core-libs-aio-ut) -target_include_directories(cloud-storage-core-libs-aio-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/aio -) -target_link_libraries(cloud-storage-core-libs-aio-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - core-libs-aio -) -target_sources(cloud-storage-core-libs-aio-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/aio/service_ut.cpp -) -set_property( - TARGET - cloud-storage-core-libs-aio-ut - PROPERTY - SPLIT_FACTOR - 1 -) -add_yunittest( - NAME - cloud-storage-core-libs-aio-ut - TEST_TARGET - cloud-storage-core-libs-aio-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-storage-core-libs-aio-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-storage-core-libs-aio-ut - PROPERTY - PROCESSORS - 1 -) -target_allocator(cloud-storage-core-libs-aio-ut - system_allocator -) -vcs_info(cloud-storage-core-libs-aio-ut) diff --git a/cloud/storage/core/libs/api/CMakeLists.darwin-x86_64.txt b/cloud/storage/core/libs/api/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 020a4b6b764..00000000000 --- a/cloud/storage/core/libs/api/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(core-libs-api) -target_link_libraries(core-libs-api PUBLIC - contrib-libs-cxxsupp - yutil - core-libs-kikimr - library-actors-core - ydb-core-base -) -target_sources(core-libs-api PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/api/authorizer.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/api/hive_proxy.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/api/user_stats.cpp -) diff --git a/cloud/storage/core/libs/api/CMakeLists.linux-aarch64.txt b/cloud/storage/core/libs/api/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a4ceec72740..00000000000 --- a/cloud/storage/core/libs/api/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(core-libs-api) -target_link_libraries(core-libs-api PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-libs-kikimr - library-actors-core - ydb-core-base -) -target_sources(core-libs-api PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/api/authorizer.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/api/hive_proxy.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/api/user_stats.cpp -) diff --git a/cloud/storage/core/libs/api/CMakeLists.linux-x86_64.txt b/cloud/storage/core/libs/api/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a4ceec72740..00000000000 --- a/cloud/storage/core/libs/api/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(core-libs-api) -target_link_libraries(core-libs-api PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-libs-kikimr - library-actors-core - ydb-core-base -) -target_sources(core-libs-api PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/api/authorizer.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/api/hive_proxy.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/api/user_stats.cpp -) diff --git a/cloud/storage/core/libs/api/CMakeLists.txt b/cloud/storage/core/libs/api/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/storage/core/libs/api/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/storage/core/libs/api/CMakeLists.windows-x86_64.txt b/cloud/storage/core/libs/api/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 020a4b6b764..00000000000 --- a/cloud/storage/core/libs/api/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(core-libs-api) -target_link_libraries(core-libs-api PUBLIC - contrib-libs-cxxsupp - yutil - core-libs-kikimr - library-actors-core - ydb-core-base -) -target_sources(core-libs-api PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/api/authorizer.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/api/hive_proxy.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/api/user_stats.cpp -) diff --git a/cloud/storage/core/libs/auth/CMakeLists.darwin-x86_64.txt b/cloud/storage/core/libs/auth/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index ec066f47b89..00000000000 --- a/cloud/storage/core/libs/auth/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_subdirectory(ut) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-libs-auth) -target_link_libraries(core-libs-auth PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - core-libs-api - storage-core-protos - library-actors-core - cpp-monlib-dynamic_counters - ydb-core-security -) -target_sources(core-libs-auth PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/auth/auth_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/auth/auth_scheme.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/auth/authorizer.cpp -) -generate_enum_serilization(core-libs-auth - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/auth/auth_counters.h - INCLUDE_HEADERS - cloud/storage/core/libs/auth/auth_counters.h -) diff --git a/cloud/storage/core/libs/auth/CMakeLists.linux-aarch64.txt b/cloud/storage/core/libs/auth/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b14ee301bcc..00000000000 --- a/cloud/storage/core/libs/auth/CMakeLists.linux-aarch64.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_subdirectory(ut) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-libs-auth) -target_link_libraries(core-libs-auth PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - core-libs-api - storage-core-protos - library-actors-core - cpp-monlib-dynamic_counters - ydb-core-security -) -target_sources(core-libs-auth PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/auth/auth_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/auth/auth_scheme.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/auth/authorizer.cpp -) -generate_enum_serilization(core-libs-auth - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/auth/auth_counters.h - INCLUDE_HEADERS - cloud/storage/core/libs/auth/auth_counters.h -) diff --git a/cloud/storage/core/libs/auth/CMakeLists.linux-x86_64.txt b/cloud/storage/core/libs/auth/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b14ee301bcc..00000000000 --- a/cloud/storage/core/libs/auth/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_subdirectory(ut) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-libs-auth) -target_link_libraries(core-libs-auth PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - core-libs-api - storage-core-protos - library-actors-core - cpp-monlib-dynamic_counters - ydb-core-security -) -target_sources(core-libs-auth PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/auth/auth_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/auth/auth_scheme.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/auth/authorizer.cpp -) -generate_enum_serilization(core-libs-auth - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/auth/auth_counters.h - INCLUDE_HEADERS - cloud/storage/core/libs/auth/auth_counters.h -) diff --git a/cloud/storage/core/libs/auth/CMakeLists.txt b/cloud/storage/core/libs/auth/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/storage/core/libs/auth/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/storage/core/libs/auth/CMakeLists.windows-x86_64.txt b/cloud/storage/core/libs/auth/CMakeLists.windows-x86_64.txt deleted file mode 100644 index ec066f47b89..00000000000 --- a/cloud/storage/core/libs/auth/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_subdirectory(ut) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-libs-auth) -target_link_libraries(core-libs-auth PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - core-libs-api - storage-core-protos - library-actors-core - cpp-monlib-dynamic_counters - ydb-core-security -) -target_sources(core-libs-auth PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/auth/auth_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/auth/auth_scheme.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/auth/authorizer.cpp -) -generate_enum_serilization(core-libs-auth - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/auth/auth_counters.h - INCLUDE_HEADERS - cloud/storage/core/libs/auth/auth_counters.h -) diff --git a/cloud/storage/core/libs/auth/ut/CMakeLists.darwin-x86_64.txt b/cloud/storage/core/libs/auth/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 54273e46ae3..00000000000 --- a/cloud/storage/core/libs/auth/ut/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,79 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-storage-core-libs-auth-ut) -target_compile_options(cloud-storage-core-libs-auth-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-storage-core-libs-auth-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/auth -) -target_link_libraries(cloud-storage-core-libs-auth-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - core-libs-auth - core-testlib-default - core-testlib-basics -) -target_link_options(cloud-storage-core-libs-auth-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-storage-core-libs-auth-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/auth/authorizer_ut.cpp -) -set_property( - TARGET - cloud-storage-core-libs-auth-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-storage-core-libs-auth-ut - TEST_TARGET - cloud-storage-core-libs-auth-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-storage-core-libs-auth-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-storage-core-libs-auth-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-storage-core-libs-auth-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-storage-core-libs-auth-ut - system_allocator -) -vcs_info(cloud-storage-core-libs-auth-ut) diff --git a/cloud/storage/core/libs/auth/ut/CMakeLists.linux-aarch64.txt b/cloud/storage/core/libs/auth/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 8626eea14d6..00000000000 --- a/cloud/storage/core/libs/auth/ut/CMakeLists.linux-aarch64.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_executable(cloud-storage-core-libs-auth-ut) -target_compile_options(cloud-storage-core-libs-auth-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-storage-core-libs-auth-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/auth -) -target_link_libraries(cloud-storage-core-libs-auth-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - core-libs-auth - core-testlib-default - core-testlib-basics -) -target_link_options(cloud-storage-core-libs-auth-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-storage-core-libs-auth-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/auth/authorizer_ut.cpp -) -set_property( - TARGET - cloud-storage-core-libs-auth-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-storage-core-libs-auth-ut - TEST_TARGET - cloud-storage-core-libs-auth-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-storage-core-libs-auth-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-storage-core-libs-auth-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-storage-core-libs-auth-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-storage-core-libs-auth-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-storage-core-libs-auth-ut) diff --git a/cloud/storage/core/libs/auth/ut/CMakeLists.linux-x86_64.txt b/cloud/storage/core/libs/auth/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 34e3612902a..00000000000 --- a/cloud/storage/core/libs/auth/ut/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,84 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-storage-core-libs-auth-ut) -target_compile_options(cloud-storage-core-libs-auth-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-storage-core-libs-auth-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/auth -) -target_link_libraries(cloud-storage-core-libs-auth-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - core-libs-auth - core-testlib-default - core-testlib-basics -) -target_link_options(cloud-storage-core-libs-auth-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-storage-core-libs-auth-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/auth/authorizer_ut.cpp -) -set_property( - TARGET - cloud-storage-core-libs-auth-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-storage-core-libs-auth-ut - TEST_TARGET - cloud-storage-core-libs-auth-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-storage-core-libs-auth-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-storage-core-libs-auth-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-storage-core-libs-auth-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-storage-core-libs-auth-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-storage-core-libs-auth-ut) diff --git a/cloud/storage/core/libs/auth/ut/CMakeLists.txt b/cloud/storage/core/libs/auth/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/storage/core/libs/auth/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/storage/core/libs/auth/ut/CMakeLists.windows-x86_64.txt b/cloud/storage/core/libs/auth/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 8164223c82b..00000000000 --- a/cloud/storage/core/libs/auth/ut/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_executable(cloud-storage-core-libs-auth-ut) -target_compile_options(cloud-storage-core-libs-auth-ut PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(cloud-storage-core-libs-auth-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/auth -) -target_link_libraries(cloud-storage-core-libs-auth-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - core-libs-auth - core-testlib-default - core-testlib-basics -) -target_sources(cloud-storage-core-libs-auth-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/auth/authorizer_ut.cpp -) -set_property( - TARGET - cloud-storage-core-libs-auth-ut - PROPERTY - SPLIT_FACTOR - 15 -) -add_yunittest( - NAME - cloud-storage-core-libs-auth-ut - TEST_TARGET - cloud-storage-core-libs-auth-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-storage-core-libs-auth-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-storage-core-libs-auth-ut - PROPERTY - PROCESSORS - 2 -) -set_yunittest_property( - TEST - cloud-storage-core-libs-auth-ut - PROPERTY - TIMEOUT - 60 -) -target_allocator(cloud-storage-core-libs-auth-ut - system_allocator -) -vcs_info(cloud-storage-core-libs-auth-ut) diff --git a/cloud/storage/core/libs/common/CMakeLists.darwin-x86_64.txt b/cloud/storage/core/libs/common/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d5d57cefbe8..00000000000 --- a/cloud/storage/core/libs/common/CMakeLists.darwin-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_subdirectory(bench) -add_subdirectory(ut) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-libs-common) -target_link_libraries(core-libs-common PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - storage-core-protos - cpp-deprecated-atomic - library-cpp-logger - library-cpp-lwtrace - cpp-protobuf-util - cpp-threading-future - library-actors-prof -) -target_sources(core-libs-common PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/affinity.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/alloc.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/backoff_delay_provider.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/block_buffer.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/block_data_ref.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/byte_vector.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/compressed_bitmap.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/concurrent_queue.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/context.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/error.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/file_io_service.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/format.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/guarded_sglist.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/helpers.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/media.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/proto_helpers.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/random.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/ring_buffer.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/scheduler.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/scheduler_test.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/scoped_handle.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/sglist.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/sglist_iter.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/sglist_test.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/startable.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/task_queue.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/thread.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/thread_park.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/thread_pool.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/timer.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/timer_test.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/verify.cpp -) -generate_enum_serilization(core-libs-common - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/error.h - INCLUDE_HEADERS - cloud/storage/core/libs/common/error.h -) diff --git a/cloud/storage/core/libs/common/CMakeLists.linux-aarch64.txt b/cloud/storage/core/libs/common/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 9757c24e41e..00000000000 --- a/cloud/storage/core/libs/common/CMakeLists.linux-aarch64.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_subdirectory(bench) -add_subdirectory(ut) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-libs-common) -target_link_libraries(core-libs-common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - storage-core-protos - cpp-deprecated-atomic - library-cpp-logger - library-cpp-lwtrace - cpp-protobuf-util - cpp-threading-future - library-actors-prof -) -target_sources(core-libs-common PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/affinity.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/alloc.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/backoff_delay_provider.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/block_buffer.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/block_data_ref.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/byte_vector.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/compressed_bitmap.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/concurrent_queue.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/context.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/error.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/file_io_service.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/format.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/guarded_sglist.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/helpers.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/media.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/proto_helpers.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/random.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/ring_buffer.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/scheduler.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/scheduler_test.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/scoped_handle.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/sglist.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/sglist_iter.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/sglist_test.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/startable.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/task_queue.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/thread.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/thread_park.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/thread_pool.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/timer.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/timer_test.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/verify.cpp -) -generate_enum_serilization(core-libs-common - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/error.h - INCLUDE_HEADERS - cloud/storage/core/libs/common/error.h -) diff --git a/cloud/storage/core/libs/common/CMakeLists.linux-x86_64.txt b/cloud/storage/core/libs/common/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 9757c24e41e..00000000000 --- a/cloud/storage/core/libs/common/CMakeLists.linux-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_subdirectory(bench) -add_subdirectory(ut) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-libs-common) -target_link_libraries(core-libs-common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - storage-core-protos - cpp-deprecated-atomic - library-cpp-logger - library-cpp-lwtrace - cpp-protobuf-util - cpp-threading-future - library-actors-prof -) -target_sources(core-libs-common PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/affinity.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/alloc.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/backoff_delay_provider.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/block_buffer.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/block_data_ref.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/byte_vector.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/compressed_bitmap.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/concurrent_queue.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/context.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/error.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/file_io_service.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/format.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/guarded_sglist.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/helpers.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/media.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/proto_helpers.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/random.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/ring_buffer.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/scheduler.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/scheduler_test.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/scoped_handle.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/sglist.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/sglist_iter.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/sglist_test.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/startable.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/task_queue.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/thread.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/thread_park.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/thread_pool.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/timer.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/timer_test.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/verify.cpp -) -generate_enum_serilization(core-libs-common - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/error.h - INCLUDE_HEADERS - cloud/storage/core/libs/common/error.h -) diff --git a/cloud/storage/core/libs/common/CMakeLists.txt b/cloud/storage/core/libs/common/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/storage/core/libs/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/storage/core/libs/common/CMakeLists.windows-x86_64.txt b/cloud/storage/core/libs/common/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d5d57cefbe8..00000000000 --- a/cloud/storage/core/libs/common/CMakeLists.windows-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_subdirectory(bench) -add_subdirectory(ut) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-libs-common) -target_link_libraries(core-libs-common PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - storage-core-protos - cpp-deprecated-atomic - library-cpp-logger - library-cpp-lwtrace - cpp-protobuf-util - cpp-threading-future - library-actors-prof -) -target_sources(core-libs-common PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/affinity.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/alloc.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/backoff_delay_provider.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/block_buffer.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/block_data_ref.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/byte_vector.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/compressed_bitmap.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/concurrent_queue.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/context.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/error.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/file_io_service.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/format.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/guarded_sglist.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/helpers.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/media.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/proto_helpers.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/random.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/ring_buffer.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/scheduler.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/scheduler_test.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/scoped_handle.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/sglist.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/sglist_iter.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/sglist_test.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/startable.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/task_queue.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/thread.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/thread_park.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/thread_pool.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/timer.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/timer_test.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/verify.cpp -) -generate_enum_serilization(core-libs-common - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/error.h - INCLUDE_HEADERS - cloud/storage/core/libs/common/error.h -) diff --git a/cloud/storage/core/libs/common/bench/CMakeLists.txt b/cloud/storage/core/libs/common/bench/CMakeLists.txt deleted file mode 100644 index 94ba1e669f8..00000000000 --- a/cloud/storage/core/libs/common/bench/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(compressed_bitmap) diff --git a/cloud/storage/core/libs/common/bench/compressed_bitmap/CMakeLists.darwin-x86_64.txt b/cloud/storage/core/libs/common/bench/compressed_bitmap/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index ec16ffcbb3e..00000000000 --- a/cloud/storage/core/libs/common/bench/compressed_bitmap/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_executable(compressed_bitmap) -target_link_libraries(compressed_bitmap PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - testing-benchmark-main - core-libs-common -) -target_link_options(compressed_bitmap PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(compressed_bitmap PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/bench/compressed_bitmap/main.cpp -) -target_allocator(compressed_bitmap - system_allocator -) -vcs_info(compressed_bitmap) diff --git a/cloud/storage/core/libs/common/bench/compressed_bitmap/CMakeLists.linux-aarch64.txt b/cloud/storage/core/libs/common/bench/compressed_bitmap/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 9e4958315fc..00000000000 --- a/cloud/storage/core/libs/common/bench/compressed_bitmap/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_executable(compressed_bitmap) -target_link_libraries(compressed_bitmap PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - testing-benchmark-main - core-libs-common -) -target_link_options(compressed_bitmap PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(compressed_bitmap PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/bench/compressed_bitmap/main.cpp -) -target_allocator(compressed_bitmap - cpp-malloc-jemalloc -) -vcs_info(compressed_bitmap) diff --git a/cloud/storage/core/libs/common/bench/compressed_bitmap/CMakeLists.linux-x86_64.txt b/cloud/storage/core/libs/common/bench/compressed_bitmap/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a52aecda465..00000000000 --- a/cloud/storage/core/libs/common/bench/compressed_bitmap/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_executable(compressed_bitmap) -target_link_libraries(compressed_bitmap PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - testing-benchmark-main - core-libs-common -) -target_link_options(compressed_bitmap PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(compressed_bitmap PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/bench/compressed_bitmap/main.cpp -) -target_allocator(compressed_bitmap - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(compressed_bitmap) diff --git a/cloud/storage/core/libs/common/bench/compressed_bitmap/CMakeLists.txt b/cloud/storage/core/libs/common/bench/compressed_bitmap/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/storage/core/libs/common/bench/compressed_bitmap/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/storage/core/libs/common/bench/compressed_bitmap/CMakeLists.windows-x86_64.txt b/cloud/storage/core/libs/common/bench/compressed_bitmap/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 3f325b33113..00000000000 --- a/cloud/storage/core/libs/common/bench/compressed_bitmap/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_executable(compressed_bitmap) -target_link_libraries(compressed_bitmap PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - testing-benchmark-main - core-libs-common -) -target_sources(compressed_bitmap PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/bench/compressed_bitmap/main.cpp -) -target_allocator(compressed_bitmap - system_allocator -) -vcs_info(compressed_bitmap) diff --git a/cloud/storage/core/libs/common/ut/CMakeLists.darwin-x86_64.txt b/cloud/storage/core/libs/common/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 78f42704900..00000000000 --- a/cloud/storage/core/libs/common/ut/CMakeLists.darwin-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_executable(cloud-storage-core-libs-common-ut) -target_include_directories(cloud-storage-core-libs-common-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common -) -target_link_libraries(cloud-storage-core-libs-common-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - core-libs-common -) -target_link_options(cloud-storage-core-libs-common-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-storage-core-libs-common-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/compressed_bitmap_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/backoff_delay_provider_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/block_buffer_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/block_data_ref_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/concurrent_queue_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/context_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/error_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/file_io_service_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/guarded_sglist_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/ring_buffer_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/scheduler_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/scoped_handle_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/sglist_iter_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/sglist_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/thread_pool_ut.cpp -) -set_property( - TARGET - cloud-storage-core-libs-common-ut - PROPERTY - SPLIT_FACTOR - 1 -) -add_yunittest( - NAME - cloud-storage-core-libs-common-ut - TEST_TARGET - cloud-storage-core-libs-common-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-storage-core-libs-common-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-storage-core-libs-common-ut - PROPERTY - PROCESSORS - 1 -) -target_allocator(cloud-storage-core-libs-common-ut - system_allocator -) -vcs_info(cloud-storage-core-libs-common-ut) diff --git a/cloud/storage/core/libs/common/ut/CMakeLists.linux-aarch64.txt b/cloud/storage/core/libs/common/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 91e70ef9306..00000000000 --- a/cloud/storage/core/libs/common/ut/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,84 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-storage-core-libs-common-ut) -target_include_directories(cloud-storage-core-libs-common-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common -) -target_link_libraries(cloud-storage-core-libs-common-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - core-libs-common -) -target_link_options(cloud-storage-core-libs-common-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-storage-core-libs-common-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/compressed_bitmap_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/backoff_delay_provider_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/block_buffer_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/block_data_ref_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/concurrent_queue_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/context_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/error_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/file_io_service_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/guarded_sglist_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/ring_buffer_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/scheduler_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/scoped_handle_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/sglist_iter_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/sglist_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/thread_pool_ut.cpp -) -set_property( - TARGET - cloud-storage-core-libs-common-ut - PROPERTY - SPLIT_FACTOR - 1 -) -add_yunittest( - NAME - cloud-storage-core-libs-common-ut - TEST_TARGET - cloud-storage-core-libs-common-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-storage-core-libs-common-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-storage-core-libs-common-ut - PROPERTY - PROCESSORS - 1 -) -target_allocator(cloud-storage-core-libs-common-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-storage-core-libs-common-ut) diff --git a/cloud/storage/core/libs/common/ut/CMakeLists.linux-x86_64.txt b/cloud/storage/core/libs/common/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index efac634db4c..00000000000 --- a/cloud/storage/core/libs/common/ut/CMakeLists.linux-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_executable(cloud-storage-core-libs-common-ut) -target_include_directories(cloud-storage-core-libs-common-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common -) -target_link_libraries(cloud-storage-core-libs-common-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - core-libs-common -) -target_link_options(cloud-storage-core-libs-common-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-storage-core-libs-common-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/compressed_bitmap_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/backoff_delay_provider_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/block_buffer_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/block_data_ref_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/concurrent_queue_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/context_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/error_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/file_io_service_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/guarded_sglist_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/ring_buffer_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/scheduler_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/scoped_handle_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/sglist_iter_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/sglist_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/thread_pool_ut.cpp -) -set_property( - TARGET - cloud-storage-core-libs-common-ut - PROPERTY - SPLIT_FACTOR - 1 -) -add_yunittest( - NAME - cloud-storage-core-libs-common-ut - TEST_TARGET - cloud-storage-core-libs-common-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-storage-core-libs-common-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-storage-core-libs-common-ut - PROPERTY - PROCESSORS - 1 -) -target_allocator(cloud-storage-core-libs-common-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-storage-core-libs-common-ut) diff --git a/cloud/storage/core/libs/common/ut/CMakeLists.txt b/cloud/storage/core/libs/common/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/storage/core/libs/common/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/storage/core/libs/common/ut/CMakeLists.windows-x86_64.txt b/cloud/storage/core/libs/common/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 4bce29dbf24..00000000000 --- a/cloud/storage/core/libs/common/ut/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,74 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-storage-core-libs-common-ut) -target_include_directories(cloud-storage-core-libs-common-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common -) -target_link_libraries(cloud-storage-core-libs-common-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - core-libs-common -) -target_sources(cloud-storage-core-libs-common-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/compressed_bitmap_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/backoff_delay_provider_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/block_buffer_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/block_data_ref_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/concurrent_queue_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/context_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/error_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/file_io_service_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/guarded_sglist_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/ring_buffer_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/scheduler_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/scoped_handle_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/sglist_iter_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/sglist_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/common/thread_pool_ut.cpp -) -set_property( - TARGET - cloud-storage-core-libs-common-ut - PROPERTY - SPLIT_FACTOR - 1 -) -add_yunittest( - NAME - cloud-storage-core-libs-common-ut - TEST_TARGET - cloud-storage-core-libs-common-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-storage-core-libs-common-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-storage-core-libs-common-ut - PROPERTY - PROCESSORS - 1 -) -target_allocator(cloud-storage-core-libs-common-ut - system_allocator -) -vcs_info(cloud-storage-core-libs-common-ut) diff --git a/cloud/storage/core/libs/coroutine/CMakeLists.darwin-x86_64.txt b/cloud/storage/core/libs/coroutine/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index ba7bbe69cdd..00000000000 --- a/cloud/storage/core/libs/coroutine/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_subdirectory(ut) - -add_library(core-libs-coroutine) -target_link_libraries(core-libs-coroutine PUBLIC - contrib-libs-cxxsupp - yutil - core-libs-common - cpp-coroutine-engine - cpp-threading-future - cpp-deprecated-atomic -) -target_sources(core-libs-coroutine PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/coroutine/executor.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/coroutine/queue.cpp -) diff --git a/cloud/storage/core/libs/coroutine/CMakeLists.linux-aarch64.txt b/cloud/storage/core/libs/coroutine/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 5b1d4c5bcbd..00000000000 --- a/cloud/storage/core/libs/coroutine/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_subdirectory(ut) - -add_library(core-libs-coroutine) -target_link_libraries(core-libs-coroutine PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-libs-common - cpp-coroutine-engine - cpp-threading-future - cpp-deprecated-atomic -) -target_sources(core-libs-coroutine PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/coroutine/executor.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/coroutine/queue.cpp -) diff --git a/cloud/storage/core/libs/coroutine/CMakeLists.linux-x86_64.txt b/cloud/storage/core/libs/coroutine/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 5b1d4c5bcbd..00000000000 --- a/cloud/storage/core/libs/coroutine/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_subdirectory(ut) - -add_library(core-libs-coroutine) -target_link_libraries(core-libs-coroutine PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-libs-common - cpp-coroutine-engine - cpp-threading-future - cpp-deprecated-atomic -) -target_sources(core-libs-coroutine PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/coroutine/executor.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/coroutine/queue.cpp -) diff --git a/cloud/storage/core/libs/coroutine/CMakeLists.txt b/cloud/storage/core/libs/coroutine/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/storage/core/libs/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/storage/core/libs/coroutine/CMakeLists.windows-x86_64.txt b/cloud/storage/core/libs/coroutine/CMakeLists.windows-x86_64.txt deleted file mode 100644 index ba7bbe69cdd..00000000000 --- a/cloud/storage/core/libs/coroutine/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_subdirectory(ut) - -add_library(core-libs-coroutine) -target_link_libraries(core-libs-coroutine PUBLIC - contrib-libs-cxxsupp - yutil - core-libs-common - cpp-coroutine-engine - cpp-threading-future - cpp-deprecated-atomic -) -target_sources(core-libs-coroutine PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/coroutine/executor.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/coroutine/queue.cpp -) diff --git a/cloud/storage/core/libs/coroutine/ut/CMakeLists.darwin-x86_64.txt b/cloud/storage/core/libs/coroutine/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index e192df76cf8..00000000000 --- a/cloud/storage/core/libs/coroutine/ut/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,67 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-storage-core-libs-coroutine-ut) -target_include_directories(cloud-storage-core-libs-coroutine-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/coroutine -) -target_link_libraries(cloud-storage-core-libs-coroutine-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - core-libs-coroutine -) -target_link_options(cloud-storage-core-libs-coroutine-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-storage-core-libs-coroutine-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/coroutine/executor_ut.cpp -) -set_property( - TARGET - cloud-storage-core-libs-coroutine-ut - PROPERTY - SPLIT_FACTOR - 1 -) -add_yunittest( - NAME - cloud-storage-core-libs-coroutine-ut - TEST_TARGET - cloud-storage-core-libs-coroutine-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-storage-core-libs-coroutine-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-storage-core-libs-coroutine-ut - PROPERTY - PROCESSORS - 1 -) -target_allocator(cloud-storage-core-libs-coroutine-ut - system_allocator -) -vcs_info(cloud-storage-core-libs-coroutine-ut) diff --git a/cloud/storage/core/libs/coroutine/ut/CMakeLists.linux-aarch64.txt b/cloud/storage/core/libs/coroutine/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 91288397ae9..00000000000 --- a/cloud/storage/core/libs/coroutine/ut/CMakeLists.linux-aarch64.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_executable(cloud-storage-core-libs-coroutine-ut) -target_include_directories(cloud-storage-core-libs-coroutine-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/coroutine -) -target_link_libraries(cloud-storage-core-libs-coroutine-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - core-libs-coroutine -) -target_link_options(cloud-storage-core-libs-coroutine-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-storage-core-libs-coroutine-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/coroutine/executor_ut.cpp -) -set_property( - TARGET - cloud-storage-core-libs-coroutine-ut - PROPERTY - SPLIT_FACTOR - 1 -) -add_yunittest( - NAME - cloud-storage-core-libs-coroutine-ut - TEST_TARGET - cloud-storage-core-libs-coroutine-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-storage-core-libs-coroutine-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-storage-core-libs-coroutine-ut - PROPERTY - PROCESSORS - 1 -) -target_allocator(cloud-storage-core-libs-coroutine-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-storage-core-libs-coroutine-ut) diff --git a/cloud/storage/core/libs/coroutine/ut/CMakeLists.linux-x86_64.txt b/cloud/storage/core/libs/coroutine/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index bbdbed54dbf..00000000000 --- a/cloud/storage/core/libs/coroutine/ut/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_executable(cloud-storage-core-libs-coroutine-ut) -target_include_directories(cloud-storage-core-libs-coroutine-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/coroutine -) -target_link_libraries(cloud-storage-core-libs-coroutine-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - core-libs-coroutine -) -target_link_options(cloud-storage-core-libs-coroutine-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-storage-core-libs-coroutine-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/coroutine/executor_ut.cpp -) -set_property( - TARGET - cloud-storage-core-libs-coroutine-ut - PROPERTY - SPLIT_FACTOR - 1 -) -add_yunittest( - NAME - cloud-storage-core-libs-coroutine-ut - TEST_TARGET - cloud-storage-core-libs-coroutine-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-storage-core-libs-coroutine-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-storage-core-libs-coroutine-ut - PROPERTY - PROCESSORS - 1 -) -target_allocator(cloud-storage-core-libs-coroutine-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-storage-core-libs-coroutine-ut) diff --git a/cloud/storage/core/libs/coroutine/ut/CMakeLists.txt b/cloud/storage/core/libs/coroutine/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/storage/core/libs/coroutine/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/storage/core/libs/coroutine/ut/CMakeLists.windows-x86_64.txt b/cloud/storage/core/libs/coroutine/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index f18e6750874..00000000000 --- a/cloud/storage/core/libs/coroutine/ut/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_executable(cloud-storage-core-libs-coroutine-ut) -target_include_directories(cloud-storage-core-libs-coroutine-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/coroutine -) -target_link_libraries(cloud-storage-core-libs-coroutine-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - core-libs-coroutine -) -target_sources(cloud-storage-core-libs-coroutine-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/coroutine/executor_ut.cpp -) -set_property( - TARGET - cloud-storage-core-libs-coroutine-ut - PROPERTY - SPLIT_FACTOR - 1 -) -add_yunittest( - NAME - cloud-storage-core-libs-coroutine-ut - TEST_TARGET - cloud-storage-core-libs-coroutine-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-storage-core-libs-coroutine-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-storage-core-libs-coroutine-ut - PROPERTY - PROCESSORS - 1 -) -target_allocator(cloud-storage-core-libs-coroutine-ut - system_allocator -) -vcs_info(cloud-storage-core-libs-coroutine-ut) diff --git a/cloud/storage/core/libs/daemon/CMakeLists.darwin-x86_64.txt b/cloud/storage/core/libs/daemon/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 87cf5273eca..00000000000 --- a/cloud/storage/core/libs/daemon/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(core-libs-daemon) -target_link_libraries(core-libs-daemon PUBLIC - contrib-libs-cxxsupp - yutil - core-libs-common - core-libs-diagnostics - library-actors-util - cpp-deprecated-atomic - library-cpp-logger - library-cpp-sighandler -) -target_sources(core-libs-daemon PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/daemon/app.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/daemon/config_initializer.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/daemon/mlock.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/daemon/options.cpp -) diff --git a/cloud/storage/core/libs/daemon/CMakeLists.linux-aarch64.txt b/cloud/storage/core/libs/daemon/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 589a6be69ff..00000000000 --- a/cloud/storage/core/libs/daemon/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(core-libs-daemon) -target_link_libraries(core-libs-daemon PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-libs-common - core-libs-diagnostics - library-actors-util - cpp-deprecated-atomic - library-cpp-logger - library-cpp-sighandler -) -target_sources(core-libs-daemon PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/daemon/app.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/daemon/config_initializer.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/daemon/mlock.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/daemon/options.cpp -) diff --git a/cloud/storage/core/libs/daemon/CMakeLists.linux-x86_64.txt b/cloud/storage/core/libs/daemon/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 589a6be69ff..00000000000 --- a/cloud/storage/core/libs/daemon/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(core-libs-daemon) -target_link_libraries(core-libs-daemon PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-libs-common - core-libs-diagnostics - library-actors-util - cpp-deprecated-atomic - library-cpp-logger - library-cpp-sighandler -) -target_sources(core-libs-daemon PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/daemon/app.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/daemon/config_initializer.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/daemon/mlock.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/daemon/options.cpp -) diff --git a/cloud/storage/core/libs/daemon/CMakeLists.txt b/cloud/storage/core/libs/daemon/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/storage/core/libs/daemon/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/storage/core/libs/daemon/CMakeLists.windows-x86_64.txt b/cloud/storage/core/libs/daemon/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 87cf5273eca..00000000000 --- a/cloud/storage/core/libs/daemon/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(core-libs-daemon) -target_link_libraries(core-libs-daemon PUBLIC - contrib-libs-cxxsupp - yutil - core-libs-common - core-libs-diagnostics - library-actors-util - cpp-deprecated-atomic - library-cpp-logger - library-cpp-sighandler -) -target_sources(core-libs-daemon PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/daemon/app.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/daemon/config_initializer.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/daemon/mlock.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/daemon/options.cpp -) diff --git a/cloud/storage/core/libs/diagnostics/CMakeLists.darwin-x86_64.txt b/cloud/storage/core/libs/diagnostics/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index b3025018557..00000000000 --- a/cloud/storage/core/libs/diagnostics/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_subdirectory(ut) - -add_library(core-libs-diagnostics) -target_link_libraries(core-libs-diagnostics PUBLIC - contrib-libs-cxxsupp - yutil - core-libs-common - storage-core-protos - cpp-lwtrace-mon - library-actors-prof - cpp-containers-ring_buffer - cpp-deprecated-atomic - cpp-histogram-hdr - cpp-json-writer - library-cpp-logger - library-cpp-lwtrace - cpp-monlib-dynamic_counters - cpp-monlib-service - monlib-service-pages - service-pages-tablesorter - client-cpp-logger -) -target_sources(core-libs-diagnostics PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/busy_idle_calculator.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/cgroup_stats_fetcher.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/counters_helper.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/critical_events.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/executor_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/histogram_types.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/histogram.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/incomplete_request_processor.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/logging.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/max_calculator.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/monitoring.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/postpone_time_predictor.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/request_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/solomon_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/stats_updater.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/trace_processor.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/trace_serializer.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/weighted_percentile.cpp -) diff --git a/cloud/storage/core/libs/diagnostics/CMakeLists.linux-aarch64.txt b/cloud/storage/core/libs/diagnostics/CMakeLists.linux-aarch64.txt deleted file mode 100644 index c0b59b93685..00000000000 --- a/cloud/storage/core/libs/diagnostics/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,51 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(ut) - -add_library(core-libs-diagnostics) -target_link_libraries(core-libs-diagnostics PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-libs-common - storage-core-protos - cpp-lwtrace-mon - library-actors-prof - cpp-containers-ring_buffer - cpp-deprecated-atomic - cpp-histogram-hdr - cpp-json-writer - library-cpp-logger - library-cpp-lwtrace - cpp-monlib-dynamic_counters - cpp-monlib-service - monlib-service-pages - service-pages-tablesorter - client-cpp-logger -) -target_sources(core-libs-diagnostics PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/busy_idle_calculator.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/cgroup_stats_fetcher.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/counters_helper.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/critical_events.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/executor_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/histogram_types.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/histogram.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/incomplete_request_processor.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/logging.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/max_calculator.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/monitoring.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/postpone_time_predictor.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/request_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/solomon_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/stats_updater.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/trace_processor.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/trace_serializer.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/weighted_percentile.cpp -) diff --git a/cloud/storage/core/libs/diagnostics/CMakeLists.linux-x86_64.txt b/cloud/storage/core/libs/diagnostics/CMakeLists.linux-x86_64.txt deleted file mode 100644 index c0b59b93685..00000000000 --- a/cloud/storage/core/libs/diagnostics/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,51 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(ut) - -add_library(core-libs-diagnostics) -target_link_libraries(core-libs-diagnostics PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-libs-common - storage-core-protos - cpp-lwtrace-mon - library-actors-prof - cpp-containers-ring_buffer - cpp-deprecated-atomic - cpp-histogram-hdr - cpp-json-writer - library-cpp-logger - library-cpp-lwtrace - cpp-monlib-dynamic_counters - cpp-monlib-service - monlib-service-pages - service-pages-tablesorter - client-cpp-logger -) -target_sources(core-libs-diagnostics PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/busy_idle_calculator.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/cgroup_stats_fetcher.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/counters_helper.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/critical_events.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/executor_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/histogram_types.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/histogram.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/incomplete_request_processor.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/logging.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/max_calculator.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/monitoring.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/postpone_time_predictor.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/request_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/solomon_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/stats_updater.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/trace_processor.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/trace_serializer.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/weighted_percentile.cpp -) diff --git a/cloud/storage/core/libs/diagnostics/CMakeLists.txt b/cloud/storage/core/libs/diagnostics/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/storage/core/libs/diagnostics/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/storage/core/libs/diagnostics/CMakeLists.windows-x86_64.txt b/cloud/storage/core/libs/diagnostics/CMakeLists.windows-x86_64.txt deleted file mode 100644 index b3025018557..00000000000 --- a/cloud/storage/core/libs/diagnostics/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_subdirectory(ut) - -add_library(core-libs-diagnostics) -target_link_libraries(core-libs-diagnostics PUBLIC - contrib-libs-cxxsupp - yutil - core-libs-common - storage-core-protos - cpp-lwtrace-mon - library-actors-prof - cpp-containers-ring_buffer - cpp-deprecated-atomic - cpp-histogram-hdr - cpp-json-writer - library-cpp-logger - library-cpp-lwtrace - cpp-monlib-dynamic_counters - cpp-monlib-service - monlib-service-pages - service-pages-tablesorter - client-cpp-logger -) -target_sources(core-libs-diagnostics PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/busy_idle_calculator.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/cgroup_stats_fetcher.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/counters_helper.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/critical_events.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/executor_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/histogram_types.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/histogram.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/incomplete_request_processor.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/logging.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/max_calculator.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/monitoring.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/postpone_time_predictor.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/request_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/solomon_counters.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/stats_updater.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/trace_processor.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/trace_serializer.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/weighted_percentile.cpp -) diff --git a/cloud/storage/core/libs/diagnostics/ut/CMakeLists.darwin-x86_64.txt b/cloud/storage/core/libs/diagnostics/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 514a0409e1e..00000000000 --- a/cloud/storage/core/libs/diagnostics/ut/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_executable(cloud-storage-core-libs-diagnostics-ut) -target_include_directories(cloud-storage-core-libs-diagnostics-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics -) -target_link_libraries(cloud-storage-core-libs-diagnostics-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - core-libs-diagnostics - library-cpp-json -) -target_link_options(cloud-storage-core-libs-diagnostics-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-storage-core-libs-diagnostics-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/cgroup_stats_fetcher_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/histogram_types_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/logging_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/max_calculator_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/postpone_time_predictor_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/request_counters_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/solomon_counters_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/trace_processor_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/trace_serializer_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/weighted_percentile_ut.cpp -) -set_property( - TARGET - cloud-storage-core-libs-diagnostics-ut - PROPERTY - SPLIT_FACTOR - 1 -) -add_yunittest( - NAME - cloud-storage-core-libs-diagnostics-ut - TEST_TARGET - cloud-storage-core-libs-diagnostics-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-storage-core-libs-diagnostics-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-storage-core-libs-diagnostics-ut - PROPERTY - PROCESSORS - 1 -) -target_allocator(cloud-storage-core-libs-diagnostics-ut - system_allocator -) -vcs_info(cloud-storage-core-libs-diagnostics-ut) diff --git a/cloud/storage/core/libs/diagnostics/ut/CMakeLists.linux-aarch64.txt b/cloud/storage/core/libs/diagnostics/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 46d0d429077..00000000000 --- a/cloud/storage/core/libs/diagnostics/ut/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,80 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-storage-core-libs-diagnostics-ut) -target_include_directories(cloud-storage-core-libs-diagnostics-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics -) -target_link_libraries(cloud-storage-core-libs-diagnostics-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - core-libs-diagnostics - library-cpp-json -) -target_link_options(cloud-storage-core-libs-diagnostics-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-storage-core-libs-diagnostics-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/cgroup_stats_fetcher_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/histogram_types_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/logging_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/max_calculator_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/postpone_time_predictor_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/request_counters_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/solomon_counters_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/trace_processor_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/trace_serializer_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/weighted_percentile_ut.cpp -) -set_property( - TARGET - cloud-storage-core-libs-diagnostics-ut - PROPERTY - SPLIT_FACTOR - 1 -) -add_yunittest( - NAME - cloud-storage-core-libs-diagnostics-ut - TEST_TARGET - cloud-storage-core-libs-diagnostics-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-storage-core-libs-diagnostics-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-storage-core-libs-diagnostics-ut - PROPERTY - PROCESSORS - 1 -) -target_allocator(cloud-storage-core-libs-diagnostics-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-storage-core-libs-diagnostics-ut) diff --git a/cloud/storage/core/libs/diagnostics/ut/CMakeLists.linux-x86_64.txt b/cloud/storage/core/libs/diagnostics/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index c5e0ad48927..00000000000 --- a/cloud/storage/core/libs/diagnostics/ut/CMakeLists.linux-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_executable(cloud-storage-core-libs-diagnostics-ut) -target_include_directories(cloud-storage-core-libs-diagnostics-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics -) -target_link_libraries(cloud-storage-core-libs-diagnostics-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - core-libs-diagnostics - library-cpp-json -) -target_link_options(cloud-storage-core-libs-diagnostics-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-storage-core-libs-diagnostics-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/cgroup_stats_fetcher_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/histogram_types_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/logging_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/max_calculator_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/postpone_time_predictor_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/request_counters_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/solomon_counters_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/trace_processor_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/trace_serializer_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/weighted_percentile_ut.cpp -) -set_property( - TARGET - cloud-storage-core-libs-diagnostics-ut - PROPERTY - SPLIT_FACTOR - 1 -) -add_yunittest( - NAME - cloud-storage-core-libs-diagnostics-ut - TEST_TARGET - cloud-storage-core-libs-diagnostics-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-storage-core-libs-diagnostics-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-storage-core-libs-diagnostics-ut - PROPERTY - PROCESSORS - 1 -) -target_allocator(cloud-storage-core-libs-diagnostics-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-storage-core-libs-diagnostics-ut) diff --git a/cloud/storage/core/libs/diagnostics/ut/CMakeLists.txt b/cloud/storage/core/libs/diagnostics/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/storage/core/libs/diagnostics/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/storage/core/libs/diagnostics/ut/CMakeLists.windows-x86_64.txt b/cloud/storage/core/libs/diagnostics/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 7052a32adf6..00000000000 --- a/cloud/storage/core/libs/diagnostics/ut/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_executable(cloud-storage-core-libs-diagnostics-ut) -target_include_directories(cloud-storage-core-libs-diagnostics-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics -) -target_link_libraries(cloud-storage-core-libs-diagnostics-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - core-libs-diagnostics - library-cpp-json -) -target_sources(cloud-storage-core-libs-diagnostics-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/cgroup_stats_fetcher_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/histogram_types_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/logging_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/max_calculator_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/postpone_time_predictor_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/request_counters_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/solomon_counters_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/trace_processor_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/trace_serializer_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/diagnostics/weighted_percentile_ut.cpp -) -set_property( - TARGET - cloud-storage-core-libs-diagnostics-ut - PROPERTY - SPLIT_FACTOR - 1 -) -add_yunittest( - NAME - cloud-storage-core-libs-diagnostics-ut - TEST_TARGET - cloud-storage-core-libs-diagnostics-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-storage-core-libs-diagnostics-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-storage-core-libs-diagnostics-ut - PROPERTY - PROCESSORS - 1 -) -target_allocator(cloud-storage-core-libs-diagnostics-ut - system_allocator -) -vcs_info(cloud-storage-core-libs-diagnostics-ut) diff --git a/cloud/storage/core/libs/grpc/CMakeLists.darwin-x86_64.txt b/cloud/storage/core/libs/grpc/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index ad1a47d2142..00000000000 --- a/cloud/storage/core/libs/grpc/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_subdirectory(ut) - -add_library(core-libs-grpc) -target_compile_options(core-libs-grpc PRIVATE - $,,-Wno-everything> -) -target_include_directories(core-libs-grpc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc -) -target_link_libraries(core-libs-grpc PUBLIC - contrib-libs-cxxsupp - yutil - core-libs-common - core-libs-diagnostics - storage-core-protos - cpp-deprecated-atomic - cpp-grpc-common - library-cpp-logger - contrib-libs-grpc - grpc-reflection-v1alpha -) -target_sources(core-libs-grpc PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/grpc/auth_metadata.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/grpc/channel_arguments.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/grpc/completion.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/grpc/credentials.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/grpc/initializer.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/grpc/keepalive.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/grpc/logging.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/grpc/request.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/grpc/threadpool.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/grpc/time_point_specialization.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/grpc/utils.cpp -) diff --git a/cloud/storage/core/libs/grpc/CMakeLists.linux-aarch64.txt b/cloud/storage/core/libs/grpc/CMakeLists.linux-aarch64.txt deleted file mode 100644 index db2e34e9c16..00000000000 --- a/cloud/storage/core/libs/grpc/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(ut) - -add_library(core-libs-grpc) -target_compile_options(core-libs-grpc PRIVATE - $,,-Wno-everything> -) -target_include_directories(core-libs-grpc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc -) -target_link_libraries(core-libs-grpc PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-libs-common - core-libs-diagnostics - storage-core-protos - cpp-deprecated-atomic - cpp-grpc-common - library-cpp-logger - contrib-libs-grpc - grpc-reflection-v1alpha -) -target_sources(core-libs-grpc PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/grpc/auth_metadata.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/grpc/channel_arguments.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/grpc/completion.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/grpc/credentials.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/grpc/initializer.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/grpc/keepalive.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/grpc/logging.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/grpc/request.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/grpc/threadpool.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/grpc/time_point_specialization.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/grpc/utils.cpp -) diff --git a/cloud/storage/core/libs/grpc/CMakeLists.linux-x86_64.txt b/cloud/storage/core/libs/grpc/CMakeLists.linux-x86_64.txt deleted file mode 100644 index db2e34e9c16..00000000000 --- a/cloud/storage/core/libs/grpc/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(ut) - -add_library(core-libs-grpc) -target_compile_options(core-libs-grpc PRIVATE - $,,-Wno-everything> -) -target_include_directories(core-libs-grpc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc -) -target_link_libraries(core-libs-grpc PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-libs-common - core-libs-diagnostics - storage-core-protos - cpp-deprecated-atomic - cpp-grpc-common - library-cpp-logger - contrib-libs-grpc - grpc-reflection-v1alpha -) -target_sources(core-libs-grpc PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/grpc/auth_metadata.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/grpc/channel_arguments.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/grpc/completion.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/grpc/credentials.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/grpc/initializer.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/grpc/keepalive.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/grpc/logging.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/grpc/request.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/grpc/threadpool.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/grpc/time_point_specialization.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/grpc/utils.cpp -) diff --git a/cloud/storage/core/libs/grpc/CMakeLists.txt b/cloud/storage/core/libs/grpc/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/storage/core/libs/grpc/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/storage/core/libs/grpc/CMakeLists.windows-x86_64.txt b/cloud/storage/core/libs/grpc/CMakeLists.windows-x86_64.txt deleted file mode 100644 index ad1a47d2142..00000000000 --- a/cloud/storage/core/libs/grpc/CMakeLists.windows-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_subdirectory(ut) - -add_library(core-libs-grpc) -target_compile_options(core-libs-grpc PRIVATE - $,,-Wno-everything> -) -target_include_directories(core-libs-grpc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc -) -target_link_libraries(core-libs-grpc PUBLIC - contrib-libs-cxxsupp - yutil - core-libs-common - core-libs-diagnostics - storage-core-protos - cpp-deprecated-atomic - cpp-grpc-common - library-cpp-logger - contrib-libs-grpc - grpc-reflection-v1alpha -) -target_sources(core-libs-grpc PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/grpc/auth_metadata.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/grpc/channel_arguments.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/grpc/completion.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/grpc/credentials.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/grpc/initializer.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/grpc/keepalive.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/grpc/logging.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/grpc/request.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/grpc/threadpool.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/grpc/time_point_specialization.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/grpc/utils.cpp -) diff --git a/cloud/storage/core/libs/grpc/ut/CMakeLists.darwin-x86_64.txt b/cloud/storage/core/libs/grpc/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 83cbbcc8ef5..00000000000 --- a/cloud/storage/core/libs/grpc/ut/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_executable(cloud-storage-core-libs-grpc-ut) -target_include_directories(cloud-storage-core-libs-grpc-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/grpc -) -target_link_libraries(cloud-storage-core-libs-grpc-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - core-libs-grpc - cpp-testing-gmock_in_unittest -) -target_link_options(cloud-storage-core-libs-grpc-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-storage-core-libs-grpc-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/grpc/executor_ut.cpp -) -set_property( - TARGET - cloud-storage-core-libs-grpc-ut - PROPERTY - SPLIT_FACTOR - 1 -) -add_yunittest( - NAME - cloud-storage-core-libs-grpc-ut - TEST_TARGET - cloud-storage-core-libs-grpc-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-storage-core-libs-grpc-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-storage-core-libs-grpc-ut - PROPERTY - PROCESSORS - 1 -) -target_allocator(cloud-storage-core-libs-grpc-ut - system_allocator -) -vcs_info(cloud-storage-core-libs-grpc-ut) diff --git a/cloud/storage/core/libs/grpc/ut/CMakeLists.linux-aarch64.txt b/cloud/storage/core/libs/grpc/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 998fc5712af..00000000000 --- a/cloud/storage/core/libs/grpc/ut/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_executable(cloud-storage-core-libs-grpc-ut) -target_include_directories(cloud-storage-core-libs-grpc-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/grpc -) -target_link_libraries(cloud-storage-core-libs-grpc-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - core-libs-grpc - cpp-testing-gmock_in_unittest -) -target_link_options(cloud-storage-core-libs-grpc-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-storage-core-libs-grpc-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/grpc/executor_ut.cpp -) -set_property( - TARGET - cloud-storage-core-libs-grpc-ut - PROPERTY - SPLIT_FACTOR - 1 -) -add_yunittest( - NAME - cloud-storage-core-libs-grpc-ut - TEST_TARGET - cloud-storage-core-libs-grpc-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-storage-core-libs-grpc-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-storage-core-libs-grpc-ut - PROPERTY - PROCESSORS - 1 -) -target_allocator(cloud-storage-core-libs-grpc-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-storage-core-libs-grpc-ut) diff --git a/cloud/storage/core/libs/grpc/ut/CMakeLists.linux-x86_64.txt b/cloud/storage/core/libs/grpc/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 92c1999b205..00000000000 --- a/cloud/storage/core/libs/grpc/ut/CMakeLists.linux-x86_64.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_executable(cloud-storage-core-libs-grpc-ut) -target_include_directories(cloud-storage-core-libs-grpc-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/grpc -) -target_link_libraries(cloud-storage-core-libs-grpc-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - core-libs-grpc - cpp-testing-gmock_in_unittest -) -target_link_options(cloud-storage-core-libs-grpc-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-storage-core-libs-grpc-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/grpc/executor_ut.cpp -) -set_property( - TARGET - cloud-storage-core-libs-grpc-ut - PROPERTY - SPLIT_FACTOR - 1 -) -add_yunittest( - NAME - cloud-storage-core-libs-grpc-ut - TEST_TARGET - cloud-storage-core-libs-grpc-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-storage-core-libs-grpc-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-storage-core-libs-grpc-ut - PROPERTY - PROCESSORS - 1 -) -target_allocator(cloud-storage-core-libs-grpc-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-storage-core-libs-grpc-ut) diff --git a/cloud/storage/core/libs/grpc/ut/CMakeLists.txt b/cloud/storage/core/libs/grpc/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/storage/core/libs/grpc/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/storage/core/libs/grpc/ut/CMakeLists.windows-x86_64.txt b/cloud/storage/core/libs/grpc/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 2f4c5cd2c72..00000000000 --- a/cloud/storage/core/libs/grpc/ut/CMakeLists.windows-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_executable(cloud-storage-core-libs-grpc-ut) -target_include_directories(cloud-storage-core-libs-grpc-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/grpc -) -target_link_libraries(cloud-storage-core-libs-grpc-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - core-libs-grpc - cpp-testing-gmock_in_unittest -) -target_sources(cloud-storage-core-libs-grpc-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/grpc/executor_ut.cpp -) -set_property( - TARGET - cloud-storage-core-libs-grpc-ut - PROPERTY - SPLIT_FACTOR - 1 -) -add_yunittest( - NAME - cloud-storage-core-libs-grpc-ut - TEST_TARGET - cloud-storage-core-libs-grpc-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-storage-core-libs-grpc-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-storage-core-libs-grpc-ut - PROPERTY - PROCESSORS - 1 -) -target_allocator(cloud-storage-core-libs-grpc-ut - system_allocator -) -vcs_info(cloud-storage-core-libs-grpc-ut) diff --git a/cloud/storage/core/libs/hive_proxy/CMakeLists.darwin-x86_64.txt b/cloud/storage/core/libs/hive_proxy/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 9f1e18e7aa0..00000000000 --- a/cloud/storage/core/libs/hive_proxy/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_subdirectory(protos) -add_subdirectory(ut) - -add_library(core-libs-hive_proxy) -target_link_libraries(core-libs-hive_proxy PUBLIC - contrib-libs-cxxsupp - yutil - core-libs-actors - core-libs-aio - core-libs-api - libs-hive_proxy-protos - ydb-core-base - ydb-core-mind - ydb-core-tablet - ydb-core-tablet_flat - ydb-core-testlib - core-testlib-basics - library-actors-core -) -target_sources(core-libs-hive_proxy PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/hive_proxy/hive_proxy.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/hive_proxy/hive_proxy_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/hive_proxy/hive_proxy_actor_bootext.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/hive_proxy/hive_proxy_actor_create.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/hive_proxy/hive_proxy_actor_drain.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/hive_proxy/hive_proxy_actor_getinfo.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/hive_proxy/hive_proxy_actor_lock.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/hive_proxy/hive_proxy_actor_reassign.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/hive_proxy/hive_proxy_actor_unlock.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/hive_proxy/hive_proxy_fallback_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/hive_proxy/tablet_boot_info_backup.cpp -) diff --git a/cloud/storage/core/libs/hive_proxy/CMakeLists.linux-aarch64.txt b/cloud/storage/core/libs/hive_proxy/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a3ac0e95de2..00000000000 --- a/cloud/storage/core/libs/hive_proxy/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_subdirectory(protos) -add_subdirectory(ut) - -add_library(core-libs-hive_proxy) -target_link_libraries(core-libs-hive_proxy PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-libs-actors - core-libs-aio - core-libs-api - libs-hive_proxy-protos - ydb-core-base - ydb-core-mind - ydb-core-tablet - ydb-core-tablet_flat - ydb-core-testlib - core-testlib-basics - library-actors-core -) -target_sources(core-libs-hive_proxy PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/hive_proxy/hive_proxy.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/hive_proxy/hive_proxy_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/hive_proxy/hive_proxy_actor_bootext.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/hive_proxy/hive_proxy_actor_create.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/hive_proxy/hive_proxy_actor_drain.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/hive_proxy/hive_proxy_actor_getinfo.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/hive_proxy/hive_proxy_actor_lock.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/hive_proxy/hive_proxy_actor_reassign.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/hive_proxy/hive_proxy_actor_unlock.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/hive_proxy/hive_proxy_fallback_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/hive_proxy/tablet_boot_info_backup.cpp -) diff --git a/cloud/storage/core/libs/hive_proxy/CMakeLists.linux-x86_64.txt b/cloud/storage/core/libs/hive_proxy/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a3ac0e95de2..00000000000 --- a/cloud/storage/core/libs/hive_proxy/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_subdirectory(protos) -add_subdirectory(ut) - -add_library(core-libs-hive_proxy) -target_link_libraries(core-libs-hive_proxy PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-libs-actors - core-libs-aio - core-libs-api - libs-hive_proxy-protos - ydb-core-base - ydb-core-mind - ydb-core-tablet - ydb-core-tablet_flat - ydb-core-testlib - core-testlib-basics - library-actors-core -) -target_sources(core-libs-hive_proxy PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/hive_proxy/hive_proxy.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/hive_proxy/hive_proxy_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/hive_proxy/hive_proxy_actor_bootext.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/hive_proxy/hive_proxy_actor_create.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/hive_proxy/hive_proxy_actor_drain.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/hive_proxy/hive_proxy_actor_getinfo.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/hive_proxy/hive_proxy_actor_lock.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/hive_proxy/hive_proxy_actor_reassign.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/hive_proxy/hive_proxy_actor_unlock.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/hive_proxy/hive_proxy_fallback_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/hive_proxy/tablet_boot_info_backup.cpp -) diff --git a/cloud/storage/core/libs/hive_proxy/CMakeLists.txt b/cloud/storage/core/libs/hive_proxy/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/storage/core/libs/hive_proxy/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/storage/core/libs/hive_proxy/CMakeLists.windows-x86_64.txt b/cloud/storage/core/libs/hive_proxy/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 9f1e18e7aa0..00000000000 --- a/cloud/storage/core/libs/hive_proxy/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_subdirectory(protos) -add_subdirectory(ut) - -add_library(core-libs-hive_proxy) -target_link_libraries(core-libs-hive_proxy PUBLIC - contrib-libs-cxxsupp - yutil - core-libs-actors - core-libs-aio - core-libs-api - libs-hive_proxy-protos - ydb-core-base - ydb-core-mind - ydb-core-tablet - ydb-core-tablet_flat - ydb-core-testlib - core-testlib-basics - library-actors-core -) -target_sources(core-libs-hive_proxy PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/hive_proxy/hive_proxy.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/hive_proxy/hive_proxy_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/hive_proxy/hive_proxy_actor_bootext.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/hive_proxy/hive_proxy_actor_create.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/hive_proxy/hive_proxy_actor_drain.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/hive_proxy/hive_proxy_actor_getinfo.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/hive_proxy/hive_proxy_actor_lock.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/hive_proxy/hive_proxy_actor_reassign.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/hive_proxy/hive_proxy_actor_unlock.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/hive_proxy/hive_proxy_fallback_actor.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/hive_proxy/tablet_boot_info_backup.cpp -) diff --git a/cloud/storage/core/libs/hive_proxy/protos/CMakeLists.darwin-x86_64.txt b/cloud/storage/core/libs/hive_proxy/protos/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 33e46327798..00000000000 --- a/cloud/storage/core/libs/hive_proxy/protos/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(libs-hive_proxy-protos) -target_link_libraries(libs-hive_proxy-protos PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-protos - contrib-libs-protobuf -) -target_proto_messages(libs-hive_proxy-protos PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/hive_proxy/protos/tablet_boot_info_backup.proto -) -target_proto_addincls(libs-hive_proxy-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(libs-hive_proxy-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/storage/core/libs/hive_proxy/protos/CMakeLists.linux-aarch64.txt b/cloud/storage/core/libs/hive_proxy/protos/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 959f2082f72..00000000000 --- a/cloud/storage/core/libs/hive_proxy/protos/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(libs-hive_proxy-protos) -target_link_libraries(libs-hive_proxy-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-protos - contrib-libs-protobuf -) -target_proto_messages(libs-hive_proxy-protos PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/hive_proxy/protos/tablet_boot_info_backup.proto -) -target_proto_addincls(libs-hive_proxy-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(libs-hive_proxy-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/storage/core/libs/hive_proxy/protos/CMakeLists.linux-x86_64.txt b/cloud/storage/core/libs/hive_proxy/protos/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 959f2082f72..00000000000 --- a/cloud/storage/core/libs/hive_proxy/protos/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(libs-hive_proxy-protos) -target_link_libraries(libs-hive_proxy-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-protos - contrib-libs-protobuf -) -target_proto_messages(libs-hive_proxy-protos PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/hive_proxy/protos/tablet_boot_info_backup.proto -) -target_proto_addincls(libs-hive_proxy-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(libs-hive_proxy-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/storage/core/libs/hive_proxy/protos/CMakeLists.txt b/cloud/storage/core/libs/hive_proxy/protos/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/storage/core/libs/hive_proxy/protos/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/storage/core/libs/hive_proxy/protos/CMakeLists.windows-x86_64.txt b/cloud/storage/core/libs/hive_proxy/protos/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 33e46327798..00000000000 --- a/cloud/storage/core/libs/hive_proxy/protos/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(libs-hive_proxy-protos) -target_link_libraries(libs-hive_proxy-protos PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-protos - contrib-libs-protobuf -) -target_proto_messages(libs-hive_proxy-protos PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/hive_proxy/protos/tablet_boot_info_backup.proto -) -target_proto_addincls(libs-hive_proxy-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(libs-hive_proxy-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/storage/core/libs/hive_proxy/ut/CMakeLists.darwin-x86_64.txt b/cloud/storage/core/libs/hive_proxy/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index dfabc0dc5e5..00000000000 --- a/cloud/storage/core/libs/hive_proxy/ut/CMakeLists.darwin-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_executable(cloud-storage-core-libs-hive_proxy-ut) -target_include_directories(cloud-storage-core-libs-hive_proxy-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/hive_proxy -) -target_link_libraries(cloud-storage-core-libs-hive_proxy-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - core-libs-hive_proxy - core-testlib-default - core-testlib-basics -) -target_link_options(cloud-storage-core-libs-hive_proxy-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-storage-core-libs-hive_proxy-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/hive_proxy/hive_proxy_ut.cpp -) -set_property( - TARGET - cloud-storage-core-libs-hive_proxy-ut - PROPERTY - SPLIT_FACTOR - 30 -) -add_yunittest( - NAME - cloud-storage-core-libs-hive_proxy-ut - TEST_TARGET - cloud-storage-core-libs-hive_proxy-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-storage-core-libs-hive_proxy-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-storage-core-libs-hive_proxy-ut - PROPERTY - PROCESSORS - 1 -) -target_allocator(cloud-storage-core-libs-hive_proxy-ut - system_allocator -) -vcs_info(cloud-storage-core-libs-hive_proxy-ut) diff --git a/cloud/storage/core/libs/hive_proxy/ut/CMakeLists.linux-aarch64.txt b/cloud/storage/core/libs/hive_proxy/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 2596f664ac2..00000000000 --- a/cloud/storage/core/libs/hive_proxy/ut/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_executable(cloud-storage-core-libs-hive_proxy-ut) -target_include_directories(cloud-storage-core-libs-hive_proxy-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/hive_proxy -) -target_link_libraries(cloud-storage-core-libs-hive_proxy-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - core-libs-hive_proxy - core-testlib-default - core-testlib-basics -) -target_link_options(cloud-storage-core-libs-hive_proxy-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-storage-core-libs-hive_proxy-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/hive_proxy/hive_proxy_ut.cpp -) -set_property( - TARGET - cloud-storage-core-libs-hive_proxy-ut - PROPERTY - SPLIT_FACTOR - 30 -) -add_yunittest( - NAME - cloud-storage-core-libs-hive_proxy-ut - TEST_TARGET - cloud-storage-core-libs-hive_proxy-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-storage-core-libs-hive_proxy-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-storage-core-libs-hive_proxy-ut - PROPERTY - PROCESSORS - 1 -) -target_allocator(cloud-storage-core-libs-hive_proxy-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-storage-core-libs-hive_proxy-ut) diff --git a/cloud/storage/core/libs/hive_proxy/ut/CMakeLists.linux-x86_64.txt b/cloud/storage/core/libs/hive_proxy/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index c6436d5bd61..00000000000 --- a/cloud/storage/core/libs/hive_proxy/ut/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,74 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-storage-core-libs-hive_proxy-ut) -target_include_directories(cloud-storage-core-libs-hive_proxy-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/hive_proxy -) -target_link_libraries(cloud-storage-core-libs-hive_proxy-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - core-libs-hive_proxy - core-testlib-default - core-testlib-basics -) -target_link_options(cloud-storage-core-libs-hive_proxy-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-storage-core-libs-hive_proxy-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/hive_proxy/hive_proxy_ut.cpp -) -set_property( - TARGET - cloud-storage-core-libs-hive_proxy-ut - PROPERTY - SPLIT_FACTOR - 30 -) -add_yunittest( - NAME - cloud-storage-core-libs-hive_proxy-ut - TEST_TARGET - cloud-storage-core-libs-hive_proxy-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-storage-core-libs-hive_proxy-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-storage-core-libs-hive_proxy-ut - PROPERTY - PROCESSORS - 1 -) -target_allocator(cloud-storage-core-libs-hive_proxy-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-storage-core-libs-hive_proxy-ut) diff --git a/cloud/storage/core/libs/hive_proxy/ut/CMakeLists.txt b/cloud/storage/core/libs/hive_proxy/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/storage/core/libs/hive_proxy/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/storage/core/libs/hive_proxy/ut/CMakeLists.windows-x86_64.txt b/cloud/storage/core/libs/hive_proxy/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 65e1f6612cf..00000000000 --- a/cloud/storage/core/libs/hive_proxy/ut/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_executable(cloud-storage-core-libs-hive_proxy-ut) -target_include_directories(cloud-storage-core-libs-hive_proxy-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/hive_proxy -) -target_link_libraries(cloud-storage-core-libs-hive_proxy-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - core-libs-hive_proxy - core-testlib-default - core-testlib-basics -) -target_sources(cloud-storage-core-libs-hive_proxy-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/hive_proxy/hive_proxy_ut.cpp -) -set_property( - TARGET - cloud-storage-core-libs-hive_proxy-ut - PROPERTY - SPLIT_FACTOR - 30 -) -add_yunittest( - NAME - cloud-storage-core-libs-hive_proxy-ut - TEST_TARGET - cloud-storage-core-libs-hive_proxy-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-storage-core-libs-hive_proxy-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-storage-core-libs-hive_proxy-ut - PROPERTY - PROCESSORS - 1 -) -target_allocator(cloud-storage-core-libs-hive_proxy-ut - system_allocator -) -vcs_info(cloud-storage-core-libs-hive_proxy-ut) diff --git a/cloud/storage/core/libs/iam/CMakeLists.txt b/cloud/storage/core/libs/iam/CMakeLists.txt deleted file mode 100644 index f1c77d36206..00000000000 --- a/cloud/storage/core/libs/iam/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(iface) diff --git a/cloud/storage/core/libs/iam/iface/CMakeLists.darwin-x86_64.txt b/cloud/storage/core/libs/iam/iface/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 1702f441dec..00000000000 --- a/cloud/storage/core/libs/iam/iface/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(libs-iam-iface) -target_link_libraries(libs-iam-iface PUBLIC - contrib-libs-cxxsupp - yutil - storage-core-config - core-libs-common - monlib-service-pages - cpp-threading-future -) -target_sources(libs-iam-iface PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/iam/iface/client.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/iam/iface/config.cpp -) diff --git a/cloud/storage/core/libs/iam/iface/CMakeLists.linux-aarch64.txt b/cloud/storage/core/libs/iam/iface/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 2653ae5633e..00000000000 --- a/cloud/storage/core/libs/iam/iface/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(libs-iam-iface) -target_link_libraries(libs-iam-iface PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - storage-core-config - core-libs-common - monlib-service-pages - cpp-threading-future -) -target_sources(libs-iam-iface PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/iam/iface/client.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/iam/iface/config.cpp -) diff --git a/cloud/storage/core/libs/iam/iface/CMakeLists.linux-x86_64.txt b/cloud/storage/core/libs/iam/iface/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 2653ae5633e..00000000000 --- a/cloud/storage/core/libs/iam/iface/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(libs-iam-iface) -target_link_libraries(libs-iam-iface PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - storage-core-config - core-libs-common - monlib-service-pages - cpp-threading-future -) -target_sources(libs-iam-iface PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/iam/iface/client.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/iam/iface/config.cpp -) diff --git a/cloud/storage/core/libs/iam/iface/CMakeLists.txt b/cloud/storage/core/libs/iam/iface/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/storage/core/libs/iam/iface/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/storage/core/libs/iam/iface/CMakeLists.windows-x86_64.txt b/cloud/storage/core/libs/iam/iface/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 1702f441dec..00000000000 --- a/cloud/storage/core/libs/iam/iface/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(libs-iam-iface) -target_link_libraries(libs-iam-iface PUBLIC - contrib-libs-cxxsupp - yutil - storage-core-config - core-libs-common - monlib-service-pages - cpp-threading-future -) -target_sources(libs-iam-iface PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/iam/iface/client.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/iam/iface/config.cpp -) diff --git a/cloud/storage/core/libs/keyring/CMakeLists.darwin-x86_64.txt b/cloud/storage/core/libs/keyring/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6ccde09549f..00000000000 --- a/cloud/storage/core/libs/keyring/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(ut) - -add_library(core-libs-keyring) -target_link_libraries(core-libs-keyring PUBLIC - contrib-libs-cxxsupp - yutil - core-libs-common - cpp-protobuf-util -) -target_sources(core-libs-keyring PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/keyring/endpoints.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/keyring/endpoints_test.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/keyring/keyring.cpp -) diff --git a/cloud/storage/core/libs/keyring/CMakeLists.linux-aarch64.txt b/cloud/storage/core/libs/keyring/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d32336a60d5..00000000000 --- a/cloud/storage/core/libs/keyring/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_subdirectory(ut) - -add_library(core-libs-keyring) -target_link_libraries(core-libs-keyring PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-libs-common - cpp-protobuf-util -) -target_sources(core-libs-keyring PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/keyring/endpoints.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/keyring/endpoints_test.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/keyring/keyring.cpp -) diff --git a/cloud/storage/core/libs/keyring/CMakeLists.linux-x86_64.txt b/cloud/storage/core/libs/keyring/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d32336a60d5..00000000000 --- a/cloud/storage/core/libs/keyring/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_subdirectory(ut) - -add_library(core-libs-keyring) -target_link_libraries(core-libs-keyring PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-libs-common - cpp-protobuf-util -) -target_sources(core-libs-keyring PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/keyring/endpoints.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/keyring/endpoints_test.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/keyring/keyring.cpp -) diff --git a/cloud/storage/core/libs/keyring/CMakeLists.txt b/cloud/storage/core/libs/keyring/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/storage/core/libs/keyring/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/storage/core/libs/keyring/CMakeLists.windows-x86_64.txt b/cloud/storage/core/libs/keyring/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 6ccde09549f..00000000000 --- a/cloud/storage/core/libs/keyring/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_subdirectory(ut) - -add_library(core-libs-keyring) -target_link_libraries(core-libs-keyring PUBLIC - contrib-libs-cxxsupp - yutil - core-libs-common - cpp-protobuf-util -) -target_sources(core-libs-keyring PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/keyring/endpoints.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/keyring/endpoints_test.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/keyring/keyring.cpp -) diff --git a/cloud/storage/core/libs/keyring/ut/CMakeLists.txt b/cloud/storage/core/libs/keyring/ut/CMakeLists.txt deleted file mode 100644 index 94c55d2b574..00000000000 --- a/cloud/storage/core/libs/keyring/ut/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(bin) diff --git a/cloud/storage/core/libs/keyring/ut/bin/CMakeLists.darwin-x86_64.txt b/cloud/storage/core/libs/keyring/ut/bin/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 9a7a9660286..00000000000 --- a/cloud/storage/core/libs/keyring/ut/bin/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_executable(cloud-storage-core-libs-keyring-ut-bin) -target_include_directories(cloud-storage-core-libs-keyring-ut-bin PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/keyring -) -target_link_libraries(cloud-storage-core-libs-keyring-ut-bin PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - core-libs-keyring -) -target_link_options(cloud-storage-core-libs-keyring-ut-bin PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -set_property( - TARGET - cloud-storage-core-libs-keyring-ut-bin - PROPERTY - SPLIT_FACTOR - 1 -) -add_yunittest( - NAME - cloud-storage-core-libs-keyring-ut-bin - TEST_TARGET - cloud-storage-core-libs-keyring-ut-bin - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-storage-core-libs-keyring-ut-bin - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-storage-core-libs-keyring-ut-bin - PROPERTY - PROCESSORS - 1 -) -target_allocator(cloud-storage-core-libs-keyring-ut-bin - system_allocator -) -vcs_info(cloud-storage-core-libs-keyring-ut-bin) diff --git a/cloud/storage/core/libs/keyring/ut/bin/CMakeLists.linux-aarch64.txt b/cloud/storage/core/libs/keyring/ut/bin/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 1462b0dbce2..00000000000 --- a/cloud/storage/core/libs/keyring/ut/bin/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_executable(cloud-storage-core-libs-keyring-ut-bin) -target_include_directories(cloud-storage-core-libs-keyring-ut-bin PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/keyring -) -target_link_libraries(cloud-storage-core-libs-keyring-ut-bin PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - core-libs-keyring -) -target_link_options(cloud-storage-core-libs-keyring-ut-bin PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-storage-core-libs-keyring-ut-bin PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/keyring/endpoints_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/keyring/keyring_ut.cpp -) -set_property( - TARGET - cloud-storage-core-libs-keyring-ut-bin - PROPERTY - SPLIT_FACTOR - 1 -) -add_yunittest( - NAME - cloud-storage-core-libs-keyring-ut-bin - TEST_TARGET - cloud-storage-core-libs-keyring-ut-bin - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-storage-core-libs-keyring-ut-bin - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-storage-core-libs-keyring-ut-bin - PROPERTY - PROCESSORS - 1 -) -target_allocator(cloud-storage-core-libs-keyring-ut-bin - cpp-malloc-jemalloc -) -vcs_info(cloud-storage-core-libs-keyring-ut-bin) diff --git a/cloud/storage/core/libs/keyring/ut/bin/CMakeLists.linux-x86_64.txt b/cloud/storage/core/libs/keyring/ut/bin/CMakeLists.linux-x86_64.txt deleted file mode 100644 index f5504b28194..00000000000 --- a/cloud/storage/core/libs/keyring/ut/bin/CMakeLists.linux-x86_64.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_executable(cloud-storage-core-libs-keyring-ut-bin) -target_include_directories(cloud-storage-core-libs-keyring-ut-bin PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/keyring -) -target_link_libraries(cloud-storage-core-libs-keyring-ut-bin PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - core-libs-keyring -) -target_link_options(cloud-storage-core-libs-keyring-ut-bin PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-storage-core-libs-keyring-ut-bin PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/keyring/endpoints_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/keyring/keyring_ut.cpp -) -set_property( - TARGET - cloud-storage-core-libs-keyring-ut-bin - PROPERTY - SPLIT_FACTOR - 1 -) -add_yunittest( - NAME - cloud-storage-core-libs-keyring-ut-bin - TEST_TARGET - cloud-storage-core-libs-keyring-ut-bin - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-storage-core-libs-keyring-ut-bin - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-storage-core-libs-keyring-ut-bin - PROPERTY - PROCESSORS - 1 -) -target_allocator(cloud-storage-core-libs-keyring-ut-bin - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-storage-core-libs-keyring-ut-bin) diff --git a/cloud/storage/core/libs/keyring/ut/bin/CMakeLists.txt b/cloud/storage/core/libs/keyring/ut/bin/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/storage/core/libs/keyring/ut/bin/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/storage/core/libs/keyring/ut/bin/CMakeLists.windows-x86_64.txt b/cloud/storage/core/libs/keyring/ut/bin/CMakeLists.windows-x86_64.txt deleted file mode 100644 index e80cdbbcac9..00000000000 --- a/cloud/storage/core/libs/keyring/ut/bin/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,57 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-storage-core-libs-keyring-ut-bin) -target_include_directories(cloud-storage-core-libs-keyring-ut-bin PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/keyring -) -target_link_libraries(cloud-storage-core-libs-keyring-ut-bin PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - core-libs-keyring -) -set_property( - TARGET - cloud-storage-core-libs-keyring-ut-bin - PROPERTY - SPLIT_FACTOR - 1 -) -add_yunittest( - NAME - cloud-storage-core-libs-keyring-ut-bin - TEST_TARGET - cloud-storage-core-libs-keyring-ut-bin - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-storage-core-libs-keyring-ut-bin - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-storage-core-libs-keyring-ut-bin - PROPERTY - PROCESSORS - 1 -) -target_allocator(cloud-storage-core-libs-keyring-ut-bin - system_allocator -) -vcs_info(cloud-storage-core-libs-keyring-ut-bin) diff --git a/cloud/storage/core/libs/kikimr/CMakeLists.darwin-x86_64.txt b/cloud/storage/core/libs/kikimr/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 4df4849ce09..00000000000 --- a/cloud/storage/core/libs/kikimr/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(core-libs-kikimr) -target_link_libraries(core-libs-kikimr PUBLIC - contrib-libs-cxxsupp - yutil - core-libs-actors - core-libs-common - core-libs-diagnostics - library-actors-core - library-actors-util - library-actors-wilson - cpp-getopt-small - library-cpp-lwtrace - ydb-core-base - ydb-core-mind - ydb-core-protos - core-tx-coordinator - core-tx-mediator - core-tx-schemeshard -) -target_sources(core-libs-kikimr PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/kikimr/actorsystem.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/kikimr/components.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/kikimr/config_initializer.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/kikimr/events.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/kikimr/helpers.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/kikimr/node.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/kikimr/options.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/kikimr/proxy.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/kikimr/tenant.cpp -) diff --git a/cloud/storage/core/libs/kikimr/CMakeLists.linux-aarch64.txt b/cloud/storage/core/libs/kikimr/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 23c6875172e..00000000000 --- a/cloud/storage/core/libs/kikimr/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(core-libs-kikimr) -target_link_libraries(core-libs-kikimr PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-libs-actors - core-libs-common - core-libs-diagnostics - library-actors-core - library-actors-util - library-actors-wilson - cpp-getopt-small - library-cpp-lwtrace - ydb-core-base - ydb-core-mind - ydb-core-protos - core-tx-coordinator - core-tx-mediator - core-tx-schemeshard -) -target_sources(core-libs-kikimr PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/kikimr/actorsystem.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/kikimr/components.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/kikimr/config_initializer.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/kikimr/events.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/kikimr/helpers.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/kikimr/node.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/kikimr/options.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/kikimr/proxy.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/kikimr/tenant.cpp -) diff --git a/cloud/storage/core/libs/kikimr/CMakeLists.linux-x86_64.txt b/cloud/storage/core/libs/kikimr/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 23c6875172e..00000000000 --- a/cloud/storage/core/libs/kikimr/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(core-libs-kikimr) -target_link_libraries(core-libs-kikimr PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-libs-actors - core-libs-common - core-libs-diagnostics - library-actors-core - library-actors-util - library-actors-wilson - cpp-getopt-small - library-cpp-lwtrace - ydb-core-base - ydb-core-mind - ydb-core-protos - core-tx-coordinator - core-tx-mediator - core-tx-schemeshard -) -target_sources(core-libs-kikimr PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/kikimr/actorsystem.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/kikimr/components.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/kikimr/config_initializer.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/kikimr/events.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/kikimr/helpers.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/kikimr/node.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/kikimr/options.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/kikimr/proxy.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/kikimr/tenant.cpp -) diff --git a/cloud/storage/core/libs/kikimr/CMakeLists.txt b/cloud/storage/core/libs/kikimr/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/storage/core/libs/kikimr/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/storage/core/libs/kikimr/CMakeLists.windows-x86_64.txt b/cloud/storage/core/libs/kikimr/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 4df4849ce09..00000000000 --- a/cloud/storage/core/libs/kikimr/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(core-libs-kikimr) -target_link_libraries(core-libs-kikimr PUBLIC - contrib-libs-cxxsupp - yutil - core-libs-actors - core-libs-common - core-libs-diagnostics - library-actors-core - library-actors-util - library-actors-wilson - cpp-getopt-small - library-cpp-lwtrace - ydb-core-base - ydb-core-mind - ydb-core-protos - core-tx-coordinator - core-tx-mediator - core-tx-schemeshard -) -target_sources(core-libs-kikimr PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/kikimr/actorsystem.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/kikimr/components.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/kikimr/config_initializer.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/kikimr/events.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/kikimr/helpers.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/kikimr/node.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/kikimr/options.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/kikimr/proxy.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/kikimr/tenant.cpp -) diff --git a/cloud/storage/core/libs/tablet/CMakeLists.darwin-x86_64.txt b/cloud/storage/core/libs/tablet/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 830b0cd4ebe..00000000000 --- a/cloud/storage/core/libs/tablet/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_subdirectory(model) -add_subdirectory(ut) - -add_library(core-libs-tablet) -target_link_libraries(core-libs-tablet PUBLIC - contrib-libs-cxxsupp - yutil - libs-tablet-model - library-actors-core - ydb-core-base -) -target_sources(core-libs-tablet PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/tablet/blob_id.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/tablet/gc_logic.cpp -) diff --git a/cloud/storage/core/libs/tablet/CMakeLists.linux-aarch64.txt b/cloud/storage/core/libs/tablet/CMakeLists.linux-aarch64.txt deleted file mode 100644 index df47339d77a..00000000000 --- a/cloud/storage/core/libs/tablet/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_subdirectory(model) -add_subdirectory(ut) - -add_library(core-libs-tablet) -target_link_libraries(core-libs-tablet PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-tablet-model - library-actors-core - ydb-core-base -) -target_sources(core-libs-tablet PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/tablet/blob_id.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/tablet/gc_logic.cpp -) diff --git a/cloud/storage/core/libs/tablet/CMakeLists.linux-x86_64.txt b/cloud/storage/core/libs/tablet/CMakeLists.linux-x86_64.txt deleted file mode 100644 index df47339d77a..00000000000 --- a/cloud/storage/core/libs/tablet/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_subdirectory(model) -add_subdirectory(ut) - -add_library(core-libs-tablet) -target_link_libraries(core-libs-tablet PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-tablet-model - library-actors-core - ydb-core-base -) -target_sources(core-libs-tablet PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/tablet/blob_id.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/tablet/gc_logic.cpp -) diff --git a/cloud/storage/core/libs/tablet/CMakeLists.txt b/cloud/storage/core/libs/tablet/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/storage/core/libs/tablet/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/storage/core/libs/tablet/CMakeLists.windows-x86_64.txt b/cloud/storage/core/libs/tablet/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 830b0cd4ebe..00000000000 --- a/cloud/storage/core/libs/tablet/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_subdirectory(model) -add_subdirectory(ut) - -add_library(core-libs-tablet) -target_link_libraries(core-libs-tablet PUBLIC - contrib-libs-cxxsupp - yutil - libs-tablet-model - library-actors-core - ydb-core-base -) -target_sources(core-libs-tablet PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/tablet/blob_id.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/tablet/gc_logic.cpp -) diff --git a/cloud/storage/core/libs/tablet/model/CMakeLists.darwin-x86_64.txt b/cloud/storage/core/libs/tablet/model/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 5bc70c4bd18..00000000000 --- a/cloud/storage/core/libs/tablet/model/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_subdirectory(ut) - -add_library(libs-tablet-model) -target_link_libraries(libs-tablet-model PUBLIC - contrib-libs-cxxsupp - yutil - core-libs-common -) -target_sources(libs-tablet-model PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/tablet/model/commit.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/tablet/model/partial_blob_id.cpp -) diff --git a/cloud/storage/core/libs/tablet/model/CMakeLists.linux-aarch64.txt b/cloud/storage/core/libs/tablet/model/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 75e1112e1bd..00000000000 --- a/cloud/storage/core/libs/tablet/model/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(ut) - -add_library(libs-tablet-model) -target_link_libraries(libs-tablet-model PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-libs-common -) -target_sources(libs-tablet-model PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/tablet/model/commit.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/tablet/model/partial_blob_id.cpp -) diff --git a/cloud/storage/core/libs/tablet/model/CMakeLists.linux-x86_64.txt b/cloud/storage/core/libs/tablet/model/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 75e1112e1bd..00000000000 --- a/cloud/storage/core/libs/tablet/model/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(ut) - -add_library(libs-tablet-model) -target_link_libraries(libs-tablet-model PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-libs-common -) -target_sources(libs-tablet-model PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/tablet/model/commit.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/tablet/model/partial_blob_id.cpp -) diff --git a/cloud/storage/core/libs/tablet/model/CMakeLists.txt b/cloud/storage/core/libs/tablet/model/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/storage/core/libs/tablet/model/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/storage/core/libs/tablet/model/CMakeLists.windows-x86_64.txt b/cloud/storage/core/libs/tablet/model/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 5bc70c4bd18..00000000000 --- a/cloud/storage/core/libs/tablet/model/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(ut) - -add_library(libs-tablet-model) -target_link_libraries(libs-tablet-model PUBLIC - contrib-libs-cxxsupp - yutil - core-libs-common -) -target_sources(libs-tablet-model PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/tablet/model/commit.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/tablet/model/partial_blob_id.cpp -) diff --git a/cloud/storage/core/libs/tablet/model/ut/CMakeLists.darwin-x86_64.txt b/cloud/storage/core/libs/tablet/model/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 10f32736a60..00000000000 --- a/cloud/storage/core/libs/tablet/model/ut/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,67 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(cloud-storage-core-libs-tablet-model-ut) -target_include_directories(cloud-storage-core-libs-tablet-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/tablet/model -) -target_link_libraries(cloud-storage-core-libs-tablet-model-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-tablet-model -) -target_link_options(cloud-storage-core-libs-tablet-model-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-storage-core-libs-tablet-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/tablet/model/partial_blob_id_ut.cpp -) -set_property( - TARGET - cloud-storage-core-libs-tablet-model-ut - PROPERTY - SPLIT_FACTOR - 10 -) -add_yunittest( - NAME - cloud-storage-core-libs-tablet-model-ut - TEST_TARGET - cloud-storage-core-libs-tablet-model-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-storage-core-libs-tablet-model-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-storage-core-libs-tablet-model-ut - PROPERTY - PROCESSORS - 1 -) -target_allocator(cloud-storage-core-libs-tablet-model-ut - system_allocator -) -vcs_info(cloud-storage-core-libs-tablet-model-ut) diff --git a/cloud/storage/core/libs/tablet/model/ut/CMakeLists.linux-aarch64.txt b/cloud/storage/core/libs/tablet/model/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index faaf1c255f3..00000000000 --- a/cloud/storage/core/libs/tablet/model/ut/CMakeLists.linux-aarch64.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_executable(cloud-storage-core-libs-tablet-model-ut) -target_include_directories(cloud-storage-core-libs-tablet-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/tablet/model -) -target_link_libraries(cloud-storage-core-libs-tablet-model-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - libs-tablet-model -) -target_link_options(cloud-storage-core-libs-tablet-model-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-storage-core-libs-tablet-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/tablet/model/partial_blob_id_ut.cpp -) -set_property( - TARGET - cloud-storage-core-libs-tablet-model-ut - PROPERTY - SPLIT_FACTOR - 10 -) -add_yunittest( - NAME - cloud-storage-core-libs-tablet-model-ut - TEST_TARGET - cloud-storage-core-libs-tablet-model-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-storage-core-libs-tablet-model-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-storage-core-libs-tablet-model-ut - PROPERTY - PROCESSORS - 1 -) -target_allocator(cloud-storage-core-libs-tablet-model-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-storage-core-libs-tablet-model-ut) diff --git a/cloud/storage/core/libs/tablet/model/ut/CMakeLists.linux-x86_64.txt b/cloud/storage/core/libs/tablet/model/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 272aa04c128..00000000000 --- a/cloud/storage/core/libs/tablet/model/ut/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_executable(cloud-storage-core-libs-tablet-model-ut) -target_include_directories(cloud-storage-core-libs-tablet-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/tablet/model -) -target_link_libraries(cloud-storage-core-libs-tablet-model-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-tablet-model -) -target_link_options(cloud-storage-core-libs-tablet-model-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-storage-core-libs-tablet-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/tablet/model/partial_blob_id_ut.cpp -) -set_property( - TARGET - cloud-storage-core-libs-tablet-model-ut - PROPERTY - SPLIT_FACTOR - 10 -) -add_yunittest( - NAME - cloud-storage-core-libs-tablet-model-ut - TEST_TARGET - cloud-storage-core-libs-tablet-model-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-storage-core-libs-tablet-model-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-storage-core-libs-tablet-model-ut - PROPERTY - PROCESSORS - 1 -) -target_allocator(cloud-storage-core-libs-tablet-model-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-storage-core-libs-tablet-model-ut) diff --git a/cloud/storage/core/libs/tablet/model/ut/CMakeLists.txt b/cloud/storage/core/libs/tablet/model/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/storage/core/libs/tablet/model/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/storage/core/libs/tablet/model/ut/CMakeLists.windows-x86_64.txt b/cloud/storage/core/libs/tablet/model/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 16bc87e551d..00000000000 --- a/cloud/storage/core/libs/tablet/model/ut/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_executable(cloud-storage-core-libs-tablet-model-ut) -target_include_directories(cloud-storage-core-libs-tablet-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/tablet/model -) -target_link_libraries(cloud-storage-core-libs-tablet-model-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - libs-tablet-model -) -target_sources(cloud-storage-core-libs-tablet-model-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/tablet/model/partial_blob_id_ut.cpp -) -set_property( - TARGET - cloud-storage-core-libs-tablet-model-ut - PROPERTY - SPLIT_FACTOR - 10 -) -add_yunittest( - NAME - cloud-storage-core-libs-tablet-model-ut - TEST_TARGET - cloud-storage-core-libs-tablet-model-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-storage-core-libs-tablet-model-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-storage-core-libs-tablet-model-ut - PROPERTY - PROCESSORS - 1 -) -target_allocator(cloud-storage-core-libs-tablet-model-ut - system_allocator -) -vcs_info(cloud-storage-core-libs-tablet-model-ut) diff --git a/cloud/storage/core/libs/tablet/ut/CMakeLists.darwin-x86_64.txt b/cloud/storage/core/libs/tablet/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 029f7bfa53c..00000000000 --- a/cloud/storage/core/libs/tablet/ut/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_executable(cloud-storage-core-libs-tablet-ut) -target_include_directories(cloud-storage-core-libs-tablet-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/tablet -) -target_link_libraries(cloud-storage-core-libs-tablet-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - core-libs-tablet -) -target_link_options(cloud-storage-core-libs-tablet-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-storage-core-libs-tablet-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/tablet/blob_id_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/tablet/gc_logic_ut.cpp -) -set_property( - TARGET - cloud-storage-core-libs-tablet-ut - PROPERTY - SPLIT_FACTOR - 10 -) -add_yunittest( - NAME - cloud-storage-core-libs-tablet-ut - TEST_TARGET - cloud-storage-core-libs-tablet-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-storage-core-libs-tablet-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-storage-core-libs-tablet-ut - PROPERTY - PROCESSORS - 1 -) -target_allocator(cloud-storage-core-libs-tablet-ut - system_allocator -) -vcs_info(cloud-storage-core-libs-tablet-ut) diff --git a/cloud/storage/core/libs/tablet/ut/CMakeLists.linux-aarch64.txt b/cloud/storage/core/libs/tablet/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a8dee410bf3..00000000000 --- a/cloud/storage/core/libs/tablet/ut/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_executable(cloud-storage-core-libs-tablet-ut) -target_include_directories(cloud-storage-core-libs-tablet-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/tablet -) -target_link_libraries(cloud-storage-core-libs-tablet-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - core-libs-tablet -) -target_link_options(cloud-storage-core-libs-tablet-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-storage-core-libs-tablet-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/tablet/blob_id_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/tablet/gc_logic_ut.cpp -) -set_property( - TARGET - cloud-storage-core-libs-tablet-ut - PROPERTY - SPLIT_FACTOR - 10 -) -add_yunittest( - NAME - cloud-storage-core-libs-tablet-ut - TEST_TARGET - cloud-storage-core-libs-tablet-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-storage-core-libs-tablet-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-storage-core-libs-tablet-ut - PROPERTY - PROCESSORS - 1 -) -target_allocator(cloud-storage-core-libs-tablet-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-storage-core-libs-tablet-ut) diff --git a/cloud/storage/core/libs/tablet/ut/CMakeLists.linux-x86_64.txt b/cloud/storage/core/libs/tablet/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index c344d41aa0a..00000000000 --- a/cloud/storage/core/libs/tablet/ut/CMakeLists.linux-x86_64.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_executable(cloud-storage-core-libs-tablet-ut) -target_include_directories(cloud-storage-core-libs-tablet-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/tablet -) -target_link_libraries(cloud-storage-core-libs-tablet-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - core-libs-tablet -) -target_link_options(cloud-storage-core-libs-tablet-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-storage-core-libs-tablet-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/tablet/blob_id_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/tablet/gc_logic_ut.cpp -) -set_property( - TARGET - cloud-storage-core-libs-tablet-ut - PROPERTY - SPLIT_FACTOR - 10 -) -add_yunittest( - NAME - cloud-storage-core-libs-tablet-ut - TEST_TARGET - cloud-storage-core-libs-tablet-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-storage-core-libs-tablet-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-storage-core-libs-tablet-ut - PROPERTY - PROCESSORS - 1 -) -target_allocator(cloud-storage-core-libs-tablet-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-storage-core-libs-tablet-ut) diff --git a/cloud/storage/core/libs/tablet/ut/CMakeLists.txt b/cloud/storage/core/libs/tablet/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/storage/core/libs/tablet/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/storage/core/libs/tablet/ut/CMakeLists.windows-x86_64.txt b/cloud/storage/core/libs/tablet/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index a227182acae..00000000000 --- a/cloud/storage/core/libs/tablet/ut/CMakeLists.windows-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_executable(cloud-storage-core-libs-tablet-ut) -target_include_directories(cloud-storage-core-libs-tablet-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/tablet -) -target_link_libraries(cloud-storage-core-libs-tablet-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - core-libs-tablet -) -target_sources(cloud-storage-core-libs-tablet-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/tablet/blob_id_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/tablet/gc_logic_ut.cpp -) -set_property( - TARGET - cloud-storage-core-libs-tablet-ut - PROPERTY - SPLIT_FACTOR - 10 -) -add_yunittest( - NAME - cloud-storage-core-libs-tablet-ut - TEST_TARGET - cloud-storage-core-libs-tablet-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-storage-core-libs-tablet-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-storage-core-libs-tablet-ut - PROPERTY - PROCESSORS - 1 -) -target_allocator(cloud-storage-core-libs-tablet-ut - system_allocator -) -vcs_info(cloud-storage-core-libs-tablet-ut) diff --git a/cloud/storage/core/libs/throttling/CMakeLists.darwin-x86_64.txt b/cloud/storage/core/libs/throttling/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index b317d21567f..00000000000 --- a/cloud/storage/core/libs/throttling/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_subdirectory(ut) - -add_library(core-libs-throttling) -target_link_libraries(core-libs-throttling PUBLIC - contrib-libs-cxxsupp - yutil - core-libs-common - library-actors-core -) -target_sources(core-libs-throttling PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/throttling/helpers.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/throttling/leaky_bucket.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/throttling/tablet_throttler.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/throttling/tablet_throttler_logger.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/throttling/tablet_throttler_policy.cpp -) diff --git a/cloud/storage/core/libs/throttling/CMakeLists.linux-aarch64.txt b/cloud/storage/core/libs/throttling/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 435a0258f45..00000000000 --- a/cloud/storage/core/libs/throttling/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_subdirectory(ut) - -add_library(core-libs-throttling) -target_link_libraries(core-libs-throttling PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-libs-common - library-actors-core -) -target_sources(core-libs-throttling PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/throttling/helpers.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/throttling/leaky_bucket.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/throttling/tablet_throttler.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/throttling/tablet_throttler_logger.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/throttling/tablet_throttler_policy.cpp -) diff --git a/cloud/storage/core/libs/throttling/CMakeLists.linux-x86_64.txt b/cloud/storage/core/libs/throttling/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 435a0258f45..00000000000 --- a/cloud/storage/core/libs/throttling/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_subdirectory(ut) - -add_library(core-libs-throttling) -target_link_libraries(core-libs-throttling PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-libs-common - library-actors-core -) -target_sources(core-libs-throttling PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/throttling/helpers.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/throttling/leaky_bucket.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/throttling/tablet_throttler.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/throttling/tablet_throttler_logger.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/throttling/tablet_throttler_policy.cpp -) diff --git a/cloud/storage/core/libs/throttling/CMakeLists.txt b/cloud/storage/core/libs/throttling/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/storage/core/libs/throttling/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/storage/core/libs/throttling/CMakeLists.windows-x86_64.txt b/cloud/storage/core/libs/throttling/CMakeLists.windows-x86_64.txt deleted file mode 100644 index b317d21567f..00000000000 --- a/cloud/storage/core/libs/throttling/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_subdirectory(ut) - -add_library(core-libs-throttling) -target_link_libraries(core-libs-throttling PUBLIC - contrib-libs-cxxsupp - yutil - core-libs-common - library-actors-core -) -target_sources(core-libs-throttling PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/throttling/helpers.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/throttling/leaky_bucket.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/throttling/tablet_throttler.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/throttling/tablet_throttler_logger.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/throttling/tablet_throttler_policy.cpp -) diff --git a/cloud/storage/core/libs/throttling/ut/CMakeLists.darwin-x86_64.txt b/cloud/storage/core/libs/throttling/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d1ffeca0dfe..00000000000 --- a/cloud/storage/core/libs/throttling/ut/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_executable(cloud-storage-core-libs-throttling-ut) -target_include_directories(cloud-storage-core-libs-throttling-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/throttling -) -target_link_libraries(cloud-storage-core-libs-throttling-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - core-libs-throttling -) -target_link_options(cloud-storage-core-libs-throttling-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-storage-core-libs-throttling-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/throttling/helpers_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/throttling/leaky_bucket_ut.cpp -) -set_property( - TARGET - cloud-storage-core-libs-throttling-ut - PROPERTY - SPLIT_FACTOR - 1 -) -add_yunittest( - NAME - cloud-storage-core-libs-throttling-ut - TEST_TARGET - cloud-storage-core-libs-throttling-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-storage-core-libs-throttling-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-storage-core-libs-throttling-ut - PROPERTY - PROCESSORS - 1 -) -target_allocator(cloud-storage-core-libs-throttling-ut - system_allocator -) -vcs_info(cloud-storage-core-libs-throttling-ut) diff --git a/cloud/storage/core/libs/throttling/ut/CMakeLists.linux-aarch64.txt b/cloud/storage/core/libs/throttling/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 6c60fd613ff..00000000000 --- a/cloud/storage/core/libs/throttling/ut/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_executable(cloud-storage-core-libs-throttling-ut) -target_include_directories(cloud-storage-core-libs-throttling-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/throttling -) -target_link_libraries(cloud-storage-core-libs-throttling-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - core-libs-throttling -) -target_link_options(cloud-storage-core-libs-throttling-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-storage-core-libs-throttling-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/throttling/helpers_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/throttling/leaky_bucket_ut.cpp -) -set_property( - TARGET - cloud-storage-core-libs-throttling-ut - PROPERTY - SPLIT_FACTOR - 1 -) -add_yunittest( - NAME - cloud-storage-core-libs-throttling-ut - TEST_TARGET - cloud-storage-core-libs-throttling-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-storage-core-libs-throttling-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-storage-core-libs-throttling-ut - PROPERTY - PROCESSORS - 1 -) -target_allocator(cloud-storage-core-libs-throttling-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-storage-core-libs-throttling-ut) diff --git a/cloud/storage/core/libs/throttling/ut/CMakeLists.linux-x86_64.txt b/cloud/storage/core/libs/throttling/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index ff5b7084a71..00000000000 --- a/cloud/storage/core/libs/throttling/ut/CMakeLists.linux-x86_64.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_executable(cloud-storage-core-libs-throttling-ut) -target_include_directories(cloud-storage-core-libs-throttling-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/throttling -) -target_link_libraries(cloud-storage-core-libs-throttling-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - core-libs-throttling -) -target_link_options(cloud-storage-core-libs-throttling-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-storage-core-libs-throttling-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/throttling/helpers_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/throttling/leaky_bucket_ut.cpp -) -set_property( - TARGET - cloud-storage-core-libs-throttling-ut - PROPERTY - SPLIT_FACTOR - 1 -) -add_yunittest( - NAME - cloud-storage-core-libs-throttling-ut - TEST_TARGET - cloud-storage-core-libs-throttling-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-storage-core-libs-throttling-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-storage-core-libs-throttling-ut - PROPERTY - PROCESSORS - 1 -) -target_allocator(cloud-storage-core-libs-throttling-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-storage-core-libs-throttling-ut) diff --git a/cloud/storage/core/libs/throttling/ut/CMakeLists.txt b/cloud/storage/core/libs/throttling/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/storage/core/libs/throttling/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/storage/core/libs/throttling/ut/CMakeLists.windows-x86_64.txt b/cloud/storage/core/libs/throttling/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index e5740507f40..00000000000 --- a/cloud/storage/core/libs/throttling/ut/CMakeLists.windows-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_executable(cloud-storage-core-libs-throttling-ut) -target_include_directories(cloud-storage-core-libs-throttling-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/throttling -) -target_link_libraries(cloud-storage-core-libs-throttling-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - core-libs-throttling -) -target_sources(cloud-storage-core-libs-throttling-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/throttling/helpers_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/throttling/leaky_bucket_ut.cpp -) -set_property( - TARGET - cloud-storage-core-libs-throttling-ut - PROPERTY - SPLIT_FACTOR - 1 -) -add_yunittest( - NAME - cloud-storage-core-libs-throttling-ut - TEST_TARGET - cloud-storage-core-libs-throttling-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-storage-core-libs-throttling-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-storage-core-libs-throttling-ut - PROPERTY - PROCESSORS - 1 -) -target_allocator(cloud-storage-core-libs-throttling-ut - system_allocator -) -vcs_info(cloud-storage-core-libs-throttling-ut) diff --git a/cloud/storage/core/libs/uds/CMakeLists.darwin-x86_64.txt b/cloud/storage/core/libs/uds/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index de0d69881fd..00000000000 --- a/cloud/storage/core/libs/uds/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(core-libs-uds) -target_link_libraries(core-libs-uds PUBLIC - contrib-libs-cxxsupp - yutil - core-libs-common - contrib-libs-grpc -) -target_sources(core-libs-uds PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/uds/uds_socket_client.cpp -) diff --git a/cloud/storage/core/libs/uds/CMakeLists.linux-aarch64.txt b/cloud/storage/core/libs/uds/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 729816dd672..00000000000 --- a/cloud/storage/core/libs/uds/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(core-libs-uds) -target_link_libraries(core-libs-uds PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-libs-common - contrib-libs-grpc -) -target_sources(core-libs-uds PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/uds/uds_socket_client.cpp -) diff --git a/cloud/storage/core/libs/uds/CMakeLists.linux-x86_64.txt b/cloud/storage/core/libs/uds/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 729816dd672..00000000000 --- a/cloud/storage/core/libs/uds/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(core-libs-uds) -target_link_libraries(core-libs-uds PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-libs-common - contrib-libs-grpc -) -target_sources(core-libs-uds PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/uds/uds_socket_client.cpp -) diff --git a/cloud/storage/core/libs/uds/CMakeLists.txt b/cloud/storage/core/libs/uds/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/storage/core/libs/uds/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/storage/core/libs/uds/CMakeLists.windows-x86_64.txt b/cloud/storage/core/libs/uds/CMakeLists.windows-x86_64.txt deleted file mode 100644 index de0d69881fd..00000000000 --- a/cloud/storage/core/libs/uds/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(core-libs-uds) -target_link_libraries(core-libs-uds PUBLIC - contrib-libs-cxxsupp - yutil - core-libs-common - contrib-libs-grpc -) -target_sources(core-libs-uds PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/uds/uds_socket_client.cpp -) diff --git a/cloud/storage/core/libs/user_stats/CMakeLists.darwin-x86_64.txt b/cloud/storage/core/libs/user_stats/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 94b172de859..00000000000 --- a/cloud/storage/core/libs/user_stats/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_subdirectory(counter) - -add_library(core-libs-user_stats) -target_link_libraries(core-libs-user_stats PUBLIC - contrib-libs-cxxsupp - yutil - libs-user_stats-counter - storage-core-protos - library-actors-core - ydb-core-base - ydb-core-mon -) -target_sources(core-libs-user_stats PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/user_stats/user_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/user_stats/user_stats_actor.cpp -) diff --git a/cloud/storage/core/libs/user_stats/CMakeLists.linux-aarch64.txt b/cloud/storage/core/libs/user_stats/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a82e44e25d7..00000000000 --- a/cloud/storage/core/libs/user_stats/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_subdirectory(counter) - -add_library(core-libs-user_stats) -target_link_libraries(core-libs-user_stats PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-user_stats-counter - storage-core-protos - library-actors-core - ydb-core-base - ydb-core-mon -) -target_sources(core-libs-user_stats PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/user_stats/user_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/user_stats/user_stats_actor.cpp -) diff --git a/cloud/storage/core/libs/user_stats/CMakeLists.linux-x86_64.txt b/cloud/storage/core/libs/user_stats/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a82e44e25d7..00000000000 --- a/cloud/storage/core/libs/user_stats/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_subdirectory(counter) - -add_library(core-libs-user_stats) -target_link_libraries(core-libs-user_stats PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-user_stats-counter - storage-core-protos - library-actors-core - ydb-core-base - ydb-core-mon -) -target_sources(core-libs-user_stats PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/user_stats/user_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/user_stats/user_stats_actor.cpp -) diff --git a/cloud/storage/core/libs/user_stats/CMakeLists.txt b/cloud/storage/core/libs/user_stats/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/storage/core/libs/user_stats/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/storage/core/libs/user_stats/CMakeLists.windows-x86_64.txt b/cloud/storage/core/libs/user_stats/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 94b172de859..00000000000 --- a/cloud/storage/core/libs/user_stats/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_subdirectory(counter) - -add_library(core-libs-user_stats) -target_link_libraries(core-libs-user_stats PUBLIC - contrib-libs-cxxsupp - yutil - libs-user_stats-counter - storage-core-protos - library-actors-core - ydb-core-base - ydb-core-mon -) -target_sources(core-libs-user_stats PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/user_stats/user_stats.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/user_stats/user_stats_actor.cpp -) diff --git a/cloud/storage/core/libs/user_stats/counter/CMakeLists.darwin-x86_64.txt b/cloud/storage/core/libs/user_stats/counter/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c24a88950a7..00000000000 --- a/cloud/storage/core/libs/user_stats/counter/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(libs-user_stats-counter) -target_link_libraries(libs-user_stats-counter PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(libs-user_stats-counter PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/user_stats/counter/user_counter.cpp -) diff --git a/cloud/storage/core/libs/user_stats/counter/CMakeLists.linux-aarch64.txt b/cloud/storage/core/libs/user_stats/counter/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 62e1918714d..00000000000 --- a/cloud/storage/core/libs/user_stats/counter/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(libs-user_stats-counter) -target_link_libraries(libs-user_stats-counter PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(libs-user_stats-counter PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/user_stats/counter/user_counter.cpp -) diff --git a/cloud/storage/core/libs/user_stats/counter/CMakeLists.linux-x86_64.txt b/cloud/storage/core/libs/user_stats/counter/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 62e1918714d..00000000000 --- a/cloud/storage/core/libs/user_stats/counter/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(libs-user_stats-counter) -target_link_libraries(libs-user_stats-counter PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(libs-user_stats-counter PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/user_stats/counter/user_counter.cpp -) diff --git a/cloud/storage/core/libs/user_stats/counter/CMakeLists.txt b/cloud/storage/core/libs/user_stats/counter/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/storage/core/libs/user_stats/counter/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/storage/core/libs/user_stats/counter/CMakeLists.windows-x86_64.txt b/cloud/storage/core/libs/user_stats/counter/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c24a88950a7..00000000000 --- a/cloud/storage/core/libs/user_stats/counter/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(libs-user_stats-counter) -target_link_libraries(libs-user_stats-counter PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(libs-user_stats-counter PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/user_stats/counter/user_counter.cpp -) diff --git a/cloud/storage/core/libs/version/CMakeLists.darwin-x86_64.txt b/cloud/storage/core/libs/version/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index f294fdcd510..00000000000 --- a/cloud/storage/core/libs/version/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_subdirectory(ut) - -add_library(core-libs-version) -target_link_libraries(core-libs-version PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-svnversion -) -target_sources(core-libs-version PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/version/version.cpp -) diff --git a/cloud/storage/core/libs/version/CMakeLists.linux-aarch64.txt b/cloud/storage/core/libs/version/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d65397e2449..00000000000 --- a/cloud/storage/core/libs/version/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_subdirectory(ut) - -add_library(core-libs-version) -target_link_libraries(core-libs-version PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-svnversion -) -target_sources(core-libs-version PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/version/version.cpp -) diff --git a/cloud/storage/core/libs/version/CMakeLists.linux-x86_64.txt b/cloud/storage/core/libs/version/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d65397e2449..00000000000 --- a/cloud/storage/core/libs/version/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_subdirectory(ut) - -add_library(core-libs-version) -target_link_libraries(core-libs-version PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-svnversion -) -target_sources(core-libs-version PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/version/version.cpp -) diff --git a/cloud/storage/core/libs/version/CMakeLists.txt b/cloud/storage/core/libs/version/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/storage/core/libs/version/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/storage/core/libs/version/CMakeLists.windows-x86_64.txt b/cloud/storage/core/libs/version/CMakeLists.windows-x86_64.txt deleted file mode 100644 index f294fdcd510..00000000000 --- a/cloud/storage/core/libs/version/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_subdirectory(ut) - -add_library(core-libs-version) -target_link_libraries(core-libs-version PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-svnversion -) -target_sources(core-libs-version PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/version/version.cpp -) diff --git a/cloud/storage/core/libs/version/ut/CMakeLists.darwin-x86_64.txt b/cloud/storage/core/libs/version/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index bfed7c37dd3..00000000000 --- a/cloud/storage/core/libs/version/ut/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_executable(cloud-storage-core-libs-version-ut) -target_include_directories(cloud-storage-core-libs-version-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/version -) -target_link_libraries(cloud-storage-core-libs-version-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - core-libs-version -) -target_link_options(cloud-storage-core-libs-version-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC -) -target_sources(cloud-storage-core-libs-version-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/version/version_ut.cpp -) -set_property( - TARGET - cloud-storage-core-libs-version-ut - PROPERTY - SPLIT_FACTOR - 1 -) -add_yunittest( - NAME - cloud-storage-core-libs-version-ut - TEST_TARGET - cloud-storage-core-libs-version-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-storage-core-libs-version-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-storage-core-libs-version-ut - PROPERTY - PROCESSORS - 1 -) -target_allocator(cloud-storage-core-libs-version-ut - system_allocator -) -vcs_info(cloud-storage-core-libs-version-ut) diff --git a/cloud/storage/core/libs/version/ut/CMakeLists.linux-aarch64.txt b/cloud/storage/core/libs/version/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index fc97761eede..00000000000 --- a/cloud/storage/core/libs/version/ut/CMakeLists.linux-aarch64.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_executable(cloud-storage-core-libs-version-ut) -target_include_directories(cloud-storage-core-libs-version-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/version -) -target_link_libraries(cloud-storage-core-libs-version-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - core-libs-version -) -target_link_options(cloud-storage-core-libs-version-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-storage-core-libs-version-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/version/version_ut.cpp -) -set_property( - TARGET - cloud-storage-core-libs-version-ut - PROPERTY - SPLIT_FACTOR - 1 -) -add_yunittest( - NAME - cloud-storage-core-libs-version-ut - TEST_TARGET - cloud-storage-core-libs-version-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-storage-core-libs-version-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-storage-core-libs-version-ut - PROPERTY - PROCESSORS - 1 -) -target_allocator(cloud-storage-core-libs-version-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-storage-core-libs-version-ut) diff --git a/cloud/storage/core/libs/version/ut/CMakeLists.linux-x86_64.txt b/cloud/storage/core/libs/version/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 91feafef729..00000000000 --- a/cloud/storage/core/libs/version/ut/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_executable(cloud-storage-core-libs-version-ut) -target_include_directories(cloud-storage-core-libs-version-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/version -) -target_link_libraries(cloud-storage-core-libs-version-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - core-libs-version -) -target_link_options(cloud-storage-core-libs-version-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-storage-core-libs-version-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/version/version_ut.cpp -) -set_property( - TARGET - cloud-storage-core-libs-version-ut - PROPERTY - SPLIT_FACTOR - 1 -) -add_yunittest( - NAME - cloud-storage-core-libs-version-ut - TEST_TARGET - cloud-storage-core-libs-version-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-storage-core-libs-version-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-storage-core-libs-version-ut - PROPERTY - PROCESSORS - 1 -) -target_allocator(cloud-storage-core-libs-version-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-storage-core-libs-version-ut) diff --git a/cloud/storage/core/libs/version/ut/CMakeLists.txt b/cloud/storage/core/libs/version/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/storage/core/libs/version/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/storage/core/libs/version/ut/CMakeLists.windows-x86_64.txt b/cloud/storage/core/libs/version/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 314c1c42cca..00000000000 --- a/cloud/storage/core/libs/version/ut/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_executable(cloud-storage-core-libs-version-ut) -target_include_directories(cloud-storage-core-libs-version-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/version -) -target_link_libraries(cloud-storage-core-libs-version-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - core-libs-version -) -target_sources(cloud-storage-core-libs-version-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/version/version_ut.cpp -) -set_property( - TARGET - cloud-storage-core-libs-version-ut - PROPERTY - SPLIT_FACTOR - 1 -) -add_yunittest( - NAME - cloud-storage-core-libs-version-ut - TEST_TARGET - cloud-storage-core-libs-version-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-storage-core-libs-version-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-storage-core-libs-version-ut - PROPERTY - PROCESSORS - 1 -) -target_allocator(cloud-storage-core-libs-version-ut - system_allocator -) -vcs_info(cloud-storage-core-libs-version-ut) diff --git a/cloud/storage/core/libs/vhost-client/CMakeLists.darwin-x86_64.txt b/cloud/storage/core/libs/vhost-client/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 71b3af68c51..00000000000 --- a/cloud/storage/core/libs/vhost-client/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(core-libs-vhost-client) -target_include_directories(core-libs-vhost-client PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/contrib/vhost -) -target_link_libraries(core-libs-vhost-client PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-logger -) -target_sources(core-libs-vhost-client PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/vhost-client/vhost-user-protocol/message.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/vhost-client/vhost-client.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/vhost-client/vhost-queue.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/vhost-client/chunked_allocator.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/vhost-client/monotonic_buffer_resource.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/vhost-client/vhost-buffered-client.cpp -) diff --git a/cloud/storage/core/libs/vhost-client/CMakeLists.linux-aarch64.txt b/cloud/storage/core/libs/vhost-client/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 35ffeb59231..00000000000 --- a/cloud/storage/core/libs/vhost-client/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(core-libs-vhost-client) -target_include_directories(core-libs-vhost-client PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/contrib/vhost -) -target_link_libraries(core-libs-vhost-client PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-logger -) -target_sources(core-libs-vhost-client PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/vhost-client/vhost-user-protocol/message.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/vhost-client/vhost-client.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/vhost-client/vhost-queue.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/vhost-client/chunked_allocator.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/vhost-client/monotonic_buffer_resource.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/vhost-client/vhost-buffered-client.cpp -) diff --git a/cloud/storage/core/libs/vhost-client/CMakeLists.linux-x86_64.txt b/cloud/storage/core/libs/vhost-client/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 35ffeb59231..00000000000 --- a/cloud/storage/core/libs/vhost-client/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(core-libs-vhost-client) -target_include_directories(core-libs-vhost-client PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/contrib/vhost -) -target_link_libraries(core-libs-vhost-client PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-logger -) -target_sources(core-libs-vhost-client PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/vhost-client/vhost-user-protocol/message.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/vhost-client/vhost-client.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/vhost-client/vhost-queue.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/vhost-client/chunked_allocator.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/vhost-client/monotonic_buffer_resource.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/vhost-client/vhost-buffered-client.cpp -) diff --git a/cloud/storage/core/libs/vhost-client/CMakeLists.txt b/cloud/storage/core/libs/vhost-client/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/storage/core/libs/vhost-client/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/storage/core/libs/vhost-client/CMakeLists.windows-x86_64.txt b/cloud/storage/core/libs/vhost-client/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 71b3af68c51..00000000000 --- a/cloud/storage/core/libs/vhost-client/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(core-libs-vhost-client) -target_include_directories(core-libs-vhost-client PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/contrib/vhost -) -target_link_libraries(core-libs-vhost-client PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-logger -) -target_sources(core-libs-vhost-client PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/vhost-client/vhost-user-protocol/message.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/vhost-client/vhost-client.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/vhost-client/vhost-queue.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/vhost-client/chunked_allocator.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/vhost-client/monotonic_buffer_resource.cpp - ${CMAKE_SOURCE_DIR}/cloud/storage/core/libs/vhost-client/vhost-buffered-client.cpp -) diff --git a/cloud/storage/core/protos/CMakeLists.darwin-x86_64.txt b/cloud/storage/core/protos/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 971964249bc..00000000000 --- a/cloud/storage/core/protos/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,148 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(storage-core-protos) -target_link_libraries(storage-core-protos PUBLIC - contrib-libs-cxxsupp - yutil - cpp-lwtrace-protos - contrib-libs-protobuf -) -target_proto_messages(storage-core-protos PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/protos/authorization_mode.proto - ${CMAKE_SOURCE_DIR}/cloud/storage/core/protos/certificate.proto - ${CMAKE_SOURCE_DIR}/cloud/storage/core/protos/endpoints.proto - ${CMAKE_SOURCE_DIR}/cloud/storage/core/protos/error.proto - ${CMAKE_SOURCE_DIR}/cloud/storage/core/protos/media.proto - ${CMAKE_SOURCE_DIR}/cloud/storage/core/protos/request_source.proto - ${CMAKE_SOURCE_DIR}/cloud/storage/core/protos/tablet.proto - ${CMAKE_SOURCE_DIR}/cloud/storage/core/protos/throttler.proto - ${CMAKE_SOURCE_DIR}/cloud/storage/core/protos/trace.proto -) -target_proto_addincls(storage-core-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(storage-core-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/storage/core/protos/CMakeLists.linux-aarch64.txt b/cloud/storage/core/protos/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e30e9de6970..00000000000 --- a/cloud/storage/core/protos/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,149 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(storage-core-protos) -target_link_libraries(storage-core-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-lwtrace-protos - contrib-libs-protobuf -) -target_proto_messages(storage-core-protos PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/protos/authorization_mode.proto - ${CMAKE_SOURCE_DIR}/cloud/storage/core/protos/certificate.proto - ${CMAKE_SOURCE_DIR}/cloud/storage/core/protos/endpoints.proto - ${CMAKE_SOURCE_DIR}/cloud/storage/core/protos/error.proto - ${CMAKE_SOURCE_DIR}/cloud/storage/core/protos/media.proto - ${CMAKE_SOURCE_DIR}/cloud/storage/core/protos/request_source.proto - ${CMAKE_SOURCE_DIR}/cloud/storage/core/protos/tablet.proto - ${CMAKE_SOURCE_DIR}/cloud/storage/core/protos/throttler.proto - ${CMAKE_SOURCE_DIR}/cloud/storage/core/protos/trace.proto -) -target_proto_addincls(storage-core-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(storage-core-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/storage/core/protos/CMakeLists.linux-x86_64.txt b/cloud/storage/core/protos/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e30e9de6970..00000000000 --- a/cloud/storage/core/protos/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,149 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(storage-core-protos) -target_link_libraries(storage-core-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-lwtrace-protos - contrib-libs-protobuf -) -target_proto_messages(storage-core-protos PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/protos/authorization_mode.proto - ${CMAKE_SOURCE_DIR}/cloud/storage/core/protos/certificate.proto - ${CMAKE_SOURCE_DIR}/cloud/storage/core/protos/endpoints.proto - ${CMAKE_SOURCE_DIR}/cloud/storage/core/protos/error.proto - ${CMAKE_SOURCE_DIR}/cloud/storage/core/protos/media.proto - ${CMAKE_SOURCE_DIR}/cloud/storage/core/protos/request_source.proto - ${CMAKE_SOURCE_DIR}/cloud/storage/core/protos/tablet.proto - ${CMAKE_SOURCE_DIR}/cloud/storage/core/protos/throttler.proto - ${CMAKE_SOURCE_DIR}/cloud/storage/core/protos/trace.proto -) -target_proto_addincls(storage-core-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(storage-core-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/storage/core/protos/CMakeLists.txt b/cloud/storage/core/protos/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/storage/core/protos/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/storage/core/protos/CMakeLists.windows-x86_64.txt b/cloud/storage/core/protos/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 971964249bc..00000000000 --- a/cloud/storage/core/protos/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,148 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(storage-core-protos) -target_link_libraries(storage-core-protos PUBLIC - contrib-libs-cxxsupp - yutil - cpp-lwtrace-protos - contrib-libs-protobuf -) -target_proto_messages(storage-core-protos PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/protos/authorization_mode.proto - ${CMAKE_SOURCE_DIR}/cloud/storage/core/protos/certificate.proto - ${CMAKE_SOURCE_DIR}/cloud/storage/core/protos/endpoints.proto - ${CMAKE_SOURCE_DIR}/cloud/storage/core/protos/error.proto - ${CMAKE_SOURCE_DIR}/cloud/storage/core/protos/media.proto - ${CMAKE_SOURCE_DIR}/cloud/storage/core/protos/request_source.proto - ${CMAKE_SOURCE_DIR}/cloud/storage/core/protos/tablet.proto - ${CMAKE_SOURCE_DIR}/cloud/storage/core/protos/throttler.proto - ${CMAKE_SOURCE_DIR}/cloud/storage/core/protos/trace.proto -) -target_proto_addincls(storage-core-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(storage-core-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/cloud/storage/core/tools/CMakeLists.txt b/cloud/storage/core/tools/CMakeLists.txt deleted file mode 100644 index 84bfd162fc4..00000000000 --- a/cloud/storage/core/tools/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(analytics) -add_subdirectory(testing) diff --git a/cloud/storage/core/tools/analytics/CMakeLists.txt b/cloud/storage/core/tools/analytics/CMakeLists.txt deleted file mode 100644 index 9b90afe5a5d..00000000000 --- a/cloud/storage/core/tools/analytics/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(cpu-wait-monitor) diff --git a/cloud/storage/core/tools/analytics/cpu-wait-monitor/CMakeLists.darwin-x86_64.txt b/cloud/storage/core/tools/analytics/cpu-wait-monitor/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index e40ca338882..00000000000 --- a/cloud/storage/core/tools/analytics/cpu-wait-monitor/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_executable(blockstore-cpu-wait-monitor) -target_link_libraries(blockstore-cpu-wait-monitor PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - core-libs-diagnostics - library-cpp-getopt -) -target_link_options(blockstore-cpu-wait-monitor PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(blockstore-cpu-wait-monitor PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/tools/analytics/cpu-wait-monitor/main.cpp -) -target_allocator(blockstore-cpu-wait-monitor - system_allocator -) -vcs_info(blockstore-cpu-wait-monitor) diff --git a/cloud/storage/core/tools/analytics/cpu-wait-monitor/CMakeLists.linux-aarch64.txt b/cloud/storage/core/tools/analytics/cpu-wait-monitor/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 9cdcc8578f9..00000000000 --- a/cloud/storage/core/tools/analytics/cpu-wait-monitor/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_executable(blockstore-cpu-wait-monitor) -target_link_libraries(blockstore-cpu-wait-monitor PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-libs-diagnostics - library-cpp-getopt -) -target_link_options(blockstore-cpu-wait-monitor PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(blockstore-cpu-wait-monitor PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/tools/analytics/cpu-wait-monitor/main.cpp -) -target_allocator(blockstore-cpu-wait-monitor - cpp-malloc-jemalloc -) -vcs_info(blockstore-cpu-wait-monitor) diff --git a/cloud/storage/core/tools/analytics/cpu-wait-monitor/CMakeLists.linux-x86_64.txt b/cloud/storage/core/tools/analytics/cpu-wait-monitor/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 658ad435bd1..00000000000 --- a/cloud/storage/core/tools/analytics/cpu-wait-monitor/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_executable(blockstore-cpu-wait-monitor) -target_link_libraries(blockstore-cpu-wait-monitor PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - core-libs-diagnostics - library-cpp-getopt -) -target_link_options(blockstore-cpu-wait-monitor PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(blockstore-cpu-wait-monitor PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/tools/analytics/cpu-wait-monitor/main.cpp -) -target_allocator(blockstore-cpu-wait-monitor - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(blockstore-cpu-wait-monitor) diff --git a/cloud/storage/core/tools/analytics/cpu-wait-monitor/CMakeLists.txt b/cloud/storage/core/tools/analytics/cpu-wait-monitor/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/storage/core/tools/analytics/cpu-wait-monitor/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/storage/core/tools/analytics/cpu-wait-monitor/CMakeLists.windows-x86_64.txt b/cloud/storage/core/tools/analytics/cpu-wait-monitor/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 1da7c91be85..00000000000 --- a/cloud/storage/core/tools/analytics/cpu-wait-monitor/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_executable(blockstore-cpu-wait-monitor) -target_link_libraries(blockstore-cpu-wait-monitor PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - core-libs-diagnostics - library-cpp-getopt -) -target_sources(blockstore-cpu-wait-monitor PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/tools/analytics/cpu-wait-monitor/main.cpp -) -target_allocator(blockstore-cpu-wait-monitor - system_allocator -) -vcs_info(blockstore-cpu-wait-monitor) diff --git a/cloud/storage/core/tools/testing/CMakeLists.txt b/cloud/storage/core/tools/testing/CMakeLists.txt deleted file mode 100644 index a4d7f70a278..00000000000 --- a/cloud/storage/core/tools/testing/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(threadpool-test) diff --git a/cloud/storage/core/tools/testing/threadpool-test/CMakeLists.darwin-x86_64.txt b/cloud/storage/core/tools/testing/threadpool-test/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 0aa751bf4e1..00000000000 --- a/cloud/storage/core/tools/testing/threadpool-test/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_executable(threadpool-test) -target_link_libraries(threadpool-test PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - core-libs-common - core-libs-diagnostics - library-cpp-getopt -) -target_link_options(threadpool-test PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(threadpool-test PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/tools/testing/threadpool-test/main.cpp -) -target_allocator(threadpool-test - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(threadpool-test) diff --git a/cloud/storage/core/tools/testing/threadpool-test/CMakeLists.linux-aarch64.txt b/cloud/storage/core/tools/testing/threadpool-test/CMakeLists.linux-aarch64.txt deleted file mode 100644 index dd51fea350b..00000000000 --- a/cloud/storage/core/tools/testing/threadpool-test/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_executable(threadpool-test) -target_link_libraries(threadpool-test PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-libs-common - core-libs-diagnostics - library-cpp-getopt -) -target_link_options(threadpool-test PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(threadpool-test PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/tools/testing/threadpool-test/main.cpp -) -target_allocator(threadpool-test - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(threadpool-test) diff --git a/cloud/storage/core/tools/testing/threadpool-test/CMakeLists.linux-x86_64.txt b/cloud/storage/core/tools/testing/threadpool-test/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 02f0a67c5c0..00000000000 --- a/cloud/storage/core/tools/testing/threadpool-test/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_executable(threadpool-test) -target_link_libraries(threadpool-test PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - core-libs-common - core-libs-diagnostics - library-cpp-getopt -) -target_link_options(threadpool-test PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(threadpool-test PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/tools/testing/threadpool-test/main.cpp -) -target_allocator(threadpool-test - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(threadpool-test) diff --git a/cloud/storage/core/tools/testing/threadpool-test/CMakeLists.txt b/cloud/storage/core/tools/testing/threadpool-test/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/storage/core/tools/testing/threadpool-test/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/storage/core/tools/testing/threadpool-test/CMakeLists.windows-x86_64.txt b/cloud/storage/core/tools/testing/threadpool-test/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 6eaeb9ce05f..00000000000 --- a/cloud/storage/core/tools/testing/threadpool-test/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_executable(threadpool-test) -target_link_libraries(threadpool-test PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - core-libs-common - core-libs-diagnostics - library-cpp-getopt -) -target_sources(threadpool-test PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/storage/core/tools/testing/threadpool-test/main.cpp -) -target_allocator(threadpool-test - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(threadpool-test) diff --git a/cloud/vm/CMakeLists.txt b/cloud/vm/CMakeLists.txt deleted file mode 100644 index f2478ac841f..00000000000 --- a/cloud/vm/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(api) -add_subdirectory(blockstore) diff --git a/cloud/vm/api/CMakeLists.darwin-x86_64.txt b/cloud/vm/api/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 0c4286e6077..00000000000 --- a/cloud/vm/api/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(cloud-vm-api) -target_link_libraries(cloud-vm-api PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cloud-vm-api PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/vm/api/blockstore-plugin.c -) diff --git a/cloud/vm/api/CMakeLists.linux-aarch64.txt b/cloud/vm/api/CMakeLists.linux-aarch64.txt deleted file mode 100644 index fdaae9ea4d6..00000000000 --- a/cloud/vm/api/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(cloud-vm-api) -target_link_libraries(cloud-vm-api PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cloud-vm-api PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/vm/api/blockstore-plugin.c -) diff --git a/cloud/vm/api/CMakeLists.linux-x86_64.txt b/cloud/vm/api/CMakeLists.linux-x86_64.txt deleted file mode 100644 index fdaae9ea4d6..00000000000 --- a/cloud/vm/api/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(cloud-vm-api) -target_link_libraries(cloud-vm-api PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cloud-vm-api PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/vm/api/blockstore-plugin.c -) diff --git a/cloud/vm/api/CMakeLists.txt b/cloud/vm/api/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/vm/api/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/vm/api/CMakeLists.windows-x86_64.txt b/cloud/vm/api/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 0c4286e6077..00000000000 --- a/cloud/vm/api/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(cloud-vm-api) -target_link_libraries(cloud-vm-api PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cloud-vm-api PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/vm/api/blockstore-plugin.c -) diff --git a/cloud/vm/blockstore/CMakeLists.darwin-x86_64.txt b/cloud/vm/blockstore/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 729b225f6e7..00000000000 --- a/cloud/vm/blockstore/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_subdirectory(lib) - -add_shared_library(blockstore-plugin) -target_link_libraries(blockstore-plugin PUBLIC - contrib-libs-cxxsupp - yutil - vm-blockstore-lib - blockstore-libs-client - blockstore-libs-diagnostics - blockstore-libs-discovery - core-libs-common - core-libs-diagnostics - core-libs-grpc - core-libs-version - library-cpp-lwtrace - cpp-malloc-api - cpp-protobuf-util -) -target_link_options(blockstore-plugin PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -undefined - dynamic_lookup - -fPIC - -framework - CoreFoundation -) -target_sources(blockstore-plugin PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/vm/blockstore/bootstrap.cpp - ${CMAKE_SOURCE_DIR}/cloud/vm/blockstore/logging.cpp - ${CMAKE_SOURCE_DIR}/cloud/vm/blockstore/malloc_info.cpp - ${CMAKE_SOURCE_DIR}/cloud/vm/blockstore/plugin.cpp -) -use_export_script(blockstore-plugin - ${CMAKE_SOURCE_DIR}/cloud/vm/blockstore/plugin.symlist -) -vcs_info(blockstore-plugin) diff --git a/cloud/vm/blockstore/CMakeLists.linux-aarch64.txt b/cloud/vm/blockstore/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 1e2be677dab..00000000000 --- a/cloud/vm/blockstore/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_subdirectory(lib) - -add_shared_library(blockstore-plugin) -target_link_libraries(blockstore-plugin PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - vm-blockstore-lib - blockstore-libs-client - blockstore-libs-diagnostics - blockstore-libs-discovery - core-libs-common - core-libs-diagnostics - core-libs-grpc - core-libs-version - library-cpp-lwtrace - cpp-malloc-api - cpp-protobuf-util -) -target_link_options(blockstore-plugin PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -Wl,-z,notext - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(blockstore-plugin PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/vm/blockstore/bootstrap.cpp - ${CMAKE_SOURCE_DIR}/cloud/vm/blockstore/logging.cpp - ${CMAKE_SOURCE_DIR}/cloud/vm/blockstore/malloc_info.cpp - ${CMAKE_SOURCE_DIR}/cloud/vm/blockstore/plugin.cpp -) -use_export_script(blockstore-plugin - ${CMAKE_SOURCE_DIR}/cloud/vm/blockstore/plugin.symlist -) -vcs_info(blockstore-plugin) diff --git a/cloud/vm/blockstore/CMakeLists.linux-x86_64.txt b/cloud/vm/blockstore/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 1e2be677dab..00000000000 --- a/cloud/vm/blockstore/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_subdirectory(lib) - -add_shared_library(blockstore-plugin) -target_link_libraries(blockstore-plugin PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - vm-blockstore-lib - blockstore-libs-client - blockstore-libs-diagnostics - blockstore-libs-discovery - core-libs-common - core-libs-diagnostics - core-libs-grpc - core-libs-version - library-cpp-lwtrace - cpp-malloc-api - cpp-protobuf-util -) -target_link_options(blockstore-plugin PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -Wl,-z,notext - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(blockstore-plugin PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/vm/blockstore/bootstrap.cpp - ${CMAKE_SOURCE_DIR}/cloud/vm/blockstore/logging.cpp - ${CMAKE_SOURCE_DIR}/cloud/vm/blockstore/malloc_info.cpp - ${CMAKE_SOURCE_DIR}/cloud/vm/blockstore/plugin.cpp -) -use_export_script(blockstore-plugin - ${CMAKE_SOURCE_DIR}/cloud/vm/blockstore/plugin.symlist -) -vcs_info(blockstore-plugin) diff --git a/cloud/vm/blockstore/CMakeLists.txt b/cloud/vm/blockstore/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/vm/blockstore/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/vm/blockstore/CMakeLists.windows-x86_64.txt b/cloud/vm/blockstore/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 4b2fffbfa78..00000000000 --- a/cloud/vm/blockstore/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_subdirectory(lib) - -add_shared_library(blockstore-plugin) -target_link_libraries(blockstore-plugin PUBLIC - contrib-libs-cxxsupp - yutil - vm-blockstore-lib - blockstore-libs-client - blockstore-libs-diagnostics - blockstore-libs-discovery - core-libs-common - core-libs-diagnostics - core-libs-grpc - core-libs-version - library-cpp-lwtrace - cpp-malloc-api - cpp-protobuf-util -) -target_sources(blockstore-plugin PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/vm/blockstore/bootstrap.cpp - ${CMAKE_SOURCE_DIR}/cloud/vm/blockstore/logging.cpp - ${CMAKE_SOURCE_DIR}/cloud/vm/blockstore/malloc_info.cpp - ${CMAKE_SOURCE_DIR}/cloud/vm/blockstore/plugin.cpp -) -use_export_script(blockstore-plugin - ${CMAKE_SOURCE_DIR}/cloud/vm/blockstore/plugin.symlist -) -vcs_info(blockstore-plugin) diff --git a/cloud/vm/blockstore/lib/CMakeLists.darwin-x86_64.txt b/cloud/vm/blockstore/lib/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index df23c358b3a..00000000000 --- a/cloud/vm/blockstore/lib/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_subdirectory(ut) - -add_library(vm-blockstore-lib) -target_link_libraries(vm-blockstore-lib PUBLIC - contrib-libs-cxxsupp - yutil - public-api-protos - blockstore-libs-client - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-encryption - blockstore-libs-nbd - blockstore-libs-service - cpp-monlib-dynamic_counters - cpp-protobuf-util - cpp-threading-future - cloud-vm-api -) -target_sources(vm-blockstore-lib PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/vm/blockstore/lib/helper.cpp - ${CMAKE_SOURCE_DIR}/cloud/vm/blockstore/lib/plugin.cpp -) diff --git a/cloud/vm/blockstore/lib/CMakeLists.linux-aarch64.txt b/cloud/vm/blockstore/lib/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 26440e3b17f..00000000000 --- a/cloud/vm/blockstore/lib/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_subdirectory(ut) - -add_library(vm-blockstore-lib) -target_link_libraries(vm-blockstore-lib PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - public-api-protos - blockstore-libs-client - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-encryption - blockstore-libs-nbd - blockstore-libs-service - cpp-monlib-dynamic_counters - cpp-protobuf-util - cpp-threading-future - cloud-vm-api -) -target_sources(vm-blockstore-lib PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/vm/blockstore/lib/helper.cpp - ${CMAKE_SOURCE_DIR}/cloud/vm/blockstore/lib/plugin.cpp -) diff --git a/cloud/vm/blockstore/lib/CMakeLists.linux-x86_64.txt b/cloud/vm/blockstore/lib/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 26440e3b17f..00000000000 --- a/cloud/vm/blockstore/lib/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_subdirectory(ut) - -add_library(vm-blockstore-lib) -target_link_libraries(vm-blockstore-lib PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - public-api-protos - blockstore-libs-client - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-encryption - blockstore-libs-nbd - blockstore-libs-service - cpp-monlib-dynamic_counters - cpp-protobuf-util - cpp-threading-future - cloud-vm-api -) -target_sources(vm-blockstore-lib PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/vm/blockstore/lib/helper.cpp - ${CMAKE_SOURCE_DIR}/cloud/vm/blockstore/lib/plugin.cpp -) diff --git a/cloud/vm/blockstore/lib/CMakeLists.txt b/cloud/vm/blockstore/lib/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/vm/blockstore/lib/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/vm/blockstore/lib/CMakeLists.windows-x86_64.txt b/cloud/vm/blockstore/lib/CMakeLists.windows-x86_64.txt deleted file mode 100644 index df23c358b3a..00000000000 --- a/cloud/vm/blockstore/lib/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_subdirectory(ut) - -add_library(vm-blockstore-lib) -target_link_libraries(vm-blockstore-lib PUBLIC - contrib-libs-cxxsupp - yutil - public-api-protos - blockstore-libs-client - blockstore-libs-common - blockstore-libs-diagnostics - blockstore-libs-encryption - blockstore-libs-nbd - blockstore-libs-service - cpp-monlib-dynamic_counters - cpp-protobuf-util - cpp-threading-future - cloud-vm-api -) -target_sources(vm-blockstore-lib PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/vm/blockstore/lib/helper.cpp - ${CMAKE_SOURCE_DIR}/cloud/vm/blockstore/lib/plugin.cpp -) diff --git a/cloud/vm/blockstore/lib/ut/CMakeLists.darwin-x86_64.txt b/cloud/vm/blockstore/lib/ut/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 0f61b3dfdd3..00000000000 --- a/cloud/vm/blockstore/lib/ut/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_executable(cloud-vm-blockstore-lib-ut) -target_include_directories(cloud-vm-blockstore-lib-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/vm/blockstore/lib -) -target_link_libraries(cloud-vm-blockstore-lib-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - vm-blockstore-lib -) -target_link_options(cloud-vm-blockstore-lib-ut PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC - -framework - CoreFoundation -) -target_sources(cloud-vm-blockstore-lib-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/vm/blockstore/lib/plugin_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/vm/blockstore/lib/helper_ut.cpp -) -set_property( - TARGET - cloud-vm-blockstore-lib-ut - PROPERTY - SPLIT_FACTOR - 1 -) -add_yunittest( - NAME - cloud-vm-blockstore-lib-ut - TEST_TARGET - cloud-vm-blockstore-lib-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-vm-blockstore-lib-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-vm-blockstore-lib-ut - PROPERTY - PROCESSORS - 1 -) -target_allocator(cloud-vm-blockstore-lib-ut - system_allocator -) -vcs_info(cloud-vm-blockstore-lib-ut) diff --git a/cloud/vm/blockstore/lib/ut/CMakeLists.linux-aarch64.txt b/cloud/vm/blockstore/lib/ut/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 0bfa8712e9b..00000000000 --- a/cloud/vm/blockstore/lib/ut/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_executable(cloud-vm-blockstore-lib-ut) -target_include_directories(cloud-vm-blockstore-lib-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/vm/blockstore/lib -) -target_link_libraries(cloud-vm-blockstore-lib-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest_main - vm-blockstore-lib -) -target_link_options(cloud-vm-blockstore-lib-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-vm-blockstore-lib-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/vm/blockstore/lib/plugin_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/vm/blockstore/lib/helper_ut.cpp -) -set_property( - TARGET - cloud-vm-blockstore-lib-ut - PROPERTY - SPLIT_FACTOR - 1 -) -add_yunittest( - NAME - cloud-vm-blockstore-lib-ut - TEST_TARGET - cloud-vm-blockstore-lib-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-vm-blockstore-lib-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-vm-blockstore-lib-ut - PROPERTY - PROCESSORS - 1 -) -target_allocator(cloud-vm-blockstore-lib-ut - cpp-malloc-jemalloc -) -vcs_info(cloud-vm-blockstore-lib-ut) diff --git a/cloud/vm/blockstore/lib/ut/CMakeLists.linux-x86_64.txt b/cloud/vm/blockstore/lib/ut/CMakeLists.linux-x86_64.txt deleted file mode 100644 index f435fe50615..00000000000 --- a/cloud/vm/blockstore/lib/ut/CMakeLists.linux-x86_64.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_executable(cloud-vm-blockstore-lib-ut) -target_include_directories(cloud-vm-blockstore-lib-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/vm/blockstore/lib -) -target_link_libraries(cloud-vm-blockstore-lib-ut PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - vm-blockstore-lib -) -target_link_options(cloud-vm-blockstore-lib-ut PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cloud-vm-blockstore-lib-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/vm/blockstore/lib/plugin_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/vm/blockstore/lib/helper_ut.cpp -) -set_property( - TARGET - cloud-vm-blockstore-lib-ut - PROPERTY - SPLIT_FACTOR - 1 -) -add_yunittest( - NAME - cloud-vm-blockstore-lib-ut - TEST_TARGET - cloud-vm-blockstore-lib-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-vm-blockstore-lib-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-vm-blockstore-lib-ut - PROPERTY - PROCESSORS - 1 -) -target_allocator(cloud-vm-blockstore-lib-ut - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cloud-vm-blockstore-lib-ut) diff --git a/cloud/vm/blockstore/lib/ut/CMakeLists.txt b/cloud/vm/blockstore/lib/ut/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/cloud/vm/blockstore/lib/ut/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/cloud/vm/blockstore/lib/ut/CMakeLists.windows-x86_64.txt b/cloud/vm/blockstore/lib/ut/CMakeLists.windows-x86_64.txt deleted file mode 100644 index b20de5dc16e..00000000000 --- a/cloud/vm/blockstore/lib/ut/CMakeLists.windows-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_executable(cloud-vm-blockstore-lib-ut) -target_include_directories(cloud-vm-blockstore-lib-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/vm/blockstore/lib -) -target_link_libraries(cloud-vm-blockstore-lib-ut PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-testing-unittest_main - vm-blockstore-lib -) -target_sources(cloud-vm-blockstore-lib-ut PRIVATE - ${CMAKE_SOURCE_DIR}/cloud/vm/blockstore/lib/plugin_ut.cpp - ${CMAKE_SOURCE_DIR}/cloud/vm/blockstore/lib/helper_ut.cpp -) -set_property( - TARGET - cloud-vm-blockstore-lib-ut - PROPERTY - SPLIT_FACTOR - 1 -) -add_yunittest( - NAME - cloud-vm-blockstore-lib-ut - TEST_TARGET - cloud-vm-blockstore-lib-ut - TEST_ARG - --print-before-suite - --print-before-test - --fork-tests - --print-times - --show-fails -) -set_yunittest_property( - TEST - cloud-vm-blockstore-lib-ut - PROPERTY - LABELS - SMALL -) -set_yunittest_property( - TEST - cloud-vm-blockstore-lib-ut - PROPERTY - PROCESSORS - 1 -) -target_allocator(cloud-vm-blockstore-lib-ut - system_allocator -) -vcs_info(cloud-vm-blockstore-lib-ut) diff --git a/contrib/CMakeLists.txt b/contrib/CMakeLists.txt deleted file mode 100644 index 11f17c64e5a..00000000000 --- a/contrib/CMakeLists.txt +++ /dev/null @@ -1,12 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(libs) -add_subdirectory(restricted) -add_subdirectory(tools) -add_subdirectory(ydb) diff --git a/contrib/libs/CMakeLists.darwin-x86_64.txt b/contrib/libs/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 9a7f05b9207..00000000000 --- a/contrib/libs/CMakeLists.darwin-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_subdirectory(antlr3_cpp_runtime) -add_subdirectory(apache) -add_subdirectory(aws-sdk-cpp) -add_subdirectory(backtrace) -add_subdirectory(base64) -add_subdirectory(brotli) -add_subdirectory(c-ares) -add_subdirectory(cctz) -add_subdirectory(crcutil) -add_subdirectory(curl) -add_subdirectory(cxxsupp) -add_subdirectory(double-conversion) -add_subdirectory(expat) -add_subdirectory(fastlz) -add_subdirectory(flatbuffers) -add_subdirectory(fmt) -add_subdirectory(googleapis-common-protos) -add_subdirectory(grpc) -add_subdirectory(hdr_histogram) -add_subdirectory(hyperscan) -add_subdirectory(ibdrv) -add_subdirectory(icu) -add_subdirectory(jwt-cpp) -add_subdirectory(libbz2) -add_subdirectory(libc_compat) -add_subdirectory(libevent) -add_subdirectory(libfuzzer) -add_subdirectory(libfyaml) -add_subdirectory(libunwind) -add_subdirectory(liburing) -add_subdirectory(libxml) -add_subdirectory(linuxvdso) -add_subdirectory(llvm12) -add_subdirectory(lua) -add_subdirectory(lz4) -add_subdirectory(lzma) -add_subdirectory(lzmasdk) -add_subdirectory(miniselect) -add_subdirectory(nayuki_md5) -add_subdirectory(nghttp2) -add_subdirectory(openldap) -add_subdirectory(openssl) -add_subdirectory(opentelemetry-proto) -add_subdirectory(pcre) -add_subdirectory(pdqsort) -add_subdirectory(poco) -add_subdirectory(protobuf) -add_subdirectory(protoc) -add_subdirectory(rapidjson) -add_subdirectory(re2) -add_subdirectory(sasl) -add_subdirectory(snappy) -add_subdirectory(sparsehash) -add_subdirectory(t1ha) -add_subdirectory(tcmalloc) -add_subdirectory(utf8proc) -add_subdirectory(xxhash) -add_subdirectory(yaml-cpp) -add_subdirectory(zlib) -add_subdirectory(zstd) -add_subdirectory(zstd06) diff --git a/contrib/libs/CMakeLists.linux-aarch64.txt b/contrib/libs/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e8d5345e42f..00000000000 --- a/contrib/libs/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_subdirectory(antlr3_cpp_runtime) -add_subdirectory(apache) -add_subdirectory(aws-sdk-cpp) -add_subdirectory(backtrace) -add_subdirectory(base64) -add_subdirectory(brotli) -add_subdirectory(c-ares) -add_subdirectory(cctz) -add_subdirectory(crcutil) -add_subdirectory(curl) -add_subdirectory(cxxsupp) -add_subdirectory(double-conversion) -add_subdirectory(expat) -add_subdirectory(fastlz) -add_subdirectory(flatbuffers) -add_subdirectory(fmt) -add_subdirectory(fuse) -add_subdirectory(googleapis-common-protos) -add_subdirectory(grpc) -add_subdirectory(hdr_histogram) -add_subdirectory(ibdrv) -add_subdirectory(icu) -add_subdirectory(jemalloc) -add_subdirectory(jwt-cpp) -add_subdirectory(libbz2) -add_subdirectory(libc_compat) -add_subdirectory(libevent) -add_subdirectory(libfuzzer) -add_subdirectory(libfyaml) -add_subdirectory(libunwind) -add_subdirectory(liburing) -add_subdirectory(libxml) -add_subdirectory(linux-headers) -add_subdirectory(linuxvdso) -add_subdirectory(llvm12) -add_subdirectory(lua) -add_subdirectory(lz4) -add_subdirectory(lzma) -add_subdirectory(lzmasdk) -add_subdirectory(miniselect) -add_subdirectory(nayuki_md5) -add_subdirectory(nghttp2) -add_subdirectory(openldap) -add_subdirectory(openssl) -add_subdirectory(opentelemetry-proto) -add_subdirectory(pcre) -add_subdirectory(pdqsort) -add_subdirectory(poco) -add_subdirectory(protobuf) -add_subdirectory(protoc) -add_subdirectory(rapidjson) -add_subdirectory(re2) -add_subdirectory(sasl) -add_subdirectory(snappy) -add_subdirectory(sparsehash) -add_subdirectory(t1ha) -add_subdirectory(tcmalloc) -add_subdirectory(utf8proc) -add_subdirectory(virtiofsd) -add_subdirectory(xxhash) -add_subdirectory(yaml-cpp) -add_subdirectory(zlib) -add_subdirectory(zstd) -add_subdirectory(zstd06) diff --git a/contrib/libs/CMakeLists.linux-x86_64.txt b/contrib/libs/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 0d96fa7bc29..00000000000 --- a/contrib/libs/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_subdirectory(antlr3_cpp_runtime) -add_subdirectory(apache) -add_subdirectory(aws-sdk-cpp) -add_subdirectory(backtrace) -add_subdirectory(base64) -add_subdirectory(brotli) -add_subdirectory(c-ares) -add_subdirectory(cctz) -add_subdirectory(crcutil) -add_subdirectory(curl) -add_subdirectory(cxxsupp) -add_subdirectory(double-conversion) -add_subdirectory(expat) -add_subdirectory(fastlz) -add_subdirectory(flatbuffers) -add_subdirectory(fmt) -add_subdirectory(fuse) -add_subdirectory(googleapis-common-protos) -add_subdirectory(grpc) -add_subdirectory(hdr_histogram) -add_subdirectory(hyperscan) -add_subdirectory(ibdrv) -add_subdirectory(icu) -add_subdirectory(jwt-cpp) -add_subdirectory(libbz2) -add_subdirectory(libc_compat) -add_subdirectory(libevent) -add_subdirectory(libfuzzer) -add_subdirectory(libfyaml) -add_subdirectory(libunwind) -add_subdirectory(liburing) -add_subdirectory(libxml) -add_subdirectory(linux-headers) -add_subdirectory(linuxvdso) -add_subdirectory(llvm12) -add_subdirectory(lua) -add_subdirectory(lz4) -add_subdirectory(lzma) -add_subdirectory(lzmasdk) -add_subdirectory(miniselect) -add_subdirectory(nayuki_md5) -add_subdirectory(nghttp2) -add_subdirectory(openldap) -add_subdirectory(openssl) -add_subdirectory(opentelemetry-proto) -add_subdirectory(pcre) -add_subdirectory(pdqsort) -add_subdirectory(poco) -add_subdirectory(protobuf) -add_subdirectory(protoc) -add_subdirectory(rapidjson) -add_subdirectory(re2) -add_subdirectory(sasl) -add_subdirectory(snappy) -add_subdirectory(sparsehash) -add_subdirectory(t1ha) -add_subdirectory(tcmalloc) -add_subdirectory(utf8proc) -add_subdirectory(virtiofsd) -add_subdirectory(xxhash) -add_subdirectory(yaml-cpp) -add_subdirectory(zlib) -add_subdirectory(zstd) -add_subdirectory(zstd06) diff --git a/contrib/libs/CMakeLists.txt b/contrib/libs/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/CMakeLists.windows-x86_64.txt b/contrib/libs/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d6193ecaa4a..00000000000 --- a/contrib/libs/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_subdirectory(antlr3_cpp_runtime) -add_subdirectory(apache) -add_subdirectory(base64) -add_subdirectory(brotli) -add_subdirectory(c-ares) -add_subdirectory(cctz) -add_subdirectory(crcutil) -add_subdirectory(curl) -add_subdirectory(cxxsupp) -add_subdirectory(double-conversion) -add_subdirectory(expat) -add_subdirectory(fastlz) -add_subdirectory(flatbuffers) -add_subdirectory(fmt) -add_subdirectory(googleapis-common-protos) -add_subdirectory(grpc) -add_subdirectory(hdr_histogram) -add_subdirectory(hyperscan) -add_subdirectory(ibdrv) -add_subdirectory(icu) -add_subdirectory(jwt-cpp) -add_subdirectory(libbz2) -add_subdirectory(libc_compat) -add_subdirectory(libevent) -add_subdirectory(libfuzzer) -add_subdirectory(libfyaml) -add_subdirectory(liburing) -add_subdirectory(libxml) -add_subdirectory(linuxvdso) -add_subdirectory(llvm12) -add_subdirectory(lua) -add_subdirectory(lz4) -add_subdirectory(lzma) -add_subdirectory(lzmasdk) -add_subdirectory(miniselect) -add_subdirectory(nayuki_md5) -add_subdirectory(openssl) -add_subdirectory(opentelemetry-proto) -add_subdirectory(pcre) -add_subdirectory(poco) -add_subdirectory(protobuf) -add_subdirectory(protoc) -add_subdirectory(rapidjson) -add_subdirectory(re2) -add_subdirectory(snappy) -add_subdirectory(sparsehash) -add_subdirectory(t1ha) -add_subdirectory(tcmalloc) -add_subdirectory(utf8proc) -add_subdirectory(xxhash) -add_subdirectory(yaml-cpp) -add_subdirectory(zlib) -add_subdirectory(zstd) -add_subdirectory(zstd06) diff --git a/contrib/libs/antlr3_cpp_runtime/CMakeLists.darwin-x86_64.txt b/contrib/libs/antlr3_cpp_runtime/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 8818693c62b..00000000000 --- a/contrib/libs/antlr3_cpp_runtime/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(contrib-libs-antlr3_cpp_runtime) -target_compile_options(contrib-libs-antlr3_cpp_runtime PRIVATE - $,,-Wno-everything> -) -target_include_directories(contrib-libs-antlr3_cpp_runtime PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/antlr3_cpp_runtime/include -) -target_link_libraries(contrib-libs-antlr3_cpp_runtime PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(contrib-libs-antlr3_cpp_runtime PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/antlr3_cpp_runtime/antlr3.cpp -) diff --git a/contrib/libs/antlr3_cpp_runtime/CMakeLists.linux-aarch64.txt b/contrib/libs/antlr3_cpp_runtime/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e8fba8e6367..00000000000 --- a/contrib/libs/antlr3_cpp_runtime/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-libs-antlr3_cpp_runtime) -target_compile_options(contrib-libs-antlr3_cpp_runtime PRIVATE - $,,-Wno-everything> -) -target_include_directories(contrib-libs-antlr3_cpp_runtime PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/antlr3_cpp_runtime/include -) -target_link_libraries(contrib-libs-antlr3_cpp_runtime PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(contrib-libs-antlr3_cpp_runtime PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/antlr3_cpp_runtime/antlr3.cpp -) diff --git a/contrib/libs/antlr3_cpp_runtime/CMakeLists.linux-x86_64.txt b/contrib/libs/antlr3_cpp_runtime/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e8fba8e6367..00000000000 --- a/contrib/libs/antlr3_cpp_runtime/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-libs-antlr3_cpp_runtime) -target_compile_options(contrib-libs-antlr3_cpp_runtime PRIVATE - $,,-Wno-everything> -) -target_include_directories(contrib-libs-antlr3_cpp_runtime PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/antlr3_cpp_runtime/include -) -target_link_libraries(contrib-libs-antlr3_cpp_runtime PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(contrib-libs-antlr3_cpp_runtime PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/antlr3_cpp_runtime/antlr3.cpp -) diff --git a/contrib/libs/antlr3_cpp_runtime/CMakeLists.txt b/contrib/libs/antlr3_cpp_runtime/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/antlr3_cpp_runtime/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/antlr3_cpp_runtime/CMakeLists.windows-x86_64.txt b/contrib/libs/antlr3_cpp_runtime/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 8818693c62b..00000000000 --- a/contrib/libs/antlr3_cpp_runtime/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(contrib-libs-antlr3_cpp_runtime) -target_compile_options(contrib-libs-antlr3_cpp_runtime PRIVATE - $,,-Wno-everything> -) -target_include_directories(contrib-libs-antlr3_cpp_runtime PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/antlr3_cpp_runtime/include -) -target_link_libraries(contrib-libs-antlr3_cpp_runtime PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(contrib-libs-antlr3_cpp_runtime PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/antlr3_cpp_runtime/antlr3.cpp -) diff --git a/contrib/libs/apache/CMakeLists.darwin-x86_64.txt b/contrib/libs/apache/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 3eb38d86db3..00000000000 --- a/contrib/libs/apache/CMakeLists.darwin-x86_64.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. - - -add_subdirectory(arrow) -add_subdirectory(avro) -add_subdirectory(orc) diff --git a/contrib/libs/apache/CMakeLists.linux-aarch64.txt b/contrib/libs/apache/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 3eb38d86db3..00000000000 --- a/contrib/libs/apache/CMakeLists.linux-aarch64.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. - - -add_subdirectory(arrow) -add_subdirectory(avro) -add_subdirectory(orc) diff --git a/contrib/libs/apache/CMakeLists.linux-x86_64.txt b/contrib/libs/apache/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 3eb38d86db3..00000000000 --- a/contrib/libs/apache/CMakeLists.linux-x86_64.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. - - -add_subdirectory(arrow) -add_subdirectory(avro) -add_subdirectory(orc) diff --git a/contrib/libs/apache/CMakeLists.txt b/contrib/libs/apache/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/apache/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/apache/CMakeLists.windows-x86_64.txt b/contrib/libs/apache/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 9b4fa6661c9..00000000000 --- a/contrib/libs/apache/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_subdirectory(arrow) -add_subdirectory(orc) diff --git a/contrib/libs/apache/arrow/CMakeLists.darwin-x86_64.txt b/contrib/libs/apache/arrow/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index b9e70350e76..00000000000 --- a/contrib/libs/apache/arrow/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,362 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_flatc_bin - TOOL_flatc_dependency - contrib/tools/flatc/bin - flatc -) -get_built_tool_path( - TOOL_flatc_bin - TOOL_flatc_dependency - contrib/tools/flatc/bin - flatc -) -get_built_tool_path( - TOOL_flatc_bin - TOOL_flatc_dependency - contrib/tools/flatc/bin - flatc -) -get_built_tool_path( - TOOL_flatc_bin - TOOL_flatc_dependency - contrib/tools/flatc/bin - flatc -) -get_built_tool_path( - TOOL_flatc_bin - TOOL_flatc_dependency - contrib/tools/flatc/bin - flatc -) -get_built_tool_path( - TOOL_flatc_bin - TOOL_flatc_dependency - contrib/tools/flatc/bin - flatc -) - -add_library(libs-apache-arrow) -target_compile_options(libs-apache-arrow PUBLIC - -DARROW_STATIC - -DPARQUET_STATIC -) -target_compile_options(libs-apache-arrow PRIVATE - -DARROW_EXPORTING - -DARROW_WITH_BROTLI - -DARROW_WITH_LZ4 - -DARROW_WITH_RE2 - -DARROW_WITH_SNAPPY - -DARROW_WITH_TIMING_TESTS - -DARROW_WITH_UTF8PROC - -DARROW_WITH_ZLIB - -DARROW_WITH_ZSTD - -DHAVE_INTTYPES_H - -DHAVE_NETDB_H - -DPARQUET_EXPORTING - -DURI_STATIC_BUILD - -DHAVE_NETINET_IN_H - $,,-Wno-everything> -) -target_include_directories(libs-apache-arrow PUBLIC - ${CMAKE_BINARY_DIR}/contrib/libs/apache/arrow/cpp/src - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/src -) -target_include_directories(libs-apache-arrow PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/generated - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/include - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/include - ${CMAKE_SOURCE_DIR}/contrib/libs/lz4 - ${CMAKE_SOURCE_DIR}/contrib/libs/rapidjson/include - ${CMAKE_SOURCE_DIR}/contrib/libs/utf8proc - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/include -) -target_link_libraries(libs-apache-arrow PUBLIC - contrib-libs-cxxsupp - libs-apache-orc - libs-brotli-dec - libs-brotli-enc - contrib-libs-double-conversion - contrib-libs-lz4 - contrib-libs-rapidjson - contrib-libs-re2 - contrib-libs-snappy - contrib-libs-utf8proc - contrib-libs-xxhash - contrib-libs-zlib - contrib-libs-zstd - contrib-restricted-fast_float - contrib-restricted-thrift - contrib-restricted-uriparser - contrib-libs-flatbuffers -) -target_sources(libs-apache-arrow PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/adapters/orc/adapter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/adapters/orc/adapter_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/array_base.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/array_binary.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/array_decimal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/array_dict.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/array_nested.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/array_primitive.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/builder_adaptive.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/builder_base.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/builder_binary.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/builder_decimal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/builder_dict.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/builder_nested.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/builder_primitive.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/builder_union.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/concatenate.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/data.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/diff.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/validate.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/buffer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/builder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/c/bridge.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/chunked_array.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compare.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/api_aggregate.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/api_scalar.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/api_vector.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/cast.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/exec.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/exec/exec_plan.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/exec/expression.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/exec/key_compare.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/exec/key_encode.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/exec/key_hash.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/exec/key_map.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/exec/util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/function.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/function_internal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernel.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/aggregate_basic.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/aggregate_mode.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/aggregate_quantile.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/aggregate_tdigest.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/aggregate_var_std.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/codegen_internal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/hash_aggregate.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_arithmetic.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_boolean.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_cast_boolean.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_cast_dictionary.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_cast_internal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_cast_nested.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_cast_numeric.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_cast_string.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_cast_temporal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_compare.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_fill_null.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_if_else.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_nested.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_set_lookup.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_string.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_temporal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_validity.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/util_internal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/vector_hash.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/vector_nested.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/vector_replace.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/vector_selection.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/vector_sort.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/registry.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/config.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/csv/chunker.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/csv/column_builder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/csv/column_decoder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/csv/converter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/csv/options.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/csv/parser.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/csv/reader.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/csv/writer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/datum.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/device.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/extension_type.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/filesystem/filesystem.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/filesystem/localfs.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/filesystem/mockfs.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/filesystem/path_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/filesystem/util_internal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/io/buffered.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/io/caching.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/io/compressed.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/io/file.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/io/interfaces.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/io/memory.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/io/slow.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/io/stdio.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/io/transform.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/ipc/dictionary.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/ipc/feather.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/ipc/json_simple.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/ipc/message.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/ipc/metadata_internal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/ipc/options.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/ipc/reader.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/ipc/writer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/json/chunked_builder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/json/chunker.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/json/converter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/json/object_parser.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/json/object_writer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/json/options.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/json/parser.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/json/reader.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/memory_pool.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/pretty_print.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/record_batch.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/result.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/scalar.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/sparse_tensor.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/status.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/table.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/table_builder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/tensor.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/tensor/coo_converter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/tensor/csf_converter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/tensor/csx_converter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/type.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/basic_decimal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/bit_block_counter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/bit_run_reader.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/bit_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/bitmap.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/bitmap_builders.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/bitmap_ops.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/bpacking.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/cancel.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/compression.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/compression_brotli.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/compression_lz4.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/compression_snappy.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/compression_zlib.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/compression_zstd.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/cpu_info.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/decimal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/delimiting.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/formatting.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/future.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/int_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/io_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/key_value_metadata.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/logging.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/memory.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/mutex.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/string.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/string_builder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/task_group.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/tdigest.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/thread_pool.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/time.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/trie.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/uri.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/utf8.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/value_parsing.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/vendored/base64.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/vendored/datetime/tz.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/vendored/musl/strptime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/visitor.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/generated/parquet_constants.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/generated/parquet_types.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/arrow/path_internal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/arrow/reader.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/arrow/reader_internal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/arrow/schema.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/arrow/schema_internal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/arrow/writer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/bloom_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/column_reader.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/column_scanner.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/column_writer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/encoding.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/encryption/encryption.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/encryption/encryption_internal_nossl.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/encryption/internal_file_decryptor.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/encryption/internal_file_encryptor.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/exception.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/file_reader.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/file_writer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/level_comparison.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/level_conversion.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/metadata.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/murmur3.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/platform.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/printer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/properties.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/schema.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/statistics.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/stream_reader.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/stream_writer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/types.cc - ${CMAKE_BINARY_DIR}/contrib/libs/apache/arrow/cpp/src/generated/File.fbs.cpp - ${CMAKE_BINARY_DIR}/contrib/libs/apache/arrow/cpp/src/generated/Message.fbs.cpp - ${CMAKE_BINARY_DIR}/contrib/libs/apache/arrow/cpp/src/generated/Schema.fbs.cpp - ${CMAKE_BINARY_DIR}/contrib/libs/apache/arrow/cpp/src/generated/SparseTensor.fbs.cpp - ${CMAKE_BINARY_DIR}/contrib/libs/apache/arrow/cpp/src/generated/Tensor.fbs.cpp - ${CMAKE_BINARY_DIR}/contrib/libs/apache/arrow/cpp/src/generated/feather.fbs.cpp -) -target_fbs_source(libs-apache-arrow - PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/generated/File.fbs - --scoped-enums - -I - ${CMAKE_BINARY_DIR} - -I - ${CMAKE_SOURCE_DIR} -) -target_fbs_source(libs-apache-arrow - PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/generated/Message.fbs - --scoped-enums - -I - ${CMAKE_BINARY_DIR} - -I - ${CMAKE_SOURCE_DIR} -) -target_fbs_source(libs-apache-arrow - PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/generated/Schema.fbs - --scoped-enums - -I - ${CMAKE_BINARY_DIR} - -I - ${CMAKE_SOURCE_DIR} -) -target_fbs_source(libs-apache-arrow - PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/generated/SparseTensor.fbs - --scoped-enums - -I - ${CMAKE_BINARY_DIR} - -I - ${CMAKE_SOURCE_DIR} -) -target_fbs_source(libs-apache-arrow - PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/generated/Tensor.fbs - --scoped-enums - -I - ${CMAKE_BINARY_DIR} - -I - ${CMAKE_SOURCE_DIR} -) -target_fbs_source(libs-apache-arrow - PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/generated/feather.fbs - --scoped-enums - -I - ${CMAKE_BINARY_DIR} - -I - ${CMAKE_SOURCE_DIR} -) diff --git a/contrib/libs/apache/arrow/CMakeLists.linux-aarch64.txt b/contrib/libs/apache/arrow/CMakeLists.linux-aarch64.txt deleted file mode 100644 index fb698641cb4..00000000000 --- a/contrib/libs/apache/arrow/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,363 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_flatc_bin - TOOL_flatc_dependency - contrib/tools/flatc/bin - flatc -) -get_built_tool_path( - TOOL_flatc_bin - TOOL_flatc_dependency - contrib/tools/flatc/bin - flatc -) -get_built_tool_path( - TOOL_flatc_bin - TOOL_flatc_dependency - contrib/tools/flatc/bin - flatc -) -get_built_tool_path( - TOOL_flatc_bin - TOOL_flatc_dependency - contrib/tools/flatc/bin - flatc -) -get_built_tool_path( - TOOL_flatc_bin - TOOL_flatc_dependency - contrib/tools/flatc/bin - flatc -) -get_built_tool_path( - TOOL_flatc_bin - TOOL_flatc_dependency - contrib/tools/flatc/bin - flatc -) - -add_library(libs-apache-arrow) -target_compile_options(libs-apache-arrow PUBLIC - -DARROW_STATIC - -DPARQUET_STATIC -) -target_compile_options(libs-apache-arrow PRIVATE - -DARROW_EXPORTING - -DARROW_WITH_BROTLI - -DARROW_WITH_LZ4 - -DARROW_WITH_RE2 - -DARROW_WITH_SNAPPY - -DARROW_WITH_TIMING_TESTS - -DARROW_WITH_UTF8PROC - -DARROW_WITH_ZLIB - -DARROW_WITH_ZSTD - -DHAVE_INTTYPES_H - -DHAVE_NETDB_H - -DPARQUET_EXPORTING - -DURI_STATIC_BUILD - -DHAVE_NETINET_IN_H - $,,-Wno-everything> -) -target_include_directories(libs-apache-arrow PUBLIC - ${CMAKE_BINARY_DIR}/contrib/libs/apache/arrow/cpp/src - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/src -) -target_include_directories(libs-apache-arrow PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/generated - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/include - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/include - ${CMAKE_SOURCE_DIR}/contrib/libs/lz4 - ${CMAKE_SOURCE_DIR}/contrib/libs/rapidjson/include - ${CMAKE_SOURCE_DIR}/contrib/libs/utf8proc - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/include -) -target_link_libraries(libs-apache-arrow PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - libs-apache-orc - libs-brotli-dec - libs-brotli-enc - contrib-libs-double-conversion - contrib-libs-lz4 - contrib-libs-rapidjson - contrib-libs-re2 - contrib-libs-snappy - contrib-libs-utf8proc - contrib-libs-xxhash - contrib-libs-zlib - contrib-libs-zstd - contrib-restricted-fast_float - contrib-restricted-thrift - contrib-restricted-uriparser - contrib-libs-flatbuffers -) -target_sources(libs-apache-arrow PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/adapters/orc/adapter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/adapters/orc/adapter_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/array_base.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/array_binary.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/array_decimal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/array_dict.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/array_nested.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/array_primitive.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/builder_adaptive.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/builder_base.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/builder_binary.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/builder_decimal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/builder_dict.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/builder_nested.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/builder_primitive.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/builder_union.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/concatenate.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/data.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/diff.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/validate.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/buffer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/builder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/c/bridge.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/chunked_array.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compare.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/api_aggregate.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/api_scalar.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/api_vector.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/cast.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/exec.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/exec/exec_plan.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/exec/expression.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/exec/key_compare.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/exec/key_encode.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/exec/key_hash.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/exec/key_map.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/exec/util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/function.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/function_internal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernel.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/aggregate_basic.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/aggregate_mode.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/aggregate_quantile.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/aggregate_tdigest.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/aggregate_var_std.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/codegen_internal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/hash_aggregate.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_arithmetic.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_boolean.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_cast_boolean.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_cast_dictionary.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_cast_internal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_cast_nested.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_cast_numeric.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_cast_string.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_cast_temporal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_compare.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_fill_null.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_if_else.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_nested.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_set_lookup.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_string.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_temporal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_validity.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/util_internal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/vector_hash.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/vector_nested.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/vector_replace.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/vector_selection.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/vector_sort.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/registry.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/config.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/csv/chunker.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/csv/column_builder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/csv/column_decoder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/csv/converter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/csv/options.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/csv/parser.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/csv/reader.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/csv/writer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/datum.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/device.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/extension_type.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/filesystem/filesystem.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/filesystem/localfs.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/filesystem/mockfs.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/filesystem/path_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/filesystem/util_internal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/io/buffered.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/io/caching.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/io/compressed.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/io/file.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/io/interfaces.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/io/memory.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/io/slow.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/io/stdio.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/io/transform.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/ipc/dictionary.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/ipc/feather.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/ipc/json_simple.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/ipc/message.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/ipc/metadata_internal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/ipc/options.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/ipc/reader.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/ipc/writer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/json/chunked_builder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/json/chunker.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/json/converter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/json/object_parser.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/json/object_writer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/json/options.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/json/parser.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/json/reader.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/memory_pool.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/pretty_print.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/record_batch.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/result.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/scalar.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/sparse_tensor.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/status.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/table.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/table_builder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/tensor.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/tensor/coo_converter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/tensor/csf_converter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/tensor/csx_converter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/type.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/basic_decimal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/bit_block_counter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/bit_run_reader.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/bit_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/bitmap.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/bitmap_builders.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/bitmap_ops.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/bpacking.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/cancel.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/compression.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/compression_brotli.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/compression_lz4.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/compression_snappy.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/compression_zlib.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/compression_zstd.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/cpu_info.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/decimal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/delimiting.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/formatting.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/future.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/int_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/io_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/key_value_metadata.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/logging.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/memory.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/mutex.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/string.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/string_builder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/task_group.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/tdigest.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/thread_pool.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/time.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/trie.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/uri.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/utf8.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/value_parsing.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/vendored/base64.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/vendored/datetime/tz.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/vendored/musl/strptime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/visitor.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/generated/parquet_constants.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/generated/parquet_types.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/arrow/path_internal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/arrow/reader.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/arrow/reader_internal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/arrow/schema.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/arrow/schema_internal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/arrow/writer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/bloom_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/column_reader.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/column_scanner.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/column_writer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/encoding.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/encryption/encryption.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/encryption/encryption_internal_nossl.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/encryption/internal_file_decryptor.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/encryption/internal_file_encryptor.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/exception.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/file_reader.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/file_writer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/level_comparison.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/level_conversion.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/metadata.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/murmur3.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/platform.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/printer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/properties.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/schema.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/statistics.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/stream_reader.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/stream_writer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/types.cc - ${CMAKE_BINARY_DIR}/contrib/libs/apache/arrow/cpp/src/generated/File.fbs.cpp - ${CMAKE_BINARY_DIR}/contrib/libs/apache/arrow/cpp/src/generated/Message.fbs.cpp - ${CMAKE_BINARY_DIR}/contrib/libs/apache/arrow/cpp/src/generated/Schema.fbs.cpp - ${CMAKE_BINARY_DIR}/contrib/libs/apache/arrow/cpp/src/generated/SparseTensor.fbs.cpp - ${CMAKE_BINARY_DIR}/contrib/libs/apache/arrow/cpp/src/generated/Tensor.fbs.cpp - ${CMAKE_BINARY_DIR}/contrib/libs/apache/arrow/cpp/src/generated/feather.fbs.cpp -) -target_fbs_source(libs-apache-arrow - PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/generated/File.fbs - --scoped-enums - -I - ${CMAKE_BINARY_DIR} - -I - ${CMAKE_SOURCE_DIR} -) -target_fbs_source(libs-apache-arrow - PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/generated/Message.fbs - --scoped-enums - -I - ${CMAKE_BINARY_DIR} - -I - ${CMAKE_SOURCE_DIR} -) -target_fbs_source(libs-apache-arrow - PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/generated/Schema.fbs - --scoped-enums - -I - ${CMAKE_BINARY_DIR} - -I - ${CMAKE_SOURCE_DIR} -) -target_fbs_source(libs-apache-arrow - PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/generated/SparseTensor.fbs - --scoped-enums - -I - ${CMAKE_BINARY_DIR} - -I - ${CMAKE_SOURCE_DIR} -) -target_fbs_source(libs-apache-arrow - PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/generated/Tensor.fbs - --scoped-enums - -I - ${CMAKE_BINARY_DIR} - -I - ${CMAKE_SOURCE_DIR} -) -target_fbs_source(libs-apache-arrow - PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/generated/feather.fbs - --scoped-enums - -I - ${CMAKE_BINARY_DIR} - -I - ${CMAKE_SOURCE_DIR} -) diff --git a/contrib/libs/apache/arrow/CMakeLists.linux-x86_64.txt b/contrib/libs/apache/arrow/CMakeLists.linux-x86_64.txt deleted file mode 100644 index fb698641cb4..00000000000 --- a/contrib/libs/apache/arrow/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,363 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_flatc_bin - TOOL_flatc_dependency - contrib/tools/flatc/bin - flatc -) -get_built_tool_path( - TOOL_flatc_bin - TOOL_flatc_dependency - contrib/tools/flatc/bin - flatc -) -get_built_tool_path( - TOOL_flatc_bin - TOOL_flatc_dependency - contrib/tools/flatc/bin - flatc -) -get_built_tool_path( - TOOL_flatc_bin - TOOL_flatc_dependency - contrib/tools/flatc/bin - flatc -) -get_built_tool_path( - TOOL_flatc_bin - TOOL_flatc_dependency - contrib/tools/flatc/bin - flatc -) -get_built_tool_path( - TOOL_flatc_bin - TOOL_flatc_dependency - contrib/tools/flatc/bin - flatc -) - -add_library(libs-apache-arrow) -target_compile_options(libs-apache-arrow PUBLIC - -DARROW_STATIC - -DPARQUET_STATIC -) -target_compile_options(libs-apache-arrow PRIVATE - -DARROW_EXPORTING - -DARROW_WITH_BROTLI - -DARROW_WITH_LZ4 - -DARROW_WITH_RE2 - -DARROW_WITH_SNAPPY - -DARROW_WITH_TIMING_TESTS - -DARROW_WITH_UTF8PROC - -DARROW_WITH_ZLIB - -DARROW_WITH_ZSTD - -DHAVE_INTTYPES_H - -DHAVE_NETDB_H - -DPARQUET_EXPORTING - -DURI_STATIC_BUILD - -DHAVE_NETINET_IN_H - $,,-Wno-everything> -) -target_include_directories(libs-apache-arrow PUBLIC - ${CMAKE_BINARY_DIR}/contrib/libs/apache/arrow/cpp/src - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/src -) -target_include_directories(libs-apache-arrow PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/generated - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/include - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/include - ${CMAKE_SOURCE_DIR}/contrib/libs/lz4 - ${CMAKE_SOURCE_DIR}/contrib/libs/rapidjson/include - ${CMAKE_SOURCE_DIR}/contrib/libs/utf8proc - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/include -) -target_link_libraries(libs-apache-arrow PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - libs-apache-orc - libs-brotli-dec - libs-brotli-enc - contrib-libs-double-conversion - contrib-libs-lz4 - contrib-libs-rapidjson - contrib-libs-re2 - contrib-libs-snappy - contrib-libs-utf8proc - contrib-libs-xxhash - contrib-libs-zlib - contrib-libs-zstd - contrib-restricted-fast_float - contrib-restricted-thrift - contrib-restricted-uriparser - contrib-libs-flatbuffers -) -target_sources(libs-apache-arrow PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/adapters/orc/adapter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/adapters/orc/adapter_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/array_base.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/array_binary.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/array_decimal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/array_dict.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/array_nested.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/array_primitive.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/builder_adaptive.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/builder_base.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/builder_binary.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/builder_decimal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/builder_dict.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/builder_nested.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/builder_primitive.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/builder_union.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/concatenate.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/data.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/diff.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/validate.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/buffer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/builder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/c/bridge.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/chunked_array.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compare.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/api_aggregate.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/api_scalar.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/api_vector.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/cast.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/exec.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/exec/exec_plan.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/exec/expression.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/exec/key_compare.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/exec/key_encode.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/exec/key_hash.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/exec/key_map.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/exec/util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/function.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/function_internal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernel.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/aggregate_basic.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/aggregate_mode.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/aggregate_quantile.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/aggregate_tdigest.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/aggregate_var_std.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/codegen_internal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/hash_aggregate.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_arithmetic.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_boolean.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_cast_boolean.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_cast_dictionary.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_cast_internal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_cast_nested.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_cast_numeric.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_cast_string.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_cast_temporal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_compare.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_fill_null.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_if_else.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_nested.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_set_lookup.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_string.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_temporal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_validity.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/util_internal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/vector_hash.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/vector_nested.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/vector_replace.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/vector_selection.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/vector_sort.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/registry.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/config.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/csv/chunker.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/csv/column_builder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/csv/column_decoder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/csv/converter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/csv/options.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/csv/parser.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/csv/reader.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/csv/writer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/datum.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/device.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/extension_type.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/filesystem/filesystem.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/filesystem/localfs.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/filesystem/mockfs.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/filesystem/path_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/filesystem/util_internal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/io/buffered.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/io/caching.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/io/compressed.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/io/file.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/io/interfaces.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/io/memory.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/io/slow.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/io/stdio.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/io/transform.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/ipc/dictionary.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/ipc/feather.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/ipc/json_simple.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/ipc/message.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/ipc/metadata_internal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/ipc/options.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/ipc/reader.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/ipc/writer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/json/chunked_builder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/json/chunker.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/json/converter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/json/object_parser.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/json/object_writer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/json/options.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/json/parser.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/json/reader.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/memory_pool.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/pretty_print.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/record_batch.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/result.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/scalar.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/sparse_tensor.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/status.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/table.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/table_builder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/tensor.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/tensor/coo_converter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/tensor/csf_converter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/tensor/csx_converter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/type.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/basic_decimal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/bit_block_counter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/bit_run_reader.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/bit_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/bitmap.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/bitmap_builders.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/bitmap_ops.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/bpacking.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/cancel.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/compression.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/compression_brotli.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/compression_lz4.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/compression_snappy.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/compression_zlib.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/compression_zstd.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/cpu_info.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/decimal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/delimiting.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/formatting.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/future.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/int_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/io_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/key_value_metadata.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/logging.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/memory.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/mutex.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/string.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/string_builder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/task_group.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/tdigest.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/thread_pool.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/time.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/trie.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/uri.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/utf8.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/value_parsing.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/vendored/base64.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/vendored/datetime/tz.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/vendored/musl/strptime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/visitor.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/generated/parquet_constants.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/generated/parquet_types.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/arrow/path_internal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/arrow/reader.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/arrow/reader_internal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/arrow/schema.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/arrow/schema_internal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/arrow/writer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/bloom_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/column_reader.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/column_scanner.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/column_writer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/encoding.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/encryption/encryption.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/encryption/encryption_internal_nossl.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/encryption/internal_file_decryptor.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/encryption/internal_file_encryptor.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/exception.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/file_reader.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/file_writer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/level_comparison.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/level_conversion.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/metadata.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/murmur3.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/platform.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/printer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/properties.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/schema.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/statistics.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/stream_reader.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/stream_writer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/types.cc - ${CMAKE_BINARY_DIR}/contrib/libs/apache/arrow/cpp/src/generated/File.fbs.cpp - ${CMAKE_BINARY_DIR}/contrib/libs/apache/arrow/cpp/src/generated/Message.fbs.cpp - ${CMAKE_BINARY_DIR}/contrib/libs/apache/arrow/cpp/src/generated/Schema.fbs.cpp - ${CMAKE_BINARY_DIR}/contrib/libs/apache/arrow/cpp/src/generated/SparseTensor.fbs.cpp - ${CMAKE_BINARY_DIR}/contrib/libs/apache/arrow/cpp/src/generated/Tensor.fbs.cpp - ${CMAKE_BINARY_DIR}/contrib/libs/apache/arrow/cpp/src/generated/feather.fbs.cpp -) -target_fbs_source(libs-apache-arrow - PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/generated/File.fbs - --scoped-enums - -I - ${CMAKE_BINARY_DIR} - -I - ${CMAKE_SOURCE_DIR} -) -target_fbs_source(libs-apache-arrow - PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/generated/Message.fbs - --scoped-enums - -I - ${CMAKE_BINARY_DIR} - -I - ${CMAKE_SOURCE_DIR} -) -target_fbs_source(libs-apache-arrow - PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/generated/Schema.fbs - --scoped-enums - -I - ${CMAKE_BINARY_DIR} - -I - ${CMAKE_SOURCE_DIR} -) -target_fbs_source(libs-apache-arrow - PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/generated/SparseTensor.fbs - --scoped-enums - -I - ${CMAKE_BINARY_DIR} - -I - ${CMAKE_SOURCE_DIR} -) -target_fbs_source(libs-apache-arrow - PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/generated/Tensor.fbs - --scoped-enums - -I - ${CMAKE_BINARY_DIR} - -I - ${CMAKE_SOURCE_DIR} -) -target_fbs_source(libs-apache-arrow - PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/generated/feather.fbs - --scoped-enums - -I - ${CMAKE_BINARY_DIR} - -I - ${CMAKE_SOURCE_DIR} -) diff --git a/contrib/libs/apache/arrow/CMakeLists.txt b/contrib/libs/apache/arrow/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/apache/arrow/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/apache/arrow/CMakeLists.windows-x86_64.txt b/contrib/libs/apache/arrow/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 5a5a245f2f1..00000000000 --- a/contrib/libs/apache/arrow/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,361 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_flatc_bin - TOOL_flatc_dependency - contrib/tools/flatc/bin - flatc -) -get_built_tool_path( - TOOL_flatc_bin - TOOL_flatc_dependency - contrib/tools/flatc/bin - flatc -) -get_built_tool_path( - TOOL_flatc_bin - TOOL_flatc_dependency - contrib/tools/flatc/bin - flatc -) -get_built_tool_path( - TOOL_flatc_bin - TOOL_flatc_dependency - contrib/tools/flatc/bin - flatc -) -get_built_tool_path( - TOOL_flatc_bin - TOOL_flatc_dependency - contrib/tools/flatc/bin - flatc -) -get_built_tool_path( - TOOL_flatc_bin - TOOL_flatc_dependency - contrib/tools/flatc/bin - flatc -) - -add_library(libs-apache-arrow) -target_compile_options(libs-apache-arrow PUBLIC - -DARROW_STATIC - -DPARQUET_STATIC -) -target_compile_options(libs-apache-arrow PRIVATE - -DARROW_EXPORTING - -DARROW_WITH_BROTLI - -DARROW_WITH_LZ4 - -DARROW_WITH_RE2 - -DARROW_WITH_SNAPPY - -DARROW_WITH_TIMING_TESTS - -DARROW_WITH_UTF8PROC - -DARROW_WITH_ZLIB - -DARROW_WITH_ZSTD - -DHAVE_INTTYPES_H - -DHAVE_NETDB_H - -DPARQUET_EXPORTING - -DURI_STATIC_BUILD - $,,-Wno-everything> -) -target_include_directories(libs-apache-arrow PUBLIC - ${CMAKE_BINARY_DIR}/contrib/libs/apache/arrow/cpp/src - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/src -) -target_include_directories(libs-apache-arrow PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/generated - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/include - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/include - ${CMAKE_SOURCE_DIR}/contrib/libs/lz4 - ${CMAKE_SOURCE_DIR}/contrib/libs/rapidjson/include - ${CMAKE_SOURCE_DIR}/contrib/libs/utf8proc - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/include -) -target_link_libraries(libs-apache-arrow PUBLIC - contrib-libs-cxxsupp - libs-apache-orc - libs-brotli-dec - libs-brotli-enc - contrib-libs-double-conversion - contrib-libs-lz4 - contrib-libs-rapidjson - contrib-libs-re2 - contrib-libs-snappy - contrib-libs-utf8proc - contrib-libs-xxhash - contrib-libs-zlib - contrib-libs-zstd - contrib-restricted-fast_float - contrib-restricted-thrift - contrib-restricted-uriparser - contrib-libs-flatbuffers -) -target_sources(libs-apache-arrow PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/adapters/orc/adapter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/adapters/orc/adapter_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/array_base.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/array_binary.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/array_decimal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/array_dict.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/array_nested.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/array_primitive.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/builder_adaptive.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/builder_base.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/builder_binary.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/builder_decimal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/builder_dict.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/builder_nested.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/builder_primitive.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/builder_union.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/concatenate.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/data.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/diff.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/array/validate.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/buffer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/builder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/c/bridge.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/chunked_array.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compare.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/api_aggregate.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/api_scalar.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/api_vector.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/cast.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/exec.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/exec/exec_plan.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/exec/expression.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/exec/key_compare.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/exec/key_encode.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/exec/key_hash.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/exec/key_map.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/exec/util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/function.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/function_internal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernel.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/aggregate_basic.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/aggregate_mode.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/aggregate_quantile.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/aggregate_tdigest.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/aggregate_var_std.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/codegen_internal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/hash_aggregate.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_arithmetic.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_boolean.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_cast_boolean.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_cast_dictionary.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_cast_internal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_cast_nested.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_cast_numeric.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_cast_string.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_cast_temporal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_compare.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_fill_null.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_if_else.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_nested.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_set_lookup.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_string.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_temporal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/scalar_validity.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/util_internal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/vector_hash.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/vector_nested.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/vector_replace.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/vector_selection.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/kernels/vector_sort.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/compute/registry.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/config.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/csv/chunker.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/csv/column_builder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/csv/column_decoder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/csv/converter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/csv/options.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/csv/parser.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/csv/reader.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/csv/writer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/datum.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/device.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/extension_type.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/filesystem/filesystem.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/filesystem/localfs.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/filesystem/mockfs.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/filesystem/path_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/filesystem/util_internal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/io/buffered.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/io/caching.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/io/compressed.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/io/file.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/io/interfaces.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/io/memory.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/io/slow.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/io/stdio.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/io/transform.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/ipc/dictionary.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/ipc/feather.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/ipc/json_simple.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/ipc/message.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/ipc/metadata_internal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/ipc/options.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/ipc/reader.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/ipc/writer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/json/chunked_builder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/json/chunker.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/json/converter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/json/object_parser.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/json/object_writer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/json/options.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/json/parser.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/json/reader.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/memory_pool.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/pretty_print.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/record_batch.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/result.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/scalar.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/sparse_tensor.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/status.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/table.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/table_builder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/tensor.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/tensor/coo_converter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/tensor/csf_converter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/tensor/csx_converter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/type.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/basic_decimal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/bit_block_counter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/bit_run_reader.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/bit_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/bitmap.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/bitmap_builders.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/bitmap_ops.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/bpacking.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/cancel.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/compression.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/compression_brotli.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/compression_lz4.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/compression_snappy.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/compression_zlib.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/compression_zstd.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/cpu_info.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/decimal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/delimiting.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/formatting.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/future.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/int_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/io_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/key_value_metadata.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/logging.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/memory.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/mutex.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/string.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/string_builder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/task_group.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/tdigest.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/thread_pool.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/time.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/trie.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/uri.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/utf8.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/util/value_parsing.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/vendored/base64.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/vendored/datetime/tz.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/vendored/musl/strptime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/arrow/visitor.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/generated/parquet_constants.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/generated/parquet_types.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/arrow/path_internal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/arrow/reader.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/arrow/reader_internal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/arrow/schema.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/arrow/schema_internal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/arrow/writer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/bloom_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/column_reader.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/column_scanner.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/column_writer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/encoding.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/encryption/encryption.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/encryption/encryption_internal_nossl.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/encryption/internal_file_decryptor.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/encryption/internal_file_encryptor.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/exception.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/file_reader.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/file_writer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/level_comparison.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/level_conversion.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/metadata.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/murmur3.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/platform.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/printer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/properties.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/schema.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/statistics.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/stream_reader.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/stream_writer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/parquet/types.cc - ${CMAKE_BINARY_DIR}/contrib/libs/apache/arrow/cpp/src/generated/File.fbs.cpp - ${CMAKE_BINARY_DIR}/contrib/libs/apache/arrow/cpp/src/generated/Message.fbs.cpp - ${CMAKE_BINARY_DIR}/contrib/libs/apache/arrow/cpp/src/generated/Schema.fbs.cpp - ${CMAKE_BINARY_DIR}/contrib/libs/apache/arrow/cpp/src/generated/SparseTensor.fbs.cpp - ${CMAKE_BINARY_DIR}/contrib/libs/apache/arrow/cpp/src/generated/Tensor.fbs.cpp - ${CMAKE_BINARY_DIR}/contrib/libs/apache/arrow/cpp/src/generated/feather.fbs.cpp -) -target_fbs_source(libs-apache-arrow - PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/generated/File.fbs - --scoped-enums - -I - ${CMAKE_BINARY_DIR} - -I - ${CMAKE_SOURCE_DIR} -) -target_fbs_source(libs-apache-arrow - PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/generated/Message.fbs - --scoped-enums - -I - ${CMAKE_BINARY_DIR} - -I - ${CMAKE_SOURCE_DIR} -) -target_fbs_source(libs-apache-arrow - PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/generated/Schema.fbs - --scoped-enums - -I - ${CMAKE_BINARY_DIR} - -I - ${CMAKE_SOURCE_DIR} -) -target_fbs_source(libs-apache-arrow - PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/generated/SparseTensor.fbs - --scoped-enums - -I - ${CMAKE_BINARY_DIR} - -I - ${CMAKE_SOURCE_DIR} -) -target_fbs_source(libs-apache-arrow - PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/generated/Tensor.fbs - --scoped-enums - -I - ${CMAKE_BINARY_DIR} - -I - ${CMAKE_SOURCE_DIR} -) -target_fbs_source(libs-apache-arrow - PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/cpp/src/generated/feather.fbs - --scoped-enums - -I - ${CMAKE_BINARY_DIR} - -I - ${CMAKE_SOURCE_DIR} -) diff --git a/contrib/libs/apache/avro/CMakeLists.darwin-x86_64.txt b/contrib/libs/apache/avro/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 29b2696872d..00000000000 --- a/contrib/libs/apache/avro/CMakeLists.darwin-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(libs-apache-avro) -target_compile_options(libs-apache-avro PRIVATE - -DAVRO_SOURCE - -DAVRO_VERSION="1.11.3" - -DSNAPPY_CODEC_AVAILABLE - $,,-Wno-everything> -) -target_include_directories(libs-apache-avro PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/api -) -target_link_libraries(libs-apache-avro PUBLIC - contrib-libs-cxxsupp - contrib-libs-snappy - restricted-boost-any - restricted-boost-asio - restricted-boost-crc - restricted-boost-format - restricted-boost-iostreams - restricted-boost-math -) -target_sources(libs-apache-avro PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/BinaryDecoder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/BinaryEncoder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/Compiler.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/CustomAttributes.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/DataFile.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/FileStream.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/Generic.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/GenericDatum.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/LogicalType.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/Node.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/NodeImpl.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/Resolver.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/ResolverSchema.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/Schema.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/Stream.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/Types.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/ValidSchema.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/Validator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/Zigzag.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/json/JsonDom.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/json/JsonIO.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/parsing/JsonCodec.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/parsing/ResolvingDecoder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/parsing/Symbol.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/parsing/ValidatingCodec.cc -) diff --git a/contrib/libs/apache/avro/CMakeLists.linux-aarch64.txt b/contrib/libs/apache/avro/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 1fbc9136af4..00000000000 --- a/contrib/libs/apache/avro/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,57 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(libs-apache-avro) -target_compile_options(libs-apache-avro PRIVATE - -DAVRO_SOURCE - -DAVRO_VERSION="1.11.3" - -DSNAPPY_CODEC_AVAILABLE - $,,-Wno-everything> -) -target_include_directories(libs-apache-avro PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/api -) -target_link_libraries(libs-apache-avro PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-snappy - restricted-boost-any - restricted-boost-asio - restricted-boost-crc - restricted-boost-format - restricted-boost-iostreams - restricted-boost-math -) -target_sources(libs-apache-avro PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/BinaryDecoder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/BinaryEncoder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/Compiler.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/CustomAttributes.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/DataFile.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/FileStream.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/Generic.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/GenericDatum.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/LogicalType.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/Node.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/NodeImpl.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/Resolver.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/ResolverSchema.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/Schema.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/Stream.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/Types.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/ValidSchema.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/Validator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/Zigzag.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/json/JsonDom.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/json/JsonIO.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/parsing/JsonCodec.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/parsing/ResolvingDecoder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/parsing/Symbol.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/parsing/ValidatingCodec.cc -) diff --git a/contrib/libs/apache/avro/CMakeLists.linux-x86_64.txt b/contrib/libs/apache/avro/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 1fbc9136af4..00000000000 --- a/contrib/libs/apache/avro/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,57 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(libs-apache-avro) -target_compile_options(libs-apache-avro PRIVATE - -DAVRO_SOURCE - -DAVRO_VERSION="1.11.3" - -DSNAPPY_CODEC_AVAILABLE - $,,-Wno-everything> -) -target_include_directories(libs-apache-avro PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/api -) -target_link_libraries(libs-apache-avro PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-snappy - restricted-boost-any - restricted-boost-asio - restricted-boost-crc - restricted-boost-format - restricted-boost-iostreams - restricted-boost-math -) -target_sources(libs-apache-avro PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/BinaryDecoder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/BinaryEncoder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/Compiler.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/CustomAttributes.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/DataFile.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/FileStream.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/Generic.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/GenericDatum.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/LogicalType.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/Node.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/NodeImpl.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/Resolver.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/ResolverSchema.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/Schema.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/Stream.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/Types.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/ValidSchema.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/Validator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/Zigzag.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/json/JsonDom.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/json/JsonIO.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/parsing/JsonCodec.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/parsing/ResolvingDecoder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/parsing/Symbol.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/parsing/ValidatingCodec.cc -) diff --git a/contrib/libs/apache/avro/CMakeLists.txt b/contrib/libs/apache/avro/CMakeLists.txt deleted file mode 100644 index 522af85d518..00000000000 --- a/contrib/libs/apache/avro/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 "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) -endif() diff --git a/contrib/libs/apache/orc/CMakeLists.darwin-x86_64.txt b/contrib/libs/apache/orc/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index af2fe0863ce..00000000000 --- a/contrib/libs/apache/orc/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,94 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(libs-apache-orc) -target_compile_options(libs-apache-orc PRIVATE - $,,-Wno-everything> -) -target_include_directories(libs-apache-orc PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/include -) -target_include_directories(libs-apache-orc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/proto - ${CMAKE_SOURCE_DIR}/contrib/libs/lz4 - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/include -) -target_link_libraries(libs-apache-orc PUBLIC - contrib-libs-cxxsupp - contrib-libs-lz4 - contrib-libs-snappy - contrib-libs-zlib - contrib-libs-zstd - contrib-libs-protobuf -) -target_proto_messages(libs-apache-orc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/proto/orc_proto.proto -) -target_sources(libs-apache-orc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/Adaptor.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/BloomFilter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/ByteRLE.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/ColumnPrinter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/ColumnReader.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/ColumnWriter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/Common.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/Compression.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/Exceptions.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/Int128.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/LzoDecompressor.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/MemoryPool.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/Murmur3.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/OrcFile.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/RLE.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/RLEV2Util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/RLEv1.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/Reader.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/RleDecoderV2.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/RleEncoderV2.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/Statistics.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/StripeStream.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/Timezone.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/TypeImpl.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/Vector.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/Writer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/io/InputStream.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/io/OutputStream.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/sargs/ExpressionTree.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/sargs/Literal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/sargs/PredicateLeaf.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/sargs/SargsApplier.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/sargs/SearchArgument.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/sargs/TruthValue.cc -) -target_proto_addincls(libs-apache-orc - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(libs-apache-orc - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/libs/apache/orc/CMakeLists.linux-aarch64.txt b/contrib/libs/apache/orc/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 0ae0e1d2500..00000000000 --- a/contrib/libs/apache/orc/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(libs-apache-orc) -target_compile_options(libs-apache-orc PRIVATE - $,,-Wno-everything> -) -target_include_directories(libs-apache-orc PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/include -) -target_include_directories(libs-apache-orc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/proto - ${CMAKE_SOURCE_DIR}/contrib/libs/lz4 - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/include -) -target_link_libraries(libs-apache-orc PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-lz4 - contrib-libs-snappy - contrib-libs-zlib - contrib-libs-zstd - contrib-libs-protobuf -) -target_proto_messages(libs-apache-orc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/proto/orc_proto.proto -) -target_sources(libs-apache-orc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/Adaptor.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/BloomFilter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/ByteRLE.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/ColumnPrinter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/ColumnReader.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/ColumnWriter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/Common.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/Compression.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/Exceptions.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/Int128.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/LzoDecompressor.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/MemoryPool.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/Murmur3.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/OrcFile.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/RLE.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/RLEV2Util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/RLEv1.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/Reader.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/RleDecoderV2.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/RleEncoderV2.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/Statistics.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/StripeStream.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/Timezone.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/TypeImpl.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/Vector.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/Writer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/io/InputStream.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/io/OutputStream.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/sargs/ExpressionTree.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/sargs/Literal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/sargs/PredicateLeaf.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/sargs/SargsApplier.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/sargs/SearchArgument.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/sargs/TruthValue.cc -) -target_proto_addincls(libs-apache-orc - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(libs-apache-orc - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/libs/apache/orc/CMakeLists.linux-x86_64.txt b/contrib/libs/apache/orc/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 0ae0e1d2500..00000000000 --- a/contrib/libs/apache/orc/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(libs-apache-orc) -target_compile_options(libs-apache-orc PRIVATE - $,,-Wno-everything> -) -target_include_directories(libs-apache-orc PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/include -) -target_include_directories(libs-apache-orc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/proto - ${CMAKE_SOURCE_DIR}/contrib/libs/lz4 - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/include -) -target_link_libraries(libs-apache-orc PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-lz4 - contrib-libs-snappy - contrib-libs-zlib - contrib-libs-zstd - contrib-libs-protobuf -) -target_proto_messages(libs-apache-orc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/proto/orc_proto.proto -) -target_sources(libs-apache-orc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/Adaptor.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/BloomFilter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/ByteRLE.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/ColumnPrinter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/ColumnReader.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/ColumnWriter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/Common.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/Compression.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/Exceptions.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/Int128.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/LzoDecompressor.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/MemoryPool.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/Murmur3.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/OrcFile.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/RLE.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/RLEV2Util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/RLEv1.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/Reader.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/RleDecoderV2.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/RleEncoderV2.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/Statistics.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/StripeStream.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/Timezone.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/TypeImpl.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/Vector.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/Writer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/io/InputStream.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/io/OutputStream.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/sargs/ExpressionTree.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/sargs/Literal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/sargs/PredicateLeaf.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/sargs/SargsApplier.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/sargs/SearchArgument.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/sargs/TruthValue.cc -) -target_proto_addincls(libs-apache-orc - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(libs-apache-orc - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/libs/apache/orc/CMakeLists.txt b/contrib/libs/apache/orc/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/apache/orc/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/apache/orc/CMakeLists.windows-x86_64.txt b/contrib/libs/apache/orc/CMakeLists.windows-x86_64.txt deleted file mode 100644 index af2fe0863ce..00000000000 --- a/contrib/libs/apache/orc/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,94 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(libs-apache-orc) -target_compile_options(libs-apache-orc PRIVATE - $,,-Wno-everything> -) -target_include_directories(libs-apache-orc PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/include -) -target_include_directories(libs-apache-orc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/proto - ${CMAKE_SOURCE_DIR}/contrib/libs/lz4 - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/include -) -target_link_libraries(libs-apache-orc PUBLIC - contrib-libs-cxxsupp - contrib-libs-lz4 - contrib-libs-snappy - contrib-libs-zlib - contrib-libs-zstd - contrib-libs-protobuf -) -target_proto_messages(libs-apache-orc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/proto/orc_proto.proto -) -target_sources(libs-apache-orc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/Adaptor.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/BloomFilter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/ByteRLE.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/ColumnPrinter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/ColumnReader.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/ColumnWriter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/Common.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/Compression.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/Exceptions.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/Int128.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/LzoDecompressor.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/MemoryPool.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/Murmur3.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/OrcFile.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/RLE.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/RLEV2Util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/RLEv1.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/Reader.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/RleDecoderV2.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/RleEncoderV2.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/Statistics.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/StripeStream.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/Timezone.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/TypeImpl.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/Vector.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/Writer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/io/InputStream.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/io/OutputStream.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/sargs/ExpressionTree.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/sargs/Literal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/sargs/PredicateLeaf.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/sargs/SargsApplier.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/sargs/SearchArgument.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/src/sargs/TruthValue.cc -) -target_proto_addincls(libs-apache-orc - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(libs-apache-orc - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/libs/aws-sdk-cpp/CMakeLists.darwin-x86_64.txt b/contrib/libs/aws-sdk-cpp/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 13822480e02..00000000000 --- a/contrib/libs/aws-sdk-cpp/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(aws-cpp-sdk-core) -add_subdirectory(aws-cpp-sdk-s3) diff --git a/contrib/libs/aws-sdk-cpp/CMakeLists.linux-aarch64.txt b/contrib/libs/aws-sdk-cpp/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 13822480e02..00000000000 --- a/contrib/libs/aws-sdk-cpp/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(aws-cpp-sdk-core) -add_subdirectory(aws-cpp-sdk-s3) diff --git a/contrib/libs/aws-sdk-cpp/CMakeLists.linux-x86_64.txt b/contrib/libs/aws-sdk-cpp/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 13822480e02..00000000000 --- a/contrib/libs/aws-sdk-cpp/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(aws-cpp-sdk-core) -add_subdirectory(aws-cpp-sdk-s3) diff --git a/contrib/libs/aws-sdk-cpp/CMakeLists.txt b/contrib/libs/aws-sdk-cpp/CMakeLists.txt deleted file mode 100644 index 522af85d518..00000000000 --- a/contrib/libs/aws-sdk-cpp/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 "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) -endif() diff --git a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/CMakeLists.darwin-x86_64.txt b/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 34e01718e79..00000000000 --- a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,199 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(libs-aws-sdk-cpp-aws-cpp-sdk-core) -target_compile_options(libs-aws-sdk-cpp-aws-cpp-sdk-core 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_SDK_VERSION_MAJOR=1 - -DAWS_SDK_VERSION_MINOR=11 - -DAWS_SDK_VERSION_PATCH=37 - -DAWS_TEST_REGION=US_EAST_1 - -DAWS_USE_EPOLL - -DCURL_HAS_H2 - -DCURL_HAS_TLS_PROXY - -DENABLED_REQUEST_COMPRESSION - -DENABLED_ZLIB_REQUEST_COMPRESSION - -DENABLE_CURL_CLIENT - -DENABLE_CURL_LOGGING - -DENABLE_OPENSSL_ENCRYPTION - -DHAS_PATHCONF - -DHAS_UMASK - -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 - $,,-Wno-everything> -) -target_include_directories(libs-aws-sdk-cpp-aws-cpp-sdk-core PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/include -) -target_link_libraries(libs-aws-sdk-cpp-aws-cpp-sdk-core PUBLIC - contrib-libs-cxxsupp - contrib-libs-curl - contrib-libs-openssl - contrib-libs-zlib - 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-sdkutils - restricted-aws-aws-checksums - restricted-aws-aws-crt-cpp -) -target_sources(libs-aws-sdk-cpp-aws-cpp-sdk-core PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/AmazonSerializableWebServiceRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/AmazonStreamingWebServiceRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/AmazonWebServiceRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/Aws.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/Globals.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/Region.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/Version.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/auth/AWSCredentialsProvider.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/auth/AWSCredentialsProviderChain.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/auth/SSOCredentialsProvider.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/auth/STSCredentialsProvider.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/auth/bearer-token-provider/DefaultBearerTokenProviderChain.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/auth/bearer-token-provider/SSOBearerTokenProvider.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/auth/signer-provider/BearerTokenAuthSignerProvider.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/auth/signer-provider/DefaultAuthSignerProvider.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/auth/signer/AWSAuthBearerSigner.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/auth/signer/AWSAuthEventStreamV4Signer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/auth/signer/AWSAuthSignerCommon.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/auth/signer/AWSAuthSignerHelper.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/auth/signer/AWSAuthV4Signer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/auth/signer/AWSNullSigner.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/client/AWSClient.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/client/AWSErrorMarshaller.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/client/AWSJsonClient.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/client/AWSUrlPresigner.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/client/AWSXmlClient.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/client/AdaptiveRetryStrategy.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/client/AsyncCallerContext.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/client/ClientConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/client/CoreErrors.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/client/DefaultRetryStrategy.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/client/GenericClientConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/client/RequestCompression.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/client/RetryStrategy.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/client/SpecifiedRetryableErrorsRetryStrategy.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/config/AWSConfigFileProfileConfigLoader.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/config/AWSProfileConfigLoaderBase.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/config/ConfigAndCredentialsCacheManager.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/config/EC2InstanceProfileConfigLoader.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/config/defaults/ClientConfigurationDefaults.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/endpoint/AWSEndpoint.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/endpoint/AWSPartitions.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/endpoint/BuiltInParameters.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/endpoint/ClientContextParameters.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/endpoint/DefaultEndpointProvider.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/endpoint/EndpointProviderBase.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/endpoint/internal/AWSEndpointAttribute.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/external/cjson/cJSON.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/external/tinyxml2/tinyxml2.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/http/HttpClient.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/http/HttpClientFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/http/HttpRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/http/HttpResponse.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/http/HttpTypes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/http/Scheme.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/http/URI.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/http/curl/CurlHandleContainer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/http/curl/CurlHttpClient.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/http/standard/StandardHttpRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/http/standard/StandardHttpResponse.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/internal/AWSHttpResourceClient.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/monitoring/DefaultMonitoring.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/monitoring/HttpClientMetrics.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/monitoring/MonitoringManager.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/ARN.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/Array.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/DNS.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/DateTimeCommon.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/Directory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/Document.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/EnumParseOverflowContainer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/FileSystemUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/GetTheLights.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/HashingUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/StringUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/TempFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/UUID.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/base64/Base64.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/crypto/CRC32.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/crypto/Cipher.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/crypto/ContentCryptoMaterial.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/crypto/ContentCryptoScheme.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/crypto/CryptoBuf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/crypto/CryptoStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/crypto/EncryptionMaterials.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/crypto/KeyWrapAlgorithm.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/crypto/MD5.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/crypto/Sha1.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/crypto/Sha256.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/crypto/Sha256HMAC.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/crypto/factory/Factories.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/crypto/openssl/CryptoImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/event/EventDecoderStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/event/EventEncoderStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/event/EventHeader.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/event/EventMessage.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/event/EventStreamBuf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/event/EventStreamDecoder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/event/EventStreamEncoder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/event/EventStreamErrors.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/json/JsonSerializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/logging/AWSLogging.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/logging/CRTLogSystem.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/logging/CRTLogging.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/logging/ConsoleLogSystem.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/logging/DefaultLogSystem.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/logging/FormattedLogSystem.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/logging/LogLevel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/memory/AWSMemory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/memory/stl/SimpleStringStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/stream/ConcurrentStreamBuf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/stream/PreallocatedStreamBuf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/stream/ResponseStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/stream/SimpleStreamBuf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/threading/Executor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/threading/ReaderWriterLock.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/threading/Semaphore.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/threading/ThreadTask.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/xml/XmlSerializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/net/linux-shared/Net.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/net/linux-shared/SimpleUDP.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/platform/linux-shared/Environment.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/platform/linux-shared/FileSystem.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/platform/linux-shared/OSVersionInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/platform/linux-shared/Security.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/platform/linux-shared/Time.cpp -) diff --git a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/CMakeLists.linux-aarch64.txt b/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 43002865c6e..00000000000 --- a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,200 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(libs-aws-sdk-cpp-aws-cpp-sdk-core) -target_compile_options(libs-aws-sdk-cpp-aws-cpp-sdk-core 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_SDK_VERSION_MAJOR=1 - -DAWS_SDK_VERSION_MINOR=11 - -DAWS_SDK_VERSION_PATCH=37 - -DAWS_TEST_REGION=US_EAST_1 - -DAWS_USE_EPOLL - -DCURL_HAS_H2 - -DCURL_HAS_TLS_PROXY - -DENABLED_REQUEST_COMPRESSION - -DENABLED_ZLIB_REQUEST_COMPRESSION - -DENABLE_CURL_CLIENT - -DENABLE_CURL_LOGGING - -DENABLE_OPENSSL_ENCRYPTION - -DHAS_PATHCONF - -DHAS_UMASK - -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 - $,,-Wno-everything> -) -target_include_directories(libs-aws-sdk-cpp-aws-cpp-sdk-core PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/include -) -target_link_libraries(libs-aws-sdk-cpp-aws-cpp-sdk-core PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-curl - contrib-libs-openssl - contrib-libs-zlib - 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-sdkutils - restricted-aws-aws-checksums - restricted-aws-aws-crt-cpp -) -target_sources(libs-aws-sdk-cpp-aws-cpp-sdk-core PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/AmazonSerializableWebServiceRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/AmazonStreamingWebServiceRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/AmazonWebServiceRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/Aws.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/Globals.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/Region.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/Version.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/auth/AWSCredentialsProvider.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/auth/AWSCredentialsProviderChain.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/auth/SSOCredentialsProvider.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/auth/STSCredentialsProvider.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/auth/bearer-token-provider/DefaultBearerTokenProviderChain.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/auth/bearer-token-provider/SSOBearerTokenProvider.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/auth/signer-provider/BearerTokenAuthSignerProvider.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/auth/signer-provider/DefaultAuthSignerProvider.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/auth/signer/AWSAuthBearerSigner.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/auth/signer/AWSAuthEventStreamV4Signer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/auth/signer/AWSAuthSignerCommon.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/auth/signer/AWSAuthSignerHelper.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/auth/signer/AWSAuthV4Signer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/auth/signer/AWSNullSigner.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/client/AWSClient.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/client/AWSErrorMarshaller.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/client/AWSJsonClient.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/client/AWSUrlPresigner.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/client/AWSXmlClient.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/client/AdaptiveRetryStrategy.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/client/AsyncCallerContext.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/client/ClientConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/client/CoreErrors.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/client/DefaultRetryStrategy.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/client/GenericClientConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/client/RequestCompression.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/client/RetryStrategy.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/client/SpecifiedRetryableErrorsRetryStrategy.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/config/AWSConfigFileProfileConfigLoader.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/config/AWSProfileConfigLoaderBase.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/config/ConfigAndCredentialsCacheManager.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/config/EC2InstanceProfileConfigLoader.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/config/defaults/ClientConfigurationDefaults.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/endpoint/AWSEndpoint.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/endpoint/AWSPartitions.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/endpoint/BuiltInParameters.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/endpoint/ClientContextParameters.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/endpoint/DefaultEndpointProvider.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/endpoint/EndpointProviderBase.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/endpoint/internal/AWSEndpointAttribute.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/external/cjson/cJSON.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/external/tinyxml2/tinyxml2.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/http/HttpClient.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/http/HttpClientFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/http/HttpRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/http/HttpResponse.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/http/HttpTypes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/http/Scheme.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/http/URI.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/http/curl/CurlHandleContainer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/http/curl/CurlHttpClient.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/http/standard/StandardHttpRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/http/standard/StandardHttpResponse.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/internal/AWSHttpResourceClient.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/monitoring/DefaultMonitoring.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/monitoring/HttpClientMetrics.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/monitoring/MonitoringManager.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/ARN.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/Array.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/DNS.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/DateTimeCommon.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/Directory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/Document.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/EnumParseOverflowContainer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/FileSystemUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/GetTheLights.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/HashingUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/StringUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/TempFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/UUID.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/base64/Base64.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/crypto/CRC32.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/crypto/Cipher.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/crypto/ContentCryptoMaterial.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/crypto/ContentCryptoScheme.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/crypto/CryptoBuf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/crypto/CryptoStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/crypto/EncryptionMaterials.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/crypto/KeyWrapAlgorithm.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/crypto/MD5.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/crypto/Sha1.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/crypto/Sha256.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/crypto/Sha256HMAC.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/crypto/factory/Factories.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/crypto/openssl/CryptoImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/event/EventDecoderStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/event/EventEncoderStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/event/EventHeader.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/event/EventMessage.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/event/EventStreamBuf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/event/EventStreamDecoder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/event/EventStreamEncoder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/event/EventStreamErrors.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/json/JsonSerializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/logging/AWSLogging.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/logging/CRTLogSystem.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/logging/CRTLogging.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/logging/ConsoleLogSystem.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/logging/DefaultLogSystem.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/logging/FormattedLogSystem.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/logging/LogLevel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/memory/AWSMemory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/memory/stl/SimpleStringStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/stream/ConcurrentStreamBuf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/stream/PreallocatedStreamBuf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/stream/ResponseStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/stream/SimpleStreamBuf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/threading/Executor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/threading/ReaderWriterLock.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/threading/Semaphore.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/threading/ThreadTask.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/xml/XmlSerializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/net/linux-shared/Net.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/net/linux-shared/SimpleUDP.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/platform/linux-shared/Environment.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/platform/linux-shared/FileSystem.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/platform/linux-shared/OSVersionInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/platform/linux-shared/Security.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/platform/linux-shared/Time.cpp -) diff --git a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/CMakeLists.linux-x86_64.txt b/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 43002865c6e..00000000000 --- a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,200 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(libs-aws-sdk-cpp-aws-cpp-sdk-core) -target_compile_options(libs-aws-sdk-cpp-aws-cpp-sdk-core 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_SDK_VERSION_MAJOR=1 - -DAWS_SDK_VERSION_MINOR=11 - -DAWS_SDK_VERSION_PATCH=37 - -DAWS_TEST_REGION=US_EAST_1 - -DAWS_USE_EPOLL - -DCURL_HAS_H2 - -DCURL_HAS_TLS_PROXY - -DENABLED_REQUEST_COMPRESSION - -DENABLED_ZLIB_REQUEST_COMPRESSION - -DENABLE_CURL_CLIENT - -DENABLE_CURL_LOGGING - -DENABLE_OPENSSL_ENCRYPTION - -DHAS_PATHCONF - -DHAS_UMASK - -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 - $,,-Wno-everything> -) -target_include_directories(libs-aws-sdk-cpp-aws-cpp-sdk-core PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/include -) -target_link_libraries(libs-aws-sdk-cpp-aws-cpp-sdk-core PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-curl - contrib-libs-openssl - contrib-libs-zlib - 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-sdkutils - restricted-aws-aws-checksums - restricted-aws-aws-crt-cpp -) -target_sources(libs-aws-sdk-cpp-aws-cpp-sdk-core PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/AmazonSerializableWebServiceRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/AmazonStreamingWebServiceRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/AmazonWebServiceRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/Aws.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/Globals.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/Region.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/Version.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/auth/AWSCredentialsProvider.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/auth/AWSCredentialsProviderChain.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/auth/SSOCredentialsProvider.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/auth/STSCredentialsProvider.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/auth/bearer-token-provider/DefaultBearerTokenProviderChain.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/auth/bearer-token-provider/SSOBearerTokenProvider.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/auth/signer-provider/BearerTokenAuthSignerProvider.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/auth/signer-provider/DefaultAuthSignerProvider.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/auth/signer/AWSAuthBearerSigner.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/auth/signer/AWSAuthEventStreamV4Signer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/auth/signer/AWSAuthSignerCommon.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/auth/signer/AWSAuthSignerHelper.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/auth/signer/AWSAuthV4Signer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/auth/signer/AWSNullSigner.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/client/AWSClient.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/client/AWSErrorMarshaller.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/client/AWSJsonClient.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/client/AWSUrlPresigner.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/client/AWSXmlClient.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/client/AdaptiveRetryStrategy.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/client/AsyncCallerContext.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/client/ClientConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/client/CoreErrors.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/client/DefaultRetryStrategy.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/client/GenericClientConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/client/RequestCompression.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/client/RetryStrategy.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/client/SpecifiedRetryableErrorsRetryStrategy.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/config/AWSConfigFileProfileConfigLoader.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/config/AWSProfileConfigLoaderBase.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/config/ConfigAndCredentialsCacheManager.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/config/EC2InstanceProfileConfigLoader.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/config/defaults/ClientConfigurationDefaults.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/endpoint/AWSEndpoint.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/endpoint/AWSPartitions.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/endpoint/BuiltInParameters.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/endpoint/ClientContextParameters.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/endpoint/DefaultEndpointProvider.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/endpoint/EndpointProviderBase.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/endpoint/internal/AWSEndpointAttribute.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/external/cjson/cJSON.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/external/tinyxml2/tinyxml2.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/http/HttpClient.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/http/HttpClientFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/http/HttpRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/http/HttpResponse.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/http/HttpTypes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/http/Scheme.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/http/URI.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/http/curl/CurlHandleContainer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/http/curl/CurlHttpClient.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/http/standard/StandardHttpRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/http/standard/StandardHttpResponse.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/internal/AWSHttpResourceClient.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/monitoring/DefaultMonitoring.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/monitoring/HttpClientMetrics.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/monitoring/MonitoringManager.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/ARN.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/Array.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/DNS.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/DateTimeCommon.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/Directory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/Document.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/EnumParseOverflowContainer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/FileSystemUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/GetTheLights.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/HashingUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/StringUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/TempFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/UUID.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/base64/Base64.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/crypto/CRC32.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/crypto/Cipher.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/crypto/ContentCryptoMaterial.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/crypto/ContentCryptoScheme.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/crypto/CryptoBuf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/crypto/CryptoStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/crypto/EncryptionMaterials.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/crypto/KeyWrapAlgorithm.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/crypto/MD5.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/crypto/Sha1.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/crypto/Sha256.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/crypto/Sha256HMAC.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/crypto/factory/Factories.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/crypto/openssl/CryptoImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/event/EventDecoderStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/event/EventEncoderStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/event/EventHeader.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/event/EventMessage.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/event/EventStreamBuf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/event/EventStreamDecoder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/event/EventStreamEncoder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/event/EventStreamErrors.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/json/JsonSerializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/logging/AWSLogging.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/logging/CRTLogSystem.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/logging/CRTLogging.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/logging/ConsoleLogSystem.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/logging/DefaultLogSystem.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/logging/FormattedLogSystem.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/logging/LogLevel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/memory/AWSMemory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/memory/stl/SimpleStringStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/stream/ConcurrentStreamBuf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/stream/PreallocatedStreamBuf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/stream/ResponseStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/stream/SimpleStreamBuf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/threading/Executor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/threading/ReaderWriterLock.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/threading/Semaphore.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/threading/ThreadTask.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/xml/XmlSerializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/net/linux-shared/Net.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/net/linux-shared/SimpleUDP.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/platform/linux-shared/Environment.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/platform/linux-shared/FileSystem.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/platform/linux-shared/OSVersionInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/platform/linux-shared/Security.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/platform/linux-shared/Time.cpp -) diff --git a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/CMakeLists.txt b/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/CMakeLists.txt deleted file mode 100644 index 522af85d518..00000000000 --- a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/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 "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) -endif() diff --git a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/CMakeLists.darwin-x86_64.txt b/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 42e8df4fa8e..00000000000 --- a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,417 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(libs-aws-sdk-cpp-aws-cpp-sdk-s3) -target_compile_options(libs-aws-sdk-cpp-aws-cpp-sdk-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_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_SDK_VERSION_MAJOR=1 - -DAWS_SDK_VERSION_MINOR=11 - -DAWS_SDK_VERSION_PATCH=37 - -DAWS_TEST_REGION=US_EAST_1 - -DAWS_USE_EPOLL - -DENABLED_REQUEST_COMPRESSION - -DENABLED_ZLIB_REQUEST_COMPRESSION - -DENABLE_CURL_CLIENT - -DENABLE_OPENSSL_ENCRYPTION - -DHAS_PATHCONF - -DHAS_UMASK - -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 - $,,-Wno-everything> -) -target_include_directories(libs-aws-sdk-cpp-aws-cpp-sdk-s3 PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include -) -target_include_directories(libs-aws-sdk-cpp-aws-cpp-sdk-s3 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/include -) -target_link_libraries(libs-aws-sdk-cpp-aws-cpp-sdk-s3 PUBLIC - contrib-libs-cxxsupp - libs-aws-sdk-cpp-aws-cpp-sdk-core - restricted-aws-aws-c-auth - restricted-aws-aws-c-common - restricted-aws-aws-c-event-stream - restricted-aws-aws-c-io - restricted-aws-aws-c-mqtt - restricted-aws-aws-c-sdkutils - restricted-aws-aws-crt-cpp -) -target_sources(libs-aws-sdk-cpp-aws-cpp-sdk-s3 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/S3Client.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/S3ClientConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/S3EndpointProvider.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/S3EndpointRules.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/S3ErrorMarshaller.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/S3Errors.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/S3Request.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/AbortIncompleteMultipartUpload.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/AbortMultipartUploadRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/AbortMultipartUploadResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/AccelerateConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/AccessControlPolicy.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/AccessControlTranslation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/AnalyticsAndOperator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/AnalyticsConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/AnalyticsExportDestination.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/AnalyticsFilter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/AnalyticsS3BucketDestination.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/AnalyticsS3ExportFileFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ArchiveStatus.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Bucket.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/BucketAccelerateStatus.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/BucketCannedACL.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/BucketLifecycleConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/BucketLocationConstraint.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/BucketLoggingStatus.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/BucketLogsPermission.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/BucketVersioningStatus.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/CORSConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/CORSRule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/CSVInput.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/CSVOutput.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Checksum.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ChecksumAlgorithm.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ChecksumMode.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/CloudFunctionConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/CommonPrefix.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/CompleteMultipartUploadRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/CompleteMultipartUploadResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/CompletedMultipartUpload.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/CompletedPart.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/CompressionType.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Condition.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/CopyObjectRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/CopyObjectResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/CopyObjectResultDetails.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/CopyPartResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/CreateBucketConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/CreateBucketRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/CreateBucketResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/CreateMultipartUploadRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/CreateMultipartUploadResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DefaultRetention.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Delete.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeleteBucketAnalyticsConfigurationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeleteBucketCorsRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeleteBucketEncryptionRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeleteBucketIntelligentTieringConfigurationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeleteBucketInventoryConfigurationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeleteBucketLifecycleRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeleteBucketMetricsConfigurationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeleteBucketOwnershipControlsRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeleteBucketPolicyRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeleteBucketReplicationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeleteBucketRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeleteBucketTaggingRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeleteBucketWebsiteRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeleteMarkerEntry.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeleteMarkerReplication.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeleteMarkerReplicationStatus.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeleteObjectRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeleteObjectResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeleteObjectTaggingRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeleteObjectTaggingResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeleteObjectsRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeleteObjectsResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeletePublicAccessBlockRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeletedObject.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Destination.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/EncodingType.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Encryption.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/EncryptionConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Error.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ErrorDocument.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Event.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/EventBridgeConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ExistingObjectReplication.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ExistingObjectReplicationStatus.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ExpirationStatus.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ExpressionType.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/FileHeaderInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/FilterRule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/FilterRuleName.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketAccelerateConfigurationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketAccelerateConfigurationResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketAclRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketAclResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketAnalyticsConfigurationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketAnalyticsConfigurationResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketCorsRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketCorsResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketEncryptionRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketEncryptionResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketIntelligentTieringConfigurationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketIntelligentTieringConfigurationResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketInventoryConfigurationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketInventoryConfigurationResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketLifecycleConfigurationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketLifecycleConfigurationResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketLocationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketLocationResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketLoggingRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketLoggingResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketMetricsConfigurationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketMetricsConfigurationResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketNotificationConfigurationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketNotificationConfigurationResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketOwnershipControlsRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketOwnershipControlsResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketPolicyRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketPolicyResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketPolicyStatusRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketPolicyStatusResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketReplicationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketReplicationResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketRequestPaymentRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketRequestPaymentResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketTaggingRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketTaggingResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketVersioningRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketVersioningResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketWebsiteRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketWebsiteResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetObjectAclRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetObjectAclResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetObjectAttributesParts.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetObjectAttributesRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetObjectAttributesResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetObjectLegalHoldRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetObjectLegalHoldResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetObjectLockConfigurationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetObjectLockConfigurationResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetObjectRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetObjectResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetObjectRetentionRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetObjectRetentionResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetObjectTaggingRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetObjectTaggingResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetObjectTorrentRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetObjectTorrentResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetPublicAccessBlockRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetPublicAccessBlockResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GlacierJobParameters.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Grant.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Grantee.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/HeadBucketRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/HeadObjectRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/HeadObjectResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/IndexDocument.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Initiator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/InputSerialization.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/IntelligentTieringAccessTier.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/IntelligentTieringAndOperator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/IntelligentTieringConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/IntelligentTieringFilter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/IntelligentTieringStatus.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/InvalidObjectState.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/InventoryConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/InventoryDestination.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/InventoryEncryption.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/InventoryFilter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/InventoryFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/InventoryFrequency.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/InventoryIncludedObjectVersions.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/InventoryOptionalField.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/InventoryS3BucketDestination.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/InventorySchedule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/JSONInput.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/JSONOutput.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/JSONType.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/LambdaFunctionConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/LifecycleConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/LifecycleExpiration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/LifecycleRule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/LifecycleRuleAndOperator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/LifecycleRuleFilter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ListBucketAnalyticsConfigurationsRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ListBucketAnalyticsConfigurationsResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ListBucketIntelligentTieringConfigurationsRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ListBucketIntelligentTieringConfigurationsResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ListBucketInventoryConfigurationsRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ListBucketInventoryConfigurationsResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ListBucketMetricsConfigurationsRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ListBucketMetricsConfigurationsResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ListBucketsResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ListMultipartUploadsRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ListMultipartUploadsResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ListObjectVersionsRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ListObjectVersionsResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ListObjectsRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ListObjectsResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ListObjectsV2Request.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ListObjectsV2Result.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ListPartsRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ListPartsResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/LoggingEnabled.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/MFADelete.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/MFADeleteStatus.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/MetadataDirective.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/MetadataEntry.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Metrics.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/MetricsAndOperator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/MetricsConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/MetricsFilter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/MetricsStatus.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/MultipartUpload.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/NoncurrentVersionExpiration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/NoncurrentVersionTransition.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/NotificationConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/NotificationConfigurationDeprecated.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/NotificationConfigurationFilter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Object.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ObjectAttributes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ObjectCannedACL.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ObjectIdentifier.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ObjectLockConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ObjectLockEnabled.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ObjectLockLegalHold.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ObjectLockLegalHoldStatus.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ObjectLockMode.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ObjectLockRetention.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ObjectLockRetentionMode.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ObjectLockRule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ObjectOwnership.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ObjectPart.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ObjectStorageClass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ObjectVersion.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ObjectVersionStorageClass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/OutputLocation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/OutputSerialization.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Owner.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/OwnerOverride.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/OwnershipControls.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/OwnershipControlsRule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ParquetInput.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Part.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Payer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Permission.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PolicyStatus.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Progress.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ProgressEvent.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Protocol.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PublicAccessBlockConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutBucketAccelerateConfigurationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutBucketAclRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutBucketAnalyticsConfigurationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutBucketCorsRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutBucketEncryptionRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutBucketIntelligentTieringConfigurationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutBucketInventoryConfigurationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutBucketLifecycleConfigurationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutBucketLoggingRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutBucketMetricsConfigurationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutBucketNotificationConfigurationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutBucketOwnershipControlsRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutBucketPolicyRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutBucketReplicationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutBucketRequestPaymentRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutBucketTaggingRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutBucketVersioningRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutBucketWebsiteRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutObjectAclRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutObjectAclResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutObjectLegalHoldRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutObjectLegalHoldResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutObjectLockConfigurationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutObjectLockConfigurationResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutObjectRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutObjectResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutObjectRetentionRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutObjectRetentionResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutObjectTaggingRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutObjectTaggingResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutPublicAccessBlockRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/QueueConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/QueueConfigurationDeprecated.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/QuoteFields.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Redirect.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/RedirectAllRequestsTo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ReplicaModifications.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ReplicaModificationsStatus.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ReplicationConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ReplicationRule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ReplicationRuleAndOperator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ReplicationRuleFilter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ReplicationRuleStatus.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ReplicationStatus.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ReplicationTime.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ReplicationTimeStatus.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ReplicationTimeValue.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/RequestCharged.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/RequestPayer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/RequestPaymentConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/RequestProgress.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/RestoreObjectRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/RestoreObjectResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/RestoreRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/RestoreRequestType.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/RoutingRule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Rule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/S3KeyFilter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/S3Location.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/SSEKMS.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/SSES3.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ScanRange.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/SelectObjectContentHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/SelectObjectContentRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/SelectParameters.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ServerSideEncryption.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ServerSideEncryptionByDefault.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ServerSideEncryptionConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ServerSideEncryptionRule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/SourceSelectionCriteria.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/SseKmsEncryptedObjects.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/SseKmsEncryptedObjectsStatus.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Stats.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/StatsEvent.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/StorageClass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/StorageClassAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/StorageClassAnalysisDataExport.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/StorageClassAnalysisSchemaVersion.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Tag.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Tagging.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/TaggingDirective.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/TargetGrant.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Tier.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Tiering.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/TopicConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/TopicConfigurationDeprecated.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Transition.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/TransitionStorageClass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Type.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/UploadPartCopyRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/UploadPartCopyResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/UploadPartRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/UploadPartResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/VersioningConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/WebsiteConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/WriteGetObjectResponseRequest.cpp -) diff --git a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/CMakeLists.linux-aarch64.txt b/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 2fdc7856d53..00000000000 --- a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,418 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(libs-aws-sdk-cpp-aws-cpp-sdk-s3) -target_compile_options(libs-aws-sdk-cpp-aws-cpp-sdk-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_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_SDK_VERSION_MAJOR=1 - -DAWS_SDK_VERSION_MINOR=11 - -DAWS_SDK_VERSION_PATCH=37 - -DAWS_TEST_REGION=US_EAST_1 - -DAWS_USE_EPOLL - -DENABLED_REQUEST_COMPRESSION - -DENABLED_ZLIB_REQUEST_COMPRESSION - -DENABLE_CURL_CLIENT - -DENABLE_OPENSSL_ENCRYPTION - -DHAS_PATHCONF - -DHAS_UMASK - -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 - $,,-Wno-everything> -) -target_include_directories(libs-aws-sdk-cpp-aws-cpp-sdk-s3 PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include -) -target_include_directories(libs-aws-sdk-cpp-aws-cpp-sdk-s3 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/include -) -target_link_libraries(libs-aws-sdk-cpp-aws-cpp-sdk-s3 PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - libs-aws-sdk-cpp-aws-cpp-sdk-core - restricted-aws-aws-c-auth - restricted-aws-aws-c-common - restricted-aws-aws-c-event-stream - restricted-aws-aws-c-io - restricted-aws-aws-c-mqtt - restricted-aws-aws-c-sdkutils - restricted-aws-aws-crt-cpp -) -target_sources(libs-aws-sdk-cpp-aws-cpp-sdk-s3 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/S3Client.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/S3ClientConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/S3EndpointProvider.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/S3EndpointRules.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/S3ErrorMarshaller.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/S3Errors.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/S3Request.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/AbortIncompleteMultipartUpload.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/AbortMultipartUploadRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/AbortMultipartUploadResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/AccelerateConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/AccessControlPolicy.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/AccessControlTranslation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/AnalyticsAndOperator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/AnalyticsConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/AnalyticsExportDestination.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/AnalyticsFilter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/AnalyticsS3BucketDestination.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/AnalyticsS3ExportFileFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ArchiveStatus.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Bucket.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/BucketAccelerateStatus.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/BucketCannedACL.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/BucketLifecycleConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/BucketLocationConstraint.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/BucketLoggingStatus.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/BucketLogsPermission.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/BucketVersioningStatus.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/CORSConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/CORSRule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/CSVInput.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/CSVOutput.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Checksum.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ChecksumAlgorithm.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ChecksumMode.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/CloudFunctionConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/CommonPrefix.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/CompleteMultipartUploadRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/CompleteMultipartUploadResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/CompletedMultipartUpload.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/CompletedPart.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/CompressionType.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Condition.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/CopyObjectRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/CopyObjectResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/CopyObjectResultDetails.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/CopyPartResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/CreateBucketConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/CreateBucketRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/CreateBucketResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/CreateMultipartUploadRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/CreateMultipartUploadResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DefaultRetention.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Delete.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeleteBucketAnalyticsConfigurationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeleteBucketCorsRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeleteBucketEncryptionRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeleteBucketIntelligentTieringConfigurationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeleteBucketInventoryConfigurationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeleteBucketLifecycleRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeleteBucketMetricsConfigurationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeleteBucketOwnershipControlsRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeleteBucketPolicyRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeleteBucketReplicationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeleteBucketRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeleteBucketTaggingRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeleteBucketWebsiteRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeleteMarkerEntry.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeleteMarkerReplication.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeleteMarkerReplicationStatus.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeleteObjectRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeleteObjectResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeleteObjectTaggingRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeleteObjectTaggingResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeleteObjectsRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeleteObjectsResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeletePublicAccessBlockRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeletedObject.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Destination.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/EncodingType.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Encryption.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/EncryptionConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Error.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ErrorDocument.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Event.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/EventBridgeConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ExistingObjectReplication.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ExistingObjectReplicationStatus.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ExpirationStatus.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ExpressionType.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/FileHeaderInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/FilterRule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/FilterRuleName.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketAccelerateConfigurationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketAccelerateConfigurationResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketAclRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketAclResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketAnalyticsConfigurationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketAnalyticsConfigurationResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketCorsRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketCorsResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketEncryptionRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketEncryptionResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketIntelligentTieringConfigurationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketIntelligentTieringConfigurationResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketInventoryConfigurationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketInventoryConfigurationResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketLifecycleConfigurationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketLifecycleConfigurationResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketLocationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketLocationResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketLoggingRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketLoggingResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketMetricsConfigurationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketMetricsConfigurationResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketNotificationConfigurationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketNotificationConfigurationResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketOwnershipControlsRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketOwnershipControlsResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketPolicyRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketPolicyResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketPolicyStatusRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketPolicyStatusResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketReplicationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketReplicationResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketRequestPaymentRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketRequestPaymentResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketTaggingRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketTaggingResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketVersioningRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketVersioningResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketWebsiteRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketWebsiteResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetObjectAclRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetObjectAclResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetObjectAttributesParts.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetObjectAttributesRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetObjectAttributesResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetObjectLegalHoldRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetObjectLegalHoldResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetObjectLockConfigurationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetObjectLockConfigurationResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetObjectRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetObjectResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetObjectRetentionRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetObjectRetentionResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetObjectTaggingRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetObjectTaggingResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetObjectTorrentRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetObjectTorrentResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetPublicAccessBlockRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetPublicAccessBlockResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GlacierJobParameters.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Grant.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Grantee.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/HeadBucketRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/HeadObjectRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/HeadObjectResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/IndexDocument.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Initiator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/InputSerialization.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/IntelligentTieringAccessTier.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/IntelligentTieringAndOperator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/IntelligentTieringConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/IntelligentTieringFilter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/IntelligentTieringStatus.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/InvalidObjectState.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/InventoryConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/InventoryDestination.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/InventoryEncryption.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/InventoryFilter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/InventoryFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/InventoryFrequency.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/InventoryIncludedObjectVersions.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/InventoryOptionalField.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/InventoryS3BucketDestination.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/InventorySchedule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/JSONInput.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/JSONOutput.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/JSONType.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/LambdaFunctionConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/LifecycleConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/LifecycleExpiration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/LifecycleRule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/LifecycleRuleAndOperator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/LifecycleRuleFilter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ListBucketAnalyticsConfigurationsRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ListBucketAnalyticsConfigurationsResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ListBucketIntelligentTieringConfigurationsRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ListBucketIntelligentTieringConfigurationsResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ListBucketInventoryConfigurationsRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ListBucketInventoryConfigurationsResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ListBucketMetricsConfigurationsRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ListBucketMetricsConfigurationsResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ListBucketsResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ListMultipartUploadsRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ListMultipartUploadsResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ListObjectVersionsRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ListObjectVersionsResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ListObjectsRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ListObjectsResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ListObjectsV2Request.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ListObjectsV2Result.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ListPartsRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ListPartsResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/LoggingEnabled.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/MFADelete.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/MFADeleteStatus.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/MetadataDirective.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/MetadataEntry.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Metrics.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/MetricsAndOperator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/MetricsConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/MetricsFilter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/MetricsStatus.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/MultipartUpload.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/NoncurrentVersionExpiration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/NoncurrentVersionTransition.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/NotificationConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/NotificationConfigurationDeprecated.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/NotificationConfigurationFilter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Object.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ObjectAttributes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ObjectCannedACL.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ObjectIdentifier.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ObjectLockConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ObjectLockEnabled.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ObjectLockLegalHold.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ObjectLockLegalHoldStatus.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ObjectLockMode.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ObjectLockRetention.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ObjectLockRetentionMode.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ObjectLockRule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ObjectOwnership.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ObjectPart.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ObjectStorageClass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ObjectVersion.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ObjectVersionStorageClass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/OutputLocation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/OutputSerialization.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Owner.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/OwnerOverride.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/OwnershipControls.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/OwnershipControlsRule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ParquetInput.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Part.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Payer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Permission.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PolicyStatus.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Progress.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ProgressEvent.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Protocol.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PublicAccessBlockConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutBucketAccelerateConfigurationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutBucketAclRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutBucketAnalyticsConfigurationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutBucketCorsRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutBucketEncryptionRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutBucketIntelligentTieringConfigurationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutBucketInventoryConfigurationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutBucketLifecycleConfigurationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutBucketLoggingRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutBucketMetricsConfigurationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutBucketNotificationConfigurationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutBucketOwnershipControlsRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutBucketPolicyRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutBucketReplicationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutBucketRequestPaymentRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutBucketTaggingRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutBucketVersioningRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutBucketWebsiteRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutObjectAclRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutObjectAclResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutObjectLegalHoldRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutObjectLegalHoldResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutObjectLockConfigurationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutObjectLockConfigurationResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutObjectRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutObjectResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutObjectRetentionRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutObjectRetentionResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutObjectTaggingRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutObjectTaggingResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutPublicAccessBlockRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/QueueConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/QueueConfigurationDeprecated.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/QuoteFields.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Redirect.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/RedirectAllRequestsTo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ReplicaModifications.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ReplicaModificationsStatus.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ReplicationConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ReplicationRule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ReplicationRuleAndOperator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ReplicationRuleFilter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ReplicationRuleStatus.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ReplicationStatus.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ReplicationTime.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ReplicationTimeStatus.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ReplicationTimeValue.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/RequestCharged.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/RequestPayer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/RequestPaymentConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/RequestProgress.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/RestoreObjectRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/RestoreObjectResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/RestoreRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/RestoreRequestType.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/RoutingRule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Rule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/S3KeyFilter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/S3Location.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/SSEKMS.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/SSES3.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ScanRange.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/SelectObjectContentHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/SelectObjectContentRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/SelectParameters.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ServerSideEncryption.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ServerSideEncryptionByDefault.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ServerSideEncryptionConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ServerSideEncryptionRule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/SourceSelectionCriteria.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/SseKmsEncryptedObjects.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/SseKmsEncryptedObjectsStatus.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Stats.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/StatsEvent.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/StorageClass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/StorageClassAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/StorageClassAnalysisDataExport.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/StorageClassAnalysisSchemaVersion.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Tag.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Tagging.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/TaggingDirective.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/TargetGrant.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Tier.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Tiering.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/TopicConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/TopicConfigurationDeprecated.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Transition.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/TransitionStorageClass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Type.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/UploadPartCopyRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/UploadPartCopyResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/UploadPartRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/UploadPartResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/VersioningConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/WebsiteConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/WriteGetObjectResponseRequest.cpp -) diff --git a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/CMakeLists.linux-x86_64.txt b/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 2fdc7856d53..00000000000 --- a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,418 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(libs-aws-sdk-cpp-aws-cpp-sdk-s3) -target_compile_options(libs-aws-sdk-cpp-aws-cpp-sdk-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_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_SDK_VERSION_MAJOR=1 - -DAWS_SDK_VERSION_MINOR=11 - -DAWS_SDK_VERSION_PATCH=37 - -DAWS_TEST_REGION=US_EAST_1 - -DAWS_USE_EPOLL - -DENABLED_REQUEST_COMPRESSION - -DENABLED_ZLIB_REQUEST_COMPRESSION - -DENABLE_CURL_CLIENT - -DENABLE_OPENSSL_ENCRYPTION - -DHAS_PATHCONF - -DHAS_UMASK - -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 - $,,-Wno-everything> -) -target_include_directories(libs-aws-sdk-cpp-aws-cpp-sdk-s3 PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include -) -target_include_directories(libs-aws-sdk-cpp-aws-cpp-sdk-s3 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/include -) -target_link_libraries(libs-aws-sdk-cpp-aws-cpp-sdk-s3 PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - libs-aws-sdk-cpp-aws-cpp-sdk-core - restricted-aws-aws-c-auth - restricted-aws-aws-c-common - restricted-aws-aws-c-event-stream - restricted-aws-aws-c-io - restricted-aws-aws-c-mqtt - restricted-aws-aws-c-sdkutils - restricted-aws-aws-crt-cpp -) -target_sources(libs-aws-sdk-cpp-aws-cpp-sdk-s3 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/S3Client.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/S3ClientConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/S3EndpointProvider.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/S3EndpointRules.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/S3ErrorMarshaller.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/S3Errors.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/S3Request.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/AbortIncompleteMultipartUpload.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/AbortMultipartUploadRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/AbortMultipartUploadResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/AccelerateConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/AccessControlPolicy.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/AccessControlTranslation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/AnalyticsAndOperator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/AnalyticsConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/AnalyticsExportDestination.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/AnalyticsFilter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/AnalyticsS3BucketDestination.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/AnalyticsS3ExportFileFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ArchiveStatus.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Bucket.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/BucketAccelerateStatus.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/BucketCannedACL.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/BucketLifecycleConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/BucketLocationConstraint.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/BucketLoggingStatus.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/BucketLogsPermission.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/BucketVersioningStatus.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/CORSConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/CORSRule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/CSVInput.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/CSVOutput.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Checksum.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ChecksumAlgorithm.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ChecksumMode.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/CloudFunctionConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/CommonPrefix.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/CompleteMultipartUploadRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/CompleteMultipartUploadResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/CompletedMultipartUpload.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/CompletedPart.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/CompressionType.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Condition.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/CopyObjectRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/CopyObjectResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/CopyObjectResultDetails.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/CopyPartResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/CreateBucketConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/CreateBucketRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/CreateBucketResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/CreateMultipartUploadRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/CreateMultipartUploadResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DefaultRetention.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Delete.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeleteBucketAnalyticsConfigurationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeleteBucketCorsRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeleteBucketEncryptionRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeleteBucketIntelligentTieringConfigurationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeleteBucketInventoryConfigurationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeleteBucketLifecycleRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeleteBucketMetricsConfigurationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeleteBucketOwnershipControlsRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeleteBucketPolicyRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeleteBucketReplicationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeleteBucketRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeleteBucketTaggingRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeleteBucketWebsiteRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeleteMarkerEntry.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeleteMarkerReplication.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeleteMarkerReplicationStatus.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeleteObjectRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeleteObjectResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeleteObjectTaggingRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeleteObjectTaggingResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeleteObjectsRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeleteObjectsResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeletePublicAccessBlockRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/DeletedObject.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Destination.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/EncodingType.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Encryption.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/EncryptionConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Error.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ErrorDocument.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Event.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/EventBridgeConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ExistingObjectReplication.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ExistingObjectReplicationStatus.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ExpirationStatus.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ExpressionType.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/FileHeaderInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/FilterRule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/FilterRuleName.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketAccelerateConfigurationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketAccelerateConfigurationResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketAclRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketAclResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketAnalyticsConfigurationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketAnalyticsConfigurationResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketCorsRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketCorsResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketEncryptionRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketEncryptionResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketIntelligentTieringConfigurationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketIntelligentTieringConfigurationResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketInventoryConfigurationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketInventoryConfigurationResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketLifecycleConfigurationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketLifecycleConfigurationResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketLocationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketLocationResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketLoggingRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketLoggingResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketMetricsConfigurationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketMetricsConfigurationResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketNotificationConfigurationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketNotificationConfigurationResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketOwnershipControlsRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketOwnershipControlsResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketPolicyRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketPolicyResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketPolicyStatusRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketPolicyStatusResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketReplicationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketReplicationResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketRequestPaymentRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketRequestPaymentResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketTaggingRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketTaggingResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketVersioningRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketVersioningResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketWebsiteRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetBucketWebsiteResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetObjectAclRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetObjectAclResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetObjectAttributesParts.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetObjectAttributesRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetObjectAttributesResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetObjectLegalHoldRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetObjectLegalHoldResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetObjectLockConfigurationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetObjectLockConfigurationResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetObjectRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetObjectResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetObjectRetentionRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetObjectRetentionResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetObjectTaggingRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetObjectTaggingResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetObjectTorrentRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetObjectTorrentResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetPublicAccessBlockRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GetPublicAccessBlockResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/GlacierJobParameters.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Grant.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Grantee.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/HeadBucketRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/HeadObjectRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/HeadObjectResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/IndexDocument.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Initiator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/InputSerialization.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/IntelligentTieringAccessTier.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/IntelligentTieringAndOperator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/IntelligentTieringConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/IntelligentTieringFilter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/IntelligentTieringStatus.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/InvalidObjectState.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/InventoryConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/InventoryDestination.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/InventoryEncryption.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/InventoryFilter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/InventoryFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/InventoryFrequency.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/InventoryIncludedObjectVersions.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/InventoryOptionalField.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/InventoryS3BucketDestination.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/InventorySchedule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/JSONInput.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/JSONOutput.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/JSONType.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/LambdaFunctionConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/LifecycleConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/LifecycleExpiration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/LifecycleRule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/LifecycleRuleAndOperator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/LifecycleRuleFilter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ListBucketAnalyticsConfigurationsRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ListBucketAnalyticsConfigurationsResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ListBucketIntelligentTieringConfigurationsRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ListBucketIntelligentTieringConfigurationsResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ListBucketInventoryConfigurationsRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ListBucketInventoryConfigurationsResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ListBucketMetricsConfigurationsRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ListBucketMetricsConfigurationsResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ListBucketsResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ListMultipartUploadsRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ListMultipartUploadsResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ListObjectVersionsRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ListObjectVersionsResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ListObjectsRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ListObjectsResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ListObjectsV2Request.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ListObjectsV2Result.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ListPartsRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ListPartsResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/LoggingEnabled.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/MFADelete.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/MFADeleteStatus.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/MetadataDirective.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/MetadataEntry.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Metrics.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/MetricsAndOperator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/MetricsConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/MetricsFilter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/MetricsStatus.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/MultipartUpload.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/NoncurrentVersionExpiration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/NoncurrentVersionTransition.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/NotificationConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/NotificationConfigurationDeprecated.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/NotificationConfigurationFilter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Object.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ObjectAttributes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ObjectCannedACL.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ObjectIdentifier.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ObjectLockConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ObjectLockEnabled.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ObjectLockLegalHold.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ObjectLockLegalHoldStatus.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ObjectLockMode.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ObjectLockRetention.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ObjectLockRetentionMode.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ObjectLockRule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ObjectOwnership.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ObjectPart.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ObjectStorageClass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ObjectVersion.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ObjectVersionStorageClass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/OutputLocation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/OutputSerialization.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Owner.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/OwnerOverride.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/OwnershipControls.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/OwnershipControlsRule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ParquetInput.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Part.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Payer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Permission.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PolicyStatus.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Progress.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ProgressEvent.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Protocol.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PublicAccessBlockConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutBucketAccelerateConfigurationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutBucketAclRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutBucketAnalyticsConfigurationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutBucketCorsRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutBucketEncryptionRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutBucketIntelligentTieringConfigurationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutBucketInventoryConfigurationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutBucketLifecycleConfigurationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutBucketLoggingRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutBucketMetricsConfigurationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutBucketNotificationConfigurationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutBucketOwnershipControlsRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutBucketPolicyRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutBucketReplicationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutBucketRequestPaymentRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutBucketTaggingRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutBucketVersioningRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutBucketWebsiteRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutObjectAclRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutObjectAclResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutObjectLegalHoldRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutObjectLegalHoldResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutObjectLockConfigurationRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutObjectLockConfigurationResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutObjectRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutObjectResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutObjectRetentionRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutObjectRetentionResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutObjectTaggingRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutObjectTaggingResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/PutPublicAccessBlockRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/QueueConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/QueueConfigurationDeprecated.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/QuoteFields.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Redirect.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/RedirectAllRequestsTo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ReplicaModifications.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ReplicaModificationsStatus.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ReplicationConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ReplicationRule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ReplicationRuleAndOperator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ReplicationRuleFilter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ReplicationRuleStatus.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ReplicationStatus.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ReplicationTime.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ReplicationTimeStatus.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ReplicationTimeValue.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/RequestCharged.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/RequestPayer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/RequestPaymentConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/RequestProgress.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/RestoreObjectRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/RestoreObjectResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/RestoreRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/RestoreRequestType.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/RoutingRule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Rule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/S3KeyFilter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/S3Location.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/SSEKMS.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/SSES3.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ScanRange.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/SelectObjectContentHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/SelectObjectContentRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/SelectParameters.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ServerSideEncryption.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ServerSideEncryptionByDefault.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ServerSideEncryptionConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/ServerSideEncryptionRule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/SourceSelectionCriteria.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/SseKmsEncryptedObjects.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/SseKmsEncryptedObjectsStatus.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Stats.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/StatsEvent.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/StorageClass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/StorageClassAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/StorageClassAnalysisDataExport.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/StorageClassAnalysisSchemaVersion.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Tag.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Tagging.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/TaggingDirective.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/TargetGrant.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Tier.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Tiering.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/TopicConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/TopicConfigurationDeprecated.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Transition.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/TransitionStorageClass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/Type.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/UploadPartCopyRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/UploadPartCopyResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/UploadPartRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/UploadPartResult.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/VersioningConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/WebsiteConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/WriteGetObjectResponseRequest.cpp -) diff --git a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/CMakeLists.txt b/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/CMakeLists.txt deleted file mode 100644 index 522af85d518..00000000000 --- a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/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 "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) -endif() diff --git a/contrib/libs/backtrace/CMakeLists.darwin-x86_64.txt b/contrib/libs/backtrace/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index fe260798dab..00000000000 --- a/contrib/libs/backtrace/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(contrib-libs-backtrace) -target_compile_options(contrib-libs-backtrace PRIVATE - -DHAVE_CONFIG_H - $,,-Wno-everything> -) -target_include_directories(contrib-libs-backtrace PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/backtrace -) -target_sources(contrib-libs-backtrace PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/backtrace/atomic.c - ${CMAKE_SOURCE_DIR}/contrib/libs/backtrace/backtrace.c - ${CMAKE_SOURCE_DIR}/contrib/libs/backtrace/dwarf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/backtrace/fileline.c - ${CMAKE_SOURCE_DIR}/contrib/libs/backtrace/mmap.c - ${CMAKE_SOURCE_DIR}/contrib/libs/backtrace/mmapio.c - ${CMAKE_SOURCE_DIR}/contrib/libs/backtrace/posix.c - ${CMAKE_SOURCE_DIR}/contrib/libs/backtrace/print.c - ${CMAKE_SOURCE_DIR}/contrib/libs/backtrace/simple.c - ${CMAKE_SOURCE_DIR}/contrib/libs/backtrace/sort.c - ${CMAKE_SOURCE_DIR}/contrib/libs/backtrace/state.c - ${CMAKE_SOURCE_DIR}/contrib/libs/backtrace/macho.c -) diff --git a/contrib/libs/backtrace/CMakeLists.linux-aarch64.txt b/contrib/libs/backtrace/CMakeLists.linux-aarch64.txt deleted file mode 100644 index fa7fd4f6df4..00000000000 --- a/contrib/libs/backtrace/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(contrib-libs-backtrace) -target_compile_options(contrib-libs-backtrace PRIVATE - -DHAVE_CONFIG_H - $,,-Wno-everything> -) -target_include_directories(contrib-libs-backtrace PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/backtrace -) -target_link_libraries(contrib-libs-backtrace PUBLIC - contrib-libs-linux-headers -) -target_sources(contrib-libs-backtrace PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/backtrace/atomic.c - ${CMAKE_SOURCE_DIR}/contrib/libs/backtrace/backtrace.c - ${CMAKE_SOURCE_DIR}/contrib/libs/backtrace/dwarf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/backtrace/fileline.c - ${CMAKE_SOURCE_DIR}/contrib/libs/backtrace/mmap.c - ${CMAKE_SOURCE_DIR}/contrib/libs/backtrace/mmapio.c - ${CMAKE_SOURCE_DIR}/contrib/libs/backtrace/posix.c - ${CMAKE_SOURCE_DIR}/contrib/libs/backtrace/print.c - ${CMAKE_SOURCE_DIR}/contrib/libs/backtrace/simple.c - ${CMAKE_SOURCE_DIR}/contrib/libs/backtrace/sort.c - ${CMAKE_SOURCE_DIR}/contrib/libs/backtrace/state.c - ${CMAKE_SOURCE_DIR}/contrib/libs/backtrace/elf.c -) diff --git a/contrib/libs/backtrace/CMakeLists.linux-x86_64.txt b/contrib/libs/backtrace/CMakeLists.linux-x86_64.txt deleted file mode 100644 index fa7fd4f6df4..00000000000 --- a/contrib/libs/backtrace/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(contrib-libs-backtrace) -target_compile_options(contrib-libs-backtrace PRIVATE - -DHAVE_CONFIG_H - $,,-Wno-everything> -) -target_include_directories(contrib-libs-backtrace PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/backtrace -) -target_link_libraries(contrib-libs-backtrace PUBLIC - contrib-libs-linux-headers -) -target_sources(contrib-libs-backtrace PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/backtrace/atomic.c - ${CMAKE_SOURCE_DIR}/contrib/libs/backtrace/backtrace.c - ${CMAKE_SOURCE_DIR}/contrib/libs/backtrace/dwarf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/backtrace/fileline.c - ${CMAKE_SOURCE_DIR}/contrib/libs/backtrace/mmap.c - ${CMAKE_SOURCE_DIR}/contrib/libs/backtrace/mmapio.c - ${CMAKE_SOURCE_DIR}/contrib/libs/backtrace/posix.c - ${CMAKE_SOURCE_DIR}/contrib/libs/backtrace/print.c - ${CMAKE_SOURCE_DIR}/contrib/libs/backtrace/simple.c - ${CMAKE_SOURCE_DIR}/contrib/libs/backtrace/sort.c - ${CMAKE_SOURCE_DIR}/contrib/libs/backtrace/state.c - ${CMAKE_SOURCE_DIR}/contrib/libs/backtrace/elf.c -) diff --git a/contrib/libs/backtrace/CMakeLists.txt b/contrib/libs/backtrace/CMakeLists.txt deleted file mode 100644 index 522af85d518..00000000000 --- a/contrib/libs/backtrace/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 "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) -endif() diff --git a/contrib/libs/base64/CMakeLists.txt b/contrib/libs/base64/CMakeLists.txt deleted file mode 100644 index 4ba8c1c26d5..00000000000 --- a/contrib/libs/base64/CMakeLists.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_subdirectory(avx2) -add_subdirectory(neon32) -add_subdirectory(neon64) -add_subdirectory(plain32) -add_subdirectory(plain64) -add_subdirectory(ssse3) diff --git a/contrib/libs/base64/avx2/CMakeLists.darwin-x86_64.txt b/contrib/libs/base64/avx2/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index b2e29c7a011..00000000000 --- a/contrib/libs/base64/avx2/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(libs-base64-avx2) -target_link_libraries(libs-base64-avx2 PUBLIC - contrib-libs-cxxsupp -) -target_sources(libs-base64-avx2 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/avx2/codec_avx2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/avx2/lib.c -) -set_property( - SOURCE - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/avx2/codec_avx2.c - APPEND - PROPERTY - COMPILE_OPTIONS - -mavx2 - -std=c11 -) -set_property( - SOURCE - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/avx2/lib.c - APPEND - PROPERTY - COMPILE_OPTIONS - -mavx2 - -std=c11 -) diff --git a/contrib/libs/base64/avx2/CMakeLists.linux-aarch64.txt b/contrib/libs/base64/avx2/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e4b15909e4a..00000000000 --- a/contrib/libs/base64/avx2/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(libs-base64-avx2) -target_link_libraries(libs-base64-avx2 PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp -) -target_sources(libs-base64-avx2 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/avx2/codec_avx2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/avx2/lib.c -) diff --git a/contrib/libs/base64/avx2/CMakeLists.linux-x86_64.txt b/contrib/libs/base64/avx2/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b528c1f5998..00000000000 --- a/contrib/libs/base64/avx2/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(libs-base64-avx2) -target_link_libraries(libs-base64-avx2 PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp -) -target_sources(libs-base64-avx2 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/avx2/codec_avx2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/avx2/lib.c -) -set_property( - SOURCE - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/avx2/codec_avx2.c - APPEND - PROPERTY - COMPILE_OPTIONS - -mavx2 - -std=c11 -) -set_property( - SOURCE - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/avx2/lib.c - APPEND - PROPERTY - COMPILE_OPTIONS - -mavx2 - -std=c11 -) diff --git a/contrib/libs/base64/avx2/CMakeLists.txt b/contrib/libs/base64/avx2/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/base64/avx2/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/base64/avx2/CMakeLists.windows-x86_64.txt b/contrib/libs/base64/avx2/CMakeLists.windows-x86_64.txt deleted file mode 100644 index b199f09cda5..00000000000 --- a/contrib/libs/base64/avx2/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(libs-base64-avx2) -target_link_libraries(libs-base64-avx2 PUBLIC - contrib-libs-cxxsupp -) -target_sources(libs-base64-avx2 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/avx2/codec_avx2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/avx2/lib.c -) -set_property( - SOURCE - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/avx2/codec_avx2.c - APPEND - PROPERTY - COMPILE_OPTIONS - -mavx2 -) -set_property( - SOURCE - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/avx2/lib.c - APPEND - PROPERTY - COMPILE_OPTIONS - -mavx2 -) diff --git a/contrib/libs/base64/neon32/CMakeLists.darwin-x86_64.txt b/contrib/libs/base64/neon32/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a7ec94e9d01..00000000000 --- a/contrib/libs/base64/neon32/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(libs-base64-neon32) -target_link_libraries(libs-base64-neon32 PUBLIC - contrib-libs-cxxsupp -) -target_sources(libs-base64-neon32 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/neon32/codec_neon32.c - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/neon32/lib.c -) -set_property( - SOURCE - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/neon32/codec_neon32.c - APPEND - PROPERTY - COMPILE_OPTIONS - -std=c11 -) -set_property( - SOURCE - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/neon32/lib.c - APPEND - PROPERTY - COMPILE_OPTIONS - -std=c11 -) diff --git a/contrib/libs/base64/neon32/CMakeLists.linux-aarch64.txt b/contrib/libs/base64/neon32/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 2b3ad9b62d4..00000000000 --- a/contrib/libs/base64/neon32/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(libs-base64-neon32) -target_link_libraries(libs-base64-neon32 PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp -) -target_sources(libs-base64-neon32 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/neon32/codec_neon32.c - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/neon32/lib.c -) -set_property( - SOURCE - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/neon32/codec_neon32.c - APPEND - PROPERTY - COMPILE_OPTIONS - -std=c11 -) -set_property( - SOURCE - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/neon32/lib.c - APPEND - PROPERTY - COMPILE_OPTIONS - -std=c11 -) diff --git a/contrib/libs/base64/neon32/CMakeLists.linux-x86_64.txt b/contrib/libs/base64/neon32/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 2b3ad9b62d4..00000000000 --- a/contrib/libs/base64/neon32/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(libs-base64-neon32) -target_link_libraries(libs-base64-neon32 PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp -) -target_sources(libs-base64-neon32 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/neon32/codec_neon32.c - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/neon32/lib.c -) -set_property( - SOURCE - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/neon32/codec_neon32.c - APPEND - PROPERTY - COMPILE_OPTIONS - -std=c11 -) -set_property( - SOURCE - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/neon32/lib.c - APPEND - PROPERTY - COMPILE_OPTIONS - -std=c11 -) diff --git a/contrib/libs/base64/neon32/CMakeLists.txt b/contrib/libs/base64/neon32/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/base64/neon32/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/base64/neon32/CMakeLists.windows-x86_64.txt b/contrib/libs/base64/neon32/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 24e60cd8920..00000000000 --- a/contrib/libs/base64/neon32/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(libs-base64-neon32) -target_link_libraries(libs-base64-neon32 PUBLIC - contrib-libs-cxxsupp -) -target_sources(libs-base64-neon32 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/neon32/codec_neon32.c - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/neon32/lib.c -) diff --git a/contrib/libs/base64/neon64/CMakeLists.darwin-x86_64.txt b/contrib/libs/base64/neon64/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 732c4dd3754..00000000000 --- a/contrib/libs/base64/neon64/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(libs-base64-neon64) -target_link_libraries(libs-base64-neon64 PUBLIC - contrib-libs-cxxsupp -) -target_sources(libs-base64-neon64 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/neon64/codec_neon64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/neon64/lib.c -) diff --git a/contrib/libs/base64/neon64/CMakeLists.linux-aarch64.txt b/contrib/libs/base64/neon64/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e0e65d6da72..00000000000 --- a/contrib/libs/base64/neon64/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(libs-base64-neon64) -target_link_libraries(libs-base64-neon64 PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp -) -target_sources(libs-base64-neon64 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/neon64/codec_neon64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/neon64/lib.c -) -set_property( - SOURCE - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/neon64/codec_neon64.c - APPEND - PROPERTY - COMPILE_OPTIONS - -march=armv8-a - -std=c11 -) -set_property( - SOURCE - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/neon64/lib.c - APPEND - PROPERTY - COMPILE_OPTIONS - -march=armv8-a - -std=c11 -) diff --git a/contrib/libs/base64/neon64/CMakeLists.linux-x86_64.txt b/contrib/libs/base64/neon64/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e4923670c8e..00000000000 --- a/contrib/libs/base64/neon64/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(libs-base64-neon64) -target_link_libraries(libs-base64-neon64 PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp -) -target_sources(libs-base64-neon64 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/neon64/codec_neon64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/neon64/lib.c -) diff --git a/contrib/libs/base64/neon64/CMakeLists.txt b/contrib/libs/base64/neon64/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/base64/neon64/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/base64/neon64/CMakeLists.windows-x86_64.txt b/contrib/libs/base64/neon64/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 732c4dd3754..00000000000 --- a/contrib/libs/base64/neon64/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(libs-base64-neon64) -target_link_libraries(libs-base64-neon64 PUBLIC - contrib-libs-cxxsupp -) -target_sources(libs-base64-neon64 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/neon64/codec_neon64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/neon64/lib.c -) diff --git a/contrib/libs/base64/plain32/CMakeLists.darwin-x86_64.txt b/contrib/libs/base64/plain32/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d06a76d91a2..00000000000 --- a/contrib/libs/base64/plain32/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(libs-base64-plain32) -target_link_libraries(libs-base64-plain32 PUBLIC - contrib-libs-cxxsupp -) -target_sources(libs-base64-plain32 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/plain32/codec_plain.c - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/plain32/lib.c -) -set_property( - SOURCE - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/plain32/codec_plain.c - APPEND - PROPERTY - COMPILE_OPTIONS - -std=c11 -) -set_property( - SOURCE - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/plain32/lib.c - APPEND - PROPERTY - COMPILE_OPTIONS - -std=c11 -) diff --git a/contrib/libs/base64/plain32/CMakeLists.linux-aarch64.txt b/contrib/libs/base64/plain32/CMakeLists.linux-aarch64.txt deleted file mode 100644 index edca2dcad49..00000000000 --- a/contrib/libs/base64/plain32/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(libs-base64-plain32) -target_link_libraries(libs-base64-plain32 PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp -) -target_sources(libs-base64-plain32 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/plain32/codec_plain.c - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/plain32/lib.c -) -set_property( - SOURCE - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/plain32/codec_plain.c - APPEND - PROPERTY - COMPILE_OPTIONS - -std=c11 -) -set_property( - SOURCE - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/plain32/lib.c - APPEND - PROPERTY - COMPILE_OPTIONS - -std=c11 -) diff --git a/contrib/libs/base64/plain32/CMakeLists.linux-x86_64.txt b/contrib/libs/base64/plain32/CMakeLists.linux-x86_64.txt deleted file mode 100644 index edca2dcad49..00000000000 --- a/contrib/libs/base64/plain32/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(libs-base64-plain32) -target_link_libraries(libs-base64-plain32 PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp -) -target_sources(libs-base64-plain32 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/plain32/codec_plain.c - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/plain32/lib.c -) -set_property( - SOURCE - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/plain32/codec_plain.c - APPEND - PROPERTY - COMPILE_OPTIONS - -std=c11 -) -set_property( - SOURCE - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/plain32/lib.c - APPEND - PROPERTY - COMPILE_OPTIONS - -std=c11 -) diff --git a/contrib/libs/base64/plain32/CMakeLists.txt b/contrib/libs/base64/plain32/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/base64/plain32/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/base64/plain32/CMakeLists.windows-x86_64.txt b/contrib/libs/base64/plain32/CMakeLists.windows-x86_64.txt deleted file mode 100644 index f7cc7655786..00000000000 --- a/contrib/libs/base64/plain32/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(libs-base64-plain32) -target_link_libraries(libs-base64-plain32 PUBLIC - contrib-libs-cxxsupp -) -target_sources(libs-base64-plain32 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/plain32/codec_plain.c - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/plain32/lib.c -) diff --git a/contrib/libs/base64/plain64/CMakeLists.darwin-x86_64.txt b/contrib/libs/base64/plain64/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 9ccfdf670c4..00000000000 --- a/contrib/libs/base64/plain64/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(libs-base64-plain64) -target_link_libraries(libs-base64-plain64 PUBLIC - contrib-libs-cxxsupp -) -target_sources(libs-base64-plain64 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/plain64/codec_plain.c - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/plain64/lib.c -) -set_property( - SOURCE - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/plain64/codec_plain.c - APPEND - PROPERTY - COMPILE_OPTIONS - -std=c11 -) -set_property( - SOURCE - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/plain64/lib.c - APPEND - PROPERTY - COMPILE_OPTIONS - -std=c11 -) diff --git a/contrib/libs/base64/plain64/CMakeLists.linux-aarch64.txt b/contrib/libs/base64/plain64/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 722ac9fd408..00000000000 --- a/contrib/libs/base64/plain64/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(libs-base64-plain64) -target_link_libraries(libs-base64-plain64 PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp -) -target_sources(libs-base64-plain64 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/plain64/codec_plain.c - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/plain64/lib.c -) -set_property( - SOURCE - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/plain64/codec_plain.c - APPEND - PROPERTY - COMPILE_OPTIONS - -std=c11 -) -set_property( - SOURCE - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/plain64/lib.c - APPEND - PROPERTY - COMPILE_OPTIONS - -std=c11 -) diff --git a/contrib/libs/base64/plain64/CMakeLists.linux-x86_64.txt b/contrib/libs/base64/plain64/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 722ac9fd408..00000000000 --- a/contrib/libs/base64/plain64/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(libs-base64-plain64) -target_link_libraries(libs-base64-plain64 PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp -) -target_sources(libs-base64-plain64 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/plain64/codec_plain.c - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/plain64/lib.c -) -set_property( - SOURCE - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/plain64/codec_plain.c - APPEND - PROPERTY - COMPILE_OPTIONS - -std=c11 -) -set_property( - SOURCE - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/plain64/lib.c - APPEND - PROPERTY - COMPILE_OPTIONS - -std=c11 -) diff --git a/contrib/libs/base64/plain64/CMakeLists.txt b/contrib/libs/base64/plain64/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/base64/plain64/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/base64/plain64/CMakeLists.windows-x86_64.txt b/contrib/libs/base64/plain64/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 044eebe430e..00000000000 --- a/contrib/libs/base64/plain64/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(libs-base64-plain64) -target_link_libraries(libs-base64-plain64 PUBLIC - contrib-libs-cxxsupp -) -target_sources(libs-base64-plain64 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/plain64/codec_plain.c - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/plain64/lib.c -) diff --git a/contrib/libs/base64/ssse3/CMakeLists.darwin-x86_64.txt b/contrib/libs/base64/ssse3/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index e1d78be6e02..00000000000 --- a/contrib/libs/base64/ssse3/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(libs-base64-ssse3) -target_link_libraries(libs-base64-ssse3 PUBLIC - contrib-libs-cxxsupp -) -target_sources(libs-base64-ssse3 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/ssse3/codec_ssse3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/ssse3/lib.c -) -set_property( - SOURCE - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/ssse3/codec_ssse3.c - APPEND - PROPERTY - COMPILE_OPTIONS - -mssse3 - -std=c11 -) -set_property( - SOURCE - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/ssse3/lib.c - APPEND - PROPERTY - COMPILE_OPTIONS - -mssse3 - -std=c11 -) diff --git a/contrib/libs/base64/ssse3/CMakeLists.linux-aarch64.txt b/contrib/libs/base64/ssse3/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 9a8344da0fe..00000000000 --- a/contrib/libs/base64/ssse3/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(libs-base64-ssse3) -target_link_libraries(libs-base64-ssse3 PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp -) -target_sources(libs-base64-ssse3 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/ssse3/codec_ssse3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/ssse3/lib.c -) diff --git a/contrib/libs/base64/ssse3/CMakeLists.linux-x86_64.txt b/contrib/libs/base64/ssse3/CMakeLists.linux-x86_64.txt deleted file mode 100644 index f019ec569f9..00000000000 --- a/contrib/libs/base64/ssse3/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(libs-base64-ssse3) -target_link_libraries(libs-base64-ssse3 PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp -) -target_sources(libs-base64-ssse3 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/ssse3/codec_ssse3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/ssse3/lib.c -) -set_property( - SOURCE - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/ssse3/codec_ssse3.c - APPEND - PROPERTY - COMPILE_OPTIONS - -mssse3 - -std=c11 -) -set_property( - SOURCE - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/ssse3/lib.c - APPEND - PROPERTY - COMPILE_OPTIONS - -mssse3 - -std=c11 -) diff --git a/contrib/libs/base64/ssse3/CMakeLists.txt b/contrib/libs/base64/ssse3/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/base64/ssse3/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/base64/ssse3/CMakeLists.windows-x86_64.txt b/contrib/libs/base64/ssse3/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 5b488a3ae2c..00000000000 --- a/contrib/libs/base64/ssse3/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(libs-base64-ssse3) -target_link_libraries(libs-base64-ssse3 PUBLIC - contrib-libs-cxxsupp -) -target_sources(libs-base64-ssse3 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/ssse3/codec_ssse3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/ssse3/lib.c -) -set_property( - SOURCE - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/ssse3/codec_ssse3.c - APPEND - PROPERTY - COMPILE_OPTIONS - -mssse3 -) -set_property( - SOURCE - ${CMAKE_SOURCE_DIR}/contrib/libs/base64/ssse3/lib.c - APPEND - PROPERTY - COMPILE_OPTIONS - -mssse3 -) diff --git a/contrib/libs/brotli/CMakeLists.txt b/contrib/libs/brotli/CMakeLists.txt deleted file mode 100644 index 7b303ded8df..00000000000 --- a/contrib/libs/brotli/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. - - -add_subdirectory(common) -add_subdirectory(dec) -add_subdirectory(enc) diff --git a/contrib/libs/brotli/common/CMakeLists.darwin-x86_64.txt b/contrib/libs/brotli/common/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 0acd28e7cdb..00000000000 --- a/contrib/libs/brotli/common/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(libs-brotli-common) -target_compile_options(libs-brotli-common PRIVATE - -DBROTLI_BUILD_PORTABLE - $,,-Wno-everything> -) -target_include_directories(libs-brotli-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/include -) -target_link_libraries(libs-brotli-common PUBLIC - contrib-libs-cxxsupp -) -target_sources(libs-brotli-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/common/dictionary.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/common/transform.c -) diff --git a/contrib/libs/brotli/common/CMakeLists.linux-aarch64.txt b/contrib/libs/brotli/common/CMakeLists.linux-aarch64.txt deleted file mode 100644 index f40a7896b98..00000000000 --- a/contrib/libs/brotli/common/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(libs-brotli-common) -target_compile_options(libs-brotli-common PRIVATE - -DBROTLI_BUILD_PORTABLE - $,,-Wno-everything> -) -target_include_directories(libs-brotli-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/include -) -target_link_libraries(libs-brotli-common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp -) -target_sources(libs-brotli-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/common/dictionary.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/common/transform.c -) diff --git a/contrib/libs/brotli/common/CMakeLists.linux-x86_64.txt b/contrib/libs/brotli/common/CMakeLists.linux-x86_64.txt deleted file mode 100644 index f40a7896b98..00000000000 --- a/contrib/libs/brotli/common/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(libs-brotli-common) -target_compile_options(libs-brotli-common PRIVATE - -DBROTLI_BUILD_PORTABLE - $,,-Wno-everything> -) -target_include_directories(libs-brotli-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/include -) -target_link_libraries(libs-brotli-common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp -) -target_sources(libs-brotli-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/common/dictionary.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/common/transform.c -) diff --git a/contrib/libs/brotli/common/CMakeLists.txt b/contrib/libs/brotli/common/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/brotli/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/brotli/common/CMakeLists.windows-x86_64.txt b/contrib/libs/brotli/common/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 0acd28e7cdb..00000000000 --- a/contrib/libs/brotli/common/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(libs-brotli-common) -target_compile_options(libs-brotli-common PRIVATE - -DBROTLI_BUILD_PORTABLE - $,,-Wno-everything> -) -target_include_directories(libs-brotli-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/include -) -target_link_libraries(libs-brotli-common PUBLIC - contrib-libs-cxxsupp -) -target_sources(libs-brotli-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/common/dictionary.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/common/transform.c -) diff --git a/contrib/libs/brotli/dec/CMakeLists.darwin-x86_64.txt b/contrib/libs/brotli/dec/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 5d11acad56d..00000000000 --- a/contrib/libs/brotli/dec/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(libs-brotli-dec) -target_compile_options(libs-brotli-dec PRIVATE - $,,-Wno-everything> -) -target_include_directories(libs-brotli-dec PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/include -) -target_link_libraries(libs-brotli-dec PUBLIC - contrib-libs-cxxsupp - libs-brotli-common -) -target_sources(libs-brotli-dec PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/dec/bit_reader.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/dec/decode.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/dec/huffman.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/dec/state.c -) diff --git a/contrib/libs/brotli/dec/CMakeLists.linux-aarch64.txt b/contrib/libs/brotli/dec/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 6283846aef3..00000000000 --- a/contrib/libs/brotli/dec/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(libs-brotli-dec) -target_compile_options(libs-brotli-dec PRIVATE - $,,-Wno-everything> -) -target_include_directories(libs-brotli-dec PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/include -) -target_link_libraries(libs-brotli-dec PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - libs-brotli-common -) -target_sources(libs-brotli-dec PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/dec/bit_reader.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/dec/decode.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/dec/huffman.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/dec/state.c -) diff --git a/contrib/libs/brotli/dec/CMakeLists.linux-x86_64.txt b/contrib/libs/brotli/dec/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 6283846aef3..00000000000 --- a/contrib/libs/brotli/dec/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(libs-brotli-dec) -target_compile_options(libs-brotli-dec PRIVATE - $,,-Wno-everything> -) -target_include_directories(libs-brotli-dec PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/include -) -target_link_libraries(libs-brotli-dec PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - libs-brotli-common -) -target_sources(libs-brotli-dec PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/dec/bit_reader.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/dec/decode.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/dec/huffman.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/dec/state.c -) diff --git a/contrib/libs/brotli/dec/CMakeLists.txt b/contrib/libs/brotli/dec/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/brotli/dec/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/brotli/dec/CMakeLists.windows-x86_64.txt b/contrib/libs/brotli/dec/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 5d11acad56d..00000000000 --- a/contrib/libs/brotli/dec/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(libs-brotli-dec) -target_compile_options(libs-brotli-dec PRIVATE - $,,-Wno-everything> -) -target_include_directories(libs-brotli-dec PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/include -) -target_link_libraries(libs-brotli-dec PUBLIC - contrib-libs-cxxsupp - libs-brotli-common -) -target_sources(libs-brotli-dec PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/dec/bit_reader.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/dec/decode.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/dec/huffman.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/dec/state.c -) diff --git a/contrib/libs/brotli/enc/CMakeLists.darwin-x86_64.txt b/contrib/libs/brotli/enc/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 297dae75337..00000000000 --- a/contrib/libs/brotli/enc/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(libs-brotli-enc) -target_compile_options(libs-brotli-enc PRIVATE - -DBROTLI_BUILD_PORTABLE - $,,-Wno-everything> -) -target_include_directories(libs-brotli-enc PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/include -) -target_link_libraries(libs-brotli-enc PUBLIC - contrib-libs-cxxsupp - libs-brotli-common - libs-brotli-dec -) -target_sources(libs-brotli-enc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/backward_references.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/backward_references_hq.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/bit_cost.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/block_splitter.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/brotli_bit_stream.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/cluster.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/compress_fragment.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/compress_fragment_two_pass.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/dictionary_hash.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/encode.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/encoder_dict.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/entropy_encode.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/histogram.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/literal_cost.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/memory.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/metablock.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/static_dict.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/utf8_util.c -) diff --git a/contrib/libs/brotli/enc/CMakeLists.linux-aarch64.txt b/contrib/libs/brotli/enc/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 1fd39e41209..00000000000 --- a/contrib/libs/brotli/enc/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(libs-brotli-enc) -target_compile_options(libs-brotli-enc PRIVATE - -DBROTLI_BUILD_PORTABLE - $,,-Wno-everything> -) -target_include_directories(libs-brotli-enc PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/include -) -target_link_libraries(libs-brotli-enc PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - libs-brotli-common - libs-brotli-dec -) -target_sources(libs-brotli-enc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/backward_references.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/backward_references_hq.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/bit_cost.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/block_splitter.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/brotli_bit_stream.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/cluster.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/compress_fragment.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/compress_fragment_two_pass.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/dictionary_hash.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/encode.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/encoder_dict.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/entropy_encode.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/histogram.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/literal_cost.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/memory.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/metablock.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/static_dict.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/utf8_util.c -) diff --git a/contrib/libs/brotli/enc/CMakeLists.linux-x86_64.txt b/contrib/libs/brotli/enc/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 1fd39e41209..00000000000 --- a/contrib/libs/brotli/enc/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(libs-brotli-enc) -target_compile_options(libs-brotli-enc PRIVATE - -DBROTLI_BUILD_PORTABLE - $,,-Wno-everything> -) -target_include_directories(libs-brotli-enc PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/include -) -target_link_libraries(libs-brotli-enc PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - libs-brotli-common - libs-brotli-dec -) -target_sources(libs-brotli-enc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/backward_references.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/backward_references_hq.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/bit_cost.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/block_splitter.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/brotli_bit_stream.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/cluster.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/compress_fragment.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/compress_fragment_two_pass.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/dictionary_hash.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/encode.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/encoder_dict.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/entropy_encode.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/histogram.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/literal_cost.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/memory.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/metablock.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/static_dict.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/utf8_util.c -) diff --git a/contrib/libs/brotli/enc/CMakeLists.txt b/contrib/libs/brotli/enc/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/brotli/enc/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/brotli/enc/CMakeLists.windows-x86_64.txt b/contrib/libs/brotli/enc/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 297dae75337..00000000000 --- a/contrib/libs/brotli/enc/CMakeLists.windows-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(libs-brotli-enc) -target_compile_options(libs-brotli-enc PRIVATE - -DBROTLI_BUILD_PORTABLE - $,,-Wno-everything> -) -target_include_directories(libs-brotli-enc PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/include -) -target_link_libraries(libs-brotli-enc PUBLIC - contrib-libs-cxxsupp - libs-brotli-common - libs-brotli-dec -) -target_sources(libs-brotli-enc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/backward_references.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/backward_references_hq.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/bit_cost.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/block_splitter.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/brotli_bit_stream.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/cluster.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/compress_fragment.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/compress_fragment_two_pass.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/dictionary_hash.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/encode.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/encoder_dict.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/entropy_encode.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/histogram.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/literal_cost.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/memory.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/metablock.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/static_dict.c - ${CMAKE_SOURCE_DIR}/contrib/libs/brotli/enc/utf8_util.c -) diff --git a/contrib/libs/c-ares/CMakeLists.darwin-x86_64.txt b/contrib/libs/c-ares/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 764aa16c70a..00000000000 --- a/contrib/libs/c-ares/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,97 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# 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-libs-c-ares) -target_compile_options(contrib-libs-c-ares PUBLIC - -DCARES_STATICLIB -) -target_compile_options(contrib-libs-c-ares PRIVATE - -DCARES_BUILDING_LIBRARY - -DHAVE_CONFIG_H=1 - $,,-Wno-everything> -) -target_include_directories(contrib-libs-c-ares PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/include -) -target_include_directories(contrib-libs-c-ares PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib -) -target_link_libraries(contrib-libs-c-ares PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-libc_compat -) -target_sources(contrib-libs-c-ares PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares__addrinfo2hostent.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares__addrinfo_localhost.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares__buf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares__close_sockets.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares__get_hostent.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares__htable.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares__htable_asvp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares__htable_stvp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares__llist.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares__parse_into_addrinfo.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares__read_line.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares__readaddrinfo.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares__slist.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares__sortaddrinfo.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares__timeval.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_android.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_cancel.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_create_query.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_data.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_destroy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_expand_name.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_expand_string.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_fds.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_free_hostent.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_free_string.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_freeaddrinfo.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_getaddrinfo.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_getenv.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_gethostbyaddr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_gethostbyname.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_getnameinfo.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_getsock.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_init.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_library_init.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_mkquery.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_nowarn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_options.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_parse_a_reply.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_parse_aaaa_reply.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_parse_caa_reply.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_parse_mx_reply.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_parse_naptr_reply.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_parse_ns_reply.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_parse_ptr_reply.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_parse_soa_reply.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_parse_srv_reply.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_parse_txt_reply.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_parse_uri_reply.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_platform.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_process.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_query.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_rand.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_search.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_send.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_strcasecmp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_strdup.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_strerror.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_strsplit.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_timeout.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_version.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/atomic.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/bitncmp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/inet_net_pton.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/inet_ntop.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/windows_port.c -) diff --git a/contrib/libs/c-ares/CMakeLists.linux-aarch64.txt b/contrib/libs/c-ares/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 47673c08072..00000000000 --- a/contrib/libs/c-ares/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,98 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# 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-libs-c-ares) -target_compile_options(contrib-libs-c-ares PUBLIC - -DCARES_STATICLIB -) -target_compile_options(contrib-libs-c-ares PRIVATE - -DCARES_BUILDING_LIBRARY - -DHAVE_CONFIG_H=1 - $,,-Wno-everything> -) -target_include_directories(contrib-libs-c-ares PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/include -) -target_include_directories(contrib-libs-c-ares PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib -) -target_link_libraries(contrib-libs-c-ares PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-libc_compat -) -target_sources(contrib-libs-c-ares PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares__addrinfo2hostent.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares__addrinfo_localhost.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares__buf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares__close_sockets.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares__get_hostent.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares__htable.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares__htable_asvp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares__htable_stvp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares__llist.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares__parse_into_addrinfo.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares__read_line.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares__readaddrinfo.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares__slist.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares__sortaddrinfo.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares__timeval.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_android.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_cancel.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_create_query.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_data.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_destroy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_expand_name.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_expand_string.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_fds.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_free_hostent.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_free_string.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_freeaddrinfo.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_getaddrinfo.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_getenv.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_gethostbyaddr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_gethostbyname.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_getnameinfo.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_getsock.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_init.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_library_init.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_mkquery.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_nowarn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_options.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_parse_a_reply.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_parse_aaaa_reply.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_parse_caa_reply.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_parse_mx_reply.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_parse_naptr_reply.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_parse_ns_reply.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_parse_ptr_reply.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_parse_soa_reply.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_parse_srv_reply.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_parse_txt_reply.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_parse_uri_reply.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_platform.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_process.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_query.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_rand.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_search.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_send.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_strcasecmp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_strdup.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_strerror.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_strsplit.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_timeout.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_version.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/atomic.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/bitncmp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/inet_net_pton.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/inet_ntop.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/windows_port.c -) diff --git a/contrib/libs/c-ares/CMakeLists.linux-x86_64.txt b/contrib/libs/c-ares/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 47673c08072..00000000000 --- a/contrib/libs/c-ares/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,98 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# 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-libs-c-ares) -target_compile_options(contrib-libs-c-ares PUBLIC - -DCARES_STATICLIB -) -target_compile_options(contrib-libs-c-ares PRIVATE - -DCARES_BUILDING_LIBRARY - -DHAVE_CONFIG_H=1 - $,,-Wno-everything> -) -target_include_directories(contrib-libs-c-ares PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/include -) -target_include_directories(contrib-libs-c-ares PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib -) -target_link_libraries(contrib-libs-c-ares PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-libc_compat -) -target_sources(contrib-libs-c-ares PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares__addrinfo2hostent.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares__addrinfo_localhost.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares__buf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares__close_sockets.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares__get_hostent.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares__htable.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares__htable_asvp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares__htable_stvp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares__llist.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares__parse_into_addrinfo.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares__read_line.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares__readaddrinfo.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares__slist.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares__sortaddrinfo.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares__timeval.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_android.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_cancel.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_create_query.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_data.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_destroy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_expand_name.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_expand_string.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_fds.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_free_hostent.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_free_string.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_freeaddrinfo.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_getaddrinfo.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_getenv.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_gethostbyaddr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_gethostbyname.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_getnameinfo.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_getsock.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_init.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_library_init.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_mkquery.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_nowarn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_options.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_parse_a_reply.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_parse_aaaa_reply.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_parse_caa_reply.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_parse_mx_reply.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_parse_naptr_reply.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_parse_ns_reply.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_parse_ptr_reply.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_parse_soa_reply.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_parse_srv_reply.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_parse_txt_reply.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_parse_uri_reply.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_platform.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_process.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_query.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_rand.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_search.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_send.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_strcasecmp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_strdup.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_strerror.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_strsplit.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_timeout.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_version.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/atomic.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/bitncmp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/inet_net_pton.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/inet_ntop.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/windows_port.c -) diff --git a/contrib/libs/c-ares/CMakeLists.txt b/contrib/libs/c-ares/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/c-ares/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/c-ares/CMakeLists.windows-x86_64.txt b/contrib/libs/c-ares/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 764aa16c70a..00000000000 --- a/contrib/libs/c-ares/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,97 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# 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-libs-c-ares) -target_compile_options(contrib-libs-c-ares PUBLIC - -DCARES_STATICLIB -) -target_compile_options(contrib-libs-c-ares PRIVATE - -DCARES_BUILDING_LIBRARY - -DHAVE_CONFIG_H=1 - $,,-Wno-everything> -) -target_include_directories(contrib-libs-c-ares PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/include -) -target_include_directories(contrib-libs-c-ares PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib -) -target_link_libraries(contrib-libs-c-ares PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-libc_compat -) -target_sources(contrib-libs-c-ares PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares__addrinfo2hostent.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares__addrinfo_localhost.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares__buf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares__close_sockets.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares__get_hostent.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares__htable.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares__htable_asvp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares__htable_stvp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares__llist.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares__parse_into_addrinfo.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares__read_line.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares__readaddrinfo.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares__slist.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares__sortaddrinfo.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares__timeval.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_android.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_cancel.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_create_query.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_data.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_destroy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_expand_name.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_expand_string.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_fds.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_free_hostent.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_free_string.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_freeaddrinfo.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_getaddrinfo.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_getenv.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_gethostbyaddr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_gethostbyname.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_getnameinfo.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_getsock.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_init.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_library_init.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_mkquery.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_nowarn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_options.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_parse_a_reply.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_parse_aaaa_reply.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_parse_caa_reply.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_parse_mx_reply.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_parse_naptr_reply.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_parse_ns_reply.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_parse_ptr_reply.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_parse_soa_reply.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_parse_srv_reply.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_parse_txt_reply.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_parse_uri_reply.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_platform.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_process.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_query.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_rand.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_search.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_send.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_strcasecmp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_strdup.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_strerror.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_strsplit.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_timeout.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/ares_version.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/atomic.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/bitncmp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/inet_net_pton.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/inet_ntop.c - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/src/lib/windows_port.c -) diff --git a/contrib/libs/cctz/CMakeLists.darwin-x86_64.txt b/contrib/libs/cctz/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a4e9994f8ad..00000000000 --- a/contrib/libs/cctz/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_subdirectory(tzdata) - -add_library(contrib-libs-cctz) -target_compile_options(contrib-libs-cctz PRIVATE - $,,-Wno-everything> -) -target_include_directories(contrib-libs-cctz PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/include -) -target_link_libraries(contrib-libs-cctz PUBLIC - contrib-libs-cxxsupp -) -target_link_options(contrib-libs-cctz INTERFACE - -framework - CoreFoundation -) -target_sources(contrib-libs-cctz PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/src/civil_time_detail.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/src/time_zone_fixed.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/src/time_zone_format.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/src/time_zone_if.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/src/time_zone_impl.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/src/time_zone_info.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/src/time_zone_libc.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/src/time_zone_lookup.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/src/time_zone_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/src/zone_info_source.cc -) diff --git a/contrib/libs/cctz/CMakeLists.linux-aarch64.txt b/contrib/libs/cctz/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 5d6f6aabc8a..00000000000 --- a/contrib/libs/cctz/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(tzdata) - -add_library(contrib-libs-cctz) -target_compile_options(contrib-libs-cctz PRIVATE - $,,-Wno-everything> -) -target_include_directories(contrib-libs-cctz PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/include -) -target_link_libraries(contrib-libs-cctz PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp -) -target_sources(contrib-libs-cctz PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/src/civil_time_detail.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/src/time_zone_fixed.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/src/time_zone_format.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/src/time_zone_if.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/src/time_zone_impl.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/src/time_zone_info.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/src/time_zone_libc.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/src/time_zone_lookup.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/src/time_zone_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/src/zone_info_source.cc -) diff --git a/contrib/libs/cctz/CMakeLists.linux-x86_64.txt b/contrib/libs/cctz/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 5d6f6aabc8a..00000000000 --- a/contrib/libs/cctz/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(tzdata) - -add_library(contrib-libs-cctz) -target_compile_options(contrib-libs-cctz PRIVATE - $,,-Wno-everything> -) -target_include_directories(contrib-libs-cctz PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/include -) -target_link_libraries(contrib-libs-cctz PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp -) -target_sources(contrib-libs-cctz PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/src/civil_time_detail.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/src/time_zone_fixed.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/src/time_zone_format.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/src/time_zone_if.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/src/time_zone_impl.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/src/time_zone_info.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/src/time_zone_libc.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/src/time_zone_lookup.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/src/time_zone_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/src/zone_info_source.cc -) diff --git a/contrib/libs/cctz/CMakeLists.txt b/contrib/libs/cctz/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/cctz/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/cctz/CMakeLists.windows-x86_64.txt b/contrib/libs/cctz/CMakeLists.windows-x86_64.txt deleted file mode 100644 index fb3753fb230..00000000000 --- a/contrib/libs/cctz/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(tzdata) - -add_library(contrib-libs-cctz) -target_compile_options(contrib-libs-cctz PRIVATE - $,,-Wno-everything> -) -target_include_directories(contrib-libs-cctz PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/include -) -target_link_libraries(contrib-libs-cctz PUBLIC - contrib-libs-cxxsupp -) -target_sources(contrib-libs-cctz PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/src/civil_time_detail.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/src/time_zone_fixed.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/src/time_zone_format.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/src/time_zone_if.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/src/time_zone_impl.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/src/time_zone_info.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/src/time_zone_libc.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/src/time_zone_lookup.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/src/time_zone_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/src/zone_info_source.cc -) diff --git a/contrib/libs/cctz/tzdata/CMakeLists.darwin-x86_64.txt b/contrib/libs/cctz/tzdata/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6fe8fed51dc..00000000000 --- a/contrib/libs/cctz/tzdata/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,1235 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(libs-cctz-tzdata INTERFACE) -target_link_libraries(libs-cctz-tzdata INTERFACE - contrib-libs-cxxsupp - yutil - contrib-libs-cctz - library-cpp-resource -) - -add_global_library_for(libs-cctz-tzdata.global libs-cctz-tzdata) -target_link_libraries(libs-cctz-tzdata.global PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-cctz - library-cpp-resource -) -target_sources(libs-cctz-tzdata.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/factory.cpp - ${CMAKE_BINARY_DIR}/contrib/libs/cctz/tzdata/941eb524918f234738fd18ee3261d1c9.cpp -) -resources(libs-cctz-tzdata.global - ${CMAKE_BINARY_DIR}/contrib/libs/cctz/tzdata/941eb524918f234738fd18ee3261d1c9.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/58543f30ac34b6510b552b9b3e82b772 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/796a57137d718e4fa3db8ef611f18e61 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/796a57137d718e4fa3db8ef611f18e61 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fe54394a3dcf951bad3c293980109dd2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/da87d45f88e4684903d7dbb5b7ed08dc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fe54394a3dcf951bad3c293980109dd2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fe54394a3dcf951bad3c293980109dd2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/796a57137d718e4fa3db8ef611f18e61 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/89de77d185e9a76612bd5f9fb043a9c2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/796a57137d718e4fa3db8ef611f18e61 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/767406f25e6c1c5396e19a3be033304b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a87061b72790e27d9f155644521d8cce - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/89de77d185e9a76612bd5f9fb043a9c2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a87061b72790e27d9f155644521d8cce - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8dcab26c06fc82939d77511b0c7c24b2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/12de6e9419a748db0e69972d23a640c2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/00636062cbcd94f2ead5a75cc197675a - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/796a57137d718e4fa3db8ef611f18e61 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/796a57137d718e4fa3db8ef611f18e61 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fe54394a3dcf951bad3c293980109dd2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fe54394a3dcf951bad3c293980109dd2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/89de77d185e9a76612bd5f9fb043a9c2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8ba86418f34ed83656d38bcfb19f85ea - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/796a57137d718e4fa3db8ef611f18e61 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a87061b72790e27d9f155644521d8cce - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a87061b72790e27d9f155644521d8cce - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a46a56e63a69fd5c5373a33203250d39 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c263ea3cac3cd3410ac15d96040c3b3c - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fe54394a3dcf951bad3c293980109dd2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d00638c4bf95fabcc0c651f13e32e253 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a87061b72790e27d9f155644521d8cce - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/89de77d185e9a76612bd5f9fb043a9c2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/89de77d185e9a76612bd5f9fb043a9c2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/89de77d185e9a76612bd5f9fb043a9c2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/796a57137d718e4fa3db8ef611f18e61 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/89de77d185e9a76612bd5f9fb043a9c2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a87061b72790e27d9f155644521d8cce - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a87061b72790e27d9f155644521d8cce - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/89de77d185e9a76612bd5f9fb043a9c2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a87061b72790e27d9f155644521d8cce - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a46a56e63a69fd5c5373a33203250d39 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a46a56e63a69fd5c5373a33203250d39 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fe54394a3dcf951bad3c293980109dd2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/4afacd60281211a6a7530a3ff8062781 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fe54394a3dcf951bad3c293980109dd2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/510c0710993f09c4d93d3639ac3fe609 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/89de77d185e9a76612bd5f9fb043a9c2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/796a57137d718e4fa3db8ef611f18e61 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/796a57137d718e4fa3db8ef611f18e61 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/89de77d185e9a76612bd5f9fb043a9c2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/7353b5d25ddb353ced2f1f9639251c16 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/796a57137d718e4fa3db8ef611f18e61 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a6b8c0b7319f5fdca0ed634760ff6e3b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/63615364c91acab170ec8f719aa6f59f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/3c6db0baa05cea4617bcad88b40b1e6a - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/1df7e605c33529940c76c1c145c52fc5 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/77ea6e8a582f87d7a397a9e7b2111be0 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/82840448c9d4782ffa56514a7fb4ca95 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a4fc7ef39a80ff8875d1cb2708ebc49e - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e3467a68822f3d1365e3494970219b03 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e3467a68822f3d1365e3494970219b03 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/5c57dc3d11f5a64fac22a08ea0c64d25 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/239a70724a0ff39d5dd3e6b7f4a34212 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0e84cda11c5dc9030c43c51187a6c78d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/839eacc63921f196e4ecfded7245a67b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e0e8162a9ade838f582c23557e530019 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0249d27eff0294ba6c5d090d9895fd17 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/4a5ba954919a3b34fb7779965387992f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/6413085a3a485b5683da3f49944995f0 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/70483b70b5e389865d462a090b99f2ed - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/07844fc101071f657d084ecb7d161aa0 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9f8d9f5acd176a1a163855959b566bb4 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/595e67b4c97fda031a90e5ef80813e7d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/1df7e605c33529940c76c1c145c52fc5 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/1c750fa694668ef0a1aad95b61533b2a - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e4bd3e0b46733cfe080ae7a159951665 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c779f9c0f9698e7646946312f10dfc4a - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ace635d426a79002a8e3657033da7795 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fb4e7ca8ebc94bf7b651ad1921cb62df - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/30c97d0792df5d5939ff0f09c53c385d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ee4b5e263472bc5adf6309f2f5cd8858 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f3ce1cb0fb7595deac1b8caa16cae961 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a4fc7ef39a80ff8875d1cb2708ebc49e - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/628a7252c0237ddace06127f3f97d066 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8fa410ffc232e56d0f945bd2b6c34dfe - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/93e1c90eb5222ffb3eca2a2a29b69a69 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/4d7ff90583dcd0e08fc8c51792761c2b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e3467a68822f3d1365e3494970219b03 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/806c5856106eb6b28c3846dd93d3acc4 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/595e67b4c97fda031a90e5ef80813e7d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/85435a33486747b319872947c68317f3 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/46d5d8b3710cb4825d4cca19f239aade - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/587990ea7ea7cb10bfd0618d8d314de3 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/595e67b4c97fda031a90e5ef80813e7d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/5c57dc3d11f5a64fac22a08ea0c64d25 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f32590f9bcdfb4ab134294d441804ae5 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/db536e94d95836d7c5725c3b3c086586 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/268c9a38823e18c714ec9fb756a8042e - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/356ff8bd249ee3f6983cba8426901244 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/79eedb7a0a4788b9bc3c291c4c643b50 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/6ece595060d1d2db3153c5d523fb106b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c1b9655d5b1ce7fbc9ac213e921acc88 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/48c96bff46ef373ce5d759dc4a4d2de2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/beb91df50b24718aed963a509c0c2958 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fefe5ae6107231a3f738b36d95153f77 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ec589bada56b3352067a359694896292 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/661db30d5b9bb274f574dfc456f95137 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0998859e2d38d079cc1a3429aa428db4 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9208172103191bf0d660e0023b358ea1 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c72cd4fac2e9b8659f6b5bb2392b9ae5 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8f9746ead1fc03c962cdd7ddacde663d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/acff9e84de94eeb7b58120a56d50cc50 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/7c49d7ec95c93d0934a7a98b1a1ae66f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/eac76eb95be7b5cc25a41e0485b58c41 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f8be05a9398502fc14e50eea2693497c - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/dada91f7db29bcab55bfd2478a5b0779 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/10089d01ae922cfd19a041f3de5ae1ea - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ef31a488808a56cc6d3c9a3c5a53abeb - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/14af0ba77d76b97e0e666c070c2172cf - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/03ff2b0ed691f72f1e04e18e84818dcf - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9208172103191bf0d660e0023b358ea1 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/964fb4bc6d047b2a8826a0734633ab0b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fdc9d5431dd16120c1465f298e28e260 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2c18bc1a2ddb1b06e98ffa553ef1aaee - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/90db76a975de863aadbcf37b47e18cd2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/768d11c820a4f93683de8f8bc03df8c8 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/7ca29f8adb394d878db41ab40c4c9a5d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a23719c2255c2c9829fe6978c1c8ecd7 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9208172103191bf0d660e0023b358ea1 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f51089782974399a845a8ab6e8825bfd - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b8248a79b8e4c6de4f23c59e360d333e - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/6ddb543268cbeb4a7fffad436081b019 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/239a70724a0ff39d5dd3e6b7f4a34212 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a9b6712f7efd08406ebb3f4a43bf1862 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9d9fdcb5bec6ef7173f20c0b968ae540 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/755a91932697ce463a5c9b642e5292d6 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/964fb4bc6d047b2a8826a0734633ab0b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fd46d501559b1cf8c8c1fa330196b1b0 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/bd9c4fdf467f96ab33dde64bf0ac700c - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/641e03b9a1178df8c823447ea6563f25 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9d9fdcb5bec6ef7173f20c0b968ae540 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/823a97c8e447d6f0016bacafd20a246e - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8435b750c0255a506ff0fd58bf646f00 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/bbb3263234960c35b55fffa1327cc48c - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/450d5ffb8f5928afc0981b5a1a8ba4fa - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/7f275e73d3e8e33981b4060f6af159ea - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2b72d499c62e0523c21b73a12d147157 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/839eacc63921f196e4ecfded7245a67b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b6fc5775917cac51306de9bf93d87827 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/5fcda9efe6faeae5a8097716a64a127b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/4335653c96fc0b0fc83e2604a8362934 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/82169289ef8c8f15473bc1fcb55123d0 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/4b51b9e60156a250908acc46d7c8cabc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/3ff9cb17a579851ce689eac23e64d899 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/bc1bca66f089c87648f0e54b0d0559a6 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/64e0eb5df848bbc06156c58b35959680 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/628174eba2d7050564c54d1370a19ca8 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/628174eba2d7050564c54d1370a19ca8 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/763d7a8374a42066d2b0bb81bd47218f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/628174eba2d7050564c54d1370a19ca8 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/97ed2cb6ee44823ce8fabdc0beeae2b9 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/6c4f6742a67bbd289f89eb4fe7de8e57 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b72620d427a1898ea97232aeba51c2dc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/511edb5c79692d730d309f4424bbaa0e - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/6e5fd4a73872524a21354303cdfff0f8 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/acff9e84de94eeb7b58120a56d50cc50 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ed478f9e09d75276d125fb7e61188b5f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/595e67b4c97fda031a90e5ef80813e7d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b8248a79b8e4c6de4f23c59e360d333e - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/7dacf7ad9037fa33db4536edf63da220 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/db536e94d95836d7c5725c3b3c086586 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f07474008b0495a1830bf6ec76104684 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0b427173cd7de48179954c1706df9f0f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d3dbc4b002cc7a0e5761a3097651309a - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a06adc807729db23da9fdb54dc714f8b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/1ee6e72e10673d4a16b6e24671f793ec - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ea521f9e43ebb66928bb2f9462a509d2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/cc7e35a2df60f44003b96877116f4d93 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c87b8b428cfdf54309e9503177e0ca5f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/6c82012b52156392f0cd7178ebcfa900 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0b427173cd7de48179954c1706df9f0f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/5c57dc3d11f5a64fac22a08ea0c64d25 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/661db30d5b9bb274f574dfc456f95137 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/79b1d15365011739a45fe1de0258ae52 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c3b66836f89ba29559e1b438d7454e0b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/3f4c05321e52971f2213bfb9e45b7a35 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/94e0437e48ebbef69b3fb7fe2af5e0f2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/77d9cbb7aa1e48aa0380d2c3b61c75d5 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c1b9655d5b1ce7fbc9ac213e921acc88 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/4b710acfb88ea85eda7b5f75df122214 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a181d1167a1dbfc2682f6d4ba9f3c803 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/4a956902cb69a4cba608798e1da71a58 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b3c87245083e0474ed4ce3d23abb7f4f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b8c39bf52aaa707c58a301ce115ee576 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/628174eba2d7050564c54d1370a19ca8 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/661db30d5b9bb274f574dfc456f95137 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/628174eba2d7050564c54d1370a19ca8 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/bc58930f92342790d3ee214524808faa - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/5fa937049e86ffbf52d4348c6c43b0ad - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/1ee6e72e10673d4a16b6e24671f793ec - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/3ee52913271777c67f23d5a918bb0f7c - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/beb91df50b24718aed963a509c0c2958 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/4d5e4576a979e0cdeb6a7d0e81989b4e - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b61230343294608431fbbd939bb6971d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/bcf8aa818432d7ae244087c7306bcb23 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/93ccc0d9fe3d862e546a627982ce5ba7 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/63f5d146aa8a66720b2c4db9e87ec1f4 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/655680c9ae07d4896919210710185038 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/3a420ea50d496f0c159a0d18af06b211 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0fb4aa6fed3f28bc7a3dae35a993171a - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/655680c9ae07d4896919210710185038 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/165baa2c51758e236a98a6a1c4cf09a0 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/11ca9bc056ef1ae4643107bea827928f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/67c981ccf51584922a1f72dd2d529730 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2577d6d2ba90616ca47c8ee8d9fbca20 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/165baa2c51758e236a98a6a1c4cf09a0 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/eaa234bf9babed72ac5b25c9a3dffa15 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0abd3c37bec0c4c7f1a2284c3457adb3 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f627017649ea589681b7b0dd45c03118 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/af82eec1529bf616942df14b2ffb4403 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/34dc35c8aa0f4e3a0064a92e5aa5d762 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c68faf20645ecd953e8eb2fb70469f59 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c68faf20645ecd953e8eb2fb70469f59 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/dc74e10d17659800407d742d3a5db22b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9aa23335da47827d5ce36afc1523bbd3 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ec12549279e64ebeb926579888cf89d9 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/bde0fe003b2df5121f0d31d3954095a6 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ff94f36118acae9ef3e19438688e266b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8a8ef367f59b0e3880bd1cff6651b357 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/5e8c48c7a60c434f1e2f1e535172cbb9 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/56a77f4891fb3e9506aa233f5fbac27e - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/bf388a0a1da2be989c25dbfb587076d8 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/16a0b637c31e7e480cfccfc46dd75d67 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2d0a65ce6c15961ab95c917d9f23e882 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/36687b86e799dc46c4ad4c49e3222ea5 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/dff9cd919f10d25842d1381cdff9f7f7 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/dff9cd919f10d25842d1381cdff9f7f7 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d41b1974e5ec6b3bc790062a97894a37 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/940f5a339a1f12a7153474fc3c92c624 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c8376c6c326f4e99e093b6bc6cb9cd6e - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/940f5a339a1f12a7153474fc3c92c624 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8a60b6309c1443774d2f065bcf2bbc61 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/667e494c45d181f0706bd07b211c850b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/7d4619fed11db15c54153613fcf23bda - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/4cd70a6fdc80b1b15c0b9f7c3b807107 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2910f8ef0c04e980cb9fac5f8f62b334 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/dff9cd919f10d25842d1381cdff9f7f7 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/6853ddd2f1d2e3899a8433b015ed726a - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/009a0575634eab075d7e8a15b2e443ae - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f729c88451bacd2895fc1c8d29064c46 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/3c4a6f9840f3d89534c5f511329704e8 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/4e36cb5f575bdcbdd38b144d5a9195c9 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/48252c9a797f0f4bea97557a5094cf98 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/325a2d872e0c0e5339f2e134e921047a - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/4709fe18f39068d2ca7de4c5396e1513 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9360bb34802002d91d9bba174c25a8dc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/17ca5b7fed86c92696b863cb6a78187f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/959247e441092255286b22fef107172f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ef4485e168a60d91cc5347e5de9a3407 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/67c981ccf51584922a1f72dd2d529730 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/90518d05c449fad639594f7f575407d6 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/90518d05c449fad639594f7f575407d6 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c46a3b3c120085251d04dd583a06b6a4 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/16a0b637c31e7e480cfccfc46dd75d67 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/702a65f05da90971b14686c21add1a90 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8a2bb95893137bb40748ef4ecd8d7435 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/bf388a0a1da2be989c25dbfb587076d8 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/165baa2c51758e236a98a6a1c4cf09a0 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d3dfd69107a4d78facbc67c4d8cea004 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d3dfd69107a4d78facbc67c4d8cea004 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/656bd0f3d2def024f4d1e59fc668b538 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c8c41a468e356c6bb65e89c69e4406dc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/52f31607db7a4a081c63dfb4cc578408 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/667e494c45d181f0706bd07b211c850b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/beb20df2d2d5e3e5f5f50fb2da2a4782 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/71705112182911b4327ac195ffae174b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8c3304792234093e5a3d5debcef24a32 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2ee30998e941f8d603ad278135230cbd - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c72131eaa200e2aa58e1c12fe94f1f67 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ff94f36118acae9ef3e19438688e266b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/28fe8388ff78123cfd04d67e32057886 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/772e6342aeba16851eed7dcda632c5be - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ec12549279e64ebeb926579888cf89d9 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f44dbe7ca52c5fb8b57e33fd8e094038 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/4fff9a8801bd2b75474dde3870d24e89 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/37f26cf8b8fe9179833e366ca13b8916 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/165baa2c51758e236a98a6a1c4cf09a0 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/009a0575634eab075d7e8a15b2e443ae - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a1239114e71b76c885dbad8f2fa61de4 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9f39ae0771032afbfca86630bec12768 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/da5aae5f9a71de05b4625f74b007c461 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/dff9cd919f10d25842d1381cdff9f7f7 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8a2bb95893137bb40748ef4ecd8d7435 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d155718faacae2f6288b0c88e66f851c - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/eda5a4ce01efed633c50e04d09fe73b2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/310f6ba2360c27c334c6e17fccf2b9a5 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d3ca7527ee42255559acf2d74d749d00 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f4825b22e2ad8fb3e0bf20daa84bd774 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9360bb34802002d91d9bba174c25a8dc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b4aa5f2b966a76ebc38d1aab44d86bce - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b4aa5f2b966a76ebc38d1aab44d86bce - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/618a4a8f78720e26749b9c29ed4fd1b3 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e770be0bb1b43b9bc7df85f9ac184a79 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c8c41a468e356c6bb65e89c69e4406dc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/66a0ec5d00519d1826d055514861779d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/66a0ec5d00519d1826d055514861779d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/67c981ccf51584922a1f72dd2d529730 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/04875c383508e7181ae595cec9856228 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ff94f36118acae9ef3e19438688e266b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/4709139f1759e9693b8c02551b527f58 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b22b7be8696db5ca60fb0b7bba4c8718 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/37f26cf8b8fe9179833e366ca13b8916 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/bfd18d52a4546531e2f3112725f092d3 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d1c5195eed8efac077678d1c6d988f7f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/93bd1a44f9245279aa44a94d4c435e5c - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b85d659fabeeb1257ade1f6282a5ec7d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/1e571eef4b7112bb58a746099afd9f02 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b7ad70caecef25e4a9ba1e5afd95fe25 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/253d5505eaf3a497f4fa107633bea235 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/253d5505eaf3a497f4fa107633bea235 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2577d6d2ba90616ca47c8ee8d9fbca20 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/4f2a136a6f59628aeea0d09480d630d2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/796a57137d718e4fa3db8ef611f18e61 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2aa2dbd00a40fc7bdc1f1e3d461a2646 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/796a57137d718e4fa3db8ef611f18e61 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2a4c8fd0d241b11b207c41b0aedd6cf9 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a1085ba102822f56191705c405f2a8ad - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/02d7a06f7ede604bdd6bf40932b670c6 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d5464310b37a30d92f5b85d128dd4937 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/35eebba76b28756b47e8fff3157eafdb - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a1085ba102822f56191705c405f2a8ad - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8371d9f10ef8a679be6eadedc6641d73 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/09e36f9135b9ddb666cbb9496fecdf89 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e0185725b852fe59ef8e5fef9f619990 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8371d9f10ef8a679be6eadedc6641d73 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e68c0f2ebe9dc247712393ab1bd168d2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/1b6ec1c2e23ea5b37361d885e1db8450 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e68c0f2ebe9dc247712393ab1bd168d2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e308055a9c06f33a854a9d579ed61249 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a1085ba102822f56191705c405f2a8ad - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/09e36f9135b9ddb666cbb9496fecdf89 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/543113396c7e34a7532457a1ce759c4e - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d5464310b37a30d92f5b85d128dd4937 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/02d7a06f7ede604bdd6bf40932b670c6 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a1085ba102822f56191705c405f2a8ad - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8371d9f10ef8a679be6eadedc6641d73 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e308055a9c06f33a854a9d579ed61249 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/543113396c7e34a7532457a1ce759c4e - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/35eebba76b28756b47e8fff3157eafdb - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0b427173cd7de48179954c1706df9f0f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/6c4f6742a67bbd289f89eb4fe7de8e57 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/94e0437e48ebbef69b3fb7fe2af5e0f2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/bbb3263234960c35b55fffa1327cc48c - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9bc8fb09717950cb4149283c5aff15ac - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/43c7956d0835817f930236a5633cffa6 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ef31a488808a56cc6d3c9a3c5a53abeb - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/1ee6e72e10673d4a16b6e24671f793ec - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/628174eba2d7050564c54d1370a19ca8 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/beb91df50b24718aed963a509c0c2958 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a181d1167a1dbfc2682f6d4ba9f3c803 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/bc58930f92342790d3ee214524808faa - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c87b8b428cfdf54309e9503177e0ca5f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/5fa937049e86ffbf52d4348c6c43b0ad - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c3b66836f89ba29559e1b438d7454e0b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/57aca34c4b3ca88d9c94b88990c62c79 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/14af0ba77d76b97e0e666c070c2172cf - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/19ef27aa43febb679c0795f8c5dedc0f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b33eb6506380f950ad798d4d788d136a - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/5fbedfd64bddc3ec7790a4eb0f22b66c - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8dcab26c06fc82939d77511b0c7c24b2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/1917c051a13995cc4c32d2ce05bc3e7b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e7577ad74319a942781e7153a97d7690 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e7577ad74319a942781e7153a97d7690 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d8af0cadc03a3813b866bbfeb041e167 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9766867907fd0631d6357abfcb71fde5 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d40107fc4f4515f2f2eed25a1ca88fb8 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/52569f1fcc560faffd0ed78e0e9eb69f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/29c0187634c10fc717832169fc449715 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0d49585e3c48010af348561943e319a2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/88546761589cb98c5209ff92ac71be7d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9c4035bc2046d3be368e14a46fc8685d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a79c9f48310a80244f2065d08f09f91a - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/7956f01b2e6933717e9ba4adfd327ccc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9eaedd2c3574882c46ddbbfeabc5c444 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0d81f8cc7c4066b8f84371ebbbb3e00c - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e7577ad74319a942781e7153a97d7690 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/721967abda97296c7f361100d8b868e4 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/42fcd2bd28f14995f4fec31b081d88b0 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ba0134eab8c956f482f642c6a5440ee0 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f669833977d5968e30ce9d8288dccd22 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/7176177837995c39668c29a4a459cb55 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/39ffa0df7491f260ed87949d60aa34da - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f72cea14be81564422856a5e3633b0f0 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/6af1f235706f2c48a99cabb1efcd0e53 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/dced2b01cc7c29f0b1adf9c62f8603fd - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/167b215e24978122218b1a0eec97ea7a - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/43d37a94ef2f6ee11c55e0a14c2898cb - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ade2a36e23a06174c36b6fd5d795e865 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8e7f6cfc11d44c8e29f7f4a59df5fcae - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ccc5a76bcf9b46bc41f3ffb232850bbb - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e7577ad74319a942781e7153a97d7690 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e7577ad74319a942781e7153a97d7690 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/51d8a0e68892ebf0854a1b4250ffb26b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/51d8a0e68892ebf0854a1b4250ffb26b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/51d8a0e68892ebf0854a1b4250ffb26b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/51d8a0e68892ebf0854a1b4250ffb26b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/7a350885dea1ebe1bf630eb4254e9abc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/89cb42bccb29740b74d74dad225a7f70 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/29067b92c3481871788d16e05841ce78 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9006b968810f68ce90473c809b252776 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b14ab0a98fb1964def4eaf00d2a6bb73 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a4ac1780d547f4e4c41cab4c6cf1d76d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2577d6d2ba90616ca47c8ee8d9fbca20 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9ac4de9fb3bcae616f7de40984ccb6b2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/7a350885dea1ebe1bf630eb4254e9abc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f0976c6697d91943b1d72c331844db50 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0b00b9da0d4f68857bdebb750ea28c4d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/07b0081174b26fd15187b9d6a019e322 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d62d0d008574b60d70899d22545eb1f9 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2577d6d2ba90616ca47c8ee8d9fbca20 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/1917c051a13995cc4c32d2ce05bc3e7b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8629c4ecded1abb6072c099aa6781c47 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b14ab0a98fb1964def4eaf00d2a6bb73 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/aecc05607e312ffdbdf3a8f07ac64a6b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b14ab0a98fb1964def4eaf00d2a6bb73 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/48252c9a797f0f4bea97557a5094cf98 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b14ab0a98fb1964def4eaf00d2a6bb73 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e019dabd72a8783f7d4b4c1fe3dd5c11 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2a6d051e23c2e3ace6355f98f024796a - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0b403c8a9ccd7ca6e2a6efbb8ea7a0f0 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2a6d051e23c2e3ace6355f98f024796a - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/41bc7cd4fe8c4fc8f59de742ebb69012 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a4ac1780d547f4e4c41cab4c6cf1d76d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b14ab0a98fb1964def4eaf00d2a6bb73 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/7a350885dea1ebe1bf630eb4254e9abc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/1377f55949e2a3c4cf3ccc96bb5a91a5 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/1fd961b54d21dd2ad91b05c7c71435a8 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/aecc05607e312ffdbdf3a8f07ac64a6b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/aed64fc971bc7aa23cab042415d57d53 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/506e99f9c797d9798e7a411495691504 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/39b47bf37a27f7bcd5d3f7c51343c7fc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/beb20df2d2d5e3e5f5f50fb2da2a4782 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2577d6d2ba90616ca47c8ee8d9fbca20 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/506e99f9c797d9798e7a411495691504 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a4ac1780d547f4e4c41cab4c6cf1d76d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9ac4de9fb3bcae616f7de40984ccb6b2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d917645873cf9c7577ce2fdbe05963cb - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c57843caa48aa4715344a26830df1f13 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8baab5c53cf4270f860fb2de701ded9d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c57843caa48aa4715344a26830df1f13 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a4ac1780d547f4e4c41cab4c6cf1d76d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c4aa97ffb42eeeb70479979e2050d866 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/3465e5d0858d49481e9bcfea787d1be7 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a4ac1780d547f4e4c41cab4c6cf1d76d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/710422cb894d7b930689a115e97f688b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2577d6d2ba90616ca47c8ee8d9fbca20 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2b3fb59013e51fa85db1cee17e54edc8 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e9faa2fda4c9671e5002bf470313be76 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d62d0d008574b60d70899d22545eb1f9 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0dfaf73a64a7c3cfcd10756a6d545e08 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2a6d051e23c2e3ace6355f98f024796a - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/07b0081174b26fd15187b9d6a019e322 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c57843caa48aa4715344a26830df1f13 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fe03dcb43031a0d45d0039e33f1e4c42 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/57500f0613dd0355126a75ca0fb0db2c - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/19ed55c2f6f06452f1008cfb15e5636b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d44a4791346a5defc84c6bec9e52645d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a4ac1780d547f4e4c41cab4c6cf1d76d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2a6d051e23c2e3ace6355f98f024796a - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/07b0081174b26fd15187b9d6a019e322 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e369eb23db7f75930ece7bf91b6b86a7 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b14ab0a98fb1964def4eaf00d2a6bb73 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b14ab0a98fb1964def4eaf00d2a6bb73 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e7577ad74319a942781e7153a97d7690 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e7577ad74319a942781e7153a97d7690 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e7577ad74319a942781e7153a97d7690 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e7577ad74319a942781e7153a97d7690 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e7577ad74319a942781e7153a97d7690 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a813cd94645ca8774632d328080f8d97 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f729c88451bacd2895fc1c8d29064c46 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/796a57137d718e4fa3db8ef611f18e61 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fe54394a3dcf951bad3c293980109dd2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f3ac587344d641763d27895afbe16345 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ff94f36118acae9ef3e19438688e266b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/37f26cf8b8fe9179833e366ca13b8916 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fe54394a3dcf951bad3c293980109dd2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/5d62b2758da6d68cb971d8f2cf64d432 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/667e494c45d181f0706bd07b211c850b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/5d62b2758da6d68cb971d8f2cf64d432 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/cea8767711bc79a4ec192e25706de5a5 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fe54394a3dcf951bad3c293980109dd2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/667e494c45d181f0706bd07b211c850b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f4825b22e2ad8fb3e0bf20daa84bd774 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9360bb34802002d91d9bba174c25a8dc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/6ddb543268cbeb4a7fffad436081b019 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/618a4a8f78720e26749b9c29ed4fd1b3 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/475a8ae9a30287527356f20d4456abd4 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a6b8c0b7319f5fdca0ed634760ff6e3b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0727fa9015cd130fba15b7e7163ff139 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ef8eca09259416ea4e1d5b4bb865a645 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/56dbf10674ff9ef08ef9088d7e7ab639 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/661db30d5b9bb274f574dfc456f95137 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2b72d499c62e0523c21b73a12d147157 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/82169289ef8c8f15473bc1fcb55123d0 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/655680c9ae07d4896919210710185038 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/41dd4c2678c8776c4abdcc809932bbe7 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c1b9655d5b1ce7fbc9ac213e921acc88 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/dff9cd919f10d25842d1381cdff9f7f7 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/74b8879270f5bd60554e01c6610b1efb - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fa334faf4eac0c30d0a20353b78f1685 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/655680c9ae07d4896919210710185038 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d8977a620cda17fb8da4421e6c474f0c - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/41dd4c2678c8776c4abdcc809932bbe7 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/bcf8aa818432d7ae244087c7306bcb23 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/57aca34c4b3ca88d9c94b88990c62c79 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/4cddbf0831a9bbaa79369d3b91961a8f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/99cc3c716bf45f1ae5bb572baa4ad256 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/afaa4c77a1e912306f4ca578c933d4a6 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a92ef316c0c20b37f585aa00209c65cf - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ba8d62a6ed66f462087e00ad76f7354d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/055c3628d78f3c9a01a7732c442f78f9 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f4cf94e44810f7c25b2529ffe37ab772 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/44355d47052f97ac7388446bce23e3ab - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ec185892bb2764a8280ee41ff8f2b032 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/5ed332a521639d91536739cfb9e4dde6 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/5ed332a521639d91536739cfb9e4dde6 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/99cc3c716bf45f1ae5bb572baa4ad256 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/1530b1e45e83ed3f4e61d1a6f2f4f706 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fb8a999658da8686edc727548949fd88 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/475a8ae9a30287527356f20d4456abd4 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ba8d62a6ed66f462087e00ad76f7354d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/82b091bd4358c77e600c08893560419b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f789c65f289caa627ea1f690836c48f6 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fa85e90a2dcd44ced6128397a99b2668 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92ab841a2a7aa104cb62a09be6f1a232 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0e8c2a93c75cfb3705dc63788803ebfb - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/7f89369fd9501f16ae77919d4c0e5658 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f789c65f289caa627ea1f690836c48f6 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8d2aeb9646f427ba69fab8ad34c51552 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/acf014221290656a061fff7e9fa818ee - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/44355d47052f97ac7388446bce23e3ab - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/44355d47052f97ac7388446bce23e3ab - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/bcf8aa818432d7ae244087c7306bcb23 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/5b3b7bd518d8afe48e97f141617c0531 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ec185892bb2764a8280ee41ff8f2b032 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f789c65f289caa627ea1f690836c48f6 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0672593cd4756dbfb8bba02b4555c91d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ba8d62a6ed66f462087e00ad76f7354d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/460900dfed7410df3acffe5b811d0f02 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/bcf8aa818432d7ae244087c7306bcb23 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ba8d62a6ed66f462087e00ad76f7354d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ba8d62a6ed66f462087e00ad76f7354d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/bcf8aa818432d7ae244087c7306bcb23 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d44a4791346a5defc84c6bec9e52645d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/41bc7cd4fe8c4fc8f59de742ebb69012 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/eda5a4ce01efed633c50e04d09fe73b2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/da5aae5f9a71de05b4625f74b007c461 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8a2bb95893137bb40748ef4ecd8d7435 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/48252c9a797f0f4bea97557a5094cf98 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/51d8a0e68892ebf0854a1b4250ffb26b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/77ea6e8a582f87d7a397a9e7b2111be0 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/1df7e605c33529940c76c1c145c52fc5 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/db536e94d95836d7c5725c3b3c086586 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/85435a33486747b319872947c68317f3 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9208172103191bf0d660e0023b358ea1 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/763d7a8374a42066d2b0bb81bd47218f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/5ed332a521639d91536739cfb9e4dde6 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/964fb4bc6d047b2a8826a0734633ab0b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/48c96bff46ef373ce5d759dc4a4d2de2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c1b9655d5b1ce7fbc9ac213e921acc88 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/641e03b9a1178df8c823447ea6563f25 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f789c65f289caa627ea1f690836c48f6 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/51d8a0e68892ebf0854a1b4250ffb26b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/51d8a0e68892ebf0854a1b4250ffb26b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/39b47bf37a27f7bcd5d3f7c51343c7fc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0124cd65b22dfd92129cb0a43719c717 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/51d8a0e68892ebf0854a1b4250ffb26b - KEYS - /cctz/tzdata/posixrules - /cctz/tzdata/Africa/Abidjan - /cctz/tzdata/Africa/Accra - /cctz/tzdata/Africa/Addis_Ababa - /cctz/tzdata/Africa/Algiers - /cctz/tzdata/Africa/Asmara - /cctz/tzdata/Africa/Asmera - /cctz/tzdata/Africa/Bamako - /cctz/tzdata/Africa/Bangui - /cctz/tzdata/Africa/Banjul - /cctz/tzdata/Africa/Bissau - /cctz/tzdata/Africa/Blantyre - /cctz/tzdata/Africa/Brazzaville - /cctz/tzdata/Africa/Bujumbura - /cctz/tzdata/Africa/Cairo - /cctz/tzdata/Africa/Casablanca - /cctz/tzdata/Africa/Ceuta - /cctz/tzdata/Africa/Conakry - /cctz/tzdata/Africa/Dakar - /cctz/tzdata/Africa/Dar_es_Salaam - /cctz/tzdata/Africa/Djibouti - /cctz/tzdata/Africa/Douala - /cctz/tzdata/Africa/El_Aaiun - /cctz/tzdata/Africa/Freetown - /cctz/tzdata/Africa/Gaborone - /cctz/tzdata/Africa/Harare - /cctz/tzdata/Africa/Johannesburg - /cctz/tzdata/Africa/Juba - /cctz/tzdata/Africa/Kampala - /cctz/tzdata/Africa/Khartoum - /cctz/tzdata/Africa/Kigali - /cctz/tzdata/Africa/Kinshasa - /cctz/tzdata/Africa/Lagos - /cctz/tzdata/Africa/Libreville - /cctz/tzdata/Africa/Lome - /cctz/tzdata/Africa/Luanda - /cctz/tzdata/Africa/Lubumbashi - /cctz/tzdata/Africa/Lusaka - /cctz/tzdata/Africa/Malabo - /cctz/tzdata/Africa/Maputo - /cctz/tzdata/Africa/Maseru - /cctz/tzdata/Africa/Mbabane - /cctz/tzdata/Africa/Mogadishu - /cctz/tzdata/Africa/Monrovia - /cctz/tzdata/Africa/Nairobi - /cctz/tzdata/Africa/Ndjamena - /cctz/tzdata/Africa/Niamey - /cctz/tzdata/Africa/Nouakchott - /cctz/tzdata/Africa/Ouagadougou - /cctz/tzdata/Africa/Porto-Novo - /cctz/tzdata/Africa/Sao_Tome - /cctz/tzdata/Africa/Timbuktu - /cctz/tzdata/Africa/Tripoli - /cctz/tzdata/Africa/Tunis - /cctz/tzdata/Africa/Windhoek - /cctz/tzdata/America/Adak - /cctz/tzdata/America/Anchorage - /cctz/tzdata/America/Anguilla - /cctz/tzdata/America/Antigua - /cctz/tzdata/America/Araguaina - /cctz/tzdata/America/Argentina/Buenos_Aires - /cctz/tzdata/America/Argentina/Catamarca - /cctz/tzdata/America/Argentina/ComodRivadavia - /cctz/tzdata/America/Argentina/Cordoba - /cctz/tzdata/America/Argentina/Jujuy - /cctz/tzdata/America/Argentina/La_Rioja - /cctz/tzdata/America/Argentina/Mendoza - /cctz/tzdata/America/Argentina/Rio_Gallegos - /cctz/tzdata/America/Argentina/Salta - /cctz/tzdata/America/Argentina/San_Juan - /cctz/tzdata/America/Argentina/San_Luis - /cctz/tzdata/America/Argentina/Tucuman - /cctz/tzdata/America/Argentina/Ushuaia - /cctz/tzdata/America/Aruba - /cctz/tzdata/America/Asuncion - /cctz/tzdata/America/Atikokan - /cctz/tzdata/America/Atka - /cctz/tzdata/America/Bahia - /cctz/tzdata/America/Bahia_Banderas - /cctz/tzdata/America/Barbados - /cctz/tzdata/America/Belem - /cctz/tzdata/America/Belize - /cctz/tzdata/America/Blanc-Sablon - /cctz/tzdata/America/Boa_Vista - /cctz/tzdata/America/Bogota - /cctz/tzdata/America/Boise - /cctz/tzdata/America/Buenos_Aires - /cctz/tzdata/America/Cambridge_Bay - /cctz/tzdata/America/Campo_Grande - /cctz/tzdata/America/Cancun - /cctz/tzdata/America/Caracas - /cctz/tzdata/America/Catamarca - /cctz/tzdata/America/Cayenne - /cctz/tzdata/America/Cayman - /cctz/tzdata/America/Chicago - /cctz/tzdata/America/Chihuahua - /cctz/tzdata/America/Ciudad_Juarez - /cctz/tzdata/America/Coral_Harbour - /cctz/tzdata/America/Cordoba - /cctz/tzdata/America/Costa_Rica - /cctz/tzdata/America/Creston - /cctz/tzdata/America/Cuiaba - /cctz/tzdata/America/Curacao - /cctz/tzdata/America/Danmarkshavn - /cctz/tzdata/America/Dawson - /cctz/tzdata/America/Dawson_Creek - /cctz/tzdata/America/Denver - /cctz/tzdata/America/Detroit - /cctz/tzdata/America/Dominica - /cctz/tzdata/America/Edmonton - /cctz/tzdata/America/Eirunepe - /cctz/tzdata/America/El_Salvador - /cctz/tzdata/America/Ensenada - /cctz/tzdata/America/Fort_Nelson - /cctz/tzdata/America/Fort_Wayne - /cctz/tzdata/America/Fortaleza - /cctz/tzdata/America/Glace_Bay - /cctz/tzdata/America/Godthab - /cctz/tzdata/America/Goose_Bay - /cctz/tzdata/America/Grand_Turk - /cctz/tzdata/America/Grenada - /cctz/tzdata/America/Guadeloupe - /cctz/tzdata/America/Guatemala - /cctz/tzdata/America/Guayaquil - /cctz/tzdata/America/Guyana - /cctz/tzdata/America/Halifax - /cctz/tzdata/America/Havana - /cctz/tzdata/America/Hermosillo - /cctz/tzdata/America/Indiana/Indianapolis - /cctz/tzdata/America/Indiana/Knox - /cctz/tzdata/America/Indiana/Marengo - /cctz/tzdata/America/Indiana/Petersburg - /cctz/tzdata/America/Indiana/Tell_City - /cctz/tzdata/America/Indiana/Vevay - /cctz/tzdata/America/Indiana/Vincennes - /cctz/tzdata/America/Indiana/Winamac - /cctz/tzdata/America/Indianapolis - /cctz/tzdata/America/Inuvik - /cctz/tzdata/America/Iqaluit - /cctz/tzdata/America/Jamaica - /cctz/tzdata/America/Jujuy - /cctz/tzdata/America/Juneau - /cctz/tzdata/America/Kentucky/Louisville - /cctz/tzdata/America/Kentucky/Monticello - /cctz/tzdata/America/Knox_IN - /cctz/tzdata/America/Kralendijk - /cctz/tzdata/America/La_Paz - /cctz/tzdata/America/Lima - /cctz/tzdata/America/Los_Angeles - /cctz/tzdata/America/Louisville - /cctz/tzdata/America/Lower_Princes - /cctz/tzdata/America/Maceio - /cctz/tzdata/America/Managua - /cctz/tzdata/America/Manaus - /cctz/tzdata/America/Marigot - /cctz/tzdata/America/Martinique - /cctz/tzdata/America/Matamoros - /cctz/tzdata/America/Mazatlan - /cctz/tzdata/America/Mendoza - /cctz/tzdata/America/Menominee - /cctz/tzdata/America/Merida - /cctz/tzdata/America/Metlakatla - /cctz/tzdata/America/Mexico_City - /cctz/tzdata/America/Miquelon - /cctz/tzdata/America/Moncton - /cctz/tzdata/America/Monterrey - /cctz/tzdata/America/Montevideo - /cctz/tzdata/America/Montreal - /cctz/tzdata/America/Montserrat - /cctz/tzdata/America/Nassau - /cctz/tzdata/America/New_York - /cctz/tzdata/America/Nipigon - /cctz/tzdata/America/Nome - /cctz/tzdata/America/Noronha - /cctz/tzdata/America/North_Dakota/Beulah - /cctz/tzdata/America/North_Dakota/Center - /cctz/tzdata/America/North_Dakota/New_Salem - /cctz/tzdata/America/Nuuk - /cctz/tzdata/America/Ojinaga - /cctz/tzdata/America/Panama - /cctz/tzdata/America/Pangnirtung - /cctz/tzdata/America/Paramaribo - /cctz/tzdata/America/Phoenix - /cctz/tzdata/America/Port-au-Prince - /cctz/tzdata/America/Port_of_Spain - /cctz/tzdata/America/Porto_Acre - /cctz/tzdata/America/Porto_Velho - /cctz/tzdata/America/Puerto_Rico - /cctz/tzdata/America/Punta_Arenas - /cctz/tzdata/America/Rainy_River - /cctz/tzdata/America/Rankin_Inlet - /cctz/tzdata/America/Recife - /cctz/tzdata/America/Regina - /cctz/tzdata/America/Resolute - /cctz/tzdata/America/Rio_Branco - /cctz/tzdata/America/Rosario - /cctz/tzdata/America/Santa_Isabel - /cctz/tzdata/America/Santarem - /cctz/tzdata/America/Santiago - /cctz/tzdata/America/Santo_Domingo - /cctz/tzdata/America/Sao_Paulo - /cctz/tzdata/America/Scoresbysund - /cctz/tzdata/America/Shiprock - /cctz/tzdata/America/Sitka - /cctz/tzdata/America/St_Barthelemy - /cctz/tzdata/America/St_Johns - /cctz/tzdata/America/St_Kitts - /cctz/tzdata/America/St_Lucia - /cctz/tzdata/America/St_Thomas - /cctz/tzdata/America/St_Vincent - /cctz/tzdata/America/Swift_Current - /cctz/tzdata/America/Tegucigalpa - /cctz/tzdata/America/Thule - /cctz/tzdata/America/Thunder_Bay - /cctz/tzdata/America/Tijuana - /cctz/tzdata/America/Toronto - /cctz/tzdata/America/Tortola - /cctz/tzdata/America/Vancouver - /cctz/tzdata/America/Virgin - /cctz/tzdata/America/Whitehorse - /cctz/tzdata/America/Winnipeg - /cctz/tzdata/America/Yakutat - /cctz/tzdata/America/Yellowknife - /cctz/tzdata/Antarctica/Casey - /cctz/tzdata/Antarctica/Davis - /cctz/tzdata/Antarctica/DumontDUrville - /cctz/tzdata/Antarctica/Macquarie - /cctz/tzdata/Antarctica/Mawson - /cctz/tzdata/Antarctica/McMurdo - /cctz/tzdata/Antarctica/Palmer - /cctz/tzdata/Antarctica/Rothera - /cctz/tzdata/Antarctica/South_Pole - /cctz/tzdata/Antarctica/Syowa - /cctz/tzdata/Antarctica/Troll - /cctz/tzdata/Antarctica/Vostok - /cctz/tzdata/Arctic/Longyearbyen - /cctz/tzdata/Asia/Aden - /cctz/tzdata/Asia/Almaty - /cctz/tzdata/Asia/Amman - /cctz/tzdata/Asia/Anadyr - /cctz/tzdata/Asia/Aqtau - /cctz/tzdata/Asia/Aqtobe - /cctz/tzdata/Asia/Ashgabat - /cctz/tzdata/Asia/Ashkhabad - /cctz/tzdata/Asia/Atyrau - /cctz/tzdata/Asia/Baghdad - /cctz/tzdata/Asia/Bahrain - /cctz/tzdata/Asia/Baku - /cctz/tzdata/Asia/Bangkok - /cctz/tzdata/Asia/Barnaul - /cctz/tzdata/Asia/Beirut - /cctz/tzdata/Asia/Bishkek - /cctz/tzdata/Asia/Brunei - /cctz/tzdata/Asia/Calcutta - /cctz/tzdata/Asia/Chita - /cctz/tzdata/Asia/Choibalsan - /cctz/tzdata/Asia/Chongqing - /cctz/tzdata/Asia/Chungking - /cctz/tzdata/Asia/Colombo - /cctz/tzdata/Asia/Dacca - /cctz/tzdata/Asia/Damascus - /cctz/tzdata/Asia/Dhaka - /cctz/tzdata/Asia/Dili - /cctz/tzdata/Asia/Dubai - /cctz/tzdata/Asia/Dushanbe - /cctz/tzdata/Asia/Famagusta - /cctz/tzdata/Asia/Gaza - /cctz/tzdata/Asia/Harbin - /cctz/tzdata/Asia/Hebron - /cctz/tzdata/Asia/Ho_Chi_Minh - /cctz/tzdata/Asia/Hong_Kong - /cctz/tzdata/Asia/Hovd - /cctz/tzdata/Asia/Irkutsk - /cctz/tzdata/Asia/Istanbul - /cctz/tzdata/Asia/Jakarta - /cctz/tzdata/Asia/Jayapura - /cctz/tzdata/Asia/Jerusalem - /cctz/tzdata/Asia/Kabul - /cctz/tzdata/Asia/Kamchatka - /cctz/tzdata/Asia/Karachi - /cctz/tzdata/Asia/Kashgar - /cctz/tzdata/Asia/Kathmandu - /cctz/tzdata/Asia/Katmandu - /cctz/tzdata/Asia/Khandyga - /cctz/tzdata/Asia/Kolkata - /cctz/tzdata/Asia/Krasnoyarsk - /cctz/tzdata/Asia/Kuala_Lumpur - /cctz/tzdata/Asia/Kuching - /cctz/tzdata/Asia/Kuwait - /cctz/tzdata/Asia/Macao - /cctz/tzdata/Asia/Macau - /cctz/tzdata/Asia/Magadan - /cctz/tzdata/Asia/Makassar - /cctz/tzdata/Asia/Manila - /cctz/tzdata/Asia/Muscat - /cctz/tzdata/Asia/Nicosia - /cctz/tzdata/Asia/Novokuznetsk - /cctz/tzdata/Asia/Novosibirsk - /cctz/tzdata/Asia/Omsk - /cctz/tzdata/Asia/Oral - /cctz/tzdata/Asia/Phnom_Penh - /cctz/tzdata/Asia/Pontianak - /cctz/tzdata/Asia/Pyongyang - /cctz/tzdata/Asia/Qatar - /cctz/tzdata/Asia/Qostanay - /cctz/tzdata/Asia/Qyzylorda - /cctz/tzdata/Asia/Rangoon - /cctz/tzdata/Asia/Riyadh - /cctz/tzdata/Asia/Saigon - /cctz/tzdata/Asia/Sakhalin - /cctz/tzdata/Asia/Samarkand - /cctz/tzdata/Asia/Seoul - /cctz/tzdata/Asia/Shanghai - /cctz/tzdata/Asia/Singapore - /cctz/tzdata/Asia/Srednekolymsk - /cctz/tzdata/Asia/Taipei - /cctz/tzdata/Asia/Tashkent - /cctz/tzdata/Asia/Tbilisi - /cctz/tzdata/Asia/Tehran - /cctz/tzdata/Asia/Tel_Aviv - /cctz/tzdata/Asia/Thimbu - /cctz/tzdata/Asia/Thimphu - /cctz/tzdata/Asia/Tokyo - /cctz/tzdata/Asia/Tomsk - /cctz/tzdata/Asia/Ujung_Pandang - /cctz/tzdata/Asia/Ulaanbaatar - /cctz/tzdata/Asia/Ulan_Bator - /cctz/tzdata/Asia/Urumqi - /cctz/tzdata/Asia/Ust-Nera - /cctz/tzdata/Asia/Vientiane - /cctz/tzdata/Asia/Vladivostok - /cctz/tzdata/Asia/Yakutsk - /cctz/tzdata/Asia/Yangon - /cctz/tzdata/Asia/Yekaterinburg - /cctz/tzdata/Asia/Yerevan - /cctz/tzdata/Atlantic/Azores - /cctz/tzdata/Atlantic/Bermuda - /cctz/tzdata/Atlantic/Canary - /cctz/tzdata/Atlantic/Cape_Verde - /cctz/tzdata/Atlantic/Faeroe - /cctz/tzdata/Atlantic/Faroe - /cctz/tzdata/Atlantic/Jan_Mayen - /cctz/tzdata/Atlantic/Madeira - /cctz/tzdata/Atlantic/Reykjavik - /cctz/tzdata/Atlantic/South_Georgia - /cctz/tzdata/Atlantic/St_Helena - /cctz/tzdata/Atlantic/Stanley - /cctz/tzdata/Australia/ACT - /cctz/tzdata/Australia/Adelaide - /cctz/tzdata/Australia/Brisbane - /cctz/tzdata/Australia/Broken_Hill - /cctz/tzdata/Australia/Canberra - /cctz/tzdata/Australia/Currie - /cctz/tzdata/Australia/Darwin - /cctz/tzdata/Australia/Eucla - /cctz/tzdata/Australia/Hobart - /cctz/tzdata/Australia/LHI - /cctz/tzdata/Australia/Lindeman - /cctz/tzdata/Australia/Lord_Howe - /cctz/tzdata/Australia/Melbourne - /cctz/tzdata/Australia/NSW - /cctz/tzdata/Australia/North - /cctz/tzdata/Australia/Perth - /cctz/tzdata/Australia/Queensland - /cctz/tzdata/Australia/South - /cctz/tzdata/Australia/Sydney - /cctz/tzdata/Australia/Tasmania - /cctz/tzdata/Australia/Victoria - /cctz/tzdata/Australia/West - /cctz/tzdata/Australia/Yancowinna - /cctz/tzdata/Brazil/Acre - /cctz/tzdata/Brazil/DeNoronha - /cctz/tzdata/Brazil/East - /cctz/tzdata/Brazil/West - /cctz/tzdata/CET - /cctz/tzdata/CST6CDT - /cctz/tzdata/Canada/Atlantic - /cctz/tzdata/Canada/Central - /cctz/tzdata/Canada/Eastern - /cctz/tzdata/Canada/Mountain - /cctz/tzdata/Canada/Newfoundland - /cctz/tzdata/Canada/Pacific - /cctz/tzdata/Canada/Saskatchewan - /cctz/tzdata/Canada/Yukon - /cctz/tzdata/Chile/Continental - /cctz/tzdata/Chile/EasterIsland - /cctz/tzdata/Cuba - /cctz/tzdata/EET - /cctz/tzdata/EST - /cctz/tzdata/EST5EDT - /cctz/tzdata/Egypt - /cctz/tzdata/Eire - /cctz/tzdata/Etc/GMT - /cctz/tzdata/Etc/GMT+0 - /cctz/tzdata/Etc/GMT+1 - /cctz/tzdata/Etc/GMT+10 - /cctz/tzdata/Etc/GMT+11 - /cctz/tzdata/Etc/GMT+12 - /cctz/tzdata/Etc/GMT+2 - /cctz/tzdata/Etc/GMT+3 - /cctz/tzdata/Etc/GMT+4 - /cctz/tzdata/Etc/GMT+5 - /cctz/tzdata/Etc/GMT+6 - /cctz/tzdata/Etc/GMT+7 - /cctz/tzdata/Etc/GMT+8 - /cctz/tzdata/Etc/GMT+9 - /cctz/tzdata/Etc/GMT-0 - /cctz/tzdata/Etc/GMT-1 - /cctz/tzdata/Etc/GMT-10 - /cctz/tzdata/Etc/GMT-11 - /cctz/tzdata/Etc/GMT-12 - /cctz/tzdata/Etc/GMT-13 - /cctz/tzdata/Etc/GMT-14 - /cctz/tzdata/Etc/GMT-2 - /cctz/tzdata/Etc/GMT-3 - /cctz/tzdata/Etc/GMT-4 - /cctz/tzdata/Etc/GMT-5 - /cctz/tzdata/Etc/GMT-6 - /cctz/tzdata/Etc/GMT-7 - /cctz/tzdata/Etc/GMT-8 - /cctz/tzdata/Etc/GMT-9 - /cctz/tzdata/Etc/GMT0 - /cctz/tzdata/Etc/Greenwich - /cctz/tzdata/Etc/UCT - /cctz/tzdata/Etc/UTC - /cctz/tzdata/Etc/Universal - /cctz/tzdata/Etc/Zulu - /cctz/tzdata/Europe/Amsterdam - /cctz/tzdata/Europe/Andorra - /cctz/tzdata/Europe/Astrakhan - /cctz/tzdata/Europe/Athens - /cctz/tzdata/Europe/Belfast - /cctz/tzdata/Europe/Belgrade - /cctz/tzdata/Europe/Berlin - /cctz/tzdata/Europe/Bratislava - /cctz/tzdata/Europe/Brussels - /cctz/tzdata/Europe/Bucharest - /cctz/tzdata/Europe/Budapest - /cctz/tzdata/Europe/Busingen - /cctz/tzdata/Europe/Chisinau - /cctz/tzdata/Europe/Copenhagen - /cctz/tzdata/Europe/Dublin - /cctz/tzdata/Europe/Gibraltar - /cctz/tzdata/Europe/Guernsey - /cctz/tzdata/Europe/Helsinki - /cctz/tzdata/Europe/Isle_of_Man - /cctz/tzdata/Europe/Istanbul - /cctz/tzdata/Europe/Jersey - /cctz/tzdata/Europe/Kaliningrad - /cctz/tzdata/Europe/Kiev - /cctz/tzdata/Europe/Kirov - /cctz/tzdata/Europe/Kyiv - /cctz/tzdata/Europe/Lisbon - /cctz/tzdata/Europe/Ljubljana - /cctz/tzdata/Europe/London - /cctz/tzdata/Europe/Luxembourg - /cctz/tzdata/Europe/Madrid - /cctz/tzdata/Europe/Malta - /cctz/tzdata/Europe/Mariehamn - /cctz/tzdata/Europe/Minsk - /cctz/tzdata/Europe/Monaco - /cctz/tzdata/Europe/Moscow - /cctz/tzdata/Europe/Nicosia - /cctz/tzdata/Europe/Oslo - /cctz/tzdata/Europe/Paris - /cctz/tzdata/Europe/Podgorica - /cctz/tzdata/Europe/Prague - /cctz/tzdata/Europe/Riga - /cctz/tzdata/Europe/Rome - /cctz/tzdata/Europe/Samara - /cctz/tzdata/Europe/San_Marino - /cctz/tzdata/Europe/Sarajevo - /cctz/tzdata/Europe/Saratov - /cctz/tzdata/Europe/Simferopol - /cctz/tzdata/Europe/Skopje - /cctz/tzdata/Europe/Sofia - /cctz/tzdata/Europe/Stockholm - /cctz/tzdata/Europe/Tallinn - /cctz/tzdata/Europe/Tirane - /cctz/tzdata/Europe/Tiraspol - /cctz/tzdata/Europe/Ulyanovsk - /cctz/tzdata/Europe/Uzhgorod - /cctz/tzdata/Europe/Vaduz - /cctz/tzdata/Europe/Vatican - /cctz/tzdata/Europe/Vienna - /cctz/tzdata/Europe/Vilnius - /cctz/tzdata/Europe/Volgograd - /cctz/tzdata/Europe/Warsaw - /cctz/tzdata/Europe/Zagreb - /cctz/tzdata/Europe/Zaporozhye - /cctz/tzdata/Europe/Zurich - /cctz/tzdata/Factory - /cctz/tzdata/GB - /cctz/tzdata/GB-Eire - /cctz/tzdata/GMT - /cctz/tzdata/GMT+0 - /cctz/tzdata/GMT-0 - /cctz/tzdata/GMT0 - /cctz/tzdata/Greenwich - /cctz/tzdata/HST - /cctz/tzdata/Hongkong - /cctz/tzdata/Iceland - /cctz/tzdata/Indian/Antananarivo - /cctz/tzdata/Indian/Chagos - /cctz/tzdata/Indian/Christmas - /cctz/tzdata/Indian/Cocos - /cctz/tzdata/Indian/Comoro - /cctz/tzdata/Indian/Kerguelen - /cctz/tzdata/Indian/Mahe - /cctz/tzdata/Indian/Maldives - /cctz/tzdata/Indian/Mauritius - /cctz/tzdata/Indian/Mayotte - /cctz/tzdata/Indian/Reunion - /cctz/tzdata/Iran - /cctz/tzdata/Israel - /cctz/tzdata/Jamaica - /cctz/tzdata/Japan - /cctz/tzdata/Kwajalein - /cctz/tzdata/Libya - /cctz/tzdata/MET - /cctz/tzdata/MST - /cctz/tzdata/MST7MDT - /cctz/tzdata/Mexico/BajaNorte - /cctz/tzdata/Mexico/BajaSur - /cctz/tzdata/Mexico/General - /cctz/tzdata/NZ - /cctz/tzdata/NZ-CHAT - /cctz/tzdata/Navajo - /cctz/tzdata/PRC - /cctz/tzdata/PST8PDT - /cctz/tzdata/Pacific/Apia - /cctz/tzdata/Pacific/Auckland - /cctz/tzdata/Pacific/Bougainville - /cctz/tzdata/Pacific/Chatham - /cctz/tzdata/Pacific/Chuuk - /cctz/tzdata/Pacific/Easter - /cctz/tzdata/Pacific/Efate - /cctz/tzdata/Pacific/Enderbury - /cctz/tzdata/Pacific/Fakaofo - /cctz/tzdata/Pacific/Fiji - /cctz/tzdata/Pacific/Funafuti - /cctz/tzdata/Pacific/Galapagos - /cctz/tzdata/Pacific/Gambier - /cctz/tzdata/Pacific/Guadalcanal - /cctz/tzdata/Pacific/Guam - /cctz/tzdata/Pacific/Honolulu - /cctz/tzdata/Pacific/Johnston - /cctz/tzdata/Pacific/Kanton - /cctz/tzdata/Pacific/Kiritimati - /cctz/tzdata/Pacific/Kosrae - /cctz/tzdata/Pacific/Kwajalein - /cctz/tzdata/Pacific/Majuro - /cctz/tzdata/Pacific/Marquesas - /cctz/tzdata/Pacific/Midway - /cctz/tzdata/Pacific/Nauru - /cctz/tzdata/Pacific/Niue - /cctz/tzdata/Pacific/Norfolk - /cctz/tzdata/Pacific/Noumea - /cctz/tzdata/Pacific/Pago_Pago - /cctz/tzdata/Pacific/Palau - /cctz/tzdata/Pacific/Pitcairn - /cctz/tzdata/Pacific/Pohnpei - /cctz/tzdata/Pacific/Ponape - /cctz/tzdata/Pacific/Port_Moresby - /cctz/tzdata/Pacific/Rarotonga - /cctz/tzdata/Pacific/Saipan - /cctz/tzdata/Pacific/Samoa - /cctz/tzdata/Pacific/Tahiti - /cctz/tzdata/Pacific/Tarawa - /cctz/tzdata/Pacific/Tongatapu - /cctz/tzdata/Pacific/Truk - /cctz/tzdata/Pacific/Wake - /cctz/tzdata/Pacific/Wallis - /cctz/tzdata/Pacific/Yap - /cctz/tzdata/Poland - /cctz/tzdata/Portugal - /cctz/tzdata/ROC - /cctz/tzdata/ROK - /cctz/tzdata/Singapore - /cctz/tzdata/Turkey - /cctz/tzdata/UCT - /cctz/tzdata/US/Alaska - /cctz/tzdata/US/Aleutian - /cctz/tzdata/US/Arizona - /cctz/tzdata/US/Central - /cctz/tzdata/US/East-Indiana - /cctz/tzdata/US/Eastern - /cctz/tzdata/US/Hawaii - /cctz/tzdata/US/Indiana-Starke - /cctz/tzdata/US/Michigan - /cctz/tzdata/US/Mountain - /cctz/tzdata/US/Pacific - /cctz/tzdata/US/Samoa - /cctz/tzdata/UTC - /cctz/tzdata/Universal - /cctz/tzdata/W-SU - /cctz/tzdata/WET - /cctz/tzdata/Zulu -) diff --git a/contrib/libs/cctz/tzdata/CMakeLists.linux-aarch64.txt b/contrib/libs/cctz/tzdata/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 01c35d8023d..00000000000 --- a/contrib/libs/cctz/tzdata/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,1237 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(libs-cctz-tzdata INTERFACE) -target_link_libraries(libs-cctz-tzdata INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-cctz - library-cpp-resource -) - -add_global_library_for(libs-cctz-tzdata.global libs-cctz-tzdata) -target_link_libraries(libs-cctz-tzdata.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-cctz - library-cpp-resource -) -target_sources(libs-cctz-tzdata.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/factory.cpp - ${CMAKE_BINARY_DIR}/contrib/libs/cctz/tzdata/941eb524918f234738fd18ee3261d1c9.cpp -) -resources(libs-cctz-tzdata.global - ${CMAKE_BINARY_DIR}/contrib/libs/cctz/tzdata/941eb524918f234738fd18ee3261d1c9.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/58543f30ac34b6510b552b9b3e82b772 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/796a57137d718e4fa3db8ef611f18e61 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/796a57137d718e4fa3db8ef611f18e61 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fe54394a3dcf951bad3c293980109dd2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/da87d45f88e4684903d7dbb5b7ed08dc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fe54394a3dcf951bad3c293980109dd2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fe54394a3dcf951bad3c293980109dd2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/796a57137d718e4fa3db8ef611f18e61 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/89de77d185e9a76612bd5f9fb043a9c2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/796a57137d718e4fa3db8ef611f18e61 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/767406f25e6c1c5396e19a3be033304b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a87061b72790e27d9f155644521d8cce - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/89de77d185e9a76612bd5f9fb043a9c2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a87061b72790e27d9f155644521d8cce - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8dcab26c06fc82939d77511b0c7c24b2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/12de6e9419a748db0e69972d23a640c2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/00636062cbcd94f2ead5a75cc197675a - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/796a57137d718e4fa3db8ef611f18e61 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/796a57137d718e4fa3db8ef611f18e61 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fe54394a3dcf951bad3c293980109dd2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fe54394a3dcf951bad3c293980109dd2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/89de77d185e9a76612bd5f9fb043a9c2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8ba86418f34ed83656d38bcfb19f85ea - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/796a57137d718e4fa3db8ef611f18e61 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a87061b72790e27d9f155644521d8cce - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a87061b72790e27d9f155644521d8cce - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a46a56e63a69fd5c5373a33203250d39 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c263ea3cac3cd3410ac15d96040c3b3c - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fe54394a3dcf951bad3c293980109dd2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d00638c4bf95fabcc0c651f13e32e253 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a87061b72790e27d9f155644521d8cce - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/89de77d185e9a76612bd5f9fb043a9c2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/89de77d185e9a76612bd5f9fb043a9c2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/89de77d185e9a76612bd5f9fb043a9c2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/796a57137d718e4fa3db8ef611f18e61 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/89de77d185e9a76612bd5f9fb043a9c2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a87061b72790e27d9f155644521d8cce - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a87061b72790e27d9f155644521d8cce - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/89de77d185e9a76612bd5f9fb043a9c2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a87061b72790e27d9f155644521d8cce - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a46a56e63a69fd5c5373a33203250d39 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a46a56e63a69fd5c5373a33203250d39 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fe54394a3dcf951bad3c293980109dd2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/4afacd60281211a6a7530a3ff8062781 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fe54394a3dcf951bad3c293980109dd2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/510c0710993f09c4d93d3639ac3fe609 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/89de77d185e9a76612bd5f9fb043a9c2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/796a57137d718e4fa3db8ef611f18e61 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/796a57137d718e4fa3db8ef611f18e61 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/89de77d185e9a76612bd5f9fb043a9c2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/7353b5d25ddb353ced2f1f9639251c16 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/796a57137d718e4fa3db8ef611f18e61 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a6b8c0b7319f5fdca0ed634760ff6e3b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/63615364c91acab170ec8f719aa6f59f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/3c6db0baa05cea4617bcad88b40b1e6a - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/1df7e605c33529940c76c1c145c52fc5 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/77ea6e8a582f87d7a397a9e7b2111be0 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/82840448c9d4782ffa56514a7fb4ca95 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a4fc7ef39a80ff8875d1cb2708ebc49e - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e3467a68822f3d1365e3494970219b03 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e3467a68822f3d1365e3494970219b03 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/5c57dc3d11f5a64fac22a08ea0c64d25 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/239a70724a0ff39d5dd3e6b7f4a34212 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0e84cda11c5dc9030c43c51187a6c78d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/839eacc63921f196e4ecfded7245a67b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e0e8162a9ade838f582c23557e530019 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0249d27eff0294ba6c5d090d9895fd17 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/4a5ba954919a3b34fb7779965387992f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/6413085a3a485b5683da3f49944995f0 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/70483b70b5e389865d462a090b99f2ed - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/07844fc101071f657d084ecb7d161aa0 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9f8d9f5acd176a1a163855959b566bb4 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/595e67b4c97fda031a90e5ef80813e7d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/1df7e605c33529940c76c1c145c52fc5 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/1c750fa694668ef0a1aad95b61533b2a - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e4bd3e0b46733cfe080ae7a159951665 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c779f9c0f9698e7646946312f10dfc4a - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ace635d426a79002a8e3657033da7795 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fb4e7ca8ebc94bf7b651ad1921cb62df - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/30c97d0792df5d5939ff0f09c53c385d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ee4b5e263472bc5adf6309f2f5cd8858 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f3ce1cb0fb7595deac1b8caa16cae961 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a4fc7ef39a80ff8875d1cb2708ebc49e - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/628a7252c0237ddace06127f3f97d066 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8fa410ffc232e56d0f945bd2b6c34dfe - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/93e1c90eb5222ffb3eca2a2a29b69a69 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/4d7ff90583dcd0e08fc8c51792761c2b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e3467a68822f3d1365e3494970219b03 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/806c5856106eb6b28c3846dd93d3acc4 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/595e67b4c97fda031a90e5ef80813e7d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/85435a33486747b319872947c68317f3 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/46d5d8b3710cb4825d4cca19f239aade - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/587990ea7ea7cb10bfd0618d8d314de3 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/595e67b4c97fda031a90e5ef80813e7d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/5c57dc3d11f5a64fac22a08ea0c64d25 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f32590f9bcdfb4ab134294d441804ae5 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/db536e94d95836d7c5725c3b3c086586 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/268c9a38823e18c714ec9fb756a8042e - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/356ff8bd249ee3f6983cba8426901244 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/79eedb7a0a4788b9bc3c291c4c643b50 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/6ece595060d1d2db3153c5d523fb106b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c1b9655d5b1ce7fbc9ac213e921acc88 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/48c96bff46ef373ce5d759dc4a4d2de2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/beb91df50b24718aed963a509c0c2958 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fefe5ae6107231a3f738b36d95153f77 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ec589bada56b3352067a359694896292 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/661db30d5b9bb274f574dfc456f95137 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0998859e2d38d079cc1a3429aa428db4 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9208172103191bf0d660e0023b358ea1 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c72cd4fac2e9b8659f6b5bb2392b9ae5 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8f9746ead1fc03c962cdd7ddacde663d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/acff9e84de94eeb7b58120a56d50cc50 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/7c49d7ec95c93d0934a7a98b1a1ae66f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/eac76eb95be7b5cc25a41e0485b58c41 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f8be05a9398502fc14e50eea2693497c - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/dada91f7db29bcab55bfd2478a5b0779 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/10089d01ae922cfd19a041f3de5ae1ea - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ef31a488808a56cc6d3c9a3c5a53abeb - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/14af0ba77d76b97e0e666c070c2172cf - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/03ff2b0ed691f72f1e04e18e84818dcf - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9208172103191bf0d660e0023b358ea1 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/964fb4bc6d047b2a8826a0734633ab0b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fdc9d5431dd16120c1465f298e28e260 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2c18bc1a2ddb1b06e98ffa553ef1aaee - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/90db76a975de863aadbcf37b47e18cd2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/768d11c820a4f93683de8f8bc03df8c8 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/7ca29f8adb394d878db41ab40c4c9a5d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a23719c2255c2c9829fe6978c1c8ecd7 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9208172103191bf0d660e0023b358ea1 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f51089782974399a845a8ab6e8825bfd - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b8248a79b8e4c6de4f23c59e360d333e - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/6ddb543268cbeb4a7fffad436081b019 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/239a70724a0ff39d5dd3e6b7f4a34212 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a9b6712f7efd08406ebb3f4a43bf1862 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9d9fdcb5bec6ef7173f20c0b968ae540 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/755a91932697ce463a5c9b642e5292d6 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/964fb4bc6d047b2a8826a0734633ab0b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fd46d501559b1cf8c8c1fa330196b1b0 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/bd9c4fdf467f96ab33dde64bf0ac700c - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/641e03b9a1178df8c823447ea6563f25 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9d9fdcb5bec6ef7173f20c0b968ae540 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/823a97c8e447d6f0016bacafd20a246e - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8435b750c0255a506ff0fd58bf646f00 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/bbb3263234960c35b55fffa1327cc48c - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/450d5ffb8f5928afc0981b5a1a8ba4fa - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/7f275e73d3e8e33981b4060f6af159ea - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2b72d499c62e0523c21b73a12d147157 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/839eacc63921f196e4ecfded7245a67b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b6fc5775917cac51306de9bf93d87827 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/5fcda9efe6faeae5a8097716a64a127b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/4335653c96fc0b0fc83e2604a8362934 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/82169289ef8c8f15473bc1fcb55123d0 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/4b51b9e60156a250908acc46d7c8cabc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/3ff9cb17a579851ce689eac23e64d899 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/bc1bca66f089c87648f0e54b0d0559a6 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/64e0eb5df848bbc06156c58b35959680 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/628174eba2d7050564c54d1370a19ca8 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/628174eba2d7050564c54d1370a19ca8 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/763d7a8374a42066d2b0bb81bd47218f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/628174eba2d7050564c54d1370a19ca8 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/97ed2cb6ee44823ce8fabdc0beeae2b9 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/6c4f6742a67bbd289f89eb4fe7de8e57 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b72620d427a1898ea97232aeba51c2dc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/511edb5c79692d730d309f4424bbaa0e - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/6e5fd4a73872524a21354303cdfff0f8 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/acff9e84de94eeb7b58120a56d50cc50 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ed478f9e09d75276d125fb7e61188b5f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/595e67b4c97fda031a90e5ef80813e7d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b8248a79b8e4c6de4f23c59e360d333e - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/7dacf7ad9037fa33db4536edf63da220 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/db536e94d95836d7c5725c3b3c086586 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f07474008b0495a1830bf6ec76104684 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0b427173cd7de48179954c1706df9f0f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d3dbc4b002cc7a0e5761a3097651309a - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a06adc807729db23da9fdb54dc714f8b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/1ee6e72e10673d4a16b6e24671f793ec - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ea521f9e43ebb66928bb2f9462a509d2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/cc7e35a2df60f44003b96877116f4d93 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c87b8b428cfdf54309e9503177e0ca5f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/6c82012b52156392f0cd7178ebcfa900 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0b427173cd7de48179954c1706df9f0f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/5c57dc3d11f5a64fac22a08ea0c64d25 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/661db30d5b9bb274f574dfc456f95137 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/79b1d15365011739a45fe1de0258ae52 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c3b66836f89ba29559e1b438d7454e0b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/3f4c05321e52971f2213bfb9e45b7a35 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/94e0437e48ebbef69b3fb7fe2af5e0f2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/77d9cbb7aa1e48aa0380d2c3b61c75d5 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c1b9655d5b1ce7fbc9ac213e921acc88 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/4b710acfb88ea85eda7b5f75df122214 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a181d1167a1dbfc2682f6d4ba9f3c803 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/4a956902cb69a4cba608798e1da71a58 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b3c87245083e0474ed4ce3d23abb7f4f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b8c39bf52aaa707c58a301ce115ee576 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/628174eba2d7050564c54d1370a19ca8 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/661db30d5b9bb274f574dfc456f95137 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/628174eba2d7050564c54d1370a19ca8 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/bc58930f92342790d3ee214524808faa - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/5fa937049e86ffbf52d4348c6c43b0ad - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/1ee6e72e10673d4a16b6e24671f793ec - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/3ee52913271777c67f23d5a918bb0f7c - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/beb91df50b24718aed963a509c0c2958 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/4d5e4576a979e0cdeb6a7d0e81989b4e - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b61230343294608431fbbd939bb6971d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/bcf8aa818432d7ae244087c7306bcb23 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/93ccc0d9fe3d862e546a627982ce5ba7 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/63f5d146aa8a66720b2c4db9e87ec1f4 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/655680c9ae07d4896919210710185038 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/3a420ea50d496f0c159a0d18af06b211 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0fb4aa6fed3f28bc7a3dae35a993171a - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/655680c9ae07d4896919210710185038 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/165baa2c51758e236a98a6a1c4cf09a0 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/11ca9bc056ef1ae4643107bea827928f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/67c981ccf51584922a1f72dd2d529730 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2577d6d2ba90616ca47c8ee8d9fbca20 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/165baa2c51758e236a98a6a1c4cf09a0 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/eaa234bf9babed72ac5b25c9a3dffa15 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0abd3c37bec0c4c7f1a2284c3457adb3 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f627017649ea589681b7b0dd45c03118 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/af82eec1529bf616942df14b2ffb4403 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/34dc35c8aa0f4e3a0064a92e5aa5d762 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c68faf20645ecd953e8eb2fb70469f59 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c68faf20645ecd953e8eb2fb70469f59 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/dc74e10d17659800407d742d3a5db22b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9aa23335da47827d5ce36afc1523bbd3 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ec12549279e64ebeb926579888cf89d9 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/bde0fe003b2df5121f0d31d3954095a6 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ff94f36118acae9ef3e19438688e266b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8a8ef367f59b0e3880bd1cff6651b357 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/5e8c48c7a60c434f1e2f1e535172cbb9 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/56a77f4891fb3e9506aa233f5fbac27e - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/bf388a0a1da2be989c25dbfb587076d8 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/16a0b637c31e7e480cfccfc46dd75d67 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2d0a65ce6c15961ab95c917d9f23e882 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/36687b86e799dc46c4ad4c49e3222ea5 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/dff9cd919f10d25842d1381cdff9f7f7 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/dff9cd919f10d25842d1381cdff9f7f7 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d41b1974e5ec6b3bc790062a97894a37 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/940f5a339a1f12a7153474fc3c92c624 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c8376c6c326f4e99e093b6bc6cb9cd6e - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/940f5a339a1f12a7153474fc3c92c624 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8a60b6309c1443774d2f065bcf2bbc61 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/667e494c45d181f0706bd07b211c850b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/7d4619fed11db15c54153613fcf23bda - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/4cd70a6fdc80b1b15c0b9f7c3b807107 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2910f8ef0c04e980cb9fac5f8f62b334 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/dff9cd919f10d25842d1381cdff9f7f7 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/6853ddd2f1d2e3899a8433b015ed726a - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/009a0575634eab075d7e8a15b2e443ae - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f729c88451bacd2895fc1c8d29064c46 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/3c4a6f9840f3d89534c5f511329704e8 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/4e36cb5f575bdcbdd38b144d5a9195c9 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/48252c9a797f0f4bea97557a5094cf98 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/325a2d872e0c0e5339f2e134e921047a - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/4709fe18f39068d2ca7de4c5396e1513 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9360bb34802002d91d9bba174c25a8dc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/17ca5b7fed86c92696b863cb6a78187f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/959247e441092255286b22fef107172f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ef4485e168a60d91cc5347e5de9a3407 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/67c981ccf51584922a1f72dd2d529730 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/90518d05c449fad639594f7f575407d6 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/90518d05c449fad639594f7f575407d6 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c46a3b3c120085251d04dd583a06b6a4 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/16a0b637c31e7e480cfccfc46dd75d67 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/702a65f05da90971b14686c21add1a90 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8a2bb95893137bb40748ef4ecd8d7435 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/bf388a0a1da2be989c25dbfb587076d8 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/165baa2c51758e236a98a6a1c4cf09a0 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d3dfd69107a4d78facbc67c4d8cea004 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d3dfd69107a4d78facbc67c4d8cea004 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/656bd0f3d2def024f4d1e59fc668b538 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c8c41a468e356c6bb65e89c69e4406dc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/52f31607db7a4a081c63dfb4cc578408 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/667e494c45d181f0706bd07b211c850b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/beb20df2d2d5e3e5f5f50fb2da2a4782 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/71705112182911b4327ac195ffae174b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8c3304792234093e5a3d5debcef24a32 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2ee30998e941f8d603ad278135230cbd - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c72131eaa200e2aa58e1c12fe94f1f67 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ff94f36118acae9ef3e19438688e266b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/28fe8388ff78123cfd04d67e32057886 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/772e6342aeba16851eed7dcda632c5be - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ec12549279e64ebeb926579888cf89d9 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f44dbe7ca52c5fb8b57e33fd8e094038 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/4fff9a8801bd2b75474dde3870d24e89 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/37f26cf8b8fe9179833e366ca13b8916 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/165baa2c51758e236a98a6a1c4cf09a0 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/009a0575634eab075d7e8a15b2e443ae - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a1239114e71b76c885dbad8f2fa61de4 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9f39ae0771032afbfca86630bec12768 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/da5aae5f9a71de05b4625f74b007c461 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/dff9cd919f10d25842d1381cdff9f7f7 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8a2bb95893137bb40748ef4ecd8d7435 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d155718faacae2f6288b0c88e66f851c - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/eda5a4ce01efed633c50e04d09fe73b2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/310f6ba2360c27c334c6e17fccf2b9a5 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d3ca7527ee42255559acf2d74d749d00 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f4825b22e2ad8fb3e0bf20daa84bd774 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9360bb34802002d91d9bba174c25a8dc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b4aa5f2b966a76ebc38d1aab44d86bce - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b4aa5f2b966a76ebc38d1aab44d86bce - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/618a4a8f78720e26749b9c29ed4fd1b3 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e770be0bb1b43b9bc7df85f9ac184a79 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c8c41a468e356c6bb65e89c69e4406dc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/66a0ec5d00519d1826d055514861779d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/66a0ec5d00519d1826d055514861779d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/67c981ccf51584922a1f72dd2d529730 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/04875c383508e7181ae595cec9856228 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ff94f36118acae9ef3e19438688e266b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/4709139f1759e9693b8c02551b527f58 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b22b7be8696db5ca60fb0b7bba4c8718 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/37f26cf8b8fe9179833e366ca13b8916 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/bfd18d52a4546531e2f3112725f092d3 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d1c5195eed8efac077678d1c6d988f7f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/93bd1a44f9245279aa44a94d4c435e5c - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b85d659fabeeb1257ade1f6282a5ec7d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/1e571eef4b7112bb58a746099afd9f02 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b7ad70caecef25e4a9ba1e5afd95fe25 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/253d5505eaf3a497f4fa107633bea235 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/253d5505eaf3a497f4fa107633bea235 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2577d6d2ba90616ca47c8ee8d9fbca20 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/4f2a136a6f59628aeea0d09480d630d2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/796a57137d718e4fa3db8ef611f18e61 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2aa2dbd00a40fc7bdc1f1e3d461a2646 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/796a57137d718e4fa3db8ef611f18e61 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2a4c8fd0d241b11b207c41b0aedd6cf9 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a1085ba102822f56191705c405f2a8ad - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/02d7a06f7ede604bdd6bf40932b670c6 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d5464310b37a30d92f5b85d128dd4937 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/35eebba76b28756b47e8fff3157eafdb - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a1085ba102822f56191705c405f2a8ad - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8371d9f10ef8a679be6eadedc6641d73 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/09e36f9135b9ddb666cbb9496fecdf89 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e0185725b852fe59ef8e5fef9f619990 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8371d9f10ef8a679be6eadedc6641d73 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e68c0f2ebe9dc247712393ab1bd168d2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/1b6ec1c2e23ea5b37361d885e1db8450 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e68c0f2ebe9dc247712393ab1bd168d2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e308055a9c06f33a854a9d579ed61249 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a1085ba102822f56191705c405f2a8ad - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/09e36f9135b9ddb666cbb9496fecdf89 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/543113396c7e34a7532457a1ce759c4e - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d5464310b37a30d92f5b85d128dd4937 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/02d7a06f7ede604bdd6bf40932b670c6 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a1085ba102822f56191705c405f2a8ad - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8371d9f10ef8a679be6eadedc6641d73 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e308055a9c06f33a854a9d579ed61249 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/543113396c7e34a7532457a1ce759c4e - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/35eebba76b28756b47e8fff3157eafdb - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0b427173cd7de48179954c1706df9f0f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/6c4f6742a67bbd289f89eb4fe7de8e57 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/94e0437e48ebbef69b3fb7fe2af5e0f2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/bbb3263234960c35b55fffa1327cc48c - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9bc8fb09717950cb4149283c5aff15ac - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/43c7956d0835817f930236a5633cffa6 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ef31a488808a56cc6d3c9a3c5a53abeb - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/1ee6e72e10673d4a16b6e24671f793ec - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/628174eba2d7050564c54d1370a19ca8 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/beb91df50b24718aed963a509c0c2958 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a181d1167a1dbfc2682f6d4ba9f3c803 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/bc58930f92342790d3ee214524808faa - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c87b8b428cfdf54309e9503177e0ca5f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/5fa937049e86ffbf52d4348c6c43b0ad - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c3b66836f89ba29559e1b438d7454e0b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/57aca34c4b3ca88d9c94b88990c62c79 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/14af0ba77d76b97e0e666c070c2172cf - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/19ef27aa43febb679c0795f8c5dedc0f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b33eb6506380f950ad798d4d788d136a - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/5fbedfd64bddc3ec7790a4eb0f22b66c - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8dcab26c06fc82939d77511b0c7c24b2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/1917c051a13995cc4c32d2ce05bc3e7b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e7577ad74319a942781e7153a97d7690 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e7577ad74319a942781e7153a97d7690 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d8af0cadc03a3813b866bbfeb041e167 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9766867907fd0631d6357abfcb71fde5 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d40107fc4f4515f2f2eed25a1ca88fb8 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/52569f1fcc560faffd0ed78e0e9eb69f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/29c0187634c10fc717832169fc449715 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0d49585e3c48010af348561943e319a2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/88546761589cb98c5209ff92ac71be7d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9c4035bc2046d3be368e14a46fc8685d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a79c9f48310a80244f2065d08f09f91a - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/7956f01b2e6933717e9ba4adfd327ccc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9eaedd2c3574882c46ddbbfeabc5c444 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0d81f8cc7c4066b8f84371ebbbb3e00c - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e7577ad74319a942781e7153a97d7690 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/721967abda97296c7f361100d8b868e4 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/42fcd2bd28f14995f4fec31b081d88b0 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ba0134eab8c956f482f642c6a5440ee0 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f669833977d5968e30ce9d8288dccd22 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/7176177837995c39668c29a4a459cb55 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/39ffa0df7491f260ed87949d60aa34da - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f72cea14be81564422856a5e3633b0f0 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/6af1f235706f2c48a99cabb1efcd0e53 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/dced2b01cc7c29f0b1adf9c62f8603fd - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/167b215e24978122218b1a0eec97ea7a - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/43d37a94ef2f6ee11c55e0a14c2898cb - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ade2a36e23a06174c36b6fd5d795e865 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8e7f6cfc11d44c8e29f7f4a59df5fcae - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ccc5a76bcf9b46bc41f3ffb232850bbb - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e7577ad74319a942781e7153a97d7690 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e7577ad74319a942781e7153a97d7690 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/51d8a0e68892ebf0854a1b4250ffb26b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/51d8a0e68892ebf0854a1b4250ffb26b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/51d8a0e68892ebf0854a1b4250ffb26b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/51d8a0e68892ebf0854a1b4250ffb26b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/7a350885dea1ebe1bf630eb4254e9abc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/89cb42bccb29740b74d74dad225a7f70 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/29067b92c3481871788d16e05841ce78 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9006b968810f68ce90473c809b252776 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b14ab0a98fb1964def4eaf00d2a6bb73 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a4ac1780d547f4e4c41cab4c6cf1d76d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2577d6d2ba90616ca47c8ee8d9fbca20 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9ac4de9fb3bcae616f7de40984ccb6b2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/7a350885dea1ebe1bf630eb4254e9abc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f0976c6697d91943b1d72c331844db50 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0b00b9da0d4f68857bdebb750ea28c4d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/07b0081174b26fd15187b9d6a019e322 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d62d0d008574b60d70899d22545eb1f9 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2577d6d2ba90616ca47c8ee8d9fbca20 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/1917c051a13995cc4c32d2ce05bc3e7b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8629c4ecded1abb6072c099aa6781c47 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b14ab0a98fb1964def4eaf00d2a6bb73 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/aecc05607e312ffdbdf3a8f07ac64a6b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b14ab0a98fb1964def4eaf00d2a6bb73 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/48252c9a797f0f4bea97557a5094cf98 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b14ab0a98fb1964def4eaf00d2a6bb73 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e019dabd72a8783f7d4b4c1fe3dd5c11 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2a6d051e23c2e3ace6355f98f024796a - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0b403c8a9ccd7ca6e2a6efbb8ea7a0f0 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2a6d051e23c2e3ace6355f98f024796a - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/41bc7cd4fe8c4fc8f59de742ebb69012 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a4ac1780d547f4e4c41cab4c6cf1d76d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b14ab0a98fb1964def4eaf00d2a6bb73 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/7a350885dea1ebe1bf630eb4254e9abc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/1377f55949e2a3c4cf3ccc96bb5a91a5 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/1fd961b54d21dd2ad91b05c7c71435a8 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/aecc05607e312ffdbdf3a8f07ac64a6b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/aed64fc971bc7aa23cab042415d57d53 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/506e99f9c797d9798e7a411495691504 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/39b47bf37a27f7bcd5d3f7c51343c7fc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/beb20df2d2d5e3e5f5f50fb2da2a4782 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2577d6d2ba90616ca47c8ee8d9fbca20 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/506e99f9c797d9798e7a411495691504 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a4ac1780d547f4e4c41cab4c6cf1d76d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9ac4de9fb3bcae616f7de40984ccb6b2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d917645873cf9c7577ce2fdbe05963cb - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c57843caa48aa4715344a26830df1f13 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8baab5c53cf4270f860fb2de701ded9d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c57843caa48aa4715344a26830df1f13 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a4ac1780d547f4e4c41cab4c6cf1d76d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c4aa97ffb42eeeb70479979e2050d866 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/3465e5d0858d49481e9bcfea787d1be7 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a4ac1780d547f4e4c41cab4c6cf1d76d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/710422cb894d7b930689a115e97f688b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2577d6d2ba90616ca47c8ee8d9fbca20 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2b3fb59013e51fa85db1cee17e54edc8 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e9faa2fda4c9671e5002bf470313be76 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d62d0d008574b60d70899d22545eb1f9 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0dfaf73a64a7c3cfcd10756a6d545e08 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2a6d051e23c2e3ace6355f98f024796a - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/07b0081174b26fd15187b9d6a019e322 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c57843caa48aa4715344a26830df1f13 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fe03dcb43031a0d45d0039e33f1e4c42 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/57500f0613dd0355126a75ca0fb0db2c - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/19ed55c2f6f06452f1008cfb15e5636b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d44a4791346a5defc84c6bec9e52645d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a4ac1780d547f4e4c41cab4c6cf1d76d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2a6d051e23c2e3ace6355f98f024796a - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/07b0081174b26fd15187b9d6a019e322 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e369eb23db7f75930ece7bf91b6b86a7 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b14ab0a98fb1964def4eaf00d2a6bb73 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b14ab0a98fb1964def4eaf00d2a6bb73 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e7577ad74319a942781e7153a97d7690 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e7577ad74319a942781e7153a97d7690 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e7577ad74319a942781e7153a97d7690 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e7577ad74319a942781e7153a97d7690 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e7577ad74319a942781e7153a97d7690 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a813cd94645ca8774632d328080f8d97 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f729c88451bacd2895fc1c8d29064c46 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/796a57137d718e4fa3db8ef611f18e61 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fe54394a3dcf951bad3c293980109dd2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f3ac587344d641763d27895afbe16345 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ff94f36118acae9ef3e19438688e266b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/37f26cf8b8fe9179833e366ca13b8916 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fe54394a3dcf951bad3c293980109dd2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/5d62b2758da6d68cb971d8f2cf64d432 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/667e494c45d181f0706bd07b211c850b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/5d62b2758da6d68cb971d8f2cf64d432 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/cea8767711bc79a4ec192e25706de5a5 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fe54394a3dcf951bad3c293980109dd2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/667e494c45d181f0706bd07b211c850b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f4825b22e2ad8fb3e0bf20daa84bd774 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9360bb34802002d91d9bba174c25a8dc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/6ddb543268cbeb4a7fffad436081b019 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/618a4a8f78720e26749b9c29ed4fd1b3 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/475a8ae9a30287527356f20d4456abd4 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a6b8c0b7319f5fdca0ed634760ff6e3b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0727fa9015cd130fba15b7e7163ff139 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ef8eca09259416ea4e1d5b4bb865a645 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/56dbf10674ff9ef08ef9088d7e7ab639 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/661db30d5b9bb274f574dfc456f95137 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2b72d499c62e0523c21b73a12d147157 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/82169289ef8c8f15473bc1fcb55123d0 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/655680c9ae07d4896919210710185038 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/41dd4c2678c8776c4abdcc809932bbe7 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c1b9655d5b1ce7fbc9ac213e921acc88 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/dff9cd919f10d25842d1381cdff9f7f7 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/74b8879270f5bd60554e01c6610b1efb - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fa334faf4eac0c30d0a20353b78f1685 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/655680c9ae07d4896919210710185038 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d8977a620cda17fb8da4421e6c474f0c - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/41dd4c2678c8776c4abdcc809932bbe7 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/bcf8aa818432d7ae244087c7306bcb23 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/57aca34c4b3ca88d9c94b88990c62c79 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/4cddbf0831a9bbaa79369d3b91961a8f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/99cc3c716bf45f1ae5bb572baa4ad256 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/afaa4c77a1e912306f4ca578c933d4a6 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a92ef316c0c20b37f585aa00209c65cf - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ba8d62a6ed66f462087e00ad76f7354d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/055c3628d78f3c9a01a7732c442f78f9 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f4cf94e44810f7c25b2529ffe37ab772 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/44355d47052f97ac7388446bce23e3ab - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ec185892bb2764a8280ee41ff8f2b032 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/5ed332a521639d91536739cfb9e4dde6 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/5ed332a521639d91536739cfb9e4dde6 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/99cc3c716bf45f1ae5bb572baa4ad256 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/1530b1e45e83ed3f4e61d1a6f2f4f706 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fb8a999658da8686edc727548949fd88 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/475a8ae9a30287527356f20d4456abd4 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ba8d62a6ed66f462087e00ad76f7354d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/82b091bd4358c77e600c08893560419b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f789c65f289caa627ea1f690836c48f6 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fa85e90a2dcd44ced6128397a99b2668 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92ab841a2a7aa104cb62a09be6f1a232 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0e8c2a93c75cfb3705dc63788803ebfb - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/7f89369fd9501f16ae77919d4c0e5658 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f789c65f289caa627ea1f690836c48f6 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8d2aeb9646f427ba69fab8ad34c51552 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/acf014221290656a061fff7e9fa818ee - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/44355d47052f97ac7388446bce23e3ab - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/44355d47052f97ac7388446bce23e3ab - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/bcf8aa818432d7ae244087c7306bcb23 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/5b3b7bd518d8afe48e97f141617c0531 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ec185892bb2764a8280ee41ff8f2b032 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f789c65f289caa627ea1f690836c48f6 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0672593cd4756dbfb8bba02b4555c91d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ba8d62a6ed66f462087e00ad76f7354d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/460900dfed7410df3acffe5b811d0f02 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/bcf8aa818432d7ae244087c7306bcb23 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ba8d62a6ed66f462087e00ad76f7354d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ba8d62a6ed66f462087e00ad76f7354d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/bcf8aa818432d7ae244087c7306bcb23 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d44a4791346a5defc84c6bec9e52645d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/41bc7cd4fe8c4fc8f59de742ebb69012 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/eda5a4ce01efed633c50e04d09fe73b2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/da5aae5f9a71de05b4625f74b007c461 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8a2bb95893137bb40748ef4ecd8d7435 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/48252c9a797f0f4bea97557a5094cf98 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/51d8a0e68892ebf0854a1b4250ffb26b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/77ea6e8a582f87d7a397a9e7b2111be0 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/1df7e605c33529940c76c1c145c52fc5 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/db536e94d95836d7c5725c3b3c086586 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/85435a33486747b319872947c68317f3 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9208172103191bf0d660e0023b358ea1 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/763d7a8374a42066d2b0bb81bd47218f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/5ed332a521639d91536739cfb9e4dde6 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/964fb4bc6d047b2a8826a0734633ab0b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/48c96bff46ef373ce5d759dc4a4d2de2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c1b9655d5b1ce7fbc9ac213e921acc88 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/641e03b9a1178df8c823447ea6563f25 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f789c65f289caa627ea1f690836c48f6 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/51d8a0e68892ebf0854a1b4250ffb26b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/51d8a0e68892ebf0854a1b4250ffb26b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/39b47bf37a27f7bcd5d3f7c51343c7fc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0124cd65b22dfd92129cb0a43719c717 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/51d8a0e68892ebf0854a1b4250ffb26b - KEYS - /cctz/tzdata/posixrules - /cctz/tzdata/Africa/Abidjan - /cctz/tzdata/Africa/Accra - /cctz/tzdata/Africa/Addis_Ababa - /cctz/tzdata/Africa/Algiers - /cctz/tzdata/Africa/Asmara - /cctz/tzdata/Africa/Asmera - /cctz/tzdata/Africa/Bamako - /cctz/tzdata/Africa/Bangui - /cctz/tzdata/Africa/Banjul - /cctz/tzdata/Africa/Bissau - /cctz/tzdata/Africa/Blantyre - /cctz/tzdata/Africa/Brazzaville - /cctz/tzdata/Africa/Bujumbura - /cctz/tzdata/Africa/Cairo - /cctz/tzdata/Africa/Casablanca - /cctz/tzdata/Africa/Ceuta - /cctz/tzdata/Africa/Conakry - /cctz/tzdata/Africa/Dakar - /cctz/tzdata/Africa/Dar_es_Salaam - /cctz/tzdata/Africa/Djibouti - /cctz/tzdata/Africa/Douala - /cctz/tzdata/Africa/El_Aaiun - /cctz/tzdata/Africa/Freetown - /cctz/tzdata/Africa/Gaborone - /cctz/tzdata/Africa/Harare - /cctz/tzdata/Africa/Johannesburg - /cctz/tzdata/Africa/Juba - /cctz/tzdata/Africa/Kampala - /cctz/tzdata/Africa/Khartoum - /cctz/tzdata/Africa/Kigali - /cctz/tzdata/Africa/Kinshasa - /cctz/tzdata/Africa/Lagos - /cctz/tzdata/Africa/Libreville - /cctz/tzdata/Africa/Lome - /cctz/tzdata/Africa/Luanda - /cctz/tzdata/Africa/Lubumbashi - /cctz/tzdata/Africa/Lusaka - /cctz/tzdata/Africa/Malabo - /cctz/tzdata/Africa/Maputo - /cctz/tzdata/Africa/Maseru - /cctz/tzdata/Africa/Mbabane - /cctz/tzdata/Africa/Mogadishu - /cctz/tzdata/Africa/Monrovia - /cctz/tzdata/Africa/Nairobi - /cctz/tzdata/Africa/Ndjamena - /cctz/tzdata/Africa/Niamey - /cctz/tzdata/Africa/Nouakchott - /cctz/tzdata/Africa/Ouagadougou - /cctz/tzdata/Africa/Porto-Novo - /cctz/tzdata/Africa/Sao_Tome - /cctz/tzdata/Africa/Timbuktu - /cctz/tzdata/Africa/Tripoli - /cctz/tzdata/Africa/Tunis - /cctz/tzdata/Africa/Windhoek - /cctz/tzdata/America/Adak - /cctz/tzdata/America/Anchorage - /cctz/tzdata/America/Anguilla - /cctz/tzdata/America/Antigua - /cctz/tzdata/America/Araguaina - /cctz/tzdata/America/Argentina/Buenos_Aires - /cctz/tzdata/America/Argentina/Catamarca - /cctz/tzdata/America/Argentina/ComodRivadavia - /cctz/tzdata/America/Argentina/Cordoba - /cctz/tzdata/America/Argentina/Jujuy - /cctz/tzdata/America/Argentina/La_Rioja - /cctz/tzdata/America/Argentina/Mendoza - /cctz/tzdata/America/Argentina/Rio_Gallegos - /cctz/tzdata/America/Argentina/Salta - /cctz/tzdata/America/Argentina/San_Juan - /cctz/tzdata/America/Argentina/San_Luis - /cctz/tzdata/America/Argentina/Tucuman - /cctz/tzdata/America/Argentina/Ushuaia - /cctz/tzdata/America/Aruba - /cctz/tzdata/America/Asuncion - /cctz/tzdata/America/Atikokan - /cctz/tzdata/America/Atka - /cctz/tzdata/America/Bahia - /cctz/tzdata/America/Bahia_Banderas - /cctz/tzdata/America/Barbados - /cctz/tzdata/America/Belem - /cctz/tzdata/America/Belize - /cctz/tzdata/America/Blanc-Sablon - /cctz/tzdata/America/Boa_Vista - /cctz/tzdata/America/Bogota - /cctz/tzdata/America/Boise - /cctz/tzdata/America/Buenos_Aires - /cctz/tzdata/America/Cambridge_Bay - /cctz/tzdata/America/Campo_Grande - /cctz/tzdata/America/Cancun - /cctz/tzdata/America/Caracas - /cctz/tzdata/America/Catamarca - /cctz/tzdata/America/Cayenne - /cctz/tzdata/America/Cayman - /cctz/tzdata/America/Chicago - /cctz/tzdata/America/Chihuahua - /cctz/tzdata/America/Ciudad_Juarez - /cctz/tzdata/America/Coral_Harbour - /cctz/tzdata/America/Cordoba - /cctz/tzdata/America/Costa_Rica - /cctz/tzdata/America/Creston - /cctz/tzdata/America/Cuiaba - /cctz/tzdata/America/Curacao - /cctz/tzdata/America/Danmarkshavn - /cctz/tzdata/America/Dawson - /cctz/tzdata/America/Dawson_Creek - /cctz/tzdata/America/Denver - /cctz/tzdata/America/Detroit - /cctz/tzdata/America/Dominica - /cctz/tzdata/America/Edmonton - /cctz/tzdata/America/Eirunepe - /cctz/tzdata/America/El_Salvador - /cctz/tzdata/America/Ensenada - /cctz/tzdata/America/Fort_Nelson - /cctz/tzdata/America/Fort_Wayne - /cctz/tzdata/America/Fortaleza - /cctz/tzdata/America/Glace_Bay - /cctz/tzdata/America/Godthab - /cctz/tzdata/America/Goose_Bay - /cctz/tzdata/America/Grand_Turk - /cctz/tzdata/America/Grenada - /cctz/tzdata/America/Guadeloupe - /cctz/tzdata/America/Guatemala - /cctz/tzdata/America/Guayaquil - /cctz/tzdata/America/Guyana - /cctz/tzdata/America/Halifax - /cctz/tzdata/America/Havana - /cctz/tzdata/America/Hermosillo - /cctz/tzdata/America/Indiana/Indianapolis - /cctz/tzdata/America/Indiana/Knox - /cctz/tzdata/America/Indiana/Marengo - /cctz/tzdata/America/Indiana/Petersburg - /cctz/tzdata/America/Indiana/Tell_City - /cctz/tzdata/America/Indiana/Vevay - /cctz/tzdata/America/Indiana/Vincennes - /cctz/tzdata/America/Indiana/Winamac - /cctz/tzdata/America/Indianapolis - /cctz/tzdata/America/Inuvik - /cctz/tzdata/America/Iqaluit - /cctz/tzdata/America/Jamaica - /cctz/tzdata/America/Jujuy - /cctz/tzdata/America/Juneau - /cctz/tzdata/America/Kentucky/Louisville - /cctz/tzdata/America/Kentucky/Monticello - /cctz/tzdata/America/Knox_IN - /cctz/tzdata/America/Kralendijk - /cctz/tzdata/America/La_Paz - /cctz/tzdata/America/Lima - /cctz/tzdata/America/Los_Angeles - /cctz/tzdata/America/Louisville - /cctz/tzdata/America/Lower_Princes - /cctz/tzdata/America/Maceio - /cctz/tzdata/America/Managua - /cctz/tzdata/America/Manaus - /cctz/tzdata/America/Marigot - /cctz/tzdata/America/Martinique - /cctz/tzdata/America/Matamoros - /cctz/tzdata/America/Mazatlan - /cctz/tzdata/America/Mendoza - /cctz/tzdata/America/Menominee - /cctz/tzdata/America/Merida - /cctz/tzdata/America/Metlakatla - /cctz/tzdata/America/Mexico_City - /cctz/tzdata/America/Miquelon - /cctz/tzdata/America/Moncton - /cctz/tzdata/America/Monterrey - /cctz/tzdata/America/Montevideo - /cctz/tzdata/America/Montreal - /cctz/tzdata/America/Montserrat - /cctz/tzdata/America/Nassau - /cctz/tzdata/America/New_York - /cctz/tzdata/America/Nipigon - /cctz/tzdata/America/Nome - /cctz/tzdata/America/Noronha - /cctz/tzdata/America/North_Dakota/Beulah - /cctz/tzdata/America/North_Dakota/Center - /cctz/tzdata/America/North_Dakota/New_Salem - /cctz/tzdata/America/Nuuk - /cctz/tzdata/America/Ojinaga - /cctz/tzdata/America/Panama - /cctz/tzdata/America/Pangnirtung - /cctz/tzdata/America/Paramaribo - /cctz/tzdata/America/Phoenix - /cctz/tzdata/America/Port-au-Prince - /cctz/tzdata/America/Port_of_Spain - /cctz/tzdata/America/Porto_Acre - /cctz/tzdata/America/Porto_Velho - /cctz/tzdata/America/Puerto_Rico - /cctz/tzdata/America/Punta_Arenas - /cctz/tzdata/America/Rainy_River - /cctz/tzdata/America/Rankin_Inlet - /cctz/tzdata/America/Recife - /cctz/tzdata/America/Regina - /cctz/tzdata/America/Resolute - /cctz/tzdata/America/Rio_Branco - /cctz/tzdata/America/Rosario - /cctz/tzdata/America/Santa_Isabel - /cctz/tzdata/America/Santarem - /cctz/tzdata/America/Santiago - /cctz/tzdata/America/Santo_Domingo - /cctz/tzdata/America/Sao_Paulo - /cctz/tzdata/America/Scoresbysund - /cctz/tzdata/America/Shiprock - /cctz/tzdata/America/Sitka - /cctz/tzdata/America/St_Barthelemy - /cctz/tzdata/America/St_Johns - /cctz/tzdata/America/St_Kitts - /cctz/tzdata/America/St_Lucia - /cctz/tzdata/America/St_Thomas - /cctz/tzdata/America/St_Vincent - /cctz/tzdata/America/Swift_Current - /cctz/tzdata/America/Tegucigalpa - /cctz/tzdata/America/Thule - /cctz/tzdata/America/Thunder_Bay - /cctz/tzdata/America/Tijuana - /cctz/tzdata/America/Toronto - /cctz/tzdata/America/Tortola - /cctz/tzdata/America/Vancouver - /cctz/tzdata/America/Virgin - /cctz/tzdata/America/Whitehorse - /cctz/tzdata/America/Winnipeg - /cctz/tzdata/America/Yakutat - /cctz/tzdata/America/Yellowknife - /cctz/tzdata/Antarctica/Casey - /cctz/tzdata/Antarctica/Davis - /cctz/tzdata/Antarctica/DumontDUrville - /cctz/tzdata/Antarctica/Macquarie - /cctz/tzdata/Antarctica/Mawson - /cctz/tzdata/Antarctica/McMurdo - /cctz/tzdata/Antarctica/Palmer - /cctz/tzdata/Antarctica/Rothera - /cctz/tzdata/Antarctica/South_Pole - /cctz/tzdata/Antarctica/Syowa - /cctz/tzdata/Antarctica/Troll - /cctz/tzdata/Antarctica/Vostok - /cctz/tzdata/Arctic/Longyearbyen - /cctz/tzdata/Asia/Aden - /cctz/tzdata/Asia/Almaty - /cctz/tzdata/Asia/Amman - /cctz/tzdata/Asia/Anadyr - /cctz/tzdata/Asia/Aqtau - /cctz/tzdata/Asia/Aqtobe - /cctz/tzdata/Asia/Ashgabat - /cctz/tzdata/Asia/Ashkhabad - /cctz/tzdata/Asia/Atyrau - /cctz/tzdata/Asia/Baghdad - /cctz/tzdata/Asia/Bahrain - /cctz/tzdata/Asia/Baku - /cctz/tzdata/Asia/Bangkok - /cctz/tzdata/Asia/Barnaul - /cctz/tzdata/Asia/Beirut - /cctz/tzdata/Asia/Bishkek - /cctz/tzdata/Asia/Brunei - /cctz/tzdata/Asia/Calcutta - /cctz/tzdata/Asia/Chita - /cctz/tzdata/Asia/Choibalsan - /cctz/tzdata/Asia/Chongqing - /cctz/tzdata/Asia/Chungking - /cctz/tzdata/Asia/Colombo - /cctz/tzdata/Asia/Dacca - /cctz/tzdata/Asia/Damascus - /cctz/tzdata/Asia/Dhaka - /cctz/tzdata/Asia/Dili - /cctz/tzdata/Asia/Dubai - /cctz/tzdata/Asia/Dushanbe - /cctz/tzdata/Asia/Famagusta - /cctz/tzdata/Asia/Gaza - /cctz/tzdata/Asia/Harbin - /cctz/tzdata/Asia/Hebron - /cctz/tzdata/Asia/Ho_Chi_Minh - /cctz/tzdata/Asia/Hong_Kong - /cctz/tzdata/Asia/Hovd - /cctz/tzdata/Asia/Irkutsk - /cctz/tzdata/Asia/Istanbul - /cctz/tzdata/Asia/Jakarta - /cctz/tzdata/Asia/Jayapura - /cctz/tzdata/Asia/Jerusalem - /cctz/tzdata/Asia/Kabul - /cctz/tzdata/Asia/Kamchatka - /cctz/tzdata/Asia/Karachi - /cctz/tzdata/Asia/Kashgar - /cctz/tzdata/Asia/Kathmandu - /cctz/tzdata/Asia/Katmandu - /cctz/tzdata/Asia/Khandyga - /cctz/tzdata/Asia/Kolkata - /cctz/tzdata/Asia/Krasnoyarsk - /cctz/tzdata/Asia/Kuala_Lumpur - /cctz/tzdata/Asia/Kuching - /cctz/tzdata/Asia/Kuwait - /cctz/tzdata/Asia/Macao - /cctz/tzdata/Asia/Macau - /cctz/tzdata/Asia/Magadan - /cctz/tzdata/Asia/Makassar - /cctz/tzdata/Asia/Manila - /cctz/tzdata/Asia/Muscat - /cctz/tzdata/Asia/Nicosia - /cctz/tzdata/Asia/Novokuznetsk - /cctz/tzdata/Asia/Novosibirsk - /cctz/tzdata/Asia/Omsk - /cctz/tzdata/Asia/Oral - /cctz/tzdata/Asia/Phnom_Penh - /cctz/tzdata/Asia/Pontianak - /cctz/tzdata/Asia/Pyongyang - /cctz/tzdata/Asia/Qatar - /cctz/tzdata/Asia/Qostanay - /cctz/tzdata/Asia/Qyzylorda - /cctz/tzdata/Asia/Rangoon - /cctz/tzdata/Asia/Riyadh - /cctz/tzdata/Asia/Saigon - /cctz/tzdata/Asia/Sakhalin - /cctz/tzdata/Asia/Samarkand - /cctz/tzdata/Asia/Seoul - /cctz/tzdata/Asia/Shanghai - /cctz/tzdata/Asia/Singapore - /cctz/tzdata/Asia/Srednekolymsk - /cctz/tzdata/Asia/Taipei - /cctz/tzdata/Asia/Tashkent - /cctz/tzdata/Asia/Tbilisi - /cctz/tzdata/Asia/Tehran - /cctz/tzdata/Asia/Tel_Aviv - /cctz/tzdata/Asia/Thimbu - /cctz/tzdata/Asia/Thimphu - /cctz/tzdata/Asia/Tokyo - /cctz/tzdata/Asia/Tomsk - /cctz/tzdata/Asia/Ujung_Pandang - /cctz/tzdata/Asia/Ulaanbaatar - /cctz/tzdata/Asia/Ulan_Bator - /cctz/tzdata/Asia/Urumqi - /cctz/tzdata/Asia/Ust-Nera - /cctz/tzdata/Asia/Vientiane - /cctz/tzdata/Asia/Vladivostok - /cctz/tzdata/Asia/Yakutsk - /cctz/tzdata/Asia/Yangon - /cctz/tzdata/Asia/Yekaterinburg - /cctz/tzdata/Asia/Yerevan - /cctz/tzdata/Atlantic/Azores - /cctz/tzdata/Atlantic/Bermuda - /cctz/tzdata/Atlantic/Canary - /cctz/tzdata/Atlantic/Cape_Verde - /cctz/tzdata/Atlantic/Faeroe - /cctz/tzdata/Atlantic/Faroe - /cctz/tzdata/Atlantic/Jan_Mayen - /cctz/tzdata/Atlantic/Madeira - /cctz/tzdata/Atlantic/Reykjavik - /cctz/tzdata/Atlantic/South_Georgia - /cctz/tzdata/Atlantic/St_Helena - /cctz/tzdata/Atlantic/Stanley - /cctz/tzdata/Australia/ACT - /cctz/tzdata/Australia/Adelaide - /cctz/tzdata/Australia/Brisbane - /cctz/tzdata/Australia/Broken_Hill - /cctz/tzdata/Australia/Canberra - /cctz/tzdata/Australia/Currie - /cctz/tzdata/Australia/Darwin - /cctz/tzdata/Australia/Eucla - /cctz/tzdata/Australia/Hobart - /cctz/tzdata/Australia/LHI - /cctz/tzdata/Australia/Lindeman - /cctz/tzdata/Australia/Lord_Howe - /cctz/tzdata/Australia/Melbourne - /cctz/tzdata/Australia/NSW - /cctz/tzdata/Australia/North - /cctz/tzdata/Australia/Perth - /cctz/tzdata/Australia/Queensland - /cctz/tzdata/Australia/South - /cctz/tzdata/Australia/Sydney - /cctz/tzdata/Australia/Tasmania - /cctz/tzdata/Australia/Victoria - /cctz/tzdata/Australia/West - /cctz/tzdata/Australia/Yancowinna - /cctz/tzdata/Brazil/Acre - /cctz/tzdata/Brazil/DeNoronha - /cctz/tzdata/Brazil/East - /cctz/tzdata/Brazil/West - /cctz/tzdata/CET - /cctz/tzdata/CST6CDT - /cctz/tzdata/Canada/Atlantic - /cctz/tzdata/Canada/Central - /cctz/tzdata/Canada/Eastern - /cctz/tzdata/Canada/Mountain - /cctz/tzdata/Canada/Newfoundland - /cctz/tzdata/Canada/Pacific - /cctz/tzdata/Canada/Saskatchewan - /cctz/tzdata/Canada/Yukon - /cctz/tzdata/Chile/Continental - /cctz/tzdata/Chile/EasterIsland - /cctz/tzdata/Cuba - /cctz/tzdata/EET - /cctz/tzdata/EST - /cctz/tzdata/EST5EDT - /cctz/tzdata/Egypt - /cctz/tzdata/Eire - /cctz/tzdata/Etc/GMT - /cctz/tzdata/Etc/GMT+0 - /cctz/tzdata/Etc/GMT+1 - /cctz/tzdata/Etc/GMT+10 - /cctz/tzdata/Etc/GMT+11 - /cctz/tzdata/Etc/GMT+12 - /cctz/tzdata/Etc/GMT+2 - /cctz/tzdata/Etc/GMT+3 - /cctz/tzdata/Etc/GMT+4 - /cctz/tzdata/Etc/GMT+5 - /cctz/tzdata/Etc/GMT+6 - /cctz/tzdata/Etc/GMT+7 - /cctz/tzdata/Etc/GMT+8 - /cctz/tzdata/Etc/GMT+9 - /cctz/tzdata/Etc/GMT-0 - /cctz/tzdata/Etc/GMT-1 - /cctz/tzdata/Etc/GMT-10 - /cctz/tzdata/Etc/GMT-11 - /cctz/tzdata/Etc/GMT-12 - /cctz/tzdata/Etc/GMT-13 - /cctz/tzdata/Etc/GMT-14 - /cctz/tzdata/Etc/GMT-2 - /cctz/tzdata/Etc/GMT-3 - /cctz/tzdata/Etc/GMT-4 - /cctz/tzdata/Etc/GMT-5 - /cctz/tzdata/Etc/GMT-6 - /cctz/tzdata/Etc/GMT-7 - /cctz/tzdata/Etc/GMT-8 - /cctz/tzdata/Etc/GMT-9 - /cctz/tzdata/Etc/GMT0 - /cctz/tzdata/Etc/Greenwich - /cctz/tzdata/Etc/UCT - /cctz/tzdata/Etc/UTC - /cctz/tzdata/Etc/Universal - /cctz/tzdata/Etc/Zulu - /cctz/tzdata/Europe/Amsterdam - /cctz/tzdata/Europe/Andorra - /cctz/tzdata/Europe/Astrakhan - /cctz/tzdata/Europe/Athens - /cctz/tzdata/Europe/Belfast - /cctz/tzdata/Europe/Belgrade - /cctz/tzdata/Europe/Berlin - /cctz/tzdata/Europe/Bratislava - /cctz/tzdata/Europe/Brussels - /cctz/tzdata/Europe/Bucharest - /cctz/tzdata/Europe/Budapest - /cctz/tzdata/Europe/Busingen - /cctz/tzdata/Europe/Chisinau - /cctz/tzdata/Europe/Copenhagen - /cctz/tzdata/Europe/Dublin - /cctz/tzdata/Europe/Gibraltar - /cctz/tzdata/Europe/Guernsey - /cctz/tzdata/Europe/Helsinki - /cctz/tzdata/Europe/Isle_of_Man - /cctz/tzdata/Europe/Istanbul - /cctz/tzdata/Europe/Jersey - /cctz/tzdata/Europe/Kaliningrad - /cctz/tzdata/Europe/Kiev - /cctz/tzdata/Europe/Kirov - /cctz/tzdata/Europe/Kyiv - /cctz/tzdata/Europe/Lisbon - /cctz/tzdata/Europe/Ljubljana - /cctz/tzdata/Europe/London - /cctz/tzdata/Europe/Luxembourg - /cctz/tzdata/Europe/Madrid - /cctz/tzdata/Europe/Malta - /cctz/tzdata/Europe/Mariehamn - /cctz/tzdata/Europe/Minsk - /cctz/tzdata/Europe/Monaco - /cctz/tzdata/Europe/Moscow - /cctz/tzdata/Europe/Nicosia - /cctz/tzdata/Europe/Oslo - /cctz/tzdata/Europe/Paris - /cctz/tzdata/Europe/Podgorica - /cctz/tzdata/Europe/Prague - /cctz/tzdata/Europe/Riga - /cctz/tzdata/Europe/Rome - /cctz/tzdata/Europe/Samara - /cctz/tzdata/Europe/San_Marino - /cctz/tzdata/Europe/Sarajevo - /cctz/tzdata/Europe/Saratov - /cctz/tzdata/Europe/Simferopol - /cctz/tzdata/Europe/Skopje - /cctz/tzdata/Europe/Sofia - /cctz/tzdata/Europe/Stockholm - /cctz/tzdata/Europe/Tallinn - /cctz/tzdata/Europe/Tirane - /cctz/tzdata/Europe/Tiraspol - /cctz/tzdata/Europe/Ulyanovsk - /cctz/tzdata/Europe/Uzhgorod - /cctz/tzdata/Europe/Vaduz - /cctz/tzdata/Europe/Vatican - /cctz/tzdata/Europe/Vienna - /cctz/tzdata/Europe/Vilnius - /cctz/tzdata/Europe/Volgograd - /cctz/tzdata/Europe/Warsaw - /cctz/tzdata/Europe/Zagreb - /cctz/tzdata/Europe/Zaporozhye - /cctz/tzdata/Europe/Zurich - /cctz/tzdata/Factory - /cctz/tzdata/GB - /cctz/tzdata/GB-Eire - /cctz/tzdata/GMT - /cctz/tzdata/GMT+0 - /cctz/tzdata/GMT-0 - /cctz/tzdata/GMT0 - /cctz/tzdata/Greenwich - /cctz/tzdata/HST - /cctz/tzdata/Hongkong - /cctz/tzdata/Iceland - /cctz/tzdata/Indian/Antananarivo - /cctz/tzdata/Indian/Chagos - /cctz/tzdata/Indian/Christmas - /cctz/tzdata/Indian/Cocos - /cctz/tzdata/Indian/Comoro - /cctz/tzdata/Indian/Kerguelen - /cctz/tzdata/Indian/Mahe - /cctz/tzdata/Indian/Maldives - /cctz/tzdata/Indian/Mauritius - /cctz/tzdata/Indian/Mayotte - /cctz/tzdata/Indian/Reunion - /cctz/tzdata/Iran - /cctz/tzdata/Israel - /cctz/tzdata/Jamaica - /cctz/tzdata/Japan - /cctz/tzdata/Kwajalein - /cctz/tzdata/Libya - /cctz/tzdata/MET - /cctz/tzdata/MST - /cctz/tzdata/MST7MDT - /cctz/tzdata/Mexico/BajaNorte - /cctz/tzdata/Mexico/BajaSur - /cctz/tzdata/Mexico/General - /cctz/tzdata/NZ - /cctz/tzdata/NZ-CHAT - /cctz/tzdata/Navajo - /cctz/tzdata/PRC - /cctz/tzdata/PST8PDT - /cctz/tzdata/Pacific/Apia - /cctz/tzdata/Pacific/Auckland - /cctz/tzdata/Pacific/Bougainville - /cctz/tzdata/Pacific/Chatham - /cctz/tzdata/Pacific/Chuuk - /cctz/tzdata/Pacific/Easter - /cctz/tzdata/Pacific/Efate - /cctz/tzdata/Pacific/Enderbury - /cctz/tzdata/Pacific/Fakaofo - /cctz/tzdata/Pacific/Fiji - /cctz/tzdata/Pacific/Funafuti - /cctz/tzdata/Pacific/Galapagos - /cctz/tzdata/Pacific/Gambier - /cctz/tzdata/Pacific/Guadalcanal - /cctz/tzdata/Pacific/Guam - /cctz/tzdata/Pacific/Honolulu - /cctz/tzdata/Pacific/Johnston - /cctz/tzdata/Pacific/Kanton - /cctz/tzdata/Pacific/Kiritimati - /cctz/tzdata/Pacific/Kosrae - /cctz/tzdata/Pacific/Kwajalein - /cctz/tzdata/Pacific/Majuro - /cctz/tzdata/Pacific/Marquesas - /cctz/tzdata/Pacific/Midway - /cctz/tzdata/Pacific/Nauru - /cctz/tzdata/Pacific/Niue - /cctz/tzdata/Pacific/Norfolk - /cctz/tzdata/Pacific/Noumea - /cctz/tzdata/Pacific/Pago_Pago - /cctz/tzdata/Pacific/Palau - /cctz/tzdata/Pacific/Pitcairn - /cctz/tzdata/Pacific/Pohnpei - /cctz/tzdata/Pacific/Ponape - /cctz/tzdata/Pacific/Port_Moresby - /cctz/tzdata/Pacific/Rarotonga - /cctz/tzdata/Pacific/Saipan - /cctz/tzdata/Pacific/Samoa - /cctz/tzdata/Pacific/Tahiti - /cctz/tzdata/Pacific/Tarawa - /cctz/tzdata/Pacific/Tongatapu - /cctz/tzdata/Pacific/Truk - /cctz/tzdata/Pacific/Wake - /cctz/tzdata/Pacific/Wallis - /cctz/tzdata/Pacific/Yap - /cctz/tzdata/Poland - /cctz/tzdata/Portugal - /cctz/tzdata/ROC - /cctz/tzdata/ROK - /cctz/tzdata/Singapore - /cctz/tzdata/Turkey - /cctz/tzdata/UCT - /cctz/tzdata/US/Alaska - /cctz/tzdata/US/Aleutian - /cctz/tzdata/US/Arizona - /cctz/tzdata/US/Central - /cctz/tzdata/US/East-Indiana - /cctz/tzdata/US/Eastern - /cctz/tzdata/US/Hawaii - /cctz/tzdata/US/Indiana-Starke - /cctz/tzdata/US/Michigan - /cctz/tzdata/US/Mountain - /cctz/tzdata/US/Pacific - /cctz/tzdata/US/Samoa - /cctz/tzdata/UTC - /cctz/tzdata/Universal - /cctz/tzdata/W-SU - /cctz/tzdata/WET - /cctz/tzdata/Zulu -) diff --git a/contrib/libs/cctz/tzdata/CMakeLists.linux-x86_64.txt b/contrib/libs/cctz/tzdata/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 01c35d8023d..00000000000 --- a/contrib/libs/cctz/tzdata/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,1237 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(libs-cctz-tzdata INTERFACE) -target_link_libraries(libs-cctz-tzdata INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-cctz - library-cpp-resource -) - -add_global_library_for(libs-cctz-tzdata.global libs-cctz-tzdata) -target_link_libraries(libs-cctz-tzdata.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-cctz - library-cpp-resource -) -target_sources(libs-cctz-tzdata.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/factory.cpp - ${CMAKE_BINARY_DIR}/contrib/libs/cctz/tzdata/941eb524918f234738fd18ee3261d1c9.cpp -) -resources(libs-cctz-tzdata.global - ${CMAKE_BINARY_DIR}/contrib/libs/cctz/tzdata/941eb524918f234738fd18ee3261d1c9.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/58543f30ac34b6510b552b9b3e82b772 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/796a57137d718e4fa3db8ef611f18e61 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/796a57137d718e4fa3db8ef611f18e61 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fe54394a3dcf951bad3c293980109dd2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/da87d45f88e4684903d7dbb5b7ed08dc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fe54394a3dcf951bad3c293980109dd2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fe54394a3dcf951bad3c293980109dd2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/796a57137d718e4fa3db8ef611f18e61 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/89de77d185e9a76612bd5f9fb043a9c2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/796a57137d718e4fa3db8ef611f18e61 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/767406f25e6c1c5396e19a3be033304b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a87061b72790e27d9f155644521d8cce - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/89de77d185e9a76612bd5f9fb043a9c2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a87061b72790e27d9f155644521d8cce - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8dcab26c06fc82939d77511b0c7c24b2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/12de6e9419a748db0e69972d23a640c2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/00636062cbcd94f2ead5a75cc197675a - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/796a57137d718e4fa3db8ef611f18e61 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/796a57137d718e4fa3db8ef611f18e61 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fe54394a3dcf951bad3c293980109dd2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fe54394a3dcf951bad3c293980109dd2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/89de77d185e9a76612bd5f9fb043a9c2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8ba86418f34ed83656d38bcfb19f85ea - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/796a57137d718e4fa3db8ef611f18e61 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a87061b72790e27d9f155644521d8cce - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a87061b72790e27d9f155644521d8cce - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a46a56e63a69fd5c5373a33203250d39 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c263ea3cac3cd3410ac15d96040c3b3c - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fe54394a3dcf951bad3c293980109dd2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d00638c4bf95fabcc0c651f13e32e253 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a87061b72790e27d9f155644521d8cce - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/89de77d185e9a76612bd5f9fb043a9c2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/89de77d185e9a76612bd5f9fb043a9c2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/89de77d185e9a76612bd5f9fb043a9c2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/796a57137d718e4fa3db8ef611f18e61 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/89de77d185e9a76612bd5f9fb043a9c2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a87061b72790e27d9f155644521d8cce - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a87061b72790e27d9f155644521d8cce - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/89de77d185e9a76612bd5f9fb043a9c2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a87061b72790e27d9f155644521d8cce - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a46a56e63a69fd5c5373a33203250d39 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a46a56e63a69fd5c5373a33203250d39 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fe54394a3dcf951bad3c293980109dd2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/4afacd60281211a6a7530a3ff8062781 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fe54394a3dcf951bad3c293980109dd2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/510c0710993f09c4d93d3639ac3fe609 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/89de77d185e9a76612bd5f9fb043a9c2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/796a57137d718e4fa3db8ef611f18e61 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/796a57137d718e4fa3db8ef611f18e61 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/89de77d185e9a76612bd5f9fb043a9c2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/7353b5d25ddb353ced2f1f9639251c16 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/796a57137d718e4fa3db8ef611f18e61 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a6b8c0b7319f5fdca0ed634760ff6e3b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/63615364c91acab170ec8f719aa6f59f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/3c6db0baa05cea4617bcad88b40b1e6a - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/1df7e605c33529940c76c1c145c52fc5 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/77ea6e8a582f87d7a397a9e7b2111be0 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/82840448c9d4782ffa56514a7fb4ca95 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a4fc7ef39a80ff8875d1cb2708ebc49e - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e3467a68822f3d1365e3494970219b03 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e3467a68822f3d1365e3494970219b03 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/5c57dc3d11f5a64fac22a08ea0c64d25 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/239a70724a0ff39d5dd3e6b7f4a34212 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0e84cda11c5dc9030c43c51187a6c78d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/839eacc63921f196e4ecfded7245a67b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e0e8162a9ade838f582c23557e530019 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0249d27eff0294ba6c5d090d9895fd17 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/4a5ba954919a3b34fb7779965387992f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/6413085a3a485b5683da3f49944995f0 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/70483b70b5e389865d462a090b99f2ed - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/07844fc101071f657d084ecb7d161aa0 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9f8d9f5acd176a1a163855959b566bb4 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/595e67b4c97fda031a90e5ef80813e7d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/1df7e605c33529940c76c1c145c52fc5 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/1c750fa694668ef0a1aad95b61533b2a - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e4bd3e0b46733cfe080ae7a159951665 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c779f9c0f9698e7646946312f10dfc4a - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ace635d426a79002a8e3657033da7795 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fb4e7ca8ebc94bf7b651ad1921cb62df - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/30c97d0792df5d5939ff0f09c53c385d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ee4b5e263472bc5adf6309f2f5cd8858 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f3ce1cb0fb7595deac1b8caa16cae961 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a4fc7ef39a80ff8875d1cb2708ebc49e - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/628a7252c0237ddace06127f3f97d066 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8fa410ffc232e56d0f945bd2b6c34dfe - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/93e1c90eb5222ffb3eca2a2a29b69a69 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/4d7ff90583dcd0e08fc8c51792761c2b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e3467a68822f3d1365e3494970219b03 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/806c5856106eb6b28c3846dd93d3acc4 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/595e67b4c97fda031a90e5ef80813e7d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/85435a33486747b319872947c68317f3 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/46d5d8b3710cb4825d4cca19f239aade - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/587990ea7ea7cb10bfd0618d8d314de3 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/595e67b4c97fda031a90e5ef80813e7d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/5c57dc3d11f5a64fac22a08ea0c64d25 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f32590f9bcdfb4ab134294d441804ae5 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/db536e94d95836d7c5725c3b3c086586 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/268c9a38823e18c714ec9fb756a8042e - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/356ff8bd249ee3f6983cba8426901244 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/79eedb7a0a4788b9bc3c291c4c643b50 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/6ece595060d1d2db3153c5d523fb106b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c1b9655d5b1ce7fbc9ac213e921acc88 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/48c96bff46ef373ce5d759dc4a4d2de2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/beb91df50b24718aed963a509c0c2958 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fefe5ae6107231a3f738b36d95153f77 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ec589bada56b3352067a359694896292 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/661db30d5b9bb274f574dfc456f95137 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0998859e2d38d079cc1a3429aa428db4 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9208172103191bf0d660e0023b358ea1 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c72cd4fac2e9b8659f6b5bb2392b9ae5 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8f9746ead1fc03c962cdd7ddacde663d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/acff9e84de94eeb7b58120a56d50cc50 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/7c49d7ec95c93d0934a7a98b1a1ae66f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/eac76eb95be7b5cc25a41e0485b58c41 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f8be05a9398502fc14e50eea2693497c - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/dada91f7db29bcab55bfd2478a5b0779 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/10089d01ae922cfd19a041f3de5ae1ea - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ef31a488808a56cc6d3c9a3c5a53abeb - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/14af0ba77d76b97e0e666c070c2172cf - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/03ff2b0ed691f72f1e04e18e84818dcf - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9208172103191bf0d660e0023b358ea1 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/964fb4bc6d047b2a8826a0734633ab0b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fdc9d5431dd16120c1465f298e28e260 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2c18bc1a2ddb1b06e98ffa553ef1aaee - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/90db76a975de863aadbcf37b47e18cd2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/768d11c820a4f93683de8f8bc03df8c8 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/7ca29f8adb394d878db41ab40c4c9a5d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a23719c2255c2c9829fe6978c1c8ecd7 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9208172103191bf0d660e0023b358ea1 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f51089782974399a845a8ab6e8825bfd - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b8248a79b8e4c6de4f23c59e360d333e - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/6ddb543268cbeb4a7fffad436081b019 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/239a70724a0ff39d5dd3e6b7f4a34212 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a9b6712f7efd08406ebb3f4a43bf1862 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9d9fdcb5bec6ef7173f20c0b968ae540 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/755a91932697ce463a5c9b642e5292d6 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/964fb4bc6d047b2a8826a0734633ab0b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fd46d501559b1cf8c8c1fa330196b1b0 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/bd9c4fdf467f96ab33dde64bf0ac700c - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/641e03b9a1178df8c823447ea6563f25 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9d9fdcb5bec6ef7173f20c0b968ae540 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/823a97c8e447d6f0016bacafd20a246e - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8435b750c0255a506ff0fd58bf646f00 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/bbb3263234960c35b55fffa1327cc48c - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/450d5ffb8f5928afc0981b5a1a8ba4fa - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/7f275e73d3e8e33981b4060f6af159ea - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2b72d499c62e0523c21b73a12d147157 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/839eacc63921f196e4ecfded7245a67b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b6fc5775917cac51306de9bf93d87827 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/5fcda9efe6faeae5a8097716a64a127b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/4335653c96fc0b0fc83e2604a8362934 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/82169289ef8c8f15473bc1fcb55123d0 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/4b51b9e60156a250908acc46d7c8cabc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/3ff9cb17a579851ce689eac23e64d899 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/bc1bca66f089c87648f0e54b0d0559a6 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/64e0eb5df848bbc06156c58b35959680 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/628174eba2d7050564c54d1370a19ca8 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/628174eba2d7050564c54d1370a19ca8 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/763d7a8374a42066d2b0bb81bd47218f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/628174eba2d7050564c54d1370a19ca8 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/97ed2cb6ee44823ce8fabdc0beeae2b9 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/6c4f6742a67bbd289f89eb4fe7de8e57 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b72620d427a1898ea97232aeba51c2dc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/511edb5c79692d730d309f4424bbaa0e - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/6e5fd4a73872524a21354303cdfff0f8 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/acff9e84de94eeb7b58120a56d50cc50 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ed478f9e09d75276d125fb7e61188b5f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/595e67b4c97fda031a90e5ef80813e7d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b8248a79b8e4c6de4f23c59e360d333e - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/7dacf7ad9037fa33db4536edf63da220 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/db536e94d95836d7c5725c3b3c086586 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f07474008b0495a1830bf6ec76104684 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0b427173cd7de48179954c1706df9f0f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d3dbc4b002cc7a0e5761a3097651309a - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a06adc807729db23da9fdb54dc714f8b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/1ee6e72e10673d4a16b6e24671f793ec - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ea521f9e43ebb66928bb2f9462a509d2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/cc7e35a2df60f44003b96877116f4d93 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c87b8b428cfdf54309e9503177e0ca5f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/6c82012b52156392f0cd7178ebcfa900 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0b427173cd7de48179954c1706df9f0f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/5c57dc3d11f5a64fac22a08ea0c64d25 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/661db30d5b9bb274f574dfc456f95137 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/79b1d15365011739a45fe1de0258ae52 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c3b66836f89ba29559e1b438d7454e0b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/3f4c05321e52971f2213bfb9e45b7a35 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/94e0437e48ebbef69b3fb7fe2af5e0f2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/77d9cbb7aa1e48aa0380d2c3b61c75d5 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c1b9655d5b1ce7fbc9ac213e921acc88 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/4b710acfb88ea85eda7b5f75df122214 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a181d1167a1dbfc2682f6d4ba9f3c803 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/4a956902cb69a4cba608798e1da71a58 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b3c87245083e0474ed4ce3d23abb7f4f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b8c39bf52aaa707c58a301ce115ee576 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/628174eba2d7050564c54d1370a19ca8 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/661db30d5b9bb274f574dfc456f95137 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/628174eba2d7050564c54d1370a19ca8 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/bc58930f92342790d3ee214524808faa - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/5fa937049e86ffbf52d4348c6c43b0ad - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/1ee6e72e10673d4a16b6e24671f793ec - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/3ee52913271777c67f23d5a918bb0f7c - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/beb91df50b24718aed963a509c0c2958 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/4d5e4576a979e0cdeb6a7d0e81989b4e - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b61230343294608431fbbd939bb6971d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/bcf8aa818432d7ae244087c7306bcb23 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/93ccc0d9fe3d862e546a627982ce5ba7 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/63f5d146aa8a66720b2c4db9e87ec1f4 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/655680c9ae07d4896919210710185038 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/3a420ea50d496f0c159a0d18af06b211 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0fb4aa6fed3f28bc7a3dae35a993171a - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/655680c9ae07d4896919210710185038 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/165baa2c51758e236a98a6a1c4cf09a0 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/11ca9bc056ef1ae4643107bea827928f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/67c981ccf51584922a1f72dd2d529730 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2577d6d2ba90616ca47c8ee8d9fbca20 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/165baa2c51758e236a98a6a1c4cf09a0 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/eaa234bf9babed72ac5b25c9a3dffa15 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0abd3c37bec0c4c7f1a2284c3457adb3 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f627017649ea589681b7b0dd45c03118 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/af82eec1529bf616942df14b2ffb4403 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/34dc35c8aa0f4e3a0064a92e5aa5d762 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c68faf20645ecd953e8eb2fb70469f59 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c68faf20645ecd953e8eb2fb70469f59 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/dc74e10d17659800407d742d3a5db22b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9aa23335da47827d5ce36afc1523bbd3 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ec12549279e64ebeb926579888cf89d9 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/bde0fe003b2df5121f0d31d3954095a6 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ff94f36118acae9ef3e19438688e266b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8a8ef367f59b0e3880bd1cff6651b357 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/5e8c48c7a60c434f1e2f1e535172cbb9 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/56a77f4891fb3e9506aa233f5fbac27e - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/bf388a0a1da2be989c25dbfb587076d8 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/16a0b637c31e7e480cfccfc46dd75d67 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2d0a65ce6c15961ab95c917d9f23e882 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/36687b86e799dc46c4ad4c49e3222ea5 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/dff9cd919f10d25842d1381cdff9f7f7 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/dff9cd919f10d25842d1381cdff9f7f7 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d41b1974e5ec6b3bc790062a97894a37 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/940f5a339a1f12a7153474fc3c92c624 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c8376c6c326f4e99e093b6bc6cb9cd6e - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/940f5a339a1f12a7153474fc3c92c624 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8a60b6309c1443774d2f065bcf2bbc61 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/667e494c45d181f0706bd07b211c850b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/7d4619fed11db15c54153613fcf23bda - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/4cd70a6fdc80b1b15c0b9f7c3b807107 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2910f8ef0c04e980cb9fac5f8f62b334 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/dff9cd919f10d25842d1381cdff9f7f7 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/6853ddd2f1d2e3899a8433b015ed726a - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/009a0575634eab075d7e8a15b2e443ae - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f729c88451bacd2895fc1c8d29064c46 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/3c4a6f9840f3d89534c5f511329704e8 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/4e36cb5f575bdcbdd38b144d5a9195c9 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/48252c9a797f0f4bea97557a5094cf98 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/325a2d872e0c0e5339f2e134e921047a - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/4709fe18f39068d2ca7de4c5396e1513 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9360bb34802002d91d9bba174c25a8dc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/17ca5b7fed86c92696b863cb6a78187f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/959247e441092255286b22fef107172f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ef4485e168a60d91cc5347e5de9a3407 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/67c981ccf51584922a1f72dd2d529730 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/90518d05c449fad639594f7f575407d6 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/90518d05c449fad639594f7f575407d6 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c46a3b3c120085251d04dd583a06b6a4 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/16a0b637c31e7e480cfccfc46dd75d67 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/702a65f05da90971b14686c21add1a90 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8a2bb95893137bb40748ef4ecd8d7435 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/bf388a0a1da2be989c25dbfb587076d8 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/165baa2c51758e236a98a6a1c4cf09a0 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d3dfd69107a4d78facbc67c4d8cea004 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d3dfd69107a4d78facbc67c4d8cea004 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/656bd0f3d2def024f4d1e59fc668b538 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c8c41a468e356c6bb65e89c69e4406dc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/52f31607db7a4a081c63dfb4cc578408 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/667e494c45d181f0706bd07b211c850b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/beb20df2d2d5e3e5f5f50fb2da2a4782 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/71705112182911b4327ac195ffae174b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8c3304792234093e5a3d5debcef24a32 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2ee30998e941f8d603ad278135230cbd - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c72131eaa200e2aa58e1c12fe94f1f67 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ff94f36118acae9ef3e19438688e266b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/28fe8388ff78123cfd04d67e32057886 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/772e6342aeba16851eed7dcda632c5be - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ec12549279e64ebeb926579888cf89d9 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f44dbe7ca52c5fb8b57e33fd8e094038 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/4fff9a8801bd2b75474dde3870d24e89 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/37f26cf8b8fe9179833e366ca13b8916 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/165baa2c51758e236a98a6a1c4cf09a0 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/009a0575634eab075d7e8a15b2e443ae - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a1239114e71b76c885dbad8f2fa61de4 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9f39ae0771032afbfca86630bec12768 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/da5aae5f9a71de05b4625f74b007c461 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/dff9cd919f10d25842d1381cdff9f7f7 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8a2bb95893137bb40748ef4ecd8d7435 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d155718faacae2f6288b0c88e66f851c - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/eda5a4ce01efed633c50e04d09fe73b2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/310f6ba2360c27c334c6e17fccf2b9a5 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d3ca7527ee42255559acf2d74d749d00 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f4825b22e2ad8fb3e0bf20daa84bd774 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9360bb34802002d91d9bba174c25a8dc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b4aa5f2b966a76ebc38d1aab44d86bce - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b4aa5f2b966a76ebc38d1aab44d86bce - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/618a4a8f78720e26749b9c29ed4fd1b3 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e770be0bb1b43b9bc7df85f9ac184a79 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c8c41a468e356c6bb65e89c69e4406dc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/66a0ec5d00519d1826d055514861779d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/66a0ec5d00519d1826d055514861779d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/67c981ccf51584922a1f72dd2d529730 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/04875c383508e7181ae595cec9856228 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ff94f36118acae9ef3e19438688e266b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/4709139f1759e9693b8c02551b527f58 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b22b7be8696db5ca60fb0b7bba4c8718 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/37f26cf8b8fe9179833e366ca13b8916 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/bfd18d52a4546531e2f3112725f092d3 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d1c5195eed8efac077678d1c6d988f7f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/93bd1a44f9245279aa44a94d4c435e5c - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b85d659fabeeb1257ade1f6282a5ec7d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/1e571eef4b7112bb58a746099afd9f02 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b7ad70caecef25e4a9ba1e5afd95fe25 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/253d5505eaf3a497f4fa107633bea235 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/253d5505eaf3a497f4fa107633bea235 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2577d6d2ba90616ca47c8ee8d9fbca20 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/4f2a136a6f59628aeea0d09480d630d2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/796a57137d718e4fa3db8ef611f18e61 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2aa2dbd00a40fc7bdc1f1e3d461a2646 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/796a57137d718e4fa3db8ef611f18e61 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2a4c8fd0d241b11b207c41b0aedd6cf9 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a1085ba102822f56191705c405f2a8ad - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/02d7a06f7ede604bdd6bf40932b670c6 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d5464310b37a30d92f5b85d128dd4937 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/35eebba76b28756b47e8fff3157eafdb - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a1085ba102822f56191705c405f2a8ad - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8371d9f10ef8a679be6eadedc6641d73 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/09e36f9135b9ddb666cbb9496fecdf89 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e0185725b852fe59ef8e5fef9f619990 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8371d9f10ef8a679be6eadedc6641d73 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e68c0f2ebe9dc247712393ab1bd168d2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/1b6ec1c2e23ea5b37361d885e1db8450 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e68c0f2ebe9dc247712393ab1bd168d2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e308055a9c06f33a854a9d579ed61249 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a1085ba102822f56191705c405f2a8ad - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/09e36f9135b9ddb666cbb9496fecdf89 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/543113396c7e34a7532457a1ce759c4e - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d5464310b37a30d92f5b85d128dd4937 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/02d7a06f7ede604bdd6bf40932b670c6 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a1085ba102822f56191705c405f2a8ad - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8371d9f10ef8a679be6eadedc6641d73 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e308055a9c06f33a854a9d579ed61249 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/543113396c7e34a7532457a1ce759c4e - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/35eebba76b28756b47e8fff3157eafdb - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0b427173cd7de48179954c1706df9f0f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/6c4f6742a67bbd289f89eb4fe7de8e57 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/94e0437e48ebbef69b3fb7fe2af5e0f2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/bbb3263234960c35b55fffa1327cc48c - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9bc8fb09717950cb4149283c5aff15ac - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/43c7956d0835817f930236a5633cffa6 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ef31a488808a56cc6d3c9a3c5a53abeb - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/1ee6e72e10673d4a16b6e24671f793ec - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/628174eba2d7050564c54d1370a19ca8 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/beb91df50b24718aed963a509c0c2958 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a181d1167a1dbfc2682f6d4ba9f3c803 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/bc58930f92342790d3ee214524808faa - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c87b8b428cfdf54309e9503177e0ca5f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/5fa937049e86ffbf52d4348c6c43b0ad - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c3b66836f89ba29559e1b438d7454e0b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/57aca34c4b3ca88d9c94b88990c62c79 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/14af0ba77d76b97e0e666c070c2172cf - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/19ef27aa43febb679c0795f8c5dedc0f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b33eb6506380f950ad798d4d788d136a - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/5fbedfd64bddc3ec7790a4eb0f22b66c - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8dcab26c06fc82939d77511b0c7c24b2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/1917c051a13995cc4c32d2ce05bc3e7b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e7577ad74319a942781e7153a97d7690 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e7577ad74319a942781e7153a97d7690 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d8af0cadc03a3813b866bbfeb041e167 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9766867907fd0631d6357abfcb71fde5 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d40107fc4f4515f2f2eed25a1ca88fb8 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/52569f1fcc560faffd0ed78e0e9eb69f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/29c0187634c10fc717832169fc449715 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0d49585e3c48010af348561943e319a2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/88546761589cb98c5209ff92ac71be7d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9c4035bc2046d3be368e14a46fc8685d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a79c9f48310a80244f2065d08f09f91a - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/7956f01b2e6933717e9ba4adfd327ccc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9eaedd2c3574882c46ddbbfeabc5c444 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0d81f8cc7c4066b8f84371ebbbb3e00c - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e7577ad74319a942781e7153a97d7690 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/721967abda97296c7f361100d8b868e4 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/42fcd2bd28f14995f4fec31b081d88b0 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ba0134eab8c956f482f642c6a5440ee0 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f669833977d5968e30ce9d8288dccd22 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/7176177837995c39668c29a4a459cb55 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/39ffa0df7491f260ed87949d60aa34da - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f72cea14be81564422856a5e3633b0f0 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/6af1f235706f2c48a99cabb1efcd0e53 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/dced2b01cc7c29f0b1adf9c62f8603fd - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/167b215e24978122218b1a0eec97ea7a - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/43d37a94ef2f6ee11c55e0a14c2898cb - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ade2a36e23a06174c36b6fd5d795e865 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8e7f6cfc11d44c8e29f7f4a59df5fcae - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ccc5a76bcf9b46bc41f3ffb232850bbb - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e7577ad74319a942781e7153a97d7690 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e7577ad74319a942781e7153a97d7690 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/51d8a0e68892ebf0854a1b4250ffb26b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/51d8a0e68892ebf0854a1b4250ffb26b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/51d8a0e68892ebf0854a1b4250ffb26b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/51d8a0e68892ebf0854a1b4250ffb26b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/7a350885dea1ebe1bf630eb4254e9abc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/89cb42bccb29740b74d74dad225a7f70 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/29067b92c3481871788d16e05841ce78 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9006b968810f68ce90473c809b252776 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b14ab0a98fb1964def4eaf00d2a6bb73 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a4ac1780d547f4e4c41cab4c6cf1d76d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2577d6d2ba90616ca47c8ee8d9fbca20 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9ac4de9fb3bcae616f7de40984ccb6b2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/7a350885dea1ebe1bf630eb4254e9abc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f0976c6697d91943b1d72c331844db50 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0b00b9da0d4f68857bdebb750ea28c4d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/07b0081174b26fd15187b9d6a019e322 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d62d0d008574b60d70899d22545eb1f9 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2577d6d2ba90616ca47c8ee8d9fbca20 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/1917c051a13995cc4c32d2ce05bc3e7b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8629c4ecded1abb6072c099aa6781c47 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b14ab0a98fb1964def4eaf00d2a6bb73 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/aecc05607e312ffdbdf3a8f07ac64a6b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b14ab0a98fb1964def4eaf00d2a6bb73 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/48252c9a797f0f4bea97557a5094cf98 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b14ab0a98fb1964def4eaf00d2a6bb73 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e019dabd72a8783f7d4b4c1fe3dd5c11 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2a6d051e23c2e3ace6355f98f024796a - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0b403c8a9ccd7ca6e2a6efbb8ea7a0f0 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2a6d051e23c2e3ace6355f98f024796a - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/41bc7cd4fe8c4fc8f59de742ebb69012 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a4ac1780d547f4e4c41cab4c6cf1d76d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b14ab0a98fb1964def4eaf00d2a6bb73 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/7a350885dea1ebe1bf630eb4254e9abc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/1377f55949e2a3c4cf3ccc96bb5a91a5 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/1fd961b54d21dd2ad91b05c7c71435a8 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/aecc05607e312ffdbdf3a8f07ac64a6b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/aed64fc971bc7aa23cab042415d57d53 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/506e99f9c797d9798e7a411495691504 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/39b47bf37a27f7bcd5d3f7c51343c7fc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/beb20df2d2d5e3e5f5f50fb2da2a4782 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2577d6d2ba90616ca47c8ee8d9fbca20 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/506e99f9c797d9798e7a411495691504 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a4ac1780d547f4e4c41cab4c6cf1d76d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9ac4de9fb3bcae616f7de40984ccb6b2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d917645873cf9c7577ce2fdbe05963cb - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c57843caa48aa4715344a26830df1f13 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8baab5c53cf4270f860fb2de701ded9d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c57843caa48aa4715344a26830df1f13 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a4ac1780d547f4e4c41cab4c6cf1d76d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c4aa97ffb42eeeb70479979e2050d866 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/3465e5d0858d49481e9bcfea787d1be7 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a4ac1780d547f4e4c41cab4c6cf1d76d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/710422cb894d7b930689a115e97f688b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2577d6d2ba90616ca47c8ee8d9fbca20 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2b3fb59013e51fa85db1cee17e54edc8 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e9faa2fda4c9671e5002bf470313be76 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d62d0d008574b60d70899d22545eb1f9 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0dfaf73a64a7c3cfcd10756a6d545e08 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2a6d051e23c2e3ace6355f98f024796a - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/07b0081174b26fd15187b9d6a019e322 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c57843caa48aa4715344a26830df1f13 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fe03dcb43031a0d45d0039e33f1e4c42 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/57500f0613dd0355126a75ca0fb0db2c - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/19ed55c2f6f06452f1008cfb15e5636b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d44a4791346a5defc84c6bec9e52645d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a4ac1780d547f4e4c41cab4c6cf1d76d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2a6d051e23c2e3ace6355f98f024796a - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/07b0081174b26fd15187b9d6a019e322 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e369eb23db7f75930ece7bf91b6b86a7 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b14ab0a98fb1964def4eaf00d2a6bb73 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b14ab0a98fb1964def4eaf00d2a6bb73 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e7577ad74319a942781e7153a97d7690 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e7577ad74319a942781e7153a97d7690 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e7577ad74319a942781e7153a97d7690 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e7577ad74319a942781e7153a97d7690 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e7577ad74319a942781e7153a97d7690 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a813cd94645ca8774632d328080f8d97 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f729c88451bacd2895fc1c8d29064c46 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/796a57137d718e4fa3db8ef611f18e61 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fe54394a3dcf951bad3c293980109dd2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f3ac587344d641763d27895afbe16345 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ff94f36118acae9ef3e19438688e266b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/37f26cf8b8fe9179833e366ca13b8916 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fe54394a3dcf951bad3c293980109dd2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/5d62b2758da6d68cb971d8f2cf64d432 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/667e494c45d181f0706bd07b211c850b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/5d62b2758da6d68cb971d8f2cf64d432 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/cea8767711bc79a4ec192e25706de5a5 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fe54394a3dcf951bad3c293980109dd2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/667e494c45d181f0706bd07b211c850b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f4825b22e2ad8fb3e0bf20daa84bd774 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9360bb34802002d91d9bba174c25a8dc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/6ddb543268cbeb4a7fffad436081b019 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/618a4a8f78720e26749b9c29ed4fd1b3 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/475a8ae9a30287527356f20d4456abd4 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a6b8c0b7319f5fdca0ed634760ff6e3b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0727fa9015cd130fba15b7e7163ff139 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ef8eca09259416ea4e1d5b4bb865a645 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/56dbf10674ff9ef08ef9088d7e7ab639 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/661db30d5b9bb274f574dfc456f95137 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2b72d499c62e0523c21b73a12d147157 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/82169289ef8c8f15473bc1fcb55123d0 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/655680c9ae07d4896919210710185038 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/41dd4c2678c8776c4abdcc809932bbe7 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c1b9655d5b1ce7fbc9ac213e921acc88 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/dff9cd919f10d25842d1381cdff9f7f7 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/74b8879270f5bd60554e01c6610b1efb - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fa334faf4eac0c30d0a20353b78f1685 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/655680c9ae07d4896919210710185038 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d8977a620cda17fb8da4421e6c474f0c - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/41dd4c2678c8776c4abdcc809932bbe7 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/bcf8aa818432d7ae244087c7306bcb23 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/57aca34c4b3ca88d9c94b88990c62c79 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/4cddbf0831a9bbaa79369d3b91961a8f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/99cc3c716bf45f1ae5bb572baa4ad256 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/afaa4c77a1e912306f4ca578c933d4a6 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a92ef316c0c20b37f585aa00209c65cf - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ba8d62a6ed66f462087e00ad76f7354d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/055c3628d78f3c9a01a7732c442f78f9 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f4cf94e44810f7c25b2529ffe37ab772 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/44355d47052f97ac7388446bce23e3ab - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ec185892bb2764a8280ee41ff8f2b032 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/5ed332a521639d91536739cfb9e4dde6 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/5ed332a521639d91536739cfb9e4dde6 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/99cc3c716bf45f1ae5bb572baa4ad256 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/1530b1e45e83ed3f4e61d1a6f2f4f706 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fb8a999658da8686edc727548949fd88 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/475a8ae9a30287527356f20d4456abd4 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ba8d62a6ed66f462087e00ad76f7354d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/82b091bd4358c77e600c08893560419b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f789c65f289caa627ea1f690836c48f6 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fa85e90a2dcd44ced6128397a99b2668 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92ab841a2a7aa104cb62a09be6f1a232 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0e8c2a93c75cfb3705dc63788803ebfb - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/7f89369fd9501f16ae77919d4c0e5658 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f789c65f289caa627ea1f690836c48f6 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8d2aeb9646f427ba69fab8ad34c51552 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/acf014221290656a061fff7e9fa818ee - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/44355d47052f97ac7388446bce23e3ab - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/44355d47052f97ac7388446bce23e3ab - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/bcf8aa818432d7ae244087c7306bcb23 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/5b3b7bd518d8afe48e97f141617c0531 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ec185892bb2764a8280ee41ff8f2b032 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f789c65f289caa627ea1f690836c48f6 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0672593cd4756dbfb8bba02b4555c91d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ba8d62a6ed66f462087e00ad76f7354d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/460900dfed7410df3acffe5b811d0f02 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/bcf8aa818432d7ae244087c7306bcb23 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ba8d62a6ed66f462087e00ad76f7354d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ba8d62a6ed66f462087e00ad76f7354d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/bcf8aa818432d7ae244087c7306bcb23 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d44a4791346a5defc84c6bec9e52645d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/41bc7cd4fe8c4fc8f59de742ebb69012 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/eda5a4ce01efed633c50e04d09fe73b2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/da5aae5f9a71de05b4625f74b007c461 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8a2bb95893137bb40748ef4ecd8d7435 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/48252c9a797f0f4bea97557a5094cf98 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/51d8a0e68892ebf0854a1b4250ffb26b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/77ea6e8a582f87d7a397a9e7b2111be0 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/1df7e605c33529940c76c1c145c52fc5 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/db536e94d95836d7c5725c3b3c086586 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/85435a33486747b319872947c68317f3 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9208172103191bf0d660e0023b358ea1 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/763d7a8374a42066d2b0bb81bd47218f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/5ed332a521639d91536739cfb9e4dde6 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/964fb4bc6d047b2a8826a0734633ab0b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/48c96bff46ef373ce5d759dc4a4d2de2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c1b9655d5b1ce7fbc9ac213e921acc88 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/641e03b9a1178df8c823447ea6563f25 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f789c65f289caa627ea1f690836c48f6 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/51d8a0e68892ebf0854a1b4250ffb26b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/51d8a0e68892ebf0854a1b4250ffb26b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/39b47bf37a27f7bcd5d3f7c51343c7fc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0124cd65b22dfd92129cb0a43719c717 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/51d8a0e68892ebf0854a1b4250ffb26b - KEYS - /cctz/tzdata/posixrules - /cctz/tzdata/Africa/Abidjan - /cctz/tzdata/Africa/Accra - /cctz/tzdata/Africa/Addis_Ababa - /cctz/tzdata/Africa/Algiers - /cctz/tzdata/Africa/Asmara - /cctz/tzdata/Africa/Asmera - /cctz/tzdata/Africa/Bamako - /cctz/tzdata/Africa/Bangui - /cctz/tzdata/Africa/Banjul - /cctz/tzdata/Africa/Bissau - /cctz/tzdata/Africa/Blantyre - /cctz/tzdata/Africa/Brazzaville - /cctz/tzdata/Africa/Bujumbura - /cctz/tzdata/Africa/Cairo - /cctz/tzdata/Africa/Casablanca - /cctz/tzdata/Africa/Ceuta - /cctz/tzdata/Africa/Conakry - /cctz/tzdata/Africa/Dakar - /cctz/tzdata/Africa/Dar_es_Salaam - /cctz/tzdata/Africa/Djibouti - /cctz/tzdata/Africa/Douala - /cctz/tzdata/Africa/El_Aaiun - /cctz/tzdata/Africa/Freetown - /cctz/tzdata/Africa/Gaborone - /cctz/tzdata/Africa/Harare - /cctz/tzdata/Africa/Johannesburg - /cctz/tzdata/Africa/Juba - /cctz/tzdata/Africa/Kampala - /cctz/tzdata/Africa/Khartoum - /cctz/tzdata/Africa/Kigali - /cctz/tzdata/Africa/Kinshasa - /cctz/tzdata/Africa/Lagos - /cctz/tzdata/Africa/Libreville - /cctz/tzdata/Africa/Lome - /cctz/tzdata/Africa/Luanda - /cctz/tzdata/Africa/Lubumbashi - /cctz/tzdata/Africa/Lusaka - /cctz/tzdata/Africa/Malabo - /cctz/tzdata/Africa/Maputo - /cctz/tzdata/Africa/Maseru - /cctz/tzdata/Africa/Mbabane - /cctz/tzdata/Africa/Mogadishu - /cctz/tzdata/Africa/Monrovia - /cctz/tzdata/Africa/Nairobi - /cctz/tzdata/Africa/Ndjamena - /cctz/tzdata/Africa/Niamey - /cctz/tzdata/Africa/Nouakchott - /cctz/tzdata/Africa/Ouagadougou - /cctz/tzdata/Africa/Porto-Novo - /cctz/tzdata/Africa/Sao_Tome - /cctz/tzdata/Africa/Timbuktu - /cctz/tzdata/Africa/Tripoli - /cctz/tzdata/Africa/Tunis - /cctz/tzdata/Africa/Windhoek - /cctz/tzdata/America/Adak - /cctz/tzdata/America/Anchorage - /cctz/tzdata/America/Anguilla - /cctz/tzdata/America/Antigua - /cctz/tzdata/America/Araguaina - /cctz/tzdata/America/Argentina/Buenos_Aires - /cctz/tzdata/America/Argentina/Catamarca - /cctz/tzdata/America/Argentina/ComodRivadavia - /cctz/tzdata/America/Argentina/Cordoba - /cctz/tzdata/America/Argentina/Jujuy - /cctz/tzdata/America/Argentina/La_Rioja - /cctz/tzdata/America/Argentina/Mendoza - /cctz/tzdata/America/Argentina/Rio_Gallegos - /cctz/tzdata/America/Argentina/Salta - /cctz/tzdata/America/Argentina/San_Juan - /cctz/tzdata/America/Argentina/San_Luis - /cctz/tzdata/America/Argentina/Tucuman - /cctz/tzdata/America/Argentina/Ushuaia - /cctz/tzdata/America/Aruba - /cctz/tzdata/America/Asuncion - /cctz/tzdata/America/Atikokan - /cctz/tzdata/America/Atka - /cctz/tzdata/America/Bahia - /cctz/tzdata/America/Bahia_Banderas - /cctz/tzdata/America/Barbados - /cctz/tzdata/America/Belem - /cctz/tzdata/America/Belize - /cctz/tzdata/America/Blanc-Sablon - /cctz/tzdata/America/Boa_Vista - /cctz/tzdata/America/Bogota - /cctz/tzdata/America/Boise - /cctz/tzdata/America/Buenos_Aires - /cctz/tzdata/America/Cambridge_Bay - /cctz/tzdata/America/Campo_Grande - /cctz/tzdata/America/Cancun - /cctz/tzdata/America/Caracas - /cctz/tzdata/America/Catamarca - /cctz/tzdata/America/Cayenne - /cctz/tzdata/America/Cayman - /cctz/tzdata/America/Chicago - /cctz/tzdata/America/Chihuahua - /cctz/tzdata/America/Ciudad_Juarez - /cctz/tzdata/America/Coral_Harbour - /cctz/tzdata/America/Cordoba - /cctz/tzdata/America/Costa_Rica - /cctz/tzdata/America/Creston - /cctz/tzdata/America/Cuiaba - /cctz/tzdata/America/Curacao - /cctz/tzdata/America/Danmarkshavn - /cctz/tzdata/America/Dawson - /cctz/tzdata/America/Dawson_Creek - /cctz/tzdata/America/Denver - /cctz/tzdata/America/Detroit - /cctz/tzdata/America/Dominica - /cctz/tzdata/America/Edmonton - /cctz/tzdata/America/Eirunepe - /cctz/tzdata/America/El_Salvador - /cctz/tzdata/America/Ensenada - /cctz/tzdata/America/Fort_Nelson - /cctz/tzdata/America/Fort_Wayne - /cctz/tzdata/America/Fortaleza - /cctz/tzdata/America/Glace_Bay - /cctz/tzdata/America/Godthab - /cctz/tzdata/America/Goose_Bay - /cctz/tzdata/America/Grand_Turk - /cctz/tzdata/America/Grenada - /cctz/tzdata/America/Guadeloupe - /cctz/tzdata/America/Guatemala - /cctz/tzdata/America/Guayaquil - /cctz/tzdata/America/Guyana - /cctz/tzdata/America/Halifax - /cctz/tzdata/America/Havana - /cctz/tzdata/America/Hermosillo - /cctz/tzdata/America/Indiana/Indianapolis - /cctz/tzdata/America/Indiana/Knox - /cctz/tzdata/America/Indiana/Marengo - /cctz/tzdata/America/Indiana/Petersburg - /cctz/tzdata/America/Indiana/Tell_City - /cctz/tzdata/America/Indiana/Vevay - /cctz/tzdata/America/Indiana/Vincennes - /cctz/tzdata/America/Indiana/Winamac - /cctz/tzdata/America/Indianapolis - /cctz/tzdata/America/Inuvik - /cctz/tzdata/America/Iqaluit - /cctz/tzdata/America/Jamaica - /cctz/tzdata/America/Jujuy - /cctz/tzdata/America/Juneau - /cctz/tzdata/America/Kentucky/Louisville - /cctz/tzdata/America/Kentucky/Monticello - /cctz/tzdata/America/Knox_IN - /cctz/tzdata/America/Kralendijk - /cctz/tzdata/America/La_Paz - /cctz/tzdata/America/Lima - /cctz/tzdata/America/Los_Angeles - /cctz/tzdata/America/Louisville - /cctz/tzdata/America/Lower_Princes - /cctz/tzdata/America/Maceio - /cctz/tzdata/America/Managua - /cctz/tzdata/America/Manaus - /cctz/tzdata/America/Marigot - /cctz/tzdata/America/Martinique - /cctz/tzdata/America/Matamoros - /cctz/tzdata/America/Mazatlan - /cctz/tzdata/America/Mendoza - /cctz/tzdata/America/Menominee - /cctz/tzdata/America/Merida - /cctz/tzdata/America/Metlakatla - /cctz/tzdata/America/Mexico_City - /cctz/tzdata/America/Miquelon - /cctz/tzdata/America/Moncton - /cctz/tzdata/America/Monterrey - /cctz/tzdata/America/Montevideo - /cctz/tzdata/America/Montreal - /cctz/tzdata/America/Montserrat - /cctz/tzdata/America/Nassau - /cctz/tzdata/America/New_York - /cctz/tzdata/America/Nipigon - /cctz/tzdata/America/Nome - /cctz/tzdata/America/Noronha - /cctz/tzdata/America/North_Dakota/Beulah - /cctz/tzdata/America/North_Dakota/Center - /cctz/tzdata/America/North_Dakota/New_Salem - /cctz/tzdata/America/Nuuk - /cctz/tzdata/America/Ojinaga - /cctz/tzdata/America/Panama - /cctz/tzdata/America/Pangnirtung - /cctz/tzdata/America/Paramaribo - /cctz/tzdata/America/Phoenix - /cctz/tzdata/America/Port-au-Prince - /cctz/tzdata/America/Port_of_Spain - /cctz/tzdata/America/Porto_Acre - /cctz/tzdata/America/Porto_Velho - /cctz/tzdata/America/Puerto_Rico - /cctz/tzdata/America/Punta_Arenas - /cctz/tzdata/America/Rainy_River - /cctz/tzdata/America/Rankin_Inlet - /cctz/tzdata/America/Recife - /cctz/tzdata/America/Regina - /cctz/tzdata/America/Resolute - /cctz/tzdata/America/Rio_Branco - /cctz/tzdata/America/Rosario - /cctz/tzdata/America/Santa_Isabel - /cctz/tzdata/America/Santarem - /cctz/tzdata/America/Santiago - /cctz/tzdata/America/Santo_Domingo - /cctz/tzdata/America/Sao_Paulo - /cctz/tzdata/America/Scoresbysund - /cctz/tzdata/America/Shiprock - /cctz/tzdata/America/Sitka - /cctz/tzdata/America/St_Barthelemy - /cctz/tzdata/America/St_Johns - /cctz/tzdata/America/St_Kitts - /cctz/tzdata/America/St_Lucia - /cctz/tzdata/America/St_Thomas - /cctz/tzdata/America/St_Vincent - /cctz/tzdata/America/Swift_Current - /cctz/tzdata/America/Tegucigalpa - /cctz/tzdata/America/Thule - /cctz/tzdata/America/Thunder_Bay - /cctz/tzdata/America/Tijuana - /cctz/tzdata/America/Toronto - /cctz/tzdata/America/Tortola - /cctz/tzdata/America/Vancouver - /cctz/tzdata/America/Virgin - /cctz/tzdata/America/Whitehorse - /cctz/tzdata/America/Winnipeg - /cctz/tzdata/America/Yakutat - /cctz/tzdata/America/Yellowknife - /cctz/tzdata/Antarctica/Casey - /cctz/tzdata/Antarctica/Davis - /cctz/tzdata/Antarctica/DumontDUrville - /cctz/tzdata/Antarctica/Macquarie - /cctz/tzdata/Antarctica/Mawson - /cctz/tzdata/Antarctica/McMurdo - /cctz/tzdata/Antarctica/Palmer - /cctz/tzdata/Antarctica/Rothera - /cctz/tzdata/Antarctica/South_Pole - /cctz/tzdata/Antarctica/Syowa - /cctz/tzdata/Antarctica/Troll - /cctz/tzdata/Antarctica/Vostok - /cctz/tzdata/Arctic/Longyearbyen - /cctz/tzdata/Asia/Aden - /cctz/tzdata/Asia/Almaty - /cctz/tzdata/Asia/Amman - /cctz/tzdata/Asia/Anadyr - /cctz/tzdata/Asia/Aqtau - /cctz/tzdata/Asia/Aqtobe - /cctz/tzdata/Asia/Ashgabat - /cctz/tzdata/Asia/Ashkhabad - /cctz/tzdata/Asia/Atyrau - /cctz/tzdata/Asia/Baghdad - /cctz/tzdata/Asia/Bahrain - /cctz/tzdata/Asia/Baku - /cctz/tzdata/Asia/Bangkok - /cctz/tzdata/Asia/Barnaul - /cctz/tzdata/Asia/Beirut - /cctz/tzdata/Asia/Bishkek - /cctz/tzdata/Asia/Brunei - /cctz/tzdata/Asia/Calcutta - /cctz/tzdata/Asia/Chita - /cctz/tzdata/Asia/Choibalsan - /cctz/tzdata/Asia/Chongqing - /cctz/tzdata/Asia/Chungking - /cctz/tzdata/Asia/Colombo - /cctz/tzdata/Asia/Dacca - /cctz/tzdata/Asia/Damascus - /cctz/tzdata/Asia/Dhaka - /cctz/tzdata/Asia/Dili - /cctz/tzdata/Asia/Dubai - /cctz/tzdata/Asia/Dushanbe - /cctz/tzdata/Asia/Famagusta - /cctz/tzdata/Asia/Gaza - /cctz/tzdata/Asia/Harbin - /cctz/tzdata/Asia/Hebron - /cctz/tzdata/Asia/Ho_Chi_Minh - /cctz/tzdata/Asia/Hong_Kong - /cctz/tzdata/Asia/Hovd - /cctz/tzdata/Asia/Irkutsk - /cctz/tzdata/Asia/Istanbul - /cctz/tzdata/Asia/Jakarta - /cctz/tzdata/Asia/Jayapura - /cctz/tzdata/Asia/Jerusalem - /cctz/tzdata/Asia/Kabul - /cctz/tzdata/Asia/Kamchatka - /cctz/tzdata/Asia/Karachi - /cctz/tzdata/Asia/Kashgar - /cctz/tzdata/Asia/Kathmandu - /cctz/tzdata/Asia/Katmandu - /cctz/tzdata/Asia/Khandyga - /cctz/tzdata/Asia/Kolkata - /cctz/tzdata/Asia/Krasnoyarsk - /cctz/tzdata/Asia/Kuala_Lumpur - /cctz/tzdata/Asia/Kuching - /cctz/tzdata/Asia/Kuwait - /cctz/tzdata/Asia/Macao - /cctz/tzdata/Asia/Macau - /cctz/tzdata/Asia/Magadan - /cctz/tzdata/Asia/Makassar - /cctz/tzdata/Asia/Manila - /cctz/tzdata/Asia/Muscat - /cctz/tzdata/Asia/Nicosia - /cctz/tzdata/Asia/Novokuznetsk - /cctz/tzdata/Asia/Novosibirsk - /cctz/tzdata/Asia/Omsk - /cctz/tzdata/Asia/Oral - /cctz/tzdata/Asia/Phnom_Penh - /cctz/tzdata/Asia/Pontianak - /cctz/tzdata/Asia/Pyongyang - /cctz/tzdata/Asia/Qatar - /cctz/tzdata/Asia/Qostanay - /cctz/tzdata/Asia/Qyzylorda - /cctz/tzdata/Asia/Rangoon - /cctz/tzdata/Asia/Riyadh - /cctz/tzdata/Asia/Saigon - /cctz/tzdata/Asia/Sakhalin - /cctz/tzdata/Asia/Samarkand - /cctz/tzdata/Asia/Seoul - /cctz/tzdata/Asia/Shanghai - /cctz/tzdata/Asia/Singapore - /cctz/tzdata/Asia/Srednekolymsk - /cctz/tzdata/Asia/Taipei - /cctz/tzdata/Asia/Tashkent - /cctz/tzdata/Asia/Tbilisi - /cctz/tzdata/Asia/Tehran - /cctz/tzdata/Asia/Tel_Aviv - /cctz/tzdata/Asia/Thimbu - /cctz/tzdata/Asia/Thimphu - /cctz/tzdata/Asia/Tokyo - /cctz/tzdata/Asia/Tomsk - /cctz/tzdata/Asia/Ujung_Pandang - /cctz/tzdata/Asia/Ulaanbaatar - /cctz/tzdata/Asia/Ulan_Bator - /cctz/tzdata/Asia/Urumqi - /cctz/tzdata/Asia/Ust-Nera - /cctz/tzdata/Asia/Vientiane - /cctz/tzdata/Asia/Vladivostok - /cctz/tzdata/Asia/Yakutsk - /cctz/tzdata/Asia/Yangon - /cctz/tzdata/Asia/Yekaterinburg - /cctz/tzdata/Asia/Yerevan - /cctz/tzdata/Atlantic/Azores - /cctz/tzdata/Atlantic/Bermuda - /cctz/tzdata/Atlantic/Canary - /cctz/tzdata/Atlantic/Cape_Verde - /cctz/tzdata/Atlantic/Faeroe - /cctz/tzdata/Atlantic/Faroe - /cctz/tzdata/Atlantic/Jan_Mayen - /cctz/tzdata/Atlantic/Madeira - /cctz/tzdata/Atlantic/Reykjavik - /cctz/tzdata/Atlantic/South_Georgia - /cctz/tzdata/Atlantic/St_Helena - /cctz/tzdata/Atlantic/Stanley - /cctz/tzdata/Australia/ACT - /cctz/tzdata/Australia/Adelaide - /cctz/tzdata/Australia/Brisbane - /cctz/tzdata/Australia/Broken_Hill - /cctz/tzdata/Australia/Canberra - /cctz/tzdata/Australia/Currie - /cctz/tzdata/Australia/Darwin - /cctz/tzdata/Australia/Eucla - /cctz/tzdata/Australia/Hobart - /cctz/tzdata/Australia/LHI - /cctz/tzdata/Australia/Lindeman - /cctz/tzdata/Australia/Lord_Howe - /cctz/tzdata/Australia/Melbourne - /cctz/tzdata/Australia/NSW - /cctz/tzdata/Australia/North - /cctz/tzdata/Australia/Perth - /cctz/tzdata/Australia/Queensland - /cctz/tzdata/Australia/South - /cctz/tzdata/Australia/Sydney - /cctz/tzdata/Australia/Tasmania - /cctz/tzdata/Australia/Victoria - /cctz/tzdata/Australia/West - /cctz/tzdata/Australia/Yancowinna - /cctz/tzdata/Brazil/Acre - /cctz/tzdata/Brazil/DeNoronha - /cctz/tzdata/Brazil/East - /cctz/tzdata/Brazil/West - /cctz/tzdata/CET - /cctz/tzdata/CST6CDT - /cctz/tzdata/Canada/Atlantic - /cctz/tzdata/Canada/Central - /cctz/tzdata/Canada/Eastern - /cctz/tzdata/Canada/Mountain - /cctz/tzdata/Canada/Newfoundland - /cctz/tzdata/Canada/Pacific - /cctz/tzdata/Canada/Saskatchewan - /cctz/tzdata/Canada/Yukon - /cctz/tzdata/Chile/Continental - /cctz/tzdata/Chile/EasterIsland - /cctz/tzdata/Cuba - /cctz/tzdata/EET - /cctz/tzdata/EST - /cctz/tzdata/EST5EDT - /cctz/tzdata/Egypt - /cctz/tzdata/Eire - /cctz/tzdata/Etc/GMT - /cctz/tzdata/Etc/GMT+0 - /cctz/tzdata/Etc/GMT+1 - /cctz/tzdata/Etc/GMT+10 - /cctz/tzdata/Etc/GMT+11 - /cctz/tzdata/Etc/GMT+12 - /cctz/tzdata/Etc/GMT+2 - /cctz/tzdata/Etc/GMT+3 - /cctz/tzdata/Etc/GMT+4 - /cctz/tzdata/Etc/GMT+5 - /cctz/tzdata/Etc/GMT+6 - /cctz/tzdata/Etc/GMT+7 - /cctz/tzdata/Etc/GMT+8 - /cctz/tzdata/Etc/GMT+9 - /cctz/tzdata/Etc/GMT-0 - /cctz/tzdata/Etc/GMT-1 - /cctz/tzdata/Etc/GMT-10 - /cctz/tzdata/Etc/GMT-11 - /cctz/tzdata/Etc/GMT-12 - /cctz/tzdata/Etc/GMT-13 - /cctz/tzdata/Etc/GMT-14 - /cctz/tzdata/Etc/GMT-2 - /cctz/tzdata/Etc/GMT-3 - /cctz/tzdata/Etc/GMT-4 - /cctz/tzdata/Etc/GMT-5 - /cctz/tzdata/Etc/GMT-6 - /cctz/tzdata/Etc/GMT-7 - /cctz/tzdata/Etc/GMT-8 - /cctz/tzdata/Etc/GMT-9 - /cctz/tzdata/Etc/GMT0 - /cctz/tzdata/Etc/Greenwich - /cctz/tzdata/Etc/UCT - /cctz/tzdata/Etc/UTC - /cctz/tzdata/Etc/Universal - /cctz/tzdata/Etc/Zulu - /cctz/tzdata/Europe/Amsterdam - /cctz/tzdata/Europe/Andorra - /cctz/tzdata/Europe/Astrakhan - /cctz/tzdata/Europe/Athens - /cctz/tzdata/Europe/Belfast - /cctz/tzdata/Europe/Belgrade - /cctz/tzdata/Europe/Berlin - /cctz/tzdata/Europe/Bratislava - /cctz/tzdata/Europe/Brussels - /cctz/tzdata/Europe/Bucharest - /cctz/tzdata/Europe/Budapest - /cctz/tzdata/Europe/Busingen - /cctz/tzdata/Europe/Chisinau - /cctz/tzdata/Europe/Copenhagen - /cctz/tzdata/Europe/Dublin - /cctz/tzdata/Europe/Gibraltar - /cctz/tzdata/Europe/Guernsey - /cctz/tzdata/Europe/Helsinki - /cctz/tzdata/Europe/Isle_of_Man - /cctz/tzdata/Europe/Istanbul - /cctz/tzdata/Europe/Jersey - /cctz/tzdata/Europe/Kaliningrad - /cctz/tzdata/Europe/Kiev - /cctz/tzdata/Europe/Kirov - /cctz/tzdata/Europe/Kyiv - /cctz/tzdata/Europe/Lisbon - /cctz/tzdata/Europe/Ljubljana - /cctz/tzdata/Europe/London - /cctz/tzdata/Europe/Luxembourg - /cctz/tzdata/Europe/Madrid - /cctz/tzdata/Europe/Malta - /cctz/tzdata/Europe/Mariehamn - /cctz/tzdata/Europe/Minsk - /cctz/tzdata/Europe/Monaco - /cctz/tzdata/Europe/Moscow - /cctz/tzdata/Europe/Nicosia - /cctz/tzdata/Europe/Oslo - /cctz/tzdata/Europe/Paris - /cctz/tzdata/Europe/Podgorica - /cctz/tzdata/Europe/Prague - /cctz/tzdata/Europe/Riga - /cctz/tzdata/Europe/Rome - /cctz/tzdata/Europe/Samara - /cctz/tzdata/Europe/San_Marino - /cctz/tzdata/Europe/Sarajevo - /cctz/tzdata/Europe/Saratov - /cctz/tzdata/Europe/Simferopol - /cctz/tzdata/Europe/Skopje - /cctz/tzdata/Europe/Sofia - /cctz/tzdata/Europe/Stockholm - /cctz/tzdata/Europe/Tallinn - /cctz/tzdata/Europe/Tirane - /cctz/tzdata/Europe/Tiraspol - /cctz/tzdata/Europe/Ulyanovsk - /cctz/tzdata/Europe/Uzhgorod - /cctz/tzdata/Europe/Vaduz - /cctz/tzdata/Europe/Vatican - /cctz/tzdata/Europe/Vienna - /cctz/tzdata/Europe/Vilnius - /cctz/tzdata/Europe/Volgograd - /cctz/tzdata/Europe/Warsaw - /cctz/tzdata/Europe/Zagreb - /cctz/tzdata/Europe/Zaporozhye - /cctz/tzdata/Europe/Zurich - /cctz/tzdata/Factory - /cctz/tzdata/GB - /cctz/tzdata/GB-Eire - /cctz/tzdata/GMT - /cctz/tzdata/GMT+0 - /cctz/tzdata/GMT-0 - /cctz/tzdata/GMT0 - /cctz/tzdata/Greenwich - /cctz/tzdata/HST - /cctz/tzdata/Hongkong - /cctz/tzdata/Iceland - /cctz/tzdata/Indian/Antananarivo - /cctz/tzdata/Indian/Chagos - /cctz/tzdata/Indian/Christmas - /cctz/tzdata/Indian/Cocos - /cctz/tzdata/Indian/Comoro - /cctz/tzdata/Indian/Kerguelen - /cctz/tzdata/Indian/Mahe - /cctz/tzdata/Indian/Maldives - /cctz/tzdata/Indian/Mauritius - /cctz/tzdata/Indian/Mayotte - /cctz/tzdata/Indian/Reunion - /cctz/tzdata/Iran - /cctz/tzdata/Israel - /cctz/tzdata/Jamaica - /cctz/tzdata/Japan - /cctz/tzdata/Kwajalein - /cctz/tzdata/Libya - /cctz/tzdata/MET - /cctz/tzdata/MST - /cctz/tzdata/MST7MDT - /cctz/tzdata/Mexico/BajaNorte - /cctz/tzdata/Mexico/BajaSur - /cctz/tzdata/Mexico/General - /cctz/tzdata/NZ - /cctz/tzdata/NZ-CHAT - /cctz/tzdata/Navajo - /cctz/tzdata/PRC - /cctz/tzdata/PST8PDT - /cctz/tzdata/Pacific/Apia - /cctz/tzdata/Pacific/Auckland - /cctz/tzdata/Pacific/Bougainville - /cctz/tzdata/Pacific/Chatham - /cctz/tzdata/Pacific/Chuuk - /cctz/tzdata/Pacific/Easter - /cctz/tzdata/Pacific/Efate - /cctz/tzdata/Pacific/Enderbury - /cctz/tzdata/Pacific/Fakaofo - /cctz/tzdata/Pacific/Fiji - /cctz/tzdata/Pacific/Funafuti - /cctz/tzdata/Pacific/Galapagos - /cctz/tzdata/Pacific/Gambier - /cctz/tzdata/Pacific/Guadalcanal - /cctz/tzdata/Pacific/Guam - /cctz/tzdata/Pacific/Honolulu - /cctz/tzdata/Pacific/Johnston - /cctz/tzdata/Pacific/Kanton - /cctz/tzdata/Pacific/Kiritimati - /cctz/tzdata/Pacific/Kosrae - /cctz/tzdata/Pacific/Kwajalein - /cctz/tzdata/Pacific/Majuro - /cctz/tzdata/Pacific/Marquesas - /cctz/tzdata/Pacific/Midway - /cctz/tzdata/Pacific/Nauru - /cctz/tzdata/Pacific/Niue - /cctz/tzdata/Pacific/Norfolk - /cctz/tzdata/Pacific/Noumea - /cctz/tzdata/Pacific/Pago_Pago - /cctz/tzdata/Pacific/Palau - /cctz/tzdata/Pacific/Pitcairn - /cctz/tzdata/Pacific/Pohnpei - /cctz/tzdata/Pacific/Ponape - /cctz/tzdata/Pacific/Port_Moresby - /cctz/tzdata/Pacific/Rarotonga - /cctz/tzdata/Pacific/Saipan - /cctz/tzdata/Pacific/Samoa - /cctz/tzdata/Pacific/Tahiti - /cctz/tzdata/Pacific/Tarawa - /cctz/tzdata/Pacific/Tongatapu - /cctz/tzdata/Pacific/Truk - /cctz/tzdata/Pacific/Wake - /cctz/tzdata/Pacific/Wallis - /cctz/tzdata/Pacific/Yap - /cctz/tzdata/Poland - /cctz/tzdata/Portugal - /cctz/tzdata/ROC - /cctz/tzdata/ROK - /cctz/tzdata/Singapore - /cctz/tzdata/Turkey - /cctz/tzdata/UCT - /cctz/tzdata/US/Alaska - /cctz/tzdata/US/Aleutian - /cctz/tzdata/US/Arizona - /cctz/tzdata/US/Central - /cctz/tzdata/US/East-Indiana - /cctz/tzdata/US/Eastern - /cctz/tzdata/US/Hawaii - /cctz/tzdata/US/Indiana-Starke - /cctz/tzdata/US/Michigan - /cctz/tzdata/US/Mountain - /cctz/tzdata/US/Pacific - /cctz/tzdata/US/Samoa - /cctz/tzdata/UTC - /cctz/tzdata/Universal - /cctz/tzdata/W-SU - /cctz/tzdata/WET - /cctz/tzdata/Zulu -) diff --git a/contrib/libs/cctz/tzdata/CMakeLists.txt b/contrib/libs/cctz/tzdata/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/cctz/tzdata/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/cctz/tzdata/CMakeLists.windows-x86_64.txt b/contrib/libs/cctz/tzdata/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 6fe8fed51dc..00000000000 --- a/contrib/libs/cctz/tzdata/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,1235 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(libs-cctz-tzdata INTERFACE) -target_link_libraries(libs-cctz-tzdata INTERFACE - contrib-libs-cxxsupp - yutil - contrib-libs-cctz - library-cpp-resource -) - -add_global_library_for(libs-cctz-tzdata.global libs-cctz-tzdata) -target_link_libraries(libs-cctz-tzdata.global PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-cctz - library-cpp-resource -) -target_sources(libs-cctz-tzdata.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/factory.cpp - ${CMAKE_BINARY_DIR}/contrib/libs/cctz/tzdata/941eb524918f234738fd18ee3261d1c9.cpp -) -resources(libs-cctz-tzdata.global - ${CMAKE_BINARY_DIR}/contrib/libs/cctz/tzdata/941eb524918f234738fd18ee3261d1c9.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/58543f30ac34b6510b552b9b3e82b772 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/796a57137d718e4fa3db8ef611f18e61 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/796a57137d718e4fa3db8ef611f18e61 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fe54394a3dcf951bad3c293980109dd2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/da87d45f88e4684903d7dbb5b7ed08dc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fe54394a3dcf951bad3c293980109dd2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fe54394a3dcf951bad3c293980109dd2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/796a57137d718e4fa3db8ef611f18e61 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/89de77d185e9a76612bd5f9fb043a9c2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/796a57137d718e4fa3db8ef611f18e61 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/767406f25e6c1c5396e19a3be033304b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a87061b72790e27d9f155644521d8cce - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/89de77d185e9a76612bd5f9fb043a9c2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a87061b72790e27d9f155644521d8cce - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8dcab26c06fc82939d77511b0c7c24b2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/12de6e9419a748db0e69972d23a640c2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/00636062cbcd94f2ead5a75cc197675a - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/796a57137d718e4fa3db8ef611f18e61 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/796a57137d718e4fa3db8ef611f18e61 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fe54394a3dcf951bad3c293980109dd2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fe54394a3dcf951bad3c293980109dd2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/89de77d185e9a76612bd5f9fb043a9c2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8ba86418f34ed83656d38bcfb19f85ea - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/796a57137d718e4fa3db8ef611f18e61 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a87061b72790e27d9f155644521d8cce - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a87061b72790e27d9f155644521d8cce - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a46a56e63a69fd5c5373a33203250d39 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c263ea3cac3cd3410ac15d96040c3b3c - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fe54394a3dcf951bad3c293980109dd2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d00638c4bf95fabcc0c651f13e32e253 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a87061b72790e27d9f155644521d8cce - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/89de77d185e9a76612bd5f9fb043a9c2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/89de77d185e9a76612bd5f9fb043a9c2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/89de77d185e9a76612bd5f9fb043a9c2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/796a57137d718e4fa3db8ef611f18e61 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/89de77d185e9a76612bd5f9fb043a9c2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a87061b72790e27d9f155644521d8cce - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a87061b72790e27d9f155644521d8cce - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/89de77d185e9a76612bd5f9fb043a9c2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a87061b72790e27d9f155644521d8cce - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a46a56e63a69fd5c5373a33203250d39 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a46a56e63a69fd5c5373a33203250d39 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fe54394a3dcf951bad3c293980109dd2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/4afacd60281211a6a7530a3ff8062781 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fe54394a3dcf951bad3c293980109dd2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/510c0710993f09c4d93d3639ac3fe609 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/89de77d185e9a76612bd5f9fb043a9c2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/796a57137d718e4fa3db8ef611f18e61 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/796a57137d718e4fa3db8ef611f18e61 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/89de77d185e9a76612bd5f9fb043a9c2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/7353b5d25ddb353ced2f1f9639251c16 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/796a57137d718e4fa3db8ef611f18e61 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a6b8c0b7319f5fdca0ed634760ff6e3b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/63615364c91acab170ec8f719aa6f59f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/3c6db0baa05cea4617bcad88b40b1e6a - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/1df7e605c33529940c76c1c145c52fc5 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/77ea6e8a582f87d7a397a9e7b2111be0 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/82840448c9d4782ffa56514a7fb4ca95 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a4fc7ef39a80ff8875d1cb2708ebc49e - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e3467a68822f3d1365e3494970219b03 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e3467a68822f3d1365e3494970219b03 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/5c57dc3d11f5a64fac22a08ea0c64d25 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/239a70724a0ff39d5dd3e6b7f4a34212 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0e84cda11c5dc9030c43c51187a6c78d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/839eacc63921f196e4ecfded7245a67b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e0e8162a9ade838f582c23557e530019 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0249d27eff0294ba6c5d090d9895fd17 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/4a5ba954919a3b34fb7779965387992f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/6413085a3a485b5683da3f49944995f0 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/70483b70b5e389865d462a090b99f2ed - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/07844fc101071f657d084ecb7d161aa0 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9f8d9f5acd176a1a163855959b566bb4 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/595e67b4c97fda031a90e5ef80813e7d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/1df7e605c33529940c76c1c145c52fc5 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/1c750fa694668ef0a1aad95b61533b2a - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e4bd3e0b46733cfe080ae7a159951665 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c779f9c0f9698e7646946312f10dfc4a - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ace635d426a79002a8e3657033da7795 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fb4e7ca8ebc94bf7b651ad1921cb62df - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/30c97d0792df5d5939ff0f09c53c385d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ee4b5e263472bc5adf6309f2f5cd8858 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f3ce1cb0fb7595deac1b8caa16cae961 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a4fc7ef39a80ff8875d1cb2708ebc49e - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/628a7252c0237ddace06127f3f97d066 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8fa410ffc232e56d0f945bd2b6c34dfe - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/93e1c90eb5222ffb3eca2a2a29b69a69 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/4d7ff90583dcd0e08fc8c51792761c2b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e3467a68822f3d1365e3494970219b03 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/806c5856106eb6b28c3846dd93d3acc4 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/595e67b4c97fda031a90e5ef80813e7d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/85435a33486747b319872947c68317f3 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/46d5d8b3710cb4825d4cca19f239aade - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/587990ea7ea7cb10bfd0618d8d314de3 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/595e67b4c97fda031a90e5ef80813e7d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/5c57dc3d11f5a64fac22a08ea0c64d25 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f32590f9bcdfb4ab134294d441804ae5 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/db536e94d95836d7c5725c3b3c086586 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/268c9a38823e18c714ec9fb756a8042e - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/356ff8bd249ee3f6983cba8426901244 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/79eedb7a0a4788b9bc3c291c4c643b50 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/6ece595060d1d2db3153c5d523fb106b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c1b9655d5b1ce7fbc9ac213e921acc88 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/48c96bff46ef373ce5d759dc4a4d2de2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/beb91df50b24718aed963a509c0c2958 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fefe5ae6107231a3f738b36d95153f77 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ec589bada56b3352067a359694896292 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/661db30d5b9bb274f574dfc456f95137 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0998859e2d38d079cc1a3429aa428db4 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9208172103191bf0d660e0023b358ea1 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c72cd4fac2e9b8659f6b5bb2392b9ae5 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8f9746ead1fc03c962cdd7ddacde663d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/acff9e84de94eeb7b58120a56d50cc50 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/7c49d7ec95c93d0934a7a98b1a1ae66f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/eac76eb95be7b5cc25a41e0485b58c41 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f8be05a9398502fc14e50eea2693497c - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/dada91f7db29bcab55bfd2478a5b0779 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/10089d01ae922cfd19a041f3de5ae1ea - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ef31a488808a56cc6d3c9a3c5a53abeb - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/14af0ba77d76b97e0e666c070c2172cf - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/03ff2b0ed691f72f1e04e18e84818dcf - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9208172103191bf0d660e0023b358ea1 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/964fb4bc6d047b2a8826a0734633ab0b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fdc9d5431dd16120c1465f298e28e260 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2c18bc1a2ddb1b06e98ffa553ef1aaee - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/90db76a975de863aadbcf37b47e18cd2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/768d11c820a4f93683de8f8bc03df8c8 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/7ca29f8adb394d878db41ab40c4c9a5d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a23719c2255c2c9829fe6978c1c8ecd7 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9208172103191bf0d660e0023b358ea1 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f51089782974399a845a8ab6e8825bfd - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b8248a79b8e4c6de4f23c59e360d333e - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/6ddb543268cbeb4a7fffad436081b019 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/239a70724a0ff39d5dd3e6b7f4a34212 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a9b6712f7efd08406ebb3f4a43bf1862 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9d9fdcb5bec6ef7173f20c0b968ae540 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/755a91932697ce463a5c9b642e5292d6 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/964fb4bc6d047b2a8826a0734633ab0b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fd46d501559b1cf8c8c1fa330196b1b0 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/bd9c4fdf467f96ab33dde64bf0ac700c - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/641e03b9a1178df8c823447ea6563f25 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9d9fdcb5bec6ef7173f20c0b968ae540 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/823a97c8e447d6f0016bacafd20a246e - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8435b750c0255a506ff0fd58bf646f00 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/bbb3263234960c35b55fffa1327cc48c - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/450d5ffb8f5928afc0981b5a1a8ba4fa - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/7f275e73d3e8e33981b4060f6af159ea - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2b72d499c62e0523c21b73a12d147157 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/839eacc63921f196e4ecfded7245a67b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b6fc5775917cac51306de9bf93d87827 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/5fcda9efe6faeae5a8097716a64a127b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/4335653c96fc0b0fc83e2604a8362934 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/82169289ef8c8f15473bc1fcb55123d0 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/4b51b9e60156a250908acc46d7c8cabc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/3ff9cb17a579851ce689eac23e64d899 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/bc1bca66f089c87648f0e54b0d0559a6 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/64e0eb5df848bbc06156c58b35959680 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/628174eba2d7050564c54d1370a19ca8 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/628174eba2d7050564c54d1370a19ca8 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/763d7a8374a42066d2b0bb81bd47218f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/628174eba2d7050564c54d1370a19ca8 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/97ed2cb6ee44823ce8fabdc0beeae2b9 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/6c4f6742a67bbd289f89eb4fe7de8e57 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b72620d427a1898ea97232aeba51c2dc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/511edb5c79692d730d309f4424bbaa0e - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/6e5fd4a73872524a21354303cdfff0f8 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/acff9e84de94eeb7b58120a56d50cc50 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ed478f9e09d75276d125fb7e61188b5f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/595e67b4c97fda031a90e5ef80813e7d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b8248a79b8e4c6de4f23c59e360d333e - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/7dacf7ad9037fa33db4536edf63da220 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/db536e94d95836d7c5725c3b3c086586 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f07474008b0495a1830bf6ec76104684 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0b427173cd7de48179954c1706df9f0f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d3dbc4b002cc7a0e5761a3097651309a - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a06adc807729db23da9fdb54dc714f8b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/1ee6e72e10673d4a16b6e24671f793ec - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ea521f9e43ebb66928bb2f9462a509d2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/cc7e35a2df60f44003b96877116f4d93 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c87b8b428cfdf54309e9503177e0ca5f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/6c82012b52156392f0cd7178ebcfa900 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0b427173cd7de48179954c1706df9f0f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/5c57dc3d11f5a64fac22a08ea0c64d25 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/661db30d5b9bb274f574dfc456f95137 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/79b1d15365011739a45fe1de0258ae52 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c3b66836f89ba29559e1b438d7454e0b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/3f4c05321e52971f2213bfb9e45b7a35 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/94e0437e48ebbef69b3fb7fe2af5e0f2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/77d9cbb7aa1e48aa0380d2c3b61c75d5 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c1b9655d5b1ce7fbc9ac213e921acc88 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/4b710acfb88ea85eda7b5f75df122214 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a181d1167a1dbfc2682f6d4ba9f3c803 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/4a956902cb69a4cba608798e1da71a58 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b3c87245083e0474ed4ce3d23abb7f4f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b8c39bf52aaa707c58a301ce115ee576 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/628174eba2d7050564c54d1370a19ca8 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/661db30d5b9bb274f574dfc456f95137 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/628174eba2d7050564c54d1370a19ca8 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/bc58930f92342790d3ee214524808faa - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92d3b867243120ea811c24c038e5b053 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/5fa937049e86ffbf52d4348c6c43b0ad - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/1ee6e72e10673d4a16b6e24671f793ec - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/3ee52913271777c67f23d5a918bb0f7c - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/beb91df50b24718aed963a509c0c2958 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/4d5e4576a979e0cdeb6a7d0e81989b4e - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b61230343294608431fbbd939bb6971d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/bcf8aa818432d7ae244087c7306bcb23 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/93ccc0d9fe3d862e546a627982ce5ba7 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/63f5d146aa8a66720b2c4db9e87ec1f4 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/655680c9ae07d4896919210710185038 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/3a420ea50d496f0c159a0d18af06b211 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0fb4aa6fed3f28bc7a3dae35a993171a - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/655680c9ae07d4896919210710185038 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/165baa2c51758e236a98a6a1c4cf09a0 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/11ca9bc056ef1ae4643107bea827928f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/67c981ccf51584922a1f72dd2d529730 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2577d6d2ba90616ca47c8ee8d9fbca20 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/165baa2c51758e236a98a6a1c4cf09a0 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/eaa234bf9babed72ac5b25c9a3dffa15 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0abd3c37bec0c4c7f1a2284c3457adb3 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f627017649ea589681b7b0dd45c03118 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/af82eec1529bf616942df14b2ffb4403 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/34dc35c8aa0f4e3a0064a92e5aa5d762 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c68faf20645ecd953e8eb2fb70469f59 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c68faf20645ecd953e8eb2fb70469f59 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/dc74e10d17659800407d742d3a5db22b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9aa23335da47827d5ce36afc1523bbd3 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ec12549279e64ebeb926579888cf89d9 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/bde0fe003b2df5121f0d31d3954095a6 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ff94f36118acae9ef3e19438688e266b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8a8ef367f59b0e3880bd1cff6651b357 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/5e8c48c7a60c434f1e2f1e535172cbb9 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/56a77f4891fb3e9506aa233f5fbac27e - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/bf388a0a1da2be989c25dbfb587076d8 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/16a0b637c31e7e480cfccfc46dd75d67 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2d0a65ce6c15961ab95c917d9f23e882 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/36687b86e799dc46c4ad4c49e3222ea5 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/dff9cd919f10d25842d1381cdff9f7f7 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/dff9cd919f10d25842d1381cdff9f7f7 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d41b1974e5ec6b3bc790062a97894a37 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/940f5a339a1f12a7153474fc3c92c624 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c8376c6c326f4e99e093b6bc6cb9cd6e - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/940f5a339a1f12a7153474fc3c92c624 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8a60b6309c1443774d2f065bcf2bbc61 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/667e494c45d181f0706bd07b211c850b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/7d4619fed11db15c54153613fcf23bda - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/4cd70a6fdc80b1b15c0b9f7c3b807107 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2910f8ef0c04e980cb9fac5f8f62b334 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/dff9cd919f10d25842d1381cdff9f7f7 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/6853ddd2f1d2e3899a8433b015ed726a - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/009a0575634eab075d7e8a15b2e443ae - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f729c88451bacd2895fc1c8d29064c46 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/3c4a6f9840f3d89534c5f511329704e8 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/4e36cb5f575bdcbdd38b144d5a9195c9 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/48252c9a797f0f4bea97557a5094cf98 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/325a2d872e0c0e5339f2e134e921047a - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/4709fe18f39068d2ca7de4c5396e1513 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9360bb34802002d91d9bba174c25a8dc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/17ca5b7fed86c92696b863cb6a78187f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/959247e441092255286b22fef107172f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ef4485e168a60d91cc5347e5de9a3407 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/67c981ccf51584922a1f72dd2d529730 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/90518d05c449fad639594f7f575407d6 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/90518d05c449fad639594f7f575407d6 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c46a3b3c120085251d04dd583a06b6a4 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/16a0b637c31e7e480cfccfc46dd75d67 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/702a65f05da90971b14686c21add1a90 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8a2bb95893137bb40748ef4ecd8d7435 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/bf388a0a1da2be989c25dbfb587076d8 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/165baa2c51758e236a98a6a1c4cf09a0 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d3dfd69107a4d78facbc67c4d8cea004 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d3dfd69107a4d78facbc67c4d8cea004 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/656bd0f3d2def024f4d1e59fc668b538 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c8c41a468e356c6bb65e89c69e4406dc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/52f31607db7a4a081c63dfb4cc578408 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/667e494c45d181f0706bd07b211c850b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/beb20df2d2d5e3e5f5f50fb2da2a4782 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/71705112182911b4327ac195ffae174b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8c3304792234093e5a3d5debcef24a32 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2ee30998e941f8d603ad278135230cbd - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c72131eaa200e2aa58e1c12fe94f1f67 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ff94f36118acae9ef3e19438688e266b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/28fe8388ff78123cfd04d67e32057886 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/772e6342aeba16851eed7dcda632c5be - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ec12549279e64ebeb926579888cf89d9 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f44dbe7ca52c5fb8b57e33fd8e094038 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/4fff9a8801bd2b75474dde3870d24e89 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/37f26cf8b8fe9179833e366ca13b8916 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/165baa2c51758e236a98a6a1c4cf09a0 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/009a0575634eab075d7e8a15b2e443ae - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a1239114e71b76c885dbad8f2fa61de4 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9f39ae0771032afbfca86630bec12768 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/da5aae5f9a71de05b4625f74b007c461 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/dff9cd919f10d25842d1381cdff9f7f7 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8a2bb95893137bb40748ef4ecd8d7435 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d155718faacae2f6288b0c88e66f851c - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/eda5a4ce01efed633c50e04d09fe73b2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/310f6ba2360c27c334c6e17fccf2b9a5 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d3ca7527ee42255559acf2d74d749d00 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f4825b22e2ad8fb3e0bf20daa84bd774 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9360bb34802002d91d9bba174c25a8dc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b4aa5f2b966a76ebc38d1aab44d86bce - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b4aa5f2b966a76ebc38d1aab44d86bce - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/618a4a8f78720e26749b9c29ed4fd1b3 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e770be0bb1b43b9bc7df85f9ac184a79 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c8c41a468e356c6bb65e89c69e4406dc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/66a0ec5d00519d1826d055514861779d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/66a0ec5d00519d1826d055514861779d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/67c981ccf51584922a1f72dd2d529730 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/04875c383508e7181ae595cec9856228 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ff94f36118acae9ef3e19438688e266b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/4709139f1759e9693b8c02551b527f58 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b22b7be8696db5ca60fb0b7bba4c8718 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/37f26cf8b8fe9179833e366ca13b8916 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/bfd18d52a4546531e2f3112725f092d3 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d1c5195eed8efac077678d1c6d988f7f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/93bd1a44f9245279aa44a94d4c435e5c - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b85d659fabeeb1257ade1f6282a5ec7d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/1e571eef4b7112bb58a746099afd9f02 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b7ad70caecef25e4a9ba1e5afd95fe25 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/253d5505eaf3a497f4fa107633bea235 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/253d5505eaf3a497f4fa107633bea235 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2577d6d2ba90616ca47c8ee8d9fbca20 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/4f2a136a6f59628aeea0d09480d630d2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/796a57137d718e4fa3db8ef611f18e61 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2aa2dbd00a40fc7bdc1f1e3d461a2646 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/796a57137d718e4fa3db8ef611f18e61 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2a4c8fd0d241b11b207c41b0aedd6cf9 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a1085ba102822f56191705c405f2a8ad - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/02d7a06f7ede604bdd6bf40932b670c6 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d5464310b37a30d92f5b85d128dd4937 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/35eebba76b28756b47e8fff3157eafdb - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a1085ba102822f56191705c405f2a8ad - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8371d9f10ef8a679be6eadedc6641d73 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/09e36f9135b9ddb666cbb9496fecdf89 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e0185725b852fe59ef8e5fef9f619990 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8371d9f10ef8a679be6eadedc6641d73 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e68c0f2ebe9dc247712393ab1bd168d2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/1b6ec1c2e23ea5b37361d885e1db8450 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e68c0f2ebe9dc247712393ab1bd168d2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e308055a9c06f33a854a9d579ed61249 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a1085ba102822f56191705c405f2a8ad - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/09e36f9135b9ddb666cbb9496fecdf89 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/543113396c7e34a7532457a1ce759c4e - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d5464310b37a30d92f5b85d128dd4937 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/02d7a06f7ede604bdd6bf40932b670c6 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a1085ba102822f56191705c405f2a8ad - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8371d9f10ef8a679be6eadedc6641d73 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e308055a9c06f33a854a9d579ed61249 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/543113396c7e34a7532457a1ce759c4e - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/35eebba76b28756b47e8fff3157eafdb - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0b427173cd7de48179954c1706df9f0f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/6c4f6742a67bbd289f89eb4fe7de8e57 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/94e0437e48ebbef69b3fb7fe2af5e0f2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/bbb3263234960c35b55fffa1327cc48c - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9bc8fb09717950cb4149283c5aff15ac - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/43c7956d0835817f930236a5633cffa6 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ef31a488808a56cc6d3c9a3c5a53abeb - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/1ee6e72e10673d4a16b6e24671f793ec - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/628174eba2d7050564c54d1370a19ca8 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/beb91df50b24718aed963a509c0c2958 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a181d1167a1dbfc2682f6d4ba9f3c803 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/bc58930f92342790d3ee214524808faa - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c87b8b428cfdf54309e9503177e0ca5f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/5fa937049e86ffbf52d4348c6c43b0ad - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c3b66836f89ba29559e1b438d7454e0b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/57aca34c4b3ca88d9c94b88990c62c79 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/14af0ba77d76b97e0e666c070c2172cf - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/19ef27aa43febb679c0795f8c5dedc0f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b33eb6506380f950ad798d4d788d136a - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/5fbedfd64bddc3ec7790a4eb0f22b66c - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8dcab26c06fc82939d77511b0c7c24b2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/1917c051a13995cc4c32d2ce05bc3e7b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e7577ad74319a942781e7153a97d7690 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e7577ad74319a942781e7153a97d7690 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d8af0cadc03a3813b866bbfeb041e167 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9766867907fd0631d6357abfcb71fde5 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d40107fc4f4515f2f2eed25a1ca88fb8 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/52569f1fcc560faffd0ed78e0e9eb69f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/29c0187634c10fc717832169fc449715 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0d49585e3c48010af348561943e319a2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/88546761589cb98c5209ff92ac71be7d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9c4035bc2046d3be368e14a46fc8685d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a79c9f48310a80244f2065d08f09f91a - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/7956f01b2e6933717e9ba4adfd327ccc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9eaedd2c3574882c46ddbbfeabc5c444 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0d81f8cc7c4066b8f84371ebbbb3e00c - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e7577ad74319a942781e7153a97d7690 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/721967abda97296c7f361100d8b868e4 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/42fcd2bd28f14995f4fec31b081d88b0 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ba0134eab8c956f482f642c6a5440ee0 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f669833977d5968e30ce9d8288dccd22 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/7176177837995c39668c29a4a459cb55 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/39ffa0df7491f260ed87949d60aa34da - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f72cea14be81564422856a5e3633b0f0 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/6af1f235706f2c48a99cabb1efcd0e53 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/dced2b01cc7c29f0b1adf9c62f8603fd - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/167b215e24978122218b1a0eec97ea7a - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/43d37a94ef2f6ee11c55e0a14c2898cb - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ade2a36e23a06174c36b6fd5d795e865 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8e7f6cfc11d44c8e29f7f4a59df5fcae - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ccc5a76bcf9b46bc41f3ffb232850bbb - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e7577ad74319a942781e7153a97d7690 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e7577ad74319a942781e7153a97d7690 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/51d8a0e68892ebf0854a1b4250ffb26b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/51d8a0e68892ebf0854a1b4250ffb26b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/51d8a0e68892ebf0854a1b4250ffb26b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/51d8a0e68892ebf0854a1b4250ffb26b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/7a350885dea1ebe1bf630eb4254e9abc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/89cb42bccb29740b74d74dad225a7f70 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/29067b92c3481871788d16e05841ce78 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9006b968810f68ce90473c809b252776 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b14ab0a98fb1964def4eaf00d2a6bb73 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a4ac1780d547f4e4c41cab4c6cf1d76d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2577d6d2ba90616ca47c8ee8d9fbca20 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9ac4de9fb3bcae616f7de40984ccb6b2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/7a350885dea1ebe1bf630eb4254e9abc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f0976c6697d91943b1d72c331844db50 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0b00b9da0d4f68857bdebb750ea28c4d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/07b0081174b26fd15187b9d6a019e322 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d62d0d008574b60d70899d22545eb1f9 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2577d6d2ba90616ca47c8ee8d9fbca20 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/1917c051a13995cc4c32d2ce05bc3e7b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8629c4ecded1abb6072c099aa6781c47 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b14ab0a98fb1964def4eaf00d2a6bb73 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/aecc05607e312ffdbdf3a8f07ac64a6b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b14ab0a98fb1964def4eaf00d2a6bb73 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/48252c9a797f0f4bea97557a5094cf98 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b14ab0a98fb1964def4eaf00d2a6bb73 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e019dabd72a8783f7d4b4c1fe3dd5c11 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2a6d051e23c2e3ace6355f98f024796a - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0b403c8a9ccd7ca6e2a6efbb8ea7a0f0 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2a6d051e23c2e3ace6355f98f024796a - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/41bc7cd4fe8c4fc8f59de742ebb69012 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a4ac1780d547f4e4c41cab4c6cf1d76d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b14ab0a98fb1964def4eaf00d2a6bb73 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/7a350885dea1ebe1bf630eb4254e9abc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/1377f55949e2a3c4cf3ccc96bb5a91a5 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/1fd961b54d21dd2ad91b05c7c71435a8 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/aecc05607e312ffdbdf3a8f07ac64a6b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/aed64fc971bc7aa23cab042415d57d53 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/506e99f9c797d9798e7a411495691504 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/39b47bf37a27f7bcd5d3f7c51343c7fc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/beb20df2d2d5e3e5f5f50fb2da2a4782 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2577d6d2ba90616ca47c8ee8d9fbca20 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/506e99f9c797d9798e7a411495691504 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a4ac1780d547f4e4c41cab4c6cf1d76d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9ac4de9fb3bcae616f7de40984ccb6b2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d917645873cf9c7577ce2fdbe05963cb - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c57843caa48aa4715344a26830df1f13 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8baab5c53cf4270f860fb2de701ded9d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c57843caa48aa4715344a26830df1f13 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a4ac1780d547f4e4c41cab4c6cf1d76d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c4aa97ffb42eeeb70479979e2050d866 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/3465e5d0858d49481e9bcfea787d1be7 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a4ac1780d547f4e4c41cab4c6cf1d76d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/710422cb894d7b930689a115e97f688b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2577d6d2ba90616ca47c8ee8d9fbca20 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2b3fb59013e51fa85db1cee17e54edc8 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e9faa2fda4c9671e5002bf470313be76 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d62d0d008574b60d70899d22545eb1f9 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0dfaf73a64a7c3cfcd10756a6d545e08 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2a6d051e23c2e3ace6355f98f024796a - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/07b0081174b26fd15187b9d6a019e322 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c57843caa48aa4715344a26830df1f13 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fe03dcb43031a0d45d0039e33f1e4c42 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/57500f0613dd0355126a75ca0fb0db2c - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/19ed55c2f6f06452f1008cfb15e5636b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d44a4791346a5defc84c6bec9e52645d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a4ac1780d547f4e4c41cab4c6cf1d76d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2a6d051e23c2e3ace6355f98f024796a - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/07b0081174b26fd15187b9d6a019e322 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e369eb23db7f75930ece7bf91b6b86a7 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b14ab0a98fb1964def4eaf00d2a6bb73 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/b14ab0a98fb1964def4eaf00d2a6bb73 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e7577ad74319a942781e7153a97d7690 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e7577ad74319a942781e7153a97d7690 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e7577ad74319a942781e7153a97d7690 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e7577ad74319a942781e7153a97d7690 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/e7577ad74319a942781e7153a97d7690 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a813cd94645ca8774632d328080f8d97 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f729c88451bacd2895fc1c8d29064c46 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/796a57137d718e4fa3db8ef611f18e61 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fe54394a3dcf951bad3c293980109dd2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f3ac587344d641763d27895afbe16345 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ff94f36118acae9ef3e19438688e266b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/37f26cf8b8fe9179833e366ca13b8916 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fe54394a3dcf951bad3c293980109dd2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/5d62b2758da6d68cb971d8f2cf64d432 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/667e494c45d181f0706bd07b211c850b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/5d62b2758da6d68cb971d8f2cf64d432 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/cea8767711bc79a4ec192e25706de5a5 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fe54394a3dcf951bad3c293980109dd2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/667e494c45d181f0706bd07b211c850b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f4825b22e2ad8fb3e0bf20daa84bd774 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9360bb34802002d91d9bba174c25a8dc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/6ddb543268cbeb4a7fffad436081b019 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/618a4a8f78720e26749b9c29ed4fd1b3 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/475a8ae9a30287527356f20d4456abd4 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a6b8c0b7319f5fdca0ed634760ff6e3b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0727fa9015cd130fba15b7e7163ff139 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ef8eca09259416ea4e1d5b4bb865a645 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/56dbf10674ff9ef08ef9088d7e7ab639 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/661db30d5b9bb274f574dfc456f95137 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/2b72d499c62e0523c21b73a12d147157 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/82169289ef8c8f15473bc1fcb55123d0 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/655680c9ae07d4896919210710185038 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/41dd4c2678c8776c4abdcc809932bbe7 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c1b9655d5b1ce7fbc9ac213e921acc88 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/dff9cd919f10d25842d1381cdff9f7f7 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/74b8879270f5bd60554e01c6610b1efb - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fa334faf4eac0c30d0a20353b78f1685 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/655680c9ae07d4896919210710185038 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d8977a620cda17fb8da4421e6c474f0c - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/41dd4c2678c8776c4abdcc809932bbe7 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/bcf8aa818432d7ae244087c7306bcb23 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/57aca34c4b3ca88d9c94b88990c62c79 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/4cddbf0831a9bbaa79369d3b91961a8f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/99cc3c716bf45f1ae5bb572baa4ad256 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/afaa4c77a1e912306f4ca578c933d4a6 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/a92ef316c0c20b37f585aa00209c65cf - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ba8d62a6ed66f462087e00ad76f7354d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/055c3628d78f3c9a01a7732c442f78f9 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f4cf94e44810f7c25b2529ffe37ab772 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/44355d47052f97ac7388446bce23e3ab - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ec185892bb2764a8280ee41ff8f2b032 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/5ed332a521639d91536739cfb9e4dde6 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/5ed332a521639d91536739cfb9e4dde6 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/99cc3c716bf45f1ae5bb572baa4ad256 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/1530b1e45e83ed3f4e61d1a6f2f4f706 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fb8a999658da8686edc727548949fd88 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/475a8ae9a30287527356f20d4456abd4 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ba8d62a6ed66f462087e00ad76f7354d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/82b091bd4358c77e600c08893560419b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f789c65f289caa627ea1f690836c48f6 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/fa85e90a2dcd44ced6128397a99b2668 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/92ab841a2a7aa104cb62a09be6f1a232 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0e8c2a93c75cfb3705dc63788803ebfb - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/7f89369fd9501f16ae77919d4c0e5658 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f789c65f289caa627ea1f690836c48f6 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8d2aeb9646f427ba69fab8ad34c51552 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/acf014221290656a061fff7e9fa818ee - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/44355d47052f97ac7388446bce23e3ab - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/44355d47052f97ac7388446bce23e3ab - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/bcf8aa818432d7ae244087c7306bcb23 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/5b3b7bd518d8afe48e97f141617c0531 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ec185892bb2764a8280ee41ff8f2b032 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f789c65f289caa627ea1f690836c48f6 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0672593cd4756dbfb8bba02b4555c91d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ba8d62a6ed66f462087e00ad76f7354d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/460900dfed7410df3acffe5b811d0f02 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/bcf8aa818432d7ae244087c7306bcb23 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ba8d62a6ed66f462087e00ad76f7354d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/ba8d62a6ed66f462087e00ad76f7354d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/bcf8aa818432d7ae244087c7306bcb23 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/d44a4791346a5defc84c6bec9e52645d - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/41bc7cd4fe8c4fc8f59de742ebb69012 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/eda5a4ce01efed633c50e04d09fe73b2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/da5aae5f9a71de05b4625f74b007c461 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/8a2bb95893137bb40748ef4ecd8d7435 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/48252c9a797f0f4bea97557a5094cf98 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/51d8a0e68892ebf0854a1b4250ffb26b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/77ea6e8a582f87d7a397a9e7b2111be0 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/1df7e605c33529940c76c1c145c52fc5 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/db536e94d95836d7c5725c3b3c086586 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/85435a33486747b319872947c68317f3 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/9208172103191bf0d660e0023b358ea1 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/763d7a8374a42066d2b0bb81bd47218f - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/5ed332a521639d91536739cfb9e4dde6 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/964fb4bc6d047b2a8826a0734633ab0b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/48c96bff46ef373ce5d759dc4a4d2de2 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/c1b9655d5b1ce7fbc9ac213e921acc88 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/641e03b9a1178df8c823447ea6563f25 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/f789c65f289caa627ea1f690836c48f6 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/51d8a0e68892ebf0854a1b4250ffb26b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/51d8a0e68892ebf0854a1b4250ffb26b - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/39b47bf37a27f7bcd5d3f7c51343c7fc - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/0124cd65b22dfd92129cb0a43719c717 - ${CMAKE_SOURCE_DIR}/contrib/libs/cctz/tzdata/generated/51d8a0e68892ebf0854a1b4250ffb26b - KEYS - /cctz/tzdata/posixrules - /cctz/tzdata/Africa/Abidjan - /cctz/tzdata/Africa/Accra - /cctz/tzdata/Africa/Addis_Ababa - /cctz/tzdata/Africa/Algiers - /cctz/tzdata/Africa/Asmara - /cctz/tzdata/Africa/Asmera - /cctz/tzdata/Africa/Bamako - /cctz/tzdata/Africa/Bangui - /cctz/tzdata/Africa/Banjul - /cctz/tzdata/Africa/Bissau - /cctz/tzdata/Africa/Blantyre - /cctz/tzdata/Africa/Brazzaville - /cctz/tzdata/Africa/Bujumbura - /cctz/tzdata/Africa/Cairo - /cctz/tzdata/Africa/Casablanca - /cctz/tzdata/Africa/Ceuta - /cctz/tzdata/Africa/Conakry - /cctz/tzdata/Africa/Dakar - /cctz/tzdata/Africa/Dar_es_Salaam - /cctz/tzdata/Africa/Djibouti - /cctz/tzdata/Africa/Douala - /cctz/tzdata/Africa/El_Aaiun - /cctz/tzdata/Africa/Freetown - /cctz/tzdata/Africa/Gaborone - /cctz/tzdata/Africa/Harare - /cctz/tzdata/Africa/Johannesburg - /cctz/tzdata/Africa/Juba - /cctz/tzdata/Africa/Kampala - /cctz/tzdata/Africa/Khartoum - /cctz/tzdata/Africa/Kigali - /cctz/tzdata/Africa/Kinshasa - /cctz/tzdata/Africa/Lagos - /cctz/tzdata/Africa/Libreville - /cctz/tzdata/Africa/Lome - /cctz/tzdata/Africa/Luanda - /cctz/tzdata/Africa/Lubumbashi - /cctz/tzdata/Africa/Lusaka - /cctz/tzdata/Africa/Malabo - /cctz/tzdata/Africa/Maputo - /cctz/tzdata/Africa/Maseru - /cctz/tzdata/Africa/Mbabane - /cctz/tzdata/Africa/Mogadishu - /cctz/tzdata/Africa/Monrovia - /cctz/tzdata/Africa/Nairobi - /cctz/tzdata/Africa/Ndjamena - /cctz/tzdata/Africa/Niamey - /cctz/tzdata/Africa/Nouakchott - /cctz/tzdata/Africa/Ouagadougou - /cctz/tzdata/Africa/Porto-Novo - /cctz/tzdata/Africa/Sao_Tome - /cctz/tzdata/Africa/Timbuktu - /cctz/tzdata/Africa/Tripoli - /cctz/tzdata/Africa/Tunis - /cctz/tzdata/Africa/Windhoek - /cctz/tzdata/America/Adak - /cctz/tzdata/America/Anchorage - /cctz/tzdata/America/Anguilla - /cctz/tzdata/America/Antigua - /cctz/tzdata/America/Araguaina - /cctz/tzdata/America/Argentina/Buenos_Aires - /cctz/tzdata/America/Argentina/Catamarca - /cctz/tzdata/America/Argentina/ComodRivadavia - /cctz/tzdata/America/Argentina/Cordoba - /cctz/tzdata/America/Argentina/Jujuy - /cctz/tzdata/America/Argentina/La_Rioja - /cctz/tzdata/America/Argentina/Mendoza - /cctz/tzdata/America/Argentina/Rio_Gallegos - /cctz/tzdata/America/Argentina/Salta - /cctz/tzdata/America/Argentina/San_Juan - /cctz/tzdata/America/Argentina/San_Luis - /cctz/tzdata/America/Argentina/Tucuman - /cctz/tzdata/America/Argentina/Ushuaia - /cctz/tzdata/America/Aruba - /cctz/tzdata/America/Asuncion - /cctz/tzdata/America/Atikokan - /cctz/tzdata/America/Atka - /cctz/tzdata/America/Bahia - /cctz/tzdata/America/Bahia_Banderas - /cctz/tzdata/America/Barbados - /cctz/tzdata/America/Belem - /cctz/tzdata/America/Belize - /cctz/tzdata/America/Blanc-Sablon - /cctz/tzdata/America/Boa_Vista - /cctz/tzdata/America/Bogota - /cctz/tzdata/America/Boise - /cctz/tzdata/America/Buenos_Aires - /cctz/tzdata/America/Cambridge_Bay - /cctz/tzdata/America/Campo_Grande - /cctz/tzdata/America/Cancun - /cctz/tzdata/America/Caracas - /cctz/tzdata/America/Catamarca - /cctz/tzdata/America/Cayenne - /cctz/tzdata/America/Cayman - /cctz/tzdata/America/Chicago - /cctz/tzdata/America/Chihuahua - /cctz/tzdata/America/Ciudad_Juarez - /cctz/tzdata/America/Coral_Harbour - /cctz/tzdata/America/Cordoba - /cctz/tzdata/America/Costa_Rica - /cctz/tzdata/America/Creston - /cctz/tzdata/America/Cuiaba - /cctz/tzdata/America/Curacao - /cctz/tzdata/America/Danmarkshavn - /cctz/tzdata/America/Dawson - /cctz/tzdata/America/Dawson_Creek - /cctz/tzdata/America/Denver - /cctz/tzdata/America/Detroit - /cctz/tzdata/America/Dominica - /cctz/tzdata/America/Edmonton - /cctz/tzdata/America/Eirunepe - /cctz/tzdata/America/El_Salvador - /cctz/tzdata/America/Ensenada - /cctz/tzdata/America/Fort_Nelson - /cctz/tzdata/America/Fort_Wayne - /cctz/tzdata/America/Fortaleza - /cctz/tzdata/America/Glace_Bay - /cctz/tzdata/America/Godthab - /cctz/tzdata/America/Goose_Bay - /cctz/tzdata/America/Grand_Turk - /cctz/tzdata/America/Grenada - /cctz/tzdata/America/Guadeloupe - /cctz/tzdata/America/Guatemala - /cctz/tzdata/America/Guayaquil - /cctz/tzdata/America/Guyana - /cctz/tzdata/America/Halifax - /cctz/tzdata/America/Havana - /cctz/tzdata/America/Hermosillo - /cctz/tzdata/America/Indiana/Indianapolis - /cctz/tzdata/America/Indiana/Knox - /cctz/tzdata/America/Indiana/Marengo - /cctz/tzdata/America/Indiana/Petersburg - /cctz/tzdata/America/Indiana/Tell_City - /cctz/tzdata/America/Indiana/Vevay - /cctz/tzdata/America/Indiana/Vincennes - /cctz/tzdata/America/Indiana/Winamac - /cctz/tzdata/America/Indianapolis - /cctz/tzdata/America/Inuvik - /cctz/tzdata/America/Iqaluit - /cctz/tzdata/America/Jamaica - /cctz/tzdata/America/Jujuy - /cctz/tzdata/America/Juneau - /cctz/tzdata/America/Kentucky/Louisville - /cctz/tzdata/America/Kentucky/Monticello - /cctz/tzdata/America/Knox_IN - /cctz/tzdata/America/Kralendijk - /cctz/tzdata/America/La_Paz - /cctz/tzdata/America/Lima - /cctz/tzdata/America/Los_Angeles - /cctz/tzdata/America/Louisville - /cctz/tzdata/America/Lower_Princes - /cctz/tzdata/America/Maceio - /cctz/tzdata/America/Managua - /cctz/tzdata/America/Manaus - /cctz/tzdata/America/Marigot - /cctz/tzdata/America/Martinique - /cctz/tzdata/America/Matamoros - /cctz/tzdata/America/Mazatlan - /cctz/tzdata/America/Mendoza - /cctz/tzdata/America/Menominee - /cctz/tzdata/America/Merida - /cctz/tzdata/America/Metlakatla - /cctz/tzdata/America/Mexico_City - /cctz/tzdata/America/Miquelon - /cctz/tzdata/America/Moncton - /cctz/tzdata/America/Monterrey - /cctz/tzdata/America/Montevideo - /cctz/tzdata/America/Montreal - /cctz/tzdata/America/Montserrat - /cctz/tzdata/America/Nassau - /cctz/tzdata/America/New_York - /cctz/tzdata/America/Nipigon - /cctz/tzdata/America/Nome - /cctz/tzdata/America/Noronha - /cctz/tzdata/America/North_Dakota/Beulah - /cctz/tzdata/America/North_Dakota/Center - /cctz/tzdata/America/North_Dakota/New_Salem - /cctz/tzdata/America/Nuuk - /cctz/tzdata/America/Ojinaga - /cctz/tzdata/America/Panama - /cctz/tzdata/America/Pangnirtung - /cctz/tzdata/America/Paramaribo - /cctz/tzdata/America/Phoenix - /cctz/tzdata/America/Port-au-Prince - /cctz/tzdata/America/Port_of_Spain - /cctz/tzdata/America/Porto_Acre - /cctz/tzdata/America/Porto_Velho - /cctz/tzdata/America/Puerto_Rico - /cctz/tzdata/America/Punta_Arenas - /cctz/tzdata/America/Rainy_River - /cctz/tzdata/America/Rankin_Inlet - /cctz/tzdata/America/Recife - /cctz/tzdata/America/Regina - /cctz/tzdata/America/Resolute - /cctz/tzdata/America/Rio_Branco - /cctz/tzdata/America/Rosario - /cctz/tzdata/America/Santa_Isabel - /cctz/tzdata/America/Santarem - /cctz/tzdata/America/Santiago - /cctz/tzdata/America/Santo_Domingo - /cctz/tzdata/America/Sao_Paulo - /cctz/tzdata/America/Scoresbysund - /cctz/tzdata/America/Shiprock - /cctz/tzdata/America/Sitka - /cctz/tzdata/America/St_Barthelemy - /cctz/tzdata/America/St_Johns - /cctz/tzdata/America/St_Kitts - /cctz/tzdata/America/St_Lucia - /cctz/tzdata/America/St_Thomas - /cctz/tzdata/America/St_Vincent - /cctz/tzdata/America/Swift_Current - /cctz/tzdata/America/Tegucigalpa - /cctz/tzdata/America/Thule - /cctz/tzdata/America/Thunder_Bay - /cctz/tzdata/America/Tijuana - /cctz/tzdata/America/Toronto - /cctz/tzdata/America/Tortola - /cctz/tzdata/America/Vancouver - /cctz/tzdata/America/Virgin - /cctz/tzdata/America/Whitehorse - /cctz/tzdata/America/Winnipeg - /cctz/tzdata/America/Yakutat - /cctz/tzdata/America/Yellowknife - /cctz/tzdata/Antarctica/Casey - /cctz/tzdata/Antarctica/Davis - /cctz/tzdata/Antarctica/DumontDUrville - /cctz/tzdata/Antarctica/Macquarie - /cctz/tzdata/Antarctica/Mawson - /cctz/tzdata/Antarctica/McMurdo - /cctz/tzdata/Antarctica/Palmer - /cctz/tzdata/Antarctica/Rothera - /cctz/tzdata/Antarctica/South_Pole - /cctz/tzdata/Antarctica/Syowa - /cctz/tzdata/Antarctica/Troll - /cctz/tzdata/Antarctica/Vostok - /cctz/tzdata/Arctic/Longyearbyen - /cctz/tzdata/Asia/Aden - /cctz/tzdata/Asia/Almaty - /cctz/tzdata/Asia/Amman - /cctz/tzdata/Asia/Anadyr - /cctz/tzdata/Asia/Aqtau - /cctz/tzdata/Asia/Aqtobe - /cctz/tzdata/Asia/Ashgabat - /cctz/tzdata/Asia/Ashkhabad - /cctz/tzdata/Asia/Atyrau - /cctz/tzdata/Asia/Baghdad - /cctz/tzdata/Asia/Bahrain - /cctz/tzdata/Asia/Baku - /cctz/tzdata/Asia/Bangkok - /cctz/tzdata/Asia/Barnaul - /cctz/tzdata/Asia/Beirut - /cctz/tzdata/Asia/Bishkek - /cctz/tzdata/Asia/Brunei - /cctz/tzdata/Asia/Calcutta - /cctz/tzdata/Asia/Chita - /cctz/tzdata/Asia/Choibalsan - /cctz/tzdata/Asia/Chongqing - /cctz/tzdata/Asia/Chungking - /cctz/tzdata/Asia/Colombo - /cctz/tzdata/Asia/Dacca - /cctz/tzdata/Asia/Damascus - /cctz/tzdata/Asia/Dhaka - /cctz/tzdata/Asia/Dili - /cctz/tzdata/Asia/Dubai - /cctz/tzdata/Asia/Dushanbe - /cctz/tzdata/Asia/Famagusta - /cctz/tzdata/Asia/Gaza - /cctz/tzdata/Asia/Harbin - /cctz/tzdata/Asia/Hebron - /cctz/tzdata/Asia/Ho_Chi_Minh - /cctz/tzdata/Asia/Hong_Kong - /cctz/tzdata/Asia/Hovd - /cctz/tzdata/Asia/Irkutsk - /cctz/tzdata/Asia/Istanbul - /cctz/tzdata/Asia/Jakarta - /cctz/tzdata/Asia/Jayapura - /cctz/tzdata/Asia/Jerusalem - /cctz/tzdata/Asia/Kabul - /cctz/tzdata/Asia/Kamchatka - /cctz/tzdata/Asia/Karachi - /cctz/tzdata/Asia/Kashgar - /cctz/tzdata/Asia/Kathmandu - /cctz/tzdata/Asia/Katmandu - /cctz/tzdata/Asia/Khandyga - /cctz/tzdata/Asia/Kolkata - /cctz/tzdata/Asia/Krasnoyarsk - /cctz/tzdata/Asia/Kuala_Lumpur - /cctz/tzdata/Asia/Kuching - /cctz/tzdata/Asia/Kuwait - /cctz/tzdata/Asia/Macao - /cctz/tzdata/Asia/Macau - /cctz/tzdata/Asia/Magadan - /cctz/tzdata/Asia/Makassar - /cctz/tzdata/Asia/Manila - /cctz/tzdata/Asia/Muscat - /cctz/tzdata/Asia/Nicosia - /cctz/tzdata/Asia/Novokuznetsk - /cctz/tzdata/Asia/Novosibirsk - /cctz/tzdata/Asia/Omsk - /cctz/tzdata/Asia/Oral - /cctz/tzdata/Asia/Phnom_Penh - /cctz/tzdata/Asia/Pontianak - /cctz/tzdata/Asia/Pyongyang - /cctz/tzdata/Asia/Qatar - /cctz/tzdata/Asia/Qostanay - /cctz/tzdata/Asia/Qyzylorda - /cctz/tzdata/Asia/Rangoon - /cctz/tzdata/Asia/Riyadh - /cctz/tzdata/Asia/Saigon - /cctz/tzdata/Asia/Sakhalin - /cctz/tzdata/Asia/Samarkand - /cctz/tzdata/Asia/Seoul - /cctz/tzdata/Asia/Shanghai - /cctz/tzdata/Asia/Singapore - /cctz/tzdata/Asia/Srednekolymsk - /cctz/tzdata/Asia/Taipei - /cctz/tzdata/Asia/Tashkent - /cctz/tzdata/Asia/Tbilisi - /cctz/tzdata/Asia/Tehran - /cctz/tzdata/Asia/Tel_Aviv - /cctz/tzdata/Asia/Thimbu - /cctz/tzdata/Asia/Thimphu - /cctz/tzdata/Asia/Tokyo - /cctz/tzdata/Asia/Tomsk - /cctz/tzdata/Asia/Ujung_Pandang - /cctz/tzdata/Asia/Ulaanbaatar - /cctz/tzdata/Asia/Ulan_Bator - /cctz/tzdata/Asia/Urumqi - /cctz/tzdata/Asia/Ust-Nera - /cctz/tzdata/Asia/Vientiane - /cctz/tzdata/Asia/Vladivostok - /cctz/tzdata/Asia/Yakutsk - /cctz/tzdata/Asia/Yangon - /cctz/tzdata/Asia/Yekaterinburg - /cctz/tzdata/Asia/Yerevan - /cctz/tzdata/Atlantic/Azores - /cctz/tzdata/Atlantic/Bermuda - /cctz/tzdata/Atlantic/Canary - /cctz/tzdata/Atlantic/Cape_Verde - /cctz/tzdata/Atlantic/Faeroe - /cctz/tzdata/Atlantic/Faroe - /cctz/tzdata/Atlantic/Jan_Mayen - /cctz/tzdata/Atlantic/Madeira - /cctz/tzdata/Atlantic/Reykjavik - /cctz/tzdata/Atlantic/South_Georgia - /cctz/tzdata/Atlantic/St_Helena - /cctz/tzdata/Atlantic/Stanley - /cctz/tzdata/Australia/ACT - /cctz/tzdata/Australia/Adelaide - /cctz/tzdata/Australia/Brisbane - /cctz/tzdata/Australia/Broken_Hill - /cctz/tzdata/Australia/Canberra - /cctz/tzdata/Australia/Currie - /cctz/tzdata/Australia/Darwin - /cctz/tzdata/Australia/Eucla - /cctz/tzdata/Australia/Hobart - /cctz/tzdata/Australia/LHI - /cctz/tzdata/Australia/Lindeman - /cctz/tzdata/Australia/Lord_Howe - /cctz/tzdata/Australia/Melbourne - /cctz/tzdata/Australia/NSW - /cctz/tzdata/Australia/North - /cctz/tzdata/Australia/Perth - /cctz/tzdata/Australia/Queensland - /cctz/tzdata/Australia/South - /cctz/tzdata/Australia/Sydney - /cctz/tzdata/Australia/Tasmania - /cctz/tzdata/Australia/Victoria - /cctz/tzdata/Australia/West - /cctz/tzdata/Australia/Yancowinna - /cctz/tzdata/Brazil/Acre - /cctz/tzdata/Brazil/DeNoronha - /cctz/tzdata/Brazil/East - /cctz/tzdata/Brazil/West - /cctz/tzdata/CET - /cctz/tzdata/CST6CDT - /cctz/tzdata/Canada/Atlantic - /cctz/tzdata/Canada/Central - /cctz/tzdata/Canada/Eastern - /cctz/tzdata/Canada/Mountain - /cctz/tzdata/Canada/Newfoundland - /cctz/tzdata/Canada/Pacific - /cctz/tzdata/Canada/Saskatchewan - /cctz/tzdata/Canada/Yukon - /cctz/tzdata/Chile/Continental - /cctz/tzdata/Chile/EasterIsland - /cctz/tzdata/Cuba - /cctz/tzdata/EET - /cctz/tzdata/EST - /cctz/tzdata/EST5EDT - /cctz/tzdata/Egypt - /cctz/tzdata/Eire - /cctz/tzdata/Etc/GMT - /cctz/tzdata/Etc/GMT+0 - /cctz/tzdata/Etc/GMT+1 - /cctz/tzdata/Etc/GMT+10 - /cctz/tzdata/Etc/GMT+11 - /cctz/tzdata/Etc/GMT+12 - /cctz/tzdata/Etc/GMT+2 - /cctz/tzdata/Etc/GMT+3 - /cctz/tzdata/Etc/GMT+4 - /cctz/tzdata/Etc/GMT+5 - /cctz/tzdata/Etc/GMT+6 - /cctz/tzdata/Etc/GMT+7 - /cctz/tzdata/Etc/GMT+8 - /cctz/tzdata/Etc/GMT+9 - /cctz/tzdata/Etc/GMT-0 - /cctz/tzdata/Etc/GMT-1 - /cctz/tzdata/Etc/GMT-10 - /cctz/tzdata/Etc/GMT-11 - /cctz/tzdata/Etc/GMT-12 - /cctz/tzdata/Etc/GMT-13 - /cctz/tzdata/Etc/GMT-14 - /cctz/tzdata/Etc/GMT-2 - /cctz/tzdata/Etc/GMT-3 - /cctz/tzdata/Etc/GMT-4 - /cctz/tzdata/Etc/GMT-5 - /cctz/tzdata/Etc/GMT-6 - /cctz/tzdata/Etc/GMT-7 - /cctz/tzdata/Etc/GMT-8 - /cctz/tzdata/Etc/GMT-9 - /cctz/tzdata/Etc/GMT0 - /cctz/tzdata/Etc/Greenwich - /cctz/tzdata/Etc/UCT - /cctz/tzdata/Etc/UTC - /cctz/tzdata/Etc/Universal - /cctz/tzdata/Etc/Zulu - /cctz/tzdata/Europe/Amsterdam - /cctz/tzdata/Europe/Andorra - /cctz/tzdata/Europe/Astrakhan - /cctz/tzdata/Europe/Athens - /cctz/tzdata/Europe/Belfast - /cctz/tzdata/Europe/Belgrade - /cctz/tzdata/Europe/Berlin - /cctz/tzdata/Europe/Bratislava - /cctz/tzdata/Europe/Brussels - /cctz/tzdata/Europe/Bucharest - /cctz/tzdata/Europe/Budapest - /cctz/tzdata/Europe/Busingen - /cctz/tzdata/Europe/Chisinau - /cctz/tzdata/Europe/Copenhagen - /cctz/tzdata/Europe/Dublin - /cctz/tzdata/Europe/Gibraltar - /cctz/tzdata/Europe/Guernsey - /cctz/tzdata/Europe/Helsinki - /cctz/tzdata/Europe/Isle_of_Man - /cctz/tzdata/Europe/Istanbul - /cctz/tzdata/Europe/Jersey - /cctz/tzdata/Europe/Kaliningrad - /cctz/tzdata/Europe/Kiev - /cctz/tzdata/Europe/Kirov - /cctz/tzdata/Europe/Kyiv - /cctz/tzdata/Europe/Lisbon - /cctz/tzdata/Europe/Ljubljana - /cctz/tzdata/Europe/London - /cctz/tzdata/Europe/Luxembourg - /cctz/tzdata/Europe/Madrid - /cctz/tzdata/Europe/Malta - /cctz/tzdata/Europe/Mariehamn - /cctz/tzdata/Europe/Minsk - /cctz/tzdata/Europe/Monaco - /cctz/tzdata/Europe/Moscow - /cctz/tzdata/Europe/Nicosia - /cctz/tzdata/Europe/Oslo - /cctz/tzdata/Europe/Paris - /cctz/tzdata/Europe/Podgorica - /cctz/tzdata/Europe/Prague - /cctz/tzdata/Europe/Riga - /cctz/tzdata/Europe/Rome - /cctz/tzdata/Europe/Samara - /cctz/tzdata/Europe/San_Marino - /cctz/tzdata/Europe/Sarajevo - /cctz/tzdata/Europe/Saratov - /cctz/tzdata/Europe/Simferopol - /cctz/tzdata/Europe/Skopje - /cctz/tzdata/Europe/Sofia - /cctz/tzdata/Europe/Stockholm - /cctz/tzdata/Europe/Tallinn - /cctz/tzdata/Europe/Tirane - /cctz/tzdata/Europe/Tiraspol - /cctz/tzdata/Europe/Ulyanovsk - /cctz/tzdata/Europe/Uzhgorod - /cctz/tzdata/Europe/Vaduz - /cctz/tzdata/Europe/Vatican - /cctz/tzdata/Europe/Vienna - /cctz/tzdata/Europe/Vilnius - /cctz/tzdata/Europe/Volgograd - /cctz/tzdata/Europe/Warsaw - /cctz/tzdata/Europe/Zagreb - /cctz/tzdata/Europe/Zaporozhye - /cctz/tzdata/Europe/Zurich - /cctz/tzdata/Factory - /cctz/tzdata/GB - /cctz/tzdata/GB-Eire - /cctz/tzdata/GMT - /cctz/tzdata/GMT+0 - /cctz/tzdata/GMT-0 - /cctz/tzdata/GMT0 - /cctz/tzdata/Greenwich - /cctz/tzdata/HST - /cctz/tzdata/Hongkong - /cctz/tzdata/Iceland - /cctz/tzdata/Indian/Antananarivo - /cctz/tzdata/Indian/Chagos - /cctz/tzdata/Indian/Christmas - /cctz/tzdata/Indian/Cocos - /cctz/tzdata/Indian/Comoro - /cctz/tzdata/Indian/Kerguelen - /cctz/tzdata/Indian/Mahe - /cctz/tzdata/Indian/Maldives - /cctz/tzdata/Indian/Mauritius - /cctz/tzdata/Indian/Mayotte - /cctz/tzdata/Indian/Reunion - /cctz/tzdata/Iran - /cctz/tzdata/Israel - /cctz/tzdata/Jamaica - /cctz/tzdata/Japan - /cctz/tzdata/Kwajalein - /cctz/tzdata/Libya - /cctz/tzdata/MET - /cctz/tzdata/MST - /cctz/tzdata/MST7MDT - /cctz/tzdata/Mexico/BajaNorte - /cctz/tzdata/Mexico/BajaSur - /cctz/tzdata/Mexico/General - /cctz/tzdata/NZ - /cctz/tzdata/NZ-CHAT - /cctz/tzdata/Navajo - /cctz/tzdata/PRC - /cctz/tzdata/PST8PDT - /cctz/tzdata/Pacific/Apia - /cctz/tzdata/Pacific/Auckland - /cctz/tzdata/Pacific/Bougainville - /cctz/tzdata/Pacific/Chatham - /cctz/tzdata/Pacific/Chuuk - /cctz/tzdata/Pacific/Easter - /cctz/tzdata/Pacific/Efate - /cctz/tzdata/Pacific/Enderbury - /cctz/tzdata/Pacific/Fakaofo - /cctz/tzdata/Pacific/Fiji - /cctz/tzdata/Pacific/Funafuti - /cctz/tzdata/Pacific/Galapagos - /cctz/tzdata/Pacific/Gambier - /cctz/tzdata/Pacific/Guadalcanal - /cctz/tzdata/Pacific/Guam - /cctz/tzdata/Pacific/Honolulu - /cctz/tzdata/Pacific/Johnston - /cctz/tzdata/Pacific/Kanton - /cctz/tzdata/Pacific/Kiritimati - /cctz/tzdata/Pacific/Kosrae - /cctz/tzdata/Pacific/Kwajalein - /cctz/tzdata/Pacific/Majuro - /cctz/tzdata/Pacific/Marquesas - /cctz/tzdata/Pacific/Midway - /cctz/tzdata/Pacific/Nauru - /cctz/tzdata/Pacific/Niue - /cctz/tzdata/Pacific/Norfolk - /cctz/tzdata/Pacific/Noumea - /cctz/tzdata/Pacific/Pago_Pago - /cctz/tzdata/Pacific/Palau - /cctz/tzdata/Pacific/Pitcairn - /cctz/tzdata/Pacific/Pohnpei - /cctz/tzdata/Pacific/Ponape - /cctz/tzdata/Pacific/Port_Moresby - /cctz/tzdata/Pacific/Rarotonga - /cctz/tzdata/Pacific/Saipan - /cctz/tzdata/Pacific/Samoa - /cctz/tzdata/Pacific/Tahiti - /cctz/tzdata/Pacific/Tarawa - /cctz/tzdata/Pacific/Tongatapu - /cctz/tzdata/Pacific/Truk - /cctz/tzdata/Pacific/Wake - /cctz/tzdata/Pacific/Wallis - /cctz/tzdata/Pacific/Yap - /cctz/tzdata/Poland - /cctz/tzdata/Portugal - /cctz/tzdata/ROC - /cctz/tzdata/ROK - /cctz/tzdata/Singapore - /cctz/tzdata/Turkey - /cctz/tzdata/UCT - /cctz/tzdata/US/Alaska - /cctz/tzdata/US/Aleutian - /cctz/tzdata/US/Arizona - /cctz/tzdata/US/Central - /cctz/tzdata/US/East-Indiana - /cctz/tzdata/US/Eastern - /cctz/tzdata/US/Hawaii - /cctz/tzdata/US/Indiana-Starke - /cctz/tzdata/US/Michigan - /cctz/tzdata/US/Mountain - /cctz/tzdata/US/Pacific - /cctz/tzdata/US/Samoa - /cctz/tzdata/UTC - /cctz/tzdata/Universal - /cctz/tzdata/W-SU - /cctz/tzdata/WET - /cctz/tzdata/Zulu -) diff --git a/contrib/libs/crcutil/CMakeLists.darwin-x86_64.txt b/contrib/libs/crcutil/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 0f492532e9d..00000000000 --- a/contrib/libs/crcutil/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(contrib-libs-crcutil) -target_compile_options(contrib-libs-crcutil PRIVATE - -DCRCUTIL_USE_MM_CRC32=1 - $,,-Wno-everything> -) -target_link_libraries(contrib-libs-crcutil PUBLIC - contrib-libs-cxxsupp -) -target_sources(contrib-libs-crcutil PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/crcutil/multiword_64_64_gcc_i386_mmx.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/crcutil/multiword_128_64_gcc_amd64_sse2.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/crcutil/multiword_64_64_gcc_amd64_asm.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/crcutil/interface.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/crcutil/multiword_64_64_intrinsic_i386_mmx.cc -) -target_sources_custom(contrib-libs-crcutil - .sse4 - SRCS - ${CMAKE_SOURCE_DIR}/contrib/libs/crcutil/crc32c_sse4.cc - CUSTOM_FLAGS - -msse4.1 - -msse4.2 - -mpopcnt - -mcx16 -) diff --git a/contrib/libs/crcutil/CMakeLists.linux-aarch64.txt b/contrib/libs/crcutil/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e66a2416300..00000000000 --- a/contrib/libs/crcutil/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(contrib-libs-crcutil) -target_compile_options(contrib-libs-crcutil PRIVATE - $,,-Wno-everything> -) -target_link_libraries(contrib-libs-crcutil PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp -) -target_sources(contrib-libs-crcutil PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/crcutil/interface.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/crcutil/multiword_64_64_intrinsic_i386_mmx.cc -) diff --git a/contrib/libs/crcutil/CMakeLists.linux-x86_64.txt b/contrib/libs/crcutil/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 24b6c4fac2f..00000000000 --- a/contrib/libs/crcutil/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(contrib-libs-crcutil) -target_compile_options(contrib-libs-crcutil PRIVATE - -DCRCUTIL_USE_MM_CRC32=1 - $,,-Wno-everything> -) -target_link_libraries(contrib-libs-crcutil PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp -) -target_sources(contrib-libs-crcutil PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/crcutil/multiword_64_64_gcc_i386_mmx.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/crcutil/multiword_128_64_gcc_amd64_sse2.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/crcutil/multiword_64_64_gcc_amd64_asm.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/crcutil/interface.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/crcutil/multiword_64_64_intrinsic_i386_mmx.cc -) -target_sources_custom(contrib-libs-crcutil - .sse4 - SRCS - ${CMAKE_SOURCE_DIR}/contrib/libs/crcutil/crc32c_sse4.cc - CUSTOM_FLAGS - -msse4.1 - -msse4.2 - -mpopcnt - -mcx16 -) diff --git a/contrib/libs/crcutil/CMakeLists.txt b/contrib/libs/crcutil/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/crcutil/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/crcutil/CMakeLists.windows-x86_64.txt b/contrib/libs/crcutil/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 3d97fc69dbc..00000000000 --- a/contrib/libs/crcutil/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(contrib-libs-crcutil) -target_compile_options(contrib-libs-crcutil PRIVATE - $,,-Wno-everything> -) -target_link_libraries(contrib-libs-crcutil PUBLIC - contrib-libs-cxxsupp -) -target_sources(contrib-libs-crcutil PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/crcutil/multiword_64_64_cl_i386_mmx.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/crcutil/crc32c_sse4.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/crcutil/interface.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/crcutil/multiword_64_64_intrinsic_i386_mmx.cc -) diff --git a/contrib/libs/curl/CMakeLists.darwin-x86_64.txt b/contrib/libs/curl/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a234c0ef1e1..00000000000 --- a/contrib/libs/curl/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,190 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# 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-libs-curl) -target_compile_options(contrib-libs-curl PUBLIC - -DCURL_STATICLIB -) -target_compile_options(contrib-libs-curl PRIVATE - -DBUILDING_LIBCURL - -DHAVE_CONFIG_H - -DARCADIA_CURL_DNS_RESOLVER_ARES - $,,-Wno-everything> -) -target_include_directories(contrib-libs-curl PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/include -) -target_include_directories(contrib-libs-curl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/include - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib -) -target_link_libraries(contrib-libs-curl PUBLIC - contrib-libs-libc_compat - contrib-libs-openssl - contrib-libs-zlib - contrib-libs-nghttp2 - contrib-libs-c-ares -) -target_link_options(contrib-libs-curl INTERFACE - -framework - SystemConfiguration -) -target_sources(contrib-libs-curl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/altsvc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/amigaos.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/asyn-ares.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/asyn-thread.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/base64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/bufref.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/c-hyper.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/conncache.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/connect.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/content_encoding.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/cookie.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_addrinfo.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_des.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_endian.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_fnmatch.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_get_line.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_gethostname.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_gssapi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_memrchr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_multibyte.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_ntlm_core.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_ntlm_wb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_path.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_range.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_rtmp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_sasl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_sspi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_threads.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/dict.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/doh.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/dynbuf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/easy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/easygetopt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/easyoptions.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/escape.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/file.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/fileinfo.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/fopen.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/formdata.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/ftp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/ftplistparser.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/getenv.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/getinfo.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/gopher.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/h2h3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/hash.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/headers.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/hmac.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/hostasyn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/hostip.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/hostip4.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/hostip6.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/hostsyn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/hsts.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/http.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/http2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/http_aws_sigv4.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/http_chunks.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/http_digest.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/http_negotiate.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/http_ntlm.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/http_proxy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/idn_win32.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/if2ip.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/imap.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/inet_ntop.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/inet_pton.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/krb5.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/ldap.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/llist.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/md4.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/md5.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/memdebug.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/mime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/mprintf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/mqtt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/multi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/netrc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/nonblock.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/noproxy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/openldap.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/parsedate.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/pingpong.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/pop3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/progress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/psl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/rand.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/rename.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/rtsp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/select.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/sendf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/setopt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/sha256.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/share.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/slist.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/smb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/smtp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/socketpair.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/socks.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/socks_gssapi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/socks_sspi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/speedcheck.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/splay.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/strcase.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/strdup.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/strerror.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/strtok.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/strtoofft.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/system_win32.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/telnet.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/tftp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/timediff.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/timeval.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/transfer.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/url.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/urlapi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vauth/cleartext.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vauth/cram.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vauth/digest.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vauth/digest_sspi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vauth/gsasl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vauth/krb5_gssapi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vauth/krb5_sspi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vauth/ntlm.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vauth/ntlm_sspi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vauth/oauth2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vauth/spnego_gssapi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vauth/spnego_sspi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vauth/vauth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/version.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/version_win32.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vquic/msh3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vquic/ngtcp2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vquic/quiche.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vquic/vquic.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vssh/libssh.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vssh/libssh2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vssh/wolfssh.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vtls/bearssl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vtls/hostcheck.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vtls/keylog.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vtls/mbedtls_threadlock.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vtls/openssl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vtls/rustls.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vtls/sectransp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vtls/vtls.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vtls/wolfssl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vtls/x509asn1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/warnless.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/wildcard.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/ws.c -) diff --git a/contrib/libs/curl/CMakeLists.linux-aarch64.txt b/contrib/libs/curl/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 63cc0640863..00000000000 --- a/contrib/libs/curl/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,187 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# 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-libs-curl) -target_compile_options(contrib-libs-curl PUBLIC - -DCURL_STATICLIB -) -target_compile_options(contrib-libs-curl PRIVATE - -DBUILDING_LIBCURL - -DHAVE_CONFIG_H - -DARCADIA_CURL_DNS_RESOLVER_ARES - $,,-Wno-everything> -) -target_include_directories(contrib-libs-curl PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/include -) -target_include_directories(contrib-libs-curl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/include - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib -) -target_link_libraries(contrib-libs-curl PUBLIC - contrib-libs-linux-headers - contrib-libs-libc_compat - contrib-libs-openssl - contrib-libs-zlib - contrib-libs-nghttp2 - contrib-libs-c-ares -) -target_sources(contrib-libs-curl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/altsvc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/amigaos.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/asyn-ares.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/asyn-thread.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/base64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/bufref.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/c-hyper.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/conncache.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/connect.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/content_encoding.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/cookie.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_addrinfo.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_des.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_endian.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_fnmatch.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_get_line.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_gethostname.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_gssapi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_memrchr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_multibyte.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_ntlm_core.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_ntlm_wb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_path.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_range.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_rtmp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_sasl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_sspi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_threads.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/dict.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/doh.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/dynbuf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/easy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/easygetopt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/easyoptions.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/escape.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/file.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/fileinfo.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/fopen.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/formdata.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/ftp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/ftplistparser.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/getenv.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/getinfo.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/gopher.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/h2h3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/hash.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/headers.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/hmac.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/hostasyn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/hostip.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/hostip4.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/hostip6.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/hostsyn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/hsts.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/http.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/http2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/http_aws_sigv4.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/http_chunks.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/http_digest.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/http_negotiate.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/http_ntlm.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/http_proxy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/idn_win32.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/if2ip.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/imap.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/inet_ntop.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/inet_pton.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/krb5.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/ldap.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/llist.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/md4.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/md5.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/memdebug.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/mime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/mprintf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/mqtt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/multi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/netrc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/nonblock.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/noproxy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/openldap.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/parsedate.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/pingpong.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/pop3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/progress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/psl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/rand.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/rename.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/rtsp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/select.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/sendf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/setopt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/sha256.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/share.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/slist.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/smb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/smtp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/socketpair.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/socks.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/socks_gssapi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/socks_sspi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/speedcheck.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/splay.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/strcase.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/strdup.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/strerror.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/strtok.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/strtoofft.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/system_win32.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/telnet.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/tftp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/timediff.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/timeval.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/transfer.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/url.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/urlapi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vauth/cleartext.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vauth/cram.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vauth/digest.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vauth/digest_sspi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vauth/gsasl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vauth/krb5_gssapi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vauth/krb5_sspi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vauth/ntlm.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vauth/ntlm_sspi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vauth/oauth2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vauth/spnego_gssapi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vauth/spnego_sspi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vauth/vauth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/version.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/version_win32.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vquic/msh3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vquic/ngtcp2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vquic/quiche.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vquic/vquic.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vssh/libssh.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vssh/libssh2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vssh/wolfssh.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vtls/bearssl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vtls/hostcheck.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vtls/keylog.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vtls/mbedtls_threadlock.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vtls/openssl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vtls/rustls.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vtls/sectransp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vtls/vtls.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vtls/wolfssl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vtls/x509asn1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/warnless.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/wildcard.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/ws.c -) diff --git a/contrib/libs/curl/CMakeLists.linux-x86_64.txt b/contrib/libs/curl/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 63cc0640863..00000000000 --- a/contrib/libs/curl/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,187 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# 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-libs-curl) -target_compile_options(contrib-libs-curl PUBLIC - -DCURL_STATICLIB -) -target_compile_options(contrib-libs-curl PRIVATE - -DBUILDING_LIBCURL - -DHAVE_CONFIG_H - -DARCADIA_CURL_DNS_RESOLVER_ARES - $,,-Wno-everything> -) -target_include_directories(contrib-libs-curl PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/include -) -target_include_directories(contrib-libs-curl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/include - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib -) -target_link_libraries(contrib-libs-curl PUBLIC - contrib-libs-linux-headers - contrib-libs-libc_compat - contrib-libs-openssl - contrib-libs-zlib - contrib-libs-nghttp2 - contrib-libs-c-ares -) -target_sources(contrib-libs-curl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/altsvc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/amigaos.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/asyn-ares.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/asyn-thread.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/base64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/bufref.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/c-hyper.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/conncache.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/connect.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/content_encoding.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/cookie.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_addrinfo.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_des.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_endian.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_fnmatch.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_get_line.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_gethostname.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_gssapi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_memrchr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_multibyte.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_ntlm_core.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_ntlm_wb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_path.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_range.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_rtmp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_sasl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_sspi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_threads.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/dict.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/doh.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/dynbuf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/easy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/easygetopt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/easyoptions.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/escape.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/file.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/fileinfo.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/fopen.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/formdata.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/ftp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/ftplistparser.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/getenv.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/getinfo.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/gopher.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/h2h3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/hash.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/headers.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/hmac.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/hostasyn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/hostip.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/hostip4.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/hostip6.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/hostsyn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/hsts.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/http.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/http2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/http_aws_sigv4.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/http_chunks.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/http_digest.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/http_negotiate.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/http_ntlm.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/http_proxy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/idn_win32.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/if2ip.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/imap.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/inet_ntop.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/inet_pton.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/krb5.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/ldap.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/llist.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/md4.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/md5.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/memdebug.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/mime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/mprintf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/mqtt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/multi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/netrc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/nonblock.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/noproxy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/openldap.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/parsedate.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/pingpong.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/pop3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/progress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/psl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/rand.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/rename.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/rtsp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/select.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/sendf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/setopt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/sha256.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/share.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/slist.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/smb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/smtp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/socketpair.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/socks.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/socks_gssapi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/socks_sspi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/speedcheck.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/splay.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/strcase.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/strdup.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/strerror.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/strtok.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/strtoofft.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/system_win32.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/telnet.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/tftp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/timediff.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/timeval.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/transfer.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/url.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/urlapi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vauth/cleartext.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vauth/cram.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vauth/digest.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vauth/digest_sspi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vauth/gsasl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vauth/krb5_gssapi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vauth/krb5_sspi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vauth/ntlm.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vauth/ntlm_sspi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vauth/oauth2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vauth/spnego_gssapi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vauth/spnego_sspi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vauth/vauth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/version.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/version_win32.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vquic/msh3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vquic/ngtcp2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vquic/quiche.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vquic/vquic.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vssh/libssh.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vssh/libssh2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vssh/wolfssh.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vtls/bearssl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vtls/hostcheck.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vtls/keylog.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vtls/mbedtls_threadlock.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vtls/openssl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vtls/rustls.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vtls/sectransp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vtls/vtls.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vtls/wolfssl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vtls/x509asn1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/warnless.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/wildcard.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/ws.c -) diff --git a/contrib/libs/curl/CMakeLists.txt b/contrib/libs/curl/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/curl/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/curl/CMakeLists.windows-x86_64.txt b/contrib/libs/curl/CMakeLists.windows-x86_64.txt deleted file mode 100644 index e5b0aea21d7..00000000000 --- a/contrib/libs/curl/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,185 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# 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-libs-curl) -target_compile_options(contrib-libs-curl PUBLIC - -DCURL_STATICLIB -) -target_compile_options(contrib-libs-curl PRIVATE - -DBUILDING_LIBCURL - -DHAVE_CONFIG_H - -DARCADIA_CURL_DNS_RESOLVER_ARES - $,,-Wno-everything> -) -target_include_directories(contrib-libs-curl PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/include -) -target_include_directories(contrib-libs-curl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/include - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib -) -target_link_libraries(contrib-libs-curl PUBLIC - contrib-libs-libc_compat - contrib-libs-openssl - contrib-libs-zlib - contrib-libs-c-ares -) -target_sources(contrib-libs-curl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/altsvc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/amigaos.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/asyn-ares.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/asyn-thread.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/base64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/bufref.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/c-hyper.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/conncache.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/connect.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/content_encoding.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/cookie.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_addrinfo.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_des.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_endian.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_fnmatch.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_get_line.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_gethostname.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_gssapi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_memrchr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_multibyte.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_ntlm_core.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_ntlm_wb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_path.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_range.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_rtmp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_sasl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_sspi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/curl_threads.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/dict.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/doh.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/dynbuf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/easy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/easygetopt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/easyoptions.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/escape.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/file.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/fileinfo.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/fopen.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/formdata.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/ftp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/ftplistparser.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/getenv.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/getinfo.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/gopher.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/h2h3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/hash.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/headers.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/hmac.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/hostasyn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/hostip.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/hostip4.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/hostip6.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/hostsyn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/hsts.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/http.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/http2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/http_aws_sigv4.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/http_chunks.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/http_digest.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/http_negotiate.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/http_ntlm.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/http_proxy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/idn_win32.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/if2ip.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/imap.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/inet_ntop.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/inet_pton.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/krb5.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/ldap.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/llist.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/md4.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/md5.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/memdebug.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/mime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/mprintf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/mqtt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/multi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/netrc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/nonblock.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/noproxy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/openldap.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/parsedate.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/pingpong.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/pop3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/progress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/psl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/rand.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/rename.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/rtsp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/select.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/sendf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/setopt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/sha256.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/share.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/slist.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/smb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/smtp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/socketpair.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/socks.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/socks_gssapi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/socks_sspi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/speedcheck.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/splay.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/strcase.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/strdup.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/strerror.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/strtok.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/strtoofft.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/system_win32.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/telnet.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/tftp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/timediff.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/timeval.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/transfer.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/url.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/urlapi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vauth/cleartext.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vauth/cram.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vauth/digest.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vauth/digest_sspi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vauth/gsasl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vauth/krb5_gssapi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vauth/krb5_sspi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vauth/ntlm.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vauth/ntlm_sspi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vauth/oauth2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vauth/spnego_gssapi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vauth/spnego_sspi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vauth/vauth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/version.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/version_win32.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vquic/msh3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vquic/ngtcp2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vquic/quiche.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vquic/vquic.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vssh/libssh.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vssh/libssh2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vssh/wolfssh.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vtls/bearssl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vtls/hostcheck.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vtls/keylog.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vtls/mbedtls_threadlock.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vtls/openssl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vtls/rustls.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vtls/sectransp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vtls/vtls.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vtls/wolfssl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/vtls/x509asn1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/warnless.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/wildcard.c - ${CMAKE_SOURCE_DIR}/contrib/libs/curl/lib/ws.c -) diff --git a/contrib/libs/cxxsupp/CMakeLists.darwin-x86_64.txt b/contrib/libs/cxxsupp/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 231e81c8eee..00000000000 --- a/contrib/libs/cxxsupp/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_subdirectory(builtins) -add_subdirectory(libcxx) -add_subdirectory(libcxxabi-parts) -add_subdirectory(libcxxrt) - -add_library(contrib-libs-cxxsupp INTERFACE) -target_link_libraries(contrib-libs-cxxsupp INTERFACE - libs-cxxsupp-libcxx -) diff --git a/contrib/libs/cxxsupp/CMakeLists.linux-aarch64.txt b/contrib/libs/cxxsupp/CMakeLists.linux-aarch64.txt deleted file mode 100644 index ea5f7a2498b..00000000000 --- a/contrib/libs/cxxsupp/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_subdirectory(builtins) -add_subdirectory(libcxx) -add_subdirectory(libcxxabi-parts) -add_subdirectory(libcxxrt) - -add_library(contrib-libs-cxxsupp INTERFACE) -target_link_libraries(contrib-libs-cxxsupp INTERFACE - contrib-libs-linux-headers - libs-cxxsupp-libcxx -) diff --git a/contrib/libs/cxxsupp/CMakeLists.linux-x86_64.txt b/contrib/libs/cxxsupp/CMakeLists.linux-x86_64.txt deleted file mode 100644 index ea5f7a2498b..00000000000 --- a/contrib/libs/cxxsupp/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_subdirectory(builtins) -add_subdirectory(libcxx) -add_subdirectory(libcxxabi-parts) -add_subdirectory(libcxxrt) - -add_library(contrib-libs-cxxsupp INTERFACE) -target_link_libraries(contrib-libs-cxxsupp INTERFACE - contrib-libs-linux-headers - libs-cxxsupp-libcxx -) diff --git a/contrib/libs/cxxsupp/CMakeLists.txt b/contrib/libs/cxxsupp/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/cxxsupp/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/cxxsupp/CMakeLists.windows-x86_64.txt b/contrib/libs/cxxsupp/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d5862909e41..00000000000 --- a/contrib/libs/cxxsupp/CMakeLists.windows-x86_64.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. - - -add_subdirectory(builtins) -add_subdirectory(libcxx) - -add_library(contrib-libs-cxxsupp INTERFACE) -target_link_libraries(contrib-libs-cxxsupp INTERFACE - libs-cxxsupp-libcxx -) diff --git a/contrib/libs/cxxsupp/builtins/CMakeLists.darwin-x86_64.txt b/contrib/libs/cxxsupp/builtins/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6c0993990b2..00000000000 --- a/contrib/libs/cxxsupp/builtins/CMakeLists.darwin-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(libs-cxxsupp-builtins) -target_compile_options(libs-cxxsupp-builtins PRIVATE - $,,-Wno-everything> -) -target_sources(libs-cxxsupp-builtins PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/addtf3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/ashlti3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/clzti2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/comparetf2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/divdc3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/divsc3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/divtf3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/divti3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/divxc3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/extenddftf2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/extendsftf2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/fixdfti.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/fixsfti.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/fixtfdi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/fixtfsi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/fixunsdfti.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/fixunssfti.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/fixunstfdi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/fixunstfsi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/fixunstfti.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/fixunsxfti.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/floatditf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/floatsitf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/floattidf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/floattisf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/floattixf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/floatunditf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/floatunsitf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/floatuntidf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/floatuntisf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/gcc_personality_v0.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/int_util.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/lshrti3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/modti3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/muldc3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/muloti4.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/mulsc3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/multf3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/mulxc3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/popcountdi2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/subtf3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/trunctfdf2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/trunctfsf2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/udivmodti4.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/udivti3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/umodti3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/os_version_check.c -) diff --git a/contrib/libs/cxxsupp/builtins/CMakeLists.linux-aarch64.txt b/contrib/libs/cxxsupp/builtins/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 02758fa8166..00000000000 --- a/contrib/libs/cxxsupp/builtins/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(libs-cxxsupp-builtins) -target_compile_options(libs-cxxsupp-builtins PRIVATE - $,,-Wno-everything> -) -target_link_libraries(libs-cxxsupp-builtins PUBLIC - contrib-libs-linux-headers -) -target_sources(libs-cxxsupp-builtins PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/addtf3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/ashlti3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/clzti2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/comparetf2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/divdc3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/divsc3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/divtf3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/divti3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/divxc3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/extenddftf2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/extendsftf2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/fixdfti.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/fixsfti.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/fixtfdi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/fixtfsi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/fixunsdfti.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/fixunssfti.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/fixunstfdi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/fixunstfsi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/fixunstfti.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/fixunsxfti.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/floatditf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/floatsitf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/floattidf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/floattisf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/floattixf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/floatunditf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/floatunsitf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/floatuntidf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/floatuntisf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/gcc_personality_v0.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/int_util.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/lshrti3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/modti3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/muldc3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/muloti4.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/mulsc3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/multf3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/mulxc3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/popcountdi2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/subtf3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/trunctfdf2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/trunctfsf2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/udivmodti4.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/udivti3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/umodti3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/clear_cache.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/multc3.c -) diff --git a/contrib/libs/cxxsupp/builtins/CMakeLists.linux-x86_64.txt b/contrib/libs/cxxsupp/builtins/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 12311167509..00000000000 --- a/contrib/libs/cxxsupp/builtins/CMakeLists.linux-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(libs-cxxsupp-builtins) -target_compile_options(libs-cxxsupp-builtins PRIVATE - $,,-Wno-everything> -) -target_link_libraries(libs-cxxsupp-builtins PUBLIC - contrib-libs-linux-headers -) -target_sources(libs-cxxsupp-builtins PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/addtf3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/ashlti3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/clzti2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/comparetf2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/divdc3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/divsc3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/divtf3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/divti3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/divxc3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/extenddftf2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/extendsftf2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/fixdfti.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/fixsfti.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/fixtfdi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/fixtfsi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/fixunsdfti.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/fixunssfti.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/fixunstfdi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/fixunstfsi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/fixunstfti.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/fixunsxfti.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/floatditf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/floatsitf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/floattidf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/floattisf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/floattixf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/floatunditf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/floatunsitf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/floatuntidf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/floatuntisf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/gcc_personality_v0.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/int_util.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/lshrti3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/modti3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/muldc3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/muloti4.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/mulsc3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/multf3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/mulxc3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/popcountdi2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/subtf3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/trunctfdf2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/trunctfsf2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/udivmodti4.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/udivti3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/umodti3.c -) diff --git a/contrib/libs/cxxsupp/builtins/CMakeLists.txt b/contrib/libs/cxxsupp/builtins/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/cxxsupp/builtins/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/cxxsupp/builtins/CMakeLists.windows-x86_64.txt b/contrib/libs/cxxsupp/builtins/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 2dda20dbdca..00000000000 --- a/contrib/libs/cxxsupp/builtins/CMakeLists.windows-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(libs-cxxsupp-builtins) -target_compile_options(libs-cxxsupp-builtins PRIVATE - $,,-Wno-everything> -) -target_sources(libs-cxxsupp-builtins PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/addtf3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/ashlti3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/clzti2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/comparetf2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/divdc3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/divsc3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/divtf3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/divti3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/divxc3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/extenddftf2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/extendsftf2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/fixdfti.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/fixsfti.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/fixtfdi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/fixtfsi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/fixunsdfti.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/fixunssfti.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/fixunstfdi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/fixunstfsi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/fixunstfti.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/fixunsxfti.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/floatditf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/floatsitf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/floattidf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/floattisf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/floattixf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/floatunditf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/floatunsitf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/floatuntidf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/floatuntisf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/gcc_personality_v0.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/int_util.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/lshrti3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/modti3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/muldc3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/muloti4.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/mulsc3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/multf3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/mulxc3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/popcountdi2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/subtf3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/trunctfdf2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/trunctfsf2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/udivmodti4.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/udivti3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/builtins/umodti3.c -) diff --git a/contrib/libs/cxxsupp/builtins/Darwin-excludes/CMakeLists.txt b/contrib/libs/cxxsupp/builtins/Darwin-excludes/CMakeLists.txt deleted file mode 100644 index 266e4221524..00000000000 --- a/contrib/libs/cxxsupp/builtins/Darwin-excludes/CMakeLists.txt +++ /dev/null @@ -1,4 +0,0 @@ -file(GLOB filter_files ${CMAKE_CURRENT_SOURCE_DIR}/*.txt) -foreach(filter_file ${filter_files}) - set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS ${filter_file}) -endforeach() diff --git a/contrib/libs/cxxsupp/builtins/macho_embedded/CMakeLists.txt b/contrib/libs/cxxsupp/builtins/macho_embedded/CMakeLists.txt deleted file mode 100644 index 266e4221524..00000000000 --- a/contrib/libs/cxxsupp/builtins/macho_embedded/CMakeLists.txt +++ /dev/null @@ -1,4 +0,0 @@ -file(GLOB filter_files ${CMAKE_CURRENT_SOURCE_DIR}/*.txt) -foreach(filter_file ${filter_files}) - set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS ${filter_file}) -endforeach() diff --git a/contrib/libs/cxxsupp/libcxx/CMakeLists.darwin-x86_64.txt b/contrib/libs/cxxsupp/libcxx/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 109da232d23..00000000000 --- a/contrib/libs/cxxsupp/libcxx/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(libs-cxxsupp-libcxx) -target_compile_options(libs-cxxsupp-libcxx PUBLIC - -DLIBCXX_BUILDING_LIBCXXRT - -nostdinc++ -) -target_compile_options(libs-cxxsupp-libcxx PRIVATE - -D_LIBCPP_BUILDING_LIBRARY - $,,-Wno-everything> -) -target_include_directories(libs-cxxsupp-libcxx PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/include - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxxrt/include -) -target_include_directories(libs-cxxsupp-libcxx PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src -) -target_link_libraries(libs-cxxsupp-libcxx PUBLIC - libs-cxxsupp-libcxxabi-parts - libs-cxxsupp-libcxxrt - libs-cxxsupp-builtins -) -target_sources(libs-cxxsupp-libcxx PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/algorithm.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/any.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/assert.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/atomic.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/barrier.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/bind.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/charconv.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/chrono.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/condition_variable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/condition_variable_destructor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/debug.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/exception.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/filesystem/directory_iterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/filesystem/operations.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/functional.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/future.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/hash.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/ios.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/ios.instantiations.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/iostream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/legacy_pointer_safety.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/locale.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/memory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/mutex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/mutex_destructor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/optional.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/random.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/random_shuffle.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/regex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/ryu/d2fixed.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/ryu/d2s.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/ryu/f2s.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/shared_mutex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/stdexcept.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/string.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/strstream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/system_error.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/thread.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/typeinfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/utility.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/valarray.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/variant.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/vector.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/format.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/new.cpp -) diff --git a/contrib/libs/cxxsupp/libcxx/CMakeLists.linux-aarch64.txt b/contrib/libs/cxxsupp/libcxx/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 4c91bf7fa8c..00000000000 --- a/contrib/libs/cxxsupp/libcxx/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(libs-cxxsupp-libcxx) -target_compile_options(libs-cxxsupp-libcxx PUBLIC - -DLIBCXX_BUILDING_LIBCXXRT - -nostdinc++ -) -target_compile_options(libs-cxxsupp-libcxx PRIVATE - -D_LIBCPP_BUILDING_LIBRARY - $,,-Wno-everything> -) -target_include_directories(libs-cxxsupp-libcxx PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/include - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxxrt/include -) -target_include_directories(libs-cxxsupp-libcxx PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src -) -target_link_libraries(libs-cxxsupp-libcxx PUBLIC - contrib-libs-linux-headers - libs-cxxsupp-libcxxabi-parts - libs-cxxsupp-libcxxrt - libs-cxxsupp-builtins -) -target_sources(libs-cxxsupp-libcxx PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/algorithm.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/any.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/assert.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/atomic.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/barrier.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/bind.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/charconv.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/chrono.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/condition_variable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/condition_variable_destructor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/debug.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/exception.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/filesystem/directory_iterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/filesystem/operations.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/functional.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/future.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/hash.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/ios.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/ios.instantiations.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/iostream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/legacy_pointer_safety.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/locale.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/memory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/mutex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/mutex_destructor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/optional.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/random.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/random_shuffle.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/regex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/ryu/d2fixed.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/ryu/d2s.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/ryu/f2s.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/shared_mutex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/stdexcept.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/string.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/strstream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/system_error.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/thread.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/typeinfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/utility.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/valarray.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/variant.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/vector.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/format.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/new.cpp -) diff --git a/contrib/libs/cxxsupp/libcxx/CMakeLists.linux-x86_64.txt b/contrib/libs/cxxsupp/libcxx/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 4c91bf7fa8c..00000000000 --- a/contrib/libs/cxxsupp/libcxx/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(libs-cxxsupp-libcxx) -target_compile_options(libs-cxxsupp-libcxx PUBLIC - -DLIBCXX_BUILDING_LIBCXXRT - -nostdinc++ -) -target_compile_options(libs-cxxsupp-libcxx PRIVATE - -D_LIBCPP_BUILDING_LIBRARY - $,,-Wno-everything> -) -target_include_directories(libs-cxxsupp-libcxx PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/include - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxxrt/include -) -target_include_directories(libs-cxxsupp-libcxx PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src -) -target_link_libraries(libs-cxxsupp-libcxx PUBLIC - contrib-libs-linux-headers - libs-cxxsupp-libcxxabi-parts - libs-cxxsupp-libcxxrt - libs-cxxsupp-builtins -) -target_sources(libs-cxxsupp-libcxx PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/algorithm.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/any.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/assert.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/atomic.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/barrier.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/bind.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/charconv.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/chrono.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/condition_variable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/condition_variable_destructor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/debug.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/exception.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/filesystem/directory_iterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/filesystem/operations.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/functional.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/future.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/hash.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/ios.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/ios.instantiations.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/iostream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/legacy_pointer_safety.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/locale.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/memory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/mutex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/mutex_destructor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/optional.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/random.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/random_shuffle.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/regex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/ryu/d2fixed.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/ryu/d2s.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/ryu/f2s.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/shared_mutex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/stdexcept.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/string.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/strstream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/system_error.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/thread.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/typeinfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/utility.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/valarray.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/variant.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/vector.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/format.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/new.cpp -) diff --git a/contrib/libs/cxxsupp/libcxx/CMakeLists.txt b/contrib/libs/cxxsupp/libcxx/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/cxxsupp/libcxx/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/cxxsupp/libcxx/CMakeLists.windows-x86_64.txt b/contrib/libs/cxxsupp/libcxx/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 47078e070d5..00000000000 --- a/contrib/libs/cxxsupp/libcxx/CMakeLists.windows-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(libs-cxxsupp-libcxx) -target_compile_options(libs-cxxsupp-libcxx PUBLIC - -D_LIBCPP_VASPRINTF_DEFINED - -D_WCHAR_H_CPLUSPLUS_98_CONFORMANCE_ -) -target_compile_options(libs-cxxsupp-libcxx PRIVATE - -D_LIBCPP_BUILDING_LIBRARY - $,,-Wno-everything> -) -target_include_directories(libs-cxxsupp-libcxx PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/include -) -target_include_directories(libs-cxxsupp-libcxx PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src -) -target_link_libraries(libs-cxxsupp-libcxx PUBLIC - libs-cxxsupp-builtins -) -target_sources(libs-cxxsupp-libcxx PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/support/win32/locale_win32.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/support/win32/support.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/support/win32/atomic_win32.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/support/win32/new_win32.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/support/win32/thread_win32.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/algorithm.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/any.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/assert.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/atomic.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/barrier.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/bind.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/charconv.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/chrono.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/condition_variable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/condition_variable_destructor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/debug.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/exception.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/filesystem/directory_iterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/filesystem/operations.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/functional.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/future.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/hash.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/ios.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/ios.instantiations.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/iostream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/legacy_pointer_safety.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/locale.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/memory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/mutex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/mutex_destructor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/optional.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/random.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/random_shuffle.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/regex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/ryu/d2fixed.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/ryu/d2s.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/ryu/f2s.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/shared_mutex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/stdexcept.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/string.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/strstream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/system_error.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/thread.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/typeinfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/utility.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/valarray.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/variant.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/vector.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/src/format.cpp -) diff --git a/contrib/libs/cxxsupp/libcxxabi-parts/CMakeLists.darwin-x86_64.txt b/contrib/libs/cxxsupp/libcxxabi-parts/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 22f534fcdd5..00000000000 --- a/contrib/libs/cxxsupp/libcxxabi-parts/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(libs-cxxsupp-libcxxabi-parts) -target_compile_options(libs-cxxsupp-libcxxabi-parts PUBLIC - -nostdinc++ -) -target_compile_options(libs-cxxsupp-libcxxabi-parts PRIVATE - -D_LIBCXXABI_BUILDING_LIBRARY - $,,-Wno-everything> -) -target_include_directories(libs-cxxsupp-libcxxabi-parts PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxxabi/include - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/include - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx -) -target_sources(libs-cxxsupp-libcxxabi-parts PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxxabi/src/cxa_thread_atexit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxxabi/src/abort_message.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxxabi/src/cxa_demangle.cpp -) -set_property( - SOURCE - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxxabi/src/cxa_thread_atexit.cpp - APPEND - PROPERTY - COMPILE_OPTIONS - -fPIC - -fno-lto -) diff --git a/contrib/libs/cxxsupp/libcxxabi-parts/CMakeLists.linux-aarch64.txt b/contrib/libs/cxxsupp/libcxxabi-parts/CMakeLists.linux-aarch64.txt deleted file mode 100644 index dfbe9eea439..00000000000 --- a/contrib/libs/cxxsupp/libcxxabi-parts/CMakeLists.linux-aarch64.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(libs-cxxsupp-libcxxabi-parts) -target_compile_options(libs-cxxsupp-libcxxabi-parts PUBLIC - -nostdinc++ -) -target_compile_options(libs-cxxsupp-libcxxabi-parts PRIVATE - -D_LIBCXXABI_BUILDING_LIBRARY - $,,-Wno-everything> -) -target_include_directories(libs-cxxsupp-libcxxabi-parts PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxxabi/include - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/include - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx -) -target_link_libraries(libs-cxxsupp-libcxxabi-parts PUBLIC - contrib-libs-linux-headers -) -target_sources(libs-cxxsupp-libcxxabi-parts PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxxabi/src/cxa_thread_atexit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxxabi/src/abort_message.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxxabi/src/cxa_demangle.cpp -) -set_property( - SOURCE - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxxabi/src/cxa_thread_atexit.cpp - APPEND - PROPERTY - COMPILE_OPTIONS - -fno-lto -) diff --git a/contrib/libs/cxxsupp/libcxxabi-parts/CMakeLists.linux-x86_64.txt b/contrib/libs/cxxsupp/libcxxabi-parts/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 144c793693f..00000000000 --- a/contrib/libs/cxxsupp/libcxxabi-parts/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(libs-cxxsupp-libcxxabi-parts) -target_compile_options(libs-cxxsupp-libcxxabi-parts PUBLIC - -nostdinc++ -) -target_compile_options(libs-cxxsupp-libcxxabi-parts PRIVATE - -D_LIBCXXABI_BUILDING_LIBRARY - $,,-Wno-everything> -) -target_include_directories(libs-cxxsupp-libcxxabi-parts PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxxabi/include - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx/include - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxx -) -target_link_libraries(libs-cxxsupp-libcxxabi-parts PUBLIC - contrib-libs-linux-headers -) -target_sources(libs-cxxsupp-libcxxabi-parts PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxxabi/src/cxa_thread_atexit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxxabi/src/abort_message.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxxabi/src/cxa_demangle.cpp -) -set_property( - SOURCE - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxxabi/src/cxa_thread_atexit.cpp - APPEND - PROPERTY - COMPILE_OPTIONS - -fPIC - -fno-lto -) diff --git a/contrib/libs/cxxsupp/libcxxabi-parts/CMakeLists.txt b/contrib/libs/cxxsupp/libcxxabi-parts/CMakeLists.txt deleted file mode 100644 index 522af85d518..00000000000 --- a/contrib/libs/cxxsupp/libcxxabi-parts/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 "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) -endif() diff --git a/contrib/libs/cxxsupp/libcxxrt/CMakeLists.darwin-x86_64.txt b/contrib/libs/cxxsupp/libcxxrt/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 1a5dff57185..00000000000 --- a/contrib/libs/cxxsupp/libcxxrt/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(libs-cxxsupp-libcxxrt) -target_compile_options(libs-cxxsupp-libcxxrt PRIVATE - -nostdinc++ - $,,-Wno-everything> -) -target_include_directories(libs-cxxsupp-libcxxrt PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxxrt -) -target_link_libraries(libs-cxxsupp-libcxxrt PUBLIC - contrib-libs-libunwind -) -target_sources(libs-cxxsupp-libcxxrt PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxxrt/auxhelper.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxxrt/dynamic_cast.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxxrt/exception.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxxrt/guard.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxxrt/memory.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxxrt/stdexcept.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxxrt/typeinfo.cc -) diff --git a/contrib/libs/cxxsupp/libcxxrt/CMakeLists.linux-aarch64.txt b/contrib/libs/cxxsupp/libcxxrt/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e6b6dbf847d..00000000000 --- a/contrib/libs/cxxsupp/libcxxrt/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(libs-cxxsupp-libcxxrt) -target_compile_options(libs-cxxsupp-libcxxrt PRIVATE - -nostdinc++ - $,,-Wno-everything> -) -target_include_directories(libs-cxxsupp-libcxxrt PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxxrt -) -target_link_libraries(libs-cxxsupp-libcxxrt PUBLIC - contrib-libs-linux-headers - contrib-libs-libunwind -) -target_sources(libs-cxxsupp-libcxxrt PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxxrt/auxhelper.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxxrt/dynamic_cast.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxxrt/exception.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxxrt/guard.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxxrt/memory.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxxrt/stdexcept.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxxrt/typeinfo.cc -) diff --git a/contrib/libs/cxxsupp/libcxxrt/CMakeLists.linux-x86_64.txt b/contrib/libs/cxxsupp/libcxxrt/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e6b6dbf847d..00000000000 --- a/contrib/libs/cxxsupp/libcxxrt/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(libs-cxxsupp-libcxxrt) -target_compile_options(libs-cxxsupp-libcxxrt PRIVATE - -nostdinc++ - $,,-Wno-everything> -) -target_include_directories(libs-cxxsupp-libcxxrt PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxxrt -) -target_link_libraries(libs-cxxsupp-libcxxrt PUBLIC - contrib-libs-linux-headers - contrib-libs-libunwind -) -target_sources(libs-cxxsupp-libcxxrt PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxxrt/auxhelper.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxxrt/dynamic_cast.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxxrt/exception.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxxrt/guard.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxxrt/memory.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxxrt/stdexcept.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/cxxsupp/libcxxrt/typeinfo.cc -) diff --git a/contrib/libs/cxxsupp/libcxxrt/CMakeLists.txt b/contrib/libs/cxxsupp/libcxxrt/CMakeLists.txt deleted file mode 100644 index 522af85d518..00000000000 --- a/contrib/libs/cxxsupp/libcxxrt/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 "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) -endif() diff --git a/contrib/libs/double-conversion/CMakeLists.darwin-x86_64.txt b/contrib/libs/double-conversion/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 69a5bc6b49f..00000000000 --- a/contrib/libs/double-conversion/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(contrib-libs-double-conversion) -target_compile_options(contrib-libs-double-conversion PRIVATE - $,,-Wno-everything> -) -target_include_directories(contrib-libs-double-conversion PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/double-conversion -) -target_link_libraries(contrib-libs-double-conversion PUBLIC - contrib-libs-cxxsupp -) -target_sources(contrib-libs-double-conversion PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/double-conversion/double-conversion/bignum-dtoa.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/double-conversion/double-conversion/bignum.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/double-conversion/double-conversion/cached-powers.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/double-conversion/double-conversion/double-to-string.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/double-conversion/double-conversion/fast-dtoa.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/double-conversion/double-conversion/fixed-dtoa.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/double-conversion/double-conversion/string-to-double.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/double-conversion/double-conversion/strtod.cc -) diff --git a/contrib/libs/double-conversion/CMakeLists.linux-aarch64.txt b/contrib/libs/double-conversion/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 7599b38c4d9..00000000000 --- a/contrib/libs/double-conversion/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(contrib-libs-double-conversion) -target_compile_options(contrib-libs-double-conversion PRIVATE - $,,-Wno-everything> -) -target_include_directories(contrib-libs-double-conversion PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/double-conversion -) -target_link_libraries(contrib-libs-double-conversion PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp -) -target_sources(contrib-libs-double-conversion PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/double-conversion/double-conversion/bignum-dtoa.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/double-conversion/double-conversion/bignum.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/double-conversion/double-conversion/cached-powers.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/double-conversion/double-conversion/double-to-string.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/double-conversion/double-conversion/fast-dtoa.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/double-conversion/double-conversion/fixed-dtoa.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/double-conversion/double-conversion/string-to-double.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/double-conversion/double-conversion/strtod.cc -) diff --git a/contrib/libs/double-conversion/CMakeLists.linux-x86_64.txt b/contrib/libs/double-conversion/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 7599b38c4d9..00000000000 --- a/contrib/libs/double-conversion/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(contrib-libs-double-conversion) -target_compile_options(contrib-libs-double-conversion PRIVATE - $,,-Wno-everything> -) -target_include_directories(contrib-libs-double-conversion PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/double-conversion -) -target_link_libraries(contrib-libs-double-conversion PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp -) -target_sources(contrib-libs-double-conversion PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/double-conversion/double-conversion/bignum-dtoa.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/double-conversion/double-conversion/bignum.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/double-conversion/double-conversion/cached-powers.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/double-conversion/double-conversion/double-to-string.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/double-conversion/double-conversion/fast-dtoa.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/double-conversion/double-conversion/fixed-dtoa.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/double-conversion/double-conversion/string-to-double.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/double-conversion/double-conversion/strtod.cc -) diff --git a/contrib/libs/double-conversion/CMakeLists.txt b/contrib/libs/double-conversion/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/double-conversion/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/double-conversion/CMakeLists.windows-x86_64.txt b/contrib/libs/double-conversion/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 69a5bc6b49f..00000000000 --- a/contrib/libs/double-conversion/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(contrib-libs-double-conversion) -target_compile_options(contrib-libs-double-conversion PRIVATE - $,,-Wno-everything> -) -target_include_directories(contrib-libs-double-conversion PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/double-conversion -) -target_link_libraries(contrib-libs-double-conversion PUBLIC - contrib-libs-cxxsupp -) -target_sources(contrib-libs-double-conversion PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/double-conversion/double-conversion/bignum-dtoa.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/double-conversion/double-conversion/bignum.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/double-conversion/double-conversion/cached-powers.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/double-conversion/double-conversion/double-to-string.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/double-conversion/double-conversion/fast-dtoa.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/double-conversion/double-conversion/fixed-dtoa.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/double-conversion/double-conversion/string-to-double.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/double-conversion/double-conversion/strtod.cc -) diff --git a/contrib/libs/expat/CMakeLists.darwin-x86_64.txt b/contrib/libs/expat/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 374256f11fb..00000000000 --- a/contrib/libs/expat/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(contrib-libs-expat) -target_compile_options(contrib-libs-expat PRIVATE - -DHAVE_CONFIG_H - $,,-Wno-everything> -) -target_include_directories(contrib-libs-expat PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/expat - ${CMAKE_SOURCE_DIR}/contrib/libs/expat/lib -) -target_sources(contrib-libs-expat PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/expat/lib/xmlparse.c - ${CMAKE_SOURCE_DIR}/contrib/libs/expat/lib/xmlrole.c - ${CMAKE_SOURCE_DIR}/contrib/libs/expat/lib/xmltok.c -) diff --git a/contrib/libs/expat/CMakeLists.linux-aarch64.txt b/contrib/libs/expat/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 6962df9bdbb..00000000000 --- a/contrib/libs/expat/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(contrib-libs-expat) -target_compile_options(contrib-libs-expat PRIVATE - -DHAVE_CONFIG_H - $,,-Wno-everything> -) -target_include_directories(contrib-libs-expat PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/expat - ${CMAKE_SOURCE_DIR}/contrib/libs/expat/lib -) -target_link_libraries(contrib-libs-expat PUBLIC - contrib-libs-linux-headers -) -target_sources(contrib-libs-expat PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/expat/lib/xmlparse.c - ${CMAKE_SOURCE_DIR}/contrib/libs/expat/lib/xmlrole.c - ${CMAKE_SOURCE_DIR}/contrib/libs/expat/lib/xmltok.c -) diff --git a/contrib/libs/expat/CMakeLists.linux-x86_64.txt b/contrib/libs/expat/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 6962df9bdbb..00000000000 --- a/contrib/libs/expat/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(contrib-libs-expat) -target_compile_options(contrib-libs-expat PRIVATE - -DHAVE_CONFIG_H - $,,-Wno-everything> -) -target_include_directories(contrib-libs-expat PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/expat - ${CMAKE_SOURCE_DIR}/contrib/libs/expat/lib -) -target_link_libraries(contrib-libs-expat PUBLIC - contrib-libs-linux-headers -) -target_sources(contrib-libs-expat PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/expat/lib/xmlparse.c - ${CMAKE_SOURCE_DIR}/contrib/libs/expat/lib/xmlrole.c - ${CMAKE_SOURCE_DIR}/contrib/libs/expat/lib/xmltok.c -) diff --git a/contrib/libs/expat/CMakeLists.txt b/contrib/libs/expat/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/expat/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/expat/CMakeLists.windows-x86_64.txt b/contrib/libs/expat/CMakeLists.windows-x86_64.txt deleted file mode 100644 index f3dc1a97a83..00000000000 --- a/contrib/libs/expat/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(contrib-libs-expat) -target_compile_options(contrib-libs-expat PUBLIC - -DXML_STATIC -) -target_compile_options(contrib-libs-expat PRIVATE - -DHAVE_CONFIG_H - $,,-Wno-everything> -) -target_include_directories(contrib-libs-expat PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/expat - ${CMAKE_SOURCE_DIR}/contrib/libs/expat/lib -) -target_sources(contrib-libs-expat PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/expat/lib/xmlparse.c - ${CMAKE_SOURCE_DIR}/contrib/libs/expat/lib/xmlrole.c - ${CMAKE_SOURCE_DIR}/contrib/libs/expat/lib/xmltok.c -) diff --git a/contrib/libs/fastlz/CMakeLists.darwin-x86_64.txt b/contrib/libs/fastlz/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index eab41c060a7..00000000000 --- a/contrib/libs/fastlz/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-libs-fastlz) -target_compile_options(contrib-libs-fastlz PRIVATE - $,,-Wno-everything> -) -target_link_libraries(contrib-libs-fastlz PUBLIC - contrib-libs-cxxsupp -) -target_sources(contrib-libs-fastlz PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/fastlz/fastlz.c -) diff --git a/contrib/libs/fastlz/CMakeLists.linux-aarch64.txt b/contrib/libs/fastlz/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e6a67c5372d..00000000000 --- a/contrib/libs/fastlz/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-libs-fastlz) -target_compile_options(contrib-libs-fastlz PRIVATE - $,,-Wno-everything> -) -target_link_libraries(contrib-libs-fastlz PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp -) -target_sources(contrib-libs-fastlz PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/fastlz/fastlz.c -) diff --git a/contrib/libs/fastlz/CMakeLists.linux-x86_64.txt b/contrib/libs/fastlz/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e6a67c5372d..00000000000 --- a/contrib/libs/fastlz/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-libs-fastlz) -target_compile_options(contrib-libs-fastlz PRIVATE - $,,-Wno-everything> -) -target_link_libraries(contrib-libs-fastlz PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp -) -target_sources(contrib-libs-fastlz PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/fastlz/fastlz.c -) diff --git a/contrib/libs/fastlz/CMakeLists.txt b/contrib/libs/fastlz/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/fastlz/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/fastlz/CMakeLists.windows-x86_64.txt b/contrib/libs/fastlz/CMakeLists.windows-x86_64.txt deleted file mode 100644 index eab41c060a7..00000000000 --- a/contrib/libs/fastlz/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-libs-fastlz) -target_compile_options(contrib-libs-fastlz PRIVATE - $,,-Wno-everything> -) -target_link_libraries(contrib-libs-fastlz PUBLIC - contrib-libs-cxxsupp -) -target_sources(contrib-libs-fastlz PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/fastlz/fastlz.c -) diff --git a/contrib/libs/flatbuffers/CMakeLists.darwin-x86_64.txt b/contrib/libs/flatbuffers/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 506517c6951..00000000000 --- a/contrib/libs/flatbuffers/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_subdirectory(flatc) - -add_library(contrib-libs-flatbuffers) -target_compile_options(contrib-libs-flatbuffers PRIVATE - -DFLATBUFFERS_LOCALE_INDEPENDENT=1 - $,,-Wno-everything> -) -target_include_directories(contrib-libs-flatbuffers PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/include -) -target_link_libraries(contrib-libs-flatbuffers PUBLIC - contrib-libs-cxxsupp - abseil-cpp-absl-base -) -target_sources(contrib-libs-flatbuffers PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_text.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_parser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/reflection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/util.cpp -) diff --git a/contrib/libs/flatbuffers/CMakeLists.linux-aarch64.txt b/contrib/libs/flatbuffers/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 8bf1b6647ca..00000000000 --- a/contrib/libs/flatbuffers/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_subdirectory(flatc) - -add_library(contrib-libs-flatbuffers) -target_compile_options(contrib-libs-flatbuffers PRIVATE - -DFLATBUFFERS_LOCALE_INDEPENDENT=1 - $,,-Wno-everything> -) -target_include_directories(contrib-libs-flatbuffers PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/include -) -target_link_libraries(contrib-libs-flatbuffers PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - abseil-cpp-absl-base -) -target_sources(contrib-libs-flatbuffers PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_text.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_parser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/reflection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/util.cpp -) diff --git a/contrib/libs/flatbuffers/CMakeLists.linux-x86_64.txt b/contrib/libs/flatbuffers/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 8bf1b6647ca..00000000000 --- a/contrib/libs/flatbuffers/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_subdirectory(flatc) - -add_library(contrib-libs-flatbuffers) -target_compile_options(contrib-libs-flatbuffers PRIVATE - -DFLATBUFFERS_LOCALE_INDEPENDENT=1 - $,,-Wno-everything> -) -target_include_directories(contrib-libs-flatbuffers PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/include -) -target_link_libraries(contrib-libs-flatbuffers PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - abseil-cpp-absl-base -) -target_sources(contrib-libs-flatbuffers PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_text.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_parser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/reflection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/util.cpp -) diff --git a/contrib/libs/flatbuffers/CMakeLists.txt b/contrib/libs/flatbuffers/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/flatbuffers/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/flatbuffers/CMakeLists.windows-x86_64.txt b/contrib/libs/flatbuffers/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 506517c6951..00000000000 --- a/contrib/libs/flatbuffers/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_subdirectory(flatc) - -add_library(contrib-libs-flatbuffers) -target_compile_options(contrib-libs-flatbuffers PRIVATE - -DFLATBUFFERS_LOCALE_INDEPENDENT=1 - $,,-Wno-everything> -) -target_include_directories(contrib-libs-flatbuffers PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/include -) -target_link_libraries(contrib-libs-flatbuffers PUBLIC - contrib-libs-cxxsupp - abseil-cpp-absl-base -) -target_sources(contrib-libs-flatbuffers PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_text.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_parser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/reflection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/util.cpp -) diff --git a/contrib/libs/flatbuffers/flatc/CMakeLists.darwin-x86_64.txt b/contrib/libs/flatbuffers/flatc/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a9bafb33810..00000000000 --- a/contrib/libs/flatbuffers/flatc/CMakeLists.darwin-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(libs-flatbuffers-flatc) -target_compile_options(libs-flatbuffers-flatc PRIVATE - -DFLATBUFFERS_LOCALE_INDEPENDENT=1 - $,,-Wno-everything> -) -target_include_directories(libs-flatbuffers-flatc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/grpc - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/include -) -target_link_libraries(libs-flatbuffers-flatc PUBLIC - contrib-libs-cxxsupp - abseil-cpp-absl-base -) -target_sources(libs-flatbuffers-flatc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/grpc/src/compiler/cpp_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/grpc/src/compiler/go_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/grpc/src/compiler/java_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/grpc/src/compiler/python_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/grpc/src/compiler/swift_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/grpc/src/compiler/ts_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/annotated_binary_text_gen.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/bfbs_gen_lua.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/bfbs_gen_nim.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/binary_annotator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/code_generators.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/file_binary_writer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/file_name_saving_file_manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/file_writer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/flatc.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_binary.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_cpp.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_cpp_yandex_maps_iter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_csharp.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_dart.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_fbs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_go.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_grpc.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_java.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_json_schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_kotlin.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_lobster.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_php.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_python.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_rust.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_swift.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_text.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_ts.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_parser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/reflection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/util.cpp -) diff --git a/contrib/libs/flatbuffers/flatc/CMakeLists.linux-aarch64.txt b/contrib/libs/flatbuffers/flatc/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 19eed0d07d2..00000000000 --- a/contrib/libs/flatbuffers/flatc/CMakeLists.linux-aarch64.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(libs-flatbuffers-flatc) -target_compile_options(libs-flatbuffers-flatc PRIVATE - -DFLATBUFFERS_LOCALE_INDEPENDENT=1 - $,,-Wno-everything> -) -target_include_directories(libs-flatbuffers-flatc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/grpc - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/include -) -target_link_libraries(libs-flatbuffers-flatc PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - abseil-cpp-absl-base -) -target_sources(libs-flatbuffers-flatc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/grpc/src/compiler/cpp_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/grpc/src/compiler/go_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/grpc/src/compiler/java_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/grpc/src/compiler/python_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/grpc/src/compiler/swift_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/grpc/src/compiler/ts_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/annotated_binary_text_gen.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/bfbs_gen_lua.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/bfbs_gen_nim.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/binary_annotator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/code_generators.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/file_binary_writer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/file_name_saving_file_manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/file_writer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/flatc.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_binary.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_cpp.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_cpp_yandex_maps_iter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_csharp.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_dart.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_fbs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_go.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_grpc.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_java.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_json_schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_kotlin.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_lobster.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_php.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_python.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_rust.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_swift.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_text.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_ts.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_parser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/reflection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/util.cpp -) diff --git a/contrib/libs/flatbuffers/flatc/CMakeLists.linux-x86_64.txt b/contrib/libs/flatbuffers/flatc/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 19eed0d07d2..00000000000 --- a/contrib/libs/flatbuffers/flatc/CMakeLists.linux-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(libs-flatbuffers-flatc) -target_compile_options(libs-flatbuffers-flatc PRIVATE - -DFLATBUFFERS_LOCALE_INDEPENDENT=1 - $,,-Wno-everything> -) -target_include_directories(libs-flatbuffers-flatc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/grpc - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/include -) -target_link_libraries(libs-flatbuffers-flatc PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - abseil-cpp-absl-base -) -target_sources(libs-flatbuffers-flatc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/grpc/src/compiler/cpp_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/grpc/src/compiler/go_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/grpc/src/compiler/java_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/grpc/src/compiler/python_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/grpc/src/compiler/swift_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/grpc/src/compiler/ts_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/annotated_binary_text_gen.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/bfbs_gen_lua.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/bfbs_gen_nim.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/binary_annotator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/code_generators.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/file_binary_writer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/file_name_saving_file_manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/file_writer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/flatc.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_binary.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_cpp.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_cpp_yandex_maps_iter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_csharp.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_dart.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_fbs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_go.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_grpc.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_java.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_json_schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_kotlin.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_lobster.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_php.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_python.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_rust.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_swift.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_text.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_ts.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_parser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/reflection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/util.cpp -) diff --git a/contrib/libs/flatbuffers/flatc/CMakeLists.txt b/contrib/libs/flatbuffers/flatc/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/flatbuffers/flatc/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/flatbuffers/flatc/CMakeLists.windows-x86_64.txt b/contrib/libs/flatbuffers/flatc/CMakeLists.windows-x86_64.txt deleted file mode 100644 index a9bafb33810..00000000000 --- a/contrib/libs/flatbuffers/flatc/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(libs-flatbuffers-flatc) -target_compile_options(libs-flatbuffers-flatc PRIVATE - -DFLATBUFFERS_LOCALE_INDEPENDENT=1 - $,,-Wno-everything> -) -target_include_directories(libs-flatbuffers-flatc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/grpc - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/include -) -target_link_libraries(libs-flatbuffers-flatc PUBLIC - contrib-libs-cxxsupp - abseil-cpp-absl-base -) -target_sources(libs-flatbuffers-flatc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/grpc/src/compiler/cpp_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/grpc/src/compiler/go_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/grpc/src/compiler/java_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/grpc/src/compiler/python_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/grpc/src/compiler/swift_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/grpc/src/compiler/ts_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/annotated_binary_text_gen.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/bfbs_gen_lua.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/bfbs_gen_nim.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/binary_annotator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/code_generators.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/file_binary_writer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/file_name_saving_file_manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/file_writer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/flatc.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_binary.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_cpp.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_cpp_yandex_maps_iter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_csharp.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_dart.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_fbs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_go.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_grpc.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_java.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_json_schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_kotlin.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_lobster.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_php.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_python.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_rust.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_swift.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_text.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_gen_ts.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/idl_parser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/reflection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/util.cpp -) diff --git a/contrib/libs/fmt/CMakeLists.darwin-x86_64.txt b/contrib/libs/fmt/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 297cc65ab2a..00000000000 --- a/contrib/libs/fmt/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(contrib-libs-fmt) -target_compile_options(contrib-libs-fmt PUBLIC - -DFMT_EXPORT -) -target_compile_options(contrib-libs-fmt PRIVATE - $,,-Wno-everything> -) -target_include_directories(contrib-libs-fmt PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/fmt/include -) -target_link_libraries(contrib-libs-fmt PUBLIC - contrib-libs-cxxsupp -) -target_sources(contrib-libs-fmt PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/fmt/src/format.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/fmt/src/os.cc -) diff --git a/contrib/libs/fmt/CMakeLists.linux-aarch64.txt b/contrib/libs/fmt/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 04bfc234575..00000000000 --- a/contrib/libs/fmt/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(contrib-libs-fmt) -target_compile_options(contrib-libs-fmt PUBLIC - -DFMT_EXPORT -) -target_compile_options(contrib-libs-fmt PRIVATE - $,,-Wno-everything> -) -target_include_directories(contrib-libs-fmt PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/fmt/include -) -target_link_libraries(contrib-libs-fmt PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp -) -target_sources(contrib-libs-fmt PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/fmt/src/format.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/fmt/src/os.cc -) diff --git a/contrib/libs/fmt/CMakeLists.linux-x86_64.txt b/contrib/libs/fmt/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 04bfc234575..00000000000 --- a/contrib/libs/fmt/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(contrib-libs-fmt) -target_compile_options(contrib-libs-fmt PUBLIC - -DFMT_EXPORT -) -target_compile_options(contrib-libs-fmt PRIVATE - $,,-Wno-everything> -) -target_include_directories(contrib-libs-fmt PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/fmt/include -) -target_link_libraries(contrib-libs-fmt PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp -) -target_sources(contrib-libs-fmt PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/fmt/src/format.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/fmt/src/os.cc -) diff --git a/contrib/libs/fmt/CMakeLists.txt b/contrib/libs/fmt/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/fmt/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/fmt/CMakeLists.windows-x86_64.txt b/contrib/libs/fmt/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 297cc65ab2a..00000000000 --- a/contrib/libs/fmt/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(contrib-libs-fmt) -target_compile_options(contrib-libs-fmt PUBLIC - -DFMT_EXPORT -) -target_compile_options(contrib-libs-fmt PRIVATE - $,,-Wno-everything> -) -target_include_directories(contrib-libs-fmt PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/fmt/include -) -target_link_libraries(contrib-libs-fmt PUBLIC - contrib-libs-cxxsupp -) -target_sources(contrib-libs-fmt PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/fmt/src/format.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/fmt/src/os.cc -) diff --git a/contrib/libs/fuse/CMakeLists.linux-aarch64.txt b/contrib/libs/fuse/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 35dc879651d..00000000000 --- a/contrib/libs/fuse/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-libs-fuse INTERFACE) -target_link_libraries(contrib-libs-fuse INTERFACE - contrib-libs-linux-headers -) diff --git a/contrib/libs/fuse/CMakeLists.linux-x86_64.txt b/contrib/libs/fuse/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 35dc879651d..00000000000 --- a/contrib/libs/fuse/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-libs-fuse INTERFACE) -target_link_libraries(contrib-libs-fuse INTERFACE - contrib-libs-linux-headers -) diff --git a/contrib/libs/fuse/CMakeLists.txt b/contrib/libs/fuse/CMakeLists.txt deleted file mode 100644 index d6c5c0bbeb4..00000000000 --- a/contrib/libs/fuse/CMakeLists.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. - - -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) -endif() diff --git a/contrib/libs/googleapis-common-protos/CMakeLists.darwin-x86_64.txt b/contrib/libs/googleapis-common-protos/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a2b6d3385ff..00000000000 --- a/contrib/libs/googleapis-common-protos/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,857 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(contrib-libs-googleapis-common-protos) -set_property(TARGET contrib-libs-googleapis-common-protos PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -set_property(TARGET contrib-libs-googleapis-common-protos PROPERTY - PROTO_NAMESPACE contrib/libs/googleapis-common-protos -) -target_include_directories(contrib-libs-googleapis-common-protos PUBLIC - ${CMAKE_BINARY_DIR}/contrib/libs/googleapis-common-protos -) -target_link_libraries(contrib-libs-googleapis-common-protos PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - contrib-libs-protobuf -) -target_proto_messages(contrib-libs-googleapis-common-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/annotations.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/auth.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/backend.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/billing.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/client.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/config_change.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/consumer.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/context.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/control.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/distribution.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/documentation.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/endpoint.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/error_reason.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/field_behavior.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/field_info.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/http.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/httpbody.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/label.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/launch_stage.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/log.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/logging.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/metric.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/monitored_resource.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/monitoring.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/policy.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/quota.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/resource.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/routing.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/service.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/source_info.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/system_parameter.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/usage.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/visibility.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/cloud/extended_operations.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/cloud/location/locations.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/gapic/metadata/gapic_metadata.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/logging/type/http_request.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/logging/type/log_severity.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/longrunning/operations.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/rpc/code.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/rpc/context/attribute_context.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/rpc/context/audit_context.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/rpc/error_details.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/rpc/http.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/rpc/status.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/calendar_period.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/color.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/date.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/datetime.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/dayofweek.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/decimal.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/expr.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/fraction.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/interval.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/latlng.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/localized_text.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/money.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/month.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/phone_number.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/postal_address.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/quaternion.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/timeofday.proto -) -target_proto_addincls(contrib-libs-googleapis-common-protos - ./contrib/libs/googleapis-common-protos - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(contrib-libs-googleapis-common-protos - --cpp_out=${CMAKE_BINARY_DIR}/contrib/libs/googleapis-common-protos - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/contrib/libs/googleapis-common-protos -) -target_proto_plugin(contrib-libs-googleapis-common-protos - grpc_cpp - grpc_cpp -) diff --git a/contrib/libs/googleapis-common-protos/CMakeLists.linux-aarch64.txt b/contrib/libs/googleapis-common-protos/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 48c7a1d1cb2..00000000000 --- a/contrib/libs/googleapis-common-protos/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,858 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(contrib-libs-googleapis-common-protos) -set_property(TARGET contrib-libs-googleapis-common-protos PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -set_property(TARGET contrib-libs-googleapis-common-protos PROPERTY - PROTO_NAMESPACE contrib/libs/googleapis-common-protos -) -target_include_directories(contrib-libs-googleapis-common-protos PUBLIC - ${CMAKE_BINARY_DIR}/contrib/libs/googleapis-common-protos -) -target_link_libraries(contrib-libs-googleapis-common-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - contrib-libs-protobuf -) -target_proto_messages(contrib-libs-googleapis-common-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/annotations.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/auth.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/backend.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/billing.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/client.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/config_change.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/consumer.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/context.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/control.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/distribution.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/documentation.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/endpoint.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/error_reason.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/field_behavior.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/field_info.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/http.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/httpbody.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/label.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/launch_stage.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/log.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/logging.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/metric.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/monitored_resource.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/monitoring.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/policy.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/quota.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/resource.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/routing.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/service.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/source_info.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/system_parameter.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/usage.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/visibility.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/cloud/extended_operations.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/cloud/location/locations.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/gapic/metadata/gapic_metadata.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/logging/type/http_request.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/logging/type/log_severity.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/longrunning/operations.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/rpc/code.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/rpc/context/attribute_context.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/rpc/context/audit_context.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/rpc/error_details.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/rpc/http.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/rpc/status.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/calendar_period.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/color.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/date.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/datetime.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/dayofweek.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/decimal.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/expr.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/fraction.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/interval.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/latlng.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/localized_text.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/money.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/month.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/phone_number.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/postal_address.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/quaternion.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/timeofday.proto -) -target_proto_addincls(contrib-libs-googleapis-common-protos - ./contrib/libs/googleapis-common-protos - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(contrib-libs-googleapis-common-protos - --cpp_out=${CMAKE_BINARY_DIR}/contrib/libs/googleapis-common-protos - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/contrib/libs/googleapis-common-protos -) -target_proto_plugin(contrib-libs-googleapis-common-protos - grpc_cpp - grpc_cpp -) diff --git a/contrib/libs/googleapis-common-protos/CMakeLists.linux-x86_64.txt b/contrib/libs/googleapis-common-protos/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 48c7a1d1cb2..00000000000 --- a/contrib/libs/googleapis-common-protos/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,858 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(contrib-libs-googleapis-common-protos) -set_property(TARGET contrib-libs-googleapis-common-protos PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -set_property(TARGET contrib-libs-googleapis-common-protos PROPERTY - PROTO_NAMESPACE contrib/libs/googleapis-common-protos -) -target_include_directories(contrib-libs-googleapis-common-protos PUBLIC - ${CMAKE_BINARY_DIR}/contrib/libs/googleapis-common-protos -) -target_link_libraries(contrib-libs-googleapis-common-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - contrib-libs-protobuf -) -target_proto_messages(contrib-libs-googleapis-common-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/annotations.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/auth.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/backend.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/billing.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/client.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/config_change.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/consumer.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/context.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/control.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/distribution.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/documentation.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/endpoint.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/error_reason.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/field_behavior.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/field_info.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/http.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/httpbody.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/label.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/launch_stage.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/log.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/logging.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/metric.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/monitored_resource.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/monitoring.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/policy.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/quota.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/resource.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/routing.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/service.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/source_info.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/system_parameter.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/usage.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/visibility.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/cloud/extended_operations.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/cloud/location/locations.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/gapic/metadata/gapic_metadata.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/logging/type/http_request.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/logging/type/log_severity.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/longrunning/operations.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/rpc/code.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/rpc/context/attribute_context.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/rpc/context/audit_context.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/rpc/error_details.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/rpc/http.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/rpc/status.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/calendar_period.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/color.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/date.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/datetime.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/dayofweek.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/decimal.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/expr.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/fraction.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/interval.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/latlng.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/localized_text.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/money.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/month.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/phone_number.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/postal_address.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/quaternion.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/timeofday.proto -) -target_proto_addincls(contrib-libs-googleapis-common-protos - ./contrib/libs/googleapis-common-protos - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(contrib-libs-googleapis-common-protos - --cpp_out=${CMAKE_BINARY_DIR}/contrib/libs/googleapis-common-protos - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/contrib/libs/googleapis-common-protos -) -target_proto_plugin(contrib-libs-googleapis-common-protos - grpc_cpp - grpc_cpp -) diff --git a/contrib/libs/googleapis-common-protos/CMakeLists.txt b/contrib/libs/googleapis-common-protos/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/googleapis-common-protos/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/googleapis-common-protos/CMakeLists.windows-x86_64.txt b/contrib/libs/googleapis-common-protos/CMakeLists.windows-x86_64.txt deleted file mode 100644 index a2b6d3385ff..00000000000 --- a/contrib/libs/googleapis-common-protos/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,857 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(contrib-libs-googleapis-common-protos) -set_property(TARGET contrib-libs-googleapis-common-protos PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -set_property(TARGET contrib-libs-googleapis-common-protos PROPERTY - PROTO_NAMESPACE contrib/libs/googleapis-common-protos -) -target_include_directories(contrib-libs-googleapis-common-protos PUBLIC - ${CMAKE_BINARY_DIR}/contrib/libs/googleapis-common-protos -) -target_link_libraries(contrib-libs-googleapis-common-protos PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - contrib-libs-protobuf -) -target_proto_messages(contrib-libs-googleapis-common-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/annotations.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/auth.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/backend.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/billing.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/client.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/config_change.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/consumer.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/context.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/control.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/distribution.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/documentation.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/endpoint.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/error_reason.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/field_behavior.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/field_info.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/http.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/httpbody.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/label.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/launch_stage.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/log.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/logging.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/metric.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/monitored_resource.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/monitoring.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/policy.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/quota.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/resource.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/routing.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/service.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/source_info.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/system_parameter.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/usage.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/api/visibility.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/cloud/extended_operations.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/cloud/location/locations.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/gapic/metadata/gapic_metadata.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/logging/type/http_request.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/logging/type/log_severity.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/longrunning/operations.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/rpc/code.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/rpc/context/attribute_context.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/rpc/context/audit_context.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/rpc/error_details.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/rpc/http.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/rpc/status.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/calendar_period.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/color.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/date.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/datetime.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/dayofweek.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/decimal.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/expr.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/fraction.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/interval.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/latlng.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/localized_text.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/money.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/month.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/phone_number.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/postal_address.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/quaternion.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos/google/type/timeofday.proto -) -target_proto_addincls(contrib-libs-googleapis-common-protos - ./contrib/libs/googleapis-common-protos - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(contrib-libs-googleapis-common-protos - --cpp_out=${CMAKE_BINARY_DIR}/contrib/libs/googleapis-common-protos - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/contrib/libs/googleapis-common-protos -) -target_proto_plugin(contrib-libs-googleapis-common-protos - grpc_cpp - grpc_cpp -) diff --git a/contrib/libs/grpc/CMakeLists.darwin-x86_64.txt b/contrib/libs/grpc/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 455b71e3375..00000000000 --- a/contrib/libs/grpc/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,921 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(src) -add_subdirectory(third_party) - -add_library(contrib-libs-grpc) -target_compile_options(contrib-libs-grpc PRIVATE - -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 - $,,-Wno-everything> -) -target_include_directories(contrib-libs-grpc PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/include -) -target_include_directories(contrib-libs-grpc PRIVATE - ${CMAKE_BINARY_DIR}/contrib/libs/grpc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/address_sorting/include - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb - ${CMAKE_SOURCE_DIR}/contrib/libs/xxhash -) -target_link_libraries(contrib-libs-grpc PUBLIC - contrib-libs-cxxsupp - yutil - certs - contrib-libs-c-ares - grpc-third_party-address_sorting - grpc-third_party-upb - contrib-libs-openssl - contrib-libs-re2 - contrib-libs-xxhash - contrib-libs-zlib - abseil-cpp-tstring-y_absl-algorithm - abseil-cpp-tstring-y_absl-base - abseil-cpp-tstring-y_absl-container - abseil-cpp-tstring-y_absl-flags - abseil-cpp-tstring-y_absl-functional - abseil-cpp-tstring-y_absl-hash - abseil-cpp-tstring-y_absl-memory - abseil-cpp-tstring-y_absl-meta - abseil-cpp-tstring-y_absl-random - abseil-cpp-tstring-y_absl-status - abseil-cpp-tstring-y_absl-strings - abseil-cpp-tstring-y_absl-synchronization - abseil-cpp-tstring-y_absl-time - abseil-cpp-tstring-y_absl-utility - library-cpp-resource -) -target_sources(contrib-libs-grpc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/backend_metrics/backend_metric_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/census/grpc_context.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/channel_idle/channel_idle_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/channel_idle/idle_filter_state.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/backend_metric.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/backup_poller.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/channel_connectivity.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/client_channel.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/client_channel_channelz.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/client_channel_factory.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/client_channel_plugin.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/client_channel_service_config.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/config_selector.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/dynamic_filters.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/global_subchannel_pool.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/health/health_check_client.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/http_proxy.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/address_filtering.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/child_policy_handler.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_balancer_addresses.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/oob_backend_metric.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/outlier_detection/outlier_detection.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/priority/priority.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/ring_hash/ring_hash.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/rls/rls.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/weighted_round_robin/static_stride_scheduler.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/weighted_round_robin/weighted_round_robin.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/weighted_target/weighted_target.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/xds/cds.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/xds/xds_attributes.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_impl.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_manager.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/xds/xds_override_host.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/xds/xds_wrr_locality.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/local_subchannel_pool.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/binder/binder_resolver.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_windows.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_windows.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/google_c2p/google_c2p_resolver.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/polling_resolver.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/xds/xds_resolver.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/retry_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/retry_service_config.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/retry_throttle.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/service_config_channel_arg_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/subchannel.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/subchannel_pool_interface.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/subchannel_stream_client.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/deadline/deadline_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/fault_injection/fault_injection_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/fault_injection/fault_injection_service_config_parser.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/http/client/http_client_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/http/client_authority_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/http/http_filters_plugin.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/http/message_compress/compression_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/http/server/http_server_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/message_size/message_size_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/rbac/rbac_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/rbac/rbac_service_config_parser.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/server_config_selector/server_config_selector_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/stateful_session/stateful_session_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/stateful_session/stateful_session_service_config_parser.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/gcp/metadata_query.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/client/binder_connector.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/client/channel_create.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/client/channel_create_impl.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/client/connection_id_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/client/endpoint_binder_pool.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/client/jni_utils.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/client/security_policy_setting.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/security_policy/binder_security_policy.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/server/binder_server.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/server/binder_server_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/transport/binder_transport.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/utils/ndk_binder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/utils/transport_stream_receiver_impl.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/wire_format/binder_android.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/wire_format/binder_constants.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/wire_format/transaction.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/wire_format/wire_reader_impl.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/wire_format/wire_writer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/alpn/alpn.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/client/chttp2_connector.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/server/chttp2_server.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/bin_decoder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/bin_encoder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/chttp2_transport.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/context_list.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/decode_huff.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/flow_control.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/frame_data.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/frame_goaway.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/frame_ping.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/frame_rst_stream.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/frame_settings.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/frame_window_update.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/hpack_encoder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/hpack_encoder_table.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/hpack_parser.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/hpack_parser_table.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/http2_settings.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/http_trace.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/huffsyms.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/parsing.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/stream_lists.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/stream_map.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/varint.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/writing.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/inproc/inproc_plugin.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/inproc/inproc_transport.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/admin/v3/certs.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/admin/v3/clusters.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/admin/v3/config_dump.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/admin/v3/config_dump_shared.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/admin/v3/init_dump.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/admin/v3/listeners.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/admin/v3/memory.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/admin/v3/metrics.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/admin/v3/mutex_stats.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/admin/v3/server_info.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/admin/v3/tap.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/annotations/deprecation.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/annotations/resource.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/accesslog/v3/accesslog.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/bootstrap/v3/bootstrap.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/cluster/v3/circuit_breaker.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/cluster/v3/cluster.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/cluster/v3/filter.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/cluster/v3/outlier_detection.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/common/matcher/v3/matcher.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/core/v3/address.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/core/v3/backoff.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/core/v3/base.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/core/v3/config_source.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/core/v3/event_service_config.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/core/v3/extension.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/core/v3/grpc_method_list.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/core/v3/grpc_service.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/core/v3/health_check.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/core/v3/http_uri.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/core/v3/protocol.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/core/v3/proxy_protocol.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/core/v3/resolver.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/core/v3/socket_option.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/core/v3/substitution_format_string.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/core/v3/udp_socket_config.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/endpoint/v3/endpoint.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/endpoint/v3/endpoint_components.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/endpoint/v3/load_report.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/listener/v3/api_listener.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/listener/v3/listener.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/listener/v3/listener_components.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/listener/v3/quic_config.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/listener/v3/udp_listener_config.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/metrics/v3/metrics_service.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/metrics/v3/stats.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/overload/v3/overload.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/rbac/v3/rbac.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/route/v3/route.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/route/v3/route_components.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/route/v3/scoped_route.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/tap/v3/common.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/trace/v3/datadog.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/trace/v3/dynamic_ot.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/trace/v3/http_tracer.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/trace/v3/lightstep.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/trace/v3/opencensus.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/trace/v3/opentelemetry.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/trace/v3/service.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/trace/v3/skywalking.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/trace/v3/trace.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/trace/v3/xray.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/trace/v3/zipkin.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/clusters/aggregate/v3/cluster.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/filters/common/fault/v3/fault.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/filters/http/fault/v3/fault.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/filters/http/rbac/v3/rbac.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/filters/http/router/v3/router.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/filters/http/stateful_session/v3/stateful_session.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/filters/network/http_connection_manager/v3/http_connection_manager.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/http/stateful_session/cookie/v3/cookie.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/load_balancing_policies/client_side_weighted_round_robin/v3/client_side_weighted_round_robin.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/load_balancing_policies/common/v3/common.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/load_balancing_policies/ring_hash/v3/ring_hash.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/load_balancing_policies/wrr_locality/v3/wrr_locality.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/transport_sockets/tls/v3/cert.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/transport_sockets/tls/v3/common.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/transport_sockets/tls/v3/secret.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/transport_sockets/tls/v3/tls.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/transport_sockets/tls/v3/tls_spiffe_validator_config.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/service/discovery/v3/ads.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/service/discovery/v3/discovery.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/service/load_stats/v3/lrs.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/service/status/v3/csds.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/http/v3/cookie.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/http/v3/path_transformation.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/matcher/v3/filter_state.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/matcher/v3/http_inputs.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/matcher/v3/metadata.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/matcher/v3/node.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/matcher/v3/number.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/matcher/v3/path.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/matcher/v3/regex.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/matcher/v3/status_code_input.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/matcher/v3/string.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/matcher/v3/struct.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/matcher/v3/value.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/metadata/v3/metadata.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/tracing/v3/custom_tag.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/v3/hash_policy.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/v3/http.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/v3/http_status.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/v3/percent.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/v3/range.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/v3/ratelimit_strategy.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/v3/ratelimit_unit.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/v3/semantic_version.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/v3/token_bucket.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/google/api/annotations.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/google/api/expr/v1alpha1/checked.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/google/api/expr/v1alpha1/syntax.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/google/api/http.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/google/api/httpbody.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/google/protobuf/any.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/google/protobuf/descriptor.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/google/protobuf/duration.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/google/protobuf/empty.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/google/protobuf/struct.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/google/protobuf/timestamp.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/google/protobuf/wrappers.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/google/rpc/status.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/opencensus/proto/trace/v1/trace_config.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/src/proto/grpc/gcp/altscontext.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/src/proto/grpc/gcp/handshaker.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/src/proto/grpc/gcp/transport_security_common.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/src/proto/grpc/health/v1/health.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/src/proto/grpc/lb/v1/load_balancer.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/src/proto/grpc/lookup/v1/rls.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/src/proto/grpc/lookup/v1/rls_config.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/udpa/annotations/migrate.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/udpa/annotations/security.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/udpa/annotations/sensitive.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/udpa/annotations/status.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/udpa/annotations/versioning.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/validate/validate.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/annotations/v3/migrate.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/annotations/v3/security.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/annotations/v3/sensitive.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/annotations/v3/status.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/annotations/v3/versioning.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/core/v3/authority.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/core/v3/cidr.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/core/v3/collection_entry.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/core/v3/context_params.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/core/v3/extension.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/core/v3/resource.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/core/v3/resource_locator.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/core/v3/resource_name.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/data/orca/v3/orca_load_report.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/service/orca/v3/orca.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/type/matcher/v3/cel.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/type/matcher/v3/domain.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/type/matcher/v3/http_inputs.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/type/matcher/v3/ip.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/type/matcher/v3/matcher.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/type/matcher/v3/range.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/type/matcher/v3/regex.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/type/matcher/v3/string.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/type/v3/cel.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/type/v3/range.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/type/v3/typed_struct.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/admin/v3/certs.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/admin/v3/clusters.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/admin/v3/config_dump.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/admin/v3/config_dump_shared.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/admin/v3/init_dump.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/admin/v3/listeners.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/admin/v3/memory.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/admin/v3/metrics.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/admin/v3/mutex_stats.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/admin/v3/server_info.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/admin/v3/tap.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/annotations/deprecation.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/annotations/resource.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/accesslog/v3/accesslog.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/bootstrap/v3/bootstrap.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/cluster/v3/circuit_breaker.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/cluster/v3/cluster.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/cluster/v3/filter.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/cluster/v3/outlier_detection.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/common/matcher/v3/matcher.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/core/v3/address.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/core/v3/backoff.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/core/v3/base.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/core/v3/config_source.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/core/v3/event_service_config.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/core/v3/extension.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/core/v3/grpc_method_list.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/core/v3/grpc_service.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/core/v3/health_check.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/core/v3/http_uri.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/core/v3/protocol.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/core/v3/proxy_protocol.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/core/v3/resolver.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/core/v3/socket_option.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/core/v3/substitution_format_string.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/core/v3/udp_socket_config.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/endpoint/v3/endpoint.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/endpoint/v3/endpoint_components.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/endpoint/v3/load_report.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/listener/v3/api_listener.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/listener/v3/listener.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/listener/v3/listener_components.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/listener/v3/quic_config.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/listener/v3/udp_listener_config.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/metrics/v3/metrics_service.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/metrics/v3/stats.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/overload/v3/overload.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/rbac/v3/rbac.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/route/v3/route.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/route/v3/route_components.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/route/v3/scoped_route.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/tap/v3/common.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/trace/v3/datadog.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/trace/v3/dynamic_ot.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/trace/v3/http_tracer.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/trace/v3/lightstep.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/trace/v3/opencensus.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/trace/v3/opentelemetry.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/trace/v3/service.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/trace/v3/skywalking.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/trace/v3/trace.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/trace/v3/xray.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/trace/v3/zipkin.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/extensions/clusters/aggregate/v3/cluster.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/extensions/filters/common/fault/v3/fault.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/extensions/filters/http/fault/v3/fault.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/extensions/filters/http/rbac/v3/rbac.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/extensions/filters/http/router/v3/router.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/extensions/filters/http/stateful_session/v3/stateful_session.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/extensions/filters/network/http_connection_manager/v3/http_connection_manager.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/extensions/http/stateful_session/cookie/v3/cookie.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/extensions/transport_sockets/tls/v3/cert.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/extensions/transport_sockets/tls/v3/common.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/extensions/transport_sockets/tls/v3/secret.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/extensions/transport_sockets/tls/v3/tls.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/extensions/transport_sockets/tls/v3/tls_spiffe_validator_config.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/service/discovery/v3/ads.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/service/discovery/v3/discovery.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/service/load_stats/v3/lrs.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/service/status/v3/csds.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/http/v3/cookie.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/http/v3/path_transformation.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/matcher/v3/filter_state.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/matcher/v3/http_inputs.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/matcher/v3/metadata.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/matcher/v3/node.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/matcher/v3/number.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/matcher/v3/path.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/matcher/v3/regex.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/matcher/v3/status_code_input.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/matcher/v3/string.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/matcher/v3/struct.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/matcher/v3/value.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/metadata/v3/metadata.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/tracing/v3/custom_tag.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/v3/hash_policy.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/v3/http.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/v3/http_status.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/v3/percent.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/v3/range.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/v3/ratelimit_strategy.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/v3/ratelimit_unit.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/v3/semantic_version.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/v3/token_bucket.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/google/api/annotations.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/google/api/expr/v1alpha1/checked.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/google/api/expr/v1alpha1/syntax.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/google/api/http.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/google/api/httpbody.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/google/protobuf/any.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/google/protobuf/descriptor.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/google/protobuf/duration.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/google/protobuf/empty.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/google/protobuf/struct.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/google/protobuf/timestamp.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/google/protobuf/wrappers.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/google/rpc/status.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/opencensus/proto/trace/v1/trace_config.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/src/proto/grpc/lookup/v1/rls_config.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/udpa/annotations/migrate.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/udpa/annotations/security.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/udpa/annotations/sensitive.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/udpa/annotations/status.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/udpa/annotations/versioning.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/validate/validate.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/annotations/v3/migrate.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/annotations/v3/security.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/annotations/v3/sensitive.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/annotations/v3/status.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/annotations/v3/versioning.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/core/v3/authority.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/core/v3/cidr.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/core/v3/collection_entry.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/core/v3/context_params.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/core/v3/extension.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/core/v3/resource.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/core/v3/resource_locator.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/core/v3/resource_name.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/type/matcher/v3/cel.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/type/matcher/v3/domain.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/type/matcher/v3/http_inputs.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/type/matcher/v3/ip.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/type/matcher/v3/matcher.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/type/matcher/v3/range.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/type/matcher/v3/regex.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/type/matcher/v3/string.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/type/v3/cel.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/type/v3/range.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/type/v3/typed_struct.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/certificate_provider_store.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/file_watcher_certificate_provider_factory.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_api.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_bootstrap.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_bootstrap_grpc.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_certificate_provider.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_channel_stack_modifier.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_client.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_client_grpc.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_client_stats.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_cluster.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_cluster_specifier_plugin.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_common_types.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_endpoint.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_health_status.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_http_fault_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_http_filters.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_http_rbac_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_http_stateful_session_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_lb_policy_registry.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_listener.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_route_config.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_routing.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_server_config_fetcher.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_transport_grpc.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/address_utils/parse_address.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/address_utils/sockaddr_utils.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/backoff/backoff.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/backoff/random_early_detection.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/channel/call_tracer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/channel/channel_args.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/channel/channel_args_preconditioning.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/channel/channel_stack.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/channel/channel_stack_builder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/channel/channel_stack_builder_impl.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/channel/channel_trace.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/channel/channelz.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/channel/channelz_registry.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/channel/connected_channel.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/channel/promise_based_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/channel/server_call_tracer_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/channel/status_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/compression/compression.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/compression/compression_internal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/compression/message_compress.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/config/config_vars.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/config/config_vars_non_generated.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/config/core_configuration.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/config/load_config.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/debug/event_log.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/debug/histogram_view.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/debug/stats.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/debug/stats_data.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/debug/trace.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/channel_args_endpoint_config.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/default_event_engine.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/default_event_engine_factory.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/event_engine.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/forkable.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/memory_allocator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/ev_epoll1_linux.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/ev_poll_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/event_poller_posix_default.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/internal_errqueue.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/lockfree_event.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/posix_endpoint.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/posix_engine.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/posix_engine_listener.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/posix_engine_listener_utils.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/tcp_socket_utils.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/timer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/timer_heap.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/timer_manager.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/traced_buffer_list.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/wakeup_fd_eventfd.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/wakeup_fd_pipe.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/wakeup_fd_posix_default.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/resolved_address.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/shim.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/slice.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/slice_buffer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/tcp_socket_utils.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/thread_local.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/thread_pool.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/time_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/trace.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/utils.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/windows/iocp.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/windows/win_socket.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/windows/windows_endpoint.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/windows/windows_engine.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/windows/windows_listener.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/experiments/config.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/experiments/experiments.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/alloc.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/android/log.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/atm.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/iphone/cpu.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/linux/cpu.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/linux/log.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/log.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/msys/tmpfile.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/posix/cpu.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/posix/log.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/posix/string.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/posix/sync.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/posix/time.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/posix/tmpfile.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/string.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/sync.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/sync_abseil.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/time.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/time_precise.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/windows/cpu.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/windows/log.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/windows/string.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/windows/string_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/windows/sync.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/windows/time.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/windows/tmpfile.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/wrap_memcpy.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/crash.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/examine_stack.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/fork.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/host_port.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/linux/env.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/load_file.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/mpscq.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/posix/env.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/posix/stat.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/posix/thd.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/status_helper.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/strerror.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/tchar.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/time.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/time_averaged_stats.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/time_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/validation_errors.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/windows/env.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/windows/stat.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/windows/thd.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/work_serializer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/handshaker/proxy_mapper_registry.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/http/format_request.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/http/httpcli.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/http/httpcli_security_connector.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/http/parser.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/buffer_list.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/call_combiner.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/cfstream_handle.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/closure.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/combiner.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/dualstack_socket_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/endpoint.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/endpoint_cfstream.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/endpoint_pair_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/endpoint_pair_windows.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/error.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/error_cfstream.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/ev_apple.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/ev_epoll1_linux.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/ev_poll_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/ev_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/ev_windows.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/event_engine_shims/closure.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/event_engine_shims/endpoint.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/event_engine_shims/tcp_client.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/exec_ctx.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/executor.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/fork_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/fork_windows.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/gethostname_fallback.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/gethostname_host_name_max.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/gethostname_sysconf.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/grpc_if_nametoindex_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/grpc_if_nametoindex_unsupported.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/internal_errqueue.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/iocp_windows.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/iomgr.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/iomgr_internal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/iomgr_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/iomgr_posix_cfstream.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/iomgr_windows.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/load_file.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/lockfree_event.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/polling_entity.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/pollset.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/pollset_set.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/pollset_set_windows.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/pollset_windows.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/resolve_address.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/resolve_address_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/resolve_address_windows.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/sockaddr_utils_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/socket_factory_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/socket_mutator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/socket_utils_common_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/socket_utils_linux.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/socket_utils_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/socket_utils_windows.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/socket_windows.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/systemd_utils.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/tcp_client.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/tcp_client_cfstream.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/tcp_client_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/tcp_client_windows.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/tcp_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/tcp_server.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/tcp_server_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/tcp_server_utils_posix_common.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/tcp_server_windows.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/tcp_windows.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/timer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/timer_generic.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/timer_heap.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/timer_manager.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/unix_sockets_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/unix_sockets_posix_noop.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/wakeup_fd_eventfd.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/wakeup_fd_nospecial.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/wakeup_fd_pipe.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/wakeup_fd_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/json/json_object_loader.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/json/json_reader.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/json/json_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/json/json_writer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/load_balancing/lb_policy.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/load_balancing/lb_policy_registry.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/matchers/matchers.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/promise/activity.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/promise/party.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/promise/sleep.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/promise/trace.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/resolver/resolver.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/resolver/resolver_registry.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/resolver/server_address.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/resource_quota/api.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/resource_quota/arena.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/resource_quota/memory_quota.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/resource_quota/periodic_update.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/resource_quota/resource_quota.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/resource_quota/thread_quota.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/resource_quota/trace.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/authorization/authorization_policy_provider_vtable.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/authorization/evaluate_args.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/authorization/grpc_authorization_engine.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/authorization/grpc_server_authz_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/authorization/matchers.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/authorization/rbac_policy.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/certificate_provider/certificate_provider_registry.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/context/security_context.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/alts/alts_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/alts/check_gcp_environment.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/alts/check_gcp_environment_linux.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/alts/check_gcp_environment_no_op.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/alts/check_gcp_environment_windows.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/alts/grpc_alts_credentials_client_options.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/alts/grpc_alts_credentials_options.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/alts/grpc_alts_credentials_server_options.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/call_creds_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/channel_creds_registry_init.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/composite/composite_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/external/aws_external_account_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/external/aws_request_signer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/external/external_account_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/external/file_external_account_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/external/url_external_account_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/fake/fake_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/google_default/credentials_generic.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/google_default/google_default_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/iam/iam_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/insecure/insecure_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/jwt/json_token.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/jwt/jwt_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/jwt/jwt_verifier.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/local/local_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/oauth2/oauth2_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/plugin/plugin_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/ssl/ssl_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/tls/grpc_tls_certificate_provider.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/tls/grpc_tls_credentials_options.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/tls/tls_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/tls/tls_utils.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/xds/xds_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/security_connector/add_arcadia_root_certs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/security_connector/alts/alts_security_connector.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/security_connector/fake/fake_security_connector.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/security_connector/insecure/insecure_security_connector.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/security_connector/load_system_roots_fallback.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/security_connector/load_system_roots_supported.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/security_connector/local/local_security_connector.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/security_connector/security_connector.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/security_connector/ssl/ssl_security_connector.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/security_connector/ssl_utils.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/security_connector/tls/tls_security_connector.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/transport/client_auth_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/transport/secure_endpoint.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/transport/security_handshaker.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/transport/server_auth_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/transport/tsi_error.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/util/json_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/service_config/service_config_impl.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/service_config/service_config_parser.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/slice/b64.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/slice/percent_encoding.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/slice/slice.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/slice/slice_buffer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/slice/slice_refcount.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/slice/slice_string_helpers.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/api_trace.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/builtins.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/byte_buffer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/byte_buffer_reader.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/call.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/call_details.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/call_log_batch.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/call_trace.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/channel.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/channel_init.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/channel_ping.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/channel_stack_type.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/completion_queue.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/completion_queue_factory.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/event_string.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/init.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/init_internally.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/lame_client.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/metadata_array.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/server.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/validate_metadata.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/version.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/transport/batch_builder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/transport/bdp_estimator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/transport/connectivity_state.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/transport/error_utils.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/transport/handshaker.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/transport/handshaker_registry.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/transport/http_connect_handshaker.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/transport/metadata_batch.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/transport/parsed_metadata.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/transport/pid_controller.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/transport/status_conversion.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/transport/tcp_connect_handshaker.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/transport/timeout_encoding.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/transport/transport.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/transport/transport_op_string.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/uri/uri_parser.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/plugin_registry/grpc_plugin_registry.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/plugin_registry/grpc_plugin_registry_extra.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/crypt/aes_gcm.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/crypt/gsec.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/frame_protector/alts_counter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/frame_protector/alts_crypter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/frame_protector/alts_frame_protector.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/frame_protector/alts_record_protocol_crypter_common.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/frame_protector/alts_seal_privacy_integrity_crypter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/frame_protector/alts_unseal_privacy_integrity_crypter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/frame_protector/frame_handler.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/handshaker/alts_handshaker_client.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/handshaker/alts_shared_resource.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/handshaker/alts_tsi_handshaker.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/handshaker/alts_tsi_utils.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/handshaker/transport_security_common_api.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_integrity_only_record_protocol.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_privacy_integrity_record_protocol.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_record_protocol_common.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/zero_copy_frame_protector/alts_iovec_record_protocol.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/zero_copy_frame_protector/alts_zero_copy_grpc_protector.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/fake_transport_security.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/local_transport_security.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/ssl/key_logging/ssl_key_logging.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/ssl/session_cache/ssl_session_boringssl.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/ssl/session_cache/ssl_session_cache.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/ssl/session_cache/ssl_session_openssl.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/ssl_transport_security.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/ssl_transport_security_utils.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/transport_security.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/transport_security_grpc.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/client/channel_cc.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/client/client_callback.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/client/client_context.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/client/client_interceptor.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/client/client_stats_interceptor.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/client/create_channel.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/client/create_channel_internal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/client/create_channel_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/client/insecure_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/client/secure_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/client/xds_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/common/alarm.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/common/auth_property_iterator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/common/channel_arguments.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/common/channel_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/common/completion_queue_cc.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/common/resource_quota_cc.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/common/rpc_method.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/common/secure_auth_context.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/common/secure_channel_arguments.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/common/secure_create_auth_context.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/common/tls_certificate_provider.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/common/tls_certificate_verifier.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/common/tls_credentials_options.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/common/validate_service_config.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/common/version_cc.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/server/async_generic_service.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/server/backend_metric_recorder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/server/channel_argument_option.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/server/create_default_thread_pool.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/server/external_connection_acceptor_impl.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/server/health/default_health_check_service.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/server/health/health_check_service.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/server/health/health_check_service_server_builder_option.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/server/insecure_server_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/server/secure_server_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/server/server_builder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/server/server_callback.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/server/server_cc.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/server/server_context.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/server/server_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/server/xds_server_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/thread_manager/thread_manager.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/util/byte_buffer_cc.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/util/status.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/util/string_ref.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/util/time_cc.cc -) diff --git a/contrib/libs/grpc/CMakeLists.linux-aarch64.txt b/contrib/libs/grpc/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 1b3177f8de9..00000000000 --- a/contrib/libs/grpc/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,922 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(src) -add_subdirectory(third_party) - -add_library(contrib-libs-grpc) -target_compile_options(contrib-libs-grpc PRIVATE - -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 - $,,-Wno-everything> -) -target_include_directories(contrib-libs-grpc PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/include -) -target_include_directories(contrib-libs-grpc PRIVATE - ${CMAKE_BINARY_DIR}/contrib/libs/grpc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/address_sorting/include - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb - ${CMAKE_SOURCE_DIR}/contrib/libs/xxhash -) -target_link_libraries(contrib-libs-grpc PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - certs - contrib-libs-c-ares - grpc-third_party-address_sorting - grpc-third_party-upb - contrib-libs-openssl - contrib-libs-re2 - contrib-libs-xxhash - contrib-libs-zlib - abseil-cpp-tstring-y_absl-algorithm - abseil-cpp-tstring-y_absl-base - abseil-cpp-tstring-y_absl-container - abseil-cpp-tstring-y_absl-flags - abseil-cpp-tstring-y_absl-functional - abseil-cpp-tstring-y_absl-hash - abseil-cpp-tstring-y_absl-memory - abseil-cpp-tstring-y_absl-meta - abseil-cpp-tstring-y_absl-random - abseil-cpp-tstring-y_absl-status - abseil-cpp-tstring-y_absl-strings - abseil-cpp-tstring-y_absl-synchronization - abseil-cpp-tstring-y_absl-time - abseil-cpp-tstring-y_absl-utility - library-cpp-resource -) -target_sources(contrib-libs-grpc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/backend_metrics/backend_metric_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/census/grpc_context.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/channel_idle/channel_idle_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/channel_idle/idle_filter_state.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/backend_metric.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/backup_poller.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/channel_connectivity.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/client_channel.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/client_channel_channelz.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/client_channel_factory.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/client_channel_plugin.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/client_channel_service_config.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/config_selector.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/dynamic_filters.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/global_subchannel_pool.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/health/health_check_client.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/http_proxy.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/address_filtering.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/child_policy_handler.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_balancer_addresses.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/oob_backend_metric.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/outlier_detection/outlier_detection.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/priority/priority.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/ring_hash/ring_hash.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/rls/rls.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/weighted_round_robin/static_stride_scheduler.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/weighted_round_robin/weighted_round_robin.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/weighted_target/weighted_target.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/xds/cds.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/xds/xds_attributes.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_impl.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_manager.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/xds/xds_override_host.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/xds/xds_wrr_locality.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/local_subchannel_pool.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/binder/binder_resolver.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_windows.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_windows.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/google_c2p/google_c2p_resolver.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/polling_resolver.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/xds/xds_resolver.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/retry_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/retry_service_config.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/retry_throttle.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/service_config_channel_arg_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/subchannel.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/subchannel_pool_interface.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/subchannel_stream_client.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/deadline/deadline_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/fault_injection/fault_injection_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/fault_injection/fault_injection_service_config_parser.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/http/client/http_client_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/http/client_authority_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/http/http_filters_plugin.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/http/message_compress/compression_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/http/server/http_server_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/message_size/message_size_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/rbac/rbac_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/rbac/rbac_service_config_parser.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/server_config_selector/server_config_selector_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/stateful_session/stateful_session_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/stateful_session/stateful_session_service_config_parser.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/gcp/metadata_query.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/client/binder_connector.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/client/channel_create.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/client/channel_create_impl.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/client/connection_id_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/client/endpoint_binder_pool.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/client/jni_utils.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/client/security_policy_setting.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/security_policy/binder_security_policy.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/server/binder_server.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/server/binder_server_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/transport/binder_transport.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/utils/ndk_binder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/utils/transport_stream_receiver_impl.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/wire_format/binder_android.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/wire_format/binder_constants.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/wire_format/transaction.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/wire_format/wire_reader_impl.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/wire_format/wire_writer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/alpn/alpn.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/client/chttp2_connector.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/server/chttp2_server.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/bin_decoder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/bin_encoder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/chttp2_transport.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/context_list.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/decode_huff.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/flow_control.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/frame_data.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/frame_goaway.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/frame_ping.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/frame_rst_stream.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/frame_settings.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/frame_window_update.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/hpack_encoder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/hpack_encoder_table.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/hpack_parser.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/hpack_parser_table.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/http2_settings.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/http_trace.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/huffsyms.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/parsing.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/stream_lists.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/stream_map.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/varint.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/writing.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/inproc/inproc_plugin.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/inproc/inproc_transport.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/admin/v3/certs.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/admin/v3/clusters.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/admin/v3/config_dump.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/admin/v3/config_dump_shared.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/admin/v3/init_dump.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/admin/v3/listeners.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/admin/v3/memory.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/admin/v3/metrics.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/admin/v3/mutex_stats.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/admin/v3/server_info.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/admin/v3/tap.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/annotations/deprecation.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/annotations/resource.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/accesslog/v3/accesslog.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/bootstrap/v3/bootstrap.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/cluster/v3/circuit_breaker.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/cluster/v3/cluster.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/cluster/v3/filter.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/cluster/v3/outlier_detection.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/common/matcher/v3/matcher.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/core/v3/address.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/core/v3/backoff.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/core/v3/base.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/core/v3/config_source.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/core/v3/event_service_config.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/core/v3/extension.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/core/v3/grpc_method_list.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/core/v3/grpc_service.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/core/v3/health_check.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/core/v3/http_uri.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/core/v3/protocol.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/core/v3/proxy_protocol.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/core/v3/resolver.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/core/v3/socket_option.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/core/v3/substitution_format_string.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/core/v3/udp_socket_config.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/endpoint/v3/endpoint.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/endpoint/v3/endpoint_components.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/endpoint/v3/load_report.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/listener/v3/api_listener.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/listener/v3/listener.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/listener/v3/listener_components.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/listener/v3/quic_config.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/listener/v3/udp_listener_config.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/metrics/v3/metrics_service.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/metrics/v3/stats.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/overload/v3/overload.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/rbac/v3/rbac.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/route/v3/route.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/route/v3/route_components.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/route/v3/scoped_route.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/tap/v3/common.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/trace/v3/datadog.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/trace/v3/dynamic_ot.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/trace/v3/http_tracer.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/trace/v3/lightstep.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/trace/v3/opencensus.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/trace/v3/opentelemetry.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/trace/v3/service.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/trace/v3/skywalking.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/trace/v3/trace.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/trace/v3/xray.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/trace/v3/zipkin.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/clusters/aggregate/v3/cluster.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/filters/common/fault/v3/fault.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/filters/http/fault/v3/fault.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/filters/http/rbac/v3/rbac.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/filters/http/router/v3/router.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/filters/http/stateful_session/v3/stateful_session.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/filters/network/http_connection_manager/v3/http_connection_manager.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/http/stateful_session/cookie/v3/cookie.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/load_balancing_policies/client_side_weighted_round_robin/v3/client_side_weighted_round_robin.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/load_balancing_policies/common/v3/common.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/load_balancing_policies/ring_hash/v3/ring_hash.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/load_balancing_policies/wrr_locality/v3/wrr_locality.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/transport_sockets/tls/v3/cert.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/transport_sockets/tls/v3/common.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/transport_sockets/tls/v3/secret.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/transport_sockets/tls/v3/tls.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/transport_sockets/tls/v3/tls_spiffe_validator_config.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/service/discovery/v3/ads.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/service/discovery/v3/discovery.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/service/load_stats/v3/lrs.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/service/status/v3/csds.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/http/v3/cookie.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/http/v3/path_transformation.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/matcher/v3/filter_state.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/matcher/v3/http_inputs.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/matcher/v3/metadata.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/matcher/v3/node.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/matcher/v3/number.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/matcher/v3/path.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/matcher/v3/regex.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/matcher/v3/status_code_input.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/matcher/v3/string.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/matcher/v3/struct.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/matcher/v3/value.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/metadata/v3/metadata.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/tracing/v3/custom_tag.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/v3/hash_policy.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/v3/http.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/v3/http_status.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/v3/percent.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/v3/range.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/v3/ratelimit_strategy.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/v3/ratelimit_unit.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/v3/semantic_version.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/v3/token_bucket.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/google/api/annotations.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/google/api/expr/v1alpha1/checked.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/google/api/expr/v1alpha1/syntax.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/google/api/http.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/google/api/httpbody.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/google/protobuf/any.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/google/protobuf/descriptor.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/google/protobuf/duration.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/google/protobuf/empty.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/google/protobuf/struct.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/google/protobuf/timestamp.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/google/protobuf/wrappers.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/google/rpc/status.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/opencensus/proto/trace/v1/trace_config.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/src/proto/grpc/gcp/altscontext.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/src/proto/grpc/gcp/handshaker.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/src/proto/grpc/gcp/transport_security_common.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/src/proto/grpc/health/v1/health.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/src/proto/grpc/lb/v1/load_balancer.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/src/proto/grpc/lookup/v1/rls.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/src/proto/grpc/lookup/v1/rls_config.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/udpa/annotations/migrate.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/udpa/annotations/security.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/udpa/annotations/sensitive.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/udpa/annotations/status.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/udpa/annotations/versioning.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/validate/validate.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/annotations/v3/migrate.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/annotations/v3/security.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/annotations/v3/sensitive.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/annotations/v3/status.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/annotations/v3/versioning.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/core/v3/authority.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/core/v3/cidr.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/core/v3/collection_entry.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/core/v3/context_params.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/core/v3/extension.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/core/v3/resource.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/core/v3/resource_locator.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/core/v3/resource_name.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/data/orca/v3/orca_load_report.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/service/orca/v3/orca.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/type/matcher/v3/cel.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/type/matcher/v3/domain.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/type/matcher/v3/http_inputs.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/type/matcher/v3/ip.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/type/matcher/v3/matcher.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/type/matcher/v3/range.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/type/matcher/v3/regex.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/type/matcher/v3/string.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/type/v3/cel.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/type/v3/range.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/type/v3/typed_struct.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/admin/v3/certs.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/admin/v3/clusters.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/admin/v3/config_dump.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/admin/v3/config_dump_shared.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/admin/v3/init_dump.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/admin/v3/listeners.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/admin/v3/memory.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/admin/v3/metrics.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/admin/v3/mutex_stats.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/admin/v3/server_info.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/admin/v3/tap.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/annotations/deprecation.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/annotations/resource.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/accesslog/v3/accesslog.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/bootstrap/v3/bootstrap.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/cluster/v3/circuit_breaker.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/cluster/v3/cluster.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/cluster/v3/filter.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/cluster/v3/outlier_detection.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/common/matcher/v3/matcher.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/core/v3/address.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/core/v3/backoff.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/core/v3/base.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/core/v3/config_source.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/core/v3/event_service_config.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/core/v3/extension.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/core/v3/grpc_method_list.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/core/v3/grpc_service.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/core/v3/health_check.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/core/v3/http_uri.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/core/v3/protocol.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/core/v3/proxy_protocol.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/core/v3/resolver.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/core/v3/socket_option.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/core/v3/substitution_format_string.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/core/v3/udp_socket_config.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/endpoint/v3/endpoint.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/endpoint/v3/endpoint_components.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/endpoint/v3/load_report.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/listener/v3/api_listener.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/listener/v3/listener.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/listener/v3/listener_components.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/listener/v3/quic_config.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/listener/v3/udp_listener_config.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/metrics/v3/metrics_service.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/metrics/v3/stats.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/overload/v3/overload.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/rbac/v3/rbac.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/route/v3/route.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/route/v3/route_components.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/route/v3/scoped_route.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/tap/v3/common.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/trace/v3/datadog.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/trace/v3/dynamic_ot.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/trace/v3/http_tracer.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/trace/v3/lightstep.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/trace/v3/opencensus.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/trace/v3/opentelemetry.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/trace/v3/service.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/trace/v3/skywalking.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/trace/v3/trace.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/trace/v3/xray.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/trace/v3/zipkin.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/extensions/clusters/aggregate/v3/cluster.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/extensions/filters/common/fault/v3/fault.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/extensions/filters/http/fault/v3/fault.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/extensions/filters/http/rbac/v3/rbac.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/extensions/filters/http/router/v3/router.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/extensions/filters/http/stateful_session/v3/stateful_session.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/extensions/filters/network/http_connection_manager/v3/http_connection_manager.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/extensions/http/stateful_session/cookie/v3/cookie.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/extensions/transport_sockets/tls/v3/cert.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/extensions/transport_sockets/tls/v3/common.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/extensions/transport_sockets/tls/v3/secret.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/extensions/transport_sockets/tls/v3/tls.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/extensions/transport_sockets/tls/v3/tls_spiffe_validator_config.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/service/discovery/v3/ads.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/service/discovery/v3/discovery.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/service/load_stats/v3/lrs.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/service/status/v3/csds.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/http/v3/cookie.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/http/v3/path_transformation.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/matcher/v3/filter_state.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/matcher/v3/http_inputs.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/matcher/v3/metadata.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/matcher/v3/node.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/matcher/v3/number.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/matcher/v3/path.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/matcher/v3/regex.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/matcher/v3/status_code_input.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/matcher/v3/string.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/matcher/v3/struct.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/matcher/v3/value.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/metadata/v3/metadata.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/tracing/v3/custom_tag.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/v3/hash_policy.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/v3/http.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/v3/http_status.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/v3/percent.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/v3/range.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/v3/ratelimit_strategy.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/v3/ratelimit_unit.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/v3/semantic_version.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/v3/token_bucket.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/google/api/annotations.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/google/api/expr/v1alpha1/checked.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/google/api/expr/v1alpha1/syntax.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/google/api/http.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/google/api/httpbody.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/google/protobuf/any.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/google/protobuf/descriptor.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/google/protobuf/duration.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/google/protobuf/empty.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/google/protobuf/struct.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/google/protobuf/timestamp.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/google/protobuf/wrappers.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/google/rpc/status.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/opencensus/proto/trace/v1/trace_config.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/src/proto/grpc/lookup/v1/rls_config.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/udpa/annotations/migrate.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/udpa/annotations/security.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/udpa/annotations/sensitive.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/udpa/annotations/status.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/udpa/annotations/versioning.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/validate/validate.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/annotations/v3/migrate.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/annotations/v3/security.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/annotations/v3/sensitive.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/annotations/v3/status.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/annotations/v3/versioning.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/core/v3/authority.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/core/v3/cidr.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/core/v3/collection_entry.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/core/v3/context_params.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/core/v3/extension.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/core/v3/resource.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/core/v3/resource_locator.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/core/v3/resource_name.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/type/matcher/v3/cel.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/type/matcher/v3/domain.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/type/matcher/v3/http_inputs.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/type/matcher/v3/ip.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/type/matcher/v3/matcher.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/type/matcher/v3/range.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/type/matcher/v3/regex.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/type/matcher/v3/string.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/type/v3/cel.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/type/v3/range.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/type/v3/typed_struct.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/certificate_provider_store.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/file_watcher_certificate_provider_factory.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_api.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_bootstrap.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_bootstrap_grpc.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_certificate_provider.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_channel_stack_modifier.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_client.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_client_grpc.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_client_stats.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_cluster.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_cluster_specifier_plugin.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_common_types.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_endpoint.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_health_status.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_http_fault_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_http_filters.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_http_rbac_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_http_stateful_session_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_lb_policy_registry.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_listener.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_route_config.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_routing.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_server_config_fetcher.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_transport_grpc.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/address_utils/parse_address.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/address_utils/sockaddr_utils.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/backoff/backoff.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/backoff/random_early_detection.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/channel/call_tracer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/channel/channel_args.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/channel/channel_args_preconditioning.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/channel/channel_stack.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/channel/channel_stack_builder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/channel/channel_stack_builder_impl.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/channel/channel_trace.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/channel/channelz.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/channel/channelz_registry.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/channel/connected_channel.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/channel/promise_based_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/channel/server_call_tracer_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/channel/status_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/compression/compression.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/compression/compression_internal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/compression/message_compress.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/config/config_vars.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/config/config_vars_non_generated.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/config/core_configuration.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/config/load_config.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/debug/event_log.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/debug/histogram_view.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/debug/stats.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/debug/stats_data.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/debug/trace.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/channel_args_endpoint_config.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/default_event_engine.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/default_event_engine_factory.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/event_engine.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/forkable.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/memory_allocator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/ev_epoll1_linux.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/ev_poll_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/event_poller_posix_default.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/internal_errqueue.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/lockfree_event.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/posix_endpoint.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/posix_engine.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/posix_engine_listener.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/posix_engine_listener_utils.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/tcp_socket_utils.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/timer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/timer_heap.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/timer_manager.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/traced_buffer_list.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/wakeup_fd_eventfd.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/wakeup_fd_pipe.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/wakeup_fd_posix_default.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/resolved_address.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/shim.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/slice.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/slice_buffer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/tcp_socket_utils.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/thread_local.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/thread_pool.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/time_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/trace.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/utils.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/windows/iocp.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/windows/win_socket.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/windows/windows_endpoint.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/windows/windows_engine.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/windows/windows_listener.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/experiments/config.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/experiments/experiments.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/alloc.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/android/log.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/atm.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/iphone/cpu.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/linux/cpu.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/linux/log.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/log.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/msys/tmpfile.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/posix/cpu.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/posix/log.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/posix/string.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/posix/sync.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/posix/time.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/posix/tmpfile.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/string.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/sync.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/sync_abseil.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/time.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/time_precise.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/windows/cpu.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/windows/log.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/windows/string.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/windows/string_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/windows/sync.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/windows/time.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/windows/tmpfile.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/wrap_memcpy.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/crash.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/examine_stack.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/fork.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/host_port.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/linux/env.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/load_file.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/mpscq.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/posix/env.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/posix/stat.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/posix/thd.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/status_helper.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/strerror.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/tchar.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/time.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/time_averaged_stats.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/time_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/validation_errors.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/windows/env.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/windows/stat.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/windows/thd.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/work_serializer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/handshaker/proxy_mapper_registry.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/http/format_request.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/http/httpcli.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/http/httpcli_security_connector.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/http/parser.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/buffer_list.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/call_combiner.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/cfstream_handle.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/closure.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/combiner.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/dualstack_socket_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/endpoint.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/endpoint_cfstream.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/endpoint_pair_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/endpoint_pair_windows.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/error.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/error_cfstream.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/ev_apple.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/ev_epoll1_linux.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/ev_poll_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/ev_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/ev_windows.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/event_engine_shims/closure.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/event_engine_shims/endpoint.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/event_engine_shims/tcp_client.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/exec_ctx.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/executor.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/fork_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/fork_windows.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/gethostname_fallback.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/gethostname_host_name_max.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/gethostname_sysconf.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/grpc_if_nametoindex_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/grpc_if_nametoindex_unsupported.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/internal_errqueue.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/iocp_windows.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/iomgr.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/iomgr_internal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/iomgr_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/iomgr_posix_cfstream.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/iomgr_windows.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/load_file.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/lockfree_event.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/polling_entity.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/pollset.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/pollset_set.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/pollset_set_windows.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/pollset_windows.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/resolve_address.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/resolve_address_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/resolve_address_windows.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/sockaddr_utils_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/socket_factory_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/socket_mutator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/socket_utils_common_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/socket_utils_linux.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/socket_utils_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/socket_utils_windows.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/socket_windows.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/systemd_utils.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/tcp_client.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/tcp_client_cfstream.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/tcp_client_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/tcp_client_windows.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/tcp_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/tcp_server.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/tcp_server_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/tcp_server_utils_posix_common.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/tcp_server_windows.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/tcp_windows.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/timer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/timer_generic.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/timer_heap.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/timer_manager.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/unix_sockets_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/unix_sockets_posix_noop.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/wakeup_fd_eventfd.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/wakeup_fd_nospecial.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/wakeup_fd_pipe.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/wakeup_fd_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/json/json_object_loader.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/json/json_reader.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/json/json_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/json/json_writer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/load_balancing/lb_policy.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/load_balancing/lb_policy_registry.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/matchers/matchers.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/promise/activity.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/promise/party.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/promise/sleep.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/promise/trace.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/resolver/resolver.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/resolver/resolver_registry.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/resolver/server_address.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/resource_quota/api.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/resource_quota/arena.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/resource_quota/memory_quota.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/resource_quota/periodic_update.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/resource_quota/resource_quota.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/resource_quota/thread_quota.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/resource_quota/trace.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/authorization/authorization_policy_provider_vtable.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/authorization/evaluate_args.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/authorization/grpc_authorization_engine.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/authorization/grpc_server_authz_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/authorization/matchers.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/authorization/rbac_policy.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/certificate_provider/certificate_provider_registry.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/context/security_context.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/alts/alts_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/alts/check_gcp_environment.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/alts/check_gcp_environment_linux.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/alts/check_gcp_environment_no_op.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/alts/check_gcp_environment_windows.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/alts/grpc_alts_credentials_client_options.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/alts/grpc_alts_credentials_options.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/alts/grpc_alts_credentials_server_options.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/call_creds_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/channel_creds_registry_init.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/composite/composite_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/external/aws_external_account_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/external/aws_request_signer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/external/external_account_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/external/file_external_account_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/external/url_external_account_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/fake/fake_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/google_default/credentials_generic.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/google_default/google_default_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/iam/iam_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/insecure/insecure_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/jwt/json_token.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/jwt/jwt_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/jwt/jwt_verifier.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/local/local_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/oauth2/oauth2_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/plugin/plugin_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/ssl/ssl_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/tls/grpc_tls_certificate_provider.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/tls/grpc_tls_credentials_options.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/tls/tls_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/tls/tls_utils.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/xds/xds_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/security_connector/add_arcadia_root_certs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/security_connector/alts/alts_security_connector.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/security_connector/fake/fake_security_connector.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/security_connector/insecure/insecure_security_connector.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/security_connector/load_system_roots_fallback.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/security_connector/load_system_roots_supported.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/security_connector/local/local_security_connector.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/security_connector/security_connector.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/security_connector/ssl/ssl_security_connector.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/security_connector/ssl_utils.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/security_connector/tls/tls_security_connector.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/transport/client_auth_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/transport/secure_endpoint.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/transport/security_handshaker.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/transport/server_auth_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/transport/tsi_error.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/util/json_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/service_config/service_config_impl.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/service_config/service_config_parser.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/slice/b64.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/slice/percent_encoding.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/slice/slice.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/slice/slice_buffer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/slice/slice_refcount.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/slice/slice_string_helpers.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/api_trace.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/builtins.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/byte_buffer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/byte_buffer_reader.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/call.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/call_details.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/call_log_batch.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/call_trace.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/channel.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/channel_init.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/channel_ping.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/channel_stack_type.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/completion_queue.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/completion_queue_factory.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/event_string.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/init.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/init_internally.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/lame_client.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/metadata_array.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/server.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/validate_metadata.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/version.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/transport/batch_builder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/transport/bdp_estimator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/transport/connectivity_state.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/transport/error_utils.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/transport/handshaker.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/transport/handshaker_registry.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/transport/http_connect_handshaker.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/transport/metadata_batch.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/transport/parsed_metadata.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/transport/pid_controller.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/transport/status_conversion.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/transport/tcp_connect_handshaker.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/transport/timeout_encoding.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/transport/transport.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/transport/transport_op_string.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/uri/uri_parser.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/plugin_registry/grpc_plugin_registry.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/plugin_registry/grpc_plugin_registry_extra.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/crypt/aes_gcm.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/crypt/gsec.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/frame_protector/alts_counter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/frame_protector/alts_crypter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/frame_protector/alts_frame_protector.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/frame_protector/alts_record_protocol_crypter_common.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/frame_protector/alts_seal_privacy_integrity_crypter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/frame_protector/alts_unseal_privacy_integrity_crypter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/frame_protector/frame_handler.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/handshaker/alts_handshaker_client.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/handshaker/alts_shared_resource.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/handshaker/alts_tsi_handshaker.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/handshaker/alts_tsi_utils.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/handshaker/transport_security_common_api.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_integrity_only_record_protocol.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_privacy_integrity_record_protocol.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_record_protocol_common.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/zero_copy_frame_protector/alts_iovec_record_protocol.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/zero_copy_frame_protector/alts_zero_copy_grpc_protector.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/fake_transport_security.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/local_transport_security.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/ssl/key_logging/ssl_key_logging.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/ssl/session_cache/ssl_session_boringssl.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/ssl/session_cache/ssl_session_cache.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/ssl/session_cache/ssl_session_openssl.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/ssl_transport_security.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/ssl_transport_security_utils.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/transport_security.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/transport_security_grpc.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/client/channel_cc.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/client/client_callback.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/client/client_context.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/client/client_interceptor.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/client/client_stats_interceptor.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/client/create_channel.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/client/create_channel_internal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/client/create_channel_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/client/insecure_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/client/secure_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/client/xds_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/common/alarm.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/common/auth_property_iterator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/common/channel_arguments.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/common/channel_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/common/completion_queue_cc.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/common/resource_quota_cc.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/common/rpc_method.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/common/secure_auth_context.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/common/secure_channel_arguments.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/common/secure_create_auth_context.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/common/tls_certificate_provider.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/common/tls_certificate_verifier.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/common/tls_credentials_options.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/common/validate_service_config.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/common/version_cc.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/server/async_generic_service.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/server/backend_metric_recorder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/server/channel_argument_option.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/server/create_default_thread_pool.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/server/external_connection_acceptor_impl.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/server/health/default_health_check_service.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/server/health/health_check_service.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/server/health/health_check_service_server_builder_option.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/server/insecure_server_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/server/secure_server_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/server/server_builder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/server/server_callback.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/server/server_cc.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/server/server_context.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/server/server_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/server/xds_server_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/thread_manager/thread_manager.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/util/byte_buffer_cc.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/util/status.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/util/string_ref.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/util/time_cc.cc -) diff --git a/contrib/libs/grpc/CMakeLists.linux-x86_64.txt b/contrib/libs/grpc/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 1b3177f8de9..00000000000 --- a/contrib/libs/grpc/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,922 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(src) -add_subdirectory(third_party) - -add_library(contrib-libs-grpc) -target_compile_options(contrib-libs-grpc PRIVATE - -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 - $,,-Wno-everything> -) -target_include_directories(contrib-libs-grpc PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/include -) -target_include_directories(contrib-libs-grpc PRIVATE - ${CMAKE_BINARY_DIR}/contrib/libs/grpc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/address_sorting/include - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb - ${CMAKE_SOURCE_DIR}/contrib/libs/xxhash -) -target_link_libraries(contrib-libs-grpc PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - certs - contrib-libs-c-ares - grpc-third_party-address_sorting - grpc-third_party-upb - contrib-libs-openssl - contrib-libs-re2 - contrib-libs-xxhash - contrib-libs-zlib - abseil-cpp-tstring-y_absl-algorithm - abseil-cpp-tstring-y_absl-base - abseil-cpp-tstring-y_absl-container - abseil-cpp-tstring-y_absl-flags - abseil-cpp-tstring-y_absl-functional - abseil-cpp-tstring-y_absl-hash - abseil-cpp-tstring-y_absl-memory - abseil-cpp-tstring-y_absl-meta - abseil-cpp-tstring-y_absl-random - abseil-cpp-tstring-y_absl-status - abseil-cpp-tstring-y_absl-strings - abseil-cpp-tstring-y_absl-synchronization - abseil-cpp-tstring-y_absl-time - abseil-cpp-tstring-y_absl-utility - library-cpp-resource -) -target_sources(contrib-libs-grpc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/backend_metrics/backend_metric_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/census/grpc_context.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/channel_idle/channel_idle_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/channel_idle/idle_filter_state.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/backend_metric.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/backup_poller.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/channel_connectivity.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/client_channel.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/client_channel_channelz.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/client_channel_factory.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/client_channel_plugin.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/client_channel_service_config.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/config_selector.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/dynamic_filters.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/global_subchannel_pool.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/health/health_check_client.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/http_proxy.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/address_filtering.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/child_policy_handler.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_balancer_addresses.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/oob_backend_metric.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/outlier_detection/outlier_detection.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/priority/priority.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/ring_hash/ring_hash.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/rls/rls.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/weighted_round_robin/static_stride_scheduler.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/weighted_round_robin/weighted_round_robin.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/weighted_target/weighted_target.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/xds/cds.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/xds/xds_attributes.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_impl.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_manager.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/xds/xds_override_host.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/xds/xds_wrr_locality.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/local_subchannel_pool.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/binder/binder_resolver.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_windows.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_windows.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/google_c2p/google_c2p_resolver.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/polling_resolver.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/xds/xds_resolver.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/retry_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/retry_service_config.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/retry_throttle.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/service_config_channel_arg_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/subchannel.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/subchannel_pool_interface.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/subchannel_stream_client.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/deadline/deadline_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/fault_injection/fault_injection_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/fault_injection/fault_injection_service_config_parser.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/http/client/http_client_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/http/client_authority_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/http/http_filters_plugin.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/http/message_compress/compression_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/http/server/http_server_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/message_size/message_size_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/rbac/rbac_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/rbac/rbac_service_config_parser.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/server_config_selector/server_config_selector_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/stateful_session/stateful_session_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/stateful_session/stateful_session_service_config_parser.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/gcp/metadata_query.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/client/binder_connector.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/client/channel_create.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/client/channel_create_impl.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/client/connection_id_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/client/endpoint_binder_pool.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/client/jni_utils.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/client/security_policy_setting.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/security_policy/binder_security_policy.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/server/binder_server.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/server/binder_server_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/transport/binder_transport.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/utils/ndk_binder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/utils/transport_stream_receiver_impl.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/wire_format/binder_android.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/wire_format/binder_constants.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/wire_format/transaction.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/wire_format/wire_reader_impl.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/wire_format/wire_writer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/alpn/alpn.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/client/chttp2_connector.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/server/chttp2_server.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/bin_decoder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/bin_encoder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/chttp2_transport.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/context_list.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/decode_huff.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/flow_control.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/frame_data.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/frame_goaway.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/frame_ping.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/frame_rst_stream.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/frame_settings.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/frame_window_update.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/hpack_encoder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/hpack_encoder_table.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/hpack_parser.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/hpack_parser_table.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/http2_settings.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/http_trace.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/huffsyms.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/parsing.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/stream_lists.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/stream_map.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/varint.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/writing.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/inproc/inproc_plugin.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/inproc/inproc_transport.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/admin/v3/certs.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/admin/v3/clusters.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/admin/v3/config_dump.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/admin/v3/config_dump_shared.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/admin/v3/init_dump.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/admin/v3/listeners.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/admin/v3/memory.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/admin/v3/metrics.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/admin/v3/mutex_stats.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/admin/v3/server_info.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/admin/v3/tap.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/annotations/deprecation.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/annotations/resource.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/accesslog/v3/accesslog.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/bootstrap/v3/bootstrap.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/cluster/v3/circuit_breaker.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/cluster/v3/cluster.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/cluster/v3/filter.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/cluster/v3/outlier_detection.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/common/matcher/v3/matcher.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/core/v3/address.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/core/v3/backoff.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/core/v3/base.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/core/v3/config_source.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/core/v3/event_service_config.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/core/v3/extension.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/core/v3/grpc_method_list.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/core/v3/grpc_service.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/core/v3/health_check.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/core/v3/http_uri.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/core/v3/protocol.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/core/v3/proxy_protocol.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/core/v3/resolver.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/core/v3/socket_option.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/core/v3/substitution_format_string.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/core/v3/udp_socket_config.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/endpoint/v3/endpoint.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/endpoint/v3/endpoint_components.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/endpoint/v3/load_report.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/listener/v3/api_listener.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/listener/v3/listener.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/listener/v3/listener_components.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/listener/v3/quic_config.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/listener/v3/udp_listener_config.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/metrics/v3/metrics_service.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/metrics/v3/stats.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/overload/v3/overload.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/rbac/v3/rbac.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/route/v3/route.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/route/v3/route_components.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/route/v3/scoped_route.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/tap/v3/common.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/trace/v3/datadog.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/trace/v3/dynamic_ot.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/trace/v3/http_tracer.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/trace/v3/lightstep.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/trace/v3/opencensus.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/trace/v3/opentelemetry.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/trace/v3/service.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/trace/v3/skywalking.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/trace/v3/trace.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/trace/v3/xray.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/trace/v3/zipkin.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/clusters/aggregate/v3/cluster.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/filters/common/fault/v3/fault.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/filters/http/fault/v3/fault.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/filters/http/rbac/v3/rbac.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/filters/http/router/v3/router.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/filters/http/stateful_session/v3/stateful_session.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/filters/network/http_connection_manager/v3/http_connection_manager.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/http/stateful_session/cookie/v3/cookie.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/load_balancing_policies/client_side_weighted_round_robin/v3/client_side_weighted_round_robin.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/load_balancing_policies/common/v3/common.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/load_balancing_policies/ring_hash/v3/ring_hash.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/load_balancing_policies/wrr_locality/v3/wrr_locality.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/transport_sockets/tls/v3/cert.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/transport_sockets/tls/v3/common.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/transport_sockets/tls/v3/secret.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/transport_sockets/tls/v3/tls.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/transport_sockets/tls/v3/tls_spiffe_validator_config.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/service/discovery/v3/ads.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/service/discovery/v3/discovery.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/service/load_stats/v3/lrs.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/service/status/v3/csds.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/http/v3/cookie.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/http/v3/path_transformation.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/matcher/v3/filter_state.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/matcher/v3/http_inputs.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/matcher/v3/metadata.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/matcher/v3/node.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/matcher/v3/number.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/matcher/v3/path.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/matcher/v3/regex.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/matcher/v3/status_code_input.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/matcher/v3/string.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/matcher/v3/struct.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/matcher/v3/value.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/metadata/v3/metadata.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/tracing/v3/custom_tag.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/v3/hash_policy.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/v3/http.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/v3/http_status.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/v3/percent.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/v3/range.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/v3/ratelimit_strategy.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/v3/ratelimit_unit.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/v3/semantic_version.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/v3/token_bucket.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/google/api/annotations.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/google/api/expr/v1alpha1/checked.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/google/api/expr/v1alpha1/syntax.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/google/api/http.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/google/api/httpbody.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/google/protobuf/any.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/google/protobuf/descriptor.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/google/protobuf/duration.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/google/protobuf/empty.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/google/protobuf/struct.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/google/protobuf/timestamp.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/google/protobuf/wrappers.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/google/rpc/status.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/opencensus/proto/trace/v1/trace_config.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/src/proto/grpc/gcp/altscontext.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/src/proto/grpc/gcp/handshaker.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/src/proto/grpc/gcp/transport_security_common.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/src/proto/grpc/health/v1/health.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/src/proto/grpc/lb/v1/load_balancer.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/src/proto/grpc/lookup/v1/rls.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/src/proto/grpc/lookup/v1/rls_config.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/udpa/annotations/migrate.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/udpa/annotations/security.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/udpa/annotations/sensitive.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/udpa/annotations/status.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/udpa/annotations/versioning.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/validate/validate.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/annotations/v3/migrate.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/annotations/v3/security.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/annotations/v3/sensitive.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/annotations/v3/status.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/annotations/v3/versioning.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/core/v3/authority.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/core/v3/cidr.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/core/v3/collection_entry.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/core/v3/context_params.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/core/v3/extension.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/core/v3/resource.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/core/v3/resource_locator.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/core/v3/resource_name.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/data/orca/v3/orca_load_report.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/service/orca/v3/orca.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/type/matcher/v3/cel.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/type/matcher/v3/domain.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/type/matcher/v3/http_inputs.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/type/matcher/v3/ip.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/type/matcher/v3/matcher.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/type/matcher/v3/range.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/type/matcher/v3/regex.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/type/matcher/v3/string.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/type/v3/cel.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/type/v3/range.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/type/v3/typed_struct.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/admin/v3/certs.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/admin/v3/clusters.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/admin/v3/config_dump.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/admin/v3/config_dump_shared.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/admin/v3/init_dump.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/admin/v3/listeners.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/admin/v3/memory.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/admin/v3/metrics.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/admin/v3/mutex_stats.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/admin/v3/server_info.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/admin/v3/tap.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/annotations/deprecation.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/annotations/resource.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/accesslog/v3/accesslog.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/bootstrap/v3/bootstrap.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/cluster/v3/circuit_breaker.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/cluster/v3/cluster.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/cluster/v3/filter.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/cluster/v3/outlier_detection.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/common/matcher/v3/matcher.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/core/v3/address.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/core/v3/backoff.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/core/v3/base.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/core/v3/config_source.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/core/v3/event_service_config.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/core/v3/extension.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/core/v3/grpc_method_list.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/core/v3/grpc_service.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/core/v3/health_check.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/core/v3/http_uri.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/core/v3/protocol.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/core/v3/proxy_protocol.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/core/v3/resolver.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/core/v3/socket_option.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/core/v3/substitution_format_string.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/core/v3/udp_socket_config.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/endpoint/v3/endpoint.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/endpoint/v3/endpoint_components.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/endpoint/v3/load_report.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/listener/v3/api_listener.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/listener/v3/listener.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/listener/v3/listener_components.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/listener/v3/quic_config.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/listener/v3/udp_listener_config.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/metrics/v3/metrics_service.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/metrics/v3/stats.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/overload/v3/overload.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/rbac/v3/rbac.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/route/v3/route.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/route/v3/route_components.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/route/v3/scoped_route.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/tap/v3/common.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/trace/v3/datadog.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/trace/v3/dynamic_ot.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/trace/v3/http_tracer.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/trace/v3/lightstep.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/trace/v3/opencensus.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/trace/v3/opentelemetry.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/trace/v3/service.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/trace/v3/skywalking.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/trace/v3/trace.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/trace/v3/xray.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/trace/v3/zipkin.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/extensions/clusters/aggregate/v3/cluster.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/extensions/filters/common/fault/v3/fault.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/extensions/filters/http/fault/v3/fault.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/extensions/filters/http/rbac/v3/rbac.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/extensions/filters/http/router/v3/router.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/extensions/filters/http/stateful_session/v3/stateful_session.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/extensions/filters/network/http_connection_manager/v3/http_connection_manager.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/extensions/http/stateful_session/cookie/v3/cookie.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/extensions/transport_sockets/tls/v3/cert.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/extensions/transport_sockets/tls/v3/common.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/extensions/transport_sockets/tls/v3/secret.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/extensions/transport_sockets/tls/v3/tls.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/extensions/transport_sockets/tls/v3/tls_spiffe_validator_config.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/service/discovery/v3/ads.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/service/discovery/v3/discovery.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/service/load_stats/v3/lrs.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/service/status/v3/csds.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/http/v3/cookie.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/http/v3/path_transformation.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/matcher/v3/filter_state.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/matcher/v3/http_inputs.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/matcher/v3/metadata.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/matcher/v3/node.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/matcher/v3/number.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/matcher/v3/path.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/matcher/v3/regex.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/matcher/v3/status_code_input.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/matcher/v3/string.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/matcher/v3/struct.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/matcher/v3/value.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/metadata/v3/metadata.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/tracing/v3/custom_tag.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/v3/hash_policy.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/v3/http.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/v3/http_status.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/v3/percent.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/v3/range.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/v3/ratelimit_strategy.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/v3/ratelimit_unit.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/v3/semantic_version.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/v3/token_bucket.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/google/api/annotations.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/google/api/expr/v1alpha1/checked.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/google/api/expr/v1alpha1/syntax.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/google/api/http.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/google/api/httpbody.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/google/protobuf/any.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/google/protobuf/descriptor.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/google/protobuf/duration.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/google/protobuf/empty.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/google/protobuf/struct.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/google/protobuf/timestamp.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/google/protobuf/wrappers.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/google/rpc/status.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/opencensus/proto/trace/v1/trace_config.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/src/proto/grpc/lookup/v1/rls_config.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/udpa/annotations/migrate.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/udpa/annotations/security.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/udpa/annotations/sensitive.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/udpa/annotations/status.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/udpa/annotations/versioning.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/validate/validate.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/annotations/v3/migrate.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/annotations/v3/security.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/annotations/v3/sensitive.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/annotations/v3/status.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/annotations/v3/versioning.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/core/v3/authority.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/core/v3/cidr.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/core/v3/collection_entry.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/core/v3/context_params.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/core/v3/extension.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/core/v3/resource.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/core/v3/resource_locator.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/core/v3/resource_name.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/type/matcher/v3/cel.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/type/matcher/v3/domain.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/type/matcher/v3/http_inputs.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/type/matcher/v3/ip.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/type/matcher/v3/matcher.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/type/matcher/v3/range.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/type/matcher/v3/regex.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/type/matcher/v3/string.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/type/v3/cel.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/type/v3/range.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/type/v3/typed_struct.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/certificate_provider_store.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/file_watcher_certificate_provider_factory.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_api.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_bootstrap.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_bootstrap_grpc.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_certificate_provider.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_channel_stack_modifier.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_client.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_client_grpc.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_client_stats.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_cluster.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_cluster_specifier_plugin.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_common_types.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_endpoint.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_health_status.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_http_fault_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_http_filters.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_http_rbac_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_http_stateful_session_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_lb_policy_registry.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_listener.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_route_config.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_routing.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_server_config_fetcher.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_transport_grpc.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/address_utils/parse_address.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/address_utils/sockaddr_utils.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/backoff/backoff.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/backoff/random_early_detection.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/channel/call_tracer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/channel/channel_args.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/channel/channel_args_preconditioning.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/channel/channel_stack.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/channel/channel_stack_builder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/channel/channel_stack_builder_impl.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/channel/channel_trace.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/channel/channelz.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/channel/channelz_registry.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/channel/connected_channel.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/channel/promise_based_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/channel/server_call_tracer_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/channel/status_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/compression/compression.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/compression/compression_internal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/compression/message_compress.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/config/config_vars.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/config/config_vars_non_generated.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/config/core_configuration.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/config/load_config.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/debug/event_log.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/debug/histogram_view.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/debug/stats.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/debug/stats_data.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/debug/trace.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/channel_args_endpoint_config.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/default_event_engine.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/default_event_engine_factory.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/event_engine.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/forkable.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/memory_allocator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/ev_epoll1_linux.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/ev_poll_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/event_poller_posix_default.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/internal_errqueue.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/lockfree_event.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/posix_endpoint.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/posix_engine.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/posix_engine_listener.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/posix_engine_listener_utils.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/tcp_socket_utils.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/timer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/timer_heap.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/timer_manager.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/traced_buffer_list.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/wakeup_fd_eventfd.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/wakeup_fd_pipe.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/wakeup_fd_posix_default.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/resolved_address.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/shim.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/slice.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/slice_buffer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/tcp_socket_utils.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/thread_local.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/thread_pool.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/time_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/trace.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/utils.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/windows/iocp.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/windows/win_socket.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/windows/windows_endpoint.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/windows/windows_engine.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/windows/windows_listener.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/experiments/config.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/experiments/experiments.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/alloc.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/android/log.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/atm.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/iphone/cpu.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/linux/cpu.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/linux/log.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/log.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/msys/tmpfile.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/posix/cpu.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/posix/log.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/posix/string.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/posix/sync.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/posix/time.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/posix/tmpfile.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/string.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/sync.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/sync_abseil.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/time.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/time_precise.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/windows/cpu.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/windows/log.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/windows/string.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/windows/string_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/windows/sync.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/windows/time.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/windows/tmpfile.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/wrap_memcpy.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/crash.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/examine_stack.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/fork.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/host_port.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/linux/env.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/load_file.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/mpscq.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/posix/env.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/posix/stat.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/posix/thd.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/status_helper.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/strerror.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/tchar.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/time.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/time_averaged_stats.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/time_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/validation_errors.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/windows/env.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/windows/stat.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/windows/thd.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/work_serializer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/handshaker/proxy_mapper_registry.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/http/format_request.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/http/httpcli.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/http/httpcli_security_connector.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/http/parser.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/buffer_list.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/call_combiner.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/cfstream_handle.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/closure.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/combiner.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/dualstack_socket_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/endpoint.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/endpoint_cfstream.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/endpoint_pair_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/endpoint_pair_windows.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/error.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/error_cfstream.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/ev_apple.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/ev_epoll1_linux.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/ev_poll_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/ev_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/ev_windows.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/event_engine_shims/closure.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/event_engine_shims/endpoint.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/event_engine_shims/tcp_client.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/exec_ctx.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/executor.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/fork_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/fork_windows.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/gethostname_fallback.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/gethostname_host_name_max.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/gethostname_sysconf.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/grpc_if_nametoindex_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/grpc_if_nametoindex_unsupported.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/internal_errqueue.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/iocp_windows.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/iomgr.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/iomgr_internal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/iomgr_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/iomgr_posix_cfstream.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/iomgr_windows.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/load_file.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/lockfree_event.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/polling_entity.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/pollset.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/pollset_set.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/pollset_set_windows.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/pollset_windows.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/resolve_address.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/resolve_address_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/resolve_address_windows.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/sockaddr_utils_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/socket_factory_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/socket_mutator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/socket_utils_common_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/socket_utils_linux.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/socket_utils_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/socket_utils_windows.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/socket_windows.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/systemd_utils.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/tcp_client.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/tcp_client_cfstream.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/tcp_client_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/tcp_client_windows.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/tcp_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/tcp_server.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/tcp_server_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/tcp_server_utils_posix_common.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/tcp_server_windows.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/tcp_windows.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/timer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/timer_generic.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/timer_heap.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/timer_manager.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/unix_sockets_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/unix_sockets_posix_noop.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/wakeup_fd_eventfd.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/wakeup_fd_nospecial.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/wakeup_fd_pipe.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/wakeup_fd_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/json/json_object_loader.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/json/json_reader.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/json/json_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/json/json_writer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/load_balancing/lb_policy.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/load_balancing/lb_policy_registry.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/matchers/matchers.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/promise/activity.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/promise/party.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/promise/sleep.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/promise/trace.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/resolver/resolver.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/resolver/resolver_registry.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/resolver/server_address.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/resource_quota/api.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/resource_quota/arena.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/resource_quota/memory_quota.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/resource_quota/periodic_update.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/resource_quota/resource_quota.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/resource_quota/thread_quota.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/resource_quota/trace.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/authorization/authorization_policy_provider_vtable.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/authorization/evaluate_args.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/authorization/grpc_authorization_engine.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/authorization/grpc_server_authz_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/authorization/matchers.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/authorization/rbac_policy.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/certificate_provider/certificate_provider_registry.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/context/security_context.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/alts/alts_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/alts/check_gcp_environment.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/alts/check_gcp_environment_linux.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/alts/check_gcp_environment_no_op.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/alts/check_gcp_environment_windows.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/alts/grpc_alts_credentials_client_options.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/alts/grpc_alts_credentials_options.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/alts/grpc_alts_credentials_server_options.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/call_creds_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/channel_creds_registry_init.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/composite/composite_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/external/aws_external_account_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/external/aws_request_signer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/external/external_account_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/external/file_external_account_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/external/url_external_account_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/fake/fake_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/google_default/credentials_generic.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/google_default/google_default_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/iam/iam_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/insecure/insecure_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/jwt/json_token.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/jwt/jwt_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/jwt/jwt_verifier.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/local/local_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/oauth2/oauth2_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/plugin/plugin_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/ssl/ssl_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/tls/grpc_tls_certificate_provider.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/tls/grpc_tls_credentials_options.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/tls/tls_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/tls/tls_utils.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/xds/xds_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/security_connector/add_arcadia_root_certs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/security_connector/alts/alts_security_connector.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/security_connector/fake/fake_security_connector.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/security_connector/insecure/insecure_security_connector.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/security_connector/load_system_roots_fallback.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/security_connector/load_system_roots_supported.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/security_connector/local/local_security_connector.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/security_connector/security_connector.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/security_connector/ssl/ssl_security_connector.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/security_connector/ssl_utils.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/security_connector/tls/tls_security_connector.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/transport/client_auth_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/transport/secure_endpoint.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/transport/security_handshaker.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/transport/server_auth_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/transport/tsi_error.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/util/json_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/service_config/service_config_impl.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/service_config/service_config_parser.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/slice/b64.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/slice/percent_encoding.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/slice/slice.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/slice/slice_buffer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/slice/slice_refcount.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/slice/slice_string_helpers.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/api_trace.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/builtins.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/byte_buffer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/byte_buffer_reader.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/call.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/call_details.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/call_log_batch.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/call_trace.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/channel.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/channel_init.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/channel_ping.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/channel_stack_type.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/completion_queue.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/completion_queue_factory.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/event_string.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/init.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/init_internally.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/lame_client.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/metadata_array.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/server.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/validate_metadata.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/version.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/transport/batch_builder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/transport/bdp_estimator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/transport/connectivity_state.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/transport/error_utils.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/transport/handshaker.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/transport/handshaker_registry.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/transport/http_connect_handshaker.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/transport/metadata_batch.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/transport/parsed_metadata.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/transport/pid_controller.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/transport/status_conversion.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/transport/tcp_connect_handshaker.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/transport/timeout_encoding.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/transport/transport.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/transport/transport_op_string.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/uri/uri_parser.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/plugin_registry/grpc_plugin_registry.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/plugin_registry/grpc_plugin_registry_extra.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/crypt/aes_gcm.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/crypt/gsec.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/frame_protector/alts_counter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/frame_protector/alts_crypter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/frame_protector/alts_frame_protector.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/frame_protector/alts_record_protocol_crypter_common.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/frame_protector/alts_seal_privacy_integrity_crypter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/frame_protector/alts_unseal_privacy_integrity_crypter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/frame_protector/frame_handler.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/handshaker/alts_handshaker_client.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/handshaker/alts_shared_resource.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/handshaker/alts_tsi_handshaker.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/handshaker/alts_tsi_utils.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/handshaker/transport_security_common_api.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_integrity_only_record_protocol.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_privacy_integrity_record_protocol.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_record_protocol_common.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/zero_copy_frame_protector/alts_iovec_record_protocol.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/zero_copy_frame_protector/alts_zero_copy_grpc_protector.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/fake_transport_security.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/local_transport_security.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/ssl/key_logging/ssl_key_logging.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/ssl/session_cache/ssl_session_boringssl.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/ssl/session_cache/ssl_session_cache.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/ssl/session_cache/ssl_session_openssl.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/ssl_transport_security.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/ssl_transport_security_utils.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/transport_security.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/transport_security_grpc.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/client/channel_cc.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/client/client_callback.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/client/client_context.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/client/client_interceptor.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/client/client_stats_interceptor.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/client/create_channel.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/client/create_channel_internal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/client/create_channel_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/client/insecure_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/client/secure_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/client/xds_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/common/alarm.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/common/auth_property_iterator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/common/channel_arguments.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/common/channel_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/common/completion_queue_cc.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/common/resource_quota_cc.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/common/rpc_method.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/common/secure_auth_context.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/common/secure_channel_arguments.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/common/secure_create_auth_context.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/common/tls_certificate_provider.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/common/tls_certificate_verifier.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/common/tls_credentials_options.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/common/validate_service_config.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/common/version_cc.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/server/async_generic_service.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/server/backend_metric_recorder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/server/channel_argument_option.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/server/create_default_thread_pool.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/server/external_connection_acceptor_impl.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/server/health/default_health_check_service.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/server/health/health_check_service.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/server/health/health_check_service_server_builder_option.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/server/insecure_server_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/server/secure_server_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/server/server_builder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/server/server_callback.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/server/server_cc.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/server/server_context.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/server/server_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/server/xds_server_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/thread_manager/thread_manager.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/util/byte_buffer_cc.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/util/status.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/util/string_ref.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/util/time_cc.cc -) diff --git a/contrib/libs/grpc/CMakeLists.txt b/contrib/libs/grpc/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/grpc/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/grpc/CMakeLists.windows-x86_64.txt b/contrib/libs/grpc/CMakeLists.windows-x86_64.txt deleted file mode 100644 index da67a193819..00000000000 --- a/contrib/libs/grpc/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,920 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(src) -add_subdirectory(third_party) - -add_library(contrib-libs-grpc) -target_compile_options(contrib-libs-grpc PRIVATE - $,,-Wno-everything> -) -target_include_directories(contrib-libs-grpc PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/include -) -target_include_directories(contrib-libs-grpc PRIVATE - ${CMAKE_BINARY_DIR}/contrib/libs/grpc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/address_sorting/include - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb - ${CMAKE_SOURCE_DIR}/contrib/libs/xxhash -) -target_link_libraries(contrib-libs-grpc PUBLIC - contrib-libs-cxxsupp - yutil - certs - contrib-libs-c-ares - grpc-third_party-address_sorting - grpc-third_party-upb - contrib-libs-openssl - contrib-libs-re2 - contrib-libs-xxhash - contrib-libs-zlib - abseil-cpp-tstring-y_absl-algorithm - abseil-cpp-tstring-y_absl-base - abseil-cpp-tstring-y_absl-container - abseil-cpp-tstring-y_absl-flags - abseil-cpp-tstring-y_absl-functional - abseil-cpp-tstring-y_absl-hash - abseil-cpp-tstring-y_absl-memory - abseil-cpp-tstring-y_absl-meta - abseil-cpp-tstring-y_absl-random - abseil-cpp-tstring-y_absl-status - abseil-cpp-tstring-y_absl-strings - abseil-cpp-tstring-y_absl-synchronization - abseil-cpp-tstring-y_absl-time - abseil-cpp-tstring-y_absl-utility - library-cpp-resource -) -target_sources(contrib-libs-grpc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/backend_metrics/backend_metric_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/census/grpc_context.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/channel_idle/channel_idle_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/channel_idle/idle_filter_state.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/backend_metric.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/backup_poller.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/channel_connectivity.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/client_channel.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/client_channel_channelz.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/client_channel_factory.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/client_channel_plugin.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/client_channel_service_config.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/config_selector.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/dynamic_filters.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/global_subchannel_pool.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/health/health_check_client.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/http_proxy.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/address_filtering.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/child_policy_handler.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_balancer_addresses.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/oob_backend_metric.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/outlier_detection/outlier_detection.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/priority/priority.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/ring_hash/ring_hash.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/rls/rls.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/weighted_round_robin/static_stride_scheduler.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/weighted_round_robin/weighted_round_robin.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/weighted_target/weighted_target.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/xds/cds.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/xds/xds_attributes.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_impl.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_manager.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/xds/xds_override_host.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/lb_policy/xds/xds_wrr_locality.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/local_subchannel_pool.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/binder/binder_resolver.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_windows.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_windows.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/google_c2p/google_c2p_resolver.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/polling_resolver.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/xds/xds_resolver.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/retry_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/retry_service_config.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/retry_throttle.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/service_config_channel_arg_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/subchannel.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/subchannel_pool_interface.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/client_channel/subchannel_stream_client.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/deadline/deadline_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/fault_injection/fault_injection_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/fault_injection/fault_injection_service_config_parser.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/http/client/http_client_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/http/client_authority_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/http/http_filters_plugin.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/http/message_compress/compression_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/http/server/http_server_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/message_size/message_size_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/rbac/rbac_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/rbac/rbac_service_config_parser.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/server_config_selector/server_config_selector_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/stateful_session/stateful_session_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/filters/stateful_session/stateful_session_service_config_parser.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/gcp/metadata_query.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/client/binder_connector.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/client/channel_create.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/client/channel_create_impl.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/client/connection_id_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/client/endpoint_binder_pool.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/client/jni_utils.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/client/security_policy_setting.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/security_policy/binder_security_policy.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/server/binder_server.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/server/binder_server_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/transport/binder_transport.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/utils/ndk_binder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/utils/transport_stream_receiver_impl.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/wire_format/binder_android.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/wire_format/binder_constants.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/wire_format/transaction.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/wire_format/wire_reader_impl.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/wire_format/wire_writer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/alpn/alpn.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/client/chttp2_connector.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/server/chttp2_server.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/bin_decoder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/bin_encoder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/chttp2_transport.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/context_list.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/decode_huff.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/flow_control.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/frame_data.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/frame_goaway.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/frame_ping.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/frame_rst_stream.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/frame_settings.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/frame_window_update.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/hpack_encoder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/hpack_encoder_table.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/hpack_parser.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/hpack_parser_table.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/http2_settings.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/http_trace.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/huffsyms.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/parsing.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/stream_lists.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/stream_map.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/varint.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/writing.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/inproc/inproc_plugin.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/inproc/inproc_transport.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/admin/v3/certs.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/admin/v3/clusters.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/admin/v3/config_dump.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/admin/v3/config_dump_shared.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/admin/v3/init_dump.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/admin/v3/listeners.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/admin/v3/memory.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/admin/v3/metrics.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/admin/v3/mutex_stats.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/admin/v3/server_info.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/admin/v3/tap.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/annotations/deprecation.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/annotations/resource.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/accesslog/v3/accesslog.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/bootstrap/v3/bootstrap.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/cluster/v3/circuit_breaker.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/cluster/v3/cluster.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/cluster/v3/filter.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/cluster/v3/outlier_detection.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/common/matcher/v3/matcher.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/core/v3/address.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/core/v3/backoff.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/core/v3/base.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/core/v3/config_source.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/core/v3/event_service_config.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/core/v3/extension.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/core/v3/grpc_method_list.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/core/v3/grpc_service.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/core/v3/health_check.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/core/v3/http_uri.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/core/v3/protocol.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/core/v3/proxy_protocol.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/core/v3/resolver.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/core/v3/socket_option.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/core/v3/substitution_format_string.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/core/v3/udp_socket_config.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/endpoint/v3/endpoint.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/endpoint/v3/endpoint_components.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/endpoint/v3/load_report.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/listener/v3/api_listener.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/listener/v3/listener.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/listener/v3/listener_components.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/listener/v3/quic_config.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/listener/v3/udp_listener_config.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/metrics/v3/metrics_service.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/metrics/v3/stats.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/overload/v3/overload.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/rbac/v3/rbac.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/route/v3/route.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/route/v3/route_components.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/route/v3/scoped_route.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/tap/v3/common.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/trace/v3/datadog.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/trace/v3/dynamic_ot.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/trace/v3/http_tracer.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/trace/v3/lightstep.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/trace/v3/opencensus.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/trace/v3/opentelemetry.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/trace/v3/service.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/trace/v3/skywalking.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/trace/v3/trace.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/trace/v3/xray.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/config/trace/v3/zipkin.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/clusters/aggregate/v3/cluster.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/filters/common/fault/v3/fault.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/filters/http/fault/v3/fault.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/filters/http/rbac/v3/rbac.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/filters/http/router/v3/router.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/filters/http/stateful_session/v3/stateful_session.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/filters/network/http_connection_manager/v3/http_connection_manager.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/http/stateful_session/cookie/v3/cookie.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/load_balancing_policies/client_side_weighted_round_robin/v3/client_side_weighted_round_robin.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/load_balancing_policies/common/v3/common.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/load_balancing_policies/ring_hash/v3/ring_hash.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/load_balancing_policies/wrr_locality/v3/wrr_locality.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/transport_sockets/tls/v3/cert.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/transport_sockets/tls/v3/common.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/transport_sockets/tls/v3/secret.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/transport_sockets/tls/v3/tls.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/extensions/transport_sockets/tls/v3/tls_spiffe_validator_config.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/service/discovery/v3/ads.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/service/discovery/v3/discovery.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/service/load_stats/v3/lrs.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/service/status/v3/csds.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/http/v3/cookie.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/http/v3/path_transformation.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/matcher/v3/filter_state.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/matcher/v3/http_inputs.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/matcher/v3/metadata.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/matcher/v3/node.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/matcher/v3/number.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/matcher/v3/path.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/matcher/v3/regex.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/matcher/v3/status_code_input.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/matcher/v3/string.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/matcher/v3/struct.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/matcher/v3/value.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/metadata/v3/metadata.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/tracing/v3/custom_tag.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/v3/hash_policy.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/v3/http.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/v3/http_status.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/v3/percent.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/v3/range.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/v3/ratelimit_strategy.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/v3/ratelimit_unit.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/v3/semantic_version.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/envoy/type/v3/token_bucket.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/google/api/annotations.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/google/api/expr/v1alpha1/checked.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/google/api/expr/v1alpha1/syntax.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/google/api/http.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/google/api/httpbody.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/google/protobuf/any.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/google/protobuf/descriptor.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/google/protobuf/duration.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/google/protobuf/empty.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/google/protobuf/struct.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/google/protobuf/timestamp.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/google/protobuf/wrappers.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/google/rpc/status.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/opencensus/proto/trace/v1/trace_config.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/src/proto/grpc/gcp/altscontext.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/src/proto/grpc/gcp/handshaker.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/src/proto/grpc/gcp/transport_security_common.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/src/proto/grpc/health/v1/health.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/src/proto/grpc/lb/v1/load_balancer.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/src/proto/grpc/lookup/v1/rls.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/src/proto/grpc/lookup/v1/rls_config.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/udpa/annotations/migrate.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/udpa/annotations/security.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/udpa/annotations/sensitive.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/udpa/annotations/status.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/udpa/annotations/versioning.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/validate/validate.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/annotations/v3/migrate.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/annotations/v3/security.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/annotations/v3/sensitive.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/annotations/v3/status.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/annotations/v3/versioning.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/core/v3/authority.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/core/v3/cidr.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/core/v3/collection_entry.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/core/v3/context_params.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/core/v3/extension.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/core/v3/resource.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/core/v3/resource_locator.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/core/v3/resource_name.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/data/orca/v3/orca_load_report.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/service/orca/v3/orca.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/type/matcher/v3/cel.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/type/matcher/v3/domain.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/type/matcher/v3/http_inputs.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/type/matcher/v3/ip.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/type/matcher/v3/matcher.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/type/matcher/v3/range.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/type/matcher/v3/regex.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/type/matcher/v3/string.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/type/v3/cel.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/type/v3/range.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/xds/type/v3/typed_struct.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/admin/v3/certs.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/admin/v3/clusters.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/admin/v3/config_dump.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/admin/v3/config_dump_shared.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/admin/v3/init_dump.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/admin/v3/listeners.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/admin/v3/memory.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/admin/v3/metrics.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/admin/v3/mutex_stats.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/admin/v3/server_info.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/admin/v3/tap.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/annotations/deprecation.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/annotations/resource.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/accesslog/v3/accesslog.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/bootstrap/v3/bootstrap.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/cluster/v3/circuit_breaker.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/cluster/v3/cluster.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/cluster/v3/filter.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/cluster/v3/outlier_detection.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/common/matcher/v3/matcher.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/core/v3/address.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/core/v3/backoff.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/core/v3/base.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/core/v3/config_source.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/core/v3/event_service_config.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/core/v3/extension.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/core/v3/grpc_method_list.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/core/v3/grpc_service.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/core/v3/health_check.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/core/v3/http_uri.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/core/v3/protocol.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/core/v3/proxy_protocol.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/core/v3/resolver.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/core/v3/socket_option.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/core/v3/substitution_format_string.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/core/v3/udp_socket_config.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/endpoint/v3/endpoint.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/endpoint/v3/endpoint_components.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/endpoint/v3/load_report.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/listener/v3/api_listener.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/listener/v3/listener.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/listener/v3/listener_components.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/listener/v3/quic_config.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/listener/v3/udp_listener_config.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/metrics/v3/metrics_service.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/metrics/v3/stats.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/overload/v3/overload.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/rbac/v3/rbac.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/route/v3/route.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/route/v3/route_components.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/route/v3/scoped_route.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/tap/v3/common.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/trace/v3/datadog.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/trace/v3/dynamic_ot.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/trace/v3/http_tracer.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/trace/v3/lightstep.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/trace/v3/opencensus.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/trace/v3/opentelemetry.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/trace/v3/service.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/trace/v3/skywalking.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/trace/v3/trace.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/trace/v3/xray.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/config/trace/v3/zipkin.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/extensions/clusters/aggregate/v3/cluster.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/extensions/filters/common/fault/v3/fault.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/extensions/filters/http/fault/v3/fault.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/extensions/filters/http/rbac/v3/rbac.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/extensions/filters/http/router/v3/router.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/extensions/filters/http/stateful_session/v3/stateful_session.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/extensions/filters/network/http_connection_manager/v3/http_connection_manager.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/extensions/http/stateful_session/cookie/v3/cookie.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/extensions/transport_sockets/tls/v3/cert.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/extensions/transport_sockets/tls/v3/common.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/extensions/transport_sockets/tls/v3/secret.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/extensions/transport_sockets/tls/v3/tls.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/extensions/transport_sockets/tls/v3/tls_spiffe_validator_config.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/service/discovery/v3/ads.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/service/discovery/v3/discovery.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/service/load_stats/v3/lrs.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/service/status/v3/csds.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/http/v3/cookie.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/http/v3/path_transformation.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/matcher/v3/filter_state.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/matcher/v3/http_inputs.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/matcher/v3/metadata.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/matcher/v3/node.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/matcher/v3/number.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/matcher/v3/path.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/matcher/v3/regex.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/matcher/v3/status_code_input.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/matcher/v3/string.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/matcher/v3/struct.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/matcher/v3/value.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/metadata/v3/metadata.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/tracing/v3/custom_tag.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/v3/hash_policy.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/v3/http.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/v3/http_status.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/v3/percent.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/v3/range.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/v3/ratelimit_strategy.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/v3/ratelimit_unit.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/v3/semantic_version.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/envoy/type/v3/token_bucket.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/google/api/annotations.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/google/api/expr/v1alpha1/checked.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/google/api/expr/v1alpha1/syntax.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/google/api/http.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/google/api/httpbody.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/google/protobuf/any.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/google/protobuf/descriptor.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/google/protobuf/duration.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/google/protobuf/empty.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/google/protobuf/struct.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/google/protobuf/timestamp.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/google/protobuf/wrappers.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/google/rpc/status.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/opencensus/proto/trace/v1/trace_config.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/src/proto/grpc/lookup/v1/rls_config.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/udpa/annotations/migrate.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/udpa/annotations/security.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/udpa/annotations/sensitive.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/udpa/annotations/status.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/udpa/annotations/versioning.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/validate/validate.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/annotations/v3/migrate.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/annotations/v3/security.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/annotations/v3/sensitive.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/annotations/v3/status.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/annotations/v3/versioning.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/core/v3/authority.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/core/v3/cidr.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/core/v3/collection_entry.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/core/v3/context_params.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/core/v3/extension.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/core/v3/resource.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/core/v3/resource_locator.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/core/v3/resource_name.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/type/matcher/v3/cel.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/type/matcher/v3/domain.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/type/matcher/v3/http_inputs.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/type/matcher/v3/ip.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/type/matcher/v3/matcher.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/type/matcher/v3/range.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/type/matcher/v3/regex.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/type/matcher/v3/string.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/type/v3/cel.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/type/v3/range.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/xds/type/v3/typed_struct.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/certificate_provider_store.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/file_watcher_certificate_provider_factory.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_api.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_bootstrap.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_bootstrap_grpc.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_certificate_provider.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_channel_stack_modifier.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_client.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_client_grpc.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_client_stats.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_cluster.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_cluster_specifier_plugin.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_common_types.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_endpoint.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_health_status.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_http_fault_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_http_filters.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_http_rbac_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_http_stateful_session_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_lb_policy_registry.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_listener.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_route_config.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_routing.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_server_config_fetcher.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/xds/xds_transport_grpc.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/address_utils/parse_address.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/address_utils/sockaddr_utils.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/backoff/backoff.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/backoff/random_early_detection.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/channel/call_tracer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/channel/channel_args.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/channel/channel_args_preconditioning.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/channel/channel_stack.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/channel/channel_stack_builder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/channel/channel_stack_builder_impl.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/channel/channel_trace.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/channel/channelz.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/channel/channelz_registry.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/channel/connected_channel.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/channel/promise_based_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/channel/server_call_tracer_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/channel/status_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/compression/compression.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/compression/compression_internal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/compression/message_compress.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/config/config_vars.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/config/config_vars_non_generated.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/config/core_configuration.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/config/load_config.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/debug/event_log.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/debug/histogram_view.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/debug/stats.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/debug/stats_data.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/debug/trace.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/channel_args_endpoint_config.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/default_event_engine.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/default_event_engine_factory.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/event_engine.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/forkable.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/memory_allocator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/ev_epoll1_linux.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/ev_poll_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/event_poller_posix_default.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/internal_errqueue.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/lockfree_event.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/posix_endpoint.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/posix_engine.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/posix_engine_listener.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/posix_engine_listener_utils.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/tcp_socket_utils.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/timer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/timer_heap.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/timer_manager.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/traced_buffer_list.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/wakeup_fd_eventfd.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/wakeup_fd_pipe.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/posix_engine/wakeup_fd_posix_default.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/resolved_address.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/shim.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/slice.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/slice_buffer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/tcp_socket_utils.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/thread_local.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/thread_pool.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/time_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/trace.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/utils.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/windows/iocp.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/windows/win_socket.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/windows/windows_endpoint.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/windows/windows_engine.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/event_engine/windows/windows_listener.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/experiments/config.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/experiments/experiments.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/alloc.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/android/log.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/atm.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/iphone/cpu.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/linux/cpu.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/linux/log.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/log.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/msys/tmpfile.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/posix/cpu.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/posix/log.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/posix/string.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/posix/sync.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/posix/time.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/posix/tmpfile.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/string.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/sync.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/sync_abseil.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/time.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/time_precise.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/windows/cpu.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/windows/log.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/windows/string.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/windows/string_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/windows/sync.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/windows/time.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/windows/tmpfile.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gpr/wrap_memcpy.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/crash.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/examine_stack.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/fork.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/host_port.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/linux/env.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/load_file.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/mpscq.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/posix/env.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/posix/stat.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/posix/thd.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/status_helper.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/strerror.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/tchar.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/time.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/time_averaged_stats.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/time_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/validation_errors.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/windows/env.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/windows/stat.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/windows/thd.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/gprpp/work_serializer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/handshaker/proxy_mapper_registry.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/http/format_request.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/http/httpcli.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/http/httpcli_security_connector.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/http/parser.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/buffer_list.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/call_combiner.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/cfstream_handle.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/closure.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/combiner.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/dualstack_socket_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/endpoint.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/endpoint_cfstream.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/endpoint_pair_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/endpoint_pair_windows.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/error.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/error_cfstream.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/ev_apple.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/ev_epoll1_linux.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/ev_poll_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/ev_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/ev_windows.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/event_engine_shims/closure.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/event_engine_shims/endpoint.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/event_engine_shims/tcp_client.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/exec_ctx.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/executor.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/fork_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/fork_windows.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/gethostname_fallback.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/gethostname_host_name_max.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/gethostname_sysconf.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/grpc_if_nametoindex_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/grpc_if_nametoindex_unsupported.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/internal_errqueue.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/iocp_windows.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/iomgr.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/iomgr_internal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/iomgr_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/iomgr_posix_cfstream.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/iomgr_windows.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/load_file.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/lockfree_event.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/polling_entity.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/pollset.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/pollset_set.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/pollset_set_windows.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/pollset_windows.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/resolve_address.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/resolve_address_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/resolve_address_windows.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/sockaddr_utils_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/socket_factory_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/socket_mutator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/socket_utils_common_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/socket_utils_linux.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/socket_utils_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/socket_utils_windows.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/socket_windows.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/systemd_utils.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/tcp_client.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/tcp_client_cfstream.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/tcp_client_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/tcp_client_windows.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/tcp_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/tcp_server.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/tcp_server_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/tcp_server_utils_posix_common.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/tcp_server_windows.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/tcp_windows.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/timer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/timer_generic.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/timer_heap.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/timer_manager.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/unix_sockets_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/unix_sockets_posix_noop.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/wakeup_fd_eventfd.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/wakeup_fd_nospecial.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/wakeup_fd_pipe.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/iomgr/wakeup_fd_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/json/json_object_loader.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/json/json_reader.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/json/json_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/json/json_writer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/load_balancing/lb_policy.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/load_balancing/lb_policy_registry.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/matchers/matchers.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/promise/activity.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/promise/party.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/promise/sleep.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/promise/trace.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/resolver/resolver.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/resolver/resolver_registry.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/resolver/server_address.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/resource_quota/api.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/resource_quota/arena.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/resource_quota/memory_quota.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/resource_quota/periodic_update.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/resource_quota/resource_quota.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/resource_quota/thread_quota.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/resource_quota/trace.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/authorization/authorization_policy_provider_vtable.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/authorization/evaluate_args.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/authorization/grpc_authorization_engine.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/authorization/grpc_server_authz_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/authorization/matchers.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/authorization/rbac_policy.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/certificate_provider/certificate_provider_registry.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/context/security_context.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/alts/alts_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/alts/check_gcp_environment.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/alts/check_gcp_environment_linux.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/alts/check_gcp_environment_no_op.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/alts/check_gcp_environment_windows.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/alts/grpc_alts_credentials_client_options.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/alts/grpc_alts_credentials_options.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/alts/grpc_alts_credentials_server_options.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/call_creds_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/channel_creds_registry_init.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/composite/composite_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/external/aws_external_account_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/external/aws_request_signer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/external/external_account_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/external/file_external_account_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/external/url_external_account_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/fake/fake_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/google_default/credentials_generic.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/google_default/google_default_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/iam/iam_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/insecure/insecure_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/jwt/json_token.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/jwt/jwt_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/jwt/jwt_verifier.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/local/local_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/oauth2/oauth2_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/plugin/plugin_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/ssl/ssl_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/tls/grpc_tls_certificate_provider.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/tls/grpc_tls_credentials_options.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/tls/tls_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/tls/tls_utils.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/credentials/xds/xds_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/security_connector/add_arcadia_root_certs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/security_connector/alts/alts_security_connector.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/security_connector/fake/fake_security_connector.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/security_connector/insecure/insecure_security_connector.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/security_connector/load_system_roots_fallback.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/security_connector/load_system_roots_supported.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/security_connector/local/local_security_connector.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/security_connector/security_connector.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/security_connector/ssl/ssl_security_connector.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/security_connector/ssl_utils.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/security_connector/tls/tls_security_connector.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/transport/client_auth_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/transport/secure_endpoint.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/transport/security_handshaker.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/transport/server_auth_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/transport/tsi_error.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/security/util/json_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/service_config/service_config_impl.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/service_config/service_config_parser.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/slice/b64.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/slice/percent_encoding.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/slice/slice.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/slice/slice_buffer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/slice/slice_refcount.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/slice/slice_string_helpers.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/api_trace.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/builtins.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/byte_buffer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/byte_buffer_reader.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/call.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/call_details.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/call_log_batch.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/call_trace.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/channel.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/channel_init.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/channel_ping.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/channel_stack_type.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/completion_queue.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/completion_queue_factory.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/event_string.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/init.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/init_internally.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/lame_client.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/metadata_array.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/server.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/validate_metadata.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/surface/version.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/transport/batch_builder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/transport/bdp_estimator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/transport/connectivity_state.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/transport/error_utils.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/transport/handshaker.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/transport/handshaker_registry.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/transport/http_connect_handshaker.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/transport/metadata_batch.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/transport/parsed_metadata.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/transport/pid_controller.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/transport/status_conversion.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/transport/tcp_connect_handshaker.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/transport/timeout_encoding.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/transport/transport.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/transport/transport_op_string.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/lib/uri/uri_parser.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/plugin_registry/grpc_plugin_registry.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/plugin_registry/grpc_plugin_registry_extra.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/crypt/aes_gcm.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/crypt/gsec.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/frame_protector/alts_counter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/frame_protector/alts_crypter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/frame_protector/alts_frame_protector.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/frame_protector/alts_record_protocol_crypter_common.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/frame_protector/alts_seal_privacy_integrity_crypter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/frame_protector/alts_unseal_privacy_integrity_crypter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/frame_protector/frame_handler.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/handshaker/alts_handshaker_client.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/handshaker/alts_shared_resource.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/handshaker/alts_tsi_handshaker.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/handshaker/alts_tsi_utils.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/handshaker/transport_security_common_api.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_integrity_only_record_protocol.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_privacy_integrity_record_protocol.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_record_protocol_common.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/zero_copy_frame_protector/alts_iovec_record_protocol.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/alts/zero_copy_frame_protector/alts_zero_copy_grpc_protector.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/fake_transport_security.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/local_transport_security.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/ssl/key_logging/ssl_key_logging.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/ssl/session_cache/ssl_session_boringssl.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/ssl/session_cache/ssl_session_cache.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/ssl/session_cache/ssl_session_openssl.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/ssl_transport_security.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/ssl_transport_security_utils.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/transport_security.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/tsi/transport_security_grpc.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/client/channel_cc.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/client/client_callback.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/client/client_context.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/client/client_interceptor.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/client/client_stats_interceptor.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/client/create_channel.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/client/create_channel_internal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/client/create_channel_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/client/insecure_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/client/secure_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/client/xds_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/common/alarm.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/common/auth_property_iterator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/common/channel_arguments.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/common/channel_filter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/common/completion_queue_cc.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/common/resource_quota_cc.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/common/rpc_method.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/common/secure_auth_context.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/common/secure_channel_arguments.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/common/secure_create_auth_context.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/common/tls_certificate_provider.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/common/tls_certificate_verifier.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/common/tls_credentials_options.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/common/validate_service_config.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/common/version_cc.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/server/async_generic_service.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/server/backend_metric_recorder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/server/channel_argument_option.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/server/create_default_thread_pool.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/server/external_connection_acceptor_impl.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/server/health/default_health_check_service.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/server/health/health_check_service.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/server/health/health_check_service_server_builder_option.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/server/insecure_server_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/server/secure_server_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/server/server_builder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/server/server_callback.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/server/server_cc.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/server/server_context.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/server/server_posix.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/server/xds_server_credentials.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/thread_manager/thread_manager.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/util/byte_buffer_cc.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/util/status.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/util/string_ref.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/cpp/util/time_cc.cc -) diff --git a/contrib/libs/grpc/src/CMakeLists.txt b/contrib/libs/grpc/src/CMakeLists.txt deleted file mode 100644 index 77d0487861b..00000000000 --- a/contrib/libs/grpc/src/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(compiler) -add_subdirectory(proto) diff --git a/contrib/libs/grpc/src/compiler/CMakeLists.txt b/contrib/libs/grpc/src/compiler/CMakeLists.txt deleted file mode 100644 index 439054ac67f..00000000000 --- a/contrib/libs/grpc/src/compiler/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(grpc_plugin_support) diff --git a/contrib/libs/grpc/src/compiler/grpc_plugin_support/CMakeLists.darwin-x86_64.txt b/contrib/libs/grpc/src/compiler/grpc_plugin_support/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 404dcf27e66..00000000000 --- a/contrib/libs/grpc/src/compiler/grpc_plugin_support/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(src-compiler-grpc_plugin_support) -target_compile_options(src-compiler-grpc_plugin_support PRIVATE - -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 - $,,-Wno-everything> -) -target_include_directories(src-compiler-grpc_plugin_support PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/include -) -target_include_directories(src-compiler-grpc_plugin_support PRIVATE - ${CMAKE_BINARY_DIR}/contrib/libs/grpc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc -) -target_link_libraries(src-compiler-grpc_plugin_support PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - contrib-libs-protoc -) -target_sources(src-compiler-grpc_plugin_support PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/cpp_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/csharp_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/node_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/objective_c_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/php_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/proto_parser_helper.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/python_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/ruby_generator.cc -) diff --git a/contrib/libs/grpc/src/compiler/grpc_plugin_support/CMakeLists.linux-aarch64.txt b/contrib/libs/grpc/src/compiler/grpc_plugin_support/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 44748174782..00000000000 --- a/contrib/libs/grpc/src/compiler/grpc_plugin_support/CMakeLists.linux-aarch64.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(src-compiler-grpc_plugin_support) -target_compile_options(src-compiler-grpc_plugin_support PRIVATE - -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 - $,,-Wno-everything> -) -target_include_directories(src-compiler-grpc_plugin_support PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/include -) -target_include_directories(src-compiler-grpc_plugin_support PRIVATE - ${CMAKE_BINARY_DIR}/contrib/libs/grpc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc -) -target_link_libraries(src-compiler-grpc_plugin_support PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - contrib-libs-protoc -) -target_sources(src-compiler-grpc_plugin_support PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/cpp_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/csharp_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/node_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/objective_c_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/php_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/proto_parser_helper.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/python_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/ruby_generator.cc -) diff --git a/contrib/libs/grpc/src/compiler/grpc_plugin_support/CMakeLists.linux-x86_64.txt b/contrib/libs/grpc/src/compiler/grpc_plugin_support/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 44748174782..00000000000 --- a/contrib/libs/grpc/src/compiler/grpc_plugin_support/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(src-compiler-grpc_plugin_support) -target_compile_options(src-compiler-grpc_plugin_support PRIVATE - -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 - $,,-Wno-everything> -) -target_include_directories(src-compiler-grpc_plugin_support PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/include -) -target_include_directories(src-compiler-grpc_plugin_support PRIVATE - ${CMAKE_BINARY_DIR}/contrib/libs/grpc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc -) -target_link_libraries(src-compiler-grpc_plugin_support PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - contrib-libs-protoc -) -target_sources(src-compiler-grpc_plugin_support PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/cpp_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/csharp_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/node_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/objective_c_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/php_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/proto_parser_helper.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/python_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/ruby_generator.cc -) diff --git a/contrib/libs/grpc/src/compiler/grpc_plugin_support/CMakeLists.txt b/contrib/libs/grpc/src/compiler/grpc_plugin_support/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/grpc/src/compiler/grpc_plugin_support/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/grpc/src/compiler/grpc_plugin_support/CMakeLists.windows-x86_64.txt b/contrib/libs/grpc/src/compiler/grpc_plugin_support/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 5106119c534..00000000000 --- a/contrib/libs/grpc/src/compiler/grpc_plugin_support/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(src-compiler-grpc_plugin_support) -target_compile_options(src-compiler-grpc_plugin_support PRIVATE - $,,-Wno-everything> -) -target_include_directories(src-compiler-grpc_plugin_support PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/include -) -target_include_directories(src-compiler-grpc_plugin_support PRIVATE - ${CMAKE_BINARY_DIR}/contrib/libs/grpc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc -) -target_link_libraries(src-compiler-grpc_plugin_support PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - contrib-libs-protoc -) -target_sources(src-compiler-grpc_plugin_support PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/cpp_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/csharp_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/node_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/objective_c_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/php_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/proto_parser_helper.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/python_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/ruby_generator.cc -) diff --git a/contrib/libs/grpc/src/proto/CMakeLists.txt b/contrib/libs/grpc/src/proto/CMakeLists.txt deleted file mode 100644 index 68ea682099d..00000000000 --- a/contrib/libs/grpc/src/proto/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(grpc) diff --git a/contrib/libs/grpc/src/proto/grpc/CMakeLists.txt b/contrib/libs/grpc/src/proto/grpc/CMakeLists.txt deleted file mode 100644 index 0b41343ae98..00000000000 --- a/contrib/libs/grpc/src/proto/grpc/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(reflection) diff --git a/contrib/libs/grpc/src/proto/grpc/reflection/CMakeLists.txt b/contrib/libs/grpc/src/proto/grpc/reflection/CMakeLists.txt deleted file mode 100644 index 8b3b264ff8c..00000000000 --- a/contrib/libs/grpc/src/proto/grpc/reflection/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(v1alpha) diff --git a/contrib/libs/grpc/src/proto/grpc/reflection/v1alpha/CMakeLists.darwin-x86_64.txt b/contrib/libs/grpc/src/proto/grpc/reflection/v1alpha/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 7d107571a0c..00000000000 --- a/contrib/libs/grpc/src/proto/grpc/reflection/v1alpha/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. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(grpc-reflection-v1alpha) -set_property(TARGET grpc-reflection-v1alpha PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -set_property(TARGET grpc-reflection-v1alpha PROPERTY - PROTO_NAMESPACE contrib/libs/grpc -) -target_include_directories(grpc-reflection-v1alpha PUBLIC - ${CMAKE_BINARY_DIR}/contrib/libs/grpc -) -target_link_libraries(grpc-reflection-v1alpha PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - contrib-libs-protobuf -) -target_proto_messages(grpc-reflection-v1alpha PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/proto/grpc/reflection/v1alpha/reflection.proto -) -target_proto_addincls(grpc-reflection-v1alpha - ./contrib/libs/grpc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(grpc-reflection-v1alpha - --cpp_out=${CMAKE_BINARY_DIR}/contrib/libs/grpc - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/contrib/libs/grpc -) -target_proto_plugin(grpc-reflection-v1alpha - grpc_cpp - grpc_cpp -) diff --git a/contrib/libs/grpc/src/proto/grpc/reflection/v1alpha/CMakeLists.linux-aarch64.txt b/contrib/libs/grpc/src/proto/grpc/reflection/v1alpha/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 149ed6bf299..00000000000 --- a/contrib/libs/grpc/src/proto/grpc/reflection/v1alpha/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(grpc-reflection-v1alpha) -set_property(TARGET grpc-reflection-v1alpha PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -set_property(TARGET grpc-reflection-v1alpha PROPERTY - PROTO_NAMESPACE contrib/libs/grpc -) -target_include_directories(grpc-reflection-v1alpha PUBLIC - ${CMAKE_BINARY_DIR}/contrib/libs/grpc -) -target_link_libraries(grpc-reflection-v1alpha PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - contrib-libs-protobuf -) -target_proto_messages(grpc-reflection-v1alpha PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/proto/grpc/reflection/v1alpha/reflection.proto -) -target_proto_addincls(grpc-reflection-v1alpha - ./contrib/libs/grpc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(grpc-reflection-v1alpha - --cpp_out=${CMAKE_BINARY_DIR}/contrib/libs/grpc - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/contrib/libs/grpc -) -target_proto_plugin(grpc-reflection-v1alpha - grpc_cpp - grpc_cpp -) diff --git a/contrib/libs/grpc/src/proto/grpc/reflection/v1alpha/CMakeLists.linux-x86_64.txt b/contrib/libs/grpc/src/proto/grpc/reflection/v1alpha/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 149ed6bf299..00000000000 --- a/contrib/libs/grpc/src/proto/grpc/reflection/v1alpha/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. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(grpc-reflection-v1alpha) -set_property(TARGET grpc-reflection-v1alpha PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -set_property(TARGET grpc-reflection-v1alpha PROPERTY - PROTO_NAMESPACE contrib/libs/grpc -) -target_include_directories(grpc-reflection-v1alpha PUBLIC - ${CMAKE_BINARY_DIR}/contrib/libs/grpc -) -target_link_libraries(grpc-reflection-v1alpha PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - contrib-libs-protobuf -) -target_proto_messages(grpc-reflection-v1alpha PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/proto/grpc/reflection/v1alpha/reflection.proto -) -target_proto_addincls(grpc-reflection-v1alpha - ./contrib/libs/grpc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(grpc-reflection-v1alpha - --cpp_out=${CMAKE_BINARY_DIR}/contrib/libs/grpc - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/contrib/libs/grpc -) -target_proto_plugin(grpc-reflection-v1alpha - grpc_cpp - grpc_cpp -) diff --git a/contrib/libs/grpc/src/proto/grpc/reflection/v1alpha/CMakeLists.txt b/contrib/libs/grpc/src/proto/grpc/reflection/v1alpha/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/grpc/src/proto/grpc/reflection/v1alpha/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/grpc/src/proto/grpc/reflection/v1alpha/CMakeLists.windows-x86_64.txt b/contrib/libs/grpc/src/proto/grpc/reflection/v1alpha/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 7d107571a0c..00000000000 --- a/contrib/libs/grpc/src/proto/grpc/reflection/v1alpha/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. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(grpc-reflection-v1alpha) -set_property(TARGET grpc-reflection-v1alpha PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -set_property(TARGET grpc-reflection-v1alpha PROPERTY - PROTO_NAMESPACE contrib/libs/grpc -) -target_include_directories(grpc-reflection-v1alpha PUBLIC - ${CMAKE_BINARY_DIR}/contrib/libs/grpc -) -target_link_libraries(grpc-reflection-v1alpha PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - contrib-libs-protobuf -) -target_proto_messages(grpc-reflection-v1alpha PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/proto/grpc/reflection/v1alpha/reflection.proto -) -target_proto_addincls(grpc-reflection-v1alpha - ./contrib/libs/grpc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(grpc-reflection-v1alpha - --cpp_out=${CMAKE_BINARY_DIR}/contrib/libs/grpc - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/contrib/libs/grpc -) -target_proto_plugin(grpc-reflection-v1alpha - grpc_cpp - grpc_cpp -) diff --git a/contrib/libs/grpc/third_party/CMakeLists.txt b/contrib/libs/grpc/third_party/CMakeLists.txt deleted file mode 100644 index 876f632ca4a..00000000000 --- a/contrib/libs/grpc/third_party/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(address_sorting) -add_subdirectory(upb) diff --git a/contrib/libs/grpc/third_party/address_sorting/CMakeLists.darwin-x86_64.txt b/contrib/libs/grpc/third_party/address_sorting/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 769add5f8b1..00000000000 --- a/contrib/libs/grpc/third_party/address_sorting/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(grpc-third_party-address_sorting) -target_compile_options(grpc-third_party-address_sorting PRIVATE - -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 - $,,-Wno-everything> -) -target_include_directories(grpc-third_party-address_sorting PRIVATE - ${CMAKE_BINARY_DIR}/contrib/libs/grpc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/address_sorting/include -) -target_sources(grpc-third_party-address_sorting PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/address_sorting/address_sorting.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/address_sorting/address_sorting_posix.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/address_sorting/address_sorting_windows.c -) diff --git a/contrib/libs/grpc/third_party/address_sorting/CMakeLists.linux-aarch64.txt b/contrib/libs/grpc/third_party/address_sorting/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 5df7d108675..00000000000 --- a/contrib/libs/grpc/third_party/address_sorting/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(grpc-third_party-address_sorting) -target_compile_options(grpc-third_party-address_sorting PRIVATE - -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 - $,,-Wno-everything> -) -target_include_directories(grpc-third_party-address_sorting PRIVATE - ${CMAKE_BINARY_DIR}/contrib/libs/grpc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/address_sorting/include -) -target_link_libraries(grpc-third_party-address_sorting PUBLIC - contrib-libs-linux-headers -) -target_sources(grpc-third_party-address_sorting PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/address_sorting/address_sorting.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/address_sorting/address_sorting_posix.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/address_sorting/address_sorting_windows.c -) diff --git a/contrib/libs/grpc/third_party/address_sorting/CMakeLists.linux-x86_64.txt b/contrib/libs/grpc/third_party/address_sorting/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 5df7d108675..00000000000 --- a/contrib/libs/grpc/third_party/address_sorting/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(grpc-third_party-address_sorting) -target_compile_options(grpc-third_party-address_sorting PRIVATE - -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 - $,,-Wno-everything> -) -target_include_directories(grpc-third_party-address_sorting PRIVATE - ${CMAKE_BINARY_DIR}/contrib/libs/grpc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/address_sorting/include -) -target_link_libraries(grpc-third_party-address_sorting PUBLIC - contrib-libs-linux-headers -) -target_sources(grpc-third_party-address_sorting PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/address_sorting/address_sorting.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/address_sorting/address_sorting_posix.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/address_sorting/address_sorting_windows.c -) diff --git a/contrib/libs/grpc/third_party/address_sorting/CMakeLists.txt b/contrib/libs/grpc/third_party/address_sorting/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/grpc/third_party/address_sorting/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/grpc/third_party/address_sorting/CMakeLists.windows-x86_64.txt b/contrib/libs/grpc/third_party/address_sorting/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 7dac8014398..00000000000 --- a/contrib/libs/grpc/third_party/address_sorting/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(grpc-third_party-address_sorting) -target_compile_options(grpc-third_party-address_sorting PRIVATE - $,,-Wno-everything> -) -target_include_directories(grpc-third_party-address_sorting PRIVATE - ${CMAKE_BINARY_DIR}/contrib/libs/grpc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/address_sorting/include -) -target_sources(grpc-third_party-address_sorting PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/address_sorting/address_sorting.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/address_sorting/address_sorting_posix.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/address_sorting/address_sorting_windows.c -) diff --git a/contrib/libs/grpc/third_party/upb/CMakeLists.darwin-x86_64.txt b/contrib/libs/grpc/third_party/upb/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index f371cc9d397..00000000000 --- a/contrib/libs/grpc/third_party/upb/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(grpc-third_party-upb) -target_compile_options(grpc-third_party-upb PRIVATE - -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 - $,,-Wno-everything> -) -target_include_directories(grpc-third_party-upb PRIVATE - ${CMAKE_BINARY_DIR}/contrib/libs/grpc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb -) -target_sources(grpc-third_party-upb PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/google/protobuf/descriptor.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/google/protobuf/descriptor.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/third_party/utf8_range/naive.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/third_party/utf8_range/range2-neon.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/third_party/utf8_range/range2-sse.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/arena.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/array.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/decode.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/decode_fast.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/def.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/encode.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/extension_registry.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/json_decode.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/json_encode.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/map.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/mini_table.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/msg.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/reflection.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/status.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/table.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/text_encode.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/upb.c -) diff --git a/contrib/libs/grpc/third_party/upb/CMakeLists.linux-aarch64.txt b/contrib/libs/grpc/third_party/upb/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 2949b633aa5..00000000000 --- a/contrib/libs/grpc/third_party/upb/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(grpc-third_party-upb) -target_compile_options(grpc-third_party-upb PRIVATE - -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 - $,,-Wno-everything> -) -target_include_directories(grpc-third_party-upb PRIVATE - ${CMAKE_BINARY_DIR}/contrib/libs/grpc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb -) -target_link_libraries(grpc-third_party-upb PUBLIC - contrib-libs-linux-headers -) -target_sources(grpc-third_party-upb PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/google/protobuf/descriptor.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/google/protobuf/descriptor.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/third_party/utf8_range/naive.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/third_party/utf8_range/range2-neon.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/third_party/utf8_range/range2-sse.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/arena.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/array.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/decode.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/decode_fast.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/def.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/encode.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/extension_registry.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/json_decode.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/json_encode.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/map.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/mini_table.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/msg.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/reflection.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/status.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/table.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/text_encode.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/upb.c -) diff --git a/contrib/libs/grpc/third_party/upb/CMakeLists.linux-x86_64.txt b/contrib/libs/grpc/third_party/upb/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 2949b633aa5..00000000000 --- a/contrib/libs/grpc/third_party/upb/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(grpc-third_party-upb) -target_compile_options(grpc-third_party-upb PRIVATE - -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 - $,,-Wno-everything> -) -target_include_directories(grpc-third_party-upb PRIVATE - ${CMAKE_BINARY_DIR}/contrib/libs/grpc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb -) -target_link_libraries(grpc-third_party-upb PUBLIC - contrib-libs-linux-headers -) -target_sources(grpc-third_party-upb PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/google/protobuf/descriptor.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/google/protobuf/descriptor.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/third_party/utf8_range/naive.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/third_party/utf8_range/range2-neon.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/third_party/utf8_range/range2-sse.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/arena.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/array.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/decode.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/decode_fast.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/def.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/encode.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/extension_registry.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/json_decode.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/json_encode.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/map.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/mini_table.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/msg.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/reflection.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/status.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/table.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/text_encode.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/upb.c -) diff --git a/contrib/libs/grpc/third_party/upb/CMakeLists.txt b/contrib/libs/grpc/third_party/upb/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/grpc/third_party/upb/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/grpc/third_party/upb/CMakeLists.windows-x86_64.txt b/contrib/libs/grpc/third_party/upb/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 0178cbffdab..00000000000 --- a/contrib/libs/grpc/third_party/upb/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(grpc-third_party-upb) -target_compile_options(grpc-third_party-upb PRIVATE - $,,-Wno-everything> -) -target_include_directories(grpc-third_party-upb PRIVATE - ${CMAKE_BINARY_DIR}/contrib/libs/grpc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb -) -target_sources(grpc-third_party-upb PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/google/protobuf/descriptor.upb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upbdefs-generated/google/protobuf/descriptor.upbdefs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/third_party/utf8_range/naive.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/third_party/utf8_range/range2-neon.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/third_party/utf8_range/range2-sse.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/arena.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/array.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/decode.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/decode_fast.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/def.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/encode.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/extension_registry.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/json_decode.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/json_encode.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/map.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/mini_table.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/msg.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/reflection.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/status.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/table.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/text_encode.c - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/third_party/upb/upb/upb.c -) diff --git a/contrib/libs/hdr_histogram/CMakeLists.darwin-x86_64.txt b/contrib/libs/hdr_histogram/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 3bacaf8e674..00000000000 --- a/contrib/libs/hdr_histogram/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(contrib-libs-hdr_histogram) -target_compile_options(contrib-libs-hdr_histogram PRIVATE - $,,-Wno-everything> -) -target_include_directories(contrib-libs-hdr_histogram PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/hdr_histogram/src -) -target_link_libraries(contrib-libs-hdr_histogram PUBLIC - contrib-libs-cxxsupp - contrib-libs-zlib -) -target_sources(contrib-libs-hdr_histogram PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/hdr_histogram/src/hdr_encoding.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hdr_histogram/src/hdr_interval_recorder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hdr_histogram/src/hdr_histogram.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hdr_histogram/src/hdr_writer_reader_phaser.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hdr_histogram/src/hdr_time.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hdr_histogram/src/hdr_thread.c -) diff --git a/contrib/libs/hdr_histogram/CMakeLists.linux-aarch64.txt b/contrib/libs/hdr_histogram/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 928d88dd1f7..00000000000 --- a/contrib/libs/hdr_histogram/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(contrib-libs-hdr_histogram) -target_compile_options(contrib-libs-hdr_histogram PRIVATE - $,,-Wno-everything> -) -target_include_directories(contrib-libs-hdr_histogram PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/hdr_histogram/src -) -target_link_libraries(contrib-libs-hdr_histogram PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-zlib -) -target_sources(contrib-libs-hdr_histogram PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/hdr_histogram/src/hdr_encoding.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hdr_histogram/src/hdr_interval_recorder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hdr_histogram/src/hdr_histogram.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hdr_histogram/src/hdr_writer_reader_phaser.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hdr_histogram/src/hdr_time.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hdr_histogram/src/hdr_thread.c -) diff --git a/contrib/libs/hdr_histogram/CMakeLists.linux-x86_64.txt b/contrib/libs/hdr_histogram/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 928d88dd1f7..00000000000 --- a/contrib/libs/hdr_histogram/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(contrib-libs-hdr_histogram) -target_compile_options(contrib-libs-hdr_histogram PRIVATE - $,,-Wno-everything> -) -target_include_directories(contrib-libs-hdr_histogram PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/hdr_histogram/src -) -target_link_libraries(contrib-libs-hdr_histogram PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-zlib -) -target_sources(contrib-libs-hdr_histogram PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/hdr_histogram/src/hdr_encoding.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hdr_histogram/src/hdr_interval_recorder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hdr_histogram/src/hdr_histogram.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hdr_histogram/src/hdr_writer_reader_phaser.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hdr_histogram/src/hdr_time.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hdr_histogram/src/hdr_thread.c -) diff --git a/contrib/libs/hdr_histogram/CMakeLists.txt b/contrib/libs/hdr_histogram/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/hdr_histogram/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/hdr_histogram/CMakeLists.windows-x86_64.txt b/contrib/libs/hdr_histogram/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 3bacaf8e674..00000000000 --- a/contrib/libs/hdr_histogram/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(contrib-libs-hdr_histogram) -target_compile_options(contrib-libs-hdr_histogram PRIVATE - $,,-Wno-everything> -) -target_include_directories(contrib-libs-hdr_histogram PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/hdr_histogram/src -) -target_link_libraries(contrib-libs-hdr_histogram PUBLIC - contrib-libs-cxxsupp - contrib-libs-zlib -) -target_sources(contrib-libs-hdr_histogram PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/hdr_histogram/src/hdr_encoding.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hdr_histogram/src/hdr_interval_recorder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hdr_histogram/src/hdr_histogram.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hdr_histogram/src/hdr_writer_reader_phaser.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hdr_histogram/src/hdr_time.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hdr_histogram/src/hdr_thread.c -) diff --git a/contrib/libs/hyperscan/CMakeLists.darwin-x86_64.txt b/contrib/libs/hyperscan/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 8576e86aab3..00000000000 --- a/contrib/libs/hyperscan/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,246 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(runtime_avx2) -add_subdirectory(runtime_avx512) -add_subdirectory(runtime_core2) -add_subdirectory(runtime_corei7) - -add_library(contrib-libs-hyperscan) -target_compile_options(contrib-libs-hyperscan PRIVATE - -DDISABLE_AVX512VBMI_DISPATCH - $,,-Wno-everything> -) -target_include_directories(contrib-libs-hyperscan PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/include - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src -) -target_link_libraries(contrib-libs-hyperscan PUBLIC - contrib-libs-cxxsupp - restricted-boost-dynamic_bitset - restricted-boost-graph - restricted-boost-icl - restricted-boost-multi_array - restricted-boost-property_map -) -target_sources(contrib-libs-hyperscan PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/alloc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/compiler/asserts.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/compiler/compiler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/compiler/error.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/crc32.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/database.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/engine_description.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/fdr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/fdr_compile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/fdr_compile_util.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/fdr_confirm_compile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/fdr_engine_description.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/flood_compile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/teddy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/teddy_avx2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/teddy_compile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/teddy_engine_description.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/grey.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hs_valid_platform.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hs_version.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hwlm/hwlm.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hwlm/hwlm_build.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hwlm/hwlm_literal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hwlm/noodle_build.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hwlm/noodle_engine.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/accel.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/accel_dfa_build_strat.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/accelcompile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/castle.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/castlecompile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/dfa_build_strat.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/dfa_min.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/gough.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/goughcompile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/goughcompile_accel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/goughcompile_reg.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/lbr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_accel.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_compile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_native.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_simd128.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_simd256.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_simd384.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_simd512.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mcclellan.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mcclellancompile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mcclellancompile_util.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mcsheng.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mcsheng_compile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mcsheng_data.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mpv.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mpvcompile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/nfa_api_dispatch.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/nfa_build_util.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/rdfa.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/rdfa_graph.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/rdfa_merge.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/repeat.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/repeatcompile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/sheng.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/shengcompile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/shufti.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/shufticompile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/tamarama.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/tamaramacompile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/truffle.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/trufflecompile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_anchored_acyclic.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_anchored_dots.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_asserts.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_calc_components.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_cyclic_redundancy.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_depth.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_dominators.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_edge_redundancy.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_equivalence.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_execute.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_expr_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_extparam.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_fixed_width.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_fuzzy.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_haig.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_holder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_is_equal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_lbr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_limex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_limex_accel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_literal_analysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_literal_component.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_literal_decorated.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_mcclellan.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_misc_opt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_netflow.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_prefilter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_prune.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_puff.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_redundancy.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_region.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_region_redundancy.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_repeat.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_reports.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_restructuring.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_revacc.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_sep.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_small_literal_set.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_som.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_som_add_redundancy.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_som_util.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_split.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_squash.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_stop.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_uncalc_components.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_utf8.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_util.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_vacuous.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_violet.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_width.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/AsciiComponentClass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/Component.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/ComponentAlternation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/ComponentAssertion.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/ComponentAtomicGroup.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/ComponentBackReference.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/ComponentBoundary.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/ComponentByte.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/ComponentClass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/ComponentCondReference.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/ComponentEUS.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/ComponentEmpty.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/ComponentRepeat.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/ComponentSequence.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/ComponentVisitor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/ComponentWordBoundary.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/ConstComponentVisitor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/Utf8ComponentClass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/buildstate.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/check_refs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/logical_combination.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/parse_error.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/parser_util.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/prefilter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/shortcut_literal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/ucp_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/unsupported.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/utf8_validate.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/block.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/catchup.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/init.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/match.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/program_runtime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_add.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_add_mask.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_anchored.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_bytecode.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_castle.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_compile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_convert.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_dedupe.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_engine_blob.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_exclusive.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_groups.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_infix.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_instructions.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_lit_accel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_long_lit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_lookaround.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_matchers.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_merge.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_misc.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_program.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_role_aliasing.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_scatter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_width.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_in_util.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/stream.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/runtime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/scratch.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/smallwrite/smallwrite_build.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/som/slot_manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/som/som_runtime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/som/som_stream.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/stream_compress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/alloc.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/charreach.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/clique.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/compile_context.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/compile_error.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/cpuid_flags.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/depth.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/dump_mask.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/fatbit_build.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/masked_move.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/multibit.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/multibit_build.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/report_manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/simd_utils.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/state_compress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/target_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/ue2string.cpp -) -target_ragel_lexers(contrib-libs-hyperscan - PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/Parser.rl6 - -CG2 -) -target_ragel_lexers(contrib-libs-hyperscan - PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/control_verbs.rl6 - -CG2 -) diff --git a/contrib/libs/hyperscan/CMakeLists.linux-x86_64.txt b/contrib/libs/hyperscan/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 06e680fc7ee..00000000000 --- a/contrib/libs/hyperscan/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,247 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(runtime_avx2) -add_subdirectory(runtime_avx512) -add_subdirectory(runtime_core2) -add_subdirectory(runtime_corei7) - -add_library(contrib-libs-hyperscan) -target_compile_options(contrib-libs-hyperscan PRIVATE - -DDISABLE_AVX512VBMI_DISPATCH - $,,-Wno-everything> -) -target_include_directories(contrib-libs-hyperscan PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/include - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src -) -target_link_libraries(contrib-libs-hyperscan PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-dynamic_bitset - restricted-boost-graph - restricted-boost-icl - restricted-boost-multi_array - restricted-boost-property_map -) -target_sources(contrib-libs-hyperscan PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/alloc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/compiler/asserts.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/compiler/compiler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/compiler/error.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/crc32.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/database.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/engine_description.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/fdr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/fdr_compile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/fdr_compile_util.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/fdr_confirm_compile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/fdr_engine_description.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/flood_compile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/teddy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/teddy_avx2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/teddy_compile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/teddy_engine_description.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/grey.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hs_valid_platform.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hs_version.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hwlm/hwlm.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hwlm/hwlm_build.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hwlm/hwlm_literal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hwlm/noodle_build.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hwlm/noodle_engine.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/accel.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/accel_dfa_build_strat.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/accelcompile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/castle.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/castlecompile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/dfa_build_strat.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/dfa_min.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/gough.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/goughcompile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/goughcompile_accel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/goughcompile_reg.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/lbr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_accel.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_compile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_native.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_simd128.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_simd256.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_simd384.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_simd512.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mcclellan.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mcclellancompile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mcclellancompile_util.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mcsheng.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mcsheng_compile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mcsheng_data.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mpv.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mpvcompile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/nfa_api_dispatch.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/nfa_build_util.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/rdfa.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/rdfa_graph.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/rdfa_merge.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/repeat.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/repeatcompile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/sheng.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/shengcompile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/shufti.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/shufticompile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/tamarama.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/tamaramacompile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/truffle.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/trufflecompile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_anchored_acyclic.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_anchored_dots.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_asserts.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_calc_components.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_cyclic_redundancy.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_depth.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_dominators.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_edge_redundancy.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_equivalence.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_execute.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_expr_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_extparam.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_fixed_width.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_fuzzy.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_haig.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_holder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_is_equal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_lbr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_limex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_limex_accel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_literal_analysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_literal_component.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_literal_decorated.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_mcclellan.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_misc_opt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_netflow.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_prefilter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_prune.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_puff.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_redundancy.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_region.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_region_redundancy.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_repeat.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_reports.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_restructuring.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_revacc.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_sep.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_small_literal_set.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_som.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_som_add_redundancy.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_som_util.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_split.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_squash.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_stop.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_uncalc_components.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_utf8.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_util.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_vacuous.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_violet.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_width.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/AsciiComponentClass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/Component.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/ComponentAlternation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/ComponentAssertion.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/ComponentAtomicGroup.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/ComponentBackReference.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/ComponentBoundary.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/ComponentByte.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/ComponentClass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/ComponentCondReference.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/ComponentEUS.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/ComponentEmpty.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/ComponentRepeat.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/ComponentSequence.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/ComponentVisitor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/ComponentWordBoundary.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/ConstComponentVisitor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/Utf8ComponentClass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/buildstate.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/check_refs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/logical_combination.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/parse_error.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/parser_util.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/prefilter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/shortcut_literal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/ucp_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/unsupported.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/utf8_validate.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/block.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/catchup.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/init.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/match.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/program_runtime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_add.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_add_mask.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_anchored.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_bytecode.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_castle.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_compile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_convert.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_dedupe.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_engine_blob.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_exclusive.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_groups.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_infix.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_instructions.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_lit_accel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_long_lit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_lookaround.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_matchers.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_merge.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_misc.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_program.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_role_aliasing.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_scatter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_width.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_in_util.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/stream.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/runtime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/scratch.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/smallwrite/smallwrite_build.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/som/slot_manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/som/som_runtime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/som/som_stream.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/stream_compress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/alloc.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/charreach.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/clique.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/compile_context.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/compile_error.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/cpuid_flags.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/depth.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/dump_mask.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/fatbit_build.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/masked_move.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/multibit.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/multibit_build.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/report_manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/simd_utils.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/state_compress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/target_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/ue2string.cpp -) -target_ragel_lexers(contrib-libs-hyperscan - PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/Parser.rl6 - -CG2 -) -target_ragel_lexers(contrib-libs-hyperscan - PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/control_verbs.rl6 - -CG2 -) diff --git a/contrib/libs/hyperscan/CMakeLists.txt b/contrib/libs/hyperscan/CMakeLists.txt deleted file mode 100644 index 7803a2712c1..00000000000 --- a/contrib/libs/hyperscan/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/libs/hyperscan/CMakeLists.windows-x86_64.txt b/contrib/libs/hyperscan/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 39f2ca3a71e..00000000000 --- a/contrib/libs/hyperscan/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,246 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(runtime_avx2) -add_subdirectory(runtime_avx512) -add_subdirectory(runtime_core2) -add_subdirectory(runtime_corei7) - -add_library(contrib-libs-hyperscan) -target_compile_options(contrib-libs-hyperscan PRIVATE - -DDISABLE_AVX512VBMI_DISPATCH - $,,-Wno-everything> -) -target_include_directories(contrib-libs-hyperscan PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/include - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src -) -target_link_libraries(contrib-libs-hyperscan PUBLIC - contrib-libs-cxxsupp - restricted-boost-dynamic_bitset - restricted-boost-graph - restricted-boost-icl - restricted-boost-multi_array - restricted-boost-property_map -) -target_sources(contrib-libs-hyperscan PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/alloc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/compiler/asserts.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/compiler/compiler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/compiler/error.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/crc32.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/database.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/engine_description.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/fdr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/fdr_compile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/fdr_compile_util.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/fdr_confirm_compile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/fdr_engine_description.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/flood_compile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/teddy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/teddy_avx2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/teddy_compile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/teddy_engine_description.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/grey.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hs_valid_platform.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hs_version.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hwlm/hwlm.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hwlm/hwlm_build.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hwlm/hwlm_literal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hwlm/noodle_build.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hwlm/noodle_engine.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/accel.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/accel_dfa_build_strat.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/accelcompile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/castle.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/castlecompile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/dfa_build_strat.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/dfa_min.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/gough.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/goughcompile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/goughcompile_accel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/goughcompile_reg.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/lbr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_accel.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_compile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_native.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_simd128.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_simd256.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_simd384.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_simd512.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mcclellan.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mcclellancompile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mcclellancompile_util.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mcsheng.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mcsheng_compile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mcsheng_data.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mpv.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mpvcompile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/nfa_api_dispatch.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/nfa_build_util.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/rdfa.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/rdfa_graph.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/rdfa_merge.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/repeat.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/repeatcompile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/sheng.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/shengcompile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/shufti.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/shufticompile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/tamarama.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/tamaramacompile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/truffle.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/trufflecompile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_anchored_acyclic.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_anchored_dots.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_asserts.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_calc_components.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_cyclic_redundancy.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_depth.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_dominators.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_edge_redundancy.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_equivalence.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_execute.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_expr_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_extparam.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_fixed_width.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_fuzzy.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_haig.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_holder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_is_equal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_lbr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_limex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_limex_accel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_literal_analysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_literal_component.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_literal_decorated.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_mcclellan.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_misc_opt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_netflow.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_prefilter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_prune.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_puff.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_redundancy.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_region.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_region_redundancy.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_repeat.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_reports.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_restructuring.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_revacc.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_sep.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_small_literal_set.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_som.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_som_add_redundancy.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_som_util.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_split.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_squash.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_stop.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_uncalc_components.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_utf8.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_util.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_vacuous.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_violet.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfagraph/ng_width.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/AsciiComponentClass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/Component.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/ComponentAlternation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/ComponentAssertion.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/ComponentAtomicGroup.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/ComponentBackReference.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/ComponentBoundary.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/ComponentByte.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/ComponentClass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/ComponentCondReference.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/ComponentEUS.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/ComponentEmpty.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/ComponentRepeat.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/ComponentSequence.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/ComponentVisitor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/ComponentWordBoundary.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/ConstComponentVisitor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/Utf8ComponentClass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/buildstate.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/check_refs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/logical_combination.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/parse_error.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/parser_util.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/prefilter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/shortcut_literal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/ucp_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/unsupported.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/utf8_validate.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/block.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/catchup.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/init.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/match.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/program_runtime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_add.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_add_mask.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_anchored.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_bytecode.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_castle.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_compile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_convert.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_dedupe.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_engine_blob.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_exclusive.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_groups.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_infix.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_instructions.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_lit_accel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_long_lit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_lookaround.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_matchers.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_merge.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_misc.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_program.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_role_aliasing.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_scatter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_build_width.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/rose_in_util.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/stream.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/runtime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/scratch.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/smallwrite/smallwrite_build.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/som/slot_manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/som/som_runtime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/som/som_stream.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/stream_compress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/alloc.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/charreach.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/clique.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/compile_context.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/compile_error.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/cpuid_flags.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/depth.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/dump_mask.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/fatbit_build.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/masked_move.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/multibit.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/multibit_build.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/report_manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/simd_utils.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/state_compress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/target_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/ue2string.cpp -) -target_ragel_lexers(contrib-libs-hyperscan - PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/Parser.rl6 - -CT0 -) -target_ragel_lexers(contrib-libs-hyperscan - PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/parser/control_verbs.rl6 - -CT0 -) diff --git a/contrib/libs/hyperscan/runtime_avx2/CMakeLists.darwin-x86_64.txt b/contrib/libs/hyperscan/runtime_avx2/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 85764417b72..00000000000 --- a/contrib/libs/hyperscan/runtime_avx2/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,487 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(libs-hyperscan-runtime_avx2) -target_compile_options(libs-hyperscan-runtime_avx2 PRIVATE - -msse4.1 - -DHAVE_SSE41 - -msse4.2 - -DHAVE_SSE42 - -mpopcnt - -DHAVE_POPCOUNT_INSTR - -mavx - -DHAVE_AVX - -mavx2 - -mfma - -mbmi - -mbmi2 - -DHAVE_AVX2 - -DCrc32c_ComputeBuf=avx2_Crc32c_ComputeBuf - -DblockInitSufPQ=avx2_blockInitSufPQ - -Dcompress_stream=avx2_compress_stream - -Dcpuid_flags=avx2_cpuid_flags - -Dcpuid_tune=avx2_cpuid_tune - -DdbIsValid=avx2_dbIsValid - -DdoAccel128=avx2_doAccel128 - -DdoAccel256=avx2_doAccel256 - -DdoAccel32=avx2_doAccel32 - -DdoAccel384=avx2_doAccel384 - -DdoAccel512=avx2_doAccel512 - -DdoAccel64=avx2_doAccel64 - -Dexpand_stream=avx2_expand_stream - -DfdrExec=avx2_fdrExec - -DfdrExecStreaming=avx2_fdrExecStreaming - -Dfdr_exec_fat_teddy_msks1=avx2_fdr_exec_fat_teddy_msks1 - -Dfdr_exec_fat_teddy_msks1_pck=avx2_fdr_exec_fat_teddy_msks1_pck - -Dfdr_exec_fat_teddy_msks2=avx2_fdr_exec_fat_teddy_msks2 - -Dfdr_exec_fat_teddy_msks2_pck=avx2_fdr_exec_fat_teddy_msks2_pck - -Dfdr_exec_fat_teddy_msks3=avx2_fdr_exec_fat_teddy_msks3 - -Dfdr_exec_fat_teddy_msks3_pck=avx2_fdr_exec_fat_teddy_msks3_pck - -Dfdr_exec_fat_teddy_msks4=avx2_fdr_exec_fat_teddy_msks4 - -Dfdr_exec_fat_teddy_msks4_pck=avx2_fdr_exec_fat_teddy_msks4_pck - -Dfdr_exec_teddy_msks1=avx2_fdr_exec_teddy_msks1 - -Dfdr_exec_teddy_msks1_pck=avx2_fdr_exec_teddy_msks1_pck - -Dfdr_exec_teddy_msks2=avx2_fdr_exec_teddy_msks2 - -Dfdr_exec_teddy_msks2_pck=avx2_fdr_exec_teddy_msks2_pck - -Dfdr_exec_teddy_msks3=avx2_fdr_exec_teddy_msks3 - -Dfdr_exec_teddy_msks3_pck=avx2_fdr_exec_teddy_msks3_pck - -Dfdr_exec_teddy_msks4=avx2_fdr_exec_teddy_msks4 - -Dfdr_exec_teddy_msks4_pck=avx2_fdr_exec_teddy_msks4_pck - -DflushQueuedLiterals_i=avx2_flushQueuedLiterals_i - -DflushStoredSomMatches_i=avx2_flushStoredSomMatches_i - -DhandleSomExternal=avx2_handleSomExternal - -DhandleSomInternal=avx2_handleSomInternal - -Dhs_alloc_scratch=avx2_hs_alloc_scratch - -Dhs_clone_scratch=avx2_hs_clone_scratch - -Dhs_close_stream=avx2_hs_close_stream - -Dhs_compress_stream=avx2_hs_compress_stream - -Dhs_copy_stream=avx2_hs_copy_stream - -Dhs_database_alloc=avx2_hs_database_alloc - -Dhs_database_free=avx2_hs_database_free - -Dhs_database_info=avx2_hs_database_info - -Dhs_database_size=avx2_hs_database_size - -Dhs_deserialize_database=avx2_hs_deserialize_database - -Dhs_deserialize_database_at=avx2_hs_deserialize_database_at - -Dhs_expand_stream=avx2_hs_expand_stream - -Dhs_free_database=avx2_hs_free_database - -Dhs_free_scratch=avx2_hs_free_scratch - -Dhs_misc_alloc=avx2_hs_misc_alloc - -Dhs_misc_free=avx2_hs_misc_free - -Dhs_open_stream=avx2_hs_open_stream - -Dhs_reset_and_copy_stream=avx2_hs_reset_and_copy_stream - -Dhs_reset_and_expand_stream=avx2_hs_reset_and_expand_stream - -Dhs_reset_stream=avx2_hs_reset_stream - -Dhs_scan=avx2_hs_scan - -Dhs_scan_stream=avx2_hs_scan_stream - -Dhs_scan_vector=avx2_hs_scan_vector - -Dhs_scratch_alloc=avx2_hs_scratch_alloc - -Dhs_scratch_free=avx2_hs_scratch_free - -Dhs_scratch_size=avx2_hs_scratch_size - -Dhs_serialize_database=avx2_hs_serialize_database - -Dhs_serialized_database_info=avx2_hs_serialized_database_info - -Dhs_serialized_database_size=avx2_hs_serialized_database_size - -Dhs_set_allocator=avx2_hs_set_allocator - -Dhs_set_database_allocator=avx2_hs_set_database_allocator - -Dhs_set_misc_allocator=avx2_hs_set_misc_allocator - -Dhs_set_scratch_allocator=avx2_hs_set_scratch_allocator - -Dhs_set_stream_allocator=avx2_hs_set_stream_allocator - -Dhs_stream_alloc=avx2_hs_stream_alloc - -Dhs_stream_free=avx2_hs_stream_free - -Dhs_stream_size=avx2_hs_stream_size - -Dhs_valid_platform=avx2_hs_valid_platform - -Dhs_version=avx2_hs_version - -DhwlmExec=avx2_hwlmExec - -DhwlmExecStreaming=avx2_hwlmExecStreaming - -DloadSomFromStream=avx2_loadSomFromStream - -Dloadcompressed128=avx2_loadcompressed128 - -Dloadcompressed256=avx2_loadcompressed256 - -Dloadcompressed32=avx2_loadcompressed32 - -Dloadcompressed384=avx2_loadcompressed384 - -Dloadcompressed512=avx2_loadcompressed512 - -Dloadcompressed64=avx2_loadcompressed64 - -Dmcsheng_pext_mask=avx2_mcsheng_pext_mask - -Dmm_mask_mask=avx2_mm_mask_mask - -Dmm_shuffle_end=avx2_mm_shuffle_end - -Dmmbit_keyshift_lut=avx2_mmbit_keyshift_lut - -Dmmbit_maxlevel_direct_lut=avx2_mmbit_maxlevel_direct_lut - -Dmmbit_maxlevel_from_keyshift_lut=avx2_mmbit_maxlevel_from_keyshift_lut - -Dmmbit_root_offset_from_level=avx2_mmbit_root_offset_from_level - -Dmmbit_zero_to_lut=avx2_mmbit_zero_to_lut - -DnfaBlockExecReverse=avx2_nfaBlockExecReverse - -DnfaCheckFinalState=avx2_nfaCheckFinalState - -DnfaExecCastle_Q=avx2_nfaExecCastle_Q - -DnfaExecCastle_Q2=avx2_nfaExecCastle_Q2 - -DnfaExecCastle_QR=avx2_nfaExecCastle_QR - -DnfaExecCastle_expandState=avx2_nfaExecCastle_expandState - -DnfaExecCastle_inAccept=avx2_nfaExecCastle_inAccept - -DnfaExecCastle_inAnyAccept=avx2_nfaExecCastle_inAnyAccept - -DnfaExecCastle_initCompressedState=avx2_nfaExecCastle_initCompressedState - -DnfaExecCastle_queueCompressState=avx2_nfaExecCastle_queueCompressState - -DnfaExecCastle_queueInitState=avx2_nfaExecCastle_queueInitState - -DnfaExecCastle_reportCurrent=avx2_nfaExecCastle_reportCurrent - -DnfaExecGough16_Q=avx2_nfaExecGough16_Q - -DnfaExecGough16_Q2=avx2_nfaExecGough16_Q2 - -DnfaExecGough16_QR=avx2_nfaExecGough16_QR - -DnfaExecGough16_expandState=avx2_nfaExecGough16_expandState - -DnfaExecGough16_inAccept=avx2_nfaExecGough16_inAccept - -DnfaExecGough16_inAnyAccept=avx2_nfaExecGough16_inAnyAccept - -DnfaExecGough16_initCompressedState=avx2_nfaExecGough16_initCompressedState - -DnfaExecGough16_queueCompressState=avx2_nfaExecGough16_queueCompressState - -DnfaExecGough16_queueInitState=avx2_nfaExecGough16_queueInitState - -DnfaExecGough16_reportCurrent=avx2_nfaExecGough16_reportCurrent - -DnfaExecGough16_testEOD=avx2_nfaExecGough16_testEOD - -DnfaExecGough8_Q=avx2_nfaExecGough8_Q - -DnfaExecGough8_Q2=avx2_nfaExecGough8_Q2 - -DnfaExecGough8_QR=avx2_nfaExecGough8_QR - -DnfaExecGough8_expandState=avx2_nfaExecGough8_expandState - -DnfaExecGough8_inAccept=avx2_nfaExecGough8_inAccept - -DnfaExecGough8_inAnyAccept=avx2_nfaExecGough8_inAnyAccept - -DnfaExecGough8_initCompressedState=avx2_nfaExecGough8_initCompressedState - -DnfaExecGough8_queueCompressState=avx2_nfaExecGough8_queueCompressState - -DnfaExecGough8_queueInitState=avx2_nfaExecGough8_queueInitState - -DnfaExecGough8_reportCurrent=avx2_nfaExecGough8_reportCurrent - -DnfaExecGough8_testEOD=avx2_nfaExecGough8_testEOD - -DnfaExecLbrDot_Q=avx2_nfaExecLbrDot_Q - -DnfaExecLbrDot_Q2=avx2_nfaExecLbrDot_Q2 - -DnfaExecLbrDot_QR=avx2_nfaExecLbrDot_QR - -DnfaExecLbrDot_expandState=avx2_nfaExecLbrDot_expandState - -DnfaExecLbrDot_inAccept=avx2_nfaExecLbrDot_inAccept - -DnfaExecLbrDot_inAnyAccept=avx2_nfaExecLbrDot_inAnyAccept - -DnfaExecLbrDot_initCompressedState=avx2_nfaExecLbrDot_initCompressedState - -DnfaExecLbrDot_queueCompressState=avx2_nfaExecLbrDot_queueCompressState - -DnfaExecLbrDot_queueInitState=avx2_nfaExecLbrDot_queueInitState - -DnfaExecLbrDot_reportCurrent=avx2_nfaExecLbrDot_reportCurrent - -DnfaExecLbrNVerm_Q=avx2_nfaExecLbrNVerm_Q - -DnfaExecLbrNVerm_Q2=avx2_nfaExecLbrNVerm_Q2 - -DnfaExecLbrNVerm_QR=avx2_nfaExecLbrNVerm_QR - -DnfaExecLbrNVerm_expandState=avx2_nfaExecLbrNVerm_expandState - -DnfaExecLbrNVerm_inAccept=avx2_nfaExecLbrNVerm_inAccept - -DnfaExecLbrNVerm_inAnyAccept=avx2_nfaExecLbrNVerm_inAnyAccept - -DnfaExecLbrNVerm_initCompressedState=avx2_nfaExecLbrNVerm_initCompressedState - -DnfaExecLbrNVerm_queueCompressState=avx2_nfaExecLbrNVerm_queueCompressState - -DnfaExecLbrNVerm_queueInitState=avx2_nfaExecLbrNVerm_queueInitState - -DnfaExecLbrNVerm_reportCurrent=avx2_nfaExecLbrNVerm_reportCurrent - -DnfaExecLbrShuf_Q=avx2_nfaExecLbrShuf_Q - -DnfaExecLbrShuf_Q2=avx2_nfaExecLbrShuf_Q2 - -DnfaExecLbrShuf_QR=avx2_nfaExecLbrShuf_QR - -DnfaExecLbrShuf_expandState=avx2_nfaExecLbrShuf_expandState - -DnfaExecLbrShuf_inAccept=avx2_nfaExecLbrShuf_inAccept - -DnfaExecLbrShuf_inAnyAccept=avx2_nfaExecLbrShuf_inAnyAccept - -DnfaExecLbrShuf_initCompressedState=avx2_nfaExecLbrShuf_initCompressedState - -DnfaExecLbrShuf_queueCompressState=avx2_nfaExecLbrShuf_queueCompressState - -DnfaExecLbrShuf_queueInitState=avx2_nfaExecLbrShuf_queueInitState - -DnfaExecLbrShuf_reportCurrent=avx2_nfaExecLbrShuf_reportCurrent - -DnfaExecLbrTruf_Q=avx2_nfaExecLbrTruf_Q - -DnfaExecLbrTruf_Q2=avx2_nfaExecLbrTruf_Q2 - -DnfaExecLbrTruf_QR=avx2_nfaExecLbrTruf_QR - -DnfaExecLbrTruf_expandState=avx2_nfaExecLbrTruf_expandState - -DnfaExecLbrTruf_inAccept=avx2_nfaExecLbrTruf_inAccept - -DnfaExecLbrTruf_inAnyAccept=avx2_nfaExecLbrTruf_inAnyAccept - -DnfaExecLbrTruf_initCompressedState=avx2_nfaExecLbrTruf_initCompressedState - -DnfaExecLbrTruf_queueCompressState=avx2_nfaExecLbrTruf_queueCompressState - -DnfaExecLbrTruf_queueInitState=avx2_nfaExecLbrTruf_queueInitState - -DnfaExecLbrTruf_reportCurrent=avx2_nfaExecLbrTruf_reportCurrent - -DnfaExecLbrVerm_Q=avx2_nfaExecLbrVerm_Q - -DnfaExecLbrVerm_Q2=avx2_nfaExecLbrVerm_Q2 - -DnfaExecLbrVerm_QR=avx2_nfaExecLbrVerm_QR - -DnfaExecLbrVerm_expandState=avx2_nfaExecLbrVerm_expandState - -DnfaExecLbrVerm_inAccept=avx2_nfaExecLbrVerm_inAccept - -DnfaExecLbrVerm_inAnyAccept=avx2_nfaExecLbrVerm_inAnyAccept - -DnfaExecLbrVerm_initCompressedState=avx2_nfaExecLbrVerm_initCompressedState - -DnfaExecLbrVerm_queueCompressState=avx2_nfaExecLbrVerm_queueCompressState - -DnfaExecLbrVerm_queueInitState=avx2_nfaExecLbrVerm_queueInitState - -DnfaExecLbrVerm_reportCurrent=avx2_nfaExecLbrVerm_reportCurrent - -DnfaExecLimEx128_B_Reverse=avx2_nfaExecLimEx128_B_Reverse - -DnfaExecLimEx128_Q=avx2_nfaExecLimEx128_Q - -DnfaExecLimEx128_Q2=avx2_nfaExecLimEx128_Q2 - -DnfaExecLimEx128_QR=avx2_nfaExecLimEx128_QR - -DnfaExecLimEx128_expandState=avx2_nfaExecLimEx128_expandState - -DnfaExecLimEx128_inAccept=avx2_nfaExecLimEx128_inAccept - -DnfaExecLimEx128_inAnyAccept=avx2_nfaExecLimEx128_inAnyAccept - -DnfaExecLimEx128_initCompressedState=avx2_nfaExecLimEx128_initCompressedState - -DnfaExecLimEx128_queueCompressState=avx2_nfaExecLimEx128_queueCompressState - -DnfaExecLimEx128_queueInitState=avx2_nfaExecLimEx128_queueInitState - -DnfaExecLimEx128_reportCurrent=avx2_nfaExecLimEx128_reportCurrent - -DnfaExecLimEx128_testEOD=avx2_nfaExecLimEx128_testEOD - -DnfaExecLimEx128_zombie_status=avx2_nfaExecLimEx128_zombie_status - -DnfaExecLimEx256_B_Reverse=avx2_nfaExecLimEx256_B_Reverse - -DnfaExecLimEx256_Q=avx2_nfaExecLimEx256_Q - -DnfaExecLimEx256_Q2=avx2_nfaExecLimEx256_Q2 - -DnfaExecLimEx256_QR=avx2_nfaExecLimEx256_QR - -DnfaExecLimEx256_expandState=avx2_nfaExecLimEx256_expandState - -DnfaExecLimEx256_inAccept=avx2_nfaExecLimEx256_inAccept - -DnfaExecLimEx256_inAnyAccept=avx2_nfaExecLimEx256_inAnyAccept - -DnfaExecLimEx256_initCompressedState=avx2_nfaExecLimEx256_initCompressedState - -DnfaExecLimEx256_queueCompressState=avx2_nfaExecLimEx256_queueCompressState - -DnfaExecLimEx256_queueInitState=avx2_nfaExecLimEx256_queueInitState - -DnfaExecLimEx256_reportCurrent=avx2_nfaExecLimEx256_reportCurrent - -DnfaExecLimEx256_testEOD=avx2_nfaExecLimEx256_testEOD - -DnfaExecLimEx256_zombie_status=avx2_nfaExecLimEx256_zombie_status - -DnfaExecLimEx32_B_Reverse=avx2_nfaExecLimEx32_B_Reverse - -DnfaExecLimEx32_Q=avx2_nfaExecLimEx32_Q - -DnfaExecLimEx32_Q2=avx2_nfaExecLimEx32_Q2 - -DnfaExecLimEx32_QR=avx2_nfaExecLimEx32_QR - -DnfaExecLimEx32_expandState=avx2_nfaExecLimEx32_expandState - -DnfaExecLimEx32_inAccept=avx2_nfaExecLimEx32_inAccept - -DnfaExecLimEx32_inAnyAccept=avx2_nfaExecLimEx32_inAnyAccept - -DnfaExecLimEx32_initCompressedState=avx2_nfaExecLimEx32_initCompressedState - -DnfaExecLimEx32_queueCompressState=avx2_nfaExecLimEx32_queueCompressState - -DnfaExecLimEx32_queueInitState=avx2_nfaExecLimEx32_queueInitState - -DnfaExecLimEx32_reportCurrent=avx2_nfaExecLimEx32_reportCurrent - -DnfaExecLimEx32_testEOD=avx2_nfaExecLimEx32_testEOD - -DnfaExecLimEx32_zombie_status=avx2_nfaExecLimEx32_zombie_status - -DnfaExecLimEx384_B_Reverse=avx2_nfaExecLimEx384_B_Reverse - -DnfaExecLimEx384_Q=avx2_nfaExecLimEx384_Q - -DnfaExecLimEx384_Q2=avx2_nfaExecLimEx384_Q2 - -DnfaExecLimEx384_QR=avx2_nfaExecLimEx384_QR - -DnfaExecLimEx384_expandState=avx2_nfaExecLimEx384_expandState - -DnfaExecLimEx384_inAccept=avx2_nfaExecLimEx384_inAccept - -DnfaExecLimEx384_inAnyAccept=avx2_nfaExecLimEx384_inAnyAccept - -DnfaExecLimEx384_initCompressedState=avx2_nfaExecLimEx384_initCompressedState - -DnfaExecLimEx384_queueCompressState=avx2_nfaExecLimEx384_queueCompressState - -DnfaExecLimEx384_queueInitState=avx2_nfaExecLimEx384_queueInitState - -DnfaExecLimEx384_reportCurrent=avx2_nfaExecLimEx384_reportCurrent - -DnfaExecLimEx384_testEOD=avx2_nfaExecLimEx384_testEOD - -DnfaExecLimEx384_zombie_status=avx2_nfaExecLimEx384_zombie_status - -DnfaExecLimEx512_B_Reverse=avx2_nfaExecLimEx512_B_Reverse - -DnfaExecLimEx512_Q=avx2_nfaExecLimEx512_Q - -DnfaExecLimEx512_Q2=avx2_nfaExecLimEx512_Q2 - -DnfaExecLimEx512_QR=avx2_nfaExecLimEx512_QR - -DnfaExecLimEx512_expandState=avx2_nfaExecLimEx512_expandState - -DnfaExecLimEx512_inAccept=avx2_nfaExecLimEx512_inAccept - -DnfaExecLimEx512_inAnyAccept=avx2_nfaExecLimEx512_inAnyAccept - -DnfaExecLimEx512_initCompressedState=avx2_nfaExecLimEx512_initCompressedState - -DnfaExecLimEx512_queueCompressState=avx2_nfaExecLimEx512_queueCompressState - -DnfaExecLimEx512_queueInitState=avx2_nfaExecLimEx512_queueInitState - -DnfaExecLimEx512_reportCurrent=avx2_nfaExecLimEx512_reportCurrent - -DnfaExecLimEx512_testEOD=avx2_nfaExecLimEx512_testEOD - -DnfaExecLimEx512_zombie_status=avx2_nfaExecLimEx512_zombie_status - -DnfaExecLimEx64_B_Reverse=avx2_nfaExecLimEx64_B_Reverse - -DnfaExecLimEx64_Q=avx2_nfaExecLimEx64_Q - -DnfaExecLimEx64_Q2=avx2_nfaExecLimEx64_Q2 - -DnfaExecLimEx64_QR=avx2_nfaExecLimEx64_QR - -DnfaExecLimEx64_expandState=avx2_nfaExecLimEx64_expandState - -DnfaExecLimEx64_inAccept=avx2_nfaExecLimEx64_inAccept - -DnfaExecLimEx64_inAnyAccept=avx2_nfaExecLimEx64_inAnyAccept - -DnfaExecLimEx64_initCompressedState=avx2_nfaExecLimEx64_initCompressedState - -DnfaExecLimEx64_queueCompressState=avx2_nfaExecLimEx64_queueCompressState - -DnfaExecLimEx64_queueInitState=avx2_nfaExecLimEx64_queueInitState - -DnfaExecLimEx64_reportCurrent=avx2_nfaExecLimEx64_reportCurrent - -DnfaExecLimEx64_testEOD=avx2_nfaExecLimEx64_testEOD - -DnfaExecLimEx64_zombie_status=avx2_nfaExecLimEx64_zombie_status - -DnfaExecMcClellan16_B=avx2_nfaExecMcClellan16_B - -DnfaExecMcClellan16_Q=avx2_nfaExecMcClellan16_Q - -DnfaExecMcClellan16_Q2=avx2_nfaExecMcClellan16_Q2 - -DnfaExecMcClellan16_QR=avx2_nfaExecMcClellan16_QR - -DnfaExecMcClellan16_SimpStream=avx2_nfaExecMcClellan16_SimpStream - -DnfaExecMcClellan16_expandState=avx2_nfaExecMcClellan16_expandState - -DnfaExecMcClellan16_inAccept=avx2_nfaExecMcClellan16_inAccept - -DnfaExecMcClellan16_inAnyAccept=avx2_nfaExecMcClellan16_inAnyAccept - -DnfaExecMcClellan16_initCompressedState=avx2_nfaExecMcClellan16_initCompressedState - -DnfaExecMcClellan16_queueCompressState=avx2_nfaExecMcClellan16_queueCompressState - -DnfaExecMcClellan16_queueInitState=avx2_nfaExecMcClellan16_queueInitState - -DnfaExecMcClellan16_reportCurrent=avx2_nfaExecMcClellan16_reportCurrent - -DnfaExecMcClellan16_testEOD=avx2_nfaExecMcClellan16_testEOD - -DnfaExecMcClellan8_B=avx2_nfaExecMcClellan8_B - -DnfaExecMcClellan8_Q=avx2_nfaExecMcClellan8_Q - -DnfaExecMcClellan8_Q2=avx2_nfaExecMcClellan8_Q2 - -DnfaExecMcClellan8_QR=avx2_nfaExecMcClellan8_QR - -DnfaExecMcClellan8_SimpStream=avx2_nfaExecMcClellan8_SimpStream - -DnfaExecMcClellan8_expandState=avx2_nfaExecMcClellan8_expandState - -DnfaExecMcClellan8_inAccept=avx2_nfaExecMcClellan8_inAccept - -DnfaExecMcClellan8_inAnyAccept=avx2_nfaExecMcClellan8_inAnyAccept - -DnfaExecMcClellan8_initCompressedState=avx2_nfaExecMcClellan8_initCompressedState - -DnfaExecMcClellan8_queueCompressState=avx2_nfaExecMcClellan8_queueCompressState - -DnfaExecMcClellan8_queueInitState=avx2_nfaExecMcClellan8_queueInitState - -DnfaExecMcClellan8_reportCurrent=avx2_nfaExecMcClellan8_reportCurrent - -DnfaExecMcClellan8_testEOD=avx2_nfaExecMcClellan8_testEOD - -DnfaExecMcSheng16_Q=avx2_nfaExecMcSheng16_Q - -DnfaExecMcSheng16_Q2=avx2_nfaExecMcSheng16_Q2 - -DnfaExecMcSheng16_QR=avx2_nfaExecMcSheng16_QR - -DnfaExecMcSheng16_expandState=avx2_nfaExecMcSheng16_expandState - -DnfaExecMcSheng16_inAccept=avx2_nfaExecMcSheng16_inAccept - -DnfaExecMcSheng16_inAnyAccept=avx2_nfaExecMcSheng16_inAnyAccept - -DnfaExecMcSheng16_initCompressedState=avx2_nfaExecMcSheng16_initCompressedState - -DnfaExecMcSheng16_queueCompressState=avx2_nfaExecMcSheng16_queueCompressState - -DnfaExecMcSheng16_queueInitState=avx2_nfaExecMcSheng16_queueInitState - -DnfaExecMcSheng16_reportCurrent=avx2_nfaExecMcSheng16_reportCurrent - -DnfaExecMcSheng16_testEOD=avx2_nfaExecMcSheng16_testEOD - -DnfaExecMcSheng8_Q=avx2_nfaExecMcSheng8_Q - -DnfaExecMcSheng8_Q2=avx2_nfaExecMcSheng8_Q2 - -DnfaExecMcSheng8_QR=avx2_nfaExecMcSheng8_QR - -DnfaExecMcSheng8_expandState=avx2_nfaExecMcSheng8_expandState - -DnfaExecMcSheng8_inAccept=avx2_nfaExecMcSheng8_inAccept - -DnfaExecMcSheng8_inAnyAccept=avx2_nfaExecMcSheng8_inAnyAccept - -DnfaExecMcSheng8_initCompressedState=avx2_nfaExecMcSheng8_initCompressedState - -DnfaExecMcSheng8_queueCompressState=avx2_nfaExecMcSheng8_queueCompressState - -DnfaExecMcSheng8_queueInitState=avx2_nfaExecMcSheng8_queueInitState - -DnfaExecMcSheng8_reportCurrent=avx2_nfaExecMcSheng8_reportCurrent - -DnfaExecMcSheng8_testEOD=avx2_nfaExecMcSheng8_testEOD - -DnfaExecMpv_Q=avx2_nfaExecMpv_Q - -DnfaExecMpv_QueueExecRaw=avx2_nfaExecMpv_QueueExecRaw - -DnfaExecMpv_expandState=avx2_nfaExecMpv_expandState - -DnfaExecMpv_initCompressedState=avx2_nfaExecMpv_initCompressedState - -DnfaExecMpv_queueCompressState=avx2_nfaExecMpv_queueCompressState - -DnfaExecMpv_queueInitState=avx2_nfaExecMpv_queueInitState - -DnfaExecMpv_reportCurrent=avx2_nfaExecMpv_reportCurrent - -DnfaExecSheng_B=avx2_nfaExecSheng_B - -DnfaExecSheng_Q=avx2_nfaExecSheng_Q - -DnfaExecSheng_Q2=avx2_nfaExecSheng_Q2 - -DnfaExecSheng_QR=avx2_nfaExecSheng_QR - -DnfaExecSheng_expandState=avx2_nfaExecSheng_expandState - -DnfaExecSheng_inAccept=avx2_nfaExecSheng_inAccept - -DnfaExecSheng_inAnyAccept=avx2_nfaExecSheng_inAnyAccept - -DnfaExecSheng_initCompressedState=avx2_nfaExecSheng_initCompressedState - -DnfaExecSheng_queueCompressState=avx2_nfaExecSheng_queueCompressState - -DnfaExecSheng_queueInitState=avx2_nfaExecSheng_queueInitState - -DnfaExecSheng_reportCurrent=avx2_nfaExecSheng_reportCurrent - -DnfaExecSheng_testEOD=avx2_nfaExecSheng_testEOD - -DnfaExecTamarama_Q=avx2_nfaExecTamarama_Q - -DnfaExecTamarama_Q2=avx2_nfaExecTamarama_Q2 - -DnfaExecTamarama_QR=avx2_nfaExecTamarama_QR - -DnfaExecTamarama_expandState=avx2_nfaExecTamarama_expandState - -DnfaExecTamarama_inAccept=avx2_nfaExecTamarama_inAccept - -DnfaExecTamarama_inAnyAccept=avx2_nfaExecTamarama_inAnyAccept - -DnfaExecTamarama_queueCompressState=avx2_nfaExecTamarama_queueCompressState - -DnfaExecTamarama_queueInitState=avx2_nfaExecTamarama_queueInitState - -DnfaExecTamarama_reportCurrent=avx2_nfaExecTamarama_reportCurrent - -DnfaExecTamarama_testEOD=avx2_nfaExecTamarama_testEOD - -DnfaExecTamarama_zombie_status=avx2_nfaExecTamarama_zombie_status - -DnfaExpandState=avx2_nfaExpandState - -DnfaGetZombieStatus=avx2_nfaGetZombieStatus - -DnfaInAcceptState=avx2_nfaInAcceptState - -DnfaInAnyAcceptState=avx2_nfaInAnyAcceptState - -DnfaInitCompressedState=avx2_nfaInitCompressedState - -DnfaQueueCompressState=avx2_nfaQueueCompressState - -DnfaQueueExec=avx2_nfaQueueExec - -DnfaQueueExec2_raw=avx2_nfaQueueExec2_raw - -DnfaQueueExecRose=avx2_nfaQueueExecRose - -DnfaQueueExecToMatch=avx2_nfaQueueExecToMatch - -DnfaQueueExec_raw=avx2_nfaQueueExec_raw - -DnfaQueueInitState=avx2_nfaQueueInitState - -DnfaReportCurrentMatches=avx2_nfaReportCurrentMatches - -DnoodExec=avx2_noodExec - -DnoodExecStreaming=avx2_noodExecStreaming - -Dp_mask_arr=avx2_p_mask_arr - -Dp_mask_arr256=avx2_p_mask_arr256 - -DrepeatHasMatchBitmap=avx2_repeatHasMatchBitmap - -DrepeatHasMatchRange=avx2_repeatHasMatchRange - -DrepeatHasMatchRing=avx2_repeatHasMatchRing - -DrepeatHasMatchSparseOptimalP=avx2_repeatHasMatchSparseOptimalP - -DrepeatHasMatchTrailer=avx2_repeatHasMatchTrailer - -DrepeatLastTopBitmap=avx2_repeatLastTopBitmap - -DrepeatLastTopRange=avx2_repeatLastTopRange - -DrepeatLastTopRing=avx2_repeatLastTopRing - -DrepeatLastTopSparseOptimalP=avx2_repeatLastTopSparseOptimalP - -DrepeatLastTopTrailer=avx2_repeatLastTopTrailer - -DrepeatNextMatchBitmap=avx2_repeatNextMatchBitmap - -DrepeatNextMatchRange=avx2_repeatNextMatchRange - -DrepeatNextMatchRing=avx2_repeatNextMatchRing - -DrepeatNextMatchSparseOptimalP=avx2_repeatNextMatchSparseOptimalP - -DrepeatNextMatchTrailer=avx2_repeatNextMatchTrailer - -DrepeatPack=avx2_repeatPack - -DrepeatStoreBitmap=avx2_repeatStoreBitmap - -DrepeatStoreRange=avx2_repeatStoreRange - -DrepeatStoreRing=avx2_repeatStoreRing - -DrepeatStoreSparseOptimalP=avx2_repeatStoreSparseOptimalP - -DrepeatStoreTrailer=avx2_repeatStoreTrailer - -DrepeatUnpack=avx2_repeatUnpack - -DroseAnchoredCallback=avx2_roseAnchoredCallback - -DroseBlockExec=avx2_roseBlockExec - -DroseCallback=avx2_roseCallback - -DroseCatchUpAll=avx2_roseCatchUpAll - -DroseCatchUpMPV_i=avx2_roseCatchUpMPV_i - -DroseCatchUpSuf=avx2_roseCatchUpSuf - -DroseDelayRebuildCallback=avx2_roseDelayRebuildCallback - -DroseFloatingCallback=avx2_roseFloatingCallback - -DroseHandleChainMatch=avx2_roseHandleChainMatch - -DroseInitState=avx2_roseInitState - -DroseNfaAdaptor=avx2_roseNfaAdaptor - -DroseNfaEarliestSom=avx2_roseNfaEarliestSom - -DroseReportAdaptor=avx2_roseReportAdaptor - -DroseRunBoundaryProgram=avx2_roseRunBoundaryProgram - -DroseRunFlushCombProgram=avx2_roseRunFlushCombProgram - -DroseRunLastFlushCombProgram=avx2_roseRunLastFlushCombProgram - -DroseRunProgram=avx2_roseRunProgram - -DroseRunProgram_l=avx2_roseRunProgram_l - -DroseStreamEodExec=avx2_roseStreamEodExec - -DroseStreamExec=avx2_roseStreamExec - -DrshuftiExec=avx2_rshuftiExec - -DrtruffleExec=avx2_rtruffleExec - -Drun_accel=avx2_run_accel - -DsetSomFromSomAware=avx2_setSomFromSomAware - -DshuftiDoubleExec=avx2_shuftiDoubleExec - -DshuftiExec=avx2_shuftiExec - -Dsimd_onebit_masks=avx2_simd_onebit_masks - -Dsize_compress_stream=avx2_size_compress_stream - -DstoreSomToStream=avx2_storeSomToStream - -Dstorecompressed128=avx2_storecompressed128 - -Dstorecompressed256=avx2_storecompressed256 - -Dstorecompressed32=avx2_storecompressed32 - -Dstorecompressed384=avx2_storecompressed384 - -Dstorecompressed512=avx2_storecompressed512 - -Dstorecompressed64=avx2_storecompressed64 - -DstreamInitSufPQ=avx2_streamInitSufPQ - -DtruffleExec=avx2_truffleExec - -Dvbs_mask_data=avx2_vbs_mask_data - $,,-Wno-everything> -) -target_include_directories(libs-hyperscan-runtime_avx2 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src -) -target_sources(libs-hyperscan-runtime_avx2 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/alloc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/crc32.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/database.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/fdr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/teddy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/teddy_avx2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hs_valid_platform.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hs_version.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hwlm/hwlm.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hwlm/noodle_engine.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/accel.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/castle.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/gough.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/lbr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_accel.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_native.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_simd128.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_simd256.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_simd384.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_simd512.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mcclellan.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mcsheng.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mcsheng_data.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mpv.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/nfa_api_dispatch.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/repeat.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/sheng.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/shufti.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/tamarama.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/truffle.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/block.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/catchup.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/init.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/match.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/program_runtime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/stream.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/runtime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/scratch.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/som/som_runtime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/som/som_stream.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/stream_compress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/cpuid_flags.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/masked_move.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/multibit.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/simd_utils.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/state_compress.c -) diff --git a/contrib/libs/hyperscan/runtime_avx2/CMakeLists.linux-x86_64.txt b/contrib/libs/hyperscan/runtime_avx2/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 8bae6021022..00000000000 --- a/contrib/libs/hyperscan/runtime_avx2/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,490 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(libs-hyperscan-runtime_avx2) -target_compile_options(libs-hyperscan-runtime_avx2 PRIVATE - -msse4.1 - -DHAVE_SSE41 - -msse4.2 - -DHAVE_SSE42 - -mpopcnt - -DHAVE_POPCOUNT_INSTR - -mavx - -DHAVE_AVX - -mavx2 - -mfma - -mbmi - -mbmi2 - -DHAVE_AVX2 - -DCrc32c_ComputeBuf=avx2_Crc32c_ComputeBuf - -DblockInitSufPQ=avx2_blockInitSufPQ - -Dcompress_stream=avx2_compress_stream - -Dcpuid_flags=avx2_cpuid_flags - -Dcpuid_tune=avx2_cpuid_tune - -DdbIsValid=avx2_dbIsValid - -DdoAccel128=avx2_doAccel128 - -DdoAccel256=avx2_doAccel256 - -DdoAccel32=avx2_doAccel32 - -DdoAccel384=avx2_doAccel384 - -DdoAccel512=avx2_doAccel512 - -DdoAccel64=avx2_doAccel64 - -Dexpand_stream=avx2_expand_stream - -DfdrExec=avx2_fdrExec - -DfdrExecStreaming=avx2_fdrExecStreaming - -Dfdr_exec_fat_teddy_msks1=avx2_fdr_exec_fat_teddy_msks1 - -Dfdr_exec_fat_teddy_msks1_pck=avx2_fdr_exec_fat_teddy_msks1_pck - -Dfdr_exec_fat_teddy_msks2=avx2_fdr_exec_fat_teddy_msks2 - -Dfdr_exec_fat_teddy_msks2_pck=avx2_fdr_exec_fat_teddy_msks2_pck - -Dfdr_exec_fat_teddy_msks3=avx2_fdr_exec_fat_teddy_msks3 - -Dfdr_exec_fat_teddy_msks3_pck=avx2_fdr_exec_fat_teddy_msks3_pck - -Dfdr_exec_fat_teddy_msks4=avx2_fdr_exec_fat_teddy_msks4 - -Dfdr_exec_fat_teddy_msks4_pck=avx2_fdr_exec_fat_teddy_msks4_pck - -Dfdr_exec_teddy_msks1=avx2_fdr_exec_teddy_msks1 - -Dfdr_exec_teddy_msks1_pck=avx2_fdr_exec_teddy_msks1_pck - -Dfdr_exec_teddy_msks2=avx2_fdr_exec_teddy_msks2 - -Dfdr_exec_teddy_msks2_pck=avx2_fdr_exec_teddy_msks2_pck - -Dfdr_exec_teddy_msks3=avx2_fdr_exec_teddy_msks3 - -Dfdr_exec_teddy_msks3_pck=avx2_fdr_exec_teddy_msks3_pck - -Dfdr_exec_teddy_msks4=avx2_fdr_exec_teddy_msks4 - -Dfdr_exec_teddy_msks4_pck=avx2_fdr_exec_teddy_msks4_pck - -DflushQueuedLiterals_i=avx2_flushQueuedLiterals_i - -DflushStoredSomMatches_i=avx2_flushStoredSomMatches_i - -DhandleSomExternal=avx2_handleSomExternal - -DhandleSomInternal=avx2_handleSomInternal - -Dhs_alloc_scratch=avx2_hs_alloc_scratch - -Dhs_clone_scratch=avx2_hs_clone_scratch - -Dhs_close_stream=avx2_hs_close_stream - -Dhs_compress_stream=avx2_hs_compress_stream - -Dhs_copy_stream=avx2_hs_copy_stream - -Dhs_database_alloc=avx2_hs_database_alloc - -Dhs_database_free=avx2_hs_database_free - -Dhs_database_info=avx2_hs_database_info - -Dhs_database_size=avx2_hs_database_size - -Dhs_deserialize_database=avx2_hs_deserialize_database - -Dhs_deserialize_database_at=avx2_hs_deserialize_database_at - -Dhs_expand_stream=avx2_hs_expand_stream - -Dhs_free_database=avx2_hs_free_database - -Dhs_free_scratch=avx2_hs_free_scratch - -Dhs_misc_alloc=avx2_hs_misc_alloc - -Dhs_misc_free=avx2_hs_misc_free - -Dhs_open_stream=avx2_hs_open_stream - -Dhs_reset_and_copy_stream=avx2_hs_reset_and_copy_stream - -Dhs_reset_and_expand_stream=avx2_hs_reset_and_expand_stream - -Dhs_reset_stream=avx2_hs_reset_stream - -Dhs_scan=avx2_hs_scan - -Dhs_scan_stream=avx2_hs_scan_stream - -Dhs_scan_vector=avx2_hs_scan_vector - -Dhs_scratch_alloc=avx2_hs_scratch_alloc - -Dhs_scratch_free=avx2_hs_scratch_free - -Dhs_scratch_size=avx2_hs_scratch_size - -Dhs_serialize_database=avx2_hs_serialize_database - -Dhs_serialized_database_info=avx2_hs_serialized_database_info - -Dhs_serialized_database_size=avx2_hs_serialized_database_size - -Dhs_set_allocator=avx2_hs_set_allocator - -Dhs_set_database_allocator=avx2_hs_set_database_allocator - -Dhs_set_misc_allocator=avx2_hs_set_misc_allocator - -Dhs_set_scratch_allocator=avx2_hs_set_scratch_allocator - -Dhs_set_stream_allocator=avx2_hs_set_stream_allocator - -Dhs_stream_alloc=avx2_hs_stream_alloc - -Dhs_stream_free=avx2_hs_stream_free - -Dhs_stream_size=avx2_hs_stream_size - -Dhs_valid_platform=avx2_hs_valid_platform - -Dhs_version=avx2_hs_version - -DhwlmExec=avx2_hwlmExec - -DhwlmExecStreaming=avx2_hwlmExecStreaming - -DloadSomFromStream=avx2_loadSomFromStream - -Dloadcompressed128=avx2_loadcompressed128 - -Dloadcompressed256=avx2_loadcompressed256 - -Dloadcompressed32=avx2_loadcompressed32 - -Dloadcompressed384=avx2_loadcompressed384 - -Dloadcompressed512=avx2_loadcompressed512 - -Dloadcompressed64=avx2_loadcompressed64 - -Dmcsheng_pext_mask=avx2_mcsheng_pext_mask - -Dmm_mask_mask=avx2_mm_mask_mask - -Dmm_shuffle_end=avx2_mm_shuffle_end - -Dmmbit_keyshift_lut=avx2_mmbit_keyshift_lut - -Dmmbit_maxlevel_direct_lut=avx2_mmbit_maxlevel_direct_lut - -Dmmbit_maxlevel_from_keyshift_lut=avx2_mmbit_maxlevel_from_keyshift_lut - -Dmmbit_root_offset_from_level=avx2_mmbit_root_offset_from_level - -Dmmbit_zero_to_lut=avx2_mmbit_zero_to_lut - -DnfaBlockExecReverse=avx2_nfaBlockExecReverse - -DnfaCheckFinalState=avx2_nfaCheckFinalState - -DnfaExecCastle_Q=avx2_nfaExecCastle_Q - -DnfaExecCastle_Q2=avx2_nfaExecCastle_Q2 - -DnfaExecCastle_QR=avx2_nfaExecCastle_QR - -DnfaExecCastle_expandState=avx2_nfaExecCastle_expandState - -DnfaExecCastle_inAccept=avx2_nfaExecCastle_inAccept - -DnfaExecCastle_inAnyAccept=avx2_nfaExecCastle_inAnyAccept - -DnfaExecCastle_initCompressedState=avx2_nfaExecCastle_initCompressedState - -DnfaExecCastle_queueCompressState=avx2_nfaExecCastle_queueCompressState - -DnfaExecCastle_queueInitState=avx2_nfaExecCastle_queueInitState - -DnfaExecCastle_reportCurrent=avx2_nfaExecCastle_reportCurrent - -DnfaExecGough16_Q=avx2_nfaExecGough16_Q - -DnfaExecGough16_Q2=avx2_nfaExecGough16_Q2 - -DnfaExecGough16_QR=avx2_nfaExecGough16_QR - -DnfaExecGough16_expandState=avx2_nfaExecGough16_expandState - -DnfaExecGough16_inAccept=avx2_nfaExecGough16_inAccept - -DnfaExecGough16_inAnyAccept=avx2_nfaExecGough16_inAnyAccept - -DnfaExecGough16_initCompressedState=avx2_nfaExecGough16_initCompressedState - -DnfaExecGough16_queueCompressState=avx2_nfaExecGough16_queueCompressState - -DnfaExecGough16_queueInitState=avx2_nfaExecGough16_queueInitState - -DnfaExecGough16_reportCurrent=avx2_nfaExecGough16_reportCurrent - -DnfaExecGough16_testEOD=avx2_nfaExecGough16_testEOD - -DnfaExecGough8_Q=avx2_nfaExecGough8_Q - -DnfaExecGough8_Q2=avx2_nfaExecGough8_Q2 - -DnfaExecGough8_QR=avx2_nfaExecGough8_QR - -DnfaExecGough8_expandState=avx2_nfaExecGough8_expandState - -DnfaExecGough8_inAccept=avx2_nfaExecGough8_inAccept - -DnfaExecGough8_inAnyAccept=avx2_nfaExecGough8_inAnyAccept - -DnfaExecGough8_initCompressedState=avx2_nfaExecGough8_initCompressedState - -DnfaExecGough8_queueCompressState=avx2_nfaExecGough8_queueCompressState - -DnfaExecGough8_queueInitState=avx2_nfaExecGough8_queueInitState - -DnfaExecGough8_reportCurrent=avx2_nfaExecGough8_reportCurrent - -DnfaExecGough8_testEOD=avx2_nfaExecGough8_testEOD - -DnfaExecLbrDot_Q=avx2_nfaExecLbrDot_Q - -DnfaExecLbrDot_Q2=avx2_nfaExecLbrDot_Q2 - -DnfaExecLbrDot_QR=avx2_nfaExecLbrDot_QR - -DnfaExecLbrDot_expandState=avx2_nfaExecLbrDot_expandState - -DnfaExecLbrDot_inAccept=avx2_nfaExecLbrDot_inAccept - -DnfaExecLbrDot_inAnyAccept=avx2_nfaExecLbrDot_inAnyAccept - -DnfaExecLbrDot_initCompressedState=avx2_nfaExecLbrDot_initCompressedState - -DnfaExecLbrDot_queueCompressState=avx2_nfaExecLbrDot_queueCompressState - -DnfaExecLbrDot_queueInitState=avx2_nfaExecLbrDot_queueInitState - -DnfaExecLbrDot_reportCurrent=avx2_nfaExecLbrDot_reportCurrent - -DnfaExecLbrNVerm_Q=avx2_nfaExecLbrNVerm_Q - -DnfaExecLbrNVerm_Q2=avx2_nfaExecLbrNVerm_Q2 - -DnfaExecLbrNVerm_QR=avx2_nfaExecLbrNVerm_QR - -DnfaExecLbrNVerm_expandState=avx2_nfaExecLbrNVerm_expandState - -DnfaExecLbrNVerm_inAccept=avx2_nfaExecLbrNVerm_inAccept - -DnfaExecLbrNVerm_inAnyAccept=avx2_nfaExecLbrNVerm_inAnyAccept - -DnfaExecLbrNVerm_initCompressedState=avx2_nfaExecLbrNVerm_initCompressedState - -DnfaExecLbrNVerm_queueCompressState=avx2_nfaExecLbrNVerm_queueCompressState - -DnfaExecLbrNVerm_queueInitState=avx2_nfaExecLbrNVerm_queueInitState - -DnfaExecLbrNVerm_reportCurrent=avx2_nfaExecLbrNVerm_reportCurrent - -DnfaExecLbrShuf_Q=avx2_nfaExecLbrShuf_Q - -DnfaExecLbrShuf_Q2=avx2_nfaExecLbrShuf_Q2 - -DnfaExecLbrShuf_QR=avx2_nfaExecLbrShuf_QR - -DnfaExecLbrShuf_expandState=avx2_nfaExecLbrShuf_expandState - -DnfaExecLbrShuf_inAccept=avx2_nfaExecLbrShuf_inAccept - -DnfaExecLbrShuf_inAnyAccept=avx2_nfaExecLbrShuf_inAnyAccept - -DnfaExecLbrShuf_initCompressedState=avx2_nfaExecLbrShuf_initCompressedState - -DnfaExecLbrShuf_queueCompressState=avx2_nfaExecLbrShuf_queueCompressState - -DnfaExecLbrShuf_queueInitState=avx2_nfaExecLbrShuf_queueInitState - -DnfaExecLbrShuf_reportCurrent=avx2_nfaExecLbrShuf_reportCurrent - -DnfaExecLbrTruf_Q=avx2_nfaExecLbrTruf_Q - -DnfaExecLbrTruf_Q2=avx2_nfaExecLbrTruf_Q2 - -DnfaExecLbrTruf_QR=avx2_nfaExecLbrTruf_QR - -DnfaExecLbrTruf_expandState=avx2_nfaExecLbrTruf_expandState - -DnfaExecLbrTruf_inAccept=avx2_nfaExecLbrTruf_inAccept - -DnfaExecLbrTruf_inAnyAccept=avx2_nfaExecLbrTruf_inAnyAccept - -DnfaExecLbrTruf_initCompressedState=avx2_nfaExecLbrTruf_initCompressedState - -DnfaExecLbrTruf_queueCompressState=avx2_nfaExecLbrTruf_queueCompressState - -DnfaExecLbrTruf_queueInitState=avx2_nfaExecLbrTruf_queueInitState - -DnfaExecLbrTruf_reportCurrent=avx2_nfaExecLbrTruf_reportCurrent - -DnfaExecLbrVerm_Q=avx2_nfaExecLbrVerm_Q - -DnfaExecLbrVerm_Q2=avx2_nfaExecLbrVerm_Q2 - -DnfaExecLbrVerm_QR=avx2_nfaExecLbrVerm_QR - -DnfaExecLbrVerm_expandState=avx2_nfaExecLbrVerm_expandState - -DnfaExecLbrVerm_inAccept=avx2_nfaExecLbrVerm_inAccept - -DnfaExecLbrVerm_inAnyAccept=avx2_nfaExecLbrVerm_inAnyAccept - -DnfaExecLbrVerm_initCompressedState=avx2_nfaExecLbrVerm_initCompressedState - -DnfaExecLbrVerm_queueCompressState=avx2_nfaExecLbrVerm_queueCompressState - -DnfaExecLbrVerm_queueInitState=avx2_nfaExecLbrVerm_queueInitState - -DnfaExecLbrVerm_reportCurrent=avx2_nfaExecLbrVerm_reportCurrent - -DnfaExecLimEx128_B_Reverse=avx2_nfaExecLimEx128_B_Reverse - -DnfaExecLimEx128_Q=avx2_nfaExecLimEx128_Q - -DnfaExecLimEx128_Q2=avx2_nfaExecLimEx128_Q2 - -DnfaExecLimEx128_QR=avx2_nfaExecLimEx128_QR - -DnfaExecLimEx128_expandState=avx2_nfaExecLimEx128_expandState - -DnfaExecLimEx128_inAccept=avx2_nfaExecLimEx128_inAccept - -DnfaExecLimEx128_inAnyAccept=avx2_nfaExecLimEx128_inAnyAccept - -DnfaExecLimEx128_initCompressedState=avx2_nfaExecLimEx128_initCompressedState - -DnfaExecLimEx128_queueCompressState=avx2_nfaExecLimEx128_queueCompressState - -DnfaExecLimEx128_queueInitState=avx2_nfaExecLimEx128_queueInitState - -DnfaExecLimEx128_reportCurrent=avx2_nfaExecLimEx128_reportCurrent - -DnfaExecLimEx128_testEOD=avx2_nfaExecLimEx128_testEOD - -DnfaExecLimEx128_zombie_status=avx2_nfaExecLimEx128_zombie_status - -DnfaExecLimEx256_B_Reverse=avx2_nfaExecLimEx256_B_Reverse - -DnfaExecLimEx256_Q=avx2_nfaExecLimEx256_Q - -DnfaExecLimEx256_Q2=avx2_nfaExecLimEx256_Q2 - -DnfaExecLimEx256_QR=avx2_nfaExecLimEx256_QR - -DnfaExecLimEx256_expandState=avx2_nfaExecLimEx256_expandState - -DnfaExecLimEx256_inAccept=avx2_nfaExecLimEx256_inAccept - -DnfaExecLimEx256_inAnyAccept=avx2_nfaExecLimEx256_inAnyAccept - -DnfaExecLimEx256_initCompressedState=avx2_nfaExecLimEx256_initCompressedState - -DnfaExecLimEx256_queueCompressState=avx2_nfaExecLimEx256_queueCompressState - -DnfaExecLimEx256_queueInitState=avx2_nfaExecLimEx256_queueInitState - -DnfaExecLimEx256_reportCurrent=avx2_nfaExecLimEx256_reportCurrent - -DnfaExecLimEx256_testEOD=avx2_nfaExecLimEx256_testEOD - -DnfaExecLimEx256_zombie_status=avx2_nfaExecLimEx256_zombie_status - -DnfaExecLimEx32_B_Reverse=avx2_nfaExecLimEx32_B_Reverse - -DnfaExecLimEx32_Q=avx2_nfaExecLimEx32_Q - -DnfaExecLimEx32_Q2=avx2_nfaExecLimEx32_Q2 - -DnfaExecLimEx32_QR=avx2_nfaExecLimEx32_QR - -DnfaExecLimEx32_expandState=avx2_nfaExecLimEx32_expandState - -DnfaExecLimEx32_inAccept=avx2_nfaExecLimEx32_inAccept - -DnfaExecLimEx32_inAnyAccept=avx2_nfaExecLimEx32_inAnyAccept - -DnfaExecLimEx32_initCompressedState=avx2_nfaExecLimEx32_initCompressedState - -DnfaExecLimEx32_queueCompressState=avx2_nfaExecLimEx32_queueCompressState - -DnfaExecLimEx32_queueInitState=avx2_nfaExecLimEx32_queueInitState - -DnfaExecLimEx32_reportCurrent=avx2_nfaExecLimEx32_reportCurrent - -DnfaExecLimEx32_testEOD=avx2_nfaExecLimEx32_testEOD - -DnfaExecLimEx32_zombie_status=avx2_nfaExecLimEx32_zombie_status - -DnfaExecLimEx384_B_Reverse=avx2_nfaExecLimEx384_B_Reverse - -DnfaExecLimEx384_Q=avx2_nfaExecLimEx384_Q - -DnfaExecLimEx384_Q2=avx2_nfaExecLimEx384_Q2 - -DnfaExecLimEx384_QR=avx2_nfaExecLimEx384_QR - -DnfaExecLimEx384_expandState=avx2_nfaExecLimEx384_expandState - -DnfaExecLimEx384_inAccept=avx2_nfaExecLimEx384_inAccept - -DnfaExecLimEx384_inAnyAccept=avx2_nfaExecLimEx384_inAnyAccept - -DnfaExecLimEx384_initCompressedState=avx2_nfaExecLimEx384_initCompressedState - -DnfaExecLimEx384_queueCompressState=avx2_nfaExecLimEx384_queueCompressState - -DnfaExecLimEx384_queueInitState=avx2_nfaExecLimEx384_queueInitState - -DnfaExecLimEx384_reportCurrent=avx2_nfaExecLimEx384_reportCurrent - -DnfaExecLimEx384_testEOD=avx2_nfaExecLimEx384_testEOD - -DnfaExecLimEx384_zombie_status=avx2_nfaExecLimEx384_zombie_status - -DnfaExecLimEx512_B_Reverse=avx2_nfaExecLimEx512_B_Reverse - -DnfaExecLimEx512_Q=avx2_nfaExecLimEx512_Q - -DnfaExecLimEx512_Q2=avx2_nfaExecLimEx512_Q2 - -DnfaExecLimEx512_QR=avx2_nfaExecLimEx512_QR - -DnfaExecLimEx512_expandState=avx2_nfaExecLimEx512_expandState - -DnfaExecLimEx512_inAccept=avx2_nfaExecLimEx512_inAccept - -DnfaExecLimEx512_inAnyAccept=avx2_nfaExecLimEx512_inAnyAccept - -DnfaExecLimEx512_initCompressedState=avx2_nfaExecLimEx512_initCompressedState - -DnfaExecLimEx512_queueCompressState=avx2_nfaExecLimEx512_queueCompressState - -DnfaExecLimEx512_queueInitState=avx2_nfaExecLimEx512_queueInitState - -DnfaExecLimEx512_reportCurrent=avx2_nfaExecLimEx512_reportCurrent - -DnfaExecLimEx512_testEOD=avx2_nfaExecLimEx512_testEOD - -DnfaExecLimEx512_zombie_status=avx2_nfaExecLimEx512_zombie_status - -DnfaExecLimEx64_B_Reverse=avx2_nfaExecLimEx64_B_Reverse - -DnfaExecLimEx64_Q=avx2_nfaExecLimEx64_Q - -DnfaExecLimEx64_Q2=avx2_nfaExecLimEx64_Q2 - -DnfaExecLimEx64_QR=avx2_nfaExecLimEx64_QR - -DnfaExecLimEx64_expandState=avx2_nfaExecLimEx64_expandState - -DnfaExecLimEx64_inAccept=avx2_nfaExecLimEx64_inAccept - -DnfaExecLimEx64_inAnyAccept=avx2_nfaExecLimEx64_inAnyAccept - -DnfaExecLimEx64_initCompressedState=avx2_nfaExecLimEx64_initCompressedState - -DnfaExecLimEx64_queueCompressState=avx2_nfaExecLimEx64_queueCompressState - -DnfaExecLimEx64_queueInitState=avx2_nfaExecLimEx64_queueInitState - -DnfaExecLimEx64_reportCurrent=avx2_nfaExecLimEx64_reportCurrent - -DnfaExecLimEx64_testEOD=avx2_nfaExecLimEx64_testEOD - -DnfaExecLimEx64_zombie_status=avx2_nfaExecLimEx64_zombie_status - -DnfaExecMcClellan16_B=avx2_nfaExecMcClellan16_B - -DnfaExecMcClellan16_Q=avx2_nfaExecMcClellan16_Q - -DnfaExecMcClellan16_Q2=avx2_nfaExecMcClellan16_Q2 - -DnfaExecMcClellan16_QR=avx2_nfaExecMcClellan16_QR - -DnfaExecMcClellan16_SimpStream=avx2_nfaExecMcClellan16_SimpStream - -DnfaExecMcClellan16_expandState=avx2_nfaExecMcClellan16_expandState - -DnfaExecMcClellan16_inAccept=avx2_nfaExecMcClellan16_inAccept - -DnfaExecMcClellan16_inAnyAccept=avx2_nfaExecMcClellan16_inAnyAccept - -DnfaExecMcClellan16_initCompressedState=avx2_nfaExecMcClellan16_initCompressedState - -DnfaExecMcClellan16_queueCompressState=avx2_nfaExecMcClellan16_queueCompressState - -DnfaExecMcClellan16_queueInitState=avx2_nfaExecMcClellan16_queueInitState - -DnfaExecMcClellan16_reportCurrent=avx2_nfaExecMcClellan16_reportCurrent - -DnfaExecMcClellan16_testEOD=avx2_nfaExecMcClellan16_testEOD - -DnfaExecMcClellan8_B=avx2_nfaExecMcClellan8_B - -DnfaExecMcClellan8_Q=avx2_nfaExecMcClellan8_Q - -DnfaExecMcClellan8_Q2=avx2_nfaExecMcClellan8_Q2 - -DnfaExecMcClellan8_QR=avx2_nfaExecMcClellan8_QR - -DnfaExecMcClellan8_SimpStream=avx2_nfaExecMcClellan8_SimpStream - -DnfaExecMcClellan8_expandState=avx2_nfaExecMcClellan8_expandState - -DnfaExecMcClellan8_inAccept=avx2_nfaExecMcClellan8_inAccept - -DnfaExecMcClellan8_inAnyAccept=avx2_nfaExecMcClellan8_inAnyAccept - -DnfaExecMcClellan8_initCompressedState=avx2_nfaExecMcClellan8_initCompressedState - -DnfaExecMcClellan8_queueCompressState=avx2_nfaExecMcClellan8_queueCompressState - -DnfaExecMcClellan8_queueInitState=avx2_nfaExecMcClellan8_queueInitState - -DnfaExecMcClellan8_reportCurrent=avx2_nfaExecMcClellan8_reportCurrent - -DnfaExecMcClellan8_testEOD=avx2_nfaExecMcClellan8_testEOD - -DnfaExecMcSheng16_Q=avx2_nfaExecMcSheng16_Q - -DnfaExecMcSheng16_Q2=avx2_nfaExecMcSheng16_Q2 - -DnfaExecMcSheng16_QR=avx2_nfaExecMcSheng16_QR - -DnfaExecMcSheng16_expandState=avx2_nfaExecMcSheng16_expandState - -DnfaExecMcSheng16_inAccept=avx2_nfaExecMcSheng16_inAccept - -DnfaExecMcSheng16_inAnyAccept=avx2_nfaExecMcSheng16_inAnyAccept - -DnfaExecMcSheng16_initCompressedState=avx2_nfaExecMcSheng16_initCompressedState - -DnfaExecMcSheng16_queueCompressState=avx2_nfaExecMcSheng16_queueCompressState - -DnfaExecMcSheng16_queueInitState=avx2_nfaExecMcSheng16_queueInitState - -DnfaExecMcSheng16_reportCurrent=avx2_nfaExecMcSheng16_reportCurrent - -DnfaExecMcSheng16_testEOD=avx2_nfaExecMcSheng16_testEOD - -DnfaExecMcSheng8_Q=avx2_nfaExecMcSheng8_Q - -DnfaExecMcSheng8_Q2=avx2_nfaExecMcSheng8_Q2 - -DnfaExecMcSheng8_QR=avx2_nfaExecMcSheng8_QR - -DnfaExecMcSheng8_expandState=avx2_nfaExecMcSheng8_expandState - -DnfaExecMcSheng8_inAccept=avx2_nfaExecMcSheng8_inAccept - -DnfaExecMcSheng8_inAnyAccept=avx2_nfaExecMcSheng8_inAnyAccept - -DnfaExecMcSheng8_initCompressedState=avx2_nfaExecMcSheng8_initCompressedState - -DnfaExecMcSheng8_queueCompressState=avx2_nfaExecMcSheng8_queueCompressState - -DnfaExecMcSheng8_queueInitState=avx2_nfaExecMcSheng8_queueInitState - -DnfaExecMcSheng8_reportCurrent=avx2_nfaExecMcSheng8_reportCurrent - -DnfaExecMcSheng8_testEOD=avx2_nfaExecMcSheng8_testEOD - -DnfaExecMpv_Q=avx2_nfaExecMpv_Q - -DnfaExecMpv_QueueExecRaw=avx2_nfaExecMpv_QueueExecRaw - -DnfaExecMpv_expandState=avx2_nfaExecMpv_expandState - -DnfaExecMpv_initCompressedState=avx2_nfaExecMpv_initCompressedState - -DnfaExecMpv_queueCompressState=avx2_nfaExecMpv_queueCompressState - -DnfaExecMpv_queueInitState=avx2_nfaExecMpv_queueInitState - -DnfaExecMpv_reportCurrent=avx2_nfaExecMpv_reportCurrent - -DnfaExecSheng_B=avx2_nfaExecSheng_B - -DnfaExecSheng_Q=avx2_nfaExecSheng_Q - -DnfaExecSheng_Q2=avx2_nfaExecSheng_Q2 - -DnfaExecSheng_QR=avx2_nfaExecSheng_QR - -DnfaExecSheng_expandState=avx2_nfaExecSheng_expandState - -DnfaExecSheng_inAccept=avx2_nfaExecSheng_inAccept - -DnfaExecSheng_inAnyAccept=avx2_nfaExecSheng_inAnyAccept - -DnfaExecSheng_initCompressedState=avx2_nfaExecSheng_initCompressedState - -DnfaExecSheng_queueCompressState=avx2_nfaExecSheng_queueCompressState - -DnfaExecSheng_queueInitState=avx2_nfaExecSheng_queueInitState - -DnfaExecSheng_reportCurrent=avx2_nfaExecSheng_reportCurrent - -DnfaExecSheng_testEOD=avx2_nfaExecSheng_testEOD - -DnfaExecTamarama_Q=avx2_nfaExecTamarama_Q - -DnfaExecTamarama_Q2=avx2_nfaExecTamarama_Q2 - -DnfaExecTamarama_QR=avx2_nfaExecTamarama_QR - -DnfaExecTamarama_expandState=avx2_nfaExecTamarama_expandState - -DnfaExecTamarama_inAccept=avx2_nfaExecTamarama_inAccept - -DnfaExecTamarama_inAnyAccept=avx2_nfaExecTamarama_inAnyAccept - -DnfaExecTamarama_queueCompressState=avx2_nfaExecTamarama_queueCompressState - -DnfaExecTamarama_queueInitState=avx2_nfaExecTamarama_queueInitState - -DnfaExecTamarama_reportCurrent=avx2_nfaExecTamarama_reportCurrent - -DnfaExecTamarama_testEOD=avx2_nfaExecTamarama_testEOD - -DnfaExecTamarama_zombie_status=avx2_nfaExecTamarama_zombie_status - -DnfaExpandState=avx2_nfaExpandState - -DnfaGetZombieStatus=avx2_nfaGetZombieStatus - -DnfaInAcceptState=avx2_nfaInAcceptState - -DnfaInAnyAcceptState=avx2_nfaInAnyAcceptState - -DnfaInitCompressedState=avx2_nfaInitCompressedState - -DnfaQueueCompressState=avx2_nfaQueueCompressState - -DnfaQueueExec=avx2_nfaQueueExec - -DnfaQueueExec2_raw=avx2_nfaQueueExec2_raw - -DnfaQueueExecRose=avx2_nfaQueueExecRose - -DnfaQueueExecToMatch=avx2_nfaQueueExecToMatch - -DnfaQueueExec_raw=avx2_nfaQueueExec_raw - -DnfaQueueInitState=avx2_nfaQueueInitState - -DnfaReportCurrentMatches=avx2_nfaReportCurrentMatches - -DnoodExec=avx2_noodExec - -DnoodExecStreaming=avx2_noodExecStreaming - -Dp_mask_arr=avx2_p_mask_arr - -Dp_mask_arr256=avx2_p_mask_arr256 - -DrepeatHasMatchBitmap=avx2_repeatHasMatchBitmap - -DrepeatHasMatchRange=avx2_repeatHasMatchRange - -DrepeatHasMatchRing=avx2_repeatHasMatchRing - -DrepeatHasMatchSparseOptimalP=avx2_repeatHasMatchSparseOptimalP - -DrepeatHasMatchTrailer=avx2_repeatHasMatchTrailer - -DrepeatLastTopBitmap=avx2_repeatLastTopBitmap - -DrepeatLastTopRange=avx2_repeatLastTopRange - -DrepeatLastTopRing=avx2_repeatLastTopRing - -DrepeatLastTopSparseOptimalP=avx2_repeatLastTopSparseOptimalP - -DrepeatLastTopTrailer=avx2_repeatLastTopTrailer - -DrepeatNextMatchBitmap=avx2_repeatNextMatchBitmap - -DrepeatNextMatchRange=avx2_repeatNextMatchRange - -DrepeatNextMatchRing=avx2_repeatNextMatchRing - -DrepeatNextMatchSparseOptimalP=avx2_repeatNextMatchSparseOptimalP - -DrepeatNextMatchTrailer=avx2_repeatNextMatchTrailer - -DrepeatPack=avx2_repeatPack - -DrepeatStoreBitmap=avx2_repeatStoreBitmap - -DrepeatStoreRange=avx2_repeatStoreRange - -DrepeatStoreRing=avx2_repeatStoreRing - -DrepeatStoreSparseOptimalP=avx2_repeatStoreSparseOptimalP - -DrepeatStoreTrailer=avx2_repeatStoreTrailer - -DrepeatUnpack=avx2_repeatUnpack - -DroseAnchoredCallback=avx2_roseAnchoredCallback - -DroseBlockExec=avx2_roseBlockExec - -DroseCallback=avx2_roseCallback - -DroseCatchUpAll=avx2_roseCatchUpAll - -DroseCatchUpMPV_i=avx2_roseCatchUpMPV_i - -DroseCatchUpSuf=avx2_roseCatchUpSuf - -DroseDelayRebuildCallback=avx2_roseDelayRebuildCallback - -DroseFloatingCallback=avx2_roseFloatingCallback - -DroseHandleChainMatch=avx2_roseHandleChainMatch - -DroseInitState=avx2_roseInitState - -DroseNfaAdaptor=avx2_roseNfaAdaptor - -DroseNfaEarliestSom=avx2_roseNfaEarliestSom - -DroseReportAdaptor=avx2_roseReportAdaptor - -DroseRunBoundaryProgram=avx2_roseRunBoundaryProgram - -DroseRunFlushCombProgram=avx2_roseRunFlushCombProgram - -DroseRunLastFlushCombProgram=avx2_roseRunLastFlushCombProgram - -DroseRunProgram=avx2_roseRunProgram - -DroseRunProgram_l=avx2_roseRunProgram_l - -DroseStreamEodExec=avx2_roseStreamEodExec - -DroseStreamExec=avx2_roseStreamExec - -DrshuftiExec=avx2_rshuftiExec - -DrtruffleExec=avx2_rtruffleExec - -Drun_accel=avx2_run_accel - -DsetSomFromSomAware=avx2_setSomFromSomAware - -DshuftiDoubleExec=avx2_shuftiDoubleExec - -DshuftiExec=avx2_shuftiExec - -Dsimd_onebit_masks=avx2_simd_onebit_masks - -Dsize_compress_stream=avx2_size_compress_stream - -DstoreSomToStream=avx2_storeSomToStream - -Dstorecompressed128=avx2_storecompressed128 - -Dstorecompressed256=avx2_storecompressed256 - -Dstorecompressed32=avx2_storecompressed32 - -Dstorecompressed384=avx2_storecompressed384 - -Dstorecompressed512=avx2_storecompressed512 - -Dstorecompressed64=avx2_storecompressed64 - -DstreamInitSufPQ=avx2_streamInitSufPQ - -DtruffleExec=avx2_truffleExec - -Dvbs_mask_data=avx2_vbs_mask_data - $,,-Wno-everything> -) -target_include_directories(libs-hyperscan-runtime_avx2 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src -) -target_link_libraries(libs-hyperscan-runtime_avx2 PUBLIC - contrib-libs-linux-headers -) -target_sources(libs-hyperscan-runtime_avx2 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/alloc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/crc32.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/database.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/fdr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/teddy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/teddy_avx2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hs_valid_platform.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hs_version.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hwlm/hwlm.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hwlm/noodle_engine.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/accel.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/castle.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/gough.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/lbr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_accel.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_native.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_simd128.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_simd256.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_simd384.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_simd512.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mcclellan.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mcsheng.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mcsheng_data.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mpv.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/nfa_api_dispatch.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/repeat.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/sheng.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/shufti.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/tamarama.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/truffle.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/block.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/catchup.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/init.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/match.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/program_runtime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/stream.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/runtime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/scratch.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/som/som_runtime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/som/som_stream.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/stream_compress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/cpuid_flags.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/masked_move.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/multibit.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/simd_utils.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/state_compress.c -) diff --git a/contrib/libs/hyperscan/runtime_avx2/CMakeLists.txt b/contrib/libs/hyperscan/runtime_avx2/CMakeLists.txt deleted file mode 100644 index 7803a2712c1..00000000000 --- a/contrib/libs/hyperscan/runtime_avx2/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/libs/hyperscan/runtime_avx2/CMakeLists.windows-x86_64.txt b/contrib/libs/hyperscan/runtime_avx2/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 85764417b72..00000000000 --- a/contrib/libs/hyperscan/runtime_avx2/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,487 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(libs-hyperscan-runtime_avx2) -target_compile_options(libs-hyperscan-runtime_avx2 PRIVATE - -msse4.1 - -DHAVE_SSE41 - -msse4.2 - -DHAVE_SSE42 - -mpopcnt - -DHAVE_POPCOUNT_INSTR - -mavx - -DHAVE_AVX - -mavx2 - -mfma - -mbmi - -mbmi2 - -DHAVE_AVX2 - -DCrc32c_ComputeBuf=avx2_Crc32c_ComputeBuf - -DblockInitSufPQ=avx2_blockInitSufPQ - -Dcompress_stream=avx2_compress_stream - -Dcpuid_flags=avx2_cpuid_flags - -Dcpuid_tune=avx2_cpuid_tune - -DdbIsValid=avx2_dbIsValid - -DdoAccel128=avx2_doAccel128 - -DdoAccel256=avx2_doAccel256 - -DdoAccel32=avx2_doAccel32 - -DdoAccel384=avx2_doAccel384 - -DdoAccel512=avx2_doAccel512 - -DdoAccel64=avx2_doAccel64 - -Dexpand_stream=avx2_expand_stream - -DfdrExec=avx2_fdrExec - -DfdrExecStreaming=avx2_fdrExecStreaming - -Dfdr_exec_fat_teddy_msks1=avx2_fdr_exec_fat_teddy_msks1 - -Dfdr_exec_fat_teddy_msks1_pck=avx2_fdr_exec_fat_teddy_msks1_pck - -Dfdr_exec_fat_teddy_msks2=avx2_fdr_exec_fat_teddy_msks2 - -Dfdr_exec_fat_teddy_msks2_pck=avx2_fdr_exec_fat_teddy_msks2_pck - -Dfdr_exec_fat_teddy_msks3=avx2_fdr_exec_fat_teddy_msks3 - -Dfdr_exec_fat_teddy_msks3_pck=avx2_fdr_exec_fat_teddy_msks3_pck - -Dfdr_exec_fat_teddy_msks4=avx2_fdr_exec_fat_teddy_msks4 - -Dfdr_exec_fat_teddy_msks4_pck=avx2_fdr_exec_fat_teddy_msks4_pck - -Dfdr_exec_teddy_msks1=avx2_fdr_exec_teddy_msks1 - -Dfdr_exec_teddy_msks1_pck=avx2_fdr_exec_teddy_msks1_pck - -Dfdr_exec_teddy_msks2=avx2_fdr_exec_teddy_msks2 - -Dfdr_exec_teddy_msks2_pck=avx2_fdr_exec_teddy_msks2_pck - -Dfdr_exec_teddy_msks3=avx2_fdr_exec_teddy_msks3 - -Dfdr_exec_teddy_msks3_pck=avx2_fdr_exec_teddy_msks3_pck - -Dfdr_exec_teddy_msks4=avx2_fdr_exec_teddy_msks4 - -Dfdr_exec_teddy_msks4_pck=avx2_fdr_exec_teddy_msks4_pck - -DflushQueuedLiterals_i=avx2_flushQueuedLiterals_i - -DflushStoredSomMatches_i=avx2_flushStoredSomMatches_i - -DhandleSomExternal=avx2_handleSomExternal - -DhandleSomInternal=avx2_handleSomInternal - -Dhs_alloc_scratch=avx2_hs_alloc_scratch - -Dhs_clone_scratch=avx2_hs_clone_scratch - -Dhs_close_stream=avx2_hs_close_stream - -Dhs_compress_stream=avx2_hs_compress_stream - -Dhs_copy_stream=avx2_hs_copy_stream - -Dhs_database_alloc=avx2_hs_database_alloc - -Dhs_database_free=avx2_hs_database_free - -Dhs_database_info=avx2_hs_database_info - -Dhs_database_size=avx2_hs_database_size - -Dhs_deserialize_database=avx2_hs_deserialize_database - -Dhs_deserialize_database_at=avx2_hs_deserialize_database_at - -Dhs_expand_stream=avx2_hs_expand_stream - -Dhs_free_database=avx2_hs_free_database - -Dhs_free_scratch=avx2_hs_free_scratch - -Dhs_misc_alloc=avx2_hs_misc_alloc - -Dhs_misc_free=avx2_hs_misc_free - -Dhs_open_stream=avx2_hs_open_stream - -Dhs_reset_and_copy_stream=avx2_hs_reset_and_copy_stream - -Dhs_reset_and_expand_stream=avx2_hs_reset_and_expand_stream - -Dhs_reset_stream=avx2_hs_reset_stream - -Dhs_scan=avx2_hs_scan - -Dhs_scan_stream=avx2_hs_scan_stream - -Dhs_scan_vector=avx2_hs_scan_vector - -Dhs_scratch_alloc=avx2_hs_scratch_alloc - -Dhs_scratch_free=avx2_hs_scratch_free - -Dhs_scratch_size=avx2_hs_scratch_size - -Dhs_serialize_database=avx2_hs_serialize_database - -Dhs_serialized_database_info=avx2_hs_serialized_database_info - -Dhs_serialized_database_size=avx2_hs_serialized_database_size - -Dhs_set_allocator=avx2_hs_set_allocator - -Dhs_set_database_allocator=avx2_hs_set_database_allocator - -Dhs_set_misc_allocator=avx2_hs_set_misc_allocator - -Dhs_set_scratch_allocator=avx2_hs_set_scratch_allocator - -Dhs_set_stream_allocator=avx2_hs_set_stream_allocator - -Dhs_stream_alloc=avx2_hs_stream_alloc - -Dhs_stream_free=avx2_hs_stream_free - -Dhs_stream_size=avx2_hs_stream_size - -Dhs_valid_platform=avx2_hs_valid_platform - -Dhs_version=avx2_hs_version - -DhwlmExec=avx2_hwlmExec - -DhwlmExecStreaming=avx2_hwlmExecStreaming - -DloadSomFromStream=avx2_loadSomFromStream - -Dloadcompressed128=avx2_loadcompressed128 - -Dloadcompressed256=avx2_loadcompressed256 - -Dloadcompressed32=avx2_loadcompressed32 - -Dloadcompressed384=avx2_loadcompressed384 - -Dloadcompressed512=avx2_loadcompressed512 - -Dloadcompressed64=avx2_loadcompressed64 - -Dmcsheng_pext_mask=avx2_mcsheng_pext_mask - -Dmm_mask_mask=avx2_mm_mask_mask - -Dmm_shuffle_end=avx2_mm_shuffle_end - -Dmmbit_keyshift_lut=avx2_mmbit_keyshift_lut - -Dmmbit_maxlevel_direct_lut=avx2_mmbit_maxlevel_direct_lut - -Dmmbit_maxlevel_from_keyshift_lut=avx2_mmbit_maxlevel_from_keyshift_lut - -Dmmbit_root_offset_from_level=avx2_mmbit_root_offset_from_level - -Dmmbit_zero_to_lut=avx2_mmbit_zero_to_lut - -DnfaBlockExecReverse=avx2_nfaBlockExecReverse - -DnfaCheckFinalState=avx2_nfaCheckFinalState - -DnfaExecCastle_Q=avx2_nfaExecCastle_Q - -DnfaExecCastle_Q2=avx2_nfaExecCastle_Q2 - -DnfaExecCastle_QR=avx2_nfaExecCastle_QR - -DnfaExecCastle_expandState=avx2_nfaExecCastle_expandState - -DnfaExecCastle_inAccept=avx2_nfaExecCastle_inAccept - -DnfaExecCastle_inAnyAccept=avx2_nfaExecCastle_inAnyAccept - -DnfaExecCastle_initCompressedState=avx2_nfaExecCastle_initCompressedState - -DnfaExecCastle_queueCompressState=avx2_nfaExecCastle_queueCompressState - -DnfaExecCastle_queueInitState=avx2_nfaExecCastle_queueInitState - -DnfaExecCastle_reportCurrent=avx2_nfaExecCastle_reportCurrent - -DnfaExecGough16_Q=avx2_nfaExecGough16_Q - -DnfaExecGough16_Q2=avx2_nfaExecGough16_Q2 - -DnfaExecGough16_QR=avx2_nfaExecGough16_QR - -DnfaExecGough16_expandState=avx2_nfaExecGough16_expandState - -DnfaExecGough16_inAccept=avx2_nfaExecGough16_inAccept - -DnfaExecGough16_inAnyAccept=avx2_nfaExecGough16_inAnyAccept - -DnfaExecGough16_initCompressedState=avx2_nfaExecGough16_initCompressedState - -DnfaExecGough16_queueCompressState=avx2_nfaExecGough16_queueCompressState - -DnfaExecGough16_queueInitState=avx2_nfaExecGough16_queueInitState - -DnfaExecGough16_reportCurrent=avx2_nfaExecGough16_reportCurrent - -DnfaExecGough16_testEOD=avx2_nfaExecGough16_testEOD - -DnfaExecGough8_Q=avx2_nfaExecGough8_Q - -DnfaExecGough8_Q2=avx2_nfaExecGough8_Q2 - -DnfaExecGough8_QR=avx2_nfaExecGough8_QR - -DnfaExecGough8_expandState=avx2_nfaExecGough8_expandState - -DnfaExecGough8_inAccept=avx2_nfaExecGough8_inAccept - -DnfaExecGough8_inAnyAccept=avx2_nfaExecGough8_inAnyAccept - -DnfaExecGough8_initCompressedState=avx2_nfaExecGough8_initCompressedState - -DnfaExecGough8_queueCompressState=avx2_nfaExecGough8_queueCompressState - -DnfaExecGough8_queueInitState=avx2_nfaExecGough8_queueInitState - -DnfaExecGough8_reportCurrent=avx2_nfaExecGough8_reportCurrent - -DnfaExecGough8_testEOD=avx2_nfaExecGough8_testEOD - -DnfaExecLbrDot_Q=avx2_nfaExecLbrDot_Q - -DnfaExecLbrDot_Q2=avx2_nfaExecLbrDot_Q2 - -DnfaExecLbrDot_QR=avx2_nfaExecLbrDot_QR - -DnfaExecLbrDot_expandState=avx2_nfaExecLbrDot_expandState - -DnfaExecLbrDot_inAccept=avx2_nfaExecLbrDot_inAccept - -DnfaExecLbrDot_inAnyAccept=avx2_nfaExecLbrDot_inAnyAccept - -DnfaExecLbrDot_initCompressedState=avx2_nfaExecLbrDot_initCompressedState - -DnfaExecLbrDot_queueCompressState=avx2_nfaExecLbrDot_queueCompressState - -DnfaExecLbrDot_queueInitState=avx2_nfaExecLbrDot_queueInitState - -DnfaExecLbrDot_reportCurrent=avx2_nfaExecLbrDot_reportCurrent - -DnfaExecLbrNVerm_Q=avx2_nfaExecLbrNVerm_Q - -DnfaExecLbrNVerm_Q2=avx2_nfaExecLbrNVerm_Q2 - -DnfaExecLbrNVerm_QR=avx2_nfaExecLbrNVerm_QR - -DnfaExecLbrNVerm_expandState=avx2_nfaExecLbrNVerm_expandState - -DnfaExecLbrNVerm_inAccept=avx2_nfaExecLbrNVerm_inAccept - -DnfaExecLbrNVerm_inAnyAccept=avx2_nfaExecLbrNVerm_inAnyAccept - -DnfaExecLbrNVerm_initCompressedState=avx2_nfaExecLbrNVerm_initCompressedState - -DnfaExecLbrNVerm_queueCompressState=avx2_nfaExecLbrNVerm_queueCompressState - -DnfaExecLbrNVerm_queueInitState=avx2_nfaExecLbrNVerm_queueInitState - -DnfaExecLbrNVerm_reportCurrent=avx2_nfaExecLbrNVerm_reportCurrent - -DnfaExecLbrShuf_Q=avx2_nfaExecLbrShuf_Q - -DnfaExecLbrShuf_Q2=avx2_nfaExecLbrShuf_Q2 - -DnfaExecLbrShuf_QR=avx2_nfaExecLbrShuf_QR - -DnfaExecLbrShuf_expandState=avx2_nfaExecLbrShuf_expandState - -DnfaExecLbrShuf_inAccept=avx2_nfaExecLbrShuf_inAccept - -DnfaExecLbrShuf_inAnyAccept=avx2_nfaExecLbrShuf_inAnyAccept - -DnfaExecLbrShuf_initCompressedState=avx2_nfaExecLbrShuf_initCompressedState - -DnfaExecLbrShuf_queueCompressState=avx2_nfaExecLbrShuf_queueCompressState - -DnfaExecLbrShuf_queueInitState=avx2_nfaExecLbrShuf_queueInitState - -DnfaExecLbrShuf_reportCurrent=avx2_nfaExecLbrShuf_reportCurrent - -DnfaExecLbrTruf_Q=avx2_nfaExecLbrTruf_Q - -DnfaExecLbrTruf_Q2=avx2_nfaExecLbrTruf_Q2 - -DnfaExecLbrTruf_QR=avx2_nfaExecLbrTruf_QR - -DnfaExecLbrTruf_expandState=avx2_nfaExecLbrTruf_expandState - -DnfaExecLbrTruf_inAccept=avx2_nfaExecLbrTruf_inAccept - -DnfaExecLbrTruf_inAnyAccept=avx2_nfaExecLbrTruf_inAnyAccept - -DnfaExecLbrTruf_initCompressedState=avx2_nfaExecLbrTruf_initCompressedState - -DnfaExecLbrTruf_queueCompressState=avx2_nfaExecLbrTruf_queueCompressState - -DnfaExecLbrTruf_queueInitState=avx2_nfaExecLbrTruf_queueInitState - -DnfaExecLbrTruf_reportCurrent=avx2_nfaExecLbrTruf_reportCurrent - -DnfaExecLbrVerm_Q=avx2_nfaExecLbrVerm_Q - -DnfaExecLbrVerm_Q2=avx2_nfaExecLbrVerm_Q2 - -DnfaExecLbrVerm_QR=avx2_nfaExecLbrVerm_QR - -DnfaExecLbrVerm_expandState=avx2_nfaExecLbrVerm_expandState - -DnfaExecLbrVerm_inAccept=avx2_nfaExecLbrVerm_inAccept - -DnfaExecLbrVerm_inAnyAccept=avx2_nfaExecLbrVerm_inAnyAccept - -DnfaExecLbrVerm_initCompressedState=avx2_nfaExecLbrVerm_initCompressedState - -DnfaExecLbrVerm_queueCompressState=avx2_nfaExecLbrVerm_queueCompressState - -DnfaExecLbrVerm_queueInitState=avx2_nfaExecLbrVerm_queueInitState - -DnfaExecLbrVerm_reportCurrent=avx2_nfaExecLbrVerm_reportCurrent - -DnfaExecLimEx128_B_Reverse=avx2_nfaExecLimEx128_B_Reverse - -DnfaExecLimEx128_Q=avx2_nfaExecLimEx128_Q - -DnfaExecLimEx128_Q2=avx2_nfaExecLimEx128_Q2 - -DnfaExecLimEx128_QR=avx2_nfaExecLimEx128_QR - -DnfaExecLimEx128_expandState=avx2_nfaExecLimEx128_expandState - -DnfaExecLimEx128_inAccept=avx2_nfaExecLimEx128_inAccept - -DnfaExecLimEx128_inAnyAccept=avx2_nfaExecLimEx128_inAnyAccept - -DnfaExecLimEx128_initCompressedState=avx2_nfaExecLimEx128_initCompressedState - -DnfaExecLimEx128_queueCompressState=avx2_nfaExecLimEx128_queueCompressState - -DnfaExecLimEx128_queueInitState=avx2_nfaExecLimEx128_queueInitState - -DnfaExecLimEx128_reportCurrent=avx2_nfaExecLimEx128_reportCurrent - -DnfaExecLimEx128_testEOD=avx2_nfaExecLimEx128_testEOD - -DnfaExecLimEx128_zombie_status=avx2_nfaExecLimEx128_zombie_status - -DnfaExecLimEx256_B_Reverse=avx2_nfaExecLimEx256_B_Reverse - -DnfaExecLimEx256_Q=avx2_nfaExecLimEx256_Q - -DnfaExecLimEx256_Q2=avx2_nfaExecLimEx256_Q2 - -DnfaExecLimEx256_QR=avx2_nfaExecLimEx256_QR - -DnfaExecLimEx256_expandState=avx2_nfaExecLimEx256_expandState - -DnfaExecLimEx256_inAccept=avx2_nfaExecLimEx256_inAccept - -DnfaExecLimEx256_inAnyAccept=avx2_nfaExecLimEx256_inAnyAccept - -DnfaExecLimEx256_initCompressedState=avx2_nfaExecLimEx256_initCompressedState - -DnfaExecLimEx256_queueCompressState=avx2_nfaExecLimEx256_queueCompressState - -DnfaExecLimEx256_queueInitState=avx2_nfaExecLimEx256_queueInitState - -DnfaExecLimEx256_reportCurrent=avx2_nfaExecLimEx256_reportCurrent - -DnfaExecLimEx256_testEOD=avx2_nfaExecLimEx256_testEOD - -DnfaExecLimEx256_zombie_status=avx2_nfaExecLimEx256_zombie_status - -DnfaExecLimEx32_B_Reverse=avx2_nfaExecLimEx32_B_Reverse - -DnfaExecLimEx32_Q=avx2_nfaExecLimEx32_Q - -DnfaExecLimEx32_Q2=avx2_nfaExecLimEx32_Q2 - -DnfaExecLimEx32_QR=avx2_nfaExecLimEx32_QR - -DnfaExecLimEx32_expandState=avx2_nfaExecLimEx32_expandState - -DnfaExecLimEx32_inAccept=avx2_nfaExecLimEx32_inAccept - -DnfaExecLimEx32_inAnyAccept=avx2_nfaExecLimEx32_inAnyAccept - -DnfaExecLimEx32_initCompressedState=avx2_nfaExecLimEx32_initCompressedState - -DnfaExecLimEx32_queueCompressState=avx2_nfaExecLimEx32_queueCompressState - -DnfaExecLimEx32_queueInitState=avx2_nfaExecLimEx32_queueInitState - -DnfaExecLimEx32_reportCurrent=avx2_nfaExecLimEx32_reportCurrent - -DnfaExecLimEx32_testEOD=avx2_nfaExecLimEx32_testEOD - -DnfaExecLimEx32_zombie_status=avx2_nfaExecLimEx32_zombie_status - -DnfaExecLimEx384_B_Reverse=avx2_nfaExecLimEx384_B_Reverse - -DnfaExecLimEx384_Q=avx2_nfaExecLimEx384_Q - -DnfaExecLimEx384_Q2=avx2_nfaExecLimEx384_Q2 - -DnfaExecLimEx384_QR=avx2_nfaExecLimEx384_QR - -DnfaExecLimEx384_expandState=avx2_nfaExecLimEx384_expandState - -DnfaExecLimEx384_inAccept=avx2_nfaExecLimEx384_inAccept - -DnfaExecLimEx384_inAnyAccept=avx2_nfaExecLimEx384_inAnyAccept - -DnfaExecLimEx384_initCompressedState=avx2_nfaExecLimEx384_initCompressedState - -DnfaExecLimEx384_queueCompressState=avx2_nfaExecLimEx384_queueCompressState - -DnfaExecLimEx384_queueInitState=avx2_nfaExecLimEx384_queueInitState - -DnfaExecLimEx384_reportCurrent=avx2_nfaExecLimEx384_reportCurrent - -DnfaExecLimEx384_testEOD=avx2_nfaExecLimEx384_testEOD - -DnfaExecLimEx384_zombie_status=avx2_nfaExecLimEx384_zombie_status - -DnfaExecLimEx512_B_Reverse=avx2_nfaExecLimEx512_B_Reverse - -DnfaExecLimEx512_Q=avx2_nfaExecLimEx512_Q - -DnfaExecLimEx512_Q2=avx2_nfaExecLimEx512_Q2 - -DnfaExecLimEx512_QR=avx2_nfaExecLimEx512_QR - -DnfaExecLimEx512_expandState=avx2_nfaExecLimEx512_expandState - -DnfaExecLimEx512_inAccept=avx2_nfaExecLimEx512_inAccept - -DnfaExecLimEx512_inAnyAccept=avx2_nfaExecLimEx512_inAnyAccept - -DnfaExecLimEx512_initCompressedState=avx2_nfaExecLimEx512_initCompressedState - -DnfaExecLimEx512_queueCompressState=avx2_nfaExecLimEx512_queueCompressState - -DnfaExecLimEx512_queueInitState=avx2_nfaExecLimEx512_queueInitState - -DnfaExecLimEx512_reportCurrent=avx2_nfaExecLimEx512_reportCurrent - -DnfaExecLimEx512_testEOD=avx2_nfaExecLimEx512_testEOD - -DnfaExecLimEx512_zombie_status=avx2_nfaExecLimEx512_zombie_status - -DnfaExecLimEx64_B_Reverse=avx2_nfaExecLimEx64_B_Reverse - -DnfaExecLimEx64_Q=avx2_nfaExecLimEx64_Q - -DnfaExecLimEx64_Q2=avx2_nfaExecLimEx64_Q2 - -DnfaExecLimEx64_QR=avx2_nfaExecLimEx64_QR - -DnfaExecLimEx64_expandState=avx2_nfaExecLimEx64_expandState - -DnfaExecLimEx64_inAccept=avx2_nfaExecLimEx64_inAccept - -DnfaExecLimEx64_inAnyAccept=avx2_nfaExecLimEx64_inAnyAccept - -DnfaExecLimEx64_initCompressedState=avx2_nfaExecLimEx64_initCompressedState - -DnfaExecLimEx64_queueCompressState=avx2_nfaExecLimEx64_queueCompressState - -DnfaExecLimEx64_queueInitState=avx2_nfaExecLimEx64_queueInitState - -DnfaExecLimEx64_reportCurrent=avx2_nfaExecLimEx64_reportCurrent - -DnfaExecLimEx64_testEOD=avx2_nfaExecLimEx64_testEOD - -DnfaExecLimEx64_zombie_status=avx2_nfaExecLimEx64_zombie_status - -DnfaExecMcClellan16_B=avx2_nfaExecMcClellan16_B - -DnfaExecMcClellan16_Q=avx2_nfaExecMcClellan16_Q - -DnfaExecMcClellan16_Q2=avx2_nfaExecMcClellan16_Q2 - -DnfaExecMcClellan16_QR=avx2_nfaExecMcClellan16_QR - -DnfaExecMcClellan16_SimpStream=avx2_nfaExecMcClellan16_SimpStream - -DnfaExecMcClellan16_expandState=avx2_nfaExecMcClellan16_expandState - -DnfaExecMcClellan16_inAccept=avx2_nfaExecMcClellan16_inAccept - -DnfaExecMcClellan16_inAnyAccept=avx2_nfaExecMcClellan16_inAnyAccept - -DnfaExecMcClellan16_initCompressedState=avx2_nfaExecMcClellan16_initCompressedState - -DnfaExecMcClellan16_queueCompressState=avx2_nfaExecMcClellan16_queueCompressState - -DnfaExecMcClellan16_queueInitState=avx2_nfaExecMcClellan16_queueInitState - -DnfaExecMcClellan16_reportCurrent=avx2_nfaExecMcClellan16_reportCurrent - -DnfaExecMcClellan16_testEOD=avx2_nfaExecMcClellan16_testEOD - -DnfaExecMcClellan8_B=avx2_nfaExecMcClellan8_B - -DnfaExecMcClellan8_Q=avx2_nfaExecMcClellan8_Q - -DnfaExecMcClellan8_Q2=avx2_nfaExecMcClellan8_Q2 - -DnfaExecMcClellan8_QR=avx2_nfaExecMcClellan8_QR - -DnfaExecMcClellan8_SimpStream=avx2_nfaExecMcClellan8_SimpStream - -DnfaExecMcClellan8_expandState=avx2_nfaExecMcClellan8_expandState - -DnfaExecMcClellan8_inAccept=avx2_nfaExecMcClellan8_inAccept - -DnfaExecMcClellan8_inAnyAccept=avx2_nfaExecMcClellan8_inAnyAccept - -DnfaExecMcClellan8_initCompressedState=avx2_nfaExecMcClellan8_initCompressedState - -DnfaExecMcClellan8_queueCompressState=avx2_nfaExecMcClellan8_queueCompressState - -DnfaExecMcClellan8_queueInitState=avx2_nfaExecMcClellan8_queueInitState - -DnfaExecMcClellan8_reportCurrent=avx2_nfaExecMcClellan8_reportCurrent - -DnfaExecMcClellan8_testEOD=avx2_nfaExecMcClellan8_testEOD - -DnfaExecMcSheng16_Q=avx2_nfaExecMcSheng16_Q - -DnfaExecMcSheng16_Q2=avx2_nfaExecMcSheng16_Q2 - -DnfaExecMcSheng16_QR=avx2_nfaExecMcSheng16_QR - -DnfaExecMcSheng16_expandState=avx2_nfaExecMcSheng16_expandState - -DnfaExecMcSheng16_inAccept=avx2_nfaExecMcSheng16_inAccept - -DnfaExecMcSheng16_inAnyAccept=avx2_nfaExecMcSheng16_inAnyAccept - -DnfaExecMcSheng16_initCompressedState=avx2_nfaExecMcSheng16_initCompressedState - -DnfaExecMcSheng16_queueCompressState=avx2_nfaExecMcSheng16_queueCompressState - -DnfaExecMcSheng16_queueInitState=avx2_nfaExecMcSheng16_queueInitState - -DnfaExecMcSheng16_reportCurrent=avx2_nfaExecMcSheng16_reportCurrent - -DnfaExecMcSheng16_testEOD=avx2_nfaExecMcSheng16_testEOD - -DnfaExecMcSheng8_Q=avx2_nfaExecMcSheng8_Q - -DnfaExecMcSheng8_Q2=avx2_nfaExecMcSheng8_Q2 - -DnfaExecMcSheng8_QR=avx2_nfaExecMcSheng8_QR - -DnfaExecMcSheng8_expandState=avx2_nfaExecMcSheng8_expandState - -DnfaExecMcSheng8_inAccept=avx2_nfaExecMcSheng8_inAccept - -DnfaExecMcSheng8_inAnyAccept=avx2_nfaExecMcSheng8_inAnyAccept - -DnfaExecMcSheng8_initCompressedState=avx2_nfaExecMcSheng8_initCompressedState - -DnfaExecMcSheng8_queueCompressState=avx2_nfaExecMcSheng8_queueCompressState - -DnfaExecMcSheng8_queueInitState=avx2_nfaExecMcSheng8_queueInitState - -DnfaExecMcSheng8_reportCurrent=avx2_nfaExecMcSheng8_reportCurrent - -DnfaExecMcSheng8_testEOD=avx2_nfaExecMcSheng8_testEOD - -DnfaExecMpv_Q=avx2_nfaExecMpv_Q - -DnfaExecMpv_QueueExecRaw=avx2_nfaExecMpv_QueueExecRaw - -DnfaExecMpv_expandState=avx2_nfaExecMpv_expandState - -DnfaExecMpv_initCompressedState=avx2_nfaExecMpv_initCompressedState - -DnfaExecMpv_queueCompressState=avx2_nfaExecMpv_queueCompressState - -DnfaExecMpv_queueInitState=avx2_nfaExecMpv_queueInitState - -DnfaExecMpv_reportCurrent=avx2_nfaExecMpv_reportCurrent - -DnfaExecSheng_B=avx2_nfaExecSheng_B - -DnfaExecSheng_Q=avx2_nfaExecSheng_Q - -DnfaExecSheng_Q2=avx2_nfaExecSheng_Q2 - -DnfaExecSheng_QR=avx2_nfaExecSheng_QR - -DnfaExecSheng_expandState=avx2_nfaExecSheng_expandState - -DnfaExecSheng_inAccept=avx2_nfaExecSheng_inAccept - -DnfaExecSheng_inAnyAccept=avx2_nfaExecSheng_inAnyAccept - -DnfaExecSheng_initCompressedState=avx2_nfaExecSheng_initCompressedState - -DnfaExecSheng_queueCompressState=avx2_nfaExecSheng_queueCompressState - -DnfaExecSheng_queueInitState=avx2_nfaExecSheng_queueInitState - -DnfaExecSheng_reportCurrent=avx2_nfaExecSheng_reportCurrent - -DnfaExecSheng_testEOD=avx2_nfaExecSheng_testEOD - -DnfaExecTamarama_Q=avx2_nfaExecTamarama_Q - -DnfaExecTamarama_Q2=avx2_nfaExecTamarama_Q2 - -DnfaExecTamarama_QR=avx2_nfaExecTamarama_QR - -DnfaExecTamarama_expandState=avx2_nfaExecTamarama_expandState - -DnfaExecTamarama_inAccept=avx2_nfaExecTamarama_inAccept - -DnfaExecTamarama_inAnyAccept=avx2_nfaExecTamarama_inAnyAccept - -DnfaExecTamarama_queueCompressState=avx2_nfaExecTamarama_queueCompressState - -DnfaExecTamarama_queueInitState=avx2_nfaExecTamarama_queueInitState - -DnfaExecTamarama_reportCurrent=avx2_nfaExecTamarama_reportCurrent - -DnfaExecTamarama_testEOD=avx2_nfaExecTamarama_testEOD - -DnfaExecTamarama_zombie_status=avx2_nfaExecTamarama_zombie_status - -DnfaExpandState=avx2_nfaExpandState - -DnfaGetZombieStatus=avx2_nfaGetZombieStatus - -DnfaInAcceptState=avx2_nfaInAcceptState - -DnfaInAnyAcceptState=avx2_nfaInAnyAcceptState - -DnfaInitCompressedState=avx2_nfaInitCompressedState - -DnfaQueueCompressState=avx2_nfaQueueCompressState - -DnfaQueueExec=avx2_nfaQueueExec - -DnfaQueueExec2_raw=avx2_nfaQueueExec2_raw - -DnfaQueueExecRose=avx2_nfaQueueExecRose - -DnfaQueueExecToMatch=avx2_nfaQueueExecToMatch - -DnfaQueueExec_raw=avx2_nfaQueueExec_raw - -DnfaQueueInitState=avx2_nfaQueueInitState - -DnfaReportCurrentMatches=avx2_nfaReportCurrentMatches - -DnoodExec=avx2_noodExec - -DnoodExecStreaming=avx2_noodExecStreaming - -Dp_mask_arr=avx2_p_mask_arr - -Dp_mask_arr256=avx2_p_mask_arr256 - -DrepeatHasMatchBitmap=avx2_repeatHasMatchBitmap - -DrepeatHasMatchRange=avx2_repeatHasMatchRange - -DrepeatHasMatchRing=avx2_repeatHasMatchRing - -DrepeatHasMatchSparseOptimalP=avx2_repeatHasMatchSparseOptimalP - -DrepeatHasMatchTrailer=avx2_repeatHasMatchTrailer - -DrepeatLastTopBitmap=avx2_repeatLastTopBitmap - -DrepeatLastTopRange=avx2_repeatLastTopRange - -DrepeatLastTopRing=avx2_repeatLastTopRing - -DrepeatLastTopSparseOptimalP=avx2_repeatLastTopSparseOptimalP - -DrepeatLastTopTrailer=avx2_repeatLastTopTrailer - -DrepeatNextMatchBitmap=avx2_repeatNextMatchBitmap - -DrepeatNextMatchRange=avx2_repeatNextMatchRange - -DrepeatNextMatchRing=avx2_repeatNextMatchRing - -DrepeatNextMatchSparseOptimalP=avx2_repeatNextMatchSparseOptimalP - -DrepeatNextMatchTrailer=avx2_repeatNextMatchTrailer - -DrepeatPack=avx2_repeatPack - -DrepeatStoreBitmap=avx2_repeatStoreBitmap - -DrepeatStoreRange=avx2_repeatStoreRange - -DrepeatStoreRing=avx2_repeatStoreRing - -DrepeatStoreSparseOptimalP=avx2_repeatStoreSparseOptimalP - -DrepeatStoreTrailer=avx2_repeatStoreTrailer - -DrepeatUnpack=avx2_repeatUnpack - -DroseAnchoredCallback=avx2_roseAnchoredCallback - -DroseBlockExec=avx2_roseBlockExec - -DroseCallback=avx2_roseCallback - -DroseCatchUpAll=avx2_roseCatchUpAll - -DroseCatchUpMPV_i=avx2_roseCatchUpMPV_i - -DroseCatchUpSuf=avx2_roseCatchUpSuf - -DroseDelayRebuildCallback=avx2_roseDelayRebuildCallback - -DroseFloatingCallback=avx2_roseFloatingCallback - -DroseHandleChainMatch=avx2_roseHandleChainMatch - -DroseInitState=avx2_roseInitState - -DroseNfaAdaptor=avx2_roseNfaAdaptor - -DroseNfaEarliestSom=avx2_roseNfaEarliestSom - -DroseReportAdaptor=avx2_roseReportAdaptor - -DroseRunBoundaryProgram=avx2_roseRunBoundaryProgram - -DroseRunFlushCombProgram=avx2_roseRunFlushCombProgram - -DroseRunLastFlushCombProgram=avx2_roseRunLastFlushCombProgram - -DroseRunProgram=avx2_roseRunProgram - -DroseRunProgram_l=avx2_roseRunProgram_l - -DroseStreamEodExec=avx2_roseStreamEodExec - -DroseStreamExec=avx2_roseStreamExec - -DrshuftiExec=avx2_rshuftiExec - -DrtruffleExec=avx2_rtruffleExec - -Drun_accel=avx2_run_accel - -DsetSomFromSomAware=avx2_setSomFromSomAware - -DshuftiDoubleExec=avx2_shuftiDoubleExec - -DshuftiExec=avx2_shuftiExec - -Dsimd_onebit_masks=avx2_simd_onebit_masks - -Dsize_compress_stream=avx2_size_compress_stream - -DstoreSomToStream=avx2_storeSomToStream - -Dstorecompressed128=avx2_storecompressed128 - -Dstorecompressed256=avx2_storecompressed256 - -Dstorecompressed32=avx2_storecompressed32 - -Dstorecompressed384=avx2_storecompressed384 - -Dstorecompressed512=avx2_storecompressed512 - -Dstorecompressed64=avx2_storecompressed64 - -DstreamInitSufPQ=avx2_streamInitSufPQ - -DtruffleExec=avx2_truffleExec - -Dvbs_mask_data=avx2_vbs_mask_data - $,,-Wno-everything> -) -target_include_directories(libs-hyperscan-runtime_avx2 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src -) -target_sources(libs-hyperscan-runtime_avx2 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/alloc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/crc32.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/database.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/fdr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/teddy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/teddy_avx2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hs_valid_platform.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hs_version.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hwlm/hwlm.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hwlm/noodle_engine.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/accel.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/castle.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/gough.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/lbr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_accel.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_native.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_simd128.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_simd256.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_simd384.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_simd512.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mcclellan.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mcsheng.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mcsheng_data.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mpv.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/nfa_api_dispatch.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/repeat.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/sheng.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/shufti.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/tamarama.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/truffle.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/block.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/catchup.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/init.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/match.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/program_runtime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/stream.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/runtime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/scratch.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/som/som_runtime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/som/som_stream.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/stream_compress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/cpuid_flags.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/masked_move.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/multibit.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/simd_utils.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/state_compress.c -) diff --git a/contrib/libs/hyperscan/runtime_avx512/CMakeLists.darwin-x86_64.txt b/contrib/libs/hyperscan/runtime_avx512/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index e11134a46a8..00000000000 --- a/contrib/libs/hyperscan/runtime_avx512/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,493 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(libs-hyperscan-runtime_avx512) -target_compile_options(libs-hyperscan-runtime_avx512 PRIVATE - -msse4.1 - -DHAVE_SSE41 - -msse4.2 - -DHAVE_SSE42 - -DHAVE_POPCOUNT_INSTR - -mpopcnt - -mavx - -DHAVE_AVX - -mavx2 - -mfma - -mbmi - -mbmi2 - -DHAVE_AVX2 - -mavx512f - -mavx512cd - -mavx512bw - -mavx512dq - -mavx512vl - -DHAVE_AVX512 - -DCrc32c_ComputeBuf=avx512_Crc32c_ComputeBuf - -DblockInitSufPQ=avx512_blockInitSufPQ - -Dcompress_stream=avx512_compress_stream - -Dcpuid_flags=avx512_cpuid_flags - -Dcpuid_tune=avx512_cpuid_tune - -DdbIsValid=avx512_dbIsValid - -DdoAccel128=avx512_doAccel128 - -DdoAccel256=avx512_doAccel256 - -DdoAccel32=avx512_doAccel32 - -DdoAccel384=avx512_doAccel384 - -DdoAccel512=avx512_doAccel512 - -DdoAccel64=avx512_doAccel64 - -Dexpand_stream=avx512_expand_stream - -DfdrExec=avx512_fdrExec - -DfdrExecStreaming=avx512_fdrExecStreaming - -Dfdr_exec_fat_teddy_msks1=avx512_fdr_exec_fat_teddy_msks1 - -Dfdr_exec_fat_teddy_msks1_pck=avx512_fdr_exec_fat_teddy_msks1_pck - -Dfdr_exec_fat_teddy_msks2=avx512_fdr_exec_fat_teddy_msks2 - -Dfdr_exec_fat_teddy_msks2_pck=avx512_fdr_exec_fat_teddy_msks2_pck - -Dfdr_exec_fat_teddy_msks3=avx512_fdr_exec_fat_teddy_msks3 - -Dfdr_exec_fat_teddy_msks3_pck=avx512_fdr_exec_fat_teddy_msks3_pck - -Dfdr_exec_fat_teddy_msks4=avx512_fdr_exec_fat_teddy_msks4 - -Dfdr_exec_fat_teddy_msks4_pck=avx512_fdr_exec_fat_teddy_msks4_pck - -Dfdr_exec_teddy_msks1=avx512_fdr_exec_teddy_msks1 - -Dfdr_exec_teddy_msks1_pck=avx512_fdr_exec_teddy_msks1_pck - -Dfdr_exec_teddy_msks2=avx512_fdr_exec_teddy_msks2 - -Dfdr_exec_teddy_msks2_pck=avx512_fdr_exec_teddy_msks2_pck - -Dfdr_exec_teddy_msks3=avx512_fdr_exec_teddy_msks3 - -Dfdr_exec_teddy_msks3_pck=avx512_fdr_exec_teddy_msks3_pck - -Dfdr_exec_teddy_msks4=avx512_fdr_exec_teddy_msks4 - -Dfdr_exec_teddy_msks4_pck=avx512_fdr_exec_teddy_msks4_pck - -DflushQueuedLiterals_i=avx512_flushQueuedLiterals_i - -DflushStoredSomMatches_i=avx512_flushStoredSomMatches_i - -DhandleSomExternal=avx512_handleSomExternal - -DhandleSomInternal=avx512_handleSomInternal - -Dhs_alloc_scratch=avx512_hs_alloc_scratch - -Dhs_clone_scratch=avx512_hs_clone_scratch - -Dhs_close_stream=avx512_hs_close_stream - -Dhs_compress_stream=avx512_hs_compress_stream - -Dhs_copy_stream=avx512_hs_copy_stream - -Dhs_database_alloc=avx512_hs_database_alloc - -Dhs_database_free=avx512_hs_database_free - -Dhs_database_info=avx512_hs_database_info - -Dhs_database_size=avx512_hs_database_size - -Dhs_deserialize_database=avx512_hs_deserialize_database - -Dhs_deserialize_database_at=avx512_hs_deserialize_database_at - -Dhs_expand_stream=avx512_hs_expand_stream - -Dhs_free_database=avx512_hs_free_database - -Dhs_free_scratch=avx512_hs_free_scratch - -Dhs_misc_alloc=avx512_hs_misc_alloc - -Dhs_misc_free=avx512_hs_misc_free - -Dhs_open_stream=avx512_hs_open_stream - -Dhs_reset_and_copy_stream=avx512_hs_reset_and_copy_stream - -Dhs_reset_and_expand_stream=avx512_hs_reset_and_expand_stream - -Dhs_reset_stream=avx512_hs_reset_stream - -Dhs_scan=avx512_hs_scan - -Dhs_scan_stream=avx512_hs_scan_stream - -Dhs_scan_vector=avx512_hs_scan_vector - -Dhs_scratch_alloc=avx512_hs_scratch_alloc - -Dhs_scratch_free=avx512_hs_scratch_free - -Dhs_scratch_size=avx512_hs_scratch_size - -Dhs_serialize_database=avx512_hs_serialize_database - -Dhs_serialized_database_info=avx512_hs_serialized_database_info - -Dhs_serialized_database_size=avx512_hs_serialized_database_size - -Dhs_set_allocator=avx512_hs_set_allocator - -Dhs_set_database_allocator=avx512_hs_set_database_allocator - -Dhs_set_misc_allocator=avx512_hs_set_misc_allocator - -Dhs_set_scratch_allocator=avx512_hs_set_scratch_allocator - -Dhs_set_stream_allocator=avx512_hs_set_stream_allocator - -Dhs_stream_alloc=avx512_hs_stream_alloc - -Dhs_stream_free=avx512_hs_stream_free - -Dhs_stream_size=avx512_hs_stream_size - -Dhs_valid_platform=avx512_hs_valid_platform - -Dhs_version=avx512_hs_version - -DhwlmExec=avx512_hwlmExec - -DhwlmExecStreaming=avx512_hwlmExecStreaming - -DloadSomFromStream=avx512_loadSomFromStream - -Dloadcompressed128=avx512_loadcompressed128 - -Dloadcompressed256=avx512_loadcompressed256 - -Dloadcompressed32=avx512_loadcompressed32 - -Dloadcompressed384=avx512_loadcompressed384 - -Dloadcompressed512=avx512_loadcompressed512 - -Dloadcompressed64=avx512_loadcompressed64 - -Dmcsheng_pext_mask=avx512_mcsheng_pext_mask - -Dmm_mask_mask=avx512_mm_mask_mask - -Dmm_shuffle_end=avx512_mm_shuffle_end - -Dmmbit_keyshift_lut=avx512_mmbit_keyshift_lut - -Dmmbit_maxlevel_direct_lut=avx512_mmbit_maxlevel_direct_lut - -Dmmbit_maxlevel_from_keyshift_lut=avx512_mmbit_maxlevel_from_keyshift_lut - -Dmmbit_root_offset_from_level=avx512_mmbit_root_offset_from_level - -Dmmbit_zero_to_lut=avx512_mmbit_zero_to_lut - -DnfaBlockExecReverse=avx512_nfaBlockExecReverse - -DnfaCheckFinalState=avx512_nfaCheckFinalState - -DnfaExecCastle_Q=avx512_nfaExecCastle_Q - -DnfaExecCastle_Q2=avx512_nfaExecCastle_Q2 - -DnfaExecCastle_QR=avx512_nfaExecCastle_QR - -DnfaExecCastle_expandState=avx512_nfaExecCastle_expandState - -DnfaExecCastle_inAccept=avx512_nfaExecCastle_inAccept - -DnfaExecCastle_inAnyAccept=avx512_nfaExecCastle_inAnyAccept - -DnfaExecCastle_initCompressedState=avx512_nfaExecCastle_initCompressedState - -DnfaExecCastle_queueCompressState=avx512_nfaExecCastle_queueCompressState - -DnfaExecCastle_queueInitState=avx512_nfaExecCastle_queueInitState - -DnfaExecCastle_reportCurrent=avx512_nfaExecCastle_reportCurrent - -DnfaExecGough16_Q=avx512_nfaExecGough16_Q - -DnfaExecGough16_Q2=avx512_nfaExecGough16_Q2 - -DnfaExecGough16_QR=avx512_nfaExecGough16_QR - -DnfaExecGough16_expandState=avx512_nfaExecGough16_expandState - -DnfaExecGough16_inAccept=avx512_nfaExecGough16_inAccept - -DnfaExecGough16_inAnyAccept=avx512_nfaExecGough16_inAnyAccept - -DnfaExecGough16_initCompressedState=avx512_nfaExecGough16_initCompressedState - -DnfaExecGough16_queueCompressState=avx512_nfaExecGough16_queueCompressState - -DnfaExecGough16_queueInitState=avx512_nfaExecGough16_queueInitState - -DnfaExecGough16_reportCurrent=avx512_nfaExecGough16_reportCurrent - -DnfaExecGough16_testEOD=avx512_nfaExecGough16_testEOD - -DnfaExecGough8_Q=avx512_nfaExecGough8_Q - -DnfaExecGough8_Q2=avx512_nfaExecGough8_Q2 - -DnfaExecGough8_QR=avx512_nfaExecGough8_QR - -DnfaExecGough8_expandState=avx512_nfaExecGough8_expandState - -DnfaExecGough8_inAccept=avx512_nfaExecGough8_inAccept - -DnfaExecGough8_inAnyAccept=avx512_nfaExecGough8_inAnyAccept - -DnfaExecGough8_initCompressedState=avx512_nfaExecGough8_initCompressedState - -DnfaExecGough8_queueCompressState=avx512_nfaExecGough8_queueCompressState - -DnfaExecGough8_queueInitState=avx512_nfaExecGough8_queueInitState - -DnfaExecGough8_reportCurrent=avx512_nfaExecGough8_reportCurrent - -DnfaExecGough8_testEOD=avx512_nfaExecGough8_testEOD - -DnfaExecLbrDot_Q=avx512_nfaExecLbrDot_Q - -DnfaExecLbrDot_Q2=avx512_nfaExecLbrDot_Q2 - -DnfaExecLbrDot_QR=avx512_nfaExecLbrDot_QR - -DnfaExecLbrDot_expandState=avx512_nfaExecLbrDot_expandState - -DnfaExecLbrDot_inAccept=avx512_nfaExecLbrDot_inAccept - -DnfaExecLbrDot_inAnyAccept=avx512_nfaExecLbrDot_inAnyAccept - -DnfaExecLbrDot_initCompressedState=avx512_nfaExecLbrDot_initCompressedState - -DnfaExecLbrDot_queueCompressState=avx512_nfaExecLbrDot_queueCompressState - -DnfaExecLbrDot_queueInitState=avx512_nfaExecLbrDot_queueInitState - -DnfaExecLbrDot_reportCurrent=avx512_nfaExecLbrDot_reportCurrent - -DnfaExecLbrNVerm_Q=avx512_nfaExecLbrNVerm_Q - -DnfaExecLbrNVerm_Q2=avx512_nfaExecLbrNVerm_Q2 - -DnfaExecLbrNVerm_QR=avx512_nfaExecLbrNVerm_QR - -DnfaExecLbrNVerm_expandState=avx512_nfaExecLbrNVerm_expandState - -DnfaExecLbrNVerm_inAccept=avx512_nfaExecLbrNVerm_inAccept - -DnfaExecLbrNVerm_inAnyAccept=avx512_nfaExecLbrNVerm_inAnyAccept - -DnfaExecLbrNVerm_initCompressedState=avx512_nfaExecLbrNVerm_initCompressedState - -DnfaExecLbrNVerm_queueCompressState=avx512_nfaExecLbrNVerm_queueCompressState - -DnfaExecLbrNVerm_queueInitState=avx512_nfaExecLbrNVerm_queueInitState - -DnfaExecLbrNVerm_reportCurrent=avx512_nfaExecLbrNVerm_reportCurrent - -DnfaExecLbrShuf_Q=avx512_nfaExecLbrShuf_Q - -DnfaExecLbrShuf_Q2=avx512_nfaExecLbrShuf_Q2 - -DnfaExecLbrShuf_QR=avx512_nfaExecLbrShuf_QR - -DnfaExecLbrShuf_expandState=avx512_nfaExecLbrShuf_expandState - -DnfaExecLbrShuf_inAccept=avx512_nfaExecLbrShuf_inAccept - -DnfaExecLbrShuf_inAnyAccept=avx512_nfaExecLbrShuf_inAnyAccept - -DnfaExecLbrShuf_initCompressedState=avx512_nfaExecLbrShuf_initCompressedState - -DnfaExecLbrShuf_queueCompressState=avx512_nfaExecLbrShuf_queueCompressState - -DnfaExecLbrShuf_queueInitState=avx512_nfaExecLbrShuf_queueInitState - -DnfaExecLbrShuf_reportCurrent=avx512_nfaExecLbrShuf_reportCurrent - -DnfaExecLbrTruf_Q=avx512_nfaExecLbrTruf_Q - -DnfaExecLbrTruf_Q2=avx512_nfaExecLbrTruf_Q2 - -DnfaExecLbrTruf_QR=avx512_nfaExecLbrTruf_QR - -DnfaExecLbrTruf_expandState=avx512_nfaExecLbrTruf_expandState - -DnfaExecLbrTruf_inAccept=avx512_nfaExecLbrTruf_inAccept - -DnfaExecLbrTruf_inAnyAccept=avx512_nfaExecLbrTruf_inAnyAccept - -DnfaExecLbrTruf_initCompressedState=avx512_nfaExecLbrTruf_initCompressedState - -DnfaExecLbrTruf_queueCompressState=avx512_nfaExecLbrTruf_queueCompressState - -DnfaExecLbrTruf_queueInitState=avx512_nfaExecLbrTruf_queueInitState - -DnfaExecLbrTruf_reportCurrent=avx512_nfaExecLbrTruf_reportCurrent - -DnfaExecLbrVerm_Q=avx512_nfaExecLbrVerm_Q - -DnfaExecLbrVerm_Q2=avx512_nfaExecLbrVerm_Q2 - -DnfaExecLbrVerm_QR=avx512_nfaExecLbrVerm_QR - -DnfaExecLbrVerm_expandState=avx512_nfaExecLbrVerm_expandState - -DnfaExecLbrVerm_inAccept=avx512_nfaExecLbrVerm_inAccept - -DnfaExecLbrVerm_inAnyAccept=avx512_nfaExecLbrVerm_inAnyAccept - -DnfaExecLbrVerm_initCompressedState=avx512_nfaExecLbrVerm_initCompressedState - -DnfaExecLbrVerm_queueCompressState=avx512_nfaExecLbrVerm_queueCompressState - -DnfaExecLbrVerm_queueInitState=avx512_nfaExecLbrVerm_queueInitState - -DnfaExecLbrVerm_reportCurrent=avx512_nfaExecLbrVerm_reportCurrent - -DnfaExecLimEx128_B_Reverse=avx512_nfaExecLimEx128_B_Reverse - -DnfaExecLimEx128_Q=avx512_nfaExecLimEx128_Q - -DnfaExecLimEx128_Q2=avx512_nfaExecLimEx128_Q2 - -DnfaExecLimEx128_QR=avx512_nfaExecLimEx128_QR - -DnfaExecLimEx128_expandState=avx512_nfaExecLimEx128_expandState - -DnfaExecLimEx128_inAccept=avx512_nfaExecLimEx128_inAccept - -DnfaExecLimEx128_inAnyAccept=avx512_nfaExecLimEx128_inAnyAccept - -DnfaExecLimEx128_initCompressedState=avx512_nfaExecLimEx128_initCompressedState - -DnfaExecLimEx128_queueCompressState=avx512_nfaExecLimEx128_queueCompressState - -DnfaExecLimEx128_queueInitState=avx512_nfaExecLimEx128_queueInitState - -DnfaExecLimEx128_reportCurrent=avx512_nfaExecLimEx128_reportCurrent - -DnfaExecLimEx128_testEOD=avx512_nfaExecLimEx128_testEOD - -DnfaExecLimEx128_zombie_status=avx512_nfaExecLimEx128_zombie_status - -DnfaExecLimEx256_B_Reverse=avx512_nfaExecLimEx256_B_Reverse - -DnfaExecLimEx256_Q=avx512_nfaExecLimEx256_Q - -DnfaExecLimEx256_Q2=avx512_nfaExecLimEx256_Q2 - -DnfaExecLimEx256_QR=avx512_nfaExecLimEx256_QR - -DnfaExecLimEx256_expandState=avx512_nfaExecLimEx256_expandState - -DnfaExecLimEx256_inAccept=avx512_nfaExecLimEx256_inAccept - -DnfaExecLimEx256_inAnyAccept=avx512_nfaExecLimEx256_inAnyAccept - -DnfaExecLimEx256_initCompressedState=avx512_nfaExecLimEx256_initCompressedState - -DnfaExecLimEx256_queueCompressState=avx512_nfaExecLimEx256_queueCompressState - -DnfaExecLimEx256_queueInitState=avx512_nfaExecLimEx256_queueInitState - -DnfaExecLimEx256_reportCurrent=avx512_nfaExecLimEx256_reportCurrent - -DnfaExecLimEx256_testEOD=avx512_nfaExecLimEx256_testEOD - -DnfaExecLimEx256_zombie_status=avx512_nfaExecLimEx256_zombie_status - -DnfaExecLimEx32_B_Reverse=avx512_nfaExecLimEx32_B_Reverse - -DnfaExecLimEx32_Q=avx512_nfaExecLimEx32_Q - -DnfaExecLimEx32_Q2=avx512_nfaExecLimEx32_Q2 - -DnfaExecLimEx32_QR=avx512_nfaExecLimEx32_QR - -DnfaExecLimEx32_expandState=avx512_nfaExecLimEx32_expandState - -DnfaExecLimEx32_inAccept=avx512_nfaExecLimEx32_inAccept - -DnfaExecLimEx32_inAnyAccept=avx512_nfaExecLimEx32_inAnyAccept - -DnfaExecLimEx32_initCompressedState=avx512_nfaExecLimEx32_initCompressedState - -DnfaExecLimEx32_queueCompressState=avx512_nfaExecLimEx32_queueCompressState - -DnfaExecLimEx32_queueInitState=avx512_nfaExecLimEx32_queueInitState - -DnfaExecLimEx32_reportCurrent=avx512_nfaExecLimEx32_reportCurrent - -DnfaExecLimEx32_testEOD=avx512_nfaExecLimEx32_testEOD - -DnfaExecLimEx32_zombie_status=avx512_nfaExecLimEx32_zombie_status - -DnfaExecLimEx384_B_Reverse=avx512_nfaExecLimEx384_B_Reverse - -DnfaExecLimEx384_Q=avx512_nfaExecLimEx384_Q - -DnfaExecLimEx384_Q2=avx512_nfaExecLimEx384_Q2 - -DnfaExecLimEx384_QR=avx512_nfaExecLimEx384_QR - -DnfaExecLimEx384_expandState=avx512_nfaExecLimEx384_expandState - -DnfaExecLimEx384_inAccept=avx512_nfaExecLimEx384_inAccept - -DnfaExecLimEx384_inAnyAccept=avx512_nfaExecLimEx384_inAnyAccept - -DnfaExecLimEx384_initCompressedState=avx512_nfaExecLimEx384_initCompressedState - -DnfaExecLimEx384_queueCompressState=avx512_nfaExecLimEx384_queueCompressState - -DnfaExecLimEx384_queueInitState=avx512_nfaExecLimEx384_queueInitState - -DnfaExecLimEx384_reportCurrent=avx512_nfaExecLimEx384_reportCurrent - -DnfaExecLimEx384_testEOD=avx512_nfaExecLimEx384_testEOD - -DnfaExecLimEx384_zombie_status=avx512_nfaExecLimEx384_zombie_status - -DnfaExecLimEx512_B_Reverse=avx512_nfaExecLimEx512_B_Reverse - -DnfaExecLimEx512_Q=avx512_nfaExecLimEx512_Q - -DnfaExecLimEx512_Q2=avx512_nfaExecLimEx512_Q2 - -DnfaExecLimEx512_QR=avx512_nfaExecLimEx512_QR - -DnfaExecLimEx512_expandState=avx512_nfaExecLimEx512_expandState - -DnfaExecLimEx512_inAccept=avx512_nfaExecLimEx512_inAccept - -DnfaExecLimEx512_inAnyAccept=avx512_nfaExecLimEx512_inAnyAccept - -DnfaExecLimEx512_initCompressedState=avx512_nfaExecLimEx512_initCompressedState - -DnfaExecLimEx512_queueCompressState=avx512_nfaExecLimEx512_queueCompressState - -DnfaExecLimEx512_queueInitState=avx512_nfaExecLimEx512_queueInitState - -DnfaExecLimEx512_reportCurrent=avx512_nfaExecLimEx512_reportCurrent - -DnfaExecLimEx512_testEOD=avx512_nfaExecLimEx512_testEOD - -DnfaExecLimEx512_zombie_status=avx512_nfaExecLimEx512_zombie_status - -DnfaExecLimEx64_B_Reverse=avx512_nfaExecLimEx64_B_Reverse - -DnfaExecLimEx64_Q=avx512_nfaExecLimEx64_Q - -DnfaExecLimEx64_Q2=avx512_nfaExecLimEx64_Q2 - -DnfaExecLimEx64_QR=avx512_nfaExecLimEx64_QR - -DnfaExecLimEx64_expandState=avx512_nfaExecLimEx64_expandState - -DnfaExecLimEx64_inAccept=avx512_nfaExecLimEx64_inAccept - -DnfaExecLimEx64_inAnyAccept=avx512_nfaExecLimEx64_inAnyAccept - -DnfaExecLimEx64_initCompressedState=avx512_nfaExecLimEx64_initCompressedState - -DnfaExecLimEx64_queueCompressState=avx512_nfaExecLimEx64_queueCompressState - -DnfaExecLimEx64_queueInitState=avx512_nfaExecLimEx64_queueInitState - -DnfaExecLimEx64_reportCurrent=avx512_nfaExecLimEx64_reportCurrent - -DnfaExecLimEx64_testEOD=avx512_nfaExecLimEx64_testEOD - -DnfaExecLimEx64_zombie_status=avx512_nfaExecLimEx64_zombie_status - -DnfaExecMcClellan16_B=avx512_nfaExecMcClellan16_B - -DnfaExecMcClellan16_Q=avx512_nfaExecMcClellan16_Q - -DnfaExecMcClellan16_Q2=avx512_nfaExecMcClellan16_Q2 - -DnfaExecMcClellan16_QR=avx512_nfaExecMcClellan16_QR - -DnfaExecMcClellan16_SimpStream=avx512_nfaExecMcClellan16_SimpStream - -DnfaExecMcClellan16_expandState=avx512_nfaExecMcClellan16_expandState - -DnfaExecMcClellan16_inAccept=avx512_nfaExecMcClellan16_inAccept - -DnfaExecMcClellan16_inAnyAccept=avx512_nfaExecMcClellan16_inAnyAccept - -DnfaExecMcClellan16_initCompressedState=avx512_nfaExecMcClellan16_initCompressedState - -DnfaExecMcClellan16_queueCompressState=avx512_nfaExecMcClellan16_queueCompressState - -DnfaExecMcClellan16_queueInitState=avx512_nfaExecMcClellan16_queueInitState - -DnfaExecMcClellan16_reportCurrent=avx512_nfaExecMcClellan16_reportCurrent - -DnfaExecMcClellan16_testEOD=avx512_nfaExecMcClellan16_testEOD - -DnfaExecMcClellan8_B=avx512_nfaExecMcClellan8_B - -DnfaExecMcClellan8_Q=avx512_nfaExecMcClellan8_Q - -DnfaExecMcClellan8_Q2=avx512_nfaExecMcClellan8_Q2 - -DnfaExecMcClellan8_QR=avx512_nfaExecMcClellan8_QR - -DnfaExecMcClellan8_SimpStream=avx512_nfaExecMcClellan8_SimpStream - -DnfaExecMcClellan8_expandState=avx512_nfaExecMcClellan8_expandState - -DnfaExecMcClellan8_inAccept=avx512_nfaExecMcClellan8_inAccept - -DnfaExecMcClellan8_inAnyAccept=avx512_nfaExecMcClellan8_inAnyAccept - -DnfaExecMcClellan8_initCompressedState=avx512_nfaExecMcClellan8_initCompressedState - -DnfaExecMcClellan8_queueCompressState=avx512_nfaExecMcClellan8_queueCompressState - -DnfaExecMcClellan8_queueInitState=avx512_nfaExecMcClellan8_queueInitState - -DnfaExecMcClellan8_reportCurrent=avx512_nfaExecMcClellan8_reportCurrent - -DnfaExecMcClellan8_testEOD=avx512_nfaExecMcClellan8_testEOD - -DnfaExecMcSheng16_Q=avx512_nfaExecMcSheng16_Q - -DnfaExecMcSheng16_Q2=avx512_nfaExecMcSheng16_Q2 - -DnfaExecMcSheng16_QR=avx512_nfaExecMcSheng16_QR - -DnfaExecMcSheng16_expandState=avx512_nfaExecMcSheng16_expandState - -DnfaExecMcSheng16_inAccept=avx512_nfaExecMcSheng16_inAccept - -DnfaExecMcSheng16_inAnyAccept=avx512_nfaExecMcSheng16_inAnyAccept - -DnfaExecMcSheng16_initCompressedState=avx512_nfaExecMcSheng16_initCompressedState - -DnfaExecMcSheng16_queueCompressState=avx512_nfaExecMcSheng16_queueCompressState - -DnfaExecMcSheng16_queueInitState=avx512_nfaExecMcSheng16_queueInitState - -DnfaExecMcSheng16_reportCurrent=avx512_nfaExecMcSheng16_reportCurrent - -DnfaExecMcSheng16_testEOD=avx512_nfaExecMcSheng16_testEOD - -DnfaExecMcSheng8_Q=avx512_nfaExecMcSheng8_Q - -DnfaExecMcSheng8_Q2=avx512_nfaExecMcSheng8_Q2 - -DnfaExecMcSheng8_QR=avx512_nfaExecMcSheng8_QR - -DnfaExecMcSheng8_expandState=avx512_nfaExecMcSheng8_expandState - -DnfaExecMcSheng8_inAccept=avx512_nfaExecMcSheng8_inAccept - -DnfaExecMcSheng8_inAnyAccept=avx512_nfaExecMcSheng8_inAnyAccept - -DnfaExecMcSheng8_initCompressedState=avx512_nfaExecMcSheng8_initCompressedState - -DnfaExecMcSheng8_queueCompressState=avx512_nfaExecMcSheng8_queueCompressState - -DnfaExecMcSheng8_queueInitState=avx512_nfaExecMcSheng8_queueInitState - -DnfaExecMcSheng8_reportCurrent=avx512_nfaExecMcSheng8_reportCurrent - -DnfaExecMcSheng8_testEOD=avx512_nfaExecMcSheng8_testEOD - -DnfaExecMpv_Q=avx512_nfaExecMpv_Q - -DnfaExecMpv_QueueExecRaw=avx512_nfaExecMpv_QueueExecRaw - -DnfaExecMpv_expandState=avx512_nfaExecMpv_expandState - -DnfaExecMpv_initCompressedState=avx512_nfaExecMpv_initCompressedState - -DnfaExecMpv_queueCompressState=avx512_nfaExecMpv_queueCompressState - -DnfaExecMpv_queueInitState=avx512_nfaExecMpv_queueInitState - -DnfaExecMpv_reportCurrent=avx512_nfaExecMpv_reportCurrent - -DnfaExecSheng_B=avx512_nfaExecSheng_B - -DnfaExecSheng_Q=avx512_nfaExecSheng_Q - -DnfaExecSheng_Q2=avx512_nfaExecSheng_Q2 - -DnfaExecSheng_QR=avx512_nfaExecSheng_QR - -DnfaExecSheng_expandState=avx512_nfaExecSheng_expandState - -DnfaExecSheng_inAccept=avx512_nfaExecSheng_inAccept - -DnfaExecSheng_inAnyAccept=avx512_nfaExecSheng_inAnyAccept - -DnfaExecSheng_initCompressedState=avx512_nfaExecSheng_initCompressedState - -DnfaExecSheng_queueCompressState=avx512_nfaExecSheng_queueCompressState - -DnfaExecSheng_queueInitState=avx512_nfaExecSheng_queueInitState - -DnfaExecSheng_reportCurrent=avx512_nfaExecSheng_reportCurrent - -DnfaExecSheng_testEOD=avx512_nfaExecSheng_testEOD - -DnfaExecTamarama_Q=avx512_nfaExecTamarama_Q - -DnfaExecTamarama_Q2=avx512_nfaExecTamarama_Q2 - -DnfaExecTamarama_QR=avx512_nfaExecTamarama_QR - -DnfaExecTamarama_expandState=avx512_nfaExecTamarama_expandState - -DnfaExecTamarama_inAccept=avx512_nfaExecTamarama_inAccept - -DnfaExecTamarama_inAnyAccept=avx512_nfaExecTamarama_inAnyAccept - -DnfaExecTamarama_queueCompressState=avx512_nfaExecTamarama_queueCompressState - -DnfaExecTamarama_queueInitState=avx512_nfaExecTamarama_queueInitState - -DnfaExecTamarama_reportCurrent=avx512_nfaExecTamarama_reportCurrent - -DnfaExecTamarama_testEOD=avx512_nfaExecTamarama_testEOD - -DnfaExecTamarama_zombie_status=avx512_nfaExecTamarama_zombie_status - -DnfaExpandState=avx512_nfaExpandState - -DnfaGetZombieStatus=avx512_nfaGetZombieStatus - -DnfaInAcceptState=avx512_nfaInAcceptState - -DnfaInAnyAcceptState=avx512_nfaInAnyAcceptState - -DnfaInitCompressedState=avx512_nfaInitCompressedState - -DnfaQueueCompressState=avx512_nfaQueueCompressState - -DnfaQueueExec=avx512_nfaQueueExec - -DnfaQueueExec2_raw=avx512_nfaQueueExec2_raw - -DnfaQueueExecRose=avx512_nfaQueueExecRose - -DnfaQueueExecToMatch=avx512_nfaQueueExecToMatch - -DnfaQueueExec_raw=avx512_nfaQueueExec_raw - -DnfaQueueInitState=avx512_nfaQueueInitState - -DnfaReportCurrentMatches=avx512_nfaReportCurrentMatches - -DnoodExec=avx512_noodExec - -DnoodExecStreaming=avx512_noodExecStreaming - -Dp_mask_arr=avx512_p_mask_arr - -Dp_mask_arr256=avx512_p_mask_arr256 - -DrepeatHasMatchBitmap=avx512_repeatHasMatchBitmap - -DrepeatHasMatchRange=avx512_repeatHasMatchRange - -DrepeatHasMatchRing=avx512_repeatHasMatchRing - -DrepeatHasMatchSparseOptimalP=avx512_repeatHasMatchSparseOptimalP - -DrepeatHasMatchTrailer=avx512_repeatHasMatchTrailer - -DrepeatLastTopBitmap=avx512_repeatLastTopBitmap - -DrepeatLastTopRange=avx512_repeatLastTopRange - -DrepeatLastTopRing=avx512_repeatLastTopRing - -DrepeatLastTopSparseOptimalP=avx512_repeatLastTopSparseOptimalP - -DrepeatLastTopTrailer=avx512_repeatLastTopTrailer - -DrepeatNextMatchBitmap=avx512_repeatNextMatchBitmap - -DrepeatNextMatchRange=avx512_repeatNextMatchRange - -DrepeatNextMatchRing=avx512_repeatNextMatchRing - -DrepeatNextMatchSparseOptimalP=avx512_repeatNextMatchSparseOptimalP - -DrepeatNextMatchTrailer=avx512_repeatNextMatchTrailer - -DrepeatPack=avx512_repeatPack - -DrepeatStoreBitmap=avx512_repeatStoreBitmap - -DrepeatStoreRange=avx512_repeatStoreRange - -DrepeatStoreRing=avx512_repeatStoreRing - -DrepeatStoreSparseOptimalP=avx512_repeatStoreSparseOptimalP - -DrepeatStoreTrailer=avx512_repeatStoreTrailer - -DrepeatUnpack=avx512_repeatUnpack - -DroseAnchoredCallback=avx512_roseAnchoredCallback - -DroseBlockExec=avx512_roseBlockExec - -DroseCallback=avx512_roseCallback - -DroseCatchUpAll=avx512_roseCatchUpAll - -DroseCatchUpMPV_i=avx512_roseCatchUpMPV_i - -DroseCatchUpSuf=avx512_roseCatchUpSuf - -DroseDelayRebuildCallback=avx512_roseDelayRebuildCallback - -DroseFloatingCallback=avx512_roseFloatingCallback - -DroseHandleChainMatch=avx512_roseHandleChainMatch - -DroseInitState=avx512_roseInitState - -DroseNfaAdaptor=avx512_roseNfaAdaptor - -DroseNfaEarliestSom=avx512_roseNfaEarliestSom - -DroseReportAdaptor=avx512_roseReportAdaptor - -DroseRunBoundaryProgram=avx512_roseRunBoundaryProgram - -DroseRunFlushCombProgram=avx512_roseRunFlushCombProgram - -DroseRunLastFlushCombProgram=avx512_roseRunLastFlushCombProgram - -DroseRunProgram=avx512_roseRunProgram - -DroseRunProgram_l=avx512_roseRunProgram_l - -DroseStreamEodExec=avx512_roseStreamEodExec - -DroseStreamExec=avx512_roseStreamExec - -DrshuftiExec=avx512_rshuftiExec - -DrtruffleExec=avx512_rtruffleExec - -Drun_accel=avx512_run_accel - -DsetSomFromSomAware=avx512_setSomFromSomAware - -DshuftiDoubleExec=avx512_shuftiDoubleExec - -DshuftiExec=avx512_shuftiExec - -Dsimd_onebit_masks=avx512_simd_onebit_masks - -Dsize_compress_stream=avx512_size_compress_stream - -DstoreSomToStream=avx512_storeSomToStream - -Dstorecompressed128=avx512_storecompressed128 - -Dstorecompressed256=avx512_storecompressed256 - -Dstorecompressed32=avx512_storecompressed32 - -Dstorecompressed384=avx512_storecompressed384 - -Dstorecompressed512=avx512_storecompressed512 - -Dstorecompressed64=avx512_storecompressed64 - -DstreamInitSufPQ=avx512_streamInitSufPQ - -DtruffleExec=avx512_truffleExec - -Dvbs_mask_data=avx512_vbs_mask_data - $,,-Wno-everything> -) -target_include_directories(libs-hyperscan-runtime_avx512 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src -) -target_sources(libs-hyperscan-runtime_avx512 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/alloc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/crc32.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/database.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/fdr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/teddy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/teddy_avx2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hs_valid_platform.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hs_version.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hwlm/hwlm.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hwlm/noodle_engine.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/accel.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/castle.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/gough.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/lbr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_accel.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_native.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_simd128.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_simd256.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_simd384.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_simd512.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mcclellan.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mcsheng.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mcsheng_data.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mpv.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/nfa_api_dispatch.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/repeat.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/sheng.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/shufti.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/tamarama.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/truffle.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/block.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/catchup.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/init.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/match.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/program_runtime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/stream.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/runtime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/scratch.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/som/som_runtime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/som/som_stream.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/stream_compress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/cpuid_flags.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/masked_move.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/multibit.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/simd_utils.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/state_compress.c -) diff --git a/contrib/libs/hyperscan/runtime_avx512/CMakeLists.linux-x86_64.txt b/contrib/libs/hyperscan/runtime_avx512/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 411a9453a3e..00000000000 --- a/contrib/libs/hyperscan/runtime_avx512/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,496 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(libs-hyperscan-runtime_avx512) -target_compile_options(libs-hyperscan-runtime_avx512 PRIVATE - -msse4.1 - -DHAVE_SSE41 - -msse4.2 - -DHAVE_SSE42 - -DHAVE_POPCOUNT_INSTR - -mpopcnt - -mavx - -DHAVE_AVX - -mavx2 - -mfma - -mbmi - -mbmi2 - -DHAVE_AVX2 - -mavx512f - -mavx512cd - -mavx512bw - -mavx512dq - -mavx512vl - -DHAVE_AVX512 - -DCrc32c_ComputeBuf=avx512_Crc32c_ComputeBuf - -DblockInitSufPQ=avx512_blockInitSufPQ - -Dcompress_stream=avx512_compress_stream - -Dcpuid_flags=avx512_cpuid_flags - -Dcpuid_tune=avx512_cpuid_tune - -DdbIsValid=avx512_dbIsValid - -DdoAccel128=avx512_doAccel128 - -DdoAccel256=avx512_doAccel256 - -DdoAccel32=avx512_doAccel32 - -DdoAccel384=avx512_doAccel384 - -DdoAccel512=avx512_doAccel512 - -DdoAccel64=avx512_doAccel64 - -Dexpand_stream=avx512_expand_stream - -DfdrExec=avx512_fdrExec - -DfdrExecStreaming=avx512_fdrExecStreaming - -Dfdr_exec_fat_teddy_msks1=avx512_fdr_exec_fat_teddy_msks1 - -Dfdr_exec_fat_teddy_msks1_pck=avx512_fdr_exec_fat_teddy_msks1_pck - -Dfdr_exec_fat_teddy_msks2=avx512_fdr_exec_fat_teddy_msks2 - -Dfdr_exec_fat_teddy_msks2_pck=avx512_fdr_exec_fat_teddy_msks2_pck - -Dfdr_exec_fat_teddy_msks3=avx512_fdr_exec_fat_teddy_msks3 - -Dfdr_exec_fat_teddy_msks3_pck=avx512_fdr_exec_fat_teddy_msks3_pck - -Dfdr_exec_fat_teddy_msks4=avx512_fdr_exec_fat_teddy_msks4 - -Dfdr_exec_fat_teddy_msks4_pck=avx512_fdr_exec_fat_teddy_msks4_pck - -Dfdr_exec_teddy_msks1=avx512_fdr_exec_teddy_msks1 - -Dfdr_exec_teddy_msks1_pck=avx512_fdr_exec_teddy_msks1_pck - -Dfdr_exec_teddy_msks2=avx512_fdr_exec_teddy_msks2 - -Dfdr_exec_teddy_msks2_pck=avx512_fdr_exec_teddy_msks2_pck - -Dfdr_exec_teddy_msks3=avx512_fdr_exec_teddy_msks3 - -Dfdr_exec_teddy_msks3_pck=avx512_fdr_exec_teddy_msks3_pck - -Dfdr_exec_teddy_msks4=avx512_fdr_exec_teddy_msks4 - -Dfdr_exec_teddy_msks4_pck=avx512_fdr_exec_teddy_msks4_pck - -DflushQueuedLiterals_i=avx512_flushQueuedLiterals_i - -DflushStoredSomMatches_i=avx512_flushStoredSomMatches_i - -DhandleSomExternal=avx512_handleSomExternal - -DhandleSomInternal=avx512_handleSomInternal - -Dhs_alloc_scratch=avx512_hs_alloc_scratch - -Dhs_clone_scratch=avx512_hs_clone_scratch - -Dhs_close_stream=avx512_hs_close_stream - -Dhs_compress_stream=avx512_hs_compress_stream - -Dhs_copy_stream=avx512_hs_copy_stream - -Dhs_database_alloc=avx512_hs_database_alloc - -Dhs_database_free=avx512_hs_database_free - -Dhs_database_info=avx512_hs_database_info - -Dhs_database_size=avx512_hs_database_size - -Dhs_deserialize_database=avx512_hs_deserialize_database - -Dhs_deserialize_database_at=avx512_hs_deserialize_database_at - -Dhs_expand_stream=avx512_hs_expand_stream - -Dhs_free_database=avx512_hs_free_database - -Dhs_free_scratch=avx512_hs_free_scratch - -Dhs_misc_alloc=avx512_hs_misc_alloc - -Dhs_misc_free=avx512_hs_misc_free - -Dhs_open_stream=avx512_hs_open_stream - -Dhs_reset_and_copy_stream=avx512_hs_reset_and_copy_stream - -Dhs_reset_and_expand_stream=avx512_hs_reset_and_expand_stream - -Dhs_reset_stream=avx512_hs_reset_stream - -Dhs_scan=avx512_hs_scan - -Dhs_scan_stream=avx512_hs_scan_stream - -Dhs_scan_vector=avx512_hs_scan_vector - -Dhs_scratch_alloc=avx512_hs_scratch_alloc - -Dhs_scratch_free=avx512_hs_scratch_free - -Dhs_scratch_size=avx512_hs_scratch_size - -Dhs_serialize_database=avx512_hs_serialize_database - -Dhs_serialized_database_info=avx512_hs_serialized_database_info - -Dhs_serialized_database_size=avx512_hs_serialized_database_size - -Dhs_set_allocator=avx512_hs_set_allocator - -Dhs_set_database_allocator=avx512_hs_set_database_allocator - -Dhs_set_misc_allocator=avx512_hs_set_misc_allocator - -Dhs_set_scratch_allocator=avx512_hs_set_scratch_allocator - -Dhs_set_stream_allocator=avx512_hs_set_stream_allocator - -Dhs_stream_alloc=avx512_hs_stream_alloc - -Dhs_stream_free=avx512_hs_stream_free - -Dhs_stream_size=avx512_hs_stream_size - -Dhs_valid_platform=avx512_hs_valid_platform - -Dhs_version=avx512_hs_version - -DhwlmExec=avx512_hwlmExec - -DhwlmExecStreaming=avx512_hwlmExecStreaming - -DloadSomFromStream=avx512_loadSomFromStream - -Dloadcompressed128=avx512_loadcompressed128 - -Dloadcompressed256=avx512_loadcompressed256 - -Dloadcompressed32=avx512_loadcompressed32 - -Dloadcompressed384=avx512_loadcompressed384 - -Dloadcompressed512=avx512_loadcompressed512 - -Dloadcompressed64=avx512_loadcompressed64 - -Dmcsheng_pext_mask=avx512_mcsheng_pext_mask - -Dmm_mask_mask=avx512_mm_mask_mask - -Dmm_shuffle_end=avx512_mm_shuffle_end - -Dmmbit_keyshift_lut=avx512_mmbit_keyshift_lut - -Dmmbit_maxlevel_direct_lut=avx512_mmbit_maxlevel_direct_lut - -Dmmbit_maxlevel_from_keyshift_lut=avx512_mmbit_maxlevel_from_keyshift_lut - -Dmmbit_root_offset_from_level=avx512_mmbit_root_offset_from_level - -Dmmbit_zero_to_lut=avx512_mmbit_zero_to_lut - -DnfaBlockExecReverse=avx512_nfaBlockExecReverse - -DnfaCheckFinalState=avx512_nfaCheckFinalState - -DnfaExecCastle_Q=avx512_nfaExecCastle_Q - -DnfaExecCastle_Q2=avx512_nfaExecCastle_Q2 - -DnfaExecCastle_QR=avx512_nfaExecCastle_QR - -DnfaExecCastle_expandState=avx512_nfaExecCastle_expandState - -DnfaExecCastle_inAccept=avx512_nfaExecCastle_inAccept - -DnfaExecCastle_inAnyAccept=avx512_nfaExecCastle_inAnyAccept - -DnfaExecCastle_initCompressedState=avx512_nfaExecCastle_initCompressedState - -DnfaExecCastle_queueCompressState=avx512_nfaExecCastle_queueCompressState - -DnfaExecCastle_queueInitState=avx512_nfaExecCastle_queueInitState - -DnfaExecCastle_reportCurrent=avx512_nfaExecCastle_reportCurrent - -DnfaExecGough16_Q=avx512_nfaExecGough16_Q - -DnfaExecGough16_Q2=avx512_nfaExecGough16_Q2 - -DnfaExecGough16_QR=avx512_nfaExecGough16_QR - -DnfaExecGough16_expandState=avx512_nfaExecGough16_expandState - -DnfaExecGough16_inAccept=avx512_nfaExecGough16_inAccept - -DnfaExecGough16_inAnyAccept=avx512_nfaExecGough16_inAnyAccept - -DnfaExecGough16_initCompressedState=avx512_nfaExecGough16_initCompressedState - -DnfaExecGough16_queueCompressState=avx512_nfaExecGough16_queueCompressState - -DnfaExecGough16_queueInitState=avx512_nfaExecGough16_queueInitState - -DnfaExecGough16_reportCurrent=avx512_nfaExecGough16_reportCurrent - -DnfaExecGough16_testEOD=avx512_nfaExecGough16_testEOD - -DnfaExecGough8_Q=avx512_nfaExecGough8_Q - -DnfaExecGough8_Q2=avx512_nfaExecGough8_Q2 - -DnfaExecGough8_QR=avx512_nfaExecGough8_QR - -DnfaExecGough8_expandState=avx512_nfaExecGough8_expandState - -DnfaExecGough8_inAccept=avx512_nfaExecGough8_inAccept - -DnfaExecGough8_inAnyAccept=avx512_nfaExecGough8_inAnyAccept - -DnfaExecGough8_initCompressedState=avx512_nfaExecGough8_initCompressedState - -DnfaExecGough8_queueCompressState=avx512_nfaExecGough8_queueCompressState - -DnfaExecGough8_queueInitState=avx512_nfaExecGough8_queueInitState - -DnfaExecGough8_reportCurrent=avx512_nfaExecGough8_reportCurrent - -DnfaExecGough8_testEOD=avx512_nfaExecGough8_testEOD - -DnfaExecLbrDot_Q=avx512_nfaExecLbrDot_Q - -DnfaExecLbrDot_Q2=avx512_nfaExecLbrDot_Q2 - -DnfaExecLbrDot_QR=avx512_nfaExecLbrDot_QR - -DnfaExecLbrDot_expandState=avx512_nfaExecLbrDot_expandState - -DnfaExecLbrDot_inAccept=avx512_nfaExecLbrDot_inAccept - -DnfaExecLbrDot_inAnyAccept=avx512_nfaExecLbrDot_inAnyAccept - -DnfaExecLbrDot_initCompressedState=avx512_nfaExecLbrDot_initCompressedState - -DnfaExecLbrDot_queueCompressState=avx512_nfaExecLbrDot_queueCompressState - -DnfaExecLbrDot_queueInitState=avx512_nfaExecLbrDot_queueInitState - -DnfaExecLbrDot_reportCurrent=avx512_nfaExecLbrDot_reportCurrent - -DnfaExecLbrNVerm_Q=avx512_nfaExecLbrNVerm_Q - -DnfaExecLbrNVerm_Q2=avx512_nfaExecLbrNVerm_Q2 - -DnfaExecLbrNVerm_QR=avx512_nfaExecLbrNVerm_QR - -DnfaExecLbrNVerm_expandState=avx512_nfaExecLbrNVerm_expandState - -DnfaExecLbrNVerm_inAccept=avx512_nfaExecLbrNVerm_inAccept - -DnfaExecLbrNVerm_inAnyAccept=avx512_nfaExecLbrNVerm_inAnyAccept - -DnfaExecLbrNVerm_initCompressedState=avx512_nfaExecLbrNVerm_initCompressedState - -DnfaExecLbrNVerm_queueCompressState=avx512_nfaExecLbrNVerm_queueCompressState - -DnfaExecLbrNVerm_queueInitState=avx512_nfaExecLbrNVerm_queueInitState - -DnfaExecLbrNVerm_reportCurrent=avx512_nfaExecLbrNVerm_reportCurrent - -DnfaExecLbrShuf_Q=avx512_nfaExecLbrShuf_Q - -DnfaExecLbrShuf_Q2=avx512_nfaExecLbrShuf_Q2 - -DnfaExecLbrShuf_QR=avx512_nfaExecLbrShuf_QR - -DnfaExecLbrShuf_expandState=avx512_nfaExecLbrShuf_expandState - -DnfaExecLbrShuf_inAccept=avx512_nfaExecLbrShuf_inAccept - -DnfaExecLbrShuf_inAnyAccept=avx512_nfaExecLbrShuf_inAnyAccept - -DnfaExecLbrShuf_initCompressedState=avx512_nfaExecLbrShuf_initCompressedState - -DnfaExecLbrShuf_queueCompressState=avx512_nfaExecLbrShuf_queueCompressState - -DnfaExecLbrShuf_queueInitState=avx512_nfaExecLbrShuf_queueInitState - -DnfaExecLbrShuf_reportCurrent=avx512_nfaExecLbrShuf_reportCurrent - -DnfaExecLbrTruf_Q=avx512_nfaExecLbrTruf_Q - -DnfaExecLbrTruf_Q2=avx512_nfaExecLbrTruf_Q2 - -DnfaExecLbrTruf_QR=avx512_nfaExecLbrTruf_QR - -DnfaExecLbrTruf_expandState=avx512_nfaExecLbrTruf_expandState - -DnfaExecLbrTruf_inAccept=avx512_nfaExecLbrTruf_inAccept - -DnfaExecLbrTruf_inAnyAccept=avx512_nfaExecLbrTruf_inAnyAccept - -DnfaExecLbrTruf_initCompressedState=avx512_nfaExecLbrTruf_initCompressedState - -DnfaExecLbrTruf_queueCompressState=avx512_nfaExecLbrTruf_queueCompressState - -DnfaExecLbrTruf_queueInitState=avx512_nfaExecLbrTruf_queueInitState - -DnfaExecLbrTruf_reportCurrent=avx512_nfaExecLbrTruf_reportCurrent - -DnfaExecLbrVerm_Q=avx512_nfaExecLbrVerm_Q - -DnfaExecLbrVerm_Q2=avx512_nfaExecLbrVerm_Q2 - -DnfaExecLbrVerm_QR=avx512_nfaExecLbrVerm_QR - -DnfaExecLbrVerm_expandState=avx512_nfaExecLbrVerm_expandState - -DnfaExecLbrVerm_inAccept=avx512_nfaExecLbrVerm_inAccept - -DnfaExecLbrVerm_inAnyAccept=avx512_nfaExecLbrVerm_inAnyAccept - -DnfaExecLbrVerm_initCompressedState=avx512_nfaExecLbrVerm_initCompressedState - -DnfaExecLbrVerm_queueCompressState=avx512_nfaExecLbrVerm_queueCompressState - -DnfaExecLbrVerm_queueInitState=avx512_nfaExecLbrVerm_queueInitState - -DnfaExecLbrVerm_reportCurrent=avx512_nfaExecLbrVerm_reportCurrent - -DnfaExecLimEx128_B_Reverse=avx512_nfaExecLimEx128_B_Reverse - -DnfaExecLimEx128_Q=avx512_nfaExecLimEx128_Q - -DnfaExecLimEx128_Q2=avx512_nfaExecLimEx128_Q2 - -DnfaExecLimEx128_QR=avx512_nfaExecLimEx128_QR - -DnfaExecLimEx128_expandState=avx512_nfaExecLimEx128_expandState - -DnfaExecLimEx128_inAccept=avx512_nfaExecLimEx128_inAccept - -DnfaExecLimEx128_inAnyAccept=avx512_nfaExecLimEx128_inAnyAccept - -DnfaExecLimEx128_initCompressedState=avx512_nfaExecLimEx128_initCompressedState - -DnfaExecLimEx128_queueCompressState=avx512_nfaExecLimEx128_queueCompressState - -DnfaExecLimEx128_queueInitState=avx512_nfaExecLimEx128_queueInitState - -DnfaExecLimEx128_reportCurrent=avx512_nfaExecLimEx128_reportCurrent - -DnfaExecLimEx128_testEOD=avx512_nfaExecLimEx128_testEOD - -DnfaExecLimEx128_zombie_status=avx512_nfaExecLimEx128_zombie_status - -DnfaExecLimEx256_B_Reverse=avx512_nfaExecLimEx256_B_Reverse - -DnfaExecLimEx256_Q=avx512_nfaExecLimEx256_Q - -DnfaExecLimEx256_Q2=avx512_nfaExecLimEx256_Q2 - -DnfaExecLimEx256_QR=avx512_nfaExecLimEx256_QR - -DnfaExecLimEx256_expandState=avx512_nfaExecLimEx256_expandState - -DnfaExecLimEx256_inAccept=avx512_nfaExecLimEx256_inAccept - -DnfaExecLimEx256_inAnyAccept=avx512_nfaExecLimEx256_inAnyAccept - -DnfaExecLimEx256_initCompressedState=avx512_nfaExecLimEx256_initCompressedState - -DnfaExecLimEx256_queueCompressState=avx512_nfaExecLimEx256_queueCompressState - -DnfaExecLimEx256_queueInitState=avx512_nfaExecLimEx256_queueInitState - -DnfaExecLimEx256_reportCurrent=avx512_nfaExecLimEx256_reportCurrent - -DnfaExecLimEx256_testEOD=avx512_nfaExecLimEx256_testEOD - -DnfaExecLimEx256_zombie_status=avx512_nfaExecLimEx256_zombie_status - -DnfaExecLimEx32_B_Reverse=avx512_nfaExecLimEx32_B_Reverse - -DnfaExecLimEx32_Q=avx512_nfaExecLimEx32_Q - -DnfaExecLimEx32_Q2=avx512_nfaExecLimEx32_Q2 - -DnfaExecLimEx32_QR=avx512_nfaExecLimEx32_QR - -DnfaExecLimEx32_expandState=avx512_nfaExecLimEx32_expandState - -DnfaExecLimEx32_inAccept=avx512_nfaExecLimEx32_inAccept - -DnfaExecLimEx32_inAnyAccept=avx512_nfaExecLimEx32_inAnyAccept - -DnfaExecLimEx32_initCompressedState=avx512_nfaExecLimEx32_initCompressedState - -DnfaExecLimEx32_queueCompressState=avx512_nfaExecLimEx32_queueCompressState - -DnfaExecLimEx32_queueInitState=avx512_nfaExecLimEx32_queueInitState - -DnfaExecLimEx32_reportCurrent=avx512_nfaExecLimEx32_reportCurrent - -DnfaExecLimEx32_testEOD=avx512_nfaExecLimEx32_testEOD - -DnfaExecLimEx32_zombie_status=avx512_nfaExecLimEx32_zombie_status - -DnfaExecLimEx384_B_Reverse=avx512_nfaExecLimEx384_B_Reverse - -DnfaExecLimEx384_Q=avx512_nfaExecLimEx384_Q - -DnfaExecLimEx384_Q2=avx512_nfaExecLimEx384_Q2 - -DnfaExecLimEx384_QR=avx512_nfaExecLimEx384_QR - -DnfaExecLimEx384_expandState=avx512_nfaExecLimEx384_expandState - -DnfaExecLimEx384_inAccept=avx512_nfaExecLimEx384_inAccept - -DnfaExecLimEx384_inAnyAccept=avx512_nfaExecLimEx384_inAnyAccept - -DnfaExecLimEx384_initCompressedState=avx512_nfaExecLimEx384_initCompressedState - -DnfaExecLimEx384_queueCompressState=avx512_nfaExecLimEx384_queueCompressState - -DnfaExecLimEx384_queueInitState=avx512_nfaExecLimEx384_queueInitState - -DnfaExecLimEx384_reportCurrent=avx512_nfaExecLimEx384_reportCurrent - -DnfaExecLimEx384_testEOD=avx512_nfaExecLimEx384_testEOD - -DnfaExecLimEx384_zombie_status=avx512_nfaExecLimEx384_zombie_status - -DnfaExecLimEx512_B_Reverse=avx512_nfaExecLimEx512_B_Reverse - -DnfaExecLimEx512_Q=avx512_nfaExecLimEx512_Q - -DnfaExecLimEx512_Q2=avx512_nfaExecLimEx512_Q2 - -DnfaExecLimEx512_QR=avx512_nfaExecLimEx512_QR - -DnfaExecLimEx512_expandState=avx512_nfaExecLimEx512_expandState - -DnfaExecLimEx512_inAccept=avx512_nfaExecLimEx512_inAccept - -DnfaExecLimEx512_inAnyAccept=avx512_nfaExecLimEx512_inAnyAccept - -DnfaExecLimEx512_initCompressedState=avx512_nfaExecLimEx512_initCompressedState - -DnfaExecLimEx512_queueCompressState=avx512_nfaExecLimEx512_queueCompressState - -DnfaExecLimEx512_queueInitState=avx512_nfaExecLimEx512_queueInitState - -DnfaExecLimEx512_reportCurrent=avx512_nfaExecLimEx512_reportCurrent - -DnfaExecLimEx512_testEOD=avx512_nfaExecLimEx512_testEOD - -DnfaExecLimEx512_zombie_status=avx512_nfaExecLimEx512_zombie_status - -DnfaExecLimEx64_B_Reverse=avx512_nfaExecLimEx64_B_Reverse - -DnfaExecLimEx64_Q=avx512_nfaExecLimEx64_Q - -DnfaExecLimEx64_Q2=avx512_nfaExecLimEx64_Q2 - -DnfaExecLimEx64_QR=avx512_nfaExecLimEx64_QR - -DnfaExecLimEx64_expandState=avx512_nfaExecLimEx64_expandState - -DnfaExecLimEx64_inAccept=avx512_nfaExecLimEx64_inAccept - -DnfaExecLimEx64_inAnyAccept=avx512_nfaExecLimEx64_inAnyAccept - -DnfaExecLimEx64_initCompressedState=avx512_nfaExecLimEx64_initCompressedState - -DnfaExecLimEx64_queueCompressState=avx512_nfaExecLimEx64_queueCompressState - -DnfaExecLimEx64_queueInitState=avx512_nfaExecLimEx64_queueInitState - -DnfaExecLimEx64_reportCurrent=avx512_nfaExecLimEx64_reportCurrent - -DnfaExecLimEx64_testEOD=avx512_nfaExecLimEx64_testEOD - -DnfaExecLimEx64_zombie_status=avx512_nfaExecLimEx64_zombie_status - -DnfaExecMcClellan16_B=avx512_nfaExecMcClellan16_B - -DnfaExecMcClellan16_Q=avx512_nfaExecMcClellan16_Q - -DnfaExecMcClellan16_Q2=avx512_nfaExecMcClellan16_Q2 - -DnfaExecMcClellan16_QR=avx512_nfaExecMcClellan16_QR - -DnfaExecMcClellan16_SimpStream=avx512_nfaExecMcClellan16_SimpStream - -DnfaExecMcClellan16_expandState=avx512_nfaExecMcClellan16_expandState - -DnfaExecMcClellan16_inAccept=avx512_nfaExecMcClellan16_inAccept - -DnfaExecMcClellan16_inAnyAccept=avx512_nfaExecMcClellan16_inAnyAccept - -DnfaExecMcClellan16_initCompressedState=avx512_nfaExecMcClellan16_initCompressedState - -DnfaExecMcClellan16_queueCompressState=avx512_nfaExecMcClellan16_queueCompressState - -DnfaExecMcClellan16_queueInitState=avx512_nfaExecMcClellan16_queueInitState - -DnfaExecMcClellan16_reportCurrent=avx512_nfaExecMcClellan16_reportCurrent - -DnfaExecMcClellan16_testEOD=avx512_nfaExecMcClellan16_testEOD - -DnfaExecMcClellan8_B=avx512_nfaExecMcClellan8_B - -DnfaExecMcClellan8_Q=avx512_nfaExecMcClellan8_Q - -DnfaExecMcClellan8_Q2=avx512_nfaExecMcClellan8_Q2 - -DnfaExecMcClellan8_QR=avx512_nfaExecMcClellan8_QR - -DnfaExecMcClellan8_SimpStream=avx512_nfaExecMcClellan8_SimpStream - -DnfaExecMcClellan8_expandState=avx512_nfaExecMcClellan8_expandState - -DnfaExecMcClellan8_inAccept=avx512_nfaExecMcClellan8_inAccept - -DnfaExecMcClellan8_inAnyAccept=avx512_nfaExecMcClellan8_inAnyAccept - -DnfaExecMcClellan8_initCompressedState=avx512_nfaExecMcClellan8_initCompressedState - -DnfaExecMcClellan8_queueCompressState=avx512_nfaExecMcClellan8_queueCompressState - -DnfaExecMcClellan8_queueInitState=avx512_nfaExecMcClellan8_queueInitState - -DnfaExecMcClellan8_reportCurrent=avx512_nfaExecMcClellan8_reportCurrent - -DnfaExecMcClellan8_testEOD=avx512_nfaExecMcClellan8_testEOD - -DnfaExecMcSheng16_Q=avx512_nfaExecMcSheng16_Q - -DnfaExecMcSheng16_Q2=avx512_nfaExecMcSheng16_Q2 - -DnfaExecMcSheng16_QR=avx512_nfaExecMcSheng16_QR - -DnfaExecMcSheng16_expandState=avx512_nfaExecMcSheng16_expandState - -DnfaExecMcSheng16_inAccept=avx512_nfaExecMcSheng16_inAccept - -DnfaExecMcSheng16_inAnyAccept=avx512_nfaExecMcSheng16_inAnyAccept - -DnfaExecMcSheng16_initCompressedState=avx512_nfaExecMcSheng16_initCompressedState - -DnfaExecMcSheng16_queueCompressState=avx512_nfaExecMcSheng16_queueCompressState - -DnfaExecMcSheng16_queueInitState=avx512_nfaExecMcSheng16_queueInitState - -DnfaExecMcSheng16_reportCurrent=avx512_nfaExecMcSheng16_reportCurrent - -DnfaExecMcSheng16_testEOD=avx512_nfaExecMcSheng16_testEOD - -DnfaExecMcSheng8_Q=avx512_nfaExecMcSheng8_Q - -DnfaExecMcSheng8_Q2=avx512_nfaExecMcSheng8_Q2 - -DnfaExecMcSheng8_QR=avx512_nfaExecMcSheng8_QR - -DnfaExecMcSheng8_expandState=avx512_nfaExecMcSheng8_expandState - -DnfaExecMcSheng8_inAccept=avx512_nfaExecMcSheng8_inAccept - -DnfaExecMcSheng8_inAnyAccept=avx512_nfaExecMcSheng8_inAnyAccept - -DnfaExecMcSheng8_initCompressedState=avx512_nfaExecMcSheng8_initCompressedState - -DnfaExecMcSheng8_queueCompressState=avx512_nfaExecMcSheng8_queueCompressState - -DnfaExecMcSheng8_queueInitState=avx512_nfaExecMcSheng8_queueInitState - -DnfaExecMcSheng8_reportCurrent=avx512_nfaExecMcSheng8_reportCurrent - -DnfaExecMcSheng8_testEOD=avx512_nfaExecMcSheng8_testEOD - -DnfaExecMpv_Q=avx512_nfaExecMpv_Q - -DnfaExecMpv_QueueExecRaw=avx512_nfaExecMpv_QueueExecRaw - -DnfaExecMpv_expandState=avx512_nfaExecMpv_expandState - -DnfaExecMpv_initCompressedState=avx512_nfaExecMpv_initCompressedState - -DnfaExecMpv_queueCompressState=avx512_nfaExecMpv_queueCompressState - -DnfaExecMpv_queueInitState=avx512_nfaExecMpv_queueInitState - -DnfaExecMpv_reportCurrent=avx512_nfaExecMpv_reportCurrent - -DnfaExecSheng_B=avx512_nfaExecSheng_B - -DnfaExecSheng_Q=avx512_nfaExecSheng_Q - -DnfaExecSheng_Q2=avx512_nfaExecSheng_Q2 - -DnfaExecSheng_QR=avx512_nfaExecSheng_QR - -DnfaExecSheng_expandState=avx512_nfaExecSheng_expandState - -DnfaExecSheng_inAccept=avx512_nfaExecSheng_inAccept - -DnfaExecSheng_inAnyAccept=avx512_nfaExecSheng_inAnyAccept - -DnfaExecSheng_initCompressedState=avx512_nfaExecSheng_initCompressedState - -DnfaExecSheng_queueCompressState=avx512_nfaExecSheng_queueCompressState - -DnfaExecSheng_queueInitState=avx512_nfaExecSheng_queueInitState - -DnfaExecSheng_reportCurrent=avx512_nfaExecSheng_reportCurrent - -DnfaExecSheng_testEOD=avx512_nfaExecSheng_testEOD - -DnfaExecTamarama_Q=avx512_nfaExecTamarama_Q - -DnfaExecTamarama_Q2=avx512_nfaExecTamarama_Q2 - -DnfaExecTamarama_QR=avx512_nfaExecTamarama_QR - -DnfaExecTamarama_expandState=avx512_nfaExecTamarama_expandState - -DnfaExecTamarama_inAccept=avx512_nfaExecTamarama_inAccept - -DnfaExecTamarama_inAnyAccept=avx512_nfaExecTamarama_inAnyAccept - -DnfaExecTamarama_queueCompressState=avx512_nfaExecTamarama_queueCompressState - -DnfaExecTamarama_queueInitState=avx512_nfaExecTamarama_queueInitState - -DnfaExecTamarama_reportCurrent=avx512_nfaExecTamarama_reportCurrent - -DnfaExecTamarama_testEOD=avx512_nfaExecTamarama_testEOD - -DnfaExecTamarama_zombie_status=avx512_nfaExecTamarama_zombie_status - -DnfaExpandState=avx512_nfaExpandState - -DnfaGetZombieStatus=avx512_nfaGetZombieStatus - -DnfaInAcceptState=avx512_nfaInAcceptState - -DnfaInAnyAcceptState=avx512_nfaInAnyAcceptState - -DnfaInitCompressedState=avx512_nfaInitCompressedState - -DnfaQueueCompressState=avx512_nfaQueueCompressState - -DnfaQueueExec=avx512_nfaQueueExec - -DnfaQueueExec2_raw=avx512_nfaQueueExec2_raw - -DnfaQueueExecRose=avx512_nfaQueueExecRose - -DnfaQueueExecToMatch=avx512_nfaQueueExecToMatch - -DnfaQueueExec_raw=avx512_nfaQueueExec_raw - -DnfaQueueInitState=avx512_nfaQueueInitState - -DnfaReportCurrentMatches=avx512_nfaReportCurrentMatches - -DnoodExec=avx512_noodExec - -DnoodExecStreaming=avx512_noodExecStreaming - -Dp_mask_arr=avx512_p_mask_arr - -Dp_mask_arr256=avx512_p_mask_arr256 - -DrepeatHasMatchBitmap=avx512_repeatHasMatchBitmap - -DrepeatHasMatchRange=avx512_repeatHasMatchRange - -DrepeatHasMatchRing=avx512_repeatHasMatchRing - -DrepeatHasMatchSparseOptimalP=avx512_repeatHasMatchSparseOptimalP - -DrepeatHasMatchTrailer=avx512_repeatHasMatchTrailer - -DrepeatLastTopBitmap=avx512_repeatLastTopBitmap - -DrepeatLastTopRange=avx512_repeatLastTopRange - -DrepeatLastTopRing=avx512_repeatLastTopRing - -DrepeatLastTopSparseOptimalP=avx512_repeatLastTopSparseOptimalP - -DrepeatLastTopTrailer=avx512_repeatLastTopTrailer - -DrepeatNextMatchBitmap=avx512_repeatNextMatchBitmap - -DrepeatNextMatchRange=avx512_repeatNextMatchRange - -DrepeatNextMatchRing=avx512_repeatNextMatchRing - -DrepeatNextMatchSparseOptimalP=avx512_repeatNextMatchSparseOptimalP - -DrepeatNextMatchTrailer=avx512_repeatNextMatchTrailer - -DrepeatPack=avx512_repeatPack - -DrepeatStoreBitmap=avx512_repeatStoreBitmap - -DrepeatStoreRange=avx512_repeatStoreRange - -DrepeatStoreRing=avx512_repeatStoreRing - -DrepeatStoreSparseOptimalP=avx512_repeatStoreSparseOptimalP - -DrepeatStoreTrailer=avx512_repeatStoreTrailer - -DrepeatUnpack=avx512_repeatUnpack - -DroseAnchoredCallback=avx512_roseAnchoredCallback - -DroseBlockExec=avx512_roseBlockExec - -DroseCallback=avx512_roseCallback - -DroseCatchUpAll=avx512_roseCatchUpAll - -DroseCatchUpMPV_i=avx512_roseCatchUpMPV_i - -DroseCatchUpSuf=avx512_roseCatchUpSuf - -DroseDelayRebuildCallback=avx512_roseDelayRebuildCallback - -DroseFloatingCallback=avx512_roseFloatingCallback - -DroseHandleChainMatch=avx512_roseHandleChainMatch - -DroseInitState=avx512_roseInitState - -DroseNfaAdaptor=avx512_roseNfaAdaptor - -DroseNfaEarliestSom=avx512_roseNfaEarliestSom - -DroseReportAdaptor=avx512_roseReportAdaptor - -DroseRunBoundaryProgram=avx512_roseRunBoundaryProgram - -DroseRunFlushCombProgram=avx512_roseRunFlushCombProgram - -DroseRunLastFlushCombProgram=avx512_roseRunLastFlushCombProgram - -DroseRunProgram=avx512_roseRunProgram - -DroseRunProgram_l=avx512_roseRunProgram_l - -DroseStreamEodExec=avx512_roseStreamEodExec - -DroseStreamExec=avx512_roseStreamExec - -DrshuftiExec=avx512_rshuftiExec - -DrtruffleExec=avx512_rtruffleExec - -Drun_accel=avx512_run_accel - -DsetSomFromSomAware=avx512_setSomFromSomAware - -DshuftiDoubleExec=avx512_shuftiDoubleExec - -DshuftiExec=avx512_shuftiExec - -Dsimd_onebit_masks=avx512_simd_onebit_masks - -Dsize_compress_stream=avx512_size_compress_stream - -DstoreSomToStream=avx512_storeSomToStream - -Dstorecompressed128=avx512_storecompressed128 - -Dstorecompressed256=avx512_storecompressed256 - -Dstorecompressed32=avx512_storecompressed32 - -Dstorecompressed384=avx512_storecompressed384 - -Dstorecompressed512=avx512_storecompressed512 - -Dstorecompressed64=avx512_storecompressed64 - -DstreamInitSufPQ=avx512_streamInitSufPQ - -DtruffleExec=avx512_truffleExec - -Dvbs_mask_data=avx512_vbs_mask_data - $,,-Wno-everything> -) -target_include_directories(libs-hyperscan-runtime_avx512 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src -) -target_link_libraries(libs-hyperscan-runtime_avx512 PUBLIC - contrib-libs-linux-headers -) -target_sources(libs-hyperscan-runtime_avx512 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/alloc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/crc32.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/database.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/fdr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/teddy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/teddy_avx2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hs_valid_platform.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hs_version.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hwlm/hwlm.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hwlm/noodle_engine.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/accel.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/castle.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/gough.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/lbr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_accel.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_native.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_simd128.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_simd256.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_simd384.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_simd512.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mcclellan.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mcsheng.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mcsheng_data.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mpv.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/nfa_api_dispatch.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/repeat.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/sheng.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/shufti.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/tamarama.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/truffle.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/block.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/catchup.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/init.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/match.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/program_runtime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/stream.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/runtime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/scratch.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/som/som_runtime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/som/som_stream.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/stream_compress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/cpuid_flags.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/masked_move.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/multibit.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/simd_utils.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/state_compress.c -) diff --git a/contrib/libs/hyperscan/runtime_avx512/CMakeLists.txt b/contrib/libs/hyperscan/runtime_avx512/CMakeLists.txt deleted file mode 100644 index 7803a2712c1..00000000000 --- a/contrib/libs/hyperscan/runtime_avx512/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/libs/hyperscan/runtime_avx512/CMakeLists.windows-x86_64.txt b/contrib/libs/hyperscan/runtime_avx512/CMakeLists.windows-x86_64.txt deleted file mode 100644 index e11134a46a8..00000000000 --- a/contrib/libs/hyperscan/runtime_avx512/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,493 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(libs-hyperscan-runtime_avx512) -target_compile_options(libs-hyperscan-runtime_avx512 PRIVATE - -msse4.1 - -DHAVE_SSE41 - -msse4.2 - -DHAVE_SSE42 - -DHAVE_POPCOUNT_INSTR - -mpopcnt - -mavx - -DHAVE_AVX - -mavx2 - -mfma - -mbmi - -mbmi2 - -DHAVE_AVX2 - -mavx512f - -mavx512cd - -mavx512bw - -mavx512dq - -mavx512vl - -DHAVE_AVX512 - -DCrc32c_ComputeBuf=avx512_Crc32c_ComputeBuf - -DblockInitSufPQ=avx512_blockInitSufPQ - -Dcompress_stream=avx512_compress_stream - -Dcpuid_flags=avx512_cpuid_flags - -Dcpuid_tune=avx512_cpuid_tune - -DdbIsValid=avx512_dbIsValid - -DdoAccel128=avx512_doAccel128 - -DdoAccel256=avx512_doAccel256 - -DdoAccel32=avx512_doAccel32 - -DdoAccel384=avx512_doAccel384 - -DdoAccel512=avx512_doAccel512 - -DdoAccel64=avx512_doAccel64 - -Dexpand_stream=avx512_expand_stream - -DfdrExec=avx512_fdrExec - -DfdrExecStreaming=avx512_fdrExecStreaming - -Dfdr_exec_fat_teddy_msks1=avx512_fdr_exec_fat_teddy_msks1 - -Dfdr_exec_fat_teddy_msks1_pck=avx512_fdr_exec_fat_teddy_msks1_pck - -Dfdr_exec_fat_teddy_msks2=avx512_fdr_exec_fat_teddy_msks2 - -Dfdr_exec_fat_teddy_msks2_pck=avx512_fdr_exec_fat_teddy_msks2_pck - -Dfdr_exec_fat_teddy_msks3=avx512_fdr_exec_fat_teddy_msks3 - -Dfdr_exec_fat_teddy_msks3_pck=avx512_fdr_exec_fat_teddy_msks3_pck - -Dfdr_exec_fat_teddy_msks4=avx512_fdr_exec_fat_teddy_msks4 - -Dfdr_exec_fat_teddy_msks4_pck=avx512_fdr_exec_fat_teddy_msks4_pck - -Dfdr_exec_teddy_msks1=avx512_fdr_exec_teddy_msks1 - -Dfdr_exec_teddy_msks1_pck=avx512_fdr_exec_teddy_msks1_pck - -Dfdr_exec_teddy_msks2=avx512_fdr_exec_teddy_msks2 - -Dfdr_exec_teddy_msks2_pck=avx512_fdr_exec_teddy_msks2_pck - -Dfdr_exec_teddy_msks3=avx512_fdr_exec_teddy_msks3 - -Dfdr_exec_teddy_msks3_pck=avx512_fdr_exec_teddy_msks3_pck - -Dfdr_exec_teddy_msks4=avx512_fdr_exec_teddy_msks4 - -Dfdr_exec_teddy_msks4_pck=avx512_fdr_exec_teddy_msks4_pck - -DflushQueuedLiterals_i=avx512_flushQueuedLiterals_i - -DflushStoredSomMatches_i=avx512_flushStoredSomMatches_i - -DhandleSomExternal=avx512_handleSomExternal - -DhandleSomInternal=avx512_handleSomInternal - -Dhs_alloc_scratch=avx512_hs_alloc_scratch - -Dhs_clone_scratch=avx512_hs_clone_scratch - -Dhs_close_stream=avx512_hs_close_stream - -Dhs_compress_stream=avx512_hs_compress_stream - -Dhs_copy_stream=avx512_hs_copy_stream - -Dhs_database_alloc=avx512_hs_database_alloc - -Dhs_database_free=avx512_hs_database_free - -Dhs_database_info=avx512_hs_database_info - -Dhs_database_size=avx512_hs_database_size - -Dhs_deserialize_database=avx512_hs_deserialize_database - -Dhs_deserialize_database_at=avx512_hs_deserialize_database_at - -Dhs_expand_stream=avx512_hs_expand_stream - -Dhs_free_database=avx512_hs_free_database - -Dhs_free_scratch=avx512_hs_free_scratch - -Dhs_misc_alloc=avx512_hs_misc_alloc - -Dhs_misc_free=avx512_hs_misc_free - -Dhs_open_stream=avx512_hs_open_stream - -Dhs_reset_and_copy_stream=avx512_hs_reset_and_copy_stream - -Dhs_reset_and_expand_stream=avx512_hs_reset_and_expand_stream - -Dhs_reset_stream=avx512_hs_reset_stream - -Dhs_scan=avx512_hs_scan - -Dhs_scan_stream=avx512_hs_scan_stream - -Dhs_scan_vector=avx512_hs_scan_vector - -Dhs_scratch_alloc=avx512_hs_scratch_alloc - -Dhs_scratch_free=avx512_hs_scratch_free - -Dhs_scratch_size=avx512_hs_scratch_size - -Dhs_serialize_database=avx512_hs_serialize_database - -Dhs_serialized_database_info=avx512_hs_serialized_database_info - -Dhs_serialized_database_size=avx512_hs_serialized_database_size - -Dhs_set_allocator=avx512_hs_set_allocator - -Dhs_set_database_allocator=avx512_hs_set_database_allocator - -Dhs_set_misc_allocator=avx512_hs_set_misc_allocator - -Dhs_set_scratch_allocator=avx512_hs_set_scratch_allocator - -Dhs_set_stream_allocator=avx512_hs_set_stream_allocator - -Dhs_stream_alloc=avx512_hs_stream_alloc - -Dhs_stream_free=avx512_hs_stream_free - -Dhs_stream_size=avx512_hs_stream_size - -Dhs_valid_platform=avx512_hs_valid_platform - -Dhs_version=avx512_hs_version - -DhwlmExec=avx512_hwlmExec - -DhwlmExecStreaming=avx512_hwlmExecStreaming - -DloadSomFromStream=avx512_loadSomFromStream - -Dloadcompressed128=avx512_loadcompressed128 - -Dloadcompressed256=avx512_loadcompressed256 - -Dloadcompressed32=avx512_loadcompressed32 - -Dloadcompressed384=avx512_loadcompressed384 - -Dloadcompressed512=avx512_loadcompressed512 - -Dloadcompressed64=avx512_loadcompressed64 - -Dmcsheng_pext_mask=avx512_mcsheng_pext_mask - -Dmm_mask_mask=avx512_mm_mask_mask - -Dmm_shuffle_end=avx512_mm_shuffle_end - -Dmmbit_keyshift_lut=avx512_mmbit_keyshift_lut - -Dmmbit_maxlevel_direct_lut=avx512_mmbit_maxlevel_direct_lut - -Dmmbit_maxlevel_from_keyshift_lut=avx512_mmbit_maxlevel_from_keyshift_lut - -Dmmbit_root_offset_from_level=avx512_mmbit_root_offset_from_level - -Dmmbit_zero_to_lut=avx512_mmbit_zero_to_lut - -DnfaBlockExecReverse=avx512_nfaBlockExecReverse - -DnfaCheckFinalState=avx512_nfaCheckFinalState - -DnfaExecCastle_Q=avx512_nfaExecCastle_Q - -DnfaExecCastle_Q2=avx512_nfaExecCastle_Q2 - -DnfaExecCastle_QR=avx512_nfaExecCastle_QR - -DnfaExecCastle_expandState=avx512_nfaExecCastle_expandState - -DnfaExecCastle_inAccept=avx512_nfaExecCastle_inAccept - -DnfaExecCastle_inAnyAccept=avx512_nfaExecCastle_inAnyAccept - -DnfaExecCastle_initCompressedState=avx512_nfaExecCastle_initCompressedState - -DnfaExecCastle_queueCompressState=avx512_nfaExecCastle_queueCompressState - -DnfaExecCastle_queueInitState=avx512_nfaExecCastle_queueInitState - -DnfaExecCastle_reportCurrent=avx512_nfaExecCastle_reportCurrent - -DnfaExecGough16_Q=avx512_nfaExecGough16_Q - -DnfaExecGough16_Q2=avx512_nfaExecGough16_Q2 - -DnfaExecGough16_QR=avx512_nfaExecGough16_QR - -DnfaExecGough16_expandState=avx512_nfaExecGough16_expandState - -DnfaExecGough16_inAccept=avx512_nfaExecGough16_inAccept - -DnfaExecGough16_inAnyAccept=avx512_nfaExecGough16_inAnyAccept - -DnfaExecGough16_initCompressedState=avx512_nfaExecGough16_initCompressedState - -DnfaExecGough16_queueCompressState=avx512_nfaExecGough16_queueCompressState - -DnfaExecGough16_queueInitState=avx512_nfaExecGough16_queueInitState - -DnfaExecGough16_reportCurrent=avx512_nfaExecGough16_reportCurrent - -DnfaExecGough16_testEOD=avx512_nfaExecGough16_testEOD - -DnfaExecGough8_Q=avx512_nfaExecGough8_Q - -DnfaExecGough8_Q2=avx512_nfaExecGough8_Q2 - -DnfaExecGough8_QR=avx512_nfaExecGough8_QR - -DnfaExecGough8_expandState=avx512_nfaExecGough8_expandState - -DnfaExecGough8_inAccept=avx512_nfaExecGough8_inAccept - -DnfaExecGough8_inAnyAccept=avx512_nfaExecGough8_inAnyAccept - -DnfaExecGough8_initCompressedState=avx512_nfaExecGough8_initCompressedState - -DnfaExecGough8_queueCompressState=avx512_nfaExecGough8_queueCompressState - -DnfaExecGough8_queueInitState=avx512_nfaExecGough8_queueInitState - -DnfaExecGough8_reportCurrent=avx512_nfaExecGough8_reportCurrent - -DnfaExecGough8_testEOD=avx512_nfaExecGough8_testEOD - -DnfaExecLbrDot_Q=avx512_nfaExecLbrDot_Q - -DnfaExecLbrDot_Q2=avx512_nfaExecLbrDot_Q2 - -DnfaExecLbrDot_QR=avx512_nfaExecLbrDot_QR - -DnfaExecLbrDot_expandState=avx512_nfaExecLbrDot_expandState - -DnfaExecLbrDot_inAccept=avx512_nfaExecLbrDot_inAccept - -DnfaExecLbrDot_inAnyAccept=avx512_nfaExecLbrDot_inAnyAccept - -DnfaExecLbrDot_initCompressedState=avx512_nfaExecLbrDot_initCompressedState - -DnfaExecLbrDot_queueCompressState=avx512_nfaExecLbrDot_queueCompressState - -DnfaExecLbrDot_queueInitState=avx512_nfaExecLbrDot_queueInitState - -DnfaExecLbrDot_reportCurrent=avx512_nfaExecLbrDot_reportCurrent - -DnfaExecLbrNVerm_Q=avx512_nfaExecLbrNVerm_Q - -DnfaExecLbrNVerm_Q2=avx512_nfaExecLbrNVerm_Q2 - -DnfaExecLbrNVerm_QR=avx512_nfaExecLbrNVerm_QR - -DnfaExecLbrNVerm_expandState=avx512_nfaExecLbrNVerm_expandState - -DnfaExecLbrNVerm_inAccept=avx512_nfaExecLbrNVerm_inAccept - -DnfaExecLbrNVerm_inAnyAccept=avx512_nfaExecLbrNVerm_inAnyAccept - -DnfaExecLbrNVerm_initCompressedState=avx512_nfaExecLbrNVerm_initCompressedState - -DnfaExecLbrNVerm_queueCompressState=avx512_nfaExecLbrNVerm_queueCompressState - -DnfaExecLbrNVerm_queueInitState=avx512_nfaExecLbrNVerm_queueInitState - -DnfaExecLbrNVerm_reportCurrent=avx512_nfaExecLbrNVerm_reportCurrent - -DnfaExecLbrShuf_Q=avx512_nfaExecLbrShuf_Q - -DnfaExecLbrShuf_Q2=avx512_nfaExecLbrShuf_Q2 - -DnfaExecLbrShuf_QR=avx512_nfaExecLbrShuf_QR - -DnfaExecLbrShuf_expandState=avx512_nfaExecLbrShuf_expandState - -DnfaExecLbrShuf_inAccept=avx512_nfaExecLbrShuf_inAccept - -DnfaExecLbrShuf_inAnyAccept=avx512_nfaExecLbrShuf_inAnyAccept - -DnfaExecLbrShuf_initCompressedState=avx512_nfaExecLbrShuf_initCompressedState - -DnfaExecLbrShuf_queueCompressState=avx512_nfaExecLbrShuf_queueCompressState - -DnfaExecLbrShuf_queueInitState=avx512_nfaExecLbrShuf_queueInitState - -DnfaExecLbrShuf_reportCurrent=avx512_nfaExecLbrShuf_reportCurrent - -DnfaExecLbrTruf_Q=avx512_nfaExecLbrTruf_Q - -DnfaExecLbrTruf_Q2=avx512_nfaExecLbrTruf_Q2 - -DnfaExecLbrTruf_QR=avx512_nfaExecLbrTruf_QR - -DnfaExecLbrTruf_expandState=avx512_nfaExecLbrTruf_expandState - -DnfaExecLbrTruf_inAccept=avx512_nfaExecLbrTruf_inAccept - -DnfaExecLbrTruf_inAnyAccept=avx512_nfaExecLbrTruf_inAnyAccept - -DnfaExecLbrTruf_initCompressedState=avx512_nfaExecLbrTruf_initCompressedState - -DnfaExecLbrTruf_queueCompressState=avx512_nfaExecLbrTruf_queueCompressState - -DnfaExecLbrTruf_queueInitState=avx512_nfaExecLbrTruf_queueInitState - -DnfaExecLbrTruf_reportCurrent=avx512_nfaExecLbrTruf_reportCurrent - -DnfaExecLbrVerm_Q=avx512_nfaExecLbrVerm_Q - -DnfaExecLbrVerm_Q2=avx512_nfaExecLbrVerm_Q2 - -DnfaExecLbrVerm_QR=avx512_nfaExecLbrVerm_QR - -DnfaExecLbrVerm_expandState=avx512_nfaExecLbrVerm_expandState - -DnfaExecLbrVerm_inAccept=avx512_nfaExecLbrVerm_inAccept - -DnfaExecLbrVerm_inAnyAccept=avx512_nfaExecLbrVerm_inAnyAccept - -DnfaExecLbrVerm_initCompressedState=avx512_nfaExecLbrVerm_initCompressedState - -DnfaExecLbrVerm_queueCompressState=avx512_nfaExecLbrVerm_queueCompressState - -DnfaExecLbrVerm_queueInitState=avx512_nfaExecLbrVerm_queueInitState - -DnfaExecLbrVerm_reportCurrent=avx512_nfaExecLbrVerm_reportCurrent - -DnfaExecLimEx128_B_Reverse=avx512_nfaExecLimEx128_B_Reverse - -DnfaExecLimEx128_Q=avx512_nfaExecLimEx128_Q - -DnfaExecLimEx128_Q2=avx512_nfaExecLimEx128_Q2 - -DnfaExecLimEx128_QR=avx512_nfaExecLimEx128_QR - -DnfaExecLimEx128_expandState=avx512_nfaExecLimEx128_expandState - -DnfaExecLimEx128_inAccept=avx512_nfaExecLimEx128_inAccept - -DnfaExecLimEx128_inAnyAccept=avx512_nfaExecLimEx128_inAnyAccept - -DnfaExecLimEx128_initCompressedState=avx512_nfaExecLimEx128_initCompressedState - -DnfaExecLimEx128_queueCompressState=avx512_nfaExecLimEx128_queueCompressState - -DnfaExecLimEx128_queueInitState=avx512_nfaExecLimEx128_queueInitState - -DnfaExecLimEx128_reportCurrent=avx512_nfaExecLimEx128_reportCurrent - -DnfaExecLimEx128_testEOD=avx512_nfaExecLimEx128_testEOD - -DnfaExecLimEx128_zombie_status=avx512_nfaExecLimEx128_zombie_status - -DnfaExecLimEx256_B_Reverse=avx512_nfaExecLimEx256_B_Reverse - -DnfaExecLimEx256_Q=avx512_nfaExecLimEx256_Q - -DnfaExecLimEx256_Q2=avx512_nfaExecLimEx256_Q2 - -DnfaExecLimEx256_QR=avx512_nfaExecLimEx256_QR - -DnfaExecLimEx256_expandState=avx512_nfaExecLimEx256_expandState - -DnfaExecLimEx256_inAccept=avx512_nfaExecLimEx256_inAccept - -DnfaExecLimEx256_inAnyAccept=avx512_nfaExecLimEx256_inAnyAccept - -DnfaExecLimEx256_initCompressedState=avx512_nfaExecLimEx256_initCompressedState - -DnfaExecLimEx256_queueCompressState=avx512_nfaExecLimEx256_queueCompressState - -DnfaExecLimEx256_queueInitState=avx512_nfaExecLimEx256_queueInitState - -DnfaExecLimEx256_reportCurrent=avx512_nfaExecLimEx256_reportCurrent - -DnfaExecLimEx256_testEOD=avx512_nfaExecLimEx256_testEOD - -DnfaExecLimEx256_zombie_status=avx512_nfaExecLimEx256_zombie_status - -DnfaExecLimEx32_B_Reverse=avx512_nfaExecLimEx32_B_Reverse - -DnfaExecLimEx32_Q=avx512_nfaExecLimEx32_Q - -DnfaExecLimEx32_Q2=avx512_nfaExecLimEx32_Q2 - -DnfaExecLimEx32_QR=avx512_nfaExecLimEx32_QR - -DnfaExecLimEx32_expandState=avx512_nfaExecLimEx32_expandState - -DnfaExecLimEx32_inAccept=avx512_nfaExecLimEx32_inAccept - -DnfaExecLimEx32_inAnyAccept=avx512_nfaExecLimEx32_inAnyAccept - -DnfaExecLimEx32_initCompressedState=avx512_nfaExecLimEx32_initCompressedState - -DnfaExecLimEx32_queueCompressState=avx512_nfaExecLimEx32_queueCompressState - -DnfaExecLimEx32_queueInitState=avx512_nfaExecLimEx32_queueInitState - -DnfaExecLimEx32_reportCurrent=avx512_nfaExecLimEx32_reportCurrent - -DnfaExecLimEx32_testEOD=avx512_nfaExecLimEx32_testEOD - -DnfaExecLimEx32_zombie_status=avx512_nfaExecLimEx32_zombie_status - -DnfaExecLimEx384_B_Reverse=avx512_nfaExecLimEx384_B_Reverse - -DnfaExecLimEx384_Q=avx512_nfaExecLimEx384_Q - -DnfaExecLimEx384_Q2=avx512_nfaExecLimEx384_Q2 - -DnfaExecLimEx384_QR=avx512_nfaExecLimEx384_QR - -DnfaExecLimEx384_expandState=avx512_nfaExecLimEx384_expandState - -DnfaExecLimEx384_inAccept=avx512_nfaExecLimEx384_inAccept - -DnfaExecLimEx384_inAnyAccept=avx512_nfaExecLimEx384_inAnyAccept - -DnfaExecLimEx384_initCompressedState=avx512_nfaExecLimEx384_initCompressedState - -DnfaExecLimEx384_queueCompressState=avx512_nfaExecLimEx384_queueCompressState - -DnfaExecLimEx384_queueInitState=avx512_nfaExecLimEx384_queueInitState - -DnfaExecLimEx384_reportCurrent=avx512_nfaExecLimEx384_reportCurrent - -DnfaExecLimEx384_testEOD=avx512_nfaExecLimEx384_testEOD - -DnfaExecLimEx384_zombie_status=avx512_nfaExecLimEx384_zombie_status - -DnfaExecLimEx512_B_Reverse=avx512_nfaExecLimEx512_B_Reverse - -DnfaExecLimEx512_Q=avx512_nfaExecLimEx512_Q - -DnfaExecLimEx512_Q2=avx512_nfaExecLimEx512_Q2 - -DnfaExecLimEx512_QR=avx512_nfaExecLimEx512_QR - -DnfaExecLimEx512_expandState=avx512_nfaExecLimEx512_expandState - -DnfaExecLimEx512_inAccept=avx512_nfaExecLimEx512_inAccept - -DnfaExecLimEx512_inAnyAccept=avx512_nfaExecLimEx512_inAnyAccept - -DnfaExecLimEx512_initCompressedState=avx512_nfaExecLimEx512_initCompressedState - -DnfaExecLimEx512_queueCompressState=avx512_nfaExecLimEx512_queueCompressState - -DnfaExecLimEx512_queueInitState=avx512_nfaExecLimEx512_queueInitState - -DnfaExecLimEx512_reportCurrent=avx512_nfaExecLimEx512_reportCurrent - -DnfaExecLimEx512_testEOD=avx512_nfaExecLimEx512_testEOD - -DnfaExecLimEx512_zombie_status=avx512_nfaExecLimEx512_zombie_status - -DnfaExecLimEx64_B_Reverse=avx512_nfaExecLimEx64_B_Reverse - -DnfaExecLimEx64_Q=avx512_nfaExecLimEx64_Q - -DnfaExecLimEx64_Q2=avx512_nfaExecLimEx64_Q2 - -DnfaExecLimEx64_QR=avx512_nfaExecLimEx64_QR - -DnfaExecLimEx64_expandState=avx512_nfaExecLimEx64_expandState - -DnfaExecLimEx64_inAccept=avx512_nfaExecLimEx64_inAccept - -DnfaExecLimEx64_inAnyAccept=avx512_nfaExecLimEx64_inAnyAccept - -DnfaExecLimEx64_initCompressedState=avx512_nfaExecLimEx64_initCompressedState - -DnfaExecLimEx64_queueCompressState=avx512_nfaExecLimEx64_queueCompressState - -DnfaExecLimEx64_queueInitState=avx512_nfaExecLimEx64_queueInitState - -DnfaExecLimEx64_reportCurrent=avx512_nfaExecLimEx64_reportCurrent - -DnfaExecLimEx64_testEOD=avx512_nfaExecLimEx64_testEOD - -DnfaExecLimEx64_zombie_status=avx512_nfaExecLimEx64_zombie_status - -DnfaExecMcClellan16_B=avx512_nfaExecMcClellan16_B - -DnfaExecMcClellan16_Q=avx512_nfaExecMcClellan16_Q - -DnfaExecMcClellan16_Q2=avx512_nfaExecMcClellan16_Q2 - -DnfaExecMcClellan16_QR=avx512_nfaExecMcClellan16_QR - -DnfaExecMcClellan16_SimpStream=avx512_nfaExecMcClellan16_SimpStream - -DnfaExecMcClellan16_expandState=avx512_nfaExecMcClellan16_expandState - -DnfaExecMcClellan16_inAccept=avx512_nfaExecMcClellan16_inAccept - -DnfaExecMcClellan16_inAnyAccept=avx512_nfaExecMcClellan16_inAnyAccept - -DnfaExecMcClellan16_initCompressedState=avx512_nfaExecMcClellan16_initCompressedState - -DnfaExecMcClellan16_queueCompressState=avx512_nfaExecMcClellan16_queueCompressState - -DnfaExecMcClellan16_queueInitState=avx512_nfaExecMcClellan16_queueInitState - -DnfaExecMcClellan16_reportCurrent=avx512_nfaExecMcClellan16_reportCurrent - -DnfaExecMcClellan16_testEOD=avx512_nfaExecMcClellan16_testEOD - -DnfaExecMcClellan8_B=avx512_nfaExecMcClellan8_B - -DnfaExecMcClellan8_Q=avx512_nfaExecMcClellan8_Q - -DnfaExecMcClellan8_Q2=avx512_nfaExecMcClellan8_Q2 - -DnfaExecMcClellan8_QR=avx512_nfaExecMcClellan8_QR - -DnfaExecMcClellan8_SimpStream=avx512_nfaExecMcClellan8_SimpStream - -DnfaExecMcClellan8_expandState=avx512_nfaExecMcClellan8_expandState - -DnfaExecMcClellan8_inAccept=avx512_nfaExecMcClellan8_inAccept - -DnfaExecMcClellan8_inAnyAccept=avx512_nfaExecMcClellan8_inAnyAccept - -DnfaExecMcClellan8_initCompressedState=avx512_nfaExecMcClellan8_initCompressedState - -DnfaExecMcClellan8_queueCompressState=avx512_nfaExecMcClellan8_queueCompressState - -DnfaExecMcClellan8_queueInitState=avx512_nfaExecMcClellan8_queueInitState - -DnfaExecMcClellan8_reportCurrent=avx512_nfaExecMcClellan8_reportCurrent - -DnfaExecMcClellan8_testEOD=avx512_nfaExecMcClellan8_testEOD - -DnfaExecMcSheng16_Q=avx512_nfaExecMcSheng16_Q - -DnfaExecMcSheng16_Q2=avx512_nfaExecMcSheng16_Q2 - -DnfaExecMcSheng16_QR=avx512_nfaExecMcSheng16_QR - -DnfaExecMcSheng16_expandState=avx512_nfaExecMcSheng16_expandState - -DnfaExecMcSheng16_inAccept=avx512_nfaExecMcSheng16_inAccept - -DnfaExecMcSheng16_inAnyAccept=avx512_nfaExecMcSheng16_inAnyAccept - -DnfaExecMcSheng16_initCompressedState=avx512_nfaExecMcSheng16_initCompressedState - -DnfaExecMcSheng16_queueCompressState=avx512_nfaExecMcSheng16_queueCompressState - -DnfaExecMcSheng16_queueInitState=avx512_nfaExecMcSheng16_queueInitState - -DnfaExecMcSheng16_reportCurrent=avx512_nfaExecMcSheng16_reportCurrent - -DnfaExecMcSheng16_testEOD=avx512_nfaExecMcSheng16_testEOD - -DnfaExecMcSheng8_Q=avx512_nfaExecMcSheng8_Q - -DnfaExecMcSheng8_Q2=avx512_nfaExecMcSheng8_Q2 - -DnfaExecMcSheng8_QR=avx512_nfaExecMcSheng8_QR - -DnfaExecMcSheng8_expandState=avx512_nfaExecMcSheng8_expandState - -DnfaExecMcSheng8_inAccept=avx512_nfaExecMcSheng8_inAccept - -DnfaExecMcSheng8_inAnyAccept=avx512_nfaExecMcSheng8_inAnyAccept - -DnfaExecMcSheng8_initCompressedState=avx512_nfaExecMcSheng8_initCompressedState - -DnfaExecMcSheng8_queueCompressState=avx512_nfaExecMcSheng8_queueCompressState - -DnfaExecMcSheng8_queueInitState=avx512_nfaExecMcSheng8_queueInitState - -DnfaExecMcSheng8_reportCurrent=avx512_nfaExecMcSheng8_reportCurrent - -DnfaExecMcSheng8_testEOD=avx512_nfaExecMcSheng8_testEOD - -DnfaExecMpv_Q=avx512_nfaExecMpv_Q - -DnfaExecMpv_QueueExecRaw=avx512_nfaExecMpv_QueueExecRaw - -DnfaExecMpv_expandState=avx512_nfaExecMpv_expandState - -DnfaExecMpv_initCompressedState=avx512_nfaExecMpv_initCompressedState - -DnfaExecMpv_queueCompressState=avx512_nfaExecMpv_queueCompressState - -DnfaExecMpv_queueInitState=avx512_nfaExecMpv_queueInitState - -DnfaExecMpv_reportCurrent=avx512_nfaExecMpv_reportCurrent - -DnfaExecSheng_B=avx512_nfaExecSheng_B - -DnfaExecSheng_Q=avx512_nfaExecSheng_Q - -DnfaExecSheng_Q2=avx512_nfaExecSheng_Q2 - -DnfaExecSheng_QR=avx512_nfaExecSheng_QR - -DnfaExecSheng_expandState=avx512_nfaExecSheng_expandState - -DnfaExecSheng_inAccept=avx512_nfaExecSheng_inAccept - -DnfaExecSheng_inAnyAccept=avx512_nfaExecSheng_inAnyAccept - -DnfaExecSheng_initCompressedState=avx512_nfaExecSheng_initCompressedState - -DnfaExecSheng_queueCompressState=avx512_nfaExecSheng_queueCompressState - -DnfaExecSheng_queueInitState=avx512_nfaExecSheng_queueInitState - -DnfaExecSheng_reportCurrent=avx512_nfaExecSheng_reportCurrent - -DnfaExecSheng_testEOD=avx512_nfaExecSheng_testEOD - -DnfaExecTamarama_Q=avx512_nfaExecTamarama_Q - -DnfaExecTamarama_Q2=avx512_nfaExecTamarama_Q2 - -DnfaExecTamarama_QR=avx512_nfaExecTamarama_QR - -DnfaExecTamarama_expandState=avx512_nfaExecTamarama_expandState - -DnfaExecTamarama_inAccept=avx512_nfaExecTamarama_inAccept - -DnfaExecTamarama_inAnyAccept=avx512_nfaExecTamarama_inAnyAccept - -DnfaExecTamarama_queueCompressState=avx512_nfaExecTamarama_queueCompressState - -DnfaExecTamarama_queueInitState=avx512_nfaExecTamarama_queueInitState - -DnfaExecTamarama_reportCurrent=avx512_nfaExecTamarama_reportCurrent - -DnfaExecTamarama_testEOD=avx512_nfaExecTamarama_testEOD - -DnfaExecTamarama_zombie_status=avx512_nfaExecTamarama_zombie_status - -DnfaExpandState=avx512_nfaExpandState - -DnfaGetZombieStatus=avx512_nfaGetZombieStatus - -DnfaInAcceptState=avx512_nfaInAcceptState - -DnfaInAnyAcceptState=avx512_nfaInAnyAcceptState - -DnfaInitCompressedState=avx512_nfaInitCompressedState - -DnfaQueueCompressState=avx512_nfaQueueCompressState - -DnfaQueueExec=avx512_nfaQueueExec - -DnfaQueueExec2_raw=avx512_nfaQueueExec2_raw - -DnfaQueueExecRose=avx512_nfaQueueExecRose - -DnfaQueueExecToMatch=avx512_nfaQueueExecToMatch - -DnfaQueueExec_raw=avx512_nfaQueueExec_raw - -DnfaQueueInitState=avx512_nfaQueueInitState - -DnfaReportCurrentMatches=avx512_nfaReportCurrentMatches - -DnoodExec=avx512_noodExec - -DnoodExecStreaming=avx512_noodExecStreaming - -Dp_mask_arr=avx512_p_mask_arr - -Dp_mask_arr256=avx512_p_mask_arr256 - -DrepeatHasMatchBitmap=avx512_repeatHasMatchBitmap - -DrepeatHasMatchRange=avx512_repeatHasMatchRange - -DrepeatHasMatchRing=avx512_repeatHasMatchRing - -DrepeatHasMatchSparseOptimalP=avx512_repeatHasMatchSparseOptimalP - -DrepeatHasMatchTrailer=avx512_repeatHasMatchTrailer - -DrepeatLastTopBitmap=avx512_repeatLastTopBitmap - -DrepeatLastTopRange=avx512_repeatLastTopRange - -DrepeatLastTopRing=avx512_repeatLastTopRing - -DrepeatLastTopSparseOptimalP=avx512_repeatLastTopSparseOptimalP - -DrepeatLastTopTrailer=avx512_repeatLastTopTrailer - -DrepeatNextMatchBitmap=avx512_repeatNextMatchBitmap - -DrepeatNextMatchRange=avx512_repeatNextMatchRange - -DrepeatNextMatchRing=avx512_repeatNextMatchRing - -DrepeatNextMatchSparseOptimalP=avx512_repeatNextMatchSparseOptimalP - -DrepeatNextMatchTrailer=avx512_repeatNextMatchTrailer - -DrepeatPack=avx512_repeatPack - -DrepeatStoreBitmap=avx512_repeatStoreBitmap - -DrepeatStoreRange=avx512_repeatStoreRange - -DrepeatStoreRing=avx512_repeatStoreRing - -DrepeatStoreSparseOptimalP=avx512_repeatStoreSparseOptimalP - -DrepeatStoreTrailer=avx512_repeatStoreTrailer - -DrepeatUnpack=avx512_repeatUnpack - -DroseAnchoredCallback=avx512_roseAnchoredCallback - -DroseBlockExec=avx512_roseBlockExec - -DroseCallback=avx512_roseCallback - -DroseCatchUpAll=avx512_roseCatchUpAll - -DroseCatchUpMPV_i=avx512_roseCatchUpMPV_i - -DroseCatchUpSuf=avx512_roseCatchUpSuf - -DroseDelayRebuildCallback=avx512_roseDelayRebuildCallback - -DroseFloatingCallback=avx512_roseFloatingCallback - -DroseHandleChainMatch=avx512_roseHandleChainMatch - -DroseInitState=avx512_roseInitState - -DroseNfaAdaptor=avx512_roseNfaAdaptor - -DroseNfaEarliestSom=avx512_roseNfaEarliestSom - -DroseReportAdaptor=avx512_roseReportAdaptor - -DroseRunBoundaryProgram=avx512_roseRunBoundaryProgram - -DroseRunFlushCombProgram=avx512_roseRunFlushCombProgram - -DroseRunLastFlushCombProgram=avx512_roseRunLastFlushCombProgram - -DroseRunProgram=avx512_roseRunProgram - -DroseRunProgram_l=avx512_roseRunProgram_l - -DroseStreamEodExec=avx512_roseStreamEodExec - -DroseStreamExec=avx512_roseStreamExec - -DrshuftiExec=avx512_rshuftiExec - -DrtruffleExec=avx512_rtruffleExec - -Drun_accel=avx512_run_accel - -DsetSomFromSomAware=avx512_setSomFromSomAware - -DshuftiDoubleExec=avx512_shuftiDoubleExec - -DshuftiExec=avx512_shuftiExec - -Dsimd_onebit_masks=avx512_simd_onebit_masks - -Dsize_compress_stream=avx512_size_compress_stream - -DstoreSomToStream=avx512_storeSomToStream - -Dstorecompressed128=avx512_storecompressed128 - -Dstorecompressed256=avx512_storecompressed256 - -Dstorecompressed32=avx512_storecompressed32 - -Dstorecompressed384=avx512_storecompressed384 - -Dstorecompressed512=avx512_storecompressed512 - -Dstorecompressed64=avx512_storecompressed64 - -DstreamInitSufPQ=avx512_streamInitSufPQ - -DtruffleExec=avx512_truffleExec - -Dvbs_mask_data=avx512_vbs_mask_data - $,,-Wno-everything> -) -target_include_directories(libs-hyperscan-runtime_avx512 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src -) -target_sources(libs-hyperscan-runtime_avx512 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/alloc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/crc32.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/database.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/fdr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/teddy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/teddy_avx2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hs_valid_platform.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hs_version.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hwlm/hwlm.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hwlm/noodle_engine.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/accel.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/castle.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/gough.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/lbr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_accel.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_native.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_simd128.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_simd256.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_simd384.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_simd512.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mcclellan.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mcsheng.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mcsheng_data.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mpv.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/nfa_api_dispatch.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/repeat.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/sheng.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/shufti.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/tamarama.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/truffle.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/block.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/catchup.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/init.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/match.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/program_runtime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/stream.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/runtime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/scratch.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/som/som_runtime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/som/som_stream.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/stream_compress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/cpuid_flags.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/masked_move.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/multibit.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/simd_utils.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/state_compress.c -) diff --git a/contrib/libs/hyperscan/runtime_core2/CMakeLists.darwin-x86_64.txt b/contrib/libs/hyperscan/runtime_core2/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 63b5a339891..00000000000 --- a/contrib/libs/hyperscan/runtime_core2/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,474 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(libs-hyperscan-runtime_core2) -target_compile_options(libs-hyperscan-runtime_core2 PRIVATE - -DCrc32c_ComputeBuf=core2_Crc32c_ComputeBuf - -DblockInitSufPQ=core2_blockInitSufPQ - -Dcompress_stream=core2_compress_stream - -Dcpuid_flags=core2_cpuid_flags - -Dcpuid_tune=core2_cpuid_tune - -DdbIsValid=core2_dbIsValid - -DdoAccel128=core2_doAccel128 - -DdoAccel256=core2_doAccel256 - -DdoAccel32=core2_doAccel32 - -DdoAccel384=core2_doAccel384 - -DdoAccel512=core2_doAccel512 - -DdoAccel64=core2_doAccel64 - -Dexpand_stream=core2_expand_stream - -DfdrExec=core2_fdrExec - -DfdrExecStreaming=core2_fdrExecStreaming - -Dfdr_exec_fat_teddy_msks1=core2_fdr_exec_fat_teddy_msks1 - -Dfdr_exec_fat_teddy_msks1_pck=core2_fdr_exec_fat_teddy_msks1_pck - -Dfdr_exec_fat_teddy_msks2=core2_fdr_exec_fat_teddy_msks2 - -Dfdr_exec_fat_teddy_msks2_pck=core2_fdr_exec_fat_teddy_msks2_pck - -Dfdr_exec_fat_teddy_msks3=core2_fdr_exec_fat_teddy_msks3 - -Dfdr_exec_fat_teddy_msks3_pck=core2_fdr_exec_fat_teddy_msks3_pck - -Dfdr_exec_fat_teddy_msks4=core2_fdr_exec_fat_teddy_msks4 - -Dfdr_exec_fat_teddy_msks4_pck=core2_fdr_exec_fat_teddy_msks4_pck - -Dfdr_exec_teddy_msks1=core2_fdr_exec_teddy_msks1 - -Dfdr_exec_teddy_msks1_pck=core2_fdr_exec_teddy_msks1_pck - -Dfdr_exec_teddy_msks2=core2_fdr_exec_teddy_msks2 - -Dfdr_exec_teddy_msks2_pck=core2_fdr_exec_teddy_msks2_pck - -Dfdr_exec_teddy_msks3=core2_fdr_exec_teddy_msks3 - -Dfdr_exec_teddy_msks3_pck=core2_fdr_exec_teddy_msks3_pck - -Dfdr_exec_teddy_msks4=core2_fdr_exec_teddy_msks4 - -Dfdr_exec_teddy_msks4_pck=core2_fdr_exec_teddy_msks4_pck - -DflushQueuedLiterals_i=core2_flushQueuedLiterals_i - -DflushStoredSomMatches_i=core2_flushStoredSomMatches_i - -DhandleSomExternal=core2_handleSomExternal - -DhandleSomInternal=core2_handleSomInternal - -Dhs_alloc_scratch=core2_hs_alloc_scratch - -Dhs_clone_scratch=core2_hs_clone_scratch - -Dhs_close_stream=core2_hs_close_stream - -Dhs_compress_stream=core2_hs_compress_stream - -Dhs_copy_stream=core2_hs_copy_stream - -Dhs_database_alloc=core2_hs_database_alloc - -Dhs_database_free=core2_hs_database_free - -Dhs_database_info=core2_hs_database_info - -Dhs_database_size=core2_hs_database_size - -Dhs_deserialize_database=core2_hs_deserialize_database - -Dhs_deserialize_database_at=core2_hs_deserialize_database_at - -Dhs_expand_stream=core2_hs_expand_stream - -Dhs_free_database=core2_hs_free_database - -Dhs_free_scratch=core2_hs_free_scratch - -Dhs_misc_alloc=core2_hs_misc_alloc - -Dhs_misc_free=core2_hs_misc_free - -Dhs_open_stream=core2_hs_open_stream - -Dhs_reset_and_copy_stream=core2_hs_reset_and_copy_stream - -Dhs_reset_and_expand_stream=core2_hs_reset_and_expand_stream - -Dhs_reset_stream=core2_hs_reset_stream - -Dhs_scan=core2_hs_scan - -Dhs_scan_stream=core2_hs_scan_stream - -Dhs_scan_vector=core2_hs_scan_vector - -Dhs_scratch_alloc=core2_hs_scratch_alloc - -Dhs_scratch_free=core2_hs_scratch_free - -Dhs_scratch_size=core2_hs_scratch_size - -Dhs_serialize_database=core2_hs_serialize_database - -Dhs_serialized_database_info=core2_hs_serialized_database_info - -Dhs_serialized_database_size=core2_hs_serialized_database_size - -Dhs_set_allocator=core2_hs_set_allocator - -Dhs_set_database_allocator=core2_hs_set_database_allocator - -Dhs_set_misc_allocator=core2_hs_set_misc_allocator - -Dhs_set_scratch_allocator=core2_hs_set_scratch_allocator - -Dhs_set_stream_allocator=core2_hs_set_stream_allocator - -Dhs_stream_alloc=core2_hs_stream_alloc - -Dhs_stream_free=core2_hs_stream_free - -Dhs_stream_size=core2_hs_stream_size - -Dhs_valid_platform=core2_hs_valid_platform - -Dhs_version=core2_hs_version - -DhwlmExec=core2_hwlmExec - -DhwlmExecStreaming=core2_hwlmExecStreaming - -DloadSomFromStream=core2_loadSomFromStream - -Dloadcompressed128=core2_loadcompressed128 - -Dloadcompressed256=core2_loadcompressed256 - -Dloadcompressed32=core2_loadcompressed32 - -Dloadcompressed384=core2_loadcompressed384 - -Dloadcompressed512=core2_loadcompressed512 - -Dloadcompressed64=core2_loadcompressed64 - -Dmcsheng_pext_mask=core2_mcsheng_pext_mask - -Dmm_mask_mask=core2_mm_mask_mask - -Dmm_shuffle_end=core2_mm_shuffle_end - -Dmmbit_keyshift_lut=core2_mmbit_keyshift_lut - -Dmmbit_maxlevel_direct_lut=core2_mmbit_maxlevel_direct_lut - -Dmmbit_maxlevel_from_keyshift_lut=core2_mmbit_maxlevel_from_keyshift_lut - -Dmmbit_root_offset_from_level=core2_mmbit_root_offset_from_level - -Dmmbit_zero_to_lut=core2_mmbit_zero_to_lut - -DnfaBlockExecReverse=core2_nfaBlockExecReverse - -DnfaCheckFinalState=core2_nfaCheckFinalState - -DnfaExecCastle_Q=core2_nfaExecCastle_Q - -DnfaExecCastle_Q2=core2_nfaExecCastle_Q2 - -DnfaExecCastle_QR=core2_nfaExecCastle_QR - -DnfaExecCastle_expandState=core2_nfaExecCastle_expandState - -DnfaExecCastle_inAccept=core2_nfaExecCastle_inAccept - -DnfaExecCastle_inAnyAccept=core2_nfaExecCastle_inAnyAccept - -DnfaExecCastle_initCompressedState=core2_nfaExecCastle_initCompressedState - -DnfaExecCastle_queueCompressState=core2_nfaExecCastle_queueCompressState - -DnfaExecCastle_queueInitState=core2_nfaExecCastle_queueInitState - -DnfaExecCastle_reportCurrent=core2_nfaExecCastle_reportCurrent - -DnfaExecGough16_Q=core2_nfaExecGough16_Q - -DnfaExecGough16_Q2=core2_nfaExecGough16_Q2 - -DnfaExecGough16_QR=core2_nfaExecGough16_QR - -DnfaExecGough16_expandState=core2_nfaExecGough16_expandState - -DnfaExecGough16_inAccept=core2_nfaExecGough16_inAccept - -DnfaExecGough16_inAnyAccept=core2_nfaExecGough16_inAnyAccept - -DnfaExecGough16_initCompressedState=core2_nfaExecGough16_initCompressedState - -DnfaExecGough16_queueCompressState=core2_nfaExecGough16_queueCompressState - -DnfaExecGough16_queueInitState=core2_nfaExecGough16_queueInitState - -DnfaExecGough16_reportCurrent=core2_nfaExecGough16_reportCurrent - -DnfaExecGough16_testEOD=core2_nfaExecGough16_testEOD - -DnfaExecGough8_Q=core2_nfaExecGough8_Q - -DnfaExecGough8_Q2=core2_nfaExecGough8_Q2 - -DnfaExecGough8_QR=core2_nfaExecGough8_QR - -DnfaExecGough8_expandState=core2_nfaExecGough8_expandState - -DnfaExecGough8_inAccept=core2_nfaExecGough8_inAccept - -DnfaExecGough8_inAnyAccept=core2_nfaExecGough8_inAnyAccept - -DnfaExecGough8_initCompressedState=core2_nfaExecGough8_initCompressedState - -DnfaExecGough8_queueCompressState=core2_nfaExecGough8_queueCompressState - -DnfaExecGough8_queueInitState=core2_nfaExecGough8_queueInitState - -DnfaExecGough8_reportCurrent=core2_nfaExecGough8_reportCurrent - -DnfaExecGough8_testEOD=core2_nfaExecGough8_testEOD - -DnfaExecLbrDot_Q=core2_nfaExecLbrDot_Q - -DnfaExecLbrDot_Q2=core2_nfaExecLbrDot_Q2 - -DnfaExecLbrDot_QR=core2_nfaExecLbrDot_QR - -DnfaExecLbrDot_expandState=core2_nfaExecLbrDot_expandState - -DnfaExecLbrDot_inAccept=core2_nfaExecLbrDot_inAccept - -DnfaExecLbrDot_inAnyAccept=core2_nfaExecLbrDot_inAnyAccept - -DnfaExecLbrDot_initCompressedState=core2_nfaExecLbrDot_initCompressedState - -DnfaExecLbrDot_queueCompressState=core2_nfaExecLbrDot_queueCompressState - -DnfaExecLbrDot_queueInitState=core2_nfaExecLbrDot_queueInitState - -DnfaExecLbrDot_reportCurrent=core2_nfaExecLbrDot_reportCurrent - -DnfaExecLbrNVerm_Q=core2_nfaExecLbrNVerm_Q - -DnfaExecLbrNVerm_Q2=core2_nfaExecLbrNVerm_Q2 - -DnfaExecLbrNVerm_QR=core2_nfaExecLbrNVerm_QR - -DnfaExecLbrNVerm_expandState=core2_nfaExecLbrNVerm_expandState - -DnfaExecLbrNVerm_inAccept=core2_nfaExecLbrNVerm_inAccept - -DnfaExecLbrNVerm_inAnyAccept=core2_nfaExecLbrNVerm_inAnyAccept - -DnfaExecLbrNVerm_initCompressedState=core2_nfaExecLbrNVerm_initCompressedState - -DnfaExecLbrNVerm_queueCompressState=core2_nfaExecLbrNVerm_queueCompressState - -DnfaExecLbrNVerm_queueInitState=core2_nfaExecLbrNVerm_queueInitState - -DnfaExecLbrNVerm_reportCurrent=core2_nfaExecLbrNVerm_reportCurrent - -DnfaExecLbrShuf_Q=core2_nfaExecLbrShuf_Q - -DnfaExecLbrShuf_Q2=core2_nfaExecLbrShuf_Q2 - -DnfaExecLbrShuf_QR=core2_nfaExecLbrShuf_QR - -DnfaExecLbrShuf_expandState=core2_nfaExecLbrShuf_expandState - -DnfaExecLbrShuf_inAccept=core2_nfaExecLbrShuf_inAccept - -DnfaExecLbrShuf_inAnyAccept=core2_nfaExecLbrShuf_inAnyAccept - -DnfaExecLbrShuf_initCompressedState=core2_nfaExecLbrShuf_initCompressedState - -DnfaExecLbrShuf_queueCompressState=core2_nfaExecLbrShuf_queueCompressState - -DnfaExecLbrShuf_queueInitState=core2_nfaExecLbrShuf_queueInitState - -DnfaExecLbrShuf_reportCurrent=core2_nfaExecLbrShuf_reportCurrent - -DnfaExecLbrTruf_Q=core2_nfaExecLbrTruf_Q - -DnfaExecLbrTruf_Q2=core2_nfaExecLbrTruf_Q2 - -DnfaExecLbrTruf_QR=core2_nfaExecLbrTruf_QR - -DnfaExecLbrTruf_expandState=core2_nfaExecLbrTruf_expandState - -DnfaExecLbrTruf_inAccept=core2_nfaExecLbrTruf_inAccept - -DnfaExecLbrTruf_inAnyAccept=core2_nfaExecLbrTruf_inAnyAccept - -DnfaExecLbrTruf_initCompressedState=core2_nfaExecLbrTruf_initCompressedState - -DnfaExecLbrTruf_queueCompressState=core2_nfaExecLbrTruf_queueCompressState - -DnfaExecLbrTruf_queueInitState=core2_nfaExecLbrTruf_queueInitState - -DnfaExecLbrTruf_reportCurrent=core2_nfaExecLbrTruf_reportCurrent - -DnfaExecLbrVerm_Q=core2_nfaExecLbrVerm_Q - -DnfaExecLbrVerm_Q2=core2_nfaExecLbrVerm_Q2 - -DnfaExecLbrVerm_QR=core2_nfaExecLbrVerm_QR - -DnfaExecLbrVerm_expandState=core2_nfaExecLbrVerm_expandState - -DnfaExecLbrVerm_inAccept=core2_nfaExecLbrVerm_inAccept - -DnfaExecLbrVerm_inAnyAccept=core2_nfaExecLbrVerm_inAnyAccept - -DnfaExecLbrVerm_initCompressedState=core2_nfaExecLbrVerm_initCompressedState - -DnfaExecLbrVerm_queueCompressState=core2_nfaExecLbrVerm_queueCompressState - -DnfaExecLbrVerm_queueInitState=core2_nfaExecLbrVerm_queueInitState - -DnfaExecLbrVerm_reportCurrent=core2_nfaExecLbrVerm_reportCurrent - -DnfaExecLimEx128_B_Reverse=core2_nfaExecLimEx128_B_Reverse - -DnfaExecLimEx128_Q=core2_nfaExecLimEx128_Q - -DnfaExecLimEx128_Q2=core2_nfaExecLimEx128_Q2 - -DnfaExecLimEx128_QR=core2_nfaExecLimEx128_QR - -DnfaExecLimEx128_expandState=core2_nfaExecLimEx128_expandState - -DnfaExecLimEx128_inAccept=core2_nfaExecLimEx128_inAccept - -DnfaExecLimEx128_inAnyAccept=core2_nfaExecLimEx128_inAnyAccept - -DnfaExecLimEx128_initCompressedState=core2_nfaExecLimEx128_initCompressedState - -DnfaExecLimEx128_queueCompressState=core2_nfaExecLimEx128_queueCompressState - -DnfaExecLimEx128_queueInitState=core2_nfaExecLimEx128_queueInitState - -DnfaExecLimEx128_reportCurrent=core2_nfaExecLimEx128_reportCurrent - -DnfaExecLimEx128_testEOD=core2_nfaExecLimEx128_testEOD - -DnfaExecLimEx128_zombie_status=core2_nfaExecLimEx128_zombie_status - -DnfaExecLimEx256_B_Reverse=core2_nfaExecLimEx256_B_Reverse - -DnfaExecLimEx256_Q=core2_nfaExecLimEx256_Q - -DnfaExecLimEx256_Q2=core2_nfaExecLimEx256_Q2 - -DnfaExecLimEx256_QR=core2_nfaExecLimEx256_QR - -DnfaExecLimEx256_expandState=core2_nfaExecLimEx256_expandState - -DnfaExecLimEx256_inAccept=core2_nfaExecLimEx256_inAccept - -DnfaExecLimEx256_inAnyAccept=core2_nfaExecLimEx256_inAnyAccept - -DnfaExecLimEx256_initCompressedState=core2_nfaExecLimEx256_initCompressedState - -DnfaExecLimEx256_queueCompressState=core2_nfaExecLimEx256_queueCompressState - -DnfaExecLimEx256_queueInitState=core2_nfaExecLimEx256_queueInitState - -DnfaExecLimEx256_reportCurrent=core2_nfaExecLimEx256_reportCurrent - -DnfaExecLimEx256_testEOD=core2_nfaExecLimEx256_testEOD - -DnfaExecLimEx256_zombie_status=core2_nfaExecLimEx256_zombie_status - -DnfaExecLimEx32_B_Reverse=core2_nfaExecLimEx32_B_Reverse - -DnfaExecLimEx32_Q=core2_nfaExecLimEx32_Q - -DnfaExecLimEx32_Q2=core2_nfaExecLimEx32_Q2 - -DnfaExecLimEx32_QR=core2_nfaExecLimEx32_QR - -DnfaExecLimEx32_expandState=core2_nfaExecLimEx32_expandState - -DnfaExecLimEx32_inAccept=core2_nfaExecLimEx32_inAccept - -DnfaExecLimEx32_inAnyAccept=core2_nfaExecLimEx32_inAnyAccept - -DnfaExecLimEx32_initCompressedState=core2_nfaExecLimEx32_initCompressedState - -DnfaExecLimEx32_queueCompressState=core2_nfaExecLimEx32_queueCompressState - -DnfaExecLimEx32_queueInitState=core2_nfaExecLimEx32_queueInitState - -DnfaExecLimEx32_reportCurrent=core2_nfaExecLimEx32_reportCurrent - -DnfaExecLimEx32_testEOD=core2_nfaExecLimEx32_testEOD - -DnfaExecLimEx32_zombie_status=core2_nfaExecLimEx32_zombie_status - -DnfaExecLimEx384_B_Reverse=core2_nfaExecLimEx384_B_Reverse - -DnfaExecLimEx384_Q=core2_nfaExecLimEx384_Q - -DnfaExecLimEx384_Q2=core2_nfaExecLimEx384_Q2 - -DnfaExecLimEx384_QR=core2_nfaExecLimEx384_QR - -DnfaExecLimEx384_expandState=core2_nfaExecLimEx384_expandState - -DnfaExecLimEx384_inAccept=core2_nfaExecLimEx384_inAccept - -DnfaExecLimEx384_inAnyAccept=core2_nfaExecLimEx384_inAnyAccept - -DnfaExecLimEx384_initCompressedState=core2_nfaExecLimEx384_initCompressedState - -DnfaExecLimEx384_queueCompressState=core2_nfaExecLimEx384_queueCompressState - -DnfaExecLimEx384_queueInitState=core2_nfaExecLimEx384_queueInitState - -DnfaExecLimEx384_reportCurrent=core2_nfaExecLimEx384_reportCurrent - -DnfaExecLimEx384_testEOD=core2_nfaExecLimEx384_testEOD - -DnfaExecLimEx384_zombie_status=core2_nfaExecLimEx384_zombie_status - -DnfaExecLimEx512_B_Reverse=core2_nfaExecLimEx512_B_Reverse - -DnfaExecLimEx512_Q=core2_nfaExecLimEx512_Q - -DnfaExecLimEx512_Q2=core2_nfaExecLimEx512_Q2 - -DnfaExecLimEx512_QR=core2_nfaExecLimEx512_QR - -DnfaExecLimEx512_expandState=core2_nfaExecLimEx512_expandState - -DnfaExecLimEx512_inAccept=core2_nfaExecLimEx512_inAccept - -DnfaExecLimEx512_inAnyAccept=core2_nfaExecLimEx512_inAnyAccept - -DnfaExecLimEx512_initCompressedState=core2_nfaExecLimEx512_initCompressedState - -DnfaExecLimEx512_queueCompressState=core2_nfaExecLimEx512_queueCompressState - -DnfaExecLimEx512_queueInitState=core2_nfaExecLimEx512_queueInitState - -DnfaExecLimEx512_reportCurrent=core2_nfaExecLimEx512_reportCurrent - -DnfaExecLimEx512_testEOD=core2_nfaExecLimEx512_testEOD - -DnfaExecLimEx512_zombie_status=core2_nfaExecLimEx512_zombie_status - -DnfaExecLimEx64_B_Reverse=core2_nfaExecLimEx64_B_Reverse - -DnfaExecLimEx64_Q=core2_nfaExecLimEx64_Q - -DnfaExecLimEx64_Q2=core2_nfaExecLimEx64_Q2 - -DnfaExecLimEx64_QR=core2_nfaExecLimEx64_QR - -DnfaExecLimEx64_expandState=core2_nfaExecLimEx64_expandState - -DnfaExecLimEx64_inAccept=core2_nfaExecLimEx64_inAccept - -DnfaExecLimEx64_inAnyAccept=core2_nfaExecLimEx64_inAnyAccept - -DnfaExecLimEx64_initCompressedState=core2_nfaExecLimEx64_initCompressedState - -DnfaExecLimEx64_queueCompressState=core2_nfaExecLimEx64_queueCompressState - -DnfaExecLimEx64_queueInitState=core2_nfaExecLimEx64_queueInitState - -DnfaExecLimEx64_reportCurrent=core2_nfaExecLimEx64_reportCurrent - -DnfaExecLimEx64_testEOD=core2_nfaExecLimEx64_testEOD - -DnfaExecLimEx64_zombie_status=core2_nfaExecLimEx64_zombie_status - -DnfaExecMcClellan16_B=core2_nfaExecMcClellan16_B - -DnfaExecMcClellan16_Q=core2_nfaExecMcClellan16_Q - -DnfaExecMcClellan16_Q2=core2_nfaExecMcClellan16_Q2 - -DnfaExecMcClellan16_QR=core2_nfaExecMcClellan16_QR - -DnfaExecMcClellan16_SimpStream=core2_nfaExecMcClellan16_SimpStream - -DnfaExecMcClellan16_expandState=core2_nfaExecMcClellan16_expandState - -DnfaExecMcClellan16_inAccept=core2_nfaExecMcClellan16_inAccept - -DnfaExecMcClellan16_inAnyAccept=core2_nfaExecMcClellan16_inAnyAccept - -DnfaExecMcClellan16_initCompressedState=core2_nfaExecMcClellan16_initCompressedState - -DnfaExecMcClellan16_queueCompressState=core2_nfaExecMcClellan16_queueCompressState - -DnfaExecMcClellan16_queueInitState=core2_nfaExecMcClellan16_queueInitState - -DnfaExecMcClellan16_reportCurrent=core2_nfaExecMcClellan16_reportCurrent - -DnfaExecMcClellan16_testEOD=core2_nfaExecMcClellan16_testEOD - -DnfaExecMcClellan8_B=core2_nfaExecMcClellan8_B - -DnfaExecMcClellan8_Q=core2_nfaExecMcClellan8_Q - -DnfaExecMcClellan8_Q2=core2_nfaExecMcClellan8_Q2 - -DnfaExecMcClellan8_QR=core2_nfaExecMcClellan8_QR - -DnfaExecMcClellan8_SimpStream=core2_nfaExecMcClellan8_SimpStream - -DnfaExecMcClellan8_expandState=core2_nfaExecMcClellan8_expandState - -DnfaExecMcClellan8_inAccept=core2_nfaExecMcClellan8_inAccept - -DnfaExecMcClellan8_inAnyAccept=core2_nfaExecMcClellan8_inAnyAccept - -DnfaExecMcClellan8_initCompressedState=core2_nfaExecMcClellan8_initCompressedState - -DnfaExecMcClellan8_queueCompressState=core2_nfaExecMcClellan8_queueCompressState - -DnfaExecMcClellan8_queueInitState=core2_nfaExecMcClellan8_queueInitState - -DnfaExecMcClellan8_reportCurrent=core2_nfaExecMcClellan8_reportCurrent - -DnfaExecMcClellan8_testEOD=core2_nfaExecMcClellan8_testEOD - -DnfaExecMcSheng16_Q=core2_nfaExecMcSheng16_Q - -DnfaExecMcSheng16_Q2=core2_nfaExecMcSheng16_Q2 - -DnfaExecMcSheng16_QR=core2_nfaExecMcSheng16_QR - -DnfaExecMcSheng16_expandState=core2_nfaExecMcSheng16_expandState - -DnfaExecMcSheng16_inAccept=core2_nfaExecMcSheng16_inAccept - -DnfaExecMcSheng16_inAnyAccept=core2_nfaExecMcSheng16_inAnyAccept - -DnfaExecMcSheng16_initCompressedState=core2_nfaExecMcSheng16_initCompressedState - -DnfaExecMcSheng16_queueCompressState=core2_nfaExecMcSheng16_queueCompressState - -DnfaExecMcSheng16_queueInitState=core2_nfaExecMcSheng16_queueInitState - -DnfaExecMcSheng16_reportCurrent=core2_nfaExecMcSheng16_reportCurrent - -DnfaExecMcSheng16_testEOD=core2_nfaExecMcSheng16_testEOD - -DnfaExecMcSheng8_Q=core2_nfaExecMcSheng8_Q - -DnfaExecMcSheng8_Q2=core2_nfaExecMcSheng8_Q2 - -DnfaExecMcSheng8_QR=core2_nfaExecMcSheng8_QR - -DnfaExecMcSheng8_expandState=core2_nfaExecMcSheng8_expandState - -DnfaExecMcSheng8_inAccept=core2_nfaExecMcSheng8_inAccept - -DnfaExecMcSheng8_inAnyAccept=core2_nfaExecMcSheng8_inAnyAccept - -DnfaExecMcSheng8_initCompressedState=core2_nfaExecMcSheng8_initCompressedState - -DnfaExecMcSheng8_queueCompressState=core2_nfaExecMcSheng8_queueCompressState - -DnfaExecMcSheng8_queueInitState=core2_nfaExecMcSheng8_queueInitState - -DnfaExecMcSheng8_reportCurrent=core2_nfaExecMcSheng8_reportCurrent - -DnfaExecMcSheng8_testEOD=core2_nfaExecMcSheng8_testEOD - -DnfaExecMpv_Q=core2_nfaExecMpv_Q - -DnfaExecMpv_QueueExecRaw=core2_nfaExecMpv_QueueExecRaw - -DnfaExecMpv_expandState=core2_nfaExecMpv_expandState - -DnfaExecMpv_initCompressedState=core2_nfaExecMpv_initCompressedState - -DnfaExecMpv_queueCompressState=core2_nfaExecMpv_queueCompressState - -DnfaExecMpv_queueInitState=core2_nfaExecMpv_queueInitState - -DnfaExecMpv_reportCurrent=core2_nfaExecMpv_reportCurrent - -DnfaExecSheng_B=core2_nfaExecSheng_B - -DnfaExecSheng_Q=core2_nfaExecSheng_Q - -DnfaExecSheng_Q2=core2_nfaExecSheng_Q2 - -DnfaExecSheng_QR=core2_nfaExecSheng_QR - -DnfaExecSheng_expandState=core2_nfaExecSheng_expandState - -DnfaExecSheng_inAccept=core2_nfaExecSheng_inAccept - -DnfaExecSheng_inAnyAccept=core2_nfaExecSheng_inAnyAccept - -DnfaExecSheng_initCompressedState=core2_nfaExecSheng_initCompressedState - -DnfaExecSheng_queueCompressState=core2_nfaExecSheng_queueCompressState - -DnfaExecSheng_queueInitState=core2_nfaExecSheng_queueInitState - -DnfaExecSheng_reportCurrent=core2_nfaExecSheng_reportCurrent - -DnfaExecSheng_testEOD=core2_nfaExecSheng_testEOD - -DnfaExecTamarama_Q=core2_nfaExecTamarama_Q - -DnfaExecTamarama_Q2=core2_nfaExecTamarama_Q2 - -DnfaExecTamarama_QR=core2_nfaExecTamarama_QR - -DnfaExecTamarama_expandState=core2_nfaExecTamarama_expandState - -DnfaExecTamarama_inAccept=core2_nfaExecTamarama_inAccept - -DnfaExecTamarama_inAnyAccept=core2_nfaExecTamarama_inAnyAccept - -DnfaExecTamarama_queueCompressState=core2_nfaExecTamarama_queueCompressState - -DnfaExecTamarama_queueInitState=core2_nfaExecTamarama_queueInitState - -DnfaExecTamarama_reportCurrent=core2_nfaExecTamarama_reportCurrent - -DnfaExecTamarama_testEOD=core2_nfaExecTamarama_testEOD - -DnfaExecTamarama_zombie_status=core2_nfaExecTamarama_zombie_status - -DnfaExpandState=core2_nfaExpandState - -DnfaGetZombieStatus=core2_nfaGetZombieStatus - -DnfaInAcceptState=core2_nfaInAcceptState - -DnfaInAnyAcceptState=core2_nfaInAnyAcceptState - -DnfaInitCompressedState=core2_nfaInitCompressedState - -DnfaQueueCompressState=core2_nfaQueueCompressState - -DnfaQueueExec=core2_nfaQueueExec - -DnfaQueueExec2_raw=core2_nfaQueueExec2_raw - -DnfaQueueExecRose=core2_nfaQueueExecRose - -DnfaQueueExecToMatch=core2_nfaQueueExecToMatch - -DnfaQueueExec_raw=core2_nfaQueueExec_raw - -DnfaQueueInitState=core2_nfaQueueInitState - -DnfaReportCurrentMatches=core2_nfaReportCurrentMatches - -DnoodExec=core2_noodExec - -DnoodExecStreaming=core2_noodExecStreaming - -Dp_mask_arr=core2_p_mask_arr - -Dp_mask_arr256=core2_p_mask_arr256 - -DrepeatHasMatchBitmap=core2_repeatHasMatchBitmap - -DrepeatHasMatchRange=core2_repeatHasMatchRange - -DrepeatHasMatchRing=core2_repeatHasMatchRing - -DrepeatHasMatchSparseOptimalP=core2_repeatHasMatchSparseOptimalP - -DrepeatHasMatchTrailer=core2_repeatHasMatchTrailer - -DrepeatLastTopBitmap=core2_repeatLastTopBitmap - -DrepeatLastTopRange=core2_repeatLastTopRange - -DrepeatLastTopRing=core2_repeatLastTopRing - -DrepeatLastTopSparseOptimalP=core2_repeatLastTopSparseOptimalP - -DrepeatLastTopTrailer=core2_repeatLastTopTrailer - -DrepeatNextMatchBitmap=core2_repeatNextMatchBitmap - -DrepeatNextMatchRange=core2_repeatNextMatchRange - -DrepeatNextMatchRing=core2_repeatNextMatchRing - -DrepeatNextMatchSparseOptimalP=core2_repeatNextMatchSparseOptimalP - -DrepeatNextMatchTrailer=core2_repeatNextMatchTrailer - -DrepeatPack=core2_repeatPack - -DrepeatStoreBitmap=core2_repeatStoreBitmap - -DrepeatStoreRange=core2_repeatStoreRange - -DrepeatStoreRing=core2_repeatStoreRing - -DrepeatStoreSparseOptimalP=core2_repeatStoreSparseOptimalP - -DrepeatStoreTrailer=core2_repeatStoreTrailer - -DrepeatUnpack=core2_repeatUnpack - -DroseAnchoredCallback=core2_roseAnchoredCallback - -DroseBlockExec=core2_roseBlockExec - -DroseCallback=core2_roseCallback - -DroseCatchUpAll=core2_roseCatchUpAll - -DroseCatchUpMPV_i=core2_roseCatchUpMPV_i - -DroseCatchUpSuf=core2_roseCatchUpSuf - -DroseDelayRebuildCallback=core2_roseDelayRebuildCallback - -DroseFloatingCallback=core2_roseFloatingCallback - -DroseHandleChainMatch=core2_roseHandleChainMatch - -DroseInitState=core2_roseInitState - -DroseNfaAdaptor=core2_roseNfaAdaptor - -DroseNfaEarliestSom=core2_roseNfaEarliestSom - -DroseReportAdaptor=core2_roseReportAdaptor - -DroseRunBoundaryProgram=core2_roseRunBoundaryProgram - -DroseRunFlushCombProgram=core2_roseRunFlushCombProgram - -DroseRunLastFlushCombProgram=core2_roseRunLastFlushCombProgram - -DroseRunProgram=core2_roseRunProgram - -DroseRunProgram_l=core2_roseRunProgram_l - -DroseStreamEodExec=core2_roseStreamEodExec - -DroseStreamExec=core2_roseStreamExec - -DrshuftiExec=core2_rshuftiExec - -DrtruffleExec=core2_rtruffleExec - -Drun_accel=core2_run_accel - -DsetSomFromSomAware=core2_setSomFromSomAware - -DshuftiDoubleExec=core2_shuftiDoubleExec - -DshuftiExec=core2_shuftiExec - -Dsimd_onebit_masks=core2_simd_onebit_masks - -Dsize_compress_stream=core2_size_compress_stream - -DstoreSomToStream=core2_storeSomToStream - -Dstorecompressed128=core2_storecompressed128 - -Dstorecompressed256=core2_storecompressed256 - -Dstorecompressed32=core2_storecompressed32 - -Dstorecompressed384=core2_storecompressed384 - -Dstorecompressed512=core2_storecompressed512 - -Dstorecompressed64=core2_storecompressed64 - -DstreamInitSufPQ=core2_streamInitSufPQ - -DtruffleExec=core2_truffleExec - -Dvbs_mask_data=core2_vbs_mask_data - $,,-Wno-everything> -) -target_include_directories(libs-hyperscan-runtime_core2 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src -) -target_sources(libs-hyperscan-runtime_core2 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/alloc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/crc32.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/database.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/fdr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/teddy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/teddy_avx2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hs_valid_platform.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hs_version.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hwlm/hwlm.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hwlm/noodle_engine.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/accel.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/castle.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/gough.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/lbr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_accel.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_native.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_simd128.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_simd256.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_simd384.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_simd512.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mcclellan.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mcsheng.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mcsheng_data.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mpv.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/nfa_api_dispatch.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/repeat.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/sheng.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/shufti.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/tamarama.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/truffle.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/block.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/catchup.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/init.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/match.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/program_runtime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/stream.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/runtime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/scratch.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/som/som_runtime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/som/som_stream.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/stream_compress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/cpuid_flags.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/masked_move.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/multibit.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/simd_utils.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/state_compress.c -) diff --git a/contrib/libs/hyperscan/runtime_core2/CMakeLists.linux-x86_64.txt b/contrib/libs/hyperscan/runtime_core2/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 9bb42a05f96..00000000000 --- a/contrib/libs/hyperscan/runtime_core2/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,477 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(libs-hyperscan-runtime_core2) -target_compile_options(libs-hyperscan-runtime_core2 PRIVATE - -DCrc32c_ComputeBuf=core2_Crc32c_ComputeBuf - -DblockInitSufPQ=core2_blockInitSufPQ - -Dcompress_stream=core2_compress_stream - -Dcpuid_flags=core2_cpuid_flags - -Dcpuid_tune=core2_cpuid_tune - -DdbIsValid=core2_dbIsValid - -DdoAccel128=core2_doAccel128 - -DdoAccel256=core2_doAccel256 - -DdoAccel32=core2_doAccel32 - -DdoAccel384=core2_doAccel384 - -DdoAccel512=core2_doAccel512 - -DdoAccel64=core2_doAccel64 - -Dexpand_stream=core2_expand_stream - -DfdrExec=core2_fdrExec - -DfdrExecStreaming=core2_fdrExecStreaming - -Dfdr_exec_fat_teddy_msks1=core2_fdr_exec_fat_teddy_msks1 - -Dfdr_exec_fat_teddy_msks1_pck=core2_fdr_exec_fat_teddy_msks1_pck - -Dfdr_exec_fat_teddy_msks2=core2_fdr_exec_fat_teddy_msks2 - -Dfdr_exec_fat_teddy_msks2_pck=core2_fdr_exec_fat_teddy_msks2_pck - -Dfdr_exec_fat_teddy_msks3=core2_fdr_exec_fat_teddy_msks3 - -Dfdr_exec_fat_teddy_msks3_pck=core2_fdr_exec_fat_teddy_msks3_pck - -Dfdr_exec_fat_teddy_msks4=core2_fdr_exec_fat_teddy_msks4 - -Dfdr_exec_fat_teddy_msks4_pck=core2_fdr_exec_fat_teddy_msks4_pck - -Dfdr_exec_teddy_msks1=core2_fdr_exec_teddy_msks1 - -Dfdr_exec_teddy_msks1_pck=core2_fdr_exec_teddy_msks1_pck - -Dfdr_exec_teddy_msks2=core2_fdr_exec_teddy_msks2 - -Dfdr_exec_teddy_msks2_pck=core2_fdr_exec_teddy_msks2_pck - -Dfdr_exec_teddy_msks3=core2_fdr_exec_teddy_msks3 - -Dfdr_exec_teddy_msks3_pck=core2_fdr_exec_teddy_msks3_pck - -Dfdr_exec_teddy_msks4=core2_fdr_exec_teddy_msks4 - -Dfdr_exec_teddy_msks4_pck=core2_fdr_exec_teddy_msks4_pck - -DflushQueuedLiterals_i=core2_flushQueuedLiterals_i - -DflushStoredSomMatches_i=core2_flushStoredSomMatches_i - -DhandleSomExternal=core2_handleSomExternal - -DhandleSomInternal=core2_handleSomInternal - -Dhs_alloc_scratch=core2_hs_alloc_scratch - -Dhs_clone_scratch=core2_hs_clone_scratch - -Dhs_close_stream=core2_hs_close_stream - -Dhs_compress_stream=core2_hs_compress_stream - -Dhs_copy_stream=core2_hs_copy_stream - -Dhs_database_alloc=core2_hs_database_alloc - -Dhs_database_free=core2_hs_database_free - -Dhs_database_info=core2_hs_database_info - -Dhs_database_size=core2_hs_database_size - -Dhs_deserialize_database=core2_hs_deserialize_database - -Dhs_deserialize_database_at=core2_hs_deserialize_database_at - -Dhs_expand_stream=core2_hs_expand_stream - -Dhs_free_database=core2_hs_free_database - -Dhs_free_scratch=core2_hs_free_scratch - -Dhs_misc_alloc=core2_hs_misc_alloc - -Dhs_misc_free=core2_hs_misc_free - -Dhs_open_stream=core2_hs_open_stream - -Dhs_reset_and_copy_stream=core2_hs_reset_and_copy_stream - -Dhs_reset_and_expand_stream=core2_hs_reset_and_expand_stream - -Dhs_reset_stream=core2_hs_reset_stream - -Dhs_scan=core2_hs_scan - -Dhs_scan_stream=core2_hs_scan_stream - -Dhs_scan_vector=core2_hs_scan_vector - -Dhs_scratch_alloc=core2_hs_scratch_alloc - -Dhs_scratch_free=core2_hs_scratch_free - -Dhs_scratch_size=core2_hs_scratch_size - -Dhs_serialize_database=core2_hs_serialize_database - -Dhs_serialized_database_info=core2_hs_serialized_database_info - -Dhs_serialized_database_size=core2_hs_serialized_database_size - -Dhs_set_allocator=core2_hs_set_allocator - -Dhs_set_database_allocator=core2_hs_set_database_allocator - -Dhs_set_misc_allocator=core2_hs_set_misc_allocator - -Dhs_set_scratch_allocator=core2_hs_set_scratch_allocator - -Dhs_set_stream_allocator=core2_hs_set_stream_allocator - -Dhs_stream_alloc=core2_hs_stream_alloc - -Dhs_stream_free=core2_hs_stream_free - -Dhs_stream_size=core2_hs_stream_size - -Dhs_valid_platform=core2_hs_valid_platform - -Dhs_version=core2_hs_version - -DhwlmExec=core2_hwlmExec - -DhwlmExecStreaming=core2_hwlmExecStreaming - -DloadSomFromStream=core2_loadSomFromStream - -Dloadcompressed128=core2_loadcompressed128 - -Dloadcompressed256=core2_loadcompressed256 - -Dloadcompressed32=core2_loadcompressed32 - -Dloadcompressed384=core2_loadcompressed384 - -Dloadcompressed512=core2_loadcompressed512 - -Dloadcompressed64=core2_loadcompressed64 - -Dmcsheng_pext_mask=core2_mcsheng_pext_mask - -Dmm_mask_mask=core2_mm_mask_mask - -Dmm_shuffle_end=core2_mm_shuffle_end - -Dmmbit_keyshift_lut=core2_mmbit_keyshift_lut - -Dmmbit_maxlevel_direct_lut=core2_mmbit_maxlevel_direct_lut - -Dmmbit_maxlevel_from_keyshift_lut=core2_mmbit_maxlevel_from_keyshift_lut - -Dmmbit_root_offset_from_level=core2_mmbit_root_offset_from_level - -Dmmbit_zero_to_lut=core2_mmbit_zero_to_lut - -DnfaBlockExecReverse=core2_nfaBlockExecReverse - -DnfaCheckFinalState=core2_nfaCheckFinalState - -DnfaExecCastle_Q=core2_nfaExecCastle_Q - -DnfaExecCastle_Q2=core2_nfaExecCastle_Q2 - -DnfaExecCastle_QR=core2_nfaExecCastle_QR - -DnfaExecCastle_expandState=core2_nfaExecCastle_expandState - -DnfaExecCastle_inAccept=core2_nfaExecCastle_inAccept - -DnfaExecCastle_inAnyAccept=core2_nfaExecCastle_inAnyAccept - -DnfaExecCastle_initCompressedState=core2_nfaExecCastle_initCompressedState - -DnfaExecCastle_queueCompressState=core2_nfaExecCastle_queueCompressState - -DnfaExecCastle_queueInitState=core2_nfaExecCastle_queueInitState - -DnfaExecCastle_reportCurrent=core2_nfaExecCastle_reportCurrent - -DnfaExecGough16_Q=core2_nfaExecGough16_Q - -DnfaExecGough16_Q2=core2_nfaExecGough16_Q2 - -DnfaExecGough16_QR=core2_nfaExecGough16_QR - -DnfaExecGough16_expandState=core2_nfaExecGough16_expandState - -DnfaExecGough16_inAccept=core2_nfaExecGough16_inAccept - -DnfaExecGough16_inAnyAccept=core2_nfaExecGough16_inAnyAccept - -DnfaExecGough16_initCompressedState=core2_nfaExecGough16_initCompressedState - -DnfaExecGough16_queueCompressState=core2_nfaExecGough16_queueCompressState - -DnfaExecGough16_queueInitState=core2_nfaExecGough16_queueInitState - -DnfaExecGough16_reportCurrent=core2_nfaExecGough16_reportCurrent - -DnfaExecGough16_testEOD=core2_nfaExecGough16_testEOD - -DnfaExecGough8_Q=core2_nfaExecGough8_Q - -DnfaExecGough8_Q2=core2_nfaExecGough8_Q2 - -DnfaExecGough8_QR=core2_nfaExecGough8_QR - -DnfaExecGough8_expandState=core2_nfaExecGough8_expandState - -DnfaExecGough8_inAccept=core2_nfaExecGough8_inAccept - -DnfaExecGough8_inAnyAccept=core2_nfaExecGough8_inAnyAccept - -DnfaExecGough8_initCompressedState=core2_nfaExecGough8_initCompressedState - -DnfaExecGough8_queueCompressState=core2_nfaExecGough8_queueCompressState - -DnfaExecGough8_queueInitState=core2_nfaExecGough8_queueInitState - -DnfaExecGough8_reportCurrent=core2_nfaExecGough8_reportCurrent - -DnfaExecGough8_testEOD=core2_nfaExecGough8_testEOD - -DnfaExecLbrDot_Q=core2_nfaExecLbrDot_Q - -DnfaExecLbrDot_Q2=core2_nfaExecLbrDot_Q2 - -DnfaExecLbrDot_QR=core2_nfaExecLbrDot_QR - -DnfaExecLbrDot_expandState=core2_nfaExecLbrDot_expandState - -DnfaExecLbrDot_inAccept=core2_nfaExecLbrDot_inAccept - -DnfaExecLbrDot_inAnyAccept=core2_nfaExecLbrDot_inAnyAccept - -DnfaExecLbrDot_initCompressedState=core2_nfaExecLbrDot_initCompressedState - -DnfaExecLbrDot_queueCompressState=core2_nfaExecLbrDot_queueCompressState - -DnfaExecLbrDot_queueInitState=core2_nfaExecLbrDot_queueInitState - -DnfaExecLbrDot_reportCurrent=core2_nfaExecLbrDot_reportCurrent - -DnfaExecLbrNVerm_Q=core2_nfaExecLbrNVerm_Q - -DnfaExecLbrNVerm_Q2=core2_nfaExecLbrNVerm_Q2 - -DnfaExecLbrNVerm_QR=core2_nfaExecLbrNVerm_QR - -DnfaExecLbrNVerm_expandState=core2_nfaExecLbrNVerm_expandState - -DnfaExecLbrNVerm_inAccept=core2_nfaExecLbrNVerm_inAccept - -DnfaExecLbrNVerm_inAnyAccept=core2_nfaExecLbrNVerm_inAnyAccept - -DnfaExecLbrNVerm_initCompressedState=core2_nfaExecLbrNVerm_initCompressedState - -DnfaExecLbrNVerm_queueCompressState=core2_nfaExecLbrNVerm_queueCompressState - -DnfaExecLbrNVerm_queueInitState=core2_nfaExecLbrNVerm_queueInitState - -DnfaExecLbrNVerm_reportCurrent=core2_nfaExecLbrNVerm_reportCurrent - -DnfaExecLbrShuf_Q=core2_nfaExecLbrShuf_Q - -DnfaExecLbrShuf_Q2=core2_nfaExecLbrShuf_Q2 - -DnfaExecLbrShuf_QR=core2_nfaExecLbrShuf_QR - -DnfaExecLbrShuf_expandState=core2_nfaExecLbrShuf_expandState - -DnfaExecLbrShuf_inAccept=core2_nfaExecLbrShuf_inAccept - -DnfaExecLbrShuf_inAnyAccept=core2_nfaExecLbrShuf_inAnyAccept - -DnfaExecLbrShuf_initCompressedState=core2_nfaExecLbrShuf_initCompressedState - -DnfaExecLbrShuf_queueCompressState=core2_nfaExecLbrShuf_queueCompressState - -DnfaExecLbrShuf_queueInitState=core2_nfaExecLbrShuf_queueInitState - -DnfaExecLbrShuf_reportCurrent=core2_nfaExecLbrShuf_reportCurrent - -DnfaExecLbrTruf_Q=core2_nfaExecLbrTruf_Q - -DnfaExecLbrTruf_Q2=core2_nfaExecLbrTruf_Q2 - -DnfaExecLbrTruf_QR=core2_nfaExecLbrTruf_QR - -DnfaExecLbrTruf_expandState=core2_nfaExecLbrTruf_expandState - -DnfaExecLbrTruf_inAccept=core2_nfaExecLbrTruf_inAccept - -DnfaExecLbrTruf_inAnyAccept=core2_nfaExecLbrTruf_inAnyAccept - -DnfaExecLbrTruf_initCompressedState=core2_nfaExecLbrTruf_initCompressedState - -DnfaExecLbrTruf_queueCompressState=core2_nfaExecLbrTruf_queueCompressState - -DnfaExecLbrTruf_queueInitState=core2_nfaExecLbrTruf_queueInitState - -DnfaExecLbrTruf_reportCurrent=core2_nfaExecLbrTruf_reportCurrent - -DnfaExecLbrVerm_Q=core2_nfaExecLbrVerm_Q - -DnfaExecLbrVerm_Q2=core2_nfaExecLbrVerm_Q2 - -DnfaExecLbrVerm_QR=core2_nfaExecLbrVerm_QR - -DnfaExecLbrVerm_expandState=core2_nfaExecLbrVerm_expandState - -DnfaExecLbrVerm_inAccept=core2_nfaExecLbrVerm_inAccept - -DnfaExecLbrVerm_inAnyAccept=core2_nfaExecLbrVerm_inAnyAccept - -DnfaExecLbrVerm_initCompressedState=core2_nfaExecLbrVerm_initCompressedState - -DnfaExecLbrVerm_queueCompressState=core2_nfaExecLbrVerm_queueCompressState - -DnfaExecLbrVerm_queueInitState=core2_nfaExecLbrVerm_queueInitState - -DnfaExecLbrVerm_reportCurrent=core2_nfaExecLbrVerm_reportCurrent - -DnfaExecLimEx128_B_Reverse=core2_nfaExecLimEx128_B_Reverse - -DnfaExecLimEx128_Q=core2_nfaExecLimEx128_Q - -DnfaExecLimEx128_Q2=core2_nfaExecLimEx128_Q2 - -DnfaExecLimEx128_QR=core2_nfaExecLimEx128_QR - -DnfaExecLimEx128_expandState=core2_nfaExecLimEx128_expandState - -DnfaExecLimEx128_inAccept=core2_nfaExecLimEx128_inAccept - -DnfaExecLimEx128_inAnyAccept=core2_nfaExecLimEx128_inAnyAccept - -DnfaExecLimEx128_initCompressedState=core2_nfaExecLimEx128_initCompressedState - -DnfaExecLimEx128_queueCompressState=core2_nfaExecLimEx128_queueCompressState - -DnfaExecLimEx128_queueInitState=core2_nfaExecLimEx128_queueInitState - -DnfaExecLimEx128_reportCurrent=core2_nfaExecLimEx128_reportCurrent - -DnfaExecLimEx128_testEOD=core2_nfaExecLimEx128_testEOD - -DnfaExecLimEx128_zombie_status=core2_nfaExecLimEx128_zombie_status - -DnfaExecLimEx256_B_Reverse=core2_nfaExecLimEx256_B_Reverse - -DnfaExecLimEx256_Q=core2_nfaExecLimEx256_Q - -DnfaExecLimEx256_Q2=core2_nfaExecLimEx256_Q2 - -DnfaExecLimEx256_QR=core2_nfaExecLimEx256_QR - -DnfaExecLimEx256_expandState=core2_nfaExecLimEx256_expandState - -DnfaExecLimEx256_inAccept=core2_nfaExecLimEx256_inAccept - -DnfaExecLimEx256_inAnyAccept=core2_nfaExecLimEx256_inAnyAccept - -DnfaExecLimEx256_initCompressedState=core2_nfaExecLimEx256_initCompressedState - -DnfaExecLimEx256_queueCompressState=core2_nfaExecLimEx256_queueCompressState - -DnfaExecLimEx256_queueInitState=core2_nfaExecLimEx256_queueInitState - -DnfaExecLimEx256_reportCurrent=core2_nfaExecLimEx256_reportCurrent - -DnfaExecLimEx256_testEOD=core2_nfaExecLimEx256_testEOD - -DnfaExecLimEx256_zombie_status=core2_nfaExecLimEx256_zombie_status - -DnfaExecLimEx32_B_Reverse=core2_nfaExecLimEx32_B_Reverse - -DnfaExecLimEx32_Q=core2_nfaExecLimEx32_Q - -DnfaExecLimEx32_Q2=core2_nfaExecLimEx32_Q2 - -DnfaExecLimEx32_QR=core2_nfaExecLimEx32_QR - -DnfaExecLimEx32_expandState=core2_nfaExecLimEx32_expandState - -DnfaExecLimEx32_inAccept=core2_nfaExecLimEx32_inAccept - -DnfaExecLimEx32_inAnyAccept=core2_nfaExecLimEx32_inAnyAccept - -DnfaExecLimEx32_initCompressedState=core2_nfaExecLimEx32_initCompressedState - -DnfaExecLimEx32_queueCompressState=core2_nfaExecLimEx32_queueCompressState - -DnfaExecLimEx32_queueInitState=core2_nfaExecLimEx32_queueInitState - -DnfaExecLimEx32_reportCurrent=core2_nfaExecLimEx32_reportCurrent - -DnfaExecLimEx32_testEOD=core2_nfaExecLimEx32_testEOD - -DnfaExecLimEx32_zombie_status=core2_nfaExecLimEx32_zombie_status - -DnfaExecLimEx384_B_Reverse=core2_nfaExecLimEx384_B_Reverse - -DnfaExecLimEx384_Q=core2_nfaExecLimEx384_Q - -DnfaExecLimEx384_Q2=core2_nfaExecLimEx384_Q2 - -DnfaExecLimEx384_QR=core2_nfaExecLimEx384_QR - -DnfaExecLimEx384_expandState=core2_nfaExecLimEx384_expandState - -DnfaExecLimEx384_inAccept=core2_nfaExecLimEx384_inAccept - -DnfaExecLimEx384_inAnyAccept=core2_nfaExecLimEx384_inAnyAccept - -DnfaExecLimEx384_initCompressedState=core2_nfaExecLimEx384_initCompressedState - -DnfaExecLimEx384_queueCompressState=core2_nfaExecLimEx384_queueCompressState - -DnfaExecLimEx384_queueInitState=core2_nfaExecLimEx384_queueInitState - -DnfaExecLimEx384_reportCurrent=core2_nfaExecLimEx384_reportCurrent - -DnfaExecLimEx384_testEOD=core2_nfaExecLimEx384_testEOD - -DnfaExecLimEx384_zombie_status=core2_nfaExecLimEx384_zombie_status - -DnfaExecLimEx512_B_Reverse=core2_nfaExecLimEx512_B_Reverse - -DnfaExecLimEx512_Q=core2_nfaExecLimEx512_Q - -DnfaExecLimEx512_Q2=core2_nfaExecLimEx512_Q2 - -DnfaExecLimEx512_QR=core2_nfaExecLimEx512_QR - -DnfaExecLimEx512_expandState=core2_nfaExecLimEx512_expandState - -DnfaExecLimEx512_inAccept=core2_nfaExecLimEx512_inAccept - -DnfaExecLimEx512_inAnyAccept=core2_nfaExecLimEx512_inAnyAccept - -DnfaExecLimEx512_initCompressedState=core2_nfaExecLimEx512_initCompressedState - -DnfaExecLimEx512_queueCompressState=core2_nfaExecLimEx512_queueCompressState - -DnfaExecLimEx512_queueInitState=core2_nfaExecLimEx512_queueInitState - -DnfaExecLimEx512_reportCurrent=core2_nfaExecLimEx512_reportCurrent - -DnfaExecLimEx512_testEOD=core2_nfaExecLimEx512_testEOD - -DnfaExecLimEx512_zombie_status=core2_nfaExecLimEx512_zombie_status - -DnfaExecLimEx64_B_Reverse=core2_nfaExecLimEx64_B_Reverse - -DnfaExecLimEx64_Q=core2_nfaExecLimEx64_Q - -DnfaExecLimEx64_Q2=core2_nfaExecLimEx64_Q2 - -DnfaExecLimEx64_QR=core2_nfaExecLimEx64_QR - -DnfaExecLimEx64_expandState=core2_nfaExecLimEx64_expandState - -DnfaExecLimEx64_inAccept=core2_nfaExecLimEx64_inAccept - -DnfaExecLimEx64_inAnyAccept=core2_nfaExecLimEx64_inAnyAccept - -DnfaExecLimEx64_initCompressedState=core2_nfaExecLimEx64_initCompressedState - -DnfaExecLimEx64_queueCompressState=core2_nfaExecLimEx64_queueCompressState - -DnfaExecLimEx64_queueInitState=core2_nfaExecLimEx64_queueInitState - -DnfaExecLimEx64_reportCurrent=core2_nfaExecLimEx64_reportCurrent - -DnfaExecLimEx64_testEOD=core2_nfaExecLimEx64_testEOD - -DnfaExecLimEx64_zombie_status=core2_nfaExecLimEx64_zombie_status - -DnfaExecMcClellan16_B=core2_nfaExecMcClellan16_B - -DnfaExecMcClellan16_Q=core2_nfaExecMcClellan16_Q - -DnfaExecMcClellan16_Q2=core2_nfaExecMcClellan16_Q2 - -DnfaExecMcClellan16_QR=core2_nfaExecMcClellan16_QR - -DnfaExecMcClellan16_SimpStream=core2_nfaExecMcClellan16_SimpStream - -DnfaExecMcClellan16_expandState=core2_nfaExecMcClellan16_expandState - -DnfaExecMcClellan16_inAccept=core2_nfaExecMcClellan16_inAccept - -DnfaExecMcClellan16_inAnyAccept=core2_nfaExecMcClellan16_inAnyAccept - -DnfaExecMcClellan16_initCompressedState=core2_nfaExecMcClellan16_initCompressedState - -DnfaExecMcClellan16_queueCompressState=core2_nfaExecMcClellan16_queueCompressState - -DnfaExecMcClellan16_queueInitState=core2_nfaExecMcClellan16_queueInitState - -DnfaExecMcClellan16_reportCurrent=core2_nfaExecMcClellan16_reportCurrent - -DnfaExecMcClellan16_testEOD=core2_nfaExecMcClellan16_testEOD - -DnfaExecMcClellan8_B=core2_nfaExecMcClellan8_B - -DnfaExecMcClellan8_Q=core2_nfaExecMcClellan8_Q - -DnfaExecMcClellan8_Q2=core2_nfaExecMcClellan8_Q2 - -DnfaExecMcClellan8_QR=core2_nfaExecMcClellan8_QR - -DnfaExecMcClellan8_SimpStream=core2_nfaExecMcClellan8_SimpStream - -DnfaExecMcClellan8_expandState=core2_nfaExecMcClellan8_expandState - -DnfaExecMcClellan8_inAccept=core2_nfaExecMcClellan8_inAccept - -DnfaExecMcClellan8_inAnyAccept=core2_nfaExecMcClellan8_inAnyAccept - -DnfaExecMcClellan8_initCompressedState=core2_nfaExecMcClellan8_initCompressedState - -DnfaExecMcClellan8_queueCompressState=core2_nfaExecMcClellan8_queueCompressState - -DnfaExecMcClellan8_queueInitState=core2_nfaExecMcClellan8_queueInitState - -DnfaExecMcClellan8_reportCurrent=core2_nfaExecMcClellan8_reportCurrent - -DnfaExecMcClellan8_testEOD=core2_nfaExecMcClellan8_testEOD - -DnfaExecMcSheng16_Q=core2_nfaExecMcSheng16_Q - -DnfaExecMcSheng16_Q2=core2_nfaExecMcSheng16_Q2 - -DnfaExecMcSheng16_QR=core2_nfaExecMcSheng16_QR - -DnfaExecMcSheng16_expandState=core2_nfaExecMcSheng16_expandState - -DnfaExecMcSheng16_inAccept=core2_nfaExecMcSheng16_inAccept - -DnfaExecMcSheng16_inAnyAccept=core2_nfaExecMcSheng16_inAnyAccept - -DnfaExecMcSheng16_initCompressedState=core2_nfaExecMcSheng16_initCompressedState - -DnfaExecMcSheng16_queueCompressState=core2_nfaExecMcSheng16_queueCompressState - -DnfaExecMcSheng16_queueInitState=core2_nfaExecMcSheng16_queueInitState - -DnfaExecMcSheng16_reportCurrent=core2_nfaExecMcSheng16_reportCurrent - -DnfaExecMcSheng16_testEOD=core2_nfaExecMcSheng16_testEOD - -DnfaExecMcSheng8_Q=core2_nfaExecMcSheng8_Q - -DnfaExecMcSheng8_Q2=core2_nfaExecMcSheng8_Q2 - -DnfaExecMcSheng8_QR=core2_nfaExecMcSheng8_QR - -DnfaExecMcSheng8_expandState=core2_nfaExecMcSheng8_expandState - -DnfaExecMcSheng8_inAccept=core2_nfaExecMcSheng8_inAccept - -DnfaExecMcSheng8_inAnyAccept=core2_nfaExecMcSheng8_inAnyAccept - -DnfaExecMcSheng8_initCompressedState=core2_nfaExecMcSheng8_initCompressedState - -DnfaExecMcSheng8_queueCompressState=core2_nfaExecMcSheng8_queueCompressState - -DnfaExecMcSheng8_queueInitState=core2_nfaExecMcSheng8_queueInitState - -DnfaExecMcSheng8_reportCurrent=core2_nfaExecMcSheng8_reportCurrent - -DnfaExecMcSheng8_testEOD=core2_nfaExecMcSheng8_testEOD - -DnfaExecMpv_Q=core2_nfaExecMpv_Q - -DnfaExecMpv_QueueExecRaw=core2_nfaExecMpv_QueueExecRaw - -DnfaExecMpv_expandState=core2_nfaExecMpv_expandState - -DnfaExecMpv_initCompressedState=core2_nfaExecMpv_initCompressedState - -DnfaExecMpv_queueCompressState=core2_nfaExecMpv_queueCompressState - -DnfaExecMpv_queueInitState=core2_nfaExecMpv_queueInitState - -DnfaExecMpv_reportCurrent=core2_nfaExecMpv_reportCurrent - -DnfaExecSheng_B=core2_nfaExecSheng_B - -DnfaExecSheng_Q=core2_nfaExecSheng_Q - -DnfaExecSheng_Q2=core2_nfaExecSheng_Q2 - -DnfaExecSheng_QR=core2_nfaExecSheng_QR - -DnfaExecSheng_expandState=core2_nfaExecSheng_expandState - -DnfaExecSheng_inAccept=core2_nfaExecSheng_inAccept - -DnfaExecSheng_inAnyAccept=core2_nfaExecSheng_inAnyAccept - -DnfaExecSheng_initCompressedState=core2_nfaExecSheng_initCompressedState - -DnfaExecSheng_queueCompressState=core2_nfaExecSheng_queueCompressState - -DnfaExecSheng_queueInitState=core2_nfaExecSheng_queueInitState - -DnfaExecSheng_reportCurrent=core2_nfaExecSheng_reportCurrent - -DnfaExecSheng_testEOD=core2_nfaExecSheng_testEOD - -DnfaExecTamarama_Q=core2_nfaExecTamarama_Q - -DnfaExecTamarama_Q2=core2_nfaExecTamarama_Q2 - -DnfaExecTamarama_QR=core2_nfaExecTamarama_QR - -DnfaExecTamarama_expandState=core2_nfaExecTamarama_expandState - -DnfaExecTamarama_inAccept=core2_nfaExecTamarama_inAccept - -DnfaExecTamarama_inAnyAccept=core2_nfaExecTamarama_inAnyAccept - -DnfaExecTamarama_queueCompressState=core2_nfaExecTamarama_queueCompressState - -DnfaExecTamarama_queueInitState=core2_nfaExecTamarama_queueInitState - -DnfaExecTamarama_reportCurrent=core2_nfaExecTamarama_reportCurrent - -DnfaExecTamarama_testEOD=core2_nfaExecTamarama_testEOD - -DnfaExecTamarama_zombie_status=core2_nfaExecTamarama_zombie_status - -DnfaExpandState=core2_nfaExpandState - -DnfaGetZombieStatus=core2_nfaGetZombieStatus - -DnfaInAcceptState=core2_nfaInAcceptState - -DnfaInAnyAcceptState=core2_nfaInAnyAcceptState - -DnfaInitCompressedState=core2_nfaInitCompressedState - -DnfaQueueCompressState=core2_nfaQueueCompressState - -DnfaQueueExec=core2_nfaQueueExec - -DnfaQueueExec2_raw=core2_nfaQueueExec2_raw - -DnfaQueueExecRose=core2_nfaQueueExecRose - -DnfaQueueExecToMatch=core2_nfaQueueExecToMatch - -DnfaQueueExec_raw=core2_nfaQueueExec_raw - -DnfaQueueInitState=core2_nfaQueueInitState - -DnfaReportCurrentMatches=core2_nfaReportCurrentMatches - -DnoodExec=core2_noodExec - -DnoodExecStreaming=core2_noodExecStreaming - -Dp_mask_arr=core2_p_mask_arr - -Dp_mask_arr256=core2_p_mask_arr256 - -DrepeatHasMatchBitmap=core2_repeatHasMatchBitmap - -DrepeatHasMatchRange=core2_repeatHasMatchRange - -DrepeatHasMatchRing=core2_repeatHasMatchRing - -DrepeatHasMatchSparseOptimalP=core2_repeatHasMatchSparseOptimalP - -DrepeatHasMatchTrailer=core2_repeatHasMatchTrailer - -DrepeatLastTopBitmap=core2_repeatLastTopBitmap - -DrepeatLastTopRange=core2_repeatLastTopRange - -DrepeatLastTopRing=core2_repeatLastTopRing - -DrepeatLastTopSparseOptimalP=core2_repeatLastTopSparseOptimalP - -DrepeatLastTopTrailer=core2_repeatLastTopTrailer - -DrepeatNextMatchBitmap=core2_repeatNextMatchBitmap - -DrepeatNextMatchRange=core2_repeatNextMatchRange - -DrepeatNextMatchRing=core2_repeatNextMatchRing - -DrepeatNextMatchSparseOptimalP=core2_repeatNextMatchSparseOptimalP - -DrepeatNextMatchTrailer=core2_repeatNextMatchTrailer - -DrepeatPack=core2_repeatPack - -DrepeatStoreBitmap=core2_repeatStoreBitmap - -DrepeatStoreRange=core2_repeatStoreRange - -DrepeatStoreRing=core2_repeatStoreRing - -DrepeatStoreSparseOptimalP=core2_repeatStoreSparseOptimalP - -DrepeatStoreTrailer=core2_repeatStoreTrailer - -DrepeatUnpack=core2_repeatUnpack - -DroseAnchoredCallback=core2_roseAnchoredCallback - -DroseBlockExec=core2_roseBlockExec - -DroseCallback=core2_roseCallback - -DroseCatchUpAll=core2_roseCatchUpAll - -DroseCatchUpMPV_i=core2_roseCatchUpMPV_i - -DroseCatchUpSuf=core2_roseCatchUpSuf - -DroseDelayRebuildCallback=core2_roseDelayRebuildCallback - -DroseFloatingCallback=core2_roseFloatingCallback - -DroseHandleChainMatch=core2_roseHandleChainMatch - -DroseInitState=core2_roseInitState - -DroseNfaAdaptor=core2_roseNfaAdaptor - -DroseNfaEarliestSom=core2_roseNfaEarliestSom - -DroseReportAdaptor=core2_roseReportAdaptor - -DroseRunBoundaryProgram=core2_roseRunBoundaryProgram - -DroseRunFlushCombProgram=core2_roseRunFlushCombProgram - -DroseRunLastFlushCombProgram=core2_roseRunLastFlushCombProgram - -DroseRunProgram=core2_roseRunProgram - -DroseRunProgram_l=core2_roseRunProgram_l - -DroseStreamEodExec=core2_roseStreamEodExec - -DroseStreamExec=core2_roseStreamExec - -DrshuftiExec=core2_rshuftiExec - -DrtruffleExec=core2_rtruffleExec - -Drun_accel=core2_run_accel - -DsetSomFromSomAware=core2_setSomFromSomAware - -DshuftiDoubleExec=core2_shuftiDoubleExec - -DshuftiExec=core2_shuftiExec - -Dsimd_onebit_masks=core2_simd_onebit_masks - -Dsize_compress_stream=core2_size_compress_stream - -DstoreSomToStream=core2_storeSomToStream - -Dstorecompressed128=core2_storecompressed128 - -Dstorecompressed256=core2_storecompressed256 - -Dstorecompressed32=core2_storecompressed32 - -Dstorecompressed384=core2_storecompressed384 - -Dstorecompressed512=core2_storecompressed512 - -Dstorecompressed64=core2_storecompressed64 - -DstreamInitSufPQ=core2_streamInitSufPQ - -DtruffleExec=core2_truffleExec - -Dvbs_mask_data=core2_vbs_mask_data - $,,-Wno-everything> -) -target_include_directories(libs-hyperscan-runtime_core2 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src -) -target_link_libraries(libs-hyperscan-runtime_core2 PUBLIC - contrib-libs-linux-headers -) -target_sources(libs-hyperscan-runtime_core2 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/alloc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/crc32.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/database.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/fdr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/teddy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/teddy_avx2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hs_valid_platform.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hs_version.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hwlm/hwlm.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hwlm/noodle_engine.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/accel.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/castle.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/gough.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/lbr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_accel.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_native.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_simd128.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_simd256.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_simd384.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_simd512.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mcclellan.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mcsheng.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mcsheng_data.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mpv.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/nfa_api_dispatch.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/repeat.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/sheng.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/shufti.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/tamarama.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/truffle.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/block.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/catchup.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/init.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/match.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/program_runtime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/stream.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/runtime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/scratch.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/som/som_runtime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/som/som_stream.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/stream_compress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/cpuid_flags.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/masked_move.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/multibit.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/simd_utils.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/state_compress.c -) diff --git a/contrib/libs/hyperscan/runtime_core2/CMakeLists.txt b/contrib/libs/hyperscan/runtime_core2/CMakeLists.txt deleted file mode 100644 index 7803a2712c1..00000000000 --- a/contrib/libs/hyperscan/runtime_core2/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/libs/hyperscan/runtime_core2/CMakeLists.windows-x86_64.txt b/contrib/libs/hyperscan/runtime_core2/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 63b5a339891..00000000000 --- a/contrib/libs/hyperscan/runtime_core2/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,474 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(libs-hyperscan-runtime_core2) -target_compile_options(libs-hyperscan-runtime_core2 PRIVATE - -DCrc32c_ComputeBuf=core2_Crc32c_ComputeBuf - -DblockInitSufPQ=core2_blockInitSufPQ - -Dcompress_stream=core2_compress_stream - -Dcpuid_flags=core2_cpuid_flags - -Dcpuid_tune=core2_cpuid_tune - -DdbIsValid=core2_dbIsValid - -DdoAccel128=core2_doAccel128 - -DdoAccel256=core2_doAccel256 - -DdoAccel32=core2_doAccel32 - -DdoAccel384=core2_doAccel384 - -DdoAccel512=core2_doAccel512 - -DdoAccel64=core2_doAccel64 - -Dexpand_stream=core2_expand_stream - -DfdrExec=core2_fdrExec - -DfdrExecStreaming=core2_fdrExecStreaming - -Dfdr_exec_fat_teddy_msks1=core2_fdr_exec_fat_teddy_msks1 - -Dfdr_exec_fat_teddy_msks1_pck=core2_fdr_exec_fat_teddy_msks1_pck - -Dfdr_exec_fat_teddy_msks2=core2_fdr_exec_fat_teddy_msks2 - -Dfdr_exec_fat_teddy_msks2_pck=core2_fdr_exec_fat_teddy_msks2_pck - -Dfdr_exec_fat_teddy_msks3=core2_fdr_exec_fat_teddy_msks3 - -Dfdr_exec_fat_teddy_msks3_pck=core2_fdr_exec_fat_teddy_msks3_pck - -Dfdr_exec_fat_teddy_msks4=core2_fdr_exec_fat_teddy_msks4 - -Dfdr_exec_fat_teddy_msks4_pck=core2_fdr_exec_fat_teddy_msks4_pck - -Dfdr_exec_teddy_msks1=core2_fdr_exec_teddy_msks1 - -Dfdr_exec_teddy_msks1_pck=core2_fdr_exec_teddy_msks1_pck - -Dfdr_exec_teddy_msks2=core2_fdr_exec_teddy_msks2 - -Dfdr_exec_teddy_msks2_pck=core2_fdr_exec_teddy_msks2_pck - -Dfdr_exec_teddy_msks3=core2_fdr_exec_teddy_msks3 - -Dfdr_exec_teddy_msks3_pck=core2_fdr_exec_teddy_msks3_pck - -Dfdr_exec_teddy_msks4=core2_fdr_exec_teddy_msks4 - -Dfdr_exec_teddy_msks4_pck=core2_fdr_exec_teddy_msks4_pck - -DflushQueuedLiterals_i=core2_flushQueuedLiterals_i - -DflushStoredSomMatches_i=core2_flushStoredSomMatches_i - -DhandleSomExternal=core2_handleSomExternal - -DhandleSomInternal=core2_handleSomInternal - -Dhs_alloc_scratch=core2_hs_alloc_scratch - -Dhs_clone_scratch=core2_hs_clone_scratch - -Dhs_close_stream=core2_hs_close_stream - -Dhs_compress_stream=core2_hs_compress_stream - -Dhs_copy_stream=core2_hs_copy_stream - -Dhs_database_alloc=core2_hs_database_alloc - -Dhs_database_free=core2_hs_database_free - -Dhs_database_info=core2_hs_database_info - -Dhs_database_size=core2_hs_database_size - -Dhs_deserialize_database=core2_hs_deserialize_database - -Dhs_deserialize_database_at=core2_hs_deserialize_database_at - -Dhs_expand_stream=core2_hs_expand_stream - -Dhs_free_database=core2_hs_free_database - -Dhs_free_scratch=core2_hs_free_scratch - -Dhs_misc_alloc=core2_hs_misc_alloc - -Dhs_misc_free=core2_hs_misc_free - -Dhs_open_stream=core2_hs_open_stream - -Dhs_reset_and_copy_stream=core2_hs_reset_and_copy_stream - -Dhs_reset_and_expand_stream=core2_hs_reset_and_expand_stream - -Dhs_reset_stream=core2_hs_reset_stream - -Dhs_scan=core2_hs_scan - -Dhs_scan_stream=core2_hs_scan_stream - -Dhs_scan_vector=core2_hs_scan_vector - -Dhs_scratch_alloc=core2_hs_scratch_alloc - -Dhs_scratch_free=core2_hs_scratch_free - -Dhs_scratch_size=core2_hs_scratch_size - -Dhs_serialize_database=core2_hs_serialize_database - -Dhs_serialized_database_info=core2_hs_serialized_database_info - -Dhs_serialized_database_size=core2_hs_serialized_database_size - -Dhs_set_allocator=core2_hs_set_allocator - -Dhs_set_database_allocator=core2_hs_set_database_allocator - -Dhs_set_misc_allocator=core2_hs_set_misc_allocator - -Dhs_set_scratch_allocator=core2_hs_set_scratch_allocator - -Dhs_set_stream_allocator=core2_hs_set_stream_allocator - -Dhs_stream_alloc=core2_hs_stream_alloc - -Dhs_stream_free=core2_hs_stream_free - -Dhs_stream_size=core2_hs_stream_size - -Dhs_valid_platform=core2_hs_valid_platform - -Dhs_version=core2_hs_version - -DhwlmExec=core2_hwlmExec - -DhwlmExecStreaming=core2_hwlmExecStreaming - -DloadSomFromStream=core2_loadSomFromStream - -Dloadcompressed128=core2_loadcompressed128 - -Dloadcompressed256=core2_loadcompressed256 - -Dloadcompressed32=core2_loadcompressed32 - -Dloadcompressed384=core2_loadcompressed384 - -Dloadcompressed512=core2_loadcompressed512 - -Dloadcompressed64=core2_loadcompressed64 - -Dmcsheng_pext_mask=core2_mcsheng_pext_mask - -Dmm_mask_mask=core2_mm_mask_mask - -Dmm_shuffle_end=core2_mm_shuffle_end - -Dmmbit_keyshift_lut=core2_mmbit_keyshift_lut - -Dmmbit_maxlevel_direct_lut=core2_mmbit_maxlevel_direct_lut - -Dmmbit_maxlevel_from_keyshift_lut=core2_mmbit_maxlevel_from_keyshift_lut - -Dmmbit_root_offset_from_level=core2_mmbit_root_offset_from_level - -Dmmbit_zero_to_lut=core2_mmbit_zero_to_lut - -DnfaBlockExecReverse=core2_nfaBlockExecReverse - -DnfaCheckFinalState=core2_nfaCheckFinalState - -DnfaExecCastle_Q=core2_nfaExecCastle_Q - -DnfaExecCastle_Q2=core2_nfaExecCastle_Q2 - -DnfaExecCastle_QR=core2_nfaExecCastle_QR - -DnfaExecCastle_expandState=core2_nfaExecCastle_expandState - -DnfaExecCastle_inAccept=core2_nfaExecCastle_inAccept - -DnfaExecCastle_inAnyAccept=core2_nfaExecCastle_inAnyAccept - -DnfaExecCastle_initCompressedState=core2_nfaExecCastle_initCompressedState - -DnfaExecCastle_queueCompressState=core2_nfaExecCastle_queueCompressState - -DnfaExecCastle_queueInitState=core2_nfaExecCastle_queueInitState - -DnfaExecCastle_reportCurrent=core2_nfaExecCastle_reportCurrent - -DnfaExecGough16_Q=core2_nfaExecGough16_Q - -DnfaExecGough16_Q2=core2_nfaExecGough16_Q2 - -DnfaExecGough16_QR=core2_nfaExecGough16_QR - -DnfaExecGough16_expandState=core2_nfaExecGough16_expandState - -DnfaExecGough16_inAccept=core2_nfaExecGough16_inAccept - -DnfaExecGough16_inAnyAccept=core2_nfaExecGough16_inAnyAccept - -DnfaExecGough16_initCompressedState=core2_nfaExecGough16_initCompressedState - -DnfaExecGough16_queueCompressState=core2_nfaExecGough16_queueCompressState - -DnfaExecGough16_queueInitState=core2_nfaExecGough16_queueInitState - -DnfaExecGough16_reportCurrent=core2_nfaExecGough16_reportCurrent - -DnfaExecGough16_testEOD=core2_nfaExecGough16_testEOD - -DnfaExecGough8_Q=core2_nfaExecGough8_Q - -DnfaExecGough8_Q2=core2_nfaExecGough8_Q2 - -DnfaExecGough8_QR=core2_nfaExecGough8_QR - -DnfaExecGough8_expandState=core2_nfaExecGough8_expandState - -DnfaExecGough8_inAccept=core2_nfaExecGough8_inAccept - -DnfaExecGough8_inAnyAccept=core2_nfaExecGough8_inAnyAccept - -DnfaExecGough8_initCompressedState=core2_nfaExecGough8_initCompressedState - -DnfaExecGough8_queueCompressState=core2_nfaExecGough8_queueCompressState - -DnfaExecGough8_queueInitState=core2_nfaExecGough8_queueInitState - -DnfaExecGough8_reportCurrent=core2_nfaExecGough8_reportCurrent - -DnfaExecGough8_testEOD=core2_nfaExecGough8_testEOD - -DnfaExecLbrDot_Q=core2_nfaExecLbrDot_Q - -DnfaExecLbrDot_Q2=core2_nfaExecLbrDot_Q2 - -DnfaExecLbrDot_QR=core2_nfaExecLbrDot_QR - -DnfaExecLbrDot_expandState=core2_nfaExecLbrDot_expandState - -DnfaExecLbrDot_inAccept=core2_nfaExecLbrDot_inAccept - -DnfaExecLbrDot_inAnyAccept=core2_nfaExecLbrDot_inAnyAccept - -DnfaExecLbrDot_initCompressedState=core2_nfaExecLbrDot_initCompressedState - -DnfaExecLbrDot_queueCompressState=core2_nfaExecLbrDot_queueCompressState - -DnfaExecLbrDot_queueInitState=core2_nfaExecLbrDot_queueInitState - -DnfaExecLbrDot_reportCurrent=core2_nfaExecLbrDot_reportCurrent - -DnfaExecLbrNVerm_Q=core2_nfaExecLbrNVerm_Q - -DnfaExecLbrNVerm_Q2=core2_nfaExecLbrNVerm_Q2 - -DnfaExecLbrNVerm_QR=core2_nfaExecLbrNVerm_QR - -DnfaExecLbrNVerm_expandState=core2_nfaExecLbrNVerm_expandState - -DnfaExecLbrNVerm_inAccept=core2_nfaExecLbrNVerm_inAccept - -DnfaExecLbrNVerm_inAnyAccept=core2_nfaExecLbrNVerm_inAnyAccept - -DnfaExecLbrNVerm_initCompressedState=core2_nfaExecLbrNVerm_initCompressedState - -DnfaExecLbrNVerm_queueCompressState=core2_nfaExecLbrNVerm_queueCompressState - -DnfaExecLbrNVerm_queueInitState=core2_nfaExecLbrNVerm_queueInitState - -DnfaExecLbrNVerm_reportCurrent=core2_nfaExecLbrNVerm_reportCurrent - -DnfaExecLbrShuf_Q=core2_nfaExecLbrShuf_Q - -DnfaExecLbrShuf_Q2=core2_nfaExecLbrShuf_Q2 - -DnfaExecLbrShuf_QR=core2_nfaExecLbrShuf_QR - -DnfaExecLbrShuf_expandState=core2_nfaExecLbrShuf_expandState - -DnfaExecLbrShuf_inAccept=core2_nfaExecLbrShuf_inAccept - -DnfaExecLbrShuf_inAnyAccept=core2_nfaExecLbrShuf_inAnyAccept - -DnfaExecLbrShuf_initCompressedState=core2_nfaExecLbrShuf_initCompressedState - -DnfaExecLbrShuf_queueCompressState=core2_nfaExecLbrShuf_queueCompressState - -DnfaExecLbrShuf_queueInitState=core2_nfaExecLbrShuf_queueInitState - -DnfaExecLbrShuf_reportCurrent=core2_nfaExecLbrShuf_reportCurrent - -DnfaExecLbrTruf_Q=core2_nfaExecLbrTruf_Q - -DnfaExecLbrTruf_Q2=core2_nfaExecLbrTruf_Q2 - -DnfaExecLbrTruf_QR=core2_nfaExecLbrTruf_QR - -DnfaExecLbrTruf_expandState=core2_nfaExecLbrTruf_expandState - -DnfaExecLbrTruf_inAccept=core2_nfaExecLbrTruf_inAccept - -DnfaExecLbrTruf_inAnyAccept=core2_nfaExecLbrTruf_inAnyAccept - -DnfaExecLbrTruf_initCompressedState=core2_nfaExecLbrTruf_initCompressedState - -DnfaExecLbrTruf_queueCompressState=core2_nfaExecLbrTruf_queueCompressState - -DnfaExecLbrTruf_queueInitState=core2_nfaExecLbrTruf_queueInitState - -DnfaExecLbrTruf_reportCurrent=core2_nfaExecLbrTruf_reportCurrent - -DnfaExecLbrVerm_Q=core2_nfaExecLbrVerm_Q - -DnfaExecLbrVerm_Q2=core2_nfaExecLbrVerm_Q2 - -DnfaExecLbrVerm_QR=core2_nfaExecLbrVerm_QR - -DnfaExecLbrVerm_expandState=core2_nfaExecLbrVerm_expandState - -DnfaExecLbrVerm_inAccept=core2_nfaExecLbrVerm_inAccept - -DnfaExecLbrVerm_inAnyAccept=core2_nfaExecLbrVerm_inAnyAccept - -DnfaExecLbrVerm_initCompressedState=core2_nfaExecLbrVerm_initCompressedState - -DnfaExecLbrVerm_queueCompressState=core2_nfaExecLbrVerm_queueCompressState - -DnfaExecLbrVerm_queueInitState=core2_nfaExecLbrVerm_queueInitState - -DnfaExecLbrVerm_reportCurrent=core2_nfaExecLbrVerm_reportCurrent - -DnfaExecLimEx128_B_Reverse=core2_nfaExecLimEx128_B_Reverse - -DnfaExecLimEx128_Q=core2_nfaExecLimEx128_Q - -DnfaExecLimEx128_Q2=core2_nfaExecLimEx128_Q2 - -DnfaExecLimEx128_QR=core2_nfaExecLimEx128_QR - -DnfaExecLimEx128_expandState=core2_nfaExecLimEx128_expandState - -DnfaExecLimEx128_inAccept=core2_nfaExecLimEx128_inAccept - -DnfaExecLimEx128_inAnyAccept=core2_nfaExecLimEx128_inAnyAccept - -DnfaExecLimEx128_initCompressedState=core2_nfaExecLimEx128_initCompressedState - -DnfaExecLimEx128_queueCompressState=core2_nfaExecLimEx128_queueCompressState - -DnfaExecLimEx128_queueInitState=core2_nfaExecLimEx128_queueInitState - -DnfaExecLimEx128_reportCurrent=core2_nfaExecLimEx128_reportCurrent - -DnfaExecLimEx128_testEOD=core2_nfaExecLimEx128_testEOD - -DnfaExecLimEx128_zombie_status=core2_nfaExecLimEx128_zombie_status - -DnfaExecLimEx256_B_Reverse=core2_nfaExecLimEx256_B_Reverse - -DnfaExecLimEx256_Q=core2_nfaExecLimEx256_Q - -DnfaExecLimEx256_Q2=core2_nfaExecLimEx256_Q2 - -DnfaExecLimEx256_QR=core2_nfaExecLimEx256_QR - -DnfaExecLimEx256_expandState=core2_nfaExecLimEx256_expandState - -DnfaExecLimEx256_inAccept=core2_nfaExecLimEx256_inAccept - -DnfaExecLimEx256_inAnyAccept=core2_nfaExecLimEx256_inAnyAccept - -DnfaExecLimEx256_initCompressedState=core2_nfaExecLimEx256_initCompressedState - -DnfaExecLimEx256_queueCompressState=core2_nfaExecLimEx256_queueCompressState - -DnfaExecLimEx256_queueInitState=core2_nfaExecLimEx256_queueInitState - -DnfaExecLimEx256_reportCurrent=core2_nfaExecLimEx256_reportCurrent - -DnfaExecLimEx256_testEOD=core2_nfaExecLimEx256_testEOD - -DnfaExecLimEx256_zombie_status=core2_nfaExecLimEx256_zombie_status - -DnfaExecLimEx32_B_Reverse=core2_nfaExecLimEx32_B_Reverse - -DnfaExecLimEx32_Q=core2_nfaExecLimEx32_Q - -DnfaExecLimEx32_Q2=core2_nfaExecLimEx32_Q2 - -DnfaExecLimEx32_QR=core2_nfaExecLimEx32_QR - -DnfaExecLimEx32_expandState=core2_nfaExecLimEx32_expandState - -DnfaExecLimEx32_inAccept=core2_nfaExecLimEx32_inAccept - -DnfaExecLimEx32_inAnyAccept=core2_nfaExecLimEx32_inAnyAccept - -DnfaExecLimEx32_initCompressedState=core2_nfaExecLimEx32_initCompressedState - -DnfaExecLimEx32_queueCompressState=core2_nfaExecLimEx32_queueCompressState - -DnfaExecLimEx32_queueInitState=core2_nfaExecLimEx32_queueInitState - -DnfaExecLimEx32_reportCurrent=core2_nfaExecLimEx32_reportCurrent - -DnfaExecLimEx32_testEOD=core2_nfaExecLimEx32_testEOD - -DnfaExecLimEx32_zombie_status=core2_nfaExecLimEx32_zombie_status - -DnfaExecLimEx384_B_Reverse=core2_nfaExecLimEx384_B_Reverse - -DnfaExecLimEx384_Q=core2_nfaExecLimEx384_Q - -DnfaExecLimEx384_Q2=core2_nfaExecLimEx384_Q2 - -DnfaExecLimEx384_QR=core2_nfaExecLimEx384_QR - -DnfaExecLimEx384_expandState=core2_nfaExecLimEx384_expandState - -DnfaExecLimEx384_inAccept=core2_nfaExecLimEx384_inAccept - -DnfaExecLimEx384_inAnyAccept=core2_nfaExecLimEx384_inAnyAccept - -DnfaExecLimEx384_initCompressedState=core2_nfaExecLimEx384_initCompressedState - -DnfaExecLimEx384_queueCompressState=core2_nfaExecLimEx384_queueCompressState - -DnfaExecLimEx384_queueInitState=core2_nfaExecLimEx384_queueInitState - -DnfaExecLimEx384_reportCurrent=core2_nfaExecLimEx384_reportCurrent - -DnfaExecLimEx384_testEOD=core2_nfaExecLimEx384_testEOD - -DnfaExecLimEx384_zombie_status=core2_nfaExecLimEx384_zombie_status - -DnfaExecLimEx512_B_Reverse=core2_nfaExecLimEx512_B_Reverse - -DnfaExecLimEx512_Q=core2_nfaExecLimEx512_Q - -DnfaExecLimEx512_Q2=core2_nfaExecLimEx512_Q2 - -DnfaExecLimEx512_QR=core2_nfaExecLimEx512_QR - -DnfaExecLimEx512_expandState=core2_nfaExecLimEx512_expandState - -DnfaExecLimEx512_inAccept=core2_nfaExecLimEx512_inAccept - -DnfaExecLimEx512_inAnyAccept=core2_nfaExecLimEx512_inAnyAccept - -DnfaExecLimEx512_initCompressedState=core2_nfaExecLimEx512_initCompressedState - -DnfaExecLimEx512_queueCompressState=core2_nfaExecLimEx512_queueCompressState - -DnfaExecLimEx512_queueInitState=core2_nfaExecLimEx512_queueInitState - -DnfaExecLimEx512_reportCurrent=core2_nfaExecLimEx512_reportCurrent - -DnfaExecLimEx512_testEOD=core2_nfaExecLimEx512_testEOD - -DnfaExecLimEx512_zombie_status=core2_nfaExecLimEx512_zombie_status - -DnfaExecLimEx64_B_Reverse=core2_nfaExecLimEx64_B_Reverse - -DnfaExecLimEx64_Q=core2_nfaExecLimEx64_Q - -DnfaExecLimEx64_Q2=core2_nfaExecLimEx64_Q2 - -DnfaExecLimEx64_QR=core2_nfaExecLimEx64_QR - -DnfaExecLimEx64_expandState=core2_nfaExecLimEx64_expandState - -DnfaExecLimEx64_inAccept=core2_nfaExecLimEx64_inAccept - -DnfaExecLimEx64_inAnyAccept=core2_nfaExecLimEx64_inAnyAccept - -DnfaExecLimEx64_initCompressedState=core2_nfaExecLimEx64_initCompressedState - -DnfaExecLimEx64_queueCompressState=core2_nfaExecLimEx64_queueCompressState - -DnfaExecLimEx64_queueInitState=core2_nfaExecLimEx64_queueInitState - -DnfaExecLimEx64_reportCurrent=core2_nfaExecLimEx64_reportCurrent - -DnfaExecLimEx64_testEOD=core2_nfaExecLimEx64_testEOD - -DnfaExecLimEx64_zombie_status=core2_nfaExecLimEx64_zombie_status - -DnfaExecMcClellan16_B=core2_nfaExecMcClellan16_B - -DnfaExecMcClellan16_Q=core2_nfaExecMcClellan16_Q - -DnfaExecMcClellan16_Q2=core2_nfaExecMcClellan16_Q2 - -DnfaExecMcClellan16_QR=core2_nfaExecMcClellan16_QR - -DnfaExecMcClellan16_SimpStream=core2_nfaExecMcClellan16_SimpStream - -DnfaExecMcClellan16_expandState=core2_nfaExecMcClellan16_expandState - -DnfaExecMcClellan16_inAccept=core2_nfaExecMcClellan16_inAccept - -DnfaExecMcClellan16_inAnyAccept=core2_nfaExecMcClellan16_inAnyAccept - -DnfaExecMcClellan16_initCompressedState=core2_nfaExecMcClellan16_initCompressedState - -DnfaExecMcClellan16_queueCompressState=core2_nfaExecMcClellan16_queueCompressState - -DnfaExecMcClellan16_queueInitState=core2_nfaExecMcClellan16_queueInitState - -DnfaExecMcClellan16_reportCurrent=core2_nfaExecMcClellan16_reportCurrent - -DnfaExecMcClellan16_testEOD=core2_nfaExecMcClellan16_testEOD - -DnfaExecMcClellan8_B=core2_nfaExecMcClellan8_B - -DnfaExecMcClellan8_Q=core2_nfaExecMcClellan8_Q - -DnfaExecMcClellan8_Q2=core2_nfaExecMcClellan8_Q2 - -DnfaExecMcClellan8_QR=core2_nfaExecMcClellan8_QR - -DnfaExecMcClellan8_SimpStream=core2_nfaExecMcClellan8_SimpStream - -DnfaExecMcClellan8_expandState=core2_nfaExecMcClellan8_expandState - -DnfaExecMcClellan8_inAccept=core2_nfaExecMcClellan8_inAccept - -DnfaExecMcClellan8_inAnyAccept=core2_nfaExecMcClellan8_inAnyAccept - -DnfaExecMcClellan8_initCompressedState=core2_nfaExecMcClellan8_initCompressedState - -DnfaExecMcClellan8_queueCompressState=core2_nfaExecMcClellan8_queueCompressState - -DnfaExecMcClellan8_queueInitState=core2_nfaExecMcClellan8_queueInitState - -DnfaExecMcClellan8_reportCurrent=core2_nfaExecMcClellan8_reportCurrent - -DnfaExecMcClellan8_testEOD=core2_nfaExecMcClellan8_testEOD - -DnfaExecMcSheng16_Q=core2_nfaExecMcSheng16_Q - -DnfaExecMcSheng16_Q2=core2_nfaExecMcSheng16_Q2 - -DnfaExecMcSheng16_QR=core2_nfaExecMcSheng16_QR - -DnfaExecMcSheng16_expandState=core2_nfaExecMcSheng16_expandState - -DnfaExecMcSheng16_inAccept=core2_nfaExecMcSheng16_inAccept - -DnfaExecMcSheng16_inAnyAccept=core2_nfaExecMcSheng16_inAnyAccept - -DnfaExecMcSheng16_initCompressedState=core2_nfaExecMcSheng16_initCompressedState - -DnfaExecMcSheng16_queueCompressState=core2_nfaExecMcSheng16_queueCompressState - -DnfaExecMcSheng16_queueInitState=core2_nfaExecMcSheng16_queueInitState - -DnfaExecMcSheng16_reportCurrent=core2_nfaExecMcSheng16_reportCurrent - -DnfaExecMcSheng16_testEOD=core2_nfaExecMcSheng16_testEOD - -DnfaExecMcSheng8_Q=core2_nfaExecMcSheng8_Q - -DnfaExecMcSheng8_Q2=core2_nfaExecMcSheng8_Q2 - -DnfaExecMcSheng8_QR=core2_nfaExecMcSheng8_QR - -DnfaExecMcSheng8_expandState=core2_nfaExecMcSheng8_expandState - -DnfaExecMcSheng8_inAccept=core2_nfaExecMcSheng8_inAccept - -DnfaExecMcSheng8_inAnyAccept=core2_nfaExecMcSheng8_inAnyAccept - -DnfaExecMcSheng8_initCompressedState=core2_nfaExecMcSheng8_initCompressedState - -DnfaExecMcSheng8_queueCompressState=core2_nfaExecMcSheng8_queueCompressState - -DnfaExecMcSheng8_queueInitState=core2_nfaExecMcSheng8_queueInitState - -DnfaExecMcSheng8_reportCurrent=core2_nfaExecMcSheng8_reportCurrent - -DnfaExecMcSheng8_testEOD=core2_nfaExecMcSheng8_testEOD - -DnfaExecMpv_Q=core2_nfaExecMpv_Q - -DnfaExecMpv_QueueExecRaw=core2_nfaExecMpv_QueueExecRaw - -DnfaExecMpv_expandState=core2_nfaExecMpv_expandState - -DnfaExecMpv_initCompressedState=core2_nfaExecMpv_initCompressedState - -DnfaExecMpv_queueCompressState=core2_nfaExecMpv_queueCompressState - -DnfaExecMpv_queueInitState=core2_nfaExecMpv_queueInitState - -DnfaExecMpv_reportCurrent=core2_nfaExecMpv_reportCurrent - -DnfaExecSheng_B=core2_nfaExecSheng_B - -DnfaExecSheng_Q=core2_nfaExecSheng_Q - -DnfaExecSheng_Q2=core2_nfaExecSheng_Q2 - -DnfaExecSheng_QR=core2_nfaExecSheng_QR - -DnfaExecSheng_expandState=core2_nfaExecSheng_expandState - -DnfaExecSheng_inAccept=core2_nfaExecSheng_inAccept - -DnfaExecSheng_inAnyAccept=core2_nfaExecSheng_inAnyAccept - -DnfaExecSheng_initCompressedState=core2_nfaExecSheng_initCompressedState - -DnfaExecSheng_queueCompressState=core2_nfaExecSheng_queueCompressState - -DnfaExecSheng_queueInitState=core2_nfaExecSheng_queueInitState - -DnfaExecSheng_reportCurrent=core2_nfaExecSheng_reportCurrent - -DnfaExecSheng_testEOD=core2_nfaExecSheng_testEOD - -DnfaExecTamarama_Q=core2_nfaExecTamarama_Q - -DnfaExecTamarama_Q2=core2_nfaExecTamarama_Q2 - -DnfaExecTamarama_QR=core2_nfaExecTamarama_QR - -DnfaExecTamarama_expandState=core2_nfaExecTamarama_expandState - -DnfaExecTamarama_inAccept=core2_nfaExecTamarama_inAccept - -DnfaExecTamarama_inAnyAccept=core2_nfaExecTamarama_inAnyAccept - -DnfaExecTamarama_queueCompressState=core2_nfaExecTamarama_queueCompressState - -DnfaExecTamarama_queueInitState=core2_nfaExecTamarama_queueInitState - -DnfaExecTamarama_reportCurrent=core2_nfaExecTamarama_reportCurrent - -DnfaExecTamarama_testEOD=core2_nfaExecTamarama_testEOD - -DnfaExecTamarama_zombie_status=core2_nfaExecTamarama_zombie_status - -DnfaExpandState=core2_nfaExpandState - -DnfaGetZombieStatus=core2_nfaGetZombieStatus - -DnfaInAcceptState=core2_nfaInAcceptState - -DnfaInAnyAcceptState=core2_nfaInAnyAcceptState - -DnfaInitCompressedState=core2_nfaInitCompressedState - -DnfaQueueCompressState=core2_nfaQueueCompressState - -DnfaQueueExec=core2_nfaQueueExec - -DnfaQueueExec2_raw=core2_nfaQueueExec2_raw - -DnfaQueueExecRose=core2_nfaQueueExecRose - -DnfaQueueExecToMatch=core2_nfaQueueExecToMatch - -DnfaQueueExec_raw=core2_nfaQueueExec_raw - -DnfaQueueInitState=core2_nfaQueueInitState - -DnfaReportCurrentMatches=core2_nfaReportCurrentMatches - -DnoodExec=core2_noodExec - -DnoodExecStreaming=core2_noodExecStreaming - -Dp_mask_arr=core2_p_mask_arr - -Dp_mask_arr256=core2_p_mask_arr256 - -DrepeatHasMatchBitmap=core2_repeatHasMatchBitmap - -DrepeatHasMatchRange=core2_repeatHasMatchRange - -DrepeatHasMatchRing=core2_repeatHasMatchRing - -DrepeatHasMatchSparseOptimalP=core2_repeatHasMatchSparseOptimalP - -DrepeatHasMatchTrailer=core2_repeatHasMatchTrailer - -DrepeatLastTopBitmap=core2_repeatLastTopBitmap - -DrepeatLastTopRange=core2_repeatLastTopRange - -DrepeatLastTopRing=core2_repeatLastTopRing - -DrepeatLastTopSparseOptimalP=core2_repeatLastTopSparseOptimalP - -DrepeatLastTopTrailer=core2_repeatLastTopTrailer - -DrepeatNextMatchBitmap=core2_repeatNextMatchBitmap - -DrepeatNextMatchRange=core2_repeatNextMatchRange - -DrepeatNextMatchRing=core2_repeatNextMatchRing - -DrepeatNextMatchSparseOptimalP=core2_repeatNextMatchSparseOptimalP - -DrepeatNextMatchTrailer=core2_repeatNextMatchTrailer - -DrepeatPack=core2_repeatPack - -DrepeatStoreBitmap=core2_repeatStoreBitmap - -DrepeatStoreRange=core2_repeatStoreRange - -DrepeatStoreRing=core2_repeatStoreRing - -DrepeatStoreSparseOptimalP=core2_repeatStoreSparseOptimalP - -DrepeatStoreTrailer=core2_repeatStoreTrailer - -DrepeatUnpack=core2_repeatUnpack - -DroseAnchoredCallback=core2_roseAnchoredCallback - -DroseBlockExec=core2_roseBlockExec - -DroseCallback=core2_roseCallback - -DroseCatchUpAll=core2_roseCatchUpAll - -DroseCatchUpMPV_i=core2_roseCatchUpMPV_i - -DroseCatchUpSuf=core2_roseCatchUpSuf - -DroseDelayRebuildCallback=core2_roseDelayRebuildCallback - -DroseFloatingCallback=core2_roseFloatingCallback - -DroseHandleChainMatch=core2_roseHandleChainMatch - -DroseInitState=core2_roseInitState - -DroseNfaAdaptor=core2_roseNfaAdaptor - -DroseNfaEarliestSom=core2_roseNfaEarliestSom - -DroseReportAdaptor=core2_roseReportAdaptor - -DroseRunBoundaryProgram=core2_roseRunBoundaryProgram - -DroseRunFlushCombProgram=core2_roseRunFlushCombProgram - -DroseRunLastFlushCombProgram=core2_roseRunLastFlushCombProgram - -DroseRunProgram=core2_roseRunProgram - -DroseRunProgram_l=core2_roseRunProgram_l - -DroseStreamEodExec=core2_roseStreamEodExec - -DroseStreamExec=core2_roseStreamExec - -DrshuftiExec=core2_rshuftiExec - -DrtruffleExec=core2_rtruffleExec - -Drun_accel=core2_run_accel - -DsetSomFromSomAware=core2_setSomFromSomAware - -DshuftiDoubleExec=core2_shuftiDoubleExec - -DshuftiExec=core2_shuftiExec - -Dsimd_onebit_masks=core2_simd_onebit_masks - -Dsize_compress_stream=core2_size_compress_stream - -DstoreSomToStream=core2_storeSomToStream - -Dstorecompressed128=core2_storecompressed128 - -Dstorecompressed256=core2_storecompressed256 - -Dstorecompressed32=core2_storecompressed32 - -Dstorecompressed384=core2_storecompressed384 - -Dstorecompressed512=core2_storecompressed512 - -Dstorecompressed64=core2_storecompressed64 - -DstreamInitSufPQ=core2_streamInitSufPQ - -DtruffleExec=core2_truffleExec - -Dvbs_mask_data=core2_vbs_mask_data - $,,-Wno-everything> -) -target_include_directories(libs-hyperscan-runtime_core2 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src -) -target_sources(libs-hyperscan-runtime_core2 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/alloc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/crc32.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/database.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/fdr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/teddy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/teddy_avx2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hs_valid_platform.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hs_version.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hwlm/hwlm.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hwlm/noodle_engine.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/accel.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/castle.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/gough.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/lbr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_accel.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_native.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_simd128.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_simd256.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_simd384.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_simd512.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mcclellan.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mcsheng.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mcsheng_data.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mpv.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/nfa_api_dispatch.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/repeat.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/sheng.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/shufti.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/tamarama.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/truffle.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/block.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/catchup.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/init.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/match.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/program_runtime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/stream.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/runtime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/scratch.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/som/som_runtime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/som/som_stream.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/stream_compress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/cpuid_flags.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/masked_move.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/multibit.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/simd_utils.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/state_compress.c -) diff --git a/contrib/libs/hyperscan/runtime_corei7/CMakeLists.darwin-x86_64.txt b/contrib/libs/hyperscan/runtime_corei7/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c3088fa842c..00000000000 --- a/contrib/libs/hyperscan/runtime_corei7/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,480 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(libs-hyperscan-runtime_corei7) -target_compile_options(libs-hyperscan-runtime_corei7 PRIVATE - -msse4.1 - -DHAVE_SSE41 - -msse4.2 - -DHAVE_SSE42 - -mpopcnt - -DHAVE_POPCOUNT_INSTR - -DCrc32c_ComputeBuf=corei7_Crc32c_ComputeBuf - -DblockInitSufPQ=corei7_blockInitSufPQ - -Dcompress_stream=corei7_compress_stream - -Dcpuid_flags=corei7_cpuid_flags - -Dcpuid_tune=corei7_cpuid_tune - -DdbIsValid=corei7_dbIsValid - -DdoAccel128=corei7_doAccel128 - -DdoAccel256=corei7_doAccel256 - -DdoAccel32=corei7_doAccel32 - -DdoAccel384=corei7_doAccel384 - -DdoAccel512=corei7_doAccel512 - -DdoAccel64=corei7_doAccel64 - -Dexpand_stream=corei7_expand_stream - -DfdrExec=corei7_fdrExec - -DfdrExecStreaming=corei7_fdrExecStreaming - -Dfdr_exec_fat_teddy_msks1=corei7_fdr_exec_fat_teddy_msks1 - -Dfdr_exec_fat_teddy_msks1_pck=corei7_fdr_exec_fat_teddy_msks1_pck - -Dfdr_exec_fat_teddy_msks2=corei7_fdr_exec_fat_teddy_msks2 - -Dfdr_exec_fat_teddy_msks2_pck=corei7_fdr_exec_fat_teddy_msks2_pck - -Dfdr_exec_fat_teddy_msks3=corei7_fdr_exec_fat_teddy_msks3 - -Dfdr_exec_fat_teddy_msks3_pck=corei7_fdr_exec_fat_teddy_msks3_pck - -Dfdr_exec_fat_teddy_msks4=corei7_fdr_exec_fat_teddy_msks4 - -Dfdr_exec_fat_teddy_msks4_pck=corei7_fdr_exec_fat_teddy_msks4_pck - -Dfdr_exec_teddy_msks1=corei7_fdr_exec_teddy_msks1 - -Dfdr_exec_teddy_msks1_pck=corei7_fdr_exec_teddy_msks1_pck - -Dfdr_exec_teddy_msks2=corei7_fdr_exec_teddy_msks2 - -Dfdr_exec_teddy_msks2_pck=corei7_fdr_exec_teddy_msks2_pck - -Dfdr_exec_teddy_msks3=corei7_fdr_exec_teddy_msks3 - -Dfdr_exec_teddy_msks3_pck=corei7_fdr_exec_teddy_msks3_pck - -Dfdr_exec_teddy_msks4=corei7_fdr_exec_teddy_msks4 - -Dfdr_exec_teddy_msks4_pck=corei7_fdr_exec_teddy_msks4_pck - -DflushQueuedLiterals_i=corei7_flushQueuedLiterals_i - -DflushStoredSomMatches_i=corei7_flushStoredSomMatches_i - -DhandleSomExternal=corei7_handleSomExternal - -DhandleSomInternal=corei7_handleSomInternal - -Dhs_alloc_scratch=corei7_hs_alloc_scratch - -Dhs_clone_scratch=corei7_hs_clone_scratch - -Dhs_close_stream=corei7_hs_close_stream - -Dhs_compress_stream=corei7_hs_compress_stream - -Dhs_copy_stream=corei7_hs_copy_stream - -Dhs_database_alloc=corei7_hs_database_alloc - -Dhs_database_free=corei7_hs_database_free - -Dhs_database_info=corei7_hs_database_info - -Dhs_database_size=corei7_hs_database_size - -Dhs_deserialize_database=corei7_hs_deserialize_database - -Dhs_deserialize_database_at=corei7_hs_deserialize_database_at - -Dhs_expand_stream=corei7_hs_expand_stream - -Dhs_free_database=corei7_hs_free_database - -Dhs_free_scratch=corei7_hs_free_scratch - -Dhs_misc_alloc=corei7_hs_misc_alloc - -Dhs_misc_free=corei7_hs_misc_free - -Dhs_open_stream=corei7_hs_open_stream - -Dhs_reset_and_copy_stream=corei7_hs_reset_and_copy_stream - -Dhs_reset_and_expand_stream=corei7_hs_reset_and_expand_stream - -Dhs_reset_stream=corei7_hs_reset_stream - -Dhs_scan=corei7_hs_scan - -Dhs_scan_stream=corei7_hs_scan_stream - -Dhs_scan_vector=corei7_hs_scan_vector - -Dhs_scratch_alloc=corei7_hs_scratch_alloc - -Dhs_scratch_free=corei7_hs_scratch_free - -Dhs_scratch_size=corei7_hs_scratch_size - -Dhs_serialize_database=corei7_hs_serialize_database - -Dhs_serialized_database_info=corei7_hs_serialized_database_info - -Dhs_serialized_database_size=corei7_hs_serialized_database_size - -Dhs_set_allocator=corei7_hs_set_allocator - -Dhs_set_database_allocator=corei7_hs_set_database_allocator - -Dhs_set_misc_allocator=corei7_hs_set_misc_allocator - -Dhs_set_scratch_allocator=corei7_hs_set_scratch_allocator - -Dhs_set_stream_allocator=corei7_hs_set_stream_allocator - -Dhs_stream_alloc=corei7_hs_stream_alloc - -Dhs_stream_free=corei7_hs_stream_free - -Dhs_stream_size=corei7_hs_stream_size - -Dhs_valid_platform=corei7_hs_valid_platform - -Dhs_version=corei7_hs_version - -DhwlmExec=corei7_hwlmExec - -DhwlmExecStreaming=corei7_hwlmExecStreaming - -DloadSomFromStream=corei7_loadSomFromStream - -Dloadcompressed128=corei7_loadcompressed128 - -Dloadcompressed256=corei7_loadcompressed256 - -Dloadcompressed32=corei7_loadcompressed32 - -Dloadcompressed384=corei7_loadcompressed384 - -Dloadcompressed512=corei7_loadcompressed512 - -Dloadcompressed64=corei7_loadcompressed64 - -Dmcsheng_pext_mask=corei7_mcsheng_pext_mask - -Dmm_mask_mask=corei7_mm_mask_mask - -Dmm_shuffle_end=corei7_mm_shuffle_end - -Dmmbit_keyshift_lut=corei7_mmbit_keyshift_lut - -Dmmbit_maxlevel_direct_lut=corei7_mmbit_maxlevel_direct_lut - -Dmmbit_maxlevel_from_keyshift_lut=corei7_mmbit_maxlevel_from_keyshift_lut - -Dmmbit_root_offset_from_level=corei7_mmbit_root_offset_from_level - -Dmmbit_zero_to_lut=corei7_mmbit_zero_to_lut - -DnfaBlockExecReverse=corei7_nfaBlockExecReverse - -DnfaCheckFinalState=corei7_nfaCheckFinalState - -DnfaExecCastle_Q=corei7_nfaExecCastle_Q - -DnfaExecCastle_Q2=corei7_nfaExecCastle_Q2 - -DnfaExecCastle_QR=corei7_nfaExecCastle_QR - -DnfaExecCastle_expandState=corei7_nfaExecCastle_expandState - -DnfaExecCastle_inAccept=corei7_nfaExecCastle_inAccept - -DnfaExecCastle_inAnyAccept=corei7_nfaExecCastle_inAnyAccept - -DnfaExecCastle_initCompressedState=corei7_nfaExecCastle_initCompressedState - -DnfaExecCastle_queueCompressState=corei7_nfaExecCastle_queueCompressState - -DnfaExecCastle_queueInitState=corei7_nfaExecCastle_queueInitState - -DnfaExecCastle_reportCurrent=corei7_nfaExecCastle_reportCurrent - -DnfaExecGough16_Q=corei7_nfaExecGough16_Q - -DnfaExecGough16_Q2=corei7_nfaExecGough16_Q2 - -DnfaExecGough16_QR=corei7_nfaExecGough16_QR - -DnfaExecGough16_expandState=corei7_nfaExecGough16_expandState - -DnfaExecGough16_inAccept=corei7_nfaExecGough16_inAccept - -DnfaExecGough16_inAnyAccept=corei7_nfaExecGough16_inAnyAccept - -DnfaExecGough16_initCompressedState=corei7_nfaExecGough16_initCompressedState - -DnfaExecGough16_queueCompressState=corei7_nfaExecGough16_queueCompressState - -DnfaExecGough16_queueInitState=corei7_nfaExecGough16_queueInitState - -DnfaExecGough16_reportCurrent=corei7_nfaExecGough16_reportCurrent - -DnfaExecGough16_testEOD=corei7_nfaExecGough16_testEOD - -DnfaExecGough8_Q=corei7_nfaExecGough8_Q - -DnfaExecGough8_Q2=corei7_nfaExecGough8_Q2 - -DnfaExecGough8_QR=corei7_nfaExecGough8_QR - -DnfaExecGough8_expandState=corei7_nfaExecGough8_expandState - -DnfaExecGough8_inAccept=corei7_nfaExecGough8_inAccept - -DnfaExecGough8_inAnyAccept=corei7_nfaExecGough8_inAnyAccept - -DnfaExecGough8_initCompressedState=corei7_nfaExecGough8_initCompressedState - -DnfaExecGough8_queueCompressState=corei7_nfaExecGough8_queueCompressState - -DnfaExecGough8_queueInitState=corei7_nfaExecGough8_queueInitState - -DnfaExecGough8_reportCurrent=corei7_nfaExecGough8_reportCurrent - -DnfaExecGough8_testEOD=corei7_nfaExecGough8_testEOD - -DnfaExecLbrDot_Q=corei7_nfaExecLbrDot_Q - -DnfaExecLbrDot_Q2=corei7_nfaExecLbrDot_Q2 - -DnfaExecLbrDot_QR=corei7_nfaExecLbrDot_QR - -DnfaExecLbrDot_expandState=corei7_nfaExecLbrDot_expandState - -DnfaExecLbrDot_inAccept=corei7_nfaExecLbrDot_inAccept - -DnfaExecLbrDot_inAnyAccept=corei7_nfaExecLbrDot_inAnyAccept - -DnfaExecLbrDot_initCompressedState=corei7_nfaExecLbrDot_initCompressedState - -DnfaExecLbrDot_queueCompressState=corei7_nfaExecLbrDot_queueCompressState - -DnfaExecLbrDot_queueInitState=corei7_nfaExecLbrDot_queueInitState - -DnfaExecLbrDot_reportCurrent=corei7_nfaExecLbrDot_reportCurrent - -DnfaExecLbrNVerm_Q=corei7_nfaExecLbrNVerm_Q - -DnfaExecLbrNVerm_Q2=corei7_nfaExecLbrNVerm_Q2 - -DnfaExecLbrNVerm_QR=corei7_nfaExecLbrNVerm_QR - -DnfaExecLbrNVerm_expandState=corei7_nfaExecLbrNVerm_expandState - -DnfaExecLbrNVerm_inAccept=corei7_nfaExecLbrNVerm_inAccept - -DnfaExecLbrNVerm_inAnyAccept=corei7_nfaExecLbrNVerm_inAnyAccept - -DnfaExecLbrNVerm_initCompressedState=corei7_nfaExecLbrNVerm_initCompressedState - -DnfaExecLbrNVerm_queueCompressState=corei7_nfaExecLbrNVerm_queueCompressState - -DnfaExecLbrNVerm_queueInitState=corei7_nfaExecLbrNVerm_queueInitState - -DnfaExecLbrNVerm_reportCurrent=corei7_nfaExecLbrNVerm_reportCurrent - -DnfaExecLbrShuf_Q=corei7_nfaExecLbrShuf_Q - -DnfaExecLbrShuf_Q2=corei7_nfaExecLbrShuf_Q2 - -DnfaExecLbrShuf_QR=corei7_nfaExecLbrShuf_QR - -DnfaExecLbrShuf_expandState=corei7_nfaExecLbrShuf_expandState - -DnfaExecLbrShuf_inAccept=corei7_nfaExecLbrShuf_inAccept - -DnfaExecLbrShuf_inAnyAccept=corei7_nfaExecLbrShuf_inAnyAccept - -DnfaExecLbrShuf_initCompressedState=corei7_nfaExecLbrShuf_initCompressedState - -DnfaExecLbrShuf_queueCompressState=corei7_nfaExecLbrShuf_queueCompressState - -DnfaExecLbrShuf_queueInitState=corei7_nfaExecLbrShuf_queueInitState - -DnfaExecLbrShuf_reportCurrent=corei7_nfaExecLbrShuf_reportCurrent - -DnfaExecLbrTruf_Q=corei7_nfaExecLbrTruf_Q - -DnfaExecLbrTruf_Q2=corei7_nfaExecLbrTruf_Q2 - -DnfaExecLbrTruf_QR=corei7_nfaExecLbrTruf_QR - -DnfaExecLbrTruf_expandState=corei7_nfaExecLbrTruf_expandState - -DnfaExecLbrTruf_inAccept=corei7_nfaExecLbrTruf_inAccept - -DnfaExecLbrTruf_inAnyAccept=corei7_nfaExecLbrTruf_inAnyAccept - -DnfaExecLbrTruf_initCompressedState=corei7_nfaExecLbrTruf_initCompressedState - -DnfaExecLbrTruf_queueCompressState=corei7_nfaExecLbrTruf_queueCompressState - -DnfaExecLbrTruf_queueInitState=corei7_nfaExecLbrTruf_queueInitState - -DnfaExecLbrTruf_reportCurrent=corei7_nfaExecLbrTruf_reportCurrent - -DnfaExecLbrVerm_Q=corei7_nfaExecLbrVerm_Q - -DnfaExecLbrVerm_Q2=corei7_nfaExecLbrVerm_Q2 - -DnfaExecLbrVerm_QR=corei7_nfaExecLbrVerm_QR - -DnfaExecLbrVerm_expandState=corei7_nfaExecLbrVerm_expandState - -DnfaExecLbrVerm_inAccept=corei7_nfaExecLbrVerm_inAccept - -DnfaExecLbrVerm_inAnyAccept=corei7_nfaExecLbrVerm_inAnyAccept - -DnfaExecLbrVerm_initCompressedState=corei7_nfaExecLbrVerm_initCompressedState - -DnfaExecLbrVerm_queueCompressState=corei7_nfaExecLbrVerm_queueCompressState - -DnfaExecLbrVerm_queueInitState=corei7_nfaExecLbrVerm_queueInitState - -DnfaExecLbrVerm_reportCurrent=corei7_nfaExecLbrVerm_reportCurrent - -DnfaExecLimEx128_B_Reverse=corei7_nfaExecLimEx128_B_Reverse - -DnfaExecLimEx128_Q=corei7_nfaExecLimEx128_Q - -DnfaExecLimEx128_Q2=corei7_nfaExecLimEx128_Q2 - -DnfaExecLimEx128_QR=corei7_nfaExecLimEx128_QR - -DnfaExecLimEx128_expandState=corei7_nfaExecLimEx128_expandState - -DnfaExecLimEx128_inAccept=corei7_nfaExecLimEx128_inAccept - -DnfaExecLimEx128_inAnyAccept=corei7_nfaExecLimEx128_inAnyAccept - -DnfaExecLimEx128_initCompressedState=corei7_nfaExecLimEx128_initCompressedState - -DnfaExecLimEx128_queueCompressState=corei7_nfaExecLimEx128_queueCompressState - -DnfaExecLimEx128_queueInitState=corei7_nfaExecLimEx128_queueInitState - -DnfaExecLimEx128_reportCurrent=corei7_nfaExecLimEx128_reportCurrent - -DnfaExecLimEx128_testEOD=corei7_nfaExecLimEx128_testEOD - -DnfaExecLimEx128_zombie_status=corei7_nfaExecLimEx128_zombie_status - -DnfaExecLimEx256_B_Reverse=corei7_nfaExecLimEx256_B_Reverse - -DnfaExecLimEx256_Q=corei7_nfaExecLimEx256_Q - -DnfaExecLimEx256_Q2=corei7_nfaExecLimEx256_Q2 - -DnfaExecLimEx256_QR=corei7_nfaExecLimEx256_QR - -DnfaExecLimEx256_expandState=corei7_nfaExecLimEx256_expandState - -DnfaExecLimEx256_inAccept=corei7_nfaExecLimEx256_inAccept - -DnfaExecLimEx256_inAnyAccept=corei7_nfaExecLimEx256_inAnyAccept - -DnfaExecLimEx256_initCompressedState=corei7_nfaExecLimEx256_initCompressedState - -DnfaExecLimEx256_queueCompressState=corei7_nfaExecLimEx256_queueCompressState - -DnfaExecLimEx256_queueInitState=corei7_nfaExecLimEx256_queueInitState - -DnfaExecLimEx256_reportCurrent=corei7_nfaExecLimEx256_reportCurrent - -DnfaExecLimEx256_testEOD=corei7_nfaExecLimEx256_testEOD - -DnfaExecLimEx256_zombie_status=corei7_nfaExecLimEx256_zombie_status - -DnfaExecLimEx32_B_Reverse=corei7_nfaExecLimEx32_B_Reverse - -DnfaExecLimEx32_Q=corei7_nfaExecLimEx32_Q - -DnfaExecLimEx32_Q2=corei7_nfaExecLimEx32_Q2 - -DnfaExecLimEx32_QR=corei7_nfaExecLimEx32_QR - -DnfaExecLimEx32_expandState=corei7_nfaExecLimEx32_expandState - -DnfaExecLimEx32_inAccept=corei7_nfaExecLimEx32_inAccept - -DnfaExecLimEx32_inAnyAccept=corei7_nfaExecLimEx32_inAnyAccept - -DnfaExecLimEx32_initCompressedState=corei7_nfaExecLimEx32_initCompressedState - -DnfaExecLimEx32_queueCompressState=corei7_nfaExecLimEx32_queueCompressState - -DnfaExecLimEx32_queueInitState=corei7_nfaExecLimEx32_queueInitState - -DnfaExecLimEx32_reportCurrent=corei7_nfaExecLimEx32_reportCurrent - -DnfaExecLimEx32_testEOD=corei7_nfaExecLimEx32_testEOD - -DnfaExecLimEx32_zombie_status=corei7_nfaExecLimEx32_zombie_status - -DnfaExecLimEx384_B_Reverse=corei7_nfaExecLimEx384_B_Reverse - -DnfaExecLimEx384_Q=corei7_nfaExecLimEx384_Q - -DnfaExecLimEx384_Q2=corei7_nfaExecLimEx384_Q2 - -DnfaExecLimEx384_QR=corei7_nfaExecLimEx384_QR - -DnfaExecLimEx384_expandState=corei7_nfaExecLimEx384_expandState - -DnfaExecLimEx384_inAccept=corei7_nfaExecLimEx384_inAccept - -DnfaExecLimEx384_inAnyAccept=corei7_nfaExecLimEx384_inAnyAccept - -DnfaExecLimEx384_initCompressedState=corei7_nfaExecLimEx384_initCompressedState - -DnfaExecLimEx384_queueCompressState=corei7_nfaExecLimEx384_queueCompressState - -DnfaExecLimEx384_queueInitState=corei7_nfaExecLimEx384_queueInitState - -DnfaExecLimEx384_reportCurrent=corei7_nfaExecLimEx384_reportCurrent - -DnfaExecLimEx384_testEOD=corei7_nfaExecLimEx384_testEOD - -DnfaExecLimEx384_zombie_status=corei7_nfaExecLimEx384_zombie_status - -DnfaExecLimEx512_B_Reverse=corei7_nfaExecLimEx512_B_Reverse - -DnfaExecLimEx512_Q=corei7_nfaExecLimEx512_Q - -DnfaExecLimEx512_Q2=corei7_nfaExecLimEx512_Q2 - -DnfaExecLimEx512_QR=corei7_nfaExecLimEx512_QR - -DnfaExecLimEx512_expandState=corei7_nfaExecLimEx512_expandState - -DnfaExecLimEx512_inAccept=corei7_nfaExecLimEx512_inAccept - -DnfaExecLimEx512_inAnyAccept=corei7_nfaExecLimEx512_inAnyAccept - -DnfaExecLimEx512_initCompressedState=corei7_nfaExecLimEx512_initCompressedState - -DnfaExecLimEx512_queueCompressState=corei7_nfaExecLimEx512_queueCompressState - -DnfaExecLimEx512_queueInitState=corei7_nfaExecLimEx512_queueInitState - -DnfaExecLimEx512_reportCurrent=corei7_nfaExecLimEx512_reportCurrent - -DnfaExecLimEx512_testEOD=corei7_nfaExecLimEx512_testEOD - -DnfaExecLimEx512_zombie_status=corei7_nfaExecLimEx512_zombie_status - -DnfaExecLimEx64_B_Reverse=corei7_nfaExecLimEx64_B_Reverse - -DnfaExecLimEx64_Q=corei7_nfaExecLimEx64_Q - -DnfaExecLimEx64_Q2=corei7_nfaExecLimEx64_Q2 - -DnfaExecLimEx64_QR=corei7_nfaExecLimEx64_QR - -DnfaExecLimEx64_expandState=corei7_nfaExecLimEx64_expandState - -DnfaExecLimEx64_inAccept=corei7_nfaExecLimEx64_inAccept - -DnfaExecLimEx64_inAnyAccept=corei7_nfaExecLimEx64_inAnyAccept - -DnfaExecLimEx64_initCompressedState=corei7_nfaExecLimEx64_initCompressedState - -DnfaExecLimEx64_queueCompressState=corei7_nfaExecLimEx64_queueCompressState - -DnfaExecLimEx64_queueInitState=corei7_nfaExecLimEx64_queueInitState - -DnfaExecLimEx64_reportCurrent=corei7_nfaExecLimEx64_reportCurrent - -DnfaExecLimEx64_testEOD=corei7_nfaExecLimEx64_testEOD - -DnfaExecLimEx64_zombie_status=corei7_nfaExecLimEx64_zombie_status - -DnfaExecMcClellan16_B=corei7_nfaExecMcClellan16_B - -DnfaExecMcClellan16_Q=corei7_nfaExecMcClellan16_Q - -DnfaExecMcClellan16_Q2=corei7_nfaExecMcClellan16_Q2 - -DnfaExecMcClellan16_QR=corei7_nfaExecMcClellan16_QR - -DnfaExecMcClellan16_SimpStream=corei7_nfaExecMcClellan16_SimpStream - -DnfaExecMcClellan16_expandState=corei7_nfaExecMcClellan16_expandState - -DnfaExecMcClellan16_inAccept=corei7_nfaExecMcClellan16_inAccept - -DnfaExecMcClellan16_inAnyAccept=corei7_nfaExecMcClellan16_inAnyAccept - -DnfaExecMcClellan16_initCompressedState=corei7_nfaExecMcClellan16_initCompressedState - -DnfaExecMcClellan16_queueCompressState=corei7_nfaExecMcClellan16_queueCompressState - -DnfaExecMcClellan16_queueInitState=corei7_nfaExecMcClellan16_queueInitState - -DnfaExecMcClellan16_reportCurrent=corei7_nfaExecMcClellan16_reportCurrent - -DnfaExecMcClellan16_testEOD=corei7_nfaExecMcClellan16_testEOD - -DnfaExecMcClellan8_B=corei7_nfaExecMcClellan8_B - -DnfaExecMcClellan8_Q=corei7_nfaExecMcClellan8_Q - -DnfaExecMcClellan8_Q2=corei7_nfaExecMcClellan8_Q2 - -DnfaExecMcClellan8_QR=corei7_nfaExecMcClellan8_QR - -DnfaExecMcClellan8_SimpStream=corei7_nfaExecMcClellan8_SimpStream - -DnfaExecMcClellan8_expandState=corei7_nfaExecMcClellan8_expandState - -DnfaExecMcClellan8_inAccept=corei7_nfaExecMcClellan8_inAccept - -DnfaExecMcClellan8_inAnyAccept=corei7_nfaExecMcClellan8_inAnyAccept - -DnfaExecMcClellan8_initCompressedState=corei7_nfaExecMcClellan8_initCompressedState - -DnfaExecMcClellan8_queueCompressState=corei7_nfaExecMcClellan8_queueCompressState - -DnfaExecMcClellan8_queueInitState=corei7_nfaExecMcClellan8_queueInitState - -DnfaExecMcClellan8_reportCurrent=corei7_nfaExecMcClellan8_reportCurrent - -DnfaExecMcClellan8_testEOD=corei7_nfaExecMcClellan8_testEOD - -DnfaExecMcSheng16_Q=corei7_nfaExecMcSheng16_Q - -DnfaExecMcSheng16_Q2=corei7_nfaExecMcSheng16_Q2 - -DnfaExecMcSheng16_QR=corei7_nfaExecMcSheng16_QR - -DnfaExecMcSheng16_expandState=corei7_nfaExecMcSheng16_expandState - -DnfaExecMcSheng16_inAccept=corei7_nfaExecMcSheng16_inAccept - -DnfaExecMcSheng16_inAnyAccept=corei7_nfaExecMcSheng16_inAnyAccept - -DnfaExecMcSheng16_initCompressedState=corei7_nfaExecMcSheng16_initCompressedState - -DnfaExecMcSheng16_queueCompressState=corei7_nfaExecMcSheng16_queueCompressState - -DnfaExecMcSheng16_queueInitState=corei7_nfaExecMcSheng16_queueInitState - -DnfaExecMcSheng16_reportCurrent=corei7_nfaExecMcSheng16_reportCurrent - -DnfaExecMcSheng16_testEOD=corei7_nfaExecMcSheng16_testEOD - -DnfaExecMcSheng8_Q=corei7_nfaExecMcSheng8_Q - -DnfaExecMcSheng8_Q2=corei7_nfaExecMcSheng8_Q2 - -DnfaExecMcSheng8_QR=corei7_nfaExecMcSheng8_QR - -DnfaExecMcSheng8_expandState=corei7_nfaExecMcSheng8_expandState - -DnfaExecMcSheng8_inAccept=corei7_nfaExecMcSheng8_inAccept - -DnfaExecMcSheng8_inAnyAccept=corei7_nfaExecMcSheng8_inAnyAccept - -DnfaExecMcSheng8_initCompressedState=corei7_nfaExecMcSheng8_initCompressedState - -DnfaExecMcSheng8_queueCompressState=corei7_nfaExecMcSheng8_queueCompressState - -DnfaExecMcSheng8_queueInitState=corei7_nfaExecMcSheng8_queueInitState - -DnfaExecMcSheng8_reportCurrent=corei7_nfaExecMcSheng8_reportCurrent - -DnfaExecMcSheng8_testEOD=corei7_nfaExecMcSheng8_testEOD - -DnfaExecMpv_Q=corei7_nfaExecMpv_Q - -DnfaExecMpv_QueueExecRaw=corei7_nfaExecMpv_QueueExecRaw - -DnfaExecMpv_expandState=corei7_nfaExecMpv_expandState - -DnfaExecMpv_initCompressedState=corei7_nfaExecMpv_initCompressedState - -DnfaExecMpv_queueCompressState=corei7_nfaExecMpv_queueCompressState - -DnfaExecMpv_queueInitState=corei7_nfaExecMpv_queueInitState - -DnfaExecMpv_reportCurrent=corei7_nfaExecMpv_reportCurrent - -DnfaExecSheng_B=corei7_nfaExecSheng_B - -DnfaExecSheng_Q=corei7_nfaExecSheng_Q - -DnfaExecSheng_Q2=corei7_nfaExecSheng_Q2 - -DnfaExecSheng_QR=corei7_nfaExecSheng_QR - -DnfaExecSheng_expandState=corei7_nfaExecSheng_expandState - -DnfaExecSheng_inAccept=corei7_nfaExecSheng_inAccept - -DnfaExecSheng_inAnyAccept=corei7_nfaExecSheng_inAnyAccept - -DnfaExecSheng_initCompressedState=corei7_nfaExecSheng_initCompressedState - -DnfaExecSheng_queueCompressState=corei7_nfaExecSheng_queueCompressState - -DnfaExecSheng_queueInitState=corei7_nfaExecSheng_queueInitState - -DnfaExecSheng_reportCurrent=corei7_nfaExecSheng_reportCurrent - -DnfaExecSheng_testEOD=corei7_nfaExecSheng_testEOD - -DnfaExecTamarama_Q=corei7_nfaExecTamarama_Q - -DnfaExecTamarama_Q2=corei7_nfaExecTamarama_Q2 - -DnfaExecTamarama_QR=corei7_nfaExecTamarama_QR - -DnfaExecTamarama_expandState=corei7_nfaExecTamarama_expandState - -DnfaExecTamarama_inAccept=corei7_nfaExecTamarama_inAccept - -DnfaExecTamarama_inAnyAccept=corei7_nfaExecTamarama_inAnyAccept - -DnfaExecTamarama_queueCompressState=corei7_nfaExecTamarama_queueCompressState - -DnfaExecTamarama_queueInitState=corei7_nfaExecTamarama_queueInitState - -DnfaExecTamarama_reportCurrent=corei7_nfaExecTamarama_reportCurrent - -DnfaExecTamarama_testEOD=corei7_nfaExecTamarama_testEOD - -DnfaExecTamarama_zombie_status=corei7_nfaExecTamarama_zombie_status - -DnfaExpandState=corei7_nfaExpandState - -DnfaGetZombieStatus=corei7_nfaGetZombieStatus - -DnfaInAcceptState=corei7_nfaInAcceptState - -DnfaInAnyAcceptState=corei7_nfaInAnyAcceptState - -DnfaInitCompressedState=corei7_nfaInitCompressedState - -DnfaQueueCompressState=corei7_nfaQueueCompressState - -DnfaQueueExec=corei7_nfaQueueExec - -DnfaQueueExec2_raw=corei7_nfaQueueExec2_raw - -DnfaQueueExecRose=corei7_nfaQueueExecRose - -DnfaQueueExecToMatch=corei7_nfaQueueExecToMatch - -DnfaQueueExec_raw=corei7_nfaQueueExec_raw - -DnfaQueueInitState=corei7_nfaQueueInitState - -DnfaReportCurrentMatches=corei7_nfaReportCurrentMatches - -DnoodExec=corei7_noodExec - -DnoodExecStreaming=corei7_noodExecStreaming - -Dp_mask_arr=corei7_p_mask_arr - -Dp_mask_arr256=corei7_p_mask_arr256 - -DrepeatHasMatchBitmap=corei7_repeatHasMatchBitmap - -DrepeatHasMatchRange=corei7_repeatHasMatchRange - -DrepeatHasMatchRing=corei7_repeatHasMatchRing - -DrepeatHasMatchSparseOptimalP=corei7_repeatHasMatchSparseOptimalP - -DrepeatHasMatchTrailer=corei7_repeatHasMatchTrailer - -DrepeatLastTopBitmap=corei7_repeatLastTopBitmap - -DrepeatLastTopRange=corei7_repeatLastTopRange - -DrepeatLastTopRing=corei7_repeatLastTopRing - -DrepeatLastTopSparseOptimalP=corei7_repeatLastTopSparseOptimalP - -DrepeatLastTopTrailer=corei7_repeatLastTopTrailer - -DrepeatNextMatchBitmap=corei7_repeatNextMatchBitmap - -DrepeatNextMatchRange=corei7_repeatNextMatchRange - -DrepeatNextMatchRing=corei7_repeatNextMatchRing - -DrepeatNextMatchSparseOptimalP=corei7_repeatNextMatchSparseOptimalP - -DrepeatNextMatchTrailer=corei7_repeatNextMatchTrailer - -DrepeatPack=corei7_repeatPack - -DrepeatStoreBitmap=corei7_repeatStoreBitmap - -DrepeatStoreRange=corei7_repeatStoreRange - -DrepeatStoreRing=corei7_repeatStoreRing - -DrepeatStoreSparseOptimalP=corei7_repeatStoreSparseOptimalP - -DrepeatStoreTrailer=corei7_repeatStoreTrailer - -DrepeatUnpack=corei7_repeatUnpack - -DroseAnchoredCallback=corei7_roseAnchoredCallback - -DroseBlockExec=corei7_roseBlockExec - -DroseCallback=corei7_roseCallback - -DroseCatchUpAll=corei7_roseCatchUpAll - -DroseCatchUpMPV_i=corei7_roseCatchUpMPV_i - -DroseCatchUpSuf=corei7_roseCatchUpSuf - -DroseDelayRebuildCallback=corei7_roseDelayRebuildCallback - -DroseFloatingCallback=corei7_roseFloatingCallback - -DroseHandleChainMatch=corei7_roseHandleChainMatch - -DroseInitState=corei7_roseInitState - -DroseNfaAdaptor=corei7_roseNfaAdaptor - -DroseNfaEarliestSom=corei7_roseNfaEarliestSom - -DroseReportAdaptor=corei7_roseReportAdaptor - -DroseRunBoundaryProgram=corei7_roseRunBoundaryProgram - -DroseRunFlushCombProgram=corei7_roseRunFlushCombProgram - -DroseRunLastFlushCombProgram=corei7_roseRunLastFlushCombProgram - -DroseRunProgram=corei7_roseRunProgram - -DroseRunProgram_l=corei7_roseRunProgram_l - -DroseStreamEodExec=corei7_roseStreamEodExec - -DroseStreamExec=corei7_roseStreamExec - -DrshuftiExec=corei7_rshuftiExec - -DrtruffleExec=corei7_rtruffleExec - -Drun_accel=corei7_run_accel - -DsetSomFromSomAware=corei7_setSomFromSomAware - -DshuftiDoubleExec=corei7_shuftiDoubleExec - -DshuftiExec=corei7_shuftiExec - -Dsimd_onebit_masks=corei7_simd_onebit_masks - -Dsize_compress_stream=corei7_size_compress_stream - -DstoreSomToStream=corei7_storeSomToStream - -Dstorecompressed128=corei7_storecompressed128 - -Dstorecompressed256=corei7_storecompressed256 - -Dstorecompressed32=corei7_storecompressed32 - -Dstorecompressed384=corei7_storecompressed384 - -Dstorecompressed512=corei7_storecompressed512 - -Dstorecompressed64=corei7_storecompressed64 - -DstreamInitSufPQ=corei7_streamInitSufPQ - -DtruffleExec=corei7_truffleExec - -Dvbs_mask_data=corei7_vbs_mask_data - $,,-Wno-everything> -) -target_include_directories(libs-hyperscan-runtime_corei7 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src -) -target_sources(libs-hyperscan-runtime_corei7 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/alloc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/crc32.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/database.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/fdr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/teddy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/teddy_avx2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hs_valid_platform.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hs_version.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hwlm/hwlm.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hwlm/noodle_engine.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/accel.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/castle.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/gough.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/lbr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_accel.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_native.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_simd128.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_simd256.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_simd384.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_simd512.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mcclellan.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mcsheng.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mcsheng_data.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mpv.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/nfa_api_dispatch.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/repeat.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/sheng.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/shufti.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/tamarama.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/truffle.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/block.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/catchup.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/init.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/match.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/program_runtime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/stream.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/runtime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/scratch.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/som/som_runtime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/som/som_stream.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/stream_compress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/cpuid_flags.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/masked_move.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/multibit.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/simd_utils.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/state_compress.c -) diff --git a/contrib/libs/hyperscan/runtime_corei7/CMakeLists.linux-x86_64.txt b/contrib/libs/hyperscan/runtime_corei7/CMakeLists.linux-x86_64.txt deleted file mode 100644 index c1878d2ffcf..00000000000 --- a/contrib/libs/hyperscan/runtime_corei7/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,483 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(libs-hyperscan-runtime_corei7) -target_compile_options(libs-hyperscan-runtime_corei7 PRIVATE - -msse4.1 - -DHAVE_SSE41 - -msse4.2 - -DHAVE_SSE42 - -mpopcnt - -DHAVE_POPCOUNT_INSTR - -DCrc32c_ComputeBuf=corei7_Crc32c_ComputeBuf - -DblockInitSufPQ=corei7_blockInitSufPQ - -Dcompress_stream=corei7_compress_stream - -Dcpuid_flags=corei7_cpuid_flags - -Dcpuid_tune=corei7_cpuid_tune - -DdbIsValid=corei7_dbIsValid - -DdoAccel128=corei7_doAccel128 - -DdoAccel256=corei7_doAccel256 - -DdoAccel32=corei7_doAccel32 - -DdoAccel384=corei7_doAccel384 - -DdoAccel512=corei7_doAccel512 - -DdoAccel64=corei7_doAccel64 - -Dexpand_stream=corei7_expand_stream - -DfdrExec=corei7_fdrExec - -DfdrExecStreaming=corei7_fdrExecStreaming - -Dfdr_exec_fat_teddy_msks1=corei7_fdr_exec_fat_teddy_msks1 - -Dfdr_exec_fat_teddy_msks1_pck=corei7_fdr_exec_fat_teddy_msks1_pck - -Dfdr_exec_fat_teddy_msks2=corei7_fdr_exec_fat_teddy_msks2 - -Dfdr_exec_fat_teddy_msks2_pck=corei7_fdr_exec_fat_teddy_msks2_pck - -Dfdr_exec_fat_teddy_msks3=corei7_fdr_exec_fat_teddy_msks3 - -Dfdr_exec_fat_teddy_msks3_pck=corei7_fdr_exec_fat_teddy_msks3_pck - -Dfdr_exec_fat_teddy_msks4=corei7_fdr_exec_fat_teddy_msks4 - -Dfdr_exec_fat_teddy_msks4_pck=corei7_fdr_exec_fat_teddy_msks4_pck - -Dfdr_exec_teddy_msks1=corei7_fdr_exec_teddy_msks1 - -Dfdr_exec_teddy_msks1_pck=corei7_fdr_exec_teddy_msks1_pck - -Dfdr_exec_teddy_msks2=corei7_fdr_exec_teddy_msks2 - -Dfdr_exec_teddy_msks2_pck=corei7_fdr_exec_teddy_msks2_pck - -Dfdr_exec_teddy_msks3=corei7_fdr_exec_teddy_msks3 - -Dfdr_exec_teddy_msks3_pck=corei7_fdr_exec_teddy_msks3_pck - -Dfdr_exec_teddy_msks4=corei7_fdr_exec_teddy_msks4 - -Dfdr_exec_teddy_msks4_pck=corei7_fdr_exec_teddy_msks4_pck - -DflushQueuedLiterals_i=corei7_flushQueuedLiterals_i - -DflushStoredSomMatches_i=corei7_flushStoredSomMatches_i - -DhandleSomExternal=corei7_handleSomExternal - -DhandleSomInternal=corei7_handleSomInternal - -Dhs_alloc_scratch=corei7_hs_alloc_scratch - -Dhs_clone_scratch=corei7_hs_clone_scratch - -Dhs_close_stream=corei7_hs_close_stream - -Dhs_compress_stream=corei7_hs_compress_stream - -Dhs_copy_stream=corei7_hs_copy_stream - -Dhs_database_alloc=corei7_hs_database_alloc - -Dhs_database_free=corei7_hs_database_free - -Dhs_database_info=corei7_hs_database_info - -Dhs_database_size=corei7_hs_database_size - -Dhs_deserialize_database=corei7_hs_deserialize_database - -Dhs_deserialize_database_at=corei7_hs_deserialize_database_at - -Dhs_expand_stream=corei7_hs_expand_stream - -Dhs_free_database=corei7_hs_free_database - -Dhs_free_scratch=corei7_hs_free_scratch - -Dhs_misc_alloc=corei7_hs_misc_alloc - -Dhs_misc_free=corei7_hs_misc_free - -Dhs_open_stream=corei7_hs_open_stream - -Dhs_reset_and_copy_stream=corei7_hs_reset_and_copy_stream - -Dhs_reset_and_expand_stream=corei7_hs_reset_and_expand_stream - -Dhs_reset_stream=corei7_hs_reset_stream - -Dhs_scan=corei7_hs_scan - -Dhs_scan_stream=corei7_hs_scan_stream - -Dhs_scan_vector=corei7_hs_scan_vector - -Dhs_scratch_alloc=corei7_hs_scratch_alloc - -Dhs_scratch_free=corei7_hs_scratch_free - -Dhs_scratch_size=corei7_hs_scratch_size - -Dhs_serialize_database=corei7_hs_serialize_database - -Dhs_serialized_database_info=corei7_hs_serialized_database_info - -Dhs_serialized_database_size=corei7_hs_serialized_database_size - -Dhs_set_allocator=corei7_hs_set_allocator - -Dhs_set_database_allocator=corei7_hs_set_database_allocator - -Dhs_set_misc_allocator=corei7_hs_set_misc_allocator - -Dhs_set_scratch_allocator=corei7_hs_set_scratch_allocator - -Dhs_set_stream_allocator=corei7_hs_set_stream_allocator - -Dhs_stream_alloc=corei7_hs_stream_alloc - -Dhs_stream_free=corei7_hs_stream_free - -Dhs_stream_size=corei7_hs_stream_size - -Dhs_valid_platform=corei7_hs_valid_platform - -Dhs_version=corei7_hs_version - -DhwlmExec=corei7_hwlmExec - -DhwlmExecStreaming=corei7_hwlmExecStreaming - -DloadSomFromStream=corei7_loadSomFromStream - -Dloadcompressed128=corei7_loadcompressed128 - -Dloadcompressed256=corei7_loadcompressed256 - -Dloadcompressed32=corei7_loadcompressed32 - -Dloadcompressed384=corei7_loadcompressed384 - -Dloadcompressed512=corei7_loadcompressed512 - -Dloadcompressed64=corei7_loadcompressed64 - -Dmcsheng_pext_mask=corei7_mcsheng_pext_mask - -Dmm_mask_mask=corei7_mm_mask_mask - -Dmm_shuffle_end=corei7_mm_shuffle_end - -Dmmbit_keyshift_lut=corei7_mmbit_keyshift_lut - -Dmmbit_maxlevel_direct_lut=corei7_mmbit_maxlevel_direct_lut - -Dmmbit_maxlevel_from_keyshift_lut=corei7_mmbit_maxlevel_from_keyshift_lut - -Dmmbit_root_offset_from_level=corei7_mmbit_root_offset_from_level - -Dmmbit_zero_to_lut=corei7_mmbit_zero_to_lut - -DnfaBlockExecReverse=corei7_nfaBlockExecReverse - -DnfaCheckFinalState=corei7_nfaCheckFinalState - -DnfaExecCastle_Q=corei7_nfaExecCastle_Q - -DnfaExecCastle_Q2=corei7_nfaExecCastle_Q2 - -DnfaExecCastle_QR=corei7_nfaExecCastle_QR - -DnfaExecCastle_expandState=corei7_nfaExecCastle_expandState - -DnfaExecCastle_inAccept=corei7_nfaExecCastle_inAccept - -DnfaExecCastle_inAnyAccept=corei7_nfaExecCastle_inAnyAccept - -DnfaExecCastle_initCompressedState=corei7_nfaExecCastle_initCompressedState - -DnfaExecCastle_queueCompressState=corei7_nfaExecCastle_queueCompressState - -DnfaExecCastle_queueInitState=corei7_nfaExecCastle_queueInitState - -DnfaExecCastle_reportCurrent=corei7_nfaExecCastle_reportCurrent - -DnfaExecGough16_Q=corei7_nfaExecGough16_Q - -DnfaExecGough16_Q2=corei7_nfaExecGough16_Q2 - -DnfaExecGough16_QR=corei7_nfaExecGough16_QR - -DnfaExecGough16_expandState=corei7_nfaExecGough16_expandState - -DnfaExecGough16_inAccept=corei7_nfaExecGough16_inAccept - -DnfaExecGough16_inAnyAccept=corei7_nfaExecGough16_inAnyAccept - -DnfaExecGough16_initCompressedState=corei7_nfaExecGough16_initCompressedState - -DnfaExecGough16_queueCompressState=corei7_nfaExecGough16_queueCompressState - -DnfaExecGough16_queueInitState=corei7_nfaExecGough16_queueInitState - -DnfaExecGough16_reportCurrent=corei7_nfaExecGough16_reportCurrent - -DnfaExecGough16_testEOD=corei7_nfaExecGough16_testEOD - -DnfaExecGough8_Q=corei7_nfaExecGough8_Q - -DnfaExecGough8_Q2=corei7_nfaExecGough8_Q2 - -DnfaExecGough8_QR=corei7_nfaExecGough8_QR - -DnfaExecGough8_expandState=corei7_nfaExecGough8_expandState - -DnfaExecGough8_inAccept=corei7_nfaExecGough8_inAccept - -DnfaExecGough8_inAnyAccept=corei7_nfaExecGough8_inAnyAccept - -DnfaExecGough8_initCompressedState=corei7_nfaExecGough8_initCompressedState - -DnfaExecGough8_queueCompressState=corei7_nfaExecGough8_queueCompressState - -DnfaExecGough8_queueInitState=corei7_nfaExecGough8_queueInitState - -DnfaExecGough8_reportCurrent=corei7_nfaExecGough8_reportCurrent - -DnfaExecGough8_testEOD=corei7_nfaExecGough8_testEOD - -DnfaExecLbrDot_Q=corei7_nfaExecLbrDot_Q - -DnfaExecLbrDot_Q2=corei7_nfaExecLbrDot_Q2 - -DnfaExecLbrDot_QR=corei7_nfaExecLbrDot_QR - -DnfaExecLbrDot_expandState=corei7_nfaExecLbrDot_expandState - -DnfaExecLbrDot_inAccept=corei7_nfaExecLbrDot_inAccept - -DnfaExecLbrDot_inAnyAccept=corei7_nfaExecLbrDot_inAnyAccept - -DnfaExecLbrDot_initCompressedState=corei7_nfaExecLbrDot_initCompressedState - -DnfaExecLbrDot_queueCompressState=corei7_nfaExecLbrDot_queueCompressState - -DnfaExecLbrDot_queueInitState=corei7_nfaExecLbrDot_queueInitState - -DnfaExecLbrDot_reportCurrent=corei7_nfaExecLbrDot_reportCurrent - -DnfaExecLbrNVerm_Q=corei7_nfaExecLbrNVerm_Q - -DnfaExecLbrNVerm_Q2=corei7_nfaExecLbrNVerm_Q2 - -DnfaExecLbrNVerm_QR=corei7_nfaExecLbrNVerm_QR - -DnfaExecLbrNVerm_expandState=corei7_nfaExecLbrNVerm_expandState - -DnfaExecLbrNVerm_inAccept=corei7_nfaExecLbrNVerm_inAccept - -DnfaExecLbrNVerm_inAnyAccept=corei7_nfaExecLbrNVerm_inAnyAccept - -DnfaExecLbrNVerm_initCompressedState=corei7_nfaExecLbrNVerm_initCompressedState - -DnfaExecLbrNVerm_queueCompressState=corei7_nfaExecLbrNVerm_queueCompressState - -DnfaExecLbrNVerm_queueInitState=corei7_nfaExecLbrNVerm_queueInitState - -DnfaExecLbrNVerm_reportCurrent=corei7_nfaExecLbrNVerm_reportCurrent - -DnfaExecLbrShuf_Q=corei7_nfaExecLbrShuf_Q - -DnfaExecLbrShuf_Q2=corei7_nfaExecLbrShuf_Q2 - -DnfaExecLbrShuf_QR=corei7_nfaExecLbrShuf_QR - -DnfaExecLbrShuf_expandState=corei7_nfaExecLbrShuf_expandState - -DnfaExecLbrShuf_inAccept=corei7_nfaExecLbrShuf_inAccept - -DnfaExecLbrShuf_inAnyAccept=corei7_nfaExecLbrShuf_inAnyAccept - -DnfaExecLbrShuf_initCompressedState=corei7_nfaExecLbrShuf_initCompressedState - -DnfaExecLbrShuf_queueCompressState=corei7_nfaExecLbrShuf_queueCompressState - -DnfaExecLbrShuf_queueInitState=corei7_nfaExecLbrShuf_queueInitState - -DnfaExecLbrShuf_reportCurrent=corei7_nfaExecLbrShuf_reportCurrent - -DnfaExecLbrTruf_Q=corei7_nfaExecLbrTruf_Q - -DnfaExecLbrTruf_Q2=corei7_nfaExecLbrTruf_Q2 - -DnfaExecLbrTruf_QR=corei7_nfaExecLbrTruf_QR - -DnfaExecLbrTruf_expandState=corei7_nfaExecLbrTruf_expandState - -DnfaExecLbrTruf_inAccept=corei7_nfaExecLbrTruf_inAccept - -DnfaExecLbrTruf_inAnyAccept=corei7_nfaExecLbrTruf_inAnyAccept - -DnfaExecLbrTruf_initCompressedState=corei7_nfaExecLbrTruf_initCompressedState - -DnfaExecLbrTruf_queueCompressState=corei7_nfaExecLbrTruf_queueCompressState - -DnfaExecLbrTruf_queueInitState=corei7_nfaExecLbrTruf_queueInitState - -DnfaExecLbrTruf_reportCurrent=corei7_nfaExecLbrTruf_reportCurrent - -DnfaExecLbrVerm_Q=corei7_nfaExecLbrVerm_Q - -DnfaExecLbrVerm_Q2=corei7_nfaExecLbrVerm_Q2 - -DnfaExecLbrVerm_QR=corei7_nfaExecLbrVerm_QR - -DnfaExecLbrVerm_expandState=corei7_nfaExecLbrVerm_expandState - -DnfaExecLbrVerm_inAccept=corei7_nfaExecLbrVerm_inAccept - -DnfaExecLbrVerm_inAnyAccept=corei7_nfaExecLbrVerm_inAnyAccept - -DnfaExecLbrVerm_initCompressedState=corei7_nfaExecLbrVerm_initCompressedState - -DnfaExecLbrVerm_queueCompressState=corei7_nfaExecLbrVerm_queueCompressState - -DnfaExecLbrVerm_queueInitState=corei7_nfaExecLbrVerm_queueInitState - -DnfaExecLbrVerm_reportCurrent=corei7_nfaExecLbrVerm_reportCurrent - -DnfaExecLimEx128_B_Reverse=corei7_nfaExecLimEx128_B_Reverse - -DnfaExecLimEx128_Q=corei7_nfaExecLimEx128_Q - -DnfaExecLimEx128_Q2=corei7_nfaExecLimEx128_Q2 - -DnfaExecLimEx128_QR=corei7_nfaExecLimEx128_QR - -DnfaExecLimEx128_expandState=corei7_nfaExecLimEx128_expandState - -DnfaExecLimEx128_inAccept=corei7_nfaExecLimEx128_inAccept - -DnfaExecLimEx128_inAnyAccept=corei7_nfaExecLimEx128_inAnyAccept - -DnfaExecLimEx128_initCompressedState=corei7_nfaExecLimEx128_initCompressedState - -DnfaExecLimEx128_queueCompressState=corei7_nfaExecLimEx128_queueCompressState - -DnfaExecLimEx128_queueInitState=corei7_nfaExecLimEx128_queueInitState - -DnfaExecLimEx128_reportCurrent=corei7_nfaExecLimEx128_reportCurrent - -DnfaExecLimEx128_testEOD=corei7_nfaExecLimEx128_testEOD - -DnfaExecLimEx128_zombie_status=corei7_nfaExecLimEx128_zombie_status - -DnfaExecLimEx256_B_Reverse=corei7_nfaExecLimEx256_B_Reverse - -DnfaExecLimEx256_Q=corei7_nfaExecLimEx256_Q - -DnfaExecLimEx256_Q2=corei7_nfaExecLimEx256_Q2 - -DnfaExecLimEx256_QR=corei7_nfaExecLimEx256_QR - -DnfaExecLimEx256_expandState=corei7_nfaExecLimEx256_expandState - -DnfaExecLimEx256_inAccept=corei7_nfaExecLimEx256_inAccept - -DnfaExecLimEx256_inAnyAccept=corei7_nfaExecLimEx256_inAnyAccept - -DnfaExecLimEx256_initCompressedState=corei7_nfaExecLimEx256_initCompressedState - -DnfaExecLimEx256_queueCompressState=corei7_nfaExecLimEx256_queueCompressState - -DnfaExecLimEx256_queueInitState=corei7_nfaExecLimEx256_queueInitState - -DnfaExecLimEx256_reportCurrent=corei7_nfaExecLimEx256_reportCurrent - -DnfaExecLimEx256_testEOD=corei7_nfaExecLimEx256_testEOD - -DnfaExecLimEx256_zombie_status=corei7_nfaExecLimEx256_zombie_status - -DnfaExecLimEx32_B_Reverse=corei7_nfaExecLimEx32_B_Reverse - -DnfaExecLimEx32_Q=corei7_nfaExecLimEx32_Q - -DnfaExecLimEx32_Q2=corei7_nfaExecLimEx32_Q2 - -DnfaExecLimEx32_QR=corei7_nfaExecLimEx32_QR - -DnfaExecLimEx32_expandState=corei7_nfaExecLimEx32_expandState - -DnfaExecLimEx32_inAccept=corei7_nfaExecLimEx32_inAccept - -DnfaExecLimEx32_inAnyAccept=corei7_nfaExecLimEx32_inAnyAccept - -DnfaExecLimEx32_initCompressedState=corei7_nfaExecLimEx32_initCompressedState - -DnfaExecLimEx32_queueCompressState=corei7_nfaExecLimEx32_queueCompressState - -DnfaExecLimEx32_queueInitState=corei7_nfaExecLimEx32_queueInitState - -DnfaExecLimEx32_reportCurrent=corei7_nfaExecLimEx32_reportCurrent - -DnfaExecLimEx32_testEOD=corei7_nfaExecLimEx32_testEOD - -DnfaExecLimEx32_zombie_status=corei7_nfaExecLimEx32_zombie_status - -DnfaExecLimEx384_B_Reverse=corei7_nfaExecLimEx384_B_Reverse - -DnfaExecLimEx384_Q=corei7_nfaExecLimEx384_Q - -DnfaExecLimEx384_Q2=corei7_nfaExecLimEx384_Q2 - -DnfaExecLimEx384_QR=corei7_nfaExecLimEx384_QR - -DnfaExecLimEx384_expandState=corei7_nfaExecLimEx384_expandState - -DnfaExecLimEx384_inAccept=corei7_nfaExecLimEx384_inAccept - -DnfaExecLimEx384_inAnyAccept=corei7_nfaExecLimEx384_inAnyAccept - -DnfaExecLimEx384_initCompressedState=corei7_nfaExecLimEx384_initCompressedState - -DnfaExecLimEx384_queueCompressState=corei7_nfaExecLimEx384_queueCompressState - -DnfaExecLimEx384_queueInitState=corei7_nfaExecLimEx384_queueInitState - -DnfaExecLimEx384_reportCurrent=corei7_nfaExecLimEx384_reportCurrent - -DnfaExecLimEx384_testEOD=corei7_nfaExecLimEx384_testEOD - -DnfaExecLimEx384_zombie_status=corei7_nfaExecLimEx384_zombie_status - -DnfaExecLimEx512_B_Reverse=corei7_nfaExecLimEx512_B_Reverse - -DnfaExecLimEx512_Q=corei7_nfaExecLimEx512_Q - -DnfaExecLimEx512_Q2=corei7_nfaExecLimEx512_Q2 - -DnfaExecLimEx512_QR=corei7_nfaExecLimEx512_QR - -DnfaExecLimEx512_expandState=corei7_nfaExecLimEx512_expandState - -DnfaExecLimEx512_inAccept=corei7_nfaExecLimEx512_inAccept - -DnfaExecLimEx512_inAnyAccept=corei7_nfaExecLimEx512_inAnyAccept - -DnfaExecLimEx512_initCompressedState=corei7_nfaExecLimEx512_initCompressedState - -DnfaExecLimEx512_queueCompressState=corei7_nfaExecLimEx512_queueCompressState - -DnfaExecLimEx512_queueInitState=corei7_nfaExecLimEx512_queueInitState - -DnfaExecLimEx512_reportCurrent=corei7_nfaExecLimEx512_reportCurrent - -DnfaExecLimEx512_testEOD=corei7_nfaExecLimEx512_testEOD - -DnfaExecLimEx512_zombie_status=corei7_nfaExecLimEx512_zombie_status - -DnfaExecLimEx64_B_Reverse=corei7_nfaExecLimEx64_B_Reverse - -DnfaExecLimEx64_Q=corei7_nfaExecLimEx64_Q - -DnfaExecLimEx64_Q2=corei7_nfaExecLimEx64_Q2 - -DnfaExecLimEx64_QR=corei7_nfaExecLimEx64_QR - -DnfaExecLimEx64_expandState=corei7_nfaExecLimEx64_expandState - -DnfaExecLimEx64_inAccept=corei7_nfaExecLimEx64_inAccept - -DnfaExecLimEx64_inAnyAccept=corei7_nfaExecLimEx64_inAnyAccept - -DnfaExecLimEx64_initCompressedState=corei7_nfaExecLimEx64_initCompressedState - -DnfaExecLimEx64_queueCompressState=corei7_nfaExecLimEx64_queueCompressState - -DnfaExecLimEx64_queueInitState=corei7_nfaExecLimEx64_queueInitState - -DnfaExecLimEx64_reportCurrent=corei7_nfaExecLimEx64_reportCurrent - -DnfaExecLimEx64_testEOD=corei7_nfaExecLimEx64_testEOD - -DnfaExecLimEx64_zombie_status=corei7_nfaExecLimEx64_zombie_status - -DnfaExecMcClellan16_B=corei7_nfaExecMcClellan16_B - -DnfaExecMcClellan16_Q=corei7_nfaExecMcClellan16_Q - -DnfaExecMcClellan16_Q2=corei7_nfaExecMcClellan16_Q2 - -DnfaExecMcClellan16_QR=corei7_nfaExecMcClellan16_QR - -DnfaExecMcClellan16_SimpStream=corei7_nfaExecMcClellan16_SimpStream - -DnfaExecMcClellan16_expandState=corei7_nfaExecMcClellan16_expandState - -DnfaExecMcClellan16_inAccept=corei7_nfaExecMcClellan16_inAccept - -DnfaExecMcClellan16_inAnyAccept=corei7_nfaExecMcClellan16_inAnyAccept - -DnfaExecMcClellan16_initCompressedState=corei7_nfaExecMcClellan16_initCompressedState - -DnfaExecMcClellan16_queueCompressState=corei7_nfaExecMcClellan16_queueCompressState - -DnfaExecMcClellan16_queueInitState=corei7_nfaExecMcClellan16_queueInitState - -DnfaExecMcClellan16_reportCurrent=corei7_nfaExecMcClellan16_reportCurrent - -DnfaExecMcClellan16_testEOD=corei7_nfaExecMcClellan16_testEOD - -DnfaExecMcClellan8_B=corei7_nfaExecMcClellan8_B - -DnfaExecMcClellan8_Q=corei7_nfaExecMcClellan8_Q - -DnfaExecMcClellan8_Q2=corei7_nfaExecMcClellan8_Q2 - -DnfaExecMcClellan8_QR=corei7_nfaExecMcClellan8_QR - -DnfaExecMcClellan8_SimpStream=corei7_nfaExecMcClellan8_SimpStream - -DnfaExecMcClellan8_expandState=corei7_nfaExecMcClellan8_expandState - -DnfaExecMcClellan8_inAccept=corei7_nfaExecMcClellan8_inAccept - -DnfaExecMcClellan8_inAnyAccept=corei7_nfaExecMcClellan8_inAnyAccept - -DnfaExecMcClellan8_initCompressedState=corei7_nfaExecMcClellan8_initCompressedState - -DnfaExecMcClellan8_queueCompressState=corei7_nfaExecMcClellan8_queueCompressState - -DnfaExecMcClellan8_queueInitState=corei7_nfaExecMcClellan8_queueInitState - -DnfaExecMcClellan8_reportCurrent=corei7_nfaExecMcClellan8_reportCurrent - -DnfaExecMcClellan8_testEOD=corei7_nfaExecMcClellan8_testEOD - -DnfaExecMcSheng16_Q=corei7_nfaExecMcSheng16_Q - -DnfaExecMcSheng16_Q2=corei7_nfaExecMcSheng16_Q2 - -DnfaExecMcSheng16_QR=corei7_nfaExecMcSheng16_QR - -DnfaExecMcSheng16_expandState=corei7_nfaExecMcSheng16_expandState - -DnfaExecMcSheng16_inAccept=corei7_nfaExecMcSheng16_inAccept - -DnfaExecMcSheng16_inAnyAccept=corei7_nfaExecMcSheng16_inAnyAccept - -DnfaExecMcSheng16_initCompressedState=corei7_nfaExecMcSheng16_initCompressedState - -DnfaExecMcSheng16_queueCompressState=corei7_nfaExecMcSheng16_queueCompressState - -DnfaExecMcSheng16_queueInitState=corei7_nfaExecMcSheng16_queueInitState - -DnfaExecMcSheng16_reportCurrent=corei7_nfaExecMcSheng16_reportCurrent - -DnfaExecMcSheng16_testEOD=corei7_nfaExecMcSheng16_testEOD - -DnfaExecMcSheng8_Q=corei7_nfaExecMcSheng8_Q - -DnfaExecMcSheng8_Q2=corei7_nfaExecMcSheng8_Q2 - -DnfaExecMcSheng8_QR=corei7_nfaExecMcSheng8_QR - -DnfaExecMcSheng8_expandState=corei7_nfaExecMcSheng8_expandState - -DnfaExecMcSheng8_inAccept=corei7_nfaExecMcSheng8_inAccept - -DnfaExecMcSheng8_inAnyAccept=corei7_nfaExecMcSheng8_inAnyAccept - -DnfaExecMcSheng8_initCompressedState=corei7_nfaExecMcSheng8_initCompressedState - -DnfaExecMcSheng8_queueCompressState=corei7_nfaExecMcSheng8_queueCompressState - -DnfaExecMcSheng8_queueInitState=corei7_nfaExecMcSheng8_queueInitState - -DnfaExecMcSheng8_reportCurrent=corei7_nfaExecMcSheng8_reportCurrent - -DnfaExecMcSheng8_testEOD=corei7_nfaExecMcSheng8_testEOD - -DnfaExecMpv_Q=corei7_nfaExecMpv_Q - -DnfaExecMpv_QueueExecRaw=corei7_nfaExecMpv_QueueExecRaw - -DnfaExecMpv_expandState=corei7_nfaExecMpv_expandState - -DnfaExecMpv_initCompressedState=corei7_nfaExecMpv_initCompressedState - -DnfaExecMpv_queueCompressState=corei7_nfaExecMpv_queueCompressState - -DnfaExecMpv_queueInitState=corei7_nfaExecMpv_queueInitState - -DnfaExecMpv_reportCurrent=corei7_nfaExecMpv_reportCurrent - -DnfaExecSheng_B=corei7_nfaExecSheng_B - -DnfaExecSheng_Q=corei7_nfaExecSheng_Q - -DnfaExecSheng_Q2=corei7_nfaExecSheng_Q2 - -DnfaExecSheng_QR=corei7_nfaExecSheng_QR - -DnfaExecSheng_expandState=corei7_nfaExecSheng_expandState - -DnfaExecSheng_inAccept=corei7_nfaExecSheng_inAccept - -DnfaExecSheng_inAnyAccept=corei7_nfaExecSheng_inAnyAccept - -DnfaExecSheng_initCompressedState=corei7_nfaExecSheng_initCompressedState - -DnfaExecSheng_queueCompressState=corei7_nfaExecSheng_queueCompressState - -DnfaExecSheng_queueInitState=corei7_nfaExecSheng_queueInitState - -DnfaExecSheng_reportCurrent=corei7_nfaExecSheng_reportCurrent - -DnfaExecSheng_testEOD=corei7_nfaExecSheng_testEOD - -DnfaExecTamarama_Q=corei7_nfaExecTamarama_Q - -DnfaExecTamarama_Q2=corei7_nfaExecTamarama_Q2 - -DnfaExecTamarama_QR=corei7_nfaExecTamarama_QR - -DnfaExecTamarama_expandState=corei7_nfaExecTamarama_expandState - -DnfaExecTamarama_inAccept=corei7_nfaExecTamarama_inAccept - -DnfaExecTamarama_inAnyAccept=corei7_nfaExecTamarama_inAnyAccept - -DnfaExecTamarama_queueCompressState=corei7_nfaExecTamarama_queueCompressState - -DnfaExecTamarama_queueInitState=corei7_nfaExecTamarama_queueInitState - -DnfaExecTamarama_reportCurrent=corei7_nfaExecTamarama_reportCurrent - -DnfaExecTamarama_testEOD=corei7_nfaExecTamarama_testEOD - -DnfaExecTamarama_zombie_status=corei7_nfaExecTamarama_zombie_status - -DnfaExpandState=corei7_nfaExpandState - -DnfaGetZombieStatus=corei7_nfaGetZombieStatus - -DnfaInAcceptState=corei7_nfaInAcceptState - -DnfaInAnyAcceptState=corei7_nfaInAnyAcceptState - -DnfaInitCompressedState=corei7_nfaInitCompressedState - -DnfaQueueCompressState=corei7_nfaQueueCompressState - -DnfaQueueExec=corei7_nfaQueueExec - -DnfaQueueExec2_raw=corei7_nfaQueueExec2_raw - -DnfaQueueExecRose=corei7_nfaQueueExecRose - -DnfaQueueExecToMatch=corei7_nfaQueueExecToMatch - -DnfaQueueExec_raw=corei7_nfaQueueExec_raw - -DnfaQueueInitState=corei7_nfaQueueInitState - -DnfaReportCurrentMatches=corei7_nfaReportCurrentMatches - -DnoodExec=corei7_noodExec - -DnoodExecStreaming=corei7_noodExecStreaming - -Dp_mask_arr=corei7_p_mask_arr - -Dp_mask_arr256=corei7_p_mask_arr256 - -DrepeatHasMatchBitmap=corei7_repeatHasMatchBitmap - -DrepeatHasMatchRange=corei7_repeatHasMatchRange - -DrepeatHasMatchRing=corei7_repeatHasMatchRing - -DrepeatHasMatchSparseOptimalP=corei7_repeatHasMatchSparseOptimalP - -DrepeatHasMatchTrailer=corei7_repeatHasMatchTrailer - -DrepeatLastTopBitmap=corei7_repeatLastTopBitmap - -DrepeatLastTopRange=corei7_repeatLastTopRange - -DrepeatLastTopRing=corei7_repeatLastTopRing - -DrepeatLastTopSparseOptimalP=corei7_repeatLastTopSparseOptimalP - -DrepeatLastTopTrailer=corei7_repeatLastTopTrailer - -DrepeatNextMatchBitmap=corei7_repeatNextMatchBitmap - -DrepeatNextMatchRange=corei7_repeatNextMatchRange - -DrepeatNextMatchRing=corei7_repeatNextMatchRing - -DrepeatNextMatchSparseOptimalP=corei7_repeatNextMatchSparseOptimalP - -DrepeatNextMatchTrailer=corei7_repeatNextMatchTrailer - -DrepeatPack=corei7_repeatPack - -DrepeatStoreBitmap=corei7_repeatStoreBitmap - -DrepeatStoreRange=corei7_repeatStoreRange - -DrepeatStoreRing=corei7_repeatStoreRing - -DrepeatStoreSparseOptimalP=corei7_repeatStoreSparseOptimalP - -DrepeatStoreTrailer=corei7_repeatStoreTrailer - -DrepeatUnpack=corei7_repeatUnpack - -DroseAnchoredCallback=corei7_roseAnchoredCallback - -DroseBlockExec=corei7_roseBlockExec - -DroseCallback=corei7_roseCallback - -DroseCatchUpAll=corei7_roseCatchUpAll - -DroseCatchUpMPV_i=corei7_roseCatchUpMPV_i - -DroseCatchUpSuf=corei7_roseCatchUpSuf - -DroseDelayRebuildCallback=corei7_roseDelayRebuildCallback - -DroseFloatingCallback=corei7_roseFloatingCallback - -DroseHandleChainMatch=corei7_roseHandleChainMatch - -DroseInitState=corei7_roseInitState - -DroseNfaAdaptor=corei7_roseNfaAdaptor - -DroseNfaEarliestSom=corei7_roseNfaEarliestSom - -DroseReportAdaptor=corei7_roseReportAdaptor - -DroseRunBoundaryProgram=corei7_roseRunBoundaryProgram - -DroseRunFlushCombProgram=corei7_roseRunFlushCombProgram - -DroseRunLastFlushCombProgram=corei7_roseRunLastFlushCombProgram - -DroseRunProgram=corei7_roseRunProgram - -DroseRunProgram_l=corei7_roseRunProgram_l - -DroseStreamEodExec=corei7_roseStreamEodExec - -DroseStreamExec=corei7_roseStreamExec - -DrshuftiExec=corei7_rshuftiExec - -DrtruffleExec=corei7_rtruffleExec - -Drun_accel=corei7_run_accel - -DsetSomFromSomAware=corei7_setSomFromSomAware - -DshuftiDoubleExec=corei7_shuftiDoubleExec - -DshuftiExec=corei7_shuftiExec - -Dsimd_onebit_masks=corei7_simd_onebit_masks - -Dsize_compress_stream=corei7_size_compress_stream - -DstoreSomToStream=corei7_storeSomToStream - -Dstorecompressed128=corei7_storecompressed128 - -Dstorecompressed256=corei7_storecompressed256 - -Dstorecompressed32=corei7_storecompressed32 - -Dstorecompressed384=corei7_storecompressed384 - -Dstorecompressed512=corei7_storecompressed512 - -Dstorecompressed64=corei7_storecompressed64 - -DstreamInitSufPQ=corei7_streamInitSufPQ - -DtruffleExec=corei7_truffleExec - -Dvbs_mask_data=corei7_vbs_mask_data - $,,-Wno-everything> -) -target_include_directories(libs-hyperscan-runtime_corei7 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src -) -target_link_libraries(libs-hyperscan-runtime_corei7 PUBLIC - contrib-libs-linux-headers -) -target_sources(libs-hyperscan-runtime_corei7 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/alloc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/crc32.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/database.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/fdr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/teddy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/teddy_avx2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hs_valid_platform.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hs_version.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hwlm/hwlm.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hwlm/noodle_engine.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/accel.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/castle.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/gough.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/lbr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_accel.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_native.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_simd128.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_simd256.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_simd384.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_simd512.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mcclellan.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mcsheng.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mcsheng_data.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mpv.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/nfa_api_dispatch.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/repeat.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/sheng.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/shufti.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/tamarama.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/truffle.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/block.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/catchup.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/init.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/match.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/program_runtime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/stream.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/runtime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/scratch.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/som/som_runtime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/som/som_stream.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/stream_compress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/cpuid_flags.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/masked_move.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/multibit.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/simd_utils.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/state_compress.c -) diff --git a/contrib/libs/hyperscan/runtime_corei7/CMakeLists.txt b/contrib/libs/hyperscan/runtime_corei7/CMakeLists.txt deleted file mode 100644 index 7803a2712c1..00000000000 --- a/contrib/libs/hyperscan/runtime_corei7/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/libs/hyperscan/runtime_corei7/CMakeLists.windows-x86_64.txt b/contrib/libs/hyperscan/runtime_corei7/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c3088fa842c..00000000000 --- a/contrib/libs/hyperscan/runtime_corei7/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,480 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(libs-hyperscan-runtime_corei7) -target_compile_options(libs-hyperscan-runtime_corei7 PRIVATE - -msse4.1 - -DHAVE_SSE41 - -msse4.2 - -DHAVE_SSE42 - -mpopcnt - -DHAVE_POPCOUNT_INSTR - -DCrc32c_ComputeBuf=corei7_Crc32c_ComputeBuf - -DblockInitSufPQ=corei7_blockInitSufPQ - -Dcompress_stream=corei7_compress_stream - -Dcpuid_flags=corei7_cpuid_flags - -Dcpuid_tune=corei7_cpuid_tune - -DdbIsValid=corei7_dbIsValid - -DdoAccel128=corei7_doAccel128 - -DdoAccel256=corei7_doAccel256 - -DdoAccel32=corei7_doAccel32 - -DdoAccel384=corei7_doAccel384 - -DdoAccel512=corei7_doAccel512 - -DdoAccel64=corei7_doAccel64 - -Dexpand_stream=corei7_expand_stream - -DfdrExec=corei7_fdrExec - -DfdrExecStreaming=corei7_fdrExecStreaming - -Dfdr_exec_fat_teddy_msks1=corei7_fdr_exec_fat_teddy_msks1 - -Dfdr_exec_fat_teddy_msks1_pck=corei7_fdr_exec_fat_teddy_msks1_pck - -Dfdr_exec_fat_teddy_msks2=corei7_fdr_exec_fat_teddy_msks2 - -Dfdr_exec_fat_teddy_msks2_pck=corei7_fdr_exec_fat_teddy_msks2_pck - -Dfdr_exec_fat_teddy_msks3=corei7_fdr_exec_fat_teddy_msks3 - -Dfdr_exec_fat_teddy_msks3_pck=corei7_fdr_exec_fat_teddy_msks3_pck - -Dfdr_exec_fat_teddy_msks4=corei7_fdr_exec_fat_teddy_msks4 - -Dfdr_exec_fat_teddy_msks4_pck=corei7_fdr_exec_fat_teddy_msks4_pck - -Dfdr_exec_teddy_msks1=corei7_fdr_exec_teddy_msks1 - -Dfdr_exec_teddy_msks1_pck=corei7_fdr_exec_teddy_msks1_pck - -Dfdr_exec_teddy_msks2=corei7_fdr_exec_teddy_msks2 - -Dfdr_exec_teddy_msks2_pck=corei7_fdr_exec_teddy_msks2_pck - -Dfdr_exec_teddy_msks3=corei7_fdr_exec_teddy_msks3 - -Dfdr_exec_teddy_msks3_pck=corei7_fdr_exec_teddy_msks3_pck - -Dfdr_exec_teddy_msks4=corei7_fdr_exec_teddy_msks4 - -Dfdr_exec_teddy_msks4_pck=corei7_fdr_exec_teddy_msks4_pck - -DflushQueuedLiterals_i=corei7_flushQueuedLiterals_i - -DflushStoredSomMatches_i=corei7_flushStoredSomMatches_i - -DhandleSomExternal=corei7_handleSomExternal - -DhandleSomInternal=corei7_handleSomInternal - -Dhs_alloc_scratch=corei7_hs_alloc_scratch - -Dhs_clone_scratch=corei7_hs_clone_scratch - -Dhs_close_stream=corei7_hs_close_stream - -Dhs_compress_stream=corei7_hs_compress_stream - -Dhs_copy_stream=corei7_hs_copy_stream - -Dhs_database_alloc=corei7_hs_database_alloc - -Dhs_database_free=corei7_hs_database_free - -Dhs_database_info=corei7_hs_database_info - -Dhs_database_size=corei7_hs_database_size - -Dhs_deserialize_database=corei7_hs_deserialize_database - -Dhs_deserialize_database_at=corei7_hs_deserialize_database_at - -Dhs_expand_stream=corei7_hs_expand_stream - -Dhs_free_database=corei7_hs_free_database - -Dhs_free_scratch=corei7_hs_free_scratch - -Dhs_misc_alloc=corei7_hs_misc_alloc - -Dhs_misc_free=corei7_hs_misc_free - -Dhs_open_stream=corei7_hs_open_stream - -Dhs_reset_and_copy_stream=corei7_hs_reset_and_copy_stream - -Dhs_reset_and_expand_stream=corei7_hs_reset_and_expand_stream - -Dhs_reset_stream=corei7_hs_reset_stream - -Dhs_scan=corei7_hs_scan - -Dhs_scan_stream=corei7_hs_scan_stream - -Dhs_scan_vector=corei7_hs_scan_vector - -Dhs_scratch_alloc=corei7_hs_scratch_alloc - -Dhs_scratch_free=corei7_hs_scratch_free - -Dhs_scratch_size=corei7_hs_scratch_size - -Dhs_serialize_database=corei7_hs_serialize_database - -Dhs_serialized_database_info=corei7_hs_serialized_database_info - -Dhs_serialized_database_size=corei7_hs_serialized_database_size - -Dhs_set_allocator=corei7_hs_set_allocator - -Dhs_set_database_allocator=corei7_hs_set_database_allocator - -Dhs_set_misc_allocator=corei7_hs_set_misc_allocator - -Dhs_set_scratch_allocator=corei7_hs_set_scratch_allocator - -Dhs_set_stream_allocator=corei7_hs_set_stream_allocator - -Dhs_stream_alloc=corei7_hs_stream_alloc - -Dhs_stream_free=corei7_hs_stream_free - -Dhs_stream_size=corei7_hs_stream_size - -Dhs_valid_platform=corei7_hs_valid_platform - -Dhs_version=corei7_hs_version - -DhwlmExec=corei7_hwlmExec - -DhwlmExecStreaming=corei7_hwlmExecStreaming - -DloadSomFromStream=corei7_loadSomFromStream - -Dloadcompressed128=corei7_loadcompressed128 - -Dloadcompressed256=corei7_loadcompressed256 - -Dloadcompressed32=corei7_loadcompressed32 - -Dloadcompressed384=corei7_loadcompressed384 - -Dloadcompressed512=corei7_loadcompressed512 - -Dloadcompressed64=corei7_loadcompressed64 - -Dmcsheng_pext_mask=corei7_mcsheng_pext_mask - -Dmm_mask_mask=corei7_mm_mask_mask - -Dmm_shuffle_end=corei7_mm_shuffle_end - -Dmmbit_keyshift_lut=corei7_mmbit_keyshift_lut - -Dmmbit_maxlevel_direct_lut=corei7_mmbit_maxlevel_direct_lut - -Dmmbit_maxlevel_from_keyshift_lut=corei7_mmbit_maxlevel_from_keyshift_lut - -Dmmbit_root_offset_from_level=corei7_mmbit_root_offset_from_level - -Dmmbit_zero_to_lut=corei7_mmbit_zero_to_lut - -DnfaBlockExecReverse=corei7_nfaBlockExecReverse - -DnfaCheckFinalState=corei7_nfaCheckFinalState - -DnfaExecCastle_Q=corei7_nfaExecCastle_Q - -DnfaExecCastle_Q2=corei7_nfaExecCastle_Q2 - -DnfaExecCastle_QR=corei7_nfaExecCastle_QR - -DnfaExecCastle_expandState=corei7_nfaExecCastle_expandState - -DnfaExecCastle_inAccept=corei7_nfaExecCastle_inAccept - -DnfaExecCastle_inAnyAccept=corei7_nfaExecCastle_inAnyAccept - -DnfaExecCastle_initCompressedState=corei7_nfaExecCastle_initCompressedState - -DnfaExecCastle_queueCompressState=corei7_nfaExecCastle_queueCompressState - -DnfaExecCastle_queueInitState=corei7_nfaExecCastle_queueInitState - -DnfaExecCastle_reportCurrent=corei7_nfaExecCastle_reportCurrent - -DnfaExecGough16_Q=corei7_nfaExecGough16_Q - -DnfaExecGough16_Q2=corei7_nfaExecGough16_Q2 - -DnfaExecGough16_QR=corei7_nfaExecGough16_QR - -DnfaExecGough16_expandState=corei7_nfaExecGough16_expandState - -DnfaExecGough16_inAccept=corei7_nfaExecGough16_inAccept - -DnfaExecGough16_inAnyAccept=corei7_nfaExecGough16_inAnyAccept - -DnfaExecGough16_initCompressedState=corei7_nfaExecGough16_initCompressedState - -DnfaExecGough16_queueCompressState=corei7_nfaExecGough16_queueCompressState - -DnfaExecGough16_queueInitState=corei7_nfaExecGough16_queueInitState - -DnfaExecGough16_reportCurrent=corei7_nfaExecGough16_reportCurrent - -DnfaExecGough16_testEOD=corei7_nfaExecGough16_testEOD - -DnfaExecGough8_Q=corei7_nfaExecGough8_Q - -DnfaExecGough8_Q2=corei7_nfaExecGough8_Q2 - -DnfaExecGough8_QR=corei7_nfaExecGough8_QR - -DnfaExecGough8_expandState=corei7_nfaExecGough8_expandState - -DnfaExecGough8_inAccept=corei7_nfaExecGough8_inAccept - -DnfaExecGough8_inAnyAccept=corei7_nfaExecGough8_inAnyAccept - -DnfaExecGough8_initCompressedState=corei7_nfaExecGough8_initCompressedState - -DnfaExecGough8_queueCompressState=corei7_nfaExecGough8_queueCompressState - -DnfaExecGough8_queueInitState=corei7_nfaExecGough8_queueInitState - -DnfaExecGough8_reportCurrent=corei7_nfaExecGough8_reportCurrent - -DnfaExecGough8_testEOD=corei7_nfaExecGough8_testEOD - -DnfaExecLbrDot_Q=corei7_nfaExecLbrDot_Q - -DnfaExecLbrDot_Q2=corei7_nfaExecLbrDot_Q2 - -DnfaExecLbrDot_QR=corei7_nfaExecLbrDot_QR - -DnfaExecLbrDot_expandState=corei7_nfaExecLbrDot_expandState - -DnfaExecLbrDot_inAccept=corei7_nfaExecLbrDot_inAccept - -DnfaExecLbrDot_inAnyAccept=corei7_nfaExecLbrDot_inAnyAccept - -DnfaExecLbrDot_initCompressedState=corei7_nfaExecLbrDot_initCompressedState - -DnfaExecLbrDot_queueCompressState=corei7_nfaExecLbrDot_queueCompressState - -DnfaExecLbrDot_queueInitState=corei7_nfaExecLbrDot_queueInitState - -DnfaExecLbrDot_reportCurrent=corei7_nfaExecLbrDot_reportCurrent - -DnfaExecLbrNVerm_Q=corei7_nfaExecLbrNVerm_Q - -DnfaExecLbrNVerm_Q2=corei7_nfaExecLbrNVerm_Q2 - -DnfaExecLbrNVerm_QR=corei7_nfaExecLbrNVerm_QR - -DnfaExecLbrNVerm_expandState=corei7_nfaExecLbrNVerm_expandState - -DnfaExecLbrNVerm_inAccept=corei7_nfaExecLbrNVerm_inAccept - -DnfaExecLbrNVerm_inAnyAccept=corei7_nfaExecLbrNVerm_inAnyAccept - -DnfaExecLbrNVerm_initCompressedState=corei7_nfaExecLbrNVerm_initCompressedState - -DnfaExecLbrNVerm_queueCompressState=corei7_nfaExecLbrNVerm_queueCompressState - -DnfaExecLbrNVerm_queueInitState=corei7_nfaExecLbrNVerm_queueInitState - -DnfaExecLbrNVerm_reportCurrent=corei7_nfaExecLbrNVerm_reportCurrent - -DnfaExecLbrShuf_Q=corei7_nfaExecLbrShuf_Q - -DnfaExecLbrShuf_Q2=corei7_nfaExecLbrShuf_Q2 - -DnfaExecLbrShuf_QR=corei7_nfaExecLbrShuf_QR - -DnfaExecLbrShuf_expandState=corei7_nfaExecLbrShuf_expandState - -DnfaExecLbrShuf_inAccept=corei7_nfaExecLbrShuf_inAccept - -DnfaExecLbrShuf_inAnyAccept=corei7_nfaExecLbrShuf_inAnyAccept - -DnfaExecLbrShuf_initCompressedState=corei7_nfaExecLbrShuf_initCompressedState - -DnfaExecLbrShuf_queueCompressState=corei7_nfaExecLbrShuf_queueCompressState - -DnfaExecLbrShuf_queueInitState=corei7_nfaExecLbrShuf_queueInitState - -DnfaExecLbrShuf_reportCurrent=corei7_nfaExecLbrShuf_reportCurrent - -DnfaExecLbrTruf_Q=corei7_nfaExecLbrTruf_Q - -DnfaExecLbrTruf_Q2=corei7_nfaExecLbrTruf_Q2 - -DnfaExecLbrTruf_QR=corei7_nfaExecLbrTruf_QR - -DnfaExecLbrTruf_expandState=corei7_nfaExecLbrTruf_expandState - -DnfaExecLbrTruf_inAccept=corei7_nfaExecLbrTruf_inAccept - -DnfaExecLbrTruf_inAnyAccept=corei7_nfaExecLbrTruf_inAnyAccept - -DnfaExecLbrTruf_initCompressedState=corei7_nfaExecLbrTruf_initCompressedState - -DnfaExecLbrTruf_queueCompressState=corei7_nfaExecLbrTruf_queueCompressState - -DnfaExecLbrTruf_queueInitState=corei7_nfaExecLbrTruf_queueInitState - -DnfaExecLbrTruf_reportCurrent=corei7_nfaExecLbrTruf_reportCurrent - -DnfaExecLbrVerm_Q=corei7_nfaExecLbrVerm_Q - -DnfaExecLbrVerm_Q2=corei7_nfaExecLbrVerm_Q2 - -DnfaExecLbrVerm_QR=corei7_nfaExecLbrVerm_QR - -DnfaExecLbrVerm_expandState=corei7_nfaExecLbrVerm_expandState - -DnfaExecLbrVerm_inAccept=corei7_nfaExecLbrVerm_inAccept - -DnfaExecLbrVerm_inAnyAccept=corei7_nfaExecLbrVerm_inAnyAccept - -DnfaExecLbrVerm_initCompressedState=corei7_nfaExecLbrVerm_initCompressedState - -DnfaExecLbrVerm_queueCompressState=corei7_nfaExecLbrVerm_queueCompressState - -DnfaExecLbrVerm_queueInitState=corei7_nfaExecLbrVerm_queueInitState - -DnfaExecLbrVerm_reportCurrent=corei7_nfaExecLbrVerm_reportCurrent - -DnfaExecLimEx128_B_Reverse=corei7_nfaExecLimEx128_B_Reverse - -DnfaExecLimEx128_Q=corei7_nfaExecLimEx128_Q - -DnfaExecLimEx128_Q2=corei7_nfaExecLimEx128_Q2 - -DnfaExecLimEx128_QR=corei7_nfaExecLimEx128_QR - -DnfaExecLimEx128_expandState=corei7_nfaExecLimEx128_expandState - -DnfaExecLimEx128_inAccept=corei7_nfaExecLimEx128_inAccept - -DnfaExecLimEx128_inAnyAccept=corei7_nfaExecLimEx128_inAnyAccept - -DnfaExecLimEx128_initCompressedState=corei7_nfaExecLimEx128_initCompressedState - -DnfaExecLimEx128_queueCompressState=corei7_nfaExecLimEx128_queueCompressState - -DnfaExecLimEx128_queueInitState=corei7_nfaExecLimEx128_queueInitState - -DnfaExecLimEx128_reportCurrent=corei7_nfaExecLimEx128_reportCurrent - -DnfaExecLimEx128_testEOD=corei7_nfaExecLimEx128_testEOD - -DnfaExecLimEx128_zombie_status=corei7_nfaExecLimEx128_zombie_status - -DnfaExecLimEx256_B_Reverse=corei7_nfaExecLimEx256_B_Reverse - -DnfaExecLimEx256_Q=corei7_nfaExecLimEx256_Q - -DnfaExecLimEx256_Q2=corei7_nfaExecLimEx256_Q2 - -DnfaExecLimEx256_QR=corei7_nfaExecLimEx256_QR - -DnfaExecLimEx256_expandState=corei7_nfaExecLimEx256_expandState - -DnfaExecLimEx256_inAccept=corei7_nfaExecLimEx256_inAccept - -DnfaExecLimEx256_inAnyAccept=corei7_nfaExecLimEx256_inAnyAccept - -DnfaExecLimEx256_initCompressedState=corei7_nfaExecLimEx256_initCompressedState - -DnfaExecLimEx256_queueCompressState=corei7_nfaExecLimEx256_queueCompressState - -DnfaExecLimEx256_queueInitState=corei7_nfaExecLimEx256_queueInitState - -DnfaExecLimEx256_reportCurrent=corei7_nfaExecLimEx256_reportCurrent - -DnfaExecLimEx256_testEOD=corei7_nfaExecLimEx256_testEOD - -DnfaExecLimEx256_zombie_status=corei7_nfaExecLimEx256_zombie_status - -DnfaExecLimEx32_B_Reverse=corei7_nfaExecLimEx32_B_Reverse - -DnfaExecLimEx32_Q=corei7_nfaExecLimEx32_Q - -DnfaExecLimEx32_Q2=corei7_nfaExecLimEx32_Q2 - -DnfaExecLimEx32_QR=corei7_nfaExecLimEx32_QR - -DnfaExecLimEx32_expandState=corei7_nfaExecLimEx32_expandState - -DnfaExecLimEx32_inAccept=corei7_nfaExecLimEx32_inAccept - -DnfaExecLimEx32_inAnyAccept=corei7_nfaExecLimEx32_inAnyAccept - -DnfaExecLimEx32_initCompressedState=corei7_nfaExecLimEx32_initCompressedState - -DnfaExecLimEx32_queueCompressState=corei7_nfaExecLimEx32_queueCompressState - -DnfaExecLimEx32_queueInitState=corei7_nfaExecLimEx32_queueInitState - -DnfaExecLimEx32_reportCurrent=corei7_nfaExecLimEx32_reportCurrent - -DnfaExecLimEx32_testEOD=corei7_nfaExecLimEx32_testEOD - -DnfaExecLimEx32_zombie_status=corei7_nfaExecLimEx32_zombie_status - -DnfaExecLimEx384_B_Reverse=corei7_nfaExecLimEx384_B_Reverse - -DnfaExecLimEx384_Q=corei7_nfaExecLimEx384_Q - -DnfaExecLimEx384_Q2=corei7_nfaExecLimEx384_Q2 - -DnfaExecLimEx384_QR=corei7_nfaExecLimEx384_QR - -DnfaExecLimEx384_expandState=corei7_nfaExecLimEx384_expandState - -DnfaExecLimEx384_inAccept=corei7_nfaExecLimEx384_inAccept - -DnfaExecLimEx384_inAnyAccept=corei7_nfaExecLimEx384_inAnyAccept - -DnfaExecLimEx384_initCompressedState=corei7_nfaExecLimEx384_initCompressedState - -DnfaExecLimEx384_queueCompressState=corei7_nfaExecLimEx384_queueCompressState - -DnfaExecLimEx384_queueInitState=corei7_nfaExecLimEx384_queueInitState - -DnfaExecLimEx384_reportCurrent=corei7_nfaExecLimEx384_reportCurrent - -DnfaExecLimEx384_testEOD=corei7_nfaExecLimEx384_testEOD - -DnfaExecLimEx384_zombie_status=corei7_nfaExecLimEx384_zombie_status - -DnfaExecLimEx512_B_Reverse=corei7_nfaExecLimEx512_B_Reverse - -DnfaExecLimEx512_Q=corei7_nfaExecLimEx512_Q - -DnfaExecLimEx512_Q2=corei7_nfaExecLimEx512_Q2 - -DnfaExecLimEx512_QR=corei7_nfaExecLimEx512_QR - -DnfaExecLimEx512_expandState=corei7_nfaExecLimEx512_expandState - -DnfaExecLimEx512_inAccept=corei7_nfaExecLimEx512_inAccept - -DnfaExecLimEx512_inAnyAccept=corei7_nfaExecLimEx512_inAnyAccept - -DnfaExecLimEx512_initCompressedState=corei7_nfaExecLimEx512_initCompressedState - -DnfaExecLimEx512_queueCompressState=corei7_nfaExecLimEx512_queueCompressState - -DnfaExecLimEx512_queueInitState=corei7_nfaExecLimEx512_queueInitState - -DnfaExecLimEx512_reportCurrent=corei7_nfaExecLimEx512_reportCurrent - -DnfaExecLimEx512_testEOD=corei7_nfaExecLimEx512_testEOD - -DnfaExecLimEx512_zombie_status=corei7_nfaExecLimEx512_zombie_status - -DnfaExecLimEx64_B_Reverse=corei7_nfaExecLimEx64_B_Reverse - -DnfaExecLimEx64_Q=corei7_nfaExecLimEx64_Q - -DnfaExecLimEx64_Q2=corei7_nfaExecLimEx64_Q2 - -DnfaExecLimEx64_QR=corei7_nfaExecLimEx64_QR - -DnfaExecLimEx64_expandState=corei7_nfaExecLimEx64_expandState - -DnfaExecLimEx64_inAccept=corei7_nfaExecLimEx64_inAccept - -DnfaExecLimEx64_inAnyAccept=corei7_nfaExecLimEx64_inAnyAccept - -DnfaExecLimEx64_initCompressedState=corei7_nfaExecLimEx64_initCompressedState - -DnfaExecLimEx64_queueCompressState=corei7_nfaExecLimEx64_queueCompressState - -DnfaExecLimEx64_queueInitState=corei7_nfaExecLimEx64_queueInitState - -DnfaExecLimEx64_reportCurrent=corei7_nfaExecLimEx64_reportCurrent - -DnfaExecLimEx64_testEOD=corei7_nfaExecLimEx64_testEOD - -DnfaExecLimEx64_zombie_status=corei7_nfaExecLimEx64_zombie_status - -DnfaExecMcClellan16_B=corei7_nfaExecMcClellan16_B - -DnfaExecMcClellan16_Q=corei7_nfaExecMcClellan16_Q - -DnfaExecMcClellan16_Q2=corei7_nfaExecMcClellan16_Q2 - -DnfaExecMcClellan16_QR=corei7_nfaExecMcClellan16_QR - -DnfaExecMcClellan16_SimpStream=corei7_nfaExecMcClellan16_SimpStream - -DnfaExecMcClellan16_expandState=corei7_nfaExecMcClellan16_expandState - -DnfaExecMcClellan16_inAccept=corei7_nfaExecMcClellan16_inAccept - -DnfaExecMcClellan16_inAnyAccept=corei7_nfaExecMcClellan16_inAnyAccept - -DnfaExecMcClellan16_initCompressedState=corei7_nfaExecMcClellan16_initCompressedState - -DnfaExecMcClellan16_queueCompressState=corei7_nfaExecMcClellan16_queueCompressState - -DnfaExecMcClellan16_queueInitState=corei7_nfaExecMcClellan16_queueInitState - -DnfaExecMcClellan16_reportCurrent=corei7_nfaExecMcClellan16_reportCurrent - -DnfaExecMcClellan16_testEOD=corei7_nfaExecMcClellan16_testEOD - -DnfaExecMcClellan8_B=corei7_nfaExecMcClellan8_B - -DnfaExecMcClellan8_Q=corei7_nfaExecMcClellan8_Q - -DnfaExecMcClellan8_Q2=corei7_nfaExecMcClellan8_Q2 - -DnfaExecMcClellan8_QR=corei7_nfaExecMcClellan8_QR - -DnfaExecMcClellan8_SimpStream=corei7_nfaExecMcClellan8_SimpStream - -DnfaExecMcClellan8_expandState=corei7_nfaExecMcClellan8_expandState - -DnfaExecMcClellan8_inAccept=corei7_nfaExecMcClellan8_inAccept - -DnfaExecMcClellan8_inAnyAccept=corei7_nfaExecMcClellan8_inAnyAccept - -DnfaExecMcClellan8_initCompressedState=corei7_nfaExecMcClellan8_initCompressedState - -DnfaExecMcClellan8_queueCompressState=corei7_nfaExecMcClellan8_queueCompressState - -DnfaExecMcClellan8_queueInitState=corei7_nfaExecMcClellan8_queueInitState - -DnfaExecMcClellan8_reportCurrent=corei7_nfaExecMcClellan8_reportCurrent - -DnfaExecMcClellan8_testEOD=corei7_nfaExecMcClellan8_testEOD - -DnfaExecMcSheng16_Q=corei7_nfaExecMcSheng16_Q - -DnfaExecMcSheng16_Q2=corei7_nfaExecMcSheng16_Q2 - -DnfaExecMcSheng16_QR=corei7_nfaExecMcSheng16_QR - -DnfaExecMcSheng16_expandState=corei7_nfaExecMcSheng16_expandState - -DnfaExecMcSheng16_inAccept=corei7_nfaExecMcSheng16_inAccept - -DnfaExecMcSheng16_inAnyAccept=corei7_nfaExecMcSheng16_inAnyAccept - -DnfaExecMcSheng16_initCompressedState=corei7_nfaExecMcSheng16_initCompressedState - -DnfaExecMcSheng16_queueCompressState=corei7_nfaExecMcSheng16_queueCompressState - -DnfaExecMcSheng16_queueInitState=corei7_nfaExecMcSheng16_queueInitState - -DnfaExecMcSheng16_reportCurrent=corei7_nfaExecMcSheng16_reportCurrent - -DnfaExecMcSheng16_testEOD=corei7_nfaExecMcSheng16_testEOD - -DnfaExecMcSheng8_Q=corei7_nfaExecMcSheng8_Q - -DnfaExecMcSheng8_Q2=corei7_nfaExecMcSheng8_Q2 - -DnfaExecMcSheng8_QR=corei7_nfaExecMcSheng8_QR - -DnfaExecMcSheng8_expandState=corei7_nfaExecMcSheng8_expandState - -DnfaExecMcSheng8_inAccept=corei7_nfaExecMcSheng8_inAccept - -DnfaExecMcSheng8_inAnyAccept=corei7_nfaExecMcSheng8_inAnyAccept - -DnfaExecMcSheng8_initCompressedState=corei7_nfaExecMcSheng8_initCompressedState - -DnfaExecMcSheng8_queueCompressState=corei7_nfaExecMcSheng8_queueCompressState - -DnfaExecMcSheng8_queueInitState=corei7_nfaExecMcSheng8_queueInitState - -DnfaExecMcSheng8_reportCurrent=corei7_nfaExecMcSheng8_reportCurrent - -DnfaExecMcSheng8_testEOD=corei7_nfaExecMcSheng8_testEOD - -DnfaExecMpv_Q=corei7_nfaExecMpv_Q - -DnfaExecMpv_QueueExecRaw=corei7_nfaExecMpv_QueueExecRaw - -DnfaExecMpv_expandState=corei7_nfaExecMpv_expandState - -DnfaExecMpv_initCompressedState=corei7_nfaExecMpv_initCompressedState - -DnfaExecMpv_queueCompressState=corei7_nfaExecMpv_queueCompressState - -DnfaExecMpv_queueInitState=corei7_nfaExecMpv_queueInitState - -DnfaExecMpv_reportCurrent=corei7_nfaExecMpv_reportCurrent - -DnfaExecSheng_B=corei7_nfaExecSheng_B - -DnfaExecSheng_Q=corei7_nfaExecSheng_Q - -DnfaExecSheng_Q2=corei7_nfaExecSheng_Q2 - -DnfaExecSheng_QR=corei7_nfaExecSheng_QR - -DnfaExecSheng_expandState=corei7_nfaExecSheng_expandState - -DnfaExecSheng_inAccept=corei7_nfaExecSheng_inAccept - -DnfaExecSheng_inAnyAccept=corei7_nfaExecSheng_inAnyAccept - -DnfaExecSheng_initCompressedState=corei7_nfaExecSheng_initCompressedState - -DnfaExecSheng_queueCompressState=corei7_nfaExecSheng_queueCompressState - -DnfaExecSheng_queueInitState=corei7_nfaExecSheng_queueInitState - -DnfaExecSheng_reportCurrent=corei7_nfaExecSheng_reportCurrent - -DnfaExecSheng_testEOD=corei7_nfaExecSheng_testEOD - -DnfaExecTamarama_Q=corei7_nfaExecTamarama_Q - -DnfaExecTamarama_Q2=corei7_nfaExecTamarama_Q2 - -DnfaExecTamarama_QR=corei7_nfaExecTamarama_QR - -DnfaExecTamarama_expandState=corei7_nfaExecTamarama_expandState - -DnfaExecTamarama_inAccept=corei7_nfaExecTamarama_inAccept - -DnfaExecTamarama_inAnyAccept=corei7_nfaExecTamarama_inAnyAccept - -DnfaExecTamarama_queueCompressState=corei7_nfaExecTamarama_queueCompressState - -DnfaExecTamarama_queueInitState=corei7_nfaExecTamarama_queueInitState - -DnfaExecTamarama_reportCurrent=corei7_nfaExecTamarama_reportCurrent - -DnfaExecTamarama_testEOD=corei7_nfaExecTamarama_testEOD - -DnfaExecTamarama_zombie_status=corei7_nfaExecTamarama_zombie_status - -DnfaExpandState=corei7_nfaExpandState - -DnfaGetZombieStatus=corei7_nfaGetZombieStatus - -DnfaInAcceptState=corei7_nfaInAcceptState - -DnfaInAnyAcceptState=corei7_nfaInAnyAcceptState - -DnfaInitCompressedState=corei7_nfaInitCompressedState - -DnfaQueueCompressState=corei7_nfaQueueCompressState - -DnfaQueueExec=corei7_nfaQueueExec - -DnfaQueueExec2_raw=corei7_nfaQueueExec2_raw - -DnfaQueueExecRose=corei7_nfaQueueExecRose - -DnfaQueueExecToMatch=corei7_nfaQueueExecToMatch - -DnfaQueueExec_raw=corei7_nfaQueueExec_raw - -DnfaQueueInitState=corei7_nfaQueueInitState - -DnfaReportCurrentMatches=corei7_nfaReportCurrentMatches - -DnoodExec=corei7_noodExec - -DnoodExecStreaming=corei7_noodExecStreaming - -Dp_mask_arr=corei7_p_mask_arr - -Dp_mask_arr256=corei7_p_mask_arr256 - -DrepeatHasMatchBitmap=corei7_repeatHasMatchBitmap - -DrepeatHasMatchRange=corei7_repeatHasMatchRange - -DrepeatHasMatchRing=corei7_repeatHasMatchRing - -DrepeatHasMatchSparseOptimalP=corei7_repeatHasMatchSparseOptimalP - -DrepeatHasMatchTrailer=corei7_repeatHasMatchTrailer - -DrepeatLastTopBitmap=corei7_repeatLastTopBitmap - -DrepeatLastTopRange=corei7_repeatLastTopRange - -DrepeatLastTopRing=corei7_repeatLastTopRing - -DrepeatLastTopSparseOptimalP=corei7_repeatLastTopSparseOptimalP - -DrepeatLastTopTrailer=corei7_repeatLastTopTrailer - -DrepeatNextMatchBitmap=corei7_repeatNextMatchBitmap - -DrepeatNextMatchRange=corei7_repeatNextMatchRange - -DrepeatNextMatchRing=corei7_repeatNextMatchRing - -DrepeatNextMatchSparseOptimalP=corei7_repeatNextMatchSparseOptimalP - -DrepeatNextMatchTrailer=corei7_repeatNextMatchTrailer - -DrepeatPack=corei7_repeatPack - -DrepeatStoreBitmap=corei7_repeatStoreBitmap - -DrepeatStoreRange=corei7_repeatStoreRange - -DrepeatStoreRing=corei7_repeatStoreRing - -DrepeatStoreSparseOptimalP=corei7_repeatStoreSparseOptimalP - -DrepeatStoreTrailer=corei7_repeatStoreTrailer - -DrepeatUnpack=corei7_repeatUnpack - -DroseAnchoredCallback=corei7_roseAnchoredCallback - -DroseBlockExec=corei7_roseBlockExec - -DroseCallback=corei7_roseCallback - -DroseCatchUpAll=corei7_roseCatchUpAll - -DroseCatchUpMPV_i=corei7_roseCatchUpMPV_i - -DroseCatchUpSuf=corei7_roseCatchUpSuf - -DroseDelayRebuildCallback=corei7_roseDelayRebuildCallback - -DroseFloatingCallback=corei7_roseFloatingCallback - -DroseHandleChainMatch=corei7_roseHandleChainMatch - -DroseInitState=corei7_roseInitState - -DroseNfaAdaptor=corei7_roseNfaAdaptor - -DroseNfaEarliestSom=corei7_roseNfaEarliestSom - -DroseReportAdaptor=corei7_roseReportAdaptor - -DroseRunBoundaryProgram=corei7_roseRunBoundaryProgram - -DroseRunFlushCombProgram=corei7_roseRunFlushCombProgram - -DroseRunLastFlushCombProgram=corei7_roseRunLastFlushCombProgram - -DroseRunProgram=corei7_roseRunProgram - -DroseRunProgram_l=corei7_roseRunProgram_l - -DroseStreamEodExec=corei7_roseStreamEodExec - -DroseStreamExec=corei7_roseStreamExec - -DrshuftiExec=corei7_rshuftiExec - -DrtruffleExec=corei7_rtruffleExec - -Drun_accel=corei7_run_accel - -DsetSomFromSomAware=corei7_setSomFromSomAware - -DshuftiDoubleExec=corei7_shuftiDoubleExec - -DshuftiExec=corei7_shuftiExec - -Dsimd_onebit_masks=corei7_simd_onebit_masks - -Dsize_compress_stream=corei7_size_compress_stream - -DstoreSomToStream=corei7_storeSomToStream - -Dstorecompressed128=corei7_storecompressed128 - -Dstorecompressed256=corei7_storecompressed256 - -Dstorecompressed32=corei7_storecompressed32 - -Dstorecompressed384=corei7_storecompressed384 - -Dstorecompressed512=corei7_storecompressed512 - -Dstorecompressed64=corei7_storecompressed64 - -DstreamInitSufPQ=corei7_streamInitSufPQ - -DtruffleExec=corei7_truffleExec - -Dvbs_mask_data=corei7_vbs_mask_data - $,,-Wno-everything> -) -target_include_directories(libs-hyperscan-runtime_corei7 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src -) -target_sources(libs-hyperscan-runtime_corei7 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/alloc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/crc32.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/database.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/fdr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/teddy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/fdr/teddy_avx2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hs_valid_platform.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hs_version.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hwlm/hwlm.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/hwlm/noodle_engine.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/accel.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/castle.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/gough.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/lbr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_accel.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_native.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_simd128.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_simd256.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_simd384.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/limex_simd512.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mcclellan.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mcsheng.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mcsheng_data.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/mpv.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/nfa_api_dispatch.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/repeat.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/sheng.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/shufti.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/tamarama.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/nfa/truffle.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/block.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/catchup.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/init.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/match.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/program_runtime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/rose/stream.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/runtime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/scratch.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/som/som_runtime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/som/som_stream.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/stream_compress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/cpuid_flags.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/masked_move.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/multibit.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/simd_utils.c - ${CMAKE_SOURCE_DIR}/contrib/libs/hyperscan/src/util/state_compress.c -) diff --git a/contrib/libs/ibdrv/CMakeLists.darwin-x86_64.txt b/contrib/libs/ibdrv/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 37f4e0bb063..00000000000 --- a/contrib/libs/ibdrv/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-libs-ibdrv) -target_include_directories(contrib-libs-ibdrv PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/ibdrv/include -) -target_link_libraries(contrib-libs-ibdrv PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(contrib-libs-ibdrv PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/ibdrv/impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/ibdrv/symbols.cpp -) diff --git a/contrib/libs/ibdrv/CMakeLists.linux-aarch64.txt b/contrib/libs/ibdrv/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 42d7cc83686..00000000000 --- a/contrib/libs/ibdrv/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(contrib-libs-ibdrv) -target_include_directories(contrib-libs-ibdrv PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/ibdrv/include -) -target_link_libraries(contrib-libs-ibdrv PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(contrib-libs-ibdrv PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/ibdrv/impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/ibdrv/symbols.cpp -) diff --git a/contrib/libs/ibdrv/CMakeLists.linux-x86_64.txt b/contrib/libs/ibdrv/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 42d7cc83686..00000000000 --- a/contrib/libs/ibdrv/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(contrib-libs-ibdrv) -target_include_directories(contrib-libs-ibdrv PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/ibdrv/include -) -target_link_libraries(contrib-libs-ibdrv PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(contrib-libs-ibdrv PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/ibdrv/impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/ibdrv/symbols.cpp -) diff --git a/contrib/libs/ibdrv/CMakeLists.txt b/contrib/libs/ibdrv/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/ibdrv/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/ibdrv/CMakeLists.windows-x86_64.txt b/contrib/libs/ibdrv/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 37f4e0bb063..00000000000 --- a/contrib/libs/ibdrv/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-libs-ibdrv) -target_include_directories(contrib-libs-ibdrv PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/ibdrv/include -) -target_link_libraries(contrib-libs-ibdrv PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(contrib-libs-ibdrv PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/ibdrv/impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/ibdrv/symbols.cpp -) diff --git a/contrib/libs/icu/CMakeLists.darwin-x86_64.txt b/contrib/libs/icu/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 226d2199fd2..00000000000 --- a/contrib/libs/icu/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,488 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# 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-libs-icu) -target_compile_options(contrib-libs-icu PRIVATE - -DU_COMMON_IMPLEMENTATION - -DU_I18N_IMPLEMENTATION - -DU_IO_IMPLEMENTATION - -DU_STATIC_IMPLEMENTATION - $,,-Wno-everything> -) -target_include_directories(contrib-libs-icu PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/include -) -target_include_directories(contrib-libs-icu PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/io -) -target_link_libraries(contrib-libs-icu PUBLIC - contrib-libs-cxxsupp -) -target_sources(contrib-libs-icu PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/appendable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/bmpset.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/brkeng.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/brkiter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/bytesinkutil.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/bytestream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/bytestrie.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/bytestriebuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/bytestrieiterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/caniter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/characterproperties.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/chariter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/charstr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/cmemory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/cstr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/cstring.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/cwchar.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/dictbe.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/dictionarydata.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/dtintrv.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/edits.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/emojiprops.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/errorcode.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/filteredbrk.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/filterednormalizer2.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/icudataver.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/icuplug.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/loadednormalizer2impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/localebuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/localematcher.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/localeprioritylist.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/locavailable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/locbased.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/locdispnames.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/locdistance.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/locdspnm.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/locid.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/loclikely.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/loclikelysubtags.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/locmap.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/locresdata.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/locutil.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/lsr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/lstmbe.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/messagepattern.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/mlbe.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/normalizer2.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/normalizer2impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/normlzr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/parsepos.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/patternprops.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/pluralmap.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/propname.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/propsvec.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/punycode.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/putil.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/rbbi.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/rbbi_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/rbbidata.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/rbbinode.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/rbbirb.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/rbbiscan.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/rbbisetb.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/rbbistbl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/rbbitblb.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/resbund.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/resbund_cnv.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/resource.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/restrace.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ruleiter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/schriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/serv.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/servlk.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/servlkf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/servls.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/servnotf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/servrbf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/servslkf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/sharedobject.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/simpleformatter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/static_unicode_sets.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/stringpiece.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/stringtriebuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uarrsort.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ubidi.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ubidi_props.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ubidiln.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ubiditransform.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ubidiwrt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ubrk.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucase.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucasemap.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucasemap_titlecase_brkiter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucat.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uchar.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucharstrie.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucharstriebuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucharstrieiterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uchriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucln_cmn.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucmndata.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnv.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnv2022.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnv_bld.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnv_cb.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnv_cnv.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnv_ct.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnv_err.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnv_ext.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnv_io.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnv_lmb.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnv_set.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnv_u16.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnv_u32.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnv_u7.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnv_u8.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnvbocu.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnvdisp.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnvhz.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnvisci.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnvlat1.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnvmbcs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnvscsu.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnvsel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucol_swp.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucptrie.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucurr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/udata.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/udatamem.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/udataswp.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uenum.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uhash.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uhash_us.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uidna.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uinit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uinvchar.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uiter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ulist.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uloc.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uloc_keytype.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uloc_tag.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/umapfile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/umath.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/umutablecptrie.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/umutex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/unames.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/unifiedcache.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/unifilt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/unifunct.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uniset.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uniset_closure.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uniset_props.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/unisetspan.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/unistr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/unistr_case.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/unistr_case_locale.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/unistr_cnv.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/unistr_props.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/unistr_titlecase_brkiter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/unorm.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/unormcmp.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uobject.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uprops.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ures_cnv.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uresbund.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uresdata.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/usc_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uscript.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uscript_props.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uset.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uset_props.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/usetiter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ushape.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/usprep.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ustack.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ustr_cnv.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ustr_titlecase_brkiter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ustr_wcs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ustrcase.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ustrcase_locale.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ustrenum.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ustrfmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ustring.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ustrtrns.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/utext.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/utf_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/util.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/util_props.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/utrace.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/utrie.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/utrie2.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/utrie2_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/utrie_swap.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uts46.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/utypes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uvector.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uvectr32.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uvectr64.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/wintz.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/alphaindex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/anytrans.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/astro.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/basictz.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/bocsu.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/brktrans.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/buddhcal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/calendar.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/casetrn.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/cecal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/chnsecal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/choicfmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/coleitr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/coll.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationbuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationcompare.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationdata.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationdatabuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationdatareader.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationdatawriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationfastlatin.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationfastlatinbuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationfcd.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationiterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationkeys.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationroot.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationrootelements.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationruleparser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationsets.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationsettings.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationtailoring.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationweights.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/compactdecimalformat.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/coptccal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/cpdtrans.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/csdetect.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/csmatch.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/csr2022.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/csrecog.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/csrmbcs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/csrsbcs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/csrucode.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/csrutf8.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/curramt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/currfmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/currpinf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/currunit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/dangical.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/datefmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/dayperiodrules.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/dcfmtsym.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/decContext.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/decNumber.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/decimfmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/displayoptions.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/double-conversion-bignum-dtoa.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/double-conversion-bignum.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/double-conversion-cached-powers.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/double-conversion-double-to-string.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/double-conversion-fast-dtoa.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/double-conversion-string-to-double.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/double-conversion-strtod.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/dtfmtsym.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/dtitvfmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/dtitvinf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/dtptngen.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/dtrule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/erarules.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/esctrn.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/ethpccal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/fmtable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/fmtable_cnv.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/format.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/formatted_string_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/formattedval_iterimpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/formattedval_sbimpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/formattedvalue.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/fphdlimp.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/fpositer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/funcrepl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/gender.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/gregocal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/gregoimp.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/hebrwcal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/indiancal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/inputext.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/islamcal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/iso8601cal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/japancal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/listformatter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/measfmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/measunit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/measunit_extra.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/measure.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/msgfmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/name2uni.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/nfrs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/nfrule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/nfsubs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/nortrans.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/nultrans.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_affixutils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_asformat.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_capi.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_compact.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_currencysymbols.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_decimalquantity.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_decimfmtprops.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_fluent.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_formatimpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_grouping.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_integerwidth.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_longnames.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_mapper.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_modifiers.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_multiplier.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_notation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_output.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_padding.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_patternmodifier.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_patternstring.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_rounding.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_scientific.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_simple.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_skeletons.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_symbolswrapper.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_usageprefs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_utils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/numfmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/numparse_affixes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/numparse_compositions.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/numparse_currency.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/numparse_decimal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/numparse_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/numparse_parsednumber.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/numparse_scientific.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/numparse_symbols.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/numparse_validators.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/numrange_capi.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/numrange_fluent.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/numrange_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/numsys.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/olsontz.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/persncal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/pluralranges.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/plurfmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/plurrule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/quant.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/quantityformatter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/rbnf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/rbt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/rbt_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/rbt_pars.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/rbt_rule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/rbt_set.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/rbtz.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/regexcmp.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/regeximp.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/regexst.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/regextxt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/region.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/reldatefmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/reldtfmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/rematch.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/remtrans.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/repattrn.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/rulebasedcollator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/scientificnumberformatter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/scriptset.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/search.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/selfmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/sharedbreakiterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/simpletz.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/smpdtfmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/smpdtfst.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/sortkey.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/standardplural.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/string_segment.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/strmatch.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/strrepl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/stsearch.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/taiwncal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/timezone.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/titletrn.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/tmunit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/tmutamt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/tmutfmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/tolowtrn.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/toupptrn.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/translit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/transreg.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/tridpars.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/tzfmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/tzgnames.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/tznames.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/tznames_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/tzrule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/tztrans.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/ucal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/ucln_in.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/ucol.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/ucol_res.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/ucol_sit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/ucoleitr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/ucsdet.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/udat.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/udateintervalformat.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/udatpg.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/ufieldpositer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/uitercollationiterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/ulistformatter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/ulocdata.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/umsg.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/unesctrn.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/uni2name.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/units_complexconverter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/units_converter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/units_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/units_router.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/unum.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/unumsys.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/upluralrules.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/uregex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/uregexc.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/uregion.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/usearch.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/uspoof.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/uspoof_build.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/uspoof_conf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/uspoof_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/utf16collationiterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/utf8collationiterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/utmscale.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/utrans.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/vtzone.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/vzone.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/windtfmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/winnmfmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/wintzimpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/zonemeta.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/zrule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/ztrans.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/io/locbund.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/io/sprintf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/io/sscanf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/io/ucln_io.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/io/ufile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/io/ufmt_cmn.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/io/uprintf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/io/uprntf_p.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/io/uscanf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/io/uscanf_p.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/io/ustdio.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/io/ustream.cpp -) -target_rodata_sources(contrib-libs-icu - PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/icudt73_dat.rodata -) diff --git a/contrib/libs/icu/CMakeLists.linux-aarch64.txt b/contrib/libs/icu/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 2177c9ae815..00000000000 --- a/contrib/libs/icu/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,489 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# 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-libs-icu) -target_compile_options(contrib-libs-icu PRIVATE - -DU_COMMON_IMPLEMENTATION - -DU_I18N_IMPLEMENTATION - -DU_IO_IMPLEMENTATION - -DU_STATIC_IMPLEMENTATION - $,,-Wno-everything> -) -target_include_directories(contrib-libs-icu PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/include -) -target_include_directories(contrib-libs-icu PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/io -) -target_link_libraries(contrib-libs-icu PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp -) -target_sources(contrib-libs-icu PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/appendable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/bmpset.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/brkeng.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/brkiter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/bytesinkutil.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/bytestream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/bytestrie.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/bytestriebuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/bytestrieiterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/caniter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/characterproperties.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/chariter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/charstr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/cmemory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/cstr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/cstring.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/cwchar.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/dictbe.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/dictionarydata.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/dtintrv.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/edits.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/emojiprops.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/errorcode.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/filteredbrk.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/filterednormalizer2.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/icudataver.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/icuplug.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/loadednormalizer2impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/localebuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/localematcher.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/localeprioritylist.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/locavailable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/locbased.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/locdispnames.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/locdistance.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/locdspnm.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/locid.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/loclikely.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/loclikelysubtags.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/locmap.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/locresdata.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/locutil.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/lsr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/lstmbe.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/messagepattern.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/mlbe.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/normalizer2.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/normalizer2impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/normlzr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/parsepos.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/patternprops.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/pluralmap.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/propname.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/propsvec.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/punycode.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/putil.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/rbbi.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/rbbi_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/rbbidata.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/rbbinode.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/rbbirb.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/rbbiscan.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/rbbisetb.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/rbbistbl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/rbbitblb.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/resbund.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/resbund_cnv.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/resource.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/restrace.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ruleiter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/schriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/serv.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/servlk.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/servlkf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/servls.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/servnotf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/servrbf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/servslkf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/sharedobject.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/simpleformatter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/static_unicode_sets.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/stringpiece.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/stringtriebuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uarrsort.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ubidi.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ubidi_props.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ubidiln.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ubiditransform.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ubidiwrt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ubrk.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucase.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucasemap.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucasemap_titlecase_brkiter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucat.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uchar.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucharstrie.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucharstriebuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucharstrieiterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uchriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucln_cmn.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucmndata.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnv.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnv2022.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnv_bld.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnv_cb.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnv_cnv.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnv_ct.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnv_err.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnv_ext.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnv_io.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnv_lmb.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnv_set.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnv_u16.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnv_u32.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnv_u7.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnv_u8.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnvbocu.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnvdisp.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnvhz.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnvisci.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnvlat1.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnvmbcs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnvscsu.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnvsel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucol_swp.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucptrie.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucurr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/udata.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/udatamem.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/udataswp.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uenum.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uhash.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uhash_us.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uidna.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uinit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uinvchar.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uiter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ulist.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uloc.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uloc_keytype.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uloc_tag.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/umapfile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/umath.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/umutablecptrie.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/umutex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/unames.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/unifiedcache.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/unifilt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/unifunct.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uniset.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uniset_closure.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uniset_props.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/unisetspan.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/unistr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/unistr_case.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/unistr_case_locale.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/unistr_cnv.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/unistr_props.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/unistr_titlecase_brkiter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/unorm.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/unormcmp.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uobject.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uprops.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ures_cnv.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uresbund.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uresdata.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/usc_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uscript.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uscript_props.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uset.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uset_props.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/usetiter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ushape.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/usprep.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ustack.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ustr_cnv.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ustr_titlecase_brkiter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ustr_wcs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ustrcase.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ustrcase_locale.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ustrenum.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ustrfmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ustring.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ustrtrns.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/utext.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/utf_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/util.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/util_props.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/utrace.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/utrie.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/utrie2.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/utrie2_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/utrie_swap.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uts46.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/utypes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uvector.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uvectr32.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uvectr64.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/wintz.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/alphaindex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/anytrans.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/astro.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/basictz.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/bocsu.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/brktrans.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/buddhcal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/calendar.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/casetrn.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/cecal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/chnsecal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/choicfmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/coleitr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/coll.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationbuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationcompare.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationdata.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationdatabuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationdatareader.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationdatawriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationfastlatin.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationfastlatinbuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationfcd.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationiterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationkeys.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationroot.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationrootelements.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationruleparser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationsets.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationsettings.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationtailoring.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationweights.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/compactdecimalformat.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/coptccal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/cpdtrans.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/csdetect.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/csmatch.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/csr2022.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/csrecog.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/csrmbcs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/csrsbcs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/csrucode.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/csrutf8.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/curramt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/currfmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/currpinf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/currunit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/dangical.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/datefmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/dayperiodrules.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/dcfmtsym.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/decContext.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/decNumber.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/decimfmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/displayoptions.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/double-conversion-bignum-dtoa.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/double-conversion-bignum.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/double-conversion-cached-powers.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/double-conversion-double-to-string.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/double-conversion-fast-dtoa.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/double-conversion-string-to-double.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/double-conversion-strtod.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/dtfmtsym.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/dtitvfmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/dtitvinf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/dtptngen.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/dtrule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/erarules.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/esctrn.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/ethpccal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/fmtable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/fmtable_cnv.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/format.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/formatted_string_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/formattedval_iterimpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/formattedval_sbimpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/formattedvalue.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/fphdlimp.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/fpositer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/funcrepl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/gender.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/gregocal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/gregoimp.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/hebrwcal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/indiancal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/inputext.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/islamcal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/iso8601cal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/japancal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/listformatter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/measfmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/measunit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/measunit_extra.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/measure.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/msgfmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/name2uni.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/nfrs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/nfrule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/nfsubs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/nortrans.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/nultrans.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_affixutils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_asformat.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_capi.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_compact.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_currencysymbols.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_decimalquantity.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_decimfmtprops.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_fluent.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_formatimpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_grouping.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_integerwidth.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_longnames.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_mapper.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_modifiers.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_multiplier.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_notation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_output.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_padding.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_patternmodifier.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_patternstring.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_rounding.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_scientific.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_simple.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_skeletons.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_symbolswrapper.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_usageprefs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_utils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/numfmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/numparse_affixes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/numparse_compositions.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/numparse_currency.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/numparse_decimal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/numparse_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/numparse_parsednumber.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/numparse_scientific.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/numparse_symbols.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/numparse_validators.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/numrange_capi.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/numrange_fluent.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/numrange_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/numsys.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/olsontz.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/persncal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/pluralranges.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/plurfmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/plurrule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/quant.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/quantityformatter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/rbnf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/rbt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/rbt_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/rbt_pars.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/rbt_rule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/rbt_set.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/rbtz.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/regexcmp.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/regeximp.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/regexst.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/regextxt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/region.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/reldatefmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/reldtfmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/rematch.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/remtrans.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/repattrn.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/rulebasedcollator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/scientificnumberformatter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/scriptset.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/search.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/selfmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/sharedbreakiterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/simpletz.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/smpdtfmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/smpdtfst.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/sortkey.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/standardplural.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/string_segment.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/strmatch.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/strrepl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/stsearch.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/taiwncal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/timezone.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/titletrn.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/tmunit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/tmutamt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/tmutfmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/tolowtrn.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/toupptrn.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/translit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/transreg.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/tridpars.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/tzfmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/tzgnames.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/tznames.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/tznames_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/tzrule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/tztrans.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/ucal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/ucln_in.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/ucol.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/ucol_res.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/ucol_sit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/ucoleitr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/ucsdet.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/udat.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/udateintervalformat.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/udatpg.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/ufieldpositer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/uitercollationiterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/ulistformatter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/ulocdata.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/umsg.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/unesctrn.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/uni2name.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/units_complexconverter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/units_converter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/units_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/units_router.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/unum.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/unumsys.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/upluralrules.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/uregex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/uregexc.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/uregion.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/usearch.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/uspoof.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/uspoof_build.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/uspoof_conf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/uspoof_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/utf16collationiterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/utf8collationiterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/utmscale.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/utrans.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/vtzone.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/vzone.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/windtfmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/winnmfmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/wintzimpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/zonemeta.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/zrule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/ztrans.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/io/locbund.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/io/sprintf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/io/sscanf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/io/ucln_io.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/io/ufile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/io/ufmt_cmn.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/io/uprintf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/io/uprntf_p.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/io/uscanf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/io/uscanf_p.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/io/ustdio.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/io/ustream.cpp -) -target_rodata_sources(contrib-libs-icu - PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/icudt73_dat.rodata -) diff --git a/contrib/libs/icu/CMakeLists.linux-x86_64.txt b/contrib/libs/icu/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 2177c9ae815..00000000000 --- a/contrib/libs/icu/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,489 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# 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-libs-icu) -target_compile_options(contrib-libs-icu PRIVATE - -DU_COMMON_IMPLEMENTATION - -DU_I18N_IMPLEMENTATION - -DU_IO_IMPLEMENTATION - -DU_STATIC_IMPLEMENTATION - $,,-Wno-everything> -) -target_include_directories(contrib-libs-icu PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/include -) -target_include_directories(contrib-libs-icu PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/io -) -target_link_libraries(contrib-libs-icu PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp -) -target_sources(contrib-libs-icu PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/appendable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/bmpset.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/brkeng.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/brkiter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/bytesinkutil.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/bytestream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/bytestrie.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/bytestriebuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/bytestrieiterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/caniter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/characterproperties.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/chariter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/charstr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/cmemory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/cstr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/cstring.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/cwchar.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/dictbe.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/dictionarydata.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/dtintrv.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/edits.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/emojiprops.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/errorcode.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/filteredbrk.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/filterednormalizer2.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/icudataver.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/icuplug.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/loadednormalizer2impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/localebuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/localematcher.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/localeprioritylist.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/locavailable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/locbased.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/locdispnames.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/locdistance.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/locdspnm.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/locid.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/loclikely.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/loclikelysubtags.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/locmap.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/locresdata.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/locutil.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/lsr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/lstmbe.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/messagepattern.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/mlbe.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/normalizer2.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/normalizer2impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/normlzr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/parsepos.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/patternprops.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/pluralmap.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/propname.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/propsvec.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/punycode.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/putil.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/rbbi.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/rbbi_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/rbbidata.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/rbbinode.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/rbbirb.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/rbbiscan.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/rbbisetb.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/rbbistbl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/rbbitblb.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/resbund.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/resbund_cnv.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/resource.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/restrace.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ruleiter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/schriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/serv.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/servlk.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/servlkf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/servls.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/servnotf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/servrbf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/servslkf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/sharedobject.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/simpleformatter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/static_unicode_sets.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/stringpiece.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/stringtriebuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uarrsort.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ubidi.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ubidi_props.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ubidiln.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ubiditransform.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ubidiwrt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ubrk.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucase.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucasemap.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucasemap_titlecase_brkiter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucat.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uchar.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucharstrie.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucharstriebuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucharstrieiterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uchriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucln_cmn.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucmndata.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnv.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnv2022.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnv_bld.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnv_cb.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnv_cnv.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnv_ct.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnv_err.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnv_ext.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnv_io.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnv_lmb.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnv_set.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnv_u16.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnv_u32.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnv_u7.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnv_u8.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnvbocu.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnvdisp.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnvhz.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnvisci.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnvlat1.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnvmbcs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnvscsu.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnvsel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucol_swp.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucptrie.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucurr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/udata.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/udatamem.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/udataswp.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uenum.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uhash.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uhash_us.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uidna.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uinit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uinvchar.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uiter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ulist.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uloc.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uloc_keytype.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uloc_tag.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/umapfile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/umath.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/umutablecptrie.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/umutex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/unames.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/unifiedcache.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/unifilt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/unifunct.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uniset.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uniset_closure.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uniset_props.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/unisetspan.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/unistr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/unistr_case.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/unistr_case_locale.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/unistr_cnv.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/unistr_props.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/unistr_titlecase_brkiter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/unorm.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/unormcmp.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uobject.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uprops.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ures_cnv.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uresbund.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uresdata.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/usc_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uscript.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uscript_props.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uset.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uset_props.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/usetiter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ushape.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/usprep.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ustack.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ustr_cnv.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ustr_titlecase_brkiter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ustr_wcs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ustrcase.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ustrcase_locale.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ustrenum.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ustrfmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ustring.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ustrtrns.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/utext.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/utf_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/util.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/util_props.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/utrace.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/utrie.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/utrie2.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/utrie2_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/utrie_swap.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uts46.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/utypes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uvector.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uvectr32.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uvectr64.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/wintz.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/alphaindex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/anytrans.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/astro.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/basictz.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/bocsu.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/brktrans.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/buddhcal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/calendar.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/casetrn.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/cecal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/chnsecal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/choicfmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/coleitr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/coll.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationbuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationcompare.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationdata.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationdatabuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationdatareader.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationdatawriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationfastlatin.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationfastlatinbuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationfcd.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationiterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationkeys.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationroot.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationrootelements.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationruleparser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationsets.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationsettings.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationtailoring.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationweights.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/compactdecimalformat.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/coptccal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/cpdtrans.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/csdetect.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/csmatch.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/csr2022.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/csrecog.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/csrmbcs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/csrsbcs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/csrucode.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/csrutf8.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/curramt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/currfmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/currpinf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/currunit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/dangical.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/datefmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/dayperiodrules.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/dcfmtsym.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/decContext.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/decNumber.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/decimfmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/displayoptions.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/double-conversion-bignum-dtoa.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/double-conversion-bignum.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/double-conversion-cached-powers.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/double-conversion-double-to-string.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/double-conversion-fast-dtoa.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/double-conversion-string-to-double.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/double-conversion-strtod.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/dtfmtsym.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/dtitvfmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/dtitvinf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/dtptngen.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/dtrule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/erarules.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/esctrn.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/ethpccal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/fmtable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/fmtable_cnv.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/format.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/formatted_string_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/formattedval_iterimpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/formattedval_sbimpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/formattedvalue.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/fphdlimp.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/fpositer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/funcrepl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/gender.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/gregocal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/gregoimp.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/hebrwcal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/indiancal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/inputext.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/islamcal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/iso8601cal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/japancal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/listformatter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/measfmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/measunit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/measunit_extra.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/measure.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/msgfmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/name2uni.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/nfrs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/nfrule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/nfsubs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/nortrans.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/nultrans.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_affixutils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_asformat.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_capi.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_compact.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_currencysymbols.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_decimalquantity.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_decimfmtprops.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_fluent.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_formatimpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_grouping.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_integerwidth.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_longnames.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_mapper.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_modifiers.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_multiplier.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_notation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_output.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_padding.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_patternmodifier.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_patternstring.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_rounding.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_scientific.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_simple.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_skeletons.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_symbolswrapper.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_usageprefs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_utils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/numfmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/numparse_affixes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/numparse_compositions.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/numparse_currency.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/numparse_decimal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/numparse_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/numparse_parsednumber.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/numparse_scientific.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/numparse_symbols.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/numparse_validators.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/numrange_capi.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/numrange_fluent.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/numrange_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/numsys.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/olsontz.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/persncal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/pluralranges.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/plurfmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/plurrule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/quant.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/quantityformatter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/rbnf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/rbt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/rbt_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/rbt_pars.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/rbt_rule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/rbt_set.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/rbtz.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/regexcmp.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/regeximp.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/regexst.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/regextxt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/region.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/reldatefmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/reldtfmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/rematch.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/remtrans.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/repattrn.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/rulebasedcollator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/scientificnumberformatter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/scriptset.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/search.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/selfmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/sharedbreakiterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/simpletz.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/smpdtfmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/smpdtfst.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/sortkey.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/standardplural.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/string_segment.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/strmatch.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/strrepl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/stsearch.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/taiwncal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/timezone.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/titletrn.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/tmunit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/tmutamt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/tmutfmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/tolowtrn.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/toupptrn.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/translit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/transreg.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/tridpars.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/tzfmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/tzgnames.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/tznames.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/tznames_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/tzrule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/tztrans.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/ucal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/ucln_in.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/ucol.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/ucol_res.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/ucol_sit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/ucoleitr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/ucsdet.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/udat.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/udateintervalformat.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/udatpg.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/ufieldpositer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/uitercollationiterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/ulistformatter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/ulocdata.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/umsg.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/unesctrn.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/uni2name.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/units_complexconverter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/units_converter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/units_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/units_router.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/unum.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/unumsys.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/upluralrules.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/uregex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/uregexc.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/uregion.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/usearch.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/uspoof.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/uspoof_build.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/uspoof_conf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/uspoof_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/utf16collationiterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/utf8collationiterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/utmscale.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/utrans.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/vtzone.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/vzone.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/windtfmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/winnmfmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/wintzimpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/zonemeta.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/zrule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/ztrans.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/io/locbund.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/io/sprintf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/io/sscanf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/io/ucln_io.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/io/ufile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/io/ufmt_cmn.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/io/uprintf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/io/uprntf_p.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/io/uscanf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/io/uscanf_p.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/io/ustdio.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/io/ustream.cpp -) -target_rodata_sources(contrib-libs-icu - PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/icudt73_dat.rodata -) diff --git a/contrib/libs/icu/CMakeLists.txt b/contrib/libs/icu/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/icu/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/icu/CMakeLists.windows-x86_64.txt b/contrib/libs/icu/CMakeLists.windows-x86_64.txt deleted file mode 100644 index dbc1baece37..00000000000 --- a/contrib/libs/icu/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,490 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# 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-libs-icu) -target_compile_options(contrib-libs-icu PUBLIC - -DU_STATIC_IMPLEMENTATION -) -target_compile_options(contrib-libs-icu PRIVATE - -DU_COMMON_IMPLEMENTATION - -DU_I18N_IMPLEMENTATION - -DU_IO_IMPLEMENTATION - $,,-Wno-everything> -) -target_include_directories(contrib-libs-icu PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/include -) -target_include_directories(contrib-libs-icu PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/io -) -target_link_libraries(contrib-libs-icu PUBLIC - contrib-libs-cxxsupp -) -target_sources(contrib-libs-icu PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/appendable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/bmpset.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/brkeng.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/brkiter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/bytesinkutil.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/bytestream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/bytestrie.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/bytestriebuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/bytestrieiterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/caniter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/characterproperties.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/chariter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/charstr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/cmemory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/cstr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/cstring.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/cwchar.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/dictbe.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/dictionarydata.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/dtintrv.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/edits.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/emojiprops.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/errorcode.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/filteredbrk.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/filterednormalizer2.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/icudataver.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/icuplug.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/loadednormalizer2impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/localebuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/localematcher.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/localeprioritylist.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/locavailable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/locbased.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/locdispnames.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/locdistance.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/locdspnm.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/locid.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/loclikely.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/loclikelysubtags.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/locmap.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/locresdata.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/locutil.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/lsr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/lstmbe.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/messagepattern.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/mlbe.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/normalizer2.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/normalizer2impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/normlzr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/parsepos.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/patternprops.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/pluralmap.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/propname.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/propsvec.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/punycode.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/putil.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/rbbi.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/rbbi_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/rbbidata.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/rbbinode.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/rbbirb.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/rbbiscan.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/rbbisetb.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/rbbistbl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/rbbitblb.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/resbund.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/resbund_cnv.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/resource.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/restrace.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ruleiter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/schriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/serv.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/servlk.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/servlkf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/servls.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/servnotf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/servrbf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/servslkf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/sharedobject.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/simpleformatter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/static_unicode_sets.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/stringpiece.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/stringtriebuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uarrsort.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ubidi.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ubidi_props.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ubidiln.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ubiditransform.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ubidiwrt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ubrk.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucase.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucasemap.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucasemap_titlecase_brkiter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucat.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uchar.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucharstrie.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucharstriebuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucharstrieiterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uchriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucln_cmn.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucmndata.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnv.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnv2022.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnv_bld.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnv_cb.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnv_cnv.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnv_ct.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnv_err.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnv_ext.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnv_io.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnv_lmb.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnv_set.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnv_u16.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnv_u32.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnv_u7.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnv_u8.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnvbocu.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnvdisp.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnvhz.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnvisci.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnvlat1.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnvmbcs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnvscsu.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucnvsel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucol_swp.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucptrie.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ucurr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/udata.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/udatamem.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/udataswp.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uenum.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uhash.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uhash_us.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uidna.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uinit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uinvchar.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uiter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ulist.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uloc.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uloc_keytype.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uloc_tag.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/umapfile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/umath.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/umutablecptrie.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/umutex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/unames.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/unifiedcache.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/unifilt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/unifunct.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uniset.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uniset_closure.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uniset_props.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/unisetspan.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/unistr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/unistr_case.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/unistr_case_locale.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/unistr_cnv.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/unistr_props.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/unistr_titlecase_brkiter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/unorm.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/unormcmp.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uobject.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uprops.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ures_cnv.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uresbund.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uresdata.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/usc_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uscript.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uscript_props.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uset.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uset_props.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/usetiter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ushape.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/usprep.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ustack.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ustr_cnv.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ustr_titlecase_brkiter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ustr_wcs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ustrcase.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ustrcase_locale.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ustrenum.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ustrfmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ustring.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/ustrtrns.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/utext.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/utf_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/util.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/util_props.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/utrace.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/utrie.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/utrie2.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/utrie2_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/utrie_swap.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uts46.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/utypes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uvector.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uvectr32.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/uvectr64.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/common/wintz.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/alphaindex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/anytrans.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/astro.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/basictz.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/bocsu.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/brktrans.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/buddhcal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/calendar.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/casetrn.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/cecal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/chnsecal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/choicfmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/coleitr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/coll.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationbuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationcompare.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationdata.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationdatabuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationdatareader.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationdatawriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationfastlatin.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationfastlatinbuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationfcd.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationiterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationkeys.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationroot.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationrootelements.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationruleparser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationsets.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationsettings.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationtailoring.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/collationweights.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/compactdecimalformat.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/coptccal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/cpdtrans.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/csdetect.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/csmatch.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/csr2022.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/csrecog.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/csrmbcs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/csrsbcs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/csrucode.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/csrutf8.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/curramt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/currfmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/currpinf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/currunit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/dangical.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/datefmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/dayperiodrules.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/dcfmtsym.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/decContext.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/decNumber.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/decimfmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/displayoptions.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/double-conversion-bignum-dtoa.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/double-conversion-bignum.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/double-conversion-cached-powers.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/double-conversion-double-to-string.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/double-conversion-fast-dtoa.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/double-conversion-string-to-double.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/double-conversion-strtod.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/dtfmtsym.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/dtitvfmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/dtitvinf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/dtptngen.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/dtrule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/erarules.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/esctrn.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/ethpccal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/fmtable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/fmtable_cnv.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/format.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/formatted_string_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/formattedval_iterimpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/formattedval_sbimpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/formattedvalue.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/fphdlimp.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/fpositer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/funcrepl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/gender.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/gregocal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/gregoimp.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/hebrwcal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/indiancal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/inputext.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/islamcal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/iso8601cal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/japancal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/listformatter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/measfmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/measunit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/measunit_extra.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/measure.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/msgfmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/name2uni.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/nfrs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/nfrule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/nfsubs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/nortrans.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/nultrans.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_affixutils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_asformat.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_capi.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_compact.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_currencysymbols.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_decimalquantity.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_decimfmtprops.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_fluent.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_formatimpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_grouping.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_integerwidth.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_longnames.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_mapper.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_modifiers.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_multiplier.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_notation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_output.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_padding.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_patternmodifier.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_patternstring.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_rounding.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_scientific.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_simple.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_skeletons.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_symbolswrapper.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_usageprefs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/number_utils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/numfmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/numparse_affixes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/numparse_compositions.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/numparse_currency.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/numparse_decimal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/numparse_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/numparse_parsednumber.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/numparse_scientific.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/numparse_symbols.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/numparse_validators.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/numrange_capi.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/numrange_fluent.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/numrange_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/numsys.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/olsontz.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/persncal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/pluralranges.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/plurfmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/plurrule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/quant.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/quantityformatter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/rbnf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/rbt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/rbt_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/rbt_pars.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/rbt_rule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/rbt_set.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/rbtz.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/regexcmp.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/regeximp.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/regexst.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/regextxt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/region.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/reldatefmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/reldtfmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/rematch.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/remtrans.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/repattrn.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/rulebasedcollator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/scientificnumberformatter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/scriptset.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/search.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/selfmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/sharedbreakiterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/simpletz.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/smpdtfmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/smpdtfst.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/sortkey.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/standardplural.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/string_segment.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/strmatch.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/strrepl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/stsearch.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/taiwncal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/timezone.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/titletrn.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/tmunit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/tmutamt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/tmutfmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/tolowtrn.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/toupptrn.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/translit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/transreg.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/tridpars.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/tzfmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/tzgnames.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/tznames.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/tznames_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/tzrule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/tztrans.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/ucal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/ucln_in.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/ucol.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/ucol_res.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/ucol_sit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/ucoleitr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/ucsdet.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/udat.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/udateintervalformat.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/udatpg.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/ufieldpositer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/uitercollationiterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/ulistformatter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/ulocdata.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/umsg.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/unesctrn.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/uni2name.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/units_complexconverter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/units_converter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/units_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/units_router.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/unum.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/unumsys.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/upluralrules.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/uregex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/uregexc.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/uregion.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/usearch.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/uspoof.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/uspoof_build.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/uspoof_conf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/uspoof_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/utf16collationiterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/utf8collationiterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/utmscale.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/utrans.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/vtzone.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/vzone.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/windtfmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/winnmfmt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/wintzimpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/zonemeta.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/zrule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/i18n/ztrans.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/io/locbund.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/io/sprintf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/io/sscanf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/io/ucln_io.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/io/ufile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/io/ufmt_cmn.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/io/uprintf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/io/uprntf_p.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/io/uscanf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/io/uscanf_p.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/io/ustdio.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/io/ustream.cpp -) -target_rodata_sources(contrib-libs-icu - PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/icu/icudt73_dat.rodata -) diff --git a/contrib/libs/jemalloc/CMakeLists.linux-aarch64.txt b/contrib/libs/jemalloc/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e06c0a57bd2..00000000000 --- a/contrib/libs/jemalloc/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,89 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# 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-libs-jemalloc) -target_compile_options(contrib-libs-jemalloc PRIVATE - -funroll-loops - -fvisibility=hidden - $,,-Wno-everything> -) -target_include_directories(contrib-libs-jemalloc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/jemalloc/include - ${CMAKE_SOURCE_DIR}/contrib/libs/libunwind/include -) -target_link_libraries(contrib-libs-jemalloc PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-libunwind -) -target_sources(contrib-libs-jemalloc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/jemalloc/src/arena.c - ${CMAKE_SOURCE_DIR}/contrib/libs/jemalloc/src/background_thread.c - ${CMAKE_SOURCE_DIR}/contrib/libs/jemalloc/src/base.c - ${CMAKE_SOURCE_DIR}/contrib/libs/jemalloc/src/bin.c - ${CMAKE_SOURCE_DIR}/contrib/libs/jemalloc/src/bin_info.c - ${CMAKE_SOURCE_DIR}/contrib/libs/jemalloc/src/bitmap.c - ${CMAKE_SOURCE_DIR}/contrib/libs/jemalloc/src/buf_writer.c - ${CMAKE_SOURCE_DIR}/contrib/libs/jemalloc/src/cache_bin.c - ${CMAKE_SOURCE_DIR}/contrib/libs/jemalloc/src/ckh.c - ${CMAKE_SOURCE_DIR}/contrib/libs/jemalloc/src/counter.c - ${CMAKE_SOURCE_DIR}/contrib/libs/jemalloc/src/ctl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/jemalloc/src/decay.c - ${CMAKE_SOURCE_DIR}/contrib/libs/jemalloc/src/div.c - ${CMAKE_SOURCE_DIR}/contrib/libs/jemalloc/src/ecache.c - ${CMAKE_SOURCE_DIR}/contrib/libs/jemalloc/src/edata.c - ${CMAKE_SOURCE_DIR}/contrib/libs/jemalloc/src/edata_cache.c - ${CMAKE_SOURCE_DIR}/contrib/libs/jemalloc/src/ehooks.c - ${CMAKE_SOURCE_DIR}/contrib/libs/jemalloc/src/emap.c - ${CMAKE_SOURCE_DIR}/contrib/libs/jemalloc/src/eset.c - ${CMAKE_SOURCE_DIR}/contrib/libs/jemalloc/src/exp_grow.c - ${CMAKE_SOURCE_DIR}/contrib/libs/jemalloc/src/extent.c - ${CMAKE_SOURCE_DIR}/contrib/libs/jemalloc/src/extent_dss.c - ${CMAKE_SOURCE_DIR}/contrib/libs/jemalloc/src/extent_mmap.c - ${CMAKE_SOURCE_DIR}/contrib/libs/jemalloc/src/fxp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/jemalloc/src/hook.c - ${CMAKE_SOURCE_DIR}/contrib/libs/jemalloc/src/hpa.c - ${CMAKE_SOURCE_DIR}/contrib/libs/jemalloc/src/hpa_hooks.c - ${CMAKE_SOURCE_DIR}/contrib/libs/jemalloc/src/hpdata.c - ${CMAKE_SOURCE_DIR}/contrib/libs/jemalloc/src/inspect.c - ${CMAKE_SOURCE_DIR}/contrib/libs/jemalloc/src/jemalloc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/jemalloc/src/jemalloc_cpp.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/jemalloc/src/large.c - ${CMAKE_SOURCE_DIR}/contrib/libs/jemalloc/src/log.c - ${CMAKE_SOURCE_DIR}/contrib/libs/jemalloc/src/malloc_io.c - ${CMAKE_SOURCE_DIR}/contrib/libs/jemalloc/src/mutex.c - ${CMAKE_SOURCE_DIR}/contrib/libs/jemalloc/src/nstime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/jemalloc/src/pa.c - ${CMAKE_SOURCE_DIR}/contrib/libs/jemalloc/src/pa_extra.c - ${CMAKE_SOURCE_DIR}/contrib/libs/jemalloc/src/pac.c - ${CMAKE_SOURCE_DIR}/contrib/libs/jemalloc/src/pages.c - ${CMAKE_SOURCE_DIR}/contrib/libs/jemalloc/src/pai.c - ${CMAKE_SOURCE_DIR}/contrib/libs/jemalloc/src/peak_event.c - ${CMAKE_SOURCE_DIR}/contrib/libs/jemalloc/src/prof.c - ${CMAKE_SOURCE_DIR}/contrib/libs/jemalloc/src/prof_data.c - ${CMAKE_SOURCE_DIR}/contrib/libs/jemalloc/src/prof_log.c - ${CMAKE_SOURCE_DIR}/contrib/libs/jemalloc/src/prof_recent.c - ${CMAKE_SOURCE_DIR}/contrib/libs/jemalloc/src/prof_stats.c - ${CMAKE_SOURCE_DIR}/contrib/libs/jemalloc/src/prof_sys.c - ${CMAKE_SOURCE_DIR}/contrib/libs/jemalloc/src/psset.c - ${CMAKE_SOURCE_DIR}/contrib/libs/jemalloc/src/rtree.c - ${CMAKE_SOURCE_DIR}/contrib/libs/jemalloc/src/safety_check.c - ${CMAKE_SOURCE_DIR}/contrib/libs/jemalloc/src/san.c - ${CMAKE_SOURCE_DIR}/contrib/libs/jemalloc/src/san_bump.c - ${CMAKE_SOURCE_DIR}/contrib/libs/jemalloc/src/sc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/jemalloc/src/sec.c - ${CMAKE_SOURCE_DIR}/contrib/libs/jemalloc/src/stats.c - ${CMAKE_SOURCE_DIR}/contrib/libs/jemalloc/src/sz.c - ${CMAKE_SOURCE_DIR}/contrib/libs/jemalloc/src/tcache.c - ${CMAKE_SOURCE_DIR}/contrib/libs/jemalloc/src/test_hooks.c - ${CMAKE_SOURCE_DIR}/contrib/libs/jemalloc/src/thread_event.c - ${CMAKE_SOURCE_DIR}/contrib/libs/jemalloc/src/ticker.c - ${CMAKE_SOURCE_DIR}/contrib/libs/jemalloc/src/tsd.c - ${CMAKE_SOURCE_DIR}/contrib/libs/jemalloc/src/witness.c -) diff --git a/contrib/libs/jemalloc/CMakeLists.txt b/contrib/libs/jemalloc/CMakeLists.txt deleted file mode 100644 index a3e26ab9fc7..00000000000 --- a/contrib/libs/jemalloc/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 (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-aarch64.txt) -endif() diff --git a/contrib/libs/jwt-cpp/CMakeLists.darwin-x86_64.txt b/contrib/libs/jwt-cpp/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 8a95104ba84..00000000000 --- a/contrib/libs/jwt-cpp/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-libs-jwt-cpp INTERFACE) -target_include_directories(contrib-libs-jwt-cpp INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/libs/jwt-cpp/include -) -target_link_libraries(contrib-libs-jwt-cpp INTERFACE - contrib-libs-openssl -) diff --git a/contrib/libs/jwt-cpp/CMakeLists.linux-aarch64.txt b/contrib/libs/jwt-cpp/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 0831c496bc0..00000000000 --- a/contrib/libs/jwt-cpp/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-libs-jwt-cpp INTERFACE) -target_include_directories(contrib-libs-jwt-cpp INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/libs/jwt-cpp/include -) -target_link_libraries(contrib-libs-jwt-cpp INTERFACE - contrib-libs-linux-headers - contrib-libs-openssl -) diff --git a/contrib/libs/jwt-cpp/CMakeLists.linux-x86_64.txt b/contrib/libs/jwt-cpp/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 0831c496bc0..00000000000 --- a/contrib/libs/jwt-cpp/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-libs-jwt-cpp INTERFACE) -target_include_directories(contrib-libs-jwt-cpp INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/libs/jwt-cpp/include -) -target_link_libraries(contrib-libs-jwt-cpp INTERFACE - contrib-libs-linux-headers - contrib-libs-openssl -) diff --git a/contrib/libs/jwt-cpp/CMakeLists.txt b/contrib/libs/jwt-cpp/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/jwt-cpp/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/jwt-cpp/CMakeLists.windows-x86_64.txt b/contrib/libs/jwt-cpp/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 8a95104ba84..00000000000 --- a/contrib/libs/jwt-cpp/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-libs-jwt-cpp INTERFACE) -target_include_directories(contrib-libs-jwt-cpp INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/libs/jwt-cpp/include -) -target_link_libraries(contrib-libs-jwt-cpp INTERFACE - contrib-libs-openssl -) diff --git a/contrib/libs/libbz2/CMakeLists.darwin-x86_64.txt b/contrib/libs/libbz2/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index f5bcb4e6581..00000000000 --- a/contrib/libs/libbz2/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(contrib-libs-libbz2) -target_compile_options(contrib-libs-libbz2 PRIVATE - $,,-Wno-everything> -) -target_sources(contrib-libs-libbz2 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libbz2/blocksort.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libbz2/bzlib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libbz2/compress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libbz2/crctable.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libbz2/decompress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libbz2/huffman.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libbz2/randtable.c -) diff --git a/contrib/libs/libbz2/CMakeLists.linux-aarch64.txt b/contrib/libs/libbz2/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 865cd53d18e..00000000000 --- a/contrib/libs/libbz2/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(contrib-libs-libbz2) -target_compile_options(contrib-libs-libbz2 PRIVATE - $,,-Wno-everything> -) -target_link_libraries(contrib-libs-libbz2 PUBLIC - contrib-libs-linux-headers -) -target_sources(contrib-libs-libbz2 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libbz2/blocksort.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libbz2/bzlib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libbz2/compress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libbz2/crctable.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libbz2/decompress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libbz2/huffman.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libbz2/randtable.c -) diff --git a/contrib/libs/libbz2/CMakeLists.linux-x86_64.txt b/contrib/libs/libbz2/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 865cd53d18e..00000000000 --- a/contrib/libs/libbz2/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(contrib-libs-libbz2) -target_compile_options(contrib-libs-libbz2 PRIVATE - $,,-Wno-everything> -) -target_link_libraries(contrib-libs-libbz2 PUBLIC - contrib-libs-linux-headers -) -target_sources(contrib-libs-libbz2 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libbz2/blocksort.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libbz2/bzlib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libbz2/compress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libbz2/crctable.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libbz2/decompress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libbz2/huffman.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libbz2/randtable.c -) diff --git a/contrib/libs/libbz2/CMakeLists.txt b/contrib/libs/libbz2/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/libbz2/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/libbz2/CMakeLists.windows-x86_64.txt b/contrib/libs/libbz2/CMakeLists.windows-x86_64.txt deleted file mode 100644 index f5bcb4e6581..00000000000 --- a/contrib/libs/libbz2/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(contrib-libs-libbz2) -target_compile_options(contrib-libs-libbz2 PRIVATE - $,,-Wno-everything> -) -target_sources(contrib-libs-libbz2 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libbz2/blocksort.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libbz2/bzlib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libbz2/compress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libbz2/crctable.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libbz2/decompress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libbz2/huffman.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libbz2/randtable.c -) diff --git a/contrib/libs/libc_compat/CMakeLists.darwin-x86_64.txt b/contrib/libs/libc_compat/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 536ee46c8bb..00000000000 --- a/contrib/libs/libc_compat/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(contrib-libs-libc_compat) -target_compile_options(contrib-libs-libc_compat PRIVATE - $,,-Wno-everything> -) -target_include_directories(contrib-libs-libc_compat PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/libc_compat/reallocarray -) -target_sources(contrib-libs-libc_compat PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libc_compat/string.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libc_compat/memrchr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libc_compat/explicit_bzero.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libc_compat/reallocarray/reallocarray.c -) diff --git a/contrib/libs/libc_compat/CMakeLists.linux-aarch64.txt b/contrib/libs/libc_compat/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 1617ebf599b..00000000000 --- a/contrib/libs/libc_compat/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(contrib-libs-libc_compat) -target_compile_options(contrib-libs-libc_compat PRIVATE - $,,-Wno-everything> -) -target_include_directories(contrib-libs-libc_compat PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/libc_compat/include/readpassphrase - ${CMAKE_SOURCE_DIR}/contrib/libs/libc_compat/reallocarray - ${CMAKE_SOURCE_DIR}/contrib/libs/libc_compat/random -) -target_link_libraries(contrib-libs-libc_compat PUBLIC - contrib-libs-linux-headers - cpp-sanitizer-include -) -target_sources(contrib-libs-libc_compat PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libc_compat/string.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libc_compat/readpassphrase.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libc_compat/explicit_bzero.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libc_compat/memfd_create.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libc_compat/strlcat.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libc_compat/strlcpy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libc_compat/reallocarray/reallocarray.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libc_compat/random/getrandom.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libc_compat/random/getentropy.c -) diff --git a/contrib/libs/libc_compat/CMakeLists.linux-x86_64.txt b/contrib/libs/libc_compat/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 1617ebf599b..00000000000 --- a/contrib/libs/libc_compat/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(contrib-libs-libc_compat) -target_compile_options(contrib-libs-libc_compat PRIVATE - $,,-Wno-everything> -) -target_include_directories(contrib-libs-libc_compat PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/libc_compat/include/readpassphrase - ${CMAKE_SOURCE_DIR}/contrib/libs/libc_compat/reallocarray - ${CMAKE_SOURCE_DIR}/contrib/libs/libc_compat/random -) -target_link_libraries(contrib-libs-libc_compat PUBLIC - contrib-libs-linux-headers - cpp-sanitizer-include -) -target_sources(contrib-libs-libc_compat PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libc_compat/string.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libc_compat/readpassphrase.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libc_compat/explicit_bzero.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libc_compat/memfd_create.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libc_compat/strlcat.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libc_compat/strlcpy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libc_compat/reallocarray/reallocarray.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libc_compat/random/getrandom.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libc_compat/random/getentropy.c -) diff --git a/contrib/libs/libc_compat/CMakeLists.txt b/contrib/libs/libc_compat/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/libc_compat/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/libc_compat/CMakeLists.windows-x86_64.txt b/contrib/libs/libc_compat/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 01b8f668704..00000000000 --- a/contrib/libs/libc_compat/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(contrib-libs-libc_compat) -target_compile_options(contrib-libs-libc_compat PRIVATE - $,,-Wno-everything> -) -target_include_directories(contrib-libs-libc_compat PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/libc_compat/include/windows - ${CMAKE_SOURCE_DIR}/contrib/libs/libc_compat/reallocarray -) -target_sources(contrib-libs-libc_compat PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libc_compat/memrchr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libc_compat/explicit_bzero.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libc_compat/stpcpy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libc_compat/strlcat.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libc_compat/strlcpy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libc_compat/strcasestr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libc_compat/strsep.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libc_compat/src/windows/sys/uio.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libc_compat/reallocarray/reallocarray.c -) diff --git a/contrib/libs/libevent/CMakeLists.darwin-x86_64.txt b/contrib/libs/libevent/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6b663371d0b..00000000000 --- a/contrib/libs/libevent/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_subdirectory(event_core) -add_subdirectory(event_extra) -add_subdirectory(event_openssl) -add_subdirectory(event_thread) - -add_library(contrib-libs-libevent INTERFACE) -target_include_directories(contrib-libs-libevent INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/include -) -target_link_libraries(contrib-libs-libevent INTERFACE - libs-libevent-event_core - libs-libevent-event_extra - libs-libevent-event_openssl - libs-libevent-event_thread -) diff --git a/contrib/libs/libevent/CMakeLists.linux-aarch64.txt b/contrib/libs/libevent/CMakeLists.linux-aarch64.txt deleted file mode 100644 index c718ec93e51..00000000000 --- a/contrib/libs/libevent/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_subdirectory(event_core) -add_subdirectory(event_extra) -add_subdirectory(event_openssl) -add_subdirectory(event_thread) - -add_library(contrib-libs-libevent INTERFACE) -target_include_directories(contrib-libs-libevent INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/include -) -target_link_libraries(contrib-libs-libevent INTERFACE - contrib-libs-linux-headers - libs-libevent-event_core - libs-libevent-event_extra - libs-libevent-event_openssl - libs-libevent-event_thread -) diff --git a/contrib/libs/libevent/CMakeLists.linux-x86_64.txt b/contrib/libs/libevent/CMakeLists.linux-x86_64.txt deleted file mode 100644 index c718ec93e51..00000000000 --- a/contrib/libs/libevent/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_subdirectory(event_core) -add_subdirectory(event_extra) -add_subdirectory(event_openssl) -add_subdirectory(event_thread) - -add_library(contrib-libs-libevent INTERFACE) -target_include_directories(contrib-libs-libevent INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/include -) -target_link_libraries(contrib-libs-libevent INTERFACE - contrib-libs-linux-headers - libs-libevent-event_core - libs-libevent-event_extra - libs-libevent-event_openssl - libs-libevent-event_thread -) diff --git a/contrib/libs/libevent/CMakeLists.txt b/contrib/libs/libevent/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/libevent/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/libevent/CMakeLists.windows-x86_64.txt b/contrib/libs/libevent/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 6b663371d0b..00000000000 --- a/contrib/libs/libevent/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_subdirectory(event_core) -add_subdirectory(event_extra) -add_subdirectory(event_openssl) -add_subdirectory(event_thread) - -add_library(contrib-libs-libevent INTERFACE) -target_include_directories(contrib-libs-libevent INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/include -) -target_link_libraries(contrib-libs-libevent INTERFACE - libs-libevent-event_core - libs-libevent-event_extra - libs-libevent-event_openssl - libs-libevent-event_thread -) diff --git a/contrib/libs/libevent/event_core/CMakeLists.darwin-x86_64.txt b/contrib/libs/libevent/event_core/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 76257b1032e..00000000000 --- a/contrib/libs/libevent/event_core/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(libs-libevent-event_core) -target_compile_options(libs-libevent-event_core PRIVATE - -DHAVE_CONFIG_H - -DEVENT__HAVE_STRLCPY=1 - $,,-Wno-everything> -) -target_include_directories(libs-libevent-event_core PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/include -) -target_link_libraries(libs-libevent-event_core PUBLIC - contrib-libs-libc_compat -) -target_sources(libs-libevent-event_core PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/buffer.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/bufferevent.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/bufferevent_filter.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/bufferevent_pair.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/bufferevent_ratelim.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/bufferevent_sock.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/event.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/evmap.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/evthread.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/evutil.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/evutil_rand.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/evutil_time.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/listener.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/log.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/signal.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/poll.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/select.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/kqueue.c -) diff --git a/contrib/libs/libevent/event_core/CMakeLists.linux-aarch64.txt b/contrib/libs/libevent/event_core/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 58dc1438819..00000000000 --- a/contrib/libs/libevent/event_core/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(libs-libevent-event_core) -target_compile_options(libs-libevent-event_core PRIVATE - -DHAVE_CONFIG_H - -DEVENT__HAVE_STRLCPY=1 - $,,-Wno-everything> -) -target_include_directories(libs-libevent-event_core PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/include -) -target_link_libraries(libs-libevent-event_core PUBLIC - contrib-libs-linux-headers - contrib-libs-libc_compat -) -target_sources(libs-libevent-event_core PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/buffer.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/bufferevent.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/bufferevent_filter.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/bufferevent_pair.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/bufferevent_ratelim.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/bufferevent_sock.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/event.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/evmap.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/evthread.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/evutil.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/evutil_rand.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/evutil_time.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/listener.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/log.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/signal.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/poll.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/select.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/epoll.c -) diff --git a/contrib/libs/libevent/event_core/CMakeLists.linux-x86_64.txt b/contrib/libs/libevent/event_core/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 58dc1438819..00000000000 --- a/contrib/libs/libevent/event_core/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(libs-libevent-event_core) -target_compile_options(libs-libevent-event_core PRIVATE - -DHAVE_CONFIG_H - -DEVENT__HAVE_STRLCPY=1 - $,,-Wno-everything> -) -target_include_directories(libs-libevent-event_core PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/include -) -target_link_libraries(libs-libevent-event_core PUBLIC - contrib-libs-linux-headers - contrib-libs-libc_compat -) -target_sources(libs-libevent-event_core PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/buffer.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/bufferevent.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/bufferevent_filter.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/bufferevent_pair.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/bufferevent_ratelim.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/bufferevent_sock.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/event.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/evmap.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/evthread.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/evutil.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/evutil_rand.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/evutil_time.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/listener.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/log.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/signal.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/poll.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/select.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/epoll.c -) diff --git a/contrib/libs/libevent/event_core/CMakeLists.txt b/contrib/libs/libevent/event_core/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/libevent/event_core/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/libevent/event_core/CMakeLists.windows-x86_64.txt b/contrib/libs/libevent/event_core/CMakeLists.windows-x86_64.txt deleted file mode 100644 index baa09676395..00000000000 --- a/contrib/libs/libevent/event_core/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(libs-libevent-event_core) -target_compile_options(libs-libevent-event_core PRIVATE - -DHAVE_CONFIG_H - -DEVENT__HAVE_STRLCPY=1 - $,,-Wno-everything> -) -target_include_directories(libs-libevent-event_core PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/include -) -target_link_libraries(libs-libevent-event_core PUBLIC - contrib-libs-libc_compat -) -target_sources(libs-libevent-event_core PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/buffer.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/bufferevent.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/bufferevent_filter.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/bufferevent_pair.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/bufferevent_ratelim.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/bufferevent_sock.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/event.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/evmap.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/evthread.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/evutil.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/evutil_rand.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/evutil_time.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/listener.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/log.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/signal.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/buffer_iocp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/bufferevent_async.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/event_iocp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/win32select.c -) diff --git a/contrib/libs/libevent/event_extra/CMakeLists.darwin-x86_64.txt b/contrib/libs/libevent/event_extra/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 18fe1e7a8bb..00000000000 --- a/contrib/libs/libevent/event_extra/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(libs-libevent-event_extra) -target_compile_options(libs-libevent-event_extra PRIVATE - -DHAVE_CONFIG_H - -DEVENT__HAVE_STRLCPY=1 - $,,-Wno-everything> -) -target_include_directories(libs-libevent-event_extra PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/include -) -target_link_libraries(libs-libevent-event_extra PUBLIC - contrib-libs-libc_compat -) -target_sources(libs-libevent-event_extra PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/evdns.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/event_tagging.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/evrpc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/http.c -) diff --git a/contrib/libs/libevent/event_extra/CMakeLists.linux-aarch64.txt b/contrib/libs/libevent/event_extra/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 04bb8460edf..00000000000 --- a/contrib/libs/libevent/event_extra/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(libs-libevent-event_extra) -target_compile_options(libs-libevent-event_extra PRIVATE - -DHAVE_CONFIG_H - -DEVENT__HAVE_STRLCPY=1 - $,,-Wno-everything> -) -target_include_directories(libs-libevent-event_extra PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/include -) -target_link_libraries(libs-libevent-event_extra PUBLIC - contrib-libs-linux-headers - contrib-libs-libc_compat -) -target_sources(libs-libevent-event_extra PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/evdns.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/event_tagging.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/evrpc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/http.c -) diff --git a/contrib/libs/libevent/event_extra/CMakeLists.linux-x86_64.txt b/contrib/libs/libevent/event_extra/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 04bb8460edf..00000000000 --- a/contrib/libs/libevent/event_extra/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(libs-libevent-event_extra) -target_compile_options(libs-libevent-event_extra PRIVATE - -DHAVE_CONFIG_H - -DEVENT__HAVE_STRLCPY=1 - $,,-Wno-everything> -) -target_include_directories(libs-libevent-event_extra PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/include -) -target_link_libraries(libs-libevent-event_extra PUBLIC - contrib-libs-linux-headers - contrib-libs-libc_compat -) -target_sources(libs-libevent-event_extra PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/evdns.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/event_tagging.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/evrpc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/http.c -) diff --git a/contrib/libs/libevent/event_extra/CMakeLists.txt b/contrib/libs/libevent/event_extra/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/libevent/event_extra/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/libevent/event_extra/CMakeLists.windows-x86_64.txt b/contrib/libs/libevent/event_extra/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 18fe1e7a8bb..00000000000 --- a/contrib/libs/libevent/event_extra/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(libs-libevent-event_extra) -target_compile_options(libs-libevent-event_extra PRIVATE - -DHAVE_CONFIG_H - -DEVENT__HAVE_STRLCPY=1 - $,,-Wno-everything> -) -target_include_directories(libs-libevent-event_extra PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/include -) -target_link_libraries(libs-libevent-event_extra PUBLIC - contrib-libs-libc_compat -) -target_sources(libs-libevent-event_extra PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/evdns.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/event_tagging.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/evrpc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/http.c -) diff --git a/contrib/libs/libevent/event_openssl/CMakeLists.darwin-x86_64.txt b/contrib/libs/libevent/event_openssl/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 7444bff3230..00000000000 --- a/contrib/libs/libevent/event_openssl/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(libs-libevent-event_openssl) -target_compile_options(libs-libevent-event_openssl PRIVATE - -DHAVE_CONFIG_H - -DEVENT__HAVE_STRLCPY=1 - $,,-Wno-everything> -) -target_include_directories(libs-libevent-event_openssl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/include -) -target_link_libraries(libs-libevent-event_openssl PUBLIC - contrib-libs-libc_compat - contrib-libs-openssl -) -target_sources(libs-libevent-event_openssl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/bufferevent_openssl.c -) diff --git a/contrib/libs/libevent/event_openssl/CMakeLists.linux-aarch64.txt b/contrib/libs/libevent/event_openssl/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 5ebc4ebcdb0..00000000000 --- a/contrib/libs/libevent/event_openssl/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(libs-libevent-event_openssl) -target_compile_options(libs-libevent-event_openssl PRIVATE - -DHAVE_CONFIG_H - -DEVENT__HAVE_STRLCPY=1 - $,,-Wno-everything> -) -target_include_directories(libs-libevent-event_openssl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/include -) -target_link_libraries(libs-libevent-event_openssl PUBLIC - contrib-libs-linux-headers - contrib-libs-libc_compat - contrib-libs-openssl -) -target_sources(libs-libevent-event_openssl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/bufferevent_openssl.c -) diff --git a/contrib/libs/libevent/event_openssl/CMakeLists.linux-x86_64.txt b/contrib/libs/libevent/event_openssl/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 5ebc4ebcdb0..00000000000 --- a/contrib/libs/libevent/event_openssl/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(libs-libevent-event_openssl) -target_compile_options(libs-libevent-event_openssl PRIVATE - -DHAVE_CONFIG_H - -DEVENT__HAVE_STRLCPY=1 - $,,-Wno-everything> -) -target_include_directories(libs-libevent-event_openssl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/include -) -target_link_libraries(libs-libevent-event_openssl PUBLIC - contrib-libs-linux-headers - contrib-libs-libc_compat - contrib-libs-openssl -) -target_sources(libs-libevent-event_openssl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/bufferevent_openssl.c -) diff --git a/contrib/libs/libevent/event_openssl/CMakeLists.txt b/contrib/libs/libevent/event_openssl/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/libevent/event_openssl/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/libevent/event_openssl/CMakeLists.windows-x86_64.txt b/contrib/libs/libevent/event_openssl/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 7444bff3230..00000000000 --- a/contrib/libs/libevent/event_openssl/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(libs-libevent-event_openssl) -target_compile_options(libs-libevent-event_openssl PRIVATE - -DHAVE_CONFIG_H - -DEVENT__HAVE_STRLCPY=1 - $,,-Wno-everything> -) -target_include_directories(libs-libevent-event_openssl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/include -) -target_link_libraries(libs-libevent-event_openssl PUBLIC - contrib-libs-libc_compat - contrib-libs-openssl -) -target_sources(libs-libevent-event_openssl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/bufferevent_openssl.c -) diff --git a/contrib/libs/libevent/event_thread/CMakeLists.darwin-x86_64.txt b/contrib/libs/libevent/event_thread/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 0cbd83fbf44..00000000000 --- a/contrib/libs/libevent/event_thread/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(libs-libevent-event_thread) -target_compile_options(libs-libevent-event_thread PRIVATE - -DHAVE_CONFIG_H - -DEVENT__HAVE_STRLCPY=1 - $,,-Wno-everything> -) -target_include_directories(libs-libevent-event_thread PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/include -) -target_link_libraries(libs-libevent-event_thread PUBLIC - contrib-libs-libc_compat -) -target_sources(libs-libevent-event_thread PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/evthread_pthread.c -) diff --git a/contrib/libs/libevent/event_thread/CMakeLists.linux-aarch64.txt b/contrib/libs/libevent/event_thread/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 27fc1b32f58..00000000000 --- a/contrib/libs/libevent/event_thread/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(libs-libevent-event_thread) -target_compile_options(libs-libevent-event_thread PRIVATE - -DHAVE_CONFIG_H - -DEVENT__HAVE_STRLCPY=1 - $,,-Wno-everything> -) -target_include_directories(libs-libevent-event_thread PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/include -) -target_link_libraries(libs-libevent-event_thread PUBLIC - contrib-libs-linux-headers - contrib-libs-libc_compat -) -target_sources(libs-libevent-event_thread PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/evthread_pthread.c -) diff --git a/contrib/libs/libevent/event_thread/CMakeLists.linux-x86_64.txt b/contrib/libs/libevent/event_thread/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 27fc1b32f58..00000000000 --- a/contrib/libs/libevent/event_thread/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(libs-libevent-event_thread) -target_compile_options(libs-libevent-event_thread PRIVATE - -DHAVE_CONFIG_H - -DEVENT__HAVE_STRLCPY=1 - $,,-Wno-everything> -) -target_include_directories(libs-libevent-event_thread PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/include -) -target_link_libraries(libs-libevent-event_thread PUBLIC - contrib-libs-linux-headers - contrib-libs-libc_compat -) -target_sources(libs-libevent-event_thread PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/evthread_pthread.c -) diff --git a/contrib/libs/libevent/event_thread/CMakeLists.txt b/contrib/libs/libevent/event_thread/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/libevent/event_thread/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/libevent/event_thread/CMakeLists.windows-x86_64.txt b/contrib/libs/libevent/event_thread/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 486fde92bed..00000000000 --- a/contrib/libs/libevent/event_thread/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(libs-libevent-event_thread) -target_compile_options(libs-libevent-event_thread PRIVATE - -DHAVE_CONFIG_H - -DEVENT__HAVE_STRLCPY=1 - $,,-Wno-everything> -) -target_include_directories(libs-libevent-event_thread PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/include -) -target_link_libraries(libs-libevent-event_thread PUBLIC - contrib-libs-libc_compat -) -target_sources(libs-libevent-event_thread PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libevent/evthread_win32.c -) diff --git a/contrib/libs/libfuzzer/CMakeLists.darwin-x86_64.txt b/contrib/libs/libfuzzer/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index cf4576cc81f..00000000000 --- a/contrib/libs/libfuzzer/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# 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-libs-libfuzzer) -target_compile_options(contrib-libs-libfuzzer PRIVATE - $,,-Wno-everything> -) -target_link_libraries(contrib-libs-libfuzzer PUBLIC - contrib-libs-cxxsupp - cpp-sanitizer-include -) -target_sources(contrib-libs-libfuzzer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerCrossOver.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerDataFlowTrace.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerDriver.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerExtFunctionsDlsym.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerExtFunctionsWeak.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerExtFunctionsWindows.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerExtraCounters.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerExtraCountersDarwin.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerExtraCountersWindows.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerFork.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerIO.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerIOPosix.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerIOWindows.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerLoop.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerMain.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerMerge.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerMutate.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerSHA1.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerTracePC.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerUtil.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerUtilDarwin.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerUtilLinux.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerUtilPosix.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerUtilWindows.cpp -) diff --git a/contrib/libs/libfuzzer/CMakeLists.linux-aarch64.txt b/contrib/libs/libfuzzer/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b03dec597f1..00000000000 --- a/contrib/libs/libfuzzer/CMakeLists.linux-aarch64.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(contrib-libs-libfuzzer) -target_compile_options(contrib-libs-libfuzzer PRIVATE - $,,-Wno-everything> -) -target_link_libraries(contrib-libs-libfuzzer PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - cpp-sanitizer-include -) -target_sources(contrib-libs-libfuzzer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerCrossOver.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerDataFlowTrace.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerDriver.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerExtFunctionsDlsym.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerExtFunctionsWeak.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerExtFunctionsWindows.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerExtraCounters.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerExtraCountersDarwin.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerExtraCountersWindows.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerFork.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerIO.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerIOPosix.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerIOWindows.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerLoop.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerMain.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerMerge.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerMutate.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerSHA1.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerTracePC.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerUtil.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerUtilDarwin.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerUtilLinux.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerUtilPosix.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerUtilWindows.cpp -) diff --git a/contrib/libs/libfuzzer/CMakeLists.linux-x86_64.txt b/contrib/libs/libfuzzer/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b03dec597f1..00000000000 --- a/contrib/libs/libfuzzer/CMakeLists.linux-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(contrib-libs-libfuzzer) -target_compile_options(contrib-libs-libfuzzer PRIVATE - $,,-Wno-everything> -) -target_link_libraries(contrib-libs-libfuzzer PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - cpp-sanitizer-include -) -target_sources(contrib-libs-libfuzzer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerCrossOver.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerDataFlowTrace.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerDriver.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerExtFunctionsDlsym.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerExtFunctionsWeak.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerExtFunctionsWindows.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerExtraCounters.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerExtraCountersDarwin.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerExtraCountersWindows.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerFork.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerIO.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerIOPosix.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerIOWindows.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerLoop.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerMain.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerMerge.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerMutate.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerSHA1.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerTracePC.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerUtil.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerUtilDarwin.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerUtilLinux.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerUtilPosix.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/FuzzerUtilWindows.cpp -) diff --git a/contrib/libs/libfuzzer/CMakeLists.txt b/contrib/libs/libfuzzer/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/libfuzzer/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/libfuzzer/CMakeLists.windows-x86_64.txt b/contrib/libs/libfuzzer/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 6a4fd461e0b..00000000000 --- a/contrib/libs/libfuzzer/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(contrib-libs-libfuzzer) -target_compile_options(contrib-libs-libfuzzer PRIVATE - $,,-Wno-everything> -) -target_link_libraries(contrib-libs-libfuzzer PUBLIC - contrib-libs-cxxsupp - cpp-sanitizer-include -) -target_sources(contrib-libs-libfuzzer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libfuzzer/lib/fuzzer/standalone/StandaloneFuzzTargetMain.c -) diff --git a/contrib/libs/libfyaml/CMakeLists.darwin-x86_64.txt b/contrib/libs/libfyaml/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 0dc91909d1b..00000000000 --- a/contrib/libs/libfyaml/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(contrib-libs-libfyaml) -target_compile_options(contrib-libs-libfyaml PRIVATE - -DHAVE_CONFIG_H - $,,-Wno-everything> -) -target_include_directories(contrib-libs-libfyaml PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/include - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib - ${CMAKE_SOURCE_DIR}/contrib/libs/xxhash -) -target_link_libraries(contrib-libs-libfyaml PUBLIC - contrib-libs-xxhash -) -target_sources(contrib-libs-libfyaml PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-accel.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-atom.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-composer.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-ctype.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-diag.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-doc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-docbuilder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-docstate.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-dump.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-emit.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-event.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-input.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-parse.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-path.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-token.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-types.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-utf8.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-utils.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-walk.c -) diff --git a/contrib/libs/libfyaml/CMakeLists.linux-aarch64.txt b/contrib/libs/libfyaml/CMakeLists.linux-aarch64.txt deleted file mode 100644 index f1c72fcd211..00000000000 --- a/contrib/libs/libfyaml/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(contrib-libs-libfyaml) -target_compile_options(contrib-libs-libfyaml PRIVATE - -DHAVE_CONFIG_H - $,,-Wno-everything> -) -target_include_directories(contrib-libs-libfyaml PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/include - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib - ${CMAKE_SOURCE_DIR}/contrib/libs/xxhash -) -target_link_libraries(contrib-libs-libfyaml PUBLIC - contrib-libs-linux-headers - contrib-libs-xxhash -) -target_sources(contrib-libs-libfyaml PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-accel.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-atom.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-composer.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-ctype.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-diag.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-doc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-docbuilder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-docstate.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-dump.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-emit.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-event.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-input.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-parse.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-path.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-token.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-types.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-utf8.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-utils.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-walk.c -) diff --git a/contrib/libs/libfyaml/CMakeLists.linux-x86_64.txt b/contrib/libs/libfyaml/CMakeLists.linux-x86_64.txt deleted file mode 100644 index f1c72fcd211..00000000000 --- a/contrib/libs/libfyaml/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(contrib-libs-libfyaml) -target_compile_options(contrib-libs-libfyaml PRIVATE - -DHAVE_CONFIG_H - $,,-Wno-everything> -) -target_include_directories(contrib-libs-libfyaml PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/include - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib - ${CMAKE_SOURCE_DIR}/contrib/libs/xxhash -) -target_link_libraries(contrib-libs-libfyaml PUBLIC - contrib-libs-linux-headers - contrib-libs-xxhash -) -target_sources(contrib-libs-libfyaml PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-accel.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-atom.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-composer.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-ctype.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-diag.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-doc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-docbuilder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-docstate.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-dump.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-emit.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-event.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-input.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-parse.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-path.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-token.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-types.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-utf8.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-utils.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-walk.c -) diff --git a/contrib/libs/libfyaml/CMakeLists.txt b/contrib/libs/libfyaml/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/libfyaml/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/libfyaml/CMakeLists.windows-x86_64.txt b/contrib/libs/libfyaml/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 0dc91909d1b..00000000000 --- a/contrib/libs/libfyaml/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(contrib-libs-libfyaml) -target_compile_options(contrib-libs-libfyaml PRIVATE - -DHAVE_CONFIG_H - $,,-Wno-everything> -) -target_include_directories(contrib-libs-libfyaml PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/include - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib - ${CMAKE_SOURCE_DIR}/contrib/libs/xxhash -) -target_link_libraries(contrib-libs-libfyaml PUBLIC - contrib-libs-xxhash -) -target_sources(contrib-libs-libfyaml PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-accel.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-atom.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-composer.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-ctype.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-diag.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-doc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-docbuilder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-docstate.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-dump.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-emit.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-event.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-input.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-parse.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-path.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-token.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-types.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-utf8.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-utils.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-walk.c -) diff --git a/contrib/libs/libunwind/CMakeLists.darwin-x86_64.txt b/contrib/libs/libunwind/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d605a4adb78..00000000000 --- a/contrib/libs/libunwind/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(contrib-libs-libunwind) -target_compile_options(contrib-libs-libunwind PUBLIC - -D_libunwind_ -) -target_compile_options(contrib-libs-libunwind PRIVATE - -D_LIBUNWIND_IS_NATIVE_ONLY - -fno-exceptions - -fno-rtti - -funwind-tables -) -target_include_directories(contrib-libs-libunwind PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libunwind/include -) -target_link_libraries(contrib-libs-libunwind PUBLIC - cpp-sanitizer-include -) -target_sources(contrib-libs-libunwind PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libunwind/src/Unwind-EHABI.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libunwind/src/Unwind-seh.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libunwind/src/Unwind-sjlj.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libunwind/src/UnwindLevel1-gcc-ext.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libunwind/src/UnwindLevel1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libunwind/src/UnwindRegistersRestore.S - ${CMAKE_SOURCE_DIR}/contrib/libs/libunwind/src/UnwindRegistersSave.S - ${CMAKE_SOURCE_DIR}/contrib/libs/libunwind/src/libunwind.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libunwind/src/Unwind_AppleExtras.cpp -) diff --git a/contrib/libs/libunwind/CMakeLists.linux-aarch64.txt b/contrib/libs/libunwind/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 2043d7aec70..00000000000 --- a/contrib/libs/libunwind/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(contrib-libs-libunwind) -target_compile_options(contrib-libs-libunwind PUBLIC - -D_libunwind_ -) -target_compile_options(contrib-libs-libunwind PRIVATE - -D_LIBUNWIND_IS_NATIVE_ONLY - -fno-exceptions - -fno-rtti - -funwind-tables -) -target_include_directories(contrib-libs-libunwind PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libunwind/include -) -target_link_libraries(contrib-libs-libunwind PUBLIC - contrib-libs-linux-headers - cpp-sanitizer-include -) -target_sources(contrib-libs-libunwind PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libunwind/src/Unwind-EHABI.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libunwind/src/Unwind-seh.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libunwind/src/Unwind-sjlj.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libunwind/src/UnwindLevel1-gcc-ext.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libunwind/src/UnwindLevel1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libunwind/src/UnwindRegistersRestore.S - ${CMAKE_SOURCE_DIR}/contrib/libs/libunwind/src/UnwindRegistersSave.S - ${CMAKE_SOURCE_DIR}/contrib/libs/libunwind/src/libunwind.cpp -) diff --git a/contrib/libs/libunwind/CMakeLists.linux-x86_64.txt b/contrib/libs/libunwind/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 2043d7aec70..00000000000 --- a/contrib/libs/libunwind/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(contrib-libs-libunwind) -target_compile_options(contrib-libs-libunwind PUBLIC - -D_libunwind_ -) -target_compile_options(contrib-libs-libunwind PRIVATE - -D_LIBUNWIND_IS_NATIVE_ONLY - -fno-exceptions - -fno-rtti - -funwind-tables -) -target_include_directories(contrib-libs-libunwind PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libunwind/include -) -target_link_libraries(contrib-libs-libunwind PUBLIC - contrib-libs-linux-headers - cpp-sanitizer-include -) -target_sources(contrib-libs-libunwind PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libunwind/src/Unwind-EHABI.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libunwind/src/Unwind-seh.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/libunwind/src/Unwind-sjlj.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libunwind/src/UnwindLevel1-gcc-ext.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libunwind/src/UnwindLevel1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libunwind/src/UnwindRegistersRestore.S - ${CMAKE_SOURCE_DIR}/contrib/libs/libunwind/src/UnwindRegistersSave.S - ${CMAKE_SOURCE_DIR}/contrib/libs/libunwind/src/libunwind.cpp -) diff --git a/contrib/libs/libunwind/CMakeLists.txt b/contrib/libs/libunwind/CMakeLists.txt deleted file mode 100644 index 522af85d518..00000000000 --- a/contrib/libs/libunwind/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 "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) -endif() diff --git a/contrib/libs/liburing/CMakeLists.darwin-x86_64.txt b/contrib/libs/liburing/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6dd7b166d23..00000000000 --- a/contrib/libs/liburing/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(contrib-libs-liburing) -target_compile_options(contrib-libs-liburing PRIVATE - -DLIBURING_INTERNAL - $,,-Wno-everything> -) -target_include_directories(contrib-libs-liburing PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/liburing/src/include -) -target_sources(contrib-libs-liburing PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/liburing/src/nolibc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/liburing/src/queue.c - ${CMAKE_SOURCE_DIR}/contrib/libs/liburing/src/register.c - ${CMAKE_SOURCE_DIR}/contrib/libs/liburing/src/setup.c - ${CMAKE_SOURCE_DIR}/contrib/libs/liburing/src/syscall.c - ${CMAKE_SOURCE_DIR}/contrib/libs/liburing/src/version.c -) diff --git a/contrib/libs/liburing/CMakeLists.linux-aarch64.txt b/contrib/libs/liburing/CMakeLists.linux-aarch64.txt deleted file mode 100644 index efada53e849..00000000000 --- a/contrib/libs/liburing/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(contrib-libs-liburing) -target_compile_options(contrib-libs-liburing PRIVATE - -DLIBURING_INTERNAL - $,,-Wno-everything> -) -target_include_directories(contrib-libs-liburing PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/liburing/src/include -) -target_link_libraries(contrib-libs-liburing PUBLIC - contrib-libs-linux-headers -) -target_sources(contrib-libs-liburing PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/liburing/src/nolibc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/liburing/src/queue.c - ${CMAKE_SOURCE_DIR}/contrib/libs/liburing/src/register.c - ${CMAKE_SOURCE_DIR}/contrib/libs/liburing/src/setup.c - ${CMAKE_SOURCE_DIR}/contrib/libs/liburing/src/syscall.c - ${CMAKE_SOURCE_DIR}/contrib/libs/liburing/src/version.c -) diff --git a/contrib/libs/liburing/CMakeLists.linux-x86_64.txt b/contrib/libs/liburing/CMakeLists.linux-x86_64.txt deleted file mode 100644 index efada53e849..00000000000 --- a/contrib/libs/liburing/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(contrib-libs-liburing) -target_compile_options(contrib-libs-liburing PRIVATE - -DLIBURING_INTERNAL - $,,-Wno-everything> -) -target_include_directories(contrib-libs-liburing PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/liburing/src/include -) -target_link_libraries(contrib-libs-liburing PUBLIC - contrib-libs-linux-headers -) -target_sources(contrib-libs-liburing PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/liburing/src/nolibc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/liburing/src/queue.c - ${CMAKE_SOURCE_DIR}/contrib/libs/liburing/src/register.c - ${CMAKE_SOURCE_DIR}/contrib/libs/liburing/src/setup.c - ${CMAKE_SOURCE_DIR}/contrib/libs/liburing/src/syscall.c - ${CMAKE_SOURCE_DIR}/contrib/libs/liburing/src/version.c -) diff --git a/contrib/libs/liburing/CMakeLists.txt b/contrib/libs/liburing/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/liburing/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/liburing/CMakeLists.windows-x86_64.txt b/contrib/libs/liburing/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 6dd7b166d23..00000000000 --- a/contrib/libs/liburing/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(contrib-libs-liburing) -target_compile_options(contrib-libs-liburing PRIVATE - -DLIBURING_INTERNAL - $,,-Wno-everything> -) -target_include_directories(contrib-libs-liburing PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/liburing/src/include -) -target_sources(contrib-libs-liburing PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/liburing/src/nolibc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/liburing/src/queue.c - ${CMAKE_SOURCE_DIR}/contrib/libs/liburing/src/register.c - ${CMAKE_SOURCE_DIR}/contrib/libs/liburing/src/setup.c - ${CMAKE_SOURCE_DIR}/contrib/libs/liburing/src/syscall.c - ${CMAKE_SOURCE_DIR}/contrib/libs/liburing/src/version.c -) diff --git a/contrib/libs/libxml/CMakeLists.darwin-x86_64.txt b/contrib/libs/libxml/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 7a58197ba84..00000000000 --- a/contrib/libs/libxml/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,76 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# 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-libs-libxml) -target_compile_options(contrib-libs-libxml PUBLIC - -DLIBXML_STATIC -) -target_compile_options(contrib-libs-libxml PRIVATE - -DHAVE_CONFIG_H - $,,-Wno-everything> -) -target_include_directories(contrib-libs-libxml PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/include -) -target_include_directories(contrib-libs-libxml PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml -) -target_link_libraries(contrib-libs-libxml PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-zlib - library-cpp-charset -) -target_sources(contrib-libs-libxml PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/HTMLparser.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/HTMLtree.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/SAX.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/SAX2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/buf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/c14n.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/catalog.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/chvalid.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/debugXML.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/dict.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/encoding.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/entities.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/error.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/globals.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/hash.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/legacy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/list.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/nanoftp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/nanohttp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/parser.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/parserInternals.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/pattern.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/relaxng.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/schematron.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/threads.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/tree.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/uri.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/valid.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/xinclude.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/xlink.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/xmlIO.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/xmlmemory.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/xmlmodule.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/xmlreader.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/xmlregexp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/xmlsave.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/xmlschemas.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/xmlschemastypes.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/xmlstring.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/xmlunicode.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/xmlwriter.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/xpath.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/xpointer.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/xzlib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/yencoding.cpp -) diff --git a/contrib/libs/libxml/CMakeLists.linux-aarch64.txt b/contrib/libs/libxml/CMakeLists.linux-aarch64.txt deleted file mode 100644 index db5769b899c..00000000000 --- a/contrib/libs/libxml/CMakeLists.linux-aarch64.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(contrib-libs-libxml) -target_compile_options(contrib-libs-libxml PUBLIC - -DLIBXML_STATIC -) -target_compile_options(contrib-libs-libxml PRIVATE - -DHAVE_CONFIG_H - $,,-Wno-everything> -) -target_include_directories(contrib-libs-libxml PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/include -) -target_include_directories(contrib-libs-libxml PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml -) -target_link_libraries(contrib-libs-libxml PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-zlib - library-cpp-charset -) -target_sources(contrib-libs-libxml PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/HTMLparser.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/HTMLtree.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/SAX.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/SAX2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/buf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/c14n.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/catalog.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/chvalid.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/debugXML.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/dict.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/encoding.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/entities.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/error.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/globals.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/hash.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/legacy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/list.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/nanoftp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/nanohttp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/parser.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/parserInternals.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/pattern.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/relaxng.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/schematron.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/threads.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/tree.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/uri.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/valid.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/xinclude.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/xlink.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/xmlIO.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/xmlmemory.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/xmlmodule.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/xmlreader.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/xmlregexp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/xmlsave.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/xmlschemas.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/xmlschemastypes.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/xmlstring.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/xmlunicode.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/xmlwriter.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/xpath.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/xpointer.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/xzlib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/yencoding.cpp -) diff --git a/contrib/libs/libxml/CMakeLists.linux-x86_64.txt b/contrib/libs/libxml/CMakeLists.linux-x86_64.txt deleted file mode 100644 index db5769b899c..00000000000 --- a/contrib/libs/libxml/CMakeLists.linux-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(contrib-libs-libxml) -target_compile_options(contrib-libs-libxml PUBLIC - -DLIBXML_STATIC -) -target_compile_options(contrib-libs-libxml PRIVATE - -DHAVE_CONFIG_H - $,,-Wno-everything> -) -target_include_directories(contrib-libs-libxml PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/include -) -target_include_directories(contrib-libs-libxml PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml -) -target_link_libraries(contrib-libs-libxml PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-zlib - library-cpp-charset -) -target_sources(contrib-libs-libxml PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/HTMLparser.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/HTMLtree.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/SAX.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/SAX2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/buf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/c14n.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/catalog.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/chvalid.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/debugXML.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/dict.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/encoding.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/entities.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/error.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/globals.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/hash.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/legacy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/list.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/nanoftp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/nanohttp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/parser.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/parserInternals.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/pattern.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/relaxng.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/schematron.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/threads.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/tree.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/uri.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/valid.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/xinclude.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/xlink.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/xmlIO.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/xmlmemory.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/xmlmodule.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/xmlreader.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/xmlregexp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/xmlsave.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/xmlschemas.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/xmlschemastypes.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/xmlstring.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/xmlunicode.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/xmlwriter.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/xpath.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/xpointer.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/xzlib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/yencoding.cpp -) diff --git a/contrib/libs/libxml/CMakeLists.txt b/contrib/libs/libxml/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/libxml/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/libxml/CMakeLists.windows-x86_64.txt b/contrib/libs/libxml/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 4b7f0edbab4..00000000000 --- a/contrib/libs/libxml/CMakeLists.windows-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. - - -find_package(Iconv REQUIRED) - -add_library(contrib-libs-libxml) -target_compile_options(contrib-libs-libxml PUBLIC - -DLIBXML_STATIC -) -target_compile_options(contrib-libs-libxml PRIVATE - -DHAVE_CONFIG_H - $,,-Wno-everything> -) -target_include_directories(contrib-libs-libxml PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/include -) -target_include_directories(contrib-libs-libxml PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml -) -target_link_libraries(contrib-libs-libxml PUBLIC - contrib-libs-cxxsupp - yutil - Iconv::Iconv - contrib-libs-zlib - library-cpp-charset -) -target_sources(contrib-libs-libxml PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/HTMLparser.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/HTMLtree.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/SAX.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/SAX2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/buf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/c14n.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/catalog.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/chvalid.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/debugXML.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/dict.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/encoding.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/entities.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/error.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/globals.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/hash.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/legacy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/list.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/nanoftp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/nanohttp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/parser.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/parserInternals.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/pattern.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/relaxng.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/schematron.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/threads.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/tree.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/uri.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/valid.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/xinclude.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/xlink.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/xmlIO.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/xmlmemory.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/xmlmodule.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/xmlreader.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/xmlregexp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/xmlsave.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/xmlschemas.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/xmlschemastypes.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/xmlstring.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/xmlunicode.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/xmlwriter.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/xpath.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/xpointer.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/xzlib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/libxml/yencoding.cpp -) diff --git a/contrib/libs/linux-headers/CMakeLists.linux-aarch64.txt b/contrib/libs/linux-headers/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 550534bb102..00000000000 --- a/contrib/libs/linux-headers/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(contrib-libs-linux-headers INTERFACE) -target_include_directories(contrib-libs-linux-headers INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/libs/linux-headers - ${CMAKE_SOURCE_DIR}/contrib/libs/linux-headers/_nf -) diff --git a/contrib/libs/linux-headers/CMakeLists.linux-x86_64.txt b/contrib/libs/linux-headers/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 550534bb102..00000000000 --- a/contrib/libs/linux-headers/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(contrib-libs-linux-headers INTERFACE) -target_include_directories(contrib-libs-linux-headers INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/libs/linux-headers - ${CMAKE_SOURCE_DIR}/contrib/libs/linux-headers/_nf -) diff --git a/contrib/libs/linux-headers/CMakeLists.txt b/contrib/libs/linux-headers/CMakeLists.txt deleted file mode 100644 index d6c5c0bbeb4..00000000000 --- a/contrib/libs/linux-headers/CMakeLists.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. - - -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) -endif() diff --git a/contrib/libs/linuxvdso/CMakeLists.darwin-x86_64.txt b/contrib/libs/linuxvdso/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a8dd8f11c1e..00000000000 --- a/contrib/libs/linuxvdso/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(contrib-libs-linuxvdso) -target_sources(contrib-libs-linuxvdso PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/linuxvdso/fake.cpp -) diff --git a/contrib/libs/linuxvdso/CMakeLists.linux-aarch64.txt b/contrib/libs/linuxvdso/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 5d4a8823193..00000000000 --- a/contrib/libs/linuxvdso/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_subdirectory(original) - -add_library(contrib-libs-linuxvdso) -target_link_libraries(contrib-libs-linuxvdso PUBLIC - contrib-libs-linux-headers - libs-linuxvdso-original -) -target_sources(contrib-libs-linuxvdso PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/linuxvdso/interface.cpp -) diff --git a/contrib/libs/linuxvdso/CMakeLists.linux-x86_64.txt b/contrib/libs/linuxvdso/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 5d4a8823193..00000000000 --- a/contrib/libs/linuxvdso/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_subdirectory(original) - -add_library(contrib-libs-linuxvdso) -target_link_libraries(contrib-libs-linuxvdso PUBLIC - contrib-libs-linux-headers - libs-linuxvdso-original -) -target_sources(contrib-libs-linuxvdso PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/linuxvdso/interface.cpp -) diff --git a/contrib/libs/linuxvdso/CMakeLists.txt b/contrib/libs/linuxvdso/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/linuxvdso/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/linuxvdso/CMakeLists.windows-x86_64.txt b/contrib/libs/linuxvdso/CMakeLists.windows-x86_64.txt deleted file mode 100644 index a8dd8f11c1e..00000000000 --- a/contrib/libs/linuxvdso/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(contrib-libs-linuxvdso) -target_sources(contrib-libs-linuxvdso PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/linuxvdso/fake.cpp -) diff --git a/contrib/libs/linuxvdso/original/CMakeLists.linux-aarch64.txt b/contrib/libs/linuxvdso/original/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 92603f7489a..00000000000 --- a/contrib/libs/linuxvdso/original/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(libs-linuxvdso-original) -target_compile_options(libs-linuxvdso-original PRIVATE - $,,-Wno-everything> -) -target_link_libraries(libs-linuxvdso-original PUBLIC - contrib-libs-linux-headers -) -target_sources(libs-linuxvdso-original PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/linuxvdso/original/vdso_support.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/linuxvdso/original/elf_mem_image.cc -) diff --git a/contrib/libs/linuxvdso/original/CMakeLists.linux-x86_64.txt b/contrib/libs/linuxvdso/original/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 92603f7489a..00000000000 --- a/contrib/libs/linuxvdso/original/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(libs-linuxvdso-original) -target_compile_options(libs-linuxvdso-original PRIVATE - $,,-Wno-everything> -) -target_link_libraries(libs-linuxvdso-original PUBLIC - contrib-libs-linux-headers -) -target_sources(libs-linuxvdso-original PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/linuxvdso/original/vdso_support.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/linuxvdso/original/elf_mem_image.cc -) diff --git a/contrib/libs/linuxvdso/original/CMakeLists.txt b/contrib/libs/linuxvdso/original/CMakeLists.txt deleted file mode 100644 index d6c5c0bbeb4..00000000000 --- a/contrib/libs/linuxvdso/original/CMakeLists.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. - - -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) -endif() diff --git a/contrib/libs/llvm12/CMakeLists.darwin-x86_64.txt b/contrib/libs/llvm12/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 953c61faacd..00000000000 --- a/contrib/libs/llvm12/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(include) -add_subdirectory(lib) -add_subdirectory(utils) - -add_library(contrib-libs-llvm12 INTERFACE) -target_include_directories(contrib-libs-llvm12 INTERFACE - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include -) -target_link_libraries(contrib-libs-llvm12 INTERFACE - contrib-libs-cxxsupp - yutil -) diff --git a/contrib/libs/llvm12/CMakeLists.linux-aarch64.txt b/contrib/libs/llvm12/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 21e1679e2d6..00000000000 --- a/contrib/libs/llvm12/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(include) -add_subdirectory(lib) -add_subdirectory(utils) - -add_library(contrib-libs-llvm12 INTERFACE) -target_include_directories(contrib-libs-llvm12 INTERFACE - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include -) -target_link_libraries(contrib-libs-llvm12 INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) diff --git a/contrib/libs/llvm12/CMakeLists.linux-x86_64.txt b/contrib/libs/llvm12/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 21e1679e2d6..00000000000 --- a/contrib/libs/llvm12/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(include) -add_subdirectory(lib) -add_subdirectory(utils) - -add_library(contrib-libs-llvm12 INTERFACE) -target_include_directories(contrib-libs-llvm12 INTERFACE - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include -) -target_link_libraries(contrib-libs-llvm12 INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) diff --git a/contrib/libs/llvm12/CMakeLists.txt b/contrib/libs/llvm12/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/llvm12/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/llvm12/CMakeLists.windows-x86_64.txt b/contrib/libs/llvm12/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 953c61faacd..00000000000 --- a/contrib/libs/llvm12/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(include) -add_subdirectory(lib) -add_subdirectory(utils) - -add_library(contrib-libs-llvm12 INTERFACE) -target_include_directories(contrib-libs-llvm12 INTERFACE - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include -) -target_link_libraries(contrib-libs-llvm12 INTERFACE - contrib-libs-cxxsupp - yutil -) diff --git a/contrib/libs/llvm12/include/CMakeLists.darwin-x86_64.txt b/contrib/libs/llvm12/include/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 7ea3024199a..00000000000 --- a/contrib/libs/llvm12/include/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,8008 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) - -add_library(libs-llvm12-include STATIC) -set_property(TARGET libs-llvm12-include PROPERTY - LINKER_LANGUAGE CXX -) -target_link_libraries(libs-llvm12-include PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 -) -target_sources(libs-llvm12-include PRIVATE - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenACC/ACC.h.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenMP/OMP.h.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/Attributes.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicEnums.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicImpl.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVPTX.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsR600.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsS390.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenAsmMatcher.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenAsmWriter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenAsmWriter1.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenCallingConv.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenDAGISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenDisassemblerTables.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenExegesis.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenFastISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenGlobalISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenInstrInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenMCCodeEmitter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenMCPseudoLowering.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenPostLegalizeGICombiner.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenPostLegalizeGILowering.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenPreLegalizeGICombiner.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenRegisterBank.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenRegisterInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenSubtargetInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenSystemOperands.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenAsmMatcher.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenAsmWriter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenCallingConv.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenDAGISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenDisassemblerTables.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenFastISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenGlobalISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenInstrInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenMCCodeEmitter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenMCPseudoLowering.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenRegisterBank.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenRegisterInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenSubtargetInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenSystemRegister.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenAsmMatcher.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenAsmWriter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenCallingConv.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenDAGISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenDisassemblerTables.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenInstrInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenMCCodeEmitter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenRegisterInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenSubtargetInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenAsmWriter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenDAGISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenInstrInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenRegisterInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenSubtargetInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenAsmMatcher.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenAsmWriter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenCallingConv.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenDAGISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenDisassemblerTables.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenExegesis.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenFastISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenGlobalISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenInstrInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenMCCodeEmitter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenRegisterBank.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenRegisterInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenSubtargetInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenAsmMatcher.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenAsmWriter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenAsmWriter1.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenCallingConv.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenDAGISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenDisassemblerTables.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenEVEX2VEXTables.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenExegesis.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenFastISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenGlobalISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenInstrInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenRegisterBank.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenRegisterInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenSubtargetInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-dlltool/Options.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-lib/Options.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/dsymutil/Options.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-cvtres/Opts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-lipo/LipoOpts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-ml/Opts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-mt/Opts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/BitcodeStripOpts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/InstallNameToolOpts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/ObjcopyOpts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/StripOpts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-rc/Opts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-symbolizer/Opts.inc -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenACC/ACC.h.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenACC/ACC.h.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/Directive/DirectiveBase.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenACC/ACC.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - --gen-directive-decl - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenACC - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenACC/ACC.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenACC/ACC.h.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenACC/ACC.h.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenMP/OMP.h.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenMP/OMP.h.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/Directive/DirectiveBase.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenMP/OMP.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - --gen-directive-decl - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenMP - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenMP/OMP.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenMP/OMP.h.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenMP/OMP.h.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/Attributes.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/Attributes.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Attributes.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-attrs - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Attributes.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/Attributes.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/Attributes.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicEnums.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicEnums.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-enums - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicEnums.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicEnums.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicImpl.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicImpl.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-impl - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicImpl.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicImpl.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.h.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-enums - -intrinsic-prefix=aarch64 - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.h - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.h.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.h.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-enums - -intrinsic-prefix=amdgcn - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.h - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.h.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.h.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-enums - -intrinsic-prefix=arm - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.h - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.h.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.h.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-enums - -intrinsic-prefix=bpf - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.h - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.h.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.h.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-enums - -intrinsic-prefix=hexagon - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.h - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.h.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.h.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-enums - -intrinsic-prefix=mips - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.h - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.h.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVPTX.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVPTX.h.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-enums - -intrinsic-prefix=nvvm - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVPTX.h - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVPTX.h.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.h.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-enums - -intrinsic-prefix=ppc - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.h - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.h.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsR600.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsR600.h.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-enums - -intrinsic-prefix=r600 - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsR600.h - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsR600.h.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.h.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-enums - -intrinsic-prefix=riscv - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.h - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.h.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsS390.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsS390.h.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-enums - -intrinsic-prefix=s390 - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsS390.h - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsS390.h.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.h.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-enums - -intrinsic-prefix=ve - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.h - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.h.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.h.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-enums - -intrinsic-prefix=wasm - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.h - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.h.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.h.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-enums - -intrinsic-prefix=x86 - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.h - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.h.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.h.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-enums - -intrinsic-prefix=xcore - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.h - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.h.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Frontend/OpenACC/ACC.cpp - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Frontend/OpenACC/ACC.cpp.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/Directive/DirectiveBase.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenACC/ACC.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - --gen-directive-impl - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Frontend/OpenACC - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenACC/ACC.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Frontend/OpenACC/ACC.cpp - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Frontend/OpenACC/ACC.cpp.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Frontend/OpenMP/OMP.cpp - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Frontend/OpenMP/OMP.cpp.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/Directive/DirectiveBase.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenMP/OMP.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - --gen-directive-impl - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Frontend/OpenMP - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenMP/OMP.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Frontend/OpenMP/OMP.cpp - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Frontend/OpenMP/OMP.cpp.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenAsmMatcher.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenAsmMatcher.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-asm-matcher - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenAsmMatcher.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenAsmMatcher.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenAsmWriter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenAsmWriter.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-asm-writer - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenAsmWriter.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenAsmWriter.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenAsmWriter1.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenAsmWriter1.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-asm-writer - -asmwriternum=1 - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenAsmWriter1.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenAsmWriter1.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenCallingConv.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenCallingConv.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-callingconv - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenCallingConv.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenCallingConv.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenDAGISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenDAGISel.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-dag-isel - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - -omit-comments - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenDAGISel.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenDAGISel.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenDisassemblerTables.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenDisassemblerTables.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-disassembler - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenDisassemblerTables.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenDisassemblerTables.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenExegesis.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenExegesis.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-exegesis - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenExegesis.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenExegesis.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenFastISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenFastISel.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-fast-isel - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenFastISel.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenFastISel.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenGlobalISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenGlobalISel.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-global-isel - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenGlobalISel.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenGlobalISel.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenInstrInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenInstrInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-instr-info - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenInstrInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenInstrInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenMCCodeEmitter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenMCCodeEmitter.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-emitter - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenMCCodeEmitter.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenMCCodeEmitter.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenMCPseudoLowering.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenMCPseudoLowering.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-pseudo-lowering - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenMCPseudoLowering.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenMCPseudoLowering.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenPostLegalizeGICombiner.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenPostLegalizeGICombiner.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-global-isel-combiner - -combiners=AArch64PostLegalizerCombinerHelper - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenPostLegalizeGICombiner.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenPostLegalizeGICombiner.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenPostLegalizeGILowering.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenPostLegalizeGILowering.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-global-isel-combiner - -combiners=AArch64PostLegalizerLoweringHelper - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenPostLegalizeGILowering.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenPostLegalizeGILowering.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenPreLegalizeGICombiner.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenPreLegalizeGICombiner.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-global-isel-combiner - -combiners=AArch64PreLegalizerCombinerHelper - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenPreLegalizeGICombiner.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenPreLegalizeGICombiner.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenRegisterBank.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenRegisterBank.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-register-bank - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenRegisterBank.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenRegisterBank.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenRegisterInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenRegisterInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-register-info - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenRegisterInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenRegisterInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenSubtargetInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenSubtargetInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-subtarget - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenSubtargetInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenSubtargetInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenSystemOperands.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenSystemOperands.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-searchable-tables - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenSystemOperands.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenSystemOperands.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenAsmMatcher.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenAsmMatcher.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrCDE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrMVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrNEON.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrVFP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleR52.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleSwift.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleV6.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSystemRegister.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-asm-matcher - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenAsmMatcher.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenAsmMatcher.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenAsmWriter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenAsmWriter.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrCDE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrMVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrNEON.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrVFP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleR52.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleSwift.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleV6.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSystemRegister.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-asm-writer - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenAsmWriter.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenAsmWriter.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenCallingConv.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenCallingConv.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrCDE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrMVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrNEON.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrVFP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleR52.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleSwift.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleV6.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSystemRegister.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-callingconv - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenCallingConv.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenCallingConv.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenDAGISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenDAGISel.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrCDE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrMVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrNEON.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrVFP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleR52.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleSwift.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleV6.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSystemRegister.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-dag-isel - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - -omit-comments - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenDAGISel.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenDAGISel.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenDisassemblerTables.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenDisassemblerTables.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrCDE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrMVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrNEON.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrVFP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleR52.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleSwift.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleV6.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSystemRegister.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-disassembler - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenDisassemblerTables.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenDisassemblerTables.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenFastISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenFastISel.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrCDE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrMVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrNEON.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrVFP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleR52.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleSwift.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleV6.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSystemRegister.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-fast-isel - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenFastISel.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenFastISel.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenGlobalISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenGlobalISel.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrCDE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrMVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrNEON.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrVFP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleR52.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleSwift.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleV6.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSystemRegister.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-global-isel - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenGlobalISel.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenGlobalISel.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenInstrInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenInstrInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrCDE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrMVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrNEON.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrVFP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleR52.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleSwift.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleV6.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSystemRegister.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-instr-info - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenInstrInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenInstrInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenMCCodeEmitter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenMCCodeEmitter.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrCDE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrMVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrNEON.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrVFP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleR52.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleSwift.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleV6.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSystemRegister.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-emitter - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenMCCodeEmitter.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenMCCodeEmitter.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenMCPseudoLowering.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenMCPseudoLowering.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrCDE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrMVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrNEON.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrVFP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleR52.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleSwift.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleV6.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSystemRegister.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-pseudo-lowering - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenMCPseudoLowering.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenMCPseudoLowering.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenRegisterBank.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenRegisterBank.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrCDE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrMVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrNEON.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrVFP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleR52.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleSwift.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleV6.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSystemRegister.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-register-bank - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenRegisterBank.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenRegisterBank.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenRegisterInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenRegisterInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrCDE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrMVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrNEON.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrVFP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleR52.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleSwift.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleV6.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSystemRegister.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-register-info - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenRegisterInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenRegisterInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenSubtargetInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenSubtargetInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrCDE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrMVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrNEON.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrVFP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleR52.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleSwift.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleV6.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSystemRegister.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-subtarget - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenSubtargetInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenSubtargetInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenSystemRegister.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenSystemRegister.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrCDE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrMVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrNEON.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrVFP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleR52.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleSwift.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleV6.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSystemRegister.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-searchable-tables - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenSystemRegister.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenSystemRegister.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenAsmMatcher.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenAsmMatcher.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-asm-matcher - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenAsmMatcher.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenAsmMatcher.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenAsmWriter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenAsmWriter.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-asm-writer - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenAsmWriter.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenAsmWriter.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenCallingConv.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenCallingConv.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-callingconv - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenCallingConv.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenCallingConv.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenDAGISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenDAGISel.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-dag-isel - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - -omit-comments - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenDAGISel.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenDAGISel.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenDisassemblerTables.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenDisassemblerTables.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-disassembler - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenDisassemblerTables.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenDisassemblerTables.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenInstrInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenInstrInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-instr-info - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenInstrInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenInstrInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenMCCodeEmitter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenMCCodeEmitter.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-emitter - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenMCCodeEmitter.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenMCCodeEmitter.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenRegisterInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenRegisterInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-register-info - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenRegisterInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenRegisterInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenSubtargetInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenSubtargetInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-subtarget - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenSubtargetInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenSubtargetInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenAsmWriter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenAsmWriter.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXIntrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-asm-writer - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTX.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenAsmWriter.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenAsmWriter.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenDAGISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenDAGISel.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXIntrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-dag-isel - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - -omit-comments - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTX.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenDAGISel.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenDAGISel.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenInstrInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenInstrInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXIntrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-instr-info - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTX.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenInstrInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenInstrInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenRegisterInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenRegisterInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXIntrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-register-info - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTX.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenRegisterInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenRegisterInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenSubtargetInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenSubtargetInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXIntrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-subtarget - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTX.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenSubtargetInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenSubtargetInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenAsmMatcher.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenAsmMatcher.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/GISel/PPCRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/P9InstrResources.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstr64Bit.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrAltivec.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrHTM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrPrefix.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrSPE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrVSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule440.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleA2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500mc.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE5500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4Plus.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-asm-matcher - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenAsmMatcher.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenAsmMatcher.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenAsmWriter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenAsmWriter.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/GISel/PPCRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/P9InstrResources.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstr64Bit.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrAltivec.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrHTM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrPrefix.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrSPE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrVSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule440.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleA2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500mc.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE5500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4Plus.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-asm-writer - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenAsmWriter.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenAsmWriter.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenCallingConv.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenCallingConv.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/GISel/PPCRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/P9InstrResources.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstr64Bit.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrAltivec.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrHTM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrPrefix.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrSPE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrVSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule440.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleA2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500mc.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE5500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4Plus.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-callingconv - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenCallingConv.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenCallingConv.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenDAGISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenDAGISel.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/GISel/PPCRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/P9InstrResources.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstr64Bit.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrAltivec.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrHTM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrPrefix.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrSPE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrVSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule440.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleA2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500mc.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE5500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4Plus.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-dag-isel - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - -omit-comments - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenDAGISel.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenDAGISel.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenDisassemblerTables.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenDisassemblerTables.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/GISel/PPCRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/P9InstrResources.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstr64Bit.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrAltivec.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrHTM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrPrefix.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrSPE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrVSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule440.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleA2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500mc.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE5500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4Plus.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-disassembler - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenDisassemblerTables.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenDisassemblerTables.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenExegesis.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenExegesis.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/GISel/PPCRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/P9InstrResources.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstr64Bit.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrAltivec.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrHTM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrPrefix.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrSPE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrVSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule440.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleA2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500mc.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE5500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4Plus.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-exegesis - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenExegesis.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenExegesis.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenFastISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenFastISel.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/GISel/PPCRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/P9InstrResources.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstr64Bit.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrAltivec.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrHTM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrPrefix.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrSPE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrVSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule440.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleA2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500mc.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE5500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4Plus.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-fast-isel - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenFastISel.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenFastISel.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenGlobalISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenGlobalISel.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/GISel/PPCRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/P9InstrResources.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstr64Bit.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrAltivec.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrHTM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrPrefix.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrSPE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrVSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule440.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleA2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500mc.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE5500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4Plus.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-global-isel - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenGlobalISel.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenGlobalISel.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenInstrInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenInstrInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/GISel/PPCRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/P9InstrResources.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstr64Bit.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrAltivec.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrHTM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrPrefix.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrSPE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrVSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule440.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleA2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500mc.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE5500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4Plus.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-instr-info - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenInstrInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenInstrInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenMCCodeEmitter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenMCCodeEmitter.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/GISel/PPCRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/P9InstrResources.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstr64Bit.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrAltivec.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrHTM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrPrefix.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrSPE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrVSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule440.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleA2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500mc.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE5500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4Plus.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-emitter - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenMCCodeEmitter.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenMCCodeEmitter.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenRegisterBank.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenRegisterBank.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/GISel/PPCRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/P9InstrResources.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstr64Bit.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrAltivec.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrHTM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrPrefix.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrSPE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrVSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule440.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleA2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500mc.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE5500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4Plus.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-register-bank - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenRegisterBank.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenRegisterBank.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenRegisterInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenRegisterInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/GISel/PPCRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/P9InstrResources.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstr64Bit.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrAltivec.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrHTM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrPrefix.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrSPE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrVSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule440.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleA2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500mc.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE5500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4Plus.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-register-info - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenRegisterInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenRegisterInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenSubtargetInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenSubtargetInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/GISel/PPCRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/P9InstrResources.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstr64Bit.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrAltivec.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrHTM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrPrefix.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrSPE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrVSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule440.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleA2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500mc.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE5500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4Plus.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-subtarget - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenSubtargetInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenSubtargetInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenAsmMatcher.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenAsmMatcher.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Instr3DNow.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAVX512.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrArithmetic.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCMovSetCC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrControl.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrExtension.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFMA.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFPStack.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFragmentsSIMD.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrKL.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMPX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSGX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSNP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSSE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrShiftRotate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSystem.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTDX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVecCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrXOP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedBroadwell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedHaswell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSandyBridge.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeClient.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeServer.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleAtom.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBdVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBtVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleSLM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver1.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-asm-matcher - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenAsmMatcher.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenAsmMatcher.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenAsmWriter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenAsmWriter.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Instr3DNow.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAVX512.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrArithmetic.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCMovSetCC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrControl.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrExtension.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFMA.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFPStack.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFragmentsSIMD.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrKL.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMPX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSGX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSNP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSSE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrShiftRotate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSystem.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTDX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVecCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrXOP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedBroadwell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedHaswell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSandyBridge.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeClient.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeServer.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleAtom.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBdVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBtVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleSLM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver1.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-asm-writer - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenAsmWriter.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenAsmWriter.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenAsmWriter1.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenAsmWriter1.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Instr3DNow.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAVX512.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrArithmetic.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCMovSetCC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrControl.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrExtension.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFMA.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFPStack.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFragmentsSIMD.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrKL.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMPX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSGX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSNP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSSE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrShiftRotate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSystem.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTDX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVecCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrXOP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedBroadwell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedHaswell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSandyBridge.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeClient.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeServer.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleAtom.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBdVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBtVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleSLM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver1.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-asm-writer - -asmwriternum=1 - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenAsmWriter1.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenAsmWriter1.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenCallingConv.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenCallingConv.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Instr3DNow.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAVX512.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrArithmetic.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCMovSetCC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrControl.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrExtension.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFMA.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFPStack.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFragmentsSIMD.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrKL.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMPX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSGX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSNP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSSE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrShiftRotate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSystem.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTDX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVecCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrXOP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedBroadwell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedHaswell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSandyBridge.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeClient.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeServer.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleAtom.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBdVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBtVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleSLM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver1.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-callingconv - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenCallingConv.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenCallingConv.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenDAGISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenDAGISel.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Instr3DNow.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAVX512.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrArithmetic.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCMovSetCC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrControl.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrExtension.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFMA.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFPStack.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFragmentsSIMD.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrKL.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMPX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSGX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSNP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSSE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrShiftRotate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSystem.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTDX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVecCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrXOP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedBroadwell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedHaswell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSandyBridge.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeClient.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeServer.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleAtom.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBdVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBtVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleSLM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver1.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-dag-isel - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - -omit-comments - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenDAGISel.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenDAGISel.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenDisassemblerTables.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenDisassemblerTables.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Instr3DNow.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAVX512.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrArithmetic.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCMovSetCC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrControl.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrExtension.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFMA.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFPStack.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFragmentsSIMD.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrKL.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMPX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSGX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSNP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSSE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrShiftRotate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSystem.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTDX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVecCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrXOP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedBroadwell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedHaswell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSandyBridge.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeClient.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeServer.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleAtom.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBdVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBtVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleSLM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver1.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-disassembler - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenDisassemblerTables.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenDisassemblerTables.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenEVEX2VEXTables.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenEVEX2VEXTables.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Instr3DNow.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAVX512.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrArithmetic.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCMovSetCC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrControl.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrExtension.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFMA.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFPStack.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFragmentsSIMD.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrKL.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMPX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSGX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSNP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSSE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrShiftRotate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSystem.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTDX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVecCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrXOP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedBroadwell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedHaswell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSandyBridge.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeClient.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeServer.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleAtom.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBdVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBtVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleSLM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver1.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-x86-EVEX2VEX-tables - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenEVEX2VEXTables.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenEVEX2VEXTables.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenExegesis.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenExegesis.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Instr3DNow.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAVX512.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrArithmetic.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCMovSetCC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrControl.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrExtension.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFMA.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFPStack.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFragmentsSIMD.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrKL.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMPX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSGX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSNP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSSE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrShiftRotate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSystem.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTDX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVecCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrXOP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedBroadwell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedHaswell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSandyBridge.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeClient.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeServer.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleAtom.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBdVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBtVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleSLM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver1.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-exegesis - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenExegesis.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenExegesis.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenFastISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenFastISel.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Instr3DNow.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAVX512.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrArithmetic.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCMovSetCC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrControl.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrExtension.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFMA.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFPStack.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFragmentsSIMD.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrKL.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMPX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSGX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSNP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSSE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrShiftRotate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSystem.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTDX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVecCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrXOP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedBroadwell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedHaswell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSandyBridge.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeClient.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeServer.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleAtom.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBdVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBtVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleSLM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver1.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-fast-isel - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenFastISel.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenFastISel.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenGlobalISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenGlobalISel.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Instr3DNow.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAVX512.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrArithmetic.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCMovSetCC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrControl.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrExtension.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFMA.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFPStack.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFragmentsSIMD.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrKL.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMPX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSGX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSNP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSSE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrShiftRotate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSystem.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTDX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVecCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrXOP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedBroadwell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedHaswell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSandyBridge.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeClient.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeServer.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleAtom.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBdVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBtVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleSLM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver1.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-global-isel - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenGlobalISel.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenGlobalISel.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenInstrInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenInstrInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Instr3DNow.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAVX512.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrArithmetic.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCMovSetCC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrControl.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrExtension.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFMA.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFPStack.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFragmentsSIMD.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrKL.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMPX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSGX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSNP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSSE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrShiftRotate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSystem.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTDX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVecCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrXOP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedBroadwell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedHaswell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSandyBridge.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeClient.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeServer.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleAtom.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBdVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBtVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleSLM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver1.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-instr-info - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenInstrInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenInstrInfo.inc.d - --long-string-literals=0 -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenRegisterBank.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenRegisterBank.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Instr3DNow.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAVX512.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrArithmetic.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCMovSetCC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrControl.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrExtension.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFMA.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFPStack.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFragmentsSIMD.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrKL.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMPX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSGX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSNP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSSE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrShiftRotate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSystem.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTDX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVecCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrXOP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedBroadwell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedHaswell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSandyBridge.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeClient.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeServer.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleAtom.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBdVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBtVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleSLM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver1.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-register-bank - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenRegisterBank.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenRegisterBank.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenRegisterInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenRegisterInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Instr3DNow.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAVX512.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrArithmetic.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCMovSetCC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrControl.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrExtension.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFMA.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFPStack.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFragmentsSIMD.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrKL.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMPX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSGX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSNP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSSE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrShiftRotate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSystem.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTDX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVecCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrXOP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedBroadwell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedHaswell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSandyBridge.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeClient.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeServer.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleAtom.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBdVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBtVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleSLM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver1.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-register-info - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenRegisterInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenRegisterInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenSubtargetInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenSubtargetInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Instr3DNow.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAVX512.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrArithmetic.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCMovSetCC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrControl.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrExtension.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFMA.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFPStack.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFragmentsSIMD.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrKL.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMPX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSGX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSNP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSSE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrShiftRotate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSystem.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTDX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVecCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrXOP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedBroadwell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedHaswell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSandyBridge.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeClient.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeServer.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleAtom.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBdVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBtVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleSLM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver1.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-subtarget - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenSubtargetInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenSubtargetInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-dlltool/Options.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-dlltool/Options.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-dlltool/Options.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-opt-parser-defs - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-dlltool - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-dlltool/Options.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-dlltool/Options.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-dlltool/Options.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-lib/Options.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-lib/Options.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-lib/Options.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-opt-parser-defs - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-lib - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-lib/Options.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-lib/Options.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-lib/Options.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/dsymutil/Options.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/dsymutil/Options.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/dsymutil/Options.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-opt-parser-defs - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/dsymutil - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/dsymutil/Options.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/dsymutil/Options.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/dsymutil/Options.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-cvtres/Opts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-cvtres/Opts.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-cvtres/Opts.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-opt-parser-defs - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-cvtres - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-cvtres/Opts.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-cvtres/Opts.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-cvtres/Opts.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-lipo/LipoOpts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-lipo/LipoOpts.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-lipo/LipoOpts.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-opt-parser-defs - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-lipo - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-lipo/LipoOpts.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-lipo/LipoOpts.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-lipo/LipoOpts.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-ml/Opts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-ml/Opts.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-ml/Opts.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-opt-parser-defs - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-ml - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-ml/Opts.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-ml/Opts.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-ml/Opts.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-mt/Opts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-mt/Opts.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-mt/Opts.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-opt-parser-defs - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-mt - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-mt/Opts.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-mt/Opts.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-mt/Opts.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/BitcodeStripOpts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/BitcodeStripOpts.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/BitcodeStripOpts.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-opt-parser-defs - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/BitcodeStripOpts.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/BitcodeStripOpts.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/BitcodeStripOpts.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/InstallNameToolOpts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/InstallNameToolOpts.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/InstallNameToolOpts.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-opt-parser-defs - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/InstallNameToolOpts.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/InstallNameToolOpts.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/InstallNameToolOpts.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/ObjcopyOpts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/ObjcopyOpts.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/CommonOpts.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/ObjcopyOpts.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-opt-parser-defs - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/ObjcopyOpts.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/ObjcopyOpts.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/ObjcopyOpts.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/StripOpts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/StripOpts.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/CommonOpts.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/StripOpts.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-opt-parser-defs - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/StripOpts.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/StripOpts.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/StripOpts.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-rc/Opts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-rc/Opts.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-rc/Opts.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-opt-parser-defs - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-rc - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-rc/Opts.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-rc/Opts.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-rc/Opts.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-symbolizer/Opts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-symbolizer/Opts.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-symbolizer/Opts.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-opt-parser-defs - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-symbolizer - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-symbolizer/Opts.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-symbolizer/Opts.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-symbolizer/Opts.inc.d -) -if(NOT CMAKE_CROSSCOMPILING) - add_dependencies(libs-llvm12-include - llvm-tblgen -) -endif() -add_custom_target(OpenMP-gen-srcs-stealing - DEPENDS ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Frontend/OpenMP/OMP.cpp -) - diff --git a/contrib/libs/llvm12/include/CMakeLists.linux-aarch64.txt b/contrib/libs/llvm12/include/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 468c652df5d..00000000000 --- a/contrib/libs/llvm12/include/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,8009 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) - -add_library(libs-llvm12-include STATIC) -set_property(TARGET libs-llvm12-include PROPERTY - LINKER_LANGUAGE CXX -) -target_link_libraries(libs-llvm12-include PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 -) -target_sources(libs-llvm12-include PRIVATE - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenACC/ACC.h.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenMP/OMP.h.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/Attributes.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicEnums.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicImpl.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVPTX.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsR600.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsS390.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenAsmMatcher.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenAsmWriter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenAsmWriter1.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenCallingConv.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenDAGISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenDisassemblerTables.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenExegesis.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenFastISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenGlobalISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenInstrInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenMCCodeEmitter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenMCPseudoLowering.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenPostLegalizeGICombiner.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenPostLegalizeGILowering.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenPreLegalizeGICombiner.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenRegisterBank.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenRegisterInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenSubtargetInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenSystemOperands.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenAsmMatcher.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenAsmWriter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenCallingConv.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenDAGISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenDisassemblerTables.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenFastISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenGlobalISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenInstrInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenMCCodeEmitter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenMCPseudoLowering.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenRegisterBank.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenRegisterInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenSubtargetInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenSystemRegister.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenAsmMatcher.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenAsmWriter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenCallingConv.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenDAGISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenDisassemblerTables.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenInstrInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenMCCodeEmitter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenRegisterInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenSubtargetInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenAsmWriter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenDAGISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenInstrInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenRegisterInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenSubtargetInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenAsmMatcher.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenAsmWriter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenCallingConv.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenDAGISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenDisassemblerTables.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenExegesis.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenFastISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenGlobalISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenInstrInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenMCCodeEmitter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenRegisterBank.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenRegisterInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenSubtargetInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenAsmMatcher.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenAsmWriter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenAsmWriter1.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenCallingConv.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenDAGISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenDisassemblerTables.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenEVEX2VEXTables.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenExegesis.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenFastISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenGlobalISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenInstrInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenRegisterBank.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenRegisterInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenSubtargetInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-dlltool/Options.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-lib/Options.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/dsymutil/Options.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-cvtres/Opts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-lipo/LipoOpts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-ml/Opts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-mt/Opts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/BitcodeStripOpts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/InstallNameToolOpts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/ObjcopyOpts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/StripOpts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-rc/Opts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-symbolizer/Opts.inc -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenACC/ACC.h.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenACC/ACC.h.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/Directive/DirectiveBase.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenACC/ACC.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - --gen-directive-decl - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenACC - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenACC/ACC.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenACC/ACC.h.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenACC/ACC.h.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenMP/OMP.h.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenMP/OMP.h.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/Directive/DirectiveBase.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenMP/OMP.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - --gen-directive-decl - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenMP - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenMP/OMP.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenMP/OMP.h.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenMP/OMP.h.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/Attributes.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/Attributes.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Attributes.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-attrs - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Attributes.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/Attributes.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/Attributes.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicEnums.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicEnums.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-enums - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicEnums.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicEnums.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicImpl.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicImpl.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-impl - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicImpl.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicImpl.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.h.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-enums - -intrinsic-prefix=aarch64 - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.h - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.h.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.h.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-enums - -intrinsic-prefix=amdgcn - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.h - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.h.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.h.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-enums - -intrinsic-prefix=arm - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.h - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.h.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.h.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-enums - -intrinsic-prefix=bpf - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.h - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.h.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.h.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-enums - -intrinsic-prefix=hexagon - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.h - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.h.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.h.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-enums - -intrinsic-prefix=mips - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.h - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.h.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVPTX.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVPTX.h.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-enums - -intrinsic-prefix=nvvm - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVPTX.h - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVPTX.h.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.h.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-enums - -intrinsic-prefix=ppc - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.h - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.h.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsR600.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsR600.h.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-enums - -intrinsic-prefix=r600 - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsR600.h - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsR600.h.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.h.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-enums - -intrinsic-prefix=riscv - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.h - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.h.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsS390.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsS390.h.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-enums - -intrinsic-prefix=s390 - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsS390.h - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsS390.h.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.h.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-enums - -intrinsic-prefix=ve - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.h - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.h.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.h.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-enums - -intrinsic-prefix=wasm - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.h - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.h.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.h.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-enums - -intrinsic-prefix=x86 - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.h - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.h.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.h.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-enums - -intrinsic-prefix=xcore - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.h - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.h.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Frontend/OpenACC/ACC.cpp - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Frontend/OpenACC/ACC.cpp.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/Directive/DirectiveBase.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenACC/ACC.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - --gen-directive-impl - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Frontend/OpenACC - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenACC/ACC.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Frontend/OpenACC/ACC.cpp - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Frontend/OpenACC/ACC.cpp.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Frontend/OpenMP/OMP.cpp - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Frontend/OpenMP/OMP.cpp.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/Directive/DirectiveBase.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenMP/OMP.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - --gen-directive-impl - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Frontend/OpenMP - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenMP/OMP.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Frontend/OpenMP/OMP.cpp - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Frontend/OpenMP/OMP.cpp.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenAsmMatcher.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenAsmMatcher.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-asm-matcher - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenAsmMatcher.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenAsmMatcher.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenAsmWriter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenAsmWriter.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-asm-writer - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenAsmWriter.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenAsmWriter.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenAsmWriter1.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenAsmWriter1.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-asm-writer - -asmwriternum=1 - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenAsmWriter1.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenAsmWriter1.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenCallingConv.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenCallingConv.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-callingconv - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenCallingConv.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenCallingConv.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenDAGISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenDAGISel.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-dag-isel - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - -omit-comments - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenDAGISel.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenDAGISel.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenDisassemblerTables.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenDisassemblerTables.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-disassembler - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenDisassemblerTables.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenDisassemblerTables.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenExegesis.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenExegesis.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-exegesis - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenExegesis.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenExegesis.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenFastISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenFastISel.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-fast-isel - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenFastISel.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenFastISel.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenGlobalISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenGlobalISel.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-global-isel - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenGlobalISel.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenGlobalISel.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenInstrInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenInstrInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-instr-info - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenInstrInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenInstrInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenMCCodeEmitter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenMCCodeEmitter.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-emitter - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenMCCodeEmitter.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenMCCodeEmitter.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenMCPseudoLowering.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenMCPseudoLowering.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-pseudo-lowering - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenMCPseudoLowering.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenMCPseudoLowering.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenPostLegalizeGICombiner.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenPostLegalizeGICombiner.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-global-isel-combiner - -combiners=AArch64PostLegalizerCombinerHelper - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenPostLegalizeGICombiner.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenPostLegalizeGICombiner.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenPostLegalizeGILowering.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenPostLegalizeGILowering.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-global-isel-combiner - -combiners=AArch64PostLegalizerLoweringHelper - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenPostLegalizeGILowering.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenPostLegalizeGILowering.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenPreLegalizeGICombiner.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenPreLegalizeGICombiner.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-global-isel-combiner - -combiners=AArch64PreLegalizerCombinerHelper - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenPreLegalizeGICombiner.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenPreLegalizeGICombiner.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenRegisterBank.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenRegisterBank.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-register-bank - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenRegisterBank.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenRegisterBank.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenRegisterInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenRegisterInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-register-info - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenRegisterInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenRegisterInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenSubtargetInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenSubtargetInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-subtarget - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenSubtargetInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenSubtargetInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenSystemOperands.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenSystemOperands.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-searchable-tables - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenSystemOperands.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenSystemOperands.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenAsmMatcher.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenAsmMatcher.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrCDE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrMVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrNEON.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrVFP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleR52.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleSwift.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleV6.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSystemRegister.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-asm-matcher - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenAsmMatcher.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenAsmMatcher.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenAsmWriter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenAsmWriter.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrCDE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrMVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrNEON.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrVFP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleR52.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleSwift.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleV6.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSystemRegister.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-asm-writer - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenAsmWriter.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenAsmWriter.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenCallingConv.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenCallingConv.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrCDE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrMVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrNEON.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrVFP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleR52.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleSwift.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleV6.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSystemRegister.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-callingconv - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenCallingConv.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenCallingConv.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenDAGISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenDAGISel.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrCDE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrMVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrNEON.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrVFP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleR52.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleSwift.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleV6.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSystemRegister.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-dag-isel - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - -omit-comments - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenDAGISel.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenDAGISel.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenDisassemblerTables.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenDisassemblerTables.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrCDE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrMVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrNEON.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrVFP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleR52.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleSwift.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleV6.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSystemRegister.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-disassembler - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenDisassemblerTables.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenDisassemblerTables.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenFastISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenFastISel.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrCDE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrMVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrNEON.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrVFP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleR52.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleSwift.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleV6.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSystemRegister.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-fast-isel - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenFastISel.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenFastISel.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenGlobalISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenGlobalISel.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrCDE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrMVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrNEON.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrVFP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleR52.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleSwift.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleV6.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSystemRegister.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-global-isel - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenGlobalISel.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenGlobalISel.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenInstrInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenInstrInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrCDE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrMVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrNEON.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrVFP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleR52.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleSwift.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleV6.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSystemRegister.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-instr-info - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenInstrInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenInstrInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenMCCodeEmitter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenMCCodeEmitter.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrCDE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrMVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrNEON.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrVFP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleR52.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleSwift.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleV6.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSystemRegister.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-emitter - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenMCCodeEmitter.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenMCCodeEmitter.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenMCPseudoLowering.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenMCPseudoLowering.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrCDE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrMVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrNEON.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrVFP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleR52.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleSwift.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleV6.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSystemRegister.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-pseudo-lowering - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenMCPseudoLowering.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenMCPseudoLowering.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenRegisterBank.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenRegisterBank.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrCDE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrMVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrNEON.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrVFP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleR52.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleSwift.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleV6.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSystemRegister.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-register-bank - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenRegisterBank.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenRegisterBank.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenRegisterInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenRegisterInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrCDE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrMVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrNEON.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrVFP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleR52.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleSwift.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleV6.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSystemRegister.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-register-info - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenRegisterInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenRegisterInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenSubtargetInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenSubtargetInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrCDE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrMVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrNEON.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrVFP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleR52.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleSwift.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleV6.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSystemRegister.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-subtarget - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenSubtargetInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenSubtargetInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenSystemRegister.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenSystemRegister.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrCDE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrMVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrNEON.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrVFP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleR52.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleSwift.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleV6.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSystemRegister.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-searchable-tables - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenSystemRegister.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenSystemRegister.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenAsmMatcher.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenAsmMatcher.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-asm-matcher - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenAsmMatcher.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenAsmMatcher.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenAsmWriter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenAsmWriter.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-asm-writer - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenAsmWriter.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenAsmWriter.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenCallingConv.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenCallingConv.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-callingconv - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenCallingConv.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenCallingConv.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenDAGISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenDAGISel.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-dag-isel - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - -omit-comments - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenDAGISel.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenDAGISel.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenDisassemblerTables.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenDisassemblerTables.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-disassembler - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenDisassemblerTables.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenDisassemblerTables.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenInstrInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenInstrInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-instr-info - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenInstrInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenInstrInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenMCCodeEmitter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenMCCodeEmitter.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-emitter - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenMCCodeEmitter.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenMCCodeEmitter.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenRegisterInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenRegisterInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-register-info - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenRegisterInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenRegisterInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenSubtargetInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenSubtargetInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-subtarget - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenSubtargetInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenSubtargetInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenAsmWriter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenAsmWriter.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXIntrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-asm-writer - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTX.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenAsmWriter.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenAsmWriter.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenDAGISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenDAGISel.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXIntrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-dag-isel - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - -omit-comments - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTX.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenDAGISel.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenDAGISel.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenInstrInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenInstrInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXIntrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-instr-info - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTX.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenInstrInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenInstrInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenRegisterInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenRegisterInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXIntrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-register-info - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTX.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenRegisterInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenRegisterInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenSubtargetInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenSubtargetInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXIntrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-subtarget - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTX.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenSubtargetInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenSubtargetInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenAsmMatcher.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenAsmMatcher.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/GISel/PPCRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/P9InstrResources.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstr64Bit.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrAltivec.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrHTM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrPrefix.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrSPE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrVSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule440.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleA2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500mc.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE5500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4Plus.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-asm-matcher - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenAsmMatcher.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenAsmMatcher.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenAsmWriter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenAsmWriter.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/GISel/PPCRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/P9InstrResources.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstr64Bit.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrAltivec.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrHTM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrPrefix.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrSPE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrVSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule440.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleA2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500mc.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE5500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4Plus.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-asm-writer - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenAsmWriter.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenAsmWriter.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenCallingConv.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenCallingConv.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/GISel/PPCRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/P9InstrResources.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstr64Bit.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrAltivec.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrHTM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrPrefix.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrSPE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrVSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule440.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleA2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500mc.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE5500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4Plus.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-callingconv - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenCallingConv.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenCallingConv.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenDAGISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenDAGISel.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/GISel/PPCRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/P9InstrResources.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstr64Bit.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrAltivec.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrHTM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrPrefix.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrSPE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrVSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule440.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleA2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500mc.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE5500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4Plus.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-dag-isel - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - -omit-comments - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenDAGISel.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenDAGISel.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenDisassemblerTables.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenDisassemblerTables.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/GISel/PPCRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/P9InstrResources.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstr64Bit.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrAltivec.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrHTM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrPrefix.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrSPE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrVSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule440.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleA2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500mc.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE5500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4Plus.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-disassembler - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenDisassemblerTables.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenDisassemblerTables.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenExegesis.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenExegesis.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/GISel/PPCRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/P9InstrResources.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstr64Bit.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrAltivec.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrHTM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrPrefix.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrSPE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrVSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule440.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleA2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500mc.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE5500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4Plus.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-exegesis - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenExegesis.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenExegesis.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenFastISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenFastISel.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/GISel/PPCRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/P9InstrResources.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstr64Bit.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrAltivec.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrHTM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrPrefix.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrSPE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrVSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule440.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleA2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500mc.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE5500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4Plus.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-fast-isel - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenFastISel.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenFastISel.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenGlobalISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenGlobalISel.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/GISel/PPCRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/P9InstrResources.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstr64Bit.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrAltivec.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrHTM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrPrefix.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrSPE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrVSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule440.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleA2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500mc.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE5500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4Plus.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-global-isel - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenGlobalISel.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenGlobalISel.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenInstrInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenInstrInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/GISel/PPCRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/P9InstrResources.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstr64Bit.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrAltivec.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrHTM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrPrefix.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrSPE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrVSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule440.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleA2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500mc.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE5500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4Plus.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-instr-info - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenInstrInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenInstrInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenMCCodeEmitter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenMCCodeEmitter.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/GISel/PPCRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/P9InstrResources.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstr64Bit.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrAltivec.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrHTM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrPrefix.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrSPE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrVSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule440.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleA2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500mc.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE5500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4Plus.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-emitter - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenMCCodeEmitter.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenMCCodeEmitter.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenRegisterBank.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenRegisterBank.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/GISel/PPCRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/P9InstrResources.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstr64Bit.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrAltivec.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrHTM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrPrefix.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrSPE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrVSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule440.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleA2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500mc.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE5500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4Plus.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-register-bank - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenRegisterBank.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenRegisterBank.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenRegisterInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenRegisterInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/GISel/PPCRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/P9InstrResources.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstr64Bit.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrAltivec.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrHTM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrPrefix.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrSPE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrVSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule440.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleA2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500mc.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE5500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4Plus.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-register-info - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenRegisterInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenRegisterInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenSubtargetInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenSubtargetInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/GISel/PPCRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/P9InstrResources.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstr64Bit.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrAltivec.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrHTM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrPrefix.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrSPE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrVSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule440.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleA2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500mc.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE5500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4Plus.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-subtarget - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenSubtargetInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenSubtargetInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenAsmMatcher.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenAsmMatcher.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Instr3DNow.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAVX512.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrArithmetic.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCMovSetCC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrControl.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrExtension.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFMA.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFPStack.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFragmentsSIMD.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrKL.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMPX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSGX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSNP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSSE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrShiftRotate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSystem.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTDX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVecCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrXOP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedBroadwell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedHaswell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSandyBridge.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeClient.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeServer.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleAtom.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBdVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBtVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleSLM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver1.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-asm-matcher - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenAsmMatcher.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenAsmMatcher.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenAsmWriter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenAsmWriter.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Instr3DNow.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAVX512.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrArithmetic.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCMovSetCC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrControl.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrExtension.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFMA.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFPStack.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFragmentsSIMD.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrKL.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMPX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSGX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSNP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSSE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrShiftRotate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSystem.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTDX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVecCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrXOP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedBroadwell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedHaswell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSandyBridge.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeClient.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeServer.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleAtom.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBdVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBtVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleSLM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver1.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-asm-writer - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenAsmWriter.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenAsmWriter.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenAsmWriter1.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenAsmWriter1.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Instr3DNow.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAVX512.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrArithmetic.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCMovSetCC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrControl.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrExtension.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFMA.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFPStack.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFragmentsSIMD.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrKL.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMPX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSGX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSNP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSSE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrShiftRotate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSystem.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTDX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVecCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrXOP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedBroadwell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedHaswell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSandyBridge.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeClient.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeServer.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleAtom.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBdVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBtVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleSLM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver1.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-asm-writer - -asmwriternum=1 - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenAsmWriter1.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenAsmWriter1.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenCallingConv.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenCallingConv.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Instr3DNow.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAVX512.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrArithmetic.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCMovSetCC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrControl.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrExtension.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFMA.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFPStack.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFragmentsSIMD.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrKL.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMPX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSGX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSNP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSSE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrShiftRotate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSystem.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTDX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVecCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrXOP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedBroadwell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedHaswell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSandyBridge.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeClient.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeServer.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleAtom.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBdVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBtVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleSLM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver1.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-callingconv - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenCallingConv.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenCallingConv.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenDAGISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenDAGISel.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Instr3DNow.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAVX512.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrArithmetic.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCMovSetCC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrControl.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrExtension.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFMA.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFPStack.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFragmentsSIMD.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrKL.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMPX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSGX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSNP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSSE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrShiftRotate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSystem.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTDX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVecCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrXOP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedBroadwell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedHaswell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSandyBridge.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeClient.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeServer.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleAtom.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBdVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBtVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleSLM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver1.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-dag-isel - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - -omit-comments - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenDAGISel.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenDAGISel.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenDisassemblerTables.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenDisassemblerTables.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Instr3DNow.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAVX512.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrArithmetic.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCMovSetCC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrControl.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrExtension.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFMA.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFPStack.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFragmentsSIMD.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrKL.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMPX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSGX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSNP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSSE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrShiftRotate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSystem.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTDX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVecCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrXOP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedBroadwell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedHaswell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSandyBridge.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeClient.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeServer.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleAtom.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBdVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBtVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleSLM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver1.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-disassembler - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenDisassemblerTables.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenDisassemblerTables.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenEVEX2VEXTables.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenEVEX2VEXTables.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Instr3DNow.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAVX512.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrArithmetic.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCMovSetCC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrControl.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrExtension.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFMA.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFPStack.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFragmentsSIMD.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrKL.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMPX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSGX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSNP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSSE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrShiftRotate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSystem.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTDX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVecCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrXOP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedBroadwell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedHaswell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSandyBridge.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeClient.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeServer.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleAtom.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBdVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBtVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleSLM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver1.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-x86-EVEX2VEX-tables - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenEVEX2VEXTables.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenEVEX2VEXTables.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenExegesis.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenExegesis.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Instr3DNow.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAVX512.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrArithmetic.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCMovSetCC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrControl.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrExtension.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFMA.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFPStack.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFragmentsSIMD.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrKL.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMPX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSGX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSNP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSSE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrShiftRotate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSystem.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTDX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVecCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrXOP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedBroadwell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedHaswell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSandyBridge.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeClient.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeServer.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleAtom.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBdVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBtVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleSLM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver1.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-exegesis - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenExegesis.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenExegesis.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenFastISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenFastISel.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Instr3DNow.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAVX512.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrArithmetic.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCMovSetCC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrControl.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrExtension.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFMA.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFPStack.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFragmentsSIMD.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrKL.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMPX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSGX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSNP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSSE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrShiftRotate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSystem.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTDX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVecCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrXOP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedBroadwell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedHaswell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSandyBridge.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeClient.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeServer.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleAtom.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBdVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBtVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleSLM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver1.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-fast-isel - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenFastISel.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenFastISel.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenGlobalISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenGlobalISel.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Instr3DNow.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAVX512.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrArithmetic.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCMovSetCC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrControl.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrExtension.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFMA.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFPStack.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFragmentsSIMD.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrKL.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMPX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSGX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSNP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSSE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrShiftRotate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSystem.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTDX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVecCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrXOP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedBroadwell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedHaswell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSandyBridge.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeClient.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeServer.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleAtom.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBdVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBtVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleSLM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver1.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-global-isel - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenGlobalISel.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenGlobalISel.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenInstrInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenInstrInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Instr3DNow.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAVX512.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrArithmetic.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCMovSetCC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrControl.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrExtension.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFMA.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFPStack.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFragmentsSIMD.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrKL.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMPX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSGX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSNP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSSE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrShiftRotate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSystem.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTDX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVecCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrXOP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedBroadwell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedHaswell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSandyBridge.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeClient.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeServer.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleAtom.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBdVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBtVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleSLM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver1.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-instr-info - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenInstrInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenInstrInfo.inc.d - --long-string-literals=0 -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenRegisterBank.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenRegisterBank.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Instr3DNow.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAVX512.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrArithmetic.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCMovSetCC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrControl.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrExtension.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFMA.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFPStack.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFragmentsSIMD.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrKL.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMPX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSGX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSNP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSSE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrShiftRotate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSystem.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTDX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVecCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrXOP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedBroadwell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedHaswell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSandyBridge.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeClient.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeServer.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleAtom.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBdVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBtVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleSLM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver1.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-register-bank - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenRegisterBank.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenRegisterBank.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenRegisterInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenRegisterInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Instr3DNow.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAVX512.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrArithmetic.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCMovSetCC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrControl.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrExtension.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFMA.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFPStack.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFragmentsSIMD.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrKL.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMPX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSGX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSNP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSSE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrShiftRotate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSystem.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTDX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVecCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrXOP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedBroadwell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedHaswell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSandyBridge.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeClient.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeServer.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleAtom.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBdVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBtVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleSLM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver1.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-register-info - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenRegisterInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenRegisterInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenSubtargetInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenSubtargetInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Instr3DNow.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAVX512.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrArithmetic.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCMovSetCC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrControl.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrExtension.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFMA.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFPStack.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFragmentsSIMD.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrKL.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMPX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSGX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSNP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSSE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrShiftRotate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSystem.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTDX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVecCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrXOP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedBroadwell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedHaswell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSandyBridge.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeClient.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeServer.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleAtom.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBdVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBtVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleSLM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver1.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-subtarget - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenSubtargetInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenSubtargetInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-dlltool/Options.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-dlltool/Options.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-dlltool/Options.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-opt-parser-defs - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-dlltool - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-dlltool/Options.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-dlltool/Options.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-dlltool/Options.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-lib/Options.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-lib/Options.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-lib/Options.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-opt-parser-defs - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-lib - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-lib/Options.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-lib/Options.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-lib/Options.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/dsymutil/Options.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/dsymutil/Options.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/dsymutil/Options.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-opt-parser-defs - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/dsymutil - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/dsymutil/Options.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/dsymutil/Options.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/dsymutil/Options.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-cvtres/Opts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-cvtres/Opts.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-cvtres/Opts.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-opt-parser-defs - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-cvtres - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-cvtres/Opts.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-cvtres/Opts.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-cvtres/Opts.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-lipo/LipoOpts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-lipo/LipoOpts.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-lipo/LipoOpts.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-opt-parser-defs - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-lipo - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-lipo/LipoOpts.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-lipo/LipoOpts.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-lipo/LipoOpts.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-ml/Opts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-ml/Opts.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-ml/Opts.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-opt-parser-defs - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-ml - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-ml/Opts.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-ml/Opts.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-ml/Opts.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-mt/Opts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-mt/Opts.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-mt/Opts.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-opt-parser-defs - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-mt - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-mt/Opts.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-mt/Opts.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-mt/Opts.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/BitcodeStripOpts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/BitcodeStripOpts.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/BitcodeStripOpts.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-opt-parser-defs - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/BitcodeStripOpts.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/BitcodeStripOpts.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/BitcodeStripOpts.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/InstallNameToolOpts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/InstallNameToolOpts.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/InstallNameToolOpts.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-opt-parser-defs - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/InstallNameToolOpts.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/InstallNameToolOpts.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/InstallNameToolOpts.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/ObjcopyOpts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/ObjcopyOpts.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/CommonOpts.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/ObjcopyOpts.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-opt-parser-defs - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/ObjcopyOpts.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/ObjcopyOpts.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/ObjcopyOpts.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/StripOpts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/StripOpts.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/CommonOpts.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/StripOpts.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-opt-parser-defs - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/StripOpts.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/StripOpts.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/StripOpts.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-rc/Opts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-rc/Opts.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-rc/Opts.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-opt-parser-defs - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-rc - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-rc/Opts.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-rc/Opts.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-rc/Opts.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-symbolizer/Opts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-symbolizer/Opts.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-symbolizer/Opts.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-opt-parser-defs - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-symbolizer - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-symbolizer/Opts.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-symbolizer/Opts.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-symbolizer/Opts.inc.d -) -if(NOT CMAKE_CROSSCOMPILING) - add_dependencies(libs-llvm12-include - llvm-tblgen -) -endif() -add_custom_target(OpenMP-gen-srcs-stealing - DEPENDS ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Frontend/OpenMP/OMP.cpp -) - diff --git a/contrib/libs/llvm12/include/CMakeLists.linux-x86_64.txt b/contrib/libs/llvm12/include/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 468c652df5d..00000000000 --- a/contrib/libs/llvm12/include/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,8009 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) - -add_library(libs-llvm12-include STATIC) -set_property(TARGET libs-llvm12-include PROPERTY - LINKER_LANGUAGE CXX -) -target_link_libraries(libs-llvm12-include PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 -) -target_sources(libs-llvm12-include PRIVATE - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenACC/ACC.h.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenMP/OMP.h.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/Attributes.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicEnums.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicImpl.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVPTX.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsR600.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsS390.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenAsmMatcher.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenAsmWriter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenAsmWriter1.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenCallingConv.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenDAGISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenDisassemblerTables.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenExegesis.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenFastISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenGlobalISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenInstrInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenMCCodeEmitter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenMCPseudoLowering.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenPostLegalizeGICombiner.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenPostLegalizeGILowering.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenPreLegalizeGICombiner.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenRegisterBank.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenRegisterInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenSubtargetInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenSystemOperands.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenAsmMatcher.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenAsmWriter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenCallingConv.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenDAGISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenDisassemblerTables.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenFastISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenGlobalISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenInstrInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenMCCodeEmitter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenMCPseudoLowering.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenRegisterBank.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenRegisterInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenSubtargetInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenSystemRegister.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenAsmMatcher.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenAsmWriter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenCallingConv.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenDAGISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenDisassemblerTables.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenInstrInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenMCCodeEmitter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenRegisterInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenSubtargetInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenAsmWriter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenDAGISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenInstrInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenRegisterInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenSubtargetInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenAsmMatcher.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenAsmWriter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenCallingConv.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenDAGISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenDisassemblerTables.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenExegesis.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenFastISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenGlobalISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenInstrInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenMCCodeEmitter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenRegisterBank.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenRegisterInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenSubtargetInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenAsmMatcher.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenAsmWriter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenAsmWriter1.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenCallingConv.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenDAGISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenDisassemblerTables.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenEVEX2VEXTables.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenExegesis.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenFastISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenGlobalISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenInstrInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenRegisterBank.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenRegisterInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenSubtargetInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-dlltool/Options.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-lib/Options.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/dsymutil/Options.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-cvtres/Opts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-lipo/LipoOpts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-ml/Opts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-mt/Opts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/BitcodeStripOpts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/InstallNameToolOpts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/ObjcopyOpts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/StripOpts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-rc/Opts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-symbolizer/Opts.inc -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenACC/ACC.h.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenACC/ACC.h.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/Directive/DirectiveBase.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenACC/ACC.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - --gen-directive-decl - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenACC - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenACC/ACC.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenACC/ACC.h.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenACC/ACC.h.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenMP/OMP.h.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenMP/OMP.h.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/Directive/DirectiveBase.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenMP/OMP.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - --gen-directive-decl - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenMP - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenMP/OMP.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenMP/OMP.h.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenMP/OMP.h.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/Attributes.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/Attributes.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Attributes.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-attrs - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Attributes.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/Attributes.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/Attributes.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicEnums.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicEnums.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-enums - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicEnums.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicEnums.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicImpl.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicImpl.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-impl - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicImpl.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicImpl.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.h.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-enums - -intrinsic-prefix=aarch64 - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.h - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.h.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.h.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-enums - -intrinsic-prefix=amdgcn - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.h - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.h.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.h.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-enums - -intrinsic-prefix=arm - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.h - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.h.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.h.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-enums - -intrinsic-prefix=bpf - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.h - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.h.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.h.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-enums - -intrinsic-prefix=hexagon - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.h - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.h.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.h.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-enums - -intrinsic-prefix=mips - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.h - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.h.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVPTX.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVPTX.h.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-enums - -intrinsic-prefix=nvvm - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVPTX.h - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVPTX.h.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.h.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-enums - -intrinsic-prefix=ppc - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.h - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.h.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsR600.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsR600.h.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-enums - -intrinsic-prefix=r600 - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsR600.h - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsR600.h.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.h.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-enums - -intrinsic-prefix=riscv - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.h - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.h.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsS390.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsS390.h.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-enums - -intrinsic-prefix=s390 - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsS390.h - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsS390.h.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.h.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-enums - -intrinsic-prefix=ve - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.h - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.h.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.h.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-enums - -intrinsic-prefix=wasm - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.h - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.h.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.h.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-enums - -intrinsic-prefix=x86 - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.h - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.h.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.h.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-enums - -intrinsic-prefix=xcore - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.h - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.h.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Frontend/OpenACC/ACC.cpp - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Frontend/OpenACC/ACC.cpp.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/Directive/DirectiveBase.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenACC/ACC.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - --gen-directive-impl - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Frontend/OpenACC - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenACC/ACC.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Frontend/OpenACC/ACC.cpp - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Frontend/OpenACC/ACC.cpp.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Frontend/OpenMP/OMP.cpp - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Frontend/OpenMP/OMP.cpp.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/Directive/DirectiveBase.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenMP/OMP.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - --gen-directive-impl - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Frontend/OpenMP - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenMP/OMP.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Frontend/OpenMP/OMP.cpp - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Frontend/OpenMP/OMP.cpp.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenAsmMatcher.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenAsmMatcher.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-asm-matcher - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenAsmMatcher.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenAsmMatcher.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenAsmWriter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenAsmWriter.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-asm-writer - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenAsmWriter.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenAsmWriter.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenAsmWriter1.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenAsmWriter1.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-asm-writer - -asmwriternum=1 - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenAsmWriter1.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenAsmWriter1.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenCallingConv.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenCallingConv.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-callingconv - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenCallingConv.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenCallingConv.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenDAGISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenDAGISel.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-dag-isel - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - -omit-comments - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenDAGISel.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenDAGISel.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenDisassemblerTables.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenDisassemblerTables.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-disassembler - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenDisassemblerTables.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenDisassemblerTables.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenExegesis.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenExegesis.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-exegesis - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenExegesis.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenExegesis.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenFastISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenFastISel.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-fast-isel - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenFastISel.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenFastISel.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenGlobalISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenGlobalISel.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-global-isel - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenGlobalISel.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenGlobalISel.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenInstrInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenInstrInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-instr-info - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenInstrInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenInstrInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenMCCodeEmitter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenMCCodeEmitter.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-emitter - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenMCCodeEmitter.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenMCCodeEmitter.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenMCPseudoLowering.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenMCPseudoLowering.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-pseudo-lowering - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenMCPseudoLowering.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenMCPseudoLowering.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenPostLegalizeGICombiner.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenPostLegalizeGICombiner.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-global-isel-combiner - -combiners=AArch64PostLegalizerCombinerHelper - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenPostLegalizeGICombiner.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenPostLegalizeGICombiner.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenPostLegalizeGILowering.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenPostLegalizeGILowering.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-global-isel-combiner - -combiners=AArch64PostLegalizerLoweringHelper - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenPostLegalizeGILowering.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenPostLegalizeGILowering.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenPreLegalizeGICombiner.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenPreLegalizeGICombiner.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-global-isel-combiner - -combiners=AArch64PreLegalizerCombinerHelper - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenPreLegalizeGICombiner.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenPreLegalizeGICombiner.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenRegisterBank.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenRegisterBank.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-register-bank - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenRegisterBank.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenRegisterBank.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenRegisterInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenRegisterInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-register-info - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenRegisterInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenRegisterInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenSubtargetInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenSubtargetInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-subtarget - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenSubtargetInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenSubtargetInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenSystemOperands.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenSystemOperands.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-searchable-tables - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenSystemOperands.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenSystemOperands.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenAsmMatcher.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenAsmMatcher.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrCDE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrMVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrNEON.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrVFP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleR52.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleSwift.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleV6.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSystemRegister.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-asm-matcher - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenAsmMatcher.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenAsmMatcher.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenAsmWriter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenAsmWriter.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrCDE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrMVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrNEON.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrVFP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleR52.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleSwift.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleV6.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSystemRegister.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-asm-writer - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenAsmWriter.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenAsmWriter.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenCallingConv.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenCallingConv.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrCDE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrMVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrNEON.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrVFP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleR52.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleSwift.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleV6.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSystemRegister.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-callingconv - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenCallingConv.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenCallingConv.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenDAGISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenDAGISel.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrCDE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrMVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrNEON.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrVFP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleR52.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleSwift.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleV6.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSystemRegister.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-dag-isel - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - -omit-comments - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenDAGISel.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenDAGISel.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenDisassemblerTables.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenDisassemblerTables.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrCDE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrMVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrNEON.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrVFP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleR52.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleSwift.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleV6.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSystemRegister.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-disassembler - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenDisassemblerTables.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenDisassemblerTables.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenFastISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenFastISel.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrCDE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrMVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrNEON.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrVFP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleR52.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleSwift.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleV6.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSystemRegister.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-fast-isel - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenFastISel.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenFastISel.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenGlobalISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenGlobalISel.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrCDE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrMVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrNEON.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrVFP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleR52.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleSwift.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleV6.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSystemRegister.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-global-isel - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenGlobalISel.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenGlobalISel.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenInstrInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenInstrInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrCDE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrMVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrNEON.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrVFP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleR52.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleSwift.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleV6.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSystemRegister.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-instr-info - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenInstrInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenInstrInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenMCCodeEmitter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenMCCodeEmitter.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrCDE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrMVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrNEON.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrVFP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleR52.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleSwift.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleV6.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSystemRegister.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-emitter - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenMCCodeEmitter.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenMCCodeEmitter.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenMCPseudoLowering.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenMCPseudoLowering.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrCDE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrMVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrNEON.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrVFP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleR52.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleSwift.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleV6.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSystemRegister.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-pseudo-lowering - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenMCPseudoLowering.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenMCPseudoLowering.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenRegisterBank.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenRegisterBank.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrCDE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrMVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrNEON.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrVFP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleR52.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleSwift.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleV6.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSystemRegister.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-register-bank - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenRegisterBank.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenRegisterBank.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenRegisterInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenRegisterInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrCDE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrMVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrNEON.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrVFP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleR52.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleSwift.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleV6.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSystemRegister.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-register-info - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenRegisterInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenRegisterInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenSubtargetInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenSubtargetInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrCDE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrMVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrNEON.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrVFP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleR52.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleSwift.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleV6.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSystemRegister.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-subtarget - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenSubtargetInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenSubtargetInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenSystemRegister.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenSystemRegister.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrCDE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrMVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrNEON.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrVFP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleR52.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleSwift.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleV6.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSystemRegister.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-searchable-tables - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenSystemRegister.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenSystemRegister.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenAsmMatcher.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenAsmMatcher.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-asm-matcher - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenAsmMatcher.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenAsmMatcher.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenAsmWriter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenAsmWriter.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-asm-writer - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenAsmWriter.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenAsmWriter.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenCallingConv.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenCallingConv.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-callingconv - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenCallingConv.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenCallingConv.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenDAGISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenDAGISel.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-dag-isel - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - -omit-comments - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenDAGISel.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenDAGISel.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenDisassemblerTables.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenDisassemblerTables.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-disassembler - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenDisassemblerTables.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenDisassemblerTables.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenInstrInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenInstrInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-instr-info - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenInstrInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenInstrInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenMCCodeEmitter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenMCCodeEmitter.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-emitter - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenMCCodeEmitter.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenMCCodeEmitter.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenRegisterInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenRegisterInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-register-info - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenRegisterInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenRegisterInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenSubtargetInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenSubtargetInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-subtarget - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenSubtargetInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenSubtargetInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenAsmWriter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenAsmWriter.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXIntrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-asm-writer - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTX.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenAsmWriter.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenAsmWriter.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenDAGISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenDAGISel.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXIntrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-dag-isel - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - -omit-comments - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTX.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenDAGISel.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenDAGISel.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenInstrInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenInstrInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXIntrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-instr-info - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTX.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenInstrInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenInstrInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenRegisterInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenRegisterInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXIntrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-register-info - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTX.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenRegisterInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenRegisterInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenSubtargetInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenSubtargetInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXIntrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-subtarget - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTX.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenSubtargetInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenSubtargetInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenAsmMatcher.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenAsmMatcher.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/GISel/PPCRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/P9InstrResources.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstr64Bit.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrAltivec.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrHTM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrPrefix.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrSPE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrVSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule440.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleA2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500mc.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE5500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4Plus.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-asm-matcher - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenAsmMatcher.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenAsmMatcher.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenAsmWriter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenAsmWriter.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/GISel/PPCRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/P9InstrResources.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstr64Bit.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrAltivec.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrHTM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrPrefix.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrSPE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrVSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule440.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleA2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500mc.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE5500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4Plus.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-asm-writer - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenAsmWriter.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenAsmWriter.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenCallingConv.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenCallingConv.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/GISel/PPCRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/P9InstrResources.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstr64Bit.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrAltivec.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrHTM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrPrefix.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrSPE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrVSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule440.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleA2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500mc.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE5500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4Plus.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-callingconv - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenCallingConv.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenCallingConv.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenDAGISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenDAGISel.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/GISel/PPCRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/P9InstrResources.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstr64Bit.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrAltivec.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrHTM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrPrefix.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrSPE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrVSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule440.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleA2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500mc.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE5500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4Plus.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-dag-isel - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - -omit-comments - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenDAGISel.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenDAGISel.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenDisassemblerTables.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenDisassemblerTables.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/GISel/PPCRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/P9InstrResources.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstr64Bit.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrAltivec.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrHTM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrPrefix.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrSPE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrVSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule440.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleA2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500mc.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE5500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4Plus.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-disassembler - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenDisassemblerTables.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenDisassemblerTables.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenExegesis.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenExegesis.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/GISel/PPCRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/P9InstrResources.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstr64Bit.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrAltivec.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrHTM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrPrefix.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrSPE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrVSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule440.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleA2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500mc.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE5500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4Plus.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-exegesis - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenExegesis.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenExegesis.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenFastISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenFastISel.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/GISel/PPCRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/P9InstrResources.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstr64Bit.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrAltivec.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrHTM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrPrefix.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrSPE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrVSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule440.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleA2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500mc.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE5500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4Plus.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-fast-isel - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenFastISel.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenFastISel.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenGlobalISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenGlobalISel.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/GISel/PPCRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/P9InstrResources.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstr64Bit.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrAltivec.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrHTM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrPrefix.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrSPE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrVSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule440.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleA2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500mc.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE5500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4Plus.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-global-isel - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenGlobalISel.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenGlobalISel.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenInstrInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenInstrInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/GISel/PPCRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/P9InstrResources.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstr64Bit.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrAltivec.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrHTM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrPrefix.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrSPE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrVSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule440.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleA2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500mc.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE5500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4Plus.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-instr-info - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenInstrInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenInstrInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenMCCodeEmitter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenMCCodeEmitter.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/GISel/PPCRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/P9InstrResources.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstr64Bit.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrAltivec.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrHTM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrPrefix.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrSPE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrVSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule440.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleA2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500mc.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE5500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4Plus.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-emitter - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenMCCodeEmitter.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenMCCodeEmitter.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenRegisterBank.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenRegisterBank.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/GISel/PPCRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/P9InstrResources.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstr64Bit.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrAltivec.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrHTM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrPrefix.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrSPE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrVSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule440.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleA2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500mc.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE5500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4Plus.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-register-bank - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenRegisterBank.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenRegisterBank.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenRegisterInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenRegisterInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/GISel/PPCRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/P9InstrResources.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstr64Bit.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrAltivec.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrHTM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrPrefix.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrSPE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrVSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule440.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleA2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500mc.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE5500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4Plus.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-register-info - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenRegisterInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenRegisterInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenSubtargetInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenSubtargetInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/GISel/PPCRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/P9InstrResources.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstr64Bit.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrAltivec.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrHTM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrPrefix.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrSPE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrVSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule440.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleA2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500mc.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE5500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4Plus.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-subtarget - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenSubtargetInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenSubtargetInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenAsmMatcher.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenAsmMatcher.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Instr3DNow.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAVX512.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrArithmetic.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCMovSetCC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrControl.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrExtension.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFMA.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFPStack.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFragmentsSIMD.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrKL.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMPX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSGX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSNP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSSE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrShiftRotate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSystem.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTDX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVecCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrXOP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedBroadwell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedHaswell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSandyBridge.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeClient.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeServer.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleAtom.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBdVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBtVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleSLM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver1.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-asm-matcher - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenAsmMatcher.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenAsmMatcher.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenAsmWriter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenAsmWriter.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Instr3DNow.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAVX512.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrArithmetic.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCMovSetCC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrControl.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrExtension.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFMA.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFPStack.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFragmentsSIMD.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrKL.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMPX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSGX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSNP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSSE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrShiftRotate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSystem.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTDX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVecCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrXOP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedBroadwell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedHaswell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSandyBridge.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeClient.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeServer.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleAtom.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBdVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBtVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleSLM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver1.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-asm-writer - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenAsmWriter.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenAsmWriter.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenAsmWriter1.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenAsmWriter1.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Instr3DNow.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAVX512.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrArithmetic.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCMovSetCC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrControl.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrExtension.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFMA.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFPStack.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFragmentsSIMD.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrKL.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMPX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSGX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSNP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSSE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrShiftRotate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSystem.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTDX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVecCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrXOP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedBroadwell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedHaswell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSandyBridge.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeClient.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeServer.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleAtom.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBdVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBtVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleSLM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver1.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-asm-writer - -asmwriternum=1 - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenAsmWriter1.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenAsmWriter1.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenCallingConv.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenCallingConv.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Instr3DNow.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAVX512.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrArithmetic.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCMovSetCC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrControl.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrExtension.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFMA.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFPStack.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFragmentsSIMD.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrKL.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMPX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSGX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSNP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSSE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrShiftRotate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSystem.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTDX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVecCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrXOP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedBroadwell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedHaswell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSandyBridge.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeClient.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeServer.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleAtom.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBdVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBtVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleSLM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver1.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-callingconv - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenCallingConv.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenCallingConv.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenDAGISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenDAGISel.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Instr3DNow.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAVX512.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrArithmetic.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCMovSetCC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrControl.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrExtension.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFMA.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFPStack.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFragmentsSIMD.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrKL.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMPX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSGX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSNP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSSE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrShiftRotate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSystem.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTDX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVecCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrXOP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedBroadwell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedHaswell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSandyBridge.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeClient.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeServer.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleAtom.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBdVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBtVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleSLM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver1.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-dag-isel - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - -omit-comments - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenDAGISel.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenDAGISel.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenDisassemblerTables.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenDisassemblerTables.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Instr3DNow.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAVX512.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrArithmetic.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCMovSetCC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrControl.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrExtension.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFMA.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFPStack.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFragmentsSIMD.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrKL.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMPX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSGX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSNP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSSE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrShiftRotate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSystem.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTDX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVecCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrXOP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedBroadwell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedHaswell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSandyBridge.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeClient.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeServer.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleAtom.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBdVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBtVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleSLM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver1.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-disassembler - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenDisassemblerTables.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenDisassemblerTables.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenEVEX2VEXTables.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenEVEX2VEXTables.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Instr3DNow.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAVX512.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrArithmetic.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCMovSetCC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrControl.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrExtension.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFMA.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFPStack.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFragmentsSIMD.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrKL.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMPX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSGX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSNP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSSE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrShiftRotate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSystem.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTDX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVecCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrXOP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedBroadwell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedHaswell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSandyBridge.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeClient.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeServer.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleAtom.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBdVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBtVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleSLM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver1.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-x86-EVEX2VEX-tables - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenEVEX2VEXTables.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenEVEX2VEXTables.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenExegesis.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenExegesis.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Instr3DNow.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAVX512.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrArithmetic.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCMovSetCC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrControl.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrExtension.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFMA.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFPStack.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFragmentsSIMD.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrKL.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMPX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSGX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSNP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSSE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrShiftRotate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSystem.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTDX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVecCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrXOP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedBroadwell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedHaswell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSandyBridge.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeClient.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeServer.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleAtom.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBdVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBtVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleSLM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver1.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-exegesis - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenExegesis.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenExegesis.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenFastISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenFastISel.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Instr3DNow.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAVX512.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrArithmetic.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCMovSetCC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrControl.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrExtension.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFMA.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFPStack.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFragmentsSIMD.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrKL.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMPX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSGX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSNP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSSE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrShiftRotate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSystem.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTDX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVecCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrXOP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedBroadwell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedHaswell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSandyBridge.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeClient.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeServer.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleAtom.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBdVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBtVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleSLM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver1.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-fast-isel - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenFastISel.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenFastISel.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenGlobalISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenGlobalISel.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Instr3DNow.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAVX512.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrArithmetic.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCMovSetCC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrControl.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrExtension.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFMA.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFPStack.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFragmentsSIMD.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrKL.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMPX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSGX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSNP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSSE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrShiftRotate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSystem.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTDX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVecCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrXOP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedBroadwell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedHaswell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSandyBridge.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeClient.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeServer.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleAtom.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBdVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBtVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleSLM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver1.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-global-isel - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenGlobalISel.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenGlobalISel.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenInstrInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenInstrInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Instr3DNow.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAVX512.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrArithmetic.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCMovSetCC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrControl.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrExtension.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFMA.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFPStack.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFragmentsSIMD.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrKL.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMPX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSGX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSNP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSSE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrShiftRotate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSystem.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTDX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVecCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrXOP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedBroadwell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedHaswell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSandyBridge.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeClient.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeServer.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleAtom.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBdVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBtVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleSLM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver1.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-instr-info - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenInstrInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenInstrInfo.inc.d - --long-string-literals=0 -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenRegisterBank.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenRegisterBank.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Instr3DNow.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAVX512.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrArithmetic.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCMovSetCC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrControl.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrExtension.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFMA.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFPStack.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFragmentsSIMD.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrKL.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMPX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSGX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSNP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSSE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrShiftRotate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSystem.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTDX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVecCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrXOP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedBroadwell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedHaswell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSandyBridge.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeClient.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeServer.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleAtom.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBdVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBtVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleSLM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver1.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-register-bank - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenRegisterBank.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenRegisterBank.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenRegisterInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenRegisterInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Instr3DNow.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAVX512.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrArithmetic.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCMovSetCC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrControl.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrExtension.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFMA.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFPStack.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFragmentsSIMD.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrKL.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMPX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSGX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSNP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSSE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrShiftRotate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSystem.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTDX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVecCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrXOP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedBroadwell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedHaswell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSandyBridge.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeClient.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeServer.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleAtom.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBdVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBtVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleSLM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver1.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-register-info - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenRegisterInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenRegisterInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenSubtargetInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenSubtargetInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Instr3DNow.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAVX512.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrArithmetic.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCMovSetCC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrControl.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrExtension.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFMA.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFPStack.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFragmentsSIMD.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrKL.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMPX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSGX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSNP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSSE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrShiftRotate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSystem.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTDX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVecCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrXOP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedBroadwell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedHaswell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSandyBridge.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeClient.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeServer.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleAtom.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBdVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBtVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleSLM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver1.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-subtarget - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenSubtargetInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenSubtargetInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-dlltool/Options.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-dlltool/Options.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-dlltool/Options.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-opt-parser-defs - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-dlltool - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-dlltool/Options.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-dlltool/Options.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-dlltool/Options.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-lib/Options.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-lib/Options.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-lib/Options.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-opt-parser-defs - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-lib - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-lib/Options.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-lib/Options.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-lib/Options.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/dsymutil/Options.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/dsymutil/Options.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/dsymutil/Options.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-opt-parser-defs - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/dsymutil - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/dsymutil/Options.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/dsymutil/Options.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/dsymutil/Options.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-cvtres/Opts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-cvtres/Opts.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-cvtres/Opts.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-opt-parser-defs - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-cvtres - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-cvtres/Opts.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-cvtres/Opts.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-cvtres/Opts.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-lipo/LipoOpts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-lipo/LipoOpts.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-lipo/LipoOpts.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-opt-parser-defs - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-lipo - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-lipo/LipoOpts.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-lipo/LipoOpts.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-lipo/LipoOpts.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-ml/Opts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-ml/Opts.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-ml/Opts.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-opt-parser-defs - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-ml - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-ml/Opts.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-ml/Opts.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-ml/Opts.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-mt/Opts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-mt/Opts.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-mt/Opts.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-opt-parser-defs - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-mt - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-mt/Opts.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-mt/Opts.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-mt/Opts.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/BitcodeStripOpts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/BitcodeStripOpts.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/BitcodeStripOpts.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-opt-parser-defs - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/BitcodeStripOpts.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/BitcodeStripOpts.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/BitcodeStripOpts.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/InstallNameToolOpts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/InstallNameToolOpts.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/InstallNameToolOpts.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-opt-parser-defs - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/InstallNameToolOpts.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/InstallNameToolOpts.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/InstallNameToolOpts.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/ObjcopyOpts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/ObjcopyOpts.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/CommonOpts.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/ObjcopyOpts.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-opt-parser-defs - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/ObjcopyOpts.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/ObjcopyOpts.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/ObjcopyOpts.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/StripOpts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/StripOpts.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/CommonOpts.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/StripOpts.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-opt-parser-defs - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/StripOpts.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/StripOpts.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/StripOpts.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-rc/Opts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-rc/Opts.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-rc/Opts.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-opt-parser-defs - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-rc - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-rc/Opts.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-rc/Opts.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-rc/Opts.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-symbolizer/Opts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-symbolizer/Opts.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-symbolizer/Opts.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-opt-parser-defs - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-symbolizer - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-symbolizer/Opts.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-symbolizer/Opts.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-symbolizer/Opts.inc.d -) -if(NOT CMAKE_CROSSCOMPILING) - add_dependencies(libs-llvm12-include - llvm-tblgen -) -endif() -add_custom_target(OpenMP-gen-srcs-stealing - DEPENDS ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Frontend/OpenMP/OMP.cpp -) - diff --git a/contrib/libs/llvm12/include/CMakeLists.txt b/contrib/libs/llvm12/include/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/llvm12/include/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/llvm12/include/CMakeLists.windows-x86_64.txt b/contrib/libs/llvm12/include/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 7ea3024199a..00000000000 --- a/contrib/libs/llvm12/include/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,8008 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) -get_built_tool_path( - TOOL_llvm-tblgen_bin - TOOL_llvm-tblgen_dependency - contrib/libs/llvm12/utils/TableGen - llvm-tblgen -) - -add_library(libs-llvm12-include STATIC) -set_property(TARGET libs-llvm12-include PROPERTY - LINKER_LANGUAGE CXX -) -target_link_libraries(libs-llvm12-include PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 -) -target_sources(libs-llvm12-include PRIVATE - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenACC/ACC.h.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenMP/OMP.h.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/Attributes.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicEnums.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicImpl.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVPTX.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsR600.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsS390.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenAsmMatcher.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenAsmWriter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenAsmWriter1.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenCallingConv.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenDAGISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenDisassemblerTables.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenExegesis.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenFastISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenGlobalISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenInstrInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenMCCodeEmitter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenMCPseudoLowering.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenPostLegalizeGICombiner.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenPostLegalizeGILowering.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenPreLegalizeGICombiner.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenRegisterBank.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenRegisterInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenSubtargetInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenSystemOperands.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenAsmMatcher.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenAsmWriter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenCallingConv.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenDAGISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenDisassemblerTables.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenFastISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenGlobalISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenInstrInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenMCCodeEmitter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenMCPseudoLowering.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenRegisterBank.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenRegisterInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenSubtargetInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenSystemRegister.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenAsmMatcher.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenAsmWriter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenCallingConv.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenDAGISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenDisassemblerTables.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenInstrInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenMCCodeEmitter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenRegisterInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenSubtargetInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenAsmWriter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenDAGISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenInstrInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenRegisterInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenSubtargetInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenAsmMatcher.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenAsmWriter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenCallingConv.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenDAGISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenDisassemblerTables.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenExegesis.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenFastISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenGlobalISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenInstrInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenMCCodeEmitter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenRegisterBank.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenRegisterInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenSubtargetInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenAsmMatcher.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenAsmWriter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenAsmWriter1.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenCallingConv.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenDAGISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenDisassemblerTables.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenEVEX2VEXTables.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenExegesis.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenFastISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenGlobalISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenInstrInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenRegisterBank.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenRegisterInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenSubtargetInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-dlltool/Options.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-lib/Options.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/dsymutil/Options.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-cvtres/Opts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-lipo/LipoOpts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-ml/Opts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-mt/Opts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/BitcodeStripOpts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/InstallNameToolOpts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/ObjcopyOpts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/StripOpts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-rc/Opts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-symbolizer/Opts.inc -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenACC/ACC.h.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenACC/ACC.h.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/Directive/DirectiveBase.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenACC/ACC.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - --gen-directive-decl - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenACC - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenACC/ACC.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenACC/ACC.h.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenACC/ACC.h.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenMP/OMP.h.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenMP/OMP.h.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/Directive/DirectiveBase.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenMP/OMP.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - --gen-directive-decl - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenMP - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenMP/OMP.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenMP/OMP.h.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenMP/OMP.h.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/Attributes.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/Attributes.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Attributes.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-attrs - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Attributes.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/Attributes.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/Attributes.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicEnums.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicEnums.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-enums - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicEnums.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicEnums.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicImpl.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicImpl.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-impl - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicImpl.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicImpl.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.h.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-enums - -intrinsic-prefix=aarch64 - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.h - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.h.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.h.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-enums - -intrinsic-prefix=amdgcn - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.h - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.h.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.h.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-enums - -intrinsic-prefix=arm - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.h - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.h.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.h.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-enums - -intrinsic-prefix=bpf - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.h - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.h.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.h.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-enums - -intrinsic-prefix=hexagon - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.h - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.h.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.h.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-enums - -intrinsic-prefix=mips - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.h - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.h.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVPTX.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVPTX.h.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-enums - -intrinsic-prefix=nvvm - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVPTX.h - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVPTX.h.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.h.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-enums - -intrinsic-prefix=ppc - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.h - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.h.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsR600.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsR600.h.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-enums - -intrinsic-prefix=r600 - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsR600.h - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsR600.h.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.h.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-enums - -intrinsic-prefix=riscv - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.h - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.h.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsS390.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsS390.h.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-enums - -intrinsic-prefix=s390 - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsS390.h - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsS390.h.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.h.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-enums - -intrinsic-prefix=ve - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.h - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.h.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.h.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-enums - -intrinsic-prefix=wasm - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.h - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.h.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.h.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-enums - -intrinsic-prefix=x86 - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.h - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.h.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.h - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.h.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-intrinsic-enums - -intrinsic-prefix=xcore - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.h - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.h.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Frontend/OpenACC/ACC.cpp - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Frontend/OpenACC/ACC.cpp.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/Directive/DirectiveBase.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenACC/ACC.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - --gen-directive-impl - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Frontend/OpenACC - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenACC/ACC.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Frontend/OpenACC/ACC.cpp - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Frontend/OpenACC/ACC.cpp.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Frontend/OpenMP/OMP.cpp - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Frontend/OpenMP/OMP.cpp.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/Directive/DirectiveBase.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenMP/OMP.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - --gen-directive-impl - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Frontend/OpenMP - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Frontend/OpenMP/OMP.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Frontend/OpenMP/OMP.cpp - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Frontend/OpenMP/OMP.cpp.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenAsmMatcher.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenAsmMatcher.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-asm-matcher - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenAsmMatcher.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenAsmMatcher.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenAsmWriter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenAsmWriter.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-asm-writer - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenAsmWriter.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenAsmWriter.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenAsmWriter1.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenAsmWriter1.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-asm-writer - -asmwriternum=1 - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenAsmWriter1.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenAsmWriter1.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenCallingConv.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenCallingConv.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-callingconv - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenCallingConv.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenCallingConv.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenDAGISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenDAGISel.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-dag-isel - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - -omit-comments - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenDAGISel.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenDAGISel.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenDisassemblerTables.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenDisassemblerTables.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-disassembler - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenDisassemblerTables.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenDisassemblerTables.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenExegesis.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenExegesis.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-exegesis - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenExegesis.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenExegesis.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenFastISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenFastISel.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-fast-isel - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenFastISel.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenFastISel.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenGlobalISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenGlobalISel.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-global-isel - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenGlobalISel.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenGlobalISel.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenInstrInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenInstrInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-instr-info - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenInstrInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenInstrInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenMCCodeEmitter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenMCCodeEmitter.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-emitter - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenMCCodeEmitter.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenMCCodeEmitter.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenMCPseudoLowering.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenMCPseudoLowering.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-pseudo-lowering - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenMCPseudoLowering.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenMCPseudoLowering.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenPostLegalizeGICombiner.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenPostLegalizeGICombiner.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-global-isel-combiner - -combiners=AArch64PostLegalizerCombinerHelper - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenPostLegalizeGICombiner.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenPostLegalizeGICombiner.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenPostLegalizeGILowering.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenPostLegalizeGILowering.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-global-isel-combiner - -combiners=AArch64PostLegalizerLoweringHelper - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenPostLegalizeGILowering.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenPostLegalizeGILowering.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenPreLegalizeGICombiner.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenPreLegalizeGICombiner.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-global-isel-combiner - -combiners=AArch64PreLegalizerCombinerHelper - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenPreLegalizeGICombiner.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenPreLegalizeGICombiner.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenRegisterBank.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenRegisterBank.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-register-bank - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenRegisterBank.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenRegisterBank.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenRegisterInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenRegisterInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-register-info - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenRegisterInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenRegisterInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenSubtargetInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenSubtargetInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-subtarget - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenSubtargetInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenSubtargetInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenSystemOperands.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenSystemOperands.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64CallingConvention.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrAtomics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrGISel.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SVEInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA53.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA55.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedA64FX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedCyclone.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedExynosM5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkor.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedFalkorDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedKryoDetails.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredExynos.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedTSV110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX2T99.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SchedThunderX3T110.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64SystemOperands.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/SVEInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Combine.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-searchable-tables - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenSystemOperands.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/AArch64/AArch64GenSystemOperands.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenAsmMatcher.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenAsmMatcher.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrCDE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrMVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrNEON.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrVFP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleR52.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleSwift.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleV6.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSystemRegister.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-asm-matcher - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenAsmMatcher.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenAsmMatcher.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenAsmWriter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenAsmWriter.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrCDE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrMVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrNEON.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrVFP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleR52.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleSwift.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleV6.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSystemRegister.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-asm-writer - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenAsmWriter.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenAsmWriter.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenCallingConv.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenCallingConv.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrCDE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrMVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrNEON.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrVFP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleR52.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleSwift.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleV6.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSystemRegister.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-callingconv - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenCallingConv.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenCallingConv.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenDAGISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenDAGISel.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrCDE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrMVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrNEON.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrVFP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleR52.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleSwift.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleV6.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSystemRegister.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-dag-isel - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - -omit-comments - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenDAGISel.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenDAGISel.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenDisassemblerTables.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenDisassemblerTables.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrCDE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrMVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrNEON.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrVFP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleR52.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleSwift.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleV6.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSystemRegister.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-disassembler - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenDisassemblerTables.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenDisassemblerTables.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenFastISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenFastISel.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrCDE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrMVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrNEON.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrVFP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleR52.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleSwift.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleV6.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSystemRegister.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-fast-isel - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenFastISel.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenFastISel.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenGlobalISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenGlobalISel.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrCDE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrMVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrNEON.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrVFP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleR52.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleSwift.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleV6.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSystemRegister.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-global-isel - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenGlobalISel.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenGlobalISel.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenInstrInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenInstrInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrCDE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrMVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrNEON.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrVFP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleR52.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleSwift.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleV6.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSystemRegister.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-instr-info - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenInstrInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenInstrInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenMCCodeEmitter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenMCCodeEmitter.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrCDE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrMVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrNEON.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrVFP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleR52.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleSwift.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleV6.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSystemRegister.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-emitter - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenMCCodeEmitter.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenMCCodeEmitter.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenMCPseudoLowering.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenMCPseudoLowering.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrCDE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrMVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrNEON.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrVFP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleR52.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleSwift.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleV6.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSystemRegister.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-pseudo-lowering - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenMCPseudoLowering.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenMCPseudoLowering.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenRegisterBank.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenRegisterBank.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrCDE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrMVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrNEON.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrVFP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleR52.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleSwift.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleV6.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSystemRegister.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-register-bank - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenRegisterBank.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenRegisterBank.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenRegisterInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenRegisterInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrCDE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrMVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrNEON.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrVFP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleR52.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleSwift.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleV6.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSystemRegister.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-register-info - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenRegisterInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenRegisterInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenSubtargetInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenSubtargetInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrCDE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrMVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrNEON.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrVFP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleR52.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleSwift.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleV6.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSystemRegister.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-subtarget - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenSubtargetInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenSubtargetInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenSystemRegister.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenSystemRegister.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrCDE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrMVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrNEON.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrThumb2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMInstrVFP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA57WriteRes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleA9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleM7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleR52.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleSwift.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMScheduleV6.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMSystemRegister.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/TableGen/SearchableTable.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-searchable-tables - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARM.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenSystemRegister.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/ARM/ARMGenSystemRegister.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenAsmMatcher.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenAsmMatcher.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-asm-matcher - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenAsmMatcher.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenAsmMatcher.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenAsmWriter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenAsmWriter.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-asm-writer - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenAsmWriter.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenAsmWriter.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenCallingConv.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenCallingConv.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-callingconv - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenCallingConv.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenCallingConv.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenDAGISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenDAGISel.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-dag-isel - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - -omit-comments - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenDAGISel.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenDAGISel.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenDisassemblerTables.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenDisassemblerTables.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-disassembler - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenDisassemblerTables.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenDisassemblerTables.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenInstrInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenInstrInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-instr-info - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenInstrInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenInstrInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenMCCodeEmitter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenMCCodeEmitter.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-emitter - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenMCCodeEmitter.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenMCCodeEmitter.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenRegisterInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenRegisterInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-register-info - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenRegisterInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenRegisterInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenSubtargetInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenSubtargetInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-subtarget - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPF.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenSubtargetInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/BPF/BPFGenSubtargetInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenAsmWriter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenAsmWriter.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXIntrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-asm-writer - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTX.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenAsmWriter.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenAsmWriter.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenDAGISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenDAGISel.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXIntrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-dag-isel - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - -omit-comments - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTX.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenDAGISel.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenDAGISel.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenInstrInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenInstrInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXIntrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-instr-info - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTX.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenInstrInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenInstrInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenRegisterInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenRegisterInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXIntrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-register-info - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTX.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenRegisterInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenRegisterInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenSubtargetInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenSubtargetInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXIntrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-subtarget - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTX.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenSubtargetInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/NVPTX/NVPTXGenSubtargetInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenAsmMatcher.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenAsmMatcher.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/GISel/PPCRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/P9InstrResources.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstr64Bit.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrAltivec.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrHTM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrPrefix.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrSPE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrVSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule440.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleA2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500mc.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE5500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4Plus.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-asm-matcher - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenAsmMatcher.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenAsmMatcher.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenAsmWriter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenAsmWriter.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/GISel/PPCRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/P9InstrResources.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstr64Bit.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrAltivec.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrHTM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrPrefix.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrSPE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrVSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule440.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleA2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500mc.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE5500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4Plus.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-asm-writer - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenAsmWriter.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenAsmWriter.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenCallingConv.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenCallingConv.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/GISel/PPCRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/P9InstrResources.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstr64Bit.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrAltivec.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrHTM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrPrefix.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrSPE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrVSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule440.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleA2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500mc.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE5500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4Plus.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-callingconv - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenCallingConv.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenCallingConv.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenDAGISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenDAGISel.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/GISel/PPCRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/P9InstrResources.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstr64Bit.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrAltivec.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrHTM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrPrefix.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrSPE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrVSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule440.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleA2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500mc.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE5500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4Plus.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-dag-isel - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - -omit-comments - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenDAGISel.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenDAGISel.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenDisassemblerTables.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenDisassemblerTables.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/GISel/PPCRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/P9InstrResources.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstr64Bit.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrAltivec.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrHTM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrPrefix.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrSPE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrVSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule440.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleA2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500mc.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE5500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4Plus.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-disassembler - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenDisassemblerTables.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenDisassemblerTables.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenExegesis.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenExegesis.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/GISel/PPCRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/P9InstrResources.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstr64Bit.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrAltivec.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrHTM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrPrefix.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrSPE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrVSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule440.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleA2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500mc.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE5500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4Plus.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-exegesis - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenExegesis.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenExegesis.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenFastISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenFastISel.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/GISel/PPCRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/P9InstrResources.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstr64Bit.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrAltivec.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrHTM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrPrefix.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrSPE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrVSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule440.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleA2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500mc.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE5500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4Plus.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-fast-isel - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenFastISel.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenFastISel.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenGlobalISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenGlobalISel.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/GISel/PPCRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/P9InstrResources.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstr64Bit.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrAltivec.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrHTM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrPrefix.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrSPE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrVSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule440.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleA2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500mc.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE5500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4Plus.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-global-isel - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenGlobalISel.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenGlobalISel.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenInstrInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenInstrInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/GISel/PPCRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/P9InstrResources.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstr64Bit.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrAltivec.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrHTM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrPrefix.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrSPE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrVSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule440.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleA2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500mc.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE5500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4Plus.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-instr-info - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenInstrInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenInstrInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenMCCodeEmitter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenMCCodeEmitter.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/GISel/PPCRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/P9InstrResources.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstr64Bit.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrAltivec.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrHTM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrPrefix.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrSPE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrVSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule440.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleA2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500mc.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE5500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4Plus.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-emitter - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenMCCodeEmitter.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenMCCodeEmitter.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenRegisterBank.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenRegisterBank.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/GISel/PPCRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/P9InstrResources.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstr64Bit.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrAltivec.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrHTM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrPrefix.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrSPE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrVSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule440.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleA2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500mc.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE5500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4Plus.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-register-bank - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenRegisterBank.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenRegisterBank.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenRegisterInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenRegisterInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/GISel/PPCRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/P9InstrResources.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstr64Bit.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrAltivec.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrHTM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrPrefix.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrSPE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrVSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule440.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleA2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500mc.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE5500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4Plus.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-register-info - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenRegisterInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenRegisterInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenSubtargetInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenSubtargetInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/GISel/PPCRegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/P9InstrResources.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstr64Bit.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrAltivec.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrHTM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrPrefix.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrSPE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCInstrVSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCRegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCSchedule440.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleA2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE500mc.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleE5500.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG3.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG4Plus.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleG5.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP7.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP8.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCScheduleP9.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-subtarget - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPC.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenSubtargetInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/PowerPC/PPCGenSubtargetInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenAsmMatcher.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenAsmMatcher.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Instr3DNow.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAVX512.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrArithmetic.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCMovSetCC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrControl.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrExtension.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFMA.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFPStack.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFragmentsSIMD.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrKL.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMPX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSGX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSNP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSSE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrShiftRotate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSystem.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTDX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVecCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrXOP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedBroadwell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedHaswell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSandyBridge.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeClient.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeServer.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleAtom.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBdVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBtVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleSLM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver1.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-asm-matcher - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenAsmMatcher.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenAsmMatcher.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenAsmWriter.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenAsmWriter.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Instr3DNow.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAVX512.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrArithmetic.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCMovSetCC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrControl.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrExtension.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFMA.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFPStack.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFragmentsSIMD.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrKL.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMPX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSGX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSNP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSSE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrShiftRotate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSystem.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTDX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVecCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrXOP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedBroadwell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedHaswell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSandyBridge.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeClient.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeServer.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleAtom.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBdVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBtVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleSLM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver1.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-asm-writer - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenAsmWriter.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenAsmWriter.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenAsmWriter1.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenAsmWriter1.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Instr3DNow.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAVX512.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrArithmetic.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCMovSetCC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrControl.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrExtension.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFMA.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFPStack.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFragmentsSIMD.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrKL.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMPX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSGX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSNP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSSE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrShiftRotate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSystem.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTDX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVecCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrXOP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedBroadwell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedHaswell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSandyBridge.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeClient.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeServer.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleAtom.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBdVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBtVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleSLM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver1.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-asm-writer - -asmwriternum=1 - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenAsmWriter1.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenAsmWriter1.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenCallingConv.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenCallingConv.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Instr3DNow.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAVX512.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrArithmetic.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCMovSetCC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrControl.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrExtension.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFMA.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFPStack.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFragmentsSIMD.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrKL.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMPX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSGX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSNP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSSE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrShiftRotate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSystem.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTDX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVecCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrXOP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedBroadwell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedHaswell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSandyBridge.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeClient.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeServer.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleAtom.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBdVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBtVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleSLM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver1.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-callingconv - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenCallingConv.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenCallingConv.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenDAGISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenDAGISel.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Instr3DNow.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAVX512.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrArithmetic.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCMovSetCC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrControl.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrExtension.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFMA.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFPStack.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFragmentsSIMD.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrKL.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMPX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSGX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSNP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSSE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrShiftRotate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSystem.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTDX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVecCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrXOP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedBroadwell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedHaswell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSandyBridge.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeClient.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeServer.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleAtom.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBdVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBtVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleSLM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver1.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-dag-isel - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - -omit-comments - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenDAGISel.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenDAGISel.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenDisassemblerTables.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenDisassemblerTables.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Instr3DNow.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAVX512.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrArithmetic.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCMovSetCC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrControl.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrExtension.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFMA.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFPStack.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFragmentsSIMD.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrKL.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMPX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSGX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSNP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSSE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrShiftRotate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSystem.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTDX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVecCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrXOP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedBroadwell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedHaswell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSandyBridge.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeClient.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeServer.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleAtom.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBdVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBtVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleSLM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver1.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-disassembler - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenDisassemblerTables.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenDisassemblerTables.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenEVEX2VEXTables.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenEVEX2VEXTables.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Instr3DNow.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAVX512.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrArithmetic.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCMovSetCC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrControl.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrExtension.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFMA.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFPStack.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFragmentsSIMD.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrKL.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMPX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSGX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSNP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSSE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrShiftRotate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSystem.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTDX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVecCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrXOP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedBroadwell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedHaswell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSandyBridge.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeClient.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeServer.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleAtom.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBdVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBtVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleSLM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver1.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-x86-EVEX2VEX-tables - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenEVEX2VEXTables.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenEVEX2VEXTables.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenExegesis.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenExegesis.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Instr3DNow.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAVX512.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrArithmetic.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCMovSetCC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrControl.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrExtension.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFMA.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFPStack.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFragmentsSIMD.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrKL.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMPX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSGX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSNP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSSE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrShiftRotate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSystem.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTDX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVecCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrXOP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedBroadwell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedHaswell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSandyBridge.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeClient.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeServer.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleAtom.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBdVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBtVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleSLM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver1.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-exegesis - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenExegesis.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenExegesis.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenFastISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenFastISel.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Instr3DNow.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAVX512.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrArithmetic.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCMovSetCC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrControl.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrExtension.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFMA.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFPStack.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFragmentsSIMD.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrKL.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMPX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSGX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSNP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSSE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrShiftRotate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSystem.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTDX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVecCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrXOP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedBroadwell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedHaswell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSandyBridge.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeClient.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeServer.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleAtom.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBdVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBtVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleSLM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver1.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-fast-isel - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenFastISel.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenFastISel.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenGlobalISel.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenGlobalISel.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Instr3DNow.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAVX512.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrArithmetic.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCMovSetCC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrControl.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrExtension.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFMA.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFPStack.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFragmentsSIMD.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrKL.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMPX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSGX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSNP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSSE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrShiftRotate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSystem.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTDX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVecCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrXOP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedBroadwell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedHaswell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSandyBridge.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeClient.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeServer.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleAtom.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBdVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBtVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleSLM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver1.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-global-isel - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenGlobalISel.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenGlobalISel.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenInstrInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenInstrInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Instr3DNow.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAVX512.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrArithmetic.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCMovSetCC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrControl.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrExtension.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFMA.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFPStack.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFragmentsSIMD.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrKL.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMPX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSGX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSNP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSSE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrShiftRotate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSystem.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTDX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVecCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrXOP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedBroadwell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedHaswell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSandyBridge.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeClient.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeServer.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleAtom.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBdVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBtVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleSLM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver1.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-instr-info - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenInstrInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenInstrInfo.inc.d - --long-string-literals=0 -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenRegisterBank.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenRegisterBank.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Instr3DNow.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAVX512.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrArithmetic.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCMovSetCC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrControl.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrExtension.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFMA.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFPStack.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFragmentsSIMD.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrKL.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMPX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSGX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSNP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSSE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrShiftRotate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSystem.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTDX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVecCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrXOP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedBroadwell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedHaswell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSandyBridge.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeClient.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeServer.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleAtom.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBdVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBtVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleSLM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver1.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-register-bank - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenRegisterBank.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenRegisterBank.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenRegisterInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenRegisterInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Instr3DNow.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAVX512.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrArithmetic.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCMovSetCC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrControl.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrExtension.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFMA.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFPStack.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFragmentsSIMD.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrKL.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMPX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSGX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSNP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSSE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrShiftRotate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSystem.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTDX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVecCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrXOP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedBroadwell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedHaswell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSandyBridge.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeClient.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeServer.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleAtom.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBdVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBtVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleSLM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver1.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-register-info - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenRegisterInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenRegisterInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenSubtargetInfo.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenSubtargetInfo.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Instr3DNow.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrAVX512.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrArithmetic.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCMovSetCC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrControl.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrExtension.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFMA.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFPStack.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFormats.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFragmentsSIMD.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrKL.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrMPX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSGX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSNP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSSE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrShiftRotate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrSystem.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTDX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrTSX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVMX.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrVecCompiler.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrXOP.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterBanks.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterInfo.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedBroadwell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedHaswell.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedPredicates.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSandyBridge.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeClient.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SchedSkylakeServer.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Schedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleAtom.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBdVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleBtVer2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleSLM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver1.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ScheduleZnver2.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/SDNodeProperties.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/CodeGen/ValueTypes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/Intrinsics.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAArch64.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsAMDGPU.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsARM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsBPF.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagon.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsHexagonDep.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsMips.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsNVVM.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsPowerPC.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsRISCV.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsSystemZ.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVE.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsVEVL.gen.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsWebAssembly.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsX86.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/IR/IntrinsicsXCore.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GenericOpcodes.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/RegisterBank.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/SelectionDAGCompat.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/GlobalISel/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/Target.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetCallingConv.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetInstrPredicate.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetItinerary.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetPfmCounters.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSchedule.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Target/TargetSelectionDAG.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-subtarget - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenSubtargetInfo.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86/X86GenSubtargetInfo.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-dlltool/Options.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-dlltool/Options.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-dlltool/Options.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-opt-parser-defs - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-dlltool - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-dlltool/Options.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-dlltool/Options.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-dlltool/Options.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-lib/Options.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-lib/Options.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-lib/Options.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-opt-parser-defs - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-lib - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-lib/Options.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-lib/Options.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/ToolDrivers/llvm-lib/Options.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/dsymutil/Options.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/dsymutil/Options.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/dsymutil/Options.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-opt-parser-defs - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/dsymutil - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/dsymutil/Options.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/dsymutil/Options.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/dsymutil/Options.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-cvtres/Opts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-cvtres/Opts.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-cvtres/Opts.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-opt-parser-defs - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-cvtres - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-cvtres/Opts.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-cvtres/Opts.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-cvtres/Opts.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-lipo/LipoOpts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-lipo/LipoOpts.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-lipo/LipoOpts.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-opt-parser-defs - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-lipo - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-lipo/LipoOpts.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-lipo/LipoOpts.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-lipo/LipoOpts.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-ml/Opts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-ml/Opts.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-ml/Opts.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-opt-parser-defs - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-ml - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-ml/Opts.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-ml/Opts.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-ml/Opts.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-mt/Opts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-mt/Opts.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-mt/Opts.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-opt-parser-defs - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-mt - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-mt/Opts.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-mt/Opts.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-mt/Opts.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/BitcodeStripOpts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/BitcodeStripOpts.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/BitcodeStripOpts.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-opt-parser-defs - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/BitcodeStripOpts.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/BitcodeStripOpts.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/BitcodeStripOpts.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/InstallNameToolOpts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/InstallNameToolOpts.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/InstallNameToolOpts.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-opt-parser-defs - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/InstallNameToolOpts.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/InstallNameToolOpts.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/InstallNameToolOpts.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/ObjcopyOpts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/ObjcopyOpts.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/CommonOpts.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/ObjcopyOpts.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-opt-parser-defs - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/ObjcopyOpts.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/ObjcopyOpts.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/ObjcopyOpts.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/StripOpts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/StripOpts.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/CommonOpts.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/StripOpts.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-opt-parser-defs - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/StripOpts.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/StripOpts.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-objcopy/StripOpts.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-rc/Opts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-rc/Opts.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-rc/Opts.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-opt-parser-defs - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-rc - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-rc/Opts.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-rc/Opts.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-rc/Opts.inc.d -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-symbolizer/Opts.inc - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-symbolizer/Opts.inc.d - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-symbolizer/Opts.td - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include/llvm/Option/OptParser.td - ${TOOL_llvm-tblgen_bin} - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12 - COMMAND - ${TOOL_llvm-tblgen_bin} - -gen-opt-parser-defs - -I - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-symbolizer - -Iinclude - -I${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/include - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/tools/llvm-symbolizer/Opts.td - --write-if-changed - -o - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-symbolizer/Opts.inc - -d - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/tools/llvm-symbolizer/Opts.inc.d -) -if(NOT CMAKE_CROSSCOMPILING) - add_dependencies(libs-llvm12-include - llvm-tblgen -) -endif() -add_custom_target(OpenMP-gen-srcs-stealing - DEPENDS ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Frontend/OpenMP/OMP.cpp -) - diff --git a/contrib/libs/llvm12/lib/Analysis/CMakeLists.darwin-x86_64.txt b/contrib/libs/llvm12/lib/Analysis/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2ba11227e11..00000000000 --- a/contrib/libs/llvm12/lib/Analysis/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,141 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(llvm12-lib-Analysis) -target_compile_options(llvm12-lib-Analysis PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm12-lib-Analysis PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis -) -target_link_libraries(llvm12-lib-Analysis PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-BinaryFormat - llvm12-lib-IR - llvm12-lib-Object - llvm12-lib-ProfileData - llvm12-lib-Support -) -target_sources(llvm12-lib-Analysis PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/AliasAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/AliasAnalysisEvaluator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/AliasAnalysisSummary.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/AliasSetTracker.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/Analysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/AssumeBundleQueries.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/AssumptionCache.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/BasicAliasAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/BlockFrequencyInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/BlockFrequencyInfoImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/BranchProbabilityInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/CFG.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/CFGPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/CFLAndersAliasAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/CFLSteensAliasAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/CGSCCPassManager.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/CallGraph.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/CallGraphSCCPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/CallPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/CaptureTracking.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/CmpInstAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/CodeMetrics.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ConstantFolding.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ConstraintSystem.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/CostModel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/DDG.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/DDGPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/Delinearization.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/DemandedBits.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/DependenceAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/DependenceGraphBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/DevelopmentModeInlineAdvisor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/DivergenceAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/DomPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/DomTreeUpdater.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/DominanceFrontier.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/EHPersonalities.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/FunctionPropertiesAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/GlobalsModRef.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/GuardUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/HeatUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/IRSimilarityIdentifier.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/IVDescriptors.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/IVUsers.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ImportedFunctionsInliningStatistics.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/IndirectCallPromotionAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/InlineAdvisor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/InlineCost.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/InlineSizeEstimatorAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/InstCount.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/InstructionPrecedenceTracking.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/InstructionSimplify.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/Interval.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/IntervalPartition.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/LazyBlockFrequencyInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/LazyBranchProbabilityInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/LazyCallGraph.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/LazyValueInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/LegacyDivergenceAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/Lint.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/Loads.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/LoopAccessAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/LoopAnalysisManager.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/LoopCacheAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/LoopInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/LoopNestAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/LoopPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/LoopUnrollAnalyzer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/MLInlineAdvisor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/MemDepPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/MemDerefPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/MemoryBuiltins.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/MemoryDependenceAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/MemoryLocation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/MemorySSA.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/MemorySSAUpdater.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ModuleDebugInfoPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ModuleSummaryAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/MustExecute.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ObjCARCAliasAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ObjCARCAnalysisUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ObjCARCInstKind.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/OptimizationRemarkEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/PHITransAddr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/PhiValues.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/PostDominators.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ProfileSummaryInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/PtrUseVisitor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/RegionInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/RegionPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/RegionPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ReleaseModeModelRunner.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ReplayInlineAdvisor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ScalarEvolution.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ScalarEvolutionAliasAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ScalarEvolutionDivision.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ScalarEvolutionNormalization.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ScopedNoAliasAA.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/StackLifetime.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/StackSafetyAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/SyncDependenceAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/SyntheticCountsUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/TFUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/TargetLibraryInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/TargetTransformInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/Trace.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/TypeBasedAliasAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/TypeMetadataUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/VFABIDemangling.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ValueLattice.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ValueLatticeUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ValueTracking.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/VectorUtils.cpp -) diff --git a/contrib/libs/llvm12/lib/Analysis/CMakeLists.linux-aarch64.txt b/contrib/libs/llvm12/lib/Analysis/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 753119c17f2..00000000000 --- a/contrib/libs/llvm12/lib/Analysis/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,142 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(llvm12-lib-Analysis) -target_compile_options(llvm12-lib-Analysis PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm12-lib-Analysis PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis -) -target_link_libraries(llvm12-lib-Analysis PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-BinaryFormat - llvm12-lib-IR - llvm12-lib-Object - llvm12-lib-ProfileData - llvm12-lib-Support -) -target_sources(llvm12-lib-Analysis PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/AliasAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/AliasAnalysisEvaluator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/AliasAnalysisSummary.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/AliasSetTracker.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/Analysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/AssumeBundleQueries.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/AssumptionCache.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/BasicAliasAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/BlockFrequencyInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/BlockFrequencyInfoImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/BranchProbabilityInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/CFG.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/CFGPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/CFLAndersAliasAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/CFLSteensAliasAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/CGSCCPassManager.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/CallGraph.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/CallGraphSCCPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/CallPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/CaptureTracking.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/CmpInstAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/CodeMetrics.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ConstantFolding.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ConstraintSystem.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/CostModel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/DDG.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/DDGPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/Delinearization.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/DemandedBits.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/DependenceAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/DependenceGraphBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/DevelopmentModeInlineAdvisor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/DivergenceAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/DomPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/DomTreeUpdater.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/DominanceFrontier.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/EHPersonalities.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/FunctionPropertiesAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/GlobalsModRef.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/GuardUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/HeatUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/IRSimilarityIdentifier.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/IVDescriptors.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/IVUsers.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ImportedFunctionsInliningStatistics.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/IndirectCallPromotionAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/InlineAdvisor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/InlineCost.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/InlineSizeEstimatorAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/InstCount.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/InstructionPrecedenceTracking.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/InstructionSimplify.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/Interval.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/IntervalPartition.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/LazyBlockFrequencyInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/LazyBranchProbabilityInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/LazyCallGraph.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/LazyValueInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/LegacyDivergenceAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/Lint.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/Loads.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/LoopAccessAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/LoopAnalysisManager.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/LoopCacheAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/LoopInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/LoopNestAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/LoopPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/LoopUnrollAnalyzer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/MLInlineAdvisor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/MemDepPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/MemDerefPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/MemoryBuiltins.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/MemoryDependenceAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/MemoryLocation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/MemorySSA.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/MemorySSAUpdater.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ModuleDebugInfoPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ModuleSummaryAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/MustExecute.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ObjCARCAliasAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ObjCARCAnalysisUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ObjCARCInstKind.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/OptimizationRemarkEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/PHITransAddr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/PhiValues.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/PostDominators.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ProfileSummaryInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/PtrUseVisitor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/RegionInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/RegionPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/RegionPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ReleaseModeModelRunner.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ReplayInlineAdvisor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ScalarEvolution.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ScalarEvolutionAliasAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ScalarEvolutionDivision.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ScalarEvolutionNormalization.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ScopedNoAliasAA.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/StackLifetime.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/StackSafetyAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/SyncDependenceAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/SyntheticCountsUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/TFUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/TargetLibraryInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/TargetTransformInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/Trace.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/TypeBasedAliasAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/TypeMetadataUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/VFABIDemangling.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ValueLattice.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ValueLatticeUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ValueTracking.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/VectorUtils.cpp -) diff --git a/contrib/libs/llvm12/lib/Analysis/CMakeLists.linux-x86_64.txt b/contrib/libs/llvm12/lib/Analysis/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 753119c17f2..00000000000 --- a/contrib/libs/llvm12/lib/Analysis/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,142 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(llvm12-lib-Analysis) -target_compile_options(llvm12-lib-Analysis PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm12-lib-Analysis PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis -) -target_link_libraries(llvm12-lib-Analysis PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-BinaryFormat - llvm12-lib-IR - llvm12-lib-Object - llvm12-lib-ProfileData - llvm12-lib-Support -) -target_sources(llvm12-lib-Analysis PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/AliasAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/AliasAnalysisEvaluator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/AliasAnalysisSummary.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/AliasSetTracker.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/Analysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/AssumeBundleQueries.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/AssumptionCache.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/BasicAliasAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/BlockFrequencyInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/BlockFrequencyInfoImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/BranchProbabilityInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/CFG.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/CFGPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/CFLAndersAliasAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/CFLSteensAliasAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/CGSCCPassManager.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/CallGraph.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/CallGraphSCCPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/CallPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/CaptureTracking.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/CmpInstAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/CodeMetrics.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ConstantFolding.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ConstraintSystem.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/CostModel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/DDG.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/DDGPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/Delinearization.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/DemandedBits.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/DependenceAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/DependenceGraphBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/DevelopmentModeInlineAdvisor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/DivergenceAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/DomPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/DomTreeUpdater.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/DominanceFrontier.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/EHPersonalities.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/FunctionPropertiesAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/GlobalsModRef.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/GuardUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/HeatUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/IRSimilarityIdentifier.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/IVDescriptors.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/IVUsers.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ImportedFunctionsInliningStatistics.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/IndirectCallPromotionAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/InlineAdvisor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/InlineCost.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/InlineSizeEstimatorAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/InstCount.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/InstructionPrecedenceTracking.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/InstructionSimplify.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/Interval.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/IntervalPartition.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/LazyBlockFrequencyInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/LazyBranchProbabilityInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/LazyCallGraph.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/LazyValueInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/LegacyDivergenceAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/Lint.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/Loads.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/LoopAccessAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/LoopAnalysisManager.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/LoopCacheAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/LoopInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/LoopNestAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/LoopPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/LoopUnrollAnalyzer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/MLInlineAdvisor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/MemDepPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/MemDerefPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/MemoryBuiltins.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/MemoryDependenceAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/MemoryLocation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/MemorySSA.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/MemorySSAUpdater.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ModuleDebugInfoPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ModuleSummaryAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/MustExecute.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ObjCARCAliasAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ObjCARCAnalysisUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ObjCARCInstKind.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/OptimizationRemarkEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/PHITransAddr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/PhiValues.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/PostDominators.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ProfileSummaryInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/PtrUseVisitor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/RegionInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/RegionPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/RegionPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ReleaseModeModelRunner.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ReplayInlineAdvisor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ScalarEvolution.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ScalarEvolutionAliasAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ScalarEvolutionDivision.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ScalarEvolutionNormalization.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ScopedNoAliasAA.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/StackLifetime.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/StackSafetyAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/SyncDependenceAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/SyntheticCountsUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/TFUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/TargetLibraryInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/TargetTransformInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/Trace.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/TypeBasedAliasAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/TypeMetadataUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/VFABIDemangling.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ValueLattice.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ValueLatticeUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ValueTracking.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/VectorUtils.cpp -) diff --git a/contrib/libs/llvm12/lib/Analysis/CMakeLists.txt b/contrib/libs/llvm12/lib/Analysis/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/llvm12/lib/Analysis/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/llvm12/lib/Analysis/CMakeLists.windows-x86_64.txt b/contrib/libs/llvm12/lib/Analysis/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 2ba11227e11..00000000000 --- a/contrib/libs/llvm12/lib/Analysis/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,141 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(llvm12-lib-Analysis) -target_compile_options(llvm12-lib-Analysis PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm12-lib-Analysis PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis -) -target_link_libraries(llvm12-lib-Analysis PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-BinaryFormat - llvm12-lib-IR - llvm12-lib-Object - llvm12-lib-ProfileData - llvm12-lib-Support -) -target_sources(llvm12-lib-Analysis PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/AliasAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/AliasAnalysisEvaluator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/AliasAnalysisSummary.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/AliasSetTracker.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/Analysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/AssumeBundleQueries.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/AssumptionCache.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/BasicAliasAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/BlockFrequencyInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/BlockFrequencyInfoImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/BranchProbabilityInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/CFG.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/CFGPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/CFLAndersAliasAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/CFLSteensAliasAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/CGSCCPassManager.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/CallGraph.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/CallGraphSCCPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/CallPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/CaptureTracking.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/CmpInstAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/CodeMetrics.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ConstantFolding.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ConstraintSystem.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/CostModel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/DDG.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/DDGPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/Delinearization.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/DemandedBits.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/DependenceAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/DependenceGraphBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/DevelopmentModeInlineAdvisor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/DivergenceAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/DomPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/DomTreeUpdater.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/DominanceFrontier.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/EHPersonalities.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/FunctionPropertiesAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/GlobalsModRef.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/GuardUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/HeatUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/IRSimilarityIdentifier.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/IVDescriptors.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/IVUsers.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ImportedFunctionsInliningStatistics.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/IndirectCallPromotionAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/InlineAdvisor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/InlineCost.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/InlineSizeEstimatorAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/InstCount.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/InstructionPrecedenceTracking.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/InstructionSimplify.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/Interval.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/IntervalPartition.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/LazyBlockFrequencyInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/LazyBranchProbabilityInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/LazyCallGraph.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/LazyValueInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/LegacyDivergenceAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/Lint.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/Loads.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/LoopAccessAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/LoopAnalysisManager.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/LoopCacheAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/LoopInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/LoopNestAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/LoopPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/LoopUnrollAnalyzer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/MLInlineAdvisor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/MemDepPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/MemDerefPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/MemoryBuiltins.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/MemoryDependenceAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/MemoryLocation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/MemorySSA.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/MemorySSAUpdater.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ModuleDebugInfoPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ModuleSummaryAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/MustExecute.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ObjCARCAliasAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ObjCARCAnalysisUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ObjCARCInstKind.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/OptimizationRemarkEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/PHITransAddr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/PhiValues.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/PostDominators.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ProfileSummaryInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/PtrUseVisitor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/RegionInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/RegionPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/RegionPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ReleaseModeModelRunner.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ReplayInlineAdvisor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ScalarEvolution.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ScalarEvolutionAliasAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ScalarEvolutionDivision.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ScalarEvolutionNormalization.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ScopedNoAliasAA.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/StackLifetime.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/StackSafetyAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/SyncDependenceAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/SyntheticCountsUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/TFUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/TargetLibraryInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/TargetTransformInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/Trace.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/TypeBasedAliasAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/TypeMetadataUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/VFABIDemangling.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ValueLattice.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ValueLatticeUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/ValueTracking.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Analysis/VectorUtils.cpp -) diff --git a/contrib/libs/llvm12/lib/AsmParser/CMakeLists.darwin-x86_64.txt b/contrib/libs/llvm12/lib/AsmParser/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 36839293f43..00000000000 --- a/contrib/libs/llvm12/lib/AsmParser/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(llvm12-lib-AsmParser) -target_compile_options(llvm12-lib-AsmParser PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm12-lib-AsmParser PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/AsmParser -) -target_link_libraries(llvm12-lib-AsmParser PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-BinaryFormat - llvm12-lib-IR - llvm12-lib-Support -) -target_sources(llvm12-lib-AsmParser PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/AsmParser/LLLexer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/AsmParser/LLParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/AsmParser/Parser.cpp -) diff --git a/contrib/libs/llvm12/lib/AsmParser/CMakeLists.linux-aarch64.txt b/contrib/libs/llvm12/lib/AsmParser/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 558f82cd5d2..00000000000 --- a/contrib/libs/llvm12/lib/AsmParser/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(llvm12-lib-AsmParser) -target_compile_options(llvm12-lib-AsmParser PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm12-lib-AsmParser PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/AsmParser -) -target_link_libraries(llvm12-lib-AsmParser PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-BinaryFormat - llvm12-lib-IR - llvm12-lib-Support -) -target_sources(llvm12-lib-AsmParser PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/AsmParser/LLLexer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/AsmParser/LLParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/AsmParser/Parser.cpp -) diff --git a/contrib/libs/llvm12/lib/AsmParser/CMakeLists.linux-x86_64.txt b/contrib/libs/llvm12/lib/AsmParser/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 558f82cd5d2..00000000000 --- a/contrib/libs/llvm12/lib/AsmParser/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(llvm12-lib-AsmParser) -target_compile_options(llvm12-lib-AsmParser PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm12-lib-AsmParser PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/AsmParser -) -target_link_libraries(llvm12-lib-AsmParser PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-BinaryFormat - llvm12-lib-IR - llvm12-lib-Support -) -target_sources(llvm12-lib-AsmParser PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/AsmParser/LLLexer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/AsmParser/LLParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/AsmParser/Parser.cpp -) diff --git a/contrib/libs/llvm12/lib/AsmParser/CMakeLists.txt b/contrib/libs/llvm12/lib/AsmParser/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/llvm12/lib/AsmParser/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/llvm12/lib/AsmParser/CMakeLists.windows-x86_64.txt b/contrib/libs/llvm12/lib/AsmParser/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 36839293f43..00000000000 --- a/contrib/libs/llvm12/lib/AsmParser/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(llvm12-lib-AsmParser) -target_compile_options(llvm12-lib-AsmParser PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm12-lib-AsmParser PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/AsmParser -) -target_link_libraries(llvm12-lib-AsmParser PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-BinaryFormat - llvm12-lib-IR - llvm12-lib-Support -) -target_sources(llvm12-lib-AsmParser PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/AsmParser/LLLexer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/AsmParser/LLParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/AsmParser/Parser.cpp -) diff --git a/contrib/libs/llvm12/lib/BinaryFormat/CMakeLists.darwin-x86_64.txt b/contrib/libs/llvm12/lib/BinaryFormat/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 96149cac1fd..00000000000 --- a/contrib/libs/llvm12/lib/BinaryFormat/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(llvm12-lib-BinaryFormat) -target_compile_options(llvm12-lib-BinaryFormat PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm12-lib-BinaryFormat PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/BinaryFormat -) -target_link_libraries(llvm12-lib-BinaryFormat PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - llvm12-lib-Support -) -target_sources(llvm12-lib-BinaryFormat PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/BinaryFormat/AMDGPUMetadataVerifier.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/BinaryFormat/Dwarf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/BinaryFormat/MachO.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/BinaryFormat/Magic.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/BinaryFormat/Minidump.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/BinaryFormat/MsgPackDocument.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/BinaryFormat/MsgPackDocumentYAML.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/BinaryFormat/MsgPackReader.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/BinaryFormat/MsgPackWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/BinaryFormat/Wasm.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/BinaryFormat/XCOFF.cpp -) diff --git a/contrib/libs/llvm12/lib/BinaryFormat/CMakeLists.linux-aarch64.txt b/contrib/libs/llvm12/lib/BinaryFormat/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a10c5f413a6..00000000000 --- a/contrib/libs/llvm12/lib/BinaryFormat/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(llvm12-lib-BinaryFormat) -target_compile_options(llvm12-lib-BinaryFormat PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm12-lib-BinaryFormat PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/BinaryFormat -) -target_link_libraries(llvm12-lib-BinaryFormat PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - llvm12-lib-Support -) -target_sources(llvm12-lib-BinaryFormat PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/BinaryFormat/AMDGPUMetadataVerifier.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/BinaryFormat/Dwarf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/BinaryFormat/MachO.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/BinaryFormat/Magic.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/BinaryFormat/Minidump.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/BinaryFormat/MsgPackDocument.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/BinaryFormat/MsgPackDocumentYAML.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/BinaryFormat/MsgPackReader.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/BinaryFormat/MsgPackWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/BinaryFormat/Wasm.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/BinaryFormat/XCOFF.cpp -) diff --git a/contrib/libs/llvm12/lib/BinaryFormat/CMakeLists.linux-x86_64.txt b/contrib/libs/llvm12/lib/BinaryFormat/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a10c5f413a6..00000000000 --- a/contrib/libs/llvm12/lib/BinaryFormat/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(llvm12-lib-BinaryFormat) -target_compile_options(llvm12-lib-BinaryFormat PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm12-lib-BinaryFormat PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/BinaryFormat -) -target_link_libraries(llvm12-lib-BinaryFormat PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - llvm12-lib-Support -) -target_sources(llvm12-lib-BinaryFormat PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/BinaryFormat/AMDGPUMetadataVerifier.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/BinaryFormat/Dwarf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/BinaryFormat/MachO.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/BinaryFormat/Magic.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/BinaryFormat/Minidump.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/BinaryFormat/MsgPackDocument.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/BinaryFormat/MsgPackDocumentYAML.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/BinaryFormat/MsgPackReader.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/BinaryFormat/MsgPackWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/BinaryFormat/Wasm.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/BinaryFormat/XCOFF.cpp -) diff --git a/contrib/libs/llvm12/lib/BinaryFormat/CMakeLists.txt b/contrib/libs/llvm12/lib/BinaryFormat/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/llvm12/lib/BinaryFormat/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/llvm12/lib/BinaryFormat/CMakeLists.windows-x86_64.txt b/contrib/libs/llvm12/lib/BinaryFormat/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 96149cac1fd..00000000000 --- a/contrib/libs/llvm12/lib/BinaryFormat/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(llvm12-lib-BinaryFormat) -target_compile_options(llvm12-lib-BinaryFormat PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm12-lib-BinaryFormat PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/BinaryFormat -) -target_link_libraries(llvm12-lib-BinaryFormat PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - llvm12-lib-Support -) -target_sources(llvm12-lib-BinaryFormat PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/BinaryFormat/AMDGPUMetadataVerifier.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/BinaryFormat/Dwarf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/BinaryFormat/MachO.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/BinaryFormat/Magic.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/BinaryFormat/Minidump.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/BinaryFormat/MsgPackDocument.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/BinaryFormat/MsgPackDocumentYAML.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/BinaryFormat/MsgPackReader.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/BinaryFormat/MsgPackWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/BinaryFormat/Wasm.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/BinaryFormat/XCOFF.cpp -) diff --git a/contrib/libs/llvm12/lib/Bitcode/CMakeLists.txt b/contrib/libs/llvm12/lib/Bitcode/CMakeLists.txt deleted file mode 100644 index 9099f95be41..00000000000 --- a/contrib/libs/llvm12/lib/Bitcode/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(Reader) -add_subdirectory(Writer) diff --git a/contrib/libs/llvm12/lib/Bitcode/Reader/CMakeLists.darwin-x86_64.txt b/contrib/libs/llvm12/lib/Bitcode/Reader/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 39b2ea7c63f..00000000000 --- a/contrib/libs/llvm12/lib/Bitcode/Reader/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(lib-Bitcode-Reader) -target_compile_options(lib-Bitcode-Reader PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-Bitcode-Reader PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Bitcode/Reader -) -target_link_libraries(lib-Bitcode-Reader PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - lib-Bitstream-Reader - llvm12-lib-IR - llvm12-lib-Support -) -target_sources(lib-Bitcode-Reader PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Bitcode/Reader/BitReader.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Bitcode/Reader/BitcodeAnalyzer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Bitcode/Reader/BitcodeReader.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Bitcode/Reader/MetadataLoader.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Bitcode/Reader/ValueList.cpp -) diff --git a/contrib/libs/llvm12/lib/Bitcode/Reader/CMakeLists.linux-aarch64.txt b/contrib/libs/llvm12/lib/Bitcode/Reader/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 88a0842ef99..00000000000 --- a/contrib/libs/llvm12/lib/Bitcode/Reader/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(lib-Bitcode-Reader) -target_compile_options(lib-Bitcode-Reader PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-Bitcode-Reader PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Bitcode/Reader -) -target_link_libraries(lib-Bitcode-Reader PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - lib-Bitstream-Reader - llvm12-lib-IR - llvm12-lib-Support -) -target_sources(lib-Bitcode-Reader PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Bitcode/Reader/BitReader.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Bitcode/Reader/BitcodeAnalyzer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Bitcode/Reader/BitcodeReader.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Bitcode/Reader/MetadataLoader.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Bitcode/Reader/ValueList.cpp -) diff --git a/contrib/libs/llvm12/lib/Bitcode/Reader/CMakeLists.linux-x86_64.txt b/contrib/libs/llvm12/lib/Bitcode/Reader/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 88a0842ef99..00000000000 --- a/contrib/libs/llvm12/lib/Bitcode/Reader/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(lib-Bitcode-Reader) -target_compile_options(lib-Bitcode-Reader PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-Bitcode-Reader PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Bitcode/Reader -) -target_link_libraries(lib-Bitcode-Reader PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - lib-Bitstream-Reader - llvm12-lib-IR - llvm12-lib-Support -) -target_sources(lib-Bitcode-Reader PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Bitcode/Reader/BitReader.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Bitcode/Reader/BitcodeAnalyzer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Bitcode/Reader/BitcodeReader.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Bitcode/Reader/MetadataLoader.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Bitcode/Reader/ValueList.cpp -) diff --git a/contrib/libs/llvm12/lib/Bitcode/Reader/CMakeLists.txt b/contrib/libs/llvm12/lib/Bitcode/Reader/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/llvm12/lib/Bitcode/Reader/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/llvm12/lib/Bitcode/Reader/CMakeLists.windows-x86_64.txt b/contrib/libs/llvm12/lib/Bitcode/Reader/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 39b2ea7c63f..00000000000 --- a/contrib/libs/llvm12/lib/Bitcode/Reader/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(lib-Bitcode-Reader) -target_compile_options(lib-Bitcode-Reader PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-Bitcode-Reader PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Bitcode/Reader -) -target_link_libraries(lib-Bitcode-Reader PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - lib-Bitstream-Reader - llvm12-lib-IR - llvm12-lib-Support -) -target_sources(lib-Bitcode-Reader PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Bitcode/Reader/BitReader.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Bitcode/Reader/BitcodeAnalyzer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Bitcode/Reader/BitcodeReader.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Bitcode/Reader/MetadataLoader.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Bitcode/Reader/ValueList.cpp -) diff --git a/contrib/libs/llvm12/lib/Bitcode/Writer/CMakeLists.darwin-x86_64.txt b/contrib/libs/llvm12/lib/Bitcode/Writer/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 60790bac2e3..00000000000 --- a/contrib/libs/llvm12/lib/Bitcode/Writer/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(lib-Bitcode-Writer) -target_compile_options(lib-Bitcode-Writer PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-Bitcode-Writer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Bitcode/Writer -) -target_link_libraries(lib-Bitcode-Writer PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-Analysis - llvm12-lib-IR - llvm12-lib-MC - llvm12-lib-Object - llvm12-lib-Support -) -target_sources(lib-Bitcode-Writer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Bitcode/Writer/BitWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Bitcode/Writer/BitcodeWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Bitcode/Writer/BitcodeWriterPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Bitcode/Writer/ValueEnumerator.cpp -) diff --git a/contrib/libs/llvm12/lib/Bitcode/Writer/CMakeLists.linux-aarch64.txt b/contrib/libs/llvm12/lib/Bitcode/Writer/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 7bab4525b28..00000000000 --- a/contrib/libs/llvm12/lib/Bitcode/Writer/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(lib-Bitcode-Writer) -target_compile_options(lib-Bitcode-Writer PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-Bitcode-Writer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Bitcode/Writer -) -target_link_libraries(lib-Bitcode-Writer PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-Analysis - llvm12-lib-IR - llvm12-lib-MC - llvm12-lib-Object - llvm12-lib-Support -) -target_sources(lib-Bitcode-Writer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Bitcode/Writer/BitWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Bitcode/Writer/BitcodeWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Bitcode/Writer/BitcodeWriterPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Bitcode/Writer/ValueEnumerator.cpp -) diff --git a/contrib/libs/llvm12/lib/Bitcode/Writer/CMakeLists.linux-x86_64.txt b/contrib/libs/llvm12/lib/Bitcode/Writer/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 7bab4525b28..00000000000 --- a/contrib/libs/llvm12/lib/Bitcode/Writer/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(lib-Bitcode-Writer) -target_compile_options(lib-Bitcode-Writer PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-Bitcode-Writer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Bitcode/Writer -) -target_link_libraries(lib-Bitcode-Writer PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-Analysis - llvm12-lib-IR - llvm12-lib-MC - llvm12-lib-Object - llvm12-lib-Support -) -target_sources(lib-Bitcode-Writer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Bitcode/Writer/BitWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Bitcode/Writer/BitcodeWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Bitcode/Writer/BitcodeWriterPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Bitcode/Writer/ValueEnumerator.cpp -) diff --git a/contrib/libs/llvm12/lib/Bitcode/Writer/CMakeLists.txt b/contrib/libs/llvm12/lib/Bitcode/Writer/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/llvm12/lib/Bitcode/Writer/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/llvm12/lib/Bitcode/Writer/CMakeLists.windows-x86_64.txt b/contrib/libs/llvm12/lib/Bitcode/Writer/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 60790bac2e3..00000000000 --- a/contrib/libs/llvm12/lib/Bitcode/Writer/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(lib-Bitcode-Writer) -target_compile_options(lib-Bitcode-Writer PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-Bitcode-Writer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Bitcode/Writer -) -target_link_libraries(lib-Bitcode-Writer PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-Analysis - llvm12-lib-IR - llvm12-lib-MC - llvm12-lib-Object - llvm12-lib-Support -) -target_sources(lib-Bitcode-Writer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Bitcode/Writer/BitWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Bitcode/Writer/BitcodeWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Bitcode/Writer/BitcodeWriterPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Bitcode/Writer/ValueEnumerator.cpp -) diff --git a/contrib/libs/llvm12/lib/Bitstream/CMakeLists.txt b/contrib/libs/llvm12/lib/Bitstream/CMakeLists.txt deleted file mode 100644 index 51e0986406a..00000000000 --- a/contrib/libs/llvm12/lib/Bitstream/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(Reader) diff --git a/contrib/libs/llvm12/lib/Bitstream/Reader/CMakeLists.darwin-x86_64.txt b/contrib/libs/llvm12/lib/Bitstream/Reader/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 99a4a604d61..00000000000 --- a/contrib/libs/llvm12/lib/Bitstream/Reader/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(lib-Bitstream-Reader) -target_compile_options(lib-Bitstream-Reader PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-Bitstream-Reader PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Bitstream/Reader -) -target_link_libraries(lib-Bitstream-Reader PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - llvm12-lib-Support -) -target_sources(lib-Bitstream-Reader PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Bitstream/Reader/BitstreamReader.cpp -) diff --git a/contrib/libs/llvm12/lib/Bitstream/Reader/CMakeLists.linux-aarch64.txt b/contrib/libs/llvm12/lib/Bitstream/Reader/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 421708b1eea..00000000000 --- a/contrib/libs/llvm12/lib/Bitstream/Reader/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(lib-Bitstream-Reader) -target_compile_options(lib-Bitstream-Reader PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-Bitstream-Reader PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Bitstream/Reader -) -target_link_libraries(lib-Bitstream-Reader PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - llvm12-lib-Support -) -target_sources(lib-Bitstream-Reader PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Bitstream/Reader/BitstreamReader.cpp -) diff --git a/contrib/libs/llvm12/lib/Bitstream/Reader/CMakeLists.linux-x86_64.txt b/contrib/libs/llvm12/lib/Bitstream/Reader/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 421708b1eea..00000000000 --- a/contrib/libs/llvm12/lib/Bitstream/Reader/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(lib-Bitstream-Reader) -target_compile_options(lib-Bitstream-Reader PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-Bitstream-Reader PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Bitstream/Reader -) -target_link_libraries(lib-Bitstream-Reader PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - llvm12-lib-Support -) -target_sources(lib-Bitstream-Reader PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Bitstream/Reader/BitstreamReader.cpp -) diff --git a/contrib/libs/llvm12/lib/Bitstream/Reader/CMakeLists.txt b/contrib/libs/llvm12/lib/Bitstream/Reader/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/llvm12/lib/Bitstream/Reader/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/llvm12/lib/Bitstream/Reader/CMakeLists.windows-x86_64.txt b/contrib/libs/llvm12/lib/Bitstream/Reader/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 99a4a604d61..00000000000 --- a/contrib/libs/llvm12/lib/Bitstream/Reader/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(lib-Bitstream-Reader) -target_compile_options(lib-Bitstream-Reader PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-Bitstream-Reader PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Bitstream/Reader -) -target_link_libraries(lib-Bitstream-Reader PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - llvm12-lib-Support -) -target_sources(lib-Bitstream-Reader PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Bitstream/Reader/BitstreamReader.cpp -) diff --git a/contrib/libs/llvm12/lib/CMakeLists.txt b/contrib/libs/llvm12/lib/CMakeLists.txt deleted file mode 100644 index d6a1483fa0c..00000000000 --- a/contrib/libs/llvm12/lib/CMakeLists.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_subdirectory(Analysis) -add_subdirectory(AsmParser) -add_subdirectory(BinaryFormat) -add_subdirectory(Bitcode) -add_subdirectory(Bitstream) -add_subdirectory(CodeGen) -add_subdirectory(DebugInfo) -add_subdirectory(Demangle) -add_subdirectory(ExecutionEngine) -add_subdirectory(Frontend) -add_subdirectory(IR) -add_subdirectory(IRReader) -add_subdirectory(Linker) -add_subdirectory(MC) -add_subdirectory(Object) -add_subdirectory(ProfileData) -add_subdirectory(Remarks) -add_subdirectory(Support) -add_subdirectory(TableGen) -add_subdirectory(Target) -add_subdirectory(TextAPI) -add_subdirectory(Transforms) diff --git a/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/CMakeLists.darwin-x86_64.txt b/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index bcefc411a02..00000000000 --- a/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/CMakeLists.darwin-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(lib-CodeGen-AsmPrinter) -target_compile_options(lib-CodeGen-AsmPrinter PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-CodeGen-AsmPrinter PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter -) -target_link_libraries(lib-CodeGen-AsmPrinter PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-Analysis - llvm12-lib-BinaryFormat - llvm12-lib-CodeGen - lib-DebugInfo-CodeView - lib-DebugInfo-DWARF - lib-DebugInfo-MSF - llvm12-lib-IR - llvm12-lib-MC - lib-MC-MCParser - llvm12-lib-Remarks - llvm12-lib-Support - llvm12-lib-Target -) -target_sources(lib-CodeGen-AsmPrinter PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/AIXException.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/ARMException.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/AccelTable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/AddressPool.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/AsmPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/DIE.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/DIEHash.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/DbgEntityHistoryCalculator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/DebugLocStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/DwarfDebug.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/DwarfExpression.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/DwarfFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/DwarfStringPool.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/DwarfUnit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/EHStreamer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/ErlangGCPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/PseudoProbePrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/WasmException.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/WinCFGuard.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/WinException.cpp -) diff --git a/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/CMakeLists.linux-aarch64.txt b/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 8a9a46ad09e..00000000000 --- a/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,63 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(lib-CodeGen-AsmPrinter) -target_compile_options(lib-CodeGen-AsmPrinter PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-CodeGen-AsmPrinter PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter -) -target_link_libraries(lib-CodeGen-AsmPrinter PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-Analysis - llvm12-lib-BinaryFormat - llvm12-lib-CodeGen - lib-DebugInfo-CodeView - lib-DebugInfo-DWARF - lib-DebugInfo-MSF - llvm12-lib-IR - llvm12-lib-MC - lib-MC-MCParser - llvm12-lib-Remarks - llvm12-lib-Support - llvm12-lib-Target -) -target_sources(lib-CodeGen-AsmPrinter PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/AIXException.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/ARMException.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/AccelTable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/AddressPool.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/AsmPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/DIE.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/DIEHash.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/DbgEntityHistoryCalculator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/DebugLocStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/DwarfDebug.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/DwarfExpression.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/DwarfFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/DwarfStringPool.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/DwarfUnit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/EHStreamer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/ErlangGCPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/PseudoProbePrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/WasmException.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/WinCFGuard.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/WinException.cpp -) diff --git a/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/CMakeLists.linux-x86_64.txt b/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 8a9a46ad09e..00000000000 --- a/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,63 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(lib-CodeGen-AsmPrinter) -target_compile_options(lib-CodeGen-AsmPrinter PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-CodeGen-AsmPrinter PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter -) -target_link_libraries(lib-CodeGen-AsmPrinter PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-Analysis - llvm12-lib-BinaryFormat - llvm12-lib-CodeGen - lib-DebugInfo-CodeView - lib-DebugInfo-DWARF - lib-DebugInfo-MSF - llvm12-lib-IR - llvm12-lib-MC - lib-MC-MCParser - llvm12-lib-Remarks - llvm12-lib-Support - llvm12-lib-Target -) -target_sources(lib-CodeGen-AsmPrinter PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/AIXException.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/ARMException.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/AccelTable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/AddressPool.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/AsmPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/DIE.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/DIEHash.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/DbgEntityHistoryCalculator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/DebugLocStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/DwarfDebug.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/DwarfExpression.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/DwarfFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/DwarfStringPool.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/DwarfUnit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/EHStreamer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/ErlangGCPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/PseudoProbePrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/WasmException.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/WinCFGuard.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/WinException.cpp -) diff --git a/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/CMakeLists.txt b/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/CMakeLists.windows-x86_64.txt b/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/CMakeLists.windows-x86_64.txt deleted file mode 100644 index bcefc411a02..00000000000 --- a/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/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(lib-CodeGen-AsmPrinter) -target_compile_options(lib-CodeGen-AsmPrinter PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-CodeGen-AsmPrinter PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter -) -target_link_libraries(lib-CodeGen-AsmPrinter PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-Analysis - llvm12-lib-BinaryFormat - llvm12-lib-CodeGen - lib-DebugInfo-CodeView - lib-DebugInfo-DWARF - lib-DebugInfo-MSF - llvm12-lib-IR - llvm12-lib-MC - lib-MC-MCParser - llvm12-lib-Remarks - llvm12-lib-Support - llvm12-lib-Target -) -target_sources(lib-CodeGen-AsmPrinter PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/AIXException.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/ARMException.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/AccelTable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/AddressPool.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/AsmPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/DIE.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/DIEHash.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/DbgEntityHistoryCalculator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/DebugLocStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/DwarfDebug.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/DwarfExpression.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/DwarfFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/DwarfStringPool.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/DwarfUnit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/EHStreamer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/ErlangGCPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/PseudoProbePrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/WasmException.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/WinCFGuard.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AsmPrinter/WinException.cpp -) diff --git a/contrib/libs/llvm12/lib/CodeGen/CMakeLists.darwin-x86_64.txt b/contrib/libs/llvm12/lib/CodeGen/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 8e35eefddb6..00000000000 --- a/contrib/libs/llvm12/lib/CodeGen/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,226 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(AsmPrinter) -add_subdirectory(GlobalISel) -add_subdirectory(SelectionDAG) - -add_library(llvm12-lib-CodeGen) -target_compile_options(llvm12-lib-CodeGen PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm12-lib-CodeGen PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen -) -target_link_libraries(llvm12-lib-CodeGen PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-Analysis - lib-Bitcode-Reader - lib-Bitcode-Writer - llvm12-lib-IR - llvm12-lib-MC - llvm12-lib-ProfileData - llvm12-lib-Support - llvm12-lib-Target - lib-Transforms-Scalar - lib-Transforms-Utils -) -target_sources(llvm12-lib-CodeGen PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AggressiveAntiDepBreaker.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AllocationOrder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/Analysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AtomicExpandPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/BasicBlockSections.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/BasicTargetTransformInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/BranchFolding.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/BranchRelaxation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/BreakFalseDeps.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/BuiltinGCs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/CFGuardLongjmp.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/CFIInstrInserter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/CalcSpillWeights.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/CallingConvLower.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/CodeGen.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/CodeGenPassBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/CodeGenPrepare.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/CommandFlags.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/CriticalAntiDepBreaker.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/DFAPacketizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/DeadMachineInstructionElim.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/DetectDeadLanes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/DwarfEHPrepare.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/EarlyIfConversion.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/EdgeBundles.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ExecutionDomainFix.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ExpandMemCmp.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ExpandPostRAPseudos.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ExpandReductions.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/FEntryInserter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/FaultMaps.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/FinalizeISel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/FixupStatepointCallerSaved.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/FuncletLayout.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GCMetadata.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GCMetadataPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GCRootLowering.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GCStrategy.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalMerge.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/HardwareLoops.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/IfConversion.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ImplicitNullChecks.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/IndirectBrExpandPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/InlineSpiller.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/InterferenceCache.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/InterleavedAccessPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/InterleavedLoadCombinePass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/IntrinsicLowering.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LLVMTargetMachine.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LatencyPriorityQueue.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LazyMachineBlockFrequencyInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LexicalScopes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LiveDebugValues/LiveDebugValues.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LiveDebugValues/VarLocBasedImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LiveDebugVariables.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LiveInterval.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LiveIntervalCalc.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LiveIntervalUnion.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LiveIntervals.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LivePhysRegs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LiveRangeCalc.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LiveRangeEdit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LiveRangeShrink.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LiveRegMatrix.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LiveRegUnits.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LiveStacks.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LiveVariables.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LocalStackSlotAllocation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LoopTraversal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LowLevelType.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LowerEmuTLS.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MBFIWrapper.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MIRCanonicalizerPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MIRNamerPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MIRPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MIRPrintingPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MIRVRegNamerUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineBasicBlock.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineBlockFrequencyInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineBlockPlacement.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineBranchProbabilityInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineCSE.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineCheckDebugify.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineCombiner.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineCopyPropagation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineDebugify.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineDominanceFrontier.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineDominators.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineFrameInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineFunction.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineFunctionPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineFunctionPrinterPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineFunctionSplitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineInstr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineInstrBundle.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineLICM.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineLoopInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineLoopUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineModuleInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineModuleInfoImpls.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineOperand.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineOptimizationRemarkEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineOutliner.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachinePassManager.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachinePipeliner.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachinePostDominators.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineRegionInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineRegisterInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineSSAUpdater.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineScheduler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineSink.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineSizeOpts.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineStableHash.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineStripDebug.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineTraceMetrics.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineVerifier.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MacroFusion.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ModuloSchedule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MultiHazardRecognizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/NonRelocatableStringpool.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/OptimizePHIs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/PHIElimination.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/PHIEliminationUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ParallelCG.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/PatchableFunction.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/PeepholeOptimizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/PostRAHazardRecognizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/PostRASchedulerList.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/PreISelIntrinsicLowering.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ProcessImplicitDefs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/PrologEpilogInserter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/PseudoProbeInserter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/PseudoSourceValue.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/RDFGraph.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/RDFLiveness.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/RDFRegisters.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ReachingDefAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/RegAllocBase.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/RegAllocBasic.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/RegAllocFast.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/RegAllocGreedy.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/RegAllocPBQP.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/RegUsageInfoCollector.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/RegUsageInfoPropagate.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/RegisterClassInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/RegisterCoalescer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/RegisterPressure.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/RegisterScavenging.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/RegisterUsageInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/RenameIndependentSubregs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ResetMachineFunctionPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SafeStack.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SafeStackLayout.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ScheduleDAG.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ScheduleDAGInstrs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ScheduleDAGPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ScoreboardHazardRecognizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ShadowStackGCLowering.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ShrinkWrap.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SjLjEHPrepare.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SlotIndexes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SpillPlacement.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SplitKit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/StackColoring.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/StackMapLivenessAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/StackMaps.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/StackProtector.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/StackSlotColoring.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SwiftErrorValueTracking.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SwitchLoweringUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/TailDuplication.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/TailDuplicator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/TargetFrameLoweringImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/TargetInstrInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/TargetLoweringBase.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/TargetLoweringObjectFileImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/TargetOptionsImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/TargetPassConfig.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/TargetRegisterInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/TargetSchedule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/TargetSubtargetInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/TwoAddressInstructionPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/TypePromotion.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/UnreachableBlockElim.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ValueTypes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/VirtRegMap.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/WasmEHPrepare.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/WinEHPrepare.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/XRayInstrumentation.cpp -) diff --git a/contrib/libs/llvm12/lib/CodeGen/CMakeLists.linux-aarch64.txt b/contrib/libs/llvm12/lib/CodeGen/CMakeLists.linux-aarch64.txt deleted file mode 100644 index ab68b24331a..00000000000 --- a/contrib/libs/llvm12/lib/CodeGen/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,227 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(AsmPrinter) -add_subdirectory(GlobalISel) -add_subdirectory(SelectionDAG) - -add_library(llvm12-lib-CodeGen) -target_compile_options(llvm12-lib-CodeGen PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm12-lib-CodeGen PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen -) -target_link_libraries(llvm12-lib-CodeGen PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-Analysis - lib-Bitcode-Reader - lib-Bitcode-Writer - llvm12-lib-IR - llvm12-lib-MC - llvm12-lib-ProfileData - llvm12-lib-Support - llvm12-lib-Target - lib-Transforms-Scalar - lib-Transforms-Utils -) -target_sources(llvm12-lib-CodeGen PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AggressiveAntiDepBreaker.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AllocationOrder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/Analysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AtomicExpandPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/BasicBlockSections.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/BasicTargetTransformInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/BranchFolding.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/BranchRelaxation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/BreakFalseDeps.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/BuiltinGCs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/CFGuardLongjmp.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/CFIInstrInserter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/CalcSpillWeights.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/CallingConvLower.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/CodeGen.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/CodeGenPassBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/CodeGenPrepare.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/CommandFlags.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/CriticalAntiDepBreaker.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/DFAPacketizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/DeadMachineInstructionElim.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/DetectDeadLanes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/DwarfEHPrepare.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/EarlyIfConversion.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/EdgeBundles.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ExecutionDomainFix.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ExpandMemCmp.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ExpandPostRAPseudos.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ExpandReductions.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/FEntryInserter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/FaultMaps.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/FinalizeISel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/FixupStatepointCallerSaved.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/FuncletLayout.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GCMetadata.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GCMetadataPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GCRootLowering.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GCStrategy.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalMerge.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/HardwareLoops.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/IfConversion.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ImplicitNullChecks.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/IndirectBrExpandPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/InlineSpiller.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/InterferenceCache.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/InterleavedAccessPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/InterleavedLoadCombinePass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/IntrinsicLowering.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LLVMTargetMachine.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LatencyPriorityQueue.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LazyMachineBlockFrequencyInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LexicalScopes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LiveDebugValues/LiveDebugValues.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LiveDebugValues/VarLocBasedImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LiveDebugVariables.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LiveInterval.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LiveIntervalCalc.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LiveIntervalUnion.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LiveIntervals.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LivePhysRegs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LiveRangeCalc.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LiveRangeEdit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LiveRangeShrink.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LiveRegMatrix.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LiveRegUnits.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LiveStacks.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LiveVariables.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LocalStackSlotAllocation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LoopTraversal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LowLevelType.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LowerEmuTLS.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MBFIWrapper.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MIRCanonicalizerPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MIRNamerPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MIRPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MIRPrintingPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MIRVRegNamerUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineBasicBlock.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineBlockFrequencyInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineBlockPlacement.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineBranchProbabilityInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineCSE.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineCheckDebugify.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineCombiner.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineCopyPropagation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineDebugify.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineDominanceFrontier.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineDominators.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineFrameInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineFunction.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineFunctionPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineFunctionPrinterPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineFunctionSplitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineInstr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineInstrBundle.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineLICM.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineLoopInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineLoopUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineModuleInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineModuleInfoImpls.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineOperand.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineOptimizationRemarkEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineOutliner.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachinePassManager.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachinePipeliner.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachinePostDominators.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineRegionInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineRegisterInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineSSAUpdater.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineScheduler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineSink.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineSizeOpts.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineStableHash.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineStripDebug.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineTraceMetrics.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineVerifier.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MacroFusion.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ModuloSchedule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MultiHazardRecognizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/NonRelocatableStringpool.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/OptimizePHIs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/PHIElimination.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/PHIEliminationUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ParallelCG.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/PatchableFunction.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/PeepholeOptimizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/PostRAHazardRecognizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/PostRASchedulerList.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/PreISelIntrinsicLowering.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ProcessImplicitDefs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/PrologEpilogInserter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/PseudoProbeInserter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/PseudoSourceValue.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/RDFGraph.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/RDFLiveness.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/RDFRegisters.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ReachingDefAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/RegAllocBase.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/RegAllocBasic.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/RegAllocFast.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/RegAllocGreedy.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/RegAllocPBQP.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/RegUsageInfoCollector.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/RegUsageInfoPropagate.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/RegisterClassInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/RegisterCoalescer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/RegisterPressure.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/RegisterScavenging.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/RegisterUsageInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/RenameIndependentSubregs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ResetMachineFunctionPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SafeStack.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SafeStackLayout.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ScheduleDAG.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ScheduleDAGInstrs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ScheduleDAGPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ScoreboardHazardRecognizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ShadowStackGCLowering.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ShrinkWrap.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SjLjEHPrepare.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SlotIndexes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SpillPlacement.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SplitKit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/StackColoring.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/StackMapLivenessAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/StackMaps.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/StackProtector.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/StackSlotColoring.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SwiftErrorValueTracking.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SwitchLoweringUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/TailDuplication.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/TailDuplicator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/TargetFrameLoweringImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/TargetInstrInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/TargetLoweringBase.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/TargetLoweringObjectFileImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/TargetOptionsImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/TargetPassConfig.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/TargetRegisterInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/TargetSchedule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/TargetSubtargetInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/TwoAddressInstructionPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/TypePromotion.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/UnreachableBlockElim.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ValueTypes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/VirtRegMap.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/WasmEHPrepare.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/WinEHPrepare.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/XRayInstrumentation.cpp -) diff --git a/contrib/libs/llvm12/lib/CodeGen/CMakeLists.linux-x86_64.txt b/contrib/libs/llvm12/lib/CodeGen/CMakeLists.linux-x86_64.txt deleted file mode 100644 index ab68b24331a..00000000000 --- a/contrib/libs/llvm12/lib/CodeGen/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,227 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(AsmPrinter) -add_subdirectory(GlobalISel) -add_subdirectory(SelectionDAG) - -add_library(llvm12-lib-CodeGen) -target_compile_options(llvm12-lib-CodeGen PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm12-lib-CodeGen PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen -) -target_link_libraries(llvm12-lib-CodeGen PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-Analysis - lib-Bitcode-Reader - lib-Bitcode-Writer - llvm12-lib-IR - llvm12-lib-MC - llvm12-lib-ProfileData - llvm12-lib-Support - llvm12-lib-Target - lib-Transforms-Scalar - lib-Transforms-Utils -) -target_sources(llvm12-lib-CodeGen PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AggressiveAntiDepBreaker.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AllocationOrder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/Analysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AtomicExpandPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/BasicBlockSections.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/BasicTargetTransformInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/BranchFolding.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/BranchRelaxation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/BreakFalseDeps.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/BuiltinGCs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/CFGuardLongjmp.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/CFIInstrInserter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/CalcSpillWeights.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/CallingConvLower.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/CodeGen.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/CodeGenPassBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/CodeGenPrepare.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/CommandFlags.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/CriticalAntiDepBreaker.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/DFAPacketizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/DeadMachineInstructionElim.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/DetectDeadLanes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/DwarfEHPrepare.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/EarlyIfConversion.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/EdgeBundles.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ExecutionDomainFix.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ExpandMemCmp.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ExpandPostRAPseudos.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ExpandReductions.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/FEntryInserter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/FaultMaps.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/FinalizeISel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/FixupStatepointCallerSaved.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/FuncletLayout.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GCMetadata.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GCMetadataPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GCRootLowering.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GCStrategy.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalMerge.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/HardwareLoops.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/IfConversion.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ImplicitNullChecks.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/IndirectBrExpandPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/InlineSpiller.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/InterferenceCache.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/InterleavedAccessPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/InterleavedLoadCombinePass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/IntrinsicLowering.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LLVMTargetMachine.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LatencyPriorityQueue.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LazyMachineBlockFrequencyInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LexicalScopes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LiveDebugValues/LiveDebugValues.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LiveDebugValues/VarLocBasedImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LiveDebugVariables.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LiveInterval.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LiveIntervalCalc.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LiveIntervalUnion.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LiveIntervals.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LivePhysRegs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LiveRangeCalc.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LiveRangeEdit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LiveRangeShrink.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LiveRegMatrix.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LiveRegUnits.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LiveStacks.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LiveVariables.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LocalStackSlotAllocation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LoopTraversal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LowLevelType.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LowerEmuTLS.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MBFIWrapper.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MIRCanonicalizerPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MIRNamerPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MIRPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MIRPrintingPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MIRVRegNamerUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineBasicBlock.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineBlockFrequencyInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineBlockPlacement.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineBranchProbabilityInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineCSE.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineCheckDebugify.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineCombiner.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineCopyPropagation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineDebugify.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineDominanceFrontier.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineDominators.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineFrameInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineFunction.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineFunctionPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineFunctionPrinterPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineFunctionSplitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineInstr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineInstrBundle.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineLICM.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineLoopInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineLoopUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineModuleInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineModuleInfoImpls.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineOperand.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineOptimizationRemarkEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineOutliner.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachinePassManager.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachinePipeliner.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachinePostDominators.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineRegionInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineRegisterInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineSSAUpdater.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineScheduler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineSink.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineSizeOpts.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineStableHash.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineStripDebug.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineTraceMetrics.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineVerifier.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MacroFusion.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ModuloSchedule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MultiHazardRecognizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/NonRelocatableStringpool.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/OptimizePHIs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/PHIElimination.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/PHIEliminationUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ParallelCG.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/PatchableFunction.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/PeepholeOptimizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/PostRAHazardRecognizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/PostRASchedulerList.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/PreISelIntrinsicLowering.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ProcessImplicitDefs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/PrologEpilogInserter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/PseudoProbeInserter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/PseudoSourceValue.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/RDFGraph.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/RDFLiveness.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/RDFRegisters.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ReachingDefAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/RegAllocBase.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/RegAllocBasic.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/RegAllocFast.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/RegAllocGreedy.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/RegAllocPBQP.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/RegUsageInfoCollector.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/RegUsageInfoPropagate.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/RegisterClassInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/RegisterCoalescer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/RegisterPressure.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/RegisterScavenging.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/RegisterUsageInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/RenameIndependentSubregs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ResetMachineFunctionPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SafeStack.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SafeStackLayout.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ScheduleDAG.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ScheduleDAGInstrs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ScheduleDAGPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ScoreboardHazardRecognizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ShadowStackGCLowering.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ShrinkWrap.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SjLjEHPrepare.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SlotIndexes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SpillPlacement.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SplitKit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/StackColoring.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/StackMapLivenessAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/StackMaps.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/StackProtector.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/StackSlotColoring.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SwiftErrorValueTracking.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SwitchLoweringUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/TailDuplication.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/TailDuplicator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/TargetFrameLoweringImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/TargetInstrInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/TargetLoweringBase.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/TargetLoweringObjectFileImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/TargetOptionsImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/TargetPassConfig.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/TargetRegisterInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/TargetSchedule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/TargetSubtargetInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/TwoAddressInstructionPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/TypePromotion.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/UnreachableBlockElim.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ValueTypes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/VirtRegMap.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/WasmEHPrepare.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/WinEHPrepare.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/XRayInstrumentation.cpp -) diff --git a/contrib/libs/llvm12/lib/CodeGen/CMakeLists.txt b/contrib/libs/llvm12/lib/CodeGen/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/llvm12/lib/CodeGen/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/llvm12/lib/CodeGen/CMakeLists.windows-x86_64.txt b/contrib/libs/llvm12/lib/CodeGen/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 8e35eefddb6..00000000000 --- a/contrib/libs/llvm12/lib/CodeGen/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,226 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(AsmPrinter) -add_subdirectory(GlobalISel) -add_subdirectory(SelectionDAG) - -add_library(llvm12-lib-CodeGen) -target_compile_options(llvm12-lib-CodeGen PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm12-lib-CodeGen PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen -) -target_link_libraries(llvm12-lib-CodeGen PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-Analysis - lib-Bitcode-Reader - lib-Bitcode-Writer - llvm12-lib-IR - llvm12-lib-MC - llvm12-lib-ProfileData - llvm12-lib-Support - llvm12-lib-Target - lib-Transforms-Scalar - lib-Transforms-Utils -) -target_sources(llvm12-lib-CodeGen PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AggressiveAntiDepBreaker.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AllocationOrder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/Analysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/AtomicExpandPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/BasicBlockSections.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/BasicTargetTransformInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/BranchFolding.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/BranchRelaxation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/BreakFalseDeps.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/BuiltinGCs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/CFGuardLongjmp.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/CFIInstrInserter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/CalcSpillWeights.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/CallingConvLower.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/CodeGen.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/CodeGenPassBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/CodeGenPrepare.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/CommandFlags.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/CriticalAntiDepBreaker.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/DFAPacketizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/DeadMachineInstructionElim.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/DetectDeadLanes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/DwarfEHPrepare.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/EarlyIfConversion.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/EdgeBundles.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ExecutionDomainFix.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ExpandMemCmp.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ExpandPostRAPseudos.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ExpandReductions.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/FEntryInserter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/FaultMaps.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/FinalizeISel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/FixupStatepointCallerSaved.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/FuncletLayout.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GCMetadata.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GCMetadataPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GCRootLowering.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GCStrategy.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalMerge.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/HardwareLoops.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/IfConversion.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ImplicitNullChecks.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/IndirectBrExpandPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/InlineSpiller.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/InterferenceCache.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/InterleavedAccessPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/InterleavedLoadCombinePass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/IntrinsicLowering.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LLVMTargetMachine.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LatencyPriorityQueue.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LazyMachineBlockFrequencyInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LexicalScopes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LiveDebugValues/LiveDebugValues.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LiveDebugValues/VarLocBasedImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LiveDebugVariables.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LiveInterval.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LiveIntervalCalc.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LiveIntervalUnion.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LiveIntervals.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LivePhysRegs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LiveRangeCalc.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LiveRangeEdit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LiveRangeShrink.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LiveRegMatrix.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LiveRegUnits.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LiveStacks.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LiveVariables.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LocalStackSlotAllocation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LoopTraversal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LowLevelType.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/LowerEmuTLS.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MBFIWrapper.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MIRCanonicalizerPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MIRNamerPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MIRPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MIRPrintingPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MIRVRegNamerUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineBasicBlock.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineBlockFrequencyInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineBlockPlacement.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineBranchProbabilityInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineCSE.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineCheckDebugify.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineCombiner.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineCopyPropagation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineDebugify.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineDominanceFrontier.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineDominators.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineFrameInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineFunction.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineFunctionPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineFunctionPrinterPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineFunctionSplitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineInstr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineInstrBundle.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineLICM.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineLoopInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineLoopUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineModuleInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineModuleInfoImpls.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineOperand.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineOptimizationRemarkEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineOutliner.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachinePassManager.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachinePipeliner.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachinePostDominators.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineRegionInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineRegisterInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineSSAUpdater.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineScheduler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineSink.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineSizeOpts.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineStableHash.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineStripDebug.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineTraceMetrics.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MachineVerifier.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MacroFusion.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ModuloSchedule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/MultiHazardRecognizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/NonRelocatableStringpool.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/OptimizePHIs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/PHIElimination.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/PHIEliminationUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ParallelCG.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/PatchableFunction.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/PeepholeOptimizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/PostRAHazardRecognizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/PostRASchedulerList.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/PreISelIntrinsicLowering.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ProcessImplicitDefs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/PrologEpilogInserter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/PseudoProbeInserter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/PseudoSourceValue.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/RDFGraph.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/RDFLiveness.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/RDFRegisters.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ReachingDefAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/RegAllocBase.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/RegAllocBasic.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/RegAllocFast.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/RegAllocGreedy.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/RegAllocPBQP.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/RegUsageInfoCollector.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/RegUsageInfoPropagate.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/RegisterClassInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/RegisterCoalescer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/RegisterPressure.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/RegisterScavenging.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/RegisterUsageInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/RenameIndependentSubregs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ResetMachineFunctionPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SafeStack.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SafeStackLayout.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ScheduleDAG.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ScheduleDAGInstrs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ScheduleDAGPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ScoreboardHazardRecognizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ShadowStackGCLowering.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ShrinkWrap.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SjLjEHPrepare.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SlotIndexes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SpillPlacement.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SplitKit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/StackColoring.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/StackMapLivenessAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/StackMaps.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/StackProtector.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/StackSlotColoring.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SwiftErrorValueTracking.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SwitchLoweringUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/TailDuplication.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/TailDuplicator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/TargetFrameLoweringImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/TargetInstrInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/TargetLoweringBase.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/TargetLoweringObjectFileImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/TargetOptionsImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/TargetPassConfig.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/TargetRegisterInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/TargetSchedule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/TargetSubtargetInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/TwoAddressInstructionPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/TypePromotion.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/UnreachableBlockElim.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/ValueTypes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/VirtRegMap.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/WasmEHPrepare.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/WinEHPrepare.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/XRayInstrumentation.cpp -) diff --git a/contrib/libs/llvm12/lib/CodeGen/GlobalISel/CMakeLists.darwin-x86_64.txt b/contrib/libs/llvm12/lib/CodeGen/GlobalISel/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 27309bf40c1..00000000000 --- a/contrib/libs/llvm12/lib/CodeGen/GlobalISel/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(lib-CodeGen-GlobalISel) -target_compile_options(lib-CodeGen-GlobalISel PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-CodeGen-GlobalISel PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel -) -target_link_libraries(lib-CodeGen-GlobalISel PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-Analysis - llvm12-lib-CodeGen - lib-CodeGen-SelectionDAG - llvm12-lib-IR - llvm12-lib-MC - llvm12-lib-Support - llvm12-lib-Target - lib-Transforms-Utils -) -target_sources(lib-CodeGen-GlobalISel PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/CSEInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/CSEMIRBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/CallLowering.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/Combiner.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/CombinerHelper.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/GISelChangeObserver.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/GISelKnownBits.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/GlobalISel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/IRTranslator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/InlineAsmLowering.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/InstructionSelect.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/InstructionSelector.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/LegalityPredicates.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/LegalizeMutations.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/Legalizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/LegalizerHelper.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/LegalizerInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/Localizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/LostDebugLocObserver.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/MachineIRBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/RegBankSelect.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/RegisterBank.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/RegisterBankInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/Utils.cpp -) diff --git a/contrib/libs/llvm12/lib/CodeGen/GlobalISel/CMakeLists.linux-aarch64.txt b/contrib/libs/llvm12/lib/CodeGen/GlobalISel/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 356c3e6fed9..00000000000 --- a/contrib/libs/llvm12/lib/CodeGen/GlobalISel/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(lib-CodeGen-GlobalISel) -target_compile_options(lib-CodeGen-GlobalISel PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-CodeGen-GlobalISel PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel -) -target_link_libraries(lib-CodeGen-GlobalISel PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-Analysis - llvm12-lib-CodeGen - lib-CodeGen-SelectionDAG - llvm12-lib-IR - llvm12-lib-MC - llvm12-lib-Support - llvm12-lib-Target - lib-Transforms-Utils -) -target_sources(lib-CodeGen-GlobalISel PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/CSEInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/CSEMIRBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/CallLowering.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/Combiner.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/CombinerHelper.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/GISelChangeObserver.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/GISelKnownBits.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/GlobalISel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/IRTranslator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/InlineAsmLowering.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/InstructionSelect.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/InstructionSelector.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/LegalityPredicates.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/LegalizeMutations.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/Legalizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/LegalizerHelper.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/LegalizerInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/Localizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/LostDebugLocObserver.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/MachineIRBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/RegBankSelect.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/RegisterBank.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/RegisterBankInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/Utils.cpp -) diff --git a/contrib/libs/llvm12/lib/CodeGen/GlobalISel/CMakeLists.linux-x86_64.txt b/contrib/libs/llvm12/lib/CodeGen/GlobalISel/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 356c3e6fed9..00000000000 --- a/contrib/libs/llvm12/lib/CodeGen/GlobalISel/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(lib-CodeGen-GlobalISel) -target_compile_options(lib-CodeGen-GlobalISel PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-CodeGen-GlobalISel PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel -) -target_link_libraries(lib-CodeGen-GlobalISel PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-Analysis - llvm12-lib-CodeGen - lib-CodeGen-SelectionDAG - llvm12-lib-IR - llvm12-lib-MC - llvm12-lib-Support - llvm12-lib-Target - lib-Transforms-Utils -) -target_sources(lib-CodeGen-GlobalISel PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/CSEInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/CSEMIRBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/CallLowering.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/Combiner.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/CombinerHelper.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/GISelChangeObserver.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/GISelKnownBits.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/GlobalISel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/IRTranslator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/InlineAsmLowering.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/InstructionSelect.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/InstructionSelector.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/LegalityPredicates.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/LegalizeMutations.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/Legalizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/LegalizerHelper.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/LegalizerInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/Localizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/LostDebugLocObserver.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/MachineIRBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/RegBankSelect.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/RegisterBank.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/RegisterBankInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/Utils.cpp -) diff --git a/contrib/libs/llvm12/lib/CodeGen/GlobalISel/CMakeLists.txt b/contrib/libs/llvm12/lib/CodeGen/GlobalISel/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/llvm12/lib/CodeGen/GlobalISel/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/llvm12/lib/CodeGen/GlobalISel/CMakeLists.windows-x86_64.txt b/contrib/libs/llvm12/lib/CodeGen/GlobalISel/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 27309bf40c1..00000000000 --- a/contrib/libs/llvm12/lib/CodeGen/GlobalISel/CMakeLists.windows-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(lib-CodeGen-GlobalISel) -target_compile_options(lib-CodeGen-GlobalISel PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-CodeGen-GlobalISel PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel -) -target_link_libraries(lib-CodeGen-GlobalISel PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-Analysis - llvm12-lib-CodeGen - lib-CodeGen-SelectionDAG - llvm12-lib-IR - llvm12-lib-MC - llvm12-lib-Support - llvm12-lib-Target - lib-Transforms-Utils -) -target_sources(lib-CodeGen-GlobalISel PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/CSEInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/CSEMIRBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/CallLowering.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/Combiner.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/CombinerHelper.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/GISelChangeObserver.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/GISelKnownBits.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/GlobalISel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/IRTranslator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/InlineAsmLowering.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/InstructionSelect.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/InstructionSelector.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/LegalityPredicates.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/LegalizeMutations.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/Legalizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/LegalizerHelper.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/LegalizerInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/Localizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/LostDebugLocObserver.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/MachineIRBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/RegBankSelect.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/RegisterBank.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/RegisterBankInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/GlobalISel/Utils.cpp -) diff --git a/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/CMakeLists.darwin-x86_64.txt b/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 4e4dec12dae..00000000000 --- a/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/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(lib-CodeGen-SelectionDAG) -target_compile_options(lib-CodeGen-SelectionDAG PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-CodeGen-SelectionDAG PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG -) -target_link_libraries(lib-CodeGen-SelectionDAG PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-Analysis - llvm12-lib-CodeGen - llvm12-lib-IR - llvm12-lib-MC - llvm12-lib-Support - llvm12-lib-Target - lib-Transforms-Utils -) -target_sources(lib-CodeGen-SelectionDAG PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/DAGCombiner.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/FastISel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/InstrEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/ResourcePriorityQueue.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/ScheduleDAGVLIW.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/SelectionDAG.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/SelectionDAGAddressAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/SelectionDAGTargetInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/StatepointLowering.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/TargetLowering.cpp -) diff --git a/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/CMakeLists.linux-aarch64.txt b/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a29c8b0bd72..00000000000 --- a/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/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(lib-CodeGen-SelectionDAG) -target_compile_options(lib-CodeGen-SelectionDAG PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-CodeGen-SelectionDAG PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG -) -target_link_libraries(lib-CodeGen-SelectionDAG PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-Analysis - llvm12-lib-CodeGen - llvm12-lib-IR - llvm12-lib-MC - llvm12-lib-Support - llvm12-lib-Target - lib-Transforms-Utils -) -target_sources(lib-CodeGen-SelectionDAG PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/DAGCombiner.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/FastISel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/InstrEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/ResourcePriorityQueue.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/ScheduleDAGVLIW.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/SelectionDAG.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/SelectionDAGAddressAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/SelectionDAGTargetInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/StatepointLowering.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/TargetLowering.cpp -) diff --git a/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/CMakeLists.linux-x86_64.txt b/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a29c8b0bd72..00000000000 --- a/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/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(lib-CodeGen-SelectionDAG) -target_compile_options(lib-CodeGen-SelectionDAG PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-CodeGen-SelectionDAG PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG -) -target_link_libraries(lib-CodeGen-SelectionDAG PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-Analysis - llvm12-lib-CodeGen - llvm12-lib-IR - llvm12-lib-MC - llvm12-lib-Support - llvm12-lib-Target - lib-Transforms-Utils -) -target_sources(lib-CodeGen-SelectionDAG PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/DAGCombiner.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/FastISel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/InstrEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/ResourcePriorityQueue.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/ScheduleDAGVLIW.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/SelectionDAG.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/SelectionDAGAddressAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/SelectionDAGTargetInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/StatepointLowering.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/TargetLowering.cpp -) diff --git a/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/CMakeLists.txt b/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/CMakeLists.windows-x86_64.txt b/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 4e4dec12dae..00000000000 --- a/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/CMakeLists.windows-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(lib-CodeGen-SelectionDAG) -target_compile_options(lib-CodeGen-SelectionDAG PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-CodeGen-SelectionDAG PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG -) -target_link_libraries(lib-CodeGen-SelectionDAG PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-Analysis - llvm12-lib-CodeGen - llvm12-lib-IR - llvm12-lib-MC - llvm12-lib-Support - llvm12-lib-Target - lib-Transforms-Utils -) -target_sources(lib-CodeGen-SelectionDAG PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/DAGCombiner.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/FastISel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/InstrEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/ResourcePriorityQueue.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/ScheduleDAGVLIW.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/SelectionDAG.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/SelectionDAGAddressAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/SelectionDAGTargetInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/StatepointLowering.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/CodeGen/SelectionDAG/TargetLowering.cpp -) diff --git a/contrib/libs/llvm12/lib/DebugInfo/CMakeLists.txt b/contrib/libs/llvm12/lib/DebugInfo/CMakeLists.txt deleted file mode 100644 index a1fc05a892e..00000000000 --- a/contrib/libs/llvm12/lib/DebugInfo/CMakeLists.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_subdirectory(CodeView) -add_subdirectory(DWARF) -add_subdirectory(MSF) -add_subdirectory(PDB) -add_subdirectory(Symbolize) diff --git a/contrib/libs/llvm12/lib/DebugInfo/CodeView/CMakeLists.darwin-x86_64.txt b/contrib/libs/llvm12/lib/DebugInfo/CodeView/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2d339031612..00000000000 --- a/contrib/libs/llvm12/lib/DebugInfo/CodeView/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(lib-DebugInfo-CodeView) -target_compile_options(lib-DebugInfo-CodeView PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-DebugInfo-CodeView PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView -) -target_link_libraries(lib-DebugInfo-CodeView PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - lib-DebugInfo-MSF - llvm12-lib-Support -) -target_sources(lib-DebugInfo-CodeView PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/AppendingTypeTableBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/CVSymbolVisitor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/CVTypeVisitor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/CodeViewError.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/CodeViewRecordIO.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/ContinuationRecordBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/DebugChecksumsSubsection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/DebugCrossExSubsection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/DebugCrossImpSubsection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/DebugFrameDataSubsection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/DebugInlineeLinesSubsection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/DebugLinesSubsection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/DebugStringTableSubsection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/DebugSubsection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/DebugSubsectionRecord.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/DebugSubsectionVisitor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/DebugSymbolRVASubsection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/DebugSymbolsSubsection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/EnumTables.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/Formatters.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/GlobalTypeTableBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/LazyRandomTypeCollection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/Line.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/MergingTypeTableBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/RecordName.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/RecordSerialization.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/SimpleTypeSerializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/StringsAndChecksums.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/SymbolDumper.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/SymbolRecordHelpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/SymbolRecordMapping.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/SymbolSerializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/TypeDumpVisitor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/TypeHashing.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/TypeIndex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/TypeIndexDiscovery.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/TypeRecordHelpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/TypeRecordMapping.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/TypeStreamMerger.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/TypeTableCollection.cpp -) diff --git a/contrib/libs/llvm12/lib/DebugInfo/CodeView/CMakeLists.linux-aarch64.txt b/contrib/libs/llvm12/lib/DebugInfo/CodeView/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 8069320e816..00000000000 --- a/contrib/libs/llvm12/lib/DebugInfo/CodeView/CMakeLists.linux-aarch64.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(lib-DebugInfo-CodeView) -target_compile_options(lib-DebugInfo-CodeView PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-DebugInfo-CodeView PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView -) -target_link_libraries(lib-DebugInfo-CodeView PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - lib-DebugInfo-MSF - llvm12-lib-Support -) -target_sources(lib-DebugInfo-CodeView PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/AppendingTypeTableBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/CVSymbolVisitor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/CVTypeVisitor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/CodeViewError.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/CodeViewRecordIO.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/ContinuationRecordBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/DebugChecksumsSubsection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/DebugCrossExSubsection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/DebugCrossImpSubsection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/DebugFrameDataSubsection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/DebugInlineeLinesSubsection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/DebugLinesSubsection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/DebugStringTableSubsection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/DebugSubsection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/DebugSubsectionRecord.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/DebugSubsectionVisitor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/DebugSymbolRVASubsection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/DebugSymbolsSubsection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/EnumTables.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/Formatters.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/GlobalTypeTableBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/LazyRandomTypeCollection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/Line.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/MergingTypeTableBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/RecordName.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/RecordSerialization.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/SimpleTypeSerializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/StringsAndChecksums.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/SymbolDumper.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/SymbolRecordHelpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/SymbolRecordMapping.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/SymbolSerializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/TypeDumpVisitor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/TypeHashing.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/TypeIndex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/TypeIndexDiscovery.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/TypeRecordHelpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/TypeRecordMapping.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/TypeStreamMerger.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/TypeTableCollection.cpp -) diff --git a/contrib/libs/llvm12/lib/DebugInfo/CodeView/CMakeLists.linux-x86_64.txt b/contrib/libs/llvm12/lib/DebugInfo/CodeView/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 8069320e816..00000000000 --- a/contrib/libs/llvm12/lib/DebugInfo/CodeView/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(lib-DebugInfo-CodeView) -target_compile_options(lib-DebugInfo-CodeView PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-DebugInfo-CodeView PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView -) -target_link_libraries(lib-DebugInfo-CodeView PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - lib-DebugInfo-MSF - llvm12-lib-Support -) -target_sources(lib-DebugInfo-CodeView PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/AppendingTypeTableBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/CVSymbolVisitor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/CVTypeVisitor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/CodeViewError.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/CodeViewRecordIO.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/ContinuationRecordBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/DebugChecksumsSubsection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/DebugCrossExSubsection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/DebugCrossImpSubsection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/DebugFrameDataSubsection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/DebugInlineeLinesSubsection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/DebugLinesSubsection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/DebugStringTableSubsection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/DebugSubsection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/DebugSubsectionRecord.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/DebugSubsectionVisitor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/DebugSymbolRVASubsection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/DebugSymbolsSubsection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/EnumTables.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/Formatters.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/GlobalTypeTableBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/LazyRandomTypeCollection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/Line.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/MergingTypeTableBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/RecordName.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/RecordSerialization.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/SimpleTypeSerializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/StringsAndChecksums.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/SymbolDumper.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/SymbolRecordHelpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/SymbolRecordMapping.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/SymbolSerializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/TypeDumpVisitor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/TypeHashing.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/TypeIndex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/TypeIndexDiscovery.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/TypeRecordHelpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/TypeRecordMapping.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/TypeStreamMerger.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/TypeTableCollection.cpp -) diff --git a/contrib/libs/llvm12/lib/DebugInfo/CodeView/CMakeLists.txt b/contrib/libs/llvm12/lib/DebugInfo/CodeView/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/llvm12/lib/DebugInfo/CodeView/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/llvm12/lib/DebugInfo/CodeView/CMakeLists.windows-x86_64.txt b/contrib/libs/llvm12/lib/DebugInfo/CodeView/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 2d339031612..00000000000 --- a/contrib/libs/llvm12/lib/DebugInfo/CodeView/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(lib-DebugInfo-CodeView) -target_compile_options(lib-DebugInfo-CodeView PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-DebugInfo-CodeView PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView -) -target_link_libraries(lib-DebugInfo-CodeView PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - lib-DebugInfo-MSF - llvm12-lib-Support -) -target_sources(lib-DebugInfo-CodeView PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/AppendingTypeTableBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/CVSymbolVisitor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/CVTypeVisitor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/CodeViewError.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/CodeViewRecordIO.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/ContinuationRecordBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/DebugChecksumsSubsection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/DebugCrossExSubsection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/DebugCrossImpSubsection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/DebugFrameDataSubsection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/DebugInlineeLinesSubsection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/DebugLinesSubsection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/DebugStringTableSubsection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/DebugSubsection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/DebugSubsectionRecord.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/DebugSubsectionVisitor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/DebugSymbolRVASubsection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/DebugSymbolsSubsection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/EnumTables.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/Formatters.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/GlobalTypeTableBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/LazyRandomTypeCollection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/Line.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/MergingTypeTableBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/RecordName.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/RecordSerialization.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/SimpleTypeSerializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/StringsAndChecksums.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/SymbolDumper.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/SymbolRecordHelpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/SymbolRecordMapping.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/SymbolSerializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/TypeDumpVisitor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/TypeHashing.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/TypeIndex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/TypeIndexDiscovery.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/TypeRecordHelpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/TypeRecordMapping.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/TypeStreamMerger.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/CodeView/TypeTableCollection.cpp -) diff --git a/contrib/libs/llvm12/lib/DebugInfo/DWARF/CMakeLists.darwin-x86_64.txt b/contrib/libs/llvm12/lib/DebugInfo/DWARF/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2b5a8b0bd74..00000000000 --- a/contrib/libs/llvm12/lib/DebugInfo/DWARF/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,54 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(lib-DebugInfo-DWARF) -target_compile_options(lib-DebugInfo-DWARF PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-DebugInfo-DWARF PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF -) -target_link_libraries(lib-DebugInfo-DWARF PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - llvm12-lib-BinaryFormat - llvm12-lib-MC - llvm12-lib-Object - llvm12-lib-Support -) -target_sources(lib-DebugInfo-DWARF PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFAbbreviationDeclaration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFAddressRange.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFCompileUnit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFContext.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFDataExtractor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFDebugAbbrev.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFDebugAddr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFDebugArangeSet.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFDebugAranges.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFDebugFrame.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFDebugInfoEntry.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFDebugLine.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFDebugLoc.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFDebugMacro.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFDebugPubTable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFDebugRangeList.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFDebugRnglists.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFDie.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFExpression.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFFormValue.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFGdbIndex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFListTable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFLocationExpression.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFTypeUnit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFUnit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFUnitIndex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFVerifier.cpp -) diff --git a/contrib/libs/llvm12/lib/DebugInfo/DWARF/CMakeLists.linux-aarch64.txt b/contrib/libs/llvm12/lib/DebugInfo/DWARF/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 99bb6435ef0..00000000000 --- a/contrib/libs/llvm12/lib/DebugInfo/DWARF/CMakeLists.linux-aarch64.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(lib-DebugInfo-DWARF) -target_compile_options(lib-DebugInfo-DWARF PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-DebugInfo-DWARF PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF -) -target_link_libraries(lib-DebugInfo-DWARF PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - llvm12-lib-BinaryFormat - llvm12-lib-MC - llvm12-lib-Object - llvm12-lib-Support -) -target_sources(lib-DebugInfo-DWARF PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFAbbreviationDeclaration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFAddressRange.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFCompileUnit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFContext.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFDataExtractor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFDebugAbbrev.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFDebugAddr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFDebugArangeSet.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFDebugAranges.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFDebugFrame.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFDebugInfoEntry.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFDebugLine.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFDebugLoc.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFDebugMacro.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFDebugPubTable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFDebugRangeList.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFDebugRnglists.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFDie.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFExpression.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFFormValue.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFGdbIndex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFListTable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFLocationExpression.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFTypeUnit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFUnit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFUnitIndex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFVerifier.cpp -) diff --git a/contrib/libs/llvm12/lib/DebugInfo/DWARF/CMakeLists.linux-x86_64.txt b/contrib/libs/llvm12/lib/DebugInfo/DWARF/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 99bb6435ef0..00000000000 --- a/contrib/libs/llvm12/lib/DebugInfo/DWARF/CMakeLists.linux-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(lib-DebugInfo-DWARF) -target_compile_options(lib-DebugInfo-DWARF PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-DebugInfo-DWARF PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF -) -target_link_libraries(lib-DebugInfo-DWARF PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - llvm12-lib-BinaryFormat - llvm12-lib-MC - llvm12-lib-Object - llvm12-lib-Support -) -target_sources(lib-DebugInfo-DWARF PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFAbbreviationDeclaration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFAddressRange.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFCompileUnit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFContext.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFDataExtractor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFDebugAbbrev.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFDebugAddr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFDebugArangeSet.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFDebugAranges.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFDebugFrame.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFDebugInfoEntry.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFDebugLine.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFDebugLoc.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFDebugMacro.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFDebugPubTable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFDebugRangeList.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFDebugRnglists.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFDie.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFExpression.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFFormValue.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFGdbIndex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFListTable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFLocationExpression.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFTypeUnit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFUnit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFUnitIndex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFVerifier.cpp -) diff --git a/contrib/libs/llvm12/lib/DebugInfo/DWARF/CMakeLists.txt b/contrib/libs/llvm12/lib/DebugInfo/DWARF/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/llvm12/lib/DebugInfo/DWARF/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/llvm12/lib/DebugInfo/DWARF/CMakeLists.windows-x86_64.txt b/contrib/libs/llvm12/lib/DebugInfo/DWARF/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 2b5a8b0bd74..00000000000 --- a/contrib/libs/llvm12/lib/DebugInfo/DWARF/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,54 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(lib-DebugInfo-DWARF) -target_compile_options(lib-DebugInfo-DWARF PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-DebugInfo-DWARF PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF -) -target_link_libraries(lib-DebugInfo-DWARF PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - llvm12-lib-BinaryFormat - llvm12-lib-MC - llvm12-lib-Object - llvm12-lib-Support -) -target_sources(lib-DebugInfo-DWARF PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFAbbreviationDeclaration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFAddressRange.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFCompileUnit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFContext.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFDataExtractor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFDebugAbbrev.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFDebugAddr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFDebugArangeSet.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFDebugAranges.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFDebugFrame.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFDebugInfoEntry.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFDebugLine.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFDebugLoc.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFDebugMacro.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFDebugPubTable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFDebugRangeList.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFDebugRnglists.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFDie.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFExpression.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFFormValue.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFGdbIndex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFListTable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFLocationExpression.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFTypeUnit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFUnit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFUnitIndex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/DWARF/DWARFVerifier.cpp -) diff --git a/contrib/libs/llvm12/lib/DebugInfo/MSF/CMakeLists.darwin-x86_64.txt b/contrib/libs/llvm12/lib/DebugInfo/MSF/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 333a23b759d..00000000000 --- a/contrib/libs/llvm12/lib/DebugInfo/MSF/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(lib-DebugInfo-MSF) -target_compile_options(lib-DebugInfo-MSF PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-DebugInfo-MSF PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/MSF -) -target_link_libraries(lib-DebugInfo-MSF PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - llvm12-lib-Support -) -target_sources(lib-DebugInfo-MSF PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/MSF/MSFBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/MSF/MSFCommon.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/MSF/MSFError.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/MSF/MappedBlockStream.cpp -) diff --git a/contrib/libs/llvm12/lib/DebugInfo/MSF/CMakeLists.linux-aarch64.txt b/contrib/libs/llvm12/lib/DebugInfo/MSF/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 0afe1e70f07..00000000000 --- a/contrib/libs/llvm12/lib/DebugInfo/MSF/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(lib-DebugInfo-MSF) -target_compile_options(lib-DebugInfo-MSF PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-DebugInfo-MSF PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/MSF -) -target_link_libraries(lib-DebugInfo-MSF PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - llvm12-lib-Support -) -target_sources(lib-DebugInfo-MSF PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/MSF/MSFBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/MSF/MSFCommon.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/MSF/MSFError.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/MSF/MappedBlockStream.cpp -) diff --git a/contrib/libs/llvm12/lib/DebugInfo/MSF/CMakeLists.linux-x86_64.txt b/contrib/libs/llvm12/lib/DebugInfo/MSF/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 0afe1e70f07..00000000000 --- a/contrib/libs/llvm12/lib/DebugInfo/MSF/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(lib-DebugInfo-MSF) -target_compile_options(lib-DebugInfo-MSF PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-DebugInfo-MSF PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/MSF -) -target_link_libraries(lib-DebugInfo-MSF PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - llvm12-lib-Support -) -target_sources(lib-DebugInfo-MSF PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/MSF/MSFBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/MSF/MSFCommon.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/MSF/MSFError.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/MSF/MappedBlockStream.cpp -) diff --git a/contrib/libs/llvm12/lib/DebugInfo/MSF/CMakeLists.txt b/contrib/libs/llvm12/lib/DebugInfo/MSF/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/llvm12/lib/DebugInfo/MSF/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/llvm12/lib/DebugInfo/MSF/CMakeLists.windows-x86_64.txt b/contrib/libs/llvm12/lib/DebugInfo/MSF/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 333a23b759d..00000000000 --- a/contrib/libs/llvm12/lib/DebugInfo/MSF/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(lib-DebugInfo-MSF) -target_compile_options(lib-DebugInfo-MSF PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-DebugInfo-MSF PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/MSF -) -target_link_libraries(lib-DebugInfo-MSF PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - llvm12-lib-Support -) -target_sources(lib-DebugInfo-MSF PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/MSF/MSFBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/MSF/MSFCommon.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/MSF/MSFError.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/MSF/MappedBlockStream.cpp -) diff --git a/contrib/libs/llvm12/lib/DebugInfo/PDB/CMakeLists.darwin-x86_64.txt b/contrib/libs/llvm12/lib/DebugInfo/PDB/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 499426d8b6e..00000000000 --- a/contrib/libs/llvm12/lib/DebugInfo/PDB/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,117 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(lib-DebugInfo-PDB) -target_compile_options(lib-DebugInfo-PDB PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-DebugInfo-PDB PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB -) -target_link_libraries(lib-DebugInfo-PDB PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - llvm12-lib-BinaryFormat - lib-DebugInfo-CodeView - lib-DebugInfo-MSF - llvm12-lib-Object - llvm12-lib-Support -) -target_sources(lib-DebugInfo-PDB PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/GenericError.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/IPDBSourceFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/DbiModuleDescriptor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/DbiModuleList.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/DbiStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/DbiStreamBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/EnumTables.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/GSIStreamBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/GlobalsStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/Hash.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/HashTable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/InfoStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/InfoStreamBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/InjectedSourceStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/ModuleDebugStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NamedStreamMap.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeCompilandSymbol.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeEnumGlobals.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeEnumInjectedSources.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeEnumLineNumbers.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeEnumModules.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeEnumSymbols.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeEnumTypes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeExeSymbol.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeFunctionSymbol.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeInlineSiteSymbol.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeLineNumber.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativePublicSymbol.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeSession.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeSourceFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeSymbolEnumerator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeTypeArray.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeTypeBuiltin.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeTypeEnum.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeTypeFunctionSig.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeTypePointer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeTypeTypedef.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeTypeUDT.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeTypeVTShape.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/PDBFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/PDBStringTable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/PDBStringTableBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/PublicsStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/RawError.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/SymbolCache.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/SymbolStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/TpiHashing.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/TpiStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/TpiStreamBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDB.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBContext.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBExtras.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBInterfaceAnchors.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymDumper.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbol.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolAnnotation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolBlock.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolCompiland.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolCompilandDetails.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolCompilandEnv.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolCustom.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolData.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolExe.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolFunc.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolFuncDebugEnd.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolFuncDebugStart.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolLabel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolPublicSymbol.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolThunk.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolTypeArray.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolTypeBaseClass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolTypeBuiltin.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolTypeCustom.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolTypeDimension.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolTypeEnum.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolTypeFriend.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolTypeFunctionArg.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolTypeFunctionSig.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolTypeManaged.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolTypePointer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolTypeTypedef.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolTypeUDT.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolTypeVTable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolTypeVTableShape.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolUnknown.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolUsingNamespace.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/UDTLayout.cpp -) diff --git a/contrib/libs/llvm12/lib/DebugInfo/PDB/CMakeLists.linux-aarch64.txt b/contrib/libs/llvm12/lib/DebugInfo/PDB/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e5b50385a40..00000000000 --- a/contrib/libs/llvm12/lib/DebugInfo/PDB/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,118 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(lib-DebugInfo-PDB) -target_compile_options(lib-DebugInfo-PDB PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-DebugInfo-PDB PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB -) -target_link_libraries(lib-DebugInfo-PDB PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - llvm12-lib-BinaryFormat - lib-DebugInfo-CodeView - lib-DebugInfo-MSF - llvm12-lib-Object - llvm12-lib-Support -) -target_sources(lib-DebugInfo-PDB PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/GenericError.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/IPDBSourceFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/DbiModuleDescriptor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/DbiModuleList.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/DbiStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/DbiStreamBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/EnumTables.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/GSIStreamBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/GlobalsStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/Hash.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/HashTable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/InfoStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/InfoStreamBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/InjectedSourceStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/ModuleDebugStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NamedStreamMap.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeCompilandSymbol.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeEnumGlobals.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeEnumInjectedSources.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeEnumLineNumbers.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeEnumModules.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeEnumSymbols.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeEnumTypes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeExeSymbol.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeFunctionSymbol.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeInlineSiteSymbol.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeLineNumber.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativePublicSymbol.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeSession.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeSourceFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeSymbolEnumerator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeTypeArray.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeTypeBuiltin.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeTypeEnum.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeTypeFunctionSig.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeTypePointer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeTypeTypedef.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeTypeUDT.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeTypeVTShape.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/PDBFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/PDBStringTable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/PDBStringTableBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/PublicsStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/RawError.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/SymbolCache.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/SymbolStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/TpiHashing.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/TpiStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/TpiStreamBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDB.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBContext.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBExtras.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBInterfaceAnchors.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymDumper.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbol.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolAnnotation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolBlock.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolCompiland.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolCompilandDetails.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolCompilandEnv.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolCustom.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolData.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolExe.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolFunc.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolFuncDebugEnd.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolFuncDebugStart.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolLabel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolPublicSymbol.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolThunk.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolTypeArray.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolTypeBaseClass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolTypeBuiltin.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolTypeCustom.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolTypeDimension.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolTypeEnum.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolTypeFriend.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolTypeFunctionArg.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolTypeFunctionSig.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolTypeManaged.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolTypePointer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolTypeTypedef.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolTypeUDT.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolTypeVTable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolTypeVTableShape.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolUnknown.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolUsingNamespace.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/UDTLayout.cpp -) diff --git a/contrib/libs/llvm12/lib/DebugInfo/PDB/CMakeLists.linux-x86_64.txt b/contrib/libs/llvm12/lib/DebugInfo/PDB/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e5b50385a40..00000000000 --- a/contrib/libs/llvm12/lib/DebugInfo/PDB/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,118 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(lib-DebugInfo-PDB) -target_compile_options(lib-DebugInfo-PDB PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-DebugInfo-PDB PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB -) -target_link_libraries(lib-DebugInfo-PDB PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - llvm12-lib-BinaryFormat - lib-DebugInfo-CodeView - lib-DebugInfo-MSF - llvm12-lib-Object - llvm12-lib-Support -) -target_sources(lib-DebugInfo-PDB PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/GenericError.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/IPDBSourceFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/DbiModuleDescriptor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/DbiModuleList.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/DbiStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/DbiStreamBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/EnumTables.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/GSIStreamBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/GlobalsStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/Hash.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/HashTable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/InfoStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/InfoStreamBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/InjectedSourceStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/ModuleDebugStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NamedStreamMap.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeCompilandSymbol.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeEnumGlobals.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeEnumInjectedSources.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeEnumLineNumbers.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeEnumModules.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeEnumSymbols.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeEnumTypes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeExeSymbol.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeFunctionSymbol.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeInlineSiteSymbol.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeLineNumber.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativePublicSymbol.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeSession.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeSourceFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeSymbolEnumerator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeTypeArray.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeTypeBuiltin.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeTypeEnum.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeTypeFunctionSig.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeTypePointer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeTypeTypedef.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeTypeUDT.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeTypeVTShape.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/PDBFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/PDBStringTable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/PDBStringTableBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/PublicsStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/RawError.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/SymbolCache.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/SymbolStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/TpiHashing.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/TpiStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/TpiStreamBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDB.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBContext.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBExtras.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBInterfaceAnchors.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymDumper.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbol.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolAnnotation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolBlock.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolCompiland.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolCompilandDetails.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolCompilandEnv.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolCustom.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolData.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolExe.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolFunc.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolFuncDebugEnd.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolFuncDebugStart.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolLabel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolPublicSymbol.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolThunk.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolTypeArray.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolTypeBaseClass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolTypeBuiltin.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolTypeCustom.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolTypeDimension.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolTypeEnum.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolTypeFriend.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolTypeFunctionArg.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolTypeFunctionSig.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolTypeManaged.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolTypePointer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolTypeTypedef.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolTypeUDT.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolTypeVTable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolTypeVTableShape.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolUnknown.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolUsingNamespace.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/UDTLayout.cpp -) diff --git a/contrib/libs/llvm12/lib/DebugInfo/PDB/CMakeLists.txt b/contrib/libs/llvm12/lib/DebugInfo/PDB/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/llvm12/lib/DebugInfo/PDB/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/llvm12/lib/DebugInfo/PDB/CMakeLists.windows-x86_64.txt b/contrib/libs/llvm12/lib/DebugInfo/PDB/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 499426d8b6e..00000000000 --- a/contrib/libs/llvm12/lib/DebugInfo/PDB/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,117 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(lib-DebugInfo-PDB) -target_compile_options(lib-DebugInfo-PDB PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-DebugInfo-PDB PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB -) -target_link_libraries(lib-DebugInfo-PDB PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - llvm12-lib-BinaryFormat - lib-DebugInfo-CodeView - lib-DebugInfo-MSF - llvm12-lib-Object - llvm12-lib-Support -) -target_sources(lib-DebugInfo-PDB PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/GenericError.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/IPDBSourceFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/DbiModuleDescriptor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/DbiModuleList.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/DbiStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/DbiStreamBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/EnumTables.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/GSIStreamBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/GlobalsStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/Hash.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/HashTable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/InfoStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/InfoStreamBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/InjectedSourceStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/ModuleDebugStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NamedStreamMap.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeCompilandSymbol.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeEnumGlobals.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeEnumInjectedSources.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeEnumLineNumbers.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeEnumModules.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeEnumSymbols.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeEnumTypes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeExeSymbol.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeFunctionSymbol.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeInlineSiteSymbol.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeLineNumber.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativePublicSymbol.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeSession.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeSourceFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeSymbolEnumerator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeTypeArray.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeTypeBuiltin.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeTypeEnum.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeTypeFunctionSig.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeTypePointer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeTypeTypedef.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeTypeUDT.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/NativeTypeVTShape.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/PDBFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/PDBStringTable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/PDBStringTableBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/PublicsStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/RawError.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/SymbolCache.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/SymbolStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/TpiHashing.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/TpiStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/Native/TpiStreamBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDB.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBContext.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBExtras.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBInterfaceAnchors.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymDumper.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbol.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolAnnotation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolBlock.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolCompiland.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolCompilandDetails.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolCompilandEnv.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolCustom.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolData.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolExe.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolFunc.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolFuncDebugEnd.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolFuncDebugStart.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolLabel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolPublicSymbol.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolThunk.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolTypeArray.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolTypeBaseClass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolTypeBuiltin.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolTypeCustom.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolTypeDimension.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolTypeEnum.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolTypeFriend.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolTypeFunctionArg.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolTypeFunctionSig.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolTypeManaged.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolTypePointer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolTypeTypedef.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolTypeUDT.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolTypeVTable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolTypeVTableShape.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolUnknown.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/PDBSymbolUsingNamespace.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/PDB/UDTLayout.cpp -) diff --git a/contrib/libs/llvm12/lib/DebugInfo/Symbolize/CMakeLists.darwin-x86_64.txt b/contrib/libs/llvm12/lib/DebugInfo/Symbolize/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 39a3b7dec0f..00000000000 --- a/contrib/libs/llvm12/lib/DebugInfo/Symbolize/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(lib-DebugInfo-Symbolize) -target_compile_options(lib-DebugInfo-Symbolize PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-DebugInfo-Symbolize PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/Symbolize -) -target_link_libraries(lib-DebugInfo-Symbolize PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - lib-DebugInfo-DWARF - lib-DebugInfo-PDB - llvm12-lib-Demangle - llvm12-lib-Object - llvm12-lib-Support -) -target_sources(lib-DebugInfo-Symbolize PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/Symbolize/DIPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/Symbolize/SymbolizableObjectFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/Symbolize/Symbolize.cpp -) diff --git a/contrib/libs/llvm12/lib/DebugInfo/Symbolize/CMakeLists.linux-aarch64.txt b/contrib/libs/llvm12/lib/DebugInfo/Symbolize/CMakeLists.linux-aarch64.txt deleted file mode 100644 index dff4e05e8d7..00000000000 --- a/contrib/libs/llvm12/lib/DebugInfo/Symbolize/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(lib-DebugInfo-Symbolize) -target_compile_options(lib-DebugInfo-Symbolize PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-DebugInfo-Symbolize PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/Symbolize -) -target_link_libraries(lib-DebugInfo-Symbolize PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - lib-DebugInfo-DWARF - lib-DebugInfo-PDB - llvm12-lib-Demangle - llvm12-lib-Object - llvm12-lib-Support -) -target_sources(lib-DebugInfo-Symbolize PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/Symbolize/DIPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/Symbolize/SymbolizableObjectFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/Symbolize/Symbolize.cpp -) diff --git a/contrib/libs/llvm12/lib/DebugInfo/Symbolize/CMakeLists.linux-x86_64.txt b/contrib/libs/llvm12/lib/DebugInfo/Symbolize/CMakeLists.linux-x86_64.txt deleted file mode 100644 index dff4e05e8d7..00000000000 --- a/contrib/libs/llvm12/lib/DebugInfo/Symbolize/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(lib-DebugInfo-Symbolize) -target_compile_options(lib-DebugInfo-Symbolize PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-DebugInfo-Symbolize PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/Symbolize -) -target_link_libraries(lib-DebugInfo-Symbolize PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - lib-DebugInfo-DWARF - lib-DebugInfo-PDB - llvm12-lib-Demangle - llvm12-lib-Object - llvm12-lib-Support -) -target_sources(lib-DebugInfo-Symbolize PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/Symbolize/DIPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/Symbolize/SymbolizableObjectFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/Symbolize/Symbolize.cpp -) diff --git a/contrib/libs/llvm12/lib/DebugInfo/Symbolize/CMakeLists.txt b/contrib/libs/llvm12/lib/DebugInfo/Symbolize/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/llvm12/lib/DebugInfo/Symbolize/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/llvm12/lib/DebugInfo/Symbolize/CMakeLists.windows-x86_64.txt b/contrib/libs/llvm12/lib/DebugInfo/Symbolize/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 39a3b7dec0f..00000000000 --- a/contrib/libs/llvm12/lib/DebugInfo/Symbolize/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(lib-DebugInfo-Symbolize) -target_compile_options(lib-DebugInfo-Symbolize PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-DebugInfo-Symbolize PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/Symbolize -) -target_link_libraries(lib-DebugInfo-Symbolize PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - lib-DebugInfo-DWARF - lib-DebugInfo-PDB - llvm12-lib-Demangle - llvm12-lib-Object - llvm12-lib-Support -) -target_sources(lib-DebugInfo-Symbolize PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/Symbolize/DIPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/Symbolize/SymbolizableObjectFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/DebugInfo/Symbolize/Symbolize.cpp -) diff --git a/contrib/libs/llvm12/lib/Demangle/CMakeLists.darwin-x86_64.txt b/contrib/libs/llvm12/lib/Demangle/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 8ce23b0d3bd..00000000000 --- a/contrib/libs/llvm12/lib/Demangle/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(llvm12-lib-Demangle) -target_compile_options(llvm12-lib-Demangle PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm12-lib-Demangle PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Demangle -) -target_link_libraries(llvm12-lib-Demangle PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 -) -target_sources(llvm12-lib-Demangle PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Demangle/Demangle.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Demangle/ItaniumDemangle.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Demangle/MicrosoftDemangle.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Demangle/MicrosoftDemangleNodes.cpp -) diff --git a/contrib/libs/llvm12/lib/Demangle/CMakeLists.linux-aarch64.txt b/contrib/libs/llvm12/lib/Demangle/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 91665dd594a..00000000000 --- a/contrib/libs/llvm12/lib/Demangle/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(llvm12-lib-Demangle) -target_compile_options(llvm12-lib-Demangle PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm12-lib-Demangle PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Demangle -) -target_link_libraries(llvm12-lib-Demangle PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 -) -target_sources(llvm12-lib-Demangle PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Demangle/Demangle.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Demangle/ItaniumDemangle.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Demangle/MicrosoftDemangle.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Demangle/MicrosoftDemangleNodes.cpp -) diff --git a/contrib/libs/llvm12/lib/Demangle/CMakeLists.linux-x86_64.txt b/contrib/libs/llvm12/lib/Demangle/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 91665dd594a..00000000000 --- a/contrib/libs/llvm12/lib/Demangle/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(llvm12-lib-Demangle) -target_compile_options(llvm12-lib-Demangle PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm12-lib-Demangle PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Demangle -) -target_link_libraries(llvm12-lib-Demangle PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 -) -target_sources(llvm12-lib-Demangle PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Demangle/Demangle.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Demangle/ItaniumDemangle.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Demangle/MicrosoftDemangle.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Demangle/MicrosoftDemangleNodes.cpp -) diff --git a/contrib/libs/llvm12/lib/Demangle/CMakeLists.txt b/contrib/libs/llvm12/lib/Demangle/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/llvm12/lib/Demangle/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/llvm12/lib/Demangle/CMakeLists.windows-x86_64.txt b/contrib/libs/llvm12/lib/Demangle/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 8ce23b0d3bd..00000000000 --- a/contrib/libs/llvm12/lib/Demangle/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(llvm12-lib-Demangle) -target_compile_options(llvm12-lib-Demangle PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm12-lib-Demangle PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Demangle -) -target_link_libraries(llvm12-lib-Demangle PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 -) -target_sources(llvm12-lib-Demangle PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Demangle/Demangle.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Demangle/ItaniumDemangle.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Demangle/MicrosoftDemangle.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Demangle/MicrosoftDemangleNodes.cpp -) diff --git a/contrib/libs/llvm12/lib/ExecutionEngine/CMakeLists.darwin-x86_64.txt b/contrib/libs/llvm12/lib/ExecutionEngine/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 8822271bb66..00000000000 --- a/contrib/libs/llvm12/lib/ExecutionEngine/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_subdirectory(MCJIT) -add_subdirectory(RuntimeDyld) - -add_library(llvm12-lib-ExecutionEngine) -target_compile_options(llvm12-lib-ExecutionEngine PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm12-lib-ExecutionEngine PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine -) -target_link_libraries(llvm12-lib-ExecutionEngine PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - lib-ExecutionEngine-RuntimeDyld - llvm12-lib-IR - llvm12-lib-MC - llvm12-lib-Object - llvm12-lib-Support - llvm12-lib-Target -) -target_sources(llvm12-lib-ExecutionEngine PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/ExecutionEngine.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/ExecutionEngineBindings.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/GDBRegistrationListener.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/SectionMemoryManager.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/TargetSelect.cpp -) diff --git a/contrib/libs/llvm12/lib/ExecutionEngine/CMakeLists.linux-aarch64.txt b/contrib/libs/llvm12/lib/ExecutionEngine/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 0b5d23d06fb..00000000000 --- a/contrib/libs/llvm12/lib/ExecutionEngine/CMakeLists.linux-aarch64.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_subdirectory(MCJIT) -add_subdirectory(PerfJITEvents) -add_subdirectory(RuntimeDyld) - -add_library(llvm12-lib-ExecutionEngine) -target_compile_options(llvm12-lib-ExecutionEngine PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm12-lib-ExecutionEngine PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine -) -target_link_libraries(llvm12-lib-ExecutionEngine PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - lib-ExecutionEngine-RuntimeDyld - llvm12-lib-IR - llvm12-lib-MC - llvm12-lib-Object - llvm12-lib-Support - llvm12-lib-Target -) -target_sources(llvm12-lib-ExecutionEngine PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/ExecutionEngine.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/ExecutionEngineBindings.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/GDBRegistrationListener.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/SectionMemoryManager.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/TargetSelect.cpp -) diff --git a/contrib/libs/llvm12/lib/ExecutionEngine/CMakeLists.linux-x86_64.txt b/contrib/libs/llvm12/lib/ExecutionEngine/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 0b5d23d06fb..00000000000 --- a/contrib/libs/llvm12/lib/ExecutionEngine/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_subdirectory(MCJIT) -add_subdirectory(PerfJITEvents) -add_subdirectory(RuntimeDyld) - -add_library(llvm12-lib-ExecutionEngine) -target_compile_options(llvm12-lib-ExecutionEngine PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm12-lib-ExecutionEngine PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine -) -target_link_libraries(llvm12-lib-ExecutionEngine PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - lib-ExecutionEngine-RuntimeDyld - llvm12-lib-IR - llvm12-lib-MC - llvm12-lib-Object - llvm12-lib-Support - llvm12-lib-Target -) -target_sources(llvm12-lib-ExecutionEngine PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/ExecutionEngine.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/ExecutionEngineBindings.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/GDBRegistrationListener.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/SectionMemoryManager.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/TargetSelect.cpp -) diff --git a/contrib/libs/llvm12/lib/ExecutionEngine/CMakeLists.txt b/contrib/libs/llvm12/lib/ExecutionEngine/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/llvm12/lib/ExecutionEngine/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/llvm12/lib/ExecutionEngine/CMakeLists.windows-x86_64.txt b/contrib/libs/llvm12/lib/ExecutionEngine/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 8822271bb66..00000000000 --- a/contrib/libs/llvm12/lib/ExecutionEngine/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_subdirectory(MCJIT) -add_subdirectory(RuntimeDyld) - -add_library(llvm12-lib-ExecutionEngine) -target_compile_options(llvm12-lib-ExecutionEngine PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm12-lib-ExecutionEngine PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine -) -target_link_libraries(llvm12-lib-ExecutionEngine PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - lib-ExecutionEngine-RuntimeDyld - llvm12-lib-IR - llvm12-lib-MC - llvm12-lib-Object - llvm12-lib-Support - llvm12-lib-Target -) -target_sources(llvm12-lib-ExecutionEngine PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/ExecutionEngine.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/ExecutionEngineBindings.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/GDBRegistrationListener.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/SectionMemoryManager.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/TargetSelect.cpp -) diff --git a/contrib/libs/llvm12/lib/ExecutionEngine/MCJIT/CMakeLists.darwin-x86_64.txt b/contrib/libs/llvm12/lib/ExecutionEngine/MCJIT/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 5404346e22a..00000000000 --- a/contrib/libs/llvm12/lib/ExecutionEngine/MCJIT/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(lib-ExecutionEngine-MCJIT) -target_compile_options(lib-ExecutionEngine-MCJIT PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-ExecutionEngine-MCJIT PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/MCJIT -) -target_link_libraries(lib-ExecutionEngine-MCJIT PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-ExecutionEngine - lib-ExecutionEngine-RuntimeDyld - llvm12-lib-IR - llvm12-lib-Object - llvm12-lib-Support - llvm12-lib-Target -) -target_sources(lib-ExecutionEngine-MCJIT PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/MCJIT/MCJIT.cpp -) diff --git a/contrib/libs/llvm12/lib/ExecutionEngine/MCJIT/CMakeLists.linux-aarch64.txt b/contrib/libs/llvm12/lib/ExecutionEngine/MCJIT/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e2731cdb216..00000000000 --- a/contrib/libs/llvm12/lib/ExecutionEngine/MCJIT/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(lib-ExecutionEngine-MCJIT) -target_compile_options(lib-ExecutionEngine-MCJIT PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-ExecutionEngine-MCJIT PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/MCJIT -) -target_link_libraries(lib-ExecutionEngine-MCJIT PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-ExecutionEngine - lib-ExecutionEngine-RuntimeDyld - llvm12-lib-IR - llvm12-lib-Object - llvm12-lib-Support - llvm12-lib-Target -) -target_sources(lib-ExecutionEngine-MCJIT PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/MCJIT/MCJIT.cpp -) diff --git a/contrib/libs/llvm12/lib/ExecutionEngine/MCJIT/CMakeLists.linux-x86_64.txt b/contrib/libs/llvm12/lib/ExecutionEngine/MCJIT/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e2731cdb216..00000000000 --- a/contrib/libs/llvm12/lib/ExecutionEngine/MCJIT/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(lib-ExecutionEngine-MCJIT) -target_compile_options(lib-ExecutionEngine-MCJIT PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-ExecutionEngine-MCJIT PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/MCJIT -) -target_link_libraries(lib-ExecutionEngine-MCJIT PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-ExecutionEngine - lib-ExecutionEngine-RuntimeDyld - llvm12-lib-IR - llvm12-lib-Object - llvm12-lib-Support - llvm12-lib-Target -) -target_sources(lib-ExecutionEngine-MCJIT PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/MCJIT/MCJIT.cpp -) diff --git a/contrib/libs/llvm12/lib/ExecutionEngine/MCJIT/CMakeLists.txt b/contrib/libs/llvm12/lib/ExecutionEngine/MCJIT/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/llvm12/lib/ExecutionEngine/MCJIT/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/llvm12/lib/ExecutionEngine/MCJIT/CMakeLists.windows-x86_64.txt b/contrib/libs/llvm12/lib/ExecutionEngine/MCJIT/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 5404346e22a..00000000000 --- a/contrib/libs/llvm12/lib/ExecutionEngine/MCJIT/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(lib-ExecutionEngine-MCJIT) -target_compile_options(lib-ExecutionEngine-MCJIT PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-ExecutionEngine-MCJIT PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/MCJIT -) -target_link_libraries(lib-ExecutionEngine-MCJIT PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-ExecutionEngine - lib-ExecutionEngine-RuntimeDyld - llvm12-lib-IR - llvm12-lib-Object - llvm12-lib-Support - llvm12-lib-Target -) -target_sources(lib-ExecutionEngine-MCJIT PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/MCJIT/MCJIT.cpp -) diff --git a/contrib/libs/llvm12/lib/ExecutionEngine/PerfJITEvents/CMakeLists.linux-aarch64.txt b/contrib/libs/llvm12/lib/ExecutionEngine/PerfJITEvents/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 99bf1810a22..00000000000 --- a/contrib/libs/llvm12/lib/ExecutionEngine/PerfJITEvents/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(lib-ExecutionEngine-PerfJITEvents) -target_compile_options(lib-ExecutionEngine-PerfJITEvents PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-ExecutionEngine-PerfJITEvents PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/PerfJITEvents -) -target_link_libraries(lib-ExecutionEngine-PerfJITEvents PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - llvm12-lib-CodeGen - lib-DebugInfo-DWARF - llvm12-lib-ExecutionEngine - lib-ExecutionEngine-RuntimeDyld - llvm12-lib-IR - llvm12-lib-Object - llvm12-lib-Support -) -target_sources(lib-ExecutionEngine-PerfJITEvents PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/PerfJITEvents/PerfJITEventListener.cpp -) diff --git a/contrib/libs/llvm12/lib/ExecutionEngine/PerfJITEvents/CMakeLists.linux-x86_64.txt b/contrib/libs/llvm12/lib/ExecutionEngine/PerfJITEvents/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 99bf1810a22..00000000000 --- a/contrib/libs/llvm12/lib/ExecutionEngine/PerfJITEvents/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(lib-ExecutionEngine-PerfJITEvents) -target_compile_options(lib-ExecutionEngine-PerfJITEvents PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-ExecutionEngine-PerfJITEvents PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/PerfJITEvents -) -target_link_libraries(lib-ExecutionEngine-PerfJITEvents PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - llvm12-lib-CodeGen - lib-DebugInfo-DWARF - llvm12-lib-ExecutionEngine - lib-ExecutionEngine-RuntimeDyld - llvm12-lib-IR - llvm12-lib-Object - llvm12-lib-Support -) -target_sources(lib-ExecutionEngine-PerfJITEvents PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/PerfJITEvents/PerfJITEventListener.cpp -) diff --git a/contrib/libs/llvm12/lib/ExecutionEngine/PerfJITEvents/CMakeLists.txt b/contrib/libs/llvm12/lib/ExecutionEngine/PerfJITEvents/CMakeLists.txt deleted file mode 100644 index d6c5c0bbeb4..00000000000 --- a/contrib/libs/llvm12/lib/ExecutionEngine/PerfJITEvents/CMakeLists.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. - - -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) -endif() diff --git a/contrib/libs/llvm12/lib/ExecutionEngine/RuntimeDyld/CMakeLists.darwin-x86_64.txt b/contrib/libs/llvm12/lib/ExecutionEngine/RuntimeDyld/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a55dda54ceb..00000000000 --- a/contrib/libs/llvm12/lib/ExecutionEngine/RuntimeDyld/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(lib-ExecutionEngine-RuntimeDyld) -target_compile_options(lib-ExecutionEngine-RuntimeDyld PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-ExecutionEngine-RuntimeDyld PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/RuntimeDyld -) -target_link_libraries(lib-ExecutionEngine-RuntimeDyld PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-IR - llvm12-lib-MC - llvm12-lib-Object - llvm12-lib-Support -) -target_sources(lib-ExecutionEngine-RuntimeDyld PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/RuntimeDyld/JITSymbol.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/RuntimeDyld/RTDyldMemoryManager.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldCOFF.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldChecker.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldELFMips.cpp -) diff --git a/contrib/libs/llvm12/lib/ExecutionEngine/RuntimeDyld/CMakeLists.linux-aarch64.txt b/contrib/libs/llvm12/lib/ExecutionEngine/RuntimeDyld/CMakeLists.linux-aarch64.txt deleted file mode 100644 index f79d0d9af0a..00000000000 --- a/contrib/libs/llvm12/lib/ExecutionEngine/RuntimeDyld/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(lib-ExecutionEngine-RuntimeDyld) -target_compile_options(lib-ExecutionEngine-RuntimeDyld PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-ExecutionEngine-RuntimeDyld PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/RuntimeDyld -) -target_link_libraries(lib-ExecutionEngine-RuntimeDyld PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-IR - llvm12-lib-MC - llvm12-lib-Object - llvm12-lib-Support -) -target_sources(lib-ExecutionEngine-RuntimeDyld PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/RuntimeDyld/JITSymbol.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/RuntimeDyld/RTDyldMemoryManager.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldCOFF.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldChecker.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldELFMips.cpp -) diff --git a/contrib/libs/llvm12/lib/ExecutionEngine/RuntimeDyld/CMakeLists.linux-x86_64.txt b/contrib/libs/llvm12/lib/ExecutionEngine/RuntimeDyld/CMakeLists.linux-x86_64.txt deleted file mode 100644 index f79d0d9af0a..00000000000 --- a/contrib/libs/llvm12/lib/ExecutionEngine/RuntimeDyld/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(lib-ExecutionEngine-RuntimeDyld) -target_compile_options(lib-ExecutionEngine-RuntimeDyld PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-ExecutionEngine-RuntimeDyld PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/RuntimeDyld -) -target_link_libraries(lib-ExecutionEngine-RuntimeDyld PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-IR - llvm12-lib-MC - llvm12-lib-Object - llvm12-lib-Support -) -target_sources(lib-ExecutionEngine-RuntimeDyld PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/RuntimeDyld/JITSymbol.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/RuntimeDyld/RTDyldMemoryManager.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldCOFF.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldChecker.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldELFMips.cpp -) diff --git a/contrib/libs/llvm12/lib/ExecutionEngine/RuntimeDyld/CMakeLists.txt b/contrib/libs/llvm12/lib/ExecutionEngine/RuntimeDyld/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/llvm12/lib/ExecutionEngine/RuntimeDyld/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/llvm12/lib/ExecutionEngine/RuntimeDyld/CMakeLists.windows-x86_64.txt b/contrib/libs/llvm12/lib/ExecutionEngine/RuntimeDyld/CMakeLists.windows-x86_64.txt deleted file mode 100644 index a55dda54ceb..00000000000 --- a/contrib/libs/llvm12/lib/ExecutionEngine/RuntimeDyld/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(lib-ExecutionEngine-RuntimeDyld) -target_compile_options(lib-ExecutionEngine-RuntimeDyld PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-ExecutionEngine-RuntimeDyld PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/RuntimeDyld -) -target_link_libraries(lib-ExecutionEngine-RuntimeDyld PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-IR - llvm12-lib-MC - llvm12-lib-Object - llvm12-lib-Support -) -target_sources(lib-ExecutionEngine-RuntimeDyld PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/RuntimeDyld/JITSymbol.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/RuntimeDyld/RTDyldMemoryManager.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldCOFF.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldChecker.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldELFMips.cpp -) diff --git a/contrib/libs/llvm12/lib/Frontend/CMakeLists.txt b/contrib/libs/llvm12/lib/Frontend/CMakeLists.txt deleted file mode 100644 index 2f3f84b9776..00000000000 --- a/contrib/libs/llvm12/lib/Frontend/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(OpenMP) diff --git a/contrib/libs/llvm12/lib/Frontend/OpenMP/CMakeLists.darwin-x86_64.txt b/contrib/libs/llvm12/lib/Frontend/OpenMP/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index ff198fe772d..00000000000 --- a/contrib/libs/llvm12/lib/Frontend/OpenMP/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,36 +0,0 @@ -set_property(SOURCE ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Frontend/OpenMP/OMP.cpp - PROPERTY GENERATED On -) - - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(lib-Frontend-OpenMP) -target_compile_options(lib-Frontend-OpenMP PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-Frontend-OpenMP PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Frontend/OpenMP -) -target_link_libraries(lib-Frontend-OpenMP PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-IR - llvm12-lib-Support - lib-Transforms-Utils -) -target_sources(lib-Frontend-OpenMP PRIVATE - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Frontend/OpenMP/OMP.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Frontend/OpenMP/OMPContext.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Frontend/OpenMP/OMPIRBuilder.cpp -) - -add_dependencies(lib-Frontend-OpenMP OpenMP-gen-srcs-stealing) - diff --git a/contrib/libs/llvm12/lib/Frontend/OpenMP/CMakeLists.linux-aarch64.txt b/contrib/libs/llvm12/lib/Frontend/OpenMP/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 879a65a6cb4..00000000000 --- a/contrib/libs/llvm12/lib/Frontend/OpenMP/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,37 +0,0 @@ -set_property(SOURCE ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Frontend/OpenMP/OMP.cpp - PROPERTY GENERATED On -) - - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(lib-Frontend-OpenMP) -target_compile_options(lib-Frontend-OpenMP PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-Frontend-OpenMP PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Frontend/OpenMP -) -target_link_libraries(lib-Frontend-OpenMP PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-IR - llvm12-lib-Support - lib-Transforms-Utils -) -target_sources(lib-Frontend-OpenMP PRIVATE - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Frontend/OpenMP/OMP.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Frontend/OpenMP/OMPContext.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Frontend/OpenMP/OMPIRBuilder.cpp -) - -add_dependencies(lib-Frontend-OpenMP OpenMP-gen-srcs-stealing) - diff --git a/contrib/libs/llvm12/lib/Frontend/OpenMP/CMakeLists.linux-x86_64.txt b/contrib/libs/llvm12/lib/Frontend/OpenMP/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 879a65a6cb4..00000000000 --- a/contrib/libs/llvm12/lib/Frontend/OpenMP/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,37 +0,0 @@ -set_property(SOURCE ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Frontend/OpenMP/OMP.cpp - PROPERTY GENERATED On -) - - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(lib-Frontend-OpenMP) -target_compile_options(lib-Frontend-OpenMP PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-Frontend-OpenMP PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Frontend/OpenMP -) -target_link_libraries(lib-Frontend-OpenMP PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-IR - llvm12-lib-Support - lib-Transforms-Utils -) -target_sources(lib-Frontend-OpenMP PRIVATE - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Frontend/OpenMP/OMP.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Frontend/OpenMP/OMPContext.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Frontend/OpenMP/OMPIRBuilder.cpp -) - -add_dependencies(lib-Frontend-OpenMP OpenMP-gen-srcs-stealing) - diff --git a/contrib/libs/llvm12/lib/Frontend/OpenMP/CMakeLists.txt b/contrib/libs/llvm12/lib/Frontend/OpenMP/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/llvm12/lib/Frontend/OpenMP/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/llvm12/lib/Frontend/OpenMP/CMakeLists.windows-x86_64.txt b/contrib/libs/llvm12/lib/Frontend/OpenMP/CMakeLists.windows-x86_64.txt deleted file mode 100644 index ff198fe772d..00000000000 --- a/contrib/libs/llvm12/lib/Frontend/OpenMP/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,36 +0,0 @@ -set_property(SOURCE ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Frontend/OpenMP/OMP.cpp - PROPERTY GENERATED On -) - - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(lib-Frontend-OpenMP) -target_compile_options(lib-Frontend-OpenMP PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-Frontend-OpenMP PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Frontend/OpenMP -) -target_link_libraries(lib-Frontend-OpenMP PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-IR - llvm12-lib-Support - lib-Transforms-Utils -) -target_sources(lib-Frontend-OpenMP PRIVATE - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Frontend/OpenMP/OMP.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Frontend/OpenMP/OMPContext.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Frontend/OpenMP/OMPIRBuilder.cpp -) - -add_dependencies(lib-Frontend-OpenMP OpenMP-gen-srcs-stealing) - diff --git a/contrib/libs/llvm12/lib/IR/CMakeLists.darwin-x86_64.txt b/contrib/libs/llvm12/lib/IR/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 39523b06af8..00000000000 --- a/contrib/libs/llvm12/lib/IR/CMakeLists.darwin-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_library(llvm12-lib-IR) -target_compile_options(llvm12-lib-IR PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm12-lib-IR PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR -) -target_link_libraries(llvm12-lib-IR PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-BinaryFormat - llvm12-lib-Remarks - llvm12-lib-Support -) -target_sources(llvm12-lib-IR PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/AbstractCallSite.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/AsmWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Assumptions.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Attributes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/AutoUpgrade.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/BasicBlock.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Comdat.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/ConstantFold.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/ConstantRange.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Constants.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Core.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/DIBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/DataLayout.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/DebugInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/DebugInfoMetadata.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/DebugLoc.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/DiagnosticHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/DiagnosticInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/DiagnosticPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Dominators.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/FPEnv.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Function.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/GVMaterializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Globals.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/IRBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/IRPrintingPasses.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/InlineAsm.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Instruction.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Instructions.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/IntrinsicInst.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/LLVMContext.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/LLVMContextImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/LLVMRemarkStreamer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/LegacyPassManager.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/MDBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Mangler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Metadata.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Module.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/ModuleSummaryIndex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Operator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/OptBisect.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Pass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/PassInstrumentation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/PassManager.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/PassRegistry.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/PassTimingInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/PrintPasses.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/ProfileSummary.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/PseudoProbe.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/ReplaceConstant.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/SafepointIRVerifier.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Statepoint.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/StructuralHash.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Type.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/TypeFinder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Use.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/User.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Value.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/ValueSymbolTable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Verifier.cpp -) diff --git a/contrib/libs/llvm12/lib/IR/CMakeLists.linux-aarch64.txt b/contrib/libs/llvm12/lib/IR/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 1ec678d8d5a..00000000000 --- a/contrib/libs/llvm12/lib/IR/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,87 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(llvm12-lib-IR) -target_compile_options(llvm12-lib-IR PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm12-lib-IR PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR -) -target_link_libraries(llvm12-lib-IR PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-BinaryFormat - llvm12-lib-Remarks - llvm12-lib-Support -) -target_sources(llvm12-lib-IR PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/AbstractCallSite.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/AsmWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Assumptions.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Attributes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/AutoUpgrade.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/BasicBlock.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Comdat.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/ConstantFold.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/ConstantRange.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Constants.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Core.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/DIBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/DataLayout.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/DebugInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/DebugInfoMetadata.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/DebugLoc.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/DiagnosticHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/DiagnosticInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/DiagnosticPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Dominators.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/FPEnv.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Function.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/GVMaterializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Globals.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/IRBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/IRPrintingPasses.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/InlineAsm.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Instruction.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Instructions.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/IntrinsicInst.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/LLVMContext.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/LLVMContextImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/LLVMRemarkStreamer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/LegacyPassManager.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/MDBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Mangler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Metadata.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Module.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/ModuleSummaryIndex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Operator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/OptBisect.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Pass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/PassInstrumentation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/PassManager.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/PassRegistry.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/PassTimingInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/PrintPasses.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/ProfileSummary.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/PseudoProbe.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/ReplaceConstant.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/SafepointIRVerifier.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Statepoint.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/StructuralHash.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Type.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/TypeFinder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Use.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/User.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Value.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/ValueSymbolTable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Verifier.cpp -) diff --git a/contrib/libs/llvm12/lib/IR/CMakeLists.linux-x86_64.txt b/contrib/libs/llvm12/lib/IR/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 1ec678d8d5a..00000000000 --- a/contrib/libs/llvm12/lib/IR/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,87 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(llvm12-lib-IR) -target_compile_options(llvm12-lib-IR PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm12-lib-IR PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR -) -target_link_libraries(llvm12-lib-IR PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-BinaryFormat - llvm12-lib-Remarks - llvm12-lib-Support -) -target_sources(llvm12-lib-IR PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/AbstractCallSite.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/AsmWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Assumptions.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Attributes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/AutoUpgrade.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/BasicBlock.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Comdat.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/ConstantFold.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/ConstantRange.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Constants.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Core.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/DIBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/DataLayout.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/DebugInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/DebugInfoMetadata.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/DebugLoc.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/DiagnosticHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/DiagnosticInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/DiagnosticPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Dominators.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/FPEnv.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Function.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/GVMaterializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Globals.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/IRBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/IRPrintingPasses.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/InlineAsm.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Instruction.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Instructions.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/IntrinsicInst.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/LLVMContext.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/LLVMContextImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/LLVMRemarkStreamer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/LegacyPassManager.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/MDBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Mangler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Metadata.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Module.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/ModuleSummaryIndex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Operator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/OptBisect.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Pass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/PassInstrumentation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/PassManager.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/PassRegistry.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/PassTimingInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/PrintPasses.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/ProfileSummary.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/PseudoProbe.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/ReplaceConstant.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/SafepointIRVerifier.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Statepoint.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/StructuralHash.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Type.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/TypeFinder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Use.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/User.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Value.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/ValueSymbolTable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Verifier.cpp -) diff --git a/contrib/libs/llvm12/lib/IR/CMakeLists.txt b/contrib/libs/llvm12/lib/IR/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/llvm12/lib/IR/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/llvm12/lib/IR/CMakeLists.windows-x86_64.txt b/contrib/libs/llvm12/lib/IR/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 39523b06af8..00000000000 --- a/contrib/libs/llvm12/lib/IR/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_library(llvm12-lib-IR) -target_compile_options(llvm12-lib-IR PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm12-lib-IR PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR -) -target_link_libraries(llvm12-lib-IR PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-BinaryFormat - llvm12-lib-Remarks - llvm12-lib-Support -) -target_sources(llvm12-lib-IR PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/AbstractCallSite.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/AsmWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Assumptions.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Attributes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/AutoUpgrade.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/BasicBlock.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Comdat.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/ConstantFold.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/ConstantRange.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Constants.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Core.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/DIBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/DataLayout.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/DebugInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/DebugInfoMetadata.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/DebugLoc.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/DiagnosticHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/DiagnosticInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/DiagnosticPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Dominators.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/FPEnv.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Function.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/GVMaterializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Globals.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/IRBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/IRPrintingPasses.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/InlineAsm.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Instruction.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Instructions.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/IntrinsicInst.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/LLVMContext.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/LLVMContextImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/LLVMRemarkStreamer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/LegacyPassManager.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/MDBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Mangler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Metadata.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Module.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/ModuleSummaryIndex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Operator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/OptBisect.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Pass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/PassInstrumentation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/PassManager.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/PassRegistry.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/PassTimingInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/PrintPasses.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/ProfileSummary.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/PseudoProbe.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/ReplaceConstant.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/SafepointIRVerifier.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Statepoint.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/StructuralHash.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Type.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/TypeFinder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Use.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/User.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Value.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/ValueSymbolTable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IR/Verifier.cpp -) diff --git a/contrib/libs/llvm12/lib/IRReader/CMakeLists.darwin-x86_64.txt b/contrib/libs/llvm12/lib/IRReader/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index bea3fbc885b..00000000000 --- a/contrib/libs/llvm12/lib/IRReader/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(llvm12-lib-IRReader) -target_compile_options(llvm12-lib-IRReader PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm12-lib-IRReader PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IRReader -) -target_link_libraries(llvm12-lib-IRReader PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-AsmParser - lib-Bitcode-Reader - llvm12-lib-IR - llvm12-lib-Support -) -target_sources(llvm12-lib-IRReader PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IRReader/IRReader.cpp -) diff --git a/contrib/libs/llvm12/lib/IRReader/CMakeLists.linux-aarch64.txt b/contrib/libs/llvm12/lib/IRReader/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 2fc3d6c7810..00000000000 --- a/contrib/libs/llvm12/lib/IRReader/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(llvm12-lib-IRReader) -target_compile_options(llvm12-lib-IRReader PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm12-lib-IRReader PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IRReader -) -target_link_libraries(llvm12-lib-IRReader PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-AsmParser - lib-Bitcode-Reader - llvm12-lib-IR - llvm12-lib-Support -) -target_sources(llvm12-lib-IRReader PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IRReader/IRReader.cpp -) diff --git a/contrib/libs/llvm12/lib/IRReader/CMakeLists.linux-x86_64.txt b/contrib/libs/llvm12/lib/IRReader/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 2fc3d6c7810..00000000000 --- a/contrib/libs/llvm12/lib/IRReader/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(llvm12-lib-IRReader) -target_compile_options(llvm12-lib-IRReader PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm12-lib-IRReader PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IRReader -) -target_link_libraries(llvm12-lib-IRReader PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-AsmParser - lib-Bitcode-Reader - llvm12-lib-IR - llvm12-lib-Support -) -target_sources(llvm12-lib-IRReader PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IRReader/IRReader.cpp -) diff --git a/contrib/libs/llvm12/lib/IRReader/CMakeLists.txt b/contrib/libs/llvm12/lib/IRReader/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/llvm12/lib/IRReader/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/llvm12/lib/IRReader/CMakeLists.windows-x86_64.txt b/contrib/libs/llvm12/lib/IRReader/CMakeLists.windows-x86_64.txt deleted file mode 100644 index bea3fbc885b..00000000000 --- a/contrib/libs/llvm12/lib/IRReader/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(llvm12-lib-IRReader) -target_compile_options(llvm12-lib-IRReader PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm12-lib-IRReader PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IRReader -) -target_link_libraries(llvm12-lib-IRReader PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-AsmParser - lib-Bitcode-Reader - llvm12-lib-IR - llvm12-lib-Support -) -target_sources(llvm12-lib-IRReader PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IRReader/IRReader.cpp -) diff --git a/contrib/libs/llvm12/lib/Linker/CMakeLists.darwin-x86_64.txt b/contrib/libs/llvm12/lib/Linker/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 1b6e260057c..00000000000 --- a/contrib/libs/llvm12/lib/Linker/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(llvm12-lib-Linker) -target_compile_options(llvm12-lib-Linker PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm12-lib-Linker PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Linker -) -target_link_libraries(llvm12-lib-Linker PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-IR - llvm12-lib-Object - llvm12-lib-Support - lib-Transforms-Utils -) -target_sources(llvm12-lib-Linker PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Linker/IRMover.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Linker/LinkModules.cpp -) diff --git a/contrib/libs/llvm12/lib/Linker/CMakeLists.linux-aarch64.txt b/contrib/libs/llvm12/lib/Linker/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 00082279885..00000000000 --- a/contrib/libs/llvm12/lib/Linker/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(llvm12-lib-Linker) -target_compile_options(llvm12-lib-Linker PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm12-lib-Linker PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Linker -) -target_link_libraries(llvm12-lib-Linker PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-IR - llvm12-lib-Object - llvm12-lib-Support - lib-Transforms-Utils -) -target_sources(llvm12-lib-Linker PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Linker/IRMover.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Linker/LinkModules.cpp -) diff --git a/contrib/libs/llvm12/lib/Linker/CMakeLists.linux-x86_64.txt b/contrib/libs/llvm12/lib/Linker/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 00082279885..00000000000 --- a/contrib/libs/llvm12/lib/Linker/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(llvm12-lib-Linker) -target_compile_options(llvm12-lib-Linker PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm12-lib-Linker PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Linker -) -target_link_libraries(llvm12-lib-Linker PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-IR - llvm12-lib-Object - llvm12-lib-Support - lib-Transforms-Utils -) -target_sources(llvm12-lib-Linker PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Linker/IRMover.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Linker/LinkModules.cpp -) diff --git a/contrib/libs/llvm12/lib/Linker/CMakeLists.txt b/contrib/libs/llvm12/lib/Linker/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/llvm12/lib/Linker/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/llvm12/lib/Linker/CMakeLists.windows-x86_64.txt b/contrib/libs/llvm12/lib/Linker/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 1b6e260057c..00000000000 --- a/contrib/libs/llvm12/lib/Linker/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(llvm12-lib-Linker) -target_compile_options(llvm12-lib-Linker PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm12-lib-Linker PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Linker -) -target_link_libraries(llvm12-lib-Linker PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-IR - llvm12-lib-Object - llvm12-lib-Support - lib-Transforms-Utils -) -target_sources(llvm12-lib-Linker PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Linker/IRMover.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Linker/LinkModules.cpp -) diff --git a/contrib/libs/llvm12/lib/MC/CMakeLists.darwin-x86_64.txt b/contrib/libs/llvm12/lib/MC/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a873c2d122e..00000000000 --- a/contrib/libs/llvm12/lib/MC/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_subdirectory(MCDisassembler) -add_subdirectory(MCParser) - -add_library(llvm12-lib-MC) -target_compile_options(llvm12-lib-MC PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm12-lib-MC PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC -) -target_link_libraries(llvm12-lib-MC PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - llvm12-lib-BinaryFormat - lib-DebugInfo-CodeView - llvm12-lib-Support -) -target_sources(llvm12-lib-MC PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/ConstantPools.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/ELFObjectWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCAsmBackend.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCAsmInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCAsmInfoCOFF.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCAsmInfoDarwin.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCAsmInfoELF.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCAsmInfoWasm.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCAsmInfoXCOFF.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCAsmMacro.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCAsmStreamer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCAssembler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCCodeEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCCodeView.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCContext.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCDwarf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCELFObjectTargetWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCELFStreamer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCExpr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCFragment.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCInst.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCInstPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCInstrAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCInstrDesc.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCInstrInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCLabel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCLinkerOptimizationHint.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCMachOStreamer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCMachObjectTargetWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCNullStreamer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCObjectFileInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCObjectStreamer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCObjectWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCPseudoProbe.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCRegisterInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCSchedule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCSection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCSectionCOFF.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCSectionELF.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCSectionMachO.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCSectionWasm.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCSectionXCOFF.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCStreamer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCSubtargetInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCSymbol.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCSymbolELF.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCSymbolXCOFF.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCTargetOptions.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCTargetOptionsCommandFlags.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCValue.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCWasmObjectTargetWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCWasmStreamer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCWin64EH.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCWinCOFFStreamer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCWinEH.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCXCOFFObjectTargetWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCXCOFFStreamer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MachObjectWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/StringTableBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/SubtargetFeature.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/WasmObjectWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/WinCOFFObjectWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/XCOFFObjectWriter.cpp -) diff --git a/contrib/libs/llvm12/lib/MC/CMakeLists.linux-aarch64.txt b/contrib/libs/llvm12/lib/MC/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 62a27d359de..00000000000 --- a/contrib/libs/llvm12/lib/MC/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_subdirectory(MCDisassembler) -add_subdirectory(MCParser) - -add_library(llvm12-lib-MC) -target_compile_options(llvm12-lib-MC PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm12-lib-MC PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC -) -target_link_libraries(llvm12-lib-MC PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - llvm12-lib-BinaryFormat - lib-DebugInfo-CodeView - llvm12-lib-Support -) -target_sources(llvm12-lib-MC PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/ConstantPools.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/ELFObjectWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCAsmBackend.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCAsmInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCAsmInfoCOFF.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCAsmInfoDarwin.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCAsmInfoELF.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCAsmInfoWasm.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCAsmInfoXCOFF.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCAsmMacro.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCAsmStreamer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCAssembler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCCodeEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCCodeView.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCContext.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCDwarf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCELFObjectTargetWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCELFStreamer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCExpr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCFragment.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCInst.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCInstPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCInstrAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCInstrDesc.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCInstrInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCLabel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCLinkerOptimizationHint.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCMachOStreamer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCMachObjectTargetWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCNullStreamer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCObjectFileInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCObjectStreamer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCObjectWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCPseudoProbe.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCRegisterInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCSchedule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCSection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCSectionCOFF.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCSectionELF.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCSectionMachO.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCSectionWasm.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCSectionXCOFF.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCStreamer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCSubtargetInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCSymbol.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCSymbolELF.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCSymbolXCOFF.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCTargetOptions.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCTargetOptionsCommandFlags.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCValue.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCWasmObjectTargetWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCWasmStreamer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCWin64EH.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCWinCOFFStreamer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCWinEH.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCXCOFFObjectTargetWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCXCOFFStreamer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MachObjectWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/StringTableBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/SubtargetFeature.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/WasmObjectWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/WinCOFFObjectWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/XCOFFObjectWriter.cpp -) diff --git a/contrib/libs/llvm12/lib/MC/CMakeLists.linux-x86_64.txt b/contrib/libs/llvm12/lib/MC/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 62a27d359de..00000000000 --- a/contrib/libs/llvm12/lib/MC/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(MCDisassembler) -add_subdirectory(MCParser) - -add_library(llvm12-lib-MC) -target_compile_options(llvm12-lib-MC PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm12-lib-MC PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC -) -target_link_libraries(llvm12-lib-MC PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - llvm12-lib-BinaryFormat - lib-DebugInfo-CodeView - llvm12-lib-Support -) -target_sources(llvm12-lib-MC PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/ConstantPools.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/ELFObjectWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCAsmBackend.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCAsmInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCAsmInfoCOFF.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCAsmInfoDarwin.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCAsmInfoELF.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCAsmInfoWasm.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCAsmInfoXCOFF.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCAsmMacro.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCAsmStreamer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCAssembler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCCodeEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCCodeView.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCContext.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCDwarf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCELFObjectTargetWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCELFStreamer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCExpr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCFragment.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCInst.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCInstPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCInstrAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCInstrDesc.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCInstrInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCLabel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCLinkerOptimizationHint.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCMachOStreamer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCMachObjectTargetWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCNullStreamer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCObjectFileInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCObjectStreamer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCObjectWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCPseudoProbe.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCRegisterInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCSchedule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCSection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCSectionCOFF.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCSectionELF.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCSectionMachO.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCSectionWasm.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCSectionXCOFF.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCStreamer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCSubtargetInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCSymbol.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCSymbolELF.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCSymbolXCOFF.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCTargetOptions.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCTargetOptionsCommandFlags.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCValue.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCWasmObjectTargetWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCWasmStreamer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCWin64EH.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCWinCOFFStreamer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCWinEH.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCXCOFFObjectTargetWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCXCOFFStreamer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MachObjectWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/StringTableBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/SubtargetFeature.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/WasmObjectWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/WinCOFFObjectWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/XCOFFObjectWriter.cpp -) diff --git a/contrib/libs/llvm12/lib/MC/CMakeLists.txt b/contrib/libs/llvm12/lib/MC/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/llvm12/lib/MC/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/llvm12/lib/MC/CMakeLists.windows-x86_64.txt b/contrib/libs/llvm12/lib/MC/CMakeLists.windows-x86_64.txt deleted file mode 100644 index a873c2d122e..00000000000 --- a/contrib/libs/llvm12/lib/MC/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_subdirectory(MCDisassembler) -add_subdirectory(MCParser) - -add_library(llvm12-lib-MC) -target_compile_options(llvm12-lib-MC PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm12-lib-MC PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC -) -target_link_libraries(llvm12-lib-MC PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - llvm12-lib-BinaryFormat - lib-DebugInfo-CodeView - llvm12-lib-Support -) -target_sources(llvm12-lib-MC PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/ConstantPools.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/ELFObjectWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCAsmBackend.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCAsmInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCAsmInfoCOFF.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCAsmInfoDarwin.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCAsmInfoELF.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCAsmInfoWasm.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCAsmInfoXCOFF.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCAsmMacro.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCAsmStreamer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCAssembler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCCodeEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCCodeView.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCContext.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCDwarf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCELFObjectTargetWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCELFStreamer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCExpr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCFragment.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCInst.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCInstPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCInstrAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCInstrDesc.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCInstrInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCLabel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCLinkerOptimizationHint.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCMachOStreamer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCMachObjectTargetWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCNullStreamer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCObjectFileInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCObjectStreamer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCObjectWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCPseudoProbe.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCRegisterInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCSchedule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCSection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCSectionCOFF.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCSectionELF.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCSectionMachO.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCSectionWasm.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCSectionXCOFF.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCStreamer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCSubtargetInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCSymbol.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCSymbolELF.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCSymbolXCOFF.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCTargetOptions.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCTargetOptionsCommandFlags.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCValue.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCWasmObjectTargetWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCWasmStreamer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCWin64EH.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCWinCOFFStreamer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCWinEH.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCXCOFFObjectTargetWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCXCOFFStreamer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MachObjectWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/StringTableBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/SubtargetFeature.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/WasmObjectWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/WinCOFFObjectWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/XCOFFObjectWriter.cpp -) diff --git a/contrib/libs/llvm12/lib/MC/MCDisassembler/CMakeLists.darwin-x86_64.txt b/contrib/libs/llvm12/lib/MC/MCDisassembler/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a2bee93bc46..00000000000 --- a/contrib/libs/llvm12/lib/MC/MCDisassembler/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(lib-MC-MCDisassembler) -target_compile_options(lib-MC-MCDisassembler PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-MC-MCDisassembler PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCDisassembler -) -target_link_libraries(lib-MC-MCDisassembler PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - llvm12-lib-MC - llvm12-lib-Support -) -target_sources(lib-MC-MCDisassembler PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCDisassembler/Disassembler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCDisassembler/MCDisassembler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCDisassembler/MCExternalSymbolizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCDisassembler/MCRelocationInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCDisassembler/MCSymbolizer.cpp -) diff --git a/contrib/libs/llvm12/lib/MC/MCDisassembler/CMakeLists.linux-aarch64.txt b/contrib/libs/llvm12/lib/MC/MCDisassembler/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a6713624c13..00000000000 --- a/contrib/libs/llvm12/lib/MC/MCDisassembler/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(lib-MC-MCDisassembler) -target_compile_options(lib-MC-MCDisassembler PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-MC-MCDisassembler PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCDisassembler -) -target_link_libraries(lib-MC-MCDisassembler PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - llvm12-lib-MC - llvm12-lib-Support -) -target_sources(lib-MC-MCDisassembler PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCDisassembler/Disassembler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCDisassembler/MCDisassembler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCDisassembler/MCExternalSymbolizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCDisassembler/MCRelocationInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCDisassembler/MCSymbolizer.cpp -) diff --git a/contrib/libs/llvm12/lib/MC/MCDisassembler/CMakeLists.linux-x86_64.txt b/contrib/libs/llvm12/lib/MC/MCDisassembler/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a6713624c13..00000000000 --- a/contrib/libs/llvm12/lib/MC/MCDisassembler/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(lib-MC-MCDisassembler) -target_compile_options(lib-MC-MCDisassembler PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-MC-MCDisassembler PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCDisassembler -) -target_link_libraries(lib-MC-MCDisassembler PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - llvm12-lib-MC - llvm12-lib-Support -) -target_sources(lib-MC-MCDisassembler PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCDisassembler/Disassembler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCDisassembler/MCDisassembler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCDisassembler/MCExternalSymbolizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCDisassembler/MCRelocationInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCDisassembler/MCSymbolizer.cpp -) diff --git a/contrib/libs/llvm12/lib/MC/MCDisassembler/CMakeLists.txt b/contrib/libs/llvm12/lib/MC/MCDisassembler/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/llvm12/lib/MC/MCDisassembler/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/llvm12/lib/MC/MCDisassembler/CMakeLists.windows-x86_64.txt b/contrib/libs/llvm12/lib/MC/MCDisassembler/CMakeLists.windows-x86_64.txt deleted file mode 100644 index a2bee93bc46..00000000000 --- a/contrib/libs/llvm12/lib/MC/MCDisassembler/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(lib-MC-MCDisassembler) -target_compile_options(lib-MC-MCDisassembler PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-MC-MCDisassembler PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCDisassembler -) -target_link_libraries(lib-MC-MCDisassembler PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - llvm12-lib-MC - llvm12-lib-Support -) -target_sources(lib-MC-MCDisassembler PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCDisassembler/Disassembler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCDisassembler/MCDisassembler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCDisassembler/MCExternalSymbolizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCDisassembler/MCRelocationInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCDisassembler/MCSymbolizer.cpp -) diff --git a/contrib/libs/llvm12/lib/MC/MCParser/CMakeLists.darwin-x86_64.txt b/contrib/libs/llvm12/lib/MC/MCParser/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index e947a4a7c41..00000000000 --- a/contrib/libs/llvm12/lib/MC/MCParser/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(lib-MC-MCParser) -target_compile_options(lib-MC-MCParser PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-MC-MCParser PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCParser -) -target_link_libraries(lib-MC-MCParser PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - llvm12-lib-MC - llvm12-lib-Support -) -target_sources(lib-MC-MCParser PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCParser/AsmLexer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCParser/AsmParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCParser/COFFAsmParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCParser/COFFMasmParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCParser/DarwinAsmParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCParser/ELFAsmParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCParser/MCAsmLexer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCParser/MCAsmParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCParser/MCAsmParserExtension.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCParser/MCTargetAsmParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCParser/MasmParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCParser/WasmAsmParser.cpp -) diff --git a/contrib/libs/llvm12/lib/MC/MCParser/CMakeLists.linux-aarch64.txt b/contrib/libs/llvm12/lib/MC/MCParser/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 5385e415dda..00000000000 --- a/contrib/libs/llvm12/lib/MC/MCParser/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(lib-MC-MCParser) -target_compile_options(lib-MC-MCParser PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-MC-MCParser PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCParser -) -target_link_libraries(lib-MC-MCParser PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - llvm12-lib-MC - llvm12-lib-Support -) -target_sources(lib-MC-MCParser PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCParser/AsmLexer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCParser/AsmParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCParser/COFFAsmParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCParser/COFFMasmParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCParser/DarwinAsmParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCParser/ELFAsmParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCParser/MCAsmLexer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCParser/MCAsmParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCParser/MCAsmParserExtension.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCParser/MCTargetAsmParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCParser/MasmParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCParser/WasmAsmParser.cpp -) diff --git a/contrib/libs/llvm12/lib/MC/MCParser/CMakeLists.linux-x86_64.txt b/contrib/libs/llvm12/lib/MC/MCParser/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 5385e415dda..00000000000 --- a/contrib/libs/llvm12/lib/MC/MCParser/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(lib-MC-MCParser) -target_compile_options(lib-MC-MCParser PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-MC-MCParser PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCParser -) -target_link_libraries(lib-MC-MCParser PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - llvm12-lib-MC - llvm12-lib-Support -) -target_sources(lib-MC-MCParser PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCParser/AsmLexer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCParser/AsmParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCParser/COFFAsmParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCParser/COFFMasmParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCParser/DarwinAsmParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCParser/ELFAsmParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCParser/MCAsmLexer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCParser/MCAsmParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCParser/MCAsmParserExtension.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCParser/MCTargetAsmParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCParser/MasmParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCParser/WasmAsmParser.cpp -) diff --git a/contrib/libs/llvm12/lib/MC/MCParser/CMakeLists.txt b/contrib/libs/llvm12/lib/MC/MCParser/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/llvm12/lib/MC/MCParser/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/llvm12/lib/MC/MCParser/CMakeLists.windows-x86_64.txt b/contrib/libs/llvm12/lib/MC/MCParser/CMakeLists.windows-x86_64.txt deleted file mode 100644 index e947a4a7c41..00000000000 --- a/contrib/libs/llvm12/lib/MC/MCParser/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(lib-MC-MCParser) -target_compile_options(lib-MC-MCParser PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-MC-MCParser PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCParser -) -target_link_libraries(lib-MC-MCParser PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - llvm12-lib-MC - llvm12-lib-Support -) -target_sources(lib-MC-MCParser PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCParser/AsmLexer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCParser/AsmParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCParser/COFFAsmParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCParser/COFFMasmParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCParser/DarwinAsmParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCParser/ELFAsmParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCParser/MCAsmLexer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCParser/MCAsmParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCParser/MCAsmParserExtension.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCParser/MCTargetAsmParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCParser/MasmParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/MC/MCParser/WasmAsmParser.cpp -) diff --git a/contrib/libs/llvm12/lib/Object/CMakeLists.darwin-x86_64.txt b/contrib/libs/llvm12/lib/Object/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index f1207f4b5d4..00000000000 --- a/contrib/libs/llvm12/lib/Object/CMakeLists.darwin-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(llvm12-lib-Object) -target_compile_options(llvm12-lib-Object PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm12-lib-Object PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object -) -target_link_libraries(llvm12-lib-Object PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-BinaryFormat - lib-Bitcode-Reader - llvm12-lib-IR - llvm12-lib-MC - lib-MC-MCParser - llvm12-lib-Support - lib-TextAPI-MachO -) -target_sources(llvm12-lib-Object PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/Archive.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/ArchiveWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/Binary.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/COFFImportFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/COFFModuleDefinition.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/COFFObjectFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/Decompressor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/ELF.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/ELFObjectFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/Error.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/IRObjectFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/IRSymtab.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/MachOObjectFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/MachOUniversal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/MachOUniversalWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/Minidump.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/ModuleSymbolTable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/Object.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/ObjectFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/RecordStreamer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/RelocationResolver.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/SymbolSize.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/SymbolicFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/TapiFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/TapiUniversal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/WasmObjectFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/WindowsMachineFlag.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/WindowsResource.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/XCOFFObjectFile.cpp -) diff --git a/contrib/libs/llvm12/lib/Object/CMakeLists.linux-aarch64.txt b/contrib/libs/llvm12/lib/Object/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 45fb57f72c4..00000000000 --- a/contrib/libs/llvm12/lib/Object/CMakeLists.linux-aarch64.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(llvm12-lib-Object) -target_compile_options(llvm12-lib-Object PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm12-lib-Object PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object -) -target_link_libraries(llvm12-lib-Object PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-BinaryFormat - lib-Bitcode-Reader - llvm12-lib-IR - llvm12-lib-MC - lib-MC-MCParser - llvm12-lib-Support - lib-TextAPI-MachO -) -target_sources(llvm12-lib-Object PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/Archive.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/ArchiveWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/Binary.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/COFFImportFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/COFFModuleDefinition.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/COFFObjectFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/Decompressor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/ELF.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/ELFObjectFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/Error.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/IRObjectFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/IRSymtab.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/MachOObjectFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/MachOUniversal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/MachOUniversalWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/Minidump.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/ModuleSymbolTable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/Object.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/ObjectFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/RecordStreamer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/RelocationResolver.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/SymbolSize.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/SymbolicFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/TapiFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/TapiUniversal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/WasmObjectFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/WindowsMachineFlag.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/WindowsResource.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/XCOFFObjectFile.cpp -) diff --git a/contrib/libs/llvm12/lib/Object/CMakeLists.linux-x86_64.txt b/contrib/libs/llvm12/lib/Object/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 45fb57f72c4..00000000000 --- a/contrib/libs/llvm12/lib/Object/CMakeLists.linux-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(llvm12-lib-Object) -target_compile_options(llvm12-lib-Object PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm12-lib-Object PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object -) -target_link_libraries(llvm12-lib-Object PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-BinaryFormat - lib-Bitcode-Reader - llvm12-lib-IR - llvm12-lib-MC - lib-MC-MCParser - llvm12-lib-Support - lib-TextAPI-MachO -) -target_sources(llvm12-lib-Object PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/Archive.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/ArchiveWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/Binary.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/COFFImportFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/COFFModuleDefinition.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/COFFObjectFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/Decompressor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/ELF.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/ELFObjectFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/Error.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/IRObjectFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/IRSymtab.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/MachOObjectFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/MachOUniversal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/MachOUniversalWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/Minidump.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/ModuleSymbolTable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/Object.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/ObjectFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/RecordStreamer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/RelocationResolver.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/SymbolSize.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/SymbolicFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/TapiFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/TapiUniversal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/WasmObjectFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/WindowsMachineFlag.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/WindowsResource.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/XCOFFObjectFile.cpp -) diff --git a/contrib/libs/llvm12/lib/Object/CMakeLists.txt b/contrib/libs/llvm12/lib/Object/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/llvm12/lib/Object/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/llvm12/lib/Object/CMakeLists.windows-x86_64.txt b/contrib/libs/llvm12/lib/Object/CMakeLists.windows-x86_64.txt deleted file mode 100644 index f1207f4b5d4..00000000000 --- a/contrib/libs/llvm12/lib/Object/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(llvm12-lib-Object) -target_compile_options(llvm12-lib-Object PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm12-lib-Object PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object -) -target_link_libraries(llvm12-lib-Object PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-BinaryFormat - lib-Bitcode-Reader - llvm12-lib-IR - llvm12-lib-MC - lib-MC-MCParser - llvm12-lib-Support - lib-TextAPI-MachO -) -target_sources(llvm12-lib-Object PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/Archive.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/ArchiveWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/Binary.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/COFFImportFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/COFFModuleDefinition.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/COFFObjectFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/Decompressor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/ELF.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/ELFObjectFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/Error.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/IRObjectFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/IRSymtab.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/MachOObjectFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/MachOUniversal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/MachOUniversalWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/Minidump.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/ModuleSymbolTable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/Object.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/ObjectFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/RecordStreamer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/RelocationResolver.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/SymbolSize.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/SymbolicFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/TapiFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/TapiUniversal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/WasmObjectFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/WindowsMachineFlag.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/WindowsResource.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Object/XCOFFObjectFile.cpp -) diff --git a/contrib/libs/llvm12/lib/ProfileData/CMakeLists.darwin-x86_64.txt b/contrib/libs/llvm12/lib/ProfileData/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 3e79d53db20..00000000000 --- a/contrib/libs/llvm12/lib/ProfileData/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(llvm12-lib-ProfileData) -target_compile_options(llvm12-lib-ProfileData PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm12-lib-ProfileData PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ProfileData -) -target_link_libraries(llvm12-lib-ProfileData PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-Demangle - llvm12-lib-IR - llvm12-lib-Support -) -target_sources(llvm12-lib-ProfileData PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ProfileData/GCOV.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ProfileData/InstrProf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ProfileData/InstrProfReader.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ProfileData/InstrProfWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ProfileData/ProfileSummaryBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ProfileData/SampleProf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ProfileData/SampleProfReader.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ProfileData/SampleProfWriter.cpp -) diff --git a/contrib/libs/llvm12/lib/ProfileData/CMakeLists.linux-aarch64.txt b/contrib/libs/llvm12/lib/ProfileData/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 8dbd3c6d656..00000000000 --- a/contrib/libs/llvm12/lib/ProfileData/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(llvm12-lib-ProfileData) -target_compile_options(llvm12-lib-ProfileData PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm12-lib-ProfileData PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ProfileData -) -target_link_libraries(llvm12-lib-ProfileData PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-Demangle - llvm12-lib-IR - llvm12-lib-Support -) -target_sources(llvm12-lib-ProfileData PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ProfileData/GCOV.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ProfileData/InstrProf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ProfileData/InstrProfReader.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ProfileData/InstrProfWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ProfileData/ProfileSummaryBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ProfileData/SampleProf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ProfileData/SampleProfReader.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ProfileData/SampleProfWriter.cpp -) diff --git a/contrib/libs/llvm12/lib/ProfileData/CMakeLists.linux-x86_64.txt b/contrib/libs/llvm12/lib/ProfileData/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 8dbd3c6d656..00000000000 --- a/contrib/libs/llvm12/lib/ProfileData/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(llvm12-lib-ProfileData) -target_compile_options(llvm12-lib-ProfileData PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm12-lib-ProfileData PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ProfileData -) -target_link_libraries(llvm12-lib-ProfileData PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-Demangle - llvm12-lib-IR - llvm12-lib-Support -) -target_sources(llvm12-lib-ProfileData PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ProfileData/GCOV.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ProfileData/InstrProf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ProfileData/InstrProfReader.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ProfileData/InstrProfWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ProfileData/ProfileSummaryBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ProfileData/SampleProf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ProfileData/SampleProfReader.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ProfileData/SampleProfWriter.cpp -) diff --git a/contrib/libs/llvm12/lib/ProfileData/CMakeLists.txt b/contrib/libs/llvm12/lib/ProfileData/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/llvm12/lib/ProfileData/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/llvm12/lib/ProfileData/CMakeLists.windows-x86_64.txt b/contrib/libs/llvm12/lib/ProfileData/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 3e79d53db20..00000000000 --- a/contrib/libs/llvm12/lib/ProfileData/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(llvm12-lib-ProfileData) -target_compile_options(llvm12-lib-ProfileData PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm12-lib-ProfileData PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ProfileData -) -target_link_libraries(llvm12-lib-ProfileData PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-Demangle - llvm12-lib-IR - llvm12-lib-Support -) -target_sources(llvm12-lib-ProfileData PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ProfileData/GCOV.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ProfileData/InstrProf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ProfileData/InstrProfReader.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ProfileData/InstrProfWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ProfileData/ProfileSummaryBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ProfileData/SampleProf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ProfileData/SampleProfReader.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/ProfileData/SampleProfWriter.cpp -) diff --git a/contrib/libs/llvm12/lib/Remarks/CMakeLists.darwin-x86_64.txt b/contrib/libs/llvm12/lib/Remarks/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index edd1e0fe350..00000000000 --- a/contrib/libs/llvm12/lib/Remarks/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(llvm12-lib-Remarks) -target_compile_options(llvm12-lib-Remarks PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm12-lib-Remarks PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Remarks -) -target_link_libraries(llvm12-lib-Remarks PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - lib-Bitstream-Reader - llvm12-lib-Support -) -target_sources(llvm12-lib-Remarks PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Remarks/BitstreamRemarkParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Remarks/BitstreamRemarkSerializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Remarks/Remark.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Remarks/RemarkFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Remarks/RemarkLinker.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Remarks/RemarkParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Remarks/RemarkSerializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Remarks/RemarkStreamer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Remarks/RemarkStringTable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Remarks/YAMLRemarkParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Remarks/YAMLRemarkSerializer.cpp -) diff --git a/contrib/libs/llvm12/lib/Remarks/CMakeLists.linux-aarch64.txt b/contrib/libs/llvm12/lib/Remarks/CMakeLists.linux-aarch64.txt deleted file mode 100644 index ab39010290b..00000000000 --- a/contrib/libs/llvm12/lib/Remarks/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(llvm12-lib-Remarks) -target_compile_options(llvm12-lib-Remarks PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm12-lib-Remarks PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Remarks -) -target_link_libraries(llvm12-lib-Remarks PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - lib-Bitstream-Reader - llvm12-lib-Support -) -target_sources(llvm12-lib-Remarks PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Remarks/BitstreamRemarkParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Remarks/BitstreamRemarkSerializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Remarks/Remark.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Remarks/RemarkFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Remarks/RemarkLinker.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Remarks/RemarkParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Remarks/RemarkSerializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Remarks/RemarkStreamer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Remarks/RemarkStringTable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Remarks/YAMLRemarkParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Remarks/YAMLRemarkSerializer.cpp -) diff --git a/contrib/libs/llvm12/lib/Remarks/CMakeLists.linux-x86_64.txt b/contrib/libs/llvm12/lib/Remarks/CMakeLists.linux-x86_64.txt deleted file mode 100644 index ab39010290b..00000000000 --- a/contrib/libs/llvm12/lib/Remarks/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(llvm12-lib-Remarks) -target_compile_options(llvm12-lib-Remarks PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm12-lib-Remarks PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Remarks -) -target_link_libraries(llvm12-lib-Remarks PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - lib-Bitstream-Reader - llvm12-lib-Support -) -target_sources(llvm12-lib-Remarks PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Remarks/BitstreamRemarkParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Remarks/BitstreamRemarkSerializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Remarks/Remark.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Remarks/RemarkFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Remarks/RemarkLinker.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Remarks/RemarkParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Remarks/RemarkSerializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Remarks/RemarkStreamer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Remarks/RemarkStringTable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Remarks/YAMLRemarkParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Remarks/YAMLRemarkSerializer.cpp -) diff --git a/contrib/libs/llvm12/lib/Remarks/CMakeLists.txt b/contrib/libs/llvm12/lib/Remarks/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/llvm12/lib/Remarks/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/llvm12/lib/Remarks/CMakeLists.windows-x86_64.txt b/contrib/libs/llvm12/lib/Remarks/CMakeLists.windows-x86_64.txt deleted file mode 100644 index edd1e0fe350..00000000000 --- a/contrib/libs/llvm12/lib/Remarks/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(llvm12-lib-Remarks) -target_compile_options(llvm12-lib-Remarks PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm12-lib-Remarks PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Remarks -) -target_link_libraries(llvm12-lib-Remarks PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - lib-Bitstream-Reader - llvm12-lib-Support -) -target_sources(llvm12-lib-Remarks PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Remarks/BitstreamRemarkParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Remarks/BitstreamRemarkSerializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Remarks/Remark.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Remarks/RemarkFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Remarks/RemarkLinker.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Remarks/RemarkParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Remarks/RemarkSerializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Remarks/RemarkStreamer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Remarks/RemarkStringTable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Remarks/YAMLRemarkParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Remarks/YAMLRemarkSerializer.cpp -) diff --git a/contrib/libs/llvm12/lib/Support/CMakeLists.darwin-x86_64.txt b/contrib/libs/llvm12/lib/Support/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d664d8fe2cc..00000000000 --- a/contrib/libs/llvm12/lib/Support/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,160 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(llvm12-lib-Support) -target_compile_options(llvm12-lib-Support PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm12-lib-Support PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support -) -target_link_libraries(llvm12-lib-Support PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - llvm12-lib-Demangle - contrib-libs-zlib - cpp-sanitizer-include -) -target_sources(llvm12-lib-Support PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/AArch64TargetParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ABIBreak.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/AMDGPUMetadata.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/APFixedPoint.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/APFloat.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/APInt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/APSInt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ARMAttributeParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ARMBuildAttrs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ARMTargetParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ARMWinEH.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Allocator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Atomic.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/BinaryStreamError.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/BinaryStreamReader.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/BinaryStreamRef.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/BinaryStreamWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/BlockFrequency.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/BranchProbability.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/BuryPointer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/COM.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/CRC.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/CachePruning.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Chrono.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/CodeGenCoverage.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/CommandLine.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Compression.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ConvertUTF.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ConvertUTFWrapper.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/CrashRecoveryContext.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/DAGDeltaAlgorithm.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/DJB.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/DataExtractor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Debug.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/DebugCounter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/DeltaAlgorithm.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/DynamicLibrary.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ELFAttributeParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ELFAttributes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Errno.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Error.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ErrorHandling.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ExtensibleRTTI.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/FileCollector.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/FileOutputBuffer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/FileUtilities.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/FoldingSet.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/FormatVariadic.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/FormattedStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/GlobPattern.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/GraphWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Hashing.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Host.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/InitLLVM.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/InstructionCost.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/IntEqClasses.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/IntervalMap.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ItaniumManglingCanonicalizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/JSON.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/KnownBits.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/LEB128.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/LineIterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Locale.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/LockFileManager.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/LowLevelType.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/MD5.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ManagedStatic.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/MathExtras.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/MemAlloc.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Memory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/MemoryBuffer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/MemoryBufferRef.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/NativeFormatting.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/OptimizedStructLayout.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Optional.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Parallel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Path.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/PluginLoader.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/PrettyStackTrace.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Process.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Program.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/RISCVAttributeParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/RISCVAttributes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/RWMutex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/RandomNumberGenerator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Regex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/SHA1.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ScaledNumber.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ScopedPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Signals.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Signposts.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/SmallPtrSet.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/SmallVector.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/SourceMgr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/SpecialCaseList.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Statistic.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/StringExtras.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/StringMap.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/StringRef.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/StringSaver.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/SuffixTree.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/SymbolRemappingReader.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/SystemUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/TarWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/TargetParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/TargetRegistry.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ThreadLocal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ThreadPool.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Threading.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/TimeProfiler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Timer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ToolOutputFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/TrigramIndex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Triple.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Twine.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Unicode.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/UnicodeCaseFold.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Valgrind.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/VersionTuple.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/VirtualFileSystem.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Watchdog.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/WithColor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/X86TargetParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/YAMLParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/YAMLTraits.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Z3Solver.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/circular_raw_ostream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/raw_os_ostream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/raw_ostream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/regcomp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/regerror.c - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/regexec.c - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/regfree.c - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/regstrlcpy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/xxhash.cpp -) diff --git a/contrib/libs/llvm12/lib/Support/CMakeLists.linux-aarch64.txt b/contrib/libs/llvm12/lib/Support/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b3145c9d086..00000000000 --- a/contrib/libs/llvm12/lib/Support/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,161 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(llvm12-lib-Support) -target_compile_options(llvm12-lib-Support PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm12-lib-Support PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support -) -target_link_libraries(llvm12-lib-Support PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - llvm12-lib-Demangle - contrib-libs-zlib - cpp-sanitizer-include -) -target_sources(llvm12-lib-Support PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/AArch64TargetParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ABIBreak.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/AMDGPUMetadata.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/APFixedPoint.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/APFloat.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/APInt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/APSInt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ARMAttributeParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ARMBuildAttrs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ARMTargetParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ARMWinEH.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Allocator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Atomic.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/BinaryStreamError.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/BinaryStreamReader.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/BinaryStreamRef.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/BinaryStreamWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/BlockFrequency.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/BranchProbability.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/BuryPointer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/COM.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/CRC.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/CachePruning.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Chrono.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/CodeGenCoverage.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/CommandLine.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Compression.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ConvertUTF.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ConvertUTFWrapper.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/CrashRecoveryContext.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/DAGDeltaAlgorithm.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/DJB.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/DataExtractor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Debug.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/DebugCounter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/DeltaAlgorithm.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/DynamicLibrary.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ELFAttributeParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ELFAttributes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Errno.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Error.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ErrorHandling.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ExtensibleRTTI.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/FileCollector.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/FileOutputBuffer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/FileUtilities.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/FoldingSet.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/FormatVariadic.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/FormattedStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/GlobPattern.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/GraphWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Hashing.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Host.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/InitLLVM.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/InstructionCost.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/IntEqClasses.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/IntervalMap.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ItaniumManglingCanonicalizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/JSON.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/KnownBits.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/LEB128.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/LineIterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Locale.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/LockFileManager.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/LowLevelType.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/MD5.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ManagedStatic.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/MathExtras.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/MemAlloc.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Memory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/MemoryBuffer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/MemoryBufferRef.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/NativeFormatting.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/OptimizedStructLayout.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Optional.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Parallel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Path.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/PluginLoader.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/PrettyStackTrace.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Process.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Program.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/RISCVAttributeParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/RISCVAttributes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/RWMutex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/RandomNumberGenerator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Regex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/SHA1.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ScaledNumber.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ScopedPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Signals.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Signposts.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/SmallPtrSet.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/SmallVector.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/SourceMgr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/SpecialCaseList.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Statistic.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/StringExtras.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/StringMap.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/StringRef.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/StringSaver.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/SuffixTree.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/SymbolRemappingReader.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/SystemUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/TarWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/TargetParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/TargetRegistry.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ThreadLocal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ThreadPool.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Threading.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/TimeProfiler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Timer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ToolOutputFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/TrigramIndex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Triple.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Twine.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Unicode.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/UnicodeCaseFold.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Valgrind.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/VersionTuple.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/VirtualFileSystem.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Watchdog.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/WithColor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/X86TargetParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/YAMLParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/YAMLTraits.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Z3Solver.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/circular_raw_ostream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/raw_os_ostream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/raw_ostream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/regcomp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/regerror.c - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/regexec.c - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/regfree.c - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/regstrlcpy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/xxhash.cpp -) diff --git a/contrib/libs/llvm12/lib/Support/CMakeLists.linux-x86_64.txt b/contrib/libs/llvm12/lib/Support/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b3145c9d086..00000000000 --- a/contrib/libs/llvm12/lib/Support/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,161 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(llvm12-lib-Support) -target_compile_options(llvm12-lib-Support PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm12-lib-Support PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support -) -target_link_libraries(llvm12-lib-Support PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - llvm12-lib-Demangle - contrib-libs-zlib - cpp-sanitizer-include -) -target_sources(llvm12-lib-Support PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/AArch64TargetParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ABIBreak.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/AMDGPUMetadata.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/APFixedPoint.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/APFloat.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/APInt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/APSInt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ARMAttributeParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ARMBuildAttrs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ARMTargetParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ARMWinEH.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Allocator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Atomic.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/BinaryStreamError.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/BinaryStreamReader.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/BinaryStreamRef.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/BinaryStreamWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/BlockFrequency.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/BranchProbability.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/BuryPointer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/COM.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/CRC.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/CachePruning.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Chrono.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/CodeGenCoverage.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/CommandLine.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Compression.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ConvertUTF.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ConvertUTFWrapper.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/CrashRecoveryContext.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/DAGDeltaAlgorithm.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/DJB.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/DataExtractor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Debug.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/DebugCounter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/DeltaAlgorithm.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/DynamicLibrary.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ELFAttributeParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ELFAttributes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Errno.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Error.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ErrorHandling.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ExtensibleRTTI.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/FileCollector.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/FileOutputBuffer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/FileUtilities.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/FoldingSet.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/FormatVariadic.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/FormattedStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/GlobPattern.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/GraphWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Hashing.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Host.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/InitLLVM.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/InstructionCost.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/IntEqClasses.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/IntervalMap.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ItaniumManglingCanonicalizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/JSON.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/KnownBits.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/LEB128.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/LineIterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Locale.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/LockFileManager.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/LowLevelType.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/MD5.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ManagedStatic.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/MathExtras.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/MemAlloc.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Memory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/MemoryBuffer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/MemoryBufferRef.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/NativeFormatting.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/OptimizedStructLayout.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Optional.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Parallel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Path.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/PluginLoader.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/PrettyStackTrace.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Process.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Program.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/RISCVAttributeParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/RISCVAttributes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/RWMutex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/RandomNumberGenerator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Regex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/SHA1.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ScaledNumber.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ScopedPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Signals.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Signposts.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/SmallPtrSet.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/SmallVector.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/SourceMgr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/SpecialCaseList.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Statistic.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/StringExtras.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/StringMap.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/StringRef.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/StringSaver.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/SuffixTree.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/SymbolRemappingReader.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/SystemUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/TarWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/TargetParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/TargetRegistry.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ThreadLocal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ThreadPool.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Threading.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/TimeProfiler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Timer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ToolOutputFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/TrigramIndex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Triple.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Twine.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Unicode.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/UnicodeCaseFold.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Valgrind.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/VersionTuple.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/VirtualFileSystem.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Watchdog.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/WithColor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/X86TargetParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/YAMLParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/YAMLTraits.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Z3Solver.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/circular_raw_ostream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/raw_os_ostream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/raw_ostream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/regcomp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/regerror.c - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/regexec.c - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/regfree.c - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/regstrlcpy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/xxhash.cpp -) diff --git a/contrib/libs/llvm12/lib/Support/CMakeLists.txt b/contrib/libs/llvm12/lib/Support/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/llvm12/lib/Support/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/llvm12/lib/Support/CMakeLists.windows-x86_64.txt b/contrib/libs/llvm12/lib/Support/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d664d8fe2cc..00000000000 --- a/contrib/libs/llvm12/lib/Support/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,160 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(llvm12-lib-Support) -target_compile_options(llvm12-lib-Support PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm12-lib-Support PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support -) -target_link_libraries(llvm12-lib-Support PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - llvm12-lib-Demangle - contrib-libs-zlib - cpp-sanitizer-include -) -target_sources(llvm12-lib-Support PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/AArch64TargetParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ABIBreak.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/AMDGPUMetadata.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/APFixedPoint.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/APFloat.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/APInt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/APSInt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ARMAttributeParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ARMBuildAttrs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ARMTargetParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ARMWinEH.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Allocator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Atomic.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/BinaryStreamError.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/BinaryStreamReader.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/BinaryStreamRef.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/BinaryStreamWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/BlockFrequency.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/BranchProbability.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/BuryPointer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/COM.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/CRC.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/CachePruning.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Chrono.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/CodeGenCoverage.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/CommandLine.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Compression.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ConvertUTF.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ConvertUTFWrapper.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/CrashRecoveryContext.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/DAGDeltaAlgorithm.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/DJB.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/DataExtractor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Debug.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/DebugCounter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/DeltaAlgorithm.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/DynamicLibrary.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ELFAttributeParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ELFAttributes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Errno.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Error.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ErrorHandling.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ExtensibleRTTI.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/FileCollector.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/FileOutputBuffer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/FileUtilities.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/FoldingSet.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/FormatVariadic.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/FormattedStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/GlobPattern.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/GraphWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Hashing.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Host.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/InitLLVM.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/InstructionCost.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/IntEqClasses.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/IntervalMap.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ItaniumManglingCanonicalizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/JSON.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/KnownBits.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/LEB128.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/LineIterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Locale.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/LockFileManager.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/LowLevelType.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/MD5.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ManagedStatic.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/MathExtras.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/MemAlloc.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Memory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/MemoryBuffer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/MemoryBufferRef.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/NativeFormatting.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/OptimizedStructLayout.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Optional.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Parallel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Path.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/PluginLoader.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/PrettyStackTrace.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Process.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Program.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/RISCVAttributeParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/RISCVAttributes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/RWMutex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/RandomNumberGenerator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Regex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/SHA1.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ScaledNumber.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ScopedPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Signals.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Signposts.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/SmallPtrSet.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/SmallVector.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/SourceMgr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/SpecialCaseList.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Statistic.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/StringExtras.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/StringMap.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/StringRef.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/StringSaver.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/SuffixTree.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/SymbolRemappingReader.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/SystemUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/TarWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/TargetParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/TargetRegistry.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ThreadLocal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ThreadPool.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Threading.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/TimeProfiler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Timer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/ToolOutputFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/TrigramIndex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Triple.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Twine.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Unicode.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/UnicodeCaseFold.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Valgrind.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/VersionTuple.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/VirtualFileSystem.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Watchdog.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/WithColor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/X86TargetParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/YAMLParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/YAMLTraits.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/Z3Solver.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/circular_raw_ostream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/raw_os_ostream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/raw_ostream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/regcomp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/regerror.c - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/regexec.c - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/regfree.c - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/regstrlcpy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Support/xxhash.cpp -) diff --git a/contrib/libs/llvm12/lib/TableGen/CMakeLists.darwin-x86_64.txt b/contrib/libs/llvm12/lib/TableGen/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6f2ec53956d..00000000000 --- a/contrib/libs/llvm12/lib/TableGen/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(llvm12-lib-TableGen) -target_compile_options(llvm12-lib-TableGen PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm12-lib-TableGen PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen -) -target_link_libraries(llvm12-lib-TableGen PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - llvm12-lib-Support -) -target_sources(llvm12-lib-TableGen PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/DetailedRecordsBackend.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/Error.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/JSONBackend.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/Main.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/Record.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/SetTheory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/StringMatcher.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/TGLexer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/TGParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/TableGenBackend.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/TableGenBackendSkeleton.cpp -) diff --git a/contrib/libs/llvm12/lib/TableGen/CMakeLists.linux-aarch64.txt b/contrib/libs/llvm12/lib/TableGen/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 13e6f131676..00000000000 --- a/contrib/libs/llvm12/lib/TableGen/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(llvm12-lib-TableGen) -target_compile_options(llvm12-lib-TableGen PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm12-lib-TableGen PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen -) -target_link_libraries(llvm12-lib-TableGen PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - llvm12-lib-Support -) -target_sources(llvm12-lib-TableGen PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/DetailedRecordsBackend.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/Error.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/JSONBackend.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/Main.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/Record.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/SetTheory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/StringMatcher.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/TGLexer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/TGParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/TableGenBackend.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/TableGenBackendSkeleton.cpp -) diff --git a/contrib/libs/llvm12/lib/TableGen/CMakeLists.linux-x86_64.txt b/contrib/libs/llvm12/lib/TableGen/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 13e6f131676..00000000000 --- a/contrib/libs/llvm12/lib/TableGen/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(llvm12-lib-TableGen) -target_compile_options(llvm12-lib-TableGen PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm12-lib-TableGen PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen -) -target_link_libraries(llvm12-lib-TableGen PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - llvm12-lib-Support -) -target_sources(llvm12-lib-TableGen PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/DetailedRecordsBackend.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/Error.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/JSONBackend.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/Main.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/Record.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/SetTheory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/StringMatcher.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/TGLexer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/TGParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/TableGenBackend.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/TableGenBackendSkeleton.cpp -) diff --git a/contrib/libs/llvm12/lib/TableGen/CMakeLists.txt b/contrib/libs/llvm12/lib/TableGen/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/llvm12/lib/TableGen/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/llvm12/lib/TableGen/CMakeLists.windows-x86_64.txt b/contrib/libs/llvm12/lib/TableGen/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 6f2ec53956d..00000000000 --- a/contrib/libs/llvm12/lib/TableGen/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(llvm12-lib-TableGen) -target_compile_options(llvm12-lib-TableGen PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm12-lib-TableGen PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen -) -target_link_libraries(llvm12-lib-TableGen PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - llvm12-lib-Support -) -target_sources(llvm12-lib-TableGen PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/DetailedRecordsBackend.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/Error.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/JSONBackend.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/Main.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/Record.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/SetTheory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/StringMatcher.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/TGLexer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/TGParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/TableGenBackend.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TableGen/TableGenBackendSkeleton.cpp -) diff --git a/contrib/libs/llvm12/lib/Target/CMakeLists.darwin-x86_64.txt b/contrib/libs/llvm12/lib/Target/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d8ccbcb7dc0..00000000000 --- a/contrib/libs/llvm12/lib/Target/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_subdirectory(X86) - -add_library(llvm12-lib-Target) -target_compile_options(llvm12-lib-Target PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm12-lib-Target PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target -) -target_link_libraries(llvm12-lib-Target PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-Analysis - llvm12-lib-IR - llvm12-lib-MC - llvm12-lib-Support -) -target_sources(llvm12-lib-Target PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/Target.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/TargetIntrinsicInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/TargetLoweringObjectFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/TargetMachine.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/TargetMachineC.cpp -) diff --git a/contrib/libs/llvm12/lib/Target/CMakeLists.linux-aarch64.txt b/contrib/libs/llvm12/lib/Target/CMakeLists.linux-aarch64.txt deleted file mode 100644 index cf814ae9478..00000000000 --- a/contrib/libs/llvm12/lib/Target/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_subdirectory(X86) - -add_library(llvm12-lib-Target) -target_compile_options(llvm12-lib-Target PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm12-lib-Target PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target -) -target_link_libraries(llvm12-lib-Target PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-Analysis - llvm12-lib-IR - llvm12-lib-MC - llvm12-lib-Support -) -target_sources(llvm12-lib-Target PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/Target.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/TargetIntrinsicInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/TargetLoweringObjectFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/TargetMachine.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/TargetMachineC.cpp -) diff --git a/contrib/libs/llvm12/lib/Target/CMakeLists.linux-x86_64.txt b/contrib/libs/llvm12/lib/Target/CMakeLists.linux-x86_64.txt deleted file mode 100644 index cf814ae9478..00000000000 --- a/contrib/libs/llvm12/lib/Target/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_subdirectory(X86) - -add_library(llvm12-lib-Target) -target_compile_options(llvm12-lib-Target PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm12-lib-Target PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target -) -target_link_libraries(llvm12-lib-Target PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-Analysis - llvm12-lib-IR - llvm12-lib-MC - llvm12-lib-Support -) -target_sources(llvm12-lib-Target PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/Target.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/TargetIntrinsicInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/TargetLoweringObjectFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/TargetMachine.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/TargetMachineC.cpp -) diff --git a/contrib/libs/llvm12/lib/Target/CMakeLists.txt b/contrib/libs/llvm12/lib/Target/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/llvm12/lib/Target/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/llvm12/lib/Target/CMakeLists.windows-x86_64.txt b/contrib/libs/llvm12/lib/Target/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d8ccbcb7dc0..00000000000 --- a/contrib/libs/llvm12/lib/Target/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_subdirectory(X86) - -add_library(llvm12-lib-Target) -target_compile_options(llvm12-lib-Target PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm12-lib-Target PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target -) -target_link_libraries(llvm12-lib-Target PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-Analysis - llvm12-lib-IR - llvm12-lib-MC - llvm12-lib-Support -) -target_sources(llvm12-lib-Target PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/Target.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/TargetIntrinsicInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/TargetLoweringObjectFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/TargetMachine.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/TargetMachineC.cpp -) diff --git a/contrib/libs/llvm12/lib/Target/X86/AsmParser/CMakeLists.darwin-x86_64.txt b/contrib/libs/llvm12/lib/Target/X86/AsmParser/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 122aabfd9ca..00000000000 --- a/contrib/libs/llvm12/lib/Target/X86/AsmParser/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(Target-X86-AsmParser) -target_compile_options(Target-X86-AsmParser PRIVATE - $,,-Wno-everything> -) -target_include_directories(Target-X86-AsmParser PRIVATE - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86 - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/AsmParser -) -target_link_libraries(Target-X86-AsmParser PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-MC - lib-MC-MCParser - llvm12-lib-Support - Target-X86-MCTargetDesc - Target-X86-TargetInfo -) -target_sources(Target-X86-AsmParser PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/AsmParser/X86AsmParser.cpp -) diff --git a/contrib/libs/llvm12/lib/Target/X86/AsmParser/CMakeLists.linux-aarch64.txt b/contrib/libs/llvm12/lib/Target/X86/AsmParser/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 30cd4e60a5c..00000000000 --- a/contrib/libs/llvm12/lib/Target/X86/AsmParser/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(Target-X86-AsmParser) -target_compile_options(Target-X86-AsmParser PRIVATE - $,,-Wno-everything> -) -target_include_directories(Target-X86-AsmParser PRIVATE - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86 - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/AsmParser -) -target_link_libraries(Target-X86-AsmParser PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-MC - lib-MC-MCParser - llvm12-lib-Support - Target-X86-MCTargetDesc - Target-X86-TargetInfo -) -target_sources(Target-X86-AsmParser PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/AsmParser/X86AsmParser.cpp -) diff --git a/contrib/libs/llvm12/lib/Target/X86/AsmParser/CMakeLists.linux-x86_64.txt b/contrib/libs/llvm12/lib/Target/X86/AsmParser/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 30cd4e60a5c..00000000000 --- a/contrib/libs/llvm12/lib/Target/X86/AsmParser/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(Target-X86-AsmParser) -target_compile_options(Target-X86-AsmParser PRIVATE - $,,-Wno-everything> -) -target_include_directories(Target-X86-AsmParser PRIVATE - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86 - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/AsmParser -) -target_link_libraries(Target-X86-AsmParser PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-MC - lib-MC-MCParser - llvm12-lib-Support - Target-X86-MCTargetDesc - Target-X86-TargetInfo -) -target_sources(Target-X86-AsmParser PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/AsmParser/X86AsmParser.cpp -) diff --git a/contrib/libs/llvm12/lib/Target/X86/AsmParser/CMakeLists.txt b/contrib/libs/llvm12/lib/Target/X86/AsmParser/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/llvm12/lib/Target/X86/AsmParser/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/llvm12/lib/Target/X86/AsmParser/CMakeLists.windows-x86_64.txt b/contrib/libs/llvm12/lib/Target/X86/AsmParser/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 122aabfd9ca..00000000000 --- a/contrib/libs/llvm12/lib/Target/X86/AsmParser/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(Target-X86-AsmParser) -target_compile_options(Target-X86-AsmParser PRIVATE - $,,-Wno-everything> -) -target_include_directories(Target-X86-AsmParser PRIVATE - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86 - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/AsmParser -) -target_link_libraries(Target-X86-AsmParser PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-MC - lib-MC-MCParser - llvm12-lib-Support - Target-X86-MCTargetDesc - Target-X86-TargetInfo -) -target_sources(Target-X86-AsmParser PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/AsmParser/X86AsmParser.cpp -) diff --git a/contrib/libs/llvm12/lib/Target/X86/CMakeLists.darwin-x86_64.txt b/contrib/libs/llvm12/lib/Target/X86/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index aaa8d6337da..00000000000 --- a/contrib/libs/llvm12/lib/Target/X86/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_subdirectory(AsmParser) -add_subdirectory(Disassembler) -add_subdirectory(MCTargetDesc) -add_subdirectory(TargetInfo) - -add_library(lib-Target-X86) -target_compile_options(lib-Target-X86 PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-Target-X86 PRIVATE - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86 - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 -) -target_link_libraries(lib-Target-X86 PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-Analysis - llvm12-lib-CodeGen - lib-CodeGen-AsmPrinter - lib-CodeGen-GlobalISel - lib-CodeGen-SelectionDAG - llvm12-lib-IR - llvm12-lib-MC - llvm12-lib-ProfileData - llvm12-lib-Support - llvm12-lib-Target - Target-X86-MCTargetDesc - Target-X86-TargetInfo - lib-Transforms-CFGuard -) -target_sources(lib-Target-X86 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86AsmPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86AvoidStoreForwardingBlocks.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86AvoidTrailingCall.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallFrameOptimization.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallLowering.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallingConv.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CmovConversion.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86DiscriminateMemOps.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86DomainReassignment.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86EvexToVex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ExpandPseudo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86FastISel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86FixupBWInsts.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86FixupLEAs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86FixupSetCC.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86FlagsCopyLowering.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86FloatingPoint.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86FrameLowering.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ISelDAGToDAG.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ISelLowering.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86IndirectBranchTracking.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86IndirectThunks.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InsertPrefetch.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InsertWait.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstCombineIntrinsic.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFMA3Info.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFoldTables.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstructionSelector.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InterleavedAccess.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86LegalizerInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86LoadValueInjectionLoadHardening.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86LoadValueInjectionRetHardening.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86LowerAMXType.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86MCInstLower.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86MachineFunctionInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86MacroFusion.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86OptimizeLEAs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PadShortFunction.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PartialReduction.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PreTileConfig.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterBankInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SelectionDAGInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ShuffleDecodeConstantPool.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SpeculativeExecutionSideEffectSuppression.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SpeculativeLoadHardening.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Subtarget.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86TargetMachine.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86TargetObjectFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86TargetTransformInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86TileConfig.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86VZeroUpper.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86WinAllocaExpander.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86WinEHState.cpp -) diff --git a/contrib/libs/llvm12/lib/Target/X86/CMakeLists.linux-aarch64.txt b/contrib/libs/llvm12/lib/Target/X86/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 982a7323e16..00000000000 --- a/contrib/libs/llvm12/lib/Target/X86/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,97 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(AsmParser) -add_subdirectory(Disassembler) -add_subdirectory(MCTargetDesc) -add_subdirectory(TargetInfo) - -add_library(lib-Target-X86) -target_compile_options(lib-Target-X86 PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-Target-X86 PRIVATE - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86 - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 -) -target_link_libraries(lib-Target-X86 PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-Analysis - llvm12-lib-CodeGen - lib-CodeGen-AsmPrinter - lib-CodeGen-GlobalISel - lib-CodeGen-SelectionDAG - llvm12-lib-IR - llvm12-lib-MC - llvm12-lib-ProfileData - llvm12-lib-Support - llvm12-lib-Target - Target-X86-MCTargetDesc - Target-X86-TargetInfo - lib-Transforms-CFGuard -) -target_sources(lib-Target-X86 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86AsmPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86AvoidStoreForwardingBlocks.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86AvoidTrailingCall.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallFrameOptimization.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallLowering.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallingConv.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CmovConversion.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86DiscriminateMemOps.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86DomainReassignment.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86EvexToVex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ExpandPseudo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86FastISel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86FixupBWInsts.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86FixupLEAs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86FixupSetCC.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86FlagsCopyLowering.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86FloatingPoint.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86FrameLowering.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ISelDAGToDAG.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ISelLowering.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86IndirectBranchTracking.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86IndirectThunks.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InsertPrefetch.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InsertWait.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstCombineIntrinsic.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFMA3Info.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFoldTables.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstructionSelector.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InterleavedAccess.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86LegalizerInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86LoadValueInjectionLoadHardening.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86LoadValueInjectionRetHardening.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86LowerAMXType.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86MCInstLower.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86MachineFunctionInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86MacroFusion.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86OptimizeLEAs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PadShortFunction.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PartialReduction.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PreTileConfig.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterBankInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SelectionDAGInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ShuffleDecodeConstantPool.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SpeculativeExecutionSideEffectSuppression.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SpeculativeLoadHardening.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Subtarget.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86TargetMachine.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86TargetObjectFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86TargetTransformInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86TileConfig.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86VZeroUpper.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86WinAllocaExpander.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86WinEHState.cpp -) diff --git a/contrib/libs/llvm12/lib/Target/X86/CMakeLists.linux-x86_64.txt b/contrib/libs/llvm12/lib/Target/X86/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 982a7323e16..00000000000 --- a/contrib/libs/llvm12/lib/Target/X86/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,97 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(AsmParser) -add_subdirectory(Disassembler) -add_subdirectory(MCTargetDesc) -add_subdirectory(TargetInfo) - -add_library(lib-Target-X86) -target_compile_options(lib-Target-X86 PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-Target-X86 PRIVATE - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86 - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 -) -target_link_libraries(lib-Target-X86 PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-Analysis - llvm12-lib-CodeGen - lib-CodeGen-AsmPrinter - lib-CodeGen-GlobalISel - lib-CodeGen-SelectionDAG - llvm12-lib-IR - llvm12-lib-MC - llvm12-lib-ProfileData - llvm12-lib-Support - llvm12-lib-Target - Target-X86-MCTargetDesc - Target-X86-TargetInfo - lib-Transforms-CFGuard -) -target_sources(lib-Target-X86 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86AsmPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86AvoidStoreForwardingBlocks.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86AvoidTrailingCall.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallFrameOptimization.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallLowering.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallingConv.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CmovConversion.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86DiscriminateMemOps.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86DomainReassignment.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86EvexToVex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ExpandPseudo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86FastISel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86FixupBWInsts.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86FixupLEAs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86FixupSetCC.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86FlagsCopyLowering.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86FloatingPoint.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86FrameLowering.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ISelDAGToDAG.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ISelLowering.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86IndirectBranchTracking.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86IndirectThunks.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InsertPrefetch.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InsertWait.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstCombineIntrinsic.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFMA3Info.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFoldTables.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstructionSelector.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InterleavedAccess.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86LegalizerInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86LoadValueInjectionLoadHardening.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86LoadValueInjectionRetHardening.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86LowerAMXType.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86MCInstLower.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86MachineFunctionInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86MacroFusion.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86OptimizeLEAs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PadShortFunction.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PartialReduction.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PreTileConfig.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterBankInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SelectionDAGInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ShuffleDecodeConstantPool.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SpeculativeExecutionSideEffectSuppression.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SpeculativeLoadHardening.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Subtarget.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86TargetMachine.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86TargetObjectFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86TargetTransformInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86TileConfig.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86VZeroUpper.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86WinAllocaExpander.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86WinEHState.cpp -) diff --git a/contrib/libs/llvm12/lib/Target/X86/CMakeLists.txt b/contrib/libs/llvm12/lib/Target/X86/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/llvm12/lib/Target/X86/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/llvm12/lib/Target/X86/CMakeLists.windows-x86_64.txt b/contrib/libs/llvm12/lib/Target/X86/CMakeLists.windows-x86_64.txt deleted file mode 100644 index aaa8d6337da..00000000000 --- a/contrib/libs/llvm12/lib/Target/X86/CMakeLists.windows-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_subdirectory(AsmParser) -add_subdirectory(Disassembler) -add_subdirectory(MCTargetDesc) -add_subdirectory(TargetInfo) - -add_library(lib-Target-X86) -target_compile_options(lib-Target-X86 PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-Target-X86 PRIVATE - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86 - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 -) -target_link_libraries(lib-Target-X86 PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-Analysis - llvm12-lib-CodeGen - lib-CodeGen-AsmPrinter - lib-CodeGen-GlobalISel - lib-CodeGen-SelectionDAG - llvm12-lib-IR - llvm12-lib-MC - llvm12-lib-ProfileData - llvm12-lib-Support - llvm12-lib-Target - Target-X86-MCTargetDesc - Target-X86-TargetInfo - lib-Transforms-CFGuard -) -target_sources(lib-Target-X86 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86AsmPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86AvoidStoreForwardingBlocks.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86AvoidTrailingCall.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallFrameOptimization.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallLowering.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CallingConv.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86CmovConversion.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86DiscriminateMemOps.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86DomainReassignment.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86EvexToVex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ExpandPseudo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86FastISel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86FixupBWInsts.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86FixupLEAs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86FixupSetCC.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86FlagsCopyLowering.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86FloatingPoint.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86FrameLowering.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ISelDAGToDAG.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ISelLowering.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86IndirectBranchTracking.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86IndirectThunks.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InsertPrefetch.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InsertWait.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstCombineIntrinsic.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFMA3Info.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrFoldTables.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstrInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InstructionSelector.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86InterleavedAccess.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86LegalizerInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86LoadValueInjectionLoadHardening.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86LoadValueInjectionRetHardening.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86LowerAMXType.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86MCInstLower.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86MachineFunctionInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86MacroFusion.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86OptimizeLEAs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PadShortFunction.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PartialReduction.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86PreTileConfig.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterBankInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86RegisterInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SelectionDAGInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86ShuffleDecodeConstantPool.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SpeculativeExecutionSideEffectSuppression.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86SpeculativeLoadHardening.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86Subtarget.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86TargetMachine.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86TargetObjectFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86TargetTransformInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86TileConfig.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86VZeroUpper.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86WinAllocaExpander.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/X86WinEHState.cpp -) diff --git a/contrib/libs/llvm12/lib/Target/X86/Disassembler/CMakeLists.darwin-x86_64.txt b/contrib/libs/llvm12/lib/Target/X86/Disassembler/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 9aeb4c51407..00000000000 --- a/contrib/libs/llvm12/lib/Target/X86/Disassembler/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(Target-X86-Disassembler) -target_compile_options(Target-X86-Disassembler PRIVATE - $,,-Wno-everything> -) -target_include_directories(Target-X86-Disassembler PRIVATE - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86 - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/Disassembler -) -target_link_libraries(Target-X86-Disassembler PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - lib-MC-MCDisassembler - llvm12-lib-Support - Target-X86-TargetInfo -) -target_sources(Target-X86-Disassembler PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/Disassembler/X86Disassembler.cpp -) diff --git a/contrib/libs/llvm12/lib/Target/X86/Disassembler/CMakeLists.linux-aarch64.txt b/contrib/libs/llvm12/lib/Target/X86/Disassembler/CMakeLists.linux-aarch64.txt deleted file mode 100644 index eecb1b3d5f8..00000000000 --- a/contrib/libs/llvm12/lib/Target/X86/Disassembler/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(Target-X86-Disassembler) -target_compile_options(Target-X86-Disassembler PRIVATE - $,,-Wno-everything> -) -target_include_directories(Target-X86-Disassembler PRIVATE - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86 - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/Disassembler -) -target_link_libraries(Target-X86-Disassembler PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - lib-MC-MCDisassembler - llvm12-lib-Support - Target-X86-TargetInfo -) -target_sources(Target-X86-Disassembler PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/Disassembler/X86Disassembler.cpp -) diff --git a/contrib/libs/llvm12/lib/Target/X86/Disassembler/CMakeLists.linux-x86_64.txt b/contrib/libs/llvm12/lib/Target/X86/Disassembler/CMakeLists.linux-x86_64.txt deleted file mode 100644 index eecb1b3d5f8..00000000000 --- a/contrib/libs/llvm12/lib/Target/X86/Disassembler/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(Target-X86-Disassembler) -target_compile_options(Target-X86-Disassembler PRIVATE - $,,-Wno-everything> -) -target_include_directories(Target-X86-Disassembler PRIVATE - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86 - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/Disassembler -) -target_link_libraries(Target-X86-Disassembler PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - lib-MC-MCDisassembler - llvm12-lib-Support - Target-X86-TargetInfo -) -target_sources(Target-X86-Disassembler PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/Disassembler/X86Disassembler.cpp -) diff --git a/contrib/libs/llvm12/lib/Target/X86/Disassembler/CMakeLists.txt b/contrib/libs/llvm12/lib/Target/X86/Disassembler/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/llvm12/lib/Target/X86/Disassembler/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/llvm12/lib/Target/X86/Disassembler/CMakeLists.windows-x86_64.txt b/contrib/libs/llvm12/lib/Target/X86/Disassembler/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 9aeb4c51407..00000000000 --- a/contrib/libs/llvm12/lib/Target/X86/Disassembler/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(Target-X86-Disassembler) -target_compile_options(Target-X86-Disassembler PRIVATE - $,,-Wno-everything> -) -target_include_directories(Target-X86-Disassembler PRIVATE - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86 - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/Disassembler -) -target_link_libraries(Target-X86-Disassembler PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - lib-MC-MCDisassembler - llvm12-lib-Support - Target-X86-TargetInfo -) -target_sources(Target-X86-Disassembler PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/Disassembler/X86Disassembler.cpp -) diff --git a/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/CMakeLists.darwin-x86_64.txt b/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d38e0dc78bc..00000000000 --- a/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/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(Target-X86-MCTargetDesc) -target_compile_options(Target-X86-MCTargetDesc PRIVATE - $,,-Wno-everything> -) -target_include_directories(Target-X86-MCTargetDesc PRIVATE - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86 - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc -) -target_link_libraries(Target-X86-MCTargetDesc PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-BinaryFormat - llvm12-lib-MC - lib-MC-MCDisassembler - llvm12-lib-Support - Target-X86-TargetInfo -) -target_sources(Target-X86-MCTargetDesc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/X86ATTInstPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/X86ELFObjectWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/X86InstComments.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/X86InstPrinterCommon.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/X86IntelInstPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/X86MCAsmInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/X86MachObjectWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/X86ShuffleDecode.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/X86WinCOFFObjectWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/X86WinCOFFStreamer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/X86WinCOFFTargetStreamer.cpp -) diff --git a/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/CMakeLists.linux-aarch64.txt b/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 8f818b1bf04..00000000000 --- a/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/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(Target-X86-MCTargetDesc) -target_compile_options(Target-X86-MCTargetDesc PRIVATE - $,,-Wno-everything> -) -target_include_directories(Target-X86-MCTargetDesc PRIVATE - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86 - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc -) -target_link_libraries(Target-X86-MCTargetDesc PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-BinaryFormat - llvm12-lib-MC - lib-MC-MCDisassembler - llvm12-lib-Support - Target-X86-TargetInfo -) -target_sources(Target-X86-MCTargetDesc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/X86ATTInstPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/X86ELFObjectWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/X86InstComments.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/X86InstPrinterCommon.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/X86IntelInstPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/X86MCAsmInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/X86MachObjectWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/X86ShuffleDecode.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/X86WinCOFFObjectWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/X86WinCOFFStreamer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/X86WinCOFFTargetStreamer.cpp -) diff --git a/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/CMakeLists.linux-x86_64.txt b/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 8f818b1bf04..00000000000 --- a/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/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(Target-X86-MCTargetDesc) -target_compile_options(Target-X86-MCTargetDesc PRIVATE - $,,-Wno-everything> -) -target_include_directories(Target-X86-MCTargetDesc PRIVATE - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86 - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc -) -target_link_libraries(Target-X86-MCTargetDesc PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-BinaryFormat - llvm12-lib-MC - lib-MC-MCDisassembler - llvm12-lib-Support - Target-X86-TargetInfo -) -target_sources(Target-X86-MCTargetDesc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/X86ATTInstPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/X86ELFObjectWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/X86InstComments.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/X86InstPrinterCommon.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/X86IntelInstPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/X86MCAsmInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/X86MachObjectWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/X86ShuffleDecode.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/X86WinCOFFObjectWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/X86WinCOFFStreamer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/X86WinCOFFTargetStreamer.cpp -) diff --git a/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/CMakeLists.txt b/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/CMakeLists.windows-x86_64.txt b/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d38e0dc78bc..00000000000 --- a/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/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(Target-X86-MCTargetDesc) -target_compile_options(Target-X86-MCTargetDesc PRIVATE - $,,-Wno-everything> -) -target_include_directories(Target-X86-MCTargetDesc PRIVATE - ${CMAKE_BINARY_DIR}/contrib/libs/llvm12/lib/Target/X86 - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc -) -target_link_libraries(Target-X86-MCTargetDesc PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-BinaryFormat - llvm12-lib-MC - lib-MC-MCDisassembler - llvm12-lib-Support - Target-X86-TargetInfo -) -target_sources(Target-X86-MCTargetDesc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/X86ATTInstPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/X86ELFObjectWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/X86InstComments.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/X86InstPrinterCommon.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/X86IntelInstPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/X86MCAsmInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/X86MachObjectWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/X86ShuffleDecode.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/X86WinCOFFObjectWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/X86WinCOFFStreamer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/MCTargetDesc/X86WinCOFFTargetStreamer.cpp -) diff --git a/contrib/libs/llvm12/lib/Target/X86/TargetInfo/CMakeLists.darwin-x86_64.txt b/contrib/libs/llvm12/lib/Target/X86/TargetInfo/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index f8e6afeb960..00000000000 --- a/contrib/libs/llvm12/lib/Target/X86/TargetInfo/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(Target-X86-TargetInfo) -target_compile_options(Target-X86-TargetInfo PRIVATE - $,,-Wno-everything> -) -target_include_directories(Target-X86-TargetInfo PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/TargetInfo -) -target_link_libraries(Target-X86-TargetInfo PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - llvm12-lib-Support -) -target_sources(Target-X86-TargetInfo PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/TargetInfo/X86TargetInfo.cpp -) diff --git a/contrib/libs/llvm12/lib/Target/X86/TargetInfo/CMakeLists.linux-aarch64.txt b/contrib/libs/llvm12/lib/Target/X86/TargetInfo/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 776f51f91d5..00000000000 --- a/contrib/libs/llvm12/lib/Target/X86/TargetInfo/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(Target-X86-TargetInfo) -target_compile_options(Target-X86-TargetInfo PRIVATE - $,,-Wno-everything> -) -target_include_directories(Target-X86-TargetInfo PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/TargetInfo -) -target_link_libraries(Target-X86-TargetInfo PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - llvm12-lib-Support -) -target_sources(Target-X86-TargetInfo PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/TargetInfo/X86TargetInfo.cpp -) diff --git a/contrib/libs/llvm12/lib/Target/X86/TargetInfo/CMakeLists.linux-x86_64.txt b/contrib/libs/llvm12/lib/Target/X86/TargetInfo/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 776f51f91d5..00000000000 --- a/contrib/libs/llvm12/lib/Target/X86/TargetInfo/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(Target-X86-TargetInfo) -target_compile_options(Target-X86-TargetInfo PRIVATE - $,,-Wno-everything> -) -target_include_directories(Target-X86-TargetInfo PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/TargetInfo -) -target_link_libraries(Target-X86-TargetInfo PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - llvm12-lib-Support -) -target_sources(Target-X86-TargetInfo PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/TargetInfo/X86TargetInfo.cpp -) diff --git a/contrib/libs/llvm12/lib/Target/X86/TargetInfo/CMakeLists.txt b/contrib/libs/llvm12/lib/Target/X86/TargetInfo/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/llvm12/lib/Target/X86/TargetInfo/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/llvm12/lib/Target/X86/TargetInfo/CMakeLists.windows-x86_64.txt b/contrib/libs/llvm12/lib/Target/X86/TargetInfo/CMakeLists.windows-x86_64.txt deleted file mode 100644 index f8e6afeb960..00000000000 --- a/contrib/libs/llvm12/lib/Target/X86/TargetInfo/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(Target-X86-TargetInfo) -target_compile_options(Target-X86-TargetInfo PRIVATE - $,,-Wno-everything> -) -target_include_directories(Target-X86-TargetInfo PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86 - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/TargetInfo -) -target_link_libraries(Target-X86-TargetInfo PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - llvm12-lib-Support -) -target_sources(Target-X86-TargetInfo PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Target/X86/TargetInfo/X86TargetInfo.cpp -) diff --git a/contrib/libs/llvm12/lib/TextAPI/CMakeLists.txt b/contrib/libs/llvm12/lib/TextAPI/CMakeLists.txt deleted file mode 100644 index 735d01209b6..00000000000 --- a/contrib/libs/llvm12/lib/TextAPI/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(MachO) diff --git a/contrib/libs/llvm12/lib/TextAPI/MachO/CMakeLists.darwin-x86_64.txt b/contrib/libs/llvm12/lib/TextAPI/MachO/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 507d58e59b0..00000000000 --- a/contrib/libs/llvm12/lib/TextAPI/MachO/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(lib-TextAPI-MachO) -target_compile_options(lib-TextAPI-MachO PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-TextAPI-MachO PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TextAPI -) -target_link_libraries(lib-TextAPI-MachO PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - llvm12-lib-BinaryFormat - llvm12-lib-Support -) -target_sources(lib-TextAPI-MachO PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TextAPI/MachO/Architecture.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TextAPI/MachO/ArchitectureSet.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TextAPI/MachO/InterfaceFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TextAPI/MachO/PackedVersion.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TextAPI/MachO/Platform.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TextAPI/MachO/Symbol.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TextAPI/MachO/Target.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TextAPI/MachO/TextStub.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TextAPI/MachO/TextStubCommon.cpp -) diff --git a/contrib/libs/llvm12/lib/TextAPI/MachO/CMakeLists.linux-aarch64.txt b/contrib/libs/llvm12/lib/TextAPI/MachO/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 4914b7d4f33..00000000000 --- a/contrib/libs/llvm12/lib/TextAPI/MachO/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(lib-TextAPI-MachO) -target_compile_options(lib-TextAPI-MachO PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-TextAPI-MachO PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TextAPI -) -target_link_libraries(lib-TextAPI-MachO PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - llvm12-lib-BinaryFormat - llvm12-lib-Support -) -target_sources(lib-TextAPI-MachO PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TextAPI/MachO/Architecture.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TextAPI/MachO/ArchitectureSet.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TextAPI/MachO/InterfaceFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TextAPI/MachO/PackedVersion.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TextAPI/MachO/Platform.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TextAPI/MachO/Symbol.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TextAPI/MachO/Target.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TextAPI/MachO/TextStub.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TextAPI/MachO/TextStubCommon.cpp -) diff --git a/contrib/libs/llvm12/lib/TextAPI/MachO/CMakeLists.linux-x86_64.txt b/contrib/libs/llvm12/lib/TextAPI/MachO/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 4914b7d4f33..00000000000 --- a/contrib/libs/llvm12/lib/TextAPI/MachO/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(lib-TextAPI-MachO) -target_compile_options(lib-TextAPI-MachO PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-TextAPI-MachO PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TextAPI -) -target_link_libraries(lib-TextAPI-MachO PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - llvm12-lib-BinaryFormat - llvm12-lib-Support -) -target_sources(lib-TextAPI-MachO PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TextAPI/MachO/Architecture.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TextAPI/MachO/ArchitectureSet.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TextAPI/MachO/InterfaceFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TextAPI/MachO/PackedVersion.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TextAPI/MachO/Platform.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TextAPI/MachO/Symbol.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TextAPI/MachO/Target.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TextAPI/MachO/TextStub.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TextAPI/MachO/TextStubCommon.cpp -) diff --git a/contrib/libs/llvm12/lib/TextAPI/MachO/CMakeLists.txt b/contrib/libs/llvm12/lib/TextAPI/MachO/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/llvm12/lib/TextAPI/MachO/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/llvm12/lib/TextAPI/MachO/CMakeLists.windows-x86_64.txt b/contrib/libs/llvm12/lib/TextAPI/MachO/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 507d58e59b0..00000000000 --- a/contrib/libs/llvm12/lib/TextAPI/MachO/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(lib-TextAPI-MachO) -target_compile_options(lib-TextAPI-MachO PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-TextAPI-MachO PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TextAPI -) -target_link_libraries(lib-TextAPI-MachO PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - llvm12-lib-BinaryFormat - llvm12-lib-Support -) -target_sources(lib-TextAPI-MachO PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TextAPI/MachO/Architecture.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TextAPI/MachO/ArchitectureSet.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TextAPI/MachO/InterfaceFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TextAPI/MachO/PackedVersion.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TextAPI/MachO/Platform.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TextAPI/MachO/Symbol.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TextAPI/MachO/Target.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TextAPI/MachO/TextStub.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/TextAPI/MachO/TextStubCommon.cpp -) diff --git a/contrib/libs/llvm12/lib/Transforms/AggressiveInstCombine/CMakeLists.darwin-x86_64.txt b/contrib/libs/llvm12/lib/Transforms/AggressiveInstCombine/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 5ca07fe1bce..00000000000 --- a/contrib/libs/llvm12/lib/Transforms/AggressiveInstCombine/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(lib-Transforms-AggressiveInstCombine) -target_compile_options(lib-Transforms-AggressiveInstCombine PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-Transforms-AggressiveInstCombine PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/AggressiveInstCombine -) -target_link_libraries(lib-Transforms-AggressiveInstCombine PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-Analysis - llvm12-lib-IR - llvm12-lib-Support - lib-Transforms-Utils -) -target_sources(lib-Transforms-AggressiveInstCombine PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/AggressiveInstCombine/AggressiveInstCombine.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/AggressiveInstCombine/TruncInstCombine.cpp -) diff --git a/contrib/libs/llvm12/lib/Transforms/AggressiveInstCombine/CMakeLists.linux-aarch64.txt b/contrib/libs/llvm12/lib/Transforms/AggressiveInstCombine/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b1a4c8817ab..00000000000 --- a/contrib/libs/llvm12/lib/Transforms/AggressiveInstCombine/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(lib-Transforms-AggressiveInstCombine) -target_compile_options(lib-Transforms-AggressiveInstCombine PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-Transforms-AggressiveInstCombine PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/AggressiveInstCombine -) -target_link_libraries(lib-Transforms-AggressiveInstCombine PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-Analysis - llvm12-lib-IR - llvm12-lib-Support - lib-Transforms-Utils -) -target_sources(lib-Transforms-AggressiveInstCombine PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/AggressiveInstCombine/AggressiveInstCombine.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/AggressiveInstCombine/TruncInstCombine.cpp -) diff --git a/contrib/libs/llvm12/lib/Transforms/AggressiveInstCombine/CMakeLists.linux-x86_64.txt b/contrib/libs/llvm12/lib/Transforms/AggressiveInstCombine/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b1a4c8817ab..00000000000 --- a/contrib/libs/llvm12/lib/Transforms/AggressiveInstCombine/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(lib-Transforms-AggressiveInstCombine) -target_compile_options(lib-Transforms-AggressiveInstCombine PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-Transforms-AggressiveInstCombine PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/AggressiveInstCombine -) -target_link_libraries(lib-Transforms-AggressiveInstCombine PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-Analysis - llvm12-lib-IR - llvm12-lib-Support - lib-Transforms-Utils -) -target_sources(lib-Transforms-AggressiveInstCombine PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/AggressiveInstCombine/AggressiveInstCombine.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/AggressiveInstCombine/TruncInstCombine.cpp -) diff --git a/contrib/libs/llvm12/lib/Transforms/AggressiveInstCombine/CMakeLists.txt b/contrib/libs/llvm12/lib/Transforms/AggressiveInstCombine/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/llvm12/lib/Transforms/AggressiveInstCombine/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/llvm12/lib/Transforms/AggressiveInstCombine/CMakeLists.windows-x86_64.txt b/contrib/libs/llvm12/lib/Transforms/AggressiveInstCombine/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 5ca07fe1bce..00000000000 --- a/contrib/libs/llvm12/lib/Transforms/AggressiveInstCombine/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(lib-Transforms-AggressiveInstCombine) -target_compile_options(lib-Transforms-AggressiveInstCombine PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-Transforms-AggressiveInstCombine PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/AggressiveInstCombine -) -target_link_libraries(lib-Transforms-AggressiveInstCombine PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-Analysis - llvm12-lib-IR - llvm12-lib-Support - lib-Transforms-Utils -) -target_sources(lib-Transforms-AggressiveInstCombine PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/AggressiveInstCombine/AggressiveInstCombine.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/AggressiveInstCombine/TruncInstCombine.cpp -) diff --git a/contrib/libs/llvm12/lib/Transforms/CFGuard/CMakeLists.darwin-x86_64.txt b/contrib/libs/llvm12/lib/Transforms/CFGuard/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index bdf90955259..00000000000 --- a/contrib/libs/llvm12/lib/Transforms/CFGuard/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(lib-Transforms-CFGuard) -target_compile_options(lib-Transforms-CFGuard PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-Transforms-CFGuard PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/CFGuard -) -target_link_libraries(lib-Transforms-CFGuard PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-IR - llvm12-lib-Support -) -target_sources(lib-Transforms-CFGuard PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/CFGuard/CFGuard.cpp -) diff --git a/contrib/libs/llvm12/lib/Transforms/CFGuard/CMakeLists.linux-aarch64.txt b/contrib/libs/llvm12/lib/Transforms/CFGuard/CMakeLists.linux-aarch64.txt deleted file mode 100644 index ee458414a08..00000000000 --- a/contrib/libs/llvm12/lib/Transforms/CFGuard/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(lib-Transforms-CFGuard) -target_compile_options(lib-Transforms-CFGuard PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-Transforms-CFGuard PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/CFGuard -) -target_link_libraries(lib-Transforms-CFGuard PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-IR - llvm12-lib-Support -) -target_sources(lib-Transforms-CFGuard PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/CFGuard/CFGuard.cpp -) diff --git a/contrib/libs/llvm12/lib/Transforms/CFGuard/CMakeLists.linux-x86_64.txt b/contrib/libs/llvm12/lib/Transforms/CFGuard/CMakeLists.linux-x86_64.txt deleted file mode 100644 index ee458414a08..00000000000 --- a/contrib/libs/llvm12/lib/Transforms/CFGuard/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(lib-Transforms-CFGuard) -target_compile_options(lib-Transforms-CFGuard PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-Transforms-CFGuard PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/CFGuard -) -target_link_libraries(lib-Transforms-CFGuard PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-IR - llvm12-lib-Support -) -target_sources(lib-Transforms-CFGuard PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/CFGuard/CFGuard.cpp -) diff --git a/contrib/libs/llvm12/lib/Transforms/CFGuard/CMakeLists.txt b/contrib/libs/llvm12/lib/Transforms/CFGuard/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/llvm12/lib/Transforms/CFGuard/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/llvm12/lib/Transforms/CFGuard/CMakeLists.windows-x86_64.txt b/contrib/libs/llvm12/lib/Transforms/CFGuard/CMakeLists.windows-x86_64.txt deleted file mode 100644 index bdf90955259..00000000000 --- a/contrib/libs/llvm12/lib/Transforms/CFGuard/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(lib-Transforms-CFGuard) -target_compile_options(lib-Transforms-CFGuard PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-Transforms-CFGuard PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/CFGuard -) -target_link_libraries(lib-Transforms-CFGuard PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-IR - llvm12-lib-Support -) -target_sources(lib-Transforms-CFGuard PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/CFGuard/CFGuard.cpp -) diff --git a/contrib/libs/llvm12/lib/Transforms/CMakeLists.txt b/contrib/libs/llvm12/lib/Transforms/CMakeLists.txt deleted file mode 100644 index 3b48fccabd6..00000000000 --- a/contrib/libs/llvm12/lib/Transforms/CMakeLists.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -add_subdirectory(AggressiveInstCombine) -add_subdirectory(CFGuard) -add_subdirectory(IPO) -add_subdirectory(InstCombine) -add_subdirectory(Instrumentation) -add_subdirectory(ObjCARC) -add_subdirectory(Scalar) -add_subdirectory(Utils) -add_subdirectory(Vectorize) diff --git a/contrib/libs/llvm12/lib/Transforms/IPO/CMakeLists.darwin-x86_64.txt b/contrib/libs/llvm12/lib/Transforms/IPO/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a703571757c..00000000000 --- a/contrib/libs/llvm12/lib/Transforms/IPO/CMakeLists.darwin-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(lib-Transforms-IPO) -target_compile_options(lib-Transforms-IPO PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-Transforms-IPO PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO -) -target_link_libraries(lib-Transforms-IPO PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-Analysis - lib-Bitcode-Reader - lib-Bitcode-Writer - lib-Frontend-OpenMP - llvm12-lib-IR - llvm12-lib-IRReader - llvm12-lib-Linker - llvm12-lib-Object - llvm12-lib-ProfileData - llvm12-lib-Support - lib-Transforms-AggressiveInstCombine - lib-Transforms-InstCombine - lib-Transforms-Instrumentation - lib-Transforms-Scalar - lib-Transforms-Utils - lib-Transforms-Vectorize -) -target_sources(lib-Transforms-IPO PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/AlwaysInliner.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/Annotation2Metadata.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/ArgumentPromotion.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/Attributor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/AttributorAttributes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/BarrierNoopPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/BlockExtractor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/CalledValuePropagation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/ConstantMerge.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/CrossDSOCFI.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/DeadArgumentElimination.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/ElimAvailExtern.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/ExtractGV.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/ForceFunctionAttrs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/FunctionAttrs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/FunctionImport.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/GlobalDCE.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/GlobalOpt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/GlobalSplit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/HotColdSplitting.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/IPO.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/IROutliner.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/InferFunctionAttrs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/InlineSimple.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/Inliner.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/Internalize.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/LoopExtractor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/LowerTypeTests.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/MergeFunctions.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/OpenMPOpt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/PartialInlining.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/PassManagerBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/PruneEH.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/SCCP.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/SampleContextTracker.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/SampleProfile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/SampleProfileProbe.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/StripDeadPrototypes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/StripSymbols.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/SyntheticCountsPropagation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/WholeProgramDevirt.cpp -) diff --git a/contrib/libs/llvm12/lib/Transforms/IPO/CMakeLists.linux-aarch64.txt b/contrib/libs/llvm12/lib/Transforms/IPO/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 00fbb651b8d..00000000000 --- a/contrib/libs/llvm12/lib/Transforms/IPO/CMakeLists.linux-aarch64.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(lib-Transforms-IPO) -target_compile_options(lib-Transforms-IPO PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-Transforms-IPO PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO -) -target_link_libraries(lib-Transforms-IPO PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-Analysis - lib-Bitcode-Reader - lib-Bitcode-Writer - lib-Frontend-OpenMP - llvm12-lib-IR - llvm12-lib-IRReader - llvm12-lib-Linker - llvm12-lib-Object - llvm12-lib-ProfileData - llvm12-lib-Support - lib-Transforms-AggressiveInstCombine - lib-Transforms-InstCombine - lib-Transforms-Instrumentation - lib-Transforms-Scalar - lib-Transforms-Utils - lib-Transforms-Vectorize -) -target_sources(lib-Transforms-IPO PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/AlwaysInliner.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/Annotation2Metadata.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/ArgumentPromotion.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/Attributor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/AttributorAttributes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/BarrierNoopPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/BlockExtractor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/CalledValuePropagation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/ConstantMerge.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/CrossDSOCFI.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/DeadArgumentElimination.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/ElimAvailExtern.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/ExtractGV.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/ForceFunctionAttrs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/FunctionAttrs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/FunctionImport.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/GlobalDCE.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/GlobalOpt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/GlobalSplit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/HotColdSplitting.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/IPO.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/IROutliner.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/InferFunctionAttrs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/InlineSimple.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/Inliner.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/Internalize.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/LoopExtractor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/LowerTypeTests.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/MergeFunctions.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/OpenMPOpt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/PartialInlining.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/PassManagerBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/PruneEH.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/SCCP.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/SampleContextTracker.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/SampleProfile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/SampleProfileProbe.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/StripDeadPrototypes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/StripSymbols.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/SyntheticCountsPropagation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/WholeProgramDevirt.cpp -) diff --git a/contrib/libs/llvm12/lib/Transforms/IPO/CMakeLists.linux-x86_64.txt b/contrib/libs/llvm12/lib/Transforms/IPO/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 00fbb651b8d..00000000000 --- a/contrib/libs/llvm12/lib/Transforms/IPO/CMakeLists.linux-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(lib-Transforms-IPO) -target_compile_options(lib-Transforms-IPO PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-Transforms-IPO PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO -) -target_link_libraries(lib-Transforms-IPO PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-Analysis - lib-Bitcode-Reader - lib-Bitcode-Writer - lib-Frontend-OpenMP - llvm12-lib-IR - llvm12-lib-IRReader - llvm12-lib-Linker - llvm12-lib-Object - llvm12-lib-ProfileData - llvm12-lib-Support - lib-Transforms-AggressiveInstCombine - lib-Transforms-InstCombine - lib-Transforms-Instrumentation - lib-Transforms-Scalar - lib-Transforms-Utils - lib-Transforms-Vectorize -) -target_sources(lib-Transforms-IPO PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/AlwaysInliner.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/Annotation2Metadata.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/ArgumentPromotion.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/Attributor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/AttributorAttributes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/BarrierNoopPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/BlockExtractor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/CalledValuePropagation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/ConstantMerge.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/CrossDSOCFI.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/DeadArgumentElimination.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/ElimAvailExtern.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/ExtractGV.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/ForceFunctionAttrs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/FunctionAttrs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/FunctionImport.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/GlobalDCE.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/GlobalOpt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/GlobalSplit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/HotColdSplitting.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/IPO.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/IROutliner.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/InferFunctionAttrs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/InlineSimple.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/Inliner.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/Internalize.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/LoopExtractor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/LowerTypeTests.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/MergeFunctions.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/OpenMPOpt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/PartialInlining.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/PassManagerBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/PruneEH.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/SCCP.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/SampleContextTracker.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/SampleProfile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/SampleProfileProbe.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/StripDeadPrototypes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/StripSymbols.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/SyntheticCountsPropagation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/WholeProgramDevirt.cpp -) diff --git a/contrib/libs/llvm12/lib/Transforms/IPO/CMakeLists.txt b/contrib/libs/llvm12/lib/Transforms/IPO/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/llvm12/lib/Transforms/IPO/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/llvm12/lib/Transforms/IPO/CMakeLists.windows-x86_64.txt b/contrib/libs/llvm12/lib/Transforms/IPO/CMakeLists.windows-x86_64.txt deleted file mode 100644 index a703571757c..00000000000 --- a/contrib/libs/llvm12/lib/Transforms/IPO/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(lib-Transforms-IPO) -target_compile_options(lib-Transforms-IPO PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-Transforms-IPO PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO -) -target_link_libraries(lib-Transforms-IPO PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-Analysis - lib-Bitcode-Reader - lib-Bitcode-Writer - lib-Frontend-OpenMP - llvm12-lib-IR - llvm12-lib-IRReader - llvm12-lib-Linker - llvm12-lib-Object - llvm12-lib-ProfileData - llvm12-lib-Support - lib-Transforms-AggressiveInstCombine - lib-Transforms-InstCombine - lib-Transforms-Instrumentation - lib-Transforms-Scalar - lib-Transforms-Utils - lib-Transforms-Vectorize -) -target_sources(lib-Transforms-IPO PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/AlwaysInliner.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/Annotation2Metadata.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/ArgumentPromotion.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/Attributor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/AttributorAttributes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/BarrierNoopPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/BlockExtractor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/CalledValuePropagation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/ConstantMerge.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/CrossDSOCFI.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/DeadArgumentElimination.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/ElimAvailExtern.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/ExtractGV.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/ForceFunctionAttrs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/FunctionAttrs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/FunctionImport.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/GlobalDCE.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/GlobalOpt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/GlobalSplit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/HotColdSplitting.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/IPO.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/IROutliner.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/InferFunctionAttrs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/InlineSimple.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/Inliner.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/Internalize.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/LoopExtractor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/LowerTypeTests.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/MergeFunctions.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/OpenMPOpt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/PartialInlining.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/PassManagerBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/PruneEH.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/SCCP.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/SampleContextTracker.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/SampleProfile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/SampleProfileProbe.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/StripDeadPrototypes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/StripSymbols.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/SyntheticCountsPropagation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/IPO/WholeProgramDevirt.cpp -) diff --git a/contrib/libs/llvm12/lib/Transforms/InstCombine/CMakeLists.darwin-x86_64.txt b/contrib/libs/llvm12/lib/Transforms/InstCombine/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 1d62defbb4b..00000000000 --- a/contrib/libs/llvm12/lib/Transforms/InstCombine/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(lib-Transforms-InstCombine) -target_compile_options(lib-Transforms-InstCombine PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-Transforms-InstCombine PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/InstCombine -) -target_link_libraries(lib-Transforms-InstCombine PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-Analysis - llvm12-lib-IR - llvm12-lib-Support - lib-Transforms-Utils -) -target_sources(lib-Transforms-InstCombine PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/InstCombine/InstCombineAddSub.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/InstCombine/InstCombineAtomicRMW.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/InstCombine/InstCombineCalls.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/InstCombine/InstCombineCasts.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/InstCombine/InstCombineCompares.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/InstCombine/InstCombineNegator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/InstCombine/InstCombinePHI.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/InstCombine/InstCombineSelect.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/InstCombine/InstCombineShifts.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/InstCombine/InstCombineVectorOps.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/InstCombine/InstructionCombining.cpp -) diff --git a/contrib/libs/llvm12/lib/Transforms/InstCombine/CMakeLists.linux-aarch64.txt b/contrib/libs/llvm12/lib/Transforms/InstCombine/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 870556286d1..00000000000 --- a/contrib/libs/llvm12/lib/Transforms/InstCombine/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(lib-Transforms-InstCombine) -target_compile_options(lib-Transforms-InstCombine PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-Transforms-InstCombine PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/InstCombine -) -target_link_libraries(lib-Transforms-InstCombine PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-Analysis - llvm12-lib-IR - llvm12-lib-Support - lib-Transforms-Utils -) -target_sources(lib-Transforms-InstCombine PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/InstCombine/InstCombineAddSub.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/InstCombine/InstCombineAtomicRMW.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/InstCombine/InstCombineCalls.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/InstCombine/InstCombineCasts.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/InstCombine/InstCombineCompares.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/InstCombine/InstCombineNegator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/InstCombine/InstCombinePHI.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/InstCombine/InstCombineSelect.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/InstCombine/InstCombineShifts.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/InstCombine/InstCombineVectorOps.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/InstCombine/InstructionCombining.cpp -) diff --git a/contrib/libs/llvm12/lib/Transforms/InstCombine/CMakeLists.linux-x86_64.txt b/contrib/libs/llvm12/lib/Transforms/InstCombine/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 870556286d1..00000000000 --- a/contrib/libs/llvm12/lib/Transforms/InstCombine/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(lib-Transforms-InstCombine) -target_compile_options(lib-Transforms-InstCombine PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-Transforms-InstCombine PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/InstCombine -) -target_link_libraries(lib-Transforms-InstCombine PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-Analysis - llvm12-lib-IR - llvm12-lib-Support - lib-Transforms-Utils -) -target_sources(lib-Transforms-InstCombine PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/InstCombine/InstCombineAddSub.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/InstCombine/InstCombineAtomicRMW.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/InstCombine/InstCombineCalls.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/InstCombine/InstCombineCasts.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/InstCombine/InstCombineCompares.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/InstCombine/InstCombineNegator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/InstCombine/InstCombinePHI.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/InstCombine/InstCombineSelect.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/InstCombine/InstCombineShifts.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/InstCombine/InstCombineVectorOps.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/InstCombine/InstructionCombining.cpp -) diff --git a/contrib/libs/llvm12/lib/Transforms/InstCombine/CMakeLists.txt b/contrib/libs/llvm12/lib/Transforms/InstCombine/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/llvm12/lib/Transforms/InstCombine/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/llvm12/lib/Transforms/InstCombine/CMakeLists.windows-x86_64.txt b/contrib/libs/llvm12/lib/Transforms/InstCombine/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 1d62defbb4b..00000000000 --- a/contrib/libs/llvm12/lib/Transforms/InstCombine/CMakeLists.windows-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(lib-Transforms-InstCombine) -target_compile_options(lib-Transforms-InstCombine PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-Transforms-InstCombine PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/InstCombine -) -target_link_libraries(lib-Transforms-InstCombine PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-Analysis - llvm12-lib-IR - llvm12-lib-Support - lib-Transforms-Utils -) -target_sources(lib-Transforms-InstCombine PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/InstCombine/InstCombineAddSub.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/InstCombine/InstCombineAtomicRMW.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/InstCombine/InstCombineCalls.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/InstCombine/InstCombineCasts.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/InstCombine/InstCombineCompares.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/InstCombine/InstCombineNegator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/InstCombine/InstCombinePHI.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/InstCombine/InstCombineSelect.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/InstCombine/InstCombineShifts.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/InstCombine/InstCombineVectorOps.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/InstCombine/InstructionCombining.cpp -) diff --git a/contrib/libs/llvm12/lib/Transforms/Instrumentation/CMakeLists.darwin-x86_64.txt b/contrib/libs/llvm12/lib/Transforms/Instrumentation/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index bf742c3572b..00000000000 --- a/contrib/libs/llvm12/lib/Transforms/Instrumentation/CMakeLists.darwin-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(lib-Transforms-Instrumentation) -target_compile_options(lib-Transforms-Instrumentation PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-Transforms-Instrumentation PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation -) -target_link_libraries(lib-Transforms-Instrumentation PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-Analysis - llvm12-lib-IR - llvm12-lib-MC - llvm12-lib-ProfileData - llvm12-lib-Support - lib-Transforms-Utils -) -target_sources(lib-Transforms-Instrumentation PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/AddressSanitizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/BoundsChecking.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/CGProfile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/ControlHeightReduction.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/GCOVProfiling.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/IndirectCallPromotion.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/InstrOrderFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/InstrProfiling.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/Instrumentation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/MemProfiler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/MemorySanitizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/PGOInstrumentation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/PGOMemOPSizeOpt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/PoisonChecking.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/SanitizerCoverage.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/ThreadSanitizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/ValueProfileCollector.cpp -) diff --git a/contrib/libs/llvm12/lib/Transforms/Instrumentation/CMakeLists.linux-aarch64.txt b/contrib/libs/llvm12/lib/Transforms/Instrumentation/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 1c1b924cc4c..00000000000 --- a/contrib/libs/llvm12/lib/Transforms/Instrumentation/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,49 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(lib-Transforms-Instrumentation) -target_compile_options(lib-Transforms-Instrumentation PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-Transforms-Instrumentation PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation -) -target_link_libraries(lib-Transforms-Instrumentation PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-Analysis - llvm12-lib-IR - llvm12-lib-MC - llvm12-lib-ProfileData - llvm12-lib-Support - lib-Transforms-Utils -) -target_sources(lib-Transforms-Instrumentation PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/AddressSanitizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/BoundsChecking.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/CGProfile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/ControlHeightReduction.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/GCOVProfiling.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/IndirectCallPromotion.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/InstrOrderFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/InstrProfiling.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/Instrumentation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/MemProfiler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/MemorySanitizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/PGOInstrumentation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/PGOMemOPSizeOpt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/PoisonChecking.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/SanitizerCoverage.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/ThreadSanitizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/ValueProfileCollector.cpp -) diff --git a/contrib/libs/llvm12/lib/Transforms/Instrumentation/CMakeLists.linux-x86_64.txt b/contrib/libs/llvm12/lib/Transforms/Instrumentation/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 1c1b924cc4c..00000000000 --- a/contrib/libs/llvm12/lib/Transforms/Instrumentation/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,49 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(lib-Transforms-Instrumentation) -target_compile_options(lib-Transforms-Instrumentation PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-Transforms-Instrumentation PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation -) -target_link_libraries(lib-Transforms-Instrumentation PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-Analysis - llvm12-lib-IR - llvm12-lib-MC - llvm12-lib-ProfileData - llvm12-lib-Support - lib-Transforms-Utils -) -target_sources(lib-Transforms-Instrumentation PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/AddressSanitizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/BoundsChecking.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/CGProfile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/ControlHeightReduction.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/GCOVProfiling.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/IndirectCallPromotion.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/InstrOrderFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/InstrProfiling.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/Instrumentation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/MemProfiler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/MemorySanitizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/PGOInstrumentation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/PGOMemOPSizeOpt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/PoisonChecking.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/SanitizerCoverage.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/ThreadSanitizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/ValueProfileCollector.cpp -) diff --git a/contrib/libs/llvm12/lib/Transforms/Instrumentation/CMakeLists.txt b/contrib/libs/llvm12/lib/Transforms/Instrumentation/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/llvm12/lib/Transforms/Instrumentation/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/llvm12/lib/Transforms/Instrumentation/CMakeLists.windows-x86_64.txt b/contrib/libs/llvm12/lib/Transforms/Instrumentation/CMakeLists.windows-x86_64.txt deleted file mode 100644 index bf742c3572b..00000000000 --- a/contrib/libs/llvm12/lib/Transforms/Instrumentation/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(lib-Transforms-Instrumentation) -target_compile_options(lib-Transforms-Instrumentation PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-Transforms-Instrumentation PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation -) -target_link_libraries(lib-Transforms-Instrumentation PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-Analysis - llvm12-lib-IR - llvm12-lib-MC - llvm12-lib-ProfileData - llvm12-lib-Support - lib-Transforms-Utils -) -target_sources(lib-Transforms-Instrumentation PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/AddressSanitizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/BoundsChecking.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/CGProfile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/ControlHeightReduction.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/GCOVProfiling.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/IndirectCallPromotion.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/InstrOrderFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/InstrProfiling.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/Instrumentation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/MemProfiler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/MemorySanitizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/PGOInstrumentation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/PGOMemOPSizeOpt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/PoisonChecking.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/SanitizerCoverage.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/ThreadSanitizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Instrumentation/ValueProfileCollector.cpp -) diff --git a/contrib/libs/llvm12/lib/Transforms/ObjCARC/CMakeLists.darwin-x86_64.txt b/contrib/libs/llvm12/lib/Transforms/ObjCARC/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index b69d2408d20..00000000000 --- a/contrib/libs/llvm12/lib/Transforms/ObjCARC/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(lib-Transforms-ObjCARC) -target_compile_options(lib-Transforms-ObjCARC PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-Transforms-ObjCARC PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/ObjCARC -) -target_link_libraries(lib-Transforms-ObjCARC PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-Analysis - llvm12-lib-IR - llvm12-lib-Support - lib-Transforms-Utils -) -target_sources(lib-Transforms-ObjCARC PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/ObjCARC/DependencyAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/ObjCARC/ObjCARC.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/ObjCARC/ObjCARCAPElim.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/ObjCARC/ObjCARCContract.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/ObjCARC/ObjCARCExpand.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/ObjCARC/ObjCARCOpts.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/ObjCARC/ProvenanceAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/ObjCARC/ProvenanceAnalysisEvaluator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/ObjCARC/PtrState.cpp -) diff --git a/contrib/libs/llvm12/lib/Transforms/ObjCARC/CMakeLists.linux-aarch64.txt b/contrib/libs/llvm12/lib/Transforms/ObjCARC/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 17250eafeca..00000000000 --- a/contrib/libs/llvm12/lib/Transforms/ObjCARC/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(lib-Transforms-ObjCARC) -target_compile_options(lib-Transforms-ObjCARC PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-Transforms-ObjCARC PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/ObjCARC -) -target_link_libraries(lib-Transforms-ObjCARC PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-Analysis - llvm12-lib-IR - llvm12-lib-Support - lib-Transforms-Utils -) -target_sources(lib-Transforms-ObjCARC PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/ObjCARC/DependencyAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/ObjCARC/ObjCARC.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/ObjCARC/ObjCARCAPElim.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/ObjCARC/ObjCARCContract.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/ObjCARC/ObjCARCExpand.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/ObjCARC/ObjCARCOpts.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/ObjCARC/ProvenanceAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/ObjCARC/ProvenanceAnalysisEvaluator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/ObjCARC/PtrState.cpp -) diff --git a/contrib/libs/llvm12/lib/Transforms/ObjCARC/CMakeLists.linux-x86_64.txt b/contrib/libs/llvm12/lib/Transforms/ObjCARC/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 17250eafeca..00000000000 --- a/contrib/libs/llvm12/lib/Transforms/ObjCARC/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(lib-Transforms-ObjCARC) -target_compile_options(lib-Transforms-ObjCARC PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-Transforms-ObjCARC PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/ObjCARC -) -target_link_libraries(lib-Transforms-ObjCARC PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-Analysis - llvm12-lib-IR - llvm12-lib-Support - lib-Transforms-Utils -) -target_sources(lib-Transforms-ObjCARC PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/ObjCARC/DependencyAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/ObjCARC/ObjCARC.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/ObjCARC/ObjCARCAPElim.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/ObjCARC/ObjCARCContract.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/ObjCARC/ObjCARCExpand.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/ObjCARC/ObjCARCOpts.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/ObjCARC/ProvenanceAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/ObjCARC/ProvenanceAnalysisEvaluator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/ObjCARC/PtrState.cpp -) diff --git a/contrib/libs/llvm12/lib/Transforms/ObjCARC/CMakeLists.txt b/contrib/libs/llvm12/lib/Transforms/ObjCARC/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/llvm12/lib/Transforms/ObjCARC/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/llvm12/lib/Transforms/ObjCARC/CMakeLists.windows-x86_64.txt b/contrib/libs/llvm12/lib/Transforms/ObjCARC/CMakeLists.windows-x86_64.txt deleted file mode 100644 index b69d2408d20..00000000000 --- a/contrib/libs/llvm12/lib/Transforms/ObjCARC/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(lib-Transforms-ObjCARC) -target_compile_options(lib-Transforms-ObjCARC PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-Transforms-ObjCARC PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/ObjCARC -) -target_link_libraries(lib-Transforms-ObjCARC PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-Analysis - llvm12-lib-IR - llvm12-lib-Support - lib-Transforms-Utils -) -target_sources(lib-Transforms-ObjCARC PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/ObjCARC/DependencyAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/ObjCARC/ObjCARC.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/ObjCARC/ObjCARCAPElim.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/ObjCARC/ObjCARCContract.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/ObjCARC/ObjCARCExpand.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/ObjCARC/ObjCARCOpts.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/ObjCARC/ProvenanceAnalysis.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/ObjCARC/ProvenanceAnalysisEvaluator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/ObjCARC/PtrState.cpp -) diff --git a/contrib/libs/llvm12/lib/Transforms/Scalar/CMakeLists.darwin-x86_64.txt b/contrib/libs/llvm12/lib/Transforms/Scalar/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 85fbc1b9a9b..00000000000 --- a/contrib/libs/llvm12/lib/Transforms/Scalar/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,107 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(lib-Transforms-Scalar) -target_compile_options(lib-Transforms-Scalar PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-Transforms-Scalar PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar -) -target_link_libraries(lib-Transforms-Scalar PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-Analysis - llvm12-lib-IR - llvm12-lib-Support - lib-Transforms-AggressiveInstCombine - lib-Transforms-InstCombine - lib-Transforms-Utils -) -target_sources(lib-Transforms-Scalar PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/ADCE.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/AlignmentFromAssumptions.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/AnnotationRemarks.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/BDCE.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/CallSiteSplitting.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/ConstantHoisting.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/ConstraintElimination.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/DCE.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/DeadStoreElimination.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/DivRemPairs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/EarlyCSE.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/FlattenCFGPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/Float2Int.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/GVN.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/GVNHoist.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/GVNSink.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/GuardWidening.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/IVUsersPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/IndVarSimplify.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/InferAddressSpaces.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/InstSimplifyPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/JumpThreading.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LICM.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopAccessAnalysisPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopDataPrefetch.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopDeletion.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopDistribute.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopFlatten.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopFuse.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopIdiomRecognize.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopInstSimplify.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopInterchange.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopLoadElimination.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopPassManager.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopPredication.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopRerollPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopRotation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopSimplifyCFG.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopSink.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopStrengthReduce.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopUnrollAndJamPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopUnrollPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopUnswitch.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopVersioningLICM.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LowerAtomic.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LowerConstantIntrinsics.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LowerExpectIntrinsic.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LowerGuardIntrinsic.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LowerWidenableCondition.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/MakeGuardsExplicit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/MemCpyOptimizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/MergeICmps.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/MergedLoadStoreMotion.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/NaryReassociate.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/NewGVN.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/PartiallyInlineLibCalls.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/PlaceSafepoints.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/Reassociate.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/Reg2Mem.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/SCCP.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/SROA.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/Scalar.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/ScalarizeMaskedMemIntrin.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/Scalarizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/SimpleLoopUnswitch.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/SimplifyCFGPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/Sink.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/SpeculateAroundPHIs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/SpeculativeExecution.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/StraightLineStrengthReduce.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/StructurizeCFG.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/TailRecursionElimination.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/WarnMissedTransforms.cpp -) diff --git a/contrib/libs/llvm12/lib/Transforms/Scalar/CMakeLists.linux-aarch64.txt b/contrib/libs/llvm12/lib/Transforms/Scalar/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b8137e772b5..00000000000 --- a/contrib/libs/llvm12/lib/Transforms/Scalar/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,108 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(lib-Transforms-Scalar) -target_compile_options(lib-Transforms-Scalar PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-Transforms-Scalar PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar -) -target_link_libraries(lib-Transforms-Scalar PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-Analysis - llvm12-lib-IR - llvm12-lib-Support - lib-Transforms-AggressiveInstCombine - lib-Transforms-InstCombine - lib-Transforms-Utils -) -target_sources(lib-Transforms-Scalar PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/ADCE.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/AlignmentFromAssumptions.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/AnnotationRemarks.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/BDCE.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/CallSiteSplitting.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/ConstantHoisting.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/ConstraintElimination.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/DCE.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/DeadStoreElimination.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/DivRemPairs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/EarlyCSE.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/FlattenCFGPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/Float2Int.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/GVN.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/GVNHoist.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/GVNSink.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/GuardWidening.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/IVUsersPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/IndVarSimplify.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/InferAddressSpaces.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/InstSimplifyPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/JumpThreading.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LICM.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopAccessAnalysisPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopDataPrefetch.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopDeletion.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopDistribute.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopFlatten.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopFuse.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopIdiomRecognize.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopInstSimplify.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopInterchange.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopLoadElimination.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopPassManager.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopPredication.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopRerollPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopRotation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopSimplifyCFG.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopSink.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopStrengthReduce.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopUnrollAndJamPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopUnrollPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopUnswitch.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopVersioningLICM.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LowerAtomic.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LowerConstantIntrinsics.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LowerExpectIntrinsic.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LowerGuardIntrinsic.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LowerWidenableCondition.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/MakeGuardsExplicit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/MemCpyOptimizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/MergeICmps.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/MergedLoadStoreMotion.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/NaryReassociate.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/NewGVN.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/PartiallyInlineLibCalls.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/PlaceSafepoints.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/Reassociate.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/Reg2Mem.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/SCCP.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/SROA.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/Scalar.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/ScalarizeMaskedMemIntrin.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/Scalarizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/SimpleLoopUnswitch.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/SimplifyCFGPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/Sink.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/SpeculateAroundPHIs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/SpeculativeExecution.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/StraightLineStrengthReduce.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/StructurizeCFG.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/TailRecursionElimination.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/WarnMissedTransforms.cpp -) diff --git a/contrib/libs/llvm12/lib/Transforms/Scalar/CMakeLists.linux-x86_64.txt b/contrib/libs/llvm12/lib/Transforms/Scalar/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b8137e772b5..00000000000 --- a/contrib/libs/llvm12/lib/Transforms/Scalar/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,108 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(lib-Transforms-Scalar) -target_compile_options(lib-Transforms-Scalar PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-Transforms-Scalar PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar -) -target_link_libraries(lib-Transforms-Scalar PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-Analysis - llvm12-lib-IR - llvm12-lib-Support - lib-Transforms-AggressiveInstCombine - lib-Transforms-InstCombine - lib-Transforms-Utils -) -target_sources(lib-Transforms-Scalar PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/ADCE.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/AlignmentFromAssumptions.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/AnnotationRemarks.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/BDCE.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/CallSiteSplitting.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/ConstantHoisting.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/ConstraintElimination.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/DCE.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/DeadStoreElimination.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/DivRemPairs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/EarlyCSE.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/FlattenCFGPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/Float2Int.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/GVN.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/GVNHoist.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/GVNSink.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/GuardWidening.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/IVUsersPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/IndVarSimplify.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/InferAddressSpaces.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/InstSimplifyPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/JumpThreading.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LICM.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopAccessAnalysisPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopDataPrefetch.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopDeletion.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopDistribute.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopFlatten.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopFuse.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopIdiomRecognize.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopInstSimplify.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopInterchange.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopLoadElimination.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopPassManager.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopPredication.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopRerollPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopRotation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopSimplifyCFG.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopSink.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopStrengthReduce.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopUnrollAndJamPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopUnrollPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopUnswitch.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopVersioningLICM.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LowerAtomic.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LowerConstantIntrinsics.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LowerExpectIntrinsic.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LowerGuardIntrinsic.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LowerWidenableCondition.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/MakeGuardsExplicit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/MemCpyOptimizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/MergeICmps.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/MergedLoadStoreMotion.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/NaryReassociate.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/NewGVN.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/PartiallyInlineLibCalls.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/PlaceSafepoints.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/Reassociate.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/Reg2Mem.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/SCCP.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/SROA.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/Scalar.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/ScalarizeMaskedMemIntrin.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/Scalarizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/SimpleLoopUnswitch.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/SimplifyCFGPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/Sink.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/SpeculateAroundPHIs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/SpeculativeExecution.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/StraightLineStrengthReduce.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/StructurizeCFG.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/TailRecursionElimination.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/WarnMissedTransforms.cpp -) diff --git a/contrib/libs/llvm12/lib/Transforms/Scalar/CMakeLists.txt b/contrib/libs/llvm12/lib/Transforms/Scalar/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/llvm12/lib/Transforms/Scalar/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/llvm12/lib/Transforms/Scalar/CMakeLists.windows-x86_64.txt b/contrib/libs/llvm12/lib/Transforms/Scalar/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 85fbc1b9a9b..00000000000 --- a/contrib/libs/llvm12/lib/Transforms/Scalar/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,107 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(lib-Transforms-Scalar) -target_compile_options(lib-Transforms-Scalar PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-Transforms-Scalar PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar -) -target_link_libraries(lib-Transforms-Scalar PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-Analysis - llvm12-lib-IR - llvm12-lib-Support - lib-Transforms-AggressiveInstCombine - lib-Transforms-InstCombine - lib-Transforms-Utils -) -target_sources(lib-Transforms-Scalar PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/ADCE.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/AlignmentFromAssumptions.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/AnnotationRemarks.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/BDCE.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/CallSiteSplitting.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/ConstantHoisting.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/ConstraintElimination.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/DCE.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/DeadStoreElimination.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/DivRemPairs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/EarlyCSE.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/FlattenCFGPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/Float2Int.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/GVN.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/GVNHoist.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/GVNSink.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/GuardWidening.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/IVUsersPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/IndVarSimplify.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/InferAddressSpaces.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/InstSimplifyPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/JumpThreading.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LICM.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopAccessAnalysisPrinter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopDataPrefetch.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopDeletion.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopDistribute.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopFlatten.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopFuse.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopIdiomRecognize.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopInstSimplify.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopInterchange.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopLoadElimination.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopPassManager.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopPredication.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopRerollPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopRotation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopSimplifyCFG.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopSink.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopStrengthReduce.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopUnrollAndJamPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopUnrollPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopUnswitch.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LoopVersioningLICM.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LowerAtomic.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LowerConstantIntrinsics.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LowerExpectIntrinsic.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LowerGuardIntrinsic.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/LowerWidenableCondition.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/MakeGuardsExplicit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/MemCpyOptimizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/MergeICmps.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/MergedLoadStoreMotion.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/NaryReassociate.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/NewGVN.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/PartiallyInlineLibCalls.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/PlaceSafepoints.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/Reassociate.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/Reg2Mem.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/SCCP.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/SROA.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/Scalar.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/ScalarizeMaskedMemIntrin.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/Scalarizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/SimpleLoopUnswitch.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/SimplifyCFGPass.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/Sink.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/SpeculateAroundPHIs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/SpeculativeExecution.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/StraightLineStrengthReduce.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/StructurizeCFG.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/TailRecursionElimination.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Scalar/WarnMissedTransforms.cpp -) diff --git a/contrib/libs/llvm12/lib/Transforms/Utils/CMakeLists.darwin-x86_64.txt b/contrib/libs/llvm12/lib/Transforms/Utils/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 85ed4a4c6db..00000000000 --- a/contrib/libs/llvm12/lib/Transforms/Utils/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,97 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(lib-Transforms-Utils) -target_compile_options(lib-Transforms-Utils PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-Transforms-Utils PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils -) -target_link_libraries(lib-Transforms-Utils PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-Analysis - llvm12-lib-IR - llvm12-lib-Support -) -target_sources(lib-Transforms-Utils PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/AMDGPUEmitPrintf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/ASanStackFrameLayout.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/AddDiscriminators.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/AssumeBundleBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/BasicBlockUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/BreakCriticalEdges.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/BuildLibCalls.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/BypassSlowDivision.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/CallGraphUpdater.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/CallPromotionUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/CanonicalizeAliases.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/CanonicalizeFreezeInLoops.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/CloneFunction.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/CloneModule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/CodeExtractor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/CodeMoverUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/CtorUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/Debugify.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/DemoteRegToStack.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/EntryExitInstrumenter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/EscapeEnumerator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/Evaluator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/FixIrreducible.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/FlattenCFG.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/FunctionComparator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/FunctionImportUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/GlobalStatus.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/GuardUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/InjectTLIMappings.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/InlineFunction.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/InstructionNamer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/IntegerDivision.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/LCSSA.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/LibCallsShrinkWrap.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/Local.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/LoopPeel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/LoopRotationUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/LoopSimplify.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/LoopUnroll.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/LoopUnrollAndJam.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/LoopUnrollRuntime.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/LoopUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/LoopVersioning.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/LowerInvoke.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/LowerMemIntrinsics.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/LowerSwitch.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/MatrixUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/Mem2Reg.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/MetaRenamer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/ModuleUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/NameAnonGlobals.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/PredicateInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/PromoteMemoryToRegister.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/SSAUpdater.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/SSAUpdaterBulk.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/SanitizerStats.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/ScalarEvolutionExpander.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/SimplifyCFG.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/SimplifyIndVar.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/SimplifyLibCalls.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/SizeOpts.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/SplitModule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/StripGCRelocates.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/StripNonLineTableDebugInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/SymbolRewriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/UnifyFunctionExitNodes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/UnifyLoopExits.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/UniqueInternalLinkageNames.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/Utils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/VNCoercion.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/ValueMapper.cpp -) diff --git a/contrib/libs/llvm12/lib/Transforms/Utils/CMakeLists.linux-aarch64.txt b/contrib/libs/llvm12/lib/Transforms/Utils/CMakeLists.linux-aarch64.txt deleted file mode 100644 index f9c59ee4c38..00000000000 --- a/contrib/libs/llvm12/lib/Transforms/Utils/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,98 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(lib-Transforms-Utils) -target_compile_options(lib-Transforms-Utils PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-Transforms-Utils PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils -) -target_link_libraries(lib-Transforms-Utils PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-Analysis - llvm12-lib-IR - llvm12-lib-Support -) -target_sources(lib-Transforms-Utils PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/AMDGPUEmitPrintf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/ASanStackFrameLayout.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/AddDiscriminators.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/AssumeBundleBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/BasicBlockUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/BreakCriticalEdges.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/BuildLibCalls.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/BypassSlowDivision.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/CallGraphUpdater.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/CallPromotionUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/CanonicalizeAliases.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/CanonicalizeFreezeInLoops.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/CloneFunction.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/CloneModule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/CodeExtractor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/CodeMoverUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/CtorUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/Debugify.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/DemoteRegToStack.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/EntryExitInstrumenter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/EscapeEnumerator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/Evaluator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/FixIrreducible.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/FlattenCFG.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/FunctionComparator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/FunctionImportUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/GlobalStatus.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/GuardUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/InjectTLIMappings.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/InlineFunction.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/InstructionNamer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/IntegerDivision.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/LCSSA.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/LibCallsShrinkWrap.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/Local.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/LoopPeel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/LoopRotationUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/LoopSimplify.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/LoopUnroll.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/LoopUnrollAndJam.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/LoopUnrollRuntime.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/LoopUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/LoopVersioning.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/LowerInvoke.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/LowerMemIntrinsics.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/LowerSwitch.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/MatrixUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/Mem2Reg.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/MetaRenamer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/ModuleUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/NameAnonGlobals.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/PredicateInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/PromoteMemoryToRegister.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/SSAUpdater.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/SSAUpdaterBulk.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/SanitizerStats.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/ScalarEvolutionExpander.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/SimplifyCFG.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/SimplifyIndVar.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/SimplifyLibCalls.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/SizeOpts.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/SplitModule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/StripGCRelocates.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/StripNonLineTableDebugInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/SymbolRewriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/UnifyFunctionExitNodes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/UnifyLoopExits.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/UniqueInternalLinkageNames.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/Utils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/VNCoercion.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/ValueMapper.cpp -) diff --git a/contrib/libs/llvm12/lib/Transforms/Utils/CMakeLists.linux-x86_64.txt b/contrib/libs/llvm12/lib/Transforms/Utils/CMakeLists.linux-x86_64.txt deleted file mode 100644 index f9c59ee4c38..00000000000 --- a/contrib/libs/llvm12/lib/Transforms/Utils/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,98 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(lib-Transforms-Utils) -target_compile_options(lib-Transforms-Utils PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-Transforms-Utils PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils -) -target_link_libraries(lib-Transforms-Utils PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-Analysis - llvm12-lib-IR - llvm12-lib-Support -) -target_sources(lib-Transforms-Utils PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/AMDGPUEmitPrintf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/ASanStackFrameLayout.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/AddDiscriminators.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/AssumeBundleBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/BasicBlockUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/BreakCriticalEdges.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/BuildLibCalls.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/BypassSlowDivision.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/CallGraphUpdater.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/CallPromotionUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/CanonicalizeAliases.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/CanonicalizeFreezeInLoops.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/CloneFunction.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/CloneModule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/CodeExtractor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/CodeMoverUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/CtorUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/Debugify.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/DemoteRegToStack.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/EntryExitInstrumenter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/EscapeEnumerator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/Evaluator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/FixIrreducible.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/FlattenCFG.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/FunctionComparator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/FunctionImportUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/GlobalStatus.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/GuardUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/InjectTLIMappings.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/InlineFunction.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/InstructionNamer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/IntegerDivision.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/LCSSA.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/LibCallsShrinkWrap.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/Local.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/LoopPeel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/LoopRotationUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/LoopSimplify.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/LoopUnroll.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/LoopUnrollAndJam.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/LoopUnrollRuntime.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/LoopUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/LoopVersioning.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/LowerInvoke.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/LowerMemIntrinsics.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/LowerSwitch.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/MatrixUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/Mem2Reg.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/MetaRenamer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/ModuleUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/NameAnonGlobals.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/PredicateInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/PromoteMemoryToRegister.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/SSAUpdater.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/SSAUpdaterBulk.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/SanitizerStats.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/ScalarEvolutionExpander.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/SimplifyCFG.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/SimplifyIndVar.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/SimplifyLibCalls.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/SizeOpts.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/SplitModule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/StripGCRelocates.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/StripNonLineTableDebugInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/SymbolRewriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/UnifyFunctionExitNodes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/UnifyLoopExits.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/UniqueInternalLinkageNames.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/Utils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/VNCoercion.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/ValueMapper.cpp -) diff --git a/contrib/libs/llvm12/lib/Transforms/Utils/CMakeLists.txt b/contrib/libs/llvm12/lib/Transforms/Utils/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/llvm12/lib/Transforms/Utils/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/llvm12/lib/Transforms/Utils/CMakeLists.windows-x86_64.txt b/contrib/libs/llvm12/lib/Transforms/Utils/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 85ed4a4c6db..00000000000 --- a/contrib/libs/llvm12/lib/Transforms/Utils/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,97 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(lib-Transforms-Utils) -target_compile_options(lib-Transforms-Utils PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-Transforms-Utils PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils -) -target_link_libraries(lib-Transforms-Utils PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-Analysis - llvm12-lib-IR - llvm12-lib-Support -) -target_sources(lib-Transforms-Utils PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/AMDGPUEmitPrintf.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/ASanStackFrameLayout.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/AddDiscriminators.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/AssumeBundleBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/BasicBlockUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/BreakCriticalEdges.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/BuildLibCalls.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/BypassSlowDivision.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/CallGraphUpdater.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/CallPromotionUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/CanonicalizeAliases.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/CanonicalizeFreezeInLoops.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/CloneFunction.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/CloneModule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/CodeExtractor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/CodeMoverUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/CtorUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/Debugify.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/DemoteRegToStack.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/EntryExitInstrumenter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/EscapeEnumerator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/Evaluator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/FixIrreducible.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/FlattenCFG.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/FunctionComparator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/FunctionImportUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/GlobalStatus.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/GuardUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/InjectTLIMappings.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/InlineFunction.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/InstructionNamer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/IntegerDivision.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/LCSSA.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/LibCallsShrinkWrap.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/Local.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/LoopPeel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/LoopRotationUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/LoopSimplify.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/LoopUnroll.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/LoopUnrollAndJam.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/LoopUnrollRuntime.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/LoopUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/LoopVersioning.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/LowerInvoke.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/LowerMemIntrinsics.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/LowerSwitch.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/MatrixUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/Mem2Reg.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/MetaRenamer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/ModuleUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/NameAnonGlobals.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/PredicateInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/PromoteMemoryToRegister.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/SSAUpdater.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/SSAUpdaterBulk.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/SanitizerStats.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/ScalarEvolutionExpander.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/SimplifyCFG.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/SimplifyIndVar.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/SimplifyLibCalls.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/SizeOpts.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/SplitModule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/StripGCRelocates.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/StripNonLineTableDebugInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/SymbolRewriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/UnifyFunctionExitNodes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/UnifyLoopExits.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/UniqueInternalLinkageNames.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/Utils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/VNCoercion.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Utils/ValueMapper.cpp -) diff --git a/contrib/libs/llvm12/lib/Transforms/Vectorize/CMakeLists.darwin-x86_64.txt b/contrib/libs/llvm12/lib/Transforms/Vectorize/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d45ba449fd6..00000000000 --- a/contrib/libs/llvm12/lib/Transforms/Vectorize/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(lib-Transforms-Vectorize) -target_compile_options(lib-Transforms-Vectorize PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-Transforms-Vectorize PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Vectorize -) -target_link_libraries(lib-Transforms-Vectorize PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-Analysis - llvm12-lib-IR - llvm12-lib-Support - lib-Transforms-Utils -) -target_sources(lib-Transforms-Vectorize PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Vectorize/LoadStoreVectorizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Vectorize/LoopVectorize.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Vectorize/SLPVectorizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Vectorize/VPlan.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Vectorize/VPlanHCFGBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Vectorize/VPlanPredicator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Vectorize/VPlanSLP.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Vectorize/VPlanTransforms.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Vectorize/VPlanVerifier.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Vectorize/VectorCombine.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Vectorize/Vectorize.cpp -) diff --git a/contrib/libs/llvm12/lib/Transforms/Vectorize/CMakeLists.linux-aarch64.txt b/contrib/libs/llvm12/lib/Transforms/Vectorize/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b0d24912359..00000000000 --- a/contrib/libs/llvm12/lib/Transforms/Vectorize/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(lib-Transforms-Vectorize) -target_compile_options(lib-Transforms-Vectorize PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-Transforms-Vectorize PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Vectorize -) -target_link_libraries(lib-Transforms-Vectorize PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-Analysis - llvm12-lib-IR - llvm12-lib-Support - lib-Transforms-Utils -) -target_sources(lib-Transforms-Vectorize PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Vectorize/LoadStoreVectorizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Vectorize/LoopVectorize.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Vectorize/SLPVectorizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Vectorize/VPlan.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Vectorize/VPlanHCFGBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Vectorize/VPlanPredicator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Vectorize/VPlanSLP.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Vectorize/VPlanTransforms.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Vectorize/VPlanVerifier.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Vectorize/VectorCombine.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Vectorize/Vectorize.cpp -) diff --git a/contrib/libs/llvm12/lib/Transforms/Vectorize/CMakeLists.linux-x86_64.txt b/contrib/libs/llvm12/lib/Transforms/Vectorize/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b0d24912359..00000000000 --- a/contrib/libs/llvm12/lib/Transforms/Vectorize/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(lib-Transforms-Vectorize) -target_compile_options(lib-Transforms-Vectorize PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-Transforms-Vectorize PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Vectorize -) -target_link_libraries(lib-Transforms-Vectorize PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-Analysis - llvm12-lib-IR - llvm12-lib-Support - lib-Transforms-Utils -) -target_sources(lib-Transforms-Vectorize PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Vectorize/LoadStoreVectorizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Vectorize/LoopVectorize.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Vectorize/SLPVectorizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Vectorize/VPlan.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Vectorize/VPlanHCFGBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Vectorize/VPlanPredicator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Vectorize/VPlanSLP.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Vectorize/VPlanTransforms.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Vectorize/VPlanVerifier.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Vectorize/VectorCombine.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Vectorize/Vectorize.cpp -) diff --git a/contrib/libs/llvm12/lib/Transforms/Vectorize/CMakeLists.txt b/contrib/libs/llvm12/lib/Transforms/Vectorize/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/llvm12/lib/Transforms/Vectorize/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/llvm12/lib/Transforms/Vectorize/CMakeLists.windows-x86_64.txt b/contrib/libs/llvm12/lib/Transforms/Vectorize/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d45ba449fd6..00000000000 --- a/contrib/libs/llvm12/lib/Transforms/Vectorize/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(lib-Transforms-Vectorize) -target_compile_options(lib-Transforms-Vectorize PRIVATE - $,,-Wno-everything> -) -target_include_directories(lib-Transforms-Vectorize PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Vectorize -) -target_link_libraries(lib-Transforms-Vectorize PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - libs-llvm12-include - llvm12-lib-Analysis - llvm12-lib-IR - llvm12-lib-Support - lib-Transforms-Utils -) -target_sources(lib-Transforms-Vectorize PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Vectorize/LoadStoreVectorizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Vectorize/LoopVectorize.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Vectorize/SLPVectorizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Vectorize/VPlan.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Vectorize/VPlanHCFGBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Vectorize/VPlanPredicator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Vectorize/VPlanSLP.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Vectorize/VPlanTransforms.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Vectorize/VPlanVerifier.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Vectorize/VectorCombine.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Transforms/Vectorize/Vectorize.cpp -) diff --git a/contrib/libs/llvm12/utils/CMakeLists.txt b/contrib/libs/llvm12/utils/CMakeLists.txt deleted file mode 100644 index b58ec8b78f1..00000000000 --- a/contrib/libs/llvm12/utils/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(TableGen) diff --git a/contrib/libs/llvm12/utils/TableGen/CMakeLists.darwin-x86_64.txt b/contrib/libs/llvm12/utils/TableGen/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 9556066b210..00000000000 --- a/contrib/libs/llvm12/utils/TableGen/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,89 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(GlobalISel) - -add_executable(llvm-tblgen) -target_compile_options(llvm-tblgen PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm-tblgen PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen -) -target_link_libraries(llvm-tblgen PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - llvm12-lib-Demangle - llvm12-lib-Support - llvm12-lib-TableGen - utils-TableGen-GlobalISel - cpp-sanitizer-include -) -target_link_options(llvm-tblgen PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC -) -target_sources(llvm-tblgen PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/AsmMatcherEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/AsmWriterEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/AsmWriterInst.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/Attributes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CTagsEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CallingConvEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CodeEmitterGen.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CodeGenDAGPatterns.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CodeGenHwModes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CodeGenInstruction.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CodeGenMapTable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CodeGenRegisters.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CodeGenSchedule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CodeGenTarget.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DAGISelEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DAGISelMatcher.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DAGISelMatcherEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DAGISelMatcherGen.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DAGISelMatcherOpt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DFAEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DFAPacketizerEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DirectiveEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DisassemblerEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/ExegesisEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/FastISelEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/FixedLenDecoderEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GICombinerEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISelEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/InfoByHwMode.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/InstrDocsEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/InstrInfoEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/IntrinsicEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/OptEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/OptParserEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/OptRSTEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/PredicateExpander.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/PseudoLoweringEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/RISCVCompressInstEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/RegisterBankEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/RegisterInfoEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/SDNodeProperties.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/SearchableTableEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/SubtargetEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/SubtargetFeatureInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/TableGen.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/Types.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/WebAssemblyDisassemblerEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/X86DisassemblerTables.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/X86EVEX2VEXTablesEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/X86FoldTablesEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/X86ModRMFilters.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/X86RecognizableInstr.cpp -) -target_allocator(llvm-tblgen - system_allocator -) -vcs_info(llvm-tblgen) diff --git a/contrib/libs/llvm12/utils/TableGen/CMakeLists.linux-aarch64.txt b/contrib/libs/llvm12/utils/TableGen/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 1421a2e7acf..00000000000 --- a/contrib/libs/llvm12/utils/TableGen/CMakeLists.linux-aarch64.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_subdirectory(GlobalISel) - -add_executable(llvm-tblgen) -target_compile_options(llvm-tblgen PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm-tblgen PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen -) -target_link_libraries(llvm-tblgen PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - llvm12-lib-Demangle - llvm12-lib-Support - llvm12-lib-TableGen - utils-TableGen-GlobalISel - cpp-sanitizer-include -) -target_link_options(llvm-tblgen PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(llvm-tblgen PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/AsmMatcherEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/AsmWriterEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/AsmWriterInst.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/Attributes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CTagsEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CallingConvEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CodeEmitterGen.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CodeGenDAGPatterns.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CodeGenHwModes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CodeGenInstruction.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CodeGenMapTable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CodeGenRegisters.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CodeGenSchedule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CodeGenTarget.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DAGISelEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DAGISelMatcher.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DAGISelMatcherEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DAGISelMatcherGen.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DAGISelMatcherOpt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DFAEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DFAPacketizerEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DirectiveEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DisassemblerEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/ExegesisEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/FastISelEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/FixedLenDecoderEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GICombinerEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISelEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/InfoByHwMode.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/InstrDocsEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/InstrInfoEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/IntrinsicEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/OptEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/OptParserEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/OptRSTEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/PredicateExpander.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/PseudoLoweringEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/RISCVCompressInstEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/RegisterBankEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/RegisterInfoEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/SDNodeProperties.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/SearchableTableEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/SubtargetEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/SubtargetFeatureInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/TableGen.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/Types.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/WebAssemblyDisassemblerEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/X86DisassemblerTables.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/X86EVEX2VEXTablesEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/X86FoldTablesEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/X86ModRMFilters.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/X86RecognizableInstr.cpp -) -target_allocator(llvm-tblgen - cpp-malloc-jemalloc -) -vcs_info(llvm-tblgen) diff --git a/contrib/libs/llvm12/utils/TableGen/CMakeLists.linux-x86_64.txt b/contrib/libs/llvm12/utils/TableGen/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 947f97be942..00000000000 --- a/contrib/libs/llvm12/utils/TableGen/CMakeLists.linux-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_subdirectory(GlobalISel) - -add_executable(llvm-tblgen) -target_compile_options(llvm-tblgen PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm-tblgen PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen -) -target_link_libraries(llvm-tblgen PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 - llvm12-lib-Demangle - llvm12-lib-Support - llvm12-lib-TableGen - utils-TableGen-GlobalISel - cpp-sanitizer-include -) -target_link_options(llvm-tblgen PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(llvm-tblgen PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/AsmMatcherEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/AsmWriterEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/AsmWriterInst.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/Attributes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CTagsEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CallingConvEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CodeEmitterGen.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CodeGenDAGPatterns.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CodeGenHwModes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CodeGenInstruction.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CodeGenMapTable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CodeGenRegisters.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CodeGenSchedule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CodeGenTarget.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DAGISelEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DAGISelMatcher.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DAGISelMatcherEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DAGISelMatcherGen.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DAGISelMatcherOpt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DFAEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DFAPacketizerEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DirectiveEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DisassemblerEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/ExegesisEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/FastISelEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/FixedLenDecoderEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GICombinerEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISelEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/InfoByHwMode.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/InstrDocsEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/InstrInfoEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/IntrinsicEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/OptEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/OptParserEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/OptRSTEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/PredicateExpander.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/PseudoLoweringEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/RISCVCompressInstEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/RegisterBankEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/RegisterInfoEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/SDNodeProperties.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/SearchableTableEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/SubtargetEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/SubtargetFeatureInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/TableGen.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/Types.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/WebAssemblyDisassemblerEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/X86DisassemblerTables.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/X86EVEX2VEXTablesEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/X86FoldTablesEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/X86ModRMFilters.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/X86RecognizableInstr.cpp -) -target_allocator(llvm-tblgen - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(llvm-tblgen) diff --git a/contrib/libs/llvm12/utils/TableGen/CMakeLists.txt b/contrib/libs/llvm12/utils/TableGen/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/llvm12/utils/TableGen/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/llvm12/utils/TableGen/CMakeLists.windows-x86_64.txt b/contrib/libs/llvm12/utils/TableGen/CMakeLists.windows-x86_64.txt deleted file mode 100644 index ca05ebeca7c..00000000000 --- a/contrib/libs/llvm12/utils/TableGen/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,84 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(GlobalISel) - -add_executable(llvm-tblgen) -target_compile_options(llvm-tblgen PRIVATE - $,,-Wno-everything> -) -target_include_directories(llvm-tblgen PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen -) -target_link_libraries(llvm-tblgen PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 - llvm12-lib-Demangle - llvm12-lib-Support - llvm12-lib-TableGen - utils-TableGen-GlobalISel - cpp-sanitizer-include -) -target_sources(llvm-tblgen PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/AsmMatcherEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/AsmWriterEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/AsmWriterInst.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/Attributes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CTagsEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CallingConvEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CodeEmitterGen.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CodeGenDAGPatterns.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CodeGenHwModes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CodeGenInstruction.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CodeGenMapTable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CodeGenRegisters.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CodeGenSchedule.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/CodeGenTarget.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DAGISelEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DAGISelMatcher.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DAGISelMatcherEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DAGISelMatcherGen.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DAGISelMatcherOpt.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DFAEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DFAPacketizerEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DirectiveEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/DisassemblerEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/ExegesisEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/FastISelEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/FixedLenDecoderEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GICombinerEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISelEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/InfoByHwMode.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/InstrDocsEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/InstrInfoEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/IntrinsicEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/OptEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/OptParserEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/OptRSTEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/PredicateExpander.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/PseudoLoweringEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/RISCVCompressInstEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/RegisterBankEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/RegisterInfoEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/SDNodeProperties.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/SearchableTableEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/SubtargetEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/SubtargetFeatureInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/TableGen.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/Types.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/WebAssemblyDisassemblerEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/X86DisassemblerTables.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/X86EVEX2VEXTablesEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/X86FoldTablesEmitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/X86ModRMFilters.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/X86RecognizableInstr.cpp -) -target_allocator(llvm-tblgen - system_allocator -) -vcs_info(llvm-tblgen) diff --git a/contrib/libs/llvm12/utils/TableGen/GlobalISel/CMakeLists.darwin-x86_64.txt b/contrib/libs/llvm12/utils/TableGen/GlobalISel/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 7ab180f92f1..00000000000 --- a/contrib/libs/llvm12/utils/TableGen/GlobalISel/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(utils-TableGen-GlobalISel) -target_compile_options(utils-TableGen-GlobalISel PRIVATE - $,,-Wno-everything> -) -target_include_directories(utils-TableGen-GlobalISel PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel -) -target_link_libraries(utils-TableGen-GlobalISel PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 -) -target_sources(utils-TableGen-GlobalISel PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel/CodeExpander.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel/GIMatchDag.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel/GIMatchDagEdge.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel/GIMatchDagInstr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel/GIMatchDagOperands.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel/GIMatchDagPredicate.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel/GIMatchDagPredicateDependencyEdge.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel/GIMatchTree.cpp -) diff --git a/contrib/libs/llvm12/utils/TableGen/GlobalISel/CMakeLists.linux-aarch64.txt b/contrib/libs/llvm12/utils/TableGen/GlobalISel/CMakeLists.linux-aarch64.txt deleted file mode 100644 index bb006dd12d1..00000000000 --- a/contrib/libs/llvm12/utils/TableGen/GlobalISel/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(utils-TableGen-GlobalISel) -target_compile_options(utils-TableGen-GlobalISel PRIVATE - $,,-Wno-everything> -) -target_include_directories(utils-TableGen-GlobalISel PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel -) -target_link_libraries(utils-TableGen-GlobalISel PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 -) -target_sources(utils-TableGen-GlobalISel PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel/CodeExpander.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel/GIMatchDag.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel/GIMatchDagEdge.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel/GIMatchDagInstr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel/GIMatchDagOperands.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel/GIMatchDagPredicate.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel/GIMatchDagPredicateDependencyEdge.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel/GIMatchTree.cpp -) diff --git a/contrib/libs/llvm12/utils/TableGen/GlobalISel/CMakeLists.linux-x86_64.txt b/contrib/libs/llvm12/utils/TableGen/GlobalISel/CMakeLists.linux-x86_64.txt deleted file mode 100644 index bb006dd12d1..00000000000 --- a/contrib/libs/llvm12/utils/TableGen/GlobalISel/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(utils-TableGen-GlobalISel) -target_compile_options(utils-TableGen-GlobalISel PRIVATE - $,,-Wno-everything> -) -target_include_directories(utils-TableGen-GlobalISel PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel -) -target_link_libraries(utils-TableGen-GlobalISel PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-llvm12 -) -target_sources(utils-TableGen-GlobalISel PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel/CodeExpander.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel/GIMatchDag.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel/GIMatchDagEdge.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel/GIMatchDagInstr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel/GIMatchDagOperands.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel/GIMatchDagPredicate.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel/GIMatchDagPredicateDependencyEdge.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel/GIMatchTree.cpp -) diff --git a/contrib/libs/llvm12/utils/TableGen/GlobalISel/CMakeLists.txt b/contrib/libs/llvm12/utils/TableGen/GlobalISel/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/llvm12/utils/TableGen/GlobalISel/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/llvm12/utils/TableGen/GlobalISel/CMakeLists.windows-x86_64.txt b/contrib/libs/llvm12/utils/TableGen/GlobalISel/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 7ab180f92f1..00000000000 --- a/contrib/libs/llvm12/utils/TableGen/GlobalISel/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(utils-TableGen-GlobalISel) -target_compile_options(utils-TableGen-GlobalISel PRIVATE - $,,-Wno-everything> -) -target_include_directories(utils-TableGen-GlobalISel PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel -) -target_link_libraries(utils-TableGen-GlobalISel PUBLIC - contrib-libs-cxxsupp - contrib-libs-llvm12 -) -target_sources(utils-TableGen-GlobalISel PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel/CodeExpander.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel/GIMatchDag.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel/GIMatchDagEdge.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel/GIMatchDagInstr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel/GIMatchDagOperands.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel/GIMatchDagPredicate.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel/GIMatchDagPredicateDependencyEdge.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/utils/TableGen/GlobalISel/GIMatchTree.cpp -) diff --git a/contrib/libs/lua/CMakeLists.darwin-x86_64.txt b/contrib/libs/lua/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index b8bb770b445..00000000000 --- a/contrib/libs/lua/CMakeLists.darwin-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. - - -get_built_tool_path( - TOOL_archiver_bin - TOOL_archiver_dependency - tools/archiver - archiver -) - -add_library(contrib-libs-lua) -target_compile_options(contrib-libs-lua PRIVATE - -DLUA_USE_MACOSX - $,,-Wno-everything> -) -target_include_directories(contrib-libs-lua PUBLIC - ${CMAKE_BINARY_DIR}/contrib/libs/lua -) -target_include_directories(contrib-libs-lua PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/lua/lua-5.2.0/src -) -target_link_libraries(contrib-libs-lua PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-archive -) -target_sources(contrib-libs-lua PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/lua/lib.cpp - ${CMAKE_BINARY_DIR}/contrib/libs/lua/common.inc -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/lua/common.inc - DEPENDS - ${TOOL_archiver_bin} - ${CMAKE_SOURCE_DIR}/contrib/libs/lua/common/stdlib.lua - ${CMAKE_SOURCE_DIR}/contrib/libs/lua/common/json.lua - COMMAND - ${TOOL_archiver_bin} - -q - -x - ${CMAKE_SOURCE_DIR}/contrib/libs/lua/common/stdlib.lua: - ${CMAKE_SOURCE_DIR}/contrib/libs/lua/common/json.lua: - -o - ${CMAKE_BINARY_DIR}/contrib/libs/lua/common.inc -) -if(NOT CMAKE_CROSSCOMPILING) - add_dependencies(contrib-libs-lua - archiver -) -endif() diff --git a/contrib/libs/lua/CMakeLists.linux-aarch64.txt b/contrib/libs/lua/CMakeLists.linux-aarch64.txt deleted file mode 100644 index c9c201999bb..00000000000 --- a/contrib/libs/lua/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,57 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_archiver_bin - TOOL_archiver_dependency - tools/archiver - archiver -) - -add_library(contrib-libs-lua) -target_compile_options(contrib-libs-lua PRIVATE - -DLUA_USE_LINUX - $,,-Wno-everything> -) -target_include_directories(contrib-libs-lua PUBLIC - ${CMAKE_BINARY_DIR}/contrib/libs/lua -) -target_include_directories(contrib-libs-lua PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/lua/lua-5.2.0/src -) -target_link_libraries(contrib-libs-lua PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-archive -) -target_sources(contrib-libs-lua PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/lua/lib.cpp - ${CMAKE_BINARY_DIR}/contrib/libs/lua/common.inc -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/lua/common.inc - DEPENDS - ${TOOL_archiver_bin} - ${CMAKE_SOURCE_DIR}/contrib/libs/lua/common/stdlib.lua - ${CMAKE_SOURCE_DIR}/contrib/libs/lua/common/json.lua - COMMAND - ${TOOL_archiver_bin} - -q - -x - ${CMAKE_SOURCE_DIR}/contrib/libs/lua/common/stdlib.lua: - ${CMAKE_SOURCE_DIR}/contrib/libs/lua/common/json.lua: - -o - ${CMAKE_BINARY_DIR}/contrib/libs/lua/common.inc -) -if(NOT CMAKE_CROSSCOMPILING) - add_dependencies(contrib-libs-lua - archiver -) -endif() diff --git a/contrib/libs/lua/CMakeLists.linux-x86_64.txt b/contrib/libs/lua/CMakeLists.linux-x86_64.txt deleted file mode 100644 index c9c201999bb..00000000000 --- a/contrib/libs/lua/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,57 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_archiver_bin - TOOL_archiver_dependency - tools/archiver - archiver -) - -add_library(contrib-libs-lua) -target_compile_options(contrib-libs-lua PRIVATE - -DLUA_USE_LINUX - $,,-Wno-everything> -) -target_include_directories(contrib-libs-lua PUBLIC - ${CMAKE_BINARY_DIR}/contrib/libs/lua -) -target_include_directories(contrib-libs-lua PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/lua/lua-5.2.0/src -) -target_link_libraries(contrib-libs-lua PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-archive -) -target_sources(contrib-libs-lua PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/lua/lib.cpp - ${CMAKE_BINARY_DIR}/contrib/libs/lua/common.inc -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/lua/common.inc - DEPENDS - ${TOOL_archiver_bin} - ${CMAKE_SOURCE_DIR}/contrib/libs/lua/common/stdlib.lua - ${CMAKE_SOURCE_DIR}/contrib/libs/lua/common/json.lua - COMMAND - ${TOOL_archiver_bin} - -q - -x - ${CMAKE_SOURCE_DIR}/contrib/libs/lua/common/stdlib.lua: - ${CMAKE_SOURCE_DIR}/contrib/libs/lua/common/json.lua: - -o - ${CMAKE_BINARY_DIR}/contrib/libs/lua/common.inc -) -if(NOT CMAKE_CROSSCOMPILING) - add_dependencies(contrib-libs-lua - archiver -) -endif() diff --git a/contrib/libs/lua/CMakeLists.txt b/contrib/libs/lua/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/lua/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/lua/CMakeLists.windows-x86_64.txt b/contrib/libs/lua/CMakeLists.windows-x86_64.txt deleted file mode 100644 index eae8e899a2d..00000000000 --- a/contrib/libs/lua/CMakeLists.windows-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. - - -get_built_tool_path( - TOOL_archiver_bin - TOOL_archiver_dependency - tools/archiver - archiver -) - -add_library(contrib-libs-lua) -target_compile_options(contrib-libs-lua PRIVATE - -DLUA_WIN - $,,-Wno-everything> -) -target_include_directories(contrib-libs-lua PUBLIC - ${CMAKE_BINARY_DIR}/contrib/libs/lua -) -target_include_directories(contrib-libs-lua PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/lua/lua-5.2.0/src -) -target_link_libraries(contrib-libs-lua PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-archive -) -target_sources(contrib-libs-lua PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/lua/lib.cpp - ${CMAKE_BINARY_DIR}/contrib/libs/lua/common.inc -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/libs/lua/common.inc - DEPENDS - ${TOOL_archiver_bin} - ${CMAKE_SOURCE_DIR}/contrib/libs/lua/common/stdlib.lua - ${CMAKE_SOURCE_DIR}/contrib/libs/lua/common/json.lua - COMMAND - ${TOOL_archiver_bin} - -q - -x - ${CMAKE_SOURCE_DIR}/contrib/libs/lua/common/stdlib.lua: - ${CMAKE_SOURCE_DIR}/contrib/libs/lua/common/json.lua: - -o - ${CMAKE_BINARY_DIR}/contrib/libs/lua/common.inc -) -if(NOT CMAKE_CROSSCOMPILING) - add_dependencies(contrib-libs-lua - archiver -) -endif() diff --git a/contrib/libs/lz4/CMakeLists.darwin-x86_64.txt b/contrib/libs/lz4/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 970c719b71c..00000000000 --- a/contrib/libs/lz4/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(contrib-libs-lz4) -target_include_directories(contrib-libs-lz4 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/xxhash -) -target_link_libraries(contrib-libs-lz4 PUBLIC - contrib-libs-xxhash -) -target_sources(contrib-libs-lz4 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/lz4/lz4.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lz4/lz4file.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lz4/lz4frame.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lz4/lz4hc.c -) diff --git a/contrib/libs/lz4/CMakeLists.linux-aarch64.txt b/contrib/libs/lz4/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 696aaa00565..00000000000 --- a/contrib/libs/lz4/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(contrib-libs-lz4) -target_include_directories(contrib-libs-lz4 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/xxhash -) -target_link_libraries(contrib-libs-lz4 PUBLIC - contrib-libs-linux-headers - contrib-libs-xxhash -) -target_sources(contrib-libs-lz4 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/lz4/lz4.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lz4/lz4file.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lz4/lz4frame.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lz4/lz4hc.c -) diff --git a/contrib/libs/lz4/CMakeLists.linux-x86_64.txt b/contrib/libs/lz4/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 696aaa00565..00000000000 --- a/contrib/libs/lz4/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(contrib-libs-lz4) -target_include_directories(contrib-libs-lz4 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/xxhash -) -target_link_libraries(contrib-libs-lz4 PUBLIC - contrib-libs-linux-headers - contrib-libs-xxhash -) -target_sources(contrib-libs-lz4 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/lz4/lz4.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lz4/lz4file.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lz4/lz4frame.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lz4/lz4hc.c -) diff --git a/contrib/libs/lz4/CMakeLists.txt b/contrib/libs/lz4/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/lz4/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/lz4/CMakeLists.windows-x86_64.txt b/contrib/libs/lz4/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 970c719b71c..00000000000 --- a/contrib/libs/lz4/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(contrib-libs-lz4) -target_include_directories(contrib-libs-lz4 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/xxhash -) -target_link_libraries(contrib-libs-lz4 PUBLIC - contrib-libs-xxhash -) -target_sources(contrib-libs-lz4 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/lz4/lz4.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lz4/lz4file.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lz4/lz4frame.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lz4/lz4hc.c -) diff --git a/contrib/libs/lzma/CMakeLists.darwin-x86_64.txt b/contrib/libs/lzma/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d525ab738b5..00000000000 --- a/contrib/libs/lzma/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,114 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# 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-libs-lzma) -target_compile_options(contrib-libs-lzma PUBLIC - -DLZMA_API_STATIC -) -target_compile_options(contrib-libs-lzma PRIVATE - -DHAVE_CONFIG_H - -DTUKLIB_SYMBOL_PREFIX=lzma_ - $,,-Wno-everything> -) -target_include_directories(contrib-libs-lzma PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/api -) -target_include_directories(contrib-libs-lzma PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/common - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/check - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/delta - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/lz - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/lzma - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/rangecoder - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/simple -) -target_sources(contrib-libs-lzma PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/common/tuklib_cpucores.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/common/tuklib_physmem.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/check/check.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/check/crc32_fast.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/check/crc32_table.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/check/crc64_fast.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/check/crc64_table.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/check/sha256.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/alone_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/alone_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/auto_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/block_buffer_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/block_buffer_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/block_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/block_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/block_header_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/block_header_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/block_util.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/common.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/easy_buffer_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/easy_decoder_memusage.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/easy_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/easy_encoder_memusage.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/easy_preset.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/file_info.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/filter_buffer_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/filter_buffer_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/filter_common.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/filter_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/filter_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/filter_flags_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/filter_flags_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/hardware_cputhreads.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/hardware_physmem.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/index.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/index_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/index_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/index_hash.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/lzip_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/microlzma_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/microlzma_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/outqueue.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/stream_buffer_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/stream_buffer_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/stream_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/stream_decoder_mt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/stream_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/stream_encoder_mt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/stream_flags_common.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/stream_flags_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/stream_flags_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/string_conversion.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/vli_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/vli_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/vli_size.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/delta/delta_common.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/delta/delta_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/delta/delta_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/lz/lz_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/lz/lz_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/lz/lz_encoder_mf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/lzma/fastpos_table.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/lzma/lzma2_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/lzma/lzma2_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/lzma/lzma_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/lzma/lzma_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/lzma/lzma_encoder_optimum_fast.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/lzma/lzma_encoder_optimum_normal.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/lzma/lzma_encoder_presets.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/rangecoder/price_table.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/simple/arm.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/simple/arm64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/simple/armthumb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/simple/ia64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/simple/powerpc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/simple/simple_coder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/simple/simple_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/simple/simple_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/simple/sparc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/simple/x86.c -) diff --git a/contrib/libs/lzma/CMakeLists.linux-aarch64.txt b/contrib/libs/lzma/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 1be6e4f2c7c..00000000000 --- a/contrib/libs/lzma/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,117 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# 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-libs-lzma) -target_compile_options(contrib-libs-lzma PUBLIC - -DLZMA_API_STATIC -) -target_compile_options(contrib-libs-lzma PRIVATE - -DHAVE_CONFIG_H - -DTUKLIB_SYMBOL_PREFIX=lzma_ - $,,-Wno-everything> -) -target_include_directories(contrib-libs-lzma PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/api -) -target_include_directories(contrib-libs-lzma PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/common - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/check - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/delta - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/lz - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/lzma - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/rangecoder - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/simple -) -target_link_libraries(contrib-libs-lzma PUBLIC - contrib-libs-linux-headers -) -target_sources(contrib-libs-lzma PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/common/tuklib_cpucores.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/common/tuklib_physmem.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/check/check.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/check/crc32_fast.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/check/crc32_table.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/check/crc64_fast.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/check/crc64_table.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/check/sha256.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/alone_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/alone_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/auto_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/block_buffer_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/block_buffer_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/block_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/block_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/block_header_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/block_header_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/block_util.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/common.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/easy_buffer_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/easy_decoder_memusage.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/easy_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/easy_encoder_memusage.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/easy_preset.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/file_info.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/filter_buffer_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/filter_buffer_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/filter_common.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/filter_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/filter_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/filter_flags_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/filter_flags_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/hardware_cputhreads.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/hardware_physmem.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/index.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/index_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/index_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/index_hash.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/lzip_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/microlzma_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/microlzma_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/outqueue.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/stream_buffer_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/stream_buffer_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/stream_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/stream_decoder_mt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/stream_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/stream_encoder_mt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/stream_flags_common.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/stream_flags_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/stream_flags_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/string_conversion.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/vli_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/vli_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/vli_size.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/delta/delta_common.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/delta/delta_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/delta/delta_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/lz/lz_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/lz/lz_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/lz/lz_encoder_mf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/lzma/fastpos_table.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/lzma/lzma2_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/lzma/lzma2_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/lzma/lzma_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/lzma/lzma_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/lzma/lzma_encoder_optimum_fast.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/lzma/lzma_encoder_optimum_normal.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/lzma/lzma_encoder_presets.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/rangecoder/price_table.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/simple/arm.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/simple/arm64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/simple/armthumb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/simple/ia64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/simple/powerpc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/simple/simple_coder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/simple/simple_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/simple/simple_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/simple/sparc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/simple/x86.c -) diff --git a/contrib/libs/lzma/CMakeLists.linux-x86_64.txt b/contrib/libs/lzma/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 1be6e4f2c7c..00000000000 --- a/contrib/libs/lzma/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,117 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# 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-libs-lzma) -target_compile_options(contrib-libs-lzma PUBLIC - -DLZMA_API_STATIC -) -target_compile_options(contrib-libs-lzma PRIVATE - -DHAVE_CONFIG_H - -DTUKLIB_SYMBOL_PREFIX=lzma_ - $,,-Wno-everything> -) -target_include_directories(contrib-libs-lzma PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/api -) -target_include_directories(contrib-libs-lzma PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/common - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/check - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/delta - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/lz - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/lzma - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/rangecoder - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/simple -) -target_link_libraries(contrib-libs-lzma PUBLIC - contrib-libs-linux-headers -) -target_sources(contrib-libs-lzma PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/common/tuklib_cpucores.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/common/tuklib_physmem.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/check/check.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/check/crc32_fast.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/check/crc32_table.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/check/crc64_fast.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/check/crc64_table.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/check/sha256.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/alone_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/alone_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/auto_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/block_buffer_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/block_buffer_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/block_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/block_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/block_header_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/block_header_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/block_util.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/common.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/easy_buffer_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/easy_decoder_memusage.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/easy_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/easy_encoder_memusage.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/easy_preset.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/file_info.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/filter_buffer_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/filter_buffer_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/filter_common.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/filter_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/filter_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/filter_flags_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/filter_flags_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/hardware_cputhreads.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/hardware_physmem.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/index.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/index_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/index_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/index_hash.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/lzip_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/microlzma_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/microlzma_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/outqueue.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/stream_buffer_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/stream_buffer_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/stream_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/stream_decoder_mt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/stream_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/stream_encoder_mt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/stream_flags_common.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/stream_flags_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/stream_flags_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/string_conversion.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/vli_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/vli_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/vli_size.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/delta/delta_common.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/delta/delta_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/delta/delta_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/lz/lz_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/lz/lz_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/lz/lz_encoder_mf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/lzma/fastpos_table.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/lzma/lzma2_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/lzma/lzma2_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/lzma/lzma_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/lzma/lzma_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/lzma/lzma_encoder_optimum_fast.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/lzma/lzma_encoder_optimum_normal.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/lzma/lzma_encoder_presets.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/rangecoder/price_table.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/simple/arm.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/simple/arm64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/simple/armthumb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/simple/ia64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/simple/powerpc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/simple/simple_coder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/simple/simple_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/simple/simple_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/simple/sparc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/simple/x86.c -) diff --git a/contrib/libs/lzma/CMakeLists.txt b/contrib/libs/lzma/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/lzma/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/lzma/CMakeLists.windows-x86_64.txt b/contrib/libs/lzma/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d525ab738b5..00000000000 --- a/contrib/libs/lzma/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,114 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# 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-libs-lzma) -target_compile_options(contrib-libs-lzma PUBLIC - -DLZMA_API_STATIC -) -target_compile_options(contrib-libs-lzma PRIVATE - -DHAVE_CONFIG_H - -DTUKLIB_SYMBOL_PREFIX=lzma_ - $,,-Wno-everything> -) -target_include_directories(contrib-libs-lzma PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/api -) -target_include_directories(contrib-libs-lzma PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/common - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/check - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/delta - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/lz - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/lzma - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/rangecoder - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/simple -) -target_sources(contrib-libs-lzma PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/common/tuklib_cpucores.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/common/tuklib_physmem.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/check/check.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/check/crc32_fast.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/check/crc32_table.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/check/crc64_fast.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/check/crc64_table.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/check/sha256.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/alone_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/alone_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/auto_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/block_buffer_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/block_buffer_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/block_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/block_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/block_header_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/block_header_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/block_util.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/common.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/easy_buffer_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/easy_decoder_memusage.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/easy_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/easy_encoder_memusage.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/easy_preset.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/file_info.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/filter_buffer_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/filter_buffer_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/filter_common.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/filter_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/filter_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/filter_flags_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/filter_flags_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/hardware_cputhreads.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/hardware_physmem.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/index.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/index_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/index_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/index_hash.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/lzip_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/microlzma_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/microlzma_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/outqueue.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/stream_buffer_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/stream_buffer_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/stream_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/stream_decoder_mt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/stream_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/stream_encoder_mt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/stream_flags_common.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/stream_flags_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/stream_flags_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/string_conversion.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/vli_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/vli_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/common/vli_size.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/delta/delta_common.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/delta/delta_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/delta/delta_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/lz/lz_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/lz/lz_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/lz/lz_encoder_mf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/lzma/fastpos_table.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/lzma/lzma2_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/lzma/lzma2_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/lzma/lzma_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/lzma/lzma_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/lzma/lzma_encoder_optimum_fast.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/lzma/lzma_encoder_optimum_normal.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/lzma/lzma_encoder_presets.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/rangecoder/price_table.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/simple/arm.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/simple/arm64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/simple/armthumb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/simple/ia64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/simple/powerpc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/simple/simple_coder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/simple/simple_decoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/simple/simple_encoder.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/simple/sparc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzma/liblzma/simple/x86.c -) diff --git a/contrib/libs/lzmasdk/CMakeLists.darwin-x86_64.txt b/contrib/libs/lzmasdk/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index fa5ab87a58f..00000000000 --- a/contrib/libs/lzmasdk/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(contrib-libs-lzmasdk) -target_compile_options(contrib-libs-lzmasdk PRIVATE - -D_7ZIP_ST=1 -) -target_link_libraries(contrib-libs-lzmasdk PUBLIC - contrib-libs-cxxsupp -) -target_sources(contrib-libs-lzmasdk PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/lzmasdk/7zStream.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzmasdk/Aes.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzmasdk/AesOpt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzmasdk/Alloc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzmasdk/Bra.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzmasdk/Bra86.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzmasdk/BraIA64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzmasdk/CpuArch.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzmasdk/LzFind.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzmasdk/Lzma2Dec.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzmasdk/Lzma2Enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzmasdk/LzmaDec.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzmasdk/LzmaEnc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzmasdk/LzmaLib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzmasdk/Sha256.c -) diff --git a/contrib/libs/lzmasdk/CMakeLists.linux-aarch64.txt b/contrib/libs/lzmasdk/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 446f28a8ed4..00000000000 --- a/contrib/libs/lzmasdk/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(contrib-libs-lzmasdk) -target_compile_options(contrib-libs-lzmasdk PRIVATE - -D_7ZIP_ST=1 -) -target_link_libraries(contrib-libs-lzmasdk PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp -) -target_sources(contrib-libs-lzmasdk PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/lzmasdk/7zStream.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzmasdk/Aes.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzmasdk/AesOpt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzmasdk/Alloc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzmasdk/Bra.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzmasdk/Bra86.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzmasdk/BraIA64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzmasdk/CpuArch.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzmasdk/LzFind.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzmasdk/Lzma2Dec.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzmasdk/Lzma2Enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzmasdk/LzmaDec.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzmasdk/LzmaEnc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzmasdk/LzmaLib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzmasdk/Sha256.c -) diff --git a/contrib/libs/lzmasdk/CMakeLists.linux-x86_64.txt b/contrib/libs/lzmasdk/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 446f28a8ed4..00000000000 --- a/contrib/libs/lzmasdk/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(contrib-libs-lzmasdk) -target_compile_options(contrib-libs-lzmasdk PRIVATE - -D_7ZIP_ST=1 -) -target_link_libraries(contrib-libs-lzmasdk PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp -) -target_sources(contrib-libs-lzmasdk PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/lzmasdk/7zStream.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzmasdk/Aes.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzmasdk/AesOpt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzmasdk/Alloc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzmasdk/Bra.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzmasdk/Bra86.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzmasdk/BraIA64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzmasdk/CpuArch.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzmasdk/LzFind.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzmasdk/Lzma2Dec.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzmasdk/Lzma2Enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzmasdk/LzmaDec.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzmasdk/LzmaEnc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzmasdk/LzmaLib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzmasdk/Sha256.c -) diff --git a/contrib/libs/lzmasdk/CMakeLists.txt b/contrib/libs/lzmasdk/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/lzmasdk/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/lzmasdk/CMakeLists.windows-x86_64.txt b/contrib/libs/lzmasdk/CMakeLists.windows-x86_64.txt deleted file mode 100644 index fa5ab87a58f..00000000000 --- a/contrib/libs/lzmasdk/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(contrib-libs-lzmasdk) -target_compile_options(contrib-libs-lzmasdk PRIVATE - -D_7ZIP_ST=1 -) -target_link_libraries(contrib-libs-lzmasdk PUBLIC - contrib-libs-cxxsupp -) -target_sources(contrib-libs-lzmasdk PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/lzmasdk/7zStream.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzmasdk/Aes.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzmasdk/AesOpt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzmasdk/Alloc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzmasdk/Bra.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzmasdk/Bra86.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzmasdk/BraIA64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzmasdk/CpuArch.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzmasdk/LzFind.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzmasdk/Lzma2Dec.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzmasdk/Lzma2Enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzmasdk/LzmaDec.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzmasdk/LzmaEnc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzmasdk/LzmaLib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/lzmasdk/Sha256.c -) diff --git a/contrib/libs/miniselect/CMakeLists.darwin-x86_64.txt b/contrib/libs/miniselect/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index f51760c82e4..00000000000 --- a/contrib/libs/miniselect/CMakeLists.darwin-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(contrib-libs-miniselect INTERFACE) -target_link_libraries(contrib-libs-miniselect INTERFACE - contrib-libs-cxxsupp - yutil -) diff --git a/contrib/libs/miniselect/CMakeLists.linux-aarch64.txt b/contrib/libs/miniselect/CMakeLists.linux-aarch64.txt deleted file mode 100644 index ff3e8d2dd3b..00000000000 --- a/contrib/libs/miniselect/CMakeLists.linux-aarch64.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. - - - -add_library(contrib-libs-miniselect INTERFACE) -target_link_libraries(contrib-libs-miniselect INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) diff --git a/contrib/libs/miniselect/CMakeLists.linux-x86_64.txt b/contrib/libs/miniselect/CMakeLists.linux-x86_64.txt deleted file mode 100644 index ff3e8d2dd3b..00000000000 --- a/contrib/libs/miniselect/CMakeLists.linux-x86_64.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. - - - -add_library(contrib-libs-miniselect INTERFACE) -target_link_libraries(contrib-libs-miniselect INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) diff --git a/contrib/libs/miniselect/CMakeLists.txt b/contrib/libs/miniselect/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/miniselect/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/miniselect/CMakeLists.windows-x86_64.txt b/contrib/libs/miniselect/CMakeLists.windows-x86_64.txt deleted file mode 100644 index f51760c82e4..00000000000 --- a/contrib/libs/miniselect/CMakeLists.windows-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(contrib-libs-miniselect INTERFACE) -target_link_libraries(contrib-libs-miniselect INTERFACE - contrib-libs-cxxsupp - yutil -) diff --git a/contrib/libs/nayuki_md5/CMakeLists.darwin-x86_64.txt b/contrib/libs/nayuki_md5/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index aa5e1ba2a75..00000000000 --- a/contrib/libs/nayuki_md5/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(contrib-libs-nayuki_md5) -target_link_libraries(contrib-libs-nayuki_md5 PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(contrib-libs-nayuki_md5 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/nayuki_md5/md5.c -) diff --git a/contrib/libs/nayuki_md5/CMakeLists.linux-aarch64.txt b/contrib/libs/nayuki_md5/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d0363791bf8..00000000000 --- a/contrib/libs/nayuki_md5/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(contrib-libs-nayuki_md5) -target_link_libraries(contrib-libs-nayuki_md5 PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(contrib-libs-nayuki_md5 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/nayuki_md5/md5.c -) diff --git a/contrib/libs/nayuki_md5/CMakeLists.linux-x86_64.txt b/contrib/libs/nayuki_md5/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 805840b5cdc..00000000000 --- a/contrib/libs/nayuki_md5/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(contrib-libs-nayuki_md5) -target_link_libraries(contrib-libs-nayuki_md5 PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(contrib-libs-nayuki_md5 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/nayuki_md5/md5-fast-x8664.S -) diff --git a/contrib/libs/nayuki_md5/CMakeLists.txt b/contrib/libs/nayuki_md5/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/nayuki_md5/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/nayuki_md5/CMakeLists.windows-x86_64.txt b/contrib/libs/nayuki_md5/CMakeLists.windows-x86_64.txt deleted file mode 100644 index aa5e1ba2a75..00000000000 --- a/contrib/libs/nayuki_md5/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(contrib-libs-nayuki_md5) -target_link_libraries(contrib-libs-nayuki_md5 PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(contrib-libs-nayuki_md5 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/nayuki_md5/md5.c -) diff --git a/contrib/libs/nghttp2/CMakeLists.darwin-x86_64.txt b/contrib/libs/nghttp2/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 9beefb60789..00000000000 --- a/contrib/libs/nghttp2/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(contrib-libs-nghttp2) -target_compile_options(contrib-libs-nghttp2 PRIVATE - -DBUILDING_NGHTTP2 - -DHAVE_CONFIG_H - $,,-Wno-everything> -) -target_include_directories(contrib-libs-nghttp2 PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/includes -) -target_include_directories(contrib-libs-nghttp2 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2 - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib -) -target_sources(contrib-libs-nghttp2 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_buf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_callbacks.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_debug.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_extpri.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_frame.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_hd.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_hd_huffman.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_hd_huffman_data.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_helper.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_http.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_map.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_mem.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_npn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_option.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_outbound_item.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_pq.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_priority_spec.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_queue.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_ratelim.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_rcbuf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_session.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_stream.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_submit.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_time.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_version.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/sfparse.c -) diff --git a/contrib/libs/nghttp2/CMakeLists.linux-aarch64.txt b/contrib/libs/nghttp2/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 5704eb276cd..00000000000 --- a/contrib/libs/nghttp2/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,53 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# 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-libs-nghttp2) -target_compile_options(contrib-libs-nghttp2 PRIVATE - -DBUILDING_NGHTTP2 - -DHAVE_CONFIG_H - $,,-Wno-everything> -) -target_include_directories(contrib-libs-nghttp2 PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/includes -) -target_include_directories(contrib-libs-nghttp2 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2 - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib -) -target_link_libraries(contrib-libs-nghttp2 PUBLIC - contrib-libs-linux-headers -) -target_sources(contrib-libs-nghttp2 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_buf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_callbacks.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_debug.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_extpri.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_frame.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_hd.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_hd_huffman.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_hd_huffman_data.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_helper.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_http.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_map.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_mem.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_npn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_option.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_outbound_item.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_pq.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_priority_spec.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_queue.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_ratelim.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_rcbuf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_session.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_stream.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_submit.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_time.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_version.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/sfparse.c -) diff --git a/contrib/libs/nghttp2/CMakeLists.linux-x86_64.txt b/contrib/libs/nghttp2/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 5704eb276cd..00000000000 --- a/contrib/libs/nghttp2/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,53 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# 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-libs-nghttp2) -target_compile_options(contrib-libs-nghttp2 PRIVATE - -DBUILDING_NGHTTP2 - -DHAVE_CONFIG_H - $,,-Wno-everything> -) -target_include_directories(contrib-libs-nghttp2 PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/includes -) -target_include_directories(contrib-libs-nghttp2 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2 - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib -) -target_link_libraries(contrib-libs-nghttp2 PUBLIC - contrib-libs-linux-headers -) -target_sources(contrib-libs-nghttp2 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_buf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_callbacks.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_debug.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_extpri.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_frame.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_hd.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_hd_huffman.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_hd_huffman_data.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_helper.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_http.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_map.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_mem.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_npn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_option.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_outbound_item.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_pq.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_priority_spec.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_queue.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_ratelim.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_rcbuf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_session.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_stream.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_submit.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_time.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/nghttp2_version.c - ${CMAKE_SOURCE_DIR}/contrib/libs/nghttp2/lib/sfparse.c -) diff --git a/contrib/libs/nghttp2/CMakeLists.txt b/contrib/libs/nghttp2/CMakeLists.txt deleted file mode 100644 index 522af85d518..00000000000 --- a/contrib/libs/nghttp2/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 "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) -endif() diff --git a/contrib/libs/openldap/CMakeLists.darwin-x86_64.txt b/contrib/libs/openldap/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 16b8d1acde4..00000000000 --- a/contrib/libs/openldap/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,107 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(libraries) - -add_library(contrib-libs-openldap) -target_compile_options(contrib-libs-openldap PRIVATE - -DLDAPI_SOCK="/run/openldap/ldapi" - -DLDAP_LIBRARY - $,,-Wno-everything> -) -target_include_directories(contrib-libs-openldap PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/include -) -target_include_directories(contrib-libs-openldap PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/include -) -target_link_libraries(contrib-libs-openldap PUBLIC - openldap-libraries-liblber - contrib-libs-openssl - contrib-libs-sasl -) -target_sources(contrib-libs-openldap PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/abandon.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/account_usability.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/add.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/addentry.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/assertion.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/avl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/bind.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/cancel.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/charray.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/compare.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/controls.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/cyrus.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/dds.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/delete.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/deref.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/dnssrv.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/error.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/extended.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/fetch.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/filter.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/free.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/getattr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/getdn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/getentry.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/getvalues.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/init.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/lbase64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/ldap_sync.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/ldif.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/ldifutil.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/messages.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/modify.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/modrdn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/msctrl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/open.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/options.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/os-ip.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/os-local.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/pagectrl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/passwd.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/ppolicy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/print.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/psearchctrl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/rdwr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/references.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/request.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/result.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/rq.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/sasl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/sbind.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/schema.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/search.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/sort.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/sortctrl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/stctrl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/string.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/tavl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/thr_debug.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/thr_nt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/thr_posix.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/thr_pth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/thr_thr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/threads.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/tls2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/tls_g.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/tls_o.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/tpool.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/turn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/txn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/unbind.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/url.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/utf-8-conv.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/utf-8.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/util-int.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/vc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/version.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/vlvctrl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/whoami.c -) diff --git a/contrib/libs/openldap/CMakeLists.linux-aarch64.txt b/contrib/libs/openldap/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b90d0cf096e..00000000000 --- a/contrib/libs/openldap/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,108 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(libraries) - -add_library(contrib-libs-openldap) -target_compile_options(contrib-libs-openldap PRIVATE - -DLDAPI_SOCK="/run/openldap/ldapi" - -DLDAP_LIBRARY - $,,-Wno-everything> -) -target_include_directories(contrib-libs-openldap PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/include -) -target_include_directories(contrib-libs-openldap PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/include -) -target_link_libraries(contrib-libs-openldap PUBLIC - contrib-libs-linux-headers - openldap-libraries-liblber - contrib-libs-openssl - contrib-libs-sasl -) -target_sources(contrib-libs-openldap PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/abandon.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/account_usability.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/add.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/addentry.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/assertion.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/avl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/bind.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/cancel.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/charray.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/compare.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/controls.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/cyrus.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/dds.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/delete.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/deref.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/dnssrv.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/error.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/extended.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/fetch.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/filter.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/free.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/getattr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/getdn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/getentry.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/getvalues.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/init.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/lbase64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/ldap_sync.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/ldif.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/ldifutil.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/messages.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/modify.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/modrdn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/msctrl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/open.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/options.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/os-ip.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/os-local.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/pagectrl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/passwd.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/ppolicy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/print.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/psearchctrl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/rdwr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/references.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/request.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/result.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/rq.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/sasl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/sbind.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/schema.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/search.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/sort.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/sortctrl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/stctrl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/string.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/tavl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/thr_debug.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/thr_nt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/thr_posix.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/thr_pth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/thr_thr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/threads.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/tls2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/tls_g.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/tls_o.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/tpool.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/turn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/txn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/unbind.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/url.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/utf-8-conv.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/utf-8.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/util-int.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/vc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/version.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/vlvctrl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/whoami.c -) diff --git a/contrib/libs/openldap/CMakeLists.linux-x86_64.txt b/contrib/libs/openldap/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b90d0cf096e..00000000000 --- a/contrib/libs/openldap/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,108 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(libraries) - -add_library(contrib-libs-openldap) -target_compile_options(contrib-libs-openldap PRIVATE - -DLDAPI_SOCK="/run/openldap/ldapi" - -DLDAP_LIBRARY - $,,-Wno-everything> -) -target_include_directories(contrib-libs-openldap PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/include -) -target_include_directories(contrib-libs-openldap PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/include -) -target_link_libraries(contrib-libs-openldap PUBLIC - contrib-libs-linux-headers - openldap-libraries-liblber - contrib-libs-openssl - contrib-libs-sasl -) -target_sources(contrib-libs-openldap PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/abandon.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/account_usability.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/add.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/addentry.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/assertion.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/avl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/bind.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/cancel.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/charray.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/compare.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/controls.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/cyrus.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/dds.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/delete.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/deref.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/dnssrv.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/error.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/extended.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/fetch.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/filter.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/free.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/getattr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/getdn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/getentry.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/getvalues.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/init.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/lbase64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/ldap_sync.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/ldif.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/ldifutil.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/messages.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/modify.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/modrdn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/msctrl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/open.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/options.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/os-ip.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/os-local.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/pagectrl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/passwd.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/ppolicy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/print.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/psearchctrl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/rdwr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/references.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/request.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/result.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/rq.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/sasl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/sbind.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/schema.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/search.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/sort.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/sortctrl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/stctrl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/string.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/tavl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/thr_debug.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/thr_nt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/thr_posix.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/thr_pth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/thr_thr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/threads.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/tls2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/tls_g.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/tls_o.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/tpool.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/turn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/txn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/unbind.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/url.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/utf-8-conv.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/utf-8.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/util-int.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/vc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/version.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/vlvctrl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/libldap/whoami.c -) diff --git a/contrib/libs/openldap/CMakeLists.txt b/contrib/libs/openldap/CMakeLists.txt deleted file mode 100644 index 522af85d518..00000000000 --- a/contrib/libs/openldap/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 "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) -endif() diff --git a/contrib/libs/openldap/libraries/CMakeLists.darwin-x86_64.txt b/contrib/libs/openldap/libraries/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a1663bfa57c..00000000000 --- a/contrib/libs/openldap/libraries/CMakeLists.darwin-x86_64.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(liblber) diff --git a/contrib/libs/openldap/libraries/CMakeLists.linux-aarch64.txt b/contrib/libs/openldap/libraries/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a1663bfa57c..00000000000 --- a/contrib/libs/openldap/libraries/CMakeLists.linux-aarch64.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(liblber) diff --git a/contrib/libs/openldap/libraries/CMakeLists.linux-x86_64.txt b/contrib/libs/openldap/libraries/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a1663bfa57c..00000000000 --- a/contrib/libs/openldap/libraries/CMakeLists.linux-x86_64.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(liblber) diff --git a/contrib/libs/openldap/libraries/CMakeLists.txt b/contrib/libs/openldap/libraries/CMakeLists.txt deleted file mode 100644 index 522af85d518..00000000000 --- a/contrib/libs/openldap/libraries/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 "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) -endif() diff --git a/contrib/libs/openldap/libraries/liblber/CMakeLists.darwin-x86_64.txt b/contrib/libs/openldap/libraries/liblber/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c7754efb60a..00000000000 --- a/contrib/libs/openldap/libraries/liblber/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(openldap-libraries-liblber) -target_compile_options(openldap-libraries-liblber PRIVATE - -DLBER_LIBRARY - -DLDAPI_SOCK="/run/openldap/ldapi" - $,,-Wno-everything> -) -target_include_directories(openldap-libraries-liblber PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/include -) -target_sources(openldap-libraries-liblber PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/liblber/assert.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/liblber/bprint.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/liblber/debug.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/liblber/decode.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/liblber/encode.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/liblber/io.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/liblber/memory.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/liblber/options.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/liblber/sockbuf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/liblber/stdio.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/liblber/version.c -) diff --git a/contrib/libs/openldap/libraries/liblber/CMakeLists.linux-aarch64.txt b/contrib/libs/openldap/libraries/liblber/CMakeLists.linux-aarch64.txt deleted file mode 100644 index f2e0e80cb4c..00000000000 --- a/contrib/libs/openldap/libraries/liblber/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(openldap-libraries-liblber) -target_compile_options(openldap-libraries-liblber PRIVATE - -DLBER_LIBRARY - -DLDAPI_SOCK="/run/openldap/ldapi" - $,,-Wno-everything> -) -target_include_directories(openldap-libraries-liblber PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/include -) -target_link_libraries(openldap-libraries-liblber PUBLIC - contrib-libs-linux-headers -) -target_sources(openldap-libraries-liblber PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/liblber/assert.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/liblber/bprint.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/liblber/debug.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/liblber/decode.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/liblber/encode.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/liblber/io.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/liblber/memory.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/liblber/options.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/liblber/sockbuf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/liblber/stdio.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/liblber/version.c -) diff --git a/contrib/libs/openldap/libraries/liblber/CMakeLists.linux-x86_64.txt b/contrib/libs/openldap/libraries/liblber/CMakeLists.linux-x86_64.txt deleted file mode 100644 index f2e0e80cb4c..00000000000 --- a/contrib/libs/openldap/libraries/liblber/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(openldap-libraries-liblber) -target_compile_options(openldap-libraries-liblber PRIVATE - -DLBER_LIBRARY - -DLDAPI_SOCK="/run/openldap/ldapi" - $,,-Wno-everything> -) -target_include_directories(openldap-libraries-liblber PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/include -) -target_link_libraries(openldap-libraries-liblber PUBLIC - contrib-libs-linux-headers -) -target_sources(openldap-libraries-liblber PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/liblber/assert.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/liblber/bprint.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/liblber/debug.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/liblber/decode.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/liblber/encode.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/liblber/io.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/liblber/memory.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/liblber/options.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/liblber/sockbuf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/liblber/stdio.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openldap/libraries/liblber/version.c -) diff --git a/contrib/libs/openldap/libraries/liblber/CMakeLists.txt b/contrib/libs/openldap/libraries/liblber/CMakeLists.txt deleted file mode 100644 index 522af85d518..00000000000 --- a/contrib/libs/openldap/libraries/liblber/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 "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) -endif() diff --git a/contrib/libs/openssl/CMakeLists.darwin-x86_64.txt b/contrib/libs/openssl/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 3f7b3b31bc9..00000000000 --- a/contrib/libs/openssl/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,94 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(crypto) - -add_library(contrib-libs-openssl) -target_compile_options(contrib-libs-openssl PRIVATE - -DAESNI_ASM - -DOPENSSL_BN_ASM_MONT - -DOPENSSL_CPUID_OBJ - -DSHA1_ASM - -DSHA256_ASM - -DSHA512_ASM - -DECP_NISTZ256_ASM - -DPOLY1305_ASM - -DKECCAK1600_ASM - -DENGINESDIR="/usr/local/lib/engines-1.1" - -DOPENSSLDIR="/usr/local/ssl" - -DGHASH_ASM - -DL_ENDIAN - -DMD5_ASM - -DOPENSSL_BN_ASM_GF2m - -DOPENSSL_BN_ASM_MONT5 - -DOPENSSL_IA32_SSE2 - -DPADLOCK_ASM - -DRC4_ASM - -DX25519_ASM - -D_REENTRANT - -DVPAES_ASM - $,,-Wno-everything> -) -target_include_directories(contrib-libs-openssl PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/include -) -target_include_directories(contrib-libs-openssl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl -) -target_link_libraries(contrib-libs-openssl PUBLIC - libs-openssl-crypto -) -target_sources(contrib-libs-openssl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/engines/e_capi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/engines/e_padlock.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/bio_ssl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/d1_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/d1_msg.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/d1_srtp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/methods.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/packet.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/pqueue.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/record/dtls1_bitmap.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/record/rec_layer_d1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/record/rec_layer_s3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/record/ssl3_buffer.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/record/ssl3_record.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/record/ssl3_record_tls13.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/s3_cbc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/s3_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/s3_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/s3_msg.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/ssl_asn1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/ssl_cert.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/ssl_ciph.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/ssl_conf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/ssl_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/ssl_init.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/ssl_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/ssl_mcnf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/ssl_rsa.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/ssl_sess.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/ssl_stat.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/ssl_txt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/ssl_utst.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/statem/extensions.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/statem/extensions_clnt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/statem/extensions_cust.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/statem/extensions_srvr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/statem/statem.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/statem/statem_clnt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/statem/statem_dtls.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/statem/statem_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/statem/statem_srvr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/t1_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/t1_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/t1_trce.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/tls13_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/tls_srp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/darwin/engines/e_padlock-x86_64.s -) diff --git a/contrib/libs/openssl/CMakeLists.linux-aarch64.txt b/contrib/libs/openssl/CMakeLists.linux-aarch64.txt deleted file mode 100644 index cb4acae2de8..00000000000 --- a/contrib/libs/openssl/CMakeLists.linux-aarch64.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(crypto) - -add_library(contrib-libs-openssl) -target_compile_options(contrib-libs-openssl PRIVATE - -DAESNI_ASM - -DOPENSSL_BN_ASM_MONT - -DOPENSSL_CPUID_OBJ - -DSHA1_ASM - -DSHA256_ASM - -DSHA512_ASM - -DECP_NISTZ256_ASM - -DPOLY1305_ASM - -DKECCAK1600_ASM - -DENGINESDIR="/usr/local/lib/engines-1.1" - -DOPENSSLDIR="/usr/local/ssl" - -DOPENSSL_USE_NODELETE - -DVPAES_ASM - $,,-Wno-everything> -) -target_include_directories(contrib-libs-openssl PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/include -) -target_include_directories(contrib-libs-openssl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl -) -target_link_libraries(contrib-libs-openssl PUBLIC - contrib-libs-linux-headers - libs-openssl-crypto -) -target_sources(contrib-libs-openssl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/engines/e_capi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/engines/e_padlock.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/bio_ssl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/d1_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/d1_msg.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/d1_srtp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/methods.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/packet.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/pqueue.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/record/dtls1_bitmap.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/record/rec_layer_d1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/record/rec_layer_s3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/record/ssl3_buffer.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/record/ssl3_record.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/record/ssl3_record_tls13.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/s3_cbc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/s3_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/s3_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/s3_msg.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/ssl_asn1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/ssl_cert.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/ssl_ciph.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/ssl_conf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/ssl_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/ssl_init.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/ssl_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/ssl_mcnf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/ssl_rsa.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/ssl_sess.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/ssl_stat.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/ssl_txt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/ssl_utst.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/statem/extensions.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/statem/extensions_clnt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/statem/extensions_cust.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/statem/extensions_srvr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/statem/statem.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/statem/statem_clnt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/statem/statem_dtls.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/statem/statem_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/statem/statem_srvr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/t1_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/t1_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/t1_trce.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/tls13_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/tls_srp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/engines/e_afalg.c -) diff --git a/contrib/libs/openssl/CMakeLists.linux-x86_64.txt b/contrib/libs/openssl/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d5785a40a42..00000000000 --- a/contrib/libs/openssl/CMakeLists.linux-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_subdirectory(crypto) - -add_library(contrib-libs-openssl) -target_compile_options(contrib-libs-openssl PRIVATE - -DAESNI_ASM - -DOPENSSL_BN_ASM_MONT - -DOPENSSL_CPUID_OBJ - -DSHA1_ASM - -DSHA256_ASM - -DSHA512_ASM - -DECP_NISTZ256_ASM - -DPOLY1305_ASM - -DKECCAK1600_ASM - -DENGINESDIR="/usr/local/lib/engines-1.1" - -DOPENSSLDIR="/usr/local/ssl" - -DGHASH_ASM - -DL_ENDIAN - -DMD5_ASM - -DOPENSSL_BN_ASM_GF2m - -DOPENSSL_BN_ASM_MONT5 - -DOPENSSL_IA32_SSE2 - -DPADLOCK_ASM - -DRC4_ASM - -DX25519_ASM - -DOPENSSL_USE_NODELETE - -DVPAES_ASM - $,,-Wno-everything> -) -target_include_directories(contrib-libs-openssl PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/include -) -target_include_directories(contrib-libs-openssl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl -) -target_link_libraries(contrib-libs-openssl PUBLIC - contrib-libs-linux-headers - libs-openssl-crypto -) -target_sources(contrib-libs-openssl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/engines/e_capi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/engines/e_padlock.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/bio_ssl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/d1_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/d1_msg.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/d1_srtp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/methods.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/packet.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/pqueue.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/record/dtls1_bitmap.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/record/rec_layer_d1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/record/rec_layer_s3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/record/ssl3_buffer.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/record/ssl3_record.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/record/ssl3_record_tls13.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/s3_cbc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/s3_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/s3_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/s3_msg.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/ssl_asn1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/ssl_cert.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/ssl_ciph.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/ssl_conf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/ssl_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/ssl_init.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/ssl_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/ssl_mcnf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/ssl_rsa.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/ssl_sess.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/ssl_stat.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/ssl_txt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/ssl_utst.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/statem/extensions.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/statem/extensions_clnt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/statem/extensions_cust.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/statem/extensions_srvr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/statem/statem.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/statem/statem_clnt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/statem/statem_dtls.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/statem/statem_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/statem/statem_srvr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/t1_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/t1_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/t1_trce.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/tls13_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/tls_srp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/engines/e_afalg.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/linux/engines/e_padlock-x86_64.s -) diff --git a/contrib/libs/openssl/CMakeLists.txt b/contrib/libs/openssl/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/openssl/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/openssl/CMakeLists.windows-x86_64.txt b/contrib/libs/openssl/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 1b88da02367..00000000000 --- a/contrib/libs/openssl/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,100 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(crypto) - -add_library(contrib-libs-openssl) -target_compile_options(contrib-libs-openssl PRIVATE - -DAESNI_ASM - -DOPENSSL_BN_ASM_MONT - -DOPENSSL_CPUID_OBJ - -DSHA1_ASM - -DSHA256_ASM - -DSHA512_ASM - -DECP_NISTZ256_ASM - -DPOLY1305_ASM - -DKECCAK1600_ASM - -DGHASH_ASM - -DL_ENDIAN - -DMD5_ASM - -DOPENSSL_BN_ASM_GF2m - -DOPENSSL_BN_ASM_MONT5 - -DOPENSSL_IA32_SSE2 - -DPADLOCK_ASM - -DRC4_ASM - -DX25519_ASM - -DENGINESDIR="C:\\Program\ Files\\OpenSSL\\lib\\engines-1_1" - -DOPENSSLDIR="C:\\Program\ Files\\Common\ Files\\SSL" - -DOPENSSL_SYS_WIN32 - -DUNICODE - -DWIN32_LEAN_AND_MEAN - -D_CRT_SECURE_NO_DEPRECATE - -D_UNICODE - -D_WINSOCK_DEPRECATED_NO_WARNINGS - /GF - -DVPAES_ASM - $,,-Wno-everything> -) -target_include_directories(contrib-libs-openssl PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/include -) -target_include_directories(contrib-libs-openssl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl -) -target_link_libraries(contrib-libs-openssl PUBLIC - libs-openssl-crypto -) -target_sources(contrib-libs-openssl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/engines/e_capi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/engines/e_padlock.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/bio_ssl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/d1_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/d1_msg.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/d1_srtp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/methods.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/packet.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/pqueue.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/record/dtls1_bitmap.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/record/rec_layer_d1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/record/rec_layer_s3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/record/ssl3_buffer.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/record/ssl3_record.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/record/ssl3_record_tls13.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/s3_cbc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/s3_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/s3_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/s3_msg.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/ssl_asn1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/ssl_cert.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/ssl_ciph.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/ssl_conf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/ssl_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/ssl_init.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/ssl_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/ssl_mcnf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/ssl_rsa.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/ssl_sess.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/ssl_stat.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/ssl_txt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/ssl_utst.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/statem/extensions.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/statem/extensions_clnt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/statem/extensions_cust.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/statem/extensions_srvr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/statem/statem.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/statem/statem_clnt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/statem/statem_dtls.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/statem/statem_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/statem/statem_srvr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/t1_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/t1_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/t1_trce.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/tls13_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/ssl/tls_srp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/windows/engines/e_padlock-x86_64.masm -) diff --git a/contrib/libs/openssl/crypto/CMakeLists.darwin-x86_64.txt b/contrib/libs/openssl/crypto/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 1ffe807d283..00000000000 --- a/contrib/libs/openssl/crypto/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,707 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(libs-openssl-crypto) -target_compile_options(libs-openssl-crypto PRIVATE - -DOPENSSL_BN_ASM_MONT - -DOPENSSL_CPUID_OBJ - -DSHA1_ASM - -DSHA256_ASM - -DSHA512_ASM - -DZLIB - -DDSO_NONE - -DAESNI_ASM - -DECP_NISTZ256_ASM - -DPOLY1305_ASM - -DKECCAK1600_ASM - -DVPAES_ASM - -DENGINESDIR="/usr/local/lib/engines-1.1" - -DOPENSSLDIR="/usr/local/ssl" - -DGHASH_ASM - -DL_ENDIAN - -DMD5_ASM - -DOPENSSL_BN_ASM_GF2m - -DOPENSSL_BN_ASM_MONT5 - -DOPENSSL_IA32_SSE2 - -DRC4_ASM - -DX25519_ASM - -D_REENTRANT - $,,-Wno-everything> -) -target_include_directories(libs-openssl-crypto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/curve448 - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/curve448/arch_32 - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/modes - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/include -) -target_link_libraries(libs-openssl-crypto PUBLIC - contrib-libs-zlib - cpp-sanitizer-include -) -target_sources(libs-openssl-crypto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/aes/aes_cbc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/aes/aes_cfb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/aes/aes_ecb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/aes/aes_ige.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/aes/aes_misc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/aes/aes_ofb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/aes/aes_wrap.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/aria/aria.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_bitstr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_d2i_fp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_digest.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_dup.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_gentm.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_i2d_fp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_int.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_mbstr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_object.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_octet.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_print.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_sign.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_strex.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_strnid.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_time.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_type.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_utctm.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_utf8.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_verify.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/ameth_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/asn1_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/asn1_gen.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/asn1_item_list.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/asn1_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/asn1_par.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/asn_mime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/asn_moid.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/asn_mstbl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/asn_pack.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/bio_asn1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/bio_ndef.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/d2i_pr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/d2i_pu.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/evp_asn1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/f_int.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/f_string.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/i2d_pr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/i2d_pu.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/n_pkey.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/nsseq.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/p5_pbe.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/p5_pbev2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/p5_scrypt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/p8_pkey.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/t_bitst.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/t_pkey.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/t_spki.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/tasn_dec.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/tasn_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/tasn_fre.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/tasn_new.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/tasn_prn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/tasn_scn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/tasn_typ.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/tasn_utl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/x_algor.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/x_bignum.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/x_info.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/x_int64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/x_long.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/x_pkey.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/x_sig.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/x_spki.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/x_val.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/async/arch/async_null.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/async/arch/async_posix.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/async/arch/async_win.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/async/async.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/async/async_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/async/async_wait.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bf/bf_cfb64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bf/bf_ecb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bf/bf_ofb64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bf/bf_skey.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/b_addr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/b_dump.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/b_print.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/b_sock.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/b_sock2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bf_buff.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bf_lbuf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bf_nbio.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bf_null.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bio_cb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bio_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bio_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bio_meth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bss_acpt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bss_bio.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bss_conn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bss_dgram.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bss_fd.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bss_file.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bss_log.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bss_mem.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bss_null.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bss_sock.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/blake2/blake2b.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/blake2/blake2s.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/blake2/m_blake2b.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/blake2/m_blake2s.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_add.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_blind.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_const.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_ctx.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_depr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_dh.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_div.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_exp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_exp2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_gcd.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_gf2m.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_intern.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_kron.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_mod.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_mont.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_mpi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_mul.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_nist.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_prime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_print.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_rand.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_recp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_shift.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_sqr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_sqrt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_srp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_word.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_x931p.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/buffer/buf_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/buffer/buffer.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/camellia/cmll_cfb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/camellia/cmll_ctr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/camellia/cmll_ecb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/camellia/cmll_ofb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cast/c_cfb64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cast/c_ecb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cast/c_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cast/c_ofb64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cast/c_skey.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cmac/cm_ameth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cmac/cm_pmeth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cmac/cmac.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cms/cms_asn1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cms/cms_att.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cms/cms_cd.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cms/cms_dd.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cms/cms_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cms/cms_env.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cms/cms_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cms/cms_ess.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cms/cms_io.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cms/cms_kari.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cms/cms_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cms/cms_pwri.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cms/cms_sd.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cms/cms_smime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/comp/c_zlib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/comp/comp_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/comp/comp_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/conf/conf_api.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/conf/conf_def.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/conf/conf_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/conf/conf_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/conf/conf_mall.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/conf/conf_mod.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/conf/conf_sap.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/conf/conf_ssl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cpt_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cryptlib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ct/ct_b64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ct/ct_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ct/ct_log.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ct/ct_oct.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ct/ct_policy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ct/ct_prn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ct/ct_sct.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ct/ct_sct_ctx.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ct/ct_vfy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ct/ct_x509v3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ctype.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cversion.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/cbc_cksm.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/cbc_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/cfb64ede.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/cfb64enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/cfb_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/ecb3_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/ecb_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/fcrypt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/ofb64ede.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/ofb64enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/ofb_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/pcbc_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/qud_cksm.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/rand_key.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/set_key.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/str2key.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/xcbc_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dh/dh_ameth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dh/dh_asn1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dh/dh_check.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dh/dh_depr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dh/dh_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dh/dh_gen.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dh/dh_kdf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dh/dh_key.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dh/dh_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dh/dh_meth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dh/dh_pmeth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dh/dh_prn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dh/dh_rfc5114.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dh/dh_rfc7919.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dsa/dsa_ameth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dsa/dsa_asn1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dsa/dsa_depr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dsa/dsa_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dsa/dsa_gen.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dsa/dsa_key.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dsa/dsa_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dsa/dsa_meth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dsa/dsa_ossl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dsa/dsa_pmeth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dsa/dsa_prn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dsa/dsa_sign.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dsa/dsa_vrf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dso/dso_dl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dso/dso_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dso/dso_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dso/dso_openssl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dso/dso_vms.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dso/dso_win32.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ebcdic.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/curve25519.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/curve448/arch_32/f_impl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/curve448/curve448.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/curve448/curve448_tables.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/curve448/eddsa.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/curve448/f_generic.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/curve448/scalar.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ec2_oct.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ec2_smpl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ec_ameth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ec_asn1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ec_check.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ec_curve.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ec_cvt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ec_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ec_key.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ec_kmeth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ec_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ec_mult.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ec_oct.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ec_pmeth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ec_print.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ecdh_kdf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ecdh_ossl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ecdsa_ossl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ecdsa_sign.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ecdsa_vrf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/eck_prn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ecp_mont.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ecp_nist.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ecp_nistp224.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ecp_nistp256.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ecp_nistp521.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ecp_nistputil.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ecp_oct.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ecp_smpl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ecx_meth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/eng_all.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/eng_cnf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/eng_ctrl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/eng_dyn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/eng_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/eng_fat.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/eng_init.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/eng_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/eng_list.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/eng_openssl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/eng_pkey.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/eng_rdrand.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/eng_table.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/tb_asnmth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/tb_cipher.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/tb_dh.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/tb_digest.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/tb_dsa.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/tb_eckey.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/tb_pkmeth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/tb_rand.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/tb_rsa.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/err/err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/err/err_all.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/err/err_prn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/bio_b64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/bio_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/bio_md.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/bio_ok.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/c_allc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/c_alld.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/cmeth_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/digest.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_aes.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_aria.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_bf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_camellia.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_cast.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_chacha20_poly1305.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_des.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_des3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_idea.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_null.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_old.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_rc2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_rc4.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_rc4_hmac_md5.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_rc5.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_seed.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_sm4.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_xcbc_d.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/encode.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/evp_cnf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/evp_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/evp_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/evp_key.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/evp_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/evp_pbe.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/evp_pkey.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/m_md2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/m_md4.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/m_md5.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/m_md5_sha1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/m_mdc2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/m_null.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/m_ripemd.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/m_sha1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/m_sha3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/m_sigver.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/m_wp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/names.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/p5_crpt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/p5_crpt2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/p_dec.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/p_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/p_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/p_open.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/p_seal.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/p_sign.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/p_verify.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/pbe_scrypt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/pmeth_fn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/pmeth_gn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/pmeth_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ex_data.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/getenv.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/hmac/hm_ameth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/hmac/hm_pmeth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/hmac/hmac.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/idea/i_cbc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/idea/i_cfb64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/idea/i_ecb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/idea/i_ofb64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/idea/i_skey.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/init.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/kdf/hkdf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/kdf/kdf_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/kdf/scrypt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/kdf/tls1_prf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/lhash/lh_stats.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/lhash/lhash.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/md4/md4_dgst.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/md4/md4_one.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/md5/md5_dgst.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/md5/md5_one.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/mdc2/mdc2_one.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/mdc2/mdc2dgst.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/mem.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/mem_dbg.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/mem_sec.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/modes/cbc128.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/modes/ccm128.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/modes/cfb128.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/modes/ctr128.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/modes/cts128.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/modes/gcm128.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/modes/ocb128.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/modes/ofb128.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/modes/wrap128.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/modes/xts128.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/o_dir.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/o_fips.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/o_fopen.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/o_init.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/o_str.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/o_time.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/objects/o_names.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/objects/obj_dat.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/objects/obj_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/objects/obj_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/objects/obj_xref.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ocsp/ocsp_asn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ocsp/ocsp_cl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ocsp/ocsp_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ocsp/ocsp_ext.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ocsp/ocsp_ht.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ocsp/ocsp_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ocsp/ocsp_prn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ocsp/ocsp_srv.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ocsp/ocsp_vfy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ocsp/v3_ocsp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pem/pem_all.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pem/pem_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pem/pem_info.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pem/pem_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pem/pem_oth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pem/pem_pk8.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pem/pem_pkey.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pem/pem_sign.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pem/pem_x509.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pem/pem_xaux.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pem/pvkfmt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs12/p12_add.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs12/p12_asn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs12/p12_attr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs12/p12_crpt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs12/p12_crt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs12/p12_decr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs12/p12_init.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs12/p12_key.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs12/p12_kiss.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs12/p12_mutl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs12/p12_npas.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs12/p12_p8d.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs12/p12_p8e.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs12/p12_sbag.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs12/p12_utl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs12/pk12err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs7/bio_pk7.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs7/pk7_asn1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs7/pk7_attr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs7/pk7_doit.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs7/pk7_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs7/pk7_mime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs7/pk7_smime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs7/pkcs7err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/poly1305/poly1305.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/poly1305/poly1305_ameth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/poly1305/poly1305_pmeth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rand/drbg_ctr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rand/drbg_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rand/rand_egd.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rand/rand_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rand/rand_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rand/rand_unix.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rand/rand_win.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rand/randfile.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rc2/rc2_cbc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rc2/rc2_ecb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rc2/rc2_skey.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rc2/rc2cfb64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rc2/rc2ofb64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ripemd/rmd_dgst.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ripemd/rmd_one.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_ameth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_asn1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_chk.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_crpt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_depr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_gen.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_meth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_mp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_none.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_oaep.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_ossl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_pk1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_pmeth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_prn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_pss.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_saos.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_sign.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_ssl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_x931.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_x931g.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/seed/seed.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/seed/seed_cbc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/seed/seed_cfb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/seed/seed_ecb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/seed/seed_ofb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/sha/sha1_one.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/sha/sha1dgst.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/sha/sha256.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/sha/sha512.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/siphash/siphash.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/siphash/siphash_ameth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/siphash/siphash_pmeth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/sm2/sm2_crypt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/sm2/sm2_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/sm2/sm2_pmeth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/sm2/sm2_sign.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/sm3/m_sm3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/sm3/sm3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/sm4/sm4.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/srp/srp_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/srp/srp_vfy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/stack/stack.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/store/loader_file.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/store/store_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/store/store_init.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/store/store_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/store/store_register.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/store/store_strings.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/threads_none.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/threads_pthread.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/threads_win.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ts/ts_asn1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ts/ts_conf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ts/ts_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ts/ts_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ts/ts_req_print.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ts/ts_req_utils.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ts/ts_rsp_print.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ts/ts_rsp_sign.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ts/ts_rsp_utils.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ts/ts_rsp_verify.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ts/ts_verify_ctx.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/txt_db/txt_db.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ui/ui_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ui/ui_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ui/ui_null.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ui/ui_openssl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ui/ui_util.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/uid.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/whrlpool/wp_dgst.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/by_dir.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/by_file.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/t_crl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/t_req.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/t_x509.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_att.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_cmp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_d2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_def.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_ext.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_lu.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_meth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_obj.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_r2x.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_req.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_set.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_trs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_txt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_v3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_vfy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_vpm.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509cset.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509name.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509rset.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509spki.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509type.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x_all.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x_attrib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x_crl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x_exten.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x_name.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x_pubkey.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x_req.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x_x509.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x_x509a.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/pcy_cache.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/pcy_data.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/pcy_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/pcy_map.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/pcy_node.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/pcy_tree.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_addr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_admis.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_akey.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_akeya.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_alt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_asid.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_bcons.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_bitst.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_conf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_cpols.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_crld.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_enum.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_extku.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_genn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_ia5.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_info.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_int.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_ncons.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_pci.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_pcia.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_pcons.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_pku.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_pmaps.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_prn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_purp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_skey.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_sxnet.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_tlsf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_utl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ecp_nistz256.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/aes/aes_core.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bf/bf_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/camellia/cmll_misc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/des_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/fcrypt_b.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/rsaz_exp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/asm/x86_64-gcc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/darwin/crypto/aes/aesni-mb-x86_64.s - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/darwin/crypto/aes/aesni-sha1-x86_64.s - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/darwin/crypto/aes/aesni-sha256-x86_64.s - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/darwin/crypto/aes/aesni-x86_64.s - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/darwin/crypto/aes/vpaes-x86_64.s - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/darwin/crypto/bn/rsaz-avx2.s - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/darwin/crypto/bn/rsaz-x86_64.s - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/darwin/crypto/bn/x86_64-gf2m.s - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/darwin/crypto/bn/x86_64-mont.s - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/darwin/crypto/bn/x86_64-mont5.s - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/darwin/crypto/camellia/cmll-x86_64.s - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/darwin/crypto/chacha/chacha-x86_64.s - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/darwin/crypto/ec/ecp_nistz256-x86_64.s - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/darwin/crypto/ec/x25519-x86_64.s - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/darwin/crypto/md5/md5-x86_64.s - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/darwin/crypto/modes/aesni-gcm-x86_64.s - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/darwin/crypto/modes/ghash-x86_64.s - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/darwin/crypto/poly1305/poly1305-x86_64.s - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/darwin/crypto/rc4/rc4-md5-x86_64.s - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/darwin/crypto/rc4/rc4-x86_64.s - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/darwin/crypto/sha/keccak1600-x86_64.s - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/darwin/crypto/sha/sha1-mb-x86_64.s - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/darwin/crypto/sha/sha1-x86_64.s - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/darwin/crypto/sha/sha256-mb-x86_64.s - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/darwin/crypto/sha/sha256-x86_64.s - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/darwin/crypto/sha/sha512-x86_64.s - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/darwin/crypto/whrlpool/wp-x86_64.s - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/darwin/crypto/x86_64cpuid.s -) diff --git a/contrib/libs/openssl/crypto/CMakeLists.linux-aarch64.txt b/contrib/libs/openssl/crypto/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 9a6ec511bc4..00000000000 --- a/contrib/libs/openssl/crypto/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,689 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(libs-openssl-crypto) -target_compile_options(libs-openssl-crypto PRIVATE - -DOPENSSL_BN_ASM_MONT - -DOPENSSL_CPUID_OBJ - -DSHA1_ASM - -DSHA256_ASM - -DSHA512_ASM - -DZLIB - -DDSO_NONE - -DAESNI_ASM - -DECP_NISTZ256_ASM - -DPOLY1305_ASM - -DKECCAK1600_ASM - -DVPAES_ASM - -DENGINESDIR="/usr/local/lib/engines-1.1" - -DOPENSSLDIR="/usr/local/ssl" - -DOPENSSL_USE_NODELETE - $,,-Wno-everything> -) -target_include_directories(libs-openssl-crypto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/curve448 - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/curve448/arch_32 - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/modes - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/include -) -target_link_libraries(libs-openssl-crypto PUBLIC - contrib-libs-linux-headers - contrib-libs-zlib - cpp-sanitizer-include -) -target_sources(libs-openssl-crypto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/aes/aes_cbc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/aes/aes_cfb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/aes/aes_ecb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/aes/aes_ige.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/aes/aes_misc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/aes/aes_ofb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/aes/aes_wrap.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/aria/aria.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_bitstr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_d2i_fp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_digest.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_dup.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_gentm.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_i2d_fp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_int.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_mbstr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_object.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_octet.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_print.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_sign.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_strex.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_strnid.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_time.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_type.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_utctm.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_utf8.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_verify.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/ameth_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/asn1_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/asn1_gen.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/asn1_item_list.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/asn1_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/asn1_par.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/asn_mime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/asn_moid.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/asn_mstbl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/asn_pack.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/bio_asn1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/bio_ndef.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/d2i_pr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/d2i_pu.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/evp_asn1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/f_int.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/f_string.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/i2d_pr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/i2d_pu.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/n_pkey.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/nsseq.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/p5_pbe.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/p5_pbev2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/p5_scrypt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/p8_pkey.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/t_bitst.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/t_pkey.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/t_spki.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/tasn_dec.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/tasn_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/tasn_fre.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/tasn_new.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/tasn_prn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/tasn_scn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/tasn_typ.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/tasn_utl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/x_algor.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/x_bignum.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/x_info.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/x_int64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/x_long.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/x_pkey.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/x_sig.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/x_spki.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/x_val.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/async/arch/async_null.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/async/arch/async_posix.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/async/arch/async_win.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/async/async.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/async/async_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/async/async_wait.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bf/bf_cfb64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bf/bf_ecb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bf/bf_ofb64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bf/bf_skey.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/b_addr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/b_dump.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/b_print.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/b_sock.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/b_sock2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bf_buff.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bf_lbuf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bf_nbio.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bf_null.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bio_cb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bio_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bio_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bio_meth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bss_acpt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bss_bio.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bss_conn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bss_dgram.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bss_fd.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bss_file.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bss_log.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bss_mem.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bss_null.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bss_sock.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/blake2/blake2b.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/blake2/blake2s.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/blake2/m_blake2b.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/blake2/m_blake2s.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_add.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_blind.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_const.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_ctx.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_depr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_dh.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_div.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_exp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_exp2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_gcd.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_gf2m.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_intern.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_kron.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_mod.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_mont.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_mpi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_mul.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_nist.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_prime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_print.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_rand.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_recp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_shift.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_sqr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_sqrt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_srp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_word.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_x931p.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/buffer/buf_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/buffer/buffer.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/camellia/cmll_cfb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/camellia/cmll_ctr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/camellia/cmll_ecb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/camellia/cmll_ofb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cast/c_cfb64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cast/c_ecb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cast/c_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cast/c_ofb64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cast/c_skey.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cmac/cm_ameth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cmac/cm_pmeth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cmac/cmac.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cms/cms_asn1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cms/cms_att.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cms/cms_cd.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cms/cms_dd.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cms/cms_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cms/cms_env.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cms/cms_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cms/cms_ess.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cms/cms_io.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cms/cms_kari.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cms/cms_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cms/cms_pwri.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cms/cms_sd.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cms/cms_smime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/comp/c_zlib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/comp/comp_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/comp/comp_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/conf/conf_api.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/conf/conf_def.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/conf/conf_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/conf/conf_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/conf/conf_mall.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/conf/conf_mod.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/conf/conf_sap.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/conf/conf_ssl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cpt_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cryptlib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ct/ct_b64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ct/ct_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ct/ct_log.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ct/ct_oct.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ct/ct_policy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ct/ct_prn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ct/ct_sct.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ct/ct_sct_ctx.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ct/ct_vfy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ct/ct_x509v3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ctype.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cversion.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/cbc_cksm.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/cbc_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/cfb64ede.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/cfb64enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/cfb_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/ecb3_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/ecb_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/fcrypt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/ofb64ede.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/ofb64enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/ofb_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/pcbc_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/qud_cksm.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/rand_key.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/set_key.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/str2key.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/xcbc_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dh/dh_ameth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dh/dh_asn1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dh/dh_check.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dh/dh_depr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dh/dh_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dh/dh_gen.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dh/dh_kdf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dh/dh_key.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dh/dh_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dh/dh_meth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dh/dh_pmeth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dh/dh_prn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dh/dh_rfc5114.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dh/dh_rfc7919.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dsa/dsa_ameth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dsa/dsa_asn1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dsa/dsa_depr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dsa/dsa_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dsa/dsa_gen.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dsa/dsa_key.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dsa/dsa_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dsa/dsa_meth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dsa/dsa_ossl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dsa/dsa_pmeth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dsa/dsa_prn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dsa/dsa_sign.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dsa/dsa_vrf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dso/dso_dl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dso/dso_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dso/dso_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dso/dso_openssl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dso/dso_vms.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dso/dso_win32.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ebcdic.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/curve25519.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/curve448/arch_32/f_impl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/curve448/curve448.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/curve448/curve448_tables.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/curve448/eddsa.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/curve448/f_generic.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/curve448/scalar.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ec2_oct.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ec2_smpl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ec_ameth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ec_asn1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ec_check.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ec_curve.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ec_cvt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ec_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ec_key.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ec_kmeth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ec_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ec_mult.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ec_oct.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ec_pmeth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ec_print.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ecdh_kdf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ecdh_ossl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ecdsa_ossl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ecdsa_sign.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ecdsa_vrf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/eck_prn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ecp_mont.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ecp_nist.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ecp_nistp224.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ecp_nistp256.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ecp_nistp521.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ecp_nistputil.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ecp_oct.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ecp_smpl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ecx_meth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/eng_all.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/eng_cnf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/eng_ctrl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/eng_dyn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/eng_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/eng_fat.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/eng_init.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/eng_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/eng_list.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/eng_openssl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/eng_pkey.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/eng_rdrand.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/eng_table.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/tb_asnmth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/tb_cipher.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/tb_dh.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/tb_digest.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/tb_dsa.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/tb_eckey.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/tb_pkmeth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/tb_rand.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/tb_rsa.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/err/err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/err/err_all.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/err/err_prn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/bio_b64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/bio_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/bio_md.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/bio_ok.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/c_allc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/c_alld.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/cmeth_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/digest.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_aes.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_aria.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_bf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_camellia.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_cast.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_chacha20_poly1305.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_des.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_des3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_idea.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_null.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_old.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_rc2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_rc4.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_rc4_hmac_md5.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_rc5.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_seed.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_sm4.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_xcbc_d.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/encode.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/evp_cnf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/evp_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/evp_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/evp_key.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/evp_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/evp_pbe.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/evp_pkey.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/m_md2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/m_md4.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/m_md5.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/m_md5_sha1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/m_mdc2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/m_null.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/m_ripemd.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/m_sha1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/m_sha3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/m_sigver.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/m_wp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/names.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/p5_crpt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/p5_crpt2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/p_dec.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/p_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/p_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/p_open.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/p_seal.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/p_sign.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/p_verify.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/pbe_scrypt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/pmeth_fn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/pmeth_gn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/pmeth_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ex_data.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/getenv.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/hmac/hm_ameth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/hmac/hm_pmeth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/hmac/hmac.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/idea/i_cbc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/idea/i_cfb64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/idea/i_ecb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/idea/i_ofb64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/idea/i_skey.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/init.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/kdf/hkdf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/kdf/kdf_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/kdf/scrypt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/kdf/tls1_prf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/lhash/lh_stats.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/lhash/lhash.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/md4/md4_dgst.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/md4/md4_one.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/md5/md5_dgst.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/md5/md5_one.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/mdc2/mdc2_one.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/mdc2/mdc2dgst.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/mem.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/mem_dbg.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/mem_sec.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/modes/cbc128.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/modes/ccm128.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/modes/cfb128.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/modes/ctr128.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/modes/cts128.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/modes/gcm128.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/modes/ocb128.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/modes/ofb128.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/modes/wrap128.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/modes/xts128.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/o_dir.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/o_fips.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/o_fopen.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/o_init.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/o_str.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/o_time.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/objects/o_names.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/objects/obj_dat.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/objects/obj_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/objects/obj_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/objects/obj_xref.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ocsp/ocsp_asn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ocsp/ocsp_cl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ocsp/ocsp_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ocsp/ocsp_ext.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ocsp/ocsp_ht.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ocsp/ocsp_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ocsp/ocsp_prn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ocsp/ocsp_srv.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ocsp/ocsp_vfy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ocsp/v3_ocsp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pem/pem_all.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pem/pem_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pem/pem_info.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pem/pem_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pem/pem_oth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pem/pem_pk8.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pem/pem_pkey.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pem/pem_sign.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pem/pem_x509.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pem/pem_xaux.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pem/pvkfmt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs12/p12_add.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs12/p12_asn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs12/p12_attr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs12/p12_crpt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs12/p12_crt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs12/p12_decr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs12/p12_init.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs12/p12_key.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs12/p12_kiss.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs12/p12_mutl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs12/p12_npas.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs12/p12_p8d.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs12/p12_p8e.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs12/p12_sbag.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs12/p12_utl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs12/pk12err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs7/bio_pk7.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs7/pk7_asn1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs7/pk7_attr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs7/pk7_doit.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs7/pk7_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs7/pk7_mime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs7/pk7_smime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs7/pkcs7err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/poly1305/poly1305.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/poly1305/poly1305_ameth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/poly1305/poly1305_pmeth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rand/drbg_ctr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rand/drbg_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rand/rand_egd.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rand/rand_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rand/rand_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rand/rand_unix.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rand/rand_win.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rand/randfile.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rc2/rc2_cbc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rc2/rc2_ecb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rc2/rc2_skey.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rc2/rc2cfb64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rc2/rc2ofb64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ripemd/rmd_dgst.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ripemd/rmd_one.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_ameth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_asn1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_chk.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_crpt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_depr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_gen.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_meth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_mp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_none.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_oaep.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_ossl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_pk1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_pmeth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_prn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_pss.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_saos.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_sign.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_ssl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_x931.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_x931g.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/seed/seed.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/seed/seed_cbc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/seed/seed_cfb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/seed/seed_ecb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/seed/seed_ofb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/sha/sha1_one.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/sha/sha1dgst.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/sha/sha256.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/sha/sha512.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/siphash/siphash.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/siphash/siphash_ameth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/siphash/siphash_pmeth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/sm2/sm2_crypt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/sm2/sm2_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/sm2/sm2_pmeth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/sm2/sm2_sign.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/sm3/m_sm3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/sm3/sm3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/sm4/sm4.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/srp/srp_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/srp/srp_vfy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/stack/stack.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/store/loader_file.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/store/store_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/store/store_init.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/store/store_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/store/store_register.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/store/store_strings.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/threads_none.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/threads_pthread.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/threads_win.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ts/ts_asn1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ts/ts_conf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ts/ts_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ts/ts_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ts/ts_req_print.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ts/ts_req_utils.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ts/ts_rsp_print.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ts/ts_rsp_sign.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ts/ts_rsp_utils.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ts/ts_rsp_verify.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ts/ts_verify_ctx.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/txt_db/txt_db.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ui/ui_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ui/ui_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ui/ui_null.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ui/ui_openssl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ui/ui_util.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/uid.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/whrlpool/wp_dgst.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/by_dir.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/by_file.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/t_crl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/t_req.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/t_x509.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_att.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_cmp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_d2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_def.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_ext.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_lu.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_meth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_obj.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_r2x.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_req.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_set.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_trs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_txt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_v3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_vfy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_vpm.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509cset.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509name.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509rset.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509spki.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509type.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x_all.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x_attrib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x_crl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x_exten.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x_name.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x_pubkey.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x_req.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x_x509.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x_x509a.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/pcy_cache.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/pcy_data.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/pcy_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/pcy_map.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/pcy_node.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/pcy_tree.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_addr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_admis.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_akey.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_akeya.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_alt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_asid.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_bcons.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_bitst.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_conf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_cpols.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_crld.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_enum.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_extku.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_genn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_ia5.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_info.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_int.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_ncons.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_pci.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_pcia.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_pcons.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_pku.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_pmaps.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_prn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_purp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_skey.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_sxnet.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_tlsf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_utl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ecp_nistz256.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/aes/aes_core.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bf/bf_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/camellia/cmll_misc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/des_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/fcrypt_b.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_asm.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/aarch64/crypto/aes/aesv8-armx.S - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/aarch64/crypto/aes/vpaes-armv8.S - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/aarch64/crypto/arm64cpuid.S - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/aarch64/crypto/bn/armv8-mont.S - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/aarch64/crypto/chacha/chacha-armv8.S - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/aarch64/crypto/ec/ecp_nistz256-armv8.S - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/aarch64/crypto/modes/ghashv8-armx.S - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/aarch64/crypto/poly1305/poly1305-armv8.S - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/aarch64/crypto/sha/keccak1600-armv8.S - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/aarch64/crypto/sha/sha1-armv8.S - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/aarch64/crypto/sha/sha256-armv8.S - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/aarch64/crypto/sha/sha512-armv8.S - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/armcap.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/camellia/camellia.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/camellia/cmll_cbc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rc4/rc4_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rc4/rc4_skey.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/whrlpool/wp_block.c -) diff --git a/contrib/libs/openssl/crypto/CMakeLists.linux-x86_64.txt b/contrib/libs/openssl/crypto/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 3bb42021182..00000000000 --- a/contrib/libs/openssl/crypto/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,708 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(libs-openssl-crypto) -target_compile_options(libs-openssl-crypto PRIVATE - -DOPENSSL_BN_ASM_MONT - -DOPENSSL_CPUID_OBJ - -DSHA1_ASM - -DSHA256_ASM - -DSHA512_ASM - -DZLIB - -DDSO_NONE - -DAESNI_ASM - -DECP_NISTZ256_ASM - -DPOLY1305_ASM - -DKECCAK1600_ASM - -DVPAES_ASM - -DENGINESDIR="/usr/local/lib/engines-1.1" - -DOPENSSLDIR="/usr/local/ssl" - -DGHASH_ASM - -DL_ENDIAN - -DMD5_ASM - -DOPENSSL_BN_ASM_GF2m - -DOPENSSL_BN_ASM_MONT5 - -DOPENSSL_IA32_SSE2 - -DRC4_ASM - -DX25519_ASM - -DOPENSSL_USE_NODELETE - $,,-Wno-everything> -) -target_include_directories(libs-openssl-crypto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/curve448 - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/curve448/arch_32 - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/modes - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/include -) -target_link_libraries(libs-openssl-crypto PUBLIC - contrib-libs-linux-headers - contrib-libs-zlib - cpp-sanitizer-include -) -target_sources(libs-openssl-crypto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/aes/aes_cbc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/aes/aes_cfb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/aes/aes_ecb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/aes/aes_ige.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/aes/aes_misc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/aes/aes_ofb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/aes/aes_wrap.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/aria/aria.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_bitstr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_d2i_fp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_digest.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_dup.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_gentm.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_i2d_fp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_int.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_mbstr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_object.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_octet.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_print.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_sign.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_strex.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_strnid.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_time.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_type.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_utctm.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_utf8.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_verify.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/ameth_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/asn1_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/asn1_gen.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/asn1_item_list.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/asn1_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/asn1_par.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/asn_mime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/asn_moid.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/asn_mstbl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/asn_pack.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/bio_asn1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/bio_ndef.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/d2i_pr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/d2i_pu.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/evp_asn1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/f_int.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/f_string.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/i2d_pr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/i2d_pu.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/n_pkey.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/nsseq.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/p5_pbe.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/p5_pbev2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/p5_scrypt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/p8_pkey.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/t_bitst.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/t_pkey.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/t_spki.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/tasn_dec.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/tasn_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/tasn_fre.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/tasn_new.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/tasn_prn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/tasn_scn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/tasn_typ.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/tasn_utl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/x_algor.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/x_bignum.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/x_info.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/x_int64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/x_long.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/x_pkey.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/x_sig.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/x_spki.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/x_val.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/async/arch/async_null.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/async/arch/async_posix.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/async/arch/async_win.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/async/async.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/async/async_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/async/async_wait.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bf/bf_cfb64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bf/bf_ecb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bf/bf_ofb64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bf/bf_skey.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/b_addr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/b_dump.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/b_print.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/b_sock.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/b_sock2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bf_buff.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bf_lbuf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bf_nbio.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bf_null.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bio_cb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bio_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bio_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bio_meth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bss_acpt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bss_bio.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bss_conn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bss_dgram.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bss_fd.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bss_file.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bss_log.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bss_mem.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bss_null.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bss_sock.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/blake2/blake2b.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/blake2/blake2s.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/blake2/m_blake2b.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/blake2/m_blake2s.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_add.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_blind.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_const.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_ctx.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_depr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_dh.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_div.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_exp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_exp2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_gcd.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_gf2m.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_intern.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_kron.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_mod.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_mont.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_mpi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_mul.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_nist.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_prime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_print.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_rand.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_recp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_shift.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_sqr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_sqrt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_srp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_word.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_x931p.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/buffer/buf_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/buffer/buffer.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/camellia/cmll_cfb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/camellia/cmll_ctr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/camellia/cmll_ecb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/camellia/cmll_ofb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cast/c_cfb64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cast/c_ecb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cast/c_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cast/c_ofb64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cast/c_skey.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cmac/cm_ameth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cmac/cm_pmeth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cmac/cmac.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cms/cms_asn1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cms/cms_att.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cms/cms_cd.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cms/cms_dd.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cms/cms_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cms/cms_env.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cms/cms_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cms/cms_ess.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cms/cms_io.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cms/cms_kari.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cms/cms_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cms/cms_pwri.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cms/cms_sd.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cms/cms_smime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/comp/c_zlib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/comp/comp_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/comp/comp_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/conf/conf_api.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/conf/conf_def.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/conf/conf_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/conf/conf_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/conf/conf_mall.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/conf/conf_mod.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/conf/conf_sap.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/conf/conf_ssl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cpt_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cryptlib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ct/ct_b64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ct/ct_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ct/ct_log.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ct/ct_oct.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ct/ct_policy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ct/ct_prn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ct/ct_sct.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ct/ct_sct_ctx.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ct/ct_vfy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ct/ct_x509v3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ctype.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cversion.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/cbc_cksm.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/cbc_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/cfb64ede.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/cfb64enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/cfb_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/ecb3_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/ecb_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/fcrypt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/ofb64ede.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/ofb64enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/ofb_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/pcbc_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/qud_cksm.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/rand_key.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/set_key.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/str2key.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/xcbc_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dh/dh_ameth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dh/dh_asn1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dh/dh_check.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dh/dh_depr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dh/dh_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dh/dh_gen.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dh/dh_kdf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dh/dh_key.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dh/dh_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dh/dh_meth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dh/dh_pmeth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dh/dh_prn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dh/dh_rfc5114.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dh/dh_rfc7919.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dsa/dsa_ameth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dsa/dsa_asn1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dsa/dsa_depr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dsa/dsa_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dsa/dsa_gen.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dsa/dsa_key.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dsa/dsa_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dsa/dsa_meth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dsa/dsa_ossl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dsa/dsa_pmeth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dsa/dsa_prn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dsa/dsa_sign.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dsa/dsa_vrf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dso/dso_dl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dso/dso_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dso/dso_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dso/dso_openssl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dso/dso_vms.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dso/dso_win32.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ebcdic.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/curve25519.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/curve448/arch_32/f_impl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/curve448/curve448.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/curve448/curve448_tables.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/curve448/eddsa.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/curve448/f_generic.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/curve448/scalar.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ec2_oct.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ec2_smpl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ec_ameth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ec_asn1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ec_check.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ec_curve.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ec_cvt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ec_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ec_key.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ec_kmeth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ec_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ec_mult.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ec_oct.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ec_pmeth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ec_print.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ecdh_kdf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ecdh_ossl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ecdsa_ossl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ecdsa_sign.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ecdsa_vrf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/eck_prn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ecp_mont.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ecp_nist.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ecp_nistp224.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ecp_nistp256.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ecp_nistp521.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ecp_nistputil.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ecp_oct.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ecp_smpl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ecx_meth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/eng_all.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/eng_cnf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/eng_ctrl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/eng_dyn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/eng_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/eng_fat.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/eng_init.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/eng_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/eng_list.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/eng_openssl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/eng_pkey.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/eng_rdrand.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/eng_table.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/tb_asnmth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/tb_cipher.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/tb_dh.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/tb_digest.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/tb_dsa.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/tb_eckey.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/tb_pkmeth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/tb_rand.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/tb_rsa.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/err/err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/err/err_all.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/err/err_prn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/bio_b64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/bio_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/bio_md.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/bio_ok.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/c_allc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/c_alld.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/cmeth_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/digest.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_aes.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_aria.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_bf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_camellia.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_cast.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_chacha20_poly1305.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_des.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_des3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_idea.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_null.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_old.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_rc2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_rc4.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_rc4_hmac_md5.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_rc5.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_seed.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_sm4.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_xcbc_d.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/encode.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/evp_cnf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/evp_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/evp_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/evp_key.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/evp_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/evp_pbe.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/evp_pkey.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/m_md2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/m_md4.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/m_md5.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/m_md5_sha1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/m_mdc2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/m_null.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/m_ripemd.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/m_sha1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/m_sha3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/m_sigver.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/m_wp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/names.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/p5_crpt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/p5_crpt2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/p_dec.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/p_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/p_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/p_open.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/p_seal.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/p_sign.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/p_verify.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/pbe_scrypt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/pmeth_fn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/pmeth_gn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/pmeth_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ex_data.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/getenv.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/hmac/hm_ameth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/hmac/hm_pmeth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/hmac/hmac.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/idea/i_cbc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/idea/i_cfb64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/idea/i_ecb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/idea/i_ofb64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/idea/i_skey.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/init.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/kdf/hkdf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/kdf/kdf_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/kdf/scrypt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/kdf/tls1_prf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/lhash/lh_stats.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/lhash/lhash.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/md4/md4_dgst.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/md4/md4_one.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/md5/md5_dgst.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/md5/md5_one.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/mdc2/mdc2_one.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/mdc2/mdc2dgst.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/mem.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/mem_dbg.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/mem_sec.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/modes/cbc128.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/modes/ccm128.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/modes/cfb128.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/modes/ctr128.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/modes/cts128.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/modes/gcm128.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/modes/ocb128.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/modes/ofb128.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/modes/wrap128.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/modes/xts128.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/o_dir.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/o_fips.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/o_fopen.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/o_init.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/o_str.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/o_time.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/objects/o_names.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/objects/obj_dat.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/objects/obj_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/objects/obj_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/objects/obj_xref.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ocsp/ocsp_asn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ocsp/ocsp_cl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ocsp/ocsp_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ocsp/ocsp_ext.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ocsp/ocsp_ht.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ocsp/ocsp_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ocsp/ocsp_prn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ocsp/ocsp_srv.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ocsp/ocsp_vfy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ocsp/v3_ocsp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pem/pem_all.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pem/pem_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pem/pem_info.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pem/pem_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pem/pem_oth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pem/pem_pk8.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pem/pem_pkey.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pem/pem_sign.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pem/pem_x509.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pem/pem_xaux.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pem/pvkfmt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs12/p12_add.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs12/p12_asn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs12/p12_attr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs12/p12_crpt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs12/p12_crt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs12/p12_decr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs12/p12_init.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs12/p12_key.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs12/p12_kiss.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs12/p12_mutl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs12/p12_npas.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs12/p12_p8d.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs12/p12_p8e.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs12/p12_sbag.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs12/p12_utl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs12/pk12err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs7/bio_pk7.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs7/pk7_asn1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs7/pk7_attr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs7/pk7_doit.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs7/pk7_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs7/pk7_mime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs7/pk7_smime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs7/pkcs7err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/poly1305/poly1305.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/poly1305/poly1305_ameth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/poly1305/poly1305_pmeth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rand/drbg_ctr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rand/drbg_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rand/rand_egd.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rand/rand_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rand/rand_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rand/rand_unix.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rand/rand_win.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rand/randfile.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rc2/rc2_cbc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rc2/rc2_ecb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rc2/rc2_skey.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rc2/rc2cfb64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rc2/rc2ofb64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ripemd/rmd_dgst.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ripemd/rmd_one.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_ameth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_asn1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_chk.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_crpt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_depr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_gen.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_meth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_mp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_none.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_oaep.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_ossl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_pk1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_pmeth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_prn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_pss.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_saos.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_sign.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_ssl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_x931.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_x931g.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/seed/seed.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/seed/seed_cbc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/seed/seed_cfb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/seed/seed_ecb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/seed/seed_ofb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/sha/sha1_one.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/sha/sha1dgst.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/sha/sha256.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/sha/sha512.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/siphash/siphash.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/siphash/siphash_ameth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/siphash/siphash_pmeth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/sm2/sm2_crypt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/sm2/sm2_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/sm2/sm2_pmeth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/sm2/sm2_sign.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/sm3/m_sm3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/sm3/sm3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/sm4/sm4.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/srp/srp_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/srp/srp_vfy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/stack/stack.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/store/loader_file.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/store/store_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/store/store_init.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/store/store_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/store/store_register.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/store/store_strings.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/threads_none.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/threads_pthread.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/threads_win.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ts/ts_asn1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ts/ts_conf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ts/ts_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ts/ts_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ts/ts_req_print.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ts/ts_req_utils.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ts/ts_rsp_print.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ts/ts_rsp_sign.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ts/ts_rsp_utils.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ts/ts_rsp_verify.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ts/ts_verify_ctx.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/txt_db/txt_db.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ui/ui_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ui/ui_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ui/ui_null.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ui/ui_openssl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ui/ui_util.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/uid.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/whrlpool/wp_dgst.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/by_dir.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/by_file.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/t_crl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/t_req.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/t_x509.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_att.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_cmp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_d2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_def.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_ext.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_lu.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_meth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_obj.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_r2x.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_req.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_set.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_trs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_txt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_v3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_vfy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_vpm.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509cset.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509name.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509rset.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509spki.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509type.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x_all.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x_attrib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x_crl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x_exten.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x_name.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x_pubkey.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x_req.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x_x509.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x_x509a.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/pcy_cache.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/pcy_data.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/pcy_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/pcy_map.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/pcy_node.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/pcy_tree.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_addr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_admis.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_akey.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_akeya.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_alt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_asid.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_bcons.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_bitst.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_conf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_cpols.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_crld.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_enum.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_extku.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_genn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_ia5.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_info.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_int.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_ncons.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_pci.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_pcia.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_pcons.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_pku.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_pmaps.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_prn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_purp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_skey.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_sxnet.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_tlsf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_utl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ecp_nistz256.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/aes/aes_core.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bf/bf_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/camellia/cmll_misc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/des_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/fcrypt_b.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/rsaz_exp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/asm/x86_64-gcc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/linux/crypto/aes/aesni-mb-x86_64.s - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/linux/crypto/aes/aesni-sha1-x86_64.s - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/linux/crypto/aes/aesni-sha256-x86_64.s - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/linux/crypto/aes/aesni-x86_64.s - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/linux/crypto/aes/vpaes-x86_64.s - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/linux/crypto/bn/rsaz-avx2.s - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/linux/crypto/bn/rsaz-x86_64.s - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/linux/crypto/bn/x86_64-gf2m.s - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/linux/crypto/bn/x86_64-mont.s - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/linux/crypto/bn/x86_64-mont5.s - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/linux/crypto/camellia/cmll-x86_64.s - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/linux/crypto/chacha/chacha-x86_64.s - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/linux/crypto/ec/ecp_nistz256-x86_64.s - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/linux/crypto/ec/x25519-x86_64.s - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/linux/crypto/md5/md5-x86_64.s - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/linux/crypto/modes/aesni-gcm-x86_64.s - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/linux/crypto/modes/ghash-x86_64.s - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/linux/crypto/poly1305/poly1305-x86_64.s - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/linux/crypto/rc4/rc4-md5-x86_64.s - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/linux/crypto/rc4/rc4-x86_64.s - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/linux/crypto/sha/keccak1600-x86_64.s - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/linux/crypto/sha/sha1-mb-x86_64.s - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/linux/crypto/sha/sha1-x86_64.s - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/linux/crypto/sha/sha256-mb-x86_64.s - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/linux/crypto/sha/sha256-x86_64.s - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/linux/crypto/sha/sha512-x86_64.s - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/linux/crypto/whrlpool/wp-x86_64.s - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/linux/crypto/x86_64cpuid.s -) diff --git a/contrib/libs/openssl/crypto/CMakeLists.txt b/contrib/libs/openssl/crypto/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/openssl/crypto/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/openssl/crypto/CMakeLists.windows-x86_64.txt b/contrib/libs/openssl/crypto/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 6b3e345d1f9..00000000000 --- a/contrib/libs/openssl/crypto/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,714 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(libs-openssl-crypto) -target_compile_options(libs-openssl-crypto PRIVATE - -DOPENSSL_BN_ASM_MONT - -DOPENSSL_CPUID_OBJ - -DSHA1_ASM - -DSHA256_ASM - -DSHA512_ASM - -DZLIB - -DDSO_NONE - -DAESNI_ASM - -DECP_NISTZ256_ASM - -DPOLY1305_ASM - -DKECCAK1600_ASM - -DVPAES_ASM - -DGHASH_ASM - -DL_ENDIAN - -DMD5_ASM - -DOPENSSL_BN_ASM_GF2m - -DOPENSSL_BN_ASM_MONT5 - -DOPENSSL_IA32_SSE2 - -DRC4_ASM - -DX25519_ASM - -DENGINESDIR="C:\\Program\ Files\\OpenSSL\\lib\\engines-1_1" - -DOPENSSLDIR="C:\\Program\ Files\\Common\ Files\\SSL" - -DOPENSSL_SYS_WIN32 - -DUNICODE - -DWIN32_LEAN_AND_MEAN - -D_CRT_SECURE_NO_DEPRECATE - -D_UNICODE - -D_WINSOCK_DEPRECATED_NO_WARNINGS - /GF - $,,-Wno-everything> -) -target_include_directories(libs-openssl-crypto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/curve448 - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/curve448/arch_32 - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/modes - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/include -) -target_link_libraries(libs-openssl-crypto PUBLIC - contrib-libs-zlib - cpp-sanitizer-include -) -target_sources(libs-openssl-crypto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/aes/aes_cbc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/aes/aes_cfb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/aes/aes_ecb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/aes/aes_ige.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/aes/aes_misc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/aes/aes_ofb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/aes/aes_wrap.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/aria/aria.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_bitstr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_d2i_fp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_digest.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_dup.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_gentm.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_i2d_fp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_int.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_mbstr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_object.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_octet.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_print.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_sign.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_strex.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_strnid.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_time.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_type.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_utctm.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_utf8.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/a_verify.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/ameth_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/asn1_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/asn1_gen.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/asn1_item_list.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/asn1_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/asn1_par.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/asn_mime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/asn_moid.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/asn_mstbl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/asn_pack.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/bio_asn1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/bio_ndef.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/d2i_pr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/d2i_pu.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/evp_asn1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/f_int.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/f_string.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/i2d_pr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/i2d_pu.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/n_pkey.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/nsseq.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/p5_pbe.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/p5_pbev2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/p5_scrypt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/p8_pkey.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/t_bitst.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/t_pkey.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/t_spki.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/tasn_dec.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/tasn_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/tasn_fre.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/tasn_new.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/tasn_prn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/tasn_scn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/tasn_typ.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/tasn_utl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/x_algor.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/x_bignum.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/x_info.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/x_int64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/x_long.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/x_pkey.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/x_sig.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/x_spki.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/asn1/x_val.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/async/arch/async_null.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/async/arch/async_posix.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/async/arch/async_win.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/async/async.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/async/async_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/async/async_wait.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bf/bf_cfb64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bf/bf_ecb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bf/bf_ofb64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bf/bf_skey.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/b_addr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/b_dump.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/b_print.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/b_sock.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/b_sock2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bf_buff.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bf_lbuf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bf_nbio.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bf_null.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bio_cb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bio_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bio_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bio_meth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bss_acpt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bss_bio.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bss_conn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bss_dgram.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bss_fd.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bss_file.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bss_log.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bss_mem.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bss_null.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bio/bss_sock.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/blake2/blake2b.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/blake2/blake2s.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/blake2/m_blake2b.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/blake2/m_blake2s.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_add.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_blind.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_const.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_ctx.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_depr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_dh.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_div.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_exp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_exp2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_gcd.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_gf2m.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_intern.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_kron.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_mod.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_mont.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_mpi.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_mul.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_nist.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_prime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_print.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_rand.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_recp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_shift.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_sqr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_sqrt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_srp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_word.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_x931p.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/buffer/buf_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/buffer/buffer.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/camellia/cmll_cfb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/camellia/cmll_ctr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/camellia/cmll_ecb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/camellia/cmll_ofb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cast/c_cfb64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cast/c_ecb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cast/c_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cast/c_ofb64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cast/c_skey.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cmac/cm_ameth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cmac/cm_pmeth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cmac/cmac.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cms/cms_asn1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cms/cms_att.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cms/cms_cd.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cms/cms_dd.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cms/cms_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cms/cms_env.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cms/cms_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cms/cms_ess.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cms/cms_io.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cms/cms_kari.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cms/cms_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cms/cms_pwri.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cms/cms_sd.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cms/cms_smime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/comp/c_zlib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/comp/comp_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/comp/comp_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/conf/conf_api.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/conf/conf_def.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/conf/conf_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/conf/conf_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/conf/conf_mall.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/conf/conf_mod.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/conf/conf_sap.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/conf/conf_ssl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cpt_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cryptlib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ct/ct_b64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ct/ct_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ct/ct_log.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ct/ct_oct.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ct/ct_policy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ct/ct_prn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ct/ct_sct.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ct/ct_sct_ctx.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ct/ct_vfy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ct/ct_x509v3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ctype.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/cversion.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/cbc_cksm.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/cbc_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/cfb64ede.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/cfb64enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/cfb_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/ecb3_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/ecb_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/fcrypt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/ofb64ede.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/ofb64enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/ofb_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/pcbc_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/qud_cksm.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/rand_key.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/set_key.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/str2key.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/xcbc_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dh/dh_ameth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dh/dh_asn1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dh/dh_check.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dh/dh_depr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dh/dh_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dh/dh_gen.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dh/dh_kdf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dh/dh_key.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dh/dh_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dh/dh_meth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dh/dh_pmeth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dh/dh_prn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dh/dh_rfc5114.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dh/dh_rfc7919.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dsa/dsa_ameth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dsa/dsa_asn1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dsa/dsa_depr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dsa/dsa_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dsa/dsa_gen.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dsa/dsa_key.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dsa/dsa_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dsa/dsa_meth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dsa/dsa_ossl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dsa/dsa_pmeth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dsa/dsa_prn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dsa/dsa_sign.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dsa/dsa_vrf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dso/dso_dl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dso/dso_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dso/dso_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dso/dso_openssl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dso/dso_vms.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/dso/dso_win32.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ebcdic.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/curve25519.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/curve448/arch_32/f_impl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/curve448/curve448.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/curve448/curve448_tables.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/curve448/eddsa.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/curve448/f_generic.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/curve448/scalar.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ec2_oct.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ec2_smpl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ec_ameth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ec_asn1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ec_check.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ec_curve.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ec_cvt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ec_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ec_key.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ec_kmeth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ec_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ec_mult.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ec_oct.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ec_pmeth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ec_print.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ecdh_kdf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ecdh_ossl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ecdsa_ossl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ecdsa_sign.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ecdsa_vrf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/eck_prn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ecp_mont.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ecp_nist.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ecp_nistp224.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ecp_nistp256.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ecp_nistp521.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ecp_nistputil.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ecp_oct.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ecp_smpl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ecx_meth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/eng_all.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/eng_cnf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/eng_ctrl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/eng_dyn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/eng_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/eng_fat.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/eng_init.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/eng_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/eng_list.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/eng_openssl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/eng_pkey.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/eng_rdrand.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/eng_table.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/tb_asnmth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/tb_cipher.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/tb_dh.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/tb_digest.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/tb_dsa.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/tb_eckey.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/tb_pkmeth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/tb_rand.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/engine/tb_rsa.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/err/err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/err/err_all.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/err/err_prn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/bio_b64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/bio_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/bio_md.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/bio_ok.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/c_allc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/c_alld.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/cmeth_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/digest.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_aes.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_aria.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_bf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_camellia.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_cast.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_chacha20_poly1305.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_des.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_des3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_idea.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_null.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_old.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_rc2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_rc4.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_rc4_hmac_md5.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_rc5.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_seed.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_sm4.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/e_xcbc_d.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/encode.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/evp_cnf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/evp_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/evp_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/evp_key.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/evp_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/evp_pbe.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/evp_pkey.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/m_md2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/m_md4.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/m_md5.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/m_md5_sha1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/m_mdc2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/m_null.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/m_ripemd.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/m_sha1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/m_sha3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/m_sigver.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/m_wp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/names.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/p5_crpt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/p5_crpt2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/p_dec.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/p_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/p_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/p_open.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/p_seal.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/p_sign.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/p_verify.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/pbe_scrypt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/pmeth_fn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/pmeth_gn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/evp/pmeth_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ex_data.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/getenv.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/hmac/hm_ameth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/hmac/hm_pmeth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/hmac/hmac.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/idea/i_cbc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/idea/i_cfb64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/idea/i_ecb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/idea/i_ofb64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/idea/i_skey.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/init.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/kdf/hkdf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/kdf/kdf_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/kdf/scrypt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/kdf/tls1_prf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/lhash/lh_stats.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/lhash/lhash.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/md4/md4_dgst.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/md4/md4_one.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/md5/md5_dgst.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/md5/md5_one.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/mdc2/mdc2_one.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/mdc2/mdc2dgst.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/mem.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/mem_dbg.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/mem_sec.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/modes/cbc128.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/modes/ccm128.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/modes/cfb128.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/modes/ctr128.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/modes/cts128.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/modes/gcm128.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/modes/ocb128.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/modes/ofb128.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/modes/wrap128.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/modes/xts128.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/o_dir.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/o_fips.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/o_fopen.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/o_init.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/o_str.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/o_time.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/objects/o_names.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/objects/obj_dat.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/objects/obj_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/objects/obj_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/objects/obj_xref.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ocsp/ocsp_asn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ocsp/ocsp_cl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ocsp/ocsp_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ocsp/ocsp_ext.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ocsp/ocsp_ht.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ocsp/ocsp_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ocsp/ocsp_prn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ocsp/ocsp_srv.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ocsp/ocsp_vfy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ocsp/v3_ocsp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pem/pem_all.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pem/pem_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pem/pem_info.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pem/pem_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pem/pem_oth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pem/pem_pk8.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pem/pem_pkey.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pem/pem_sign.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pem/pem_x509.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pem/pem_xaux.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pem/pvkfmt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs12/p12_add.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs12/p12_asn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs12/p12_attr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs12/p12_crpt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs12/p12_crt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs12/p12_decr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs12/p12_init.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs12/p12_key.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs12/p12_kiss.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs12/p12_mutl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs12/p12_npas.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs12/p12_p8d.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs12/p12_p8e.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs12/p12_sbag.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs12/p12_utl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs12/pk12err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs7/bio_pk7.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs7/pk7_asn1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs7/pk7_attr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs7/pk7_doit.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs7/pk7_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs7/pk7_mime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs7/pk7_smime.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/pkcs7/pkcs7err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/poly1305/poly1305.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/poly1305/poly1305_ameth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/poly1305/poly1305_pmeth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rand/drbg_ctr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rand/drbg_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rand/rand_egd.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rand/rand_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rand/rand_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rand/rand_unix.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rand/rand_win.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rand/randfile.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rc2/rc2_cbc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rc2/rc2_ecb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rc2/rc2_skey.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rc2/rc2cfb64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rc2/rc2ofb64.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ripemd/rmd_dgst.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ripemd/rmd_one.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_ameth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_asn1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_chk.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_crpt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_depr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_gen.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_meth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_mp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_none.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_oaep.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_ossl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_pk1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_pmeth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_prn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_pss.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_saos.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_sign.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_ssl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_x931.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/rsa/rsa_x931g.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/seed/seed.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/seed/seed_cbc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/seed/seed_cfb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/seed/seed_ecb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/seed/seed_ofb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/sha/sha1_one.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/sha/sha1dgst.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/sha/sha256.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/sha/sha512.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/siphash/siphash.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/siphash/siphash_ameth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/siphash/siphash_pmeth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/sm2/sm2_crypt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/sm2/sm2_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/sm2/sm2_pmeth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/sm2/sm2_sign.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/sm3/m_sm3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/sm3/sm3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/sm4/sm4.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/srp/srp_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/srp/srp_vfy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/stack/stack.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/store/loader_file.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/store/store_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/store/store_init.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/store/store_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/store/store_register.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/store/store_strings.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/threads_none.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/threads_pthread.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/threads_win.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ts/ts_asn1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ts/ts_conf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ts/ts_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ts/ts_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ts/ts_req_print.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ts/ts_req_utils.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ts/ts_rsp_print.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ts/ts_rsp_sign.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ts/ts_rsp_utils.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ts/ts_rsp_verify.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ts/ts_verify_ctx.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/txt_db/txt_db.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ui/ui_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ui/ui_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ui/ui_null.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ui/ui_openssl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ui/ui_util.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/uid.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/whrlpool/wp_dgst.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/by_dir.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/by_file.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/t_crl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/t_req.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/t_x509.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_att.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_cmp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_d2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_def.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_ext.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_lu.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_meth.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_obj.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_r2x.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_req.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_set.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_trs.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_txt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_v3.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_vfy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509_vpm.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509cset.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509name.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509rset.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509spki.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x509type.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x_all.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x_attrib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x_crl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x_exten.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x_name.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x_pubkey.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x_req.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x_x509.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509/x_x509a.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/pcy_cache.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/pcy_data.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/pcy_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/pcy_map.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/pcy_node.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/pcy_tree.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_addr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_admis.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_akey.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_akeya.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_alt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_asid.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_bcons.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_bitst.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_conf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_cpols.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_crld.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_enum.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_extku.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_genn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_ia5.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_info.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_int.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_lib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_ncons.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_pci.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_pcia.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_pcons.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_pku.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_pmaps.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_prn.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_purp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_skey.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_sxnet.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_tlsf.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3_utl.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/x509v3/v3err.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/ec/ecp_nistz256.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/aes/aes_core.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bf/bf_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/camellia/cmll_misc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/des_enc.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/des/fcrypt_b.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/rsaz_exp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/crypto/bn/bn_asm.c - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/windows/crypto/aes/aesni-mb-x86_64.masm - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/windows/crypto/aes/aesni-sha1-x86_64.masm - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/windows/crypto/aes/aesni-sha256-x86_64.masm - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/windows/crypto/aes/aesni-x86_64.masm - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/windows/crypto/aes/vpaes-x86_64.masm - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/windows/crypto/bn/rsaz-avx2.masm - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/windows/crypto/bn/rsaz-x86_64.masm - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/windows/crypto/bn/x86_64-gf2m.masm - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/windows/crypto/bn/x86_64-mont.masm - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/windows/crypto/bn/x86_64-mont5.masm - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/windows/crypto/camellia/cmll-x86_64.masm - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/windows/crypto/chacha/chacha-x86_64.masm - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/windows/crypto/ec/ecp_nistz256-x86_64.masm - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/windows/crypto/ec/x25519-x86_64.masm - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/windows/crypto/md5/md5-x86_64.masm - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/windows/crypto/modes/aesni-gcm-x86_64.masm - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/windows/crypto/modes/ghash-x86_64.masm - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/windows/crypto/poly1305/poly1305-x86_64.masm - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/windows/crypto/rc4/rc4-md5-x86_64.masm - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/windows/crypto/rc4/rc4-x86_64.masm - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/windows/crypto/sha/keccak1600-x86_64.masm - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/windows/crypto/sha/sha1-mb-x86_64.masm - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/windows/crypto/sha/sha1-x86_64.masm - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/windows/crypto/sha/sha256-mb-x86_64.masm - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/windows/crypto/sha/sha256-x86_64.masm - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/windows/crypto/sha/sha512-x86_64.masm - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/windows/crypto/whrlpool/wp-x86_64.masm - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/windows/crypto/uplink-x86_64.masm - ${CMAKE_SOURCE_DIR}/contrib/libs/openssl/asm/windows/crypto/x86_64cpuid.masm -) diff --git a/contrib/libs/opentelemetry-proto/CMakeLists.darwin-x86_64.txt b/contrib/libs/opentelemetry-proto/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c26ac9dfec6..00000000000 --- a/contrib/libs/opentelemetry-proto/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,155 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(contrib-libs-opentelemetry-proto) -set_property(TARGET contrib-libs-opentelemetry-proto PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -set_property(TARGET contrib-libs-opentelemetry-proto PROPERTY - PROTO_NAMESPACE contrib/libs/opentelemetry-proto -) -target_include_directories(contrib-libs-opentelemetry-proto PUBLIC - ${CMAKE_BINARY_DIR}/contrib/libs/opentelemetry-proto -) -target_link_libraries(contrib-libs-opentelemetry-proto PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - contrib-libs-protobuf -) -target_proto_messages(contrib-libs-opentelemetry-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/opentelemetry-proto/opentelemetry/proto/collector/logs/v1/logs_service.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/opentelemetry-proto/opentelemetry/proto/collector/metrics/v1/metrics_service.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/opentelemetry-proto/opentelemetry/proto/collector/trace/v1/trace_service.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/opentelemetry-proto/opentelemetry/proto/common/v1/common.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/opentelemetry-proto/opentelemetry/proto/logs/v1/logs.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/opentelemetry-proto/opentelemetry/proto/metrics/v1/metrics.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/opentelemetry-proto/opentelemetry/proto/resource/v1/resource.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/opentelemetry-proto/opentelemetry/proto/trace/v1/trace.proto -) -target_proto_addincls(contrib-libs-opentelemetry-proto - ./contrib/libs/opentelemetry-proto - ${CMAKE_SOURCE_DIR}/contrib/libs/opentelemetry-proto - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/opentelemetry-proto - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(contrib-libs-opentelemetry-proto - --cpp_out=${CMAKE_BINARY_DIR}/contrib/libs/opentelemetry-proto - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/contrib/libs/opentelemetry-proto -) -target_proto_plugin(contrib-libs-opentelemetry-proto - grpc_cpp - grpc_cpp -) diff --git a/contrib/libs/opentelemetry-proto/CMakeLists.linux-aarch64.txt b/contrib/libs/opentelemetry-proto/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 3379498d0eb..00000000000 --- a/contrib/libs/opentelemetry-proto/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,156 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(contrib-libs-opentelemetry-proto) -set_property(TARGET contrib-libs-opentelemetry-proto PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -set_property(TARGET contrib-libs-opentelemetry-proto PROPERTY - PROTO_NAMESPACE contrib/libs/opentelemetry-proto -) -target_include_directories(contrib-libs-opentelemetry-proto PUBLIC - ${CMAKE_BINARY_DIR}/contrib/libs/opentelemetry-proto -) -target_link_libraries(contrib-libs-opentelemetry-proto PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - contrib-libs-protobuf -) -target_proto_messages(contrib-libs-opentelemetry-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/opentelemetry-proto/opentelemetry/proto/collector/logs/v1/logs_service.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/opentelemetry-proto/opentelemetry/proto/collector/metrics/v1/metrics_service.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/opentelemetry-proto/opentelemetry/proto/collector/trace/v1/trace_service.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/opentelemetry-proto/opentelemetry/proto/common/v1/common.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/opentelemetry-proto/opentelemetry/proto/logs/v1/logs.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/opentelemetry-proto/opentelemetry/proto/metrics/v1/metrics.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/opentelemetry-proto/opentelemetry/proto/resource/v1/resource.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/opentelemetry-proto/opentelemetry/proto/trace/v1/trace.proto -) -target_proto_addincls(contrib-libs-opentelemetry-proto - ./contrib/libs/opentelemetry-proto - ${CMAKE_SOURCE_DIR}/contrib/libs/opentelemetry-proto - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/opentelemetry-proto - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(contrib-libs-opentelemetry-proto - --cpp_out=${CMAKE_BINARY_DIR}/contrib/libs/opentelemetry-proto - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/contrib/libs/opentelemetry-proto -) -target_proto_plugin(contrib-libs-opentelemetry-proto - grpc_cpp - grpc_cpp -) diff --git a/contrib/libs/opentelemetry-proto/CMakeLists.linux-x86_64.txt b/contrib/libs/opentelemetry-proto/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 3379498d0eb..00000000000 --- a/contrib/libs/opentelemetry-proto/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,156 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(contrib-libs-opentelemetry-proto) -set_property(TARGET contrib-libs-opentelemetry-proto PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -set_property(TARGET contrib-libs-opentelemetry-proto PROPERTY - PROTO_NAMESPACE contrib/libs/opentelemetry-proto -) -target_include_directories(contrib-libs-opentelemetry-proto PUBLIC - ${CMAKE_BINARY_DIR}/contrib/libs/opentelemetry-proto -) -target_link_libraries(contrib-libs-opentelemetry-proto PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - contrib-libs-protobuf -) -target_proto_messages(contrib-libs-opentelemetry-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/opentelemetry-proto/opentelemetry/proto/collector/logs/v1/logs_service.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/opentelemetry-proto/opentelemetry/proto/collector/metrics/v1/metrics_service.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/opentelemetry-proto/opentelemetry/proto/collector/trace/v1/trace_service.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/opentelemetry-proto/opentelemetry/proto/common/v1/common.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/opentelemetry-proto/opentelemetry/proto/logs/v1/logs.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/opentelemetry-proto/opentelemetry/proto/metrics/v1/metrics.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/opentelemetry-proto/opentelemetry/proto/resource/v1/resource.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/opentelemetry-proto/opentelemetry/proto/trace/v1/trace.proto -) -target_proto_addincls(contrib-libs-opentelemetry-proto - ./contrib/libs/opentelemetry-proto - ${CMAKE_SOURCE_DIR}/contrib/libs/opentelemetry-proto - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/opentelemetry-proto - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(contrib-libs-opentelemetry-proto - --cpp_out=${CMAKE_BINARY_DIR}/contrib/libs/opentelemetry-proto - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/contrib/libs/opentelemetry-proto -) -target_proto_plugin(contrib-libs-opentelemetry-proto - grpc_cpp - grpc_cpp -) diff --git a/contrib/libs/opentelemetry-proto/CMakeLists.txt b/contrib/libs/opentelemetry-proto/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/opentelemetry-proto/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/opentelemetry-proto/CMakeLists.windows-x86_64.txt b/contrib/libs/opentelemetry-proto/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c26ac9dfec6..00000000000 --- a/contrib/libs/opentelemetry-proto/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,155 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(contrib-libs-opentelemetry-proto) -set_property(TARGET contrib-libs-opentelemetry-proto PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -set_property(TARGET contrib-libs-opentelemetry-proto PROPERTY - PROTO_NAMESPACE contrib/libs/opentelemetry-proto -) -target_include_directories(contrib-libs-opentelemetry-proto PUBLIC - ${CMAKE_BINARY_DIR}/contrib/libs/opentelemetry-proto -) -target_link_libraries(contrib-libs-opentelemetry-proto PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - contrib-libs-protobuf -) -target_proto_messages(contrib-libs-opentelemetry-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/opentelemetry-proto/opentelemetry/proto/collector/logs/v1/logs_service.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/opentelemetry-proto/opentelemetry/proto/collector/metrics/v1/metrics_service.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/opentelemetry-proto/opentelemetry/proto/collector/trace/v1/trace_service.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/opentelemetry-proto/opentelemetry/proto/common/v1/common.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/opentelemetry-proto/opentelemetry/proto/logs/v1/logs.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/opentelemetry-proto/opentelemetry/proto/metrics/v1/metrics.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/opentelemetry-proto/opentelemetry/proto/resource/v1/resource.proto - ${CMAKE_SOURCE_DIR}/contrib/libs/opentelemetry-proto/opentelemetry/proto/trace/v1/trace.proto -) -target_proto_addincls(contrib-libs-opentelemetry-proto - ./contrib/libs/opentelemetry-proto - ${CMAKE_SOURCE_DIR}/contrib/libs/opentelemetry-proto - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/opentelemetry-proto - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(contrib-libs-opentelemetry-proto - --cpp_out=${CMAKE_BINARY_DIR}/contrib/libs/opentelemetry-proto - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/contrib/libs/opentelemetry-proto -) -target_proto_plugin(contrib-libs-opentelemetry-proto - grpc_cpp - grpc_cpp -) diff --git a/contrib/libs/pcre/CMakeLists.darwin-x86_64.txt b/contrib/libs/pcre/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d217f5c0b34..00000000000 --- a/contrib/libs/pcre/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_subdirectory(pcre16) -add_subdirectory(pcre32) - -add_library(contrib-libs-pcre) -target_compile_options(contrib-libs-pcre PUBLIC - -DPCRE_STATIC -) -target_compile_options(contrib-libs-pcre PRIVATE - -DHAVE_CONFIG_H - -DARCADIA_PCRE_ENABLE_JIT - $,,-Wno-everything> -) -target_include_directories(contrib-libs-pcre PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre -) -target_sources(contrib-libs-pcre PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_byte_order.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_chartables.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_compile.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_config.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_dfa_exec.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_exec.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_fullinfo.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_get.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_globals.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_jit_compile.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_maketables.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_newline.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_ord2utf8.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_refcount.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_string_utils.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_study.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_tables.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_ucd.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_valid_utf8.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_version.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_xclass.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcreposix.c -) diff --git a/contrib/libs/pcre/CMakeLists.linux-aarch64.txt b/contrib/libs/pcre/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 3051404f466..00000000000 --- a/contrib/libs/pcre/CMakeLists.linux-aarch64.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_subdirectory(pcre16) -add_subdirectory(pcre32) - -add_library(contrib-libs-pcre) -target_compile_options(contrib-libs-pcre PUBLIC - -DPCRE_STATIC -) -target_compile_options(contrib-libs-pcre PRIVATE - -DHAVE_CONFIG_H - -DARCADIA_PCRE_ENABLE_JIT - $,,-Wno-everything> -) -target_include_directories(contrib-libs-pcre PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre -) -target_link_libraries(contrib-libs-pcre PUBLIC - contrib-libs-linux-headers -) -target_sources(contrib-libs-pcre PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_byte_order.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_chartables.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_compile.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_config.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_dfa_exec.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_exec.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_fullinfo.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_get.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_globals.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_jit_compile.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_maketables.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_newline.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_ord2utf8.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_refcount.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_string_utils.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_study.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_tables.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_ucd.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_valid_utf8.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_version.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_xclass.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcreposix.c -) diff --git a/contrib/libs/pcre/CMakeLists.linux-x86_64.txt b/contrib/libs/pcre/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 3051404f466..00000000000 --- a/contrib/libs/pcre/CMakeLists.linux-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_subdirectory(pcre16) -add_subdirectory(pcre32) - -add_library(contrib-libs-pcre) -target_compile_options(contrib-libs-pcre PUBLIC - -DPCRE_STATIC -) -target_compile_options(contrib-libs-pcre PRIVATE - -DHAVE_CONFIG_H - -DARCADIA_PCRE_ENABLE_JIT - $,,-Wno-everything> -) -target_include_directories(contrib-libs-pcre PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre -) -target_link_libraries(contrib-libs-pcre PUBLIC - contrib-libs-linux-headers -) -target_sources(contrib-libs-pcre PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_byte_order.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_chartables.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_compile.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_config.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_dfa_exec.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_exec.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_fullinfo.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_get.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_globals.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_jit_compile.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_maketables.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_newline.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_ord2utf8.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_refcount.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_string_utils.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_study.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_tables.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_ucd.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_valid_utf8.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_version.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_xclass.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcreposix.c -) diff --git a/contrib/libs/pcre/CMakeLists.txt b/contrib/libs/pcre/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/pcre/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/pcre/CMakeLists.windows-x86_64.txt b/contrib/libs/pcre/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d217f5c0b34..00000000000 --- a/contrib/libs/pcre/CMakeLists.windows-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_subdirectory(pcre16) -add_subdirectory(pcre32) - -add_library(contrib-libs-pcre) -target_compile_options(contrib-libs-pcre PUBLIC - -DPCRE_STATIC -) -target_compile_options(contrib-libs-pcre PRIVATE - -DHAVE_CONFIG_H - -DARCADIA_PCRE_ENABLE_JIT - $,,-Wno-everything> -) -target_include_directories(contrib-libs-pcre PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre -) -target_sources(contrib-libs-pcre PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_byte_order.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_chartables.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_compile.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_config.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_dfa_exec.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_exec.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_fullinfo.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_get.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_globals.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_jit_compile.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_maketables.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_newline.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_ord2utf8.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_refcount.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_string_utils.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_study.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_tables.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_ucd.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_valid_utf8.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_version.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_xclass.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcreposix.c -) diff --git a/contrib/libs/pcre/pcre16/CMakeLists.darwin-x86_64.txt b/contrib/libs/pcre/pcre16/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 5f646dba67e..00000000000 --- a/contrib/libs/pcre/pcre16/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(libs-pcre-pcre16) -target_compile_options(libs-pcre-pcre16 PRIVATE - -DHAVE_CONFIG_H - $,,-Wno-everything> -) -target_include_directories(libs-pcre-pcre16 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre -) -target_sources(libs-pcre-pcre16 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_byte_order.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_chartables.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_compile.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_config.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_dfa_exec.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_exec.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_fullinfo.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_get.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_globals.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_jit_compile.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_maketables.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_newline.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_ord2utf16.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_refcount.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_string_utils.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_study.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_tables.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_ucd.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_utf16_utils.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_valid_utf16.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_version.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_xclass.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_chartables.c -) diff --git a/contrib/libs/pcre/pcre16/CMakeLists.linux-aarch64.txt b/contrib/libs/pcre/pcre16/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 22abfadba3d..00000000000 --- a/contrib/libs/pcre/pcre16/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(libs-pcre-pcre16) -target_compile_options(libs-pcre-pcre16 PRIVATE - -DHAVE_CONFIG_H - $,,-Wno-everything> -) -target_include_directories(libs-pcre-pcre16 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre -) -target_link_libraries(libs-pcre-pcre16 PUBLIC - contrib-libs-linux-headers -) -target_sources(libs-pcre-pcre16 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_byte_order.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_chartables.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_compile.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_config.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_dfa_exec.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_exec.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_fullinfo.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_get.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_globals.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_jit_compile.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_maketables.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_newline.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_ord2utf16.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_refcount.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_string_utils.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_study.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_tables.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_ucd.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_utf16_utils.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_valid_utf16.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_version.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_xclass.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_chartables.c -) diff --git a/contrib/libs/pcre/pcre16/CMakeLists.linux-x86_64.txt b/contrib/libs/pcre/pcre16/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 22abfadba3d..00000000000 --- a/contrib/libs/pcre/pcre16/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(libs-pcre-pcre16) -target_compile_options(libs-pcre-pcre16 PRIVATE - -DHAVE_CONFIG_H - $,,-Wno-everything> -) -target_include_directories(libs-pcre-pcre16 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre -) -target_link_libraries(libs-pcre-pcre16 PUBLIC - contrib-libs-linux-headers -) -target_sources(libs-pcre-pcre16 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_byte_order.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_chartables.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_compile.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_config.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_dfa_exec.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_exec.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_fullinfo.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_get.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_globals.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_jit_compile.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_maketables.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_newline.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_ord2utf16.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_refcount.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_string_utils.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_study.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_tables.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_ucd.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_utf16_utils.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_valid_utf16.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_version.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_xclass.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_chartables.c -) diff --git a/contrib/libs/pcre/pcre16/CMakeLists.txt b/contrib/libs/pcre/pcre16/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/pcre/pcre16/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/pcre/pcre16/CMakeLists.windows-x86_64.txt b/contrib/libs/pcre/pcre16/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 5f646dba67e..00000000000 --- a/contrib/libs/pcre/pcre16/CMakeLists.windows-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(libs-pcre-pcre16) -target_compile_options(libs-pcre-pcre16 PRIVATE - -DHAVE_CONFIG_H - $,,-Wno-everything> -) -target_include_directories(libs-pcre-pcre16 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre -) -target_sources(libs-pcre-pcre16 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_byte_order.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_chartables.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_compile.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_config.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_dfa_exec.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_exec.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_fullinfo.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_get.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_globals.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_jit_compile.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_maketables.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_newline.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_ord2utf16.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_refcount.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_string_utils.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_study.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_tables.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_ucd.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_utf16_utils.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_valid_utf16.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_version.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre16_xclass.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_chartables.c -) diff --git a/contrib/libs/pcre/pcre32/CMakeLists.darwin-x86_64.txt b/contrib/libs/pcre/pcre32/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2be6098116b..00000000000 --- a/contrib/libs/pcre/pcre32/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(libs-pcre-pcre32) -target_compile_options(libs-pcre-pcre32 PRIVATE - -DHAVE_CONFIG_H - $,,-Wno-everything> -) -target_include_directories(libs-pcre-pcre32 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre -) -target_sources(libs-pcre-pcre32 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_byte_order.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_chartables.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_compile.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_config.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_dfa_exec.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_exec.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_fullinfo.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_get.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_globals.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_jit_compile.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_maketables.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_newline.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_ord2utf32.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_refcount.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_string_utils.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_study.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_tables.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_ucd.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_utf32_utils.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_valid_utf32.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_version.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_xclass.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_chartables.c -) diff --git a/contrib/libs/pcre/pcre32/CMakeLists.linux-aarch64.txt b/contrib/libs/pcre/pcre32/CMakeLists.linux-aarch64.txt deleted file mode 100644 index f8269b28594..00000000000 --- a/contrib/libs/pcre/pcre32/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(libs-pcre-pcre32) -target_compile_options(libs-pcre-pcre32 PRIVATE - -DHAVE_CONFIG_H - $,,-Wno-everything> -) -target_include_directories(libs-pcre-pcre32 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre -) -target_link_libraries(libs-pcre-pcre32 PUBLIC - contrib-libs-linux-headers -) -target_sources(libs-pcre-pcre32 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_byte_order.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_chartables.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_compile.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_config.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_dfa_exec.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_exec.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_fullinfo.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_get.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_globals.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_jit_compile.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_maketables.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_newline.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_ord2utf32.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_refcount.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_string_utils.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_study.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_tables.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_ucd.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_utf32_utils.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_valid_utf32.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_version.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_xclass.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_chartables.c -) diff --git a/contrib/libs/pcre/pcre32/CMakeLists.linux-x86_64.txt b/contrib/libs/pcre/pcre32/CMakeLists.linux-x86_64.txt deleted file mode 100644 index f8269b28594..00000000000 --- a/contrib/libs/pcre/pcre32/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(libs-pcre-pcre32) -target_compile_options(libs-pcre-pcre32 PRIVATE - -DHAVE_CONFIG_H - $,,-Wno-everything> -) -target_include_directories(libs-pcre-pcre32 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre -) -target_link_libraries(libs-pcre-pcre32 PUBLIC - contrib-libs-linux-headers -) -target_sources(libs-pcre-pcre32 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_byte_order.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_chartables.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_compile.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_config.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_dfa_exec.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_exec.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_fullinfo.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_get.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_globals.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_jit_compile.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_maketables.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_newline.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_ord2utf32.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_refcount.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_string_utils.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_study.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_tables.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_ucd.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_utf32_utils.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_valid_utf32.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_version.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_xclass.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_chartables.c -) diff --git a/contrib/libs/pcre/pcre32/CMakeLists.txt b/contrib/libs/pcre/pcre32/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/pcre/pcre32/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/pcre/pcre32/CMakeLists.windows-x86_64.txt b/contrib/libs/pcre/pcre32/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 2be6098116b..00000000000 --- a/contrib/libs/pcre/pcre32/CMakeLists.windows-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(libs-pcre-pcre32) -target_compile_options(libs-pcre-pcre32 PRIVATE - -DHAVE_CONFIG_H - $,,-Wno-everything> -) -target_include_directories(libs-pcre-pcre32 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre -) -target_sources(libs-pcre-pcre32 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_byte_order.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_chartables.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_compile.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_config.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_dfa_exec.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_exec.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_fullinfo.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_get.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_globals.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_jit_compile.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_maketables.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_newline.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_ord2utf32.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_refcount.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_string_utils.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_study.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_tables.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_ucd.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_utf32_utils.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_valid_utf32.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_version.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_xclass.c - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_chartables.c -) diff --git a/contrib/libs/pdqsort/CMakeLists.darwin-x86_64.txt b/contrib/libs/pdqsort/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 7041694f052..00000000000 --- a/contrib/libs/pdqsort/CMakeLists.darwin-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(contrib-libs-pdqsort INTERFACE) -target_link_libraries(contrib-libs-pdqsort INTERFACE - contrib-libs-cxxsupp - yutil -) diff --git a/contrib/libs/pdqsort/CMakeLists.linux-aarch64.txt b/contrib/libs/pdqsort/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 9824fa00174..00000000000 --- a/contrib/libs/pdqsort/CMakeLists.linux-aarch64.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. - - - -add_library(contrib-libs-pdqsort INTERFACE) -target_link_libraries(contrib-libs-pdqsort INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) diff --git a/contrib/libs/pdqsort/CMakeLists.linux-x86_64.txt b/contrib/libs/pdqsort/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 9824fa00174..00000000000 --- a/contrib/libs/pdqsort/CMakeLists.linux-x86_64.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. - - - -add_library(contrib-libs-pdqsort INTERFACE) -target_link_libraries(contrib-libs-pdqsort INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) diff --git a/contrib/libs/pdqsort/CMakeLists.txt b/contrib/libs/pdqsort/CMakeLists.txt deleted file mode 100644 index 522af85d518..00000000000 --- a/contrib/libs/pdqsort/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 "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) -endif() diff --git a/contrib/libs/poco/CMakeLists.darwin-x86_64.txt b/contrib/libs/poco/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 269a5757fc9..00000000000 --- a/contrib/libs/poco/CMakeLists.darwin-x86_64.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. - - -add_subdirectory(Crypto) -add_subdirectory(Foundation) -add_subdirectory(JSON) -add_subdirectory(Net) -add_subdirectory(NetSSL_OpenSSL) -add_subdirectory(Util) -add_subdirectory(XML) diff --git a/contrib/libs/poco/CMakeLists.linux-aarch64.txt b/contrib/libs/poco/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 269a5757fc9..00000000000 --- a/contrib/libs/poco/CMakeLists.linux-aarch64.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. - - -add_subdirectory(Crypto) -add_subdirectory(Foundation) -add_subdirectory(JSON) -add_subdirectory(Net) -add_subdirectory(NetSSL_OpenSSL) -add_subdirectory(Util) -add_subdirectory(XML) diff --git a/contrib/libs/poco/CMakeLists.linux-x86_64.txt b/contrib/libs/poco/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 269a5757fc9..00000000000 --- a/contrib/libs/poco/CMakeLists.linux-x86_64.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. - - -add_subdirectory(Crypto) -add_subdirectory(Foundation) -add_subdirectory(JSON) -add_subdirectory(Net) -add_subdirectory(NetSSL_OpenSSL) -add_subdirectory(Util) -add_subdirectory(XML) diff --git a/contrib/libs/poco/CMakeLists.txt b/contrib/libs/poco/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/poco/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/poco/CMakeLists.windows-x86_64.txt b/contrib/libs/poco/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d904836b4d5..00000000000 --- a/contrib/libs/poco/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,12 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(Foundation) -add_subdirectory(JSON) -add_subdirectory(Util) -add_subdirectory(XML) diff --git a/contrib/libs/poco/Crypto/CMakeLists.darwin-x86_64.txt b/contrib/libs/poco/Crypto/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d0907f30983..00000000000 --- a/contrib/libs/poco/Crypto/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(libs-poco-Crypto) -target_compile_options(libs-poco-Crypto PRIVATE - -DPOCO_ENABLE_CPP11 - -DPOCO_ENABLE_CPP14 - -DPOCO_NO_AUTOMATIC_LIBS - -DPOCO_UNBUNDLED - -DPOCO_OS_FAMILY_UNIX - -DPOCO_NO_STAT64 - $,,-Wno-everything> -) -target_include_directories(libs-poco-Crypto PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/include -) -target_include_directories(libs-poco-Crypto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/include -) -target_link_libraries(libs-poco-Crypto PUBLIC - contrib-libs-cxxsupp - contrib-libs-openssl - libs-poco-Foundation -) -target_sources(libs-poco-Crypto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src/Cipher.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src/CipherFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src/CipherImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src/CipherKey.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src/CipherKeyImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src/CryptoException.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src/CryptoStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src/CryptoTransform.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src/DigestEngine.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src/ECDSADigestEngine.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src/ECKey.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src/ECKeyImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src/EVPPKey.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src/KeyPair.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src/KeyPairImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src/OpenSSLInitializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src/PKCS12Container.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src/RSACipherImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src/RSADigestEngine.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src/RSAKey.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src/RSAKeyImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src/X509Certificate.cpp -) diff --git a/contrib/libs/poco/Crypto/CMakeLists.linux-aarch64.txt b/contrib/libs/poco/Crypto/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d3e3a5ad4c0..00000000000 --- a/contrib/libs/poco/Crypto/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(libs-poco-Crypto) -target_compile_options(libs-poco-Crypto PRIVATE - -DPOCO_ENABLE_CPP11 - -DPOCO_ENABLE_CPP14 - -DPOCO_NO_AUTOMATIC_LIBS - -DPOCO_UNBUNDLED - -DPOCO_OS_FAMILY_UNIX - -DPOCO_HAVE_FD_EPOLL - $,,-Wno-everything> -) -target_include_directories(libs-poco-Crypto PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/include -) -target_include_directories(libs-poco-Crypto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/include -) -target_link_libraries(libs-poco-Crypto PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-openssl - libs-poco-Foundation -) -target_sources(libs-poco-Crypto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src/Cipher.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src/CipherFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src/CipherImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src/CipherKey.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src/CipherKeyImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src/CryptoException.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src/CryptoStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src/CryptoTransform.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src/DigestEngine.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src/ECDSADigestEngine.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src/ECKey.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src/ECKeyImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src/EVPPKey.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src/KeyPair.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src/KeyPairImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src/OpenSSLInitializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src/PKCS12Container.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src/RSACipherImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src/RSADigestEngine.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src/RSAKey.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src/RSAKeyImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src/X509Certificate.cpp -) diff --git a/contrib/libs/poco/Crypto/CMakeLists.linux-x86_64.txt b/contrib/libs/poco/Crypto/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d3e3a5ad4c0..00000000000 --- a/contrib/libs/poco/Crypto/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(libs-poco-Crypto) -target_compile_options(libs-poco-Crypto PRIVATE - -DPOCO_ENABLE_CPP11 - -DPOCO_ENABLE_CPP14 - -DPOCO_NO_AUTOMATIC_LIBS - -DPOCO_UNBUNDLED - -DPOCO_OS_FAMILY_UNIX - -DPOCO_HAVE_FD_EPOLL - $,,-Wno-everything> -) -target_include_directories(libs-poco-Crypto PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/include -) -target_include_directories(libs-poco-Crypto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/include -) -target_link_libraries(libs-poco-Crypto PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-openssl - libs-poco-Foundation -) -target_sources(libs-poco-Crypto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src/Cipher.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src/CipherFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src/CipherImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src/CipherKey.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src/CipherKeyImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src/CryptoException.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src/CryptoStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src/CryptoTransform.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src/DigestEngine.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src/ECDSADigestEngine.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src/ECKey.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src/ECKeyImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src/EVPPKey.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src/KeyPair.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src/KeyPairImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src/OpenSSLInitializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src/PKCS12Container.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src/RSACipherImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src/RSADigestEngine.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src/RSAKey.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src/RSAKeyImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/src/X509Certificate.cpp -) diff --git a/contrib/libs/poco/Crypto/CMakeLists.txt b/contrib/libs/poco/Crypto/CMakeLists.txt deleted file mode 100644 index 522af85d518..00000000000 --- a/contrib/libs/poco/Crypto/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 "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) -endif() diff --git a/contrib/libs/poco/Foundation/CMakeLists.darwin-x86_64.txt b/contrib/libs/poco/Foundation/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6e755e2aaa2..00000000000 --- a/contrib/libs/poco/Foundation/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,191 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(libs-poco-Foundation) -target_compile_options(libs-poco-Foundation PRIVATE - -DHAVE_PTHREAD_SETAFFINITY_NP - -DHAVE_THREE_PARAM_SCHED_SETAFFINITY - -DPCRE_STATIC - -DPOCO_ENABLE_CPP11 - -DPOCO_ENABLE_CPP14 - -DPOCO_NO_AUTOMATIC_LIBS - -DPOCO_UNBUNDLED - -DPOCO_OS_FAMILY_UNIX - -DPOCO_NO_STAT64 - $,,-Wno-everything> -) -target_include_directories(libs-poco-Foundation PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/include -) -target_include_directories(libs-poco-Foundation PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/double-conversion - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src -) -target_link_libraries(libs-poco-Foundation PUBLIC - contrib-libs-cxxsupp - contrib-libs-double-conversion - contrib-libs-pcre - contrib-libs-zlib -) -target_sources(libs-poco-Foundation PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/ASCIIEncoding.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/AbstractObserver.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/ActiveDispatcher.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/ArchiveStrategy.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Ascii.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/AsyncChannel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/AtomicCounter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Base32Decoder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Base32Encoder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Base64Decoder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Base64Encoder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/BinaryReader.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/BinaryWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Bugcheck.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/ByteOrder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Channel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Checksum.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Clock.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Condition.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Configurable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/ConsoleChannel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/CountingStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/DateTime.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/DateTimeFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/DateTimeFormatter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/DateTimeParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Debugger.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/DeflatingStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/DigestEngine.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/DigestStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/DirectoryIterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/DirectoryIteratorStrategy.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/DirectoryWatcher.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Environment.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Error.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/ErrorHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Event.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/EventArgs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/EventChannel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Exception.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/FIFOBufferStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/FPEnvironment.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/File.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/FileChannel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/FileStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/FileStreamFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Format.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Formatter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/FormattingChannel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Glob.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Hash.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/HashStatistic.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/HexBinaryDecoder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/HexBinaryEncoder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/InflatingStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/JSONString.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Latin1Encoding.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Latin2Encoding.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Latin9Encoding.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/LineEndingConverter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/LocalDateTime.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/LogFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/LogStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Logger.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/LoggingFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/LoggingRegistry.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/MD4Engine.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/MD5Engine.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Manifest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/MemoryPool.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/MemoryStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Message.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Mutex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/NamedEvent.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/NamedMutex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/NestedDiagnosticContext.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Notification.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/NotificationCenter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/NotificationQueue.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/NullChannel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/NullStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/NumberFormatter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/NumberParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/NumericString.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Path.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/PatternFormatter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Pipe.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/PipeImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/PipeStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/PriorityNotificationQueue.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Process.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/PurgeStrategy.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/RWLock.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Random.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/RandomStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/RefCountedObject.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/RegularExpression.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/RotateStrategy.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Runnable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/SHA1Engine.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Semaphore.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/SharedLibrary.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/SharedMemory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/SignalHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/SimpleFileChannel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/SortedDirectoryIterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/SplitterChannel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Stopwatch.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/StreamChannel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/StreamConverter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/StreamCopier.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/StreamTokenizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/String.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/StringTokenizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/SynchronizedObject.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Task.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/TaskManager.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/TaskNotification.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/TeeStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/TemporaryFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/TextBufferIterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/TextConverter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/TextEncoding.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/TextIterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Thread.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/ThreadLocal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/ThreadPool.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/ThreadTarget.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/TimedNotificationQueue.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Timer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Timespan.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Timestamp.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Timezone.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Token.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/URI.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/URIStreamFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/URIStreamOpener.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/UTF16Encoding.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/UTF32Encoding.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/UTF8Encoding.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/UTF8String.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/UUID.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/UUIDGenerator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Unicode.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/UnicodeConverter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Var.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/VarHolder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/VarIterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Void.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Windows1250Encoding.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Windows1251Encoding.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Windows1252Encoding.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/SyslogChannel.cpp -) diff --git a/contrib/libs/poco/Foundation/CMakeLists.linux-aarch64.txt b/contrib/libs/poco/Foundation/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 790d44a351e..00000000000 --- a/contrib/libs/poco/Foundation/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,192 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(libs-poco-Foundation) -target_compile_options(libs-poco-Foundation PRIVATE - -DHAVE_PTHREAD_SETAFFINITY_NP - -DHAVE_THREE_PARAM_SCHED_SETAFFINITY - -DPCRE_STATIC - -DPOCO_ENABLE_CPP11 - -DPOCO_ENABLE_CPP14 - -DPOCO_NO_AUTOMATIC_LIBS - -DPOCO_UNBUNDLED - -DPOCO_OS_FAMILY_UNIX - -DPOCO_HAVE_FD_EPOLL - $,,-Wno-everything> -) -target_include_directories(libs-poco-Foundation PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/include -) -target_include_directories(libs-poco-Foundation PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/double-conversion - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src -) -target_link_libraries(libs-poco-Foundation PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-double-conversion - contrib-libs-pcre - contrib-libs-zlib -) -target_sources(libs-poco-Foundation PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/ASCIIEncoding.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/AbstractObserver.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/ActiveDispatcher.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/ArchiveStrategy.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Ascii.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/AsyncChannel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/AtomicCounter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Base32Decoder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Base32Encoder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Base64Decoder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Base64Encoder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/BinaryReader.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/BinaryWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Bugcheck.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/ByteOrder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Channel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Checksum.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Clock.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Condition.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Configurable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/ConsoleChannel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/CountingStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/DateTime.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/DateTimeFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/DateTimeFormatter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/DateTimeParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Debugger.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/DeflatingStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/DigestEngine.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/DigestStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/DirectoryIterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/DirectoryIteratorStrategy.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/DirectoryWatcher.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Environment.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Error.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/ErrorHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Event.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/EventArgs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/EventChannel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Exception.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/FIFOBufferStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/FPEnvironment.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/File.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/FileChannel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/FileStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/FileStreamFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Format.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Formatter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/FormattingChannel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Glob.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Hash.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/HashStatistic.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/HexBinaryDecoder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/HexBinaryEncoder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/InflatingStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/JSONString.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Latin1Encoding.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Latin2Encoding.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Latin9Encoding.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/LineEndingConverter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/LocalDateTime.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/LogFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/LogStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Logger.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/LoggingFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/LoggingRegistry.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/MD4Engine.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/MD5Engine.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Manifest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/MemoryPool.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/MemoryStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Message.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Mutex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/NamedEvent.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/NamedMutex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/NestedDiagnosticContext.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Notification.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/NotificationCenter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/NotificationQueue.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/NullChannel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/NullStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/NumberFormatter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/NumberParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/NumericString.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Path.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/PatternFormatter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Pipe.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/PipeImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/PipeStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/PriorityNotificationQueue.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Process.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/PurgeStrategy.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/RWLock.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Random.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/RandomStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/RefCountedObject.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/RegularExpression.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/RotateStrategy.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Runnable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/SHA1Engine.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Semaphore.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/SharedLibrary.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/SharedMemory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/SignalHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/SimpleFileChannel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/SortedDirectoryIterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/SplitterChannel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Stopwatch.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/StreamChannel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/StreamConverter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/StreamCopier.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/StreamTokenizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/String.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/StringTokenizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/SynchronizedObject.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Task.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/TaskManager.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/TaskNotification.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/TeeStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/TemporaryFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/TextBufferIterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/TextConverter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/TextEncoding.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/TextIterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Thread.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/ThreadLocal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/ThreadPool.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/ThreadTarget.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/TimedNotificationQueue.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Timer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Timespan.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Timestamp.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Timezone.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Token.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/URI.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/URIStreamFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/URIStreamOpener.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/UTF16Encoding.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/UTF32Encoding.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/UTF8Encoding.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/UTF8String.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/UUID.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/UUIDGenerator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Unicode.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/UnicodeConverter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Var.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/VarHolder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/VarIterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Void.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Windows1250Encoding.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Windows1251Encoding.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Windows1252Encoding.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/SyslogChannel.cpp -) diff --git a/contrib/libs/poco/Foundation/CMakeLists.linux-x86_64.txt b/contrib/libs/poco/Foundation/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 790d44a351e..00000000000 --- a/contrib/libs/poco/Foundation/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,192 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(libs-poco-Foundation) -target_compile_options(libs-poco-Foundation PRIVATE - -DHAVE_PTHREAD_SETAFFINITY_NP - -DHAVE_THREE_PARAM_SCHED_SETAFFINITY - -DPCRE_STATIC - -DPOCO_ENABLE_CPP11 - -DPOCO_ENABLE_CPP14 - -DPOCO_NO_AUTOMATIC_LIBS - -DPOCO_UNBUNDLED - -DPOCO_OS_FAMILY_UNIX - -DPOCO_HAVE_FD_EPOLL - $,,-Wno-everything> -) -target_include_directories(libs-poco-Foundation PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/include -) -target_include_directories(libs-poco-Foundation PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/double-conversion - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src -) -target_link_libraries(libs-poco-Foundation PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-double-conversion - contrib-libs-pcre - contrib-libs-zlib -) -target_sources(libs-poco-Foundation PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/ASCIIEncoding.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/AbstractObserver.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/ActiveDispatcher.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/ArchiveStrategy.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Ascii.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/AsyncChannel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/AtomicCounter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Base32Decoder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Base32Encoder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Base64Decoder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Base64Encoder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/BinaryReader.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/BinaryWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Bugcheck.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/ByteOrder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Channel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Checksum.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Clock.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Condition.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Configurable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/ConsoleChannel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/CountingStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/DateTime.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/DateTimeFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/DateTimeFormatter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/DateTimeParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Debugger.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/DeflatingStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/DigestEngine.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/DigestStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/DirectoryIterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/DirectoryIteratorStrategy.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/DirectoryWatcher.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Environment.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Error.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/ErrorHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Event.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/EventArgs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/EventChannel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Exception.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/FIFOBufferStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/FPEnvironment.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/File.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/FileChannel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/FileStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/FileStreamFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Format.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Formatter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/FormattingChannel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Glob.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Hash.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/HashStatistic.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/HexBinaryDecoder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/HexBinaryEncoder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/InflatingStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/JSONString.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Latin1Encoding.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Latin2Encoding.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Latin9Encoding.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/LineEndingConverter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/LocalDateTime.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/LogFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/LogStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Logger.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/LoggingFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/LoggingRegistry.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/MD4Engine.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/MD5Engine.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Manifest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/MemoryPool.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/MemoryStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Message.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Mutex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/NamedEvent.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/NamedMutex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/NestedDiagnosticContext.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Notification.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/NotificationCenter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/NotificationQueue.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/NullChannel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/NullStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/NumberFormatter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/NumberParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/NumericString.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Path.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/PatternFormatter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Pipe.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/PipeImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/PipeStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/PriorityNotificationQueue.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Process.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/PurgeStrategy.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/RWLock.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Random.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/RandomStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/RefCountedObject.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/RegularExpression.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/RotateStrategy.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Runnable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/SHA1Engine.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Semaphore.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/SharedLibrary.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/SharedMemory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/SignalHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/SimpleFileChannel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/SortedDirectoryIterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/SplitterChannel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Stopwatch.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/StreamChannel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/StreamConverter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/StreamCopier.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/StreamTokenizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/String.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/StringTokenizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/SynchronizedObject.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Task.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/TaskManager.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/TaskNotification.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/TeeStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/TemporaryFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/TextBufferIterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/TextConverter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/TextEncoding.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/TextIterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Thread.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/ThreadLocal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/ThreadPool.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/ThreadTarget.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/TimedNotificationQueue.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Timer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Timespan.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Timestamp.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Timezone.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Token.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/URI.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/URIStreamFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/URIStreamOpener.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/UTF16Encoding.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/UTF32Encoding.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/UTF8Encoding.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/UTF8String.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/UUID.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/UUIDGenerator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Unicode.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/UnicodeConverter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Var.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/VarHolder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/VarIterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Void.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Windows1250Encoding.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Windows1251Encoding.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Windows1252Encoding.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/SyslogChannel.cpp -) diff --git a/contrib/libs/poco/Foundation/CMakeLists.txt b/contrib/libs/poco/Foundation/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/poco/Foundation/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/poco/Foundation/CMakeLists.windows-x86_64.txt b/contrib/libs/poco/Foundation/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 878e7f23f39..00000000000 --- a/contrib/libs/poco/Foundation/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,191 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(libs-poco-Foundation) -target_compile_options(libs-poco-Foundation PRIVATE - -DHAVE_PTHREAD_SETAFFINITY_NP - -DHAVE_THREE_PARAM_SCHED_SETAFFINITY - -DPCRE_STATIC - -DPOCO_ENABLE_CPP11 - -DPOCO_ENABLE_CPP14 - -DPOCO_NO_AUTOMATIC_LIBS - -DPOCO_UNBUNDLED - -DPOCO_OS_FAMILY_WINDOWS - $,,-Wno-everything> -) -target_include_directories(libs-poco-Foundation PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/include -) -target_include_directories(libs-poco-Foundation PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/double-conversion - ${CMAKE_SOURCE_DIR}/contrib/libs/pcre - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src -) -target_link_libraries(libs-poco-Foundation PUBLIC - contrib-libs-cxxsupp - contrib-libs-double-conversion - contrib-libs-pcre - contrib-libs-zlib -) -target_sources(libs-poco-Foundation PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/ASCIIEncoding.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/AbstractObserver.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/ActiveDispatcher.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/ArchiveStrategy.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Ascii.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/AsyncChannel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/AtomicCounter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Base32Decoder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Base32Encoder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Base64Decoder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Base64Encoder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/BinaryReader.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/BinaryWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Bugcheck.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/ByteOrder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Channel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Checksum.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Clock.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Condition.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Configurable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/ConsoleChannel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/CountingStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/DateTime.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/DateTimeFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/DateTimeFormatter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/DateTimeParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Debugger.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/DeflatingStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/DigestEngine.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/DigestStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/DirectoryIterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/DirectoryIteratorStrategy.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/DirectoryWatcher.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Environment.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Error.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/ErrorHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Event.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/EventArgs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/EventChannel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Exception.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/FIFOBufferStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/FPEnvironment.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/File.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/FileChannel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/FileStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/FileStreamFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Format.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Formatter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/FormattingChannel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Glob.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Hash.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/HashStatistic.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/HexBinaryDecoder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/HexBinaryEncoder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/InflatingStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/JSONString.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Latin1Encoding.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Latin2Encoding.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Latin9Encoding.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/LineEndingConverter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/LocalDateTime.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/LogFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/LogStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Logger.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/LoggingFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/LoggingRegistry.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/MD4Engine.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/MD5Engine.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Manifest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/MemoryPool.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/MemoryStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Message.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Mutex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/NamedEvent.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/NamedMutex.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/NestedDiagnosticContext.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Notification.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/NotificationCenter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/NotificationQueue.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/NullChannel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/NullStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/NumberFormatter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/NumberParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/NumericString.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Path.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/PatternFormatter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Pipe.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/PipeImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/PipeStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/PriorityNotificationQueue.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Process.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/PurgeStrategy.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/RWLock.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Random.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/RandomStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/RefCountedObject.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/RegularExpression.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/RotateStrategy.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Runnable.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/SHA1Engine.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Semaphore.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/SharedLibrary.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/SharedMemory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/SignalHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/SimpleFileChannel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/SortedDirectoryIterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/SplitterChannel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Stopwatch.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/StreamChannel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/StreamConverter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/StreamCopier.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/StreamTokenizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/String.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/StringTokenizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/SynchronizedObject.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Task.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/TaskManager.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/TaskNotification.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/TeeStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/TemporaryFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/TextBufferIterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/TextConverter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/TextEncoding.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/TextIterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Thread.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/ThreadLocal.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/ThreadPool.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/ThreadTarget.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/TimedNotificationQueue.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Timer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Timespan.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Timestamp.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Timezone.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Token.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/URI.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/URIStreamFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/URIStreamOpener.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/UTF16Encoding.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/UTF32Encoding.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/UTF8Encoding.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/UTF8String.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/UUID.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/UUIDGenerator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Unicode.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/UnicodeConverter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Var.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/VarHolder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/VarIterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Void.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Windows1250Encoding.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Windows1251Encoding.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/Windows1252Encoding.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/EventLogChannel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/src/WindowsConsoleChannel.cpp -) diff --git a/contrib/libs/poco/JSON/CMakeLists.darwin-x86_64.txt b/contrib/libs/poco/JSON/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 403b3bc5c6e..00000000000 --- a/contrib/libs/poco/JSON/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(libs-poco-JSON) -target_compile_options(libs-poco-JSON PRIVATE - -DPOCO_ENABLE_CPP11 - -DPOCO_ENABLE_CPP14 - -DPOCO_NO_AUTOMATIC_LIBS - -DPOCO_UNBUNDLED - -DPOCO_OS_FAMILY_UNIX - -DPOCO_NO_STAT64 - $,,-Wno-everything> -) -target_include_directories(libs-poco-JSON PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/include -) -target_include_directories(libs-poco-JSON PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/include - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src -) -target_link_libraries(libs-poco-JSON PUBLIC - contrib-libs-cxxsupp - libs-poco-Foundation -) -target_sources(libs-poco-JSON PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Array.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Handler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/JSONException.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Object.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/ParseHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Parser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/ParserImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/PrintHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Query.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Stringifier.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Template.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/TemplateCache.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/pdjson.c -) diff --git a/contrib/libs/poco/JSON/CMakeLists.linux-aarch64.txt b/contrib/libs/poco/JSON/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 03b67f2fd7d..00000000000 --- a/contrib/libs/poco/JSON/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(libs-poco-JSON) -target_compile_options(libs-poco-JSON PRIVATE - -DPOCO_ENABLE_CPP11 - -DPOCO_ENABLE_CPP14 - -DPOCO_NO_AUTOMATIC_LIBS - -DPOCO_UNBUNDLED - -DPOCO_OS_FAMILY_UNIX - -DPOCO_HAVE_FD_EPOLL - $,,-Wno-everything> -) -target_include_directories(libs-poco-JSON PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/include -) -target_include_directories(libs-poco-JSON PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/include - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src -) -target_link_libraries(libs-poco-JSON PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - libs-poco-Foundation -) -target_sources(libs-poco-JSON PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Array.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Handler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/JSONException.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Object.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/ParseHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Parser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/ParserImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/PrintHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Query.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Stringifier.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Template.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/TemplateCache.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/pdjson.c -) diff --git a/contrib/libs/poco/JSON/CMakeLists.linux-x86_64.txt b/contrib/libs/poco/JSON/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 03b67f2fd7d..00000000000 --- a/contrib/libs/poco/JSON/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(libs-poco-JSON) -target_compile_options(libs-poco-JSON PRIVATE - -DPOCO_ENABLE_CPP11 - -DPOCO_ENABLE_CPP14 - -DPOCO_NO_AUTOMATIC_LIBS - -DPOCO_UNBUNDLED - -DPOCO_OS_FAMILY_UNIX - -DPOCO_HAVE_FD_EPOLL - $,,-Wno-everything> -) -target_include_directories(libs-poco-JSON PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/include -) -target_include_directories(libs-poco-JSON PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/include - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src -) -target_link_libraries(libs-poco-JSON PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - libs-poco-Foundation -) -target_sources(libs-poco-JSON PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Array.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Handler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/JSONException.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Object.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/ParseHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Parser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/ParserImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/PrintHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Query.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Stringifier.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Template.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/TemplateCache.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/pdjson.c -) diff --git a/contrib/libs/poco/JSON/CMakeLists.txt b/contrib/libs/poco/JSON/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/poco/JSON/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/poco/JSON/CMakeLists.windows-x86_64.txt b/contrib/libs/poco/JSON/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 034804836ed..00000000000 --- a/contrib/libs/poco/JSON/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(libs-poco-JSON) -target_compile_options(libs-poco-JSON PRIVATE - -DPOCO_ENABLE_CPP11 - -DPOCO_ENABLE_CPP14 - -DPOCO_NO_AUTOMATIC_LIBS - -DPOCO_UNBUNDLED - -DPOCO_OS_FAMILY_WINDOWS - $,,-Wno-everything> -) -target_include_directories(libs-poco-JSON PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/include -) -target_include_directories(libs-poco-JSON PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/include - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src -) -target_link_libraries(libs-poco-JSON PUBLIC - contrib-libs-cxxsupp - libs-poco-Foundation -) -target_sources(libs-poco-JSON PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Array.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Handler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/JSONException.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Object.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/ParseHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Parser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/ParserImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/PrintHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Query.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Stringifier.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/Template.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/TemplateCache.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/src/pdjson.c -) diff --git a/contrib/libs/poco/Net/CMakeLists.darwin-x86_64.txt b/contrib/libs/poco/Net/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 4dd5878c21b..00000000000 --- a/contrib/libs/poco/Net/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,132 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(libs-poco-Net) -target_compile_options(libs-poco-Net PRIVATE - -DPOCO_ENABLE_CPP11 - -DPOCO_ENABLE_CPP14 - -DPOCO_NO_AUTOMATIC_LIBS - -DPOCO_UNBUNDLED - -DPOCO_OS_FAMILY_UNIX - -DPOCO_NO_STAT64 - $,,-Wno-everything> -) -target_include_directories(libs-poco-Net PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/include -) -target_include_directories(libs-poco-Net PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/include - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src -) -target_link_libraries(libs-poco-Net PUBLIC - contrib-libs-cxxsupp - libs-poco-Foundation -) -target_sources(libs-poco-Net PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/AbstractHTTPRequestHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/DNS.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/DatagramSocket.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/DatagramSocketImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/DialogSocket.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/FTPClientSession.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/FTPStreamFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/FilePartSource.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTMLForm.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPAuthenticationParams.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPBasicCredentials.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPBufferAllocator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPChunkedStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPClientSession.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPCookie.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPCredentials.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPDigestCredentials.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPFixedLengthStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPHeaderStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPIOStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPMessage.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPRequestHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPRequestHandlerFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPResponse.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPServer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPServerConnection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPServerConnectionFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPServerParams.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPServerRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPServerRequestImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPServerResponse.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPServerResponseImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPServerSession.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPSession.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPSessionFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPSessionInstantiator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPStreamFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HostEntry.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/ICMPClient.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/ICMPEventArgs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/ICMPPacket.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/ICMPPacketImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/ICMPSocket.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/ICMPSocketImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/ICMPv4PacketImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/IPAddress.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/IPAddressImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/MailMessage.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/MailRecipient.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/MailStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/MediaType.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/MessageHeader.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/MulticastSocket.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/MultipartReader.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/MultipartWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/NTPClient.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/NTPEventArgs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/NTPPacket.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/NameValueCollection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/Net.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/NetException.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/NetworkInterface.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/NullPartHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/OAuth10Credentials.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/OAuth20Credentials.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/POP3ClientSession.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/PartHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/PartSource.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/PartStore.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/PollSet.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/QuotedPrintableDecoder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/QuotedPrintableEncoder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/RawSocket.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/RawSocketImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/RemoteSyslogChannel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/RemoteSyslogListener.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/SMTPChannel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/SMTPClientSession.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/ServerSocket.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/ServerSocketImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/Socket.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/SocketAddress.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/SocketAddressImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/SocketImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/SocketNotification.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/SocketNotifier.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/SocketReactor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/SocketStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/StreamSocket.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/StreamSocketImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/StringPartSource.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/TCPServer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/TCPServerConnection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/TCPServerConnectionFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/TCPServerDispatcher.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/TCPServerParams.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/WebSocket.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/WebSocketImpl.cpp -) diff --git a/contrib/libs/poco/Net/CMakeLists.linux-aarch64.txt b/contrib/libs/poco/Net/CMakeLists.linux-aarch64.txt deleted file mode 100644 index cf62029e714..00000000000 --- a/contrib/libs/poco/Net/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,133 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(libs-poco-Net) -target_compile_options(libs-poco-Net PRIVATE - -DPOCO_ENABLE_CPP11 - -DPOCO_ENABLE_CPP14 - -DPOCO_NO_AUTOMATIC_LIBS - -DPOCO_UNBUNDLED - -DPOCO_OS_FAMILY_UNIX - -DPOCO_HAVE_FD_EPOLL - $,,-Wno-everything> -) -target_include_directories(libs-poco-Net PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/include -) -target_include_directories(libs-poco-Net PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/include - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src -) -target_link_libraries(libs-poco-Net PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - libs-poco-Foundation -) -target_sources(libs-poco-Net PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/AbstractHTTPRequestHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/DNS.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/DatagramSocket.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/DatagramSocketImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/DialogSocket.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/FTPClientSession.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/FTPStreamFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/FilePartSource.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTMLForm.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPAuthenticationParams.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPBasicCredentials.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPBufferAllocator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPChunkedStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPClientSession.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPCookie.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPCredentials.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPDigestCredentials.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPFixedLengthStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPHeaderStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPIOStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPMessage.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPRequestHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPRequestHandlerFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPResponse.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPServer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPServerConnection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPServerConnectionFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPServerParams.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPServerRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPServerRequestImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPServerResponse.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPServerResponseImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPServerSession.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPSession.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPSessionFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPSessionInstantiator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPStreamFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HostEntry.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/ICMPClient.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/ICMPEventArgs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/ICMPPacket.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/ICMPPacketImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/ICMPSocket.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/ICMPSocketImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/ICMPv4PacketImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/IPAddress.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/IPAddressImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/MailMessage.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/MailRecipient.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/MailStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/MediaType.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/MessageHeader.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/MulticastSocket.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/MultipartReader.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/MultipartWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/NTPClient.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/NTPEventArgs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/NTPPacket.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/NameValueCollection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/Net.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/NetException.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/NetworkInterface.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/NullPartHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/OAuth10Credentials.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/OAuth20Credentials.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/POP3ClientSession.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/PartHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/PartSource.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/PartStore.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/PollSet.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/QuotedPrintableDecoder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/QuotedPrintableEncoder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/RawSocket.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/RawSocketImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/RemoteSyslogChannel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/RemoteSyslogListener.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/SMTPChannel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/SMTPClientSession.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/ServerSocket.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/ServerSocketImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/Socket.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/SocketAddress.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/SocketAddressImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/SocketImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/SocketNotification.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/SocketNotifier.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/SocketReactor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/SocketStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/StreamSocket.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/StreamSocketImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/StringPartSource.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/TCPServer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/TCPServerConnection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/TCPServerConnectionFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/TCPServerDispatcher.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/TCPServerParams.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/WebSocket.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/WebSocketImpl.cpp -) diff --git a/contrib/libs/poco/Net/CMakeLists.linux-x86_64.txt b/contrib/libs/poco/Net/CMakeLists.linux-x86_64.txt deleted file mode 100644 index cf62029e714..00000000000 --- a/contrib/libs/poco/Net/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,133 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(libs-poco-Net) -target_compile_options(libs-poco-Net PRIVATE - -DPOCO_ENABLE_CPP11 - -DPOCO_ENABLE_CPP14 - -DPOCO_NO_AUTOMATIC_LIBS - -DPOCO_UNBUNDLED - -DPOCO_OS_FAMILY_UNIX - -DPOCO_HAVE_FD_EPOLL - $,,-Wno-everything> -) -target_include_directories(libs-poco-Net PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/include -) -target_include_directories(libs-poco-Net PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/include - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src -) -target_link_libraries(libs-poco-Net PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - libs-poco-Foundation -) -target_sources(libs-poco-Net PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/AbstractHTTPRequestHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/DNS.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/DatagramSocket.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/DatagramSocketImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/DialogSocket.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/FTPClientSession.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/FTPStreamFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/FilePartSource.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTMLForm.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPAuthenticationParams.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPBasicCredentials.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPBufferAllocator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPChunkedStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPClientSession.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPCookie.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPCredentials.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPDigestCredentials.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPFixedLengthStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPHeaderStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPIOStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPMessage.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPRequestHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPRequestHandlerFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPResponse.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPServer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPServerConnection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPServerConnectionFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPServerParams.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPServerRequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPServerRequestImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPServerResponse.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPServerResponseImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPServerSession.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPSession.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPSessionFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPSessionInstantiator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HTTPStreamFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/HostEntry.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/ICMPClient.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/ICMPEventArgs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/ICMPPacket.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/ICMPPacketImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/ICMPSocket.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/ICMPSocketImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/ICMPv4PacketImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/IPAddress.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/IPAddressImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/MailMessage.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/MailRecipient.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/MailStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/MediaType.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/MessageHeader.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/MulticastSocket.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/MultipartReader.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/MultipartWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/NTPClient.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/NTPEventArgs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/NTPPacket.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/NameValueCollection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/Net.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/NetException.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/NetworkInterface.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/NullPartHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/OAuth10Credentials.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/OAuth20Credentials.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/POP3ClientSession.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/PartHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/PartSource.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/PartStore.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/PollSet.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/QuotedPrintableDecoder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/QuotedPrintableEncoder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/RawSocket.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/RawSocketImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/RemoteSyslogChannel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/RemoteSyslogListener.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/SMTPChannel.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/SMTPClientSession.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/ServerSocket.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/ServerSocketImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/Socket.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/SocketAddress.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/SocketAddressImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/SocketImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/SocketNotification.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/SocketNotifier.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/SocketReactor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/SocketStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/StreamSocket.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/StreamSocketImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/StringPartSource.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/TCPServer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/TCPServerConnection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/TCPServerConnectionFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/TCPServerDispatcher.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/TCPServerParams.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/WebSocket.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/src/WebSocketImpl.cpp -) diff --git a/contrib/libs/poco/Net/CMakeLists.txt b/contrib/libs/poco/Net/CMakeLists.txt deleted file mode 100644 index 522af85d518..00000000000 --- a/contrib/libs/poco/Net/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 "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) -endif() diff --git a/contrib/libs/poco/NetSSL_OpenSSL/CMakeLists.darwin-x86_64.txt b/contrib/libs/poco/NetSSL_OpenSSL/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index f5b77eed471..00000000000 --- a/contrib/libs/poco/NetSSL_OpenSSL/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(libs-poco-NetSSL_OpenSSL) -target_compile_options(libs-poco-NetSSL_OpenSSL PRIVATE - -DPOCO_ENABLE_CPP11 - -DPOCO_ENABLE_CPP14 - -DPOCO_NO_AUTOMATIC_LIBS - -DPOCO_UNBUNDLED - -DPOCO_OS_FAMILY_UNIX - -DPOCO_NO_STAT64 - $,,-Wno-everything> -) -target_include_directories(libs-poco-NetSSL_OpenSSL PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/include -) -target_include_directories(libs-poco-NetSSL_OpenSSL PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/include - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/include - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/include - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/include -) -target_link_libraries(libs-poco-NetSSL_OpenSSL PUBLIC - contrib-libs-cxxsupp - contrib-libs-openssl - libs-poco-Crypto - libs-poco-Foundation - libs-poco-JSON - libs-poco-Net - libs-poco-Util - libs-poco-XML -) -target_sources(libs-poco-NetSSL_OpenSSL PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/AcceptCertificateHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/CertificateHandlerFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/CertificateHandlerFactoryMgr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/ConsoleCertificateHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/Context.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/HTTPSClientSession.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/HTTPSSessionInstantiator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/HTTPSStreamFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/InvalidCertificateHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/KeyConsoleHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/KeyFileHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/PrivateKeyFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/PrivateKeyFactoryMgr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/PrivateKeyPassphraseHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/RejectCertificateHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/SSLException.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/SSLManager.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/SecureSMTPClientSession.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/SecureServerSocket.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/SecureServerSocketImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/SecureSocketImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/SecureStreamSocket.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/SecureStreamSocketImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/Session.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/Utility.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/VerificationErrorArgs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/X509Certificate.cpp -) diff --git a/contrib/libs/poco/NetSSL_OpenSSL/CMakeLists.linux-aarch64.txt b/contrib/libs/poco/NetSSL_OpenSSL/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 48ae9cf0095..00000000000 --- a/contrib/libs/poco/NetSSL_OpenSSL/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(libs-poco-NetSSL_OpenSSL) -target_compile_options(libs-poco-NetSSL_OpenSSL PRIVATE - -DPOCO_ENABLE_CPP11 - -DPOCO_ENABLE_CPP14 - -DPOCO_NO_AUTOMATIC_LIBS - -DPOCO_UNBUNDLED - -DPOCO_OS_FAMILY_UNIX - -DPOCO_HAVE_FD_EPOLL - $,,-Wno-everything> -) -target_include_directories(libs-poco-NetSSL_OpenSSL PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/include -) -target_include_directories(libs-poco-NetSSL_OpenSSL PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/include - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/include - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/include - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/include -) -target_link_libraries(libs-poco-NetSSL_OpenSSL PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-openssl - libs-poco-Crypto - libs-poco-Foundation - libs-poco-JSON - libs-poco-Net - libs-poco-Util - libs-poco-XML -) -target_sources(libs-poco-NetSSL_OpenSSL PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/AcceptCertificateHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/CertificateHandlerFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/CertificateHandlerFactoryMgr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/ConsoleCertificateHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/Context.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/HTTPSClientSession.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/HTTPSSessionInstantiator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/HTTPSStreamFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/InvalidCertificateHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/KeyConsoleHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/KeyFileHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/PrivateKeyFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/PrivateKeyFactoryMgr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/PrivateKeyPassphraseHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/RejectCertificateHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/SSLException.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/SSLManager.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/SecureSMTPClientSession.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/SecureServerSocket.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/SecureServerSocketImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/SecureSocketImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/SecureStreamSocket.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/SecureStreamSocketImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/Session.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/Utility.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/VerificationErrorArgs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/X509Certificate.cpp -) diff --git a/contrib/libs/poco/NetSSL_OpenSSL/CMakeLists.linux-x86_64.txt b/contrib/libs/poco/NetSSL_OpenSSL/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 48ae9cf0095..00000000000 --- a/contrib/libs/poco/NetSSL_OpenSSL/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(libs-poco-NetSSL_OpenSSL) -target_compile_options(libs-poco-NetSSL_OpenSSL PRIVATE - -DPOCO_ENABLE_CPP11 - -DPOCO_ENABLE_CPP14 - -DPOCO_NO_AUTOMATIC_LIBS - -DPOCO_UNBUNDLED - -DPOCO_OS_FAMILY_UNIX - -DPOCO_HAVE_FD_EPOLL - $,,-Wno-everything> -) -target_include_directories(libs-poco-NetSSL_OpenSSL PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/include -) -target_include_directories(libs-poco-NetSSL_OpenSSL PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/include - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/include - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/include - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/include -) -target_link_libraries(libs-poco-NetSSL_OpenSSL PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-openssl - libs-poco-Crypto - libs-poco-Foundation - libs-poco-JSON - libs-poco-Net - libs-poco-Util - libs-poco-XML -) -target_sources(libs-poco-NetSSL_OpenSSL PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/AcceptCertificateHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/CertificateHandlerFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/CertificateHandlerFactoryMgr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/ConsoleCertificateHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/Context.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/HTTPSClientSession.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/HTTPSSessionInstantiator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/HTTPSStreamFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/InvalidCertificateHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/KeyConsoleHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/KeyFileHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/PrivateKeyFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/PrivateKeyFactoryMgr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/PrivateKeyPassphraseHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/RejectCertificateHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/SSLException.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/SSLManager.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/SecureSMTPClientSession.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/SecureServerSocket.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/SecureServerSocketImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/SecureSocketImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/SecureStreamSocket.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/SecureStreamSocketImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/Session.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/Utility.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/VerificationErrorArgs.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/src/X509Certificate.cpp -) diff --git a/contrib/libs/poco/NetSSL_OpenSSL/CMakeLists.txt b/contrib/libs/poco/NetSSL_OpenSSL/CMakeLists.txt deleted file mode 100644 index 522af85d518..00000000000 --- a/contrib/libs/poco/NetSSL_OpenSSL/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 "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) -endif() diff --git a/contrib/libs/poco/Util/CMakeLists.darwin-x86_64.txt b/contrib/libs/poco/Util/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 813912d18d9..00000000000 --- a/contrib/libs/poco/Util/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(libs-poco-Util) -target_compile_options(libs-poco-Util PRIVATE - -DPOCO_ENABLE_CPP11 - -DPOCO_ENABLE_CPP14 - -DPOCO_NO_AUTOMATIC_LIBS - -DPOCO_UNBUNDLED - -DPOCO_OS_FAMILY_UNIX - -DPOCO_NO_STAT64 - $,,-Wno-everything> -) -target_include_directories(libs-poco-Util PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/include -) -target_include_directories(libs-poco-Util PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/expat - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/include - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/include - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/include -) -target_link_libraries(libs-poco-Util PUBLIC - contrib-libs-cxxsupp - contrib-libs-expat - libs-poco-Foundation - libs-poco-JSON - libs-poco-XML -) -target_sources(libs-poco-Util PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/AbstractConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/Application.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/ConfigurationMapper.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/ConfigurationView.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/FilesystemConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/HelpFormatter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/IniFileConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/IntValidator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/JSONConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/LayeredConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/LoggingConfigurator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/LoggingSubsystem.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/MapConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/Option.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/OptionCallback.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/OptionException.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/OptionProcessor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/OptionSet.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/PropertyFileConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/RegExpValidator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/ServerApplication.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/Subsystem.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/SystemConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/Timer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/TimerTask.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/Validator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/XMLConfiguration.cpp -) diff --git a/contrib/libs/poco/Util/CMakeLists.linux-aarch64.txt b/contrib/libs/poco/Util/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 56c49ac4c63..00000000000 --- a/contrib/libs/poco/Util/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(libs-poco-Util) -target_compile_options(libs-poco-Util PRIVATE - -DPOCO_ENABLE_CPP11 - -DPOCO_ENABLE_CPP14 - -DPOCO_NO_AUTOMATIC_LIBS - -DPOCO_UNBUNDLED - -DPOCO_OS_FAMILY_UNIX - -DPOCO_HAVE_FD_EPOLL - $,,-Wno-everything> -) -target_include_directories(libs-poco-Util PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/include -) -target_include_directories(libs-poco-Util PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/expat - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/include - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/include - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/include -) -target_link_libraries(libs-poco-Util PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-expat - libs-poco-Foundation - libs-poco-JSON - libs-poco-XML -) -target_sources(libs-poco-Util PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/AbstractConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/Application.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/ConfigurationMapper.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/ConfigurationView.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/FilesystemConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/HelpFormatter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/IniFileConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/IntValidator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/JSONConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/LayeredConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/LoggingConfigurator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/LoggingSubsystem.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/MapConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/Option.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/OptionCallback.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/OptionException.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/OptionProcessor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/OptionSet.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/PropertyFileConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/RegExpValidator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/ServerApplication.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/Subsystem.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/SystemConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/Timer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/TimerTask.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/Validator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/XMLConfiguration.cpp -) diff --git a/contrib/libs/poco/Util/CMakeLists.linux-x86_64.txt b/contrib/libs/poco/Util/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 56c49ac4c63..00000000000 --- a/contrib/libs/poco/Util/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(libs-poco-Util) -target_compile_options(libs-poco-Util PRIVATE - -DPOCO_ENABLE_CPP11 - -DPOCO_ENABLE_CPP14 - -DPOCO_NO_AUTOMATIC_LIBS - -DPOCO_UNBUNDLED - -DPOCO_OS_FAMILY_UNIX - -DPOCO_HAVE_FD_EPOLL - $,,-Wno-everything> -) -target_include_directories(libs-poco-Util PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/include -) -target_include_directories(libs-poco-Util PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/expat - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/include - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/include - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/include -) -target_link_libraries(libs-poco-Util PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-expat - libs-poco-Foundation - libs-poco-JSON - libs-poco-XML -) -target_sources(libs-poco-Util PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/AbstractConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/Application.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/ConfigurationMapper.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/ConfigurationView.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/FilesystemConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/HelpFormatter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/IniFileConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/IntValidator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/JSONConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/LayeredConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/LoggingConfigurator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/LoggingSubsystem.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/MapConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/Option.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/OptionCallback.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/OptionException.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/OptionProcessor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/OptionSet.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/PropertyFileConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/RegExpValidator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/ServerApplication.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/Subsystem.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/SystemConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/Timer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/TimerTask.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/Validator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/XMLConfiguration.cpp -) diff --git a/contrib/libs/poco/Util/CMakeLists.txt b/contrib/libs/poco/Util/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/poco/Util/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/poco/Util/CMakeLists.windows-x86_64.txt b/contrib/libs/poco/Util/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 10e3b90ccb9..00000000000 --- a/contrib/libs/poco/Util/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(libs-poco-Util) -target_compile_options(libs-poco-Util PRIVATE - -DPOCO_ENABLE_CPP11 - -DPOCO_ENABLE_CPP14 - -DPOCO_NO_AUTOMATIC_LIBS - -DPOCO_UNBUNDLED - -DPOCO_OS_FAMILY_WINDOWS - $,,-Wno-everything> -) -target_include_directories(libs-poco-Util PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/include -) -target_include_directories(libs-poco-Util PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/expat - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/include - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/include - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/include -) -target_link_libraries(libs-poco-Util PUBLIC - contrib-libs-cxxsupp - contrib-libs-expat - libs-poco-Foundation - libs-poco-JSON - libs-poco-XML -) -target_sources(libs-poco-Util PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/AbstractConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/Application.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/ConfigurationMapper.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/ConfigurationView.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/FilesystemConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/HelpFormatter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/IniFileConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/IntValidator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/JSONConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/LayeredConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/LoggingConfigurator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/LoggingSubsystem.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/MapConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/Option.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/OptionCallback.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/OptionException.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/OptionProcessor.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/OptionSet.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/PropertyFileConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/RegExpValidator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/ServerApplication.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/Subsystem.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/SystemConfiguration.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/Timer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/TimerTask.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/Validator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/XMLConfiguration.cpp -) diff --git a/contrib/libs/poco/XML/CMakeLists.darwin-x86_64.txt b/contrib/libs/poco/XML/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 5e02faf42f5..00000000000 --- a/contrib/libs/poco/XML/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,108 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(libs-poco-XML) -target_compile_options(libs-poco-XML PRIVATE - -DHAVE_EXPAT_CONFIG_H - -DPOCO_ENABLE_CPP11 - -DPOCO_ENABLE_CPP14 - -DPOCO_NO_AUTOMATIC_LIBS - -DPOCO_UNBUNDLED - -DXML_DTD - -DXML_NS - -DPOCO_OS_FAMILY_UNIX - -DPOCO_NO_STAT64 - $,,-Wno-everything> -) -target_include_directories(libs-poco-XML PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/expat - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/include -) -target_include_directories(libs-poco-XML PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/include - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src -) -target_link_libraries(libs-poco-XML PUBLIC - contrib-libs-cxxsupp - contrib-libs-expat - libs-poco-Foundation -) -target_sources(libs-poco-XML PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/AbstractContainerNode.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/AbstractNode.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/Attr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/AttrMap.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/Attributes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/AttributesImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/CDATASection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/CharacterData.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/ChildNodesList.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/Comment.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/ContentHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/DOMBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/DOMException.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/DOMImplementation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/DOMObject.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/DOMParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/DOMSerializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/DOMWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/DTDHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/DTDMap.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/DeclHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/DefaultHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/Document.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/DocumentEvent.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/DocumentFragment.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/DocumentType.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/Element.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/ElementsByTagNameList.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/Entity.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/EntityReference.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/EntityResolver.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/EntityResolverImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/ErrorHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/Event.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/EventDispatcher.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/EventException.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/EventListener.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/EventTarget.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/InputSource.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/LexicalHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/Locator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/LocatorImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/MutationEvent.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/Name.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/NamePool.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/NamedNodeMap.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/NamespaceStrategy.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/NamespaceSupport.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/Node.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/NodeAppender.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/NodeFilter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/NodeIterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/NodeList.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/Notation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/ParserEngine.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/ProcessingInstruction.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/QName.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/SAXException.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/SAXParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/Text.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/TreeWalker.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/ValueTraits.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/WhitespaceFilter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/XMLException.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/XMLFilter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/XMLFilterImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/XMLReader.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/XMLStreamParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/XMLStreamParserException.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/XMLString.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/XMLWriter.cpp -) diff --git a/contrib/libs/poco/XML/CMakeLists.linux-aarch64.txt b/contrib/libs/poco/XML/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 803edf0122e..00000000000 --- a/contrib/libs/poco/XML/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,109 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(libs-poco-XML) -target_compile_options(libs-poco-XML PRIVATE - -DHAVE_EXPAT_CONFIG_H - -DPOCO_ENABLE_CPP11 - -DPOCO_ENABLE_CPP14 - -DPOCO_NO_AUTOMATIC_LIBS - -DPOCO_UNBUNDLED - -DXML_DTD - -DXML_NS - -DPOCO_OS_FAMILY_UNIX - -DPOCO_HAVE_FD_EPOLL - $,,-Wno-everything> -) -target_include_directories(libs-poco-XML PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/expat - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/include -) -target_include_directories(libs-poco-XML PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/include - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src -) -target_link_libraries(libs-poco-XML PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-expat - libs-poco-Foundation -) -target_sources(libs-poco-XML PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/AbstractContainerNode.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/AbstractNode.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/Attr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/AttrMap.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/Attributes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/AttributesImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/CDATASection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/CharacterData.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/ChildNodesList.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/Comment.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/ContentHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/DOMBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/DOMException.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/DOMImplementation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/DOMObject.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/DOMParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/DOMSerializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/DOMWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/DTDHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/DTDMap.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/DeclHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/DefaultHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/Document.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/DocumentEvent.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/DocumentFragment.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/DocumentType.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/Element.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/ElementsByTagNameList.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/Entity.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/EntityReference.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/EntityResolver.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/EntityResolverImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/ErrorHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/Event.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/EventDispatcher.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/EventException.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/EventListener.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/EventTarget.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/InputSource.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/LexicalHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/Locator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/LocatorImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/MutationEvent.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/Name.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/NamePool.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/NamedNodeMap.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/NamespaceStrategy.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/NamespaceSupport.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/Node.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/NodeAppender.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/NodeFilter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/NodeIterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/NodeList.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/Notation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/ParserEngine.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/ProcessingInstruction.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/QName.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/SAXException.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/SAXParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/Text.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/TreeWalker.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/ValueTraits.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/WhitespaceFilter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/XMLException.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/XMLFilter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/XMLFilterImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/XMLReader.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/XMLStreamParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/XMLStreamParserException.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/XMLString.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/XMLWriter.cpp -) diff --git a/contrib/libs/poco/XML/CMakeLists.linux-x86_64.txt b/contrib/libs/poco/XML/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 803edf0122e..00000000000 --- a/contrib/libs/poco/XML/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,109 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(libs-poco-XML) -target_compile_options(libs-poco-XML PRIVATE - -DHAVE_EXPAT_CONFIG_H - -DPOCO_ENABLE_CPP11 - -DPOCO_ENABLE_CPP14 - -DPOCO_NO_AUTOMATIC_LIBS - -DPOCO_UNBUNDLED - -DXML_DTD - -DXML_NS - -DPOCO_OS_FAMILY_UNIX - -DPOCO_HAVE_FD_EPOLL - $,,-Wno-everything> -) -target_include_directories(libs-poco-XML PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/expat - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/include -) -target_include_directories(libs-poco-XML PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/include - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src -) -target_link_libraries(libs-poco-XML PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-expat - libs-poco-Foundation -) -target_sources(libs-poco-XML PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/AbstractContainerNode.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/AbstractNode.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/Attr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/AttrMap.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/Attributes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/AttributesImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/CDATASection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/CharacterData.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/ChildNodesList.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/Comment.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/ContentHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/DOMBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/DOMException.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/DOMImplementation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/DOMObject.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/DOMParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/DOMSerializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/DOMWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/DTDHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/DTDMap.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/DeclHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/DefaultHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/Document.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/DocumentEvent.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/DocumentFragment.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/DocumentType.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/Element.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/ElementsByTagNameList.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/Entity.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/EntityReference.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/EntityResolver.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/EntityResolverImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/ErrorHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/Event.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/EventDispatcher.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/EventException.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/EventListener.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/EventTarget.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/InputSource.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/LexicalHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/Locator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/LocatorImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/MutationEvent.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/Name.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/NamePool.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/NamedNodeMap.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/NamespaceStrategy.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/NamespaceSupport.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/Node.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/NodeAppender.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/NodeFilter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/NodeIterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/NodeList.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/Notation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/ParserEngine.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/ProcessingInstruction.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/QName.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/SAXException.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/SAXParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/Text.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/TreeWalker.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/ValueTraits.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/WhitespaceFilter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/XMLException.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/XMLFilter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/XMLFilterImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/XMLReader.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/XMLStreamParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/XMLStreamParserException.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/XMLString.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/XMLWriter.cpp -) diff --git a/contrib/libs/poco/XML/CMakeLists.txt b/contrib/libs/poco/XML/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/poco/XML/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/poco/XML/CMakeLists.windows-x86_64.txt b/contrib/libs/poco/XML/CMakeLists.windows-x86_64.txt deleted file mode 100644 index ee1d561a0ba..00000000000 --- a/contrib/libs/poco/XML/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,107 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(libs-poco-XML) -target_compile_options(libs-poco-XML PRIVATE - -DHAVE_EXPAT_CONFIG_H - -DPOCO_ENABLE_CPP11 - -DPOCO_ENABLE_CPP14 - -DPOCO_NO_AUTOMATIC_LIBS - -DPOCO_UNBUNDLED - -DXML_DTD - -DXML_NS - -DPOCO_OS_FAMILY_WINDOWS - $,,-Wno-everything> -) -target_include_directories(libs-poco-XML PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/expat - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/include -) -target_include_directories(libs-poco-XML PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/include - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src -) -target_link_libraries(libs-poco-XML PUBLIC - contrib-libs-cxxsupp - contrib-libs-expat - libs-poco-Foundation -) -target_sources(libs-poco-XML PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/AbstractContainerNode.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/AbstractNode.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/Attr.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/AttrMap.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/Attributes.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/AttributesImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/CDATASection.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/CharacterData.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/ChildNodesList.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/Comment.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/ContentHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/DOMBuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/DOMException.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/DOMImplementation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/DOMObject.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/DOMParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/DOMSerializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/DOMWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/DTDHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/DTDMap.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/DeclHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/DefaultHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/Document.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/DocumentEvent.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/DocumentFragment.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/DocumentType.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/Element.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/ElementsByTagNameList.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/Entity.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/EntityReference.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/EntityResolver.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/EntityResolverImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/ErrorHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/Event.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/EventDispatcher.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/EventException.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/EventListener.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/EventTarget.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/InputSource.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/LexicalHandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/Locator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/LocatorImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/MutationEvent.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/Name.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/NamePool.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/NamedNodeMap.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/NamespaceStrategy.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/NamespaceSupport.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/Node.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/NodeAppender.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/NodeFilter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/NodeIterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/NodeList.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/Notation.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/ParserEngine.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/ProcessingInstruction.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/QName.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/SAXException.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/SAXParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/Text.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/TreeWalker.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/ValueTraits.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/WhitespaceFilter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/XMLException.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/XMLFilter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/XMLFilterImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/XMLReader.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/XMLStreamParser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/XMLStreamParserException.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/XMLString.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/src/XMLWriter.cpp -) diff --git a/contrib/libs/protobuf/CMakeLists.darwin-x86_64.txt b/contrib/libs/protobuf/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 7bb6b1fa02a..00000000000 --- a/contrib/libs/protobuf/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,175 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# 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-libs-protobuf) -target_compile_options(contrib-libs-protobuf PRIVATE - -DHAVE_CONFIG_H - -DHAVE_PTHREAD=1 - -DHAVE_ZLIB=1 - $,,-Wno-everything> -) -target_include_directories(contrib-libs-protobuf PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_link_libraries(contrib-libs-protobuf PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-zlib - cpp-sanitizer-include -) -target_sources(contrib-libs-protobuf PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/any.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/any.pb.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/any_lite.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/api.pb.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/arena.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/arenastring.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/descriptor.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/descriptor.pb.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/descriptor_database.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/duration.pb.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/dynamic_message.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/empty.pb.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/extension_set.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/extension_set_heavy.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/field_mask.pb.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/generated_enum_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/generated_message_bases.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/generated_message_reflection.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/generated_message_table_driven.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/generated_message_table_driven_lite.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/generated_message_tctable_full.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/generated_message_tctable_lite.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/implicit_weak_message.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/inlined_string_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/io/coded_stream.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/io/gzip_stream.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/io/io_win32.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/io/printer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/io/strtod.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/io/tokenizer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/io/zero_copy_stream.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/json_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/map.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/map_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/message.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/message_lite.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/messagext.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/parse_context.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/reflection_ops.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/repeated_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/repeated_ptr_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/service.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/source_context.pb.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/struct.pb.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/stubs/bytestream.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/stubs/common.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/stubs/int128.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/stubs/status.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/stubs/statusor.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/stubs/stringpiece.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/stubs/stringprintf.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/stubs/structurally_valid.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/stubs/strutil.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/stubs/substitute.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/stubs/time.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/text_format.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/timestamp.pb.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/type.pb.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/unknown_field_set.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/delimited_message_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/field_comparator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/field_mask_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/internal/datapiece.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/internal/default_value_objectwriter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/internal/error_listener.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/internal/field_mask_utility.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/internal/json_escaping.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/internal/json_objectwriter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/internal/json_stream_parser.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/internal/object_writer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/internal/proto_writer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/internal/protostream_objectsource.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/internal/protostream_objectwriter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/internal/type_info.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/internal/utility.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/json_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/message_differencer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/time_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/type_resolver_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/wire_format.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/wire_format_lite.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/wrappers.pb.cc -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/any.proto - ${CMAKE_BINARY_DIR}/contrib/libs/protobuf/src/google/protobuf/any.proto -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/api.proto - ${CMAKE_BINARY_DIR}/contrib/libs/protobuf/src/google/protobuf/api.proto -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/descriptor.proto - ${CMAKE_BINARY_DIR}/contrib/libs/protobuf/src/google/protobuf/descriptor.proto -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/duration.proto - ${CMAKE_BINARY_DIR}/contrib/libs/protobuf/src/google/protobuf/duration.proto -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/empty.proto - ${CMAKE_BINARY_DIR}/contrib/libs/protobuf/src/google/protobuf/empty.proto -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/field_mask.proto - ${CMAKE_BINARY_DIR}/contrib/libs/protobuf/src/google/protobuf/field_mask.proto -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/source_context.proto - ${CMAKE_BINARY_DIR}/contrib/libs/protobuf/src/google/protobuf/source_context.proto -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/struct.proto - ${CMAKE_BINARY_DIR}/contrib/libs/protobuf/src/google/protobuf/struct.proto -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/timestamp.proto - ${CMAKE_BINARY_DIR}/contrib/libs/protobuf/src/google/protobuf/timestamp.proto -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/type.proto - ${CMAKE_BINARY_DIR}/contrib/libs/protobuf/src/google/protobuf/type.proto -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/wrappers.proto - ${CMAKE_BINARY_DIR}/contrib/libs/protobuf/src/google/protobuf/wrappers.proto -) - -add_global_library_for(contrib-libs-protobuf.global contrib-libs-protobuf) -target_compile_options(contrib-libs-protobuf.global PRIVATE - -DHAVE_CONFIG_H - -DHAVE_PTHREAD=1 - -DHAVE_ZLIB=1 - $,,-Wno-everything> -) -target_include_directories(contrib-libs-protobuf.global PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_link_libraries(contrib-libs-protobuf.global PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-zlib - cpp-sanitizer-include -) -target_sources(contrib-libs-protobuf.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/generated_message_util.cc -) diff --git a/contrib/libs/protobuf/CMakeLists.linux-aarch64.txt b/contrib/libs/protobuf/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 5357276de1a..00000000000 --- a/contrib/libs/protobuf/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,177 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# 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-libs-protobuf) -target_compile_options(contrib-libs-protobuf PRIVATE - -DHAVE_CONFIG_H - -DHAVE_PTHREAD=1 - -DHAVE_ZLIB=1 - $,,-Wno-everything> -) -target_include_directories(contrib-libs-protobuf PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_link_libraries(contrib-libs-protobuf PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-zlib - cpp-sanitizer-include -) -target_sources(contrib-libs-protobuf PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/any.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/any.pb.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/any_lite.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/api.pb.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/arena.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/arenastring.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/descriptor.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/descriptor.pb.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/descriptor_database.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/duration.pb.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/dynamic_message.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/empty.pb.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/extension_set.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/extension_set_heavy.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/field_mask.pb.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/generated_enum_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/generated_message_bases.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/generated_message_reflection.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/generated_message_table_driven.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/generated_message_table_driven_lite.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/generated_message_tctable_full.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/generated_message_tctable_lite.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/implicit_weak_message.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/inlined_string_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/io/coded_stream.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/io/gzip_stream.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/io/io_win32.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/io/printer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/io/strtod.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/io/tokenizer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/io/zero_copy_stream.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/json_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/map.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/map_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/message.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/message_lite.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/messagext.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/parse_context.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/reflection_ops.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/repeated_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/repeated_ptr_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/service.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/source_context.pb.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/struct.pb.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/stubs/bytestream.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/stubs/common.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/stubs/int128.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/stubs/status.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/stubs/statusor.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/stubs/stringpiece.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/stubs/stringprintf.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/stubs/structurally_valid.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/stubs/strutil.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/stubs/substitute.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/stubs/time.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/text_format.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/timestamp.pb.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/type.pb.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/unknown_field_set.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/delimited_message_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/field_comparator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/field_mask_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/internal/datapiece.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/internal/default_value_objectwriter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/internal/error_listener.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/internal/field_mask_utility.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/internal/json_escaping.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/internal/json_objectwriter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/internal/json_stream_parser.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/internal/object_writer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/internal/proto_writer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/internal/protostream_objectsource.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/internal/protostream_objectwriter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/internal/type_info.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/internal/utility.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/json_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/message_differencer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/time_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/type_resolver_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/wire_format.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/wire_format_lite.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/wrappers.pb.cc -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/any.proto - ${CMAKE_BINARY_DIR}/contrib/libs/protobuf/src/google/protobuf/any.proto -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/api.proto - ${CMAKE_BINARY_DIR}/contrib/libs/protobuf/src/google/protobuf/api.proto -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/descriptor.proto - ${CMAKE_BINARY_DIR}/contrib/libs/protobuf/src/google/protobuf/descriptor.proto -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/duration.proto - ${CMAKE_BINARY_DIR}/contrib/libs/protobuf/src/google/protobuf/duration.proto -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/empty.proto - ${CMAKE_BINARY_DIR}/contrib/libs/protobuf/src/google/protobuf/empty.proto -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/field_mask.proto - ${CMAKE_BINARY_DIR}/contrib/libs/protobuf/src/google/protobuf/field_mask.proto -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/source_context.proto - ${CMAKE_BINARY_DIR}/contrib/libs/protobuf/src/google/protobuf/source_context.proto -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/struct.proto - ${CMAKE_BINARY_DIR}/contrib/libs/protobuf/src/google/protobuf/struct.proto -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/timestamp.proto - ${CMAKE_BINARY_DIR}/contrib/libs/protobuf/src/google/protobuf/timestamp.proto -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/type.proto - ${CMAKE_BINARY_DIR}/contrib/libs/protobuf/src/google/protobuf/type.proto -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/wrappers.proto - ${CMAKE_BINARY_DIR}/contrib/libs/protobuf/src/google/protobuf/wrappers.proto -) - -add_global_library_for(contrib-libs-protobuf.global contrib-libs-protobuf) -target_compile_options(contrib-libs-protobuf.global PRIVATE - -DHAVE_CONFIG_H - -DHAVE_PTHREAD=1 - -DHAVE_ZLIB=1 - $,,-Wno-everything> -) -target_include_directories(contrib-libs-protobuf.global PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_link_libraries(contrib-libs-protobuf.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-zlib - cpp-sanitizer-include -) -target_sources(contrib-libs-protobuf.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/generated_message_util.cc -) diff --git a/contrib/libs/protobuf/CMakeLists.linux-x86_64.txt b/contrib/libs/protobuf/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 5357276de1a..00000000000 --- a/contrib/libs/protobuf/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,177 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# 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-libs-protobuf) -target_compile_options(contrib-libs-protobuf PRIVATE - -DHAVE_CONFIG_H - -DHAVE_PTHREAD=1 - -DHAVE_ZLIB=1 - $,,-Wno-everything> -) -target_include_directories(contrib-libs-protobuf PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_link_libraries(contrib-libs-protobuf PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-zlib - cpp-sanitizer-include -) -target_sources(contrib-libs-protobuf PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/any.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/any.pb.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/any_lite.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/api.pb.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/arena.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/arenastring.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/descriptor.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/descriptor.pb.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/descriptor_database.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/duration.pb.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/dynamic_message.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/empty.pb.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/extension_set.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/extension_set_heavy.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/field_mask.pb.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/generated_enum_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/generated_message_bases.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/generated_message_reflection.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/generated_message_table_driven.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/generated_message_table_driven_lite.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/generated_message_tctable_full.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/generated_message_tctable_lite.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/implicit_weak_message.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/inlined_string_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/io/coded_stream.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/io/gzip_stream.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/io/io_win32.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/io/printer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/io/strtod.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/io/tokenizer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/io/zero_copy_stream.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/json_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/map.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/map_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/message.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/message_lite.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/messagext.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/parse_context.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/reflection_ops.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/repeated_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/repeated_ptr_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/service.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/source_context.pb.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/struct.pb.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/stubs/bytestream.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/stubs/common.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/stubs/int128.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/stubs/status.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/stubs/statusor.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/stubs/stringpiece.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/stubs/stringprintf.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/stubs/structurally_valid.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/stubs/strutil.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/stubs/substitute.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/stubs/time.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/text_format.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/timestamp.pb.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/type.pb.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/unknown_field_set.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/delimited_message_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/field_comparator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/field_mask_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/internal/datapiece.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/internal/default_value_objectwriter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/internal/error_listener.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/internal/field_mask_utility.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/internal/json_escaping.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/internal/json_objectwriter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/internal/json_stream_parser.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/internal/object_writer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/internal/proto_writer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/internal/protostream_objectsource.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/internal/protostream_objectwriter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/internal/type_info.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/internal/utility.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/json_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/message_differencer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/time_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/type_resolver_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/wire_format.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/wire_format_lite.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/wrappers.pb.cc -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/any.proto - ${CMAKE_BINARY_DIR}/contrib/libs/protobuf/src/google/protobuf/any.proto -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/api.proto - ${CMAKE_BINARY_DIR}/contrib/libs/protobuf/src/google/protobuf/api.proto -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/descriptor.proto - ${CMAKE_BINARY_DIR}/contrib/libs/protobuf/src/google/protobuf/descriptor.proto -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/duration.proto - ${CMAKE_BINARY_DIR}/contrib/libs/protobuf/src/google/protobuf/duration.proto -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/empty.proto - ${CMAKE_BINARY_DIR}/contrib/libs/protobuf/src/google/protobuf/empty.proto -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/field_mask.proto - ${CMAKE_BINARY_DIR}/contrib/libs/protobuf/src/google/protobuf/field_mask.proto -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/source_context.proto - ${CMAKE_BINARY_DIR}/contrib/libs/protobuf/src/google/protobuf/source_context.proto -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/struct.proto - ${CMAKE_BINARY_DIR}/contrib/libs/protobuf/src/google/protobuf/struct.proto -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/timestamp.proto - ${CMAKE_BINARY_DIR}/contrib/libs/protobuf/src/google/protobuf/timestamp.proto -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/type.proto - ${CMAKE_BINARY_DIR}/contrib/libs/protobuf/src/google/protobuf/type.proto -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/wrappers.proto - ${CMAKE_BINARY_DIR}/contrib/libs/protobuf/src/google/protobuf/wrappers.proto -) - -add_global_library_for(contrib-libs-protobuf.global contrib-libs-protobuf) -target_compile_options(contrib-libs-protobuf.global PRIVATE - -DHAVE_CONFIG_H - -DHAVE_PTHREAD=1 - -DHAVE_ZLIB=1 - $,,-Wno-everything> -) -target_include_directories(contrib-libs-protobuf.global PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_link_libraries(contrib-libs-protobuf.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-zlib - cpp-sanitizer-include -) -target_sources(contrib-libs-protobuf.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/generated_message_util.cc -) diff --git a/contrib/libs/protobuf/CMakeLists.txt b/contrib/libs/protobuf/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/protobuf/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/protobuf/CMakeLists.windows-x86_64.txt b/contrib/libs/protobuf/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 7bb6b1fa02a..00000000000 --- a/contrib/libs/protobuf/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,175 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# 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-libs-protobuf) -target_compile_options(contrib-libs-protobuf PRIVATE - -DHAVE_CONFIG_H - -DHAVE_PTHREAD=1 - -DHAVE_ZLIB=1 - $,,-Wno-everything> -) -target_include_directories(contrib-libs-protobuf PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_link_libraries(contrib-libs-protobuf PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-zlib - cpp-sanitizer-include -) -target_sources(contrib-libs-protobuf PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/any.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/any.pb.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/any_lite.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/api.pb.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/arena.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/arenastring.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/descriptor.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/descriptor.pb.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/descriptor_database.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/duration.pb.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/dynamic_message.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/empty.pb.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/extension_set.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/extension_set_heavy.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/field_mask.pb.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/generated_enum_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/generated_message_bases.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/generated_message_reflection.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/generated_message_table_driven.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/generated_message_table_driven_lite.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/generated_message_tctable_full.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/generated_message_tctable_lite.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/implicit_weak_message.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/inlined_string_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/io/coded_stream.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/io/gzip_stream.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/io/io_win32.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/io/printer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/io/strtod.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/io/tokenizer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/io/zero_copy_stream.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/json_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/map.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/map_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/message.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/message_lite.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/messagext.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/parse_context.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/reflection_ops.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/repeated_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/repeated_ptr_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/service.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/source_context.pb.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/struct.pb.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/stubs/bytestream.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/stubs/common.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/stubs/int128.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/stubs/status.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/stubs/statusor.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/stubs/stringpiece.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/stubs/stringprintf.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/stubs/structurally_valid.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/stubs/strutil.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/stubs/substitute.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/stubs/time.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/text_format.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/timestamp.pb.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/type.pb.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/unknown_field_set.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/delimited_message_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/field_comparator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/field_mask_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/internal/datapiece.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/internal/default_value_objectwriter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/internal/error_listener.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/internal/field_mask_utility.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/internal/json_escaping.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/internal/json_objectwriter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/internal/json_stream_parser.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/internal/object_writer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/internal/proto_writer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/internal/protostream_objectsource.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/internal/protostream_objectwriter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/internal/type_info.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/internal/utility.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/json_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/message_differencer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/time_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/util/type_resolver_util.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/wire_format.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/wire_format_lite.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/wrappers.pb.cc -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/any.proto - ${CMAKE_BINARY_DIR}/contrib/libs/protobuf/src/google/protobuf/any.proto -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/api.proto - ${CMAKE_BINARY_DIR}/contrib/libs/protobuf/src/google/protobuf/api.proto -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/descriptor.proto - ${CMAKE_BINARY_DIR}/contrib/libs/protobuf/src/google/protobuf/descriptor.proto -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/duration.proto - ${CMAKE_BINARY_DIR}/contrib/libs/protobuf/src/google/protobuf/duration.proto -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/empty.proto - ${CMAKE_BINARY_DIR}/contrib/libs/protobuf/src/google/protobuf/empty.proto -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/field_mask.proto - ${CMAKE_BINARY_DIR}/contrib/libs/protobuf/src/google/protobuf/field_mask.proto -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/source_context.proto - ${CMAKE_BINARY_DIR}/contrib/libs/protobuf/src/google/protobuf/source_context.proto -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/struct.proto - ${CMAKE_BINARY_DIR}/contrib/libs/protobuf/src/google/protobuf/struct.proto -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/timestamp.proto - ${CMAKE_BINARY_DIR}/contrib/libs/protobuf/src/google/protobuf/timestamp.proto -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/type.proto - ${CMAKE_BINARY_DIR}/contrib/libs/protobuf/src/google/protobuf/type.proto -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/wrappers.proto - ${CMAKE_BINARY_DIR}/contrib/libs/protobuf/src/google/protobuf/wrappers.proto -) - -add_global_library_for(contrib-libs-protobuf.global contrib-libs-protobuf) -target_compile_options(contrib-libs-protobuf.global PRIVATE - -DHAVE_CONFIG_H - -DHAVE_PTHREAD=1 - -DHAVE_ZLIB=1 - $,,-Wno-everything> -) -target_include_directories(contrib-libs-protobuf.global PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_link_libraries(contrib-libs-protobuf.global PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-zlib - cpp-sanitizer-include -) -target_sources(contrib-libs-protobuf.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src/google/protobuf/generated_message_util.cc -) diff --git a/contrib/libs/protoc/CMakeLists.darwin-x86_64.txt b/contrib/libs/protoc/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 4cce10e7b9d..00000000000 --- a/contrib/libs/protoc/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,112 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# 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-libs-protoc) -target_compile_options(contrib-libs-protoc PRIVATE - -DHAVE_CONFIG_H - -DHAVE_PTHREAD=1 - -DHAVE_ZLIB=1 - $,,-Wno-everything> -) -target_include_directories(contrib-libs-protoc PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src -) -target_link_libraries(contrib-libs-protoc PUBLIC - contrib-libs-cxxsupp - contrib-libs-protobuf -) -target_sources(contrib-libs-protoc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/code_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/command_line_interface.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_enum.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_enum_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_extension.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_file.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_helpers.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_map_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_message.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_message_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_padding_optimizer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_parse_function_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_service.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_string_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/csharp/csharp_doc_comment.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/csharp/csharp_enum.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/csharp/csharp_enum_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/csharp/csharp_field_base.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/csharp/csharp_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/csharp/csharp_helpers.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/csharp/csharp_map_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/csharp/csharp_message.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/csharp/csharp_message_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/csharp/csharp_primitive_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/csharp/csharp_reflection_class.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/csharp/csharp_source_generator_base.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/csharp/csharp_wrapper_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/importer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_context.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_doc_comment.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_enum.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_enum_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_enum_field_lite.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_enum_lite.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_extension.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_extension_lite.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_file.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_generator_factory.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_helpers.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_kotlin_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_map_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_map_field_lite.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_message.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_message_builder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_message_builder_lite.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_message_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_message_field_lite.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_message_lite.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_name_resolver.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_primitive_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_primitive_field_lite.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_service.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_shared_code_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_string_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_string_field_lite.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/js/js_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/js/well_known_types_embed.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/objectivec/objectivec_enum.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/objectivec/objectivec_enum_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/objectivec/objectivec_extension.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/objectivec/objectivec_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/objectivec/objectivec_file.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/objectivec/objectivec_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/objectivec/objectivec_map_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/objectivec/objectivec_message.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/objectivec/objectivec_message_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/objectivec/objectivec_oneof.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/objectivec/objectivec_primitive_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/parser.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/perlxs/perlxs_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/perlxs/perlxs_helpers.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/php/php_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/plugin.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/plugin.pb.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/python/python_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/ruby/ruby_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/subprocess.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/zip_writer.cc -) diff --git a/contrib/libs/protoc/CMakeLists.linux-aarch64.txt b/contrib/libs/protoc/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b6a3dcc4bcb..00000000000 --- a/contrib/libs/protoc/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,113 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# 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-libs-protoc) -target_compile_options(contrib-libs-protoc PRIVATE - -DHAVE_CONFIG_H - -DHAVE_PTHREAD=1 - -DHAVE_ZLIB=1 - $,,-Wno-everything> -) -target_include_directories(contrib-libs-protoc PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src -) -target_link_libraries(contrib-libs-protoc PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-protobuf -) -target_sources(contrib-libs-protoc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/code_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/command_line_interface.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_enum.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_enum_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_extension.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_file.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_helpers.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_map_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_message.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_message_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_padding_optimizer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_parse_function_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_service.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_string_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/csharp/csharp_doc_comment.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/csharp/csharp_enum.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/csharp/csharp_enum_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/csharp/csharp_field_base.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/csharp/csharp_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/csharp/csharp_helpers.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/csharp/csharp_map_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/csharp/csharp_message.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/csharp/csharp_message_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/csharp/csharp_primitive_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/csharp/csharp_reflection_class.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/csharp/csharp_source_generator_base.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/csharp/csharp_wrapper_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/importer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_context.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_doc_comment.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_enum.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_enum_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_enum_field_lite.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_enum_lite.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_extension.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_extension_lite.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_file.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_generator_factory.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_helpers.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_kotlin_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_map_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_map_field_lite.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_message.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_message_builder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_message_builder_lite.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_message_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_message_field_lite.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_message_lite.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_name_resolver.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_primitive_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_primitive_field_lite.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_service.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_shared_code_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_string_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_string_field_lite.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/js/js_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/js/well_known_types_embed.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/objectivec/objectivec_enum.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/objectivec/objectivec_enum_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/objectivec/objectivec_extension.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/objectivec/objectivec_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/objectivec/objectivec_file.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/objectivec/objectivec_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/objectivec/objectivec_map_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/objectivec/objectivec_message.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/objectivec/objectivec_message_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/objectivec/objectivec_oneof.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/objectivec/objectivec_primitive_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/parser.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/perlxs/perlxs_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/perlxs/perlxs_helpers.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/php/php_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/plugin.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/plugin.pb.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/python/python_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/ruby/ruby_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/subprocess.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/zip_writer.cc -) diff --git a/contrib/libs/protoc/CMakeLists.linux-x86_64.txt b/contrib/libs/protoc/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b6a3dcc4bcb..00000000000 --- a/contrib/libs/protoc/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,113 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# 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-libs-protoc) -target_compile_options(contrib-libs-protoc PRIVATE - -DHAVE_CONFIG_H - -DHAVE_PTHREAD=1 - -DHAVE_ZLIB=1 - $,,-Wno-everything> -) -target_include_directories(contrib-libs-protoc PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src -) -target_link_libraries(contrib-libs-protoc PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-libs-protobuf -) -target_sources(contrib-libs-protoc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/code_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/command_line_interface.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_enum.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_enum_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_extension.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_file.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_helpers.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_map_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_message.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_message_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_padding_optimizer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_parse_function_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_service.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_string_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/csharp/csharp_doc_comment.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/csharp/csharp_enum.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/csharp/csharp_enum_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/csharp/csharp_field_base.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/csharp/csharp_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/csharp/csharp_helpers.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/csharp/csharp_map_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/csharp/csharp_message.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/csharp/csharp_message_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/csharp/csharp_primitive_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/csharp/csharp_reflection_class.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/csharp/csharp_source_generator_base.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/csharp/csharp_wrapper_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/importer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_context.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_doc_comment.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_enum.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_enum_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_enum_field_lite.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_enum_lite.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_extension.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_extension_lite.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_file.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_generator_factory.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_helpers.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_kotlin_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_map_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_map_field_lite.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_message.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_message_builder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_message_builder_lite.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_message_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_message_field_lite.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_message_lite.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_name_resolver.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_primitive_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_primitive_field_lite.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_service.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_shared_code_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_string_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_string_field_lite.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/js/js_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/js/well_known_types_embed.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/objectivec/objectivec_enum.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/objectivec/objectivec_enum_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/objectivec/objectivec_extension.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/objectivec/objectivec_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/objectivec/objectivec_file.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/objectivec/objectivec_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/objectivec/objectivec_map_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/objectivec/objectivec_message.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/objectivec/objectivec_message_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/objectivec/objectivec_oneof.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/objectivec/objectivec_primitive_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/parser.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/perlxs/perlxs_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/perlxs/perlxs_helpers.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/php/php_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/plugin.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/plugin.pb.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/python/python_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/ruby/ruby_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/subprocess.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/zip_writer.cc -) diff --git a/contrib/libs/protoc/CMakeLists.txt b/contrib/libs/protoc/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/protoc/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/protoc/CMakeLists.windows-x86_64.txt b/contrib/libs/protoc/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 4cce10e7b9d..00000000000 --- a/contrib/libs/protoc/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,112 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# 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-libs-protoc) -target_compile_options(contrib-libs-protoc PRIVATE - -DHAVE_CONFIG_H - -DHAVE_PTHREAD=1 - -DHAVE_ZLIB=1 - $,,-Wno-everything> -) -target_include_directories(contrib-libs-protoc PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src -) -target_link_libraries(contrib-libs-protoc PUBLIC - contrib-libs-cxxsupp - contrib-libs-protobuf -) -target_sources(contrib-libs-protoc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/code_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/command_line_interface.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_enum.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_enum_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_extension.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_file.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_helpers.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_map_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_message.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_message_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_padding_optimizer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_parse_function_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_service.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_string_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/csharp/csharp_doc_comment.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/csharp/csharp_enum.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/csharp/csharp_enum_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/csharp/csharp_field_base.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/csharp/csharp_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/csharp/csharp_helpers.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/csharp/csharp_map_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/csharp/csharp_message.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/csharp/csharp_message_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/csharp/csharp_primitive_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/csharp/csharp_reflection_class.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/csharp/csharp_source_generator_base.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/csharp/csharp_wrapper_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/importer.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_context.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_doc_comment.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_enum.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_enum_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_enum_field_lite.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_enum_lite.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_extension.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_extension_lite.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_file.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_generator_factory.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_helpers.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_kotlin_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_map_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_map_field_lite.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_message.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_message_builder.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_message_builder_lite.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_message_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_message_field_lite.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_message_lite.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_name_resolver.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_primitive_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_primitive_field_lite.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_service.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_shared_code_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_string_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/java/java_string_field_lite.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/js/js_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/js/well_known_types_embed.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/objectivec/objectivec_enum.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/objectivec/objectivec_enum_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/objectivec/objectivec_extension.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/objectivec/objectivec_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/objectivec/objectivec_file.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/objectivec/objectivec_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/objectivec/objectivec_map_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/objectivec/objectivec_message.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/objectivec/objectivec_message_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/objectivec/objectivec_oneof.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/objectivec/objectivec_primitive_field.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/parser.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/perlxs/perlxs_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/perlxs/perlxs_helpers.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/php/php_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/plugin.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/plugin.pb.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/python/python_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/ruby/ruby_generator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/subprocess.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/zip_writer.cc -) diff --git a/contrib/libs/rapidjson/CMakeLists.darwin-x86_64.txt b/contrib/libs/rapidjson/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index e39698fe302..00000000000 --- a/contrib/libs/rapidjson/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(contrib-libs-rapidjson INTERFACE) -target_link_libraries(contrib-libs-rapidjson INTERFACE - contrib-libs-cxxsupp -) diff --git a/contrib/libs/rapidjson/CMakeLists.linux-aarch64.txt b/contrib/libs/rapidjson/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 9a31ba51651..00000000000 --- a/contrib/libs/rapidjson/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(contrib-libs-rapidjson INTERFACE) -target_link_libraries(contrib-libs-rapidjson INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp -) diff --git a/contrib/libs/rapidjson/CMakeLists.linux-x86_64.txt b/contrib/libs/rapidjson/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 9a31ba51651..00000000000 --- a/contrib/libs/rapidjson/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(contrib-libs-rapidjson INTERFACE) -target_link_libraries(contrib-libs-rapidjson INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp -) diff --git a/contrib/libs/rapidjson/CMakeLists.txt b/contrib/libs/rapidjson/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/rapidjson/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/rapidjson/CMakeLists.windows-x86_64.txt b/contrib/libs/rapidjson/CMakeLists.windows-x86_64.txt deleted file mode 100644 index e39698fe302..00000000000 --- a/contrib/libs/rapidjson/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(contrib-libs-rapidjson INTERFACE) -target_link_libraries(contrib-libs-rapidjson INTERFACE - contrib-libs-cxxsupp -) diff --git a/contrib/libs/re2/CMakeLists.darwin-x86_64.txt b/contrib/libs/re2/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a6c28e1ad73..00000000000 --- a/contrib/libs/re2/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,53 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# 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-libs-re2) -target_compile_options(contrib-libs-re2 PRIVATE - $,,-Wno-everything> -) -target_include_directories(contrib-libs-re2 PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/include -) -target_include_directories(contrib-libs-re2 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/re2 -) -target_link_libraries(contrib-libs-re2 PUBLIC - contrib-libs-cxxsupp - yutil - abseil-cpp-absl-base - abseil-cpp-absl-container - abseil-cpp-absl-hash - abseil-cpp-absl-strings - abseil-cpp-absl-synchronization - cpp-sanitizer-include -) -target_sources(contrib-libs-re2 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/bitmap256.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/bitstate.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/compile.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/dfa.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/filtered_re2.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/mimics_pcre.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/nfa.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/onepass.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/parse.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/perl_groups.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/prefilter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/prefilter_tree.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/prog.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/re2.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/regexp.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/set.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/simplify.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/tostring.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/unicode_casefold.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/unicode_groups.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/util/rune.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/util/strutil.cc -) diff --git a/contrib/libs/re2/CMakeLists.linux-aarch64.txt b/contrib/libs/re2/CMakeLists.linux-aarch64.txt deleted file mode 100644 index dbc7d78329f..00000000000 --- a/contrib/libs/re2/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,54 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# 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-libs-re2) -target_compile_options(contrib-libs-re2 PRIVATE - $,,-Wno-everything> -) -target_include_directories(contrib-libs-re2 PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/include -) -target_include_directories(contrib-libs-re2 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/re2 -) -target_link_libraries(contrib-libs-re2 PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - abseil-cpp-absl-base - abseil-cpp-absl-container - abseil-cpp-absl-hash - abseil-cpp-absl-strings - abseil-cpp-absl-synchronization - cpp-sanitizer-include -) -target_sources(contrib-libs-re2 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/bitmap256.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/bitstate.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/compile.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/dfa.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/filtered_re2.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/mimics_pcre.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/nfa.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/onepass.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/parse.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/perl_groups.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/prefilter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/prefilter_tree.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/prog.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/re2.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/regexp.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/set.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/simplify.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/tostring.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/unicode_casefold.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/unicode_groups.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/util/rune.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/util/strutil.cc -) diff --git a/contrib/libs/re2/CMakeLists.linux-x86_64.txt b/contrib/libs/re2/CMakeLists.linux-x86_64.txt deleted file mode 100644 index dbc7d78329f..00000000000 --- a/contrib/libs/re2/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,54 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# 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-libs-re2) -target_compile_options(contrib-libs-re2 PRIVATE - $,,-Wno-everything> -) -target_include_directories(contrib-libs-re2 PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/include -) -target_include_directories(contrib-libs-re2 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/re2 -) -target_link_libraries(contrib-libs-re2 PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - abseil-cpp-absl-base - abseil-cpp-absl-container - abseil-cpp-absl-hash - abseil-cpp-absl-strings - abseil-cpp-absl-synchronization - cpp-sanitizer-include -) -target_sources(contrib-libs-re2 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/bitmap256.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/bitstate.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/compile.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/dfa.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/filtered_re2.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/mimics_pcre.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/nfa.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/onepass.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/parse.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/perl_groups.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/prefilter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/prefilter_tree.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/prog.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/re2.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/regexp.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/set.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/simplify.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/tostring.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/unicode_casefold.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/unicode_groups.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/util/rune.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/util/strutil.cc -) diff --git a/contrib/libs/re2/CMakeLists.txt b/contrib/libs/re2/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/re2/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/re2/CMakeLists.windows-x86_64.txt b/contrib/libs/re2/CMakeLists.windows-x86_64.txt deleted file mode 100644 index a6c28e1ad73..00000000000 --- a/contrib/libs/re2/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,53 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# 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-libs-re2) -target_compile_options(contrib-libs-re2 PRIVATE - $,,-Wno-everything> -) -target_include_directories(contrib-libs-re2 PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/include -) -target_include_directories(contrib-libs-re2 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/re2 -) -target_link_libraries(contrib-libs-re2 PUBLIC - contrib-libs-cxxsupp - yutil - abseil-cpp-absl-base - abseil-cpp-absl-container - abseil-cpp-absl-hash - abseil-cpp-absl-strings - abseil-cpp-absl-synchronization - cpp-sanitizer-include -) -target_sources(contrib-libs-re2 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/bitmap256.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/bitstate.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/compile.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/dfa.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/filtered_re2.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/mimics_pcre.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/nfa.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/onepass.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/parse.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/perl_groups.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/prefilter.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/prefilter_tree.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/prog.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/re2.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/regexp.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/set.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/simplify.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/tostring.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/unicode_casefold.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/re2/unicode_groups.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/util/rune.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/re2/util/strutil.cc -) diff --git a/contrib/libs/sasl/CMakeLists.darwin-x86_64.txt b/contrib/libs/sasl/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index e3e65a373a9..00000000000 --- a/contrib/libs/sasl/CMakeLists.darwin-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(contrib-libs-sasl) -target_compile_options(contrib-libs-sasl PRIVATE - -DCONFIGDIR="/tmp/yamaker/sasl/out/lib/sasl2:/var/empty/cyrus-sasl-2.1.28/etc/sasl2" - -DHAVE_CONFIG_H - -DOBSOLETE_CRAM_ATTR=1 - -DOBSOLETE_DIGEST_ATTR=1 - -DPLUGINDIR="/tmp/yamaker/sasl/out/lib/sasl2" - $,,-Wno-everything> -) -target_include_directories(contrib-libs-sasl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/common - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/include - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/lib - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/plugins - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/sasldb -) -target_link_libraries(contrib-libs-sasl PUBLIC - contrib-libs-openssl -) -target_sources(contrib-libs-sasl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/common/plugin_common.c - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/lib/auxprop.c - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/lib/canonusr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/lib/checkpw.c - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/lib/client.c - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/lib/common.c - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/lib/config.c - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/lib/dlopen.c - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/lib/external.c - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/lib/md5.c - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/lib/saslutil.c - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/lib/server.c - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/lib/seterror.c - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/plugins/anonymous.c - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/plugins/cram.c - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/plugins/digestmd5.c - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/plugins/otp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/plugins/plain.c - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/plugins/sasldb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/plugins/scram.c - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/sasldb/db_none.c -) diff --git a/contrib/libs/sasl/CMakeLists.linux-aarch64.txt b/contrib/libs/sasl/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 69337b5953c..00000000000 --- a/contrib/libs/sasl/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,53 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# 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-libs-sasl) -target_compile_options(contrib-libs-sasl PRIVATE - -DCONFIGDIR="/tmp/yamaker/sasl/out/lib/sasl2:/var/empty/cyrus-sasl-2.1.28/etc/sasl2" - -DHAVE_CONFIG_H - -DOBSOLETE_CRAM_ATTR=1 - -DOBSOLETE_DIGEST_ATTR=1 - -DPLUGINDIR="/tmp/yamaker/sasl/out/lib/sasl2" - $,,-Wno-everything> -) -target_include_directories(contrib-libs-sasl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/common - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/include - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/lib - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/plugins - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/sasldb -) -target_link_libraries(contrib-libs-sasl PUBLIC - contrib-libs-linux-headers - contrib-libs-openssl -) -target_sources(contrib-libs-sasl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/common/plugin_common.c - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/lib/auxprop.c - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/lib/canonusr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/lib/checkpw.c - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/lib/client.c - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/lib/common.c - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/lib/config.c - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/lib/dlopen.c - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/lib/external.c - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/lib/md5.c - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/lib/saslutil.c - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/lib/server.c - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/lib/seterror.c - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/plugins/anonymous.c - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/plugins/cram.c - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/plugins/digestmd5.c - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/plugins/otp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/plugins/plain.c - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/plugins/sasldb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/plugins/scram.c - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/sasldb/db_none.c -) diff --git a/contrib/libs/sasl/CMakeLists.linux-x86_64.txt b/contrib/libs/sasl/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 69337b5953c..00000000000 --- a/contrib/libs/sasl/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,53 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# 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-libs-sasl) -target_compile_options(contrib-libs-sasl PRIVATE - -DCONFIGDIR="/tmp/yamaker/sasl/out/lib/sasl2:/var/empty/cyrus-sasl-2.1.28/etc/sasl2" - -DHAVE_CONFIG_H - -DOBSOLETE_CRAM_ATTR=1 - -DOBSOLETE_DIGEST_ATTR=1 - -DPLUGINDIR="/tmp/yamaker/sasl/out/lib/sasl2" - $,,-Wno-everything> -) -target_include_directories(contrib-libs-sasl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/common - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/include - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/lib - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/plugins - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/sasldb -) -target_link_libraries(contrib-libs-sasl PUBLIC - contrib-libs-linux-headers - contrib-libs-openssl -) -target_sources(contrib-libs-sasl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/common/plugin_common.c - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/lib/auxprop.c - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/lib/canonusr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/lib/checkpw.c - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/lib/client.c - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/lib/common.c - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/lib/config.c - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/lib/dlopen.c - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/lib/external.c - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/lib/md5.c - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/lib/saslutil.c - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/lib/server.c - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/lib/seterror.c - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/plugins/anonymous.c - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/plugins/cram.c - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/plugins/digestmd5.c - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/plugins/otp.c - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/plugins/plain.c - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/plugins/sasldb.c - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/plugins/scram.c - ${CMAKE_SOURCE_DIR}/contrib/libs/sasl/sasldb/db_none.c -) diff --git a/contrib/libs/sasl/CMakeLists.txt b/contrib/libs/sasl/CMakeLists.txt deleted file mode 100644 index 522af85d518..00000000000 --- a/contrib/libs/sasl/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 "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) -endif() diff --git a/contrib/libs/snappy/CMakeLists.darwin-x86_64.txt b/contrib/libs/snappy/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 530a98a7a44..00000000000 --- a/contrib/libs/snappy/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(contrib-libs-snappy) -target_compile_options(contrib-libs-snappy PRIVATE - -DHAVE_CONFIG_H - $,,-Wno-everything> -) -target_include_directories(contrib-libs-snappy PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/snappy/include -) -target_link_libraries(contrib-libs-snappy PUBLIC - contrib-libs-cxxsupp - yutil - cpp-sanitizer-include -) -target_sources(contrib-libs-snappy PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/snappy/snappy-c.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/snappy/snappy-sinksource.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/snappy/snappy-stubs-internal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/snappy/snappy.cc -) diff --git a/contrib/libs/snappy/CMakeLists.linux-aarch64.txt b/contrib/libs/snappy/CMakeLists.linux-aarch64.txt deleted file mode 100644 index f6dc610e4ef..00000000000 --- a/contrib/libs/snappy/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,29 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(contrib-libs-snappy) -target_compile_options(contrib-libs-snappy PRIVATE - -DHAVE_CONFIG_H - $,,-Wno-everything> -) -target_include_directories(contrib-libs-snappy PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/snappy/include -) -target_link_libraries(contrib-libs-snappy PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-sanitizer-include -) -target_sources(contrib-libs-snappy PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/snappy/snappy-c.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/snappy/snappy-sinksource.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/snappy/snappy-stubs-internal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/snappy/snappy.cc -) diff --git a/contrib/libs/snappy/CMakeLists.linux-x86_64.txt b/contrib/libs/snappy/CMakeLists.linux-x86_64.txt deleted file mode 100644 index f6dc610e4ef..00000000000 --- a/contrib/libs/snappy/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,29 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(contrib-libs-snappy) -target_compile_options(contrib-libs-snappy PRIVATE - -DHAVE_CONFIG_H - $,,-Wno-everything> -) -target_include_directories(contrib-libs-snappy PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/snappy/include -) -target_link_libraries(contrib-libs-snappy PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-sanitizer-include -) -target_sources(contrib-libs-snappy PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/snappy/snappy-c.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/snappy/snappy-sinksource.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/snappy/snappy-stubs-internal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/snappy/snappy.cc -) diff --git a/contrib/libs/snappy/CMakeLists.txt b/contrib/libs/snappy/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/snappy/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/snappy/CMakeLists.windows-x86_64.txt b/contrib/libs/snappy/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 530a98a7a44..00000000000 --- a/contrib/libs/snappy/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(contrib-libs-snappy) -target_compile_options(contrib-libs-snappy PRIVATE - -DHAVE_CONFIG_H - $,,-Wno-everything> -) -target_include_directories(contrib-libs-snappy PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/snappy/include -) -target_link_libraries(contrib-libs-snappy PUBLIC - contrib-libs-cxxsupp - yutil - cpp-sanitizer-include -) -target_sources(contrib-libs-snappy PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/snappy/snappy-c.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/snappy/snappy-sinksource.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/snappy/snappy-stubs-internal.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/snappy/snappy.cc -) diff --git a/contrib/libs/sparsehash/CMakeLists.darwin-x86_64.txt b/contrib/libs/sparsehash/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 0de0e50d71c..00000000000 --- a/contrib/libs/sparsehash/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(contrib-libs-sparsehash INTERFACE) -target_include_directories(contrib-libs-sparsehash INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/libs/sparsehash/src -) -target_link_libraries(contrib-libs-sparsehash INTERFACE - contrib-libs-cxxsupp - yutil -) diff --git a/contrib/libs/sparsehash/CMakeLists.linux-aarch64.txt b/contrib/libs/sparsehash/CMakeLists.linux-aarch64.txt deleted file mode 100644 index ddcaf918dc5..00000000000 --- a/contrib/libs/sparsehash/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(contrib-libs-sparsehash INTERFACE) -target_include_directories(contrib-libs-sparsehash INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/libs/sparsehash/src -) -target_link_libraries(contrib-libs-sparsehash INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) diff --git a/contrib/libs/sparsehash/CMakeLists.linux-x86_64.txt b/contrib/libs/sparsehash/CMakeLists.linux-x86_64.txt deleted file mode 100644 index ddcaf918dc5..00000000000 --- a/contrib/libs/sparsehash/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(contrib-libs-sparsehash INTERFACE) -target_include_directories(contrib-libs-sparsehash INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/libs/sparsehash/src -) -target_link_libraries(contrib-libs-sparsehash INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) diff --git a/contrib/libs/sparsehash/CMakeLists.txt b/contrib/libs/sparsehash/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/sparsehash/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/sparsehash/CMakeLists.windows-x86_64.txt b/contrib/libs/sparsehash/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 0de0e50d71c..00000000000 --- a/contrib/libs/sparsehash/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(contrib-libs-sparsehash INTERFACE) -target_include_directories(contrib-libs-sparsehash INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/libs/sparsehash/src -) -target_link_libraries(contrib-libs-sparsehash INTERFACE - contrib-libs-cxxsupp - yutil -) diff --git a/contrib/libs/t1ha/CMakeLists.darwin-x86_64.txt b/contrib/libs/t1ha/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index cf6ef995113..00000000000 --- a/contrib/libs/t1ha/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(contrib-libs-t1ha) -target_compile_options(contrib-libs-t1ha PRIVATE - -maes - $,,-Wno-everything> -) -target_sources(contrib-libs-t1ha PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/t1ha/src/t1ha0.c - ${CMAKE_SOURCE_DIR}/contrib/libs/t1ha/src/t1ha0_ia32aes_avx.c - ${CMAKE_SOURCE_DIR}/contrib/libs/t1ha/src/t1ha0_ia32aes_avx2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/t1ha/src/t1ha0_ia32aes_noavx.c - ${CMAKE_SOURCE_DIR}/contrib/libs/t1ha/src/t1ha0_selfcheck.c - ${CMAKE_SOURCE_DIR}/contrib/libs/t1ha/src/t1ha1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/t1ha/src/t1ha1_selfcheck.c - ${CMAKE_SOURCE_DIR}/contrib/libs/t1ha/src/t1ha2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/t1ha/src/t1ha2_selfcheck.c - ${CMAKE_SOURCE_DIR}/contrib/libs/t1ha/src/t1ha_selfcheck.c - ${CMAKE_SOURCE_DIR}/contrib/libs/t1ha/src/t1ha_selfcheck_all.c -) diff --git a/contrib/libs/t1ha/CMakeLists.linux-aarch64.txt b/contrib/libs/t1ha/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 9ac18409d0d..00000000000 --- a/contrib/libs/t1ha/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(contrib-libs-t1ha) -target_compile_options(contrib-libs-t1ha PRIVATE - $,,-Wno-everything> -) -target_link_libraries(contrib-libs-t1ha PUBLIC - contrib-libs-linux-headers -) -target_sources(contrib-libs-t1ha PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/t1ha/src/t1ha0.c - ${CMAKE_SOURCE_DIR}/contrib/libs/t1ha/src/t1ha0_ia32aes_avx.c - ${CMAKE_SOURCE_DIR}/contrib/libs/t1ha/src/t1ha0_ia32aes_avx2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/t1ha/src/t1ha0_ia32aes_noavx.c - ${CMAKE_SOURCE_DIR}/contrib/libs/t1ha/src/t1ha0_selfcheck.c - ${CMAKE_SOURCE_DIR}/contrib/libs/t1ha/src/t1ha1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/t1ha/src/t1ha1_selfcheck.c - ${CMAKE_SOURCE_DIR}/contrib/libs/t1ha/src/t1ha2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/t1ha/src/t1ha2_selfcheck.c - ${CMAKE_SOURCE_DIR}/contrib/libs/t1ha/src/t1ha_selfcheck.c - ${CMAKE_SOURCE_DIR}/contrib/libs/t1ha/src/t1ha_selfcheck_all.c -) diff --git a/contrib/libs/t1ha/CMakeLists.linux-x86_64.txt b/contrib/libs/t1ha/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 7f2893caa34..00000000000 --- a/contrib/libs/t1ha/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(contrib-libs-t1ha) -target_compile_options(contrib-libs-t1ha PRIVATE - -maes - $,,-Wno-everything> -) -target_link_libraries(contrib-libs-t1ha PUBLIC - contrib-libs-linux-headers -) -target_sources(contrib-libs-t1ha PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/t1ha/src/t1ha0.c - ${CMAKE_SOURCE_DIR}/contrib/libs/t1ha/src/t1ha0_ia32aes_avx.c - ${CMAKE_SOURCE_DIR}/contrib/libs/t1ha/src/t1ha0_ia32aes_avx2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/t1ha/src/t1ha0_ia32aes_noavx.c - ${CMAKE_SOURCE_DIR}/contrib/libs/t1ha/src/t1ha0_selfcheck.c - ${CMAKE_SOURCE_DIR}/contrib/libs/t1ha/src/t1ha1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/t1ha/src/t1ha1_selfcheck.c - ${CMAKE_SOURCE_DIR}/contrib/libs/t1ha/src/t1ha2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/t1ha/src/t1ha2_selfcheck.c - ${CMAKE_SOURCE_DIR}/contrib/libs/t1ha/src/t1ha_selfcheck.c - ${CMAKE_SOURCE_DIR}/contrib/libs/t1ha/src/t1ha_selfcheck_all.c -) diff --git a/contrib/libs/t1ha/CMakeLists.txt b/contrib/libs/t1ha/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/t1ha/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/t1ha/CMakeLists.windows-x86_64.txt b/contrib/libs/t1ha/CMakeLists.windows-x86_64.txt deleted file mode 100644 index cf6ef995113..00000000000 --- a/contrib/libs/t1ha/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(contrib-libs-t1ha) -target_compile_options(contrib-libs-t1ha PRIVATE - -maes - $,,-Wno-everything> -) -target_sources(contrib-libs-t1ha PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/t1ha/src/t1ha0.c - ${CMAKE_SOURCE_DIR}/contrib/libs/t1ha/src/t1ha0_ia32aes_avx.c - ${CMAKE_SOURCE_DIR}/contrib/libs/t1ha/src/t1ha0_ia32aes_avx2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/t1ha/src/t1ha0_ia32aes_noavx.c - ${CMAKE_SOURCE_DIR}/contrib/libs/t1ha/src/t1ha0_selfcheck.c - ${CMAKE_SOURCE_DIR}/contrib/libs/t1ha/src/t1ha1.c - ${CMAKE_SOURCE_DIR}/contrib/libs/t1ha/src/t1ha1_selfcheck.c - ${CMAKE_SOURCE_DIR}/contrib/libs/t1ha/src/t1ha2.c - ${CMAKE_SOURCE_DIR}/contrib/libs/t1ha/src/t1ha2_selfcheck.c - ${CMAKE_SOURCE_DIR}/contrib/libs/t1ha/src/t1ha_selfcheck.c - ${CMAKE_SOURCE_DIR}/contrib/libs/t1ha/src/t1ha_selfcheck_all.c -) diff --git a/contrib/libs/tcmalloc/CMakeLists.txt b/contrib/libs/tcmalloc/CMakeLists.txt deleted file mode 100644 index 7d079299af1..00000000000 --- a/contrib/libs/tcmalloc/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(malloc_extension) -add_subdirectory(no_percpu_cache) diff --git a/contrib/libs/tcmalloc/malloc_extension/CMakeLists.darwin-x86_64.txt b/contrib/libs/tcmalloc/malloc_extension/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index ff72551b971..00000000000 --- a/contrib/libs/tcmalloc/malloc_extension/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(libs-tcmalloc-malloc_extension) -target_compile_options(libs-tcmalloc-malloc_extension PRIVATE - -DTCMALLOC_256K_PAGES - $,,-Wno-everything> -) -target_include_directories(libs-tcmalloc-malloc_extension PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc -) -target_link_libraries(libs-tcmalloc-malloc_extension PUBLIC - contrib-libs-cxxsupp - contrib-restricted-abseil-cpp -) -target_sources(libs-tcmalloc-malloc_extension PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/malloc_extension.cc -) diff --git a/contrib/libs/tcmalloc/malloc_extension/CMakeLists.linux-aarch64.txt b/contrib/libs/tcmalloc/malloc_extension/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 4fc12f623da..00000000000 --- a/contrib/libs/tcmalloc/malloc_extension/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(libs-tcmalloc-malloc_extension) -target_compile_options(libs-tcmalloc-malloc_extension PRIVATE - -DTCMALLOC_256K_PAGES - $,,-Wno-everything> -) -target_include_directories(libs-tcmalloc-malloc_extension PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc -) -target_link_libraries(libs-tcmalloc-malloc_extension PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-restricted-abseil-cpp -) -target_sources(libs-tcmalloc-malloc_extension PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/malloc_extension.cc -) diff --git a/contrib/libs/tcmalloc/malloc_extension/CMakeLists.linux-x86_64.txt b/contrib/libs/tcmalloc/malloc_extension/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 4fc12f623da..00000000000 --- a/contrib/libs/tcmalloc/malloc_extension/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(libs-tcmalloc-malloc_extension) -target_compile_options(libs-tcmalloc-malloc_extension PRIVATE - -DTCMALLOC_256K_PAGES - $,,-Wno-everything> -) -target_include_directories(libs-tcmalloc-malloc_extension PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc -) -target_link_libraries(libs-tcmalloc-malloc_extension PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-restricted-abseil-cpp -) -target_sources(libs-tcmalloc-malloc_extension PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/malloc_extension.cc -) diff --git a/contrib/libs/tcmalloc/malloc_extension/CMakeLists.txt b/contrib/libs/tcmalloc/malloc_extension/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/tcmalloc/malloc_extension/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/tcmalloc/malloc_extension/CMakeLists.windows-x86_64.txt b/contrib/libs/tcmalloc/malloc_extension/CMakeLists.windows-x86_64.txt deleted file mode 100644 index ff72551b971..00000000000 --- a/contrib/libs/tcmalloc/malloc_extension/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(libs-tcmalloc-malloc_extension) -target_compile_options(libs-tcmalloc-malloc_extension PRIVATE - -DTCMALLOC_256K_PAGES - $,,-Wno-everything> -) -target_include_directories(libs-tcmalloc-malloc_extension PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc -) -target_link_libraries(libs-tcmalloc-malloc_extension PUBLIC - contrib-libs-cxxsupp - contrib-restricted-abseil-cpp -) -target_sources(libs-tcmalloc-malloc_extension PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/malloc_extension.cc -) diff --git a/contrib/libs/tcmalloc/no_percpu_cache/CMakeLists.darwin-x86_64.txt b/contrib/libs/tcmalloc/no_percpu_cache/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 9c549d3b37a..00000000000 --- a/contrib/libs/tcmalloc/no_percpu_cache/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,79 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(libs-tcmalloc-no_percpu_cache) -target_compile_options(libs-tcmalloc-no_percpu_cache PRIVATE - -DTCMALLOC_256K_PAGES - -DTCMALLOC_DEPRECATED_PERTHREAD - $,,-Wno-everything> -) -target_link_libraries(libs-tcmalloc-no_percpu_cache PUBLIC - contrib-libs-cxxsupp - contrib-restricted-abseil-cpp - libs-tcmalloc-malloc_extension -) -target_sources(libs-tcmalloc-no_percpu_cache PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/no_percpu_cache/aligned_alloc.c -) - -add_global_library_for(libs-tcmalloc-no_percpu_cache.global libs-tcmalloc-no_percpu_cache) -target_compile_options(libs-tcmalloc-no_percpu_cache.global PRIVATE - -DTCMALLOC_256K_PAGES - -DTCMALLOC_DEPRECATED_PERTHREAD - $,,-Wno-everything> -) -target_link_libraries(libs-tcmalloc-no_percpu_cache.global PUBLIC - contrib-libs-cxxsupp - contrib-restricted-abseil-cpp - libs-tcmalloc-malloc_extension -) -target_sources(libs-tcmalloc-no_percpu_cache.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/want_hpaa.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/tcmalloc.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/arena.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/background.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/central_freelist.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/common.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/cpu_cache.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/experimental_pow2_below64_size_class.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/experimental_pow2_size_class.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/legacy_size_classes.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/guarded_page_allocator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/huge_address_map.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/huge_allocator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/huge_cache.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/huge_page_aware_allocator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/page_allocator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/page_allocator_interface.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/page_heap.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/pagemap.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/parameters.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/peak_heap_tracker.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/sampler.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/size_classes.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/span.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/stack_trace_table.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/static_vars.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/stats.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/system-alloc.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/thread_cache.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/transfer_cache.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/experiment.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/noruntime_size_classes.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/internal/cache_topology.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/internal/environment.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/internal/logging.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/internal/memory_stats.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/internal/mincore.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/internal/numa.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/internal/percpu.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/internal/percpu_rseq_asm.S - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/internal/percpu_rseq_unsupported.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/internal/util.cc -) diff --git a/contrib/libs/tcmalloc/no_percpu_cache/CMakeLists.linux-aarch64.txt b/contrib/libs/tcmalloc/no_percpu_cache/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 7a19810cbad..00000000000 --- a/contrib/libs/tcmalloc/no_percpu_cache/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(libs-tcmalloc-no_percpu_cache) -target_compile_options(libs-tcmalloc-no_percpu_cache PRIVATE - -DTCMALLOC_256K_PAGES - -DTCMALLOC_DEPRECATED_PERTHREAD - $,,-Wno-everything> -) -target_link_libraries(libs-tcmalloc-no_percpu_cache PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-restricted-abseil-cpp - libs-tcmalloc-malloc_extension -) -target_sources(libs-tcmalloc-no_percpu_cache PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/no_percpu_cache/aligned_alloc.c -) - -add_global_library_for(libs-tcmalloc-no_percpu_cache.global libs-tcmalloc-no_percpu_cache) -target_compile_options(libs-tcmalloc-no_percpu_cache.global PRIVATE - -DTCMALLOC_256K_PAGES - -DTCMALLOC_DEPRECATED_PERTHREAD - $,,-Wno-everything> -) -target_link_libraries(libs-tcmalloc-no_percpu_cache.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-restricted-abseil-cpp - libs-tcmalloc-malloc_extension -) -target_sources(libs-tcmalloc-no_percpu_cache.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/want_hpaa.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/tcmalloc.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/arena.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/background.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/central_freelist.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/common.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/cpu_cache.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/experimental_pow2_below64_size_class.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/experimental_pow2_size_class.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/legacy_size_classes.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/guarded_page_allocator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/huge_address_map.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/huge_allocator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/huge_cache.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/huge_page_aware_allocator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/page_allocator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/page_allocator_interface.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/page_heap.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/pagemap.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/parameters.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/peak_heap_tracker.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/sampler.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/size_classes.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/span.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/stack_trace_table.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/static_vars.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/stats.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/system-alloc.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/thread_cache.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/transfer_cache.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/experiment.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/noruntime_size_classes.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/internal/cache_topology.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/internal/environment.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/internal/logging.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/internal/memory_stats.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/internal/mincore.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/internal/numa.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/internal/percpu.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/internal/percpu_rseq_asm.S - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/internal/percpu_rseq_unsupported.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/internal/util.cc -) diff --git a/contrib/libs/tcmalloc/no_percpu_cache/CMakeLists.linux-x86_64.txt b/contrib/libs/tcmalloc/no_percpu_cache/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 7a19810cbad..00000000000 --- a/contrib/libs/tcmalloc/no_percpu_cache/CMakeLists.linux-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(libs-tcmalloc-no_percpu_cache) -target_compile_options(libs-tcmalloc-no_percpu_cache PRIVATE - -DTCMALLOC_256K_PAGES - -DTCMALLOC_DEPRECATED_PERTHREAD - $,,-Wno-everything> -) -target_link_libraries(libs-tcmalloc-no_percpu_cache PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-restricted-abseil-cpp - libs-tcmalloc-malloc_extension -) -target_sources(libs-tcmalloc-no_percpu_cache PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/no_percpu_cache/aligned_alloc.c -) - -add_global_library_for(libs-tcmalloc-no_percpu_cache.global libs-tcmalloc-no_percpu_cache) -target_compile_options(libs-tcmalloc-no_percpu_cache.global PRIVATE - -DTCMALLOC_256K_PAGES - -DTCMALLOC_DEPRECATED_PERTHREAD - $,,-Wno-everything> -) -target_link_libraries(libs-tcmalloc-no_percpu_cache.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - contrib-restricted-abseil-cpp - libs-tcmalloc-malloc_extension -) -target_sources(libs-tcmalloc-no_percpu_cache.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/want_hpaa.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/tcmalloc.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/arena.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/background.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/central_freelist.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/common.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/cpu_cache.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/experimental_pow2_below64_size_class.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/experimental_pow2_size_class.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/legacy_size_classes.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/guarded_page_allocator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/huge_address_map.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/huge_allocator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/huge_cache.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/huge_page_aware_allocator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/page_allocator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/page_allocator_interface.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/page_heap.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/pagemap.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/parameters.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/peak_heap_tracker.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/sampler.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/size_classes.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/span.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/stack_trace_table.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/static_vars.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/stats.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/system-alloc.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/thread_cache.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/transfer_cache.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/experiment.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/noruntime_size_classes.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/internal/cache_topology.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/internal/environment.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/internal/logging.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/internal/memory_stats.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/internal/mincore.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/internal/numa.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/internal/percpu.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/internal/percpu_rseq_asm.S - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/internal/percpu_rseq_unsupported.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/internal/util.cc -) diff --git a/contrib/libs/tcmalloc/no_percpu_cache/CMakeLists.txt b/contrib/libs/tcmalloc/no_percpu_cache/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/tcmalloc/no_percpu_cache/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/tcmalloc/no_percpu_cache/CMakeLists.windows-x86_64.txt b/contrib/libs/tcmalloc/no_percpu_cache/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 9c549d3b37a..00000000000 --- a/contrib/libs/tcmalloc/no_percpu_cache/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,79 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(libs-tcmalloc-no_percpu_cache) -target_compile_options(libs-tcmalloc-no_percpu_cache PRIVATE - -DTCMALLOC_256K_PAGES - -DTCMALLOC_DEPRECATED_PERTHREAD - $,,-Wno-everything> -) -target_link_libraries(libs-tcmalloc-no_percpu_cache PUBLIC - contrib-libs-cxxsupp - contrib-restricted-abseil-cpp - libs-tcmalloc-malloc_extension -) -target_sources(libs-tcmalloc-no_percpu_cache PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/no_percpu_cache/aligned_alloc.c -) - -add_global_library_for(libs-tcmalloc-no_percpu_cache.global libs-tcmalloc-no_percpu_cache) -target_compile_options(libs-tcmalloc-no_percpu_cache.global PRIVATE - -DTCMALLOC_256K_PAGES - -DTCMALLOC_DEPRECATED_PERTHREAD - $,,-Wno-everything> -) -target_link_libraries(libs-tcmalloc-no_percpu_cache.global PUBLIC - contrib-libs-cxxsupp - contrib-restricted-abseil-cpp - libs-tcmalloc-malloc_extension -) -target_sources(libs-tcmalloc-no_percpu_cache.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/want_hpaa.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/tcmalloc.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/arena.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/background.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/central_freelist.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/common.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/cpu_cache.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/experimental_pow2_below64_size_class.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/experimental_pow2_size_class.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/legacy_size_classes.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/guarded_page_allocator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/huge_address_map.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/huge_allocator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/huge_cache.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/huge_page_aware_allocator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/page_allocator.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/page_allocator_interface.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/page_heap.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/pagemap.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/parameters.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/peak_heap_tracker.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/sampler.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/size_classes.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/span.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/stack_trace_table.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/static_vars.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/stats.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/system-alloc.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/thread_cache.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/transfer_cache.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/experiment.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/noruntime_size_classes.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/internal/cache_topology.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/internal/environment.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/internal/logging.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/internal/memory_stats.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/internal/mincore.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/internal/numa.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/internal/percpu.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/internal/percpu_rseq_asm.S - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/internal/percpu_rseq_unsupported.cc - ${CMAKE_SOURCE_DIR}/contrib/libs/tcmalloc/tcmalloc/internal/util.cc -) diff --git a/contrib/libs/utf8proc/CMakeLists.darwin-x86_64.txt b/contrib/libs/utf8proc/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index da6056a44b7..00000000000 --- a/contrib/libs/utf8proc/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-libs-utf8proc) -target_compile_options(contrib-libs-utf8proc PRIVATE - $,,-Wno-everything> -) -target_sources(contrib-libs-utf8proc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/utf8proc/utf8proc.c -) diff --git a/contrib/libs/utf8proc/CMakeLists.linux-aarch64.txt b/contrib/libs/utf8proc/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 321e8eac3f0..00000000000 --- a/contrib/libs/utf8proc/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(contrib-libs-utf8proc) -target_compile_options(contrib-libs-utf8proc PRIVATE - $,,-Wno-everything> -) -target_link_libraries(contrib-libs-utf8proc PUBLIC - contrib-libs-linux-headers -) -target_sources(contrib-libs-utf8proc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/utf8proc/utf8proc.c -) diff --git a/contrib/libs/utf8proc/CMakeLists.linux-x86_64.txt b/contrib/libs/utf8proc/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 321e8eac3f0..00000000000 --- a/contrib/libs/utf8proc/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(contrib-libs-utf8proc) -target_compile_options(contrib-libs-utf8proc PRIVATE - $,,-Wno-everything> -) -target_link_libraries(contrib-libs-utf8proc PUBLIC - contrib-libs-linux-headers -) -target_sources(contrib-libs-utf8proc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/utf8proc/utf8proc.c -) diff --git a/contrib/libs/utf8proc/CMakeLists.txt b/contrib/libs/utf8proc/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/utf8proc/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/utf8proc/CMakeLists.windows-x86_64.txt b/contrib/libs/utf8proc/CMakeLists.windows-x86_64.txt deleted file mode 100644 index da6056a44b7..00000000000 --- a/contrib/libs/utf8proc/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-libs-utf8proc) -target_compile_options(contrib-libs-utf8proc PRIVATE - $,,-Wno-everything> -) -target_sources(contrib-libs-utf8proc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/utf8proc/utf8proc.c -) diff --git a/contrib/libs/virtiofsd/CMakeLists.linux-aarch64.txt b/contrib/libs/virtiofsd/CMakeLists.linux-aarch64.txt deleted file mode 100644 index dab274bf259..00000000000 --- a/contrib/libs/virtiofsd/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-libs-virtiofsd INTERFACE) -target_link_libraries(contrib-libs-virtiofsd INTERFACE - contrib-libs-linux-headers -) diff --git a/contrib/libs/virtiofsd/CMakeLists.linux-x86_64.txt b/contrib/libs/virtiofsd/CMakeLists.linux-x86_64.txt deleted file mode 100644 index dab274bf259..00000000000 --- a/contrib/libs/virtiofsd/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-libs-virtiofsd INTERFACE) -target_link_libraries(contrib-libs-virtiofsd INTERFACE - contrib-libs-linux-headers -) diff --git a/contrib/libs/virtiofsd/CMakeLists.txt b/contrib/libs/virtiofsd/CMakeLists.txt deleted file mode 100644 index d6c5c0bbeb4..00000000000 --- a/contrib/libs/virtiofsd/CMakeLists.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. - - -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) -endif() diff --git a/contrib/libs/xxhash/CMakeLists.darwin-x86_64.txt b/contrib/libs/xxhash/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2afaa79b4e1..00000000000 --- a/contrib/libs/xxhash/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-libs-xxhash) -target_compile_options(contrib-libs-xxhash PRIVATE - $,,-Wno-everything> -) -target_sources(contrib-libs-xxhash PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/xxhash/xxhash.c -) diff --git a/contrib/libs/xxhash/CMakeLists.linux-aarch64.txt b/contrib/libs/xxhash/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 0bc17080e12..00000000000 --- a/contrib/libs/xxhash/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(contrib-libs-xxhash) -target_compile_options(contrib-libs-xxhash PRIVATE - $,,-Wno-everything> -) -target_link_libraries(contrib-libs-xxhash PUBLIC - contrib-libs-linux-headers -) -target_sources(contrib-libs-xxhash PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/xxhash/xxhash.c -) diff --git a/contrib/libs/xxhash/CMakeLists.linux-x86_64.txt b/contrib/libs/xxhash/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 0bc17080e12..00000000000 --- a/contrib/libs/xxhash/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(contrib-libs-xxhash) -target_compile_options(contrib-libs-xxhash PRIVATE - $,,-Wno-everything> -) -target_link_libraries(contrib-libs-xxhash PUBLIC - contrib-libs-linux-headers -) -target_sources(contrib-libs-xxhash PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/xxhash/xxhash.c -) diff --git a/contrib/libs/xxhash/CMakeLists.txt b/contrib/libs/xxhash/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/xxhash/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/xxhash/CMakeLists.windows-x86_64.txt b/contrib/libs/xxhash/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 2afaa79b4e1..00000000000 --- a/contrib/libs/xxhash/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-libs-xxhash) -target_compile_options(contrib-libs-xxhash PRIVATE - $,,-Wno-everything> -) -target_sources(contrib-libs-xxhash PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/xxhash/xxhash.c -) diff --git a/contrib/libs/yaml-cpp/CMakeLists.darwin-x86_64.txt b/contrib/libs/yaml-cpp/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index e5b20eefab6..00000000000 --- a/contrib/libs/yaml-cpp/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(contrib-libs-yaml-cpp) -target_include_directories(contrib-libs-yaml-cpp PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/include -) -target_link_libraries(contrib-libs-yaml-cpp PUBLIC - contrib-libs-cxxsupp -) -target_sources(contrib-libs-yaml-cpp PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/binary.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/convert.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/directives.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/emit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/emitfromevents.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/emitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/emitterstate.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/emitterutils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/exceptions.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/exp.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/memory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/nodebuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/node.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/node_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/nodeevents.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/null.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/ostream_wrapper.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/parse.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/parser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/regex_yaml.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/scanner.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/scanscalar.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/scantag.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/scantoken.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/simplekey.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/singledocparser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/stream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/tag.cpp -) diff --git a/contrib/libs/yaml-cpp/CMakeLists.linux-aarch64.txt b/contrib/libs/yaml-cpp/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 4daaa9883ad..00000000000 --- a/contrib/libs/yaml-cpp/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(contrib-libs-yaml-cpp) -target_include_directories(contrib-libs-yaml-cpp PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/include -) -target_link_libraries(contrib-libs-yaml-cpp PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp -) -target_sources(contrib-libs-yaml-cpp PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/binary.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/convert.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/directives.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/emit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/emitfromevents.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/emitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/emitterstate.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/emitterutils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/exceptions.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/exp.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/memory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/nodebuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/node.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/node_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/nodeevents.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/null.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/ostream_wrapper.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/parse.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/parser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/regex_yaml.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/scanner.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/scanscalar.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/scantag.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/scantoken.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/simplekey.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/singledocparser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/stream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/tag.cpp -) diff --git a/contrib/libs/yaml-cpp/CMakeLists.linux-x86_64.txt b/contrib/libs/yaml-cpp/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 4daaa9883ad..00000000000 --- a/contrib/libs/yaml-cpp/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(contrib-libs-yaml-cpp) -target_include_directories(contrib-libs-yaml-cpp PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/include -) -target_link_libraries(contrib-libs-yaml-cpp PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp -) -target_sources(contrib-libs-yaml-cpp PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/binary.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/convert.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/directives.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/emit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/emitfromevents.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/emitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/emitterstate.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/emitterutils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/exceptions.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/exp.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/memory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/nodebuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/node.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/node_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/nodeevents.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/null.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/ostream_wrapper.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/parse.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/parser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/regex_yaml.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/scanner.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/scanscalar.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/scantag.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/scantoken.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/simplekey.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/singledocparser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/stream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/tag.cpp -) diff --git a/contrib/libs/yaml-cpp/CMakeLists.txt b/contrib/libs/yaml-cpp/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/yaml-cpp/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/yaml-cpp/CMakeLists.windows-x86_64.txt b/contrib/libs/yaml-cpp/CMakeLists.windows-x86_64.txt deleted file mode 100644 index e5b20eefab6..00000000000 --- a/contrib/libs/yaml-cpp/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(contrib-libs-yaml-cpp) -target_include_directories(contrib-libs-yaml-cpp PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/include -) -target_link_libraries(contrib-libs-yaml-cpp PUBLIC - contrib-libs-cxxsupp -) -target_sources(contrib-libs-yaml-cpp PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/binary.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/convert.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/directives.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/emit.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/emitfromevents.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/emitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/emitterstate.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/emitterutils.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/exceptions.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/exp.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/memory.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/nodebuilder.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/node.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/node_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/nodeevents.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/null.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/ostream_wrapper.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/parse.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/parser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/regex_yaml.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/scanner.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/scanscalar.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/scantag.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/scantoken.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/simplekey.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/singledocparser.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/stream.cpp - ${CMAKE_SOURCE_DIR}/contrib/libs/yaml-cpp/src/tag.cpp -) diff --git a/contrib/libs/zlib/CMakeLists.darwin-x86_64.txt b/contrib/libs/zlib/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 3edb5eb3cbd..00000000000 --- a/contrib/libs/zlib/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(contrib-libs-zlib) -target_compile_options(contrib-libs-zlib PRIVATE - -DHAVE_HIDDEN - $,,-Wno-everything> -) -target_include_directories(contrib-libs-zlib PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/zlib/include -) -target_sources(contrib-libs-zlib PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/zlib/adler32.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zlib/compress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zlib/crc32.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zlib/deflate.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zlib/gzclose.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zlib/gzlib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zlib/gzread.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zlib/gzwrite.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zlib/infback.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zlib/inffast.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zlib/inflate.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zlib/inftrees.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zlib/trees.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zlib/uncompr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zlib/zutil.c -) diff --git a/contrib/libs/zlib/CMakeLists.linux-aarch64.txt b/contrib/libs/zlib/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 6937b7b55d5..00000000000 --- a/contrib/libs/zlib/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(contrib-libs-zlib) -target_compile_options(contrib-libs-zlib PRIVATE - -DHAVE_HIDDEN - $,,-Wno-everything> -) -target_include_directories(contrib-libs-zlib PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/zlib/include -) -target_link_libraries(contrib-libs-zlib PUBLIC - contrib-libs-linux-headers -) -target_sources(contrib-libs-zlib PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/zlib/adler32.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zlib/compress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zlib/crc32.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zlib/deflate.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zlib/gzclose.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zlib/gzlib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zlib/gzread.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zlib/gzwrite.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zlib/infback.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zlib/inffast.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zlib/inflate.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zlib/inftrees.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zlib/trees.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zlib/uncompr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zlib/zutil.c -) diff --git a/contrib/libs/zlib/CMakeLists.linux-x86_64.txt b/contrib/libs/zlib/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 6937b7b55d5..00000000000 --- a/contrib/libs/zlib/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(contrib-libs-zlib) -target_compile_options(contrib-libs-zlib PRIVATE - -DHAVE_HIDDEN - $,,-Wno-everything> -) -target_include_directories(contrib-libs-zlib PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/zlib/include -) -target_link_libraries(contrib-libs-zlib PUBLIC - contrib-libs-linux-headers -) -target_sources(contrib-libs-zlib PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/zlib/adler32.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zlib/compress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zlib/crc32.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zlib/deflate.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zlib/gzclose.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zlib/gzlib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zlib/gzread.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zlib/gzwrite.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zlib/infback.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zlib/inffast.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zlib/inflate.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zlib/inftrees.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zlib/trees.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zlib/uncompr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zlib/zutil.c -) diff --git a/contrib/libs/zlib/CMakeLists.txt b/contrib/libs/zlib/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/zlib/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/zlib/CMakeLists.windows-x86_64.txt b/contrib/libs/zlib/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 6711bb74091..00000000000 --- a/contrib/libs/zlib/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(contrib-libs-zlib) -target_compile_options(contrib-libs-zlib PRIVATE - $,,-Wno-everything> -) -target_include_directories(contrib-libs-zlib PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/libs/zlib/include -) -target_sources(contrib-libs-zlib PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/zlib/adler32.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zlib/compress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zlib/crc32.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zlib/deflate.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zlib/gzclose.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zlib/gzlib.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zlib/gzread.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zlib/gzwrite.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zlib/infback.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zlib/inffast.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zlib/inflate.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zlib/inftrees.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zlib/trees.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zlib/uncompr.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zlib/zutil.c -) diff --git a/contrib/libs/zstd/CMakeLists.darwin-x86_64.txt b/contrib/libs/zstd/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index f88c0aa5f39..00000000000 --- a/contrib/libs/zstd/CMakeLists.darwin-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(contrib-libs-zstd) -target_compile_options(contrib-libs-zstd PRIVATE - -DZSTD_LEGACY_SUPPORT=1 - -DZSTD_MULTITHREAD - -DDYNAMIC_BMI2 - $,,-Wno-everything> -) -target_include_directories(contrib-libs-zstd PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/common - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/legacy -) -target_link_libraries(contrib-libs-zstd PUBLIC - contrib-libs-xxhash -) -target_sources(contrib-libs-zstd PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/decompress/huf_decompress_amd64.S - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/common/debug.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/common/entropy_common.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/common/error_private.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/common/fse_decompress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/common/pool.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/common/threading.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/common/zstd_common.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/compress/fse_compress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/compress/hist.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/compress/huf_compress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/compress/zstd_compress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/compress/zstd_compress_literals.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/compress/zstd_compress_sequences.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/compress/zstd_compress_superblock.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/compress/zstd_double_fast.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/compress/zstd_fast.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/compress/zstd_lazy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/compress/zstd_ldm.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/compress/zstd_opt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/compress/zstdmt_compress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/decompress/huf_decompress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/decompress/zstd_ddict.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/decompress/zstd_decompress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/decompress/zstd_decompress_block.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/dictBuilder/cover.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/dictBuilder/divsufsort.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/dictBuilder/fastcover.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/dictBuilder/zdict.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/legacy/zstd_v01.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/legacy/zstd_v02.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/legacy/zstd_v03.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/legacy/zstd_v04.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/legacy/zstd_v05.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/legacy/zstd_v06.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/legacy/zstd_v07.c -) diff --git a/contrib/libs/zstd/CMakeLists.linux-aarch64.txt b/contrib/libs/zstd/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 73964f78101..00000000000 --- a/contrib/libs/zstd/CMakeLists.linux-aarch64.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(contrib-libs-zstd) -target_compile_options(contrib-libs-zstd PRIVATE - -DZSTD_LEGACY_SUPPORT=1 - -DZSTD_MULTITHREAD - $,,-Wno-everything> -) -target_include_directories(contrib-libs-zstd PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/common - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/legacy -) -target_link_libraries(contrib-libs-zstd PUBLIC - contrib-libs-linux-headers - contrib-libs-xxhash -) -target_sources(contrib-libs-zstd PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/common/debug.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/common/entropy_common.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/common/error_private.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/common/fse_decompress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/common/pool.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/common/threading.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/common/zstd_common.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/compress/fse_compress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/compress/hist.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/compress/huf_compress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/compress/zstd_compress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/compress/zstd_compress_literals.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/compress/zstd_compress_sequences.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/compress/zstd_compress_superblock.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/compress/zstd_double_fast.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/compress/zstd_fast.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/compress/zstd_lazy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/compress/zstd_ldm.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/compress/zstd_opt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/compress/zstdmt_compress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/decompress/huf_decompress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/decompress/zstd_ddict.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/decompress/zstd_decompress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/decompress/zstd_decompress_block.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/dictBuilder/cover.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/dictBuilder/divsufsort.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/dictBuilder/fastcover.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/dictBuilder/zdict.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/legacy/zstd_v01.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/legacy/zstd_v02.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/legacy/zstd_v03.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/legacy/zstd_v04.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/legacy/zstd_v05.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/legacy/zstd_v06.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/legacy/zstd_v07.c -) diff --git a/contrib/libs/zstd/CMakeLists.linux-x86_64.txt b/contrib/libs/zstd/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 1945bc36fe5..00000000000 --- a/contrib/libs/zstd/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,63 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# 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-libs-zstd) -target_compile_options(contrib-libs-zstd PRIVATE - -DZSTD_LEGACY_SUPPORT=1 - -DZSTD_MULTITHREAD - -DDYNAMIC_BMI2 - $,,-Wno-everything> -) -target_include_directories(contrib-libs-zstd PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/common - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/legacy -) -target_link_libraries(contrib-libs-zstd PUBLIC - contrib-libs-linux-headers - contrib-libs-xxhash -) -target_sources(contrib-libs-zstd PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/decompress/huf_decompress_amd64.S - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/common/debug.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/common/entropy_common.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/common/error_private.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/common/fse_decompress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/common/pool.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/common/threading.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/common/zstd_common.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/compress/fse_compress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/compress/hist.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/compress/huf_compress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/compress/zstd_compress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/compress/zstd_compress_literals.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/compress/zstd_compress_sequences.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/compress/zstd_compress_superblock.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/compress/zstd_double_fast.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/compress/zstd_fast.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/compress/zstd_lazy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/compress/zstd_ldm.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/compress/zstd_opt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/compress/zstdmt_compress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/decompress/huf_decompress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/decompress/zstd_ddict.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/decompress/zstd_decompress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/decompress/zstd_decompress_block.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/dictBuilder/cover.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/dictBuilder/divsufsort.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/dictBuilder/fastcover.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/dictBuilder/zdict.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/legacy/zstd_v01.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/legacy/zstd_v02.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/legacy/zstd_v03.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/legacy/zstd_v04.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/legacy/zstd_v05.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/legacy/zstd_v06.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/legacy/zstd_v07.c -) diff --git a/contrib/libs/zstd/CMakeLists.txt b/contrib/libs/zstd/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/zstd/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/zstd/CMakeLists.windows-x86_64.txt b/contrib/libs/zstd/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c6affe29297..00000000000 --- a/contrib/libs/zstd/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(contrib-libs-zstd) -target_compile_options(contrib-libs-zstd PRIVATE - -DZSTD_LEGACY_SUPPORT=1 - -DZSTD_MULTITHREAD - $,,-Wno-everything> -) -target_include_directories(contrib-libs-zstd PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/common - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/legacy -) -target_link_libraries(contrib-libs-zstd PUBLIC - contrib-libs-xxhash -) -target_sources(contrib-libs-zstd PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/common/debug.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/common/entropy_common.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/common/error_private.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/common/fse_decompress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/common/pool.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/common/threading.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/common/zstd_common.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/compress/fse_compress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/compress/hist.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/compress/huf_compress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/compress/zstd_compress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/compress/zstd_compress_literals.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/compress/zstd_compress_sequences.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/compress/zstd_compress_superblock.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/compress/zstd_double_fast.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/compress/zstd_fast.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/compress/zstd_lazy.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/compress/zstd_ldm.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/compress/zstd_opt.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/compress/zstdmt_compress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/decompress/huf_decompress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/decompress/zstd_ddict.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/decompress/zstd_decompress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/decompress/zstd_decompress_block.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/dictBuilder/cover.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/dictBuilder/divsufsort.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/dictBuilder/fastcover.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/dictBuilder/zdict.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/legacy/zstd_v01.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/legacy/zstd_v02.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/legacy/zstd_v03.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/legacy/zstd_v04.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/legacy/zstd_v05.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/legacy/zstd_v06.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd/lib/legacy/zstd_v07.c -) diff --git a/contrib/libs/zstd06/CMakeLists.darwin-x86_64.txt b/contrib/libs/zstd06/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index b20e4ae1f5c..00000000000 --- a/contrib/libs/zstd06/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(contrib-libs-zstd06) -target_compile_options(contrib-libs-zstd06 PRIVATE - -DZSTD_LEGACY_SUPPORT=1 - $,,-Wno-everything> -) -target_include_directories(contrib-libs-zstd06 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06 - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/common - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/compress - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/decompress - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/dictBuilder - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/legacy -) -target_link_libraries(contrib-libs-zstd06 PUBLIC - contrib-libs-cxxsupp -) -target_sources(contrib-libs-zstd06 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/common/entropy_common.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/common/fse_decompress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/common/xxhash.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/common/zstd_common.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/compress/fse_compress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/compress/huf_compress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/compress/zbuff_compress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/compress/zstd_compress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/decompress/huf_decompress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/decompress/zbuff_decompress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/decompress/zstd_decompress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/dictBuilder/divsufsort.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/dictBuilder/zdict.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/legacy/zstd_v01.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/legacy/zstd_v02.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/legacy/zstd_v03.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/legacy/zstd_v04.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/legacy/zstd_v05.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/legacy/zstd_v07.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/legacy/zstd_v08.c -) diff --git a/contrib/libs/zstd06/CMakeLists.linux-aarch64.txt b/contrib/libs/zstd06/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 2934739ddc4..00000000000 --- a/contrib/libs/zstd06/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(contrib-libs-zstd06) -target_compile_options(contrib-libs-zstd06 PRIVATE - -DZSTD_LEGACY_SUPPORT=1 - $,,-Wno-everything> -) -target_include_directories(contrib-libs-zstd06 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06 - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/common - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/compress - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/decompress - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/dictBuilder - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/legacy -) -target_link_libraries(contrib-libs-zstd06 PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp -) -target_sources(contrib-libs-zstd06 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/common/entropy_common.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/common/fse_decompress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/common/xxhash.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/common/zstd_common.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/compress/fse_compress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/compress/huf_compress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/compress/zbuff_compress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/compress/zstd_compress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/decompress/huf_decompress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/decompress/zbuff_decompress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/decompress/zstd_decompress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/dictBuilder/divsufsort.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/dictBuilder/zdict.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/legacy/zstd_v01.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/legacy/zstd_v02.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/legacy/zstd_v03.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/legacy/zstd_v04.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/legacy/zstd_v05.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/legacy/zstd_v07.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/legacy/zstd_v08.c -) diff --git a/contrib/libs/zstd06/CMakeLists.linux-x86_64.txt b/contrib/libs/zstd06/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 2934739ddc4..00000000000 --- a/contrib/libs/zstd06/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(contrib-libs-zstd06) -target_compile_options(contrib-libs-zstd06 PRIVATE - -DZSTD_LEGACY_SUPPORT=1 - $,,-Wno-everything> -) -target_include_directories(contrib-libs-zstd06 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06 - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/common - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/compress - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/decompress - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/dictBuilder - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/legacy -) -target_link_libraries(contrib-libs-zstd06 PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp -) -target_sources(contrib-libs-zstd06 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/common/entropy_common.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/common/fse_decompress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/common/xxhash.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/common/zstd_common.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/compress/fse_compress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/compress/huf_compress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/compress/zbuff_compress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/compress/zstd_compress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/decompress/huf_decompress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/decompress/zbuff_decompress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/decompress/zstd_decompress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/dictBuilder/divsufsort.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/dictBuilder/zdict.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/legacy/zstd_v01.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/legacy/zstd_v02.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/legacy/zstd_v03.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/legacy/zstd_v04.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/legacy/zstd_v05.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/legacy/zstd_v07.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/legacy/zstd_v08.c -) diff --git a/contrib/libs/zstd06/CMakeLists.txt b/contrib/libs/zstd06/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/libs/zstd06/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/libs/zstd06/CMakeLists.windows-x86_64.txt b/contrib/libs/zstd06/CMakeLists.windows-x86_64.txt deleted file mode 100644 index b20e4ae1f5c..00000000000 --- a/contrib/libs/zstd06/CMakeLists.windows-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(contrib-libs-zstd06) -target_compile_options(contrib-libs-zstd06 PRIVATE - -DZSTD_LEGACY_SUPPORT=1 - $,,-Wno-everything> -) -target_include_directories(contrib-libs-zstd06 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06 - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/common - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/compress - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/decompress - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/dictBuilder - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/legacy -) -target_link_libraries(contrib-libs-zstd06 PUBLIC - contrib-libs-cxxsupp -) -target_sources(contrib-libs-zstd06 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/common/entropy_common.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/common/fse_decompress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/common/xxhash.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/common/zstd_common.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/compress/fse_compress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/compress/huf_compress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/compress/zbuff_compress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/compress/zstd_compress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/decompress/huf_decompress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/decompress/zbuff_decompress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/decompress/zstd_decompress.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/dictBuilder/divsufsort.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/dictBuilder/zdict.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/legacy/zstd_v01.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/legacy/zstd_v02.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/legacy/zstd_v03.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/legacy/zstd_v04.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/legacy/zstd_v05.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/legacy/zstd_v07.c - ${CMAKE_SOURCE_DIR}/contrib/libs/zstd06/legacy/zstd_v08.c -) diff --git a/contrib/restricted/CMakeLists.darwin-x86_64.txt b/contrib/restricted/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index f83a626e833..00000000000 --- a/contrib/restricted/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_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(nlohmann_json) -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 f83a626e833..00000000000 --- a/contrib/restricted/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_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(nlohmann_json) -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 f83a626e833..00000000000 --- a/contrib/restricted/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_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(nlohmann_json) -add_subdirectory(thrift) -add_subdirectory(uriparser) diff --git a/contrib/restricted/CMakeLists.txt b/contrib/restricted/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/restricted/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 (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 460a947aaaa..00000000000 --- a/contrib/restricted/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_subdirectory(abseil-cpp) -add_subdirectory(abseil-cpp-tstring) -add_subdirectory(boost) -add_subdirectory(fast_float) -add_subdirectory(google) -add_subdirectory(googletest) -add_subdirectory(nlohmann_json) -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 b1bf76afbcc..00000000000 --- 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 f6aaf30d403..00000000000 --- 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-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/algorithm/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a85dbb45d3f..00000000000 --- 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 a51d5c88800..00000000000 --- 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 a51d5c88800..00000000000 --- 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 43b1a6b00e8..00000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/algorithm/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 (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 a85dbb45d3f..00000000000 --- 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-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/base/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 78cc5400640..00000000000 --- 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 - $,,-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 ccda22c6239..00000000000 --- 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 - $,,-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 ccda22c6239..00000000000 --- 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 - $,,-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 43b1a6b00e8..00000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/base/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 (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 78cc5400640..00000000000 --- 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 - $,,-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-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/container/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a4b1e20f686..00000000000 --- 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 - $,,-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 b7ad333a701..00000000000 --- 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 - $,,-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 b7ad333a701..00000000000 --- 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 - $,,-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 43b1a6b00e8..00000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/container/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 (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 a4b1e20f686..00000000000 --- 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 - $,,-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-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 67b6bea7d93..00000000000 --- 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 - $,,-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 c78498292dd..00000000000 --- 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 - $,,-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 c78498292dd..00000000000 --- 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 - $,,-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 43b1a6b00e8..00000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/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 (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 67b6bea7d93..00000000000 --- 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 - $,,-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-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/flags/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index df26b1e9b5a..00000000000 --- 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 - $,,-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 7672e6df4f2..00000000000 --- 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 - $,,-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 7672e6df4f2..00000000000 --- 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 - $,,-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 43b1a6b00e8..00000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/flags/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 (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 df26b1e9b5a..00000000000 --- 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 - $,,-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-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/functional/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a1f6d47793b..00000000000 --- 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 e7af2024c13..00000000000 --- 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 e7af2024c13..00000000000 --- 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 43b1a6b00e8..00000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/functional/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 (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 a1f6d47793b..00000000000 --- 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-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/hash/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 0650809a3b2..00000000000 --- 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 - $,,-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 f55013927e8..00000000000 --- 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 - $,,-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 f55013927e8..00000000000 --- 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 - $,,-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 43b1a6b00e8..00000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/hash/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 (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 0650809a3b2..00000000000 --- 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 - $,,-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-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/memory/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 8bb73fa5320..00000000000 --- 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 a632a01f094..00000000000 --- 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 a632a01f094..00000000000 --- 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 43b1a6b00e8..00000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/memory/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 (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 8bb73fa5320..00000000000 --- 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-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/meta/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 1fa7e9da7fd..00000000000 --- 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 bb6a283f3bb..00000000000 --- 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 bb6a283f3bb..00000000000 --- 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 43b1a6b00e8..00000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/meta/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 (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 1fa7e9da7fd..00000000000 --- 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-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/numeric/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index f98e8828e79..00000000000 --- 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 - $,,-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 451fce6d4ab..00000000000 --- 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 - $,,-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 451fce6d4ab..00000000000 --- 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 - $,,-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 43b1a6b00e8..00000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/numeric/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 (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 f98e8828e79..00000000000 --- 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 - $,,-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-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/profiling/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index ec53f57bc15..00000000000 --- 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 - $,,-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 a1ceaf2b75e..00000000000 --- 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 - $,,-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 a1ceaf2b75e..00000000000 --- 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 - $,,-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 43b1a6b00e8..00000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/profiling/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 (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 ec53f57bc15..00000000000 --- 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 - $,,-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-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/random/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 068982719c7..00000000000 --- 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 - $,,-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 737ba55d854..00000000000 --- 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 - $,,-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 737ba55d854..00000000000 --- 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 - $,,-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 43b1a6b00e8..00000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/random/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 (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 068982719c7..00000000000 --- 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 - $,,-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-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/status/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 564e9bb142e..00000000000 --- 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 - $,,-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 51892581b3a..00000000000 --- 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 - $,,-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 51892581b3a..00000000000 --- 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 - $,,-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 43b1a6b00e8..00000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/status/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 (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 564e9bb142e..00000000000 --- 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 - $,,-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-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/strings/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6b5c6935a69..00000000000 --- 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 - $,,-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 36dbc8869db..00000000000 --- 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 - $,,-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 36dbc8869db..00000000000 --- 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 - $,,-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 43b1a6b00e8..00000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/strings/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 (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 6b5c6935a69..00000000000 --- 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 - $,,-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-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d0a0e1930dc..00000000000 --- 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 - $,,-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 0198f694580..00000000000 --- 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 - $,,-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 0198f694580..00000000000 --- 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 - $,,-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 43b1a6b00e8..00000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/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 (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 d0a0e1930dc..00000000000 --- 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 - $,,-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-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/time/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index e46d70dd3ed..00000000000 --- 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 - $,,-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 3837b423962..00000000000 --- 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 - $,,-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 3837b423962..00000000000 --- 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 - $,,-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 43b1a6b00e8..00000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/time/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 (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 e46d70dd3ed..00000000000 --- 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 - $,,-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-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/types/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index dc048c9436f..00000000000 --- 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 - $,,-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 cdf38f454c5..00000000000 --- 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 - $,,-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 cdf38f454c5..00000000000 --- 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 - $,,-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 43b1a6b00e8..00000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/types/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 (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 dc048c9436f..00000000000 --- 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 - $,,-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-x86_64.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/utility/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a5ff3f433a7..00000000000 --- 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 653bb04f7ab..00000000000 --- 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 653bb04f7ab..00000000000 --- 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 43b1a6b00e8..00000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/utility/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 (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 a5ff3f433a7..00000000000 --- 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-x86_64.txt b/contrib/restricted/abseil-cpp/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 74ef613f089..00000000000 --- 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 07f9f59ee4f..00000000000 --- 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 07f9f59ee4f..00000000000 --- 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 43b1a6b00e8..00000000000 --- a/contrib/restricted/abseil-cpp/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 (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 74ef613f089..00000000000 --- 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 18625818a11..00000000000 --- 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-x86_64.txt b/contrib/restricted/abseil-cpp/absl/algorithm/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 535abc7c56e..00000000000 --- 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 e29a80e43d4..00000000000 --- 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 e29a80e43d4..00000000000 --- 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 43b1a6b00e8..00000000000 --- a/contrib/restricted/abseil-cpp/absl/algorithm/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 (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 535abc7c56e..00000000000 --- 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-x86_64.txt b/contrib/restricted/abseil-cpp/absl/base/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 0e0cf9494db..00000000000 --- 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 - $,,-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 304920a245c..00000000000 --- 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 - $,,-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 304920a245c..00000000000 --- 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 - $,,-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 43b1a6b00e8..00000000000 --- a/contrib/restricted/abseil-cpp/absl/base/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 (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 0e0cf9494db..00000000000 --- 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 - $,,-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-x86_64.txt b/contrib/restricted/abseil-cpp/absl/container/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c40414820f8..00000000000 --- 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 - $,,-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 2fc1d118e80..00000000000 --- 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 - $,,-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 2fc1d118e80..00000000000 --- 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 - $,,-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 43b1a6b00e8..00000000000 --- a/contrib/restricted/abseil-cpp/absl/container/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 (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 c40414820f8..00000000000 --- 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 - $,,-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-x86_64.txt b/contrib/restricted/abseil-cpp/absl/debugging/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6247272d900..00000000000 --- 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 - $,,-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 272fdb31157..00000000000 --- 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 - $,,-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 272fdb31157..00000000000 --- 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 - $,,-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 43b1a6b00e8..00000000000 --- a/contrib/restricted/abseil-cpp/absl/debugging/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 (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 6247272d900..00000000000 --- 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 - $,,-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-x86_64.txt b/contrib/restricted/abseil-cpp/absl/flags/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 51a0971139a..00000000000 --- 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 - $,,-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 a61094881a3..00000000000 --- 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 - $,,-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 a61094881a3..00000000000 --- 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 - $,,-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 43b1a6b00e8..00000000000 --- a/contrib/restricted/abseil-cpp/absl/flags/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 (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 51a0971139a..00000000000 --- 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 - $,,-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-x86_64.txt b/contrib/restricted/abseil-cpp/absl/functional/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index e73fa82ef76..00000000000 --- 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 fb49dbcfee9..00000000000 --- 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 fb49dbcfee9..00000000000 --- 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 43b1a6b00e8..00000000000 --- a/contrib/restricted/abseil-cpp/absl/functional/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 (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 e73fa82ef76..00000000000 --- 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-x86_64.txt b/contrib/restricted/abseil-cpp/absl/hash/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index bb7bb34def6..00000000000 --- 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 - $,,-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 54f9fbec1cb..00000000000 --- 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 - $,,-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 54f9fbec1cb..00000000000 --- 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 - $,,-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 43b1a6b00e8..00000000000 --- a/contrib/restricted/abseil-cpp/absl/hash/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 (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 bb7bb34def6..00000000000 --- 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 - $,,-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-x86_64.txt b/contrib/restricted/abseil-cpp/absl/log/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c2793a97eaa..00000000000 --- 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 - $,,-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 a7743e41a05..00000000000 --- 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 - $,,-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 a7743e41a05..00000000000 --- 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 - $,,-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 43b1a6b00e8..00000000000 --- a/contrib/restricted/abseil-cpp/absl/log/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 (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 c2793a97eaa..00000000000 --- 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 - $,,-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-x86_64.txt b/contrib/restricted/abseil-cpp/absl/memory/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 3235ac4ba50..00000000000 --- 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 e87b112e2fb..00000000000 --- 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 e87b112e2fb..00000000000 --- 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 43b1a6b00e8..00000000000 --- a/contrib/restricted/abseil-cpp/absl/memory/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 (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 3235ac4ba50..00000000000 --- 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-x86_64.txt b/contrib/restricted/abseil-cpp/absl/meta/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index cba7d556115..00000000000 --- 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 1bb7f8ea3ed..00000000000 --- 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 1bb7f8ea3ed..00000000000 --- 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 43b1a6b00e8..00000000000 --- a/contrib/restricted/abseil-cpp/absl/meta/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 (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 cba7d556115..00000000000 --- 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-x86_64.txt b/contrib/restricted/abseil-cpp/absl/numeric/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 82fe8b2770c..00000000000 --- 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 - $,,-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 a6593d4b95d..00000000000 --- 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 - $,,-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 a6593d4b95d..00000000000 --- 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 - $,,-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 43b1a6b00e8..00000000000 --- a/contrib/restricted/abseil-cpp/absl/numeric/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 (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 82fe8b2770c..00000000000 --- 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 - $,,-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-x86_64.txt b/contrib/restricted/abseil-cpp/absl/profiling/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 15c4b76f676..00000000000 --- 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 - $,,-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 876a1ced58a..00000000000 --- 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 - $,,-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 876a1ced58a..00000000000 --- 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 - $,,-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 43b1a6b00e8..00000000000 --- a/contrib/restricted/abseil-cpp/absl/profiling/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 (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 15c4b76f676..00000000000 --- 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 - $,,-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-x86_64.txt b/contrib/restricted/abseil-cpp/absl/random/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 324203b94a1..00000000000 --- 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 - $,,-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 b630e36b397..00000000000 --- 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 - $,,-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 b630e36b397..00000000000 --- 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 - $,,-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 43b1a6b00e8..00000000000 --- a/contrib/restricted/abseil-cpp/absl/random/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 (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 324203b94a1..00000000000 --- 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 - $,,-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-x86_64.txt b/contrib/restricted/abseil-cpp/absl/status/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 82c6e43c911..00000000000 --- 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 - $,,-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 ef805d8dde2..00000000000 --- 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 - $,,-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 ef805d8dde2..00000000000 --- 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 - $,,-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 43b1a6b00e8..00000000000 --- a/contrib/restricted/abseil-cpp/absl/status/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 (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 82c6e43c911..00000000000 --- 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 - $,,-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-x86_64.txt b/contrib/restricted/abseil-cpp/absl/strings/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index e3aa400b959..00000000000 --- 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 - $,,-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 2da01ab774e..00000000000 --- 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 - $,,-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 2da01ab774e..00000000000 --- 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 - $,,-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 43b1a6b00e8..00000000000 --- a/contrib/restricted/abseil-cpp/absl/strings/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 (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 e3aa400b959..00000000000 --- 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 - $,,-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-x86_64.txt b/contrib/restricted/abseil-cpp/absl/synchronization/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6e48272a669..00000000000 --- 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 - $,,-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 9d7ddedf53e..00000000000 --- 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 - $,,-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 9d7ddedf53e..00000000000 --- 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 - $,,-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 43b1a6b00e8..00000000000 --- a/contrib/restricted/abseil-cpp/absl/synchronization/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 (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 6e48272a669..00000000000 --- 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 - $,,-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-x86_64.txt b/contrib/restricted/abseil-cpp/absl/time/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index af147aa1715..00000000000 --- 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 - $,,-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 e934d9a1f32..00000000000 --- 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 - $,,-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 e934d9a1f32..00000000000 --- 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 - $,,-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 43b1a6b00e8..00000000000 --- a/contrib/restricted/abseil-cpp/absl/time/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 (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 af147aa1715..00000000000 --- 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 - $,,-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-x86_64.txt b/contrib/restricted/abseil-cpp/absl/types/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 9c24497045c..00000000000 --- 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 - $,,-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 cbc8bf8b2e2..00000000000 --- 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 - $,,-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 cbc8bf8b2e2..00000000000 --- 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 - $,,-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 43b1a6b00e8..00000000000 --- a/contrib/restricted/abseil-cpp/absl/types/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 (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 9c24497045c..00000000000 --- 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 - $,,-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-x86_64.txt b/contrib/restricted/abseil-cpp/absl/utility/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a2f021177aa..00000000000 --- 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 9f8f6c068d6..00000000000 --- 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 9f8f6c068d6..00000000000 --- 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 43b1a6b00e8..00000000000 --- a/contrib/restricted/abseil-cpp/absl/utility/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 (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 a2f021177aa..00000000000 --- 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-x86_64.txt b/contrib/restricted/aws/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index be12f5d90ff..00000000000 --- 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 be12f5d90ff..00000000000 --- 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 be12f5d90ff..00000000000 --- 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 522af85d518..00000000000 --- a/contrib/restricted/aws/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 "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) -endif() 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 ec913456874..00000000000 --- 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 - $,,-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 7a5fcbf2c69..00000000000 --- 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 - $,,-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 7a5fcbf2c69..00000000000 --- 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 - $,,-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 522af85d518..00000000000 --- a/contrib/restricted/aws/aws-c-auth/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 "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) -endif() 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 6206412f647..00000000000 --- 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 - $,,-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 e69079b078e..00000000000 --- 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 - $,,-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 e69079b078e..00000000000 --- 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 - $,,-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 522af85d518..00000000000 --- a/contrib/restricted/aws/aws-c-cal/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 "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) -endif() 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 3ee6bee53fc..00000000000 --- 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 - $,,-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 19a8a3c4936..00000000000 --- 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 - $,,-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 3f8dd90a183..00000000000 --- 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 - $,,-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 522af85d518..00000000000 --- a/contrib/restricted/aws/aws-c-common/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 "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) -endif() 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 23107a5c554..00000000000 --- 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 - $,,-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 045999f577b..00000000000 --- 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 - $,,-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 045999f577b..00000000000 --- 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 - $,,-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 522af85d518..00000000000 --- a/contrib/restricted/aws/aws-c-compression/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 "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) -endif() 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 0e233170c29..00000000000 --- 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 - $,,-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 bbca5822402..00000000000 --- 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 - $,,-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 bbca5822402..00000000000 --- 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 - $,,-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 522af85d518..00000000000 --- a/contrib/restricted/aws/aws-c-event-stream/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 "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) -endif() 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 2df1842086b..00000000000 --- 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 - $,,-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 4cef4bd81eb..00000000000 --- 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 - $,,-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 4cef4bd81eb..00000000000 --- 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 - $,,-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 522af85d518..00000000000 --- a/contrib/restricted/aws/aws-c-http/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 "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) -endif() 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 16084015346..00000000000 --- 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 - $,,-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 be765452711..00000000000 --- 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 - $,,-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 be765452711..00000000000 --- 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 - $,,-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 522af85d518..00000000000 --- a/contrib/restricted/aws/aws-c-io/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 "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) -endif() 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 f6f7676670d..00000000000 --- 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 - $,,-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 664aafb94e6..00000000000 --- 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 - $,,-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 664aafb94e6..00000000000 --- 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 - $,,-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 522af85d518..00000000000 --- a/contrib/restricted/aws/aws-c-mqtt/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 "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) -endif() 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 afd70c3f764..00000000000 --- 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 - $,,-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 0969b7de23b..00000000000 --- 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 - $,,-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 0969b7de23b..00000000000 --- 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 - $,,-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 522af85d518..00000000000 --- a/contrib/restricted/aws/aws-c-s3/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 "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) -endif() 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 dae09565201..00000000000 --- 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 - $,,-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 7aa506361e2..00000000000 --- 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 - $,,-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 7aa506361e2..00000000000 --- 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 - $,,-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 522af85d518..00000000000 --- a/contrib/restricted/aws/aws-c-sdkutils/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 "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) -endif() 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 c7805ff1e28..00000000000 --- 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 - $,,-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 70c75162acf..00000000000 --- 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 - $,,-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 70c75162acf..00000000000 --- 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 - $,,-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 522af85d518..00000000000 --- a/contrib/restricted/aws/aws-checksums/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 "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) -endif() 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 6c2e3fb3bc3..00000000000 --- 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 - $,,-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 04fd641c304..00000000000 --- 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 - $,,-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 04fd641c304..00000000000 --- 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 - $,,-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 522af85d518..00000000000 --- a/contrib/restricted/aws/aws-crt-cpp/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 "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) -endif() 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 5a2ac247d2c..00000000000 --- 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 - $,,-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 d6d351561d3..00000000000 --- 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 - $,,-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 c982e3ec5d1..00000000000 --- 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 - $,,-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 522af85d518..00000000000 --- a/contrib/restricted/aws/s2n/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 "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) -endif() 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 2ce12f636b3..00000000000 --- 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 aaeb2e56468..00000000000 --- 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 2ce12f636b3..00000000000 --- 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 43b1a6b00e8..00000000000 --- a/contrib/restricted/boost/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 (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 b02cf0ea8a6..00000000000 --- a/contrib/restricted/boost/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,85 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(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-x86_64.txt b/contrib/restricted/boost/algorithm/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 7601e49d0f9..00000000000 --- 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 ded7dbfbd84..00000000000 --- 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 ded7dbfbd84..00000000000 --- 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 43b1a6b00e8..00000000000 --- a/contrib/restricted/boost/algorithm/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 (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 7601e49d0f9..00000000000 --- 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-x86_64.txt b/contrib/restricted/boost/align/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index b4f255a0c6e..00000000000 --- 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 e032aaa404e..00000000000 --- 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 e032aaa404e..00000000000 --- 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 43b1a6b00e8..00000000000 --- a/contrib/restricted/boost/align/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 (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 b4f255a0c6e..00000000000 --- 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-x86_64.txt b/contrib/restricted/boost/any/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 1927965a1c6..00000000000 --- 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 d93fd9601e5..00000000000 --- 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 d93fd9601e5..00000000000 --- 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 43b1a6b00e8..00000000000 --- a/contrib/restricted/boost/any/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 (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 1927965a1c6..00000000000 --- 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-x86_64.txt b/contrib/restricted/boost/array/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index f640cbf516c..00000000000 --- 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 157f171696e..00000000000 --- 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 157f171696e..00000000000 --- 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 43b1a6b00e8..00000000000 --- a/contrib/restricted/boost/array/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 (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 f640cbf516c..00000000000 --- 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-x86_64.txt b/contrib/restricted/boost/asio/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 46c92a2ae3d..00000000000 --- 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 85b2ca7803d..00000000000 --- 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 85b2ca7803d..00000000000 --- 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 522af85d518..00000000000 --- a/contrib/restricted/boost/asio/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 "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) -endif() 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 0ba173db4f8..00000000000 --- 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 bd55d5ef619..00000000000 --- 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 bd55d5ef619..00000000000 --- 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 43b1a6b00e8..00000000000 --- a/contrib/restricted/boost/assert/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 (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 0ba173db4f8..00000000000 --- 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-x86_64.txt b/contrib/restricted/boost/atomic/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a45bcecbdf7..00000000000 --- 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 - $,,-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 8acf55f664f..00000000000 --- 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 - $,,-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 91cd44e4614..00000000000 --- 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 - $,,-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 43b1a6b00e8..00000000000 --- a/contrib/restricted/boost/atomic/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 (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 f5663f2c61b..00000000000 --- 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 - $,,-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 8b9c9a66cad..00000000000 --- 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 a6dc2f420a1..00000000000 --- 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 7803a2712c1..00000000000 --- 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 8b9c9a66cad..00000000000 --- 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-x86_64.txt b/contrib/restricted/boost/bind/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 88c5f9bf7b9..00000000000 --- 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 d77d1b474b9..00000000000 --- 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 d77d1b474b9..00000000000 --- 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 43b1a6b00e8..00000000000 --- a/contrib/restricted/boost/bind/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 (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 88c5f9bf7b9..00000000000 --- 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-x86_64.txt b/contrib/restricted/boost/chrono/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index af74091cab5..00000000000 --- 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 - $,,-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 849cd7c2154..00000000000 --- 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 - $,,-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 849cd7c2154..00000000000 --- 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 - $,,-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 43b1a6b00e8..00000000000 --- a/contrib/restricted/boost/chrono/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 (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 af74091cab5..00000000000 --- 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 - $,,-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-x86_64.txt b/contrib/restricted/boost/concept_check/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 4bea4830c41..00000000000 --- 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 e2b6d7b8684..00000000000 --- 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 e2b6d7b8684..00000000000 --- 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 43b1a6b00e8..00000000000 --- a/contrib/restricted/boost/concept_check/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 (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 4bea4830c41..00000000000 --- 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-x86_64.txt b/contrib/restricted/boost/config/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index b3623a130d7..00000000000 --- 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 5bebf20e986..00000000000 --- 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 5bebf20e986..00000000000 --- 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 43b1a6b00e8..00000000000 --- a/contrib/restricted/boost/config/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 (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 b3623a130d7..00000000000 --- 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-x86_64.txt b/contrib/restricted/boost/container/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 43c88cbe69d..00000000000 --- 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 - $,,-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 ad178b95b40..00000000000 --- 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 - $,,-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 ad178b95b40..00000000000 --- 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 - $,,-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 43b1a6b00e8..00000000000 --- a/contrib/restricted/boost/container/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 (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 43c88cbe69d..00000000000 --- 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 - $,,-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-x86_64.txt b/contrib/restricted/boost/container_hash/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index be93cb43a71..00000000000 --- a/contrib/restricted/boost/container_hash/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-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 -) 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 469e2aca804..00000000000 --- a/contrib/restricted/boost/container_hash/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-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 -) 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 469e2aca804..00000000000 --- a/contrib/restricted/boost/container_hash/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-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 -) diff --git a/contrib/restricted/boost/container_hash/CMakeLists.txt b/contrib/restricted/boost/container_hash/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/restricted/boost/container_hash/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 (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 be93cb43a71..00000000000 --- a/contrib/restricted/boost/container_hash/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-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 -) 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 fa61dee9a26..00000000000 --- 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 fa61dee9a26..00000000000 --- 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 fa61dee9a26..00000000000 --- 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 522af85d518..00000000000 --- a/contrib/restricted/boost/context/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 "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) -endif() 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 d5301afd155..00000000000 --- 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 - $,,-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 49a0c3338d8..00000000000 --- 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 - $,,-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 21ce313ed96..00000000000 --- 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 - $,,-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 522af85d518..00000000000 --- a/contrib/restricted/boost/context/fcontext_impl/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 "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) -endif() 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 100cd01a5d6..00000000000 --- 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 - $,,-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 06f9049883d..00000000000 --- 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 - $,,-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 06f9049883d..00000000000 --- 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 - $,,-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 522af85d518..00000000000 --- a/contrib/restricted/boost/context/impl_common/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 "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) -endif() 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 a6b3440bb0e..00000000000 --- 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 37b10b7537a..00000000000 --- 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 37b10b7537a..00000000000 --- 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 43b1a6b00e8..00000000000 --- a/contrib/restricted/boost/conversion/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 (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 a6b3440bb0e..00000000000 --- 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-x86_64.txt b/contrib/restricted/boost/core/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 8b4b0f15dad..00000000000 --- 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 9a1bc627069..00000000000 --- 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 9a1bc627069..00000000000 --- 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 43b1a6b00e8..00000000000 --- a/contrib/restricted/boost/core/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 (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 8b4b0f15dad..00000000000 --- 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-x86_64.txt b/contrib/restricted/boost/coroutine/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 078b319b347..00000000000 --- 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 - $,,-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 d91726a632b..00000000000 --- 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 - $,,-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 d91726a632b..00000000000 --- 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 - $,,-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 522af85d518..00000000000 --- a/contrib/restricted/boost/coroutine/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 "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) -endif() 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 2730ce7c010..00000000000 --- 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 6473832eb12..00000000000 --- 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 6473832eb12..00000000000 --- 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 522af85d518..00000000000 --- a/contrib/restricted/boost/crc/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 "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) -endif() 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 da90148a57a..00000000000 --- 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 94835f076ab..00000000000 --- 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 94835f076ab..00000000000 --- 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 43b1a6b00e8..00000000000 --- a/contrib/restricted/boost/date_time/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 (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 da90148a57a..00000000000 --- 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-x86_64.txt b/contrib/restricted/boost/describe/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index baad9670e4b..00000000000 --- 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 4cffd37833f..00000000000 --- 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 4cffd37833f..00000000000 --- 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 43b1a6b00e8..00000000000 --- a/contrib/restricted/boost/describe/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 (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 baad9670e4b..00000000000 --- 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-x86_64.txt b/contrib/restricted/boost/detail/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 4100f97935c..00000000000 --- 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 a57ff442744..00000000000 --- 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 a57ff442744..00000000000 --- 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 43b1a6b00e8..00000000000 --- a/contrib/restricted/boost/detail/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 (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 4100f97935c..00000000000 --- 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-x86_64.txt b/contrib/restricted/boost/dynamic_bitset/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 8854d288e8e..00000000000 --- 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 1a02ca21502..00000000000 --- 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 1a02ca21502..00000000000 --- 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 43b1a6b00e8..00000000000 --- a/contrib/restricted/boost/dynamic_bitset/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 (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 8854d288e8e..00000000000 --- 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 f0de7c6388c..00000000000 --- 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 e800bcd3d04..00000000000 --- 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 7803a2712c1..00000000000 --- 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 f0de7c6388c..00000000000 --- 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-x86_64.txt b/contrib/restricted/boost/exception/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index bd4347f03d4..00000000000 --- 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 - $,,-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 b818e6d085c..00000000000 --- 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 - $,,-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 b818e6d085c..00000000000 --- 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 - $,,-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 43b1a6b00e8..00000000000 --- a/contrib/restricted/boost/exception/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 (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 bd4347f03d4..00000000000 --- 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 - $,,-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 d2e31c32fc8..00000000000 --- 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 f1173b51a9d..00000000000 --- 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 7803a2712c1..00000000000 --- 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 d2e31c32fc8..00000000000 --- 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-x86_64.txt b/contrib/restricted/boost/format/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 270e92cb48f..00000000000 --- 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 d19c8b9a869..00000000000 --- 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 d19c8b9a869..00000000000 --- 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 522af85d518..00000000000 --- a/contrib/restricted/boost/format/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 "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) -endif() 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 eadc307b5b6..00000000000 --- 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 6922a38516b..00000000000 --- 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 6922a38516b..00000000000 --- 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 43b1a6b00e8..00000000000 --- a/contrib/restricted/boost/function/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 (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 eadc307b5b6..00000000000 --- 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-x86_64.txt b/contrib/restricted/boost/function_types/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2c618a189f3..00000000000 --- 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 e128b6adffc..00000000000 --- 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 e128b6adffc..00000000000 --- 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 43b1a6b00e8..00000000000 --- a/contrib/restricted/boost/function_types/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 (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 2c618a189f3..00000000000 --- 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-x86_64.txt b/contrib/restricted/boost/functional/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 239823acab2..00000000000 --- 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 baa561be6c3..00000000000 --- 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 baa561be6c3..00000000000 --- 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 43b1a6b00e8..00000000000 --- a/contrib/restricted/boost/functional/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 (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 239823acab2..00000000000 --- 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-x86_64.txt b/contrib/restricted/boost/fusion/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index cee77526bed..00000000000 --- 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 969c6b7093a..00000000000 --- 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 969c6b7093a..00000000000 --- 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 43b1a6b00e8..00000000000 --- a/contrib/restricted/boost/fusion/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 (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 cee77526bed..00000000000 --- 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 9118ce39b67..00000000000 --- 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 - $,,-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 fd2c3cf33bc..00000000000 --- 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 - $,,-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 7803a2712c1..00000000000 --- 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 9118ce39b67..00000000000 --- 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 - $,,-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 b6b11aeab90..00000000000 --- 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 9f4aa50c8fb..00000000000 --- 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 7803a2712c1..00000000000 --- 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 b6b11aeab90..00000000000 --- 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-x86_64.txt b/contrib/restricted/boost/integer/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index b8189c5a7a9..00000000000 --- 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 6fad3b6c9ed..00000000000 --- 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 6fad3b6c9ed..00000000000 --- 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 43b1a6b00e8..00000000000 --- a/contrib/restricted/boost/integer/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 (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 b8189c5a7a9..00000000000 --- 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-x86_64.txt b/contrib/restricted/boost/interprocess/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index f95f9fc6c9f..00000000000 --- 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 75abc5bc492..00000000000 --- 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 75abc5bc492..00000000000 --- 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 43b1a6b00e8..00000000000 --- a/contrib/restricted/boost/interprocess/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 (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 f95f9fc6c9f..00000000000 --- 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-x86_64.txt b/contrib/restricted/boost/intrusive/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 938feb84b3d..00000000000 --- 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 ad8b66772cc..00000000000 --- 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 ad8b66772cc..00000000000 --- 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 43b1a6b00e8..00000000000 --- a/contrib/restricted/boost/intrusive/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 (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 938feb84b3d..00000000000 --- 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-x86_64.txt b/contrib/restricted/boost/io/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 4aeba3ef014..00000000000 --- 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 c7e646dfef9..00000000000 --- 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 c7e646dfef9..00000000000 --- 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 43b1a6b00e8..00000000000 --- a/contrib/restricted/boost/io/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 (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 4aeba3ef014..00000000000 --- 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-x86_64.txt b/contrib/restricted/boost/iostreams/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 960c8332c3f..00000000000 --- 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 - $,,-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 7ce325bde99..00000000000 --- 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 - $,,-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 7ce325bde99..00000000000 --- 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 - $,,-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 522af85d518..00000000000 --- a/contrib/restricted/boost/iostreams/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 "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) -endif() 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 a997178c2c4..00000000000 --- a/contrib/restricted/boost/iterator/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-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-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 6bccab05c83..00000000000 --- a/contrib/restricted/boost/iterator/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-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-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 6bccab05c83..00000000000 --- a/contrib/restricted/boost/iterator/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-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-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 43b1a6b00e8..00000000000 --- a/contrib/restricted/boost/iterator/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 (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 a997178c2c4..00000000000 --- a/contrib/restricted/boost/iterator/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-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-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 f3556a1958e..00000000000 --- 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 ba6f725eadb..00000000000 --- 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 7803a2712c1..00000000000 --- 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 f3556a1958e..00000000000 --- 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-x86_64.txt b/contrib/restricted/boost/lexical_cast/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6ca4efe3360..00000000000 --- a/contrib/restricted/boost/lexical_cast/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-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-config - restricted-boost-container - restricted-boost-core - restricted-boost-integer - restricted-boost-numeric_conversion - 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 b8c101adf91..00000000000 --- a/contrib/restricted/boost/lexical_cast/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-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-config - restricted-boost-container - restricted-boost-core - restricted-boost-integer - restricted-boost-numeric_conversion - 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 b8c101adf91..00000000000 --- a/contrib/restricted/boost/lexical_cast/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-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-config - restricted-boost-container - restricted-boost-core - restricted-boost-integer - restricted-boost-numeric_conversion - 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 43b1a6b00e8..00000000000 --- a/contrib/restricted/boost/lexical_cast/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 (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 6ca4efe3360..00000000000 --- a/contrib/restricted/boost/lexical_cast/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-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-config - restricted-boost-container - restricted-boost-core - restricted-boost-integer - restricted-boost-numeric_conversion - restricted-boost-throw_exception - restricted-boost-type_traits -) 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 6be36e40a80..00000000000 --- 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 - $,,-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 453c9e00ef2..00000000000 --- 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 - $,,-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 453c9e00ef2..00000000000 --- 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 - $,,-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 43b1a6b00e8..00000000000 --- a/contrib/restricted/boost/locale/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 (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 62aa96d9ae9..00000000000 --- 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 - $,,-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-x86_64.txt b/contrib/restricted/boost/math/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 71d5facb39e..00000000000 --- 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 b8ed0bead8b..00000000000 --- 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 b8ed0bead8b..00000000000 --- 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 43b1a6b00e8..00000000000 --- a/contrib/restricted/boost/math/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 (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 71d5facb39e..00000000000 --- 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-x86_64.txt b/contrib/restricted/boost/move/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 60a44cf28f0..00000000000 --- 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 ef3f7ea5117..00000000000 --- 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 ef3f7ea5117..00000000000 --- 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 43b1a6b00e8..00000000000 --- a/contrib/restricted/boost/move/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 (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 60a44cf28f0..00000000000 --- 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-x86_64.txt b/contrib/restricted/boost/mp11/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 7100a8f570d..00000000000 --- 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 88c153c72c1..00000000000 --- 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 88c153c72c1..00000000000 --- 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 43b1a6b00e8..00000000000 --- a/contrib/restricted/boost/mp11/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 (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 7100a8f570d..00000000000 --- 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-x86_64.txt b/contrib/restricted/boost/mpl/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 8b161d3adfd..00000000000 --- 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 2a2813d50c8..00000000000 --- 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 2a2813d50c8..00000000000 --- 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 43b1a6b00e8..00000000000 --- a/contrib/restricted/boost/mpl/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 (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 8b161d3adfd..00000000000 --- 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 0f36dd5b204..00000000000 --- 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 a9bf7bfcb38..00000000000 --- 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 7803a2712c1..00000000000 --- 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 0f36dd5b204..00000000000 --- 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-x86_64.txt b/contrib/restricted/boost/multi_index/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 1d347b7ed11..00000000000 --- 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 2d2cdecc465..00000000000 --- 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 2d2cdecc465..00000000000 --- 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 43b1a6b00e8..00000000000 --- a/contrib/restricted/boost/multi_index/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 (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 1d347b7ed11..00000000000 --- 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-x86_64.txt b/contrib/restricted/boost/numeric_conversion/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c4797132e9e..00000000000 --- 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 46d33c5f9d4..00000000000 --- 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 46d33c5f9d4..00000000000 --- 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 43b1a6b00e8..00000000000 --- a/contrib/restricted/boost/numeric_conversion/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 (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 c4797132e9e..00000000000 --- 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-x86_64.txt b/contrib/restricted/boost/optional/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index b94f64d5c46..00000000000 --- 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 0bf5a6292df..00000000000 --- 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 0bf5a6292df..00000000000 --- 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 43b1a6b00e8..00000000000 --- a/contrib/restricted/boost/optional/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 (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 b94f64d5c46..00000000000 --- 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 7aad7283416..00000000000 --- 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 d5bb0e8b6e2..00000000000 --- 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 7803a2712c1..00000000000 --- 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 7aad7283416..00000000000 --- 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 7bf8181aa5e..00000000000 --- 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 80062339a36..00000000000 --- 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 7803a2712c1..00000000000 --- 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 7bf8181aa5e..00000000000 --- 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-x86_64.txt b/contrib/restricted/boost/pool/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a0e50e5cde2..00000000000 --- 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 a5d127cffbf..00000000000 --- 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 a5d127cffbf..00000000000 --- 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 43b1a6b00e8..00000000000 --- a/contrib/restricted/boost/pool/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 (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 a0e50e5cde2..00000000000 --- 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-x86_64.txt b/contrib/restricted/boost/predef/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c55eab9d0f6..00000000000 --- 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 a0087e3f0db..00000000000 --- 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 a0087e3f0db..00000000000 --- 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 43b1a6b00e8..00000000000 --- a/contrib/restricted/boost/predef/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 (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 c55eab9d0f6..00000000000 --- 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-x86_64.txt b/contrib/restricted/boost/preprocessor/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 7df51769d9a..00000000000 --- 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 e6e835b5adf..00000000000 --- 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 e6e835b5adf..00000000000 --- 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 43b1a6b00e8..00000000000 --- a/contrib/restricted/boost/preprocessor/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 (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 7df51769d9a..00000000000 --- 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-x86_64.txt b/contrib/restricted/boost/program_options/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c91dfc15c59..00000000000 --- 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 - $,,-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 1bd268a977a..00000000000 --- 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 - $,,-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 1bd268a977a..00000000000 --- 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 - $,,-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 522af85d518..00000000000 --- a/contrib/restricted/boost/program_options/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 "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) -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 d49456c891b..00000000000 --- 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 cfb3bee9458..00000000000 --- 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 7803a2712c1..00000000000 --- 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 d49456c891b..00000000000 --- 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 664325c48de..00000000000 --- a/contrib/restricted/boost/property_tree/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_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-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 5cc82a47607..00000000000 --- a/contrib/restricted/boost/property_tree/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_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-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 7803a2712c1..00000000000 --- 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 664325c48de..00000000000 --- a/contrib/restricted/boost/property_tree/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_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-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 370165e4fff..00000000000 --- 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 8fa3b296b20..00000000000 --- 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 7803a2712c1..00000000000 --- 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 370165e4fff..00000000000 --- 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-x86_64.txt b/contrib/restricted/boost/random/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 647aa946684..00000000000 --- 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 - $,,-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 23ae6c61529..00000000000 --- 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 - $,,-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 23ae6c61529..00000000000 --- 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 - $,,-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 43b1a6b00e8..00000000000 --- a/contrib/restricted/boost/random/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 (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 647aa946684..00000000000 --- 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 - $,,-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-x86_64.txt b/contrib/restricted/boost/range/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index eadd2f290c7..00000000000 --- 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 a97889d7f60..00000000000 --- 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 a97889d7f60..00000000000 --- 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 43b1a6b00e8..00000000000 --- a/contrib/restricted/boost/range/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 (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 eadd2f290c7..00000000000 --- 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-x86_64.txt b/contrib/restricted/boost/ratio/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index be975de1e0a..00000000000 --- 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 f78ccb011e1..00000000000 --- 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 f78ccb011e1..00000000000 --- 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 43b1a6b00e8..00000000000 --- a/contrib/restricted/boost/ratio/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 (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 be975de1e0a..00000000000 --- 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 c4d92a21a6e..00000000000 --- 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 61fd5149ab3..00000000000 --- 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 7803a2712c1..00000000000 --- 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 c4d92a21a6e..00000000000 --- 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-x86_64.txt b/contrib/restricted/boost/regex/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index b0c67b4c889..00000000000 --- 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 - $,,-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 554805be78e..00000000000 --- 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 - $,,-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 554805be78e..00000000000 --- 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 - $,,-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 43b1a6b00e8..00000000000 --- a/contrib/restricted/boost/regex/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 (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 880f1329a87..00000000000 --- 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 - $,,-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 03d4a7153cf..00000000000 --- 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 861d0b5fd92..00000000000 --- 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 52603eb79dc..00000000000 --- 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 - $,,-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 43d01c0ab03..00000000000 --- 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 - $,,-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 7803a2712c1..00000000000 --- 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 52603eb79dc..00000000000 --- 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 - $,,-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-x86_64.txt b/contrib/restricted/boost/smart_ptr/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index e13c2385804..00000000000 --- 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 1c30f857e3c..00000000000 --- 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 1c30f857e3c..00000000000 --- 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 43b1a6b00e8..00000000000 --- a/contrib/restricted/boost/smart_ptr/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 (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 e13c2385804..00000000000 --- 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 bddf9e8c5b1..00000000000 --- 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 75045b7b542..00000000000 --- 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 7803a2712c1..00000000000 --- 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 bddf9e8c5b1..00000000000 --- 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-x86_64.txt b/contrib/restricted/boost/static_assert/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6506f1babd0..00000000000 --- 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 efc171911e7..00000000000 --- 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 efc171911e7..00000000000 --- 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 43b1a6b00e8..00000000000 --- a/contrib/restricted/boost/static_assert/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 (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 6506f1babd0..00000000000 --- 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-x86_64.txt b/contrib/restricted/boost/system/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 49847620cb9..00000000000 --- 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 bb535c43334..00000000000 --- 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 bb535c43334..00000000000 --- 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 43b1a6b00e8..00000000000 --- a/contrib/restricted/boost/system/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 (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 49847620cb9..00000000000 --- 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-x86_64.txt b/contrib/restricted/boost/thread/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6f73c738f50..00000000000 --- 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 - $,,-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 c4a00092a19..00000000000 --- 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 - $,,-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 c4a00092a19..00000000000 --- 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 - $,,-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 43b1a6b00e8..00000000000 --- a/contrib/restricted/boost/thread/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 (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 366022e4bfb..00000000000 --- 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 - $,,-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-x86_64.txt b/contrib/restricted/boost/throw_exception/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index eefa32cee28..00000000000 --- 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 105ee3325e7..00000000000 --- 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 105ee3325e7..00000000000 --- 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 43b1a6b00e8..00000000000 --- a/contrib/restricted/boost/throw_exception/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 (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 eefa32cee28..00000000000 --- 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-x86_64.txt b/contrib/restricted/boost/tokenizer/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 484614506f2..00000000000 --- 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 f150b16ca27..00000000000 --- 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 f150b16ca27..00000000000 --- 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 43b1a6b00e8..00000000000 --- a/contrib/restricted/boost/tokenizer/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 (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 484614506f2..00000000000 --- 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 21cde2d8ba6..00000000000 --- 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 9c8dd5bc54b..00000000000 --- 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 7803a2712c1..00000000000 --- 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 21cde2d8ba6..00000000000 --- 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-x86_64.txt b/contrib/restricted/boost/tuple/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 35051c1252b..00000000000 --- 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 de83f3637ab..00000000000 --- 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 de83f3637ab..00000000000 --- 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 43b1a6b00e8..00000000000 --- a/contrib/restricted/boost/tuple/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 (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 35051c1252b..00000000000 --- 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-x86_64.txt b/contrib/restricted/boost/type_index/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index b167e31a32c..00000000000 --- a/contrib/restricted/boost/type_index/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-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-throw_exception -) 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 150623a9c31..00000000000 --- a/contrib/restricted/boost/type_index/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-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-throw_exception -) 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 150623a9c31..00000000000 --- a/contrib/restricted/boost/type_index/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-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-throw_exception -) diff --git a/contrib/restricted/boost/type_index/CMakeLists.txt b/contrib/restricted/boost/type_index/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/restricted/boost/type_index/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 (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 b167e31a32c..00000000000 --- a/contrib/restricted/boost/type_index/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-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-throw_exception -) 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 a32d4a750ef..00000000000 --- 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 9771ff8a740..00000000000 --- 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 9771ff8a740..00000000000 --- 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 43b1a6b00e8..00000000000 --- a/contrib/restricted/boost/type_traits/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 (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 a32d4a750ef..00000000000 --- 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-x86_64.txt b/contrib/restricted/boost/typeof/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 87586deb283..00000000000 --- a/contrib/restricted/boost/typeof/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-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 -) 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 9bee1c60fe8..00000000000 --- a/contrib/restricted/boost/typeof/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-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 -) 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 9bee1c60fe8..00000000000 --- a/contrib/restricted/boost/typeof/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-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 -) diff --git a/contrib/restricted/boost/typeof/CMakeLists.txt b/contrib/restricted/boost/typeof/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/restricted/boost/typeof/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 (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 87586deb283..00000000000 --- a/contrib/restricted/boost/typeof/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-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 -) 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 0a1dbba096f..00000000000 --- 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 2c662b87034..00000000000 --- 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 2c662b87034..00000000000 --- 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 43b1a6b00e8..00000000000 --- a/contrib/restricted/boost/unordered/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 (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 0a1dbba096f..00000000000 --- 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-x86_64.txt b/contrib/restricted/boost/utility/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 75fd8785291..00000000000 --- 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 a04da10363c..00000000000 --- 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 a04da10363c..00000000000 --- 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 43b1a6b00e8..00000000000 --- a/contrib/restricted/boost/utility/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 (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 75fd8785291..00000000000 --- 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 495a074d5fd..00000000000 --- 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 fb816baea82..00000000000 --- 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 7803a2712c1..00000000000 --- 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 495a074d5fd..00000000000 --- 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-x86_64.txt b/contrib/restricted/boost/variant2/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index faec5d90979..00000000000 --- 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 b3cdd31e101..00000000000 --- 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 b3cdd31e101..00000000000 --- 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 43b1a6b00e8..00000000000 --- a/contrib/restricted/boost/variant2/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 (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 faec5d90979..00000000000 --- 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-x86_64.txt b/contrib/restricted/boost/winapi/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 13fd04341f2..00000000000 --- 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 08c08093611..00000000000 --- 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 08c08093611..00000000000 --- 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 43b1a6b00e8..00000000000 --- a/contrib/restricted/boost/winapi/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 (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 4242049f1b0..00000000000 --- 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 d8974003403..00000000000 --- 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 ad594157635..00000000000 --- 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 7803a2712c1..00000000000 --- 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 d8974003403..00000000000 --- 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-x86_64.txt b/contrib/restricted/cityhash-1.0.2/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d7518da2f45..00000000000 --- 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 1abb1abf0a6..00000000000 --- 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 1abb1abf0a6..00000000000 --- 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 522af85d518..00000000000 --- a/contrib/restricted/cityhash-1.0.2/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 "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) -endif() 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 4e0fcd5b990..00000000000 --- 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 - $,,-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 83a5cfb37c5..00000000000 --- 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 - $,,-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 83a5cfb37c5..00000000000 --- 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 - $,,-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 522af85d518..00000000000 --- a/contrib/restricted/dragonbox/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 "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) -endif() 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 277929ec2e3..00000000000 --- 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 4541d2ed55b..00000000000 --- 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 4541d2ed55b..00000000000 --- 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 43b1a6b00e8..00000000000 --- a/contrib/restricted/fast_float/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 (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 277929ec2e3..00000000000 --- 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 52c2d179583..00000000000 --- 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-x86_64.txt b/contrib/restricted/google/benchmark/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 0e16d88f391..00000000000 --- 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 - $,,-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 a18f8b09637..00000000000 --- 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 - $,,-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 a18f8b09637..00000000000 --- 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 - $,,-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 43b1a6b00e8..00000000000 --- a/contrib/restricted/google/benchmark/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 (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 0e16d88f391..00000000000 --- 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 - $,,-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 83e1a429014..00000000000 --- 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-x86_64.txt b/contrib/restricted/googletest/googlemock/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 01df6b6ce7a..00000000000 --- 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 - $,,-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 d500700c458..00000000000 --- 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 - $,,-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 d500700c458..00000000000 --- 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 - $,,-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 43b1a6b00e8..00000000000 --- a/contrib/restricted/googletest/googlemock/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 (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 01df6b6ce7a..00000000000 --- 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 - $,,-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-x86_64.txt b/contrib/restricted/googletest/googletest/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6d2f7beb8ee..00000000000 --- 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 - $,,-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 c327e84f42e..00000000000 --- 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 - $,,-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 c327e84f42e..00000000000 --- 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 - $,,-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 43b1a6b00e8..00000000000 --- a/contrib/restricted/googletest/googletest/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 (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 6d2f7beb8ee..00000000000 --- 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 - $,,-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/nlohmann_json/CMakeLists.darwin-x86_64.txt b/contrib/restricted/nlohmann_json/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 0c96110bcc4..00000000000 --- 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 2641b31de22..00000000000 --- 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 2641b31de22..00000000000 --- 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 43b1a6b00e8..00000000000 --- a/contrib/restricted/nlohmann_json/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 (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 0c96110bcc4..00000000000 --- 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/thrift/CMakeLists.darwin-x86_64.txt b/contrib/restricted/thrift/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c7e6326e933..00000000000 --- 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 - $,,-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 3fbd7fe4c23..00000000000 --- 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 - $,,-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 3fbd7fe4c23..00000000000 --- 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 - $,,-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 43b1a6b00e8..00000000000 --- a/contrib/restricted/thrift/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 (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 e31593b8fb0..00000000000 --- 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 - $,,-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-x86_64.txt b/contrib/restricted/uriparser/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2163bfff7cb..00000000000 --- 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 - $,,-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 ef48e97a88d..00000000000 --- 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 - $,,-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 ef48e97a88d..00000000000 --- 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 - $,,-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 43b1a6b00e8..00000000000 --- a/contrib/restricted/uriparser/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 (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 2163bfff7cb..00000000000 --- 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 - $,,-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/tools/CMakeLists.txt b/contrib/tools/CMakeLists.txt deleted file mode 100644 index c9f61332283..00000000000 --- a/contrib/tools/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(flatc) -add_subdirectory(protoc) diff --git a/contrib/tools/flatc/CMakeLists.txt b/contrib/tools/flatc/CMakeLists.txt deleted file mode 100644 index 94c55d2b574..00000000000 --- a/contrib/tools/flatc/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(bin) diff --git a/contrib/tools/flatc/bin/CMakeLists.darwin-x86_64.txt b/contrib/tools/flatc/bin/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a8baf04410d..00000000000 --- a/contrib/tools/flatc/bin/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_executable(flatc) -target_include_directories(flatc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/include -) -target_link_libraries(flatc PUBLIC - contrib-libs-cxxsupp - libs-flatbuffers-flatc -) -target_link_options(flatc PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC -) -target_sources(flatc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/flatc_main.cpp -) -target_allocator(flatc - system_allocator -) -vcs_info(flatc) diff --git a/contrib/tools/flatc/bin/CMakeLists.linux-aarch64.txt b/contrib/tools/flatc/bin/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 83ac0382b9a..00000000000 --- a/contrib/tools/flatc/bin/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_executable(flatc) -target_include_directories(flatc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/include -) -target_link_libraries(flatc PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - libs-flatbuffers-flatc -) -target_link_options(flatc PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread -) -target_sources(flatc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/flatc_main.cpp -) -target_allocator(flatc - cpp-malloc-jemalloc -) -vcs_info(flatc) diff --git a/contrib/tools/flatc/bin/CMakeLists.linux-x86_64.txt b/contrib/tools/flatc/bin/CMakeLists.linux-x86_64.txt deleted file mode 100644 index bf662e0f791..00000000000 --- a/contrib/tools/flatc/bin/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_executable(flatc) -target_include_directories(flatc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/include -) -target_link_libraries(flatc PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - libs-flatbuffers-flatc -) -target_link_options(flatc PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread -) -target_sources(flatc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/flatc_main.cpp -) -target_allocator(flatc - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(flatc) diff --git a/contrib/tools/flatc/bin/CMakeLists.txt b/contrib/tools/flatc/bin/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/tools/flatc/bin/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/tools/flatc/bin/CMakeLists.windows-x86_64.txt b/contrib/tools/flatc/bin/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 8e599c87954..00000000000 --- a/contrib/tools/flatc/bin/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_executable(flatc) -target_include_directories(flatc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/include -) -target_link_libraries(flatc PUBLIC - contrib-libs-cxxsupp - libs-flatbuffers-flatc -) -target_sources(flatc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/flatbuffers/src/flatc_main.cpp -) -target_allocator(flatc - system_allocator -) -vcs_info(flatc) diff --git a/contrib/tools/protoc/CMakeLists.txt b/contrib/tools/protoc/CMakeLists.txt deleted file mode 100644 index bdcaeeca991..00000000000 --- a/contrib/tools/protoc/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(bin) -add_subdirectory(plugins) diff --git a/contrib/tools/protoc/bin/CMakeLists.darwin-x86_64.txt b/contrib/tools/protoc/bin/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 7ba0d379ec9..00000000000 --- a/contrib/tools/protoc/bin/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_executable(protoc) -target_compile_options(protoc PRIVATE - $,,-Wno-everything> -) -target_link_libraries(protoc PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - contrib-libs-protoc -) -target_link_options(protoc PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC -) -target_sources(protoc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/main.cc -) -target_allocator(protoc - system_allocator -) -vcs_info(protoc) diff --git a/contrib/tools/protoc/bin/CMakeLists.linux-aarch64.txt b/contrib/tools/protoc/bin/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 7aa65033fd0..00000000000 --- a/contrib/tools/protoc/bin/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_executable(protoc) -target_compile_options(protoc PRIVATE - $,,-Wno-everything> -) -target_link_libraries(protoc PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protoc -) -target_link_options(protoc PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(protoc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/main.cc -) -target_allocator(protoc - cpp-malloc-jemalloc -) -vcs_info(protoc) diff --git a/contrib/tools/protoc/bin/CMakeLists.linux-x86_64.txt b/contrib/tools/protoc/bin/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 37364dc61aa..00000000000 --- a/contrib/tools/protoc/bin/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_executable(protoc) -target_compile_options(protoc PRIVATE - $,,-Wno-everything> -) -target_link_libraries(protoc PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - contrib-libs-protoc -) -target_link_options(protoc PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(protoc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/main.cc -) -target_allocator(protoc - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(protoc) diff --git a/contrib/tools/protoc/bin/CMakeLists.txt b/contrib/tools/protoc/bin/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/tools/protoc/bin/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/tools/protoc/bin/CMakeLists.windows-x86_64.txt b/contrib/tools/protoc/bin/CMakeLists.windows-x86_64.txt deleted file mode 100644 index a79b28c37df..00000000000 --- a/contrib/tools/protoc/bin/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_executable(protoc) -target_compile_options(protoc PRIVATE - $,,-Wno-everything> -) -target_link_libraries(protoc PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - contrib-libs-protoc -) -target_sources(protoc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/protoc/src/google/protobuf/compiler/main.cc -) -target_allocator(protoc - system_allocator -) -vcs_info(protoc) diff --git a/contrib/tools/protoc/plugins/CMakeLists.txt b/contrib/tools/protoc/plugins/CMakeLists.txt deleted file mode 100644 index f6c7b58a9e4..00000000000 --- a/contrib/tools/protoc/plugins/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(cpp_styleguide) -add_subdirectory(grpc_cpp) diff --git a/contrib/tools/protoc/plugins/cpp_styleguide/CMakeLists.darwin-x86_64.txt b/contrib/tools/protoc/plugins/cpp_styleguide/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 0b5c34301d1..00000000000 --- a/contrib/tools/protoc/plugins/cpp_styleguide/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_executable(cpp_styleguide) -target_compile_options(cpp_styleguide PRIVATE - $,,-Wno-everything> -) -target_link_libraries(cpp_styleguide PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - contrib-libs-protoc -) -target_link_options(cpp_styleguide PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC -) -target_sources(cpp_styleguide PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/tools/protoc/plugins/cpp_styleguide/cpp_styleguide.cpp -) -target_allocator(cpp_styleguide - system_allocator -) -vcs_info(cpp_styleguide) diff --git a/contrib/tools/protoc/plugins/cpp_styleguide/CMakeLists.linux-aarch64.txt b/contrib/tools/protoc/plugins/cpp_styleguide/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 744e24124bf..00000000000 --- a/contrib/tools/protoc/plugins/cpp_styleguide/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_executable(cpp_styleguide) -target_compile_options(cpp_styleguide PRIVATE - $,,-Wno-everything> -) -target_link_libraries(cpp_styleguide PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protoc -) -target_link_options(cpp_styleguide PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cpp_styleguide PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/tools/protoc/plugins/cpp_styleguide/cpp_styleguide.cpp -) -target_allocator(cpp_styleguide - cpp-malloc-jemalloc -) -vcs_info(cpp_styleguide) diff --git a/contrib/tools/protoc/plugins/cpp_styleguide/CMakeLists.linux-x86_64.txt b/contrib/tools/protoc/plugins/cpp_styleguide/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d39ea8b10b1..00000000000 --- a/contrib/tools/protoc/plugins/cpp_styleguide/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_executable(cpp_styleguide) -target_compile_options(cpp_styleguide PRIVATE - $,,-Wno-everything> -) -target_link_libraries(cpp_styleguide PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - contrib-libs-protoc -) -target_link_options(cpp_styleguide PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(cpp_styleguide PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/tools/protoc/plugins/cpp_styleguide/cpp_styleguide.cpp -) -target_allocator(cpp_styleguide - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(cpp_styleguide) diff --git a/contrib/tools/protoc/plugins/cpp_styleguide/CMakeLists.txt b/contrib/tools/protoc/plugins/cpp_styleguide/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/tools/protoc/plugins/cpp_styleguide/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/tools/protoc/plugins/cpp_styleguide/CMakeLists.windows-x86_64.txt b/contrib/tools/protoc/plugins/cpp_styleguide/CMakeLists.windows-x86_64.txt deleted file mode 100644 index dcf39ba82e5..00000000000 --- a/contrib/tools/protoc/plugins/cpp_styleguide/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_executable(cpp_styleguide) -target_compile_options(cpp_styleguide PRIVATE - $,,-Wno-everything> -) -target_link_libraries(cpp_styleguide PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - contrib-libs-protoc -) -target_sources(cpp_styleguide PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/tools/protoc/plugins/cpp_styleguide/cpp_styleguide.cpp -) -target_allocator(cpp_styleguide - system_allocator -) -vcs_info(cpp_styleguide) diff --git a/contrib/tools/protoc/plugins/grpc_cpp/CMakeLists.darwin-x86_64.txt b/contrib/tools/protoc/plugins/grpc_cpp/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d2cb604b85c..00000000000 --- a/contrib/tools/protoc/plugins/grpc_cpp/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_executable(grpc_cpp) -target_compile_options(grpc_cpp PRIVATE - -DGRPC_USE_ABSL=0 - $,,-Wno-everything> -) -target_include_directories(grpc_cpp PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/include -) -target_link_libraries(grpc_cpp PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - src-compiler-grpc_plugin_support -) -target_link_options(grpc_cpp PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC -) -target_sources(grpc_cpp PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/cpp_plugin.cc -) -target_allocator(grpc_cpp - system_allocator -) -vcs_info(grpc_cpp) diff --git a/contrib/tools/protoc/plugins/grpc_cpp/CMakeLists.linux-aarch64.txt b/contrib/tools/protoc/plugins/grpc_cpp/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 860ce479935..00000000000 --- a/contrib/tools/protoc/plugins/grpc_cpp/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_executable(grpc_cpp) -target_compile_options(grpc_cpp PRIVATE - -DGRPC_USE_ABSL=0 - $,,-Wno-everything> -) -target_include_directories(grpc_cpp PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/include -) -target_link_libraries(grpc_cpp PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - src-compiler-grpc_plugin_support -) -target_link_options(grpc_cpp PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(grpc_cpp PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/cpp_plugin.cc -) -target_allocator(grpc_cpp - cpp-malloc-jemalloc -) -vcs_info(grpc_cpp) diff --git a/contrib/tools/protoc/plugins/grpc_cpp/CMakeLists.linux-x86_64.txt b/contrib/tools/protoc/plugins/grpc_cpp/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 38f77750e6b..00000000000 --- a/contrib/tools/protoc/plugins/grpc_cpp/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_executable(grpc_cpp) -target_compile_options(grpc_cpp PRIVATE - -DGRPC_USE_ABSL=0 - $,,-Wno-everything> -) -target_include_directories(grpc_cpp PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/include -) -target_link_libraries(grpc_cpp PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - src-compiler-grpc_plugin_support -) -target_link_options(grpc_cpp PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(grpc_cpp PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/cpp_plugin.cc -) -target_allocator(grpc_cpp - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(grpc_cpp) diff --git a/contrib/tools/protoc/plugins/grpc_cpp/CMakeLists.txt b/contrib/tools/protoc/plugins/grpc_cpp/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/tools/protoc/plugins/grpc_cpp/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/tools/protoc/plugins/grpc_cpp/CMakeLists.windows-x86_64.txt b/contrib/tools/protoc/plugins/grpc_cpp/CMakeLists.windows-x86_64.txt deleted file mode 100644 index f787c68818b..00000000000 --- a/contrib/tools/protoc/plugins/grpc_cpp/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_executable(grpc_cpp) -target_compile_options(grpc_cpp PRIVATE - -DGRPC_USE_ABSL=0 - $,,-Wno-everything> -) -target_include_directories(grpc_cpp PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/include -) -target_link_libraries(grpc_cpp PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - src-compiler-grpc_plugin_support -) -target_sources(grpc_cpp PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/compiler/cpp_plugin.cc -) -target_allocator(grpc_cpp - system_allocator -) -vcs_info(grpc_cpp) diff --git a/contrib/ydb/CMakeLists.txt b/contrib/ydb/CMakeLists.txt deleted file mode 100644 index ac2879eb489..00000000000 --- a/contrib/ydb/CMakeLists.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(core) -add_subdirectory(library) -add_subdirectory(public) -add_subdirectory(services) -add_custom_target(ydb_py_protos) - -add_custom_command( - TARGET ydb_py_protos POST_BUILD - COMMAND ${CMAKE_SOURCE_DIR}/contrib/ydb/tests/oss/launch/compile_protos.sh ${CMAKE_SOURCE_DIR} ydb library/cpp/actors - WORKING_DIRECTORY ${CMAKE_SOURCE_DIR} - COMMENT "Compiling PY protos..." -) - diff --git a/contrib/ydb/core/CMakeLists.txt b/contrib/ydb/core/CMakeLists.txt deleted file mode 100644 index bf7641442da..00000000000 --- a/contrib/ydb/core/CMakeLists.txt +++ /dev/null @@ -1,67 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(actorlib_impl) -add_subdirectory(audit) -add_subdirectory(base) -add_subdirectory(blob_depot) -add_subdirectory(blobstorage) -add_subdirectory(blockstore) -add_subdirectory(client) -add_subdirectory(cms) -add_subdirectory(control) -add_subdirectory(debug) -add_subdirectory(discovery) -add_subdirectory(docapi) -add_subdirectory(driver_lib) -add_subdirectory(engine) -add_subdirectory(erasure) -add_subdirectory(external_sources) -add_subdirectory(filestore) -add_subdirectory(formats) -add_subdirectory(fq) -add_subdirectory(grpc_caching) -add_subdirectory(grpc_services) -add_subdirectory(grpc_streaming) -add_subdirectory(health_check) -add_subdirectory(http_proxy) -add_subdirectory(io_formats) -add_subdirectory(kafka_proxy) -add_subdirectory(kesus) -add_subdirectory(keyvalue) -add_subdirectory(kqp) -add_subdirectory(load_test) -add_subdirectory(local_pgwire) -add_subdirectory(log_backend) -add_subdirectory(metering) -add_subdirectory(mind) -add_subdirectory(mon) -add_subdirectory(mon_alloc) -add_subdirectory(node_whiteboard) -add_subdirectory(persqueue) -add_subdirectory(pgproxy) -add_subdirectory(protos) -add_subdirectory(public_http) -add_subdirectory(quoter) -add_subdirectory(raw_socket) -add_subdirectory(scheme) -add_subdirectory(scheme_types) -add_subdirectory(security) -add_subdirectory(statistics) -add_subdirectory(sys_view) -add_subdirectory(tablet) -add_subdirectory(tablet_flat) -add_subdirectory(test_tablet) -add_subdirectory(testlib) -add_subdirectory(tracing) -add_subdirectory(tx) -add_subdirectory(util) -add_subdirectory(viewer) -add_subdirectory(wrappers) -add_subdirectory(ydb_convert) -add_subdirectory(ymq) diff --git a/contrib/ydb/core/actorlib_impl/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/actorlib_impl/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 3688045fadf..00000000000 --- a/contrib/ydb/core/actorlib_impl/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(ydb-core-actorlib_impl) -target_compile_options(ydb-core-actorlib_impl PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-actorlib_impl PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-dnscachelib - library-actors-protos - cpp-containers-stack_vector - cpp-digest-crc32c - cpp-html-pcdata - library-cpp-lwtrace - cpp-lwtrace-mon - cpp-messagebus-monitoring - cpp-monlib-dynamic_counters - service-pages-resources - service-pages-tablesorter - library-cpp-packedtypes - library-cpp-sliding_window - ydb-core-base - version - ydb-core-mon - ydb-core-node_whiteboard - ydb-core-protos - ydb-core-util -) -target_sources(ydb-core-actorlib_impl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/actorlib_impl/actor_tracker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/actorlib_impl/connect_socket_protocol.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/actorlib_impl/load_network.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/actorlib_impl/long_timer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/actorlib_impl/mad_squirrel.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/actorlib_impl/melancholic_gopher.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/actorlib_impl/name_service_client_protocol.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/actorlib_impl/node_identifier.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/actorlib_impl/read_data_protocol.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/actorlib_impl/read_http_reply_protocol.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/actorlib_impl/send_data_protocol.cpp -) diff --git a/contrib/ydb/core/actorlib_impl/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/actorlib_impl/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a29804f3cd9..00000000000 --- a/contrib/ydb/core/actorlib_impl/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,51 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(ydb-core-actorlib_impl) -target_compile_options(ydb-core-actorlib_impl PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-actorlib_impl PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-dnscachelib - library-actors-protos - cpp-containers-stack_vector - cpp-digest-crc32c - cpp-html-pcdata - library-cpp-lwtrace - cpp-lwtrace-mon - cpp-messagebus-monitoring - cpp-monlib-dynamic_counters - service-pages-resources - service-pages-tablesorter - library-cpp-packedtypes - library-cpp-sliding_window - ydb-core-base - version - ydb-core-mon - ydb-core-node_whiteboard - ydb-core-protos - ydb-core-util -) -target_sources(ydb-core-actorlib_impl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/actorlib_impl/actor_tracker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/actorlib_impl/connect_socket_protocol.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/actorlib_impl/load_network.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/actorlib_impl/long_timer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/actorlib_impl/mad_squirrel.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/actorlib_impl/melancholic_gopher.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/actorlib_impl/name_service_client_protocol.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/actorlib_impl/node_identifier.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/actorlib_impl/read_data_protocol.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/actorlib_impl/read_http_reply_protocol.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/actorlib_impl/send_data_protocol.cpp -) diff --git a/contrib/ydb/core/actorlib_impl/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/actorlib_impl/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a29804f3cd9..00000000000 --- a/contrib/ydb/core/actorlib_impl/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,51 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(ydb-core-actorlib_impl) -target_compile_options(ydb-core-actorlib_impl PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-actorlib_impl PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-dnscachelib - library-actors-protos - cpp-containers-stack_vector - cpp-digest-crc32c - cpp-html-pcdata - library-cpp-lwtrace - cpp-lwtrace-mon - cpp-messagebus-monitoring - cpp-monlib-dynamic_counters - service-pages-resources - service-pages-tablesorter - library-cpp-packedtypes - library-cpp-sliding_window - ydb-core-base - version - ydb-core-mon - ydb-core-node_whiteboard - ydb-core-protos - ydb-core-util -) -target_sources(ydb-core-actorlib_impl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/actorlib_impl/actor_tracker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/actorlib_impl/connect_socket_protocol.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/actorlib_impl/load_network.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/actorlib_impl/long_timer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/actorlib_impl/mad_squirrel.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/actorlib_impl/melancholic_gopher.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/actorlib_impl/name_service_client_protocol.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/actorlib_impl/node_identifier.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/actorlib_impl/read_data_protocol.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/actorlib_impl/read_http_reply_protocol.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/actorlib_impl/send_data_protocol.cpp -) diff --git a/contrib/ydb/core/actorlib_impl/CMakeLists.txt b/contrib/ydb/core/actorlib_impl/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/actorlib_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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/actorlib_impl/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/actorlib_impl/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 3688045fadf..00000000000 --- a/contrib/ydb/core/actorlib_impl/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(ydb-core-actorlib_impl) -target_compile_options(ydb-core-actorlib_impl PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-actorlib_impl PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-dnscachelib - library-actors-protos - cpp-containers-stack_vector - cpp-digest-crc32c - cpp-html-pcdata - library-cpp-lwtrace - cpp-lwtrace-mon - cpp-messagebus-monitoring - cpp-monlib-dynamic_counters - service-pages-resources - service-pages-tablesorter - library-cpp-packedtypes - library-cpp-sliding_window - ydb-core-base - version - ydb-core-mon - ydb-core-node_whiteboard - ydb-core-protos - ydb-core-util -) -target_sources(ydb-core-actorlib_impl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/actorlib_impl/actor_tracker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/actorlib_impl/connect_socket_protocol.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/actorlib_impl/load_network.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/actorlib_impl/long_timer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/actorlib_impl/mad_squirrel.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/actorlib_impl/melancholic_gopher.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/actorlib_impl/name_service_client_protocol.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/actorlib_impl/node_identifier.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/actorlib_impl/read_data_protocol.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/actorlib_impl/read_http_reply_protocol.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/actorlib_impl/send_data_protocol.cpp -) diff --git a/contrib/ydb/core/audit/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/audit/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 5340a57d61a..00000000000 --- a/contrib/ydb/core/audit/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. - - -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(ydb-core-audit) -target_link_libraries(ydb-core-audit PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-cpp-json - library-cpp-logger - ydb-core-base - library-cpp-resource -) -target_sources(ydb-core-audit PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/audit/audit_log_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/audit/audit_log.cpp -) - -add_global_library_for(ydb-core-audit.global ydb-core-audit) -target_link_libraries(ydb-core-audit.global PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-cpp-json - library-cpp-logger - ydb-core-base - library-cpp-resource -) -target_sources(ydb-core-audit.global PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/core/audit/9fd990e79bee273ec986e8b8c3a867f8.cpp -) -resources(ydb-core-audit.global - ${CMAKE_BINARY_DIR}/contrib/ydb/core/audit/9fd990e79bee273ec986e8b8c3a867f8.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/kqp_default_settings.txt - KEYS - kqp_default_settings.txt -) diff --git a/contrib/ydb/core/audit/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/audit/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d71f8c6953f..00000000000 --- a/contrib/ydb/core/audit/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. - - -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(ydb-core-audit) -target_link_libraries(ydb-core-audit PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-cpp-json - library-cpp-logger - ydb-core-base - library-cpp-resource -) -target_sources(ydb-core-audit PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/audit/audit_log_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/audit/audit_log.cpp -) - -add_global_library_for(ydb-core-audit.global ydb-core-audit) -target_link_libraries(ydb-core-audit.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-cpp-json - library-cpp-logger - ydb-core-base - library-cpp-resource -) -target_sources(ydb-core-audit.global PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/core/audit/9fd990e79bee273ec986e8b8c3a867f8.cpp -) -resources(ydb-core-audit.global - ${CMAKE_BINARY_DIR}/contrib/ydb/core/audit/9fd990e79bee273ec986e8b8c3a867f8.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/kqp_default_settings.txt - KEYS - kqp_default_settings.txt -) diff --git a/contrib/ydb/core/audit/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/audit/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d71f8c6953f..00000000000 --- a/contrib/ydb/core/audit/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. - - -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(ydb-core-audit) -target_link_libraries(ydb-core-audit PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-cpp-json - library-cpp-logger - ydb-core-base - library-cpp-resource -) -target_sources(ydb-core-audit PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/audit/audit_log_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/audit/audit_log.cpp -) - -add_global_library_for(ydb-core-audit.global ydb-core-audit) -target_link_libraries(ydb-core-audit.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-cpp-json - library-cpp-logger - ydb-core-base - library-cpp-resource -) -target_sources(ydb-core-audit.global PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/core/audit/9fd990e79bee273ec986e8b8c3a867f8.cpp -) -resources(ydb-core-audit.global - ${CMAKE_BINARY_DIR}/contrib/ydb/core/audit/9fd990e79bee273ec986e8b8c3a867f8.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/kqp_default_settings.txt - KEYS - kqp_default_settings.txt -) diff --git a/contrib/ydb/core/audit/CMakeLists.txt b/contrib/ydb/core/audit/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/audit/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/audit/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/audit/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 5340a57d61a..00000000000 --- a/contrib/ydb/core/audit/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. - - -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(ydb-core-audit) -target_link_libraries(ydb-core-audit PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-cpp-json - library-cpp-logger - ydb-core-base - library-cpp-resource -) -target_sources(ydb-core-audit PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/audit/audit_log_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/audit/audit_log.cpp -) - -add_global_library_for(ydb-core-audit.global ydb-core-audit) -target_link_libraries(ydb-core-audit.global PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-cpp-json - library-cpp-logger - ydb-core-base - library-cpp-resource -) -target_sources(ydb-core-audit.global PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/core/audit/9fd990e79bee273ec986e8b8c3a867f8.cpp -) -resources(ydb-core-audit.global - ${CMAKE_BINARY_DIR}/contrib/ydb/core/audit/9fd990e79bee273ec986e8b8c3a867f8.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/kqp_default_settings.txt - KEYS - kqp_default_settings.txt -) diff --git a/contrib/ydb/core/base/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/base/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 759141511fb..00000000000 --- a/contrib/ydb/core/base/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_subdirectory(services) - -add_library(ydb-core-base) -target_link_libraries(ydb-core-base PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-helpers - library-actors-interconnect - library-actors-protos - library-actors-wilson - cpp-deprecated-enum_codegen - library-cpp-logger - library-cpp-lwtrace - cpp-lwtrace-mon - library-cpp-random_provider - library-cpp-time_provider - core-base-services - ydb-core-debug - ydb-core-erasure - ydb-core-protos - core-protos-out - ydb-core-scheme - ydb-library-aclib - ydb-library-login - ydb-library-pdisk_io - library-pretty_types_print-protobuf - ydb-library-ydb_issue - api-protos-out - library-yql-minikql - cpp-deprecated-atomic - library-cpp-dwarf_backtrace -) -target_sources(ydb-core-base PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/actor_activity_names.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/appdata.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/backtrace.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/board_lookup.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/board_publish.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/board_replica.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/blobstorage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/domain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/event_filter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/group_stat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/localdb.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/logoblob.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/path.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/pool_stats_collector.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/row_version.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/services_assert.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/statestorage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/statestorage_event_filter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/statestorage_guardian.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/statestorage_monitoring.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/statestorage_proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/statestorage_replica.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/statestorage_replica_probe.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/statestorage_warden.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/storage_pools.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/subdomain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/table_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/tablet.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/tablet_killer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/tablet_status_checker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/traceid.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/tx_processing.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/blobstorage_grouptype.cpp -) diff --git a/contrib/ydb/core/base/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/base/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 5b16cba980b..00000000000 --- a/contrib/ydb/core/base/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_subdirectory(services) - -add_library(ydb-core-base) -target_link_libraries(ydb-core-base PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-helpers - library-actors-interconnect - library-actors-protos - library-actors-wilson - cpp-deprecated-enum_codegen - library-cpp-logger - library-cpp-lwtrace - cpp-lwtrace-mon - library-cpp-random_provider - library-cpp-time_provider - core-base-services - ydb-core-debug - ydb-core-erasure - ydb-core-protos - core-protos-out - ydb-core-scheme - ydb-library-aclib - ydb-library-login - ydb-library-pdisk_io - library-pretty_types_print-protobuf - ydb-library-ydb_issue - api-protos-out - library-yql-minikql - cpp-deprecated-atomic - library-cpp-dwarf_backtrace -) -target_sources(ydb-core-base PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/actor_activity_names.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/appdata.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/backtrace.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/board_lookup.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/board_publish.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/board_replica.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/blobstorage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/domain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/event_filter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/group_stat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/localdb.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/logoblob.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/path.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/pool_stats_collector.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/row_version.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/services_assert.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/statestorage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/statestorage_event_filter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/statestorage_guardian.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/statestorage_monitoring.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/statestorage_proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/statestorage_replica.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/statestorage_replica_probe.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/statestorage_warden.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/storage_pools.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/subdomain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/table_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/tablet.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/tablet_killer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/tablet_status_checker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/traceid.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/tx_processing.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/blobstorage_grouptype.cpp -) diff --git a/contrib/ydb/core/base/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/base/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 5b16cba980b..00000000000 --- a/contrib/ydb/core/base/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_subdirectory(services) - -add_library(ydb-core-base) -target_link_libraries(ydb-core-base PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-helpers - library-actors-interconnect - library-actors-protos - library-actors-wilson - cpp-deprecated-enum_codegen - library-cpp-logger - library-cpp-lwtrace - cpp-lwtrace-mon - library-cpp-random_provider - library-cpp-time_provider - core-base-services - ydb-core-debug - ydb-core-erasure - ydb-core-protos - core-protos-out - ydb-core-scheme - ydb-library-aclib - ydb-library-login - ydb-library-pdisk_io - library-pretty_types_print-protobuf - ydb-library-ydb_issue - api-protos-out - library-yql-minikql - cpp-deprecated-atomic - library-cpp-dwarf_backtrace -) -target_sources(ydb-core-base PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/actor_activity_names.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/appdata.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/backtrace.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/board_lookup.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/board_publish.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/board_replica.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/blobstorage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/domain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/event_filter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/group_stat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/localdb.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/logoblob.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/path.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/pool_stats_collector.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/row_version.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/services_assert.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/statestorage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/statestorage_event_filter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/statestorage_guardian.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/statestorage_monitoring.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/statestorage_proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/statestorage_replica.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/statestorage_replica_probe.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/statestorage_warden.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/storage_pools.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/subdomain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/table_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/tablet.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/tablet_killer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/tablet_status_checker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/traceid.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/tx_processing.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/blobstorage_grouptype.cpp -) diff --git a/contrib/ydb/core/base/CMakeLists.txt b/contrib/ydb/core/base/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/base/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/base/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/base/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 766901a2006..00000000000 --- a/contrib/ydb/core/base/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,76 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(services) - -add_library(ydb-core-base) -target_link_libraries(ydb-core-base PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-helpers - library-actors-interconnect - library-actors-protos - library-actors-wilson - cpp-deprecated-enum_codegen - library-cpp-logger - library-cpp-lwtrace - cpp-lwtrace-mon - library-cpp-random_provider - library-cpp-time_provider - core-base-services - ydb-core-debug - ydb-core-erasure - ydb-core-protos - core-protos-out - ydb-core-scheme - ydb-library-aclib - ydb-library-login - ydb-library-pdisk_io - library-pretty_types_print-protobuf - ydb-library-ydb_issue - api-protos-out - library-yql-minikql - cpp-deprecated-atomic -) -target_sources(ydb-core-base PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/actor_activity_names.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/appdata.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/backtrace.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/board_lookup.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/board_publish.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/board_replica.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/blobstorage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/domain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/event_filter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/group_stat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/localdb.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/logoblob.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/path.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/pool_stats_collector.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/row_version.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/services_assert.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/statestorage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/statestorage_event_filter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/statestorage_guardian.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/statestorage_monitoring.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/statestorage_proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/statestorage_replica.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/statestorage_replica_probe.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/statestorage_warden.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/storage_pools.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/subdomain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/table_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/tablet.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/tablet_killer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/tablet_status_checker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/traceid.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/tx_processing.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/base/blobstorage_grouptype.cpp -) diff --git a/contrib/ydb/core/base/services/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/base/services/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 9104faa00c4..00000000000 --- a/contrib/ydb/core/base/services/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(core-base-services INTERFACE) -target_link_libraries(core-base-services INTERFACE - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-protos - library-actors-interconnect - library-actors-helpers -) diff --git a/contrib/ydb/core/base/services/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/base/services/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 171dae54225..00000000000 --- a/contrib/ydb/core/base/services/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(core-base-services INTERFACE) -target_link_libraries(core-base-services INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-protos - library-actors-interconnect - library-actors-helpers -) diff --git a/contrib/ydb/core/base/services/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/base/services/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 171dae54225..00000000000 --- a/contrib/ydb/core/base/services/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(core-base-services INTERFACE) -target_link_libraries(core-base-services INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-protos - library-actors-interconnect - library-actors-helpers -) diff --git a/contrib/ydb/core/base/services/CMakeLists.txt b/contrib/ydb/core/base/services/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/base/services/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/base/services/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/base/services/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 9104faa00c4..00000000000 --- a/contrib/ydb/core/base/services/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(core-base-services INTERFACE) -target_link_libraries(core-base-services INTERFACE - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-protos - library-actors-interconnect - library-actors-helpers -) diff --git a/contrib/ydb/core/blob_depot/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/blob_depot/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 5b6b782cd54..00000000000 --- a/contrib/ydb/core/blob_depot/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(agent) - -add_library(ydb-core-blob_depot) -target_link_libraries(ydb-core-blob_depot PUBLIC - contrib-libs-cxxsupp - yutil - blobstorage-vdisk-common - ydb-core-tablet_flat - ydb-core-protos -) -target_sources(ydb-core-blob_depot PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/blob_depot.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/assimilator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/blocks.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/coro_tx.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/data_decommit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/data_gc.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/data_load.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/data_mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/data_resolve.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/data_trash.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/data_uncertain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/garbage_collection.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/given_id_range.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/group_metrics_exchange.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/mon_main.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/space_monitor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/testing.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/op_apply_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/op_init_schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/op_load.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/op_commit_blob_seq.cpp -) diff --git a/contrib/ydb/core/blob_depot/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/blob_depot/CMakeLists.linux-aarch64.txt deleted file mode 100644 index bf47ebb42e9..00000000000 --- a/contrib/ydb/core/blob_depot/CMakeLists.linux-aarch64.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_subdirectory(agent) - -add_library(ydb-core-blob_depot) -target_link_libraries(ydb-core-blob_depot PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blobstorage-vdisk-common - ydb-core-tablet_flat - ydb-core-protos -) -target_sources(ydb-core-blob_depot PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/blob_depot.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/assimilator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/blocks.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/coro_tx.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/data_decommit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/data_gc.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/data_load.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/data_mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/data_resolve.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/data_trash.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/data_uncertain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/garbage_collection.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/given_id_range.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/group_metrics_exchange.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/mon_main.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/space_monitor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/testing.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/op_apply_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/op_init_schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/op_load.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/op_commit_blob_seq.cpp -) diff --git a/contrib/ydb/core/blob_depot/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/blob_depot/CMakeLists.linux-x86_64.txt deleted file mode 100644 index bf47ebb42e9..00000000000 --- a/contrib/ydb/core/blob_depot/CMakeLists.linux-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_subdirectory(agent) - -add_library(ydb-core-blob_depot) -target_link_libraries(ydb-core-blob_depot PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blobstorage-vdisk-common - ydb-core-tablet_flat - ydb-core-protos -) -target_sources(ydb-core-blob_depot PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/blob_depot.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/assimilator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/blocks.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/coro_tx.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/data_decommit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/data_gc.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/data_load.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/data_mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/data_resolve.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/data_trash.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/data_uncertain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/garbage_collection.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/given_id_range.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/group_metrics_exchange.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/mon_main.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/space_monitor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/testing.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/op_apply_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/op_init_schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/op_load.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/op_commit_blob_seq.cpp -) diff --git a/contrib/ydb/core/blob_depot/CMakeLists.txt b/contrib/ydb/core/blob_depot/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/blob_depot/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/blob_depot/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/blob_depot/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 5b6b782cd54..00000000000 --- a/contrib/ydb/core/blob_depot/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(agent) - -add_library(ydb-core-blob_depot) -target_link_libraries(ydb-core-blob_depot PUBLIC - contrib-libs-cxxsupp - yutil - blobstorage-vdisk-common - ydb-core-tablet_flat - ydb-core-protos -) -target_sources(ydb-core-blob_depot PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/blob_depot.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/assimilator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/blocks.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/coro_tx.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/data_decommit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/data_gc.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/data_load.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/data_mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/data_resolve.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/data_trash.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/data_uncertain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/garbage_collection.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/given_id_range.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/group_metrics_exchange.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/mon_main.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/space_monitor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/testing.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/op_apply_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/op_init_schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/op_load.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/op_commit_blob_seq.cpp -) diff --git a/contrib/ydb/core/blob_depot/agent/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/blob_depot/agent/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c6207976f5e..00000000000 --- a/contrib/ydb/core/blob_depot/agent/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(core-blob_depot-agent) -target_link_libraries(core-blob_depot-agent PUBLIC - contrib-libs-cxxsupp - yutil - blobstorage-vdisk-common - ydb-core-blob_depot - ydb-core-protos -) -target_sources(core-blob_depot-agent PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/agent.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/blob_mapping_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/blocks.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/channel_kind.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/comm.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/garbage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/metrics.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/read.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/request.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/resolved_value.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/status.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/storage_put.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/storage_get.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/storage_block.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/storage_discover.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/storage_range.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/storage_collect_garbage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/storage_status.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/storage_patch.cpp -) diff --git a/contrib/ydb/core/blob_depot/agent/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/blob_depot/agent/CMakeLists.linux-aarch64.txt deleted file mode 100644 index ff6205edbcd..00000000000 --- a/contrib/ydb/core/blob_depot/agent/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(core-blob_depot-agent) -target_link_libraries(core-blob_depot-agent PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blobstorage-vdisk-common - ydb-core-blob_depot - ydb-core-protos -) -target_sources(core-blob_depot-agent PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/agent.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/blob_mapping_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/blocks.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/channel_kind.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/comm.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/garbage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/metrics.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/read.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/request.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/resolved_value.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/status.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/storage_put.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/storage_get.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/storage_block.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/storage_discover.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/storage_range.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/storage_collect_garbage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/storage_status.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/storage_patch.cpp -) diff --git a/contrib/ydb/core/blob_depot/agent/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/blob_depot/agent/CMakeLists.linux-x86_64.txt deleted file mode 100644 index ff6205edbcd..00000000000 --- a/contrib/ydb/core/blob_depot/agent/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(core-blob_depot-agent) -target_link_libraries(core-blob_depot-agent PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blobstorage-vdisk-common - ydb-core-blob_depot - ydb-core-protos -) -target_sources(core-blob_depot-agent PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/agent.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/blob_mapping_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/blocks.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/channel_kind.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/comm.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/garbage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/metrics.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/read.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/request.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/resolved_value.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/status.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/storage_put.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/storage_get.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/storage_block.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/storage_discover.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/storage_range.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/storage_collect_garbage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/storage_status.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/storage_patch.cpp -) diff --git a/contrib/ydb/core/blob_depot/agent/CMakeLists.txt b/contrib/ydb/core/blob_depot/agent/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/blob_depot/agent/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/blob_depot/agent/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/blob_depot/agent/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c6207976f5e..00000000000 --- a/contrib/ydb/core/blob_depot/agent/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(core-blob_depot-agent) -target_link_libraries(core-blob_depot-agent PUBLIC - contrib-libs-cxxsupp - yutil - blobstorage-vdisk-common - ydb-core-blob_depot - ydb-core-protos -) -target_sources(core-blob_depot-agent PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/agent.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/blob_mapping_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/blocks.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/channel_kind.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/comm.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/garbage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/metrics.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/read.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/request.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/resolved_value.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/status.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/storage_put.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/storage_get.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/storage_block.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/storage_discover.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/storage_range.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/storage_collect_garbage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/storage_status.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blob_depot/agent/storage_patch.cpp -) diff --git a/contrib/ydb/core/blobstorage/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/blobstorage/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 60b339f09f8..00000000000 --- a/contrib/ydb/core/blobstorage/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_subdirectory(backpressure) -add_subdirectory(base) -add_subdirectory(crypto) -add_subdirectory(dsproxy) -add_subdirectory(groupinfo) -add_subdirectory(incrhuge) -add_subdirectory(lwtrace_probes) -add_subdirectory(nodewarden) -add_subdirectory(other) -add_subdirectory(pdisk) -add_subdirectory(storagepoolmon) -add_subdirectory(vdisk) - -add_library(ydb-core-blobstorage INTERFACE) -target_link_libraries(ydb-core-blobstorage INTERFACE - contrib-libs-cxxsupp - yutil - ydb-core-base - core-blobstorage-backpressure - core-blobstorage-base - core-blobstorage-crypto - core-blobstorage-dsproxy - core-blobstorage-groupinfo - core-blobstorage-incrhuge - core-blobstorage-lwtrace_probes - core-blobstorage-nodewarden - core-blobstorage-other - core-blobstorage-pdisk - core-blobstorage-storagepoolmon - core-blobstorage-vdisk -) diff --git a/contrib/ydb/core/blobstorage/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/blobstorage/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b296d848b85..00000000000 --- a/contrib/ydb/core/blobstorage/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_subdirectory(backpressure) -add_subdirectory(base) -add_subdirectory(crypto) -add_subdirectory(dsproxy) -add_subdirectory(groupinfo) -add_subdirectory(incrhuge) -add_subdirectory(lwtrace_probes) -add_subdirectory(nodewarden) -add_subdirectory(other) -add_subdirectory(pdisk) -add_subdirectory(storagepoolmon) -add_subdirectory(vdisk) - -add_library(ydb-core-blobstorage INTERFACE) -target_link_libraries(ydb-core-blobstorage INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - core-blobstorage-backpressure - core-blobstorage-base - core-blobstorage-crypto - core-blobstorage-dsproxy - core-blobstorage-groupinfo - core-blobstorage-incrhuge - core-blobstorage-lwtrace_probes - core-blobstorage-nodewarden - core-blobstorage-other - core-blobstorage-pdisk - core-blobstorage-storagepoolmon - core-blobstorage-vdisk -) diff --git a/contrib/ydb/core/blobstorage/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/blobstorage/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b296d848b85..00000000000 --- a/contrib/ydb/core/blobstorage/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_subdirectory(backpressure) -add_subdirectory(base) -add_subdirectory(crypto) -add_subdirectory(dsproxy) -add_subdirectory(groupinfo) -add_subdirectory(incrhuge) -add_subdirectory(lwtrace_probes) -add_subdirectory(nodewarden) -add_subdirectory(other) -add_subdirectory(pdisk) -add_subdirectory(storagepoolmon) -add_subdirectory(vdisk) - -add_library(ydb-core-blobstorage INTERFACE) -target_link_libraries(ydb-core-blobstorage INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - core-blobstorage-backpressure - core-blobstorage-base - core-blobstorage-crypto - core-blobstorage-dsproxy - core-blobstorage-groupinfo - core-blobstorage-incrhuge - core-blobstorage-lwtrace_probes - core-blobstorage-nodewarden - core-blobstorage-other - core-blobstorage-pdisk - core-blobstorage-storagepoolmon - core-blobstorage-vdisk -) diff --git a/contrib/ydb/core/blobstorage/CMakeLists.txt b/contrib/ydb/core/blobstorage/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/blobstorage/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/blobstorage/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/blobstorage/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 60b339f09f8..00000000000 --- a/contrib/ydb/core/blobstorage/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_subdirectory(backpressure) -add_subdirectory(base) -add_subdirectory(crypto) -add_subdirectory(dsproxy) -add_subdirectory(groupinfo) -add_subdirectory(incrhuge) -add_subdirectory(lwtrace_probes) -add_subdirectory(nodewarden) -add_subdirectory(other) -add_subdirectory(pdisk) -add_subdirectory(storagepoolmon) -add_subdirectory(vdisk) - -add_library(ydb-core-blobstorage INTERFACE) -target_link_libraries(ydb-core-blobstorage INTERFACE - contrib-libs-cxxsupp - yutil - ydb-core-base - core-blobstorage-backpressure - core-blobstorage-base - core-blobstorage-crypto - core-blobstorage-dsproxy - core-blobstorage-groupinfo - core-blobstorage-incrhuge - core-blobstorage-lwtrace_probes - core-blobstorage-nodewarden - core-blobstorage-other - core-blobstorage-pdisk - core-blobstorage-storagepoolmon - core-blobstorage-vdisk -) diff --git a/contrib/ydb/core/blobstorage/backpressure/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/blobstorage/backpressure/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 356812251f4..00000000000 --- a/contrib/ydb/core/blobstorage/backpressure/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(core-blobstorage-backpressure) -target_link_libraries(core-blobstorage-backpressure PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - library-actors-core - cpp-containers-intrusive_rb_tree - ydb-core-base - core-blobstorage-groupinfo - core-blobstorage-lwtrace_probes - blobstorage-vdisk-common - ydb-core-protos -) -target_sources(core-blobstorage-backpressure PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/backpressure/event.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/backpressure/queue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/backpressure/queue_backpressure_client.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/backpressure/unisched.cpp -) diff --git a/contrib/ydb/core/blobstorage/backpressure/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/blobstorage/backpressure/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 32e75438777..00000000000 --- a/contrib/ydb/core/blobstorage/backpressure/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(core-blobstorage-backpressure) -target_link_libraries(core-blobstorage-backpressure PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - library-actors-core - cpp-containers-intrusive_rb_tree - ydb-core-base - core-blobstorage-groupinfo - core-blobstorage-lwtrace_probes - blobstorage-vdisk-common - ydb-core-protos -) -target_sources(core-blobstorage-backpressure PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/backpressure/event.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/backpressure/queue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/backpressure/queue_backpressure_client.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/backpressure/unisched.cpp -) diff --git a/contrib/ydb/core/blobstorage/backpressure/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/blobstorage/backpressure/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 32e75438777..00000000000 --- a/contrib/ydb/core/blobstorage/backpressure/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(core-blobstorage-backpressure) -target_link_libraries(core-blobstorage-backpressure PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - library-actors-core - cpp-containers-intrusive_rb_tree - ydb-core-base - core-blobstorage-groupinfo - core-blobstorage-lwtrace_probes - blobstorage-vdisk-common - ydb-core-protos -) -target_sources(core-blobstorage-backpressure PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/backpressure/event.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/backpressure/queue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/backpressure/queue_backpressure_client.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/backpressure/unisched.cpp -) diff --git a/contrib/ydb/core/blobstorage/backpressure/CMakeLists.txt b/contrib/ydb/core/blobstorage/backpressure/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/blobstorage/backpressure/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/blobstorage/backpressure/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/blobstorage/backpressure/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 356812251f4..00000000000 --- a/contrib/ydb/core/blobstorage/backpressure/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(core-blobstorage-backpressure) -target_link_libraries(core-blobstorage-backpressure PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - library-actors-core - cpp-containers-intrusive_rb_tree - ydb-core-base - core-blobstorage-groupinfo - core-blobstorage-lwtrace_probes - blobstorage-vdisk-common - ydb-core-protos -) -target_sources(core-blobstorage-backpressure PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/backpressure/event.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/backpressure/queue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/backpressure/queue_backpressure_client.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/backpressure/unisched.cpp -) diff --git a/contrib/ydb/core/blobstorage/base/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/blobstorage/base/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 07e5b8d7d3c..00000000000 --- a/contrib/ydb/core/blobstorage/base/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(core-blobstorage-base) -target_link_libraries(core-blobstorage-base PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-wilson - cpp-deprecated-atomic - library-cpp-lwtrace - ydb-core-protos -) -target_sources(core-blobstorage-base PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/base/blobstorage_events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/base/blobstorage_vdiskid.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/base/blobstorage_syncstate.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/base/html.cpp -) diff --git a/contrib/ydb/core/blobstorage/base/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/blobstorage/base/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 295f5c83acd..00000000000 --- a/contrib/ydb/core/blobstorage/base/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(core-blobstorage-base) -target_link_libraries(core-blobstorage-base PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-wilson - cpp-deprecated-atomic - library-cpp-lwtrace - ydb-core-protos -) -target_sources(core-blobstorage-base PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/base/blobstorage_events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/base/blobstorage_vdiskid.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/base/blobstorage_syncstate.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/base/html.cpp -) diff --git a/contrib/ydb/core/blobstorage/base/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/blobstorage/base/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 295f5c83acd..00000000000 --- a/contrib/ydb/core/blobstorage/base/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(core-blobstorage-base) -target_link_libraries(core-blobstorage-base PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-wilson - cpp-deprecated-atomic - library-cpp-lwtrace - ydb-core-protos -) -target_sources(core-blobstorage-base PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/base/blobstorage_events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/base/blobstorage_vdiskid.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/base/blobstorage_syncstate.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/base/html.cpp -) diff --git a/contrib/ydb/core/blobstorage/base/CMakeLists.txt b/contrib/ydb/core/blobstorage/base/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/blobstorage/base/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/blobstorage/base/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/blobstorage/base/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 07e5b8d7d3c..00000000000 --- a/contrib/ydb/core/blobstorage/base/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(core-blobstorage-base) -target_link_libraries(core-blobstorage-base PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-wilson - cpp-deprecated-atomic - library-cpp-lwtrace - ydb-core-protos -) -target_sources(core-blobstorage-base PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/base/blobstorage_events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/base/blobstorage_vdiskid.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/base/blobstorage_syncstate.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/base/html.cpp -) diff --git a/contrib/ydb/core/blobstorage/crypto/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/blobstorage/crypto/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 69f6f9f2019..00000000000 --- a/contrib/ydb/core/blobstorage/crypto/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(core-blobstorage-crypto) -target_link_libraries(core-blobstorage-crypto PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-t1ha - library-cpp-sse - library-actors-util -) -target_sources(core-blobstorage-crypto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/crypto/chacha.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/crypto/crypto.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/crypto/poly1305.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/crypto/chacha_vec.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/crypto/poly1305_vec.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/crypto/secured_block.cpp -) diff --git a/contrib/ydb/core/blobstorage/crypto/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/blobstorage/crypto/CMakeLists.linux-aarch64.txt deleted file mode 100644 index ba9cfd56e5d..00000000000 --- a/contrib/ydb/core/blobstorage/crypto/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(core-blobstorage-crypto) -target_link_libraries(core-blobstorage-crypto PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-t1ha - library-cpp-sse - library-actors-util -) -target_sources(core-blobstorage-crypto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/crypto/chacha.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/crypto/crypto.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/crypto/poly1305.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/crypto/secured_block.cpp -) diff --git a/contrib/ydb/core/blobstorage/crypto/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/blobstorage/crypto/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 0649e2f3fbe..00000000000 --- a/contrib/ydb/core/blobstorage/crypto/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(core-blobstorage-crypto) -target_link_libraries(core-blobstorage-crypto PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-t1ha - library-cpp-sse - library-actors-util -) -target_sources(core-blobstorage-crypto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/crypto/chacha.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/crypto/crypto.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/crypto/poly1305.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/crypto/chacha_vec.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/crypto/poly1305_vec.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/crypto/secured_block.cpp -) diff --git a/contrib/ydb/core/blobstorage/crypto/CMakeLists.txt b/contrib/ydb/core/blobstorage/crypto/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/blobstorage/crypto/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/blobstorage/crypto/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/blobstorage/crypto/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 4a3488254b2..00000000000 --- a/contrib/ydb/core/blobstorage/crypto/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(core-blobstorage-crypto) -target_link_libraries(core-blobstorage-crypto PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-t1ha - library-cpp-sse - library-actors-util -) -target_sources(core-blobstorage-crypto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/crypto/chacha.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/crypto/crypto.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/crypto/poly1305.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/crypto/secured_block.cpp -) diff --git a/contrib/ydb/core/blobstorage/dsproxy/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/blobstorage/dsproxy/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 509f10b06d1..00000000000 --- a/contrib/ydb/core/blobstorage/dsproxy/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,54 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(mock) - -add_library(core-blobstorage-dsproxy) -target_link_libraries(core-blobstorage-dsproxy PUBLIC - contrib-libs-cxxsupp - yutil - monlib-dynamic_counters-percentile - ydb-core-base - core-blobstorage-backpressure - core-blobstorage-base - core-blobstorage-groupinfo - core-blobstorage-storagepoolmon - blobstorage-vdisk-ingress - ydb-core-control - ydb-core-util -) -target_sources(core-blobstorage-dsproxy PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_encrypt.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_request.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_stat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_blackboard.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_assimilate.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_block.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_collect.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_discover.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_discover_m3dc.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_discover_m3of4.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_get.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_get_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_indexrestoreget.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_monactor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_multicollect.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_multiget.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_nodemon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_nodemonactor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_patch.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_put.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_put_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_range.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_status.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_strategy_base.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/group_sessions.cpp -) diff --git a/contrib/ydb/core/blobstorage/dsproxy/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/blobstorage/dsproxy/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 89d9f34b360..00000000000 --- a/contrib/ydb/core/blobstorage/dsproxy/CMakeLists.linux-aarch64.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_subdirectory(mock) - -add_library(core-blobstorage-dsproxy) -target_link_libraries(core-blobstorage-dsproxy PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - monlib-dynamic_counters-percentile - ydb-core-base - core-blobstorage-backpressure - core-blobstorage-base - core-blobstorage-groupinfo - core-blobstorage-storagepoolmon - blobstorage-vdisk-ingress - ydb-core-control - ydb-core-util -) -target_sources(core-blobstorage-dsproxy PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_encrypt.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_request.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_stat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_blackboard.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_assimilate.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_block.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_collect.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_discover.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_discover_m3dc.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_discover_m3of4.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_get.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_get_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_indexrestoreget.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_monactor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_multicollect.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_multiget.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_nodemon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_nodemonactor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_patch.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_put.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_put_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_range.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_status.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_strategy_base.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/group_sessions.cpp -) diff --git a/contrib/ydb/core/blobstorage/dsproxy/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/blobstorage/dsproxy/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 89d9f34b360..00000000000 --- a/contrib/ydb/core/blobstorage/dsproxy/CMakeLists.linux-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_subdirectory(mock) - -add_library(core-blobstorage-dsproxy) -target_link_libraries(core-blobstorage-dsproxy PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - monlib-dynamic_counters-percentile - ydb-core-base - core-blobstorage-backpressure - core-blobstorage-base - core-blobstorage-groupinfo - core-blobstorage-storagepoolmon - blobstorage-vdisk-ingress - ydb-core-control - ydb-core-util -) -target_sources(core-blobstorage-dsproxy PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_encrypt.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_request.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_stat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_blackboard.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_assimilate.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_block.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_collect.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_discover.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_discover_m3dc.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_discover_m3of4.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_get.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_get_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_indexrestoreget.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_monactor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_multicollect.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_multiget.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_nodemon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_nodemonactor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_patch.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_put.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_put_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_range.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_status.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_strategy_base.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/group_sessions.cpp -) diff --git a/contrib/ydb/core/blobstorage/dsproxy/CMakeLists.txt b/contrib/ydb/core/blobstorage/dsproxy/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/blobstorage/dsproxy/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/blobstorage/dsproxy/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/blobstorage/dsproxy/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 509f10b06d1..00000000000 --- a/contrib/ydb/core/blobstorage/dsproxy/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,54 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(mock) - -add_library(core-blobstorage-dsproxy) -target_link_libraries(core-blobstorage-dsproxy PUBLIC - contrib-libs-cxxsupp - yutil - monlib-dynamic_counters-percentile - ydb-core-base - core-blobstorage-backpressure - core-blobstorage-base - core-blobstorage-groupinfo - core-blobstorage-storagepoolmon - blobstorage-vdisk-ingress - ydb-core-control - ydb-core-util -) -target_sources(core-blobstorage-dsproxy PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_encrypt.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_request.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_stat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_blackboard.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_assimilate.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_block.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_collect.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_discover.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_discover_m3dc.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_discover_m3of4.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_get.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_get_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_indexrestoreget.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_monactor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_multicollect.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_multiget.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_nodemon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_nodemonactor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_patch.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_put.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_put_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_range.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_status.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/dsproxy_strategy_base.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/group_sessions.cpp -) diff --git a/contrib/ydb/core/blobstorage/dsproxy/mock/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/blobstorage/dsproxy/mock/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2d513b18d59..00000000000 --- a/contrib/ydb/core/blobstorage/dsproxy/mock/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(blobstorage-dsproxy-mock) -target_link_libraries(blobstorage-dsproxy-mock PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - blobstorage-vdisk-common -) -target_sources(blobstorage-dsproxy-mock PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/mock/dsproxy_mock.cpp -) diff --git a/contrib/ydb/core/blobstorage/dsproxy/mock/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/blobstorage/dsproxy/mock/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 553b36dfd2f..00000000000 --- a/contrib/ydb/core/blobstorage/dsproxy/mock/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(blobstorage-dsproxy-mock) -target_link_libraries(blobstorage-dsproxy-mock PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - blobstorage-vdisk-common -) -target_sources(blobstorage-dsproxy-mock PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/mock/dsproxy_mock.cpp -) diff --git a/contrib/ydb/core/blobstorage/dsproxy/mock/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/blobstorage/dsproxy/mock/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 553b36dfd2f..00000000000 --- a/contrib/ydb/core/blobstorage/dsproxy/mock/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(blobstorage-dsproxy-mock) -target_link_libraries(blobstorage-dsproxy-mock PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - blobstorage-vdisk-common -) -target_sources(blobstorage-dsproxy-mock PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/mock/dsproxy_mock.cpp -) diff --git a/contrib/ydb/core/blobstorage/dsproxy/mock/CMakeLists.txt b/contrib/ydb/core/blobstorage/dsproxy/mock/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/blobstorage/dsproxy/mock/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/blobstorage/dsproxy/mock/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/blobstorage/dsproxy/mock/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 2d513b18d59..00000000000 --- a/contrib/ydb/core/blobstorage/dsproxy/mock/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(blobstorage-dsproxy-mock) -target_link_libraries(blobstorage-dsproxy-mock PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - blobstorage-vdisk-common -) -target_sources(blobstorage-dsproxy-mock PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/dsproxy/mock/dsproxy_mock.cpp -) diff --git a/contrib/ydb/core/blobstorage/groupinfo/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/blobstorage/groupinfo/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 78ed67cdb18..00000000000 --- a/contrib/ydb/core/blobstorage/groupinfo/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(core-blobstorage-groupinfo) -target_link_libraries(core-blobstorage-groupinfo PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-digest-crc32c - library-cpp-pop_count - ydb-core-base - core-base-services - core-blobstorage-crypto - blobstorage-vdisk-ingress - ydb-core-protos -) -target_sources(core-blobstorage-groupinfo PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/groupinfo/blobstorage_groupinfo_blobmap.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/groupinfo/blobstorage_groupinfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/groupinfo/blobstorage_groupinfo_partlayout.cpp -) diff --git a/contrib/ydb/core/blobstorage/groupinfo/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/blobstorage/groupinfo/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 946d5bd2e5a..00000000000 --- a/contrib/ydb/core/blobstorage/groupinfo/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(core-blobstorage-groupinfo) -target_link_libraries(core-blobstorage-groupinfo PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-digest-crc32c - library-cpp-pop_count - ydb-core-base - core-base-services - core-blobstorage-crypto - blobstorage-vdisk-ingress - ydb-core-protos -) -target_sources(core-blobstorage-groupinfo PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/groupinfo/blobstorage_groupinfo_blobmap.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/groupinfo/blobstorage_groupinfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/groupinfo/blobstorage_groupinfo_partlayout.cpp -) diff --git a/contrib/ydb/core/blobstorage/groupinfo/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/blobstorage/groupinfo/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 946d5bd2e5a..00000000000 --- a/contrib/ydb/core/blobstorage/groupinfo/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(core-blobstorage-groupinfo) -target_link_libraries(core-blobstorage-groupinfo PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-digest-crc32c - library-cpp-pop_count - ydb-core-base - core-base-services - core-blobstorage-crypto - blobstorage-vdisk-ingress - ydb-core-protos -) -target_sources(core-blobstorage-groupinfo PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/groupinfo/blobstorage_groupinfo_blobmap.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/groupinfo/blobstorage_groupinfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/groupinfo/blobstorage_groupinfo_partlayout.cpp -) diff --git a/contrib/ydb/core/blobstorage/groupinfo/CMakeLists.txt b/contrib/ydb/core/blobstorage/groupinfo/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/blobstorage/groupinfo/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/blobstorage/groupinfo/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/blobstorage/groupinfo/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 78ed67cdb18..00000000000 --- a/contrib/ydb/core/blobstorage/groupinfo/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(core-blobstorage-groupinfo) -target_link_libraries(core-blobstorage-groupinfo PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-digest-crc32c - library-cpp-pop_count - ydb-core-base - core-base-services - core-blobstorage-crypto - blobstorage-vdisk-ingress - ydb-core-protos -) -target_sources(core-blobstorage-groupinfo PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/groupinfo/blobstorage_groupinfo_blobmap.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/groupinfo/blobstorage_groupinfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/groupinfo/blobstorage_groupinfo_partlayout.cpp -) diff --git a/contrib/ydb/core/blobstorage/incrhuge/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/blobstorage/incrhuge/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 292b1c1503e..00000000000 --- a/contrib/ydb/core/blobstorage/incrhuge/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(core-blobstorage-incrhuge) -target_link_libraries(core-blobstorage-incrhuge PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-protos -) -target_sources(core-blobstorage-incrhuge PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/incrhuge/incrhuge_keeper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/incrhuge/incrhuge_keeper_alloc.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/incrhuge/incrhuge_keeper_common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/incrhuge/incrhuge_keeper_defrag.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/incrhuge/incrhuge_keeper_delete.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/incrhuge/incrhuge_keeper_log.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/incrhuge/incrhuge_keeper_read.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/incrhuge/incrhuge_keeper_recovery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/incrhuge/incrhuge_keeper_recovery_read_log.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/incrhuge/incrhuge_keeper_recovery_scan.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/incrhuge/incrhuge_keeper_write.cpp -) diff --git a/contrib/ydb/core/blobstorage/incrhuge/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/blobstorage/incrhuge/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d6075a80e0c..00000000000 --- a/contrib/ydb/core/blobstorage/incrhuge/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(core-blobstorage-incrhuge) -target_link_libraries(core-blobstorage-incrhuge PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-protos -) -target_sources(core-blobstorage-incrhuge PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/incrhuge/incrhuge_keeper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/incrhuge/incrhuge_keeper_alloc.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/incrhuge/incrhuge_keeper_common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/incrhuge/incrhuge_keeper_defrag.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/incrhuge/incrhuge_keeper_delete.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/incrhuge/incrhuge_keeper_log.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/incrhuge/incrhuge_keeper_read.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/incrhuge/incrhuge_keeper_recovery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/incrhuge/incrhuge_keeper_recovery_read_log.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/incrhuge/incrhuge_keeper_recovery_scan.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/incrhuge/incrhuge_keeper_write.cpp -) diff --git a/contrib/ydb/core/blobstorage/incrhuge/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/blobstorage/incrhuge/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d6075a80e0c..00000000000 --- a/contrib/ydb/core/blobstorage/incrhuge/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(core-blobstorage-incrhuge) -target_link_libraries(core-blobstorage-incrhuge PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-protos -) -target_sources(core-blobstorage-incrhuge PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/incrhuge/incrhuge_keeper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/incrhuge/incrhuge_keeper_alloc.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/incrhuge/incrhuge_keeper_common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/incrhuge/incrhuge_keeper_defrag.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/incrhuge/incrhuge_keeper_delete.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/incrhuge/incrhuge_keeper_log.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/incrhuge/incrhuge_keeper_read.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/incrhuge/incrhuge_keeper_recovery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/incrhuge/incrhuge_keeper_recovery_read_log.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/incrhuge/incrhuge_keeper_recovery_scan.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/incrhuge/incrhuge_keeper_write.cpp -) diff --git a/contrib/ydb/core/blobstorage/incrhuge/CMakeLists.txt b/contrib/ydb/core/blobstorage/incrhuge/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/blobstorage/incrhuge/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/blobstorage/incrhuge/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/blobstorage/incrhuge/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 292b1c1503e..00000000000 --- a/contrib/ydb/core/blobstorage/incrhuge/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(core-blobstorage-incrhuge) -target_link_libraries(core-blobstorage-incrhuge PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-protos -) -target_sources(core-blobstorage-incrhuge PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/incrhuge/incrhuge_keeper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/incrhuge/incrhuge_keeper_alloc.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/incrhuge/incrhuge_keeper_common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/incrhuge/incrhuge_keeper_defrag.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/incrhuge/incrhuge_keeper_delete.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/incrhuge/incrhuge_keeper_log.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/incrhuge/incrhuge_keeper_read.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/incrhuge/incrhuge_keeper_recovery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/incrhuge/incrhuge_keeper_recovery_read_log.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/incrhuge/incrhuge_keeper_recovery_scan.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/incrhuge/incrhuge_keeper_write.cpp -) diff --git a/contrib/ydb/core/blobstorage/lwtrace_probes/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/blobstorage/lwtrace_probes/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 48546828f07..00000000000 --- a/contrib/ydb/core/blobstorage/lwtrace_probes/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(core-blobstorage-lwtrace_probes) -target_link_libraries(core-blobstorage-lwtrace_probes PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - cpp-lwtrace-protos - ydb-core-base - ydb-core-protos -) -target_sources(core-blobstorage-lwtrace_probes PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/lwtrace_probes/blobstorage_probes.cpp -) diff --git a/contrib/ydb/core/blobstorage/lwtrace_probes/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/blobstorage/lwtrace_probes/CMakeLists.linux-aarch64.txt deleted file mode 100644 index c0cab28fe84..00000000000 --- a/contrib/ydb/core/blobstorage/lwtrace_probes/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(core-blobstorage-lwtrace_probes) -target_link_libraries(core-blobstorage-lwtrace_probes PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - cpp-lwtrace-protos - ydb-core-base - ydb-core-protos -) -target_sources(core-blobstorage-lwtrace_probes PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/lwtrace_probes/blobstorage_probes.cpp -) diff --git a/contrib/ydb/core/blobstorage/lwtrace_probes/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/blobstorage/lwtrace_probes/CMakeLists.linux-x86_64.txt deleted file mode 100644 index c0cab28fe84..00000000000 --- a/contrib/ydb/core/blobstorage/lwtrace_probes/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(core-blobstorage-lwtrace_probes) -target_link_libraries(core-blobstorage-lwtrace_probes PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - cpp-lwtrace-protos - ydb-core-base - ydb-core-protos -) -target_sources(core-blobstorage-lwtrace_probes PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/lwtrace_probes/blobstorage_probes.cpp -) diff --git a/contrib/ydb/core/blobstorage/lwtrace_probes/CMakeLists.txt b/contrib/ydb/core/blobstorage/lwtrace_probes/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/blobstorage/lwtrace_probes/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/blobstorage/lwtrace_probes/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/blobstorage/lwtrace_probes/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 48546828f07..00000000000 --- a/contrib/ydb/core/blobstorage/lwtrace_probes/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(core-blobstorage-lwtrace_probes) -target_link_libraries(core-blobstorage-lwtrace_probes PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - cpp-lwtrace-protos - ydb-core-base - ydb-core-protos -) -target_sources(core-blobstorage-lwtrace_probes PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/lwtrace_probes/blobstorage_probes.cpp -) diff --git a/contrib/ydb/core/blobstorage/nodewarden/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/blobstorage/nodewarden/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index daec37da405..00000000000 --- a/contrib/ydb/core/blobstorage/nodewarden/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(core-blobstorage-nodewarden) -target_link_libraries(core-blobstorage-nodewarden PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-json - cpp-openssl-crypto - ydb-core-base - core-blob_depot-agent - core-blobstorage-crypto - core-blobstorage-groupinfo - core-blobstorage-pdisk - ydb-core-control - ydb-library-pdisk_io -) -target_sources(core-blobstorage-nodewarden PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/group_stat_aggregator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/distconf.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/distconf_binding.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/distconf_fsm.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/distconf_mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/distconf_persistent_storage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/distconf_scatter_gather.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/node_warden_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/node_warden_group.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/node_warden_group_resolver.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/node_warden_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/node_warden_mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/node_warden_pdisk.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/node_warden_pipe.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/node_warden_proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/node_warden_resource.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/node_warden_scrub.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/node_warden_stat_aggr.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/node_warden_vdisk.cpp -) diff --git a/contrib/ydb/core/blobstorage/nodewarden/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/blobstorage/nodewarden/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 37d1d107ad7..00000000000 --- a/contrib/ydb/core/blobstorage/nodewarden/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(core-blobstorage-nodewarden) -target_link_libraries(core-blobstorage-nodewarden PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-json - cpp-openssl-crypto - ydb-core-base - core-blob_depot-agent - core-blobstorage-crypto - core-blobstorage-groupinfo - core-blobstorage-pdisk - ydb-core-control - ydb-library-pdisk_io -) -target_sources(core-blobstorage-nodewarden PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/group_stat_aggregator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/distconf.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/distconf_binding.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/distconf_fsm.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/distconf_mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/distconf_persistent_storage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/distconf_scatter_gather.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/node_warden_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/node_warden_group.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/node_warden_group_resolver.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/node_warden_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/node_warden_mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/node_warden_pdisk.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/node_warden_pipe.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/node_warden_proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/node_warden_resource.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/node_warden_scrub.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/node_warden_stat_aggr.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/node_warden_vdisk.cpp -) diff --git a/contrib/ydb/core/blobstorage/nodewarden/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/blobstorage/nodewarden/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 37d1d107ad7..00000000000 --- a/contrib/ydb/core/blobstorage/nodewarden/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(core-blobstorage-nodewarden) -target_link_libraries(core-blobstorage-nodewarden PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-json - cpp-openssl-crypto - ydb-core-base - core-blob_depot-agent - core-blobstorage-crypto - core-blobstorage-groupinfo - core-blobstorage-pdisk - ydb-core-control - ydb-library-pdisk_io -) -target_sources(core-blobstorage-nodewarden PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/group_stat_aggregator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/distconf.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/distconf_binding.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/distconf_fsm.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/distconf_mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/distconf_persistent_storage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/distconf_scatter_gather.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/node_warden_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/node_warden_group.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/node_warden_group_resolver.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/node_warden_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/node_warden_mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/node_warden_pdisk.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/node_warden_pipe.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/node_warden_proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/node_warden_resource.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/node_warden_scrub.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/node_warden_stat_aggr.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/node_warden_vdisk.cpp -) diff --git a/contrib/ydb/core/blobstorage/nodewarden/CMakeLists.txt b/contrib/ydb/core/blobstorage/nodewarden/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/blobstorage/nodewarden/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/blobstorage/nodewarden/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/blobstorage/nodewarden/CMakeLists.windows-x86_64.txt deleted file mode 100644 index daec37da405..00000000000 --- a/contrib/ydb/core/blobstorage/nodewarden/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(core-blobstorage-nodewarden) -target_link_libraries(core-blobstorage-nodewarden PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-json - cpp-openssl-crypto - ydb-core-base - core-blob_depot-agent - core-blobstorage-crypto - core-blobstorage-groupinfo - core-blobstorage-pdisk - ydb-core-control - ydb-library-pdisk_io -) -target_sources(core-blobstorage-nodewarden PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/group_stat_aggregator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/distconf.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/distconf_binding.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/distconf_fsm.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/distconf_mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/distconf_persistent_storage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/distconf_scatter_gather.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/node_warden_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/node_warden_group.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/node_warden_group_resolver.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/node_warden_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/node_warden_mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/node_warden_pdisk.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/node_warden_pipe.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/node_warden_proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/node_warden_resource.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/node_warden_scrub.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/node_warden_stat_aggr.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/nodewarden/node_warden_vdisk.cpp -) diff --git a/contrib/ydb/core/blobstorage/other/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/blobstorage/other/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c950247a4ee..00000000000 --- a/contrib/ydb/core/blobstorage/other/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(core-blobstorage-other) -target_link_libraries(core-blobstorage-other PUBLIC - contrib-libs-cxxsupp - yutil - cpp-json-writer - monlib-service-pages - cpp-threading-future - ydb-core-base - core-blobstorage-base -) -target_sources(core-blobstorage-other PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/other/mon_blob_range_page.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/other/mon_get_blob_page.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/other/mon_vdisk_stream.cpp -) diff --git a/contrib/ydb/core/blobstorage/other/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/blobstorage/other/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 5d49419cc19..00000000000 --- a/contrib/ydb/core/blobstorage/other/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(core-blobstorage-other) -target_link_libraries(core-blobstorage-other PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-json-writer - monlib-service-pages - cpp-threading-future - ydb-core-base - core-blobstorage-base -) -target_sources(core-blobstorage-other PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/other/mon_blob_range_page.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/other/mon_get_blob_page.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/other/mon_vdisk_stream.cpp -) diff --git a/contrib/ydb/core/blobstorage/other/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/blobstorage/other/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 5d49419cc19..00000000000 --- a/contrib/ydb/core/blobstorage/other/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(core-blobstorage-other) -target_link_libraries(core-blobstorage-other PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-json-writer - monlib-service-pages - cpp-threading-future - ydb-core-base - core-blobstorage-base -) -target_sources(core-blobstorage-other PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/other/mon_blob_range_page.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/other/mon_get_blob_page.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/other/mon_vdisk_stream.cpp -) diff --git a/contrib/ydb/core/blobstorage/other/CMakeLists.txt b/contrib/ydb/core/blobstorage/other/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/blobstorage/other/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/blobstorage/other/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/blobstorage/other/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c950247a4ee..00000000000 --- a/contrib/ydb/core/blobstorage/other/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(core-blobstorage-other) -target_link_libraries(core-blobstorage-other PUBLIC - contrib-libs-cxxsupp - yutil - cpp-json-writer - monlib-service-pages - cpp-threading-future - ydb-core-base - core-blobstorage-base -) -target_sources(core-blobstorage-other PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/other/mon_blob_range_page.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/other/mon_get_blob_page.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/other/mon_vdisk_stream.cpp -) diff --git a/contrib/ydb/core/blobstorage/pdisk/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/blobstorage/pdisk/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a0e05d7c5ea..00000000000 --- a/contrib/ydb/core/blobstorage/pdisk/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,76 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-blobstorage-pdisk) -target_link_libraries(core-blobstorage-pdisk PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-lz4 - library-actors-core - library-actors-protos - library-actors-util - library-actors-wilson - cpp-containers-stack_vector - cpp-deprecated-atomic - library-cpp-lwtrace - monlib-dynamic_counters-percentile - monlib-service-pages - ydb-core-base - core-base-services - core-blobstorage-base - core-blobstorage-crypto - core-blobstorage-groupinfo - core-blobstorage-lwtrace_probes - ydb-core-control - version - ydb-core-protos - ydb-core-util - ydb-library-pdisk_io - ydb-library-schlab - library-schlab-mon - library-schlab-schine - tools-enum_parser-enum_serialization_runtime -) -target_sources(core-blobstorage-pdisk PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_blockdevice_async.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_completion_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_delayed_cost_loop.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_driveestimator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_drivemodel_db.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_impl_http.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_impl_log.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_internal_interface.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_log_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_logreader.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_params.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_requestimpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_syslogreader.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_sectorrestorator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_tools.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_util_atomicblockcounter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_util_flightcontrol.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_util_signal_event.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_writer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/drivedata_serializer.cpp -) -generate_enum_serilization(core-blobstorage-pdisk - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_state.h - INCLUDE_HEADERS - contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_state.h -) diff --git a/contrib/ydb/core/blobstorage/pdisk/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/blobstorage/pdisk/CMakeLists.linux-aarch64.txt deleted file mode 100644 index aa61e72e70d..00000000000 --- a/contrib/ydb/core/blobstorage/pdisk/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-blobstorage-pdisk) -target_link_libraries(core-blobstorage-pdisk PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-lz4 - library-actors-core - library-actors-protos - library-actors-util - library-actors-wilson - cpp-containers-stack_vector - cpp-deprecated-atomic - library-cpp-lwtrace - monlib-dynamic_counters-percentile - monlib-service-pages - ydb-core-base - core-base-services - core-blobstorage-base - core-blobstorage-crypto - core-blobstorage-groupinfo - core-blobstorage-lwtrace_probes - ydb-core-control - version - ydb-core-protos - ydb-core-util - ydb-library-pdisk_io - ydb-library-schlab - library-schlab-mon - library-schlab-schine - tools-enum_parser-enum_serialization_runtime -) -target_sources(core-blobstorage-pdisk PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_blockdevice_async.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_completion_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_delayed_cost_loop.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_driveestimator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_drivemodel_db.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_impl_http.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_impl_log.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_internal_interface.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_log_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_logreader.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_params.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_requestimpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_syslogreader.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_sectorrestorator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_tools.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_util_atomicblockcounter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_util_flightcontrol.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_util_signal_event.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_writer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/drivedata_serializer.cpp -) -generate_enum_serilization(core-blobstorage-pdisk - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_state.h - INCLUDE_HEADERS - contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_state.h -) diff --git a/contrib/ydb/core/blobstorage/pdisk/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/blobstorage/pdisk/CMakeLists.linux-x86_64.txt deleted file mode 100644 index aa61e72e70d..00000000000 --- a/contrib/ydb/core/blobstorage/pdisk/CMakeLists.linux-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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-blobstorage-pdisk) -target_link_libraries(core-blobstorage-pdisk PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-lz4 - library-actors-core - library-actors-protos - library-actors-util - library-actors-wilson - cpp-containers-stack_vector - cpp-deprecated-atomic - library-cpp-lwtrace - monlib-dynamic_counters-percentile - monlib-service-pages - ydb-core-base - core-base-services - core-blobstorage-base - core-blobstorage-crypto - core-blobstorage-groupinfo - core-blobstorage-lwtrace_probes - ydb-core-control - version - ydb-core-protos - ydb-core-util - ydb-library-pdisk_io - ydb-library-schlab - library-schlab-mon - library-schlab-schine - tools-enum_parser-enum_serialization_runtime -) -target_sources(core-blobstorage-pdisk PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_blockdevice_async.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_completion_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_delayed_cost_loop.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_driveestimator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_drivemodel_db.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_impl_http.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_impl_log.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_internal_interface.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_log_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_logreader.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_params.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_requestimpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_syslogreader.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_sectorrestorator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_tools.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_util_atomicblockcounter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_util_flightcontrol.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_util_signal_event.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_writer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/drivedata_serializer.cpp -) -generate_enum_serilization(core-blobstorage-pdisk - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_state.h - INCLUDE_HEADERS - contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_state.h -) diff --git a/contrib/ydb/core/blobstorage/pdisk/CMakeLists.txt b/contrib/ydb/core/blobstorage/pdisk/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/blobstorage/pdisk/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/blobstorage/pdisk/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/blobstorage/pdisk/CMakeLists.windows-x86_64.txt deleted file mode 100644 index a0e05d7c5ea..00000000000 --- a/contrib/ydb/core/blobstorage/pdisk/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,76 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-blobstorage-pdisk) -target_link_libraries(core-blobstorage-pdisk PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-lz4 - library-actors-core - library-actors-protos - library-actors-util - library-actors-wilson - cpp-containers-stack_vector - cpp-deprecated-atomic - library-cpp-lwtrace - monlib-dynamic_counters-percentile - monlib-service-pages - ydb-core-base - core-base-services - core-blobstorage-base - core-blobstorage-crypto - core-blobstorage-groupinfo - core-blobstorage-lwtrace_probes - ydb-core-control - version - ydb-core-protos - ydb-core-util - ydb-library-pdisk_io - ydb-library-schlab - library-schlab-mon - library-schlab-schine - tools-enum_parser-enum_serialization_runtime -) -target_sources(core-blobstorage-pdisk PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_blockdevice_async.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_completion_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_delayed_cost_loop.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_driveestimator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_drivemodel_db.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_impl_http.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_impl_log.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_internal_interface.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_log_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_logreader.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_params.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_requestimpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_syslogreader.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_sectorrestorator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_tools.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_util_atomicblockcounter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_util_flightcontrol.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_util_signal_event.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_writer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/drivedata_serializer.cpp -) -generate_enum_serilization(core-blobstorage-pdisk - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_state.h - INCLUDE_HEADERS - contrib/ydb/core/blobstorage/pdisk/blobstorage_pdisk_state.h -) diff --git a/contrib/ydb/core/blobstorage/storagepoolmon/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/blobstorage/storagepoolmon/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2a324670dbb..00000000000 --- a/contrib/ydb/core/blobstorage/storagepoolmon/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(core-blobstorage-storagepoolmon INTERFACE) -target_link_libraries(core-blobstorage-storagepoolmon INTERFACE - contrib-libs-cxxsupp - yutil - cpp-monlib-dynamic_counters - ydb-core-base - core-blobstorage-base -) diff --git a/contrib/ydb/core/blobstorage/storagepoolmon/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/blobstorage/storagepoolmon/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 8f096fcc049..00000000000 --- a/contrib/ydb/core/blobstorage/storagepoolmon/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(core-blobstorage-storagepoolmon INTERFACE) -target_link_libraries(core-blobstorage-storagepoolmon INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-monlib-dynamic_counters - ydb-core-base - core-blobstorage-base -) diff --git a/contrib/ydb/core/blobstorage/storagepoolmon/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/blobstorage/storagepoolmon/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 8f096fcc049..00000000000 --- a/contrib/ydb/core/blobstorage/storagepoolmon/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(core-blobstorage-storagepoolmon INTERFACE) -target_link_libraries(core-blobstorage-storagepoolmon INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-monlib-dynamic_counters - ydb-core-base - core-blobstorage-base -) diff --git a/contrib/ydb/core/blobstorage/storagepoolmon/CMakeLists.txt b/contrib/ydb/core/blobstorage/storagepoolmon/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/blobstorage/storagepoolmon/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/blobstorage/storagepoolmon/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/blobstorage/storagepoolmon/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 2a324670dbb..00000000000 --- a/contrib/ydb/core/blobstorage/storagepoolmon/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(core-blobstorage-storagepoolmon INTERFACE) -target_link_libraries(core-blobstorage-storagepoolmon INTERFACE - contrib-libs-cxxsupp - yutil - cpp-monlib-dynamic_counters - ydb-core-base - core-blobstorage-base -) diff --git a/contrib/ydb/core/blobstorage/vdisk/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d2389b123dd..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/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_subdirectory(anubis_osiris) -add_subdirectory(balance) -add_subdirectory(common) -add_subdirectory(defrag) -add_subdirectory(handoff) -add_subdirectory(huge) -add_subdirectory(hulldb) -add_subdirectory(hullop) -add_subdirectory(ingress) -add_subdirectory(localrecovery) -add_subdirectory(protos) -add_subdirectory(query) -add_subdirectory(repl) -add_subdirectory(scrub) -add_subdirectory(skeleton) -add_subdirectory(syncer) -add_subdirectory(synclog) - -add_library(core-blobstorage-vdisk) -target_link_libraries(core-blobstorage-vdisk PUBLIC - contrib-libs-cxxsupp - yutil - blobstorage-vdisk-anubis_osiris - blobstorage-vdisk-common - blobstorage-vdisk-defrag - blobstorage-vdisk-handoff - blobstorage-vdisk-huge - blobstorage-vdisk-hulldb - blobstorage-vdisk-hullop - blobstorage-vdisk-ingress - blobstorage-vdisk-localrecovery - blobstorage-vdisk-protos - blobstorage-vdisk-query - blobstorage-vdisk-repl - blobstorage-vdisk-scrub - blobstorage-vdisk-skeleton - blobstorage-vdisk-syncer - blobstorage-vdisk-synclog -) -target_sources(core-blobstorage-vdisk PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/vdisk_actor.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/blobstorage/vdisk/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 67db8844cbd..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,51 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(anubis_osiris) -add_subdirectory(balance) -add_subdirectory(common) -add_subdirectory(defrag) -add_subdirectory(handoff) -add_subdirectory(huge) -add_subdirectory(hulldb) -add_subdirectory(hullop) -add_subdirectory(ingress) -add_subdirectory(localrecovery) -add_subdirectory(protos) -add_subdirectory(query) -add_subdirectory(repl) -add_subdirectory(scrub) -add_subdirectory(skeleton) -add_subdirectory(syncer) -add_subdirectory(synclog) - -add_library(core-blobstorage-vdisk) -target_link_libraries(core-blobstorage-vdisk PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blobstorage-vdisk-anubis_osiris - blobstorage-vdisk-common - blobstorage-vdisk-defrag - blobstorage-vdisk-handoff - blobstorage-vdisk-huge - blobstorage-vdisk-hulldb - blobstorage-vdisk-hullop - blobstorage-vdisk-ingress - blobstorage-vdisk-localrecovery - blobstorage-vdisk-protos - blobstorage-vdisk-query - blobstorage-vdisk-repl - blobstorage-vdisk-scrub - blobstorage-vdisk-skeleton - blobstorage-vdisk-syncer - blobstorage-vdisk-synclog -) -target_sources(core-blobstorage-vdisk PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/vdisk_actor.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 67db8844cbd..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,51 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(anubis_osiris) -add_subdirectory(balance) -add_subdirectory(common) -add_subdirectory(defrag) -add_subdirectory(handoff) -add_subdirectory(huge) -add_subdirectory(hulldb) -add_subdirectory(hullop) -add_subdirectory(ingress) -add_subdirectory(localrecovery) -add_subdirectory(protos) -add_subdirectory(query) -add_subdirectory(repl) -add_subdirectory(scrub) -add_subdirectory(skeleton) -add_subdirectory(syncer) -add_subdirectory(synclog) - -add_library(core-blobstorage-vdisk) -target_link_libraries(core-blobstorage-vdisk PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blobstorage-vdisk-anubis_osiris - blobstorage-vdisk-common - blobstorage-vdisk-defrag - blobstorage-vdisk-handoff - blobstorage-vdisk-huge - blobstorage-vdisk-hulldb - blobstorage-vdisk-hullop - blobstorage-vdisk-ingress - blobstorage-vdisk-localrecovery - blobstorage-vdisk-protos - blobstorage-vdisk-query - blobstorage-vdisk-repl - blobstorage-vdisk-scrub - blobstorage-vdisk-skeleton - blobstorage-vdisk-syncer - blobstorage-vdisk-synclog -) -target_sources(core-blobstorage-vdisk PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/vdisk_actor.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/CMakeLists.txt b/contrib/ydb/core/blobstorage/vdisk/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/blobstorage/vdisk/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d2389b123dd..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/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_subdirectory(anubis_osiris) -add_subdirectory(balance) -add_subdirectory(common) -add_subdirectory(defrag) -add_subdirectory(handoff) -add_subdirectory(huge) -add_subdirectory(hulldb) -add_subdirectory(hullop) -add_subdirectory(ingress) -add_subdirectory(localrecovery) -add_subdirectory(protos) -add_subdirectory(query) -add_subdirectory(repl) -add_subdirectory(scrub) -add_subdirectory(skeleton) -add_subdirectory(syncer) -add_subdirectory(synclog) - -add_library(core-blobstorage-vdisk) -target_link_libraries(core-blobstorage-vdisk PUBLIC - contrib-libs-cxxsupp - yutil - blobstorage-vdisk-anubis_osiris - blobstorage-vdisk-common - blobstorage-vdisk-defrag - blobstorage-vdisk-handoff - blobstorage-vdisk-huge - blobstorage-vdisk-hulldb - blobstorage-vdisk-hullop - blobstorage-vdisk-ingress - blobstorage-vdisk-localrecovery - blobstorage-vdisk-protos - blobstorage-vdisk-query - blobstorage-vdisk-repl - blobstorage-vdisk-scrub - blobstorage-vdisk-skeleton - blobstorage-vdisk-syncer - blobstorage-vdisk-synclog -) -target_sources(core-blobstorage-vdisk PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/vdisk_actor.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/anubis_osiris/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/anubis_osiris/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 56d01b108d3..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/anubis_osiris/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(blobstorage-vdisk-anubis_osiris) -target_link_libraries(blobstorage-vdisk-anubis_osiris PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - monlib-service-pages - ydb-core-base - core-blobstorage-backpressure - core-blobstorage-base - core-blobstorage-groupinfo - vdisk-hulldb-barriers - vdisk-hulldb-base - vdisk-hulldb-generic - ydb-core-protos -) -target_sources(blobstorage-vdisk-anubis_osiris PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/anubis_osiris/blobstorage_anubis.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/anubis_osiris/blobstorage_anubis_algo.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/anubis_osiris/blobstorage_anubis_osiris.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/anubis_osiris/blobstorage_anubisfinder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/anubis_osiris/blobstorage_anubisproxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/anubis_osiris/blobstorage_anubisrunner.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/anubis_osiris/blobstorage_osiris.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/anubis_osiris/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/blobstorage/vdisk/anubis_osiris/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 347e922841e..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/anubis_osiris/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(blobstorage-vdisk-anubis_osiris) -target_link_libraries(blobstorage-vdisk-anubis_osiris PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - monlib-service-pages - ydb-core-base - core-blobstorage-backpressure - core-blobstorage-base - core-blobstorage-groupinfo - vdisk-hulldb-barriers - vdisk-hulldb-base - vdisk-hulldb-generic - ydb-core-protos -) -target_sources(blobstorage-vdisk-anubis_osiris PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/anubis_osiris/blobstorage_anubis.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/anubis_osiris/blobstorage_anubis_algo.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/anubis_osiris/blobstorage_anubis_osiris.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/anubis_osiris/blobstorage_anubisfinder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/anubis_osiris/blobstorage_anubisproxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/anubis_osiris/blobstorage_anubisrunner.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/anubis_osiris/blobstorage_osiris.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/anubis_osiris/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/anubis_osiris/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 347e922841e..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/anubis_osiris/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(blobstorage-vdisk-anubis_osiris) -target_link_libraries(blobstorage-vdisk-anubis_osiris PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - monlib-service-pages - ydb-core-base - core-blobstorage-backpressure - core-blobstorage-base - core-blobstorage-groupinfo - vdisk-hulldb-barriers - vdisk-hulldb-base - vdisk-hulldb-generic - ydb-core-protos -) -target_sources(blobstorage-vdisk-anubis_osiris PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/anubis_osiris/blobstorage_anubis.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/anubis_osiris/blobstorage_anubis_algo.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/anubis_osiris/blobstorage_anubis_osiris.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/anubis_osiris/blobstorage_anubisfinder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/anubis_osiris/blobstorage_anubisproxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/anubis_osiris/blobstorage_anubisrunner.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/anubis_osiris/blobstorage_osiris.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/anubis_osiris/CMakeLists.txt b/contrib/ydb/core/blobstorage/vdisk/anubis_osiris/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/anubis_osiris/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/blobstorage/vdisk/anubis_osiris/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/anubis_osiris/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 56d01b108d3..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/anubis_osiris/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(blobstorage-vdisk-anubis_osiris) -target_link_libraries(blobstorage-vdisk-anubis_osiris PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - monlib-service-pages - ydb-core-base - core-blobstorage-backpressure - core-blobstorage-base - core-blobstorage-groupinfo - vdisk-hulldb-barriers - vdisk-hulldb-base - vdisk-hulldb-generic - ydb-core-protos -) -target_sources(blobstorage-vdisk-anubis_osiris PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/anubis_osiris/blobstorage_anubis.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/anubis_osiris/blobstorage_anubis_algo.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/anubis_osiris/blobstorage_anubis_osiris.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/anubis_osiris/blobstorage_anubisfinder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/anubis_osiris/blobstorage_anubisproxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/anubis_osiris/blobstorage_anubisrunner.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/anubis_osiris/blobstorage_osiris.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/balance/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/balance/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 78144db0749..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/balance/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(blobstorage-vdisk-balance) -target_link_libraries(blobstorage-vdisk-balance PUBLIC - contrib-libs-cxxsupp - yutil - core-blobstorage-base - core-blobstorage-groupinfo - blobstorage-vdisk-common - blobstorage-vdisk-hulldb - blobstorage-vdisk-ingress - blobstorage-vdisk-repl -) -target_sources(blobstorage-vdisk-balance PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/balance/balancing_actor.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/balance/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/blobstorage/vdisk/balance/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 7cc1437eb32..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/balance/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(blobstorage-vdisk-balance) -target_link_libraries(blobstorage-vdisk-balance PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-blobstorage-base - core-blobstorage-groupinfo - blobstorage-vdisk-common - blobstorage-vdisk-hulldb - blobstorage-vdisk-ingress - blobstorage-vdisk-repl -) -target_sources(blobstorage-vdisk-balance PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/balance/balancing_actor.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/balance/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/balance/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 7cc1437eb32..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/balance/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(blobstorage-vdisk-balance) -target_link_libraries(blobstorage-vdisk-balance PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-blobstorage-base - core-blobstorage-groupinfo - blobstorage-vdisk-common - blobstorage-vdisk-hulldb - blobstorage-vdisk-ingress - blobstorage-vdisk-repl -) -target_sources(blobstorage-vdisk-balance PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/balance/balancing_actor.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/balance/CMakeLists.txt b/contrib/ydb/core/blobstorage/vdisk/balance/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/balance/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/blobstorage/vdisk/balance/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/balance/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 78144db0749..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/balance/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(blobstorage-vdisk-balance) -target_link_libraries(blobstorage-vdisk-balance PUBLIC - contrib-libs-cxxsupp - yutil - core-blobstorage-base - core-blobstorage-groupinfo - blobstorage-vdisk-common - blobstorage-vdisk-hulldb - blobstorage-vdisk-ingress - blobstorage-vdisk-repl -) -target_sources(blobstorage-vdisk-balance PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/balance/balancing_actor.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/common/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/common/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 1b6ac794ad2..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/common/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(blobstorage-vdisk-common) -target_link_libraries(blobstorage-vdisk-common PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-protos - monlib-service-pages - ydb-core-base - vdisk-hulldb-base - blobstorage-vdisk-protos - ydb-core-protos -) -target_sources(blobstorage-vdisk-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/blobstorage_cost_tracker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/blobstorage_dblogcutter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/blobstorage_event_filter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/blobstorage_status.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/blobstorage_vdisk_guids.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/vdisk_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/vdisk_context.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/vdisk_costmodel.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/vdisk_events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/vdisk_handle_class.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/vdisk_histogram_latency.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/vdisk_histograms.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/vdisk_hugeblobctx.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/vdisk_log.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/vdisk_outofspace.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/vdisk_recoverylogwriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/vdisk_response.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/common/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/blobstorage/vdisk/common/CMakeLists.linux-aarch64.txt deleted file mode 100644 index f3d2c8fc8b8..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/common/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(blobstorage-vdisk-common) -target_link_libraries(blobstorage-vdisk-common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-protos - monlib-service-pages - ydb-core-base - vdisk-hulldb-base - blobstorage-vdisk-protos - ydb-core-protos -) -target_sources(blobstorage-vdisk-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/blobstorage_cost_tracker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/blobstorage_dblogcutter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/blobstorage_event_filter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/blobstorage_status.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/blobstorage_vdisk_guids.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/vdisk_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/vdisk_context.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/vdisk_costmodel.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/vdisk_events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/vdisk_handle_class.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/vdisk_histogram_latency.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/vdisk_histograms.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/vdisk_hugeblobctx.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/vdisk_log.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/vdisk_outofspace.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/vdisk_recoverylogwriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/vdisk_response.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/common/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/common/CMakeLists.linux-x86_64.txt deleted file mode 100644 index f3d2c8fc8b8..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/common/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(blobstorage-vdisk-common) -target_link_libraries(blobstorage-vdisk-common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-protos - monlib-service-pages - ydb-core-base - vdisk-hulldb-base - blobstorage-vdisk-protos - ydb-core-protos -) -target_sources(blobstorage-vdisk-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/blobstorage_cost_tracker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/blobstorage_dblogcutter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/blobstorage_event_filter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/blobstorage_status.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/blobstorage_vdisk_guids.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/vdisk_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/vdisk_context.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/vdisk_costmodel.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/vdisk_events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/vdisk_handle_class.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/vdisk_histogram_latency.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/vdisk_histograms.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/vdisk_hugeblobctx.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/vdisk_log.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/vdisk_outofspace.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/vdisk_recoverylogwriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/vdisk_response.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/common/CMakeLists.txt b/contrib/ydb/core/blobstorage/vdisk/common/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/blobstorage/vdisk/common/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/common/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 1b6ac794ad2..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/common/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(blobstorage-vdisk-common) -target_link_libraries(blobstorage-vdisk-common PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-protos - monlib-service-pages - ydb-core-base - vdisk-hulldb-base - blobstorage-vdisk-protos - ydb-core-protos -) -target_sources(blobstorage-vdisk-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/blobstorage_cost_tracker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/blobstorage_dblogcutter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/blobstorage_event_filter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/blobstorage_status.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/blobstorage_vdisk_guids.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/vdisk_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/vdisk_context.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/vdisk_costmodel.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/vdisk_events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/vdisk_handle_class.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/vdisk_histogram_latency.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/vdisk_histograms.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/vdisk_hugeblobctx.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/vdisk_log.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/vdisk_outofspace.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/vdisk_recoverylogwriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/common/vdisk_response.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/defrag/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/defrag/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 7ec41bf3f43..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/defrag/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(blobstorage-vdisk-defrag) -target_link_libraries(blobstorage-vdisk-defrag PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - blobstorage-vdisk-common - blobstorage-vdisk-hulldb -) -target_sources(blobstorage-vdisk-defrag PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/defrag/defrag_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/defrag/defrag_quantum.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/defrag/defrag_rewriter.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/defrag/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/blobstorage/vdisk/defrag/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a5c7ac5f1b7..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/defrag/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(blobstorage-vdisk-defrag) -target_link_libraries(blobstorage-vdisk-defrag PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - blobstorage-vdisk-common - blobstorage-vdisk-hulldb -) -target_sources(blobstorage-vdisk-defrag PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/defrag/defrag_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/defrag/defrag_quantum.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/defrag/defrag_rewriter.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/defrag/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/defrag/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a5c7ac5f1b7..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/defrag/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(blobstorage-vdisk-defrag) -target_link_libraries(blobstorage-vdisk-defrag PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - blobstorage-vdisk-common - blobstorage-vdisk-hulldb -) -target_sources(blobstorage-vdisk-defrag PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/defrag/defrag_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/defrag/defrag_quantum.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/defrag/defrag_rewriter.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/defrag/CMakeLists.txt b/contrib/ydb/core/blobstorage/vdisk/defrag/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/defrag/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/blobstorage/vdisk/defrag/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/defrag/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 7ec41bf3f43..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/defrag/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(blobstorage-vdisk-defrag) -target_link_libraries(blobstorage-vdisk-defrag PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - blobstorage-vdisk-common - blobstorage-vdisk-hulldb -) -target_sources(blobstorage-vdisk-defrag PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/defrag/defrag_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/defrag/defrag_quantum.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/defrag/defrag_rewriter.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/handoff/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/handoff/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 04197f6ca74..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/handoff/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(blobstorage-vdisk-handoff) -target_link_libraries(blobstorage-vdisk-handoff PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - monlib-service-pages - ydb-core-base - core-blobstorage-backpressure - core-blobstorage-groupinfo - blobstorage-vdisk-common - vdisk-hulldb-generic - ydb-core-protos -) -target_sources(blobstorage-vdisk-handoff PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/handoff/handoff_basic.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/handoff/handoff_delegate.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/handoff/handoff_map.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/handoff/handoff_mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/handoff/handoff_proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/handoff/handoff_synclogproxy.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/handoff/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/blobstorage/vdisk/handoff/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d1b4bbd1e74..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/handoff/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(blobstorage-vdisk-handoff) -target_link_libraries(blobstorage-vdisk-handoff PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - monlib-service-pages - ydb-core-base - core-blobstorage-backpressure - core-blobstorage-groupinfo - blobstorage-vdisk-common - vdisk-hulldb-generic - ydb-core-protos -) -target_sources(blobstorage-vdisk-handoff PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/handoff/handoff_basic.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/handoff/handoff_delegate.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/handoff/handoff_map.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/handoff/handoff_mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/handoff/handoff_proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/handoff/handoff_synclogproxy.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/handoff/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/handoff/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d1b4bbd1e74..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/handoff/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(blobstorage-vdisk-handoff) -target_link_libraries(blobstorage-vdisk-handoff PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - monlib-service-pages - ydb-core-base - core-blobstorage-backpressure - core-blobstorage-groupinfo - blobstorage-vdisk-common - vdisk-hulldb-generic - ydb-core-protos -) -target_sources(blobstorage-vdisk-handoff PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/handoff/handoff_basic.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/handoff/handoff_delegate.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/handoff/handoff_map.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/handoff/handoff_mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/handoff/handoff_proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/handoff/handoff_synclogproxy.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/handoff/CMakeLists.txt b/contrib/ydb/core/blobstorage/vdisk/handoff/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/handoff/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/blobstorage/vdisk/handoff/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/handoff/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 04197f6ca74..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/handoff/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(blobstorage-vdisk-handoff) -target_link_libraries(blobstorage-vdisk-handoff PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - monlib-service-pages - ydb-core-base - core-blobstorage-backpressure - core-blobstorage-groupinfo - blobstorage-vdisk-common - vdisk-hulldb-generic - ydb-core-protos -) -target_sources(blobstorage-vdisk-handoff PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/handoff/handoff_basic.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/handoff/handoff_delegate.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/handoff/handoff_map.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/handoff/handoff_mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/handoff/handoff_proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/handoff/handoff_synclogproxy.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/huge/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/huge/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2568196dfb6..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/huge/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(blobstorage-vdisk-huge) -target_link_libraries(blobstorage-vdisk-huge PUBLIC - contrib-libs-cxxsupp - yutil - monlib-service-pages - ydb-core-base - blobstorage-vdisk-common - vdisk-hulldb-base -) -target_sources(blobstorage-vdisk-huge PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/huge/blobstorage_hullhuge.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/huge/blobstorage_hullhugedefs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/huge/blobstorage_hullhugeheap.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/huge/blobstorage_hullhugerecovery.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/huge/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/blobstorage/vdisk/huge/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 2305a86b5ba..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/huge/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(blobstorage-vdisk-huge) -target_link_libraries(blobstorage-vdisk-huge PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - monlib-service-pages - ydb-core-base - blobstorage-vdisk-common - vdisk-hulldb-base -) -target_sources(blobstorage-vdisk-huge PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/huge/blobstorage_hullhuge.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/huge/blobstorage_hullhugedefs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/huge/blobstorage_hullhugeheap.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/huge/blobstorage_hullhugerecovery.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/huge/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/huge/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 2305a86b5ba..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/huge/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(blobstorage-vdisk-huge) -target_link_libraries(blobstorage-vdisk-huge PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - monlib-service-pages - ydb-core-base - blobstorage-vdisk-common - vdisk-hulldb-base -) -target_sources(blobstorage-vdisk-huge PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/huge/blobstorage_hullhuge.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/huge/blobstorage_hullhugedefs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/huge/blobstorage_hullhugeheap.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/huge/blobstorage_hullhugerecovery.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/huge/CMakeLists.txt b/contrib/ydb/core/blobstorage/vdisk/huge/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/huge/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/blobstorage/vdisk/huge/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/huge/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 2568196dfb6..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/huge/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(blobstorage-vdisk-huge) -target_link_libraries(blobstorage-vdisk-huge PUBLIC - contrib-libs-cxxsupp - yutil - monlib-service-pages - ydb-core-base - blobstorage-vdisk-common - vdisk-hulldb-base -) -target_sources(blobstorage-vdisk-huge PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/huge/blobstorage_hullhuge.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/huge/blobstorage_hullhugedefs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/huge/blobstorage_hullhugeheap.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/huge/blobstorage_hullhugerecovery.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/hulldb/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/hulldb/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 499c2de38f0..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/hulldb/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(barriers) -add_subdirectory(base) -add_subdirectory(bulksst_add) -add_subdirectory(cache_block) -add_subdirectory(compstrat) -add_subdirectory(fresh) -add_subdirectory(generic) -add_subdirectory(recovery) - -add_library(blobstorage-vdisk-hulldb INTERFACE) -target_link_libraries(blobstorage-vdisk-hulldb INTERFACE - contrib-libs-cxxsupp - yutil - core-blobstorage-base - blobstorage-vdisk-common - vdisk-hulldb-barriers - vdisk-hulldb-base - vdisk-hulldb-compstrat - vdisk-hulldb-fresh - vdisk-hulldb-generic - vdisk-hulldb-recovery - vdisk-hulldb-bulksst_add - ydb-core-protos -) diff --git a/contrib/ydb/core/blobstorage/vdisk/hulldb/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/blobstorage/vdisk/hulldb/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 4698e17e3ad..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/hulldb/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(barriers) -add_subdirectory(base) -add_subdirectory(bulksst_add) -add_subdirectory(cache_block) -add_subdirectory(compstrat) -add_subdirectory(fresh) -add_subdirectory(generic) -add_subdirectory(recovery) - -add_library(blobstorage-vdisk-hulldb INTERFACE) -target_link_libraries(blobstorage-vdisk-hulldb INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-blobstorage-base - blobstorage-vdisk-common - vdisk-hulldb-barriers - vdisk-hulldb-base - vdisk-hulldb-compstrat - vdisk-hulldb-fresh - vdisk-hulldb-generic - vdisk-hulldb-recovery - vdisk-hulldb-bulksst_add - ydb-core-protos -) diff --git a/contrib/ydb/core/blobstorage/vdisk/hulldb/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/hulldb/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 4698e17e3ad..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/hulldb/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(barriers) -add_subdirectory(base) -add_subdirectory(bulksst_add) -add_subdirectory(cache_block) -add_subdirectory(compstrat) -add_subdirectory(fresh) -add_subdirectory(generic) -add_subdirectory(recovery) - -add_library(blobstorage-vdisk-hulldb INTERFACE) -target_link_libraries(blobstorage-vdisk-hulldb INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-blobstorage-base - blobstorage-vdisk-common - vdisk-hulldb-barriers - vdisk-hulldb-base - vdisk-hulldb-compstrat - vdisk-hulldb-fresh - vdisk-hulldb-generic - vdisk-hulldb-recovery - vdisk-hulldb-bulksst_add - ydb-core-protos -) diff --git a/contrib/ydb/core/blobstorage/vdisk/hulldb/CMakeLists.txt b/contrib/ydb/core/blobstorage/vdisk/hulldb/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/hulldb/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/blobstorage/vdisk/hulldb/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/hulldb/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 499c2de38f0..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/hulldb/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(barriers) -add_subdirectory(base) -add_subdirectory(bulksst_add) -add_subdirectory(cache_block) -add_subdirectory(compstrat) -add_subdirectory(fresh) -add_subdirectory(generic) -add_subdirectory(recovery) - -add_library(blobstorage-vdisk-hulldb INTERFACE) -target_link_libraries(blobstorage-vdisk-hulldb INTERFACE - contrib-libs-cxxsupp - yutil - core-blobstorage-base - blobstorage-vdisk-common - vdisk-hulldb-barriers - vdisk-hulldb-base - vdisk-hulldb-compstrat - vdisk-hulldb-fresh - vdisk-hulldb-generic - vdisk-hulldb-recovery - vdisk-hulldb-bulksst_add - ydb-core-protos -) diff --git a/contrib/ydb/core/blobstorage/vdisk/hulldb/barriers/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/hulldb/barriers/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 1be94e31bda..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/hulldb/barriers/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(vdisk-hulldb-barriers) -target_link_libraries(vdisk-hulldb-barriers PUBLIC - contrib-libs-cxxsupp - yutil - core-blobstorage-base - vdisk-hulldb-base - vdisk-hulldb-generic - ydb-core-protos -) -target_sources(vdisk-hulldb-barriers PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/barriers/barriers_chain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/barriers/barriers_essence.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/barriers/barriers_public.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/barriers/barriers_tree.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/hulldb/barriers/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/blobstorage/vdisk/hulldb/barriers/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 0c9c3476d61..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/hulldb/barriers/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(vdisk-hulldb-barriers) -target_link_libraries(vdisk-hulldb-barriers PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-blobstorage-base - vdisk-hulldb-base - vdisk-hulldb-generic - ydb-core-protos -) -target_sources(vdisk-hulldb-barriers PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/barriers/barriers_chain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/barriers/barriers_essence.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/barriers/barriers_public.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/barriers/barriers_tree.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/hulldb/barriers/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/hulldb/barriers/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 0c9c3476d61..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/hulldb/barriers/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(vdisk-hulldb-barriers) -target_link_libraries(vdisk-hulldb-barriers PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-blobstorage-base - vdisk-hulldb-base - vdisk-hulldb-generic - ydb-core-protos -) -target_sources(vdisk-hulldb-barriers PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/barriers/barriers_chain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/barriers/barriers_essence.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/barriers/barriers_public.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/barriers/barriers_tree.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/hulldb/barriers/CMakeLists.txt b/contrib/ydb/core/blobstorage/vdisk/hulldb/barriers/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/hulldb/barriers/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/blobstorage/vdisk/hulldb/barriers/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/hulldb/barriers/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 1be94e31bda..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/hulldb/barriers/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(vdisk-hulldb-barriers) -target_link_libraries(vdisk-hulldb-barriers PUBLIC - contrib-libs-cxxsupp - yutil - core-blobstorage-base - vdisk-hulldb-base - vdisk-hulldb-generic - ydb-core-protos -) -target_sources(vdisk-hulldb-barriers PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/barriers/barriers_chain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/barriers/barriers_essence.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/barriers/barriers_public.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/barriers/barriers_tree.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/hulldb/base/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/hulldb/base/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 76217ea7860..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/hulldb/base/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(vdisk-hulldb-base) -target_link_libraries(vdisk-hulldb-base PUBLIC - contrib-libs-cxxsupp - yutil - monlib-service-pages - ydb-core-base - core-blobstorage-pdisk - blobstorage-vdisk-protos -) -target_sources(vdisk-hulldb-base PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/base/blobstorage_hulldefs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/base/blobstorage_hullsatisfactionrank.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/base/hullbase_barrier.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/hulldb/base/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/blobstorage/vdisk/hulldb/base/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e18ed793c1a..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/hulldb/base/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(vdisk-hulldb-base) -target_link_libraries(vdisk-hulldb-base PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - monlib-service-pages - ydb-core-base - core-blobstorage-pdisk - blobstorage-vdisk-protos -) -target_sources(vdisk-hulldb-base PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/base/blobstorage_hulldefs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/base/blobstorage_hullsatisfactionrank.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/base/hullbase_barrier.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/hulldb/base/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/hulldb/base/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e18ed793c1a..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/hulldb/base/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(vdisk-hulldb-base) -target_link_libraries(vdisk-hulldb-base PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - monlib-service-pages - ydb-core-base - core-blobstorage-pdisk - blobstorage-vdisk-protos -) -target_sources(vdisk-hulldb-base PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/base/blobstorage_hulldefs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/base/blobstorage_hullsatisfactionrank.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/base/hullbase_barrier.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/hulldb/base/CMakeLists.txt b/contrib/ydb/core/blobstorage/vdisk/hulldb/base/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/hulldb/base/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/blobstorage/vdisk/hulldb/base/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/hulldb/base/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 76217ea7860..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/hulldb/base/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(vdisk-hulldb-base) -target_link_libraries(vdisk-hulldb-base PUBLIC - contrib-libs-cxxsupp - yutil - monlib-service-pages - ydb-core-base - core-blobstorage-pdisk - blobstorage-vdisk-protos -) -target_sources(vdisk-hulldb-base PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/base/blobstorage_hulldefs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/base/blobstorage_hullsatisfactionrank.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/base/hullbase_barrier.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/hulldb/bulksst_add/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/hulldb/bulksst_add/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 7c0f864acf0..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/hulldb/bulksst_add/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(vdisk-hulldb-bulksst_add) -target_link_libraries(vdisk-hulldb-bulksst_add PUBLIC - contrib-libs-cxxsupp - yutil - blobstorage-vdisk-common - ydb-core-protos -) -target_sources(vdisk-hulldb-bulksst_add PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/bulksst_add/hulldb_bulksst_add.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/hulldb/bulksst_add/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/blobstorage/vdisk/hulldb/bulksst_add/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a6d920e5835..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/hulldb/bulksst_add/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(vdisk-hulldb-bulksst_add) -target_link_libraries(vdisk-hulldb-bulksst_add PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blobstorage-vdisk-common - ydb-core-protos -) -target_sources(vdisk-hulldb-bulksst_add PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/bulksst_add/hulldb_bulksst_add.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/hulldb/bulksst_add/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/hulldb/bulksst_add/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a6d920e5835..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/hulldb/bulksst_add/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(vdisk-hulldb-bulksst_add) -target_link_libraries(vdisk-hulldb-bulksst_add PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blobstorage-vdisk-common - ydb-core-protos -) -target_sources(vdisk-hulldb-bulksst_add PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/bulksst_add/hulldb_bulksst_add.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/hulldb/bulksst_add/CMakeLists.txt b/contrib/ydb/core/blobstorage/vdisk/hulldb/bulksst_add/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/hulldb/bulksst_add/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/blobstorage/vdisk/hulldb/bulksst_add/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/hulldb/bulksst_add/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 7c0f864acf0..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/hulldb/bulksst_add/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(vdisk-hulldb-bulksst_add) -target_link_libraries(vdisk-hulldb-bulksst_add PUBLIC - contrib-libs-cxxsupp - yutil - blobstorage-vdisk-common - ydb-core-protos -) -target_sources(vdisk-hulldb-bulksst_add PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/bulksst_add/hulldb_bulksst_add.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/hulldb/cache_block/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/hulldb/cache_block/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a0b31a6facd..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/hulldb/cache_block/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(vdisk-hulldb-cache_block) -target_link_libraries(vdisk-hulldb-cache_block PUBLIC - contrib-libs-cxxsupp - yutil - vdisk-hulldb-base - blobstorage-vdisk-protos - ydb-core-protos -) -target_sources(vdisk-hulldb-cache_block PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/cache_block/cache_block.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/hulldb/cache_block/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/blobstorage/vdisk/hulldb/cache_block/CMakeLists.linux-aarch64.txt deleted file mode 100644 index de1a3d3ac36..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/hulldb/cache_block/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(vdisk-hulldb-cache_block) -target_link_libraries(vdisk-hulldb-cache_block PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - vdisk-hulldb-base - blobstorage-vdisk-protos - ydb-core-protos -) -target_sources(vdisk-hulldb-cache_block PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/cache_block/cache_block.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/hulldb/cache_block/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/hulldb/cache_block/CMakeLists.linux-x86_64.txt deleted file mode 100644 index de1a3d3ac36..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/hulldb/cache_block/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(vdisk-hulldb-cache_block) -target_link_libraries(vdisk-hulldb-cache_block PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - vdisk-hulldb-base - blobstorage-vdisk-protos - ydb-core-protos -) -target_sources(vdisk-hulldb-cache_block PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/cache_block/cache_block.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/hulldb/cache_block/CMakeLists.txt b/contrib/ydb/core/blobstorage/vdisk/hulldb/cache_block/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/hulldb/cache_block/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/blobstorage/vdisk/hulldb/cache_block/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/hulldb/cache_block/CMakeLists.windows-x86_64.txt deleted file mode 100644 index a0b31a6facd..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/hulldb/cache_block/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(vdisk-hulldb-cache_block) -target_link_libraries(vdisk-hulldb-cache_block PUBLIC - contrib-libs-cxxsupp - yutil - vdisk-hulldb-base - blobstorage-vdisk-protos - ydb-core-protos -) -target_sources(vdisk-hulldb-cache_block PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/cache_block/cache_block.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/hulldb/compstrat/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/hulldb/compstrat/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 3fca15d5f64..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/hulldb/compstrat/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(vdisk-hulldb-compstrat) -target_link_libraries(vdisk-hulldb-compstrat PUBLIC - contrib-libs-cxxsupp - yutil - vdisk-hulldb-base - vdisk-hulldb-generic - ydb-core-protos -) -target_sources(vdisk-hulldb-compstrat PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/compstrat/hulldb_compstrat_defs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/compstrat/hulldb_compstrat_selector.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/hulldb/compstrat/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/blobstorage/vdisk/hulldb/compstrat/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e74cf6f0908..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/hulldb/compstrat/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(vdisk-hulldb-compstrat) -target_link_libraries(vdisk-hulldb-compstrat PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - vdisk-hulldb-base - vdisk-hulldb-generic - ydb-core-protos -) -target_sources(vdisk-hulldb-compstrat PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/compstrat/hulldb_compstrat_defs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/compstrat/hulldb_compstrat_selector.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/hulldb/compstrat/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/hulldb/compstrat/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e74cf6f0908..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/hulldb/compstrat/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(vdisk-hulldb-compstrat) -target_link_libraries(vdisk-hulldb-compstrat PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - vdisk-hulldb-base - vdisk-hulldb-generic - ydb-core-protos -) -target_sources(vdisk-hulldb-compstrat PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/compstrat/hulldb_compstrat_defs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/compstrat/hulldb_compstrat_selector.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/hulldb/compstrat/CMakeLists.txt b/contrib/ydb/core/blobstorage/vdisk/hulldb/compstrat/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/hulldb/compstrat/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/blobstorage/vdisk/hulldb/compstrat/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/hulldb/compstrat/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 3fca15d5f64..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/hulldb/compstrat/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(vdisk-hulldb-compstrat) -target_link_libraries(vdisk-hulldb-compstrat PUBLIC - contrib-libs-cxxsupp - yutil - vdisk-hulldb-base - vdisk-hulldb-generic - ydb-core-protos -) -target_sources(vdisk-hulldb-compstrat PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/compstrat/hulldb_compstrat_defs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/compstrat/hulldb_compstrat_selector.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/hulldb/fresh/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/hulldb/fresh/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 3444cf25485..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/hulldb/fresh/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(vdisk-hulldb-fresh) -target_link_libraries(vdisk-hulldb-fresh PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - vdisk-hulldb-base - blobstorage-vdisk-protos - ydb-core-protos -) -target_sources(vdisk-hulldb-fresh PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/fresh/fresh_appendix.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/fresh/fresh_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/fresh/fresh_datasnap.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/fresh/fresh_segment.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/hulldb/fresh/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/blobstorage/vdisk/hulldb/fresh/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 1ef025e15d4..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/hulldb/fresh/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(vdisk-hulldb-fresh) -target_link_libraries(vdisk-hulldb-fresh PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - vdisk-hulldb-base - blobstorage-vdisk-protos - ydb-core-protos -) -target_sources(vdisk-hulldb-fresh PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/fresh/fresh_appendix.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/fresh/fresh_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/fresh/fresh_datasnap.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/fresh/fresh_segment.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/hulldb/fresh/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/hulldb/fresh/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 1ef025e15d4..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/hulldb/fresh/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(vdisk-hulldb-fresh) -target_link_libraries(vdisk-hulldb-fresh PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - vdisk-hulldb-base - blobstorage-vdisk-protos - ydb-core-protos -) -target_sources(vdisk-hulldb-fresh PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/fresh/fresh_appendix.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/fresh/fresh_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/fresh/fresh_datasnap.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/fresh/fresh_segment.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/hulldb/fresh/CMakeLists.txt b/contrib/ydb/core/blobstorage/vdisk/hulldb/fresh/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/hulldb/fresh/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/blobstorage/vdisk/hulldb/fresh/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/hulldb/fresh/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 3444cf25485..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/hulldb/fresh/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(vdisk-hulldb-fresh) -target_link_libraries(vdisk-hulldb-fresh PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - vdisk-hulldb-base - blobstorage-vdisk-protos - ydb-core-protos -) -target_sources(vdisk-hulldb-fresh PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/fresh/fresh_appendix.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/fresh/fresh_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/fresh/fresh_datasnap.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/fresh/fresh_segment.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/hulldb/generic/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/hulldb/generic/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 1397421a006..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/hulldb/generic/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(vdisk-hulldb-generic) -target_link_libraries(vdisk-hulldb-generic PUBLIC - contrib-libs-cxxsupp - yutil - vdisk-hulldb-base - vdisk-hulldb-fresh - blobstorage-vdisk-protos - ydb-core-protos -) -target_sources(vdisk-hulldb-generic PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/generic/blobstorage_hulloptlsn.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/generic/hulldb_bulksstmngr.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/generic/hullds_idx.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/generic/hullds_idxsnap.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/generic/hullds_sst.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/generic/hullds_sstslice.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/generic/hullds_sstvec.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/hulldb/generic/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/blobstorage/vdisk/hulldb/generic/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 233047da447..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/hulldb/generic/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(vdisk-hulldb-generic) -target_link_libraries(vdisk-hulldb-generic PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - vdisk-hulldb-base - vdisk-hulldb-fresh - blobstorage-vdisk-protos - ydb-core-protos -) -target_sources(vdisk-hulldb-generic PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/generic/blobstorage_hulloptlsn.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/generic/hulldb_bulksstmngr.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/generic/hullds_idx.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/generic/hullds_idxsnap.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/generic/hullds_sst.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/generic/hullds_sstslice.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/generic/hullds_sstvec.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/hulldb/generic/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/hulldb/generic/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 233047da447..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/hulldb/generic/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(vdisk-hulldb-generic) -target_link_libraries(vdisk-hulldb-generic PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - vdisk-hulldb-base - vdisk-hulldb-fresh - blobstorage-vdisk-protos - ydb-core-protos -) -target_sources(vdisk-hulldb-generic PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/generic/blobstorage_hulloptlsn.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/generic/hulldb_bulksstmngr.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/generic/hullds_idx.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/generic/hullds_idxsnap.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/generic/hullds_sst.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/generic/hullds_sstslice.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/generic/hullds_sstvec.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/hulldb/generic/CMakeLists.txt b/contrib/ydb/core/blobstorage/vdisk/hulldb/generic/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/hulldb/generic/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/blobstorage/vdisk/hulldb/generic/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/hulldb/generic/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 1397421a006..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/hulldb/generic/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(vdisk-hulldb-generic) -target_link_libraries(vdisk-hulldb-generic PUBLIC - contrib-libs-cxxsupp - yutil - vdisk-hulldb-base - vdisk-hulldb-fresh - blobstorage-vdisk-protos - ydb-core-protos -) -target_sources(vdisk-hulldb-generic PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/generic/blobstorage_hulloptlsn.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/generic/hulldb_bulksstmngr.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/generic/hullds_idx.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/generic/hullds_idxsnap.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/generic/hullds_sst.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/generic/hullds_sstslice.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/generic/hullds_sstvec.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/hulldb/recovery/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/hulldb/recovery/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index dade7137504..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/hulldb/recovery/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(vdisk-hulldb-recovery) -target_link_libraries(vdisk-hulldb-recovery PUBLIC - contrib-libs-cxxsupp - yutil - core-blobstorage-base - blobstorage-vdisk-common - vdisk-hulldb-bulksst_add - ydb-core-protos -) -target_sources(vdisk-hulldb-recovery PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/recovery/hulldb_recovery.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/hulldb/recovery/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/blobstorage/vdisk/hulldb/recovery/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a502d159d4c..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/hulldb/recovery/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(vdisk-hulldb-recovery) -target_link_libraries(vdisk-hulldb-recovery PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-blobstorage-base - blobstorage-vdisk-common - vdisk-hulldb-bulksst_add - ydb-core-protos -) -target_sources(vdisk-hulldb-recovery PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/recovery/hulldb_recovery.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/hulldb/recovery/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/hulldb/recovery/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a502d159d4c..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/hulldb/recovery/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(vdisk-hulldb-recovery) -target_link_libraries(vdisk-hulldb-recovery PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-blobstorage-base - blobstorage-vdisk-common - vdisk-hulldb-bulksst_add - ydb-core-protos -) -target_sources(vdisk-hulldb-recovery PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/recovery/hulldb_recovery.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/hulldb/recovery/CMakeLists.txt b/contrib/ydb/core/blobstorage/vdisk/hulldb/recovery/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/hulldb/recovery/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/blobstorage/vdisk/hulldb/recovery/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/hulldb/recovery/CMakeLists.windows-x86_64.txt deleted file mode 100644 index dade7137504..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/hulldb/recovery/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(vdisk-hulldb-recovery) -target_link_libraries(vdisk-hulldb-recovery PUBLIC - contrib-libs-cxxsupp - yutil - core-blobstorage-base - blobstorage-vdisk-common - vdisk-hulldb-bulksst_add - ydb-core-protos -) -target_sources(vdisk-hulldb-recovery PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hulldb/recovery/hulldb_recovery.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/hullop/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/hullop/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index db58f0d4e31..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/hullop/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_subdirectory(hullcompdelete) - -add_library(blobstorage-vdisk-hullop) -target_link_libraries(blobstorage-vdisk-hullop PUBLIC - contrib-libs-cxxsupp - yutil - vdisk-hulldb-barriers - vdisk-hulldb-base - vdisk-hulldb-generic - vdisk-hulldb-cache_block - vdisk-hulldb-recovery - vdisk-hulldb-bulksst_add - vdisk-hulldb-compstrat - vdisk-hullop-hullcompdelete - blobstorage-vdisk-handoff - blobstorage-vdisk-synclog - ydb-core-protos -) -target_sources(blobstorage-vdisk-hullop PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hullop/blobstorage_hull.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hullop/blobstorage_hullactor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hullop/blobstorage_hulllog.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hullop/blobstorage_hulllogcutternotify.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hullop/hullop_compactfreshappendix.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hullop/hullop_entryserialize.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/hullop/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/blobstorage/vdisk/hullop/CMakeLists.linux-aarch64.txt deleted file mode 100644 index f5bf08342f0..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/hullop/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_subdirectory(hullcompdelete) - -add_library(blobstorage-vdisk-hullop) -target_link_libraries(blobstorage-vdisk-hullop PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - vdisk-hulldb-barriers - vdisk-hulldb-base - vdisk-hulldb-generic - vdisk-hulldb-cache_block - vdisk-hulldb-recovery - vdisk-hulldb-bulksst_add - vdisk-hulldb-compstrat - vdisk-hullop-hullcompdelete - blobstorage-vdisk-handoff - blobstorage-vdisk-synclog - ydb-core-protos -) -target_sources(blobstorage-vdisk-hullop PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hullop/blobstorage_hull.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hullop/blobstorage_hullactor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hullop/blobstorage_hulllog.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hullop/blobstorage_hulllogcutternotify.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hullop/hullop_compactfreshappendix.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hullop/hullop_entryserialize.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/hullop/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/hullop/CMakeLists.linux-x86_64.txt deleted file mode 100644 index f5bf08342f0..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/hullop/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_subdirectory(hullcompdelete) - -add_library(blobstorage-vdisk-hullop) -target_link_libraries(blobstorage-vdisk-hullop PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - vdisk-hulldb-barriers - vdisk-hulldb-base - vdisk-hulldb-generic - vdisk-hulldb-cache_block - vdisk-hulldb-recovery - vdisk-hulldb-bulksst_add - vdisk-hulldb-compstrat - vdisk-hullop-hullcompdelete - blobstorage-vdisk-handoff - blobstorage-vdisk-synclog - ydb-core-protos -) -target_sources(blobstorage-vdisk-hullop PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hullop/blobstorage_hull.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hullop/blobstorage_hullactor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hullop/blobstorage_hulllog.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hullop/blobstorage_hulllogcutternotify.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hullop/hullop_compactfreshappendix.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hullop/hullop_entryserialize.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/hullop/CMakeLists.txt b/contrib/ydb/core/blobstorage/vdisk/hullop/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/hullop/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/blobstorage/vdisk/hullop/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/hullop/CMakeLists.windows-x86_64.txt deleted file mode 100644 index db58f0d4e31..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/hullop/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_subdirectory(hullcompdelete) - -add_library(blobstorage-vdisk-hullop) -target_link_libraries(blobstorage-vdisk-hullop PUBLIC - contrib-libs-cxxsupp - yutil - vdisk-hulldb-barriers - vdisk-hulldb-base - vdisk-hulldb-generic - vdisk-hulldb-cache_block - vdisk-hulldb-recovery - vdisk-hulldb-bulksst_add - vdisk-hulldb-compstrat - vdisk-hullop-hullcompdelete - blobstorage-vdisk-handoff - blobstorage-vdisk-synclog - ydb-core-protos -) -target_sources(blobstorage-vdisk-hullop PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hullop/blobstorage_hull.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hullop/blobstorage_hullactor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hullop/blobstorage_hulllog.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hullop/blobstorage_hulllogcutternotify.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hullop/hullop_compactfreshappendix.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hullop/hullop_entryserialize.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/hullop/hullcompdelete/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/hullop/hullcompdelete/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index b6ee922ada2..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/hullop/hullcompdelete/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(vdisk-hullop-hullcompdelete) -target_link_libraries(vdisk-hullop-hullcompdelete PUBLIC - contrib-libs-cxxsupp - yutil - blobstorage-vdisk-common - ydb-core-protos -) -target_sources(vdisk-hullop-hullcompdelete PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hullop/hullcompdelete/blobstorage_hullcompdelete.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/hullop/hullcompdelete/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/blobstorage/vdisk/hullop/hullcompdelete/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 72257ba1610..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/hullop/hullcompdelete/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(vdisk-hullop-hullcompdelete) -target_link_libraries(vdisk-hullop-hullcompdelete PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blobstorage-vdisk-common - ydb-core-protos -) -target_sources(vdisk-hullop-hullcompdelete PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hullop/hullcompdelete/blobstorage_hullcompdelete.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/hullop/hullcompdelete/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/hullop/hullcompdelete/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 72257ba1610..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/hullop/hullcompdelete/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(vdisk-hullop-hullcompdelete) -target_link_libraries(vdisk-hullop-hullcompdelete PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - blobstorage-vdisk-common - ydb-core-protos -) -target_sources(vdisk-hullop-hullcompdelete PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hullop/hullcompdelete/blobstorage_hullcompdelete.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/hullop/hullcompdelete/CMakeLists.txt b/contrib/ydb/core/blobstorage/vdisk/hullop/hullcompdelete/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/hullop/hullcompdelete/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/blobstorage/vdisk/hullop/hullcompdelete/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/hullop/hullcompdelete/CMakeLists.windows-x86_64.txt deleted file mode 100644 index b6ee922ada2..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/hullop/hullcompdelete/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(vdisk-hullop-hullcompdelete) -target_link_libraries(vdisk-hullop-hullcompdelete PUBLIC - contrib-libs-cxxsupp - yutil - blobstorage-vdisk-common - ydb-core-protos -) -target_sources(vdisk-hullop-hullcompdelete PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/hullop/hullcompdelete/blobstorage_hullcompdelete.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/ingress/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/ingress/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 895246fe24c..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/ingress/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(blobstorage-vdisk-ingress) -target_link_libraries(blobstorage-vdisk-ingress PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-lwtrace - library-cpp-pop_count - ydb-core-base - ydb-core-protos -) -target_sources(blobstorage-vdisk-ingress PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/ingress/blobstorage_ingress.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/ingress/blobstorage_ingress_matrix.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/ingress/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/blobstorage/vdisk/ingress/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 6c3fe471e8e..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/ingress/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(blobstorage-vdisk-ingress) -target_link_libraries(blobstorage-vdisk-ingress PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-lwtrace - library-cpp-pop_count - ydb-core-base - ydb-core-protos -) -target_sources(blobstorage-vdisk-ingress PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/ingress/blobstorage_ingress.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/ingress/blobstorage_ingress_matrix.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/ingress/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/ingress/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 6c3fe471e8e..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/ingress/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(blobstorage-vdisk-ingress) -target_link_libraries(blobstorage-vdisk-ingress PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-lwtrace - library-cpp-pop_count - ydb-core-base - ydb-core-protos -) -target_sources(blobstorage-vdisk-ingress PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/ingress/blobstorage_ingress.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/ingress/blobstorage_ingress_matrix.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/ingress/CMakeLists.txt b/contrib/ydb/core/blobstorage/vdisk/ingress/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/ingress/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/blobstorage/vdisk/ingress/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/ingress/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 895246fe24c..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/ingress/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(blobstorage-vdisk-ingress) -target_link_libraries(blobstorage-vdisk-ingress PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-lwtrace - library-cpp-pop_count - ydb-core-base - ydb-core-protos -) -target_sources(blobstorage-vdisk-ingress PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/ingress/blobstorage_ingress.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/ingress/blobstorage_ingress_matrix.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/localrecovery/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/localrecovery/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 92a7d760310..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/localrecovery/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(blobstorage-vdisk-localrecovery) -target_link_libraries(blobstorage-vdisk-localrecovery PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - core-blobstorage-pdisk - blobstorage-vdisk-hulldb - ydb-core-protos -) -target_sources(blobstorage-vdisk-localrecovery PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/localrecovery/localrecovery_defs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/localrecovery/localrecovery_logreplay.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/localrecovery/localrecovery_public.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/localrecovery/localrecovery_readbulksst.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/localrecovery/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/blobstorage/vdisk/localrecovery/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 2df82ff860e..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/localrecovery/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(blobstorage-vdisk-localrecovery) -target_link_libraries(blobstorage-vdisk-localrecovery PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - core-blobstorage-pdisk - blobstorage-vdisk-hulldb - ydb-core-protos -) -target_sources(blobstorage-vdisk-localrecovery PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/localrecovery/localrecovery_defs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/localrecovery/localrecovery_logreplay.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/localrecovery/localrecovery_public.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/localrecovery/localrecovery_readbulksst.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/localrecovery/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/localrecovery/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 2df82ff860e..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/localrecovery/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(blobstorage-vdisk-localrecovery) -target_link_libraries(blobstorage-vdisk-localrecovery PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - core-blobstorage-pdisk - blobstorage-vdisk-hulldb - ydb-core-protos -) -target_sources(blobstorage-vdisk-localrecovery PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/localrecovery/localrecovery_defs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/localrecovery/localrecovery_logreplay.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/localrecovery/localrecovery_public.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/localrecovery/localrecovery_readbulksst.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/localrecovery/CMakeLists.txt b/contrib/ydb/core/blobstorage/vdisk/localrecovery/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/localrecovery/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/blobstorage/vdisk/localrecovery/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/localrecovery/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 92a7d760310..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/localrecovery/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(blobstorage-vdisk-localrecovery) -target_link_libraries(blobstorage-vdisk-localrecovery PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - core-blobstorage-pdisk - blobstorage-vdisk-hulldb - ydb-core-protos -) -target_sources(blobstorage-vdisk-localrecovery PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/localrecovery/localrecovery_defs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/localrecovery/localrecovery_logreplay.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/localrecovery/localrecovery_public.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/localrecovery/localrecovery_readbulksst.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/protos/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/protos/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d950074d974..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/protos/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(blobstorage-vdisk-protos) -target_link_libraries(blobstorage-vdisk-protos PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(blobstorage-vdisk-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/protos/events.proto -) -target_proto_addincls(blobstorage-vdisk-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(blobstorage-vdisk-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/blobstorage/vdisk/protos/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/blobstorage/vdisk/protos/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b4afa11eeb3..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/protos/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(blobstorage-vdisk-protos) -target_link_libraries(blobstorage-vdisk-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(blobstorage-vdisk-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/protos/events.proto -) -target_proto_addincls(blobstorage-vdisk-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(blobstorage-vdisk-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/blobstorage/vdisk/protos/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/protos/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b4afa11eeb3..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/protos/CMakeLists.linux-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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(blobstorage-vdisk-protos) -target_link_libraries(blobstorage-vdisk-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(blobstorage-vdisk-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/protos/events.proto -) -target_proto_addincls(blobstorage-vdisk-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(blobstorage-vdisk-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/blobstorage/vdisk/protos/CMakeLists.txt b/contrib/ydb/core/blobstorage/vdisk/protos/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/protos/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/blobstorage/vdisk/protos/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/protos/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d950074d974..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/protos/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(blobstorage-vdisk-protos) -target_link_libraries(blobstorage-vdisk-protos PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(blobstorage-vdisk-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/protos/events.proto -) -target_proto_addincls(blobstorage-vdisk-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(blobstorage-vdisk-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/blobstorage/vdisk/query/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/query/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 4d72854f296..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/query/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(blobstorage-vdisk-query) -target_link_libraries(blobstorage-vdisk-query PUBLIC - contrib-libs-cxxsupp - yutil - cpp-streams-bzip2 - ydb-core-base - core-blobstorage-base - vdisk-hulldb-barriers - vdisk-hulldb-base -) -target_sources(blobstorage-vdisk-query PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/query/assimilation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/query/query_barrier.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/query/query_extr.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/query/query_public.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/query/query_range.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/query/query_readactor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/query/query_readbatch.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/query/query_statdb.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/query/query_stathuge.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/query/query_stattablet.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/query/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/blobstorage/vdisk/query/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a7577189005..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/query/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(blobstorage-vdisk-query) -target_link_libraries(blobstorage-vdisk-query PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-streams-bzip2 - ydb-core-base - core-blobstorage-base - vdisk-hulldb-barriers - vdisk-hulldb-base -) -target_sources(blobstorage-vdisk-query PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/query/assimilation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/query/query_barrier.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/query/query_extr.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/query/query_public.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/query/query_range.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/query/query_readactor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/query/query_readbatch.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/query/query_statdb.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/query/query_stathuge.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/query/query_stattablet.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/query/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/query/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a7577189005..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/query/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(blobstorage-vdisk-query) -target_link_libraries(blobstorage-vdisk-query PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-streams-bzip2 - ydb-core-base - core-blobstorage-base - vdisk-hulldb-barriers - vdisk-hulldb-base -) -target_sources(blobstorage-vdisk-query PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/query/assimilation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/query/query_barrier.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/query/query_extr.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/query/query_public.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/query/query_range.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/query/query_readactor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/query/query_readbatch.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/query/query_statdb.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/query/query_stathuge.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/query/query_stattablet.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/query/CMakeLists.txt b/contrib/ydb/core/blobstorage/vdisk/query/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/query/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/blobstorage/vdisk/query/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/query/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 4d72854f296..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/query/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(blobstorage-vdisk-query) -target_link_libraries(blobstorage-vdisk-query PUBLIC - contrib-libs-cxxsupp - yutil - cpp-streams-bzip2 - ydb-core-base - core-blobstorage-base - vdisk-hulldb-barriers - vdisk-hulldb-base -) -target_sources(blobstorage-vdisk-query PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/query/assimilation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/query/query_barrier.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/query/query_extr.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/query/query_public.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/query/query_range.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/query/query_readactor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/query/query_readbatch.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/query/query_statdb.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/query/query_stathuge.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/query/query_stattablet.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/repl/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/repl/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a5b86eb557a..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/repl/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(blobstorage-vdisk-repl) -target_link_libraries(blobstorage-vdisk-repl PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - monlib-service-pages - ydb-core-base - core-blobstorage-backpressure - core-blobstorage-groupinfo - blobstorage-vdisk-common - vdisk-hulldb-barriers - vdisk-hulldb-base - vdisk-hulldb-generic - vdisk-hulldb-bulksst_add - ydb-core-protos -) -target_sources(blobstorage-vdisk-repl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/repl/blobstorage_hullrepljob.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/repl/blobstorage_replbroker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/repl/blobstorage_repl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/repl/blobstorage_replproxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/repl/blobstorage_replmonhandler.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/repl/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/blobstorage/vdisk/repl/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 1f991fd5292..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/repl/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(blobstorage-vdisk-repl) -target_link_libraries(blobstorage-vdisk-repl PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - monlib-service-pages - ydb-core-base - core-blobstorage-backpressure - core-blobstorage-groupinfo - blobstorage-vdisk-common - vdisk-hulldb-barriers - vdisk-hulldb-base - vdisk-hulldb-generic - vdisk-hulldb-bulksst_add - ydb-core-protos -) -target_sources(blobstorage-vdisk-repl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/repl/blobstorage_hullrepljob.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/repl/blobstorage_replbroker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/repl/blobstorage_repl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/repl/blobstorage_replproxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/repl/blobstorage_replmonhandler.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/repl/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/repl/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 1f991fd5292..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/repl/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(blobstorage-vdisk-repl) -target_link_libraries(blobstorage-vdisk-repl PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - monlib-service-pages - ydb-core-base - core-blobstorage-backpressure - core-blobstorage-groupinfo - blobstorage-vdisk-common - vdisk-hulldb-barriers - vdisk-hulldb-base - vdisk-hulldb-generic - vdisk-hulldb-bulksst_add - ydb-core-protos -) -target_sources(blobstorage-vdisk-repl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/repl/blobstorage_hullrepljob.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/repl/blobstorage_replbroker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/repl/blobstorage_repl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/repl/blobstorage_replproxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/repl/blobstorage_replmonhandler.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/repl/CMakeLists.txt b/contrib/ydb/core/blobstorage/vdisk/repl/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/repl/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/blobstorage/vdisk/repl/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/repl/CMakeLists.windows-x86_64.txt deleted file mode 100644 index a5b86eb557a..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/repl/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(blobstorage-vdisk-repl) -target_link_libraries(blobstorage-vdisk-repl PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - monlib-service-pages - ydb-core-base - core-blobstorage-backpressure - core-blobstorage-groupinfo - blobstorage-vdisk-common - vdisk-hulldb-barriers - vdisk-hulldb-base - vdisk-hulldb-generic - vdisk-hulldb-bulksst_add - ydb-core-protos -) -target_sources(blobstorage-vdisk-repl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/repl/blobstorage_hullrepljob.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/repl/blobstorage_replbroker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/repl/blobstorage_repl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/repl/blobstorage_replproxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/repl/blobstorage_replmonhandler.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/scrub/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/scrub/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 491d0dfc2bf..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/scrub/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(blobstorage-vdisk-scrub) -target_link_libraries(blobstorage-vdisk-scrub PUBLIC - contrib-libs-cxxsupp - yutil - core-blobstorage-base - blobstorage-vdisk-common - blobstorage-vdisk-skeleton -) -target_sources(blobstorage-vdisk-scrub PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/scrub/blob_recovery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/scrub/blob_recovery_process.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/scrub/blob_recovery_queue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/scrub/blob_recovery_request.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/scrub/restore_corrupted_blob_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/scrub/scrub_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/scrub/scrub_actor_huge.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/scrub/scrub_actor_mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/scrub/scrub_actor_pdisk.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/scrub/scrub_actor_snapshot.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/scrub/scrub_actor_sst.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/scrub/scrub_actor_unreadable.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/scrub/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/blobstorage/vdisk/scrub/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a6d99a9c57b..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/scrub/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(blobstorage-vdisk-scrub) -target_link_libraries(blobstorage-vdisk-scrub PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-blobstorage-base - blobstorage-vdisk-common - blobstorage-vdisk-skeleton -) -target_sources(blobstorage-vdisk-scrub PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/scrub/blob_recovery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/scrub/blob_recovery_process.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/scrub/blob_recovery_queue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/scrub/blob_recovery_request.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/scrub/restore_corrupted_blob_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/scrub/scrub_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/scrub/scrub_actor_huge.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/scrub/scrub_actor_mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/scrub/scrub_actor_pdisk.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/scrub/scrub_actor_snapshot.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/scrub/scrub_actor_sst.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/scrub/scrub_actor_unreadable.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/scrub/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/scrub/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a6d99a9c57b..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/scrub/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(blobstorage-vdisk-scrub) -target_link_libraries(blobstorage-vdisk-scrub PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-blobstorage-base - blobstorage-vdisk-common - blobstorage-vdisk-skeleton -) -target_sources(blobstorage-vdisk-scrub PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/scrub/blob_recovery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/scrub/blob_recovery_process.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/scrub/blob_recovery_queue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/scrub/blob_recovery_request.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/scrub/restore_corrupted_blob_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/scrub/scrub_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/scrub/scrub_actor_huge.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/scrub/scrub_actor_mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/scrub/scrub_actor_pdisk.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/scrub/scrub_actor_snapshot.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/scrub/scrub_actor_sst.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/scrub/scrub_actor_unreadable.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/scrub/CMakeLists.txt b/contrib/ydb/core/blobstorage/vdisk/scrub/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/scrub/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/blobstorage/vdisk/scrub/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/scrub/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 491d0dfc2bf..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/scrub/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(blobstorage-vdisk-scrub) -target_link_libraries(blobstorage-vdisk-scrub PUBLIC - contrib-libs-cxxsupp - yutil - core-blobstorage-base - blobstorage-vdisk-common - blobstorage-vdisk-skeleton -) -target_sources(blobstorage-vdisk-scrub PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/scrub/blob_recovery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/scrub/blob_recovery_process.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/scrub/blob_recovery_queue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/scrub/blob_recovery_request.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/scrub/restore_corrupted_blob_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/scrub/scrub_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/scrub/scrub_actor_huge.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/scrub/scrub_actor_mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/scrub/scrub_actor_pdisk.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/scrub/scrub_actor_snapshot.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/scrub/scrub_actor_sst.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/scrub/scrub_actor_unreadable.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/skeleton/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/skeleton/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 22cddcb43c6..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/skeleton/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(blobstorage-vdisk-skeleton) -target_link_libraries(blobstorage-vdisk-skeleton PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - blobstorage-vdisk-balance - vdisk-hulldb-base - vdisk-hulldb-bulksst_add - blobstorage-vdisk-synclog - ydb-core-protos -) -target_sources(blobstorage-vdisk-skeleton PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/skeleton/blobstorage_db.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/skeleton/blobstorage_monactors.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/skeleton/blobstorage_skeleton.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/skeleton/blobstorage_skeletonfront.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/skeleton/blobstorage_syncfull.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/skeleton/blobstorage_syncfullhandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/skeleton/skeleton_block_and_get.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/skeleton/skeleton_compactionstate.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/skeleton/skeleton_loggedrec.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/skeleton/skeleton_mon_dbmainpage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/skeleton/skeleton_oos_logic.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/skeleton/skeleton_oos_tracker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/skeleton/skeleton_overload_handler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/skeleton/skeleton_vmultiput_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/skeleton/skeleton_vmovedpatch_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/skeleton/skeleton_vpatch_actor.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/skeleton/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/blobstorage/vdisk/skeleton/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 36074aac08c..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/skeleton/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(blobstorage-vdisk-skeleton) -target_link_libraries(blobstorage-vdisk-skeleton PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - blobstorage-vdisk-balance - vdisk-hulldb-base - vdisk-hulldb-bulksst_add - blobstorage-vdisk-synclog - ydb-core-protos -) -target_sources(blobstorage-vdisk-skeleton PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/skeleton/blobstorage_db.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/skeleton/blobstorage_monactors.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/skeleton/blobstorage_skeleton.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/skeleton/blobstorage_skeletonfront.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/skeleton/blobstorage_syncfull.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/skeleton/blobstorage_syncfullhandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/skeleton/skeleton_block_and_get.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/skeleton/skeleton_compactionstate.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/skeleton/skeleton_loggedrec.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/skeleton/skeleton_mon_dbmainpage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/skeleton/skeleton_oos_logic.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/skeleton/skeleton_oos_tracker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/skeleton/skeleton_overload_handler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/skeleton/skeleton_vmultiput_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/skeleton/skeleton_vmovedpatch_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/skeleton/skeleton_vpatch_actor.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/skeleton/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/skeleton/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 36074aac08c..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/skeleton/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(blobstorage-vdisk-skeleton) -target_link_libraries(blobstorage-vdisk-skeleton PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - blobstorage-vdisk-balance - vdisk-hulldb-base - vdisk-hulldb-bulksst_add - blobstorage-vdisk-synclog - ydb-core-protos -) -target_sources(blobstorage-vdisk-skeleton PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/skeleton/blobstorage_db.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/skeleton/blobstorage_monactors.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/skeleton/blobstorage_skeleton.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/skeleton/blobstorage_skeletonfront.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/skeleton/blobstorage_syncfull.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/skeleton/blobstorage_syncfullhandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/skeleton/skeleton_block_and_get.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/skeleton/skeleton_compactionstate.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/skeleton/skeleton_loggedrec.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/skeleton/skeleton_mon_dbmainpage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/skeleton/skeleton_oos_logic.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/skeleton/skeleton_oos_tracker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/skeleton/skeleton_overload_handler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/skeleton/skeleton_vmultiput_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/skeleton/skeleton_vmovedpatch_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/skeleton/skeleton_vpatch_actor.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/skeleton/CMakeLists.txt b/contrib/ydb/core/blobstorage/vdisk/skeleton/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/skeleton/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/blobstorage/vdisk/skeleton/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/skeleton/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 22cddcb43c6..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/skeleton/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(blobstorage-vdisk-skeleton) -target_link_libraries(blobstorage-vdisk-skeleton PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - blobstorage-vdisk-balance - vdisk-hulldb-base - vdisk-hulldb-bulksst_add - blobstorage-vdisk-synclog - ydb-core-protos -) -target_sources(blobstorage-vdisk-skeleton PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/skeleton/blobstorage_db.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/skeleton/blobstorage_monactors.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/skeleton/blobstorage_skeleton.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/skeleton/blobstorage_skeletonfront.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/skeleton/blobstorage_syncfull.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/skeleton/blobstorage_syncfullhandler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/skeleton/skeleton_block_and_get.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/skeleton/skeleton_compactionstate.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/skeleton/skeleton_loggedrec.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/skeleton/skeleton_mon_dbmainpage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/skeleton/skeleton_oos_logic.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/skeleton/skeleton_oos_tracker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/skeleton/skeleton_overload_handler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/skeleton/skeleton_vmultiput_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/skeleton/skeleton_vmovedpatch_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/skeleton/skeleton_vpatch_actor.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/syncer/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/syncer/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 052755885d6..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/syncer/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(blobstorage-vdisk-syncer) -target_link_libraries(blobstorage-vdisk-syncer PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-interconnect - monlib-service-pages - ydb-core-base - core-blobstorage-base - core-blobstorage-groupinfo - blobstorage-vdisk-anubis_osiris - blobstorage-vdisk-common - vdisk-hulldb-base - version -) -target_sources(blobstorage-vdisk-syncer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/syncer/blobstorage_syncer_committer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/syncer/blobstorage_syncer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/syncer/blobstorage_syncer_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/syncer/blobstorage_syncer_localwriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/syncer/blobstorage_syncer_recoverlostdata.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/syncer/blobstorage_syncer_recoverlostdata_proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/syncer/blobstorage_syncer_scheduler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/syncer/guid_firstrun.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/syncer/guid_propagator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/syncer/guid_proxyobtain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/syncer/guid_proxywrite.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/syncer/guid_recovery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/syncer/syncer_job_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/syncer/syncer_job_task.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/syncer/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/blobstorage/vdisk/syncer/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 6b2a69e768e..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/syncer/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(blobstorage-vdisk-syncer) -target_link_libraries(blobstorage-vdisk-syncer PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-interconnect - monlib-service-pages - ydb-core-base - core-blobstorage-base - core-blobstorage-groupinfo - blobstorage-vdisk-anubis_osiris - blobstorage-vdisk-common - vdisk-hulldb-base - version -) -target_sources(blobstorage-vdisk-syncer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/syncer/blobstorage_syncer_committer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/syncer/blobstorage_syncer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/syncer/blobstorage_syncer_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/syncer/blobstorage_syncer_localwriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/syncer/blobstorage_syncer_recoverlostdata.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/syncer/blobstorage_syncer_recoverlostdata_proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/syncer/blobstorage_syncer_scheduler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/syncer/guid_firstrun.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/syncer/guid_propagator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/syncer/guid_proxyobtain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/syncer/guid_proxywrite.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/syncer/guid_recovery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/syncer/syncer_job_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/syncer/syncer_job_task.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/syncer/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/syncer/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 6b2a69e768e..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/syncer/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(blobstorage-vdisk-syncer) -target_link_libraries(blobstorage-vdisk-syncer PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-interconnect - monlib-service-pages - ydb-core-base - core-blobstorage-base - core-blobstorage-groupinfo - blobstorage-vdisk-anubis_osiris - blobstorage-vdisk-common - vdisk-hulldb-base - version -) -target_sources(blobstorage-vdisk-syncer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/syncer/blobstorage_syncer_committer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/syncer/blobstorage_syncer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/syncer/blobstorage_syncer_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/syncer/blobstorage_syncer_localwriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/syncer/blobstorage_syncer_recoverlostdata.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/syncer/blobstorage_syncer_recoverlostdata_proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/syncer/blobstorage_syncer_scheduler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/syncer/guid_firstrun.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/syncer/guid_propagator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/syncer/guid_proxyobtain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/syncer/guid_proxywrite.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/syncer/guid_recovery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/syncer/syncer_job_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/syncer/syncer_job_task.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/syncer/CMakeLists.txt b/contrib/ydb/core/blobstorage/vdisk/syncer/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/syncer/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/blobstorage/vdisk/syncer/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/syncer/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 052755885d6..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/syncer/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(blobstorage-vdisk-syncer) -target_link_libraries(blobstorage-vdisk-syncer PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-interconnect - monlib-service-pages - ydb-core-base - core-blobstorage-base - core-blobstorage-groupinfo - blobstorage-vdisk-anubis_osiris - blobstorage-vdisk-common - vdisk-hulldb-base - version -) -target_sources(blobstorage-vdisk-syncer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/syncer/blobstorage_syncer_committer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/syncer/blobstorage_syncer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/syncer/blobstorage_syncer_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/syncer/blobstorage_syncer_localwriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/syncer/blobstorage_syncer_recoverlostdata.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/syncer/blobstorage_syncer_recoverlostdata_proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/syncer/blobstorage_syncer_scheduler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/syncer/guid_firstrun.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/syncer/guid_propagator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/syncer/guid_proxyobtain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/syncer/guid_proxywrite.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/syncer/guid_recovery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/syncer/syncer_job_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/syncer/syncer_job_task.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/synclog/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/synclog/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index f695d814e4d..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/synclog/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(blobstorage-vdisk-synclog) -target_link_libraries(blobstorage-vdisk-synclog PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-interconnect - library-cpp-blockcodecs - library-cpp-codecs - cpp-containers-intrusive_avl_tree - monlib-service-pages - ydb-core-base - core-blobstorage-base - core-blobstorage-groupinfo - blobstorage-vdisk-common - vdisk-hulldb-base - vdisk-hulldb-generic - blobstorage-vdisk-ingress - ydb-core-util -) -target_sources(blobstorage-vdisk-synclog PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/synclog/blobstorage_synclog.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/synclog/blobstorage_synclog_private_events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/synclog/blobstorage_synclogdata.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/synclog/blobstorage_synclogdsk.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/synclog/blobstorage_synclogformat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/synclog/blobstorage_syncloghttp.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/synclog/blobstorage_synclogkeeper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/synclog/blobstorage_synclogkeeper_committer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/synclog/blobstorage_synclogkeeper_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/synclog/blobstorage_synclogmem.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/synclog/blobstorage_synclogmsgimpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/synclog/blobstorage_synclogmsgreader.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/synclog/blobstorage_synclogmsgwriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/synclog/blobstorage_synclogneighbors.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/synclog/blobstorage_synclogreader.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/synclog/blobstorage_synclogrecovery.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/synclog/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/blobstorage/vdisk/synclog/CMakeLists.linux-aarch64.txt deleted file mode 100644 index be8909de8b4..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/synclog/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(blobstorage-vdisk-synclog) -target_link_libraries(blobstorage-vdisk-synclog PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-interconnect - library-cpp-blockcodecs - library-cpp-codecs - cpp-containers-intrusive_avl_tree - monlib-service-pages - ydb-core-base - core-blobstorage-base - core-blobstorage-groupinfo - blobstorage-vdisk-common - vdisk-hulldb-base - vdisk-hulldb-generic - blobstorage-vdisk-ingress - ydb-core-util -) -target_sources(blobstorage-vdisk-synclog PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/synclog/blobstorage_synclog.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/synclog/blobstorage_synclog_private_events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/synclog/blobstorage_synclogdata.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/synclog/blobstorage_synclogdsk.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/synclog/blobstorage_synclogformat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/synclog/blobstorage_syncloghttp.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/synclog/blobstorage_synclogkeeper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/synclog/blobstorage_synclogkeeper_committer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/synclog/blobstorage_synclogkeeper_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/synclog/blobstorage_synclogmem.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/synclog/blobstorage_synclogmsgimpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/synclog/blobstorage_synclogmsgreader.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/synclog/blobstorage_synclogmsgwriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/synclog/blobstorage_synclogneighbors.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/synclog/blobstorage_synclogreader.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/synclog/blobstorage_synclogrecovery.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/synclog/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/synclog/CMakeLists.linux-x86_64.txt deleted file mode 100644 index be8909de8b4..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/synclog/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(blobstorage-vdisk-synclog) -target_link_libraries(blobstorage-vdisk-synclog PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-interconnect - library-cpp-blockcodecs - library-cpp-codecs - cpp-containers-intrusive_avl_tree - monlib-service-pages - ydb-core-base - core-blobstorage-base - core-blobstorage-groupinfo - blobstorage-vdisk-common - vdisk-hulldb-base - vdisk-hulldb-generic - blobstorage-vdisk-ingress - ydb-core-util -) -target_sources(blobstorage-vdisk-synclog PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/synclog/blobstorage_synclog.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/synclog/blobstorage_synclog_private_events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/synclog/blobstorage_synclogdata.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/synclog/blobstorage_synclogdsk.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/synclog/blobstorage_synclogformat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/synclog/blobstorage_syncloghttp.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/synclog/blobstorage_synclogkeeper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/synclog/blobstorage_synclogkeeper_committer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/synclog/blobstorage_synclogkeeper_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/synclog/blobstorage_synclogmem.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/synclog/blobstorage_synclogmsgimpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/synclog/blobstorage_synclogmsgreader.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/synclog/blobstorage_synclogmsgwriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/synclog/blobstorage_synclogneighbors.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/synclog/blobstorage_synclogreader.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/synclog/blobstorage_synclogrecovery.cpp -) diff --git a/contrib/ydb/core/blobstorage/vdisk/synclog/CMakeLists.txt b/contrib/ydb/core/blobstorage/vdisk/synclog/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/synclog/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/blobstorage/vdisk/synclog/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/blobstorage/vdisk/synclog/CMakeLists.windows-x86_64.txt deleted file mode 100644 index f695d814e4d..00000000000 --- a/contrib/ydb/core/blobstorage/vdisk/synclog/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(blobstorage-vdisk-synclog) -target_link_libraries(blobstorage-vdisk-synclog PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-interconnect - library-cpp-blockcodecs - library-cpp-codecs - cpp-containers-intrusive_avl_tree - monlib-service-pages - ydb-core-base - core-blobstorage-base - core-blobstorage-groupinfo - blobstorage-vdisk-common - vdisk-hulldb-base - vdisk-hulldb-generic - blobstorage-vdisk-ingress - ydb-core-util -) -target_sources(blobstorage-vdisk-synclog PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/synclog/blobstorage_synclog.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/synclog/blobstorage_synclog_private_events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/synclog/blobstorage_synclogdata.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/synclog/blobstorage_synclogdsk.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/synclog/blobstorage_synclogformat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/synclog/blobstorage_syncloghttp.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/synclog/blobstorage_synclogkeeper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/synclog/blobstorage_synclogkeeper_committer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/synclog/blobstorage_synclogkeeper_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/synclog/blobstorage_synclogmem.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/synclog/blobstorage_synclogmsgimpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/synclog/blobstorage_synclogmsgreader.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/synclog/blobstorage_synclogmsgwriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/synclog/blobstorage_synclogneighbors.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/synclog/blobstorage_synclogreader.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blobstorage/vdisk/synclog/blobstorage_synclogrecovery.cpp -) diff --git a/contrib/ydb/core/blockstore/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/blockstore/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index ed93748cb81..00000000000 --- a/contrib/ydb/core/blockstore/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_subdirectory(core) - -add_library(ydb-core-blockstore INTERFACE) -target_link_libraries(ydb-core-blockstore INTERFACE - contrib-libs-cxxsupp - yutil - core-blockstore-core -) diff --git a/contrib/ydb/core/blockstore/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/blockstore/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 7202f87c0b3..00000000000 --- a/contrib/ydb/core/blockstore/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_subdirectory(core) - -add_library(ydb-core-blockstore INTERFACE) -target_link_libraries(ydb-core-blockstore INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-blockstore-core -) diff --git a/contrib/ydb/core/blockstore/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/blockstore/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 7202f87c0b3..00000000000 --- a/contrib/ydb/core/blockstore/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_subdirectory(core) - -add_library(ydb-core-blockstore INTERFACE) -target_link_libraries(ydb-core-blockstore INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-blockstore-core -) diff --git a/contrib/ydb/core/blockstore/CMakeLists.txt b/contrib/ydb/core/blockstore/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/blockstore/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/blockstore/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/blockstore/CMakeLists.windows-x86_64.txt deleted file mode 100644 index ed93748cb81..00000000000 --- a/contrib/ydb/core/blockstore/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_subdirectory(core) - -add_library(ydb-core-blockstore INTERFACE) -target_link_libraries(ydb-core-blockstore INTERFACE - contrib-libs-cxxsupp - yutil - core-blockstore-core -) diff --git a/contrib/ydb/core/blockstore/core/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/blockstore/core/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 73dfd5df5d1..00000000000 --- a/contrib/ydb/core/blockstore/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(core-blockstore-core) -target_link_libraries(core-blockstore-core PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - ydb-core-protos -) -target_sources(core-blockstore-core PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blockstore/core/blockstore.cpp -) diff --git a/contrib/ydb/core/blockstore/core/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/blockstore/core/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 835a2a49836..00000000000 --- a/contrib/ydb/core/blockstore/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(core-blockstore-core) -target_link_libraries(core-blockstore-core PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - ydb-core-protos -) -target_sources(core-blockstore-core PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blockstore/core/blockstore.cpp -) diff --git a/contrib/ydb/core/blockstore/core/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/blockstore/core/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 835a2a49836..00000000000 --- a/contrib/ydb/core/blockstore/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(core-blockstore-core) -target_link_libraries(core-blockstore-core PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - ydb-core-protos -) -target_sources(core-blockstore-core PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blockstore/core/blockstore.cpp -) diff --git a/contrib/ydb/core/blockstore/core/CMakeLists.txt b/contrib/ydb/core/blockstore/core/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/blockstore/core/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/blockstore/core/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/blockstore/core/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 73dfd5df5d1..00000000000 --- a/contrib/ydb/core/blockstore/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(core-blockstore-core) -target_link_libraries(core-blockstore-core PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - ydb-core-protos -) -target_sources(core-blockstore-core PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/blockstore/core/blockstore.cpp -) diff --git a/contrib/ydb/core/client/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/client/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 17db32cc37e..00000000000 --- a/contrib/ydb/core/client/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_subdirectory(metadata) -add_subdirectory(minikql_compile) -add_subdirectory(scheme_cache_lib) -add_subdirectory(server) - -add_library(ydb-core-client INTERFACE) -target_link_libraries(ydb-core-client INTERFACE - contrib-libs-cxxsupp - yutil - library-grpc-server - ydb-core-base - core-client-scheme_cache_lib - core-client-server - ydb-core-engine - lib-deprecated-kicli -) diff --git a/contrib/ydb/core/client/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/client/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a0cba02f81c..00000000000 --- a/contrib/ydb/core/client/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_subdirectory(metadata) -add_subdirectory(minikql_compile) -add_subdirectory(scheme_cache_lib) -add_subdirectory(server) - -add_library(ydb-core-client INTERFACE) -target_link_libraries(ydb-core-client INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-grpc-server - ydb-core-base - core-client-scheme_cache_lib - core-client-server - ydb-core-engine - lib-deprecated-kicli -) diff --git a/contrib/ydb/core/client/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/client/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a0cba02f81c..00000000000 --- a/contrib/ydb/core/client/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_subdirectory(metadata) -add_subdirectory(minikql_compile) -add_subdirectory(scheme_cache_lib) -add_subdirectory(server) - -add_library(ydb-core-client INTERFACE) -target_link_libraries(ydb-core-client INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-grpc-server - ydb-core-base - core-client-scheme_cache_lib - core-client-server - ydb-core-engine - lib-deprecated-kicli -) diff --git a/contrib/ydb/core/client/CMakeLists.txt b/contrib/ydb/core/client/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/client/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/client/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/client/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 17db32cc37e..00000000000 --- a/contrib/ydb/core/client/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_subdirectory(metadata) -add_subdirectory(minikql_compile) -add_subdirectory(scheme_cache_lib) -add_subdirectory(server) - -add_library(ydb-core-client INTERFACE) -target_link_libraries(ydb-core-client INTERFACE - contrib-libs-cxxsupp - yutil - library-grpc-server - ydb-core-base - core-client-scheme_cache_lib - core-client-server - ydb-core-engine - lib-deprecated-kicli -) diff --git a/contrib/ydb/core/client/metadata/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/client/metadata/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index ce35739293c..00000000000 --- a/contrib/ydb/core/client/metadata/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(core-client-metadata) -target_compile_options(core-client-metadata PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-client-metadata PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-protos - ydb-core-scheme_types - library-yql-minikql -) -target_sources(core-client-metadata PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/metadata/types_metadata.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/metadata/functions_metadata.cpp -) diff --git a/contrib/ydb/core/client/metadata/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/client/metadata/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e4285cf829b..00000000000 --- a/contrib/ydb/core/client/metadata/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(core-client-metadata) -target_compile_options(core-client-metadata PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-client-metadata PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-protos - ydb-core-scheme_types - library-yql-minikql -) -target_sources(core-client-metadata PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/metadata/types_metadata.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/metadata/functions_metadata.cpp -) diff --git a/contrib/ydb/core/client/metadata/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/client/metadata/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e4285cf829b..00000000000 --- a/contrib/ydb/core/client/metadata/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(core-client-metadata) -target_compile_options(core-client-metadata PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-client-metadata PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-protos - ydb-core-scheme_types - library-yql-minikql -) -target_sources(core-client-metadata PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/metadata/types_metadata.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/metadata/functions_metadata.cpp -) diff --git a/contrib/ydb/core/client/metadata/CMakeLists.txt b/contrib/ydb/core/client/metadata/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/client/metadata/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/client/metadata/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/client/metadata/CMakeLists.windows-x86_64.txt deleted file mode 100644 index ce35739293c..00000000000 --- a/contrib/ydb/core/client/metadata/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(core-client-metadata) -target_compile_options(core-client-metadata PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-client-metadata PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-protos - ydb-core-scheme_types - library-yql-minikql -) -target_sources(core-client-metadata PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/metadata/types_metadata.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/metadata/functions_metadata.cpp -) diff --git a/contrib/ydb/core/client/minikql_compile/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/client/minikql_compile/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 498685a816a..00000000000 --- a/contrib/ydb/core/client/minikql_compile/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(core-client-minikql_compile) -target_compile_options(core-client-minikql_compile PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-client-minikql_compile PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-threading-future - ydb-core-base - ydb-core-engine - core-kqp-provider - ydb-core-scheme - library-yql-ast - library-yql-core - library-yql-minikql - providers-common-mkql -) -target_sources(core-client-minikql_compile PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/minikql_compile/compile_context.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/minikql_compile/compile_result.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/minikql_compile/db_key_resolver.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/minikql_compile/mkql_compile_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/minikql_compile/yql_expr_minikql.cpp -) diff --git a/contrib/ydb/core/client/minikql_compile/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/client/minikql_compile/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 8e3aee28ded..00000000000 --- a/contrib/ydb/core/client/minikql_compile/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(core-client-minikql_compile) -target_compile_options(core-client-minikql_compile PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-client-minikql_compile PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-threading-future - ydb-core-base - ydb-core-engine - core-kqp-provider - ydb-core-scheme - library-yql-ast - library-yql-core - library-yql-minikql - providers-common-mkql -) -target_sources(core-client-minikql_compile PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/minikql_compile/compile_context.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/minikql_compile/compile_result.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/minikql_compile/db_key_resolver.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/minikql_compile/mkql_compile_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/minikql_compile/yql_expr_minikql.cpp -) diff --git a/contrib/ydb/core/client/minikql_compile/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/client/minikql_compile/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 8e3aee28ded..00000000000 --- a/contrib/ydb/core/client/minikql_compile/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(core-client-minikql_compile) -target_compile_options(core-client-minikql_compile PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-client-minikql_compile PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-threading-future - ydb-core-base - ydb-core-engine - core-kqp-provider - ydb-core-scheme - library-yql-ast - library-yql-core - library-yql-minikql - providers-common-mkql -) -target_sources(core-client-minikql_compile PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/minikql_compile/compile_context.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/minikql_compile/compile_result.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/minikql_compile/db_key_resolver.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/minikql_compile/mkql_compile_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/minikql_compile/yql_expr_minikql.cpp -) diff --git a/contrib/ydb/core/client/minikql_compile/CMakeLists.txt b/contrib/ydb/core/client/minikql_compile/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/client/minikql_compile/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/client/minikql_compile/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/client/minikql_compile/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 498685a816a..00000000000 --- a/contrib/ydb/core/client/minikql_compile/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(core-client-minikql_compile) -target_compile_options(core-client-minikql_compile PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-client-minikql_compile PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-threading-future - ydb-core-base - ydb-core-engine - core-kqp-provider - ydb-core-scheme - library-yql-ast - library-yql-core - library-yql-minikql - providers-common-mkql -) -target_sources(core-client-minikql_compile PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/minikql_compile/compile_context.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/minikql_compile/compile_result.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/minikql_compile/db_key_resolver.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/minikql_compile/mkql_compile_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/minikql_compile/yql_expr_minikql.cpp -) diff --git a/contrib/ydb/core/client/scheme_cache_lib/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/client/scheme_cache_lib/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d4ab516cc0f..00000000000 --- a/contrib/ydb/core/client/scheme_cache_lib/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(core-client-scheme_cache_lib) -target_compile_options(core-client-scheme_cache_lib PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-client-scheme_cache_lib PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - library-actors-core - library-grpc-client - cpp-threading-future - ydb-core-base - core-client-minikql_compile - ydb-core-protos - ydb-core-scheme - ydb-core-tablet - ydb-core-tx -) -target_sources(core-client-scheme_cache_lib PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/scheme_cache_lib/yql_db_scheme_resolver.cpp -) diff --git a/contrib/ydb/core/client/scheme_cache_lib/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/client/scheme_cache_lib/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 01b3ef4311f..00000000000 --- a/contrib/ydb/core/client/scheme_cache_lib/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(core-client-scheme_cache_lib) -target_compile_options(core-client-scheme_cache_lib PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-client-scheme_cache_lib PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - library-actors-core - library-grpc-client - cpp-threading-future - ydb-core-base - core-client-minikql_compile - ydb-core-protos - ydb-core-scheme - ydb-core-tablet - ydb-core-tx -) -target_sources(core-client-scheme_cache_lib PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/scheme_cache_lib/yql_db_scheme_resolver.cpp -) diff --git a/contrib/ydb/core/client/scheme_cache_lib/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/client/scheme_cache_lib/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 01b3ef4311f..00000000000 --- a/contrib/ydb/core/client/scheme_cache_lib/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(core-client-scheme_cache_lib) -target_compile_options(core-client-scheme_cache_lib PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-client-scheme_cache_lib PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - library-actors-core - library-grpc-client - cpp-threading-future - ydb-core-base - core-client-minikql_compile - ydb-core-protos - ydb-core-scheme - ydb-core-tablet - ydb-core-tx -) -target_sources(core-client-scheme_cache_lib PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/scheme_cache_lib/yql_db_scheme_resolver.cpp -) diff --git a/contrib/ydb/core/client/scheme_cache_lib/CMakeLists.txt b/contrib/ydb/core/client/scheme_cache_lib/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/client/scheme_cache_lib/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/client/scheme_cache_lib/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/client/scheme_cache_lib/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d4ab516cc0f..00000000000 --- a/contrib/ydb/core/client/scheme_cache_lib/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(core-client-scheme_cache_lib) -target_compile_options(core-client-scheme_cache_lib PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-client-scheme_cache_lib PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - library-actors-core - library-grpc-client - cpp-threading-future - ydb-core-base - core-client-minikql_compile - ydb-core-protos - ydb-core-scheme - ydb-core-tablet - ydb-core-tx -) -target_sources(core-client-scheme_cache_lib PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/scheme_cache_lib/yql_db_scheme_resolver.cpp -) diff --git a/contrib/ydb/core/client/server/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/client/server/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6002a5fe155..00000000000 --- a/contrib/ydb/core/client/server/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,98 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(core-client-server) -target_compile_options(core-client-server PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-client-server PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-helpers - library-cpp-json - library-cpp-messagebus - messagebus_protobuf - cpp-monlib-messagebus - cpp-protobuf-json - cpp-protobuf-util - cpp-threading-future - ydb-core-actorlib_impl - ydb-core-base - core-blobstorage-base - core-client-metadata - core-client-scheme_cache_lib - ydb-core-engine - core-engine-minikql - ydb-core-grpc_services - core-grpc_services-auth_processor - core-grpc_services-base - ydb-core-keyvalue - core-kqp-common - ydb-core-node_whiteboard - ydb-core-persqueue - core-persqueue-writer - ydb-core-protos - ydb-core-scheme - ydb-core-ydb_convert - core-ymq-actor - ydb-library-aclib - library-persqueue-topic_parser - api-protos - api-grpc - api-grpc-draft - public-lib-base - lib-deprecated-client - lib-deprecated-kicli - ydb-services-persqueue_v1 - cpp-deprecated-atomic -) -target_sources(core-client-server PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/http_ping.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_blobstorage_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_bsadm.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_http_server.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_cms.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_configdummy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_console.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_db.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_drain_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_fill_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_get.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_hive_create_tablet.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_keyvalue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_persqueue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_pq_metacache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_pq_metarequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_pq_read_session_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_resolve_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_ic_debug.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_load.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_local_enumerate_tablets.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_local_minikql.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_local_scheme_tx.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_login_request.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_node_registration.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_request.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_scheme_initroot.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_scheme_request.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_sqs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_tablet_counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_tablet_kill.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_tablet_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_test_shard_request.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_tracer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_tx_request.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_types.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_whoami.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/grpc_server.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/grpc_proxy_status.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/ic_nodes_cache_service.cpp -) diff --git a/contrib/ydb/core/client/server/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/client/server/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 0e60ccb5f69..00000000000 --- a/contrib/ydb/core/client/server/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,99 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(core-client-server) -target_compile_options(core-client-server PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-client-server PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-helpers - library-cpp-json - library-cpp-messagebus - messagebus_protobuf - cpp-monlib-messagebus - cpp-protobuf-json - cpp-protobuf-util - cpp-threading-future - ydb-core-actorlib_impl - ydb-core-base - core-blobstorage-base - core-client-metadata - core-client-scheme_cache_lib - ydb-core-engine - core-engine-minikql - ydb-core-grpc_services - core-grpc_services-auth_processor - core-grpc_services-base - ydb-core-keyvalue - core-kqp-common - ydb-core-node_whiteboard - ydb-core-persqueue - core-persqueue-writer - ydb-core-protos - ydb-core-scheme - ydb-core-ydb_convert - core-ymq-actor - ydb-library-aclib - library-persqueue-topic_parser - api-protos - api-grpc - api-grpc-draft - public-lib-base - lib-deprecated-client - lib-deprecated-kicli - ydb-services-persqueue_v1 - cpp-deprecated-atomic -) -target_sources(core-client-server PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/http_ping.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_blobstorage_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_bsadm.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_http_server.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_cms.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_configdummy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_console.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_db.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_drain_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_fill_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_get.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_hive_create_tablet.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_keyvalue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_persqueue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_pq_metacache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_pq_metarequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_pq_read_session_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_resolve_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_ic_debug.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_load.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_local_enumerate_tablets.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_local_minikql.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_local_scheme_tx.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_login_request.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_node_registration.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_request.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_scheme_initroot.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_scheme_request.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_sqs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_tablet_counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_tablet_kill.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_tablet_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_test_shard_request.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_tracer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_tx_request.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_types.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_whoami.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/grpc_server.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/grpc_proxy_status.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/ic_nodes_cache_service.cpp -) diff --git a/contrib/ydb/core/client/server/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/client/server/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 0e60ccb5f69..00000000000 --- a/contrib/ydb/core/client/server/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,99 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(core-client-server) -target_compile_options(core-client-server PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-client-server PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-helpers - library-cpp-json - library-cpp-messagebus - messagebus_protobuf - cpp-monlib-messagebus - cpp-protobuf-json - cpp-protobuf-util - cpp-threading-future - ydb-core-actorlib_impl - ydb-core-base - core-blobstorage-base - core-client-metadata - core-client-scheme_cache_lib - ydb-core-engine - core-engine-minikql - ydb-core-grpc_services - core-grpc_services-auth_processor - core-grpc_services-base - ydb-core-keyvalue - core-kqp-common - ydb-core-node_whiteboard - ydb-core-persqueue - core-persqueue-writer - ydb-core-protos - ydb-core-scheme - ydb-core-ydb_convert - core-ymq-actor - ydb-library-aclib - library-persqueue-topic_parser - api-protos - api-grpc - api-grpc-draft - public-lib-base - lib-deprecated-client - lib-deprecated-kicli - ydb-services-persqueue_v1 - cpp-deprecated-atomic -) -target_sources(core-client-server PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/http_ping.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_blobstorage_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_bsadm.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_http_server.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_cms.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_configdummy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_console.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_db.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_drain_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_fill_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_get.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_hive_create_tablet.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_keyvalue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_persqueue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_pq_metacache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_pq_metarequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_pq_read_session_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_resolve_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_ic_debug.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_load.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_local_enumerate_tablets.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_local_minikql.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_local_scheme_tx.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_login_request.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_node_registration.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_request.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_scheme_initroot.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_scheme_request.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_sqs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_tablet_counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_tablet_kill.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_tablet_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_test_shard_request.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_tracer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_tx_request.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_types.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_whoami.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/grpc_server.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/grpc_proxy_status.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/ic_nodes_cache_service.cpp -) diff --git a/contrib/ydb/core/client/server/CMakeLists.txt b/contrib/ydb/core/client/server/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/client/server/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/client/server/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/client/server/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 6002a5fe155..00000000000 --- a/contrib/ydb/core/client/server/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,98 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(core-client-server) -target_compile_options(core-client-server PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-client-server PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-helpers - library-cpp-json - library-cpp-messagebus - messagebus_protobuf - cpp-monlib-messagebus - cpp-protobuf-json - cpp-protobuf-util - cpp-threading-future - ydb-core-actorlib_impl - ydb-core-base - core-blobstorage-base - core-client-metadata - core-client-scheme_cache_lib - ydb-core-engine - core-engine-minikql - ydb-core-grpc_services - core-grpc_services-auth_processor - core-grpc_services-base - ydb-core-keyvalue - core-kqp-common - ydb-core-node_whiteboard - ydb-core-persqueue - core-persqueue-writer - ydb-core-protos - ydb-core-scheme - ydb-core-ydb_convert - core-ymq-actor - ydb-library-aclib - library-persqueue-topic_parser - api-protos - api-grpc - api-grpc-draft - public-lib-base - lib-deprecated-client - lib-deprecated-kicli - ydb-services-persqueue_v1 - cpp-deprecated-atomic -) -target_sources(core-client-server PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/http_ping.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_blobstorage_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_bsadm.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_http_server.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_cms.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_configdummy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_console.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_db.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_drain_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_fill_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_get.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_hive_create_tablet.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_keyvalue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_persqueue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_pq_metacache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_pq_metarequest.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_pq_read_session_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_resolve_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_ic_debug.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_load.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_local_enumerate_tablets.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_local_minikql.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_local_scheme_tx.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_login_request.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_node_registration.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_request.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_scheme_initroot.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_scheme_request.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_sqs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_tablet_counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_tablet_kill.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_tablet_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_test_shard_request.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_tracer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_tx_request.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_types.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/msgbus_server_whoami.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/grpc_server.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/grpc_proxy_status.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/client/server/ic_nodes_cache_service.cpp -) diff --git a/contrib/ydb/core/cms/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/cms/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 8d30fe74d31..00000000000 --- a/contrib/ydb/core/cms/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,409 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(console) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(ydb-core-cms) -target_link_libraries(ydb-core-cms PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-resource - library-actors-core - ydb-core-actorlib_impl - ydb-core-base - ydb-core-blobstorage - core-blobstorage-base - core-blobstorage-crypto - core-engine-minikql - ydb-core-mind - core-mind-bscontroller - ydb-core-node_whiteboard - ydb-core-protos - core-protos-out - ydb-core-tablet_flat - core-tx-datashard - ydb-library-aclib - ydb-library-services - tools-enum_parser-enum_serialization_runtime -) -target_sources(ydb-core-cms PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/api_adapters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/audit_log.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cluster_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cms.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cms_tx_get_log_tail.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cms_tx_init_scheme.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cms_tx_load_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cms_tx_log_and_send.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cms_tx_log_cleanup.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cms_tx_process_notification.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cms_tx_reject_notification.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cms_tx_remove_expired_notifications.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cms_tx_remove_permissions.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cms_tx_remove_request.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cms_tx_remove_task.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cms_tx_store_permissions.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cms_tx_store_walle_task.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cms_tx_update_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cms_tx_update_downtimes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/downtime.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/erasure_checkers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/http.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/info_collector.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/logger.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/node_checkers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/sentinel.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/services.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/walle_api_handler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/walle_check_task_adapter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/walle_create_task_adapter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/walle_list_tasks_adapter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/walle_remove_task_adapter.cpp -) -generate_enum_serilization(ydb-core-cms - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/services.h - INCLUDE_HEADERS - contrib/ydb/core/cms/services.h -) -generate_enum_serilization(ydb-core-cms - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/node_checkers.h - INCLUDE_HEADERS - contrib/ydb/core/cms/node_checkers.h -) - -add_global_library_for(ydb-core-cms.global ydb-core-cms) -target_link_libraries(ydb-core-cms.global PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-resource - library-actors-core - ydb-core-actorlib_impl - ydb-core-base - ydb-core-blobstorage - core-blobstorage-base - core-blobstorage-crypto - core-engine-minikql - ydb-core-mind - core-mind-bscontroller - ydb-core-node_whiteboard - ydb-core-protos - core-protos-out - ydb-core-tablet_flat - core-tx-datashard - ydb-library-aclib - ydb-library-services - tools-enum_parser-enum_serialization_runtime -) -target_sources(ydb-core-cms.global PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/core/cms/bd4d435f1ed53f0a770942051e28a441.cpp -) -resources(ydb-core-cms.global - ${CMAKE_BINARY_DIR}/contrib/ydb/core/cms/bd4d435f1ed53f0a770942051e28a441.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/index.html - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/cms.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/cms.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/config_dispatcher.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/cms_log.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/console_log.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/common.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/common.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/configs.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/yaml_config.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/config_forms.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/datashard.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/datashard.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/datashard_hist.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/datashard_info.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/datashard_op.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/datashard_ops_list.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/datashard_rs.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/datashard_slow_ops.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/enums.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/bootstrap.min.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/fuzzycomplete.min.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/fuzzycomplete.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/fuse.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/document-copy.svg - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/unfold-less.svg - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/unfold-more.svg - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/1-circle.svg - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/link.svg - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/gear.svg - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/require.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/jquery.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/base/browser/ui/codicons/codicon/codicon.ttf - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/base/worker/workerMain.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/abap/abap.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/apex/apex.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/azcli/azcli.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/bat/bat.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/bicep/bicep.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/cameligo/cameligo.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/clojure/clojure.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/coffee/coffee.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/cpp/cpp.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/csharp/csharp.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/csp/csp.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/css/css.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/dart/dart.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/dockerfile/dockerfile.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/ecl/ecl.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/elixir/elixir.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/fsharp/fsharp.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/go/go.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/graphql/graphql.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/handlebars/handlebars.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/hcl/hcl.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/html/html.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/ini/ini.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/java/java.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/javascript/javascript.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/julia/julia.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/kotlin/kotlin.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/less/less.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/lexon/lexon.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/liquid/liquid.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/lua/lua.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/m3/m3.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/markdown/markdown.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/mips/mips.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/msdax/msdax.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/mysql/mysql.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/objective-c/objective-c.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/pascal/pascal.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/pascaligo/pascaligo.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/perl/perl.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/pgsql/pgsql.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/php/php.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/postiats/postiats.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/powerquery/powerquery.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/powershell/powershell.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/pug/pug.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/python/python.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/qsharp/qsharp.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/r/r.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/razor/razor.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/redis/redis.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/redshift/redshift.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/restructuredtext/restructuredtext.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/ruby/ruby.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/rust/rust.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/sb/sb.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/scala/scala.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/scheme/scheme.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/scss/scss.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/shell/shell.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/solidity/solidity.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/sophia/sophia.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/sparql/sparql.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/sql/sql.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/st/st.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/swift/swift.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/systemverilog/systemverilog.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/tcl/tcl.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/twig/twig.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/typescript/typescript.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/vb/vb.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/xml/xml.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/yaml/yaml.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/editor/editor.main.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/editor/editor.main.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.de.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.es.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.fr.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.it.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.ja.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.ko.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.ru.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.zh-cn.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.zh-tw.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/language/css/cssMode.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/language/css/cssWorker.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/language/html/htmlMode.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/language/html/htmlWorker.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/language/json/jsonMode.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/language/json/jsonWorker.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/language/typescript/tsMode.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/language/typescript/tsWorker.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/loader.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/main.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/configs_dispatcher_main.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/question-circle.svg - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/bootstrap.bundle.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/theme.blue.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/proto_types.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/res/edit.png - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/res/help.png - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/res/remove.png - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/validators.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/sentinel_state.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/nanotable.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/sentinel.css - KEYS - cms/ui/index.html - cms/ui/cms.css - cms/ui/cms.js - cms/ui/config_dispatcher.css - cms/ui/cms_log.js - cms/ui/console_log.js - cms/ui/common.css - cms/ui/common.js - cms/ui/configs.js - cms/ui/yaml_config.js - cms/ui/config_forms.js - cms/ui/datashard.css - cms/ui/datashard.js - cms/ui/datashard_hist.js - cms/ui/datashard_info.js - cms/ui/datashard_op.js - cms/ui/datashard_ops_list.js - cms/ui/datashard_rs.js - cms/ui/datashard_slow_ops.js - cms/ui/enums.js - cms/ui/ext/bootstrap.min.css - cms/ui/ext/fuzzycomplete.min.css - cms/ui/ext/fuzzycomplete.min.js - cms/ui/ext/fuse.min.js - cms/ui/ext/document-copy.svg - cms/ui/ext/unfold-less.svg - cms/ui/ext/unfold-more.svg - cms/ui/ext/1-circle.svg - cms/ui/ext/link.svg - cms/ui/ext/gear.svg - cms/ui/ext/require.min.js - cms/ui/ext/jquery.min.js - cms/ui/ext/monaco-editor/vs/base/browser/ui/codicons/codicon/codicon.ttf - cms/ui/ext/monaco-editor/vs/base/worker/workerMain.js - cms/ui/ext/monaco-editor/vs/basic-languages/abap/abap.js - cms/ui/ext/monaco-editor/vs/basic-languages/apex/apex.js - cms/ui/ext/monaco-editor/vs/basic-languages/azcli/azcli.js - cms/ui/ext/monaco-editor/vs/basic-languages/bat/bat.js - cms/ui/ext/monaco-editor/vs/basic-languages/bicep/bicep.js - cms/ui/ext/monaco-editor/vs/basic-languages/cameligo/cameligo.js - cms/ui/ext/monaco-editor/vs/basic-languages/clojure/clojure.js - cms/ui/ext/monaco-editor/vs/basic-languages/coffee/coffee.js - cms/ui/ext/monaco-editor/vs/basic-languages/cpp/cpp.js - cms/ui/ext/monaco-editor/vs/basic-languages/csharp/csharp.js - cms/ui/ext/monaco-editor/vs/basic-languages/csp/csp.js - cms/ui/ext/monaco-editor/vs/basic-languages/css/css.js - cms/ui/ext/monaco-editor/vs/basic-languages/dart/dart.js - cms/ui/ext/monaco-editor/vs/basic-languages/dockerfile/dockerfile.js - cms/ui/ext/monaco-editor/vs/basic-languages/ecl/ecl.js - cms/ui/ext/monaco-editor/vs/basic-languages/elixir/elixir.js - cms/ui/ext/monaco-editor/vs/basic-languages/fsharp/fsharp.js - cms/ui/ext/monaco-editor/vs/basic-languages/go/go.js - cms/ui/ext/monaco-editor/vs/basic-languages/graphql/graphql.js - cms/ui/ext/monaco-editor/vs/basic-languages/handlebars/handlebars.js - cms/ui/ext/monaco-editor/vs/basic-languages/hcl/hcl.js - cms/ui/ext/monaco-editor/vs/basic-languages/html/html.js - cms/ui/ext/monaco-editor/vs/basic-languages/ini/ini.js - cms/ui/ext/monaco-editor/vs/basic-languages/java/java.js - cms/ui/ext/monaco-editor/vs/basic-languages/javascript/javascript.js - cms/ui/ext/monaco-editor/vs/basic-languages/julia/julia.js - cms/ui/ext/monaco-editor/vs/basic-languages/kotlin/kotlin.js - cms/ui/ext/monaco-editor/vs/basic-languages/less/less.js - cms/ui/ext/monaco-editor/vs/basic-languages/lexon/lexon.js - cms/ui/ext/monaco-editor/vs/basic-languages/liquid/liquid.js - cms/ui/ext/monaco-editor/vs/basic-languages/lua/lua.js - cms/ui/ext/monaco-editor/vs/basic-languages/m3/m3.js - cms/ui/ext/monaco-editor/vs/basic-languages/markdown/markdown.js - cms/ui/ext/monaco-editor/vs/basic-languages/mips/mips.js - cms/ui/ext/monaco-editor/vs/basic-languages/msdax/msdax.js - cms/ui/ext/monaco-editor/vs/basic-languages/mysql/mysql.js - cms/ui/ext/monaco-editor/vs/basic-languages/objective-c/objective-c.js - cms/ui/ext/monaco-editor/vs/basic-languages/pascal/pascal.js - cms/ui/ext/monaco-editor/vs/basic-languages/pascaligo/pascaligo.js - cms/ui/ext/monaco-editor/vs/basic-languages/perl/perl.js - cms/ui/ext/monaco-editor/vs/basic-languages/pgsql/pgsql.js - cms/ui/ext/monaco-editor/vs/basic-languages/php/php.js - cms/ui/ext/monaco-editor/vs/basic-languages/postiats/postiats.js - cms/ui/ext/monaco-editor/vs/basic-languages/powerquery/powerquery.js - cms/ui/ext/monaco-editor/vs/basic-languages/powershell/powershell.js - cms/ui/ext/monaco-editor/vs/basic-languages/pug/pug.js - cms/ui/ext/monaco-editor/vs/basic-languages/python/python.js - cms/ui/ext/monaco-editor/vs/basic-languages/qsharp/qsharp.js - cms/ui/ext/monaco-editor/vs/basic-languages/r/r.js - cms/ui/ext/monaco-editor/vs/basic-languages/razor/razor.js - cms/ui/ext/monaco-editor/vs/basic-languages/redis/redis.js - cms/ui/ext/monaco-editor/vs/basic-languages/redshift/redshift.js - cms/ui/ext/monaco-editor/vs/basic-languages/restructuredtext/restructuredtext.js - cms/ui/ext/monaco-editor/vs/basic-languages/ruby/ruby.js - cms/ui/ext/monaco-editor/vs/basic-languages/rust/rust.js - cms/ui/ext/monaco-editor/vs/basic-languages/sb/sb.js - cms/ui/ext/monaco-editor/vs/basic-languages/scala/scala.js - cms/ui/ext/monaco-editor/vs/basic-languages/scheme/scheme.js - cms/ui/ext/monaco-editor/vs/basic-languages/scss/scss.js - cms/ui/ext/monaco-editor/vs/basic-languages/shell/shell.js - cms/ui/ext/monaco-editor/vs/basic-languages/solidity/solidity.js - cms/ui/ext/monaco-editor/vs/basic-languages/sophia/sophia.js - cms/ui/ext/monaco-editor/vs/basic-languages/sparql/sparql.js - cms/ui/ext/monaco-editor/vs/basic-languages/sql/sql.js - cms/ui/ext/monaco-editor/vs/basic-languages/st/st.js - cms/ui/ext/monaco-editor/vs/basic-languages/swift/swift.js - cms/ui/ext/monaco-editor/vs/basic-languages/systemverilog/systemverilog.js - cms/ui/ext/monaco-editor/vs/basic-languages/tcl/tcl.js - cms/ui/ext/monaco-editor/vs/basic-languages/twig/twig.js - cms/ui/ext/monaco-editor/vs/basic-languages/typescript/typescript.js - cms/ui/ext/monaco-editor/vs/basic-languages/vb/vb.js - cms/ui/ext/monaco-editor/vs/basic-languages/xml/xml.js - cms/ui/ext/monaco-editor/vs/basic-languages/yaml/yaml.js - cms/ui/ext/monaco-editor/vs/editor/editor.main.css - cms/ui/ext/monaco-editor/vs/editor/editor.main.js - cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.de.js - cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.es.js - cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.fr.js - cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.it.js - cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.ja.js - cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.js - cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.ko.js - cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.ru.js - cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.zh-cn.js - cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.zh-tw.js - cms/ui/ext/monaco-editor/vs/language/css/cssMode.js - cms/ui/ext/monaco-editor/vs/language/css/cssWorker.js - cms/ui/ext/monaco-editor/vs/language/html/htmlMode.js - cms/ui/ext/monaco-editor/vs/language/html/htmlWorker.js - cms/ui/ext/monaco-editor/vs/language/json/jsonMode.js - cms/ui/ext/monaco-editor/vs/language/json/jsonWorker.js - cms/ui/ext/monaco-editor/vs/language/typescript/tsMode.js - cms/ui/ext/monaco-editor/vs/language/typescript/tsWorker.js - cms/ui/ext/monaco-editor/vs/loader.js - cms/ui/main.js - cms/ui/configs_dispatcher_main.js - cms/ui/ext/question-circle.svg - cms/ui/ext/bootstrap.bundle.min.js - cms/ui/ext/theme.blue.css - cms/ui/proto_types.js - cms/ui/res/edit.png - cms/ui/res/help.png - cms/ui/res/remove.png - cms/ui/validators.js - cms/ui/sentinel_state.js - cms/ui/nanotable.js - cms/ui/sentinel.css -) diff --git a/contrib/ydb/core/cms/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/cms/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 6784bc9b7fd..00000000000 --- a/contrib/ydb/core/cms/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,411 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(console) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(ydb-core-cms) -target_link_libraries(ydb-core-cms PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-resource - library-actors-core - ydb-core-actorlib_impl - ydb-core-base - ydb-core-blobstorage - core-blobstorage-base - core-blobstorage-crypto - core-engine-minikql - ydb-core-mind - core-mind-bscontroller - ydb-core-node_whiteboard - ydb-core-protos - core-protos-out - ydb-core-tablet_flat - core-tx-datashard - ydb-library-aclib - ydb-library-services - tools-enum_parser-enum_serialization_runtime -) -target_sources(ydb-core-cms PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/api_adapters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/audit_log.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cluster_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cms.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cms_tx_get_log_tail.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cms_tx_init_scheme.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cms_tx_load_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cms_tx_log_and_send.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cms_tx_log_cleanup.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cms_tx_process_notification.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cms_tx_reject_notification.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cms_tx_remove_expired_notifications.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cms_tx_remove_permissions.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cms_tx_remove_request.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cms_tx_remove_task.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cms_tx_store_permissions.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cms_tx_store_walle_task.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cms_tx_update_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cms_tx_update_downtimes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/downtime.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/erasure_checkers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/http.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/info_collector.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/logger.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/node_checkers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/sentinel.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/services.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/walle_api_handler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/walle_check_task_adapter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/walle_create_task_adapter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/walle_list_tasks_adapter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/walle_remove_task_adapter.cpp -) -generate_enum_serilization(ydb-core-cms - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/services.h - INCLUDE_HEADERS - contrib/ydb/core/cms/services.h -) -generate_enum_serilization(ydb-core-cms - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/node_checkers.h - INCLUDE_HEADERS - contrib/ydb/core/cms/node_checkers.h -) - -add_global_library_for(ydb-core-cms.global ydb-core-cms) -target_link_libraries(ydb-core-cms.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-resource - library-actors-core - ydb-core-actorlib_impl - ydb-core-base - ydb-core-blobstorage - core-blobstorage-base - core-blobstorage-crypto - core-engine-minikql - ydb-core-mind - core-mind-bscontroller - ydb-core-node_whiteboard - ydb-core-protos - core-protos-out - ydb-core-tablet_flat - core-tx-datashard - ydb-library-aclib - ydb-library-services - tools-enum_parser-enum_serialization_runtime -) -target_sources(ydb-core-cms.global PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/core/cms/bd4d435f1ed53f0a770942051e28a441.cpp -) -resources(ydb-core-cms.global - ${CMAKE_BINARY_DIR}/contrib/ydb/core/cms/bd4d435f1ed53f0a770942051e28a441.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/index.html - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/cms.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/cms.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/config_dispatcher.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/cms_log.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/console_log.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/common.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/common.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/configs.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/yaml_config.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/config_forms.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/datashard.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/datashard.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/datashard_hist.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/datashard_info.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/datashard_op.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/datashard_ops_list.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/datashard_rs.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/datashard_slow_ops.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/enums.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/bootstrap.min.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/fuzzycomplete.min.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/fuzzycomplete.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/fuse.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/document-copy.svg - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/unfold-less.svg - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/unfold-more.svg - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/1-circle.svg - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/link.svg - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/gear.svg - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/require.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/jquery.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/base/browser/ui/codicons/codicon/codicon.ttf - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/base/worker/workerMain.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/abap/abap.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/apex/apex.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/azcli/azcli.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/bat/bat.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/bicep/bicep.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/cameligo/cameligo.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/clojure/clojure.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/coffee/coffee.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/cpp/cpp.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/csharp/csharp.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/csp/csp.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/css/css.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/dart/dart.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/dockerfile/dockerfile.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/ecl/ecl.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/elixir/elixir.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/fsharp/fsharp.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/go/go.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/graphql/graphql.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/handlebars/handlebars.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/hcl/hcl.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/html/html.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/ini/ini.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/java/java.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/javascript/javascript.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/julia/julia.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/kotlin/kotlin.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/less/less.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/lexon/lexon.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/liquid/liquid.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/lua/lua.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/m3/m3.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/markdown/markdown.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/mips/mips.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/msdax/msdax.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/mysql/mysql.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/objective-c/objective-c.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/pascal/pascal.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/pascaligo/pascaligo.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/perl/perl.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/pgsql/pgsql.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/php/php.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/postiats/postiats.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/powerquery/powerquery.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/powershell/powershell.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/pug/pug.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/python/python.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/qsharp/qsharp.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/r/r.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/razor/razor.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/redis/redis.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/redshift/redshift.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/restructuredtext/restructuredtext.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/ruby/ruby.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/rust/rust.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/sb/sb.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/scala/scala.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/scheme/scheme.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/scss/scss.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/shell/shell.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/solidity/solidity.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/sophia/sophia.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/sparql/sparql.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/sql/sql.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/st/st.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/swift/swift.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/systemverilog/systemverilog.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/tcl/tcl.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/twig/twig.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/typescript/typescript.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/vb/vb.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/xml/xml.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/yaml/yaml.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/editor/editor.main.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/editor/editor.main.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.de.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.es.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.fr.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.it.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.ja.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.ko.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.ru.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.zh-cn.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.zh-tw.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/language/css/cssMode.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/language/css/cssWorker.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/language/html/htmlMode.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/language/html/htmlWorker.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/language/json/jsonMode.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/language/json/jsonWorker.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/language/typescript/tsMode.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/language/typescript/tsWorker.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/loader.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/main.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/configs_dispatcher_main.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/question-circle.svg - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/bootstrap.bundle.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/theme.blue.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/proto_types.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/res/edit.png - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/res/help.png - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/res/remove.png - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/validators.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/sentinel_state.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/nanotable.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/sentinel.css - KEYS - cms/ui/index.html - cms/ui/cms.css - cms/ui/cms.js - cms/ui/config_dispatcher.css - cms/ui/cms_log.js - cms/ui/console_log.js - cms/ui/common.css - cms/ui/common.js - cms/ui/configs.js - cms/ui/yaml_config.js - cms/ui/config_forms.js - cms/ui/datashard.css - cms/ui/datashard.js - cms/ui/datashard_hist.js - cms/ui/datashard_info.js - cms/ui/datashard_op.js - cms/ui/datashard_ops_list.js - cms/ui/datashard_rs.js - cms/ui/datashard_slow_ops.js - cms/ui/enums.js - cms/ui/ext/bootstrap.min.css - cms/ui/ext/fuzzycomplete.min.css - cms/ui/ext/fuzzycomplete.min.js - cms/ui/ext/fuse.min.js - cms/ui/ext/document-copy.svg - cms/ui/ext/unfold-less.svg - cms/ui/ext/unfold-more.svg - cms/ui/ext/1-circle.svg - cms/ui/ext/link.svg - cms/ui/ext/gear.svg - cms/ui/ext/require.min.js - cms/ui/ext/jquery.min.js - cms/ui/ext/monaco-editor/vs/base/browser/ui/codicons/codicon/codicon.ttf - cms/ui/ext/monaco-editor/vs/base/worker/workerMain.js - cms/ui/ext/monaco-editor/vs/basic-languages/abap/abap.js - cms/ui/ext/monaco-editor/vs/basic-languages/apex/apex.js - cms/ui/ext/monaco-editor/vs/basic-languages/azcli/azcli.js - cms/ui/ext/monaco-editor/vs/basic-languages/bat/bat.js - cms/ui/ext/monaco-editor/vs/basic-languages/bicep/bicep.js - cms/ui/ext/monaco-editor/vs/basic-languages/cameligo/cameligo.js - cms/ui/ext/monaco-editor/vs/basic-languages/clojure/clojure.js - cms/ui/ext/monaco-editor/vs/basic-languages/coffee/coffee.js - cms/ui/ext/monaco-editor/vs/basic-languages/cpp/cpp.js - cms/ui/ext/monaco-editor/vs/basic-languages/csharp/csharp.js - cms/ui/ext/monaco-editor/vs/basic-languages/csp/csp.js - cms/ui/ext/monaco-editor/vs/basic-languages/css/css.js - cms/ui/ext/monaco-editor/vs/basic-languages/dart/dart.js - cms/ui/ext/monaco-editor/vs/basic-languages/dockerfile/dockerfile.js - cms/ui/ext/monaco-editor/vs/basic-languages/ecl/ecl.js - cms/ui/ext/monaco-editor/vs/basic-languages/elixir/elixir.js - cms/ui/ext/monaco-editor/vs/basic-languages/fsharp/fsharp.js - cms/ui/ext/monaco-editor/vs/basic-languages/go/go.js - cms/ui/ext/monaco-editor/vs/basic-languages/graphql/graphql.js - cms/ui/ext/monaco-editor/vs/basic-languages/handlebars/handlebars.js - cms/ui/ext/monaco-editor/vs/basic-languages/hcl/hcl.js - cms/ui/ext/monaco-editor/vs/basic-languages/html/html.js - cms/ui/ext/monaco-editor/vs/basic-languages/ini/ini.js - cms/ui/ext/monaco-editor/vs/basic-languages/java/java.js - cms/ui/ext/monaco-editor/vs/basic-languages/javascript/javascript.js - cms/ui/ext/monaco-editor/vs/basic-languages/julia/julia.js - cms/ui/ext/monaco-editor/vs/basic-languages/kotlin/kotlin.js - cms/ui/ext/monaco-editor/vs/basic-languages/less/less.js - cms/ui/ext/monaco-editor/vs/basic-languages/lexon/lexon.js - cms/ui/ext/monaco-editor/vs/basic-languages/liquid/liquid.js - cms/ui/ext/monaco-editor/vs/basic-languages/lua/lua.js - cms/ui/ext/monaco-editor/vs/basic-languages/m3/m3.js - cms/ui/ext/monaco-editor/vs/basic-languages/markdown/markdown.js - cms/ui/ext/monaco-editor/vs/basic-languages/mips/mips.js - cms/ui/ext/monaco-editor/vs/basic-languages/msdax/msdax.js - cms/ui/ext/monaco-editor/vs/basic-languages/mysql/mysql.js - cms/ui/ext/monaco-editor/vs/basic-languages/objective-c/objective-c.js - cms/ui/ext/monaco-editor/vs/basic-languages/pascal/pascal.js - cms/ui/ext/monaco-editor/vs/basic-languages/pascaligo/pascaligo.js - cms/ui/ext/monaco-editor/vs/basic-languages/perl/perl.js - cms/ui/ext/monaco-editor/vs/basic-languages/pgsql/pgsql.js - cms/ui/ext/monaco-editor/vs/basic-languages/php/php.js - cms/ui/ext/monaco-editor/vs/basic-languages/postiats/postiats.js - cms/ui/ext/monaco-editor/vs/basic-languages/powerquery/powerquery.js - cms/ui/ext/monaco-editor/vs/basic-languages/powershell/powershell.js - cms/ui/ext/monaco-editor/vs/basic-languages/pug/pug.js - cms/ui/ext/monaco-editor/vs/basic-languages/python/python.js - cms/ui/ext/monaco-editor/vs/basic-languages/qsharp/qsharp.js - cms/ui/ext/monaco-editor/vs/basic-languages/r/r.js - cms/ui/ext/monaco-editor/vs/basic-languages/razor/razor.js - cms/ui/ext/monaco-editor/vs/basic-languages/redis/redis.js - cms/ui/ext/monaco-editor/vs/basic-languages/redshift/redshift.js - cms/ui/ext/monaco-editor/vs/basic-languages/restructuredtext/restructuredtext.js - cms/ui/ext/monaco-editor/vs/basic-languages/ruby/ruby.js - cms/ui/ext/monaco-editor/vs/basic-languages/rust/rust.js - cms/ui/ext/monaco-editor/vs/basic-languages/sb/sb.js - cms/ui/ext/monaco-editor/vs/basic-languages/scala/scala.js - cms/ui/ext/monaco-editor/vs/basic-languages/scheme/scheme.js - cms/ui/ext/monaco-editor/vs/basic-languages/scss/scss.js - cms/ui/ext/monaco-editor/vs/basic-languages/shell/shell.js - cms/ui/ext/monaco-editor/vs/basic-languages/solidity/solidity.js - cms/ui/ext/monaco-editor/vs/basic-languages/sophia/sophia.js - cms/ui/ext/monaco-editor/vs/basic-languages/sparql/sparql.js - cms/ui/ext/monaco-editor/vs/basic-languages/sql/sql.js - cms/ui/ext/monaco-editor/vs/basic-languages/st/st.js - cms/ui/ext/monaco-editor/vs/basic-languages/swift/swift.js - cms/ui/ext/monaco-editor/vs/basic-languages/systemverilog/systemverilog.js - cms/ui/ext/monaco-editor/vs/basic-languages/tcl/tcl.js - cms/ui/ext/monaco-editor/vs/basic-languages/twig/twig.js - cms/ui/ext/monaco-editor/vs/basic-languages/typescript/typescript.js - cms/ui/ext/monaco-editor/vs/basic-languages/vb/vb.js - cms/ui/ext/monaco-editor/vs/basic-languages/xml/xml.js - cms/ui/ext/monaco-editor/vs/basic-languages/yaml/yaml.js - cms/ui/ext/monaco-editor/vs/editor/editor.main.css - cms/ui/ext/monaco-editor/vs/editor/editor.main.js - cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.de.js - cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.es.js - cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.fr.js - cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.it.js - cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.ja.js - cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.js - cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.ko.js - cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.ru.js - cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.zh-cn.js - cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.zh-tw.js - cms/ui/ext/monaco-editor/vs/language/css/cssMode.js - cms/ui/ext/monaco-editor/vs/language/css/cssWorker.js - cms/ui/ext/monaco-editor/vs/language/html/htmlMode.js - cms/ui/ext/monaco-editor/vs/language/html/htmlWorker.js - cms/ui/ext/monaco-editor/vs/language/json/jsonMode.js - cms/ui/ext/monaco-editor/vs/language/json/jsonWorker.js - cms/ui/ext/monaco-editor/vs/language/typescript/tsMode.js - cms/ui/ext/monaco-editor/vs/language/typescript/tsWorker.js - cms/ui/ext/monaco-editor/vs/loader.js - cms/ui/main.js - cms/ui/configs_dispatcher_main.js - cms/ui/ext/question-circle.svg - cms/ui/ext/bootstrap.bundle.min.js - cms/ui/ext/theme.blue.css - cms/ui/proto_types.js - cms/ui/res/edit.png - cms/ui/res/help.png - cms/ui/res/remove.png - cms/ui/validators.js - cms/ui/sentinel_state.js - cms/ui/nanotable.js - cms/ui/sentinel.css -) diff --git a/contrib/ydb/core/cms/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/cms/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 6784bc9b7fd..00000000000 --- a/contrib/ydb/core/cms/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,411 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(console) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(ydb-core-cms) -target_link_libraries(ydb-core-cms PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-resource - library-actors-core - ydb-core-actorlib_impl - ydb-core-base - ydb-core-blobstorage - core-blobstorage-base - core-blobstorage-crypto - core-engine-minikql - ydb-core-mind - core-mind-bscontroller - ydb-core-node_whiteboard - ydb-core-protos - core-protos-out - ydb-core-tablet_flat - core-tx-datashard - ydb-library-aclib - ydb-library-services - tools-enum_parser-enum_serialization_runtime -) -target_sources(ydb-core-cms PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/api_adapters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/audit_log.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cluster_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cms.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cms_tx_get_log_tail.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cms_tx_init_scheme.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cms_tx_load_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cms_tx_log_and_send.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cms_tx_log_cleanup.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cms_tx_process_notification.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cms_tx_reject_notification.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cms_tx_remove_expired_notifications.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cms_tx_remove_permissions.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cms_tx_remove_request.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cms_tx_remove_task.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cms_tx_store_permissions.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cms_tx_store_walle_task.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cms_tx_update_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cms_tx_update_downtimes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/downtime.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/erasure_checkers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/http.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/info_collector.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/logger.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/node_checkers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/sentinel.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/services.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/walle_api_handler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/walle_check_task_adapter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/walle_create_task_adapter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/walle_list_tasks_adapter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/walle_remove_task_adapter.cpp -) -generate_enum_serilization(ydb-core-cms - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/services.h - INCLUDE_HEADERS - contrib/ydb/core/cms/services.h -) -generate_enum_serilization(ydb-core-cms - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/node_checkers.h - INCLUDE_HEADERS - contrib/ydb/core/cms/node_checkers.h -) - -add_global_library_for(ydb-core-cms.global ydb-core-cms) -target_link_libraries(ydb-core-cms.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-resource - library-actors-core - ydb-core-actorlib_impl - ydb-core-base - ydb-core-blobstorage - core-blobstorage-base - core-blobstorage-crypto - core-engine-minikql - ydb-core-mind - core-mind-bscontroller - ydb-core-node_whiteboard - ydb-core-protos - core-protos-out - ydb-core-tablet_flat - core-tx-datashard - ydb-library-aclib - ydb-library-services - tools-enum_parser-enum_serialization_runtime -) -target_sources(ydb-core-cms.global PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/core/cms/bd4d435f1ed53f0a770942051e28a441.cpp -) -resources(ydb-core-cms.global - ${CMAKE_BINARY_DIR}/contrib/ydb/core/cms/bd4d435f1ed53f0a770942051e28a441.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/index.html - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/cms.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/cms.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/config_dispatcher.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/cms_log.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/console_log.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/common.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/common.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/configs.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/yaml_config.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/config_forms.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/datashard.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/datashard.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/datashard_hist.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/datashard_info.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/datashard_op.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/datashard_ops_list.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/datashard_rs.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/datashard_slow_ops.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/enums.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/bootstrap.min.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/fuzzycomplete.min.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/fuzzycomplete.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/fuse.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/document-copy.svg - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/unfold-less.svg - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/unfold-more.svg - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/1-circle.svg - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/link.svg - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/gear.svg - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/require.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/jquery.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/base/browser/ui/codicons/codicon/codicon.ttf - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/base/worker/workerMain.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/abap/abap.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/apex/apex.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/azcli/azcli.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/bat/bat.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/bicep/bicep.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/cameligo/cameligo.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/clojure/clojure.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/coffee/coffee.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/cpp/cpp.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/csharp/csharp.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/csp/csp.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/css/css.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/dart/dart.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/dockerfile/dockerfile.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/ecl/ecl.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/elixir/elixir.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/fsharp/fsharp.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/go/go.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/graphql/graphql.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/handlebars/handlebars.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/hcl/hcl.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/html/html.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/ini/ini.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/java/java.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/javascript/javascript.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/julia/julia.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/kotlin/kotlin.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/less/less.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/lexon/lexon.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/liquid/liquid.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/lua/lua.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/m3/m3.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/markdown/markdown.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/mips/mips.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/msdax/msdax.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/mysql/mysql.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/objective-c/objective-c.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/pascal/pascal.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/pascaligo/pascaligo.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/perl/perl.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/pgsql/pgsql.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/php/php.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/postiats/postiats.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/powerquery/powerquery.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/powershell/powershell.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/pug/pug.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/python/python.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/qsharp/qsharp.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/r/r.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/razor/razor.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/redis/redis.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/redshift/redshift.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/restructuredtext/restructuredtext.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/ruby/ruby.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/rust/rust.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/sb/sb.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/scala/scala.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/scheme/scheme.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/scss/scss.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/shell/shell.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/solidity/solidity.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/sophia/sophia.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/sparql/sparql.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/sql/sql.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/st/st.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/swift/swift.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/systemverilog/systemverilog.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/tcl/tcl.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/twig/twig.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/typescript/typescript.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/vb/vb.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/xml/xml.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/yaml/yaml.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/editor/editor.main.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/editor/editor.main.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.de.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.es.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.fr.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.it.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.ja.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.ko.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.ru.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.zh-cn.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.zh-tw.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/language/css/cssMode.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/language/css/cssWorker.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/language/html/htmlMode.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/language/html/htmlWorker.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/language/json/jsonMode.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/language/json/jsonWorker.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/language/typescript/tsMode.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/language/typescript/tsWorker.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/loader.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/main.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/configs_dispatcher_main.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/question-circle.svg - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/bootstrap.bundle.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/theme.blue.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/proto_types.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/res/edit.png - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/res/help.png - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/res/remove.png - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/validators.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/sentinel_state.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/nanotable.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/sentinel.css - KEYS - cms/ui/index.html - cms/ui/cms.css - cms/ui/cms.js - cms/ui/config_dispatcher.css - cms/ui/cms_log.js - cms/ui/console_log.js - cms/ui/common.css - cms/ui/common.js - cms/ui/configs.js - cms/ui/yaml_config.js - cms/ui/config_forms.js - cms/ui/datashard.css - cms/ui/datashard.js - cms/ui/datashard_hist.js - cms/ui/datashard_info.js - cms/ui/datashard_op.js - cms/ui/datashard_ops_list.js - cms/ui/datashard_rs.js - cms/ui/datashard_slow_ops.js - cms/ui/enums.js - cms/ui/ext/bootstrap.min.css - cms/ui/ext/fuzzycomplete.min.css - cms/ui/ext/fuzzycomplete.min.js - cms/ui/ext/fuse.min.js - cms/ui/ext/document-copy.svg - cms/ui/ext/unfold-less.svg - cms/ui/ext/unfold-more.svg - cms/ui/ext/1-circle.svg - cms/ui/ext/link.svg - cms/ui/ext/gear.svg - cms/ui/ext/require.min.js - cms/ui/ext/jquery.min.js - cms/ui/ext/monaco-editor/vs/base/browser/ui/codicons/codicon/codicon.ttf - cms/ui/ext/monaco-editor/vs/base/worker/workerMain.js - cms/ui/ext/monaco-editor/vs/basic-languages/abap/abap.js - cms/ui/ext/monaco-editor/vs/basic-languages/apex/apex.js - cms/ui/ext/monaco-editor/vs/basic-languages/azcli/azcli.js - cms/ui/ext/monaco-editor/vs/basic-languages/bat/bat.js - cms/ui/ext/monaco-editor/vs/basic-languages/bicep/bicep.js - cms/ui/ext/monaco-editor/vs/basic-languages/cameligo/cameligo.js - cms/ui/ext/monaco-editor/vs/basic-languages/clojure/clojure.js - cms/ui/ext/monaco-editor/vs/basic-languages/coffee/coffee.js - cms/ui/ext/monaco-editor/vs/basic-languages/cpp/cpp.js - cms/ui/ext/monaco-editor/vs/basic-languages/csharp/csharp.js - cms/ui/ext/monaco-editor/vs/basic-languages/csp/csp.js - cms/ui/ext/monaco-editor/vs/basic-languages/css/css.js - cms/ui/ext/monaco-editor/vs/basic-languages/dart/dart.js - cms/ui/ext/monaco-editor/vs/basic-languages/dockerfile/dockerfile.js - cms/ui/ext/monaco-editor/vs/basic-languages/ecl/ecl.js - cms/ui/ext/monaco-editor/vs/basic-languages/elixir/elixir.js - cms/ui/ext/monaco-editor/vs/basic-languages/fsharp/fsharp.js - cms/ui/ext/monaco-editor/vs/basic-languages/go/go.js - cms/ui/ext/monaco-editor/vs/basic-languages/graphql/graphql.js - cms/ui/ext/monaco-editor/vs/basic-languages/handlebars/handlebars.js - cms/ui/ext/monaco-editor/vs/basic-languages/hcl/hcl.js - cms/ui/ext/monaco-editor/vs/basic-languages/html/html.js - cms/ui/ext/monaco-editor/vs/basic-languages/ini/ini.js - cms/ui/ext/monaco-editor/vs/basic-languages/java/java.js - cms/ui/ext/monaco-editor/vs/basic-languages/javascript/javascript.js - cms/ui/ext/monaco-editor/vs/basic-languages/julia/julia.js - cms/ui/ext/monaco-editor/vs/basic-languages/kotlin/kotlin.js - cms/ui/ext/monaco-editor/vs/basic-languages/less/less.js - cms/ui/ext/monaco-editor/vs/basic-languages/lexon/lexon.js - cms/ui/ext/monaco-editor/vs/basic-languages/liquid/liquid.js - cms/ui/ext/monaco-editor/vs/basic-languages/lua/lua.js - cms/ui/ext/monaco-editor/vs/basic-languages/m3/m3.js - cms/ui/ext/monaco-editor/vs/basic-languages/markdown/markdown.js - cms/ui/ext/monaco-editor/vs/basic-languages/mips/mips.js - cms/ui/ext/monaco-editor/vs/basic-languages/msdax/msdax.js - cms/ui/ext/monaco-editor/vs/basic-languages/mysql/mysql.js - cms/ui/ext/monaco-editor/vs/basic-languages/objective-c/objective-c.js - cms/ui/ext/monaco-editor/vs/basic-languages/pascal/pascal.js - cms/ui/ext/monaco-editor/vs/basic-languages/pascaligo/pascaligo.js - cms/ui/ext/monaco-editor/vs/basic-languages/perl/perl.js - cms/ui/ext/monaco-editor/vs/basic-languages/pgsql/pgsql.js - cms/ui/ext/monaco-editor/vs/basic-languages/php/php.js - cms/ui/ext/monaco-editor/vs/basic-languages/postiats/postiats.js - cms/ui/ext/monaco-editor/vs/basic-languages/powerquery/powerquery.js - cms/ui/ext/monaco-editor/vs/basic-languages/powershell/powershell.js - cms/ui/ext/monaco-editor/vs/basic-languages/pug/pug.js - cms/ui/ext/monaco-editor/vs/basic-languages/python/python.js - cms/ui/ext/monaco-editor/vs/basic-languages/qsharp/qsharp.js - cms/ui/ext/monaco-editor/vs/basic-languages/r/r.js - cms/ui/ext/monaco-editor/vs/basic-languages/razor/razor.js - cms/ui/ext/monaco-editor/vs/basic-languages/redis/redis.js - cms/ui/ext/monaco-editor/vs/basic-languages/redshift/redshift.js - cms/ui/ext/monaco-editor/vs/basic-languages/restructuredtext/restructuredtext.js - cms/ui/ext/monaco-editor/vs/basic-languages/ruby/ruby.js - cms/ui/ext/monaco-editor/vs/basic-languages/rust/rust.js - cms/ui/ext/monaco-editor/vs/basic-languages/sb/sb.js - cms/ui/ext/monaco-editor/vs/basic-languages/scala/scala.js - cms/ui/ext/monaco-editor/vs/basic-languages/scheme/scheme.js - cms/ui/ext/monaco-editor/vs/basic-languages/scss/scss.js - cms/ui/ext/monaco-editor/vs/basic-languages/shell/shell.js - cms/ui/ext/monaco-editor/vs/basic-languages/solidity/solidity.js - cms/ui/ext/monaco-editor/vs/basic-languages/sophia/sophia.js - cms/ui/ext/monaco-editor/vs/basic-languages/sparql/sparql.js - cms/ui/ext/monaco-editor/vs/basic-languages/sql/sql.js - cms/ui/ext/monaco-editor/vs/basic-languages/st/st.js - cms/ui/ext/monaco-editor/vs/basic-languages/swift/swift.js - cms/ui/ext/monaco-editor/vs/basic-languages/systemverilog/systemverilog.js - cms/ui/ext/monaco-editor/vs/basic-languages/tcl/tcl.js - cms/ui/ext/monaco-editor/vs/basic-languages/twig/twig.js - cms/ui/ext/monaco-editor/vs/basic-languages/typescript/typescript.js - cms/ui/ext/monaco-editor/vs/basic-languages/vb/vb.js - cms/ui/ext/monaco-editor/vs/basic-languages/xml/xml.js - cms/ui/ext/monaco-editor/vs/basic-languages/yaml/yaml.js - cms/ui/ext/monaco-editor/vs/editor/editor.main.css - cms/ui/ext/monaco-editor/vs/editor/editor.main.js - cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.de.js - cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.es.js - cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.fr.js - cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.it.js - cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.ja.js - cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.js - cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.ko.js - cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.ru.js - cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.zh-cn.js - cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.zh-tw.js - cms/ui/ext/monaco-editor/vs/language/css/cssMode.js - cms/ui/ext/monaco-editor/vs/language/css/cssWorker.js - cms/ui/ext/monaco-editor/vs/language/html/htmlMode.js - cms/ui/ext/monaco-editor/vs/language/html/htmlWorker.js - cms/ui/ext/monaco-editor/vs/language/json/jsonMode.js - cms/ui/ext/monaco-editor/vs/language/json/jsonWorker.js - cms/ui/ext/monaco-editor/vs/language/typescript/tsMode.js - cms/ui/ext/monaco-editor/vs/language/typescript/tsWorker.js - cms/ui/ext/monaco-editor/vs/loader.js - cms/ui/main.js - cms/ui/configs_dispatcher_main.js - cms/ui/ext/question-circle.svg - cms/ui/ext/bootstrap.bundle.min.js - cms/ui/ext/theme.blue.css - cms/ui/proto_types.js - cms/ui/res/edit.png - cms/ui/res/help.png - cms/ui/res/remove.png - cms/ui/validators.js - cms/ui/sentinel_state.js - cms/ui/nanotable.js - cms/ui/sentinel.css -) diff --git a/contrib/ydb/core/cms/CMakeLists.txt b/contrib/ydb/core/cms/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/cms/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/cms/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/cms/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 8d30fe74d31..00000000000 --- a/contrib/ydb/core/cms/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,409 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(console) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(ydb-core-cms) -target_link_libraries(ydb-core-cms PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-resource - library-actors-core - ydb-core-actorlib_impl - ydb-core-base - ydb-core-blobstorage - core-blobstorage-base - core-blobstorage-crypto - core-engine-minikql - ydb-core-mind - core-mind-bscontroller - ydb-core-node_whiteboard - ydb-core-protos - core-protos-out - ydb-core-tablet_flat - core-tx-datashard - ydb-library-aclib - ydb-library-services - tools-enum_parser-enum_serialization_runtime -) -target_sources(ydb-core-cms PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/api_adapters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/audit_log.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cluster_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cms.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cms_tx_get_log_tail.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cms_tx_init_scheme.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cms_tx_load_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cms_tx_log_and_send.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cms_tx_log_cleanup.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cms_tx_process_notification.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cms_tx_reject_notification.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cms_tx_remove_expired_notifications.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cms_tx_remove_permissions.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cms_tx_remove_request.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cms_tx_remove_task.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cms_tx_store_permissions.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cms_tx_store_walle_task.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cms_tx_update_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/cms_tx_update_downtimes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/downtime.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/erasure_checkers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/http.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/info_collector.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/logger.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/node_checkers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/sentinel.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/services.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/walle_api_handler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/walle_check_task_adapter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/walle_create_task_adapter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/walle_list_tasks_adapter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/walle_remove_task_adapter.cpp -) -generate_enum_serilization(ydb-core-cms - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/services.h - INCLUDE_HEADERS - contrib/ydb/core/cms/services.h -) -generate_enum_serilization(ydb-core-cms - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/node_checkers.h - INCLUDE_HEADERS - contrib/ydb/core/cms/node_checkers.h -) - -add_global_library_for(ydb-core-cms.global ydb-core-cms) -target_link_libraries(ydb-core-cms.global PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-resource - library-actors-core - ydb-core-actorlib_impl - ydb-core-base - ydb-core-blobstorage - core-blobstorage-base - core-blobstorage-crypto - core-engine-minikql - ydb-core-mind - core-mind-bscontroller - ydb-core-node_whiteboard - ydb-core-protos - core-protos-out - ydb-core-tablet_flat - core-tx-datashard - ydb-library-aclib - ydb-library-services - tools-enum_parser-enum_serialization_runtime -) -target_sources(ydb-core-cms.global PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/core/cms/bd4d435f1ed53f0a770942051e28a441.cpp -) -resources(ydb-core-cms.global - ${CMAKE_BINARY_DIR}/contrib/ydb/core/cms/bd4d435f1ed53f0a770942051e28a441.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/index.html - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/cms.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/cms.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/config_dispatcher.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/cms_log.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/console_log.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/common.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/common.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/configs.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/yaml_config.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/config_forms.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/datashard.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/datashard.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/datashard_hist.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/datashard_info.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/datashard_op.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/datashard_ops_list.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/datashard_rs.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/datashard_slow_ops.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/enums.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/bootstrap.min.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/fuzzycomplete.min.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/fuzzycomplete.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/fuse.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/document-copy.svg - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/unfold-less.svg - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/unfold-more.svg - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/1-circle.svg - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/link.svg - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/gear.svg - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/require.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/jquery.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/base/browser/ui/codicons/codicon/codicon.ttf - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/base/worker/workerMain.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/abap/abap.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/apex/apex.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/azcli/azcli.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/bat/bat.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/bicep/bicep.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/cameligo/cameligo.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/clojure/clojure.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/coffee/coffee.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/cpp/cpp.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/csharp/csharp.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/csp/csp.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/css/css.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/dart/dart.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/dockerfile/dockerfile.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/ecl/ecl.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/elixir/elixir.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/fsharp/fsharp.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/go/go.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/graphql/graphql.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/handlebars/handlebars.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/hcl/hcl.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/html/html.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/ini/ini.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/java/java.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/javascript/javascript.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/julia/julia.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/kotlin/kotlin.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/less/less.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/lexon/lexon.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/liquid/liquid.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/lua/lua.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/m3/m3.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/markdown/markdown.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/mips/mips.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/msdax/msdax.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/mysql/mysql.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/objective-c/objective-c.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/pascal/pascal.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/pascaligo/pascaligo.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/perl/perl.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/pgsql/pgsql.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/php/php.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/postiats/postiats.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/powerquery/powerquery.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/powershell/powershell.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/pug/pug.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/python/python.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/qsharp/qsharp.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/r/r.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/razor/razor.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/redis/redis.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/redshift/redshift.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/restructuredtext/restructuredtext.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/ruby/ruby.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/rust/rust.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/sb/sb.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/scala/scala.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/scheme/scheme.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/scss/scss.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/shell/shell.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/solidity/solidity.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/sophia/sophia.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/sparql/sparql.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/sql/sql.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/st/st.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/swift/swift.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/systemverilog/systemverilog.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/tcl/tcl.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/twig/twig.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/typescript/typescript.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/vb/vb.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/xml/xml.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/basic-languages/yaml/yaml.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/editor/editor.main.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/editor/editor.main.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.de.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.es.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.fr.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.it.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.ja.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.ko.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.ru.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.zh-cn.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.zh-tw.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/language/css/cssMode.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/language/css/cssWorker.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/language/html/htmlMode.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/language/html/htmlWorker.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/language/json/jsonMode.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/language/json/jsonWorker.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/language/typescript/tsMode.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/language/typescript/tsWorker.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/monaco-editor/vs/loader.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/main.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/configs_dispatcher_main.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/question-circle.svg - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/bootstrap.bundle.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/ext/theme.blue.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/proto_types.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/res/edit.png - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/res/help.png - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/res/remove.png - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/validators.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/sentinel_state.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/nanotable.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/ui/sentinel.css - KEYS - cms/ui/index.html - cms/ui/cms.css - cms/ui/cms.js - cms/ui/config_dispatcher.css - cms/ui/cms_log.js - cms/ui/console_log.js - cms/ui/common.css - cms/ui/common.js - cms/ui/configs.js - cms/ui/yaml_config.js - cms/ui/config_forms.js - cms/ui/datashard.css - cms/ui/datashard.js - cms/ui/datashard_hist.js - cms/ui/datashard_info.js - cms/ui/datashard_op.js - cms/ui/datashard_ops_list.js - cms/ui/datashard_rs.js - cms/ui/datashard_slow_ops.js - cms/ui/enums.js - cms/ui/ext/bootstrap.min.css - cms/ui/ext/fuzzycomplete.min.css - cms/ui/ext/fuzzycomplete.min.js - cms/ui/ext/fuse.min.js - cms/ui/ext/document-copy.svg - cms/ui/ext/unfold-less.svg - cms/ui/ext/unfold-more.svg - cms/ui/ext/1-circle.svg - cms/ui/ext/link.svg - cms/ui/ext/gear.svg - cms/ui/ext/require.min.js - cms/ui/ext/jquery.min.js - cms/ui/ext/monaco-editor/vs/base/browser/ui/codicons/codicon/codicon.ttf - cms/ui/ext/monaco-editor/vs/base/worker/workerMain.js - cms/ui/ext/monaco-editor/vs/basic-languages/abap/abap.js - cms/ui/ext/monaco-editor/vs/basic-languages/apex/apex.js - cms/ui/ext/monaco-editor/vs/basic-languages/azcli/azcli.js - cms/ui/ext/monaco-editor/vs/basic-languages/bat/bat.js - cms/ui/ext/monaco-editor/vs/basic-languages/bicep/bicep.js - cms/ui/ext/monaco-editor/vs/basic-languages/cameligo/cameligo.js - cms/ui/ext/monaco-editor/vs/basic-languages/clojure/clojure.js - cms/ui/ext/monaco-editor/vs/basic-languages/coffee/coffee.js - cms/ui/ext/monaco-editor/vs/basic-languages/cpp/cpp.js - cms/ui/ext/monaco-editor/vs/basic-languages/csharp/csharp.js - cms/ui/ext/monaco-editor/vs/basic-languages/csp/csp.js - cms/ui/ext/monaco-editor/vs/basic-languages/css/css.js - cms/ui/ext/monaco-editor/vs/basic-languages/dart/dart.js - cms/ui/ext/monaco-editor/vs/basic-languages/dockerfile/dockerfile.js - cms/ui/ext/monaco-editor/vs/basic-languages/ecl/ecl.js - cms/ui/ext/monaco-editor/vs/basic-languages/elixir/elixir.js - cms/ui/ext/monaco-editor/vs/basic-languages/fsharp/fsharp.js - cms/ui/ext/monaco-editor/vs/basic-languages/go/go.js - cms/ui/ext/monaco-editor/vs/basic-languages/graphql/graphql.js - cms/ui/ext/monaco-editor/vs/basic-languages/handlebars/handlebars.js - cms/ui/ext/monaco-editor/vs/basic-languages/hcl/hcl.js - cms/ui/ext/monaco-editor/vs/basic-languages/html/html.js - cms/ui/ext/monaco-editor/vs/basic-languages/ini/ini.js - cms/ui/ext/monaco-editor/vs/basic-languages/java/java.js - cms/ui/ext/monaco-editor/vs/basic-languages/javascript/javascript.js - cms/ui/ext/monaco-editor/vs/basic-languages/julia/julia.js - cms/ui/ext/monaco-editor/vs/basic-languages/kotlin/kotlin.js - cms/ui/ext/monaco-editor/vs/basic-languages/less/less.js - cms/ui/ext/monaco-editor/vs/basic-languages/lexon/lexon.js - cms/ui/ext/monaco-editor/vs/basic-languages/liquid/liquid.js - cms/ui/ext/monaco-editor/vs/basic-languages/lua/lua.js - cms/ui/ext/monaco-editor/vs/basic-languages/m3/m3.js - cms/ui/ext/monaco-editor/vs/basic-languages/markdown/markdown.js - cms/ui/ext/monaco-editor/vs/basic-languages/mips/mips.js - cms/ui/ext/monaco-editor/vs/basic-languages/msdax/msdax.js - cms/ui/ext/monaco-editor/vs/basic-languages/mysql/mysql.js - cms/ui/ext/monaco-editor/vs/basic-languages/objective-c/objective-c.js - cms/ui/ext/monaco-editor/vs/basic-languages/pascal/pascal.js - cms/ui/ext/monaco-editor/vs/basic-languages/pascaligo/pascaligo.js - cms/ui/ext/monaco-editor/vs/basic-languages/perl/perl.js - cms/ui/ext/monaco-editor/vs/basic-languages/pgsql/pgsql.js - cms/ui/ext/monaco-editor/vs/basic-languages/php/php.js - cms/ui/ext/monaco-editor/vs/basic-languages/postiats/postiats.js - cms/ui/ext/monaco-editor/vs/basic-languages/powerquery/powerquery.js - cms/ui/ext/monaco-editor/vs/basic-languages/powershell/powershell.js - cms/ui/ext/monaco-editor/vs/basic-languages/pug/pug.js - cms/ui/ext/monaco-editor/vs/basic-languages/python/python.js - cms/ui/ext/monaco-editor/vs/basic-languages/qsharp/qsharp.js - cms/ui/ext/monaco-editor/vs/basic-languages/r/r.js - cms/ui/ext/monaco-editor/vs/basic-languages/razor/razor.js - cms/ui/ext/monaco-editor/vs/basic-languages/redis/redis.js - cms/ui/ext/monaco-editor/vs/basic-languages/redshift/redshift.js - cms/ui/ext/monaco-editor/vs/basic-languages/restructuredtext/restructuredtext.js - cms/ui/ext/monaco-editor/vs/basic-languages/ruby/ruby.js - cms/ui/ext/monaco-editor/vs/basic-languages/rust/rust.js - cms/ui/ext/monaco-editor/vs/basic-languages/sb/sb.js - cms/ui/ext/monaco-editor/vs/basic-languages/scala/scala.js - cms/ui/ext/monaco-editor/vs/basic-languages/scheme/scheme.js - cms/ui/ext/monaco-editor/vs/basic-languages/scss/scss.js - cms/ui/ext/monaco-editor/vs/basic-languages/shell/shell.js - cms/ui/ext/monaco-editor/vs/basic-languages/solidity/solidity.js - cms/ui/ext/monaco-editor/vs/basic-languages/sophia/sophia.js - cms/ui/ext/monaco-editor/vs/basic-languages/sparql/sparql.js - cms/ui/ext/monaco-editor/vs/basic-languages/sql/sql.js - cms/ui/ext/monaco-editor/vs/basic-languages/st/st.js - cms/ui/ext/monaco-editor/vs/basic-languages/swift/swift.js - cms/ui/ext/monaco-editor/vs/basic-languages/systemverilog/systemverilog.js - cms/ui/ext/monaco-editor/vs/basic-languages/tcl/tcl.js - cms/ui/ext/monaco-editor/vs/basic-languages/twig/twig.js - cms/ui/ext/monaco-editor/vs/basic-languages/typescript/typescript.js - cms/ui/ext/monaco-editor/vs/basic-languages/vb/vb.js - cms/ui/ext/monaco-editor/vs/basic-languages/xml/xml.js - cms/ui/ext/monaco-editor/vs/basic-languages/yaml/yaml.js - cms/ui/ext/monaco-editor/vs/editor/editor.main.css - cms/ui/ext/monaco-editor/vs/editor/editor.main.js - cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.de.js - cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.es.js - cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.fr.js - cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.it.js - cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.ja.js - cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.js - cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.ko.js - cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.ru.js - cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.zh-cn.js - cms/ui/ext/monaco-editor/vs/editor/editor.main.nls.zh-tw.js - cms/ui/ext/monaco-editor/vs/language/css/cssMode.js - cms/ui/ext/monaco-editor/vs/language/css/cssWorker.js - cms/ui/ext/monaco-editor/vs/language/html/htmlMode.js - cms/ui/ext/monaco-editor/vs/language/html/htmlWorker.js - cms/ui/ext/monaco-editor/vs/language/json/jsonMode.js - cms/ui/ext/monaco-editor/vs/language/json/jsonWorker.js - cms/ui/ext/monaco-editor/vs/language/typescript/tsMode.js - cms/ui/ext/monaco-editor/vs/language/typescript/tsWorker.js - cms/ui/ext/monaco-editor/vs/loader.js - cms/ui/main.js - cms/ui/configs_dispatcher_main.js - cms/ui/ext/question-circle.svg - cms/ui/ext/bootstrap.bundle.min.js - cms/ui/ext/theme.blue.css - cms/ui/proto_types.js - cms/ui/res/edit.png - cms/ui/res/help.png - cms/ui/res/remove.png - cms/ui/validators.js - cms/ui/sentinel_state.js - cms/ui/nanotable.js - cms/ui/sentinel.css -) diff --git a/contrib/ydb/core/cms/console/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/cms/console/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 5871ec5e3de..00000000000 --- a/contrib/ydb/core/cms/console/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,98 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(util) -add_subdirectory(validators) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-cms-console) -target_link_libraries(core-cms-console PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-actors-core - library-actors-http - ydb-core-actorlib_impl - ydb-core-base - ydb-core-blobstorage - core-blobstorage-base - core-blobstorage-groupinfo - cms-console-validators - ydb-core-control - core-engine-minikql - ydb-core-mind - ydb-core-node_whiteboard - ydb-core-protos - ydb-core-tablet - ydb-core-tablet_flat - ydb-core-util - ydb-library-aclib - ydb-library-yaml_config - api-protos - public-lib-operation_id -) -target_sources(core-cms-console PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/config_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/configs_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/configs_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/configs_dispatcher.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console_configs_manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console_configs_provider.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console_configs_subscriber.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console_tenants_manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__add_config_subscription.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__alter_tenant.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__replace_yaml_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__cleanup_subscriptions.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__configure.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__create_tenant.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__drop_yaml_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__init_scheme.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__load_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__get_log_tail.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__get_yaml_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__get_yaml_metadata.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__log_cleanup.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__remove_computational_units.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__remove_config_subscription.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__remove_config_subscriptions.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__remove_tenant.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__remove_tenant_done.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__remove_tenant_failed.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__replace_config_subscriptions.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__revert_pool_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__set_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__toggle_config_validator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__update_confirmed_subdomain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__update_last_provided_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__update_pool_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__update_subdomain_key.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__update_tenant_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__update_tenant_pool_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/grpc_library_helper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/http.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/immediate_controls_configurator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/log_settings_configurator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/logger.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/modifications_validator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/net_classifier_updater.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/shared_cache_configurator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/tx_processor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/util.cpp -) -generate_enum_serilization(core-cms-console - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/config_item_info.h - INCLUDE_HEADERS - contrib/ydb/core/cms/console/config_item_info.h -) diff --git a/contrib/ydb/core/cms/console/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/cms/console/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d3ab1210176..00000000000 --- a/contrib/ydb/core/cms/console/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,99 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(util) -add_subdirectory(validators) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-cms-console) -target_link_libraries(core-cms-console PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-actors-core - library-actors-http - ydb-core-actorlib_impl - ydb-core-base - ydb-core-blobstorage - core-blobstorage-base - core-blobstorage-groupinfo - cms-console-validators - ydb-core-control - core-engine-minikql - ydb-core-mind - ydb-core-node_whiteboard - ydb-core-protos - ydb-core-tablet - ydb-core-tablet_flat - ydb-core-util - ydb-library-aclib - ydb-library-yaml_config - api-protos - public-lib-operation_id -) -target_sources(core-cms-console PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/config_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/configs_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/configs_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/configs_dispatcher.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console_configs_manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console_configs_provider.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console_configs_subscriber.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console_tenants_manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__add_config_subscription.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__alter_tenant.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__replace_yaml_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__cleanup_subscriptions.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__configure.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__create_tenant.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__drop_yaml_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__init_scheme.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__load_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__get_log_tail.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__get_yaml_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__get_yaml_metadata.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__log_cleanup.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__remove_computational_units.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__remove_config_subscription.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__remove_config_subscriptions.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__remove_tenant.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__remove_tenant_done.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__remove_tenant_failed.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__replace_config_subscriptions.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__revert_pool_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__set_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__toggle_config_validator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__update_confirmed_subdomain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__update_last_provided_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__update_pool_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__update_subdomain_key.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__update_tenant_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__update_tenant_pool_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/grpc_library_helper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/http.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/immediate_controls_configurator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/log_settings_configurator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/logger.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/modifications_validator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/net_classifier_updater.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/shared_cache_configurator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/tx_processor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/util.cpp -) -generate_enum_serilization(core-cms-console - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/config_item_info.h - INCLUDE_HEADERS - contrib/ydb/core/cms/console/config_item_info.h -) diff --git a/contrib/ydb/core/cms/console/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/cms/console/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d3ab1210176..00000000000 --- a/contrib/ydb/core/cms/console/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,99 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(util) -add_subdirectory(validators) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-cms-console) -target_link_libraries(core-cms-console PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-actors-core - library-actors-http - ydb-core-actorlib_impl - ydb-core-base - ydb-core-blobstorage - core-blobstorage-base - core-blobstorage-groupinfo - cms-console-validators - ydb-core-control - core-engine-minikql - ydb-core-mind - ydb-core-node_whiteboard - ydb-core-protos - ydb-core-tablet - ydb-core-tablet_flat - ydb-core-util - ydb-library-aclib - ydb-library-yaml_config - api-protos - public-lib-operation_id -) -target_sources(core-cms-console PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/config_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/configs_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/configs_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/configs_dispatcher.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console_configs_manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console_configs_provider.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console_configs_subscriber.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console_tenants_manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__add_config_subscription.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__alter_tenant.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__replace_yaml_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__cleanup_subscriptions.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__configure.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__create_tenant.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__drop_yaml_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__init_scheme.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__load_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__get_log_tail.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__get_yaml_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__get_yaml_metadata.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__log_cleanup.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__remove_computational_units.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__remove_config_subscription.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__remove_config_subscriptions.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__remove_tenant.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__remove_tenant_done.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__remove_tenant_failed.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__replace_config_subscriptions.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__revert_pool_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__set_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__toggle_config_validator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__update_confirmed_subdomain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__update_last_provided_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__update_pool_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__update_subdomain_key.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__update_tenant_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__update_tenant_pool_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/grpc_library_helper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/http.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/immediate_controls_configurator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/log_settings_configurator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/logger.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/modifications_validator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/net_classifier_updater.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/shared_cache_configurator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/tx_processor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/util.cpp -) -generate_enum_serilization(core-cms-console - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/config_item_info.h - INCLUDE_HEADERS - contrib/ydb/core/cms/console/config_item_info.h -) diff --git a/contrib/ydb/core/cms/console/CMakeLists.txt b/contrib/ydb/core/cms/console/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/cms/console/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/cms/console/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/cms/console/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 5871ec5e3de..00000000000 --- a/contrib/ydb/core/cms/console/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,98 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(util) -add_subdirectory(validators) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-cms-console) -target_link_libraries(core-cms-console PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-actors-core - library-actors-http - ydb-core-actorlib_impl - ydb-core-base - ydb-core-blobstorage - core-blobstorage-base - core-blobstorage-groupinfo - cms-console-validators - ydb-core-control - core-engine-minikql - ydb-core-mind - ydb-core-node_whiteboard - ydb-core-protos - ydb-core-tablet - ydb-core-tablet_flat - ydb-core-util - ydb-library-aclib - ydb-library-yaml_config - api-protos - public-lib-operation_id -) -target_sources(core-cms-console PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/config_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/configs_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/configs_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/configs_dispatcher.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console_configs_manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console_configs_provider.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console_configs_subscriber.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console_tenants_manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__add_config_subscription.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__alter_tenant.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__replace_yaml_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__cleanup_subscriptions.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__configure.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__create_tenant.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__drop_yaml_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__init_scheme.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__load_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__get_log_tail.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__get_yaml_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__get_yaml_metadata.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__log_cleanup.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__remove_computational_units.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__remove_config_subscription.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__remove_config_subscriptions.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__remove_tenant.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__remove_tenant_done.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__remove_tenant_failed.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__replace_config_subscriptions.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__revert_pool_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__set_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__toggle_config_validator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__update_confirmed_subdomain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__update_last_provided_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__update_pool_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__update_subdomain_key.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__update_tenant_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/console__update_tenant_pool_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/grpc_library_helper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/http.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/immediate_controls_configurator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/log_settings_configurator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/logger.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/modifications_validator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/net_classifier_updater.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/shared_cache_configurator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/tx_processor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/util.cpp -) -generate_enum_serilization(core-cms-console - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/config_item_info.h - INCLUDE_HEADERS - contrib/ydb/core/cms/console/config_item_info.h -) diff --git a/contrib/ydb/core/cms/console/util/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/cms/console/util/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 0af02aec488..00000000000 --- a/contrib/ydb/core/cms/console/util/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(cms-console-util) -target_link_libraries(cms-console-util PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-protos -) -target_sources(cms-console-util PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/util/config_index.cpp -) diff --git a/contrib/ydb/core/cms/console/util/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/cms/console/util/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 30606d00374..00000000000 --- a/contrib/ydb/core/cms/console/util/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(cms-console-util) -target_link_libraries(cms-console-util PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-protos -) -target_sources(cms-console-util PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/util/config_index.cpp -) diff --git a/contrib/ydb/core/cms/console/util/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/cms/console/util/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 30606d00374..00000000000 --- a/contrib/ydb/core/cms/console/util/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(cms-console-util) -target_link_libraries(cms-console-util PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-protos -) -target_sources(cms-console-util PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/util/config_index.cpp -) diff --git a/contrib/ydb/core/cms/console/util/CMakeLists.txt b/contrib/ydb/core/cms/console/util/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/cms/console/util/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/cms/console/util/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/cms/console/util/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 0af02aec488..00000000000 --- a/contrib/ydb/core/cms/console/util/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(cms-console-util) -target_link_libraries(cms-console-util PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-protos -) -target_sources(cms-console-util PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/util/config_index.cpp -) diff --git a/contrib/ydb/core/cms/console/validators/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/cms/console/validators/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index ef081378455..00000000000 --- a/contrib/ydb/core/cms/console/validators/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(cms-console-validators) -target_link_libraries(cms-console-validators PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-protos - ydb-core-tablet - api-protos - cpp-deprecated-atomic -) -target_sources(cms-console-validators PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/validators/core_validators.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/validators/registry.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/validators/validator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/validators/validator_bootstrap.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/validators/validator_nameservice.cpp -) diff --git a/contrib/ydb/core/cms/console/validators/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/cms/console/validators/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 76664d47c9e..00000000000 --- a/contrib/ydb/core/cms/console/validators/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(cms-console-validators) -target_link_libraries(cms-console-validators PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-protos - ydb-core-tablet - api-protos - cpp-deprecated-atomic -) -target_sources(cms-console-validators PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/validators/core_validators.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/validators/registry.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/validators/validator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/validators/validator_bootstrap.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/validators/validator_nameservice.cpp -) diff --git a/contrib/ydb/core/cms/console/validators/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/cms/console/validators/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 76664d47c9e..00000000000 --- a/contrib/ydb/core/cms/console/validators/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(cms-console-validators) -target_link_libraries(cms-console-validators PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-protos - ydb-core-tablet - api-protos - cpp-deprecated-atomic -) -target_sources(cms-console-validators PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/validators/core_validators.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/validators/registry.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/validators/validator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/validators/validator_bootstrap.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/validators/validator_nameservice.cpp -) diff --git a/contrib/ydb/core/cms/console/validators/CMakeLists.txt b/contrib/ydb/core/cms/console/validators/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/cms/console/validators/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/cms/console/validators/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/cms/console/validators/CMakeLists.windows-x86_64.txt deleted file mode 100644 index ef081378455..00000000000 --- a/contrib/ydb/core/cms/console/validators/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(cms-console-validators) -target_link_libraries(cms-console-validators PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-protos - ydb-core-tablet - api-protos - cpp-deprecated-atomic -) -target_sources(cms-console-validators PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/validators/core_validators.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/validators/registry.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/validators/validator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/validators/validator_bootstrap.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/cms/console/validators/validator_nameservice.cpp -) diff --git a/contrib/ydb/core/control/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/control/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 19714ddad3b..00000000000 --- a/contrib/ydb/core/control/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(ydb-core-control) -target_link_libraries(ydb-core-control PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-monlib-dynamic_counters - ydb-core-base - ydb-core-mon - ydb-core-node_whiteboard - cpp-deprecated-atomic -) -target_sources(ydb-core-control PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/control/immediate_control_board_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/control/immediate_control_board_control.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/control/immediate_control_board_impl.cpp -) diff --git a/contrib/ydb/core/control/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/control/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 19559ee4353..00000000000 --- a/contrib/ydb/core/control/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(ydb-core-control) -target_link_libraries(ydb-core-control PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-monlib-dynamic_counters - ydb-core-base - ydb-core-mon - ydb-core-node_whiteboard - cpp-deprecated-atomic -) -target_sources(ydb-core-control PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/control/immediate_control_board_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/control/immediate_control_board_control.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/control/immediate_control_board_impl.cpp -) diff --git a/contrib/ydb/core/control/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/control/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 19559ee4353..00000000000 --- a/contrib/ydb/core/control/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(ydb-core-control) -target_link_libraries(ydb-core-control PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-monlib-dynamic_counters - ydb-core-base - ydb-core-mon - ydb-core-node_whiteboard - cpp-deprecated-atomic -) -target_sources(ydb-core-control PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/control/immediate_control_board_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/control/immediate_control_board_control.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/control/immediate_control_board_impl.cpp -) diff --git a/contrib/ydb/core/control/CMakeLists.txt b/contrib/ydb/core/control/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/control/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/control/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/control/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 19714ddad3b..00000000000 --- a/contrib/ydb/core/control/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(ydb-core-control) -target_link_libraries(ydb-core-control PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-monlib-dynamic_counters - ydb-core-base - ydb-core-mon - ydb-core-node_whiteboard - cpp-deprecated-atomic -) -target_sources(ydb-core-control PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/control/immediate_control_board_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/control/immediate_control_board_control.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/control/immediate_control_board_impl.cpp -) diff --git a/contrib/ydb/core/debug/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/debug/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d7e9c055d75..00000000000 --- a/contrib/ydb/core/debug/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(ydb-core-debug) -target_link_libraries(ydb-core-debug PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(ydb-core-debug PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/debug/valgrind_check.cpp -) diff --git a/contrib/ydb/core/debug/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/debug/CMakeLists.linux-aarch64.txt deleted file mode 100644 index bfb41f57094..00000000000 --- a/contrib/ydb/core/debug/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(ydb-core-debug) -target_link_libraries(ydb-core-debug PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(ydb-core-debug PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/debug/valgrind_check.cpp -) diff --git a/contrib/ydb/core/debug/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/debug/CMakeLists.linux-x86_64.txt deleted file mode 100644 index bfb41f57094..00000000000 --- a/contrib/ydb/core/debug/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(ydb-core-debug) -target_link_libraries(ydb-core-debug PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(ydb-core-debug PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/debug/valgrind_check.cpp -) diff --git a/contrib/ydb/core/debug/CMakeLists.txt b/contrib/ydb/core/debug/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/debug/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/debug/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/debug/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d7e9c055d75..00000000000 --- a/contrib/ydb/core/debug/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(ydb-core-debug) -target_link_libraries(ydb-core-debug PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(ydb-core-debug PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/debug/valgrind_check.cpp -) diff --git a/contrib/ydb/core/discovery/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/discovery/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 98d06eee3b7..00000000000 --- a/contrib/ydb/core/discovery/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(ydb-core-discovery) -target_link_libraries(ydb-core-discovery PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - core-tx-scheme_cache - library-actors-core -) -target_sources(ydb-core-discovery PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/discovery/discovery.cpp -) diff --git a/contrib/ydb/core/discovery/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/discovery/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 0569696a798..00000000000 --- a/contrib/ydb/core/discovery/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(ydb-core-discovery) -target_link_libraries(ydb-core-discovery PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - core-tx-scheme_cache - library-actors-core -) -target_sources(ydb-core-discovery PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/discovery/discovery.cpp -) diff --git a/contrib/ydb/core/discovery/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/discovery/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 0569696a798..00000000000 --- a/contrib/ydb/core/discovery/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(ydb-core-discovery) -target_link_libraries(ydb-core-discovery PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - core-tx-scheme_cache - library-actors-core -) -target_sources(ydb-core-discovery PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/discovery/discovery.cpp -) diff --git a/contrib/ydb/core/discovery/CMakeLists.txt b/contrib/ydb/core/discovery/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/discovery/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/discovery/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/discovery/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 98d06eee3b7..00000000000 --- a/contrib/ydb/core/discovery/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(ydb-core-discovery) -target_link_libraries(ydb-core-discovery PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - core-tx-scheme_cache - library-actors-core -) -target_sources(ydb-core-discovery PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/discovery/discovery.cpp -) diff --git a/contrib/ydb/core/docapi/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/docapi/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index f49bbc5c62d..00000000000 --- a/contrib/ydb/core/docapi/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(ydb-core-docapi) -target_compile_options(ydb-core-docapi PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-docapi PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(ydb-core-docapi PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/docapi/traits.cpp -) diff --git a/contrib/ydb/core/docapi/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/docapi/CMakeLists.linux-aarch64.txt deleted file mode 100644 index ba4a8f133e7..00000000000 --- a/contrib/ydb/core/docapi/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(ydb-core-docapi) -target_compile_options(ydb-core-docapi PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-docapi PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(ydb-core-docapi PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/docapi/traits.cpp -) diff --git a/contrib/ydb/core/docapi/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/docapi/CMakeLists.linux-x86_64.txt deleted file mode 100644 index ba4a8f133e7..00000000000 --- a/contrib/ydb/core/docapi/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(ydb-core-docapi) -target_compile_options(ydb-core-docapi PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-docapi PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(ydb-core-docapi PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/docapi/traits.cpp -) diff --git a/contrib/ydb/core/docapi/CMakeLists.txt b/contrib/ydb/core/docapi/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/docapi/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/docapi/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/docapi/CMakeLists.windows-x86_64.txt deleted file mode 100644 index f49bbc5c62d..00000000000 --- a/contrib/ydb/core/docapi/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(ydb-core-docapi) -target_compile_options(ydb-core-docapi PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-docapi PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(ydb-core-docapi PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/docapi/traits.cpp -) diff --git a/contrib/ydb/core/driver_lib/CMakeLists.txt b/contrib/ydb/core/driver_lib/CMakeLists.txt deleted file mode 100644 index f47abb4eef0..00000000000 --- a/contrib/ydb/core/driver_lib/CMakeLists.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_subdirectory(base_utils) -add_subdirectory(cli_base) -add_subdirectory(cli_config_base) -add_subdirectory(cli_utils) -add_subdirectory(run) -add_subdirectory(version) diff --git a/contrib/ydb/core/driver_lib/base_utils/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/driver_lib/base_utils/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index e18516370d2..00000000000 --- a/contrib/ydb/core/driver_lib/base_utils/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(base_utils) -target_compile_options(base_utils PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(base_utils PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-enum_codegen - library-grpc-client - core-blobstorage-pdisk - core-client-server - core-driver_lib-cli_config_base - ydb-core-protos - lib-deprecated-client -) -target_sources(base_utils PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/base_utils/format_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/base_utils/format_util.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/base_utils/node_by_host.cpp -) diff --git a/contrib/ydb/core/driver_lib/base_utils/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/driver_lib/base_utils/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 20423fa03a1..00000000000 --- a/contrib/ydb/core/driver_lib/base_utils/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(base_utils) -target_compile_options(base_utils PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(base_utils PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-deprecated-enum_codegen - library-grpc-client - core-blobstorage-pdisk - core-client-server - core-driver_lib-cli_config_base - ydb-core-protos - lib-deprecated-client -) -target_sources(base_utils PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/base_utils/format_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/base_utils/format_util.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/base_utils/node_by_host.cpp -) diff --git a/contrib/ydb/core/driver_lib/base_utils/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/driver_lib/base_utils/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 20423fa03a1..00000000000 --- a/contrib/ydb/core/driver_lib/base_utils/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(base_utils) -target_compile_options(base_utils PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(base_utils PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-deprecated-enum_codegen - library-grpc-client - core-blobstorage-pdisk - core-client-server - core-driver_lib-cli_config_base - ydb-core-protos - lib-deprecated-client -) -target_sources(base_utils PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/base_utils/format_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/base_utils/format_util.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/base_utils/node_by_host.cpp -) diff --git a/contrib/ydb/core/driver_lib/base_utils/CMakeLists.txt b/contrib/ydb/core/driver_lib/base_utils/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/driver_lib/base_utils/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/driver_lib/base_utils/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/driver_lib/base_utils/CMakeLists.windows-x86_64.txt deleted file mode 100644 index e18516370d2..00000000000 --- a/contrib/ydb/core/driver_lib/base_utils/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(base_utils) -target_compile_options(base_utils PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(base_utils PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-enum_codegen - library-grpc-client - core-blobstorage-pdisk - core-client-server - core-driver_lib-cli_config_base - ydb-core-protos - lib-deprecated-client -) -target_sources(base_utils PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/base_utils/format_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/base_utils/format_util.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/base_utils/node_by_host.cpp -) diff --git a/contrib/ydb/core/driver_lib/cli_base/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/driver_lib/cli_base/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 068246319ea..00000000000 --- a/contrib/ydb/core/driver_lib/cli_base/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(cli_base) -target_compile_options(cli_base PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(cli_base PUBLIC - contrib-libs-cxxsupp - yutil - core-driver_lib-cli_config_base - ydb-library-aclib - lib-deprecated-kicli - common - cpp-client-resources - cpp-client-ydb_table -) -target_sources(cli_base PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_base/cli_cmds_db.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_base/cli_cmds_discovery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_base/cli_cmds_root.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_base/cli_cmds_whoami.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_base/cli_kicli.cpp -) diff --git a/contrib/ydb/core/driver_lib/cli_base/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/driver_lib/cli_base/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 49c9836efc4..00000000000 --- a/contrib/ydb/core/driver_lib/cli_base/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(cli_base) -target_compile_options(cli_base PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(cli_base PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-driver_lib-cli_config_base - ydb-library-aclib - lib-deprecated-kicli - common - cpp-client-resources - cpp-client-ydb_table -) -target_sources(cli_base PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_base/cli_cmds_db.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_base/cli_cmds_discovery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_base/cli_cmds_root.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_base/cli_cmds_whoami.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_base/cli_kicli.cpp -) diff --git a/contrib/ydb/core/driver_lib/cli_base/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/driver_lib/cli_base/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 49c9836efc4..00000000000 --- a/contrib/ydb/core/driver_lib/cli_base/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(cli_base) -target_compile_options(cli_base PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(cli_base PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-driver_lib-cli_config_base - ydb-library-aclib - lib-deprecated-kicli - common - cpp-client-resources - cpp-client-ydb_table -) -target_sources(cli_base PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_base/cli_cmds_db.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_base/cli_cmds_discovery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_base/cli_cmds_root.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_base/cli_cmds_whoami.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_base/cli_kicli.cpp -) diff --git a/contrib/ydb/core/driver_lib/cli_base/CMakeLists.txt b/contrib/ydb/core/driver_lib/cli_base/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/driver_lib/cli_base/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/driver_lib/cli_base/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/driver_lib/cli_base/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 068246319ea..00000000000 --- a/contrib/ydb/core/driver_lib/cli_base/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(cli_base) -target_compile_options(cli_base PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(cli_base PUBLIC - contrib-libs-cxxsupp - yutil - core-driver_lib-cli_config_base - ydb-library-aclib - lib-deprecated-kicli - common - cpp-client-resources - cpp-client-ydb_table -) -target_sources(cli_base PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_base/cli_cmds_db.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_base/cli_cmds_discovery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_base/cli_cmds_root.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_base/cli_cmds_whoami.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_base/cli_kicli.cpp -) diff --git a/contrib/ydb/core/driver_lib/cli_config_base/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/driver_lib/cli_config_base/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index aa9a8851c87..00000000000 --- a/contrib/ydb/core/driver_lib/cli_config_base/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(core-driver_lib-cli_config_base) -target_compile_options(core-driver_lib-cli_config_base PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-driver_lib-cli_config_base PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-enum_codegen - ydb-core-util - lib-deprecated-client - library-yql-minikql -) -target_sources(core-driver_lib-cli_config_base PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_config_base/config_base.cpp -) diff --git a/contrib/ydb/core/driver_lib/cli_config_base/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/driver_lib/cli_config_base/CMakeLists.linux-aarch64.txt deleted file mode 100644 index c88c4c5eebe..00000000000 --- a/contrib/ydb/core/driver_lib/cli_config_base/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(core-driver_lib-cli_config_base) -target_compile_options(core-driver_lib-cli_config_base PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-driver_lib-cli_config_base PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-deprecated-enum_codegen - ydb-core-util - lib-deprecated-client - library-yql-minikql -) -target_sources(core-driver_lib-cli_config_base PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_config_base/config_base.cpp -) diff --git a/contrib/ydb/core/driver_lib/cli_config_base/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/driver_lib/cli_config_base/CMakeLists.linux-x86_64.txt deleted file mode 100644 index c88c4c5eebe..00000000000 --- a/contrib/ydb/core/driver_lib/cli_config_base/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(core-driver_lib-cli_config_base) -target_compile_options(core-driver_lib-cli_config_base PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-driver_lib-cli_config_base PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-deprecated-enum_codegen - ydb-core-util - lib-deprecated-client - library-yql-minikql -) -target_sources(core-driver_lib-cli_config_base PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_config_base/config_base.cpp -) diff --git a/contrib/ydb/core/driver_lib/cli_config_base/CMakeLists.txt b/contrib/ydb/core/driver_lib/cli_config_base/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/driver_lib/cli_config_base/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/driver_lib/cli_config_base/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/driver_lib/cli_config_base/CMakeLists.windows-x86_64.txt deleted file mode 100644 index aa9a8851c87..00000000000 --- a/contrib/ydb/core/driver_lib/cli_config_base/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(core-driver_lib-cli_config_base) -target_compile_options(core-driver_lib-cli_config_base PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-driver_lib-cli_config_base PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-enum_codegen - ydb-core-util - lib-deprecated-client - library-yql-minikql -) -target_sources(core-driver_lib-cli_config_base PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_config_base/config_base.cpp -) diff --git a/contrib/ydb/core/driver_lib/cli_utils/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/driver_lib/cli_utils/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a71a50a84ff..00000000000 --- a/contrib/ydb/core/driver_lib/cli_utils/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(cli_utils) -target_compile_options(cli_utils PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(cli_utils PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-enum_codegen - library-grpc-client - cpp-protobuf-json - library-cpp-yson - ydb-core-actorlib_impl - ydb-core-base - core-blobstorage-pdisk - core-client-minikql_compile - core-client-scheme_cache_lib - cli_base - ydb-core-engine - ydb-core-erasure - core-mind-bscontroller - ydb-core-protos - ydb-core-scheme - ydb-library-aclib - library-folder_service-proto - ydb-library-yaml_config - api-grpc - api-grpc-draft - lib-deprecated-client - common - cpp-client-ydb_discovery - cpp-client-ydb_driver -) -target_sources(cli_utils PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_actorsystem_perftest.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_cmd_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_cmds_admin.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_cmds_bs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_cmds_cms.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_cmds_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_cmds_console.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_cmds_debug.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_cmds_disk.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_cmds_genconfig.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_cmds_get.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_cmds_group.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_cmds_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_cmds_root.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_cmds_server.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_cmds_tablet.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_cmds_tenant.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_fakeinitshard.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_keyvalue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_persqueue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_persqueue_cluster_discovery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_persqueue_stress.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_load.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_minikql_compile_and_exec.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_mb_trace.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_scheme_cache_append.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_scheme_initroot.cpp -) diff --git a/contrib/ydb/core/driver_lib/cli_utils/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/driver_lib/cli_utils/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 35ea92b1fe6..00000000000 --- a/contrib/ydb/core/driver_lib/cli_utils/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(cli_utils) -target_compile_options(cli_utils PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(cli_utils PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-deprecated-enum_codegen - library-grpc-client - cpp-protobuf-json - library-cpp-yson - ydb-core-actorlib_impl - ydb-core-base - core-blobstorage-pdisk - core-client-minikql_compile - core-client-scheme_cache_lib - cli_base - ydb-core-engine - ydb-core-erasure - core-mind-bscontroller - ydb-core-protos - ydb-core-scheme - ydb-library-aclib - library-folder_service-proto - ydb-library-yaml_config - api-grpc - api-grpc-draft - lib-deprecated-client - common - cpp-client-ydb_discovery - cpp-client-ydb_driver -) -target_sources(cli_utils PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_actorsystem_perftest.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_cmd_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_cmds_admin.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_cmds_bs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_cmds_cms.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_cmds_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_cmds_console.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_cmds_debug.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_cmds_disk.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_cmds_genconfig.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_cmds_get.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_cmds_group.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_cmds_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_cmds_root.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_cmds_server.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_cmds_tablet.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_cmds_tenant.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_fakeinitshard.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_keyvalue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_persqueue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_persqueue_cluster_discovery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_persqueue_stress.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_load.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_minikql_compile_and_exec.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_mb_trace.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_scheme_cache_append.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_scheme_initroot.cpp -) diff --git a/contrib/ydb/core/driver_lib/cli_utils/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/driver_lib/cli_utils/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 35ea92b1fe6..00000000000 --- a/contrib/ydb/core/driver_lib/cli_utils/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(cli_utils) -target_compile_options(cli_utils PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(cli_utils PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-deprecated-enum_codegen - library-grpc-client - cpp-protobuf-json - library-cpp-yson - ydb-core-actorlib_impl - ydb-core-base - core-blobstorage-pdisk - core-client-minikql_compile - core-client-scheme_cache_lib - cli_base - ydb-core-engine - ydb-core-erasure - core-mind-bscontroller - ydb-core-protos - ydb-core-scheme - ydb-library-aclib - library-folder_service-proto - ydb-library-yaml_config - api-grpc - api-grpc-draft - lib-deprecated-client - common - cpp-client-ydb_discovery - cpp-client-ydb_driver -) -target_sources(cli_utils PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_actorsystem_perftest.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_cmd_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_cmds_admin.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_cmds_bs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_cmds_cms.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_cmds_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_cmds_console.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_cmds_debug.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_cmds_disk.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_cmds_genconfig.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_cmds_get.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_cmds_group.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_cmds_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_cmds_root.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_cmds_server.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_cmds_tablet.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_cmds_tenant.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_fakeinitshard.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_keyvalue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_persqueue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_persqueue_cluster_discovery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_persqueue_stress.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_load.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_minikql_compile_and_exec.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_mb_trace.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_scheme_cache_append.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_scheme_initroot.cpp -) diff --git a/contrib/ydb/core/driver_lib/cli_utils/CMakeLists.txt b/contrib/ydb/core/driver_lib/cli_utils/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/driver_lib/cli_utils/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/driver_lib/cli_utils/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/driver_lib/cli_utils/CMakeLists.windows-x86_64.txt deleted file mode 100644 index a71a50a84ff..00000000000 --- a/contrib/ydb/core/driver_lib/cli_utils/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(cli_utils) -target_compile_options(cli_utils PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(cli_utils PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-enum_codegen - library-grpc-client - cpp-protobuf-json - library-cpp-yson - ydb-core-actorlib_impl - ydb-core-base - core-blobstorage-pdisk - core-client-minikql_compile - core-client-scheme_cache_lib - cli_base - ydb-core-engine - ydb-core-erasure - core-mind-bscontroller - ydb-core-protos - ydb-core-scheme - ydb-library-aclib - library-folder_service-proto - ydb-library-yaml_config - api-grpc - api-grpc-draft - lib-deprecated-client - common - cpp-client-ydb_discovery - cpp-client-ydb_driver -) -target_sources(cli_utils PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_actorsystem_perftest.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_cmd_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_cmds_admin.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_cmds_bs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_cmds_cms.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_cmds_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_cmds_console.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_cmds_debug.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_cmds_disk.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_cmds_genconfig.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_cmds_get.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_cmds_group.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_cmds_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_cmds_root.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_cmds_server.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_cmds_tablet.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_cmds_tenant.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_fakeinitshard.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_keyvalue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_persqueue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_persqueue_cluster_discovery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_persqueue_stress.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_load.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_minikql_compile_and_exec.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_mb_trace.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_scheme_cache_append.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/cli_utils/cli_scheme_initroot.cpp -) diff --git a/contrib/ydb/core/driver_lib/run/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/driver_lib/run/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 578c001ac14..00000000000 --- a/contrib/ydb/core/driver_lib/run/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,163 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(run) -target_compile_options(run PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(run PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - library-actors-core - library-actors-dnsresolver - library-actors-interconnect - library-actors-memory_log - library-actors-prof - library-actors-protos - library-actors-util - cpp-getopt-small - library-grpc-client - library-grpc-server - grpc-server-actors - library-cpp-logger - cpp-malloc-api - library-cpp-messagebus - cpp-monlib-dynamic_counters - cpp-monlib-messagebus - library-cpp-sighandler - cpp-string_utils-parse_size - library-cpp-svnversion - ydb-core-actorlib_impl - ydb-core-audit - ydb-core-base - ydb-core-blob_depot - ydb-core-blobstorage - core-blobstorage-backpressure - core-blobstorage-nodewarden - core-blobstorage-other - core-blobstorage-pdisk - blobstorage-vdisk-common - core-client-minikql_compile - core-client-scheme_cache_lib - core-client-server - ydb-core-cms - core-cms-console - ydb-core-control - base_utils - core-driver_lib-cli_config_base - cli_utils - version - ydb-core-formats - fq-libs-init - fq-libs-logs - ydb-core-grpc_services - core-grpc_services-base - core-grpc_services-auth_processor - ydb-core-health_check - ydb-core-http_proxy - core-kesus-proxy - core-kesus-tablet - ydb-core-keyvalue - ydb-core-kafka_proxy - ydb-core-kqp - core-kqp-federated_query - core-kqp-finalize_script_service - core-kqp-rm_service - ydb-core-load_test - ydb-core-local_pgwire - ydb-core-log_backend - ydb-core-metering - ydb-core-mind - core-mind-address_classification - core-mind-bscontroller - core-mind-hive - ydb-core-mon - ydb-core-mon_alloc - ydb-core-node_whiteboard - ydb-core-persqueue - ydb-core-protos - ydb-core-public_http - ydb-core-quoter - ydb-core-scheme - ydb-core-scheme_types - ydb-core-security - ydb-core-statistics - core-statistics-aggregator - core-sys_view-processor - core-sys_view-service - ydb-core-tablet - ydb-core-tablet_flat - ydb-core-test_tablet - ydb-core-tracing - ydb-core-tx - core-tx-columnshard - core-tx-coordinator - tx-conveyor-service - core-tx-datashard - core-tx-long_tx_service - tx-long_tx_service-public - core-tx-mediator - tx-replication-controller - tx-replication-service - core-tx-scheme_board - core-tx-schemeshard - core-tx-sequenceproxy - core-tx-sequenceshard - core-tx-time_cast - core-tx-tx_allocator - core-tx-tx_proxy - ydb-core-util - ydb-core-viewer - core-ymq-actor - core-ymq-http - ydb-library-folder_service - library-folder_service-proto - ydb-library-pdisk_io - ydb-library-security - minikql-comp_nodes-llvm - providers-pq-cm_client - udf-service-exception_policy - public-lib-base - lib-deprecated-client - ydb-services-auth - ydb-services-cms - ydb-services-dynamic_config - ydb-services-datastreams - ydb-services-discovery - ydb-services-fq - ydb-services-kesus - ydb-services-keyvalue - ydb-services-local_discovery - ydb-services-maintenance - services-metadata-ds_table - ydb-services-metadata - services-bg_tasks-ds_table - ydb-services-bg_tasks - services-ext_index-service - services-ext_index-metadata - ydb-services-monitoring - ydb-services-persqueue_cluster_discovery - services-deprecated-persqueue_v0 - ydb-services-persqueue_v1 - ydb-services-rate_limiter - ydb-services-ydb -) -target_sources(run PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/run/auto_config_initializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/run/config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/run/config_parser.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/run/dummy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/run/factories.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/run/kikimr_services_initializers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/run/main.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/run/run.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/run/service_initializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/run/cert_auth_props.cpp -) diff --git a/contrib/ydb/core/driver_lib/run/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/driver_lib/run/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 8b2b1fdcd95..00000000000 --- a/contrib/ydb/core/driver_lib/run/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,164 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(run) -target_compile_options(run PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(run PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - library-actors-core - library-actors-dnsresolver - library-actors-interconnect - library-actors-memory_log - library-actors-prof - library-actors-protos - library-actors-util - cpp-getopt-small - library-grpc-client - library-grpc-server - grpc-server-actors - library-cpp-logger - cpp-malloc-api - library-cpp-messagebus - cpp-monlib-dynamic_counters - cpp-monlib-messagebus - library-cpp-sighandler - cpp-string_utils-parse_size - library-cpp-svnversion - ydb-core-actorlib_impl - ydb-core-audit - ydb-core-base - ydb-core-blob_depot - ydb-core-blobstorage - core-blobstorage-backpressure - core-blobstorage-nodewarden - core-blobstorage-other - core-blobstorage-pdisk - blobstorage-vdisk-common - core-client-minikql_compile - core-client-scheme_cache_lib - core-client-server - ydb-core-cms - core-cms-console - ydb-core-control - base_utils - core-driver_lib-cli_config_base - cli_utils - version - ydb-core-formats - fq-libs-init - fq-libs-logs - ydb-core-grpc_services - core-grpc_services-base - core-grpc_services-auth_processor - ydb-core-health_check - ydb-core-http_proxy - core-kesus-proxy - core-kesus-tablet - ydb-core-keyvalue - ydb-core-kafka_proxy - ydb-core-kqp - core-kqp-federated_query - core-kqp-finalize_script_service - core-kqp-rm_service - ydb-core-load_test - ydb-core-local_pgwire - ydb-core-log_backend - ydb-core-metering - ydb-core-mind - core-mind-address_classification - core-mind-bscontroller - core-mind-hive - ydb-core-mon - ydb-core-mon_alloc - ydb-core-node_whiteboard - ydb-core-persqueue - ydb-core-protos - ydb-core-public_http - ydb-core-quoter - ydb-core-scheme - ydb-core-scheme_types - ydb-core-security - ydb-core-statistics - core-statistics-aggregator - core-sys_view-processor - core-sys_view-service - ydb-core-tablet - ydb-core-tablet_flat - ydb-core-test_tablet - ydb-core-tracing - ydb-core-tx - core-tx-columnshard - core-tx-coordinator - tx-conveyor-service - core-tx-datashard - core-tx-long_tx_service - tx-long_tx_service-public - core-tx-mediator - tx-replication-controller - tx-replication-service - core-tx-scheme_board - core-tx-schemeshard - core-tx-sequenceproxy - core-tx-sequenceshard - core-tx-time_cast - core-tx-tx_allocator - core-tx-tx_proxy - ydb-core-util - ydb-core-viewer - core-ymq-actor - core-ymq-http - ydb-library-folder_service - library-folder_service-proto - ydb-library-pdisk_io - ydb-library-security - minikql-comp_nodes-llvm - providers-pq-cm_client - udf-service-exception_policy - public-lib-base - lib-deprecated-client - ydb-services-auth - ydb-services-cms - ydb-services-dynamic_config - ydb-services-datastreams - ydb-services-discovery - ydb-services-fq - ydb-services-kesus - ydb-services-keyvalue - ydb-services-local_discovery - ydb-services-maintenance - services-metadata-ds_table - ydb-services-metadata - services-bg_tasks-ds_table - ydb-services-bg_tasks - services-ext_index-service - services-ext_index-metadata - ydb-services-monitoring - ydb-services-persqueue_cluster_discovery - services-deprecated-persqueue_v0 - ydb-services-persqueue_v1 - ydb-services-rate_limiter - ydb-services-ydb -) -target_sources(run PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/run/auto_config_initializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/run/config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/run/config_parser.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/run/dummy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/run/factories.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/run/kikimr_services_initializers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/run/main.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/run/run.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/run/service_initializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/run/cert_auth_props.cpp -) diff --git a/contrib/ydb/core/driver_lib/run/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/driver_lib/run/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 8b2b1fdcd95..00000000000 --- a/contrib/ydb/core/driver_lib/run/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,164 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(run) -target_compile_options(run PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(run PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - library-actors-core - library-actors-dnsresolver - library-actors-interconnect - library-actors-memory_log - library-actors-prof - library-actors-protos - library-actors-util - cpp-getopt-small - library-grpc-client - library-grpc-server - grpc-server-actors - library-cpp-logger - cpp-malloc-api - library-cpp-messagebus - cpp-monlib-dynamic_counters - cpp-monlib-messagebus - library-cpp-sighandler - cpp-string_utils-parse_size - library-cpp-svnversion - ydb-core-actorlib_impl - ydb-core-audit - ydb-core-base - ydb-core-blob_depot - ydb-core-blobstorage - core-blobstorage-backpressure - core-blobstorage-nodewarden - core-blobstorage-other - core-blobstorage-pdisk - blobstorage-vdisk-common - core-client-minikql_compile - core-client-scheme_cache_lib - core-client-server - ydb-core-cms - core-cms-console - ydb-core-control - base_utils - core-driver_lib-cli_config_base - cli_utils - version - ydb-core-formats - fq-libs-init - fq-libs-logs - ydb-core-grpc_services - core-grpc_services-base - core-grpc_services-auth_processor - ydb-core-health_check - ydb-core-http_proxy - core-kesus-proxy - core-kesus-tablet - ydb-core-keyvalue - ydb-core-kafka_proxy - ydb-core-kqp - core-kqp-federated_query - core-kqp-finalize_script_service - core-kqp-rm_service - ydb-core-load_test - ydb-core-local_pgwire - ydb-core-log_backend - ydb-core-metering - ydb-core-mind - core-mind-address_classification - core-mind-bscontroller - core-mind-hive - ydb-core-mon - ydb-core-mon_alloc - ydb-core-node_whiteboard - ydb-core-persqueue - ydb-core-protos - ydb-core-public_http - ydb-core-quoter - ydb-core-scheme - ydb-core-scheme_types - ydb-core-security - ydb-core-statistics - core-statistics-aggregator - core-sys_view-processor - core-sys_view-service - ydb-core-tablet - ydb-core-tablet_flat - ydb-core-test_tablet - ydb-core-tracing - ydb-core-tx - core-tx-columnshard - core-tx-coordinator - tx-conveyor-service - core-tx-datashard - core-tx-long_tx_service - tx-long_tx_service-public - core-tx-mediator - tx-replication-controller - tx-replication-service - core-tx-scheme_board - core-tx-schemeshard - core-tx-sequenceproxy - core-tx-sequenceshard - core-tx-time_cast - core-tx-tx_allocator - core-tx-tx_proxy - ydb-core-util - ydb-core-viewer - core-ymq-actor - core-ymq-http - ydb-library-folder_service - library-folder_service-proto - ydb-library-pdisk_io - ydb-library-security - minikql-comp_nodes-llvm - providers-pq-cm_client - udf-service-exception_policy - public-lib-base - lib-deprecated-client - ydb-services-auth - ydb-services-cms - ydb-services-dynamic_config - ydb-services-datastreams - ydb-services-discovery - ydb-services-fq - ydb-services-kesus - ydb-services-keyvalue - ydb-services-local_discovery - ydb-services-maintenance - services-metadata-ds_table - ydb-services-metadata - services-bg_tasks-ds_table - ydb-services-bg_tasks - services-ext_index-service - services-ext_index-metadata - ydb-services-monitoring - ydb-services-persqueue_cluster_discovery - services-deprecated-persqueue_v0 - ydb-services-persqueue_v1 - ydb-services-rate_limiter - ydb-services-ydb -) -target_sources(run PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/run/auto_config_initializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/run/config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/run/config_parser.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/run/dummy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/run/factories.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/run/kikimr_services_initializers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/run/main.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/run/run.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/run/service_initializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/run/cert_auth_props.cpp -) diff --git a/contrib/ydb/core/driver_lib/run/CMakeLists.txt b/contrib/ydb/core/driver_lib/run/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/driver_lib/run/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/driver_lib/run/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/driver_lib/run/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 578c001ac14..00000000000 --- a/contrib/ydb/core/driver_lib/run/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,163 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(run) -target_compile_options(run PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(run PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - library-actors-core - library-actors-dnsresolver - library-actors-interconnect - library-actors-memory_log - library-actors-prof - library-actors-protos - library-actors-util - cpp-getopt-small - library-grpc-client - library-grpc-server - grpc-server-actors - library-cpp-logger - cpp-malloc-api - library-cpp-messagebus - cpp-monlib-dynamic_counters - cpp-monlib-messagebus - library-cpp-sighandler - cpp-string_utils-parse_size - library-cpp-svnversion - ydb-core-actorlib_impl - ydb-core-audit - ydb-core-base - ydb-core-blob_depot - ydb-core-blobstorage - core-blobstorage-backpressure - core-blobstorage-nodewarden - core-blobstorage-other - core-blobstorage-pdisk - blobstorage-vdisk-common - core-client-minikql_compile - core-client-scheme_cache_lib - core-client-server - ydb-core-cms - core-cms-console - ydb-core-control - base_utils - core-driver_lib-cli_config_base - cli_utils - version - ydb-core-formats - fq-libs-init - fq-libs-logs - ydb-core-grpc_services - core-grpc_services-base - core-grpc_services-auth_processor - ydb-core-health_check - ydb-core-http_proxy - core-kesus-proxy - core-kesus-tablet - ydb-core-keyvalue - ydb-core-kafka_proxy - ydb-core-kqp - core-kqp-federated_query - core-kqp-finalize_script_service - core-kqp-rm_service - ydb-core-load_test - ydb-core-local_pgwire - ydb-core-log_backend - ydb-core-metering - ydb-core-mind - core-mind-address_classification - core-mind-bscontroller - core-mind-hive - ydb-core-mon - ydb-core-mon_alloc - ydb-core-node_whiteboard - ydb-core-persqueue - ydb-core-protos - ydb-core-public_http - ydb-core-quoter - ydb-core-scheme - ydb-core-scheme_types - ydb-core-security - ydb-core-statistics - core-statistics-aggregator - core-sys_view-processor - core-sys_view-service - ydb-core-tablet - ydb-core-tablet_flat - ydb-core-test_tablet - ydb-core-tracing - ydb-core-tx - core-tx-columnshard - core-tx-coordinator - tx-conveyor-service - core-tx-datashard - core-tx-long_tx_service - tx-long_tx_service-public - core-tx-mediator - tx-replication-controller - tx-replication-service - core-tx-scheme_board - core-tx-schemeshard - core-tx-sequenceproxy - core-tx-sequenceshard - core-tx-time_cast - core-tx-tx_allocator - core-tx-tx_proxy - ydb-core-util - ydb-core-viewer - core-ymq-actor - core-ymq-http - ydb-library-folder_service - library-folder_service-proto - ydb-library-pdisk_io - ydb-library-security - minikql-comp_nodes-llvm - providers-pq-cm_client - udf-service-exception_policy - public-lib-base - lib-deprecated-client - ydb-services-auth - ydb-services-cms - ydb-services-dynamic_config - ydb-services-datastreams - ydb-services-discovery - ydb-services-fq - ydb-services-kesus - ydb-services-keyvalue - ydb-services-local_discovery - ydb-services-maintenance - services-metadata-ds_table - ydb-services-metadata - services-bg_tasks-ds_table - ydb-services-bg_tasks - services-ext_index-service - services-ext_index-metadata - ydb-services-monitoring - ydb-services-persqueue_cluster_discovery - services-deprecated-persqueue_v0 - ydb-services-persqueue_v1 - ydb-services-rate_limiter - ydb-services-ydb -) -target_sources(run PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/run/auto_config_initializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/run/config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/run/config_parser.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/run/dummy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/run/factories.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/run/kikimr_services_initializers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/run/main.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/run/run.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/run/service_initializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/run/cert_auth_props.cpp -) diff --git a/contrib/ydb/core/driver_lib/version/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/driver_lib/version/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 3838e83e0ab..00000000000 --- a/contrib/ydb/core/driver_lib/version/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(version) -target_link_libraries(version PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - library-actors-interconnect - monlib-service-pages - library-cpp-svnversion - ydb-core-protos - core-viewer-json -) -target_sources(version PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/version/version.cpp -) diff --git a/contrib/ydb/core/driver_lib/version/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/driver_lib/version/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 0b5615dd72e..00000000000 --- a/contrib/ydb/core/driver_lib/version/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(version) -target_link_libraries(version PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - library-actors-interconnect - monlib-service-pages - library-cpp-svnversion - ydb-core-protos - core-viewer-json -) -target_sources(version PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/version/version.cpp -) diff --git a/contrib/ydb/core/driver_lib/version/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/driver_lib/version/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 0b5615dd72e..00000000000 --- a/contrib/ydb/core/driver_lib/version/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(version) -target_link_libraries(version PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - library-actors-interconnect - monlib-service-pages - library-cpp-svnversion - ydb-core-protos - core-viewer-json -) -target_sources(version PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/version/version.cpp -) diff --git a/contrib/ydb/core/driver_lib/version/CMakeLists.txt b/contrib/ydb/core/driver_lib/version/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/driver_lib/version/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/driver_lib/version/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/driver_lib/version/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 3838e83e0ab..00000000000 --- a/contrib/ydb/core/driver_lib/version/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(version) -target_link_libraries(version PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - library-actors-interconnect - monlib-service-pages - library-cpp-svnversion - ydb-core-protos - core-viewer-json -) -target_sources(version PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/driver_lib/version/version.cpp -) diff --git a/contrib/ydb/core/engine/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/engine/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 88076574e6e..00000000000 --- a/contrib/ydb/core/engine/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_subdirectory(minikql) - -add_library(ydb-core-engine) -target_compile_options(ydb-core-engine PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-engine PUBLIC - contrib-libs-cxxsupp - yutil - cpp-containers-stack_vector - cpp-deprecated-enum_codegen - library-cpp-random_provider - library-cpp-time_provider - ydb-core-base - ydb-core-scheme - ydb-core-tablet - ydb-library-mkql_proto - library-mkql_proto-protos - api-protos - yql-minikql-comp_nodes - parser-pg_wrapper-interface - yql-public-decimal -) -target_sources(ydb-core-engine PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/engine/kikimr_program_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/engine/mkql_engine_flat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/engine/mkql_engine_flat_extfunc.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/engine/mkql_engine_flat_host.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/engine/mkql_keys.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/engine/mkql_proto.cpp -) diff --git a/contrib/ydb/core/engine/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/engine/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 2a790651f1e..00000000000 --- a/contrib/ydb/core/engine/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_subdirectory(minikql) - -add_library(ydb-core-engine) -target_compile_options(ydb-core-engine PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-engine PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-containers-stack_vector - cpp-deprecated-enum_codegen - library-cpp-random_provider - library-cpp-time_provider - ydb-core-base - ydb-core-scheme - ydb-core-tablet - ydb-library-mkql_proto - library-mkql_proto-protos - api-protos - yql-minikql-comp_nodes - parser-pg_wrapper-interface - yql-public-decimal -) -target_sources(ydb-core-engine PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/engine/kikimr_program_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/engine/mkql_engine_flat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/engine/mkql_engine_flat_extfunc.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/engine/mkql_engine_flat_host.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/engine/mkql_keys.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/engine/mkql_proto.cpp -) diff --git a/contrib/ydb/core/engine/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/engine/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 2a790651f1e..00000000000 --- a/contrib/ydb/core/engine/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_subdirectory(minikql) - -add_library(ydb-core-engine) -target_compile_options(ydb-core-engine PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-engine PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-containers-stack_vector - cpp-deprecated-enum_codegen - library-cpp-random_provider - library-cpp-time_provider - ydb-core-base - ydb-core-scheme - ydb-core-tablet - ydb-library-mkql_proto - library-mkql_proto-protos - api-protos - yql-minikql-comp_nodes - parser-pg_wrapper-interface - yql-public-decimal -) -target_sources(ydb-core-engine PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/engine/kikimr_program_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/engine/mkql_engine_flat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/engine/mkql_engine_flat_extfunc.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/engine/mkql_engine_flat_host.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/engine/mkql_keys.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/engine/mkql_proto.cpp -) diff --git a/contrib/ydb/core/engine/CMakeLists.txt b/contrib/ydb/core/engine/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/engine/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/engine/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/engine/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 88076574e6e..00000000000 --- a/contrib/ydb/core/engine/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_subdirectory(minikql) - -add_library(ydb-core-engine) -target_compile_options(ydb-core-engine PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-engine PUBLIC - contrib-libs-cxxsupp - yutil - cpp-containers-stack_vector - cpp-deprecated-enum_codegen - library-cpp-random_provider - library-cpp-time_provider - ydb-core-base - ydb-core-scheme - ydb-core-tablet - ydb-library-mkql_proto - library-mkql_proto-protos - api-protos - yql-minikql-comp_nodes - parser-pg_wrapper-interface - yql-public-decimal -) -target_sources(ydb-core-engine PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/engine/kikimr_program_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/engine/mkql_engine_flat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/engine/mkql_engine_flat_extfunc.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/engine/mkql_engine_flat_host.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/engine/mkql_keys.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/engine/mkql_proto.cpp -) diff --git a/contrib/ydb/core/engine/minikql/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/engine/minikql/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index e3e7de77200..00000000000 --- a/contrib/ydb/core/engine/minikql/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(core-engine-minikql) -target_compile_options(core-engine-minikql PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-engine-minikql PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - core-client-minikql_compile - ydb-core-engine - ydb-core-formats - ydb-core-tablet_flat - parser-pg_wrapper-interface -) -target_sources(core-engine-minikql PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/engine/minikql/flat_local_tx_factory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/engine/minikql/minikql_engine_host.cpp -) diff --git a/contrib/ydb/core/engine/minikql/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/engine/minikql/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 9fa3e2ea75a..00000000000 --- a/contrib/ydb/core/engine/minikql/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(core-engine-minikql) -target_compile_options(core-engine-minikql PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-engine-minikql PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - core-client-minikql_compile - ydb-core-engine - ydb-core-formats - ydb-core-tablet_flat - parser-pg_wrapper-interface -) -target_sources(core-engine-minikql PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/engine/minikql/flat_local_tx_factory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/engine/minikql/minikql_engine_host.cpp -) diff --git a/contrib/ydb/core/engine/minikql/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/engine/minikql/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 9fa3e2ea75a..00000000000 --- a/contrib/ydb/core/engine/minikql/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(core-engine-minikql) -target_compile_options(core-engine-minikql PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-engine-minikql PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - core-client-minikql_compile - ydb-core-engine - ydb-core-formats - ydb-core-tablet_flat - parser-pg_wrapper-interface -) -target_sources(core-engine-minikql PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/engine/minikql/flat_local_tx_factory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/engine/minikql/minikql_engine_host.cpp -) diff --git a/contrib/ydb/core/engine/minikql/CMakeLists.txt b/contrib/ydb/core/engine/minikql/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/engine/minikql/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/engine/minikql/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/engine/minikql/CMakeLists.windows-x86_64.txt deleted file mode 100644 index e3e7de77200..00000000000 --- a/contrib/ydb/core/engine/minikql/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(core-engine-minikql) -target_compile_options(core-engine-minikql PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-engine-minikql PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - core-client-minikql_compile - ydb-core-engine - ydb-core-formats - ydb-core-tablet_flat - parser-pg_wrapper-interface -) -target_sources(core-engine-minikql PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/engine/minikql/flat_local_tx_factory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/engine/minikql/minikql_engine_host.cpp -) diff --git a/contrib/ydb/core/erasure/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/erasure/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 206fc5ca463..00000000000 --- a/contrib/ydb/core/erasure/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(ydb-core-erasure) -target_link_libraries(ydb-core-erasure PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-util - cpp-containers-stack_vector - cpp-digest-crc32c - cpp-digest-old_crc - ydb-core-debug -) -target_sources(ydb-core-erasure PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/erasure/erasure.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/erasure/erasure_rope.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/erasure/erasure_perf_test.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/erasure/erasure_split.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/erasure/erasure_restore.cpp -) diff --git a/contrib/ydb/core/erasure/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/erasure/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e2cf76a73f9..00000000000 --- a/contrib/ydb/core/erasure/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(ydb-core-erasure) -target_link_libraries(ydb-core-erasure PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-util - cpp-containers-stack_vector - cpp-digest-crc32c - cpp-digest-old_crc - ydb-core-debug -) -target_sources(ydb-core-erasure PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/erasure/erasure.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/erasure/erasure_rope.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/erasure/erasure_perf_test.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/erasure/erasure_split.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/erasure/erasure_restore.cpp -) diff --git a/contrib/ydb/core/erasure/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/erasure/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e2cf76a73f9..00000000000 --- a/contrib/ydb/core/erasure/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(ydb-core-erasure) -target_link_libraries(ydb-core-erasure PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-util - cpp-containers-stack_vector - cpp-digest-crc32c - cpp-digest-old_crc - ydb-core-debug -) -target_sources(ydb-core-erasure PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/erasure/erasure.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/erasure/erasure_rope.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/erasure/erasure_perf_test.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/erasure/erasure_split.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/erasure/erasure_restore.cpp -) diff --git a/contrib/ydb/core/erasure/CMakeLists.txt b/contrib/ydb/core/erasure/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/erasure/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/erasure/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/erasure/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 673a6e9f3df..00000000000 --- a/contrib/ydb/core/erasure/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(ydb-core-erasure) -target_compile_options(ydb-core-erasure PRIVATE - /wd4503 -) -target_link_libraries(ydb-core-erasure PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-util - cpp-containers-stack_vector - cpp-digest-crc32c - cpp-digest-old_crc - ydb-core-debug -) -target_sources(ydb-core-erasure PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/erasure/erasure.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/erasure/erasure_rope.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/erasure/erasure_perf_test.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/erasure/erasure_split.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/erasure/erasure_restore.cpp -) diff --git a/contrib/ydb/core/external_sources/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/external_sources/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6eef186d83d..00000000000 --- a/contrib/ydb/core/external_sources/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(ydb-core-external_sources) -target_link_libraries(ydb-core-external_sources PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-http - cpp-regex-pcre - library-cpp-scheme - ydb-core-base - ydb-core-protos - providers-common-db_id_async_resolver - providers-s3-path_generator - cpp-client-ydb_params - cpp-client-ydb_value -) -target_sources(ydb-core-external_sources PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/external_sources/external_data_source.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/external_sources/external_source_factory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/external_sources/object_storage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/external_sources/validation_functions.cpp -) diff --git a/contrib/ydb/core/external_sources/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/external_sources/CMakeLists.linux-aarch64.txt deleted file mode 100644 index f06ad56fa64..00000000000 --- a/contrib/ydb/core/external_sources/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(ydb-core-external_sources) -target_link_libraries(ydb-core-external_sources PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-http - cpp-regex-pcre - library-cpp-scheme - ydb-core-base - ydb-core-protos - providers-common-db_id_async_resolver - providers-s3-path_generator - cpp-client-ydb_params - cpp-client-ydb_value -) -target_sources(ydb-core-external_sources PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/external_sources/external_data_source.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/external_sources/external_source_factory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/external_sources/object_storage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/external_sources/validation_functions.cpp -) diff --git a/contrib/ydb/core/external_sources/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/external_sources/CMakeLists.linux-x86_64.txt deleted file mode 100644 index f06ad56fa64..00000000000 --- a/contrib/ydb/core/external_sources/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(ydb-core-external_sources) -target_link_libraries(ydb-core-external_sources PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-http - cpp-regex-pcre - library-cpp-scheme - ydb-core-base - ydb-core-protos - providers-common-db_id_async_resolver - providers-s3-path_generator - cpp-client-ydb_params - cpp-client-ydb_value -) -target_sources(ydb-core-external_sources PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/external_sources/external_data_source.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/external_sources/external_source_factory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/external_sources/object_storage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/external_sources/validation_functions.cpp -) diff --git a/contrib/ydb/core/external_sources/CMakeLists.txt b/contrib/ydb/core/external_sources/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/external_sources/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/external_sources/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/external_sources/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 6eef186d83d..00000000000 --- a/contrib/ydb/core/external_sources/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(ydb-core-external_sources) -target_link_libraries(ydb-core-external_sources PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-http - cpp-regex-pcre - library-cpp-scheme - ydb-core-base - ydb-core-protos - providers-common-db_id_async_resolver - providers-s3-path_generator - cpp-client-ydb_params - cpp-client-ydb_value -) -target_sources(ydb-core-external_sources PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/external_sources/external_data_source.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/external_sources/external_source_factory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/external_sources/object_storage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/external_sources/validation_functions.cpp -) diff --git a/contrib/ydb/core/filestore/CMakeLists.txt b/contrib/ydb/core/filestore/CMakeLists.txt deleted file mode 100644 index 2271adb85cf..00000000000 --- a/contrib/ydb/core/filestore/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(core) diff --git a/contrib/ydb/core/filestore/core/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/filestore/core/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index b9b0866e51e..00000000000 --- a/contrib/ydb/core/filestore/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(core-filestore-core) -target_link_libraries(core-filestore-core PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - ydb-core-protos -) -target_sources(core-filestore-core PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/filestore/core/filestore.cpp -) diff --git a/contrib/ydb/core/filestore/core/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/filestore/core/CMakeLists.linux-aarch64.txt deleted file mode 100644 index ab2f3b62c36..00000000000 --- a/contrib/ydb/core/filestore/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(core-filestore-core) -target_link_libraries(core-filestore-core PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - ydb-core-protos -) -target_sources(core-filestore-core PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/filestore/core/filestore.cpp -) diff --git a/contrib/ydb/core/filestore/core/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/filestore/core/CMakeLists.linux-x86_64.txt deleted file mode 100644 index ab2f3b62c36..00000000000 --- a/contrib/ydb/core/filestore/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(core-filestore-core) -target_link_libraries(core-filestore-core PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - ydb-core-protos -) -target_sources(core-filestore-core PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/filestore/core/filestore.cpp -) diff --git a/contrib/ydb/core/filestore/core/CMakeLists.txt b/contrib/ydb/core/filestore/core/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/filestore/core/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/filestore/core/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/filestore/core/CMakeLists.windows-x86_64.txt deleted file mode 100644 index b9b0866e51e..00000000000 --- a/contrib/ydb/core/filestore/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(core-filestore-core) -target_link_libraries(core-filestore-core PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - ydb-core-protos -) -target_sources(core-filestore-core PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/filestore/core/filestore.cpp -) diff --git a/contrib/ydb/core/formats/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/formats/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index fd3afba1a94..00000000000 --- a/contrib/ydb/core/formats/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(arrow) - -add_library(ydb-core-formats) -target_compile_options(ydb-core-formats PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-formats PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-scheme -) -target_sources(ydb-core-formats PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/clickhouse_block.cpp -) diff --git a/contrib/ydb/core/formats/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/formats/CMakeLists.linux-aarch64.txt deleted file mode 100644 index aba07c9e049..00000000000 --- a/contrib/ydb/core/formats/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_subdirectory(arrow) - -add_library(ydb-core-formats) -target_compile_options(ydb-core-formats PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-formats PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-scheme -) -target_sources(ydb-core-formats PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/clickhouse_block.cpp -) diff --git a/contrib/ydb/core/formats/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/formats/CMakeLists.linux-x86_64.txt deleted file mode 100644 index aba07c9e049..00000000000 --- a/contrib/ydb/core/formats/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_subdirectory(arrow) - -add_library(ydb-core-formats) -target_compile_options(ydb-core-formats PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-formats PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-scheme -) -target_sources(ydb-core-formats PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/clickhouse_block.cpp -) diff --git a/contrib/ydb/core/formats/CMakeLists.txt b/contrib/ydb/core/formats/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/formats/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/formats/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/formats/CMakeLists.windows-x86_64.txt deleted file mode 100644 index fd3afba1a94..00000000000 --- a/contrib/ydb/core/formats/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_subdirectory(arrow) - -add_library(ydb-core-formats) -target_compile_options(ydb-core-formats PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-formats PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-scheme -) -target_sources(ydb-core-formats PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/clickhouse_block.cpp -) diff --git a/contrib/ydb/core/formats/arrow/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/formats/arrow/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2427af54b79..00000000000 --- a/contrib/ydb/core/formats/arrow/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,58 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(common) -add_subdirectory(compression) -add_subdirectory(dictionary) -add_subdirectory(hash) -add_subdirectory(reader) -add_subdirectory(serializer) -add_subdirectory(simple_builder) -add_subdirectory(switch) -add_subdirectory(transformer) - -add_library(core-formats-arrow) -target_compile_options(core-formats-arrow PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(core-formats-arrow PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_clickhouse -) -target_link_libraries(core-formats-arrow PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-scheme - formats-arrow-serializer - formats-arrow-simple_builder - formats-arrow-dictionary - formats-arrow-transformer - formats-arrow-reader - formats-arrow-hash - library-actors-core - ydb-library-arrow_kernels - ydb-library-binary_json - ydb-library-dynumber - ydb-library-services - ydb-library-arrow_clickhouse -) -target_sources(core-formats-arrow PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/arrow_batch_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/arrow_filter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/arrow_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/converter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/custom_registry.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/merging_sorted_input_stream.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/permutations.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/program.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/replace_key.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/size_calcer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/ssa_program_optimizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/special_keys.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/simple_arrays_cache.cpp -) diff --git a/contrib/ydb/core/formats/arrow/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/formats/arrow/CMakeLists.linux-aarch64.txt deleted file mode 100644 index aaf3cbe00ed..00000000000 --- a/contrib/ydb/core/formats/arrow/CMakeLists.linux-aarch64.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_subdirectory(common) -add_subdirectory(compression) -add_subdirectory(dictionary) -add_subdirectory(hash) -add_subdirectory(reader) -add_subdirectory(serializer) -add_subdirectory(simple_builder) -add_subdirectory(switch) -add_subdirectory(transformer) - -add_library(core-formats-arrow) -target_compile_options(core-formats-arrow PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(core-formats-arrow PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_clickhouse -) -target_link_libraries(core-formats-arrow PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-scheme - formats-arrow-serializer - formats-arrow-simple_builder - formats-arrow-dictionary - formats-arrow-transformer - formats-arrow-reader - formats-arrow-hash - library-actors-core - ydb-library-arrow_kernels - ydb-library-binary_json - ydb-library-dynumber - ydb-library-services - ydb-library-arrow_clickhouse -) -target_sources(core-formats-arrow PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/arrow_batch_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/arrow_filter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/arrow_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/converter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/custom_registry.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/merging_sorted_input_stream.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/permutations.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/program.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/replace_key.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/size_calcer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/ssa_program_optimizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/special_keys.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/simple_arrays_cache.cpp -) diff --git a/contrib/ydb/core/formats/arrow/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/formats/arrow/CMakeLists.linux-x86_64.txt deleted file mode 100644 index aaf3cbe00ed..00000000000 --- a/contrib/ydb/core/formats/arrow/CMakeLists.linux-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_subdirectory(common) -add_subdirectory(compression) -add_subdirectory(dictionary) -add_subdirectory(hash) -add_subdirectory(reader) -add_subdirectory(serializer) -add_subdirectory(simple_builder) -add_subdirectory(switch) -add_subdirectory(transformer) - -add_library(core-formats-arrow) -target_compile_options(core-formats-arrow PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(core-formats-arrow PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_clickhouse -) -target_link_libraries(core-formats-arrow PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-scheme - formats-arrow-serializer - formats-arrow-simple_builder - formats-arrow-dictionary - formats-arrow-transformer - formats-arrow-reader - formats-arrow-hash - library-actors-core - ydb-library-arrow_kernels - ydb-library-binary_json - ydb-library-dynumber - ydb-library-services - ydb-library-arrow_clickhouse -) -target_sources(core-formats-arrow PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/arrow_batch_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/arrow_filter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/arrow_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/converter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/custom_registry.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/merging_sorted_input_stream.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/permutations.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/program.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/replace_key.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/size_calcer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/ssa_program_optimizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/special_keys.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/simple_arrays_cache.cpp -) diff --git a/contrib/ydb/core/formats/arrow/CMakeLists.txt b/contrib/ydb/core/formats/arrow/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/formats/arrow/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/formats/arrow/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/formats/arrow/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 289ccdc5a7f..00000000000 --- a/contrib/ydb/core/formats/arrow/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,58 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(common) -add_subdirectory(compression) -add_subdirectory(dictionary) -add_subdirectory(hash) -add_subdirectory(reader) -add_subdirectory(serializer) -add_subdirectory(simple_builder) -add_subdirectory(switch) -add_subdirectory(transformer) - -add_library(core-formats-arrow) -target_compile_options(core-formats-arrow PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(core-formats-arrow PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_clickhouse -) -target_link_libraries(core-formats-arrow PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-scheme - formats-arrow-serializer - formats-arrow-simple_builder - formats-arrow-dictionary - formats-arrow-transformer - formats-arrow-reader - formats-arrow-hash - library-actors-core - ydb-library-arrow_kernels - ydb-library-binary_json - ydb-library-dynumber - ydb-library-services -) -target_sources(core-formats-arrow PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/arrow_batch_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/arrow_filter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/arrow_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/converter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/custom_registry.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/merging_sorted_input_stream.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/permutations.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/program.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/replace_key.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/size_calcer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/ssa_program_optimizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/special_keys.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/simple_arrays_cache.cpp -) diff --git a/contrib/ydb/core/formats/arrow/common/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/formats/arrow/common/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 7a897c77857..00000000000 --- a/contrib/ydb/core/formats/arrow/common/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(formats-arrow-common) -target_link_libraries(formats-arrow-common PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow - library-actors-core -) -target_sources(formats-arrow-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/common/validation.cpp -) diff --git a/contrib/ydb/core/formats/arrow/common/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/formats/arrow/common/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 0b64673b062..00000000000 --- a/contrib/ydb/core/formats/arrow/common/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(formats-arrow-common) -target_link_libraries(formats-arrow-common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow - library-actors-core -) -target_sources(formats-arrow-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/common/validation.cpp -) diff --git a/contrib/ydb/core/formats/arrow/common/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/formats/arrow/common/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 0b64673b062..00000000000 --- a/contrib/ydb/core/formats/arrow/common/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(formats-arrow-common) -target_link_libraries(formats-arrow-common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow - library-actors-core -) -target_sources(formats-arrow-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/common/validation.cpp -) diff --git a/contrib/ydb/core/formats/arrow/common/CMakeLists.txt b/contrib/ydb/core/formats/arrow/common/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/formats/arrow/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/formats/arrow/common/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/formats/arrow/common/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 7a897c77857..00000000000 --- a/contrib/ydb/core/formats/arrow/common/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(formats-arrow-common) -target_link_libraries(formats-arrow-common PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow - library-actors-core -) -target_sources(formats-arrow-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/common/validation.cpp -) diff --git a/contrib/ydb/core/formats/arrow/compression/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/formats/arrow/compression/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 0efebccef3f..00000000000 --- a/contrib/ydb/core/formats/arrow/compression/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(formats-arrow-compression) -target_link_libraries(formats-arrow-compression PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-protos - core-formats-arrow - ydb-library-conclusion -) -target_sources(formats-arrow-compression PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/compression/diff.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/compression/object.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/compression/parsing.cpp -) diff --git a/contrib/ydb/core/formats/arrow/compression/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/formats/arrow/compression/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 68f1040c75e..00000000000 --- a/contrib/ydb/core/formats/arrow/compression/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(formats-arrow-compression) -target_link_libraries(formats-arrow-compression PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-protos - core-formats-arrow - ydb-library-conclusion -) -target_sources(formats-arrow-compression PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/compression/diff.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/compression/object.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/compression/parsing.cpp -) diff --git a/contrib/ydb/core/formats/arrow/compression/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/formats/arrow/compression/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 68f1040c75e..00000000000 --- a/contrib/ydb/core/formats/arrow/compression/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(formats-arrow-compression) -target_link_libraries(formats-arrow-compression PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-protos - core-formats-arrow - ydb-library-conclusion -) -target_sources(formats-arrow-compression PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/compression/diff.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/compression/object.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/compression/parsing.cpp -) diff --git a/contrib/ydb/core/formats/arrow/compression/CMakeLists.txt b/contrib/ydb/core/formats/arrow/compression/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/formats/arrow/compression/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/formats/arrow/compression/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/formats/arrow/compression/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 0efebccef3f..00000000000 --- a/contrib/ydb/core/formats/arrow/compression/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(formats-arrow-compression) -target_link_libraries(formats-arrow-compression PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-protos - core-formats-arrow - ydb-library-conclusion -) -target_sources(formats-arrow-compression PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/compression/diff.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/compression/object.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/compression/parsing.cpp -) diff --git a/contrib/ydb/core/formats/arrow/dictionary/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/formats/arrow/dictionary/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index afa0d88daa0..00000000000 --- a/contrib/ydb/core/formats/arrow/dictionary/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(formats-arrow-dictionary) -target_link_libraries(formats-arrow-dictionary PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-protos - formats-arrow-simple_builder - formats-arrow-switch - library-actors-core -) -target_sources(formats-arrow-dictionary PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/dictionary/conversion.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/dictionary/object.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/dictionary/diff.cpp -) diff --git a/contrib/ydb/core/formats/arrow/dictionary/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/formats/arrow/dictionary/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 1260502fac4..00000000000 --- a/contrib/ydb/core/formats/arrow/dictionary/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(formats-arrow-dictionary) -target_link_libraries(formats-arrow-dictionary PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-protos - formats-arrow-simple_builder - formats-arrow-switch - library-actors-core -) -target_sources(formats-arrow-dictionary PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/dictionary/conversion.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/dictionary/object.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/dictionary/diff.cpp -) diff --git a/contrib/ydb/core/formats/arrow/dictionary/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/formats/arrow/dictionary/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 1260502fac4..00000000000 --- a/contrib/ydb/core/formats/arrow/dictionary/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(formats-arrow-dictionary) -target_link_libraries(formats-arrow-dictionary PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-protos - formats-arrow-simple_builder - formats-arrow-switch - library-actors-core -) -target_sources(formats-arrow-dictionary PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/dictionary/conversion.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/dictionary/object.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/dictionary/diff.cpp -) diff --git a/contrib/ydb/core/formats/arrow/dictionary/CMakeLists.txt b/contrib/ydb/core/formats/arrow/dictionary/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/formats/arrow/dictionary/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/formats/arrow/dictionary/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/formats/arrow/dictionary/CMakeLists.windows-x86_64.txt deleted file mode 100644 index afa0d88daa0..00000000000 --- a/contrib/ydb/core/formats/arrow/dictionary/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(formats-arrow-dictionary) -target_link_libraries(formats-arrow-dictionary PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-protos - formats-arrow-simple_builder - formats-arrow-switch - library-actors-core -) -target_sources(formats-arrow-dictionary PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/dictionary/conversion.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/dictionary/object.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/dictionary/diff.cpp -) diff --git a/contrib/ydb/core/formats/arrow/hash/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/formats/arrow/hash/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 59e3eaa02e1..00000000000 --- a/contrib/ydb/core/formats/arrow/hash/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(formats-arrow-hash) -target_link_libraries(formats-arrow-hash PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow - formats-arrow-simple_builder - formats-arrow-switch - library-actors-core - ydb-library-services - library-actors-protos -) -target_sources(formats-arrow-hash PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/hash/calcer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/hash/xx_hash.cpp -) diff --git a/contrib/ydb/core/formats/arrow/hash/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/formats/arrow/hash/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e57a6c66830..00000000000 --- a/contrib/ydb/core/formats/arrow/hash/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(formats-arrow-hash) -target_link_libraries(formats-arrow-hash PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow - formats-arrow-simple_builder - formats-arrow-switch - library-actors-core - ydb-library-services - library-actors-protos -) -target_sources(formats-arrow-hash PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/hash/calcer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/hash/xx_hash.cpp -) diff --git a/contrib/ydb/core/formats/arrow/hash/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/formats/arrow/hash/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e57a6c66830..00000000000 --- a/contrib/ydb/core/formats/arrow/hash/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(formats-arrow-hash) -target_link_libraries(formats-arrow-hash PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow - formats-arrow-simple_builder - formats-arrow-switch - library-actors-core - ydb-library-services - library-actors-protos -) -target_sources(formats-arrow-hash PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/hash/calcer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/hash/xx_hash.cpp -) diff --git a/contrib/ydb/core/formats/arrow/hash/CMakeLists.txt b/contrib/ydb/core/formats/arrow/hash/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/formats/arrow/hash/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/formats/arrow/hash/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/formats/arrow/hash/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 59e3eaa02e1..00000000000 --- a/contrib/ydb/core/formats/arrow/hash/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(formats-arrow-hash) -target_link_libraries(formats-arrow-hash PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow - formats-arrow-simple_builder - formats-arrow-switch - library-actors-core - ydb-library-services - library-actors-protos -) -target_sources(formats-arrow-hash PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/hash/calcer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/hash/xx_hash.cpp -) diff --git a/contrib/ydb/core/formats/arrow/reader/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/formats/arrow/reader/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index e49da6ae942..00000000000 --- a/contrib/ydb/core/formats/arrow/reader/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(formats-arrow-reader) -target_link_libraries(formats-arrow-reader PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow - formats-arrow-simple_builder - formats-arrow-switch - library-actors-core -) -target_sources(formats-arrow-reader PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/reader/read_filter_merger.cpp -) diff --git a/contrib/ydb/core/formats/arrow/reader/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/formats/arrow/reader/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 0167d118641..00000000000 --- a/contrib/ydb/core/formats/arrow/reader/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(formats-arrow-reader) -target_link_libraries(formats-arrow-reader PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow - formats-arrow-simple_builder - formats-arrow-switch - library-actors-core -) -target_sources(formats-arrow-reader PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/reader/read_filter_merger.cpp -) diff --git a/contrib/ydb/core/formats/arrow/reader/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/formats/arrow/reader/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 0167d118641..00000000000 --- a/contrib/ydb/core/formats/arrow/reader/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(formats-arrow-reader) -target_link_libraries(formats-arrow-reader PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow - formats-arrow-simple_builder - formats-arrow-switch - library-actors-core -) -target_sources(formats-arrow-reader PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/reader/read_filter_merger.cpp -) diff --git a/contrib/ydb/core/formats/arrow/reader/CMakeLists.txt b/contrib/ydb/core/formats/arrow/reader/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/formats/arrow/reader/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/formats/arrow/reader/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/formats/arrow/reader/CMakeLists.windows-x86_64.txt deleted file mode 100644 index e49da6ae942..00000000000 --- a/contrib/ydb/core/formats/arrow/reader/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(formats-arrow-reader) -target_link_libraries(formats-arrow-reader PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow - formats-arrow-simple_builder - formats-arrow-switch - library-actors-core -) -target_sources(formats-arrow-reader PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/reader/read_filter_merger.cpp -) diff --git a/contrib/ydb/core/formats/arrow/serializer/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/formats/arrow/serializer/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 85455738723..00000000000 --- a/contrib/ydb/core/formats/arrow/serializer/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(formats-arrow-serializer) -target_link_libraries(formats-arrow-serializer PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow - formats-arrow-common - library-actors-core - ydb-core-protos -) -target_sources(formats-arrow-serializer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/serializer/abstract.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/serializer/full.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/serializer/batch_only.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/serializer/stream.cpp -) diff --git a/contrib/ydb/core/formats/arrow/serializer/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/formats/arrow/serializer/CMakeLists.linux-aarch64.txt deleted file mode 100644 index fcf3866f0b3..00000000000 --- a/contrib/ydb/core/formats/arrow/serializer/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(formats-arrow-serializer) -target_link_libraries(formats-arrow-serializer PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow - formats-arrow-common - library-actors-core - ydb-core-protos -) -target_sources(formats-arrow-serializer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/serializer/abstract.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/serializer/full.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/serializer/batch_only.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/serializer/stream.cpp -) diff --git a/contrib/ydb/core/formats/arrow/serializer/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/formats/arrow/serializer/CMakeLists.linux-x86_64.txt deleted file mode 100644 index fcf3866f0b3..00000000000 --- a/contrib/ydb/core/formats/arrow/serializer/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(formats-arrow-serializer) -target_link_libraries(formats-arrow-serializer PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow - formats-arrow-common - library-actors-core - ydb-core-protos -) -target_sources(formats-arrow-serializer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/serializer/abstract.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/serializer/full.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/serializer/batch_only.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/serializer/stream.cpp -) diff --git a/contrib/ydb/core/formats/arrow/serializer/CMakeLists.txt b/contrib/ydb/core/formats/arrow/serializer/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/formats/arrow/serializer/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/formats/arrow/serializer/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/formats/arrow/serializer/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 85455738723..00000000000 --- a/contrib/ydb/core/formats/arrow/serializer/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(formats-arrow-serializer) -target_link_libraries(formats-arrow-serializer PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow - formats-arrow-common - library-actors-core - ydb-core-protos -) -target_sources(formats-arrow-serializer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/serializer/abstract.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/serializer/full.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/serializer/batch_only.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/serializer/stream.cpp -) diff --git a/contrib/ydb/core/formats/arrow/simple_builder/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/formats/arrow/simple_builder/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 565330f91b1..00000000000 --- a/contrib/ydb/core/formats/arrow/simple_builder/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(formats-arrow-simple_builder) -target_link_libraries(formats-arrow-simple_builder PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow -) -target_sources(formats-arrow-simple_builder PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/simple_builder/filler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/simple_builder/array.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/simple_builder/batch.cpp -) diff --git a/contrib/ydb/core/formats/arrow/simple_builder/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/formats/arrow/simple_builder/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e96a09e9ef3..00000000000 --- a/contrib/ydb/core/formats/arrow/simple_builder/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(formats-arrow-simple_builder) -target_link_libraries(formats-arrow-simple_builder PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow -) -target_sources(formats-arrow-simple_builder PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/simple_builder/filler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/simple_builder/array.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/simple_builder/batch.cpp -) diff --git a/contrib/ydb/core/formats/arrow/simple_builder/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/formats/arrow/simple_builder/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e96a09e9ef3..00000000000 --- a/contrib/ydb/core/formats/arrow/simple_builder/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(formats-arrow-simple_builder) -target_link_libraries(formats-arrow-simple_builder PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow -) -target_sources(formats-arrow-simple_builder PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/simple_builder/filler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/simple_builder/array.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/simple_builder/batch.cpp -) diff --git a/contrib/ydb/core/formats/arrow/simple_builder/CMakeLists.txt b/contrib/ydb/core/formats/arrow/simple_builder/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/formats/arrow/simple_builder/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/formats/arrow/simple_builder/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/formats/arrow/simple_builder/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 565330f91b1..00000000000 --- a/contrib/ydb/core/formats/arrow/simple_builder/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(formats-arrow-simple_builder) -target_link_libraries(formats-arrow-simple_builder PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow -) -target_sources(formats-arrow-simple_builder PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/simple_builder/filler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/simple_builder/array.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/simple_builder/batch.cpp -) diff --git a/contrib/ydb/core/formats/arrow/switch/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/formats/arrow/switch/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6e7e92bc587..00000000000 --- a/contrib/ydb/core/formats/arrow/switch/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(formats-arrow-switch) -target_link_libraries(formats-arrow-switch PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-scheme_types - library-actors-core -) -target_sources(formats-arrow-switch PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/switch/switch_type.cpp -) diff --git a/contrib/ydb/core/formats/arrow/switch/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/formats/arrow/switch/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 46c59820791..00000000000 --- a/contrib/ydb/core/formats/arrow/switch/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(formats-arrow-switch) -target_link_libraries(formats-arrow-switch PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-scheme_types - library-actors-core -) -target_sources(formats-arrow-switch PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/switch/switch_type.cpp -) diff --git a/contrib/ydb/core/formats/arrow/switch/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/formats/arrow/switch/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 46c59820791..00000000000 --- a/contrib/ydb/core/formats/arrow/switch/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(formats-arrow-switch) -target_link_libraries(formats-arrow-switch PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-scheme_types - library-actors-core -) -target_sources(formats-arrow-switch PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/switch/switch_type.cpp -) diff --git a/contrib/ydb/core/formats/arrow/switch/CMakeLists.txt b/contrib/ydb/core/formats/arrow/switch/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/formats/arrow/switch/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/formats/arrow/switch/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/formats/arrow/switch/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 6e7e92bc587..00000000000 --- a/contrib/ydb/core/formats/arrow/switch/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(formats-arrow-switch) -target_link_libraries(formats-arrow-switch PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-scheme_types - library-actors-core -) -target_sources(formats-arrow-switch PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/switch/switch_type.cpp -) diff --git a/contrib/ydb/core/formats/arrow/transformer/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/formats/arrow/transformer/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 954e5e81cc5..00000000000 --- a/contrib/ydb/core/formats/arrow/transformer/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(formats-arrow-transformer) -target_link_libraries(formats-arrow-transformer PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow - formats-arrow-dictionary -) -target_sources(formats-arrow-transformer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/transformer/abstract.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/transformer/dictionary.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/transformer/composite.cpp -) diff --git a/contrib/ydb/core/formats/arrow/transformer/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/formats/arrow/transformer/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 9f0ee8f3875..00000000000 --- a/contrib/ydb/core/formats/arrow/transformer/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(formats-arrow-transformer) -target_link_libraries(formats-arrow-transformer PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow - formats-arrow-dictionary -) -target_sources(formats-arrow-transformer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/transformer/abstract.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/transformer/dictionary.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/transformer/composite.cpp -) diff --git a/contrib/ydb/core/formats/arrow/transformer/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/formats/arrow/transformer/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 9f0ee8f3875..00000000000 --- a/contrib/ydb/core/formats/arrow/transformer/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(formats-arrow-transformer) -target_link_libraries(formats-arrow-transformer PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow - formats-arrow-dictionary -) -target_sources(formats-arrow-transformer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/transformer/abstract.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/transformer/dictionary.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/transformer/composite.cpp -) diff --git a/contrib/ydb/core/formats/arrow/transformer/CMakeLists.txt b/contrib/ydb/core/formats/arrow/transformer/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/formats/arrow/transformer/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/formats/arrow/transformer/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/formats/arrow/transformer/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 954e5e81cc5..00000000000 --- a/contrib/ydb/core/formats/arrow/transformer/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(formats-arrow-transformer) -target_link_libraries(formats-arrow-transformer PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow - formats-arrow-dictionary -) -target_sources(formats-arrow-transformer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/transformer/abstract.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/transformer/dictionary.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/formats/arrow/transformer/composite.cpp -) diff --git a/contrib/ydb/core/fq/CMakeLists.txt b/contrib/ydb/core/fq/CMakeLists.txt deleted file mode 100644 index c0ba0276344..00000000000 --- a/contrib/ydb/core/fq/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(libs) diff --git a/contrib/ydb/core/fq/libs/CMakeLists.txt b/contrib/ydb/core/fq/libs/CMakeLists.txt deleted file mode 100644 index 417d962698f..00000000000 --- a/contrib/ydb/core/fq/libs/CMakeLists.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(actors) -add_subdirectory(audit) -add_subdirectory(checkpoint_storage) -add_subdirectory(checkpointing) -add_subdirectory(checkpointing_common) -add_subdirectory(cloud_audit) -add_subdirectory(common) -add_subdirectory(compute) -add_subdirectory(config) -add_subdirectory(control_plane_config) -add_subdirectory(control_plane_proxy) -add_subdirectory(control_plane_storage) -add_subdirectory(db_id_async_resolver_impl) -add_subdirectory(db_schema) -add_subdirectory(events) -add_subdirectory(exceptions) -add_subdirectory(gateway) -add_subdirectory(graph_params) -add_subdirectory(grpc) -add_subdirectory(health) -add_subdirectory(hmac) -add_subdirectory(init) -add_subdirectory(logs) -add_subdirectory(mock) -add_subdirectory(private_client) -add_subdirectory(protos) -add_subdirectory(quota_manager) -add_subdirectory(rate_limiter) -add_subdirectory(read_rule) -add_subdirectory(result_formatter) -add_subdirectory(shared_resources) -add_subdirectory(signer) -add_subdirectory(tasks_packer) -add_subdirectory(test_connection) -add_subdirectory(ydb) diff --git a/contrib/ydb/core/fq/libs/actors/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/fq/libs/actors/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index aec58b1c7ed..00000000000 --- a/contrib/ydb/core/fq/libs/actors/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,107 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(logging) - -add_library(fq-libs-actors) -target_compile_options(fq-libs-actors PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-actors PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-interconnect - cpp-json-yson - cpp-monlib-dynamic_counters - library-cpp-random_provider - library-cpp-scheme - cpp-string_utils-quote - library-cpp-time_provider - library-cpp-yson - cpp-yson-node - ydb-core-base - libs-actors-logging - fq-libs-checkpointing - fq-libs-checkpointing_common - fq-libs-common - libs-compute-common - libs-compute-ydb - libs-config-protos - fq-libs-control_plane_storage - libs-control_plane_storage-events - fq-libs-db_id_async_resolver_impl - fq-libs-db_schema - fq-libs-events - fq-libs-exceptions - fq-libs-grpc - fq-libs-private_client - libs-rate_limiter-utils - fq-libs-result_formatter - fq-libs-shared_resources - fq-libs-signer - ydb-core-protos - ydb-core-util - ydb-library-mkql_proto - ydb-library-security - library-yql-ast - yql-core-facade - core-services-mounts - dq-integration-transform - yql-minikql-comp_nodes - providers-common-codec - providers-common-comp_nodes - providers-common-db_id_async_resolver - providers-common-metrics - providers-common-provider - common-schema-mkql - common-token_accessor-client - providers-common-udf_resolve - providers-dq-actors - providers-dq-common - providers-dq-counters - providers-dq-provider - dq-provider-exec - dq-worker_manager-interface - connector-api-common - generic-connector-libcpp - providers-generic-provider - providers-pq-cm_client - providers-pq-provider - providers-pq-task_meta - providers-s3-provider - providers-ydb-provider - yql-public-issue - public-issue-protos - yql-sql-settings - library-yql-utils - yql-utils-actor_log - api-protos - public-lib-fq - cpp-client-ydb_query - cpp-client-ydb_operation - cpp-client-ydb_table -) -target_sources(fq-libs-actors PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/actors/clusters_from_connections.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/actors/database_resolver.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/actors/error.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/actors/nodes_health_check.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/actors/nodes_manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/actors/pending_fetcher.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/actors/proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/actors/proxy_private.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/actors/rate_limiter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/actors/rate_limiter_resources.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/actors/result_writer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/actors/run_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/actors/table_bindings_from_bindings.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/actors/task_get.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/actors/task_ping.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/actors/task_result_write.cpp -) diff --git a/contrib/ydb/core/fq/libs/actors/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/fq/libs/actors/CMakeLists.linux-aarch64.txt deleted file mode 100644 index db13065ddda..00000000000 --- a/contrib/ydb/core/fq/libs/actors/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,108 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(logging) - -add_library(fq-libs-actors) -target_compile_options(fq-libs-actors PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-actors PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-interconnect - cpp-json-yson - cpp-monlib-dynamic_counters - library-cpp-random_provider - library-cpp-scheme - cpp-string_utils-quote - library-cpp-time_provider - library-cpp-yson - cpp-yson-node - ydb-core-base - libs-actors-logging - fq-libs-checkpointing - fq-libs-checkpointing_common - fq-libs-common - libs-compute-common - libs-compute-ydb - libs-config-protos - fq-libs-control_plane_storage - libs-control_plane_storage-events - fq-libs-db_id_async_resolver_impl - fq-libs-db_schema - fq-libs-events - fq-libs-exceptions - fq-libs-grpc - fq-libs-private_client - libs-rate_limiter-utils - fq-libs-result_formatter - fq-libs-shared_resources - fq-libs-signer - ydb-core-protos - ydb-core-util - ydb-library-mkql_proto - ydb-library-security - library-yql-ast - yql-core-facade - core-services-mounts - dq-integration-transform - yql-minikql-comp_nodes - providers-common-codec - providers-common-comp_nodes - providers-common-db_id_async_resolver - providers-common-metrics - providers-common-provider - common-schema-mkql - common-token_accessor-client - providers-common-udf_resolve - providers-dq-actors - providers-dq-common - providers-dq-counters - providers-dq-provider - dq-provider-exec - dq-worker_manager-interface - connector-api-common - generic-connector-libcpp - providers-generic-provider - providers-pq-cm_client - providers-pq-provider - providers-pq-task_meta - providers-s3-provider - providers-ydb-provider - yql-public-issue - public-issue-protos - yql-sql-settings - library-yql-utils - yql-utils-actor_log - api-protos - public-lib-fq - cpp-client-ydb_query - cpp-client-ydb_operation - cpp-client-ydb_table -) -target_sources(fq-libs-actors PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/actors/clusters_from_connections.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/actors/database_resolver.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/actors/error.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/actors/nodes_health_check.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/actors/nodes_manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/actors/pending_fetcher.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/actors/proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/actors/proxy_private.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/actors/rate_limiter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/actors/rate_limiter_resources.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/actors/result_writer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/actors/run_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/actors/table_bindings_from_bindings.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/actors/task_get.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/actors/task_ping.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/actors/task_result_write.cpp -) diff --git a/contrib/ydb/core/fq/libs/actors/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/fq/libs/actors/CMakeLists.linux-x86_64.txt deleted file mode 100644 index db13065ddda..00000000000 --- a/contrib/ydb/core/fq/libs/actors/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,108 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(logging) - -add_library(fq-libs-actors) -target_compile_options(fq-libs-actors PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-actors PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-interconnect - cpp-json-yson - cpp-monlib-dynamic_counters - library-cpp-random_provider - library-cpp-scheme - cpp-string_utils-quote - library-cpp-time_provider - library-cpp-yson - cpp-yson-node - ydb-core-base - libs-actors-logging - fq-libs-checkpointing - fq-libs-checkpointing_common - fq-libs-common - libs-compute-common - libs-compute-ydb - libs-config-protos - fq-libs-control_plane_storage - libs-control_plane_storage-events - fq-libs-db_id_async_resolver_impl - fq-libs-db_schema - fq-libs-events - fq-libs-exceptions - fq-libs-grpc - fq-libs-private_client - libs-rate_limiter-utils - fq-libs-result_formatter - fq-libs-shared_resources - fq-libs-signer - ydb-core-protos - ydb-core-util - ydb-library-mkql_proto - ydb-library-security - library-yql-ast - yql-core-facade - core-services-mounts - dq-integration-transform - yql-minikql-comp_nodes - providers-common-codec - providers-common-comp_nodes - providers-common-db_id_async_resolver - providers-common-metrics - providers-common-provider - common-schema-mkql - common-token_accessor-client - providers-common-udf_resolve - providers-dq-actors - providers-dq-common - providers-dq-counters - providers-dq-provider - dq-provider-exec - dq-worker_manager-interface - connector-api-common - generic-connector-libcpp - providers-generic-provider - providers-pq-cm_client - providers-pq-provider - providers-pq-task_meta - providers-s3-provider - providers-ydb-provider - yql-public-issue - public-issue-protos - yql-sql-settings - library-yql-utils - yql-utils-actor_log - api-protos - public-lib-fq - cpp-client-ydb_query - cpp-client-ydb_operation - cpp-client-ydb_table -) -target_sources(fq-libs-actors PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/actors/clusters_from_connections.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/actors/database_resolver.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/actors/error.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/actors/nodes_health_check.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/actors/nodes_manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/actors/pending_fetcher.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/actors/proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/actors/proxy_private.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/actors/rate_limiter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/actors/rate_limiter_resources.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/actors/result_writer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/actors/run_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/actors/table_bindings_from_bindings.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/actors/task_get.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/actors/task_ping.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/actors/task_result_write.cpp -) diff --git a/contrib/ydb/core/fq/libs/actors/CMakeLists.txt b/contrib/ydb/core/fq/libs/actors/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/fq/libs/actors/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/fq/libs/actors/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/fq/libs/actors/CMakeLists.windows-x86_64.txt deleted file mode 100644 index aec58b1c7ed..00000000000 --- a/contrib/ydb/core/fq/libs/actors/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,107 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(logging) - -add_library(fq-libs-actors) -target_compile_options(fq-libs-actors PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-actors PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-interconnect - cpp-json-yson - cpp-monlib-dynamic_counters - library-cpp-random_provider - library-cpp-scheme - cpp-string_utils-quote - library-cpp-time_provider - library-cpp-yson - cpp-yson-node - ydb-core-base - libs-actors-logging - fq-libs-checkpointing - fq-libs-checkpointing_common - fq-libs-common - libs-compute-common - libs-compute-ydb - libs-config-protos - fq-libs-control_plane_storage - libs-control_plane_storage-events - fq-libs-db_id_async_resolver_impl - fq-libs-db_schema - fq-libs-events - fq-libs-exceptions - fq-libs-grpc - fq-libs-private_client - libs-rate_limiter-utils - fq-libs-result_formatter - fq-libs-shared_resources - fq-libs-signer - ydb-core-protos - ydb-core-util - ydb-library-mkql_proto - ydb-library-security - library-yql-ast - yql-core-facade - core-services-mounts - dq-integration-transform - yql-minikql-comp_nodes - providers-common-codec - providers-common-comp_nodes - providers-common-db_id_async_resolver - providers-common-metrics - providers-common-provider - common-schema-mkql - common-token_accessor-client - providers-common-udf_resolve - providers-dq-actors - providers-dq-common - providers-dq-counters - providers-dq-provider - dq-provider-exec - dq-worker_manager-interface - connector-api-common - generic-connector-libcpp - providers-generic-provider - providers-pq-cm_client - providers-pq-provider - providers-pq-task_meta - providers-s3-provider - providers-ydb-provider - yql-public-issue - public-issue-protos - yql-sql-settings - library-yql-utils - yql-utils-actor_log - api-protos - public-lib-fq - cpp-client-ydb_query - cpp-client-ydb_operation - cpp-client-ydb_table -) -target_sources(fq-libs-actors PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/actors/clusters_from_connections.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/actors/database_resolver.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/actors/error.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/actors/nodes_health_check.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/actors/nodes_manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/actors/pending_fetcher.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/actors/proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/actors/proxy_private.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/actors/rate_limiter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/actors/rate_limiter_resources.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/actors/result_writer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/actors/run_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/actors/table_bindings_from_bindings.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/actors/task_get.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/actors/task_ping.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/actors/task_result_write.cpp -) diff --git a/contrib/ydb/core/fq/libs/actors/logging/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/fq/libs/actors/logging/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 54ca068fe90..00000000000 --- a/contrib/ydb/core/fq/libs/actors/logging/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(libs-actors-logging INTERFACE) -target_link_libraries(libs-actors-logging INTERFACE - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-protos -) diff --git a/contrib/ydb/core/fq/libs/actors/logging/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/fq/libs/actors/logging/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 562d8c1637b..00000000000 --- a/contrib/ydb/core/fq/libs/actors/logging/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(libs-actors-logging INTERFACE) -target_link_libraries(libs-actors-logging INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-protos -) diff --git a/contrib/ydb/core/fq/libs/actors/logging/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/fq/libs/actors/logging/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 562d8c1637b..00000000000 --- a/contrib/ydb/core/fq/libs/actors/logging/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(libs-actors-logging INTERFACE) -target_link_libraries(libs-actors-logging INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-protos -) diff --git a/contrib/ydb/core/fq/libs/actors/logging/CMakeLists.txt b/contrib/ydb/core/fq/libs/actors/logging/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/fq/libs/actors/logging/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/fq/libs/actors/logging/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/fq/libs/actors/logging/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 54ca068fe90..00000000000 --- a/contrib/ydb/core/fq/libs/actors/logging/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(libs-actors-logging INTERFACE) -target_link_libraries(libs-actors-logging INTERFACE - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-protos -) diff --git a/contrib/ydb/core/fq/libs/audit/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/fq/libs/audit/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 7d4e2c33704..00000000000 --- a/contrib/ydb/core/fq/libs/audit/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_subdirectory(events) - -add_library(fq-libs-audit) -target_link_libraries(fq-libs-audit PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core -) -target_sources(fq-libs-audit PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/audit/yq_audit_service.cpp -) diff --git a/contrib/ydb/core/fq/libs/audit/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/fq/libs/audit/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 298ebd70010..00000000000 --- a/contrib/ydb/core/fq/libs/audit/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_subdirectory(events) - -add_library(fq-libs-audit) -target_link_libraries(fq-libs-audit PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core -) -target_sources(fq-libs-audit PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/audit/yq_audit_service.cpp -) diff --git a/contrib/ydb/core/fq/libs/audit/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/fq/libs/audit/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 298ebd70010..00000000000 --- a/contrib/ydb/core/fq/libs/audit/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_subdirectory(events) - -add_library(fq-libs-audit) -target_link_libraries(fq-libs-audit PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core -) -target_sources(fq-libs-audit PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/audit/yq_audit_service.cpp -) diff --git a/contrib/ydb/core/fq/libs/audit/CMakeLists.txt b/contrib/ydb/core/fq/libs/audit/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/fq/libs/audit/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/fq/libs/audit/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/fq/libs/audit/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 7d4e2c33704..00000000000 --- a/contrib/ydb/core/fq/libs/audit/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_subdirectory(events) - -add_library(fq-libs-audit) -target_link_libraries(fq-libs-audit PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core -) -target_sources(fq-libs-audit PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/audit/yq_audit_service.cpp -) diff --git a/contrib/ydb/core/fq/libs/audit/events/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/fq/libs/audit/events/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 5aef0bd4e55..00000000000 --- a/contrib/ydb/core/fq/libs/audit/events/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(libs-audit-events) -target_link_libraries(libs-audit-events PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-interconnect - fq-libs-checkpointing_common - libs-control_plane_storage-events - yql-public-issue - api-protos -) -target_sources(libs-audit-events PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/audit/events/events.cpp -) diff --git a/contrib/ydb/core/fq/libs/audit/events/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/fq/libs/audit/events/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e86364de8a4..00000000000 --- a/contrib/ydb/core/fq/libs/audit/events/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(libs-audit-events) -target_link_libraries(libs-audit-events PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-interconnect - fq-libs-checkpointing_common - libs-control_plane_storage-events - yql-public-issue - api-protos -) -target_sources(libs-audit-events PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/audit/events/events.cpp -) diff --git a/contrib/ydb/core/fq/libs/audit/events/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/fq/libs/audit/events/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e86364de8a4..00000000000 --- a/contrib/ydb/core/fq/libs/audit/events/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(libs-audit-events) -target_link_libraries(libs-audit-events PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-interconnect - fq-libs-checkpointing_common - libs-control_plane_storage-events - yql-public-issue - api-protos -) -target_sources(libs-audit-events PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/audit/events/events.cpp -) diff --git a/contrib/ydb/core/fq/libs/audit/events/CMakeLists.txt b/contrib/ydb/core/fq/libs/audit/events/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/fq/libs/audit/events/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/fq/libs/audit/events/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/fq/libs/audit/events/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 5aef0bd4e55..00000000000 --- a/contrib/ydb/core/fq/libs/audit/events/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(libs-audit-events) -target_link_libraries(libs-audit-events PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-interconnect - fq-libs-checkpointing_common - libs-control_plane_storage-events - yql-public-issue - api-protos -) -target_sources(libs-audit-events PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/audit/events/events.cpp -) diff --git a/contrib/ydb/core/fq/libs/checkpoint_storage/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/fq/libs/checkpoint_storage/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 44c9cb6de84..00000000000 --- a/contrib/ydb/core/fq/libs/checkpoint_storage/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_subdirectory(events) -add_subdirectory(proto) - -add_library(fq-libs-checkpoint_storage) -target_compile_options(fq-libs-checkpoint_storage PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-checkpoint_storage PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-fmt - library-actors-core - libs-actors-logging - fq-libs-control_plane_storage - fq-libs-ydb - libs-checkpoint_storage-events - libs-checkpoint_storage-proto - fq-libs-checkpointing_common - fq-libs-shared_resources - ydb-library-security - dq-actors-compute - yql-dq-proto - cpp-client-ydb_scheme - cpp-client-ydb_table -) -target_sources(fq-libs-checkpoint_storage PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/checkpoint_storage/gc.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/checkpoint_storage/storage_proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/checkpoint_storage/storage_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/checkpoint_storage/ydb_checkpoint_storage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/checkpoint_storage/ydb_state_storage.cpp -) diff --git a/contrib/ydb/core/fq/libs/checkpoint_storage/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/fq/libs/checkpoint_storage/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 2c10bc02fe5..00000000000 --- a/contrib/ydb/core/fq/libs/checkpoint_storage/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_subdirectory(events) -add_subdirectory(proto) - -add_library(fq-libs-checkpoint_storage) -target_compile_options(fq-libs-checkpoint_storage PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-checkpoint_storage PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-fmt - library-actors-core - libs-actors-logging - fq-libs-control_plane_storage - fq-libs-ydb - libs-checkpoint_storage-events - libs-checkpoint_storage-proto - fq-libs-checkpointing_common - fq-libs-shared_resources - ydb-library-security - dq-actors-compute - yql-dq-proto - cpp-client-ydb_scheme - cpp-client-ydb_table -) -target_sources(fq-libs-checkpoint_storage PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/checkpoint_storage/gc.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/checkpoint_storage/storage_proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/checkpoint_storage/storage_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/checkpoint_storage/ydb_checkpoint_storage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/checkpoint_storage/ydb_state_storage.cpp -) diff --git a/contrib/ydb/core/fq/libs/checkpoint_storage/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/fq/libs/checkpoint_storage/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 2c10bc02fe5..00000000000 --- a/contrib/ydb/core/fq/libs/checkpoint_storage/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_subdirectory(events) -add_subdirectory(proto) - -add_library(fq-libs-checkpoint_storage) -target_compile_options(fq-libs-checkpoint_storage PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-checkpoint_storage PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-fmt - library-actors-core - libs-actors-logging - fq-libs-control_plane_storage - fq-libs-ydb - libs-checkpoint_storage-events - libs-checkpoint_storage-proto - fq-libs-checkpointing_common - fq-libs-shared_resources - ydb-library-security - dq-actors-compute - yql-dq-proto - cpp-client-ydb_scheme - cpp-client-ydb_table -) -target_sources(fq-libs-checkpoint_storage PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/checkpoint_storage/gc.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/checkpoint_storage/storage_proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/checkpoint_storage/storage_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/checkpoint_storage/ydb_checkpoint_storage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/checkpoint_storage/ydb_state_storage.cpp -) diff --git a/contrib/ydb/core/fq/libs/checkpoint_storage/CMakeLists.txt b/contrib/ydb/core/fq/libs/checkpoint_storage/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/fq/libs/checkpoint_storage/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/fq/libs/checkpoint_storage/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/fq/libs/checkpoint_storage/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 44c9cb6de84..00000000000 --- a/contrib/ydb/core/fq/libs/checkpoint_storage/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_subdirectory(events) -add_subdirectory(proto) - -add_library(fq-libs-checkpoint_storage) -target_compile_options(fq-libs-checkpoint_storage PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-checkpoint_storage PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-fmt - library-actors-core - libs-actors-logging - fq-libs-control_plane_storage - fq-libs-ydb - libs-checkpoint_storage-events - libs-checkpoint_storage-proto - fq-libs-checkpointing_common - fq-libs-shared_resources - ydb-library-security - dq-actors-compute - yql-dq-proto - cpp-client-ydb_scheme - cpp-client-ydb_table -) -target_sources(fq-libs-checkpoint_storage PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/checkpoint_storage/gc.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/checkpoint_storage/storage_proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/checkpoint_storage/storage_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/checkpoint_storage/ydb_checkpoint_storage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/checkpoint_storage/ydb_state_storage.cpp -) diff --git a/contrib/ydb/core/fq/libs/checkpoint_storage/events/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/fq/libs/checkpoint_storage/events/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 5dcb3804da6..00000000000 --- a/contrib/ydb/core/fq/libs/checkpoint_storage/events/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(libs-checkpoint_storage-events) -target_link_libraries(libs-checkpoint_storage-events PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-interconnect - fq-libs-checkpointing_common - fq-libs-events - libs-checkpoint_storage-proto - yql-public-issue -) -target_sources(libs-checkpoint_storage-events PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/checkpoint_storage/events/events.cpp -) diff --git a/contrib/ydb/core/fq/libs/checkpoint_storage/events/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/fq/libs/checkpoint_storage/events/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 29778eba673..00000000000 --- a/contrib/ydb/core/fq/libs/checkpoint_storage/events/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(libs-checkpoint_storage-events) -target_link_libraries(libs-checkpoint_storage-events PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-interconnect - fq-libs-checkpointing_common - fq-libs-events - libs-checkpoint_storage-proto - yql-public-issue -) -target_sources(libs-checkpoint_storage-events PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/checkpoint_storage/events/events.cpp -) diff --git a/contrib/ydb/core/fq/libs/checkpoint_storage/events/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/fq/libs/checkpoint_storage/events/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 29778eba673..00000000000 --- a/contrib/ydb/core/fq/libs/checkpoint_storage/events/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(libs-checkpoint_storage-events) -target_link_libraries(libs-checkpoint_storage-events PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-interconnect - fq-libs-checkpointing_common - fq-libs-events - libs-checkpoint_storage-proto - yql-public-issue -) -target_sources(libs-checkpoint_storage-events PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/checkpoint_storage/events/events.cpp -) diff --git a/contrib/ydb/core/fq/libs/checkpoint_storage/events/CMakeLists.txt b/contrib/ydb/core/fq/libs/checkpoint_storage/events/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/fq/libs/checkpoint_storage/events/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/fq/libs/checkpoint_storage/events/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/fq/libs/checkpoint_storage/events/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 5dcb3804da6..00000000000 --- a/contrib/ydb/core/fq/libs/checkpoint_storage/events/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(libs-checkpoint_storage-events) -target_link_libraries(libs-checkpoint_storage-events PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-interconnect - fq-libs-checkpointing_common - fq-libs-events - libs-checkpoint_storage-proto - yql-public-issue -) -target_sources(libs-checkpoint_storage-events PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/checkpoint_storage/events/events.cpp -) diff --git a/contrib/ydb/core/fq/libs/checkpoint_storage/proto/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/fq/libs/checkpoint_storage/proto/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 30f71c3e785..00000000000 --- a/contrib/ydb/core/fq/libs/checkpoint_storage/proto/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(libs-checkpoint_storage-proto) -target_link_libraries(libs-checkpoint_storage-proto PUBLIC - contrib-libs-cxxsupp - yutil - libs-graph_params-proto - contrib-libs-protobuf -) -target_proto_messages(libs-checkpoint_storage-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/checkpoint_storage/proto/graph_description.proto -) -target_proto_addincls(libs-checkpoint_storage-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(libs-checkpoint_storage-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/fq/libs/checkpoint_storage/proto/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/fq/libs/checkpoint_storage/proto/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d15b429e900..00000000000 --- a/contrib/ydb/core/fq/libs/checkpoint_storage/proto/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(libs-checkpoint_storage-proto) -target_link_libraries(libs-checkpoint_storage-proto PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-graph_params-proto - contrib-libs-protobuf -) -target_proto_messages(libs-checkpoint_storage-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/checkpoint_storage/proto/graph_description.proto -) -target_proto_addincls(libs-checkpoint_storage-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(libs-checkpoint_storage-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/fq/libs/checkpoint_storage/proto/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/fq/libs/checkpoint_storage/proto/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d15b429e900..00000000000 --- a/contrib/ydb/core/fq/libs/checkpoint_storage/proto/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(libs-checkpoint_storage-proto) -target_link_libraries(libs-checkpoint_storage-proto PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-graph_params-proto - contrib-libs-protobuf -) -target_proto_messages(libs-checkpoint_storage-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/checkpoint_storage/proto/graph_description.proto -) -target_proto_addincls(libs-checkpoint_storage-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(libs-checkpoint_storage-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/fq/libs/checkpoint_storage/proto/CMakeLists.txt b/contrib/ydb/core/fq/libs/checkpoint_storage/proto/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/fq/libs/checkpoint_storage/proto/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/fq/libs/checkpoint_storage/proto/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/fq/libs/checkpoint_storage/proto/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 30f71c3e785..00000000000 --- a/contrib/ydb/core/fq/libs/checkpoint_storage/proto/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(libs-checkpoint_storage-proto) -target_link_libraries(libs-checkpoint_storage-proto PUBLIC - contrib-libs-cxxsupp - yutil - libs-graph_params-proto - contrib-libs-protobuf -) -target_proto_messages(libs-checkpoint_storage-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/checkpoint_storage/proto/graph_description.proto -) -target_proto_addincls(libs-checkpoint_storage-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(libs-checkpoint_storage-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/fq/libs/checkpointing/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/fq/libs/checkpointing/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a9db75b95e9..00000000000 --- a/contrib/ydb/core/fq/libs/checkpointing/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(fq-libs-checkpointing) -target_compile_options(fq-libs-checkpointing PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-checkpointing PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - libs-actors-logging - fq-libs-checkpointing_common - libs-checkpoint_storage-events - dq-actors-compute - yql-dq-proto - yql-dq-state - dq-api-protos -) -target_sources(fq-libs-checkpointing PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/checkpointing/checkpoint_coordinator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/checkpointing/checkpoint_id_generator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/checkpointing/pending_checkpoint.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/checkpointing/utils.cpp -) diff --git a/contrib/ydb/core/fq/libs/checkpointing/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/fq/libs/checkpointing/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 5f55d67a09c..00000000000 --- a/contrib/ydb/core/fq/libs/checkpointing/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(fq-libs-checkpointing) -target_compile_options(fq-libs-checkpointing PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-checkpointing PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - libs-actors-logging - fq-libs-checkpointing_common - libs-checkpoint_storage-events - dq-actors-compute - yql-dq-proto - yql-dq-state - dq-api-protos -) -target_sources(fq-libs-checkpointing PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/checkpointing/checkpoint_coordinator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/checkpointing/checkpoint_id_generator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/checkpointing/pending_checkpoint.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/checkpointing/utils.cpp -) diff --git a/contrib/ydb/core/fq/libs/checkpointing/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/fq/libs/checkpointing/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 5f55d67a09c..00000000000 --- a/contrib/ydb/core/fq/libs/checkpointing/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(fq-libs-checkpointing) -target_compile_options(fq-libs-checkpointing PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-checkpointing PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - libs-actors-logging - fq-libs-checkpointing_common - libs-checkpoint_storage-events - dq-actors-compute - yql-dq-proto - yql-dq-state - dq-api-protos -) -target_sources(fq-libs-checkpointing PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/checkpointing/checkpoint_coordinator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/checkpointing/checkpoint_id_generator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/checkpointing/pending_checkpoint.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/checkpointing/utils.cpp -) diff --git a/contrib/ydb/core/fq/libs/checkpointing/CMakeLists.txt b/contrib/ydb/core/fq/libs/checkpointing/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/fq/libs/checkpointing/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/fq/libs/checkpointing/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/fq/libs/checkpointing/CMakeLists.windows-x86_64.txt deleted file mode 100644 index a9db75b95e9..00000000000 --- a/contrib/ydb/core/fq/libs/checkpointing/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(fq-libs-checkpointing) -target_compile_options(fq-libs-checkpointing PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-checkpointing PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - libs-actors-logging - fq-libs-checkpointing_common - libs-checkpoint_storage-events - dq-actors-compute - yql-dq-proto - yql-dq-state - dq-api-protos -) -target_sources(fq-libs-checkpointing PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/checkpointing/checkpoint_coordinator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/checkpointing/checkpoint_id_generator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/checkpointing/pending_checkpoint.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/checkpointing/utils.cpp -) diff --git a/contrib/ydb/core/fq/libs/checkpointing_common/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/fq/libs/checkpointing_common/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index f731420e6fa..00000000000 --- a/contrib/ydb/core/fq/libs/checkpointing_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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(fq-libs-checkpointing_common) -target_link_libraries(fq-libs-checkpointing_common PUBLIC - contrib-libs-cxxsupp - yutil - libs-graph_params-proto - tools-enum_parser-enum_serialization_runtime -) -target_sources(fq-libs-checkpointing_common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/checkpointing_common/defs.cpp -) -generate_enum_serilization(fq-libs-checkpointing_common - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/checkpointing_common/defs.h - INCLUDE_HEADERS - contrib/ydb/core/fq/libs/checkpointing_common/defs.h -) diff --git a/contrib/ydb/core/fq/libs/checkpointing_common/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/fq/libs/checkpointing_common/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 2b562fbcb5a..00000000000 --- a/contrib/ydb/core/fq/libs/checkpointing_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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(fq-libs-checkpointing_common) -target_link_libraries(fq-libs-checkpointing_common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-graph_params-proto - tools-enum_parser-enum_serialization_runtime -) -target_sources(fq-libs-checkpointing_common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/checkpointing_common/defs.cpp -) -generate_enum_serilization(fq-libs-checkpointing_common - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/checkpointing_common/defs.h - INCLUDE_HEADERS - contrib/ydb/core/fq/libs/checkpointing_common/defs.h -) diff --git a/contrib/ydb/core/fq/libs/checkpointing_common/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/fq/libs/checkpointing_common/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 2b562fbcb5a..00000000000 --- a/contrib/ydb/core/fq/libs/checkpointing_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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(fq-libs-checkpointing_common) -target_link_libraries(fq-libs-checkpointing_common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-graph_params-proto - tools-enum_parser-enum_serialization_runtime -) -target_sources(fq-libs-checkpointing_common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/checkpointing_common/defs.cpp -) -generate_enum_serilization(fq-libs-checkpointing_common - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/checkpointing_common/defs.h - INCLUDE_HEADERS - contrib/ydb/core/fq/libs/checkpointing_common/defs.h -) diff --git a/contrib/ydb/core/fq/libs/checkpointing_common/CMakeLists.txt b/contrib/ydb/core/fq/libs/checkpointing_common/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/fq/libs/checkpointing_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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/fq/libs/checkpointing_common/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/fq/libs/checkpointing_common/CMakeLists.windows-x86_64.txt deleted file mode 100644 index f731420e6fa..00000000000 --- a/contrib/ydb/core/fq/libs/checkpointing_common/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(fq-libs-checkpointing_common) -target_link_libraries(fq-libs-checkpointing_common PUBLIC - contrib-libs-cxxsupp - yutil - libs-graph_params-proto - tools-enum_parser-enum_serialization_runtime -) -target_sources(fq-libs-checkpointing_common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/checkpointing_common/defs.cpp -) -generate_enum_serilization(fq-libs-checkpointing_common - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/checkpointing_common/defs.h - INCLUDE_HEADERS - contrib/ydb/core/fq/libs/checkpointing_common/defs.h -) diff --git a/contrib/ydb/core/fq/libs/cloud_audit/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/fq/libs/cloud_audit/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index fbf0f269239..00000000000 --- a/contrib/ydb/core/fq/libs/cloud_audit/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(fq-libs-cloud_audit) -target_link_libraries(fq-libs-cloud_audit PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-log_backend - library-cpp-unified_agent_client - fq-libs-actors - libs-audit-events - libs-config-protos - ydb-library-folder_service - library-ycloud-api - client-yc_public-events -) -target_sources(fq-libs-cloud_audit PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/cloud_audit/yq_cloud_audit_service.cpp -) diff --git a/contrib/ydb/core/fq/libs/cloud_audit/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/fq/libs/cloud_audit/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b63a582ebcf..00000000000 --- a/contrib/ydb/core/fq/libs/cloud_audit/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(fq-libs-cloud_audit) -target_link_libraries(fq-libs-cloud_audit PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-log_backend - library-cpp-unified_agent_client - fq-libs-actors - libs-audit-events - libs-config-protos - ydb-library-folder_service - library-ycloud-api - client-yc_public-events -) -target_sources(fq-libs-cloud_audit PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/cloud_audit/yq_cloud_audit_service.cpp -) diff --git a/contrib/ydb/core/fq/libs/cloud_audit/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/fq/libs/cloud_audit/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b63a582ebcf..00000000000 --- a/contrib/ydb/core/fq/libs/cloud_audit/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(fq-libs-cloud_audit) -target_link_libraries(fq-libs-cloud_audit PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-log_backend - library-cpp-unified_agent_client - fq-libs-actors - libs-audit-events - libs-config-protos - ydb-library-folder_service - library-ycloud-api - client-yc_public-events -) -target_sources(fq-libs-cloud_audit PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/cloud_audit/yq_cloud_audit_service.cpp -) diff --git a/contrib/ydb/core/fq/libs/cloud_audit/CMakeLists.txt b/contrib/ydb/core/fq/libs/cloud_audit/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/fq/libs/cloud_audit/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/fq/libs/cloud_audit/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/fq/libs/cloud_audit/CMakeLists.windows-x86_64.txt deleted file mode 100644 index fbf0f269239..00000000000 --- a/contrib/ydb/core/fq/libs/cloud_audit/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(fq-libs-cloud_audit) -target_link_libraries(fq-libs-cloud_audit PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-log_backend - library-cpp-unified_agent_client - fq-libs-actors - libs-audit-events - libs-config-protos - ydb-library-folder_service - library-ycloud-api - client-yc_public-events -) -target_sources(fq-libs-cloud_audit PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/cloud_audit/yq_cloud_audit_service.cpp -) diff --git a/contrib/ydb/core/fq/libs/common/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/fq/libs/common/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 9d578dc12d4..00000000000 --- a/contrib/ydb/core/fq/libs/common/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(fq-libs-common) -target_compile_options(fq-libs-common PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-common PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-cpp-blockcodecs - libs-control_plane_storage-events - fq-libs-events - providers-common-structured_token - yql-public-issue - api-protos -) -target_sources(fq-libs-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/common/compression.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/common/debug_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/common/entity_id.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/common/util.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/common/rows_proto_splitter.cpp -) -generate_enum_serilization(fq-libs-common - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/common/util.h - INCLUDE_HEADERS - contrib/ydb/core/fq/libs/common/util.h -) diff --git a/contrib/ydb/core/fq/libs/common/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/fq/libs/common/CMakeLists.linux-aarch64.txt deleted file mode 100644 index c0f329cdf67..00000000000 --- a/contrib/ydb/core/fq/libs/common/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(fq-libs-common) -target_compile_options(fq-libs-common PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-cpp-blockcodecs - libs-control_plane_storage-events - fq-libs-events - providers-common-structured_token - yql-public-issue - api-protos -) -target_sources(fq-libs-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/common/compression.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/common/debug_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/common/entity_id.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/common/util.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/common/rows_proto_splitter.cpp -) -generate_enum_serilization(fq-libs-common - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/common/util.h - INCLUDE_HEADERS - contrib/ydb/core/fq/libs/common/util.h -) diff --git a/contrib/ydb/core/fq/libs/common/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/fq/libs/common/CMakeLists.linux-x86_64.txt deleted file mode 100644 index c0f329cdf67..00000000000 --- a/contrib/ydb/core/fq/libs/common/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(fq-libs-common) -target_compile_options(fq-libs-common PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-cpp-blockcodecs - libs-control_plane_storage-events - fq-libs-events - providers-common-structured_token - yql-public-issue - api-protos -) -target_sources(fq-libs-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/common/compression.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/common/debug_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/common/entity_id.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/common/util.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/common/rows_proto_splitter.cpp -) -generate_enum_serilization(fq-libs-common - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/common/util.h - INCLUDE_HEADERS - contrib/ydb/core/fq/libs/common/util.h -) diff --git a/contrib/ydb/core/fq/libs/common/CMakeLists.txt b/contrib/ydb/core/fq/libs/common/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/fq/libs/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/fq/libs/common/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/fq/libs/common/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 9d578dc12d4..00000000000 --- a/contrib/ydb/core/fq/libs/common/CMakeLists.windows-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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(fq-libs-common) -target_compile_options(fq-libs-common PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-common PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-cpp-blockcodecs - libs-control_plane_storage-events - fq-libs-events - providers-common-structured_token - yql-public-issue - api-protos -) -target_sources(fq-libs-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/common/compression.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/common/debug_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/common/entity_id.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/common/util.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/common/rows_proto_splitter.cpp -) -generate_enum_serilization(fq-libs-common - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/common/util.h - INCLUDE_HEADERS - contrib/ydb/core/fq/libs/common/util.h -) diff --git a/contrib/ydb/core/fq/libs/compute/CMakeLists.txt b/contrib/ydb/core/fq/libs/compute/CMakeLists.txt deleted file mode 100644 index 5809a856aac..00000000000 --- a/contrib/ydb/core/fq/libs/compute/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(common) -add_subdirectory(ydb) diff --git a/contrib/ydb/core/fq/libs/compute/common/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/fq/libs/compute/common/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 9e7dd653eb8..00000000000 --- a/contrib/ydb/core/fq/libs/compute/common/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(libs-compute-common) -target_compile_options(libs-compute-common PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(libs-compute-common PUBLIC - contrib-libs-cxxsupp - yutil - cpp-json-yson - libs-config-protos - fq-libs-db_id_async_resolver_impl - fq-libs-grpc - fq-libs-shared_resources - providers-dq-provider - generic-connector-libcpp -) -target_sources(libs-compute-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/common/pinger.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/common/run_actor_params.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/common/utils.cpp -) diff --git a/contrib/ydb/core/fq/libs/compute/common/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/fq/libs/compute/common/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 05348177fac..00000000000 --- a/contrib/ydb/core/fq/libs/compute/common/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(libs-compute-common) -target_compile_options(libs-compute-common PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(libs-compute-common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-json-yson - libs-config-protos - fq-libs-db_id_async_resolver_impl - fq-libs-grpc - fq-libs-shared_resources - providers-dq-provider - generic-connector-libcpp -) -target_sources(libs-compute-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/common/pinger.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/common/run_actor_params.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/common/utils.cpp -) diff --git a/contrib/ydb/core/fq/libs/compute/common/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/fq/libs/compute/common/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 05348177fac..00000000000 --- a/contrib/ydb/core/fq/libs/compute/common/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(libs-compute-common) -target_compile_options(libs-compute-common PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(libs-compute-common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-json-yson - libs-config-protos - fq-libs-db_id_async_resolver_impl - fq-libs-grpc - fq-libs-shared_resources - providers-dq-provider - generic-connector-libcpp -) -target_sources(libs-compute-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/common/pinger.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/common/run_actor_params.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/common/utils.cpp -) diff --git a/contrib/ydb/core/fq/libs/compute/common/CMakeLists.txt b/contrib/ydb/core/fq/libs/compute/common/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/fq/libs/compute/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/fq/libs/compute/common/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/fq/libs/compute/common/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 9e7dd653eb8..00000000000 --- a/contrib/ydb/core/fq/libs/compute/common/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(libs-compute-common) -target_compile_options(libs-compute-common PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(libs-compute-common PUBLIC - contrib-libs-cxxsupp - yutil - cpp-json-yson - libs-config-protos - fq-libs-db_id_async_resolver_impl - fq-libs-grpc - fq-libs-shared_resources - providers-dq-provider - generic-connector-libcpp -) -target_sources(libs-compute-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/common/pinger.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/common/run_actor_params.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/common/utils.cpp -) diff --git a/contrib/ydb/core/fq/libs/compute/ydb/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/fq/libs/compute/ydb/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index fe44d457f77..00000000000 --- a/contrib/ydb/core/fq/libs/compute/ydb/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,49 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(control_plane) -add_subdirectory(synchronization_service) - -add_library(libs-compute-ydb) -target_compile_options(libs-compute-ydb PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(libs-compute-ydb PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-protos - cpp-lwtrace-protos - libs-compute-common - libs-config-protos - libs-control_plane_storage-proto - libs-graph_params-proto - fq-libs-grpc - libs-quota_manager-proto - ydb-core-protos - ydb-core-util - library-db_pool-protos - yql-core-expr_nodes - yql-dq-expr_nodes - yql-minikql-arrow - dq-api-protos - api-grpc - api-grpc-draft - lib-operation_id-protos -) -target_sources(libs-compute-ydb PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/ydb/actors_factory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/ydb/executer_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/ydb/finalizer_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/ydb/initializer_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/ydb/resources_cleaner_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/ydb/result_writer_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/ydb/status_tracker_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/ydb/stopper_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/ydb/ydb_connector_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/ydb/ydb_run_actor.cpp -) diff --git a/contrib/ydb/core/fq/libs/compute/ydb/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/fq/libs/compute/ydb/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e8dacb16361..00000000000 --- a/contrib/ydb/core/fq/libs/compute/ydb/CMakeLists.linux-aarch64.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_subdirectory(control_plane) -add_subdirectory(synchronization_service) - -add_library(libs-compute-ydb) -target_compile_options(libs-compute-ydb PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(libs-compute-ydb PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-protos - cpp-lwtrace-protos - libs-compute-common - libs-config-protos - libs-control_plane_storage-proto - libs-graph_params-proto - fq-libs-grpc - libs-quota_manager-proto - ydb-core-protos - ydb-core-util - library-db_pool-protos - yql-core-expr_nodes - yql-dq-expr_nodes - yql-minikql-arrow - dq-api-protos - api-grpc - api-grpc-draft - lib-operation_id-protos -) -target_sources(libs-compute-ydb PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/ydb/actors_factory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/ydb/executer_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/ydb/finalizer_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/ydb/initializer_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/ydb/resources_cleaner_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/ydb/result_writer_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/ydb/status_tracker_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/ydb/stopper_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/ydb/ydb_connector_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/ydb/ydb_run_actor.cpp -) diff --git a/contrib/ydb/core/fq/libs/compute/ydb/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/fq/libs/compute/ydb/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e8dacb16361..00000000000 --- a/contrib/ydb/core/fq/libs/compute/ydb/CMakeLists.linux-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_subdirectory(control_plane) -add_subdirectory(synchronization_service) - -add_library(libs-compute-ydb) -target_compile_options(libs-compute-ydb PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(libs-compute-ydb PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-protos - cpp-lwtrace-protos - libs-compute-common - libs-config-protos - libs-control_plane_storage-proto - libs-graph_params-proto - fq-libs-grpc - libs-quota_manager-proto - ydb-core-protos - ydb-core-util - library-db_pool-protos - yql-core-expr_nodes - yql-dq-expr_nodes - yql-minikql-arrow - dq-api-protos - api-grpc - api-grpc-draft - lib-operation_id-protos -) -target_sources(libs-compute-ydb PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/ydb/actors_factory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/ydb/executer_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/ydb/finalizer_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/ydb/initializer_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/ydb/resources_cleaner_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/ydb/result_writer_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/ydb/status_tracker_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/ydb/stopper_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/ydb/ydb_connector_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/ydb/ydb_run_actor.cpp -) diff --git a/contrib/ydb/core/fq/libs/compute/ydb/CMakeLists.txt b/contrib/ydb/core/fq/libs/compute/ydb/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/fq/libs/compute/ydb/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/fq/libs/compute/ydb/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/fq/libs/compute/ydb/CMakeLists.windows-x86_64.txt deleted file mode 100644 index fe44d457f77..00000000000 --- a/contrib/ydb/core/fq/libs/compute/ydb/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,49 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(control_plane) -add_subdirectory(synchronization_service) - -add_library(libs-compute-ydb) -target_compile_options(libs-compute-ydb PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(libs-compute-ydb PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-protos - cpp-lwtrace-protos - libs-compute-common - libs-config-protos - libs-control_plane_storage-proto - libs-graph_params-proto - fq-libs-grpc - libs-quota_manager-proto - ydb-core-protos - ydb-core-util - library-db_pool-protos - yql-core-expr_nodes - yql-dq-expr_nodes - yql-minikql-arrow - dq-api-protos - api-grpc - api-grpc-draft - lib-operation_id-protos -) -target_sources(libs-compute-ydb PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/ydb/actors_factory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/ydb/executer_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/ydb/finalizer_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/ydb/initializer_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/ydb/resources_cleaner_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/ydb/result_writer_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/ydb/status_tracker_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/ydb/stopper_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/ydb/ydb_connector_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/ydb/ydb_run_actor.cpp -) diff --git a/contrib/ydb/core/fq/libs/compute/ydb/control_plane/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/fq/libs/compute/ydb/control_plane/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 8272bdb3e81..00000000000 --- a/contrib/ydb/core/fq/libs/compute/ydb/control_plane/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(compute-ydb-control_plane) -target_compile_options(compute-ydb-control_plane PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(compute-ydb-control_plane PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-protos - compute-ydb-synchronization_service - libs-control_plane_storage-proto - libs-quota_manager-proto - ydb-core-protos - library-db_pool-protos - yql-public-issue - api-grpc - api-grpc-draft - lib-operation_id-protos -) -target_sources(compute-ydb-control_plane PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/ydb/control_plane/cms_grpc_client_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/ydb/control_plane/compute_database_control_plane_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/ydb/control_plane/compute_databases_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/ydb/control_plane/ydbcp_grpc_client_actor.cpp -) diff --git a/contrib/ydb/core/fq/libs/compute/ydb/control_plane/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/fq/libs/compute/ydb/control_plane/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 18339617ca5..00000000000 --- a/contrib/ydb/core/fq/libs/compute/ydb/control_plane/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(compute-ydb-control_plane) -target_compile_options(compute-ydb-control_plane PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(compute-ydb-control_plane PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-protos - compute-ydb-synchronization_service - libs-control_plane_storage-proto - libs-quota_manager-proto - ydb-core-protos - library-db_pool-protos - yql-public-issue - api-grpc - api-grpc-draft - lib-operation_id-protos -) -target_sources(compute-ydb-control_plane PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/ydb/control_plane/cms_grpc_client_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/ydb/control_plane/compute_database_control_plane_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/ydb/control_plane/compute_databases_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/ydb/control_plane/ydbcp_grpc_client_actor.cpp -) diff --git a/contrib/ydb/core/fq/libs/compute/ydb/control_plane/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/fq/libs/compute/ydb/control_plane/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 18339617ca5..00000000000 --- a/contrib/ydb/core/fq/libs/compute/ydb/control_plane/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(compute-ydb-control_plane) -target_compile_options(compute-ydb-control_plane PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(compute-ydb-control_plane PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-protos - compute-ydb-synchronization_service - libs-control_plane_storage-proto - libs-quota_manager-proto - ydb-core-protos - library-db_pool-protos - yql-public-issue - api-grpc - api-grpc-draft - lib-operation_id-protos -) -target_sources(compute-ydb-control_plane PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/ydb/control_plane/cms_grpc_client_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/ydb/control_plane/compute_database_control_plane_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/ydb/control_plane/compute_databases_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/ydb/control_plane/ydbcp_grpc_client_actor.cpp -) diff --git a/contrib/ydb/core/fq/libs/compute/ydb/control_plane/CMakeLists.txt b/contrib/ydb/core/fq/libs/compute/ydb/control_plane/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/fq/libs/compute/ydb/control_plane/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/fq/libs/compute/ydb/control_plane/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/fq/libs/compute/ydb/control_plane/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 8272bdb3e81..00000000000 --- a/contrib/ydb/core/fq/libs/compute/ydb/control_plane/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(compute-ydb-control_plane) -target_compile_options(compute-ydb-control_plane PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(compute-ydb-control_plane PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-protos - compute-ydb-synchronization_service - libs-control_plane_storage-proto - libs-quota_manager-proto - ydb-core-protos - library-db_pool-protos - yql-public-issue - api-grpc - api-grpc-draft - lib-operation_id-protos -) -target_sources(compute-ydb-control_plane PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/ydb/control_plane/cms_grpc_client_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/ydb/control_plane/compute_database_control_plane_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/ydb/control_plane/compute_databases_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/ydb/control_plane/ydbcp_grpc_client_actor.cpp -) diff --git a/contrib/ydb/core/fq/libs/compute/ydb/synchronization_service/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/fq/libs/compute/ydb/synchronization_service/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 69d706ce60e..00000000000 --- a/contrib/ydb/core/fq/libs/compute/ydb/synchronization_service/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(compute-ydb-synchronization_service) -target_compile_options(compute-ydb-synchronization_service PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(compute-ydb-synchronization_service PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-protos - libs-control_plane_storage-proto - api-grpc - library-db_pool-protos - lib-operation_id-protos - libs-quota_manager-proto - api-grpc-draft - ydb-library-services -) -target_sources(compute-ydb-synchronization_service PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/ydb/synchronization_service/synchronization_service.cpp -) diff --git a/contrib/ydb/core/fq/libs/compute/ydb/synchronization_service/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/fq/libs/compute/ydb/synchronization_service/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 914e6421003..00000000000 --- a/contrib/ydb/core/fq/libs/compute/ydb/synchronization_service/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(compute-ydb-synchronization_service) -target_compile_options(compute-ydb-synchronization_service PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(compute-ydb-synchronization_service PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-protos - libs-control_plane_storage-proto - api-grpc - library-db_pool-protos - lib-operation_id-protos - libs-quota_manager-proto - api-grpc-draft - ydb-library-services -) -target_sources(compute-ydb-synchronization_service PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/ydb/synchronization_service/synchronization_service.cpp -) diff --git a/contrib/ydb/core/fq/libs/compute/ydb/synchronization_service/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/fq/libs/compute/ydb/synchronization_service/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 914e6421003..00000000000 --- a/contrib/ydb/core/fq/libs/compute/ydb/synchronization_service/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(compute-ydb-synchronization_service) -target_compile_options(compute-ydb-synchronization_service PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(compute-ydb-synchronization_service PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-protos - libs-control_plane_storage-proto - api-grpc - library-db_pool-protos - lib-operation_id-protos - libs-quota_manager-proto - api-grpc-draft - ydb-library-services -) -target_sources(compute-ydb-synchronization_service PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/ydb/synchronization_service/synchronization_service.cpp -) diff --git a/contrib/ydb/core/fq/libs/compute/ydb/synchronization_service/CMakeLists.txt b/contrib/ydb/core/fq/libs/compute/ydb/synchronization_service/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/fq/libs/compute/ydb/synchronization_service/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/fq/libs/compute/ydb/synchronization_service/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/fq/libs/compute/ydb/synchronization_service/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 69d706ce60e..00000000000 --- a/contrib/ydb/core/fq/libs/compute/ydb/synchronization_service/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(compute-ydb-synchronization_service) -target_compile_options(compute-ydb-synchronization_service PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(compute-ydb-synchronization_service PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-protos - libs-control_plane_storage-proto - api-grpc - library-db_pool-protos - lib-operation_id-protos - libs-quota_manager-proto - api-grpc-draft - ydb-library-services -) -target_sources(compute-ydb-synchronization_service PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/compute/ydb/synchronization_service/synchronization_service.cpp -) diff --git a/contrib/ydb/core/fq/libs/config/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/fq/libs/config/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 900fad2e151..00000000000 --- a/contrib/ydb/core/fq/libs/config/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_subdirectory(protos) - -add_library(fq-libs-config) -target_link_libraries(fq-libs-config PUBLIC - contrib-libs-cxxsupp - yutil - libs-config-protos - public-issue-protos -) -target_sources(fq-libs-config PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/yq_issue.cpp -) diff --git a/contrib/ydb/core/fq/libs/config/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/fq/libs/config/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d4eae2ad2d8..00000000000 --- a/contrib/ydb/core/fq/libs/config/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(protos) - -add_library(fq-libs-config) -target_link_libraries(fq-libs-config PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-config-protos - public-issue-protos -) -target_sources(fq-libs-config PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/yq_issue.cpp -) diff --git a/contrib/ydb/core/fq/libs/config/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/fq/libs/config/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d4eae2ad2d8..00000000000 --- a/contrib/ydb/core/fq/libs/config/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(protos) - -add_library(fq-libs-config) -target_link_libraries(fq-libs-config PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-config-protos - public-issue-protos -) -target_sources(fq-libs-config PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/yq_issue.cpp -) diff --git a/contrib/ydb/core/fq/libs/config/CMakeLists.txt b/contrib/ydb/core/fq/libs/config/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/fq/libs/config/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/fq/libs/config/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/fq/libs/config/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 900fad2e151..00000000000 --- a/contrib/ydb/core/fq/libs/config/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(protos) - -add_library(fq-libs-config) -target_link_libraries(fq-libs-config PUBLIC - contrib-libs-cxxsupp - yutil - libs-config-protos - public-issue-protos -) -target_sources(fq-libs-config PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/yq_issue.cpp -) diff --git a/contrib/ydb/core/fq/libs/config/protos/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/fq/libs/config/protos/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 65e07d2f001..00000000000 --- a/contrib/ydb/core/fq/libs/config/protos/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,346 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(libs-config-protos) -target_link_libraries(libs-config-protos PUBLIC - contrib-libs-cxxsupp - yutil - library-folder_service-proto - dq-actors-protos - providers-common-proto - providers-s3-proto - contrib-libs-protobuf -) -target_proto_messages(libs-config-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/activation.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/audit.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/checkpoint_coordinator.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/common.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/compute.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/control_plane_proxy.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/control_plane_storage.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/db_pool.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/fq_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/gateways.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/health_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/issue_id.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/nodes_manager.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/pending_fetcher.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/pinger.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/private_api.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/private_proxy.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/quotas_manager.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/rate_limiter.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/read_actors_factory.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/resource_manager.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/storage.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/test_connection.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/token_accessor.proto -) -target_proto_addincls(libs-config-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(libs-config-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/fq/libs/config/protos/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/fq/libs/config/protos/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b6206f423f4..00000000000 --- a/contrib/ydb/core/fq/libs/config/protos/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,347 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(libs-config-protos) -target_link_libraries(libs-config-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-folder_service-proto - dq-actors-protos - providers-common-proto - providers-s3-proto - contrib-libs-protobuf -) -target_proto_messages(libs-config-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/activation.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/audit.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/checkpoint_coordinator.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/common.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/compute.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/control_plane_proxy.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/control_plane_storage.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/db_pool.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/fq_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/gateways.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/health_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/issue_id.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/nodes_manager.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/pending_fetcher.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/pinger.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/private_api.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/private_proxy.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/quotas_manager.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/rate_limiter.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/read_actors_factory.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/resource_manager.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/storage.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/test_connection.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/token_accessor.proto -) -target_proto_addincls(libs-config-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(libs-config-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/fq/libs/config/protos/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/fq/libs/config/protos/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b6206f423f4..00000000000 --- a/contrib/ydb/core/fq/libs/config/protos/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,347 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(libs-config-protos) -target_link_libraries(libs-config-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-folder_service-proto - dq-actors-protos - providers-common-proto - providers-s3-proto - contrib-libs-protobuf -) -target_proto_messages(libs-config-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/activation.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/audit.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/checkpoint_coordinator.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/common.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/compute.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/control_plane_proxy.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/control_plane_storage.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/db_pool.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/fq_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/gateways.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/health_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/issue_id.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/nodes_manager.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/pending_fetcher.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/pinger.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/private_api.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/private_proxy.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/quotas_manager.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/rate_limiter.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/read_actors_factory.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/resource_manager.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/storage.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/test_connection.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/token_accessor.proto -) -target_proto_addincls(libs-config-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(libs-config-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/fq/libs/config/protos/CMakeLists.txt b/contrib/ydb/core/fq/libs/config/protos/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/fq/libs/config/protos/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/fq/libs/config/protos/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/fq/libs/config/protos/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 65e07d2f001..00000000000 --- a/contrib/ydb/core/fq/libs/config/protos/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,346 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(libs-config-protos) -target_link_libraries(libs-config-protos PUBLIC - contrib-libs-cxxsupp - yutil - library-folder_service-proto - dq-actors-protos - providers-common-proto - providers-s3-proto - contrib-libs-protobuf -) -target_proto_messages(libs-config-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/activation.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/audit.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/checkpoint_coordinator.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/common.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/compute.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/control_plane_proxy.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/control_plane_storage.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/db_pool.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/fq_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/gateways.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/health_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/issue_id.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/nodes_manager.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/pending_fetcher.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/pinger.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/private_api.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/private_proxy.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/quotas_manager.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/rate_limiter.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/read_actors_factory.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/resource_manager.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/storage.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/test_connection.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/config/protos/token_accessor.proto -) -target_proto_addincls(libs-config-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(libs-config-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/fq/libs/control_plane_config/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/fq/libs/control_plane_config/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 21421d5a834..00000000000 --- a/contrib/ydb/core/fq/libs/control_plane_config/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_subdirectory(events) - -add_library(fq-libs-control_plane_config) -target_compile_options(fq-libs-control_plane_config PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-control_plane_config PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-lwtrace-mon - monlib-service-pages - ydb-core-base - fq-libs-common - fq-libs-config - libs-control_plane_config-events - fq-libs-quota_manager - libs-quota_manager-events - libs-rate_limiter-events - fq-libs-ydb - ydb-core-mon - ydb-library-db_pool - ydb-library-security - ydb-library-protobuf_printer - yql-public-issue - cpp-client-ydb_scheme - cpp-client-ydb_value -) -target_sources(fq-libs-control_plane_config PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_config/control_plane_config.cpp -) diff --git a/contrib/ydb/core/fq/libs/control_plane_config/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/fq/libs/control_plane_config/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 68584d2dfc4..00000000000 --- a/contrib/ydb/core/fq/libs/control_plane_config/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_subdirectory(events) - -add_library(fq-libs-control_plane_config) -target_compile_options(fq-libs-control_plane_config PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-control_plane_config PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-lwtrace-mon - monlib-service-pages - ydb-core-base - fq-libs-common - fq-libs-config - libs-control_plane_config-events - fq-libs-quota_manager - libs-quota_manager-events - libs-rate_limiter-events - fq-libs-ydb - ydb-core-mon - ydb-library-db_pool - ydb-library-security - ydb-library-protobuf_printer - yql-public-issue - cpp-client-ydb_scheme - cpp-client-ydb_value -) -target_sources(fq-libs-control_plane_config PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_config/control_plane_config.cpp -) diff --git a/contrib/ydb/core/fq/libs/control_plane_config/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/fq/libs/control_plane_config/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 68584d2dfc4..00000000000 --- a/contrib/ydb/core/fq/libs/control_plane_config/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_subdirectory(events) - -add_library(fq-libs-control_plane_config) -target_compile_options(fq-libs-control_plane_config PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-control_plane_config PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-lwtrace-mon - monlib-service-pages - ydb-core-base - fq-libs-common - fq-libs-config - libs-control_plane_config-events - fq-libs-quota_manager - libs-quota_manager-events - libs-rate_limiter-events - fq-libs-ydb - ydb-core-mon - ydb-library-db_pool - ydb-library-security - ydb-library-protobuf_printer - yql-public-issue - cpp-client-ydb_scheme - cpp-client-ydb_value -) -target_sources(fq-libs-control_plane_config PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_config/control_plane_config.cpp -) diff --git a/contrib/ydb/core/fq/libs/control_plane_config/CMakeLists.txt b/contrib/ydb/core/fq/libs/control_plane_config/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/fq/libs/control_plane_config/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/fq/libs/control_plane_config/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/fq/libs/control_plane_config/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 21421d5a834..00000000000 --- a/contrib/ydb/core/fq/libs/control_plane_config/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_subdirectory(events) - -add_library(fq-libs-control_plane_config) -target_compile_options(fq-libs-control_plane_config PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-control_plane_config PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-lwtrace-mon - monlib-service-pages - ydb-core-base - fq-libs-common - fq-libs-config - libs-control_plane_config-events - fq-libs-quota_manager - libs-quota_manager-events - libs-rate_limiter-events - fq-libs-ydb - ydb-core-mon - ydb-library-db_pool - ydb-library-security - ydb-library-protobuf_printer - yql-public-issue - cpp-client-ydb_scheme - cpp-client-ydb_value -) -target_sources(fq-libs-control_plane_config PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_config/control_plane_config.cpp -) diff --git a/contrib/ydb/core/fq/libs/control_plane_config/events/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/fq/libs/control_plane_config/events/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 3d12b4a1828..00000000000 --- a/contrib/ydb/core/fq/libs/control_plane_config/events/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(libs-control_plane_config-events) -target_link_libraries(libs-control_plane_config-events PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-interconnect - libs-control_plane_storage-proto - fq-libs-events - libs-quota_manager-events -) -target_sources(libs-control_plane_config-events PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_config/events/events.cpp -) diff --git a/contrib/ydb/core/fq/libs/control_plane_config/events/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/fq/libs/control_plane_config/events/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b881bf30ba3..00000000000 --- a/contrib/ydb/core/fq/libs/control_plane_config/events/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(libs-control_plane_config-events) -target_link_libraries(libs-control_plane_config-events PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-interconnect - libs-control_plane_storage-proto - fq-libs-events - libs-quota_manager-events -) -target_sources(libs-control_plane_config-events PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_config/events/events.cpp -) diff --git a/contrib/ydb/core/fq/libs/control_plane_config/events/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/fq/libs/control_plane_config/events/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b881bf30ba3..00000000000 --- a/contrib/ydb/core/fq/libs/control_plane_config/events/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(libs-control_plane_config-events) -target_link_libraries(libs-control_plane_config-events PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-interconnect - libs-control_plane_storage-proto - fq-libs-events - libs-quota_manager-events -) -target_sources(libs-control_plane_config-events PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_config/events/events.cpp -) diff --git a/contrib/ydb/core/fq/libs/control_plane_config/events/CMakeLists.txt b/contrib/ydb/core/fq/libs/control_plane_config/events/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/fq/libs/control_plane_config/events/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/fq/libs/control_plane_config/events/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/fq/libs/control_plane_config/events/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 3d12b4a1828..00000000000 --- a/contrib/ydb/core/fq/libs/control_plane_config/events/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(libs-control_plane_config-events) -target_link_libraries(libs-control_plane_config-events PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-interconnect - libs-control_plane_storage-proto - fq-libs-events - libs-quota_manager-events -) -target_sources(libs-control_plane_config-events PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_config/events/events.cpp -) diff --git a/contrib/ydb/core/fq/libs/control_plane_proxy/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/fq/libs/control_plane_proxy/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 0ceec5a2365..00000000000 --- a/contrib/ydb/core/fq/libs/control_plane_proxy/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_subdirectory(actors) -add_subdirectory(events) - -add_library(fq-libs-control_plane_proxy) -target_compile_options(fq-libs-control_plane_proxy PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-control_plane_proxy PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - fq-libs-actors - libs-actors-logging - libs-compute-ydb - compute-ydb-control_plane - fq-libs-control_plane_config - libs-control_plane_proxy-actors - libs-control_plane_proxy-events - fq-libs-control_plane_storage - libs-rate_limiter-events - fq-libs-result_formatter - ydb-core-mon - ydb-library-folder_service - ydb-library-security - library-ycloud-api - library-ycloud-impl -) -target_sources(fq-libs-control_plane_proxy PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_proxy/config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_proxy/control_plane_proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_proxy/probes.cpp -) diff --git a/contrib/ydb/core/fq/libs/control_plane_proxy/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/fq/libs/control_plane_proxy/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 327fe8fde3f..00000000000 --- a/contrib/ydb/core/fq/libs/control_plane_proxy/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_subdirectory(actors) -add_subdirectory(events) - -add_library(fq-libs-control_plane_proxy) -target_compile_options(fq-libs-control_plane_proxy PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-control_plane_proxy PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - fq-libs-actors - libs-actors-logging - libs-compute-ydb - compute-ydb-control_plane - fq-libs-control_plane_config - libs-control_plane_proxy-actors - libs-control_plane_proxy-events - fq-libs-control_plane_storage - libs-rate_limiter-events - fq-libs-result_formatter - ydb-core-mon - ydb-library-folder_service - ydb-library-security - library-ycloud-api - library-ycloud-impl -) -target_sources(fq-libs-control_plane_proxy PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_proxy/config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_proxy/control_plane_proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_proxy/probes.cpp -) diff --git a/contrib/ydb/core/fq/libs/control_plane_proxy/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/fq/libs/control_plane_proxy/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 327fe8fde3f..00000000000 --- a/contrib/ydb/core/fq/libs/control_plane_proxy/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_subdirectory(actors) -add_subdirectory(events) - -add_library(fq-libs-control_plane_proxy) -target_compile_options(fq-libs-control_plane_proxy PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-control_plane_proxy PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - fq-libs-actors - libs-actors-logging - libs-compute-ydb - compute-ydb-control_plane - fq-libs-control_plane_config - libs-control_plane_proxy-actors - libs-control_plane_proxy-events - fq-libs-control_plane_storage - libs-rate_limiter-events - fq-libs-result_formatter - ydb-core-mon - ydb-library-folder_service - ydb-library-security - library-ycloud-api - library-ycloud-impl -) -target_sources(fq-libs-control_plane_proxy PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_proxy/config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_proxy/control_plane_proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_proxy/probes.cpp -) diff --git a/contrib/ydb/core/fq/libs/control_plane_proxy/CMakeLists.txt b/contrib/ydb/core/fq/libs/control_plane_proxy/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/fq/libs/control_plane_proxy/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/fq/libs/control_plane_proxy/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/fq/libs/control_plane_proxy/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 0ceec5a2365..00000000000 --- a/contrib/ydb/core/fq/libs/control_plane_proxy/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_subdirectory(actors) -add_subdirectory(events) - -add_library(fq-libs-control_plane_proxy) -target_compile_options(fq-libs-control_plane_proxy PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-control_plane_proxy PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - fq-libs-actors - libs-actors-logging - libs-compute-ydb - compute-ydb-control_plane - fq-libs-control_plane_config - libs-control_plane_proxy-actors - libs-control_plane_proxy-events - fq-libs-control_plane_storage - libs-rate_limiter-events - fq-libs-result_formatter - ydb-core-mon - ydb-library-folder_service - ydb-library-security - library-ycloud-api - library-ycloud-impl -) -target_sources(fq-libs-control_plane_proxy PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_proxy/config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_proxy/control_plane_proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_proxy/probes.cpp -) diff --git a/contrib/ydb/core/fq/libs/control_plane_proxy/actors/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/fq/libs/control_plane_proxy/actors/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 66e888f4efa..00000000000 --- a/contrib/ydb/core/fq/libs/control_plane_proxy/actors/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(libs-control_plane_proxy-actors) -target_compile_options(libs-control_plane_proxy-actors PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(libs-control_plane_proxy-actors PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-fmt - library-cpp-iterator - fq-libs-common - libs-control_plane_proxy-events - libs-control_plane_storage-events - fq-libs-result_formatter - core-kqp-provider - library-db_pool-protos - tools-enum_parser-enum_serialization_runtime -) -target_sources(libs-control_plane_proxy-actors PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_proxy/actors/control_plane_storage_requester_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_proxy/actors/query_utils.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_proxy/actors/ydb_schema_query_actor.cpp -) -generate_enum_serilization(libs-control_plane_proxy-actors - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_proxy/actors/ydb_schema_query_actor.h - INCLUDE_HEADERS - contrib/ydb/core/fq/libs/control_plane_proxy/actors/ydb_schema_query_actor.h -) diff --git a/contrib/ydb/core/fq/libs/control_plane_proxy/actors/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/fq/libs/control_plane_proxy/actors/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e155185b644..00000000000 --- a/contrib/ydb/core/fq/libs/control_plane_proxy/actors/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(libs-control_plane_proxy-actors) -target_compile_options(libs-control_plane_proxy-actors PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(libs-control_plane_proxy-actors PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-fmt - library-cpp-iterator - fq-libs-common - libs-control_plane_proxy-events - libs-control_plane_storage-events - fq-libs-result_formatter - core-kqp-provider - library-db_pool-protos - tools-enum_parser-enum_serialization_runtime -) -target_sources(libs-control_plane_proxy-actors PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_proxy/actors/control_plane_storage_requester_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_proxy/actors/query_utils.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_proxy/actors/ydb_schema_query_actor.cpp -) -generate_enum_serilization(libs-control_plane_proxy-actors - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_proxy/actors/ydb_schema_query_actor.h - INCLUDE_HEADERS - contrib/ydb/core/fq/libs/control_plane_proxy/actors/ydb_schema_query_actor.h -) diff --git a/contrib/ydb/core/fq/libs/control_plane_proxy/actors/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/fq/libs/control_plane_proxy/actors/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e155185b644..00000000000 --- a/contrib/ydb/core/fq/libs/control_plane_proxy/actors/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(libs-control_plane_proxy-actors) -target_compile_options(libs-control_plane_proxy-actors PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(libs-control_plane_proxy-actors PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-fmt - library-cpp-iterator - fq-libs-common - libs-control_plane_proxy-events - libs-control_plane_storage-events - fq-libs-result_formatter - core-kqp-provider - library-db_pool-protos - tools-enum_parser-enum_serialization_runtime -) -target_sources(libs-control_plane_proxy-actors PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_proxy/actors/control_plane_storage_requester_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_proxy/actors/query_utils.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_proxy/actors/ydb_schema_query_actor.cpp -) -generate_enum_serilization(libs-control_plane_proxy-actors - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_proxy/actors/ydb_schema_query_actor.h - INCLUDE_HEADERS - contrib/ydb/core/fq/libs/control_plane_proxy/actors/ydb_schema_query_actor.h -) diff --git a/contrib/ydb/core/fq/libs/control_plane_proxy/actors/CMakeLists.txt b/contrib/ydb/core/fq/libs/control_plane_proxy/actors/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/fq/libs/control_plane_proxy/actors/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/fq/libs/control_plane_proxy/actors/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/fq/libs/control_plane_proxy/actors/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 66e888f4efa..00000000000 --- a/contrib/ydb/core/fq/libs/control_plane_proxy/actors/CMakeLists.windows-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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(libs-control_plane_proxy-actors) -target_compile_options(libs-control_plane_proxy-actors PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(libs-control_plane_proxy-actors PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-fmt - library-cpp-iterator - fq-libs-common - libs-control_plane_proxy-events - libs-control_plane_storage-events - fq-libs-result_formatter - core-kqp-provider - library-db_pool-protos - tools-enum_parser-enum_serialization_runtime -) -target_sources(libs-control_plane_proxy-actors PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_proxy/actors/control_plane_storage_requester_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_proxy/actors/query_utils.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_proxy/actors/ydb_schema_query_actor.cpp -) -generate_enum_serilization(libs-control_plane_proxy-actors - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_proxy/actors/ydb_schema_query_actor.h - INCLUDE_HEADERS - contrib/ydb/core/fq/libs/control_plane_proxy/actors/ydb_schema_query_actor.h -) diff --git a/contrib/ydb/core/fq/libs/control_plane_proxy/events/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/fq/libs/control_plane_proxy/events/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index ed7589f8576..00000000000 --- a/contrib/ydb/core/fq/libs/control_plane_proxy/events/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(libs-control_plane_proxy-events) -target_link_libraries(libs-control_plane_proxy-events PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-interconnect - libs-control_plane_storage-events - libs-quota_manager-events -) -target_sources(libs-control_plane_proxy-events PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_proxy/events/events.cpp -) diff --git a/contrib/ydb/core/fq/libs/control_plane_proxy/events/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/fq/libs/control_plane_proxy/events/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 93d19e1d25b..00000000000 --- a/contrib/ydb/core/fq/libs/control_plane_proxy/events/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(libs-control_plane_proxy-events) -target_link_libraries(libs-control_plane_proxy-events PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-interconnect - libs-control_plane_storage-events - libs-quota_manager-events -) -target_sources(libs-control_plane_proxy-events PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_proxy/events/events.cpp -) diff --git a/contrib/ydb/core/fq/libs/control_plane_proxy/events/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/fq/libs/control_plane_proxy/events/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 93d19e1d25b..00000000000 --- a/contrib/ydb/core/fq/libs/control_plane_proxy/events/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(libs-control_plane_proxy-events) -target_link_libraries(libs-control_plane_proxy-events PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-interconnect - libs-control_plane_storage-events - libs-quota_manager-events -) -target_sources(libs-control_plane_proxy-events PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_proxy/events/events.cpp -) diff --git a/contrib/ydb/core/fq/libs/control_plane_proxy/events/CMakeLists.txt b/contrib/ydb/core/fq/libs/control_plane_proxy/events/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/fq/libs/control_plane_proxy/events/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/fq/libs/control_plane_proxy/events/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/fq/libs/control_plane_proxy/events/CMakeLists.windows-x86_64.txt deleted file mode 100644 index ed7589f8576..00000000000 --- a/contrib/ydb/core/fq/libs/control_plane_proxy/events/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(libs-control_plane_proxy-events) -target_link_libraries(libs-control_plane_proxy-events PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-interconnect - libs-control_plane_storage-events - libs-quota_manager-events -) -target_sources(libs-control_plane_proxy-events PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_proxy/events/events.cpp -) diff --git a/contrib/ydb/core/fq/libs/control_plane_storage/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/fq/libs/control_plane_storage/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 99ed31438d1..00000000000 --- a/contrib/ydb/core/fq/libs/control_plane_storage/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,58 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(events) -add_subdirectory(internal) -add_subdirectory(proto) - -add_library(fq-libs-control_plane_storage) -target_compile_options(fq-libs-control_plane_storage PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-control_plane_storage PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-lwtrace - cpp-protobuf-interop - ydb-core-base - libs-actors-logging - fq-libs-common - fq-libs-config - libs-config-protos - libs-control_plane_storage-events - libs-control_plane_storage-internal - libs-control_plane_storage-proto - fq-libs-db_schema - libs-graph_params-proto - libs-quota_manager-events - fq-libs-shared_resources - fq-libs-ydb - ydb-core-mon - ydb-library-security - api-protos - cpp-client-ydb_scheme - cpp-client-ydb_table - ydb-library-db_pool - providers-s3-path_generator - yql-public-issue -) -target_sources(fq-libs-control_plane_storage PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/control_plane_storage_counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/in_memory_control_plane_storage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/probes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/request_validators.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/util.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/validators.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/ydb_control_plane_storage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/ydb_control_plane_storage_bindings.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/ydb_control_plane_storage_compute_database.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/ydb_control_plane_storage_connections.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/ydb_control_plane_storage_queries.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/ydb_control_plane_storage_quotas.cpp -) diff --git a/contrib/ydb/core/fq/libs/control_plane_storage/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/fq/libs/control_plane_storage/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b0216cf7127..00000000000 --- a/contrib/ydb/core/fq/libs/control_plane_storage/CMakeLists.linux-aarch64.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_subdirectory(events) -add_subdirectory(internal) -add_subdirectory(proto) - -add_library(fq-libs-control_plane_storage) -target_compile_options(fq-libs-control_plane_storage PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-control_plane_storage PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-lwtrace - cpp-protobuf-interop - ydb-core-base - libs-actors-logging - fq-libs-common - fq-libs-config - libs-config-protos - libs-control_plane_storage-events - libs-control_plane_storage-internal - libs-control_plane_storage-proto - fq-libs-db_schema - libs-graph_params-proto - libs-quota_manager-events - fq-libs-shared_resources - fq-libs-ydb - ydb-core-mon - ydb-library-security - api-protos - cpp-client-ydb_scheme - cpp-client-ydb_table - ydb-library-db_pool - providers-s3-path_generator - yql-public-issue -) -target_sources(fq-libs-control_plane_storage PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/control_plane_storage_counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/in_memory_control_plane_storage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/probes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/request_validators.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/util.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/validators.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/ydb_control_plane_storage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/ydb_control_plane_storage_bindings.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/ydb_control_plane_storage_compute_database.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/ydb_control_plane_storage_connections.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/ydb_control_plane_storage_queries.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/ydb_control_plane_storage_quotas.cpp -) diff --git a/contrib/ydb/core/fq/libs/control_plane_storage/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/fq/libs/control_plane_storage/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b0216cf7127..00000000000 --- a/contrib/ydb/core/fq/libs/control_plane_storage/CMakeLists.linux-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_subdirectory(events) -add_subdirectory(internal) -add_subdirectory(proto) - -add_library(fq-libs-control_plane_storage) -target_compile_options(fq-libs-control_plane_storage PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-control_plane_storage PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-lwtrace - cpp-protobuf-interop - ydb-core-base - libs-actors-logging - fq-libs-common - fq-libs-config - libs-config-protos - libs-control_plane_storage-events - libs-control_plane_storage-internal - libs-control_plane_storage-proto - fq-libs-db_schema - libs-graph_params-proto - libs-quota_manager-events - fq-libs-shared_resources - fq-libs-ydb - ydb-core-mon - ydb-library-security - api-protos - cpp-client-ydb_scheme - cpp-client-ydb_table - ydb-library-db_pool - providers-s3-path_generator - yql-public-issue -) -target_sources(fq-libs-control_plane_storage PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/control_plane_storage_counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/in_memory_control_plane_storage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/probes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/request_validators.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/util.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/validators.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/ydb_control_plane_storage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/ydb_control_plane_storage_bindings.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/ydb_control_plane_storage_compute_database.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/ydb_control_plane_storage_connections.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/ydb_control_plane_storage_queries.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/ydb_control_plane_storage_quotas.cpp -) diff --git a/contrib/ydb/core/fq/libs/control_plane_storage/CMakeLists.txt b/contrib/ydb/core/fq/libs/control_plane_storage/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/fq/libs/control_plane_storage/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/fq/libs/control_plane_storage/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/fq/libs/control_plane_storage/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 99ed31438d1..00000000000 --- a/contrib/ydb/core/fq/libs/control_plane_storage/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,58 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(events) -add_subdirectory(internal) -add_subdirectory(proto) - -add_library(fq-libs-control_plane_storage) -target_compile_options(fq-libs-control_plane_storage PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-control_plane_storage PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-lwtrace - cpp-protobuf-interop - ydb-core-base - libs-actors-logging - fq-libs-common - fq-libs-config - libs-config-protos - libs-control_plane_storage-events - libs-control_plane_storage-internal - libs-control_plane_storage-proto - fq-libs-db_schema - libs-graph_params-proto - libs-quota_manager-events - fq-libs-shared_resources - fq-libs-ydb - ydb-core-mon - ydb-library-security - api-protos - cpp-client-ydb_scheme - cpp-client-ydb_table - ydb-library-db_pool - providers-s3-path_generator - yql-public-issue -) -target_sources(fq-libs-control_plane_storage PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/control_plane_storage_counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/in_memory_control_plane_storage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/probes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/request_validators.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/util.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/validators.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/ydb_control_plane_storage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/ydb_control_plane_storage_bindings.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/ydb_control_plane_storage_compute_database.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/ydb_control_plane_storage_connections.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/ydb_control_plane_storage_queries.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/ydb_control_plane_storage_quotas.cpp -) diff --git a/contrib/ydb/core/fq/libs/control_plane_storage/events/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/fq/libs/control_plane_storage/events/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 1f04cbb5989..00000000000 --- a/contrib/ydb/core/fq/libs/control_plane_storage/events/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(libs-control_plane_storage-events) -target_link_libraries(libs-control_plane_storage-events PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-interconnect - libs-control_plane_storage-proto - fq-libs-events - libs-quota_manager-events -) -target_sources(libs-control_plane_storage-events PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/events/events.cpp -) diff --git a/contrib/ydb/core/fq/libs/control_plane_storage/events/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/fq/libs/control_plane_storage/events/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 0e51006ab1a..00000000000 --- a/contrib/ydb/core/fq/libs/control_plane_storage/events/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(libs-control_plane_storage-events) -target_link_libraries(libs-control_plane_storage-events PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-interconnect - libs-control_plane_storage-proto - fq-libs-events - libs-quota_manager-events -) -target_sources(libs-control_plane_storage-events PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/events/events.cpp -) diff --git a/contrib/ydb/core/fq/libs/control_plane_storage/events/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/fq/libs/control_plane_storage/events/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 0e51006ab1a..00000000000 --- a/contrib/ydb/core/fq/libs/control_plane_storage/events/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(libs-control_plane_storage-events) -target_link_libraries(libs-control_plane_storage-events PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-interconnect - libs-control_plane_storage-proto - fq-libs-events - libs-quota_manager-events -) -target_sources(libs-control_plane_storage-events PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/events/events.cpp -) diff --git a/contrib/ydb/core/fq/libs/control_plane_storage/events/CMakeLists.txt b/contrib/ydb/core/fq/libs/control_plane_storage/events/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/fq/libs/control_plane_storage/events/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/fq/libs/control_plane_storage/events/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/fq/libs/control_plane_storage/events/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 1f04cbb5989..00000000000 --- a/contrib/ydb/core/fq/libs/control_plane_storage/events/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(libs-control_plane_storage-events) -target_link_libraries(libs-control_plane_storage-events PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-interconnect - libs-control_plane_storage-proto - fq-libs-events - libs-quota_manager-events -) -target_sources(libs-control_plane_storage-events PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/events/events.cpp -) diff --git a/contrib/ydb/core/fq/libs/control_plane_storage/internal/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/fq/libs/control_plane_storage/internal/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 5782145b73f..00000000000 --- a/contrib/ydb/core/fq/libs/control_plane_storage/internal/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(libs-control_plane_storage-internal) -target_compile_options(libs-control_plane_storage-internal PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(libs-control_plane_storage-internal PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-lwtrace-mon - monlib-service-pages - ydb-core-base - ydb-core-metering - fq-libs-common - fq-libs-config - libs-control_plane_storage-proto - fq-libs-exceptions - fq-libs-quota_manager - libs-quota_manager-events - libs-rate_limiter-events - fq-libs-ydb - ydb-core-mon - ydb-library-protobuf_printer - ydb-library-security - yql-public-issue - public-lib-fq - cpp-client-ydb_scheme - cpp-client-ydb_value -) -target_sources(libs-control_plane_storage-internal PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/internal/nodes_health_check.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/internal/rate_limiter_resources.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/internal/response_tasks.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/internal/task_get.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/internal/task_ping.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/internal/task_result_write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/internal/utils.cpp -) diff --git a/contrib/ydb/core/fq/libs/control_plane_storage/internal/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/fq/libs/control_plane_storage/internal/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a343128d2bf..00000000000 --- a/contrib/ydb/core/fq/libs/control_plane_storage/internal/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(libs-control_plane_storage-internal) -target_compile_options(libs-control_plane_storage-internal PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(libs-control_plane_storage-internal PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-lwtrace-mon - monlib-service-pages - ydb-core-base - ydb-core-metering - fq-libs-common - fq-libs-config - libs-control_plane_storage-proto - fq-libs-exceptions - fq-libs-quota_manager - libs-quota_manager-events - libs-rate_limiter-events - fq-libs-ydb - ydb-core-mon - ydb-library-protobuf_printer - ydb-library-security - yql-public-issue - public-lib-fq - cpp-client-ydb_scheme - cpp-client-ydb_value -) -target_sources(libs-control_plane_storage-internal PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/internal/nodes_health_check.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/internal/rate_limiter_resources.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/internal/response_tasks.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/internal/task_get.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/internal/task_ping.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/internal/task_result_write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/internal/utils.cpp -) diff --git a/contrib/ydb/core/fq/libs/control_plane_storage/internal/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/fq/libs/control_plane_storage/internal/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a343128d2bf..00000000000 --- a/contrib/ydb/core/fq/libs/control_plane_storage/internal/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(libs-control_plane_storage-internal) -target_compile_options(libs-control_plane_storage-internal PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(libs-control_plane_storage-internal PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-lwtrace-mon - monlib-service-pages - ydb-core-base - ydb-core-metering - fq-libs-common - fq-libs-config - libs-control_plane_storage-proto - fq-libs-exceptions - fq-libs-quota_manager - libs-quota_manager-events - libs-rate_limiter-events - fq-libs-ydb - ydb-core-mon - ydb-library-protobuf_printer - ydb-library-security - yql-public-issue - public-lib-fq - cpp-client-ydb_scheme - cpp-client-ydb_value -) -target_sources(libs-control_plane_storage-internal PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/internal/nodes_health_check.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/internal/rate_limiter_resources.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/internal/response_tasks.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/internal/task_get.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/internal/task_ping.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/internal/task_result_write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/internal/utils.cpp -) diff --git a/contrib/ydb/core/fq/libs/control_plane_storage/internal/CMakeLists.txt b/contrib/ydb/core/fq/libs/control_plane_storage/internal/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/fq/libs/control_plane_storage/internal/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/fq/libs/control_plane_storage/internal/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/fq/libs/control_plane_storage/internal/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 5782145b73f..00000000000 --- a/contrib/ydb/core/fq/libs/control_plane_storage/internal/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(libs-control_plane_storage-internal) -target_compile_options(libs-control_plane_storage-internal PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(libs-control_plane_storage-internal PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-lwtrace-mon - monlib-service-pages - ydb-core-base - ydb-core-metering - fq-libs-common - fq-libs-config - libs-control_plane_storage-proto - fq-libs-exceptions - fq-libs-quota_manager - libs-quota_manager-events - libs-rate_limiter-events - fq-libs-ydb - ydb-core-mon - ydb-library-protobuf_printer - ydb-library-security - yql-public-issue - public-lib-fq - cpp-client-ydb_scheme - cpp-client-ydb_value -) -target_sources(libs-control_plane_storage-internal PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/internal/nodes_health_check.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/internal/rate_limiter_resources.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/internal/response_tasks.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/internal/task_get.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/internal/task_ping.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/internal/task_result_write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/internal/utils.cpp -) diff --git a/contrib/ydb/core/fq/libs/control_plane_storage/proto/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/fq/libs/control_plane_storage/proto/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 5cfbfc128ed..00000000000 --- a/contrib/ydb/core/fq/libs/control_plane_storage/proto/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(libs-control_plane_storage-proto) -target_link_libraries(libs-control_plane_storage-proto PUBLIC - contrib-libs-cxxsupp - yutil - fq-libs-protos - yql-dq-proto - dq-api-protos - api-protos - contrib-libs-protobuf -) -target_proto_messages(libs-control_plane_storage-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/proto/yq_internal.proto -) -target_proto_addincls(libs-control_plane_storage-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(libs-control_plane_storage-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/fq/libs/control_plane_storage/proto/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/fq/libs/control_plane_storage/proto/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 1e50ac939cb..00000000000 --- a/contrib/ydb/core/fq/libs/control_plane_storage/proto/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(libs-control_plane_storage-proto) -target_link_libraries(libs-control_plane_storage-proto PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - fq-libs-protos - yql-dq-proto - dq-api-protos - api-protos - contrib-libs-protobuf -) -target_proto_messages(libs-control_plane_storage-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/proto/yq_internal.proto -) -target_proto_addincls(libs-control_plane_storage-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(libs-control_plane_storage-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/fq/libs/control_plane_storage/proto/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/fq/libs/control_plane_storage/proto/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 1e50ac939cb..00000000000 --- a/contrib/ydb/core/fq/libs/control_plane_storage/proto/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(libs-control_plane_storage-proto) -target_link_libraries(libs-control_plane_storage-proto PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - fq-libs-protos - yql-dq-proto - dq-api-protos - api-protos - contrib-libs-protobuf -) -target_proto_messages(libs-control_plane_storage-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/proto/yq_internal.proto -) -target_proto_addincls(libs-control_plane_storage-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(libs-control_plane_storage-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/fq/libs/control_plane_storage/proto/CMakeLists.txt b/contrib/ydb/core/fq/libs/control_plane_storage/proto/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/fq/libs/control_plane_storage/proto/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/fq/libs/control_plane_storage/proto/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/fq/libs/control_plane_storage/proto/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 5cfbfc128ed..00000000000 --- a/contrib/ydb/core/fq/libs/control_plane_storage/proto/CMakeLists.windows-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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(libs-control_plane_storage-proto) -target_link_libraries(libs-control_plane_storage-proto PUBLIC - contrib-libs-cxxsupp - yutil - fq-libs-protos - yql-dq-proto - dq-api-protos - api-protos - contrib-libs-protobuf -) -target_proto_messages(libs-control_plane_storage-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/control_plane_storage/proto/yq_internal.proto -) -target_proto_addincls(libs-control_plane_storage-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(libs-control_plane_storage-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/fq/libs/db_id_async_resolver_impl/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/fq/libs/db_id_async_resolver_impl/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 9705e9ee9cc..00000000000 --- a/contrib/ydb/core/fq/libs/db_id_async_resolver_impl/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(fq-libs-db_id_async_resolver_impl) -target_compile_options(fq-libs-db_id_async_resolver_impl PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-db_id_async_resolver_impl PUBLIC - contrib-libs-cxxsupp - yutil - cpp-threading-future - fq-libs-events - providers-common-db_id_async_resolver - providers-dq-actors -) -target_sources(fq-libs-db_id_async_resolver_impl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/db_id_async_resolver_impl/db_async_resolver_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/db_id_async_resolver_impl/mdb_endpoint_generator.cpp -) diff --git a/contrib/ydb/core/fq/libs/db_id_async_resolver_impl/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/fq/libs/db_id_async_resolver_impl/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b62b0f27acf..00000000000 --- a/contrib/ydb/core/fq/libs/db_id_async_resolver_impl/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(fq-libs-db_id_async_resolver_impl) -target_compile_options(fq-libs-db_id_async_resolver_impl PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-db_id_async_resolver_impl PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-threading-future - fq-libs-events - providers-common-db_id_async_resolver - providers-dq-actors -) -target_sources(fq-libs-db_id_async_resolver_impl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/db_id_async_resolver_impl/db_async_resolver_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/db_id_async_resolver_impl/mdb_endpoint_generator.cpp -) diff --git a/contrib/ydb/core/fq/libs/db_id_async_resolver_impl/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/fq/libs/db_id_async_resolver_impl/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b62b0f27acf..00000000000 --- a/contrib/ydb/core/fq/libs/db_id_async_resolver_impl/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(fq-libs-db_id_async_resolver_impl) -target_compile_options(fq-libs-db_id_async_resolver_impl PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-db_id_async_resolver_impl PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-threading-future - fq-libs-events - providers-common-db_id_async_resolver - providers-dq-actors -) -target_sources(fq-libs-db_id_async_resolver_impl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/db_id_async_resolver_impl/db_async_resolver_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/db_id_async_resolver_impl/mdb_endpoint_generator.cpp -) diff --git a/contrib/ydb/core/fq/libs/db_id_async_resolver_impl/CMakeLists.txt b/contrib/ydb/core/fq/libs/db_id_async_resolver_impl/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/fq/libs/db_id_async_resolver_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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/fq/libs/db_id_async_resolver_impl/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/fq/libs/db_id_async_resolver_impl/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 9705e9ee9cc..00000000000 --- a/contrib/ydb/core/fq/libs/db_id_async_resolver_impl/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(fq-libs-db_id_async_resolver_impl) -target_compile_options(fq-libs-db_id_async_resolver_impl PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-db_id_async_resolver_impl PUBLIC - contrib-libs-cxxsupp - yutil - cpp-threading-future - fq-libs-events - providers-common-db_id_async_resolver - providers-dq-actors -) -target_sources(fq-libs-db_id_async_resolver_impl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/db_id_async_resolver_impl/db_async_resolver_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/db_id_async_resolver_impl/mdb_endpoint_generator.cpp -) diff --git a/contrib/ydb/core/fq/libs/db_schema/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/fq/libs/db_schema/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d4b88bf980c..00000000000 --- a/contrib/ydb/core/fq/libs/db_schema/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(fq-libs-db_schema) -target_compile_options(fq-libs-db_schema PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-db_schema PUBLIC - contrib-libs-cxxsupp - yutil - cpp-client-ydb_params - cpp-client-ydb_table -) -target_sources(fq-libs-db_schema PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/db_schema/db_schema.cpp -) diff --git a/contrib/ydb/core/fq/libs/db_schema/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/fq/libs/db_schema/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 816a8ed788e..00000000000 --- a/contrib/ydb/core/fq/libs/db_schema/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(fq-libs-db_schema) -target_compile_options(fq-libs-db_schema PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-db_schema PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-client-ydb_params - cpp-client-ydb_table -) -target_sources(fq-libs-db_schema PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/db_schema/db_schema.cpp -) diff --git a/contrib/ydb/core/fq/libs/db_schema/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/fq/libs/db_schema/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 816a8ed788e..00000000000 --- a/contrib/ydb/core/fq/libs/db_schema/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(fq-libs-db_schema) -target_compile_options(fq-libs-db_schema PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-db_schema PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-client-ydb_params - cpp-client-ydb_table -) -target_sources(fq-libs-db_schema PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/db_schema/db_schema.cpp -) diff --git a/contrib/ydb/core/fq/libs/db_schema/CMakeLists.txt b/contrib/ydb/core/fq/libs/db_schema/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/fq/libs/db_schema/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/fq/libs/db_schema/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/fq/libs/db_schema/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d4b88bf980c..00000000000 --- a/contrib/ydb/core/fq/libs/db_schema/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(fq-libs-db_schema) -target_compile_options(fq-libs-db_schema PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-db_schema PUBLIC - contrib-libs-cxxsupp - yutil - cpp-client-ydb_params - cpp-client-ydb_table -) -target_sources(fq-libs-db_schema PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/db_schema/db_schema.cpp -) diff --git a/contrib/ydb/core/fq/libs/events/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/fq/libs/events/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 81be87157ec..00000000000 --- a/contrib/ydb/core/fq/libs/events/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,49 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(fq-libs-events) -target_compile_options(fq-libs-events PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-events PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-actors-core - libs-graph_params-proto - fq-libs-protos - yql-core-facade - providers-common-db_id_async_resolver - providers-dq-provider - yql-public-issue - api-protos - cpp-client-ydb_table -) -generate_enum_serilization(fq-libs-events - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/events/events.h - INCLUDE_HEADERS - contrib/ydb/core/fq/libs/events/events.h -) -generate_enum_serilization(fq-libs-events - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/events/event_ids.h - INCLUDE_HEADERS - contrib/ydb/core/fq/libs/events/event_ids.h -) diff --git a/contrib/ydb/core/fq/libs/events/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/fq/libs/events/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e345d1fda44..00000000000 --- a/contrib/ydb/core/fq/libs/events/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(fq-libs-events) -target_compile_options(fq-libs-events PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-events PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-actors-core - libs-graph_params-proto - fq-libs-protos - yql-core-facade - providers-common-db_id_async_resolver - providers-dq-provider - yql-public-issue - api-protos - cpp-client-ydb_table -) -generate_enum_serilization(fq-libs-events - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/events/events.h - INCLUDE_HEADERS - contrib/ydb/core/fq/libs/events/events.h -) -generate_enum_serilization(fq-libs-events - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/events/event_ids.h - INCLUDE_HEADERS - contrib/ydb/core/fq/libs/events/event_ids.h -) diff --git a/contrib/ydb/core/fq/libs/events/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/fq/libs/events/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e345d1fda44..00000000000 --- a/contrib/ydb/core/fq/libs/events/CMakeLists.linux-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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(fq-libs-events) -target_compile_options(fq-libs-events PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-events PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-actors-core - libs-graph_params-proto - fq-libs-protos - yql-core-facade - providers-common-db_id_async_resolver - providers-dq-provider - yql-public-issue - api-protos - cpp-client-ydb_table -) -generate_enum_serilization(fq-libs-events - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/events/events.h - INCLUDE_HEADERS - contrib/ydb/core/fq/libs/events/events.h -) -generate_enum_serilization(fq-libs-events - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/events/event_ids.h - INCLUDE_HEADERS - contrib/ydb/core/fq/libs/events/event_ids.h -) diff --git a/contrib/ydb/core/fq/libs/events/CMakeLists.txt b/contrib/ydb/core/fq/libs/events/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/fq/libs/events/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/fq/libs/events/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/fq/libs/events/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 81be87157ec..00000000000 --- a/contrib/ydb/core/fq/libs/events/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,49 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(fq-libs-events) -target_compile_options(fq-libs-events PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-events PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-actors-core - libs-graph_params-proto - fq-libs-protos - yql-core-facade - providers-common-db_id_async_resolver - providers-dq-provider - yql-public-issue - api-protos - cpp-client-ydb_table -) -generate_enum_serilization(fq-libs-events - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/events/events.h - INCLUDE_HEADERS - contrib/ydb/core/fq/libs/events/events.h -) -generate_enum_serilization(fq-libs-events - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/events/event_ids.h - INCLUDE_HEADERS - contrib/ydb/core/fq/libs/events/event_ids.h -) diff --git a/contrib/ydb/core/fq/libs/exceptions/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/fq/libs/exceptions/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 30336d831dc..00000000000 --- a/contrib/ydb/core/fq/libs/exceptions/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(fq-libs-exceptions) -target_link_libraries(fq-libs-exceptions PUBLIC - contrib-libs-cxxsupp - yutil - libs-config-protos -) -target_sources(fq-libs-exceptions PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/exceptions/exceptions.cpp -) diff --git a/contrib/ydb/core/fq/libs/exceptions/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/fq/libs/exceptions/CMakeLists.linux-aarch64.txt deleted file mode 100644 index ad404a928f5..00000000000 --- a/contrib/ydb/core/fq/libs/exceptions/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(fq-libs-exceptions) -target_link_libraries(fq-libs-exceptions PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-config-protos -) -target_sources(fq-libs-exceptions PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/exceptions/exceptions.cpp -) diff --git a/contrib/ydb/core/fq/libs/exceptions/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/fq/libs/exceptions/CMakeLists.linux-x86_64.txt deleted file mode 100644 index ad404a928f5..00000000000 --- a/contrib/ydb/core/fq/libs/exceptions/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(fq-libs-exceptions) -target_link_libraries(fq-libs-exceptions PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-config-protos -) -target_sources(fq-libs-exceptions PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/exceptions/exceptions.cpp -) diff --git a/contrib/ydb/core/fq/libs/exceptions/CMakeLists.txt b/contrib/ydb/core/fq/libs/exceptions/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/fq/libs/exceptions/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/fq/libs/exceptions/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/fq/libs/exceptions/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 30336d831dc..00000000000 --- a/contrib/ydb/core/fq/libs/exceptions/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(fq-libs-exceptions) -target_link_libraries(fq-libs-exceptions PUBLIC - contrib-libs-cxxsupp - yutil - libs-config-protos -) -target_sources(fq-libs-exceptions PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/exceptions/exceptions.cpp -) diff --git a/contrib/ydb/core/fq/libs/gateway/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/fq/libs/gateway/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 503cd1047fb..00000000000 --- a/contrib/ydb/core/fq/libs/gateway/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(fq-libs-gateway) -target_compile_options(fq-libs-gateway PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-gateway PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-monlib-dynamic_counters - fq-libs-actors - fq-libs-events - fq-libs-read_rule - fq-libs-shared_resources - fq-libs-tasks_packer - common-token_accessor-client - yql-public-issue - providers-common-metrics - providers-dq-actors - dq-api-protos - providers-pq-proto - api-protos -) -target_sources(fq-libs-gateway PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/gateway/empty_gateway.cpp -) diff --git a/contrib/ydb/core/fq/libs/gateway/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/fq/libs/gateway/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a0ce5e5d45c..00000000000 --- a/contrib/ydb/core/fq/libs/gateway/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(fq-libs-gateway) -target_compile_options(fq-libs-gateway PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-gateway PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-monlib-dynamic_counters - fq-libs-actors - fq-libs-events - fq-libs-read_rule - fq-libs-shared_resources - fq-libs-tasks_packer - common-token_accessor-client - yql-public-issue - providers-common-metrics - providers-dq-actors - dq-api-protos - providers-pq-proto - api-protos -) -target_sources(fq-libs-gateway PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/gateway/empty_gateway.cpp -) diff --git a/contrib/ydb/core/fq/libs/gateway/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/fq/libs/gateway/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a0ce5e5d45c..00000000000 --- a/contrib/ydb/core/fq/libs/gateway/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(fq-libs-gateway) -target_compile_options(fq-libs-gateway PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-gateway PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-monlib-dynamic_counters - fq-libs-actors - fq-libs-events - fq-libs-read_rule - fq-libs-shared_resources - fq-libs-tasks_packer - common-token_accessor-client - yql-public-issue - providers-common-metrics - providers-dq-actors - dq-api-protos - providers-pq-proto - api-protos -) -target_sources(fq-libs-gateway PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/gateway/empty_gateway.cpp -) diff --git a/contrib/ydb/core/fq/libs/gateway/CMakeLists.txt b/contrib/ydb/core/fq/libs/gateway/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/fq/libs/gateway/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/fq/libs/gateway/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/fq/libs/gateway/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 503cd1047fb..00000000000 --- a/contrib/ydb/core/fq/libs/gateway/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(fq-libs-gateway) -target_compile_options(fq-libs-gateway PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-gateway PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-monlib-dynamic_counters - fq-libs-actors - fq-libs-events - fq-libs-read_rule - fq-libs-shared_resources - fq-libs-tasks_packer - common-token_accessor-client - yql-public-issue - providers-common-metrics - providers-dq-actors - dq-api-protos - providers-pq-proto - api-protos -) -target_sources(fq-libs-gateway PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/gateway/empty_gateway.cpp -) diff --git a/contrib/ydb/core/fq/libs/graph_params/CMakeLists.txt b/contrib/ydb/core/fq/libs/graph_params/CMakeLists.txt deleted file mode 100644 index 499930c4b08..00000000000 --- a/contrib/ydb/core/fq/libs/graph_params/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(proto) diff --git a/contrib/ydb/core/fq/libs/graph_params/proto/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/fq/libs/graph_params/proto/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 732333fd16d..00000000000 --- a/contrib/ydb/core/fq/libs/graph_params/proto/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(libs-graph_params-proto) -target_link_libraries(libs-graph_params-proto PUBLIC - contrib-libs-cxxsupp - yutil - yql-dq-proto - dq-api-protos - contrib-libs-protobuf -) -target_proto_messages(libs-graph_params-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/graph_params/proto/graph_params.proto -) -target_proto_addincls(libs-graph_params-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(libs-graph_params-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/fq/libs/graph_params/proto/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/fq/libs/graph_params/proto/CMakeLists.linux-aarch64.txt deleted file mode 100644 index db597fb5b63..00000000000 --- a/contrib/ydb/core/fq/libs/graph_params/proto/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(libs-graph_params-proto) -target_link_libraries(libs-graph_params-proto PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - yql-dq-proto - dq-api-protos - contrib-libs-protobuf -) -target_proto_messages(libs-graph_params-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/graph_params/proto/graph_params.proto -) -target_proto_addincls(libs-graph_params-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(libs-graph_params-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/fq/libs/graph_params/proto/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/fq/libs/graph_params/proto/CMakeLists.linux-x86_64.txt deleted file mode 100644 index db597fb5b63..00000000000 --- a/contrib/ydb/core/fq/libs/graph_params/proto/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(libs-graph_params-proto) -target_link_libraries(libs-graph_params-proto PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - yql-dq-proto - dq-api-protos - contrib-libs-protobuf -) -target_proto_messages(libs-graph_params-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/graph_params/proto/graph_params.proto -) -target_proto_addincls(libs-graph_params-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(libs-graph_params-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/fq/libs/graph_params/proto/CMakeLists.txt b/contrib/ydb/core/fq/libs/graph_params/proto/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/fq/libs/graph_params/proto/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/fq/libs/graph_params/proto/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/fq/libs/graph_params/proto/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 732333fd16d..00000000000 --- a/contrib/ydb/core/fq/libs/graph_params/proto/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(libs-graph_params-proto) -target_link_libraries(libs-graph_params-proto PUBLIC - contrib-libs-cxxsupp - yutil - yql-dq-proto - dq-api-protos - contrib-libs-protobuf -) -target_proto_messages(libs-graph_params-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/graph_params/proto/graph_params.proto -) -target_proto_addincls(libs-graph_params-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(libs-graph_params-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/fq/libs/grpc/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/fq/libs/grpc/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index e1e3a5df2e3..00000000000 --- a/contrib/ydb/core/fq/libs/grpc/CMakeLists.darwin-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. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(fq-libs-grpc) -set_property(TARGET fq-libs-grpc PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(fq-libs-grpc PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - api-protos - fq-libs-protos - contrib-libs-protobuf -) -target_proto_messages(fq-libs-grpc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/grpc/fq_private_v1.proto -) -target_proto_addincls(fq-libs-grpc - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(fq-libs-grpc - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(fq-libs-grpc - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/core/fq/libs/grpc/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/fq/libs/grpc/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 481a14f5610..00000000000 --- a/contrib/ydb/core/fq/libs/grpc/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(fq-libs-grpc) -set_property(TARGET fq-libs-grpc PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(fq-libs-grpc PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - api-protos - fq-libs-protos - contrib-libs-protobuf -) -target_proto_messages(fq-libs-grpc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/grpc/fq_private_v1.proto -) -target_proto_addincls(fq-libs-grpc - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(fq-libs-grpc - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(fq-libs-grpc - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/core/fq/libs/grpc/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/fq/libs/grpc/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 481a14f5610..00000000000 --- a/contrib/ydb/core/fq/libs/grpc/CMakeLists.linux-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. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(fq-libs-grpc) -set_property(TARGET fq-libs-grpc PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(fq-libs-grpc PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - api-protos - fq-libs-protos - contrib-libs-protobuf -) -target_proto_messages(fq-libs-grpc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/grpc/fq_private_v1.proto -) -target_proto_addincls(fq-libs-grpc - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(fq-libs-grpc - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(fq-libs-grpc - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/core/fq/libs/grpc/CMakeLists.txt b/contrib/ydb/core/fq/libs/grpc/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/fq/libs/grpc/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/fq/libs/grpc/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/fq/libs/grpc/CMakeLists.windows-x86_64.txt deleted file mode 100644 index e1e3a5df2e3..00000000000 --- a/contrib/ydb/core/fq/libs/grpc/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. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(fq-libs-grpc) -set_property(TARGET fq-libs-grpc PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(fq-libs-grpc PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - api-protos - fq-libs-protos - contrib-libs-protobuf -) -target_proto_messages(fq-libs-grpc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/grpc/fq_private_v1.proto -) -target_proto_addincls(fq-libs-grpc - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(fq-libs-grpc - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(fq-libs-grpc - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/core/fq/libs/health/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/fq/libs/health/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 78277c2b0f5..00000000000 --- a/contrib/ydb/core/fq/libs/health/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(fq-libs-health) -target_compile_options(fq-libs-health PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-health PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - fq-libs-shared_resources - ydb-core-mon - cpp-client-ydb_discovery -) -target_sources(fq-libs-health PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/health/health.cpp -) diff --git a/contrib/ydb/core/fq/libs/health/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/fq/libs/health/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 4f705b91447..00000000000 --- a/contrib/ydb/core/fq/libs/health/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(fq-libs-health) -target_compile_options(fq-libs-health PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-health PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - fq-libs-shared_resources - ydb-core-mon - cpp-client-ydb_discovery -) -target_sources(fq-libs-health PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/health/health.cpp -) diff --git a/contrib/ydb/core/fq/libs/health/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/fq/libs/health/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 4f705b91447..00000000000 --- a/contrib/ydb/core/fq/libs/health/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(fq-libs-health) -target_compile_options(fq-libs-health PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-health PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - fq-libs-shared_resources - ydb-core-mon - cpp-client-ydb_discovery -) -target_sources(fq-libs-health PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/health/health.cpp -) diff --git a/contrib/ydb/core/fq/libs/health/CMakeLists.txt b/contrib/ydb/core/fq/libs/health/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/fq/libs/health/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/fq/libs/health/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/fq/libs/health/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 78277c2b0f5..00000000000 --- a/contrib/ydb/core/fq/libs/health/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(fq-libs-health) -target_compile_options(fq-libs-health PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-health PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - fq-libs-shared_resources - ydb-core-mon - cpp-client-ydb_discovery -) -target_sources(fq-libs-health PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/health/health.cpp -) diff --git a/contrib/ydb/core/fq/libs/hmac/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/fq/libs/hmac/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 3344ff08e79..00000000000 --- a/contrib/ydb/core/fq/libs/hmac/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(fq-libs-hmac) -target_link_libraries(fq-libs-hmac PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-openssl - cpp-string_utils-base64 -) -target_sources(fq-libs-hmac PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/hmac/hmac.cpp -) diff --git a/contrib/ydb/core/fq/libs/hmac/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/fq/libs/hmac/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 63c3d267a00..00000000000 --- a/contrib/ydb/core/fq/libs/hmac/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(fq-libs-hmac) -target_link_libraries(fq-libs-hmac PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-openssl - cpp-string_utils-base64 -) -target_sources(fq-libs-hmac PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/hmac/hmac.cpp -) diff --git a/contrib/ydb/core/fq/libs/hmac/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/fq/libs/hmac/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 63c3d267a00..00000000000 --- a/contrib/ydb/core/fq/libs/hmac/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(fq-libs-hmac) -target_link_libraries(fq-libs-hmac PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-openssl - cpp-string_utils-base64 -) -target_sources(fq-libs-hmac PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/hmac/hmac.cpp -) diff --git a/contrib/ydb/core/fq/libs/hmac/CMakeLists.txt b/contrib/ydb/core/fq/libs/hmac/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/fq/libs/hmac/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/fq/libs/hmac/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/fq/libs/hmac/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 3344ff08e79..00000000000 --- a/contrib/ydb/core/fq/libs/hmac/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(fq-libs-hmac) -target_link_libraries(fq-libs-hmac PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-openssl - cpp-string_utils-base64 -) -target_sources(fq-libs-hmac PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/hmac/hmac.cpp -) diff --git a/contrib/ydb/core/fq/libs/init/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/fq/libs/init/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 1a63266da5c..00000000000 --- a/contrib/ydb/core/fq/libs/init/CMakeLists.darwin-x86_64.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_library(fq-libs-init) -target_compile_options(fq-libs-init PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-init PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-http - ydb-core-base - fq-libs-actors - fq-libs-audit - fq-libs-checkpoint_storage - fq-libs-checkpointing - fq-libs-cloud_audit - fq-libs-common - compute-ydb-control_plane - fq-libs-control_plane_config - fq-libs-control_plane_proxy - fq-libs-control_plane_storage - fq-libs-events - fq-libs-gateway - fq-libs-health - fq-libs-quota_manager - libs-rate_limiter-control_plane_service - libs-rate_limiter-quoter_service - fq-libs-shared_resources - fq-libs-test_connection - ydb-core-protos - ydb-library-folder_service - library-folder_service-proto - ydb-library-security - yql-minikql-comp_nodes - yql-utils-actor_log - dq-actors-compute - yql-dq-comp_nodes - yql-dq-transform - providers-common-comp_nodes - providers-common-metrics - providers-dq-actors - dq-api-protos - providers-dq-provider - providers-dq-task_runner - providers-dq-worker_manager - dq-worker_manager-interface - providers-generic-actors - providers-pq-async_io - providers-pq-cm_client - pq-gateway-native - providers-pq-provider - providers-s3-actors - providers-s3-proto - providers-s3-provider - providers-solomon-async_io - providers-solomon-gateway - providers-solomon-proto - providers-solomon-provider - providers-ydb-actors - providers-ydb-comp_nodes - providers-ydb-provider -) -target_sources(fq-libs-init PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/init/init.cpp -) diff --git a/contrib/ydb/core/fq/libs/init/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/fq/libs/init/CMakeLists.linux-aarch64.txt deleted file mode 100644 index ae72ca484b9..00000000000 --- a/contrib/ydb/core/fq/libs/init/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,74 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(fq-libs-init) -target_compile_options(fq-libs-init PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-init PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-http - ydb-core-base - fq-libs-actors - fq-libs-audit - fq-libs-checkpoint_storage - fq-libs-checkpointing - fq-libs-cloud_audit - fq-libs-common - compute-ydb-control_plane - fq-libs-control_plane_config - fq-libs-control_plane_proxy - fq-libs-control_plane_storage - fq-libs-events - fq-libs-gateway - fq-libs-health - fq-libs-quota_manager - libs-rate_limiter-control_plane_service - libs-rate_limiter-quoter_service - fq-libs-shared_resources - fq-libs-test_connection - ydb-core-protos - ydb-library-folder_service - library-folder_service-proto - ydb-library-security - yql-minikql-comp_nodes - yql-utils-actor_log - dq-actors-compute - yql-dq-comp_nodes - yql-dq-transform - providers-common-comp_nodes - providers-common-metrics - providers-dq-actors - dq-api-protos - providers-dq-provider - providers-dq-task_runner - providers-dq-worker_manager - dq-worker_manager-interface - providers-generic-actors - providers-pq-async_io - providers-pq-cm_client - pq-gateway-native - providers-pq-provider - providers-s3-actors - providers-s3-proto - providers-s3-provider - providers-solomon-async_io - providers-solomon-gateway - providers-solomon-proto - providers-solomon-provider - providers-ydb-actors - providers-ydb-comp_nodes - providers-ydb-provider -) -target_sources(fq-libs-init PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/init/init.cpp -) diff --git a/contrib/ydb/core/fq/libs/init/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/fq/libs/init/CMakeLists.linux-x86_64.txt deleted file mode 100644 index ae72ca484b9..00000000000 --- a/contrib/ydb/core/fq/libs/init/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,74 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(fq-libs-init) -target_compile_options(fq-libs-init PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-init PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-http - ydb-core-base - fq-libs-actors - fq-libs-audit - fq-libs-checkpoint_storage - fq-libs-checkpointing - fq-libs-cloud_audit - fq-libs-common - compute-ydb-control_plane - fq-libs-control_plane_config - fq-libs-control_plane_proxy - fq-libs-control_plane_storage - fq-libs-events - fq-libs-gateway - fq-libs-health - fq-libs-quota_manager - libs-rate_limiter-control_plane_service - libs-rate_limiter-quoter_service - fq-libs-shared_resources - fq-libs-test_connection - ydb-core-protos - ydb-library-folder_service - library-folder_service-proto - ydb-library-security - yql-minikql-comp_nodes - yql-utils-actor_log - dq-actors-compute - yql-dq-comp_nodes - yql-dq-transform - providers-common-comp_nodes - providers-common-metrics - providers-dq-actors - dq-api-protos - providers-dq-provider - providers-dq-task_runner - providers-dq-worker_manager - dq-worker_manager-interface - providers-generic-actors - providers-pq-async_io - providers-pq-cm_client - pq-gateway-native - providers-pq-provider - providers-s3-actors - providers-s3-proto - providers-s3-provider - providers-solomon-async_io - providers-solomon-gateway - providers-solomon-proto - providers-solomon-provider - providers-ydb-actors - providers-ydb-comp_nodes - providers-ydb-provider -) -target_sources(fq-libs-init PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/init/init.cpp -) diff --git a/contrib/ydb/core/fq/libs/init/CMakeLists.txt b/contrib/ydb/core/fq/libs/init/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/fq/libs/init/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/fq/libs/init/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/fq/libs/init/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 1a63266da5c..00000000000 --- a/contrib/ydb/core/fq/libs/init/CMakeLists.windows-x86_64.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_library(fq-libs-init) -target_compile_options(fq-libs-init PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-init PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-http - ydb-core-base - fq-libs-actors - fq-libs-audit - fq-libs-checkpoint_storage - fq-libs-checkpointing - fq-libs-cloud_audit - fq-libs-common - compute-ydb-control_plane - fq-libs-control_plane_config - fq-libs-control_plane_proxy - fq-libs-control_plane_storage - fq-libs-events - fq-libs-gateway - fq-libs-health - fq-libs-quota_manager - libs-rate_limiter-control_plane_service - libs-rate_limiter-quoter_service - fq-libs-shared_resources - fq-libs-test_connection - ydb-core-protos - ydb-library-folder_service - library-folder_service-proto - ydb-library-security - yql-minikql-comp_nodes - yql-utils-actor_log - dq-actors-compute - yql-dq-comp_nodes - yql-dq-transform - providers-common-comp_nodes - providers-common-metrics - providers-dq-actors - dq-api-protos - providers-dq-provider - providers-dq-task_runner - providers-dq-worker_manager - dq-worker_manager-interface - providers-generic-actors - providers-pq-async_io - providers-pq-cm_client - pq-gateway-native - providers-pq-provider - providers-s3-actors - providers-s3-proto - providers-s3-provider - providers-solomon-async_io - providers-solomon-gateway - providers-solomon-proto - providers-solomon-provider - providers-ydb-actors - providers-ydb-comp_nodes - providers-ydb-provider -) -target_sources(fq-libs-init PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/init/init.cpp -) diff --git a/contrib/ydb/core/fq/libs/logs/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/fq/libs/logs/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index bcf90aa0ff9..00000000000 --- a/contrib/ydb/core/fq/libs/logs/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(fq-libs-logs) -target_compile_options(fq-libs-logs PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-logs PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-protos - yql-utils-actor_log -) -target_sources(fq-libs-logs PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/logs/log.cpp -) diff --git a/contrib/ydb/core/fq/libs/logs/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/fq/libs/logs/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 2dba27459a7..00000000000 --- a/contrib/ydb/core/fq/libs/logs/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(fq-libs-logs) -target_compile_options(fq-libs-logs PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-logs PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-protos - yql-utils-actor_log -) -target_sources(fq-libs-logs PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/logs/log.cpp -) diff --git a/contrib/ydb/core/fq/libs/logs/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/fq/libs/logs/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 2dba27459a7..00000000000 --- a/contrib/ydb/core/fq/libs/logs/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(fq-libs-logs) -target_compile_options(fq-libs-logs PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-logs PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-protos - yql-utils-actor_log -) -target_sources(fq-libs-logs PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/logs/log.cpp -) diff --git a/contrib/ydb/core/fq/libs/logs/CMakeLists.txt b/contrib/ydb/core/fq/libs/logs/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/fq/libs/logs/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/fq/libs/logs/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/fq/libs/logs/CMakeLists.windows-x86_64.txt deleted file mode 100644 index bcf90aa0ff9..00000000000 --- a/contrib/ydb/core/fq/libs/logs/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(fq-libs-logs) -target_compile_options(fq-libs-logs PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-logs PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-protos - yql-utils-actor_log -) -target_sources(fq-libs-logs PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/logs/log.cpp -) diff --git a/contrib/ydb/core/fq/libs/mock/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/fq/libs/mock/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 14d940ff8f9..00000000000 --- a/contrib/ydb/core/fq/libs/mock/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,53 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(fq-libs-mock) -target_compile_options(fq-libs-mock PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-mock PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-json-yson - cpp-monlib-dynamic_counters - library-cpp-random_provider - library-cpp-time_provider - library-cpp-yson - cpp-yson-node - ydb-core-base - fq-libs-actors - fq-libs-common - fq-libs-db_schema - libs-shared_resources-interface - ydb-core-protos - ydb-library-mkql_proto - library-yql-ast - yql-core-facade - core-services-mounts - dq-integration-transform - yql-minikql-comp_nodes - providers-clickhouse-provider - providers-common-codec - providers-common-comp_nodes - providers-common-provider - common-schema-mkql - providers-common-udf_resolve - providers-dq-provider - dq-worker_manager-interface - providers-ydb-provider - yql-public-issue - public-issue-protos - yql-sql-settings - api-protos - cpp-client-ydb_table -) -target_sources(fq-libs-mock PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/mock/yql_mock.cpp -) diff --git a/contrib/ydb/core/fq/libs/mock/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/fq/libs/mock/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 32d561cd534..00000000000 --- a/contrib/ydb/core/fq/libs/mock/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,54 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(fq-libs-mock) -target_compile_options(fq-libs-mock PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-mock PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-json-yson - cpp-monlib-dynamic_counters - library-cpp-random_provider - library-cpp-time_provider - library-cpp-yson - cpp-yson-node - ydb-core-base - fq-libs-actors - fq-libs-common - fq-libs-db_schema - libs-shared_resources-interface - ydb-core-protos - ydb-library-mkql_proto - library-yql-ast - yql-core-facade - core-services-mounts - dq-integration-transform - yql-minikql-comp_nodes - providers-clickhouse-provider - providers-common-codec - providers-common-comp_nodes - providers-common-provider - common-schema-mkql - providers-common-udf_resolve - providers-dq-provider - dq-worker_manager-interface - providers-ydb-provider - yql-public-issue - public-issue-protos - yql-sql-settings - api-protos - cpp-client-ydb_table -) -target_sources(fq-libs-mock PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/mock/yql_mock.cpp -) diff --git a/contrib/ydb/core/fq/libs/mock/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/fq/libs/mock/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 32d561cd534..00000000000 --- a/contrib/ydb/core/fq/libs/mock/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,54 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(fq-libs-mock) -target_compile_options(fq-libs-mock PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-mock PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-json-yson - cpp-monlib-dynamic_counters - library-cpp-random_provider - library-cpp-time_provider - library-cpp-yson - cpp-yson-node - ydb-core-base - fq-libs-actors - fq-libs-common - fq-libs-db_schema - libs-shared_resources-interface - ydb-core-protos - ydb-library-mkql_proto - library-yql-ast - yql-core-facade - core-services-mounts - dq-integration-transform - yql-minikql-comp_nodes - providers-clickhouse-provider - providers-common-codec - providers-common-comp_nodes - providers-common-provider - common-schema-mkql - providers-common-udf_resolve - providers-dq-provider - dq-worker_manager-interface - providers-ydb-provider - yql-public-issue - public-issue-protos - yql-sql-settings - api-protos - cpp-client-ydb_table -) -target_sources(fq-libs-mock PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/mock/yql_mock.cpp -) diff --git a/contrib/ydb/core/fq/libs/mock/CMakeLists.txt b/contrib/ydb/core/fq/libs/mock/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/fq/libs/mock/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/fq/libs/mock/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/fq/libs/mock/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 14d940ff8f9..00000000000 --- a/contrib/ydb/core/fq/libs/mock/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,53 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(fq-libs-mock) -target_compile_options(fq-libs-mock PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-mock PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-json-yson - cpp-monlib-dynamic_counters - library-cpp-random_provider - library-cpp-time_provider - library-cpp-yson - cpp-yson-node - ydb-core-base - fq-libs-actors - fq-libs-common - fq-libs-db_schema - libs-shared_resources-interface - ydb-core-protos - ydb-library-mkql_proto - library-yql-ast - yql-core-facade - core-services-mounts - dq-integration-transform - yql-minikql-comp_nodes - providers-clickhouse-provider - providers-common-codec - providers-common-comp_nodes - providers-common-provider - common-schema-mkql - providers-common-udf_resolve - providers-dq-provider - dq-worker_manager-interface - providers-ydb-provider - yql-public-issue - public-issue-protos - yql-sql-settings - api-protos - cpp-client-ydb_table -) -target_sources(fq-libs-mock PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/mock/yql_mock.cpp -) diff --git a/contrib/ydb/core/fq/libs/private_client/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/fq/libs/private_client/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 57eeb7fc49f..00000000000 --- a/contrib/ydb/core/fq/libs/private_client/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(fq-libs-private_client) -target_compile_options(fq-libs-private_client PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-private_client PUBLIC - contrib-libs-cxxsupp - yutil - cpp-monlib-dynamic_counters - cpp-protobuf-json - libs-control_plane_storage-proto - fq-libs-grpc - fq-libs-shared_resources - ydb-core-protos - cpp-client-ydb_table -) -target_sources(fq-libs-private_client PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/private_client/internal_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/private_client/loopback_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/private_client/private_client.cpp -) diff --git a/contrib/ydb/core/fq/libs/private_client/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/fq/libs/private_client/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 41cc33e392c..00000000000 --- a/contrib/ydb/core/fq/libs/private_client/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(fq-libs-private_client) -target_compile_options(fq-libs-private_client PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-private_client PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-monlib-dynamic_counters - cpp-protobuf-json - libs-control_plane_storage-proto - fq-libs-grpc - fq-libs-shared_resources - ydb-core-protos - cpp-client-ydb_table -) -target_sources(fq-libs-private_client PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/private_client/internal_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/private_client/loopback_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/private_client/private_client.cpp -) diff --git a/contrib/ydb/core/fq/libs/private_client/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/fq/libs/private_client/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 41cc33e392c..00000000000 --- a/contrib/ydb/core/fq/libs/private_client/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(fq-libs-private_client) -target_compile_options(fq-libs-private_client PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-private_client PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-monlib-dynamic_counters - cpp-protobuf-json - libs-control_plane_storage-proto - fq-libs-grpc - fq-libs-shared_resources - ydb-core-protos - cpp-client-ydb_table -) -target_sources(fq-libs-private_client PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/private_client/internal_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/private_client/loopback_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/private_client/private_client.cpp -) diff --git a/contrib/ydb/core/fq/libs/private_client/CMakeLists.txt b/contrib/ydb/core/fq/libs/private_client/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/fq/libs/private_client/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/fq/libs/private_client/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/fq/libs/private_client/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 57eeb7fc49f..00000000000 --- a/contrib/ydb/core/fq/libs/private_client/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(fq-libs-private_client) -target_compile_options(fq-libs-private_client PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-private_client PUBLIC - contrib-libs-cxxsupp - yutil - cpp-monlib-dynamic_counters - cpp-protobuf-json - libs-control_plane_storage-proto - fq-libs-grpc - fq-libs-shared_resources - ydb-core-protos - cpp-client-ydb_table -) -target_sources(fq-libs-private_client PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/private_client/internal_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/private_client/loopback_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/private_client/private_client.cpp -) diff --git a/contrib/ydb/core/fq/libs/protos/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/fq/libs/protos/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 72891f3ade0..00000000000 --- a/contrib/ydb/core/fq/libs/protos/CMakeLists.darwin-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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(fq-libs-protos) -target_link_libraries(fq-libs-protos PUBLIC - contrib-libs-cxxsupp - yutil - libs-config-protos - dq-actors-protos - api-protos - contrib-libs-protobuf -) -target_proto_messages(fq-libs-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/protos/dq_effects.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/protos/fq_private.proto -) -target_proto_addincls(fq-libs-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(fq-libs-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/fq/libs/protos/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/fq/libs/protos/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 87aac4dbdf5..00000000000 --- a/contrib/ydb/core/fq/libs/protos/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(fq-libs-protos) -target_link_libraries(fq-libs-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-config-protos - dq-actors-protos - api-protos - contrib-libs-protobuf -) -target_proto_messages(fq-libs-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/protos/dq_effects.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/protos/fq_private.proto -) -target_proto_addincls(fq-libs-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(fq-libs-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/fq/libs/protos/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/fq/libs/protos/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 87aac4dbdf5..00000000000 --- a/contrib/ydb/core/fq/libs/protos/CMakeLists.linux-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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(fq-libs-protos) -target_link_libraries(fq-libs-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-config-protos - dq-actors-protos - api-protos - contrib-libs-protobuf -) -target_proto_messages(fq-libs-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/protos/dq_effects.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/protos/fq_private.proto -) -target_proto_addincls(fq-libs-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(fq-libs-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/fq/libs/protos/CMakeLists.txt b/contrib/ydb/core/fq/libs/protos/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/fq/libs/protos/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/fq/libs/protos/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/fq/libs/protos/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 72891f3ade0..00000000000 --- a/contrib/ydb/core/fq/libs/protos/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(fq-libs-protos) -target_link_libraries(fq-libs-protos PUBLIC - contrib-libs-cxxsupp - yutil - libs-config-protos - dq-actors-protos - api-protos - contrib-libs-protobuf -) -target_proto_messages(fq-libs-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/protos/dq_effects.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/protos/fq_private.proto -) -target_proto_addincls(fq-libs-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(fq-libs-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/fq/libs/quota_manager/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/fq/libs/quota_manager/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d9bb0bd677a..00000000000 --- a/contrib/ydb/core/fq/libs/quota_manager/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_subdirectory(events) -add_subdirectory(proto) - -add_library(fq-libs-quota_manager) -target_compile_options(fq-libs-quota_manager PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-quota_manager PUBLIC - contrib-libs-cxxsupp - yutil - cpp-monlib-dynamic_counters - cpp-protobuf-json - libs-control_plane_storage-proto - libs-quota_manager-events - fq-libs-shared_resources - ydb-core-protos - api-grpc-draft - cpp-client-ydb_table -) -target_sources(fq-libs-quota_manager PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/quota_manager/quota_manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/quota_manager/quota_proxy.cpp -) diff --git a/contrib/ydb/core/fq/libs/quota_manager/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/fq/libs/quota_manager/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a43a8d64396..00000000000 --- a/contrib/ydb/core/fq/libs/quota_manager/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_subdirectory(events) -add_subdirectory(proto) - -add_library(fq-libs-quota_manager) -target_compile_options(fq-libs-quota_manager PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-quota_manager PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-monlib-dynamic_counters - cpp-protobuf-json - libs-control_plane_storage-proto - libs-quota_manager-events - fq-libs-shared_resources - ydb-core-protos - api-grpc-draft - cpp-client-ydb_table -) -target_sources(fq-libs-quota_manager PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/quota_manager/quota_manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/quota_manager/quota_proxy.cpp -) diff --git a/contrib/ydb/core/fq/libs/quota_manager/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/fq/libs/quota_manager/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a43a8d64396..00000000000 --- a/contrib/ydb/core/fq/libs/quota_manager/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_subdirectory(events) -add_subdirectory(proto) - -add_library(fq-libs-quota_manager) -target_compile_options(fq-libs-quota_manager PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-quota_manager PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-monlib-dynamic_counters - cpp-protobuf-json - libs-control_plane_storage-proto - libs-quota_manager-events - fq-libs-shared_resources - ydb-core-protos - api-grpc-draft - cpp-client-ydb_table -) -target_sources(fq-libs-quota_manager PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/quota_manager/quota_manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/quota_manager/quota_proxy.cpp -) diff --git a/contrib/ydb/core/fq/libs/quota_manager/CMakeLists.txt b/contrib/ydb/core/fq/libs/quota_manager/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/fq/libs/quota_manager/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/fq/libs/quota_manager/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/fq/libs/quota_manager/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d9bb0bd677a..00000000000 --- a/contrib/ydb/core/fq/libs/quota_manager/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_subdirectory(events) -add_subdirectory(proto) - -add_library(fq-libs-quota_manager) -target_compile_options(fq-libs-quota_manager PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-quota_manager PUBLIC - contrib-libs-cxxsupp - yutil - cpp-monlib-dynamic_counters - cpp-protobuf-json - libs-control_plane_storage-proto - libs-quota_manager-events - fq-libs-shared_resources - ydb-core-protos - api-grpc-draft - cpp-client-ydb_table -) -target_sources(fq-libs-quota_manager PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/quota_manager/quota_manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/quota_manager/quota_proxy.cpp -) diff --git a/contrib/ydb/core/fq/libs/quota_manager/events/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/fq/libs/quota_manager/events/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index e0d77aece60..00000000000 --- a/contrib/ydb/core/fq/libs/quota_manager/events/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(libs-quota_manager-events) -target_link_libraries(libs-quota_manager-events PUBLIC - contrib-libs-cxxsupp - yutil - fq-libs-events - libs-quota_manager-proto -) -target_sources(libs-quota_manager-events PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/quota_manager/events/events.cpp -) diff --git a/contrib/ydb/core/fq/libs/quota_manager/events/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/fq/libs/quota_manager/events/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 8f4ad480fc4..00000000000 --- a/contrib/ydb/core/fq/libs/quota_manager/events/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(libs-quota_manager-events) -target_link_libraries(libs-quota_manager-events PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - fq-libs-events - libs-quota_manager-proto -) -target_sources(libs-quota_manager-events PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/quota_manager/events/events.cpp -) diff --git a/contrib/ydb/core/fq/libs/quota_manager/events/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/fq/libs/quota_manager/events/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 8f4ad480fc4..00000000000 --- a/contrib/ydb/core/fq/libs/quota_manager/events/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(libs-quota_manager-events) -target_link_libraries(libs-quota_manager-events PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - fq-libs-events - libs-quota_manager-proto -) -target_sources(libs-quota_manager-events PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/quota_manager/events/events.cpp -) diff --git a/contrib/ydb/core/fq/libs/quota_manager/events/CMakeLists.txt b/contrib/ydb/core/fq/libs/quota_manager/events/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/fq/libs/quota_manager/events/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/fq/libs/quota_manager/events/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/fq/libs/quota_manager/events/CMakeLists.windows-x86_64.txt deleted file mode 100644 index e0d77aece60..00000000000 --- a/contrib/ydb/core/fq/libs/quota_manager/events/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(libs-quota_manager-events) -target_link_libraries(libs-quota_manager-events PUBLIC - contrib-libs-cxxsupp - yutil - fq-libs-events - libs-quota_manager-proto -) -target_sources(libs-quota_manager-events PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/quota_manager/events/events.cpp -) diff --git a/contrib/ydb/core/fq/libs/quota_manager/proto/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/fq/libs/quota_manager/proto/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c9396be717f..00000000000 --- a/contrib/ydb/core/fq/libs/quota_manager/proto/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(libs-quota_manager-proto) -target_link_libraries(libs-quota_manager-proto PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(libs-quota_manager-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/quota_manager/proto/quota_internal.proto -) -target_proto_addincls(libs-quota_manager-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(libs-quota_manager-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/fq/libs/quota_manager/proto/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/fq/libs/quota_manager/proto/CMakeLists.linux-aarch64.txt deleted file mode 100644 index bffbe45f5e5..00000000000 --- a/contrib/ydb/core/fq/libs/quota_manager/proto/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(libs-quota_manager-proto) -target_link_libraries(libs-quota_manager-proto PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(libs-quota_manager-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/quota_manager/proto/quota_internal.proto -) -target_proto_addincls(libs-quota_manager-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(libs-quota_manager-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/fq/libs/quota_manager/proto/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/fq/libs/quota_manager/proto/CMakeLists.linux-x86_64.txt deleted file mode 100644 index bffbe45f5e5..00000000000 --- a/contrib/ydb/core/fq/libs/quota_manager/proto/CMakeLists.linux-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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(libs-quota_manager-proto) -target_link_libraries(libs-quota_manager-proto PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(libs-quota_manager-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/quota_manager/proto/quota_internal.proto -) -target_proto_addincls(libs-quota_manager-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(libs-quota_manager-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/fq/libs/quota_manager/proto/CMakeLists.txt b/contrib/ydb/core/fq/libs/quota_manager/proto/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/fq/libs/quota_manager/proto/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/fq/libs/quota_manager/proto/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/fq/libs/quota_manager/proto/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c9396be717f..00000000000 --- a/contrib/ydb/core/fq/libs/quota_manager/proto/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(libs-quota_manager-proto) -target_link_libraries(libs-quota_manager-proto PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(libs-quota_manager-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/quota_manager/proto/quota_internal.proto -) -target_proto_addincls(libs-quota_manager-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(libs-quota_manager-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/fq/libs/rate_limiter/CMakeLists.txt b/contrib/ydb/core/fq/libs/rate_limiter/CMakeLists.txt deleted file mode 100644 index 1e8fa3f396d..00000000000 --- a/contrib/ydb/core/fq/libs/rate_limiter/CMakeLists.txt +++ /dev/null @@ -1,12 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(control_plane_service) -add_subdirectory(events) -add_subdirectory(quoter_service) -add_subdirectory(utils) diff --git a/contrib/ydb/core/fq/libs/rate_limiter/control_plane_service/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/fq/libs/rate_limiter/control_plane_service/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 357798cce4a..00000000000 --- a/contrib/ydb/core/fq/libs/rate_limiter/control_plane_service/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(libs-rate_limiter-control_plane_service) -target_compile_options(libs-rate_limiter-control_plane_service PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(libs-rate_limiter-control_plane_service PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - libs-config-protos - fq-libs-events - libs-quota_manager-events - libs-rate_limiter-events - libs-rate_limiter-utils - fq-libs-shared_resources - fq-libs-ydb - ydb-core-protos - ydb-library-security -) -target_sources(libs-rate_limiter-control_plane_service PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/rate_limiter/control_plane_service/rate_limiter_control_plane_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/rate_limiter/control_plane_service/update_limit_actor.cpp -) diff --git a/contrib/ydb/core/fq/libs/rate_limiter/control_plane_service/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/fq/libs/rate_limiter/control_plane_service/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 1d2b1bf9420..00000000000 --- a/contrib/ydb/core/fq/libs/rate_limiter/control_plane_service/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(libs-rate_limiter-control_plane_service) -target_compile_options(libs-rate_limiter-control_plane_service PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(libs-rate_limiter-control_plane_service PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - libs-config-protos - fq-libs-events - libs-quota_manager-events - libs-rate_limiter-events - libs-rate_limiter-utils - fq-libs-shared_resources - fq-libs-ydb - ydb-core-protos - ydb-library-security -) -target_sources(libs-rate_limiter-control_plane_service PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/rate_limiter/control_plane_service/rate_limiter_control_plane_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/rate_limiter/control_plane_service/update_limit_actor.cpp -) diff --git a/contrib/ydb/core/fq/libs/rate_limiter/control_plane_service/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/fq/libs/rate_limiter/control_plane_service/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 1d2b1bf9420..00000000000 --- a/contrib/ydb/core/fq/libs/rate_limiter/control_plane_service/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(libs-rate_limiter-control_plane_service) -target_compile_options(libs-rate_limiter-control_plane_service PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(libs-rate_limiter-control_plane_service PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - libs-config-protos - fq-libs-events - libs-quota_manager-events - libs-rate_limiter-events - libs-rate_limiter-utils - fq-libs-shared_resources - fq-libs-ydb - ydb-core-protos - ydb-library-security -) -target_sources(libs-rate_limiter-control_plane_service PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/rate_limiter/control_plane_service/rate_limiter_control_plane_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/rate_limiter/control_plane_service/update_limit_actor.cpp -) diff --git a/contrib/ydb/core/fq/libs/rate_limiter/control_plane_service/CMakeLists.txt b/contrib/ydb/core/fq/libs/rate_limiter/control_plane_service/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/fq/libs/rate_limiter/control_plane_service/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/fq/libs/rate_limiter/control_plane_service/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/fq/libs/rate_limiter/control_plane_service/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 357798cce4a..00000000000 --- a/contrib/ydb/core/fq/libs/rate_limiter/control_plane_service/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(libs-rate_limiter-control_plane_service) -target_compile_options(libs-rate_limiter-control_plane_service PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(libs-rate_limiter-control_plane_service PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - libs-config-protos - fq-libs-events - libs-quota_manager-events - libs-rate_limiter-events - libs-rate_limiter-utils - fq-libs-shared_resources - fq-libs-ydb - ydb-core-protos - ydb-library-security -) -target_sources(libs-rate_limiter-control_plane_service PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/rate_limiter/control_plane_service/rate_limiter_control_plane_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/rate_limiter/control_plane_service/update_limit_actor.cpp -) diff --git a/contrib/ydb/core/fq/libs/rate_limiter/events/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/fq/libs/rate_limiter/events/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 69a93f5f902..00000000000 --- a/contrib/ydb/core/fq/libs/rate_limiter/events/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(libs-rate_limiter-events) -target_link_libraries(libs-rate_limiter-events PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - fq-libs-events -) -target_sources(libs-rate_limiter-events PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/rate_limiter/events/control_plane_events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/rate_limiter/events/data_plane.cpp -) diff --git a/contrib/ydb/core/fq/libs/rate_limiter/events/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/fq/libs/rate_limiter/events/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 7e856e519fb..00000000000 --- a/contrib/ydb/core/fq/libs/rate_limiter/events/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(libs-rate_limiter-events) -target_link_libraries(libs-rate_limiter-events PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - fq-libs-events -) -target_sources(libs-rate_limiter-events PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/rate_limiter/events/control_plane_events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/rate_limiter/events/data_plane.cpp -) diff --git a/contrib/ydb/core/fq/libs/rate_limiter/events/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/fq/libs/rate_limiter/events/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 7e856e519fb..00000000000 --- a/contrib/ydb/core/fq/libs/rate_limiter/events/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(libs-rate_limiter-events) -target_link_libraries(libs-rate_limiter-events PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - fq-libs-events -) -target_sources(libs-rate_limiter-events PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/rate_limiter/events/control_plane_events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/rate_limiter/events/data_plane.cpp -) diff --git a/contrib/ydb/core/fq/libs/rate_limiter/events/CMakeLists.txt b/contrib/ydb/core/fq/libs/rate_limiter/events/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/fq/libs/rate_limiter/events/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/fq/libs/rate_limiter/events/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/fq/libs/rate_limiter/events/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 69a93f5f902..00000000000 --- a/contrib/ydb/core/fq/libs/rate_limiter/events/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(libs-rate_limiter-events) -target_link_libraries(libs-rate_limiter-events PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - fq-libs-events -) -target_sources(libs-rate_limiter-events PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/rate_limiter/events/control_plane_events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/rate_limiter/events/data_plane.cpp -) diff --git a/contrib/ydb/core/fq/libs/rate_limiter/quoter_service/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/fq/libs/rate_limiter/quoter_service/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 059142e9985..00000000000 --- a/contrib/ydb/core/fq/libs/rate_limiter/quoter_service/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(libs-rate_limiter-quoter_service) -target_compile_options(libs-rate_limiter-quoter_service PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(libs-rate_limiter-quoter_service PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - libs-config-protos - libs-rate_limiter-events - fq-libs-shared_resources - fq-libs-ydb - ydb-core-protos - ydb-library-security -) -target_sources(libs-rate_limiter-quoter_service PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/rate_limiter/quoter_service/quoter_service.cpp -) diff --git a/contrib/ydb/core/fq/libs/rate_limiter/quoter_service/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/fq/libs/rate_limiter/quoter_service/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 35a8a14b852..00000000000 --- a/contrib/ydb/core/fq/libs/rate_limiter/quoter_service/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(libs-rate_limiter-quoter_service) -target_compile_options(libs-rate_limiter-quoter_service PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(libs-rate_limiter-quoter_service PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - libs-config-protos - libs-rate_limiter-events - fq-libs-shared_resources - fq-libs-ydb - ydb-core-protos - ydb-library-security -) -target_sources(libs-rate_limiter-quoter_service PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/rate_limiter/quoter_service/quoter_service.cpp -) diff --git a/contrib/ydb/core/fq/libs/rate_limiter/quoter_service/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/fq/libs/rate_limiter/quoter_service/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 35a8a14b852..00000000000 --- a/contrib/ydb/core/fq/libs/rate_limiter/quoter_service/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(libs-rate_limiter-quoter_service) -target_compile_options(libs-rate_limiter-quoter_service PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(libs-rate_limiter-quoter_service PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - libs-config-protos - libs-rate_limiter-events - fq-libs-shared_resources - fq-libs-ydb - ydb-core-protos - ydb-library-security -) -target_sources(libs-rate_limiter-quoter_service PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/rate_limiter/quoter_service/quoter_service.cpp -) diff --git a/contrib/ydb/core/fq/libs/rate_limiter/quoter_service/CMakeLists.txt b/contrib/ydb/core/fq/libs/rate_limiter/quoter_service/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/fq/libs/rate_limiter/quoter_service/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/fq/libs/rate_limiter/quoter_service/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/fq/libs/rate_limiter/quoter_service/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 059142e9985..00000000000 --- a/contrib/ydb/core/fq/libs/rate_limiter/quoter_service/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(libs-rate_limiter-quoter_service) -target_compile_options(libs-rate_limiter-quoter_service PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(libs-rate_limiter-quoter_service PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - libs-config-protos - libs-rate_limiter-events - fq-libs-shared_resources - fq-libs-ydb - ydb-core-protos - ydb-library-security -) -target_sources(libs-rate_limiter-quoter_service PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/rate_limiter/quoter_service/quoter_service.cpp -) diff --git a/contrib/ydb/core/fq/libs/rate_limiter/utils/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/fq/libs/rate_limiter/utils/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 9a2c7083146..00000000000 --- a/contrib/ydb/core/fq/libs/rate_limiter/utils/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(libs-rate_limiter-utils) -target_link_libraries(libs-rate_limiter-utils PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(libs-rate_limiter-utils PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/rate_limiter/utils/path.cpp -) diff --git a/contrib/ydb/core/fq/libs/rate_limiter/utils/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/fq/libs/rate_limiter/utils/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 8198984a12e..00000000000 --- a/contrib/ydb/core/fq/libs/rate_limiter/utils/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(libs-rate_limiter-utils) -target_link_libraries(libs-rate_limiter-utils PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(libs-rate_limiter-utils PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/rate_limiter/utils/path.cpp -) diff --git a/contrib/ydb/core/fq/libs/rate_limiter/utils/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/fq/libs/rate_limiter/utils/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 8198984a12e..00000000000 --- a/contrib/ydb/core/fq/libs/rate_limiter/utils/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(libs-rate_limiter-utils) -target_link_libraries(libs-rate_limiter-utils PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(libs-rate_limiter-utils PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/rate_limiter/utils/path.cpp -) diff --git a/contrib/ydb/core/fq/libs/rate_limiter/utils/CMakeLists.txt b/contrib/ydb/core/fq/libs/rate_limiter/utils/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/fq/libs/rate_limiter/utils/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/fq/libs/rate_limiter/utils/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/fq/libs/rate_limiter/utils/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 9a2c7083146..00000000000 --- a/contrib/ydb/core/fq/libs/rate_limiter/utils/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(libs-rate_limiter-utils) -target_link_libraries(libs-rate_limiter-utils PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(libs-rate_limiter-utils PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/rate_limiter/utils/path.cpp -) diff --git a/contrib/ydb/core/fq/libs/read_rule/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/fq/libs/read_rule/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index b1ef024b55c..00000000000 --- a/contrib/ydb/core/fq/libs/read_rule/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(fq-libs-read_rule) -target_compile_options(fq-libs-read_rule PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-read_rule PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - fq-libs-events - ydb-core-protos - api-protos - lib-operation_id-protos - cpp-client-ydb_persqueue_core - providers-common-proto - dq-api-protos - providers-pq-proto -) -target_sources(fq-libs-read_rule PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/read_rule/read_rule_creator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/read_rule/read_rule_deleter.cpp -) diff --git a/contrib/ydb/core/fq/libs/read_rule/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/fq/libs/read_rule/CMakeLists.linux-aarch64.txt deleted file mode 100644 index eef1df9f5b5..00000000000 --- a/contrib/ydb/core/fq/libs/read_rule/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(fq-libs-read_rule) -target_compile_options(fq-libs-read_rule PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-read_rule PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - fq-libs-events - ydb-core-protos - api-protos - lib-operation_id-protos - cpp-client-ydb_persqueue_core - providers-common-proto - dq-api-protos - providers-pq-proto -) -target_sources(fq-libs-read_rule PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/read_rule/read_rule_creator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/read_rule/read_rule_deleter.cpp -) diff --git a/contrib/ydb/core/fq/libs/read_rule/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/fq/libs/read_rule/CMakeLists.linux-x86_64.txt deleted file mode 100644 index eef1df9f5b5..00000000000 --- a/contrib/ydb/core/fq/libs/read_rule/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(fq-libs-read_rule) -target_compile_options(fq-libs-read_rule PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-read_rule PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - fq-libs-events - ydb-core-protos - api-protos - lib-operation_id-protos - cpp-client-ydb_persqueue_core - providers-common-proto - dq-api-protos - providers-pq-proto -) -target_sources(fq-libs-read_rule PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/read_rule/read_rule_creator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/read_rule/read_rule_deleter.cpp -) diff --git a/contrib/ydb/core/fq/libs/read_rule/CMakeLists.txt b/contrib/ydb/core/fq/libs/read_rule/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/fq/libs/read_rule/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/fq/libs/read_rule/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/fq/libs/read_rule/CMakeLists.windows-x86_64.txt deleted file mode 100644 index b1ef024b55c..00000000000 --- a/contrib/ydb/core/fq/libs/read_rule/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(fq-libs-read_rule) -target_compile_options(fq-libs-read_rule PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-read_rule PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - fq-libs-events - ydb-core-protos - api-protos - lib-operation_id-protos - cpp-client-ydb_persqueue_core - providers-common-proto - dq-api-protos - providers-pq-proto -) -target_sources(fq-libs-read_rule PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/read_rule/read_rule_creator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/read_rule/read_rule_deleter.cpp -) diff --git a/contrib/ydb/core/fq/libs/result_formatter/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/fq/libs/result_formatter/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 4e82ba95672..00000000000 --- a/contrib/ydb/core/fq/libs/result_formatter/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(fq-libs-result_formatter) -target_compile_options(fq-libs-result_formatter PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-result_formatter PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-json - cpp-json-yson - ydb-library-mkql_proto - library-yql-ast - yql-minikql-computation - yql-public-udf - api-protos - cpp-client-ydb_proto - cpp-client-ydb_result - cpp-client-ydb_value - providers-common-codec - common-schema-expr - common-schema-mkql -) -target_sources(fq-libs-result_formatter PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/result_formatter/result_formatter.cpp -) diff --git a/contrib/ydb/core/fq/libs/result_formatter/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/fq/libs/result_formatter/CMakeLists.linux-aarch64.txt deleted file mode 100644 index c41dee348cc..00000000000 --- a/contrib/ydb/core/fq/libs/result_formatter/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(fq-libs-result_formatter) -target_compile_options(fq-libs-result_formatter PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-result_formatter PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-json - cpp-json-yson - ydb-library-mkql_proto - library-yql-ast - yql-minikql-computation - yql-public-udf - api-protos - cpp-client-ydb_proto - cpp-client-ydb_result - cpp-client-ydb_value - providers-common-codec - common-schema-expr - common-schema-mkql -) -target_sources(fq-libs-result_formatter PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/result_formatter/result_formatter.cpp -) diff --git a/contrib/ydb/core/fq/libs/result_formatter/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/fq/libs/result_formatter/CMakeLists.linux-x86_64.txt deleted file mode 100644 index c41dee348cc..00000000000 --- a/contrib/ydb/core/fq/libs/result_formatter/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(fq-libs-result_formatter) -target_compile_options(fq-libs-result_formatter PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-result_formatter PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-json - cpp-json-yson - ydb-library-mkql_proto - library-yql-ast - yql-minikql-computation - yql-public-udf - api-protos - cpp-client-ydb_proto - cpp-client-ydb_result - cpp-client-ydb_value - providers-common-codec - common-schema-expr - common-schema-mkql -) -target_sources(fq-libs-result_formatter PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/result_formatter/result_formatter.cpp -) diff --git a/contrib/ydb/core/fq/libs/result_formatter/CMakeLists.txt b/contrib/ydb/core/fq/libs/result_formatter/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/fq/libs/result_formatter/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/fq/libs/result_formatter/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/fq/libs/result_formatter/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 4e82ba95672..00000000000 --- a/contrib/ydb/core/fq/libs/result_formatter/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(fq-libs-result_formatter) -target_compile_options(fq-libs-result_formatter PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-result_formatter PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-json - cpp-json-yson - ydb-library-mkql_proto - library-yql-ast - yql-minikql-computation - yql-public-udf - api-protos - cpp-client-ydb_proto - cpp-client-ydb_result - cpp-client-ydb_value - providers-common-codec - common-schema-expr - common-schema-mkql -) -target_sources(fq-libs-result_formatter PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/result_formatter/result_formatter.cpp -) diff --git a/contrib/ydb/core/fq/libs/shared_resources/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/fq/libs/shared_resources/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 43632bf2c94..00000000000 --- a/contrib/ydb/core/fq/libs/shared_resources/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_subdirectory(interface) - -add_library(fq-libs-shared_resources) -target_compile_options(fq-libs-shared_resources PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-shared_resources PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-monlib-dynamic_counters - fq-libs-common - fq-libs-config - libs-control_plane_storage-proto - fq-libs-db_schema - fq-libs-events - fq-libs-exceptions - libs-quota_manager-events - libs-shared_resources-interface - ydb-core-protos - ydb-library-db_pool - ydb-library-logger - ydb-library-security - cpp-client-ydb_driver - cpp-client-ydb_extension - cpp-client-ydb_table -) -target_sources(fq-libs-shared_resources PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/shared_resources/db_exec.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/shared_resources/shared_resources.cpp -) diff --git a/contrib/ydb/core/fq/libs/shared_resources/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/fq/libs/shared_resources/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 303b937f4ac..00000000000 --- a/contrib/ydb/core/fq/libs/shared_resources/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_subdirectory(interface) - -add_library(fq-libs-shared_resources) -target_compile_options(fq-libs-shared_resources PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-shared_resources PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-monlib-dynamic_counters - fq-libs-common - fq-libs-config - libs-control_plane_storage-proto - fq-libs-db_schema - fq-libs-events - fq-libs-exceptions - libs-quota_manager-events - libs-shared_resources-interface - ydb-core-protos - ydb-library-db_pool - ydb-library-logger - ydb-library-security - cpp-client-ydb_driver - cpp-client-ydb_extension - cpp-client-ydb_table -) -target_sources(fq-libs-shared_resources PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/shared_resources/db_exec.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/shared_resources/shared_resources.cpp -) diff --git a/contrib/ydb/core/fq/libs/shared_resources/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/fq/libs/shared_resources/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 303b937f4ac..00000000000 --- a/contrib/ydb/core/fq/libs/shared_resources/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_subdirectory(interface) - -add_library(fq-libs-shared_resources) -target_compile_options(fq-libs-shared_resources PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-shared_resources PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-monlib-dynamic_counters - fq-libs-common - fq-libs-config - libs-control_plane_storage-proto - fq-libs-db_schema - fq-libs-events - fq-libs-exceptions - libs-quota_manager-events - libs-shared_resources-interface - ydb-core-protos - ydb-library-db_pool - ydb-library-logger - ydb-library-security - cpp-client-ydb_driver - cpp-client-ydb_extension - cpp-client-ydb_table -) -target_sources(fq-libs-shared_resources PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/shared_resources/db_exec.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/shared_resources/shared_resources.cpp -) diff --git a/contrib/ydb/core/fq/libs/shared_resources/CMakeLists.txt b/contrib/ydb/core/fq/libs/shared_resources/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/fq/libs/shared_resources/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/fq/libs/shared_resources/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/fq/libs/shared_resources/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 43632bf2c94..00000000000 --- a/contrib/ydb/core/fq/libs/shared_resources/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_subdirectory(interface) - -add_library(fq-libs-shared_resources) -target_compile_options(fq-libs-shared_resources PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-shared_resources PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-monlib-dynamic_counters - fq-libs-common - fq-libs-config - libs-control_plane_storage-proto - fq-libs-db_schema - fq-libs-events - fq-libs-exceptions - libs-quota_manager-events - libs-shared_resources-interface - ydb-core-protos - ydb-library-db_pool - ydb-library-logger - ydb-library-security - cpp-client-ydb_driver - cpp-client-ydb_extension - cpp-client-ydb_table -) -target_sources(fq-libs-shared_resources PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/shared_resources/db_exec.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/shared_resources/shared_resources.cpp -) diff --git a/contrib/ydb/core/fq/libs/shared_resources/interface/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/fq/libs/shared_resources/interface/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 9bcd94f32ee..00000000000 --- a/contrib/ydb/core/fq/libs/shared_resources/interface/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(libs-shared_resources-interface) -target_compile_options(libs-shared_resources-interface PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(libs-shared_resources-interface PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core -) -target_sources(libs-shared_resources-interface PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/shared_resources/interface/shared_resources.cpp -) diff --git a/contrib/ydb/core/fq/libs/shared_resources/interface/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/fq/libs/shared_resources/interface/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 7af67b32c37..00000000000 --- a/contrib/ydb/core/fq/libs/shared_resources/interface/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(libs-shared_resources-interface) -target_compile_options(libs-shared_resources-interface PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(libs-shared_resources-interface PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core -) -target_sources(libs-shared_resources-interface PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/shared_resources/interface/shared_resources.cpp -) diff --git a/contrib/ydb/core/fq/libs/shared_resources/interface/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/fq/libs/shared_resources/interface/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 7af67b32c37..00000000000 --- a/contrib/ydb/core/fq/libs/shared_resources/interface/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(libs-shared_resources-interface) -target_compile_options(libs-shared_resources-interface PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(libs-shared_resources-interface PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core -) -target_sources(libs-shared_resources-interface PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/shared_resources/interface/shared_resources.cpp -) diff --git a/contrib/ydb/core/fq/libs/shared_resources/interface/CMakeLists.txt b/contrib/ydb/core/fq/libs/shared_resources/interface/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/fq/libs/shared_resources/interface/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/fq/libs/shared_resources/interface/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/fq/libs/shared_resources/interface/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 9bcd94f32ee..00000000000 --- a/contrib/ydb/core/fq/libs/shared_resources/interface/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(libs-shared_resources-interface) -target_compile_options(libs-shared_resources-interface PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(libs-shared_resources-interface PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core -) -target_sources(libs-shared_resources-interface PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/shared_resources/interface/shared_resources.cpp -) diff --git a/contrib/ydb/core/fq/libs/signer/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/fq/libs/signer/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d8821d1af09..00000000000 --- a/contrib/ydb/core/fq/libs/signer/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(fq-libs-signer) -target_link_libraries(fq-libs-signer PUBLIC - contrib-libs-cxxsupp - yutil - fq-libs-hmac -) -target_sources(fq-libs-signer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/signer/signer.cpp -) diff --git a/contrib/ydb/core/fq/libs/signer/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/fq/libs/signer/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 4736fb176d0..00000000000 --- a/contrib/ydb/core/fq/libs/signer/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(fq-libs-signer) -target_link_libraries(fq-libs-signer PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - fq-libs-hmac -) -target_sources(fq-libs-signer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/signer/signer.cpp -) diff --git a/contrib/ydb/core/fq/libs/signer/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/fq/libs/signer/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 4736fb176d0..00000000000 --- a/contrib/ydb/core/fq/libs/signer/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(fq-libs-signer) -target_link_libraries(fq-libs-signer PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - fq-libs-hmac -) -target_sources(fq-libs-signer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/signer/signer.cpp -) diff --git a/contrib/ydb/core/fq/libs/signer/CMakeLists.txt b/contrib/ydb/core/fq/libs/signer/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/fq/libs/signer/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/fq/libs/signer/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/fq/libs/signer/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d8821d1af09..00000000000 --- a/contrib/ydb/core/fq/libs/signer/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(fq-libs-signer) -target_link_libraries(fq-libs-signer PUBLIC - contrib-libs-cxxsupp - yutil - fq-libs-hmac -) -target_sources(fq-libs-signer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/signer/signer.cpp -) diff --git a/contrib/ydb/core/fq/libs/tasks_packer/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/fq/libs/tasks_packer/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 334767a82e1..00000000000 --- a/contrib/ydb/core/fq/libs/tasks_packer/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(fq-libs-tasks_packer) -target_compile_options(fq-libs-tasks_packer PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-tasks_packer PUBLIC - contrib-libs-cxxsupp - yutil - yql-dq-proto - library-yql-utils -) -target_sources(fq-libs-tasks_packer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/tasks_packer/tasks_packer.cpp -) diff --git a/contrib/ydb/core/fq/libs/tasks_packer/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/fq/libs/tasks_packer/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 8e16f263dc9..00000000000 --- a/contrib/ydb/core/fq/libs/tasks_packer/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(fq-libs-tasks_packer) -target_compile_options(fq-libs-tasks_packer PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-tasks_packer PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - yql-dq-proto - library-yql-utils -) -target_sources(fq-libs-tasks_packer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/tasks_packer/tasks_packer.cpp -) diff --git a/contrib/ydb/core/fq/libs/tasks_packer/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/fq/libs/tasks_packer/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 8e16f263dc9..00000000000 --- a/contrib/ydb/core/fq/libs/tasks_packer/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(fq-libs-tasks_packer) -target_compile_options(fq-libs-tasks_packer PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-tasks_packer PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - yql-dq-proto - library-yql-utils -) -target_sources(fq-libs-tasks_packer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/tasks_packer/tasks_packer.cpp -) diff --git a/contrib/ydb/core/fq/libs/tasks_packer/CMakeLists.txt b/contrib/ydb/core/fq/libs/tasks_packer/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/fq/libs/tasks_packer/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/fq/libs/tasks_packer/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/fq/libs/tasks_packer/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 334767a82e1..00000000000 --- a/contrib/ydb/core/fq/libs/tasks_packer/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(fq-libs-tasks_packer) -target_compile_options(fq-libs-tasks_packer PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-tasks_packer PUBLIC - contrib-libs-cxxsupp - yutil - yql-dq-proto - library-yql-utils -) -target_sources(fq-libs-tasks_packer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/tasks_packer/tasks_packer.cpp -) diff --git a/contrib/ydb/core/fq/libs/test_connection/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/fq/libs/test_connection/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 1ec841dfa0a..00000000000 --- a/contrib/ydb/core/fq/libs/test_connection/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_subdirectory(events) - -add_library(fq-libs-test_connection) -target_compile_options(fq-libs-test_connection PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-test_connection PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-lwtrace - cpp-xml-document - fq-libs-actors - libs-actors-logging - libs-config-protos - fq-libs-control_plane_storage - libs-test_connection-events - providers-pq-cm_client - providers-solomon-async_io -) -target_sources(fq-libs-test_connection PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/test_connection/counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/test_connection/probes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/test_connection/test_connection.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/test_connection/test_data_streams.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/test_connection/test_monitoring.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/test_connection/test_object_storage.cpp -) diff --git a/contrib/ydb/core/fq/libs/test_connection/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/fq/libs/test_connection/CMakeLists.linux-aarch64.txt deleted file mode 100644 index bfdce962782..00000000000 --- a/contrib/ydb/core/fq/libs/test_connection/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_subdirectory(events) - -add_library(fq-libs-test_connection) -target_compile_options(fq-libs-test_connection PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-test_connection PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-lwtrace - cpp-xml-document - fq-libs-actors - libs-actors-logging - libs-config-protos - fq-libs-control_plane_storage - libs-test_connection-events - providers-pq-cm_client - providers-solomon-async_io -) -target_sources(fq-libs-test_connection PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/test_connection/counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/test_connection/probes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/test_connection/test_connection.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/test_connection/test_data_streams.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/test_connection/test_monitoring.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/test_connection/test_object_storage.cpp -) diff --git a/contrib/ydb/core/fq/libs/test_connection/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/fq/libs/test_connection/CMakeLists.linux-x86_64.txt deleted file mode 100644 index bfdce962782..00000000000 --- a/contrib/ydb/core/fq/libs/test_connection/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_subdirectory(events) - -add_library(fq-libs-test_connection) -target_compile_options(fq-libs-test_connection PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-test_connection PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-lwtrace - cpp-xml-document - fq-libs-actors - libs-actors-logging - libs-config-protos - fq-libs-control_plane_storage - libs-test_connection-events - providers-pq-cm_client - providers-solomon-async_io -) -target_sources(fq-libs-test_connection PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/test_connection/counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/test_connection/probes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/test_connection/test_connection.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/test_connection/test_data_streams.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/test_connection/test_monitoring.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/test_connection/test_object_storage.cpp -) diff --git a/contrib/ydb/core/fq/libs/test_connection/CMakeLists.txt b/contrib/ydb/core/fq/libs/test_connection/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/fq/libs/test_connection/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/fq/libs/test_connection/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/fq/libs/test_connection/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 1ec841dfa0a..00000000000 --- a/contrib/ydb/core/fq/libs/test_connection/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_subdirectory(events) - -add_library(fq-libs-test_connection) -target_compile_options(fq-libs-test_connection PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-test_connection PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-lwtrace - cpp-xml-document - fq-libs-actors - libs-actors-logging - libs-config-protos - fq-libs-control_plane_storage - libs-test_connection-events - providers-pq-cm_client - providers-solomon-async_io -) -target_sources(fq-libs-test_connection PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/test_connection/counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/test_connection/probes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/test_connection/test_connection.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/test_connection/test_data_streams.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/test_connection/test_monitoring.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/test_connection/test_object_storage.cpp -) diff --git a/contrib/ydb/core/fq/libs/test_connection/events/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/fq/libs/test_connection/events/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 829d3c0b8d9..00000000000 --- a/contrib/ydb/core/fq/libs/test_connection/events/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(libs-test_connection-events) -target_link_libraries(libs-test_connection-events PUBLIC - contrib-libs-cxxsupp - yutil - libs-control_plane_storage-events - fq-libs-events - public-issue-protos - api-protos -) -target_sources(libs-test_connection-events PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/test_connection/events/events.cpp -) diff --git a/contrib/ydb/core/fq/libs/test_connection/events/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/fq/libs/test_connection/events/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 737cbb44409..00000000000 --- a/contrib/ydb/core/fq/libs/test_connection/events/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(libs-test_connection-events) -target_link_libraries(libs-test_connection-events PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-control_plane_storage-events - fq-libs-events - public-issue-protos - api-protos -) -target_sources(libs-test_connection-events PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/test_connection/events/events.cpp -) diff --git a/contrib/ydb/core/fq/libs/test_connection/events/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/fq/libs/test_connection/events/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 737cbb44409..00000000000 --- a/contrib/ydb/core/fq/libs/test_connection/events/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(libs-test_connection-events) -target_link_libraries(libs-test_connection-events PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-control_plane_storage-events - fq-libs-events - public-issue-protos - api-protos -) -target_sources(libs-test_connection-events PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/test_connection/events/events.cpp -) diff --git a/contrib/ydb/core/fq/libs/test_connection/events/CMakeLists.txt b/contrib/ydb/core/fq/libs/test_connection/events/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/fq/libs/test_connection/events/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/fq/libs/test_connection/events/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/fq/libs/test_connection/events/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 829d3c0b8d9..00000000000 --- a/contrib/ydb/core/fq/libs/test_connection/events/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(libs-test_connection-events) -target_link_libraries(libs-test_connection-events PUBLIC - contrib-libs-cxxsupp - yutil - libs-control_plane_storage-events - fq-libs-events - public-issue-protos - api-protos -) -target_sources(libs-test_connection-events PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/test_connection/events/events.cpp -) diff --git a/contrib/ydb/core/fq/libs/ydb/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/fq/libs/ydb/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c996c72d98e..00000000000 --- a/contrib/ydb/core/fq/libs/ydb/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(fq-libs-ydb) -target_compile_options(fq-libs-ydb PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-ydb PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-cpp-retry - ydb-core-base - fq-libs-config - fq-libs-events - ydb-library-security - cpp-client-ydb_coordination - cpp-client-ydb_rate_limiter - cpp-client-ydb_scheme - cpp-client-ydb_table - tools-enum_parser-enum_serialization_runtime -) -target_sources(fq-libs-ydb PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/ydb/schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/ydb/util.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/ydb/ydb.cpp -) -generate_enum_serilization(fq-libs-ydb - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/ydb/ydb.h - INCLUDE_HEADERS - contrib/ydb/core/fq/libs/ydb/ydb.h -) diff --git a/contrib/ydb/core/fq/libs/ydb/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/fq/libs/ydb/CMakeLists.linux-aarch64.txt deleted file mode 100644 index f649c58d41e..00000000000 --- a/contrib/ydb/core/fq/libs/ydb/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(fq-libs-ydb) -target_compile_options(fq-libs-ydb PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-ydb PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-cpp-retry - ydb-core-base - fq-libs-config - fq-libs-events - ydb-library-security - cpp-client-ydb_coordination - cpp-client-ydb_rate_limiter - cpp-client-ydb_scheme - cpp-client-ydb_table - tools-enum_parser-enum_serialization_runtime -) -target_sources(fq-libs-ydb PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/ydb/schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/ydb/util.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/ydb/ydb.cpp -) -generate_enum_serilization(fq-libs-ydb - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/ydb/ydb.h - INCLUDE_HEADERS - contrib/ydb/core/fq/libs/ydb/ydb.h -) diff --git a/contrib/ydb/core/fq/libs/ydb/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/fq/libs/ydb/CMakeLists.linux-x86_64.txt deleted file mode 100644 index f649c58d41e..00000000000 --- a/contrib/ydb/core/fq/libs/ydb/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(fq-libs-ydb) -target_compile_options(fq-libs-ydb PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-ydb PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-cpp-retry - ydb-core-base - fq-libs-config - fq-libs-events - ydb-library-security - cpp-client-ydb_coordination - cpp-client-ydb_rate_limiter - cpp-client-ydb_scheme - cpp-client-ydb_table - tools-enum_parser-enum_serialization_runtime -) -target_sources(fq-libs-ydb PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/ydb/schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/ydb/util.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/ydb/ydb.cpp -) -generate_enum_serilization(fq-libs-ydb - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/ydb/ydb.h - INCLUDE_HEADERS - contrib/ydb/core/fq/libs/ydb/ydb.h -) diff --git a/contrib/ydb/core/fq/libs/ydb/CMakeLists.txt b/contrib/ydb/core/fq/libs/ydb/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/fq/libs/ydb/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/fq/libs/ydb/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/fq/libs/ydb/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c996c72d98e..00000000000 --- a/contrib/ydb/core/fq/libs/ydb/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(fq-libs-ydb) -target_compile_options(fq-libs-ydb PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(fq-libs-ydb PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-cpp-retry - ydb-core-base - fq-libs-config - fq-libs-events - ydb-library-security - cpp-client-ydb_coordination - cpp-client-ydb_rate_limiter - cpp-client-ydb_scheme - cpp-client-ydb_table - tools-enum_parser-enum_serialization_runtime -) -target_sources(fq-libs-ydb PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/ydb/schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/ydb/util.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/ydb/ydb.cpp -) -generate_enum_serilization(fq-libs-ydb - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/fq/libs/ydb/ydb.h - INCLUDE_HEADERS - contrib/ydb/core/fq/libs/ydb/ydb.h -) diff --git a/contrib/ydb/core/grpc_caching/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/grpc_caching/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 99a1f8fe4e2..00000000000 --- a/contrib/ydb/core/grpc_caching/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(ydb-core-grpc_caching) -target_link_libraries(ydb-core-grpc_caching PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-protos - ydb-core-base -) -target_sources(ydb-core-grpc_caching PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_caching/cached_grpc_request_actor.cpp -) diff --git a/contrib/ydb/core/grpc_caching/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/grpc_caching/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a6eff7ae3a9..00000000000 --- a/contrib/ydb/core/grpc_caching/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(ydb-core-grpc_caching) -target_link_libraries(ydb-core-grpc_caching PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-protos - ydb-core-base -) -target_sources(ydb-core-grpc_caching PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_caching/cached_grpc_request_actor.cpp -) diff --git a/contrib/ydb/core/grpc_caching/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/grpc_caching/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a6eff7ae3a9..00000000000 --- a/contrib/ydb/core/grpc_caching/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(ydb-core-grpc_caching) -target_link_libraries(ydb-core-grpc_caching PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-protos - ydb-core-base -) -target_sources(ydb-core-grpc_caching PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_caching/cached_grpc_request_actor.cpp -) diff --git a/contrib/ydb/core/grpc_caching/CMakeLists.txt b/contrib/ydb/core/grpc_caching/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/grpc_caching/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/grpc_caching/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/grpc_caching/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 99a1f8fe4e2..00000000000 --- a/contrib/ydb/core/grpc_caching/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(ydb-core-grpc_caching) -target_link_libraries(ydb-core-grpc_caching PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-protos - ydb-core-base -) -target_sources(ydb-core-grpc_caching PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_caching/cached_grpc_request_actor.cpp -) diff --git a/contrib/ydb/core/grpc_services/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/grpc_services/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 76b6577f86f..00000000000 --- a/contrib/ydb/core/grpc_services/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,148 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(auth_processor) -add_subdirectory(base) -add_subdirectory(cancelation) -add_subdirectory(counters) -add_subdirectory(local_rpc) - -add_library(ydb-core-grpc_services) -target_compile_options(ydb-core-grpc_services PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-grpc_services PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-xxhash - library-cpp-cgiparam - cpp-digest-old_crc - ydb-core-actorlib_impl - ydb-core-audit - ydb-core-base - ydb-core-control - ydb-core-discovery - ydb-core-engine - ydb-core-formats - fq-libs-actors - fq-libs-control_plane_proxy - libs-control_plane_proxy-events - core-grpc_services-base - core-grpc_services-counters - core-grpc_services-local_rpc - core-grpc_services-cancelation - core-grpc_services-auth_processor - ydb-core-health_check - ydb-core-io_formats - core-kesus-tablet - core-kqp-common - ydb-core-protos - ydb-core-scheme - ydb-core-sys_view - ydb-core-tx - core-tx-datashard - core-tx-sharding - tx-long_tx_service-public - core-tx-data_events - ydb-core-ydb_convert - ydb-core-security - ydb-library-aclib - ydb-library-binary_json - ydb-library-dynumber - ydb-library-mkql_proto - library-persqueue-topic_parser - parser-pg_wrapper-interface - yql-public-types - yql-public-issue - ydb-library-services - api-grpc-draft - api-protos - public-lib-fq - public-lib-operation_id - cpp-client-resources - services-ext_index-common -) -target_sources(ydb-core-grpc_services PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/audit_log.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/audit_dml_operations.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/grpc_endpoint_publish_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/grpc_helper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/grpc_mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/grpc_publisher_service_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/grpc_request_proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/grpc_request_proxy_simple.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/local_rate_limiter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/operation_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/resolve_local_db_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_alter_coordination_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_alter_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_begin_transaction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_calls.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_cancel_operation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_cms.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_commit_transaction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_dynamic_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_copy_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_copy_tables.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_export.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_create_coordination_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_create_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_describe_coordination_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_describe_path.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_describe_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_describe_table_options.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_drop_coordination_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_drop_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_discovery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_execute_data_query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_execute_scheme_query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_execute_yql_script.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_explain_yql_script.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_explain_data_query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_forget_operation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_fq_internal.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_fq.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_get_operation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_get_shard_locations.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_import.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_import_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_keep_alive.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_keyvalue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_kh_describe.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_kh_snapshots.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_kqp_base.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_list_operations.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_login.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_load_rows.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_log_store.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_long_tx.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_node_registration.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_maintenance.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_make_directory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_modify_permissions.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_monitoring.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_prepare_data_query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_rate_limiter_api.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_read_columns.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_read_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_read_rows.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_remove_directory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_rename_tables.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_rollback_transaction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_scheme_base.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_stream_execute_scan_query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_stream_execute_yql_script.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_whoami.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/table_settings.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_common/rpc_common_kqp_session.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/query/rpc_execute_query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/query/rpc_execute_script.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/query/rpc_fetch_script_results.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/query/rpc_attach_session.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/query/rpc_kqp_tx.cpp -) diff --git a/contrib/ydb/core/grpc_services/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/grpc_services/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 561821d9fbf..00000000000 --- a/contrib/ydb/core/grpc_services/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,149 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(auth_processor) -add_subdirectory(base) -add_subdirectory(cancelation) -add_subdirectory(counters) -add_subdirectory(local_rpc) - -add_library(ydb-core-grpc_services) -target_compile_options(ydb-core-grpc_services PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-grpc_services PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-xxhash - library-cpp-cgiparam - cpp-digest-old_crc - ydb-core-actorlib_impl - ydb-core-audit - ydb-core-base - ydb-core-control - ydb-core-discovery - ydb-core-engine - ydb-core-formats - fq-libs-actors - fq-libs-control_plane_proxy - libs-control_plane_proxy-events - core-grpc_services-base - core-grpc_services-counters - core-grpc_services-local_rpc - core-grpc_services-cancelation - core-grpc_services-auth_processor - ydb-core-health_check - ydb-core-io_formats - core-kesus-tablet - core-kqp-common - ydb-core-protos - ydb-core-scheme - ydb-core-sys_view - ydb-core-tx - core-tx-datashard - core-tx-sharding - tx-long_tx_service-public - core-tx-data_events - ydb-core-ydb_convert - ydb-core-security - ydb-library-aclib - ydb-library-binary_json - ydb-library-dynumber - ydb-library-mkql_proto - library-persqueue-topic_parser - parser-pg_wrapper-interface - yql-public-types - yql-public-issue - ydb-library-services - api-grpc-draft - api-protos - public-lib-fq - public-lib-operation_id - cpp-client-resources - services-ext_index-common -) -target_sources(ydb-core-grpc_services PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/audit_log.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/audit_dml_operations.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/grpc_endpoint_publish_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/grpc_helper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/grpc_mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/grpc_publisher_service_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/grpc_request_proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/grpc_request_proxy_simple.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/local_rate_limiter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/operation_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/resolve_local_db_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_alter_coordination_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_alter_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_begin_transaction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_calls.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_cancel_operation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_cms.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_commit_transaction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_dynamic_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_copy_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_copy_tables.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_export.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_create_coordination_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_create_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_describe_coordination_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_describe_path.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_describe_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_describe_table_options.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_drop_coordination_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_drop_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_discovery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_execute_data_query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_execute_scheme_query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_execute_yql_script.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_explain_yql_script.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_explain_data_query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_forget_operation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_fq_internal.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_fq.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_get_operation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_get_shard_locations.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_import.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_import_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_keep_alive.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_keyvalue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_kh_describe.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_kh_snapshots.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_kqp_base.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_list_operations.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_login.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_load_rows.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_log_store.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_long_tx.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_node_registration.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_maintenance.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_make_directory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_modify_permissions.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_monitoring.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_prepare_data_query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_rate_limiter_api.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_read_columns.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_read_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_read_rows.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_remove_directory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_rename_tables.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_rollback_transaction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_scheme_base.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_stream_execute_scan_query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_stream_execute_yql_script.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_whoami.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/table_settings.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_common/rpc_common_kqp_session.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/query/rpc_execute_query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/query/rpc_execute_script.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/query/rpc_fetch_script_results.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/query/rpc_attach_session.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/query/rpc_kqp_tx.cpp -) diff --git a/contrib/ydb/core/grpc_services/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/grpc_services/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 561821d9fbf..00000000000 --- a/contrib/ydb/core/grpc_services/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,149 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(auth_processor) -add_subdirectory(base) -add_subdirectory(cancelation) -add_subdirectory(counters) -add_subdirectory(local_rpc) - -add_library(ydb-core-grpc_services) -target_compile_options(ydb-core-grpc_services PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-grpc_services PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-xxhash - library-cpp-cgiparam - cpp-digest-old_crc - ydb-core-actorlib_impl - ydb-core-audit - ydb-core-base - ydb-core-control - ydb-core-discovery - ydb-core-engine - ydb-core-formats - fq-libs-actors - fq-libs-control_plane_proxy - libs-control_plane_proxy-events - core-grpc_services-base - core-grpc_services-counters - core-grpc_services-local_rpc - core-grpc_services-cancelation - core-grpc_services-auth_processor - ydb-core-health_check - ydb-core-io_formats - core-kesus-tablet - core-kqp-common - ydb-core-protos - ydb-core-scheme - ydb-core-sys_view - ydb-core-tx - core-tx-datashard - core-tx-sharding - tx-long_tx_service-public - core-tx-data_events - ydb-core-ydb_convert - ydb-core-security - ydb-library-aclib - ydb-library-binary_json - ydb-library-dynumber - ydb-library-mkql_proto - library-persqueue-topic_parser - parser-pg_wrapper-interface - yql-public-types - yql-public-issue - ydb-library-services - api-grpc-draft - api-protos - public-lib-fq - public-lib-operation_id - cpp-client-resources - services-ext_index-common -) -target_sources(ydb-core-grpc_services PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/audit_log.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/audit_dml_operations.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/grpc_endpoint_publish_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/grpc_helper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/grpc_mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/grpc_publisher_service_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/grpc_request_proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/grpc_request_proxy_simple.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/local_rate_limiter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/operation_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/resolve_local_db_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_alter_coordination_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_alter_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_begin_transaction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_calls.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_cancel_operation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_cms.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_commit_transaction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_dynamic_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_copy_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_copy_tables.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_export.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_create_coordination_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_create_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_describe_coordination_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_describe_path.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_describe_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_describe_table_options.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_drop_coordination_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_drop_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_discovery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_execute_data_query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_execute_scheme_query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_execute_yql_script.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_explain_yql_script.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_explain_data_query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_forget_operation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_fq_internal.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_fq.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_get_operation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_get_shard_locations.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_import.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_import_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_keep_alive.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_keyvalue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_kh_describe.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_kh_snapshots.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_kqp_base.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_list_operations.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_login.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_load_rows.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_log_store.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_long_tx.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_node_registration.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_maintenance.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_make_directory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_modify_permissions.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_monitoring.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_prepare_data_query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_rate_limiter_api.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_read_columns.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_read_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_read_rows.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_remove_directory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_rename_tables.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_rollback_transaction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_scheme_base.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_stream_execute_scan_query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_stream_execute_yql_script.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_whoami.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/table_settings.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_common/rpc_common_kqp_session.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/query/rpc_execute_query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/query/rpc_execute_script.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/query/rpc_fetch_script_results.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/query/rpc_attach_session.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/query/rpc_kqp_tx.cpp -) diff --git a/contrib/ydb/core/grpc_services/CMakeLists.txt b/contrib/ydb/core/grpc_services/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/grpc_services/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/grpc_services/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/grpc_services/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 76b6577f86f..00000000000 --- a/contrib/ydb/core/grpc_services/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,148 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(auth_processor) -add_subdirectory(base) -add_subdirectory(cancelation) -add_subdirectory(counters) -add_subdirectory(local_rpc) - -add_library(ydb-core-grpc_services) -target_compile_options(ydb-core-grpc_services PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-grpc_services PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-xxhash - library-cpp-cgiparam - cpp-digest-old_crc - ydb-core-actorlib_impl - ydb-core-audit - ydb-core-base - ydb-core-control - ydb-core-discovery - ydb-core-engine - ydb-core-formats - fq-libs-actors - fq-libs-control_plane_proxy - libs-control_plane_proxy-events - core-grpc_services-base - core-grpc_services-counters - core-grpc_services-local_rpc - core-grpc_services-cancelation - core-grpc_services-auth_processor - ydb-core-health_check - ydb-core-io_formats - core-kesus-tablet - core-kqp-common - ydb-core-protos - ydb-core-scheme - ydb-core-sys_view - ydb-core-tx - core-tx-datashard - core-tx-sharding - tx-long_tx_service-public - core-tx-data_events - ydb-core-ydb_convert - ydb-core-security - ydb-library-aclib - ydb-library-binary_json - ydb-library-dynumber - ydb-library-mkql_proto - library-persqueue-topic_parser - parser-pg_wrapper-interface - yql-public-types - yql-public-issue - ydb-library-services - api-grpc-draft - api-protos - public-lib-fq - public-lib-operation_id - cpp-client-resources - services-ext_index-common -) -target_sources(ydb-core-grpc_services PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/audit_log.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/audit_dml_operations.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/grpc_endpoint_publish_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/grpc_helper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/grpc_mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/grpc_publisher_service_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/grpc_request_proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/grpc_request_proxy_simple.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/local_rate_limiter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/operation_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/resolve_local_db_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_alter_coordination_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_alter_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_begin_transaction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_calls.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_cancel_operation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_cms.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_commit_transaction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_dynamic_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_copy_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_copy_tables.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_export.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_create_coordination_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_create_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_describe_coordination_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_describe_path.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_describe_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_describe_table_options.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_drop_coordination_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_drop_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_discovery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_execute_data_query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_execute_scheme_query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_execute_yql_script.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_explain_yql_script.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_explain_data_query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_forget_operation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_fq_internal.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_fq.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_get_operation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_get_shard_locations.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_import.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_import_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_keep_alive.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_keyvalue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_kh_describe.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_kh_snapshots.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_kqp_base.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_list_operations.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_login.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_load_rows.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_log_store.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_long_tx.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_node_registration.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_maintenance.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_make_directory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_modify_permissions.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_monitoring.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_prepare_data_query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_rate_limiter_api.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_read_columns.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_read_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_read_rows.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_remove_directory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_rename_tables.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_rollback_transaction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_scheme_base.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_stream_execute_scan_query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_stream_execute_yql_script.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_whoami.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/table_settings.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/rpc_common/rpc_common_kqp_session.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/query/rpc_execute_query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/query/rpc_execute_script.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/query/rpc_fetch_script_results.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/query/rpc_attach_session.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/query/rpc_kqp_tx.cpp -) diff --git a/contrib/ydb/core/grpc_services/auth_processor/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/grpc_services/auth_processor/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index fe89b0c7acb..00000000000 --- a/contrib/ydb/core/grpc_services/auth_processor/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(core-grpc_services-auth_processor) -target_link_libraries(core-grpc_services-auth_processor PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-openssl -) -target_sources(core-grpc_services-auth_processor PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/auth_processor/dynamic_node_auth_processor.cpp -) diff --git a/contrib/ydb/core/grpc_services/auth_processor/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/grpc_services/auth_processor/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 76320f423e1..00000000000 --- a/contrib/ydb/core/grpc_services/auth_processor/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(core-grpc_services-auth_processor) -target_link_libraries(core-grpc_services-auth_processor PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-openssl -) -target_sources(core-grpc_services-auth_processor PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/auth_processor/dynamic_node_auth_processor.cpp -) diff --git a/contrib/ydb/core/grpc_services/auth_processor/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/grpc_services/auth_processor/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 76320f423e1..00000000000 --- a/contrib/ydb/core/grpc_services/auth_processor/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(core-grpc_services-auth_processor) -target_link_libraries(core-grpc_services-auth_processor PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-openssl -) -target_sources(core-grpc_services-auth_processor PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/auth_processor/dynamic_node_auth_processor.cpp -) diff --git a/contrib/ydb/core/grpc_services/auth_processor/CMakeLists.txt b/contrib/ydb/core/grpc_services/auth_processor/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/grpc_services/auth_processor/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/grpc_services/auth_processor/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/grpc_services/auth_processor/CMakeLists.windows-x86_64.txt deleted file mode 100644 index fe89b0c7acb..00000000000 --- a/contrib/ydb/core/grpc_services/auth_processor/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(core-grpc_services-auth_processor) -target_link_libraries(core-grpc_services-auth_processor PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-openssl -) -target_sources(core-grpc_services-auth_processor PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/auth_processor/dynamic_node_auth_processor.cpp -) diff --git a/contrib/ydb/core/grpc_services/base/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/grpc_services/base/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 25d885cac0c..00000000000 --- a/contrib/ydb/core/grpc_services/base/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(core-grpc_services-base INTERFACE) -target_link_libraries(core-grpc_services-base INTERFACE - contrib-libs-cxxsupp - yutil - library-grpc-server - cpp-string_utils-quote - ydb-core-base - core-grpc_services-counters - ydb-core-grpc_streaming - api-protos - cpp-client-resources - yql-public-issue -) diff --git a/contrib/ydb/core/grpc_services/base/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/grpc_services/base/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 386b4dba850..00000000000 --- a/contrib/ydb/core/grpc_services/base/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(core-grpc_services-base INTERFACE) -target_link_libraries(core-grpc_services-base INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-grpc-server - cpp-string_utils-quote - ydb-core-base - core-grpc_services-counters - ydb-core-grpc_streaming - api-protos - cpp-client-resources - yql-public-issue -) diff --git a/contrib/ydb/core/grpc_services/base/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/grpc_services/base/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 386b4dba850..00000000000 --- a/contrib/ydb/core/grpc_services/base/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(core-grpc_services-base INTERFACE) -target_link_libraries(core-grpc_services-base INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-grpc-server - cpp-string_utils-quote - ydb-core-base - core-grpc_services-counters - ydb-core-grpc_streaming - api-protos - cpp-client-resources - yql-public-issue -) diff --git a/contrib/ydb/core/grpc_services/base/CMakeLists.txt b/contrib/ydb/core/grpc_services/base/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/grpc_services/base/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/grpc_services/base/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/grpc_services/base/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 25d885cac0c..00000000000 --- a/contrib/ydb/core/grpc_services/base/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(core-grpc_services-base INTERFACE) -target_link_libraries(core-grpc_services-base INTERFACE - contrib-libs-cxxsupp - yutil - library-grpc-server - cpp-string_utils-quote - ydb-core-base - core-grpc_services-counters - ydb-core-grpc_streaming - api-protos - cpp-client-resources - yql-public-issue -) diff --git a/contrib/ydb/core/grpc_services/cancelation/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/grpc_services/cancelation/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 218c88381e0..00000000000 --- a/contrib/ydb/core/grpc_services/cancelation/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(protos) - -add_library(core-grpc_services-cancelation) -target_link_libraries(core-grpc_services-cancelation PUBLIC - contrib-libs-cxxsupp - yutil - grpc_services-cancelation-protos - core-grpc_services-base - ydb-core-protos -) -target_sources(core-grpc_services-cancelation PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/cancelation/cancelation.cpp -) diff --git a/contrib/ydb/core/grpc_services/cancelation/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/grpc_services/cancelation/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 399a19e48b2..00000000000 --- a/contrib/ydb/core/grpc_services/cancelation/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(protos) - -add_library(core-grpc_services-cancelation) -target_link_libraries(core-grpc_services-cancelation PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - grpc_services-cancelation-protos - core-grpc_services-base - ydb-core-protos -) -target_sources(core-grpc_services-cancelation PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/cancelation/cancelation.cpp -) diff --git a/contrib/ydb/core/grpc_services/cancelation/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/grpc_services/cancelation/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 399a19e48b2..00000000000 --- a/contrib/ydb/core/grpc_services/cancelation/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(protos) - -add_library(core-grpc_services-cancelation) -target_link_libraries(core-grpc_services-cancelation PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - grpc_services-cancelation-protos - core-grpc_services-base - ydb-core-protos -) -target_sources(core-grpc_services-cancelation PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/cancelation/cancelation.cpp -) diff --git a/contrib/ydb/core/grpc_services/cancelation/CMakeLists.txt b/contrib/ydb/core/grpc_services/cancelation/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/grpc_services/cancelation/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/grpc_services/cancelation/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/grpc_services/cancelation/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 218c88381e0..00000000000 --- a/contrib/ydb/core/grpc_services/cancelation/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(protos) - -add_library(core-grpc_services-cancelation) -target_link_libraries(core-grpc_services-cancelation PUBLIC - contrib-libs-cxxsupp - yutil - grpc_services-cancelation-protos - core-grpc_services-base - ydb-core-protos -) -target_sources(core-grpc_services-cancelation PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/cancelation/cancelation.cpp -) diff --git a/contrib/ydb/core/grpc_services/cancelation/protos/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/grpc_services/cancelation/protos/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 50d877e6022..00000000000 --- a/contrib/ydb/core/grpc_services/cancelation/protos/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(grpc_services-cancelation-protos) -target_link_libraries(grpc_services-cancelation-protos PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-protos - contrib-libs-protobuf -) -target_proto_messages(grpc_services-cancelation-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/cancelation/protos/event.proto -) -target_proto_addincls(grpc_services-cancelation-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(grpc_services-cancelation-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/grpc_services/cancelation/protos/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/grpc_services/cancelation/protos/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 08eca150ff4..00000000000 --- a/contrib/ydb/core/grpc_services/cancelation/protos/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(grpc_services-cancelation-protos) -target_link_libraries(grpc_services-cancelation-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-protos - contrib-libs-protobuf -) -target_proto_messages(grpc_services-cancelation-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/cancelation/protos/event.proto -) -target_proto_addincls(grpc_services-cancelation-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(grpc_services-cancelation-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/grpc_services/cancelation/protos/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/grpc_services/cancelation/protos/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 08eca150ff4..00000000000 --- a/contrib/ydb/core/grpc_services/cancelation/protos/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(grpc_services-cancelation-protos) -target_link_libraries(grpc_services-cancelation-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-protos - contrib-libs-protobuf -) -target_proto_messages(grpc_services-cancelation-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/cancelation/protos/event.proto -) -target_proto_addincls(grpc_services-cancelation-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(grpc_services-cancelation-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/grpc_services/cancelation/protos/CMakeLists.txt b/contrib/ydb/core/grpc_services/cancelation/protos/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/grpc_services/cancelation/protos/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/grpc_services/cancelation/protos/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/grpc_services/cancelation/protos/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 50d877e6022..00000000000 --- a/contrib/ydb/core/grpc_services/cancelation/protos/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(grpc_services-cancelation-protos) -target_link_libraries(grpc_services-cancelation-protos PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-protos - contrib-libs-protobuf -) -target_proto_messages(grpc_services-cancelation-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/cancelation/protos/event.proto -) -target_proto_addincls(grpc_services-cancelation-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(grpc_services-cancelation-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/grpc_services/counters/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/grpc_services/counters/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 514852ba337..00000000000 --- a/contrib/ydb/core/grpc_services/counters/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(core-grpc_services-counters) -target_compile_options(core-grpc_services-counters PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-grpc_services-counters PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-protos - core-sys_view-service -) -target_sources(core-grpc_services-counters PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/counters/counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/counters/proxy_counters.cpp -) diff --git a/contrib/ydb/core/grpc_services/counters/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/grpc_services/counters/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 7b0c6d77eb2..00000000000 --- a/contrib/ydb/core/grpc_services/counters/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(core-grpc_services-counters) -target_compile_options(core-grpc_services-counters PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-grpc_services-counters PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-protos - core-sys_view-service -) -target_sources(core-grpc_services-counters PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/counters/counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/counters/proxy_counters.cpp -) diff --git a/contrib/ydb/core/grpc_services/counters/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/grpc_services/counters/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 7b0c6d77eb2..00000000000 --- a/contrib/ydb/core/grpc_services/counters/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(core-grpc_services-counters) -target_compile_options(core-grpc_services-counters PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-grpc_services-counters PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-protos - core-sys_view-service -) -target_sources(core-grpc_services-counters PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/counters/counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/counters/proxy_counters.cpp -) diff --git a/contrib/ydb/core/grpc_services/counters/CMakeLists.txt b/contrib/ydb/core/grpc_services/counters/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/grpc_services/counters/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/grpc_services/counters/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/grpc_services/counters/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 514852ba337..00000000000 --- a/contrib/ydb/core/grpc_services/counters/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(core-grpc_services-counters) -target_compile_options(core-grpc_services-counters PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-grpc_services-counters PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-protos - core-sys_view-service -) -target_sources(core-grpc_services-counters PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/counters/counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_services/counters/proxy_counters.cpp -) diff --git a/contrib/ydb/core/grpc_services/local_rpc/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/grpc_services/local_rpc/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index f446f668462..00000000000 --- a/contrib/ydb/core/grpc_services/local_rpc/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(core-grpc_services-local_rpc INTERFACE) -target_link_libraries(core-grpc_services-local_rpc INTERFACE - contrib-libs-cxxsupp - yutil - ydb-core-base - core-grpc_services-base -) diff --git a/contrib/ydb/core/grpc_services/local_rpc/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/grpc_services/local_rpc/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e93f011dede..00000000000 --- a/contrib/ydb/core/grpc_services/local_rpc/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(core-grpc_services-local_rpc INTERFACE) -target_link_libraries(core-grpc_services-local_rpc INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - core-grpc_services-base -) diff --git a/contrib/ydb/core/grpc_services/local_rpc/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/grpc_services/local_rpc/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e93f011dede..00000000000 --- a/contrib/ydb/core/grpc_services/local_rpc/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(core-grpc_services-local_rpc INTERFACE) -target_link_libraries(core-grpc_services-local_rpc INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - core-grpc_services-base -) diff --git a/contrib/ydb/core/grpc_services/local_rpc/CMakeLists.txt b/contrib/ydb/core/grpc_services/local_rpc/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/grpc_services/local_rpc/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/grpc_services/local_rpc/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/grpc_services/local_rpc/CMakeLists.windows-x86_64.txt deleted file mode 100644 index f446f668462..00000000000 --- a/contrib/ydb/core/grpc_services/local_rpc/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(core-grpc_services-local_rpc INTERFACE) -target_link_libraries(core-grpc_services-local_rpc INTERFACE - contrib-libs-cxxsupp - yutil - ydb-core-base - core-grpc_services-base -) diff --git a/contrib/ydb/core/grpc_streaming/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/grpc_streaming/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 587af5db9db..00000000000 --- a/contrib/ydb/core/grpc_streaming/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(ydb-core-grpc_streaming) -target_link_libraries(ydb-core-grpc_streaming PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - library-actors-core - library-grpc-server - ydb-core-base -) -target_sources(ydb-core-grpc_streaming PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_streaming/grpc_streaming.cpp -) diff --git a/contrib/ydb/core/grpc_streaming/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/grpc_streaming/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 5834c8231a9..00000000000 --- a/contrib/ydb/core/grpc_streaming/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(ydb-core-grpc_streaming) -target_link_libraries(ydb-core-grpc_streaming PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - library-actors-core - library-grpc-server - ydb-core-base -) -target_sources(ydb-core-grpc_streaming PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_streaming/grpc_streaming.cpp -) diff --git a/contrib/ydb/core/grpc_streaming/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/grpc_streaming/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 5834c8231a9..00000000000 --- a/contrib/ydb/core/grpc_streaming/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(ydb-core-grpc_streaming) -target_link_libraries(ydb-core-grpc_streaming PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - library-actors-core - library-grpc-server - ydb-core-base -) -target_sources(ydb-core-grpc_streaming PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_streaming/grpc_streaming.cpp -) diff --git a/contrib/ydb/core/grpc_streaming/CMakeLists.txt b/contrib/ydb/core/grpc_streaming/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/grpc_streaming/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/grpc_streaming/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/grpc_streaming/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 587af5db9db..00000000000 --- a/contrib/ydb/core/grpc_streaming/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(ydb-core-grpc_streaming) -target_link_libraries(ydb-core-grpc_streaming PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - library-actors-core - library-grpc-server - ydb-core-base -) -target_sources(ydb-core-grpc_streaming PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/grpc_streaming/grpc_streaming.cpp -) diff --git a/contrib/ydb/core/health_check/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/health_check/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c0c1ccb2243..00000000000 --- a/contrib/ydb/core/health_check/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(ydb-core-health_check) -target_link_libraries(ydb-core-health_check PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - core-blobstorage-base - ydb-library-aclib - api-protos - api-grpc - public-issue-protos -) -target_sources(ydb-core-health_check PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/health_check/health_check.cpp -) diff --git a/contrib/ydb/core/health_check/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/health_check/CMakeLists.linux-aarch64.txt deleted file mode 100644 index faede356217..00000000000 --- a/contrib/ydb/core/health_check/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(ydb-core-health_check) -target_link_libraries(ydb-core-health_check PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - core-blobstorage-base - ydb-library-aclib - api-protos - api-grpc - public-issue-protos -) -target_sources(ydb-core-health_check PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/health_check/health_check.cpp -) diff --git a/contrib/ydb/core/health_check/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/health_check/CMakeLists.linux-x86_64.txt deleted file mode 100644 index faede356217..00000000000 --- a/contrib/ydb/core/health_check/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(ydb-core-health_check) -target_link_libraries(ydb-core-health_check PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - core-blobstorage-base - ydb-library-aclib - api-protos - api-grpc - public-issue-protos -) -target_sources(ydb-core-health_check PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/health_check/health_check.cpp -) diff --git a/contrib/ydb/core/health_check/CMakeLists.txt b/contrib/ydb/core/health_check/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/health_check/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/health_check/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/health_check/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c0c1ccb2243..00000000000 --- a/contrib/ydb/core/health_check/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(ydb-core-health_check) -target_link_libraries(ydb-core-health_check PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - core-blobstorage-base - ydb-library-aclib - api-protos - api-grpc - public-issue-protos -) -target_sources(ydb-core-health_check PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/health_check/health_check.cpp -) diff --git a/contrib/ydb/core/http_proxy/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/http_proxy/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 0c2e4502719..00000000000 --- a/contrib/ydb/core/http_proxy/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(ydb-core-http_proxy) -target_compile_options(ydb-core-http_proxy PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-http_proxy PUBLIC - contrib-libs-cxxsupp - yutil - contrib-restricted-nlohmann_json - library-actors-http - library-actors-core - ydb-core-base - ydb-core-protos - core-grpc_services-local_rpc - ydb-core-security - yql-public-issue - library-http_proxy-authorization - library-http_proxy-error - library-ycloud-api - library-ycloud-impl - ydb-library-naming_conventions - cpp-client-ydb_datastreams - cpp-client-ydb_persqueue_core - client-ydb_persqueue_public-codecs - cpp-client-iam_private - ydb-services-datastreams - services-persqueue_v1-actors - api-grpc - api-protos -) -target_sources(ydb-core-http_proxy PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/http_proxy/auth_factory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/http_proxy/discovery_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/http_proxy/exceptions_mapping.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/http_proxy/grpc_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/http_proxy/http_req.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/http_proxy/http_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/http_proxy/metrics_actor.cpp -) diff --git a/contrib/ydb/core/http_proxy/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/http_proxy/CMakeLists.linux-aarch64.txt deleted file mode 100644 index dbb38df077e..00000000000 --- a/contrib/ydb/core/http_proxy/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(ydb-core-http_proxy) -target_compile_options(ydb-core-http_proxy PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-http_proxy PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-restricted-nlohmann_json - library-actors-http - library-actors-core - ydb-core-base - ydb-core-protos - core-grpc_services-local_rpc - ydb-core-security - yql-public-issue - library-http_proxy-authorization - library-http_proxy-error - library-ycloud-api - library-ycloud-impl - ydb-library-naming_conventions - cpp-client-ydb_datastreams - cpp-client-ydb_persqueue_core - client-ydb_persqueue_public-codecs - cpp-client-iam_private - ydb-services-datastreams - services-persqueue_v1-actors - api-grpc - api-protos -) -target_sources(ydb-core-http_proxy PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/http_proxy/auth_factory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/http_proxy/discovery_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/http_proxy/exceptions_mapping.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/http_proxy/grpc_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/http_proxy/http_req.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/http_proxy/http_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/http_proxy/metrics_actor.cpp -) diff --git a/contrib/ydb/core/http_proxy/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/http_proxy/CMakeLists.linux-x86_64.txt deleted file mode 100644 index dbb38df077e..00000000000 --- a/contrib/ydb/core/http_proxy/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(ydb-core-http_proxy) -target_compile_options(ydb-core-http_proxy PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-http_proxy PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-restricted-nlohmann_json - library-actors-http - library-actors-core - ydb-core-base - ydb-core-protos - core-grpc_services-local_rpc - ydb-core-security - yql-public-issue - library-http_proxy-authorization - library-http_proxy-error - library-ycloud-api - library-ycloud-impl - ydb-library-naming_conventions - cpp-client-ydb_datastreams - cpp-client-ydb_persqueue_core - client-ydb_persqueue_public-codecs - cpp-client-iam_private - ydb-services-datastreams - services-persqueue_v1-actors - api-grpc - api-protos -) -target_sources(ydb-core-http_proxy PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/http_proxy/auth_factory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/http_proxy/discovery_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/http_proxy/exceptions_mapping.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/http_proxy/grpc_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/http_proxy/http_req.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/http_proxy/http_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/http_proxy/metrics_actor.cpp -) diff --git a/contrib/ydb/core/http_proxy/CMakeLists.txt b/contrib/ydb/core/http_proxy/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/http_proxy/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/http_proxy/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/http_proxy/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 0c2e4502719..00000000000 --- a/contrib/ydb/core/http_proxy/CMakeLists.windows-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(ydb-core-http_proxy) -target_compile_options(ydb-core-http_proxy PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-http_proxy PUBLIC - contrib-libs-cxxsupp - yutil - contrib-restricted-nlohmann_json - library-actors-http - library-actors-core - ydb-core-base - ydb-core-protos - core-grpc_services-local_rpc - ydb-core-security - yql-public-issue - library-http_proxy-authorization - library-http_proxy-error - library-ycloud-api - library-ycloud-impl - ydb-library-naming_conventions - cpp-client-ydb_datastreams - cpp-client-ydb_persqueue_core - client-ydb_persqueue_public-codecs - cpp-client-iam_private - ydb-services-datastreams - services-persqueue_v1-actors - api-grpc - api-protos -) -target_sources(ydb-core-http_proxy PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/http_proxy/auth_factory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/http_proxy/discovery_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/http_proxy/exceptions_mapping.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/http_proxy/grpc_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/http_proxy/http_req.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/http_proxy/http_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/http_proxy/metrics_actor.cpp -) diff --git a/contrib/ydb/core/io_formats/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/io_formats/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 96fdbce9457..00000000000 --- a/contrib/ydb/core/io_formats/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(ydb-core-io_formats) -target_compile_options(ydb-core-io_formats PRIVATE - -Wno-unused-parameter - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-io_formats PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-double-conversion - cpp-string_utils-quote - core-formats-arrow - ydb-core-scheme - ydb-library-binary_json - ydb-library-dynumber - yql-minikql-dom - yql-public-decimal - yql-public-udf - library-yql-utils - public-lib-scheme_types -) -target_sources(ydb-core-io_formats PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/io_formats/csv_ydb_dump.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/io_formats/csv_arrow.cpp -) diff --git a/contrib/ydb/core/io_formats/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/io_formats/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 694fd0a8d3e..00000000000 --- a/contrib/ydb/core/io_formats/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(ydb-core-io_formats) -target_compile_options(ydb-core-io_formats PRIVATE - -Wno-unused-parameter - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-io_formats PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-double-conversion - cpp-string_utils-quote - core-formats-arrow - ydb-core-scheme - ydb-library-binary_json - ydb-library-dynumber - yql-minikql-dom - yql-public-decimal - yql-public-udf - library-yql-utils - public-lib-scheme_types -) -target_sources(ydb-core-io_formats PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/io_formats/csv_ydb_dump.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/io_formats/csv_arrow.cpp -) diff --git a/contrib/ydb/core/io_formats/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/io_formats/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 694fd0a8d3e..00000000000 --- a/contrib/ydb/core/io_formats/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(ydb-core-io_formats) -target_compile_options(ydb-core-io_formats PRIVATE - -Wno-unused-parameter - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-io_formats PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-double-conversion - cpp-string_utils-quote - core-formats-arrow - ydb-core-scheme - ydb-library-binary_json - ydb-library-dynumber - yql-minikql-dom - yql-public-decimal - yql-public-udf - library-yql-utils - public-lib-scheme_types -) -target_sources(ydb-core-io_formats PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/io_formats/csv_ydb_dump.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/io_formats/csv_arrow.cpp -) diff --git a/contrib/ydb/core/io_formats/CMakeLists.txt b/contrib/ydb/core/io_formats/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/io_formats/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/io_formats/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/io_formats/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 96fdbce9457..00000000000 --- a/contrib/ydb/core/io_formats/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(ydb-core-io_formats) -target_compile_options(ydb-core-io_formats PRIVATE - -Wno-unused-parameter - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-io_formats PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-double-conversion - cpp-string_utils-quote - core-formats-arrow - ydb-core-scheme - ydb-library-binary_json - ydb-library-dynumber - yql-minikql-dom - yql-public-decimal - yql-public-udf - library-yql-utils - public-lib-scheme_types -) -target_sources(ydb-core-io_formats PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/io_formats/csv_ydb_dump.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/io_formats/csv_arrow.cpp -) diff --git a/contrib/ydb/core/kafka_proxy/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/kafka_proxy/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 840ee91777e..00000000000 --- a/contrib/ydb/core/kafka_proxy/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,54 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(ydb-core-kafka_proxy) -target_link_libraries(ydb-core-kafka_proxy PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-actors-core - library-actors-protos - ydb-core-base - ydb-core-protos - ydb-core-raw_socket - ydb-services-persqueue_v1 -) -target_sources(ydb-core-kafka_proxy PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/actors/kafka_api_versions_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/actors/kafka_init_producer_id_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/actors/kafka_metadata_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/actors/kafka_produce_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/actors/kafka_sasl_auth_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/actors/kafka_sasl_handshake_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/actors/kafka_metrics_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/actors/kafka_list_offsets_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/actors/kafka_topic_offsets_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/actors/kafka_fetch_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/actors/kafka_find_coordinator_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/actors/kafka_read_session_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/actors/kafka_offset_fetch_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/actors/kafka_offset_commit_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/kafka_connection.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/kafka_messages.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/kafka_messages_int.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/kafka_records.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/kafka_consumer_protocol.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/kafka_metrics.cpp -) -generate_enum_serilization(ydb-core-kafka_proxy - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/kafka.h - INCLUDE_HEADERS - contrib/ydb/core/kafka_proxy/kafka.h -) diff --git a/contrib/ydb/core/kafka_proxy/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/kafka_proxy/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 8665f845d88..00000000000 --- a/contrib/ydb/core/kafka_proxy/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(ydb-core-kafka_proxy) -target_link_libraries(ydb-core-kafka_proxy PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-actors-core - library-actors-protos - ydb-core-base - ydb-core-protos - ydb-core-raw_socket - ydb-services-persqueue_v1 -) -target_sources(ydb-core-kafka_proxy PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/actors/kafka_api_versions_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/actors/kafka_init_producer_id_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/actors/kafka_metadata_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/actors/kafka_produce_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/actors/kafka_sasl_auth_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/actors/kafka_sasl_handshake_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/actors/kafka_metrics_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/actors/kafka_list_offsets_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/actors/kafka_topic_offsets_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/actors/kafka_fetch_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/actors/kafka_find_coordinator_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/actors/kafka_read_session_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/actors/kafka_offset_fetch_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/actors/kafka_offset_commit_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/kafka_connection.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/kafka_messages.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/kafka_messages_int.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/kafka_records.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/kafka_consumer_protocol.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/kafka_metrics.cpp -) -generate_enum_serilization(ydb-core-kafka_proxy - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/kafka.h - INCLUDE_HEADERS - contrib/ydb/core/kafka_proxy/kafka.h -) diff --git a/contrib/ydb/core/kafka_proxy/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/kafka_proxy/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 8665f845d88..00000000000 --- a/contrib/ydb/core/kafka_proxy/CMakeLists.linux-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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(ydb-core-kafka_proxy) -target_link_libraries(ydb-core-kafka_proxy PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-actors-core - library-actors-protos - ydb-core-base - ydb-core-protos - ydb-core-raw_socket - ydb-services-persqueue_v1 -) -target_sources(ydb-core-kafka_proxy PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/actors/kafka_api_versions_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/actors/kafka_init_producer_id_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/actors/kafka_metadata_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/actors/kafka_produce_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/actors/kafka_sasl_auth_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/actors/kafka_sasl_handshake_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/actors/kafka_metrics_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/actors/kafka_list_offsets_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/actors/kafka_topic_offsets_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/actors/kafka_fetch_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/actors/kafka_find_coordinator_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/actors/kafka_read_session_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/actors/kafka_offset_fetch_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/actors/kafka_offset_commit_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/kafka_connection.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/kafka_messages.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/kafka_messages_int.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/kafka_records.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/kafka_consumer_protocol.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/kafka_metrics.cpp -) -generate_enum_serilization(ydb-core-kafka_proxy - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/kafka.h - INCLUDE_HEADERS - contrib/ydb/core/kafka_proxy/kafka.h -) diff --git a/contrib/ydb/core/kafka_proxy/CMakeLists.txt b/contrib/ydb/core/kafka_proxy/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/kafka_proxy/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/kafka_proxy/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/kafka_proxy/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 840ee91777e..00000000000 --- a/contrib/ydb/core/kafka_proxy/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,54 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(ydb-core-kafka_proxy) -target_link_libraries(ydb-core-kafka_proxy PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-actors-core - library-actors-protos - ydb-core-base - ydb-core-protos - ydb-core-raw_socket - ydb-services-persqueue_v1 -) -target_sources(ydb-core-kafka_proxy PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/actors/kafka_api_versions_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/actors/kafka_init_producer_id_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/actors/kafka_metadata_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/actors/kafka_produce_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/actors/kafka_sasl_auth_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/actors/kafka_sasl_handshake_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/actors/kafka_metrics_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/actors/kafka_list_offsets_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/actors/kafka_topic_offsets_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/actors/kafka_fetch_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/actors/kafka_find_coordinator_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/actors/kafka_read_session_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/actors/kafka_offset_fetch_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/actors/kafka_offset_commit_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/kafka_connection.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/kafka_messages.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/kafka_messages_int.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/kafka_records.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/kafka_consumer_protocol.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/kafka_metrics.cpp -) -generate_enum_serilization(ydb-core-kafka_proxy - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kafka_proxy/kafka.h - INCLUDE_HEADERS - contrib/ydb/core/kafka_proxy/kafka.h -) diff --git a/contrib/ydb/core/kesus/CMakeLists.txt b/contrib/ydb/core/kesus/CMakeLists.txt deleted file mode 100644 index a02332ebce0..00000000000 --- a/contrib/ydb/core/kesus/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(proxy) -add_subdirectory(tablet) diff --git a/contrib/ydb/core/kesus/proxy/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/kesus/proxy/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 5d51d45e902..00000000000 --- a/contrib/ydb/core/kesus/proxy/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(core-kesus-proxy) -target_link_libraries(core-kesus-proxy PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-erasure - core-kesus-tablet - ydb-core-scheme - core-tx-scheme_cache - ydb-library-services - api-protos -) -target_sources(core-kesus-proxy PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/proxy/events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/proxy/proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/proxy/proxy_actor.cpp -) diff --git a/contrib/ydb/core/kesus/proxy/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/kesus/proxy/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 20d58ce9602..00000000000 --- a/contrib/ydb/core/kesus/proxy/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(core-kesus-proxy) -target_link_libraries(core-kesus-proxy PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-erasure - core-kesus-tablet - ydb-core-scheme - core-tx-scheme_cache - ydb-library-services - api-protos -) -target_sources(core-kesus-proxy PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/proxy/events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/proxy/proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/proxy/proxy_actor.cpp -) diff --git a/contrib/ydb/core/kesus/proxy/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/kesus/proxy/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 20d58ce9602..00000000000 --- a/contrib/ydb/core/kesus/proxy/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(core-kesus-proxy) -target_link_libraries(core-kesus-proxy PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-erasure - core-kesus-tablet - ydb-core-scheme - core-tx-scheme_cache - ydb-library-services - api-protos -) -target_sources(core-kesus-proxy PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/proxy/events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/proxy/proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/proxy/proxy_actor.cpp -) diff --git a/contrib/ydb/core/kesus/proxy/CMakeLists.txt b/contrib/ydb/core/kesus/proxy/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/kesus/proxy/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/kesus/proxy/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/kesus/proxy/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 5d51d45e902..00000000000 --- a/contrib/ydb/core/kesus/proxy/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(core-kesus-proxy) -target_link_libraries(core-kesus-proxy PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-erasure - core-kesus-tablet - ydb-core-scheme - core-tx-scheme_cache - ydb-library-services - api-protos -) -target_sources(core-kesus-proxy PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/proxy/events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/proxy/proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/proxy/proxy_actor.cpp -) diff --git a/contrib/ydb/core/kesus/tablet/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/kesus/tablet/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index cd8712f0b50..00000000000 --- a/contrib/ydb/core/kesus/tablet/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,58 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(core-kesus-tablet) -target_link_libraries(core-kesus-tablet PUBLIC - contrib-libs-cxxsupp - yutil - cpp-protobuf-util - ydb-core-actorlib_impl - ydb-core-base - core-engine-minikql - ydb-core-erasure - ydb-core-metering - ydb-core-protos - ydb-core-tablet_flat - ydb-library-time_series_vec - ydb-library-services -) -target_sources(core-kesus-tablet PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/probes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/quoter_resource_tree.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/quoter_runtime.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/rate_accounting.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tablet_db.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tablet_html.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tablet_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tablet.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_config_get.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_config_set.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_dummy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_init_schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_init.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_quoter_resource_add.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_quoter_resource_delete.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_quoter_resource_describe.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_quoter_resource_update.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_self_check.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_semaphore_acquire.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_semaphore_create.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_semaphore_delete.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_semaphore_describe.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_semaphore_release.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_semaphore_timeout.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_semaphore_update.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_session_attach.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_session_destroy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_session_detach.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_session_timeout.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_sessions_describe.cpp -) diff --git a/contrib/ydb/core/kesus/tablet/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/kesus/tablet/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 4021865c88e..00000000000 --- a/contrib/ydb/core/kesus/tablet/CMakeLists.linux-aarch64.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(core-kesus-tablet) -target_link_libraries(core-kesus-tablet PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-protobuf-util - ydb-core-actorlib_impl - ydb-core-base - core-engine-minikql - ydb-core-erasure - ydb-core-metering - ydb-core-protos - ydb-core-tablet_flat - ydb-library-time_series_vec - ydb-library-services -) -target_sources(core-kesus-tablet PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/probes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/quoter_resource_tree.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/quoter_runtime.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/rate_accounting.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tablet_db.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tablet_html.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tablet_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tablet.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_config_get.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_config_set.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_dummy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_init_schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_init.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_quoter_resource_add.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_quoter_resource_delete.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_quoter_resource_describe.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_quoter_resource_update.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_self_check.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_semaphore_acquire.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_semaphore_create.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_semaphore_delete.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_semaphore_describe.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_semaphore_release.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_semaphore_timeout.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_semaphore_update.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_session_attach.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_session_destroy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_session_detach.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_session_timeout.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_sessions_describe.cpp -) diff --git a/contrib/ydb/core/kesus/tablet/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/kesus/tablet/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 4021865c88e..00000000000 --- a/contrib/ydb/core/kesus/tablet/CMakeLists.linux-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(core-kesus-tablet) -target_link_libraries(core-kesus-tablet PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-protobuf-util - ydb-core-actorlib_impl - ydb-core-base - core-engine-minikql - ydb-core-erasure - ydb-core-metering - ydb-core-protos - ydb-core-tablet_flat - ydb-library-time_series_vec - ydb-library-services -) -target_sources(core-kesus-tablet PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/probes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/quoter_resource_tree.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/quoter_runtime.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/rate_accounting.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tablet_db.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tablet_html.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tablet_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tablet.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_config_get.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_config_set.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_dummy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_init_schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_init.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_quoter_resource_add.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_quoter_resource_delete.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_quoter_resource_describe.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_quoter_resource_update.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_self_check.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_semaphore_acquire.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_semaphore_create.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_semaphore_delete.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_semaphore_describe.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_semaphore_release.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_semaphore_timeout.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_semaphore_update.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_session_attach.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_session_destroy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_session_detach.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_session_timeout.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_sessions_describe.cpp -) diff --git a/contrib/ydb/core/kesus/tablet/CMakeLists.txt b/contrib/ydb/core/kesus/tablet/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/kesus/tablet/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/kesus/tablet/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/kesus/tablet/CMakeLists.windows-x86_64.txt deleted file mode 100644 index cd8712f0b50..00000000000 --- a/contrib/ydb/core/kesus/tablet/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,58 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(core-kesus-tablet) -target_link_libraries(core-kesus-tablet PUBLIC - contrib-libs-cxxsupp - yutil - cpp-protobuf-util - ydb-core-actorlib_impl - ydb-core-base - core-engine-minikql - ydb-core-erasure - ydb-core-metering - ydb-core-protos - ydb-core-tablet_flat - ydb-library-time_series_vec - ydb-library-services -) -target_sources(core-kesus-tablet PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/probes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/quoter_resource_tree.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/quoter_runtime.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/rate_accounting.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tablet_db.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tablet_html.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tablet_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tablet.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_config_get.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_config_set.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_dummy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_init_schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_init.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_quoter_resource_add.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_quoter_resource_delete.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_quoter_resource_describe.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_quoter_resource_update.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_self_check.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_semaphore_acquire.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_semaphore_create.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_semaphore_delete.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_semaphore_describe.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_semaphore_release.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_semaphore_timeout.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_semaphore_update.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_session_attach.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_session_destroy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_session_detach.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_session_timeout.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kesus/tablet/tx_sessions_describe.cpp -) diff --git a/contrib/ydb/core/keyvalue/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/keyvalue/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 5c7a90b37d7..00000000000 --- a/contrib/ydb/core/keyvalue/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_subdirectory(protos) - -add_library(ydb-core-keyvalue) -target_link_libraries(ydb-core-keyvalue PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-protos - ydb-core-base - core-blobstorage-base - core-engine-minikql - core-keyvalue-protos - ydb-core-protos - ydb-core-tablet_flat - ydb-core-tx - ydb-core-util - public-lib-base -) -target_sources(ydb-core-keyvalue PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/keyvalue/keyvalue_collect_operation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/keyvalue/keyvalue_collector.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/keyvalue/keyvalue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/keyvalue/keyvalue_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/keyvalue/keyvalue_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/keyvalue/keyvalue_index_record.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/keyvalue/keyvalue_intermediate.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/keyvalue/keyvalue_simple_db_flat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/keyvalue/keyvalue_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/keyvalue/keyvalue_state_collect.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/keyvalue/keyvalue_storage_read_request.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/keyvalue/keyvalue_storage_request.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/keyvalue/keyvalue_stored_state_data.cpp -) diff --git a/contrib/ydb/core/keyvalue/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/keyvalue/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 0a370d6fc69..00000000000 --- a/contrib/ydb/core/keyvalue/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_subdirectory(protos) - -add_library(ydb-core-keyvalue) -target_link_libraries(ydb-core-keyvalue PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-protos - ydb-core-base - core-blobstorage-base - core-engine-minikql - core-keyvalue-protos - ydb-core-protos - ydb-core-tablet_flat - ydb-core-tx - ydb-core-util - public-lib-base -) -target_sources(ydb-core-keyvalue PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/keyvalue/keyvalue_collect_operation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/keyvalue/keyvalue_collector.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/keyvalue/keyvalue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/keyvalue/keyvalue_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/keyvalue/keyvalue_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/keyvalue/keyvalue_index_record.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/keyvalue/keyvalue_intermediate.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/keyvalue/keyvalue_simple_db_flat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/keyvalue/keyvalue_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/keyvalue/keyvalue_state_collect.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/keyvalue/keyvalue_storage_read_request.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/keyvalue/keyvalue_storage_request.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/keyvalue/keyvalue_stored_state_data.cpp -) diff --git a/contrib/ydb/core/keyvalue/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/keyvalue/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 0a370d6fc69..00000000000 --- a/contrib/ydb/core/keyvalue/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_subdirectory(protos) - -add_library(ydb-core-keyvalue) -target_link_libraries(ydb-core-keyvalue PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-protos - ydb-core-base - core-blobstorage-base - core-engine-minikql - core-keyvalue-protos - ydb-core-protos - ydb-core-tablet_flat - ydb-core-tx - ydb-core-util - public-lib-base -) -target_sources(ydb-core-keyvalue PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/keyvalue/keyvalue_collect_operation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/keyvalue/keyvalue_collector.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/keyvalue/keyvalue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/keyvalue/keyvalue_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/keyvalue/keyvalue_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/keyvalue/keyvalue_index_record.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/keyvalue/keyvalue_intermediate.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/keyvalue/keyvalue_simple_db_flat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/keyvalue/keyvalue_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/keyvalue/keyvalue_state_collect.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/keyvalue/keyvalue_storage_read_request.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/keyvalue/keyvalue_storage_request.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/keyvalue/keyvalue_stored_state_data.cpp -) diff --git a/contrib/ydb/core/keyvalue/CMakeLists.txt b/contrib/ydb/core/keyvalue/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/keyvalue/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/keyvalue/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/keyvalue/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 5c7a90b37d7..00000000000 --- a/contrib/ydb/core/keyvalue/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_subdirectory(protos) - -add_library(ydb-core-keyvalue) -target_link_libraries(ydb-core-keyvalue PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-protos - ydb-core-base - core-blobstorage-base - core-engine-minikql - core-keyvalue-protos - ydb-core-protos - ydb-core-tablet_flat - ydb-core-tx - ydb-core-util - public-lib-base -) -target_sources(ydb-core-keyvalue PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/keyvalue/keyvalue_collect_operation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/keyvalue/keyvalue_collector.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/keyvalue/keyvalue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/keyvalue/keyvalue_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/keyvalue/keyvalue_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/keyvalue/keyvalue_index_record.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/keyvalue/keyvalue_intermediate.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/keyvalue/keyvalue_simple_db_flat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/keyvalue/keyvalue_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/keyvalue/keyvalue_state_collect.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/keyvalue/keyvalue_storage_read_request.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/keyvalue/keyvalue_storage_request.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/keyvalue/keyvalue_stored_state_data.cpp -) diff --git a/contrib/ydb/core/keyvalue/protos/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/keyvalue/protos/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 3bcef0c30e3..00000000000 --- a/contrib/ydb/core/keyvalue/protos/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(core-keyvalue-protos) -target_link_libraries(core-keyvalue-protos PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(core-keyvalue-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/keyvalue/protos/events.proto -) -target_proto_addincls(core-keyvalue-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(core-keyvalue-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/keyvalue/protos/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/keyvalue/protos/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a8b892f858f..00000000000 --- a/contrib/ydb/core/keyvalue/protos/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(core-keyvalue-protos) -target_link_libraries(core-keyvalue-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(core-keyvalue-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/keyvalue/protos/events.proto -) -target_proto_addincls(core-keyvalue-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(core-keyvalue-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/keyvalue/protos/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/keyvalue/protos/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a8b892f858f..00000000000 --- a/contrib/ydb/core/keyvalue/protos/CMakeLists.linux-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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(core-keyvalue-protos) -target_link_libraries(core-keyvalue-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(core-keyvalue-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/keyvalue/protos/events.proto -) -target_proto_addincls(core-keyvalue-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(core-keyvalue-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/keyvalue/protos/CMakeLists.txt b/contrib/ydb/core/keyvalue/protos/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/keyvalue/protos/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/keyvalue/protos/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/keyvalue/protos/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 3bcef0c30e3..00000000000 --- a/contrib/ydb/core/keyvalue/protos/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(core-keyvalue-protos) -target_link_libraries(core-keyvalue-protos PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(core-keyvalue-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/keyvalue/protos/events.proto -) -target_proto_addincls(core-keyvalue-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(core-keyvalue-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/kqp/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/kqp/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 374b56f0607..00000000000 --- a/contrib/ydb/core/kqp/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,142 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(common) -add_subdirectory(compile_service) -add_subdirectory(compute_actor) -add_subdirectory(counters) -add_subdirectory(executer_actor) -add_subdirectory(expr_nodes) -add_subdirectory(federated_query) -add_subdirectory(finalize_script_service) -add_subdirectory(gateway) -add_subdirectory(host) -add_subdirectory(node_service) -add_subdirectory(opt) -add_subdirectory(provider) -add_subdirectory(proxy_service) -add_subdirectory(query_compiler) -add_subdirectory(query_data) -add_subdirectory(rm_service) -add_subdirectory(run_script_actor) -add_subdirectory(runtime) -add_subdirectory(session_actor) -add_subdirectory(topics) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(ydb-core-kqp INTERFACE) -target_link_libraries(ydb-core-kqp INTERFACE - contrib-libs-cxxsupp - yutil - libs-apache-arrow - library-actors-core - library-actors-helpers - cpp-digest-md5 - cpp-string_utils-base64 - library-actors-wilson - ydb-core-actorlib_impl - ydb-core-base - core-client-minikql_compile - ydb-core-engine - ydb-core-formats - core-grpc_services-local_rpc - core-kqp-common - core-kqp-compile_service - core-kqp-compute_actor - core-kqp-counters - core-kqp-executer_actor - core-kqp-expr_nodes - core-kqp-gateway - core-kqp-host - core-kqp-node_service - core-kqp-opt - core-kqp-provider - core-kqp-proxy_service - core-kqp-query_compiler - core-kqp-rm_service - core-kqp-runtime - core-kqp-session_actor - ydb-core-protos - core-sys_view-service - ydb-core-util - ydb-core-ydb_convert - ydb-library-aclib - core-services-mounts - yql-public-issue - yql-utils-actor_log - yql-utils-log - api-protos - public-lib-base - public-lib-operation_id - library-cpp-resource -) - -add_global_library_for(ydb-core-kqp.global ydb-core-kqp) -target_compile_options(ydb-core-kqp.global PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-kqp.global PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow - library-actors-core - library-actors-helpers - cpp-digest-md5 - cpp-string_utils-base64 - library-actors-wilson - ydb-core-actorlib_impl - ydb-core-base - core-client-minikql_compile - ydb-core-engine - ydb-core-formats - core-grpc_services-local_rpc - core-kqp-common - core-kqp-compile_service - core-kqp-compute_actor - core-kqp-counters - core-kqp-executer_actor - core-kqp-expr_nodes - core-kqp-gateway - core-kqp-host - core-kqp-node_service - core-kqp-opt - core-kqp-provider - core-kqp-proxy_service - core-kqp-query_compiler - core-kqp-rm_service - core-kqp-runtime - core-kqp-session_actor - ydb-core-protos - core-sys_view-service - ydb-core-util - ydb-core-ydb_convert - ydb-library-aclib - core-services-mounts - yql-public-issue - yql-utils-actor_log - yql-utils-log - api-protos - public-lib-base - public-lib-operation_id - library-cpp-resource -) -target_sources(ydb-core-kqp.global PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/9fd990e79bee273ec986e8b8c3a867f8.cpp -) -resources(ydb-core-kqp.global - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/9fd990e79bee273ec986e8b8c3a867f8.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/kqp_default_settings.txt - KEYS - kqp_default_settings.txt -) diff --git a/contrib/ydb/core/kqp/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/kqp/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e7d6f69a00f..00000000000 --- a/contrib/ydb/core/kqp/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,144 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(common) -add_subdirectory(compile_service) -add_subdirectory(compute_actor) -add_subdirectory(counters) -add_subdirectory(executer_actor) -add_subdirectory(expr_nodes) -add_subdirectory(federated_query) -add_subdirectory(finalize_script_service) -add_subdirectory(gateway) -add_subdirectory(host) -add_subdirectory(node_service) -add_subdirectory(opt) -add_subdirectory(provider) -add_subdirectory(proxy_service) -add_subdirectory(query_compiler) -add_subdirectory(query_data) -add_subdirectory(rm_service) -add_subdirectory(run_script_actor) -add_subdirectory(runtime) -add_subdirectory(session_actor) -add_subdirectory(topics) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(ydb-core-kqp INTERFACE) -target_link_libraries(ydb-core-kqp INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow - library-actors-core - library-actors-helpers - cpp-digest-md5 - cpp-string_utils-base64 - library-actors-wilson - ydb-core-actorlib_impl - ydb-core-base - core-client-minikql_compile - ydb-core-engine - ydb-core-formats - core-grpc_services-local_rpc - core-kqp-common - core-kqp-compile_service - core-kqp-compute_actor - core-kqp-counters - core-kqp-executer_actor - core-kqp-expr_nodes - core-kqp-gateway - core-kqp-host - core-kqp-node_service - core-kqp-opt - core-kqp-provider - core-kqp-proxy_service - core-kqp-query_compiler - core-kqp-rm_service - core-kqp-runtime - core-kqp-session_actor - ydb-core-protos - core-sys_view-service - ydb-core-util - ydb-core-ydb_convert - ydb-library-aclib - core-services-mounts - yql-public-issue - yql-utils-actor_log - yql-utils-log - api-protos - public-lib-base - public-lib-operation_id - library-cpp-resource -) - -add_global_library_for(ydb-core-kqp.global ydb-core-kqp) -target_compile_options(ydb-core-kqp.global PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-kqp.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow - library-actors-core - library-actors-helpers - cpp-digest-md5 - cpp-string_utils-base64 - library-actors-wilson - ydb-core-actorlib_impl - ydb-core-base - core-client-minikql_compile - ydb-core-engine - ydb-core-formats - core-grpc_services-local_rpc - core-kqp-common - core-kqp-compile_service - core-kqp-compute_actor - core-kqp-counters - core-kqp-executer_actor - core-kqp-expr_nodes - core-kqp-gateway - core-kqp-host - core-kqp-node_service - core-kqp-opt - core-kqp-provider - core-kqp-proxy_service - core-kqp-query_compiler - core-kqp-rm_service - core-kqp-runtime - core-kqp-session_actor - ydb-core-protos - core-sys_view-service - ydb-core-util - ydb-core-ydb_convert - ydb-library-aclib - core-services-mounts - yql-public-issue - yql-utils-actor_log - yql-utils-log - api-protos - public-lib-base - public-lib-operation_id - library-cpp-resource -) -target_sources(ydb-core-kqp.global PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/9fd990e79bee273ec986e8b8c3a867f8.cpp -) -resources(ydb-core-kqp.global - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/9fd990e79bee273ec986e8b8c3a867f8.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/kqp_default_settings.txt - KEYS - kqp_default_settings.txt -) diff --git a/contrib/ydb/core/kqp/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/kqp/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e7d6f69a00f..00000000000 --- a/contrib/ydb/core/kqp/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,144 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(common) -add_subdirectory(compile_service) -add_subdirectory(compute_actor) -add_subdirectory(counters) -add_subdirectory(executer_actor) -add_subdirectory(expr_nodes) -add_subdirectory(federated_query) -add_subdirectory(finalize_script_service) -add_subdirectory(gateway) -add_subdirectory(host) -add_subdirectory(node_service) -add_subdirectory(opt) -add_subdirectory(provider) -add_subdirectory(proxy_service) -add_subdirectory(query_compiler) -add_subdirectory(query_data) -add_subdirectory(rm_service) -add_subdirectory(run_script_actor) -add_subdirectory(runtime) -add_subdirectory(session_actor) -add_subdirectory(topics) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(ydb-core-kqp INTERFACE) -target_link_libraries(ydb-core-kqp INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow - library-actors-core - library-actors-helpers - cpp-digest-md5 - cpp-string_utils-base64 - library-actors-wilson - ydb-core-actorlib_impl - ydb-core-base - core-client-minikql_compile - ydb-core-engine - ydb-core-formats - core-grpc_services-local_rpc - core-kqp-common - core-kqp-compile_service - core-kqp-compute_actor - core-kqp-counters - core-kqp-executer_actor - core-kqp-expr_nodes - core-kqp-gateway - core-kqp-host - core-kqp-node_service - core-kqp-opt - core-kqp-provider - core-kqp-proxy_service - core-kqp-query_compiler - core-kqp-rm_service - core-kqp-runtime - core-kqp-session_actor - ydb-core-protos - core-sys_view-service - ydb-core-util - ydb-core-ydb_convert - ydb-library-aclib - core-services-mounts - yql-public-issue - yql-utils-actor_log - yql-utils-log - api-protos - public-lib-base - public-lib-operation_id - library-cpp-resource -) - -add_global_library_for(ydb-core-kqp.global ydb-core-kqp) -target_compile_options(ydb-core-kqp.global PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-kqp.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow - library-actors-core - library-actors-helpers - cpp-digest-md5 - cpp-string_utils-base64 - library-actors-wilson - ydb-core-actorlib_impl - ydb-core-base - core-client-minikql_compile - ydb-core-engine - ydb-core-formats - core-grpc_services-local_rpc - core-kqp-common - core-kqp-compile_service - core-kqp-compute_actor - core-kqp-counters - core-kqp-executer_actor - core-kqp-expr_nodes - core-kqp-gateway - core-kqp-host - core-kqp-node_service - core-kqp-opt - core-kqp-provider - core-kqp-proxy_service - core-kqp-query_compiler - core-kqp-rm_service - core-kqp-runtime - core-kqp-session_actor - ydb-core-protos - core-sys_view-service - ydb-core-util - ydb-core-ydb_convert - ydb-library-aclib - core-services-mounts - yql-public-issue - yql-utils-actor_log - yql-utils-log - api-protos - public-lib-base - public-lib-operation_id - library-cpp-resource -) -target_sources(ydb-core-kqp.global PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/9fd990e79bee273ec986e8b8c3a867f8.cpp -) -resources(ydb-core-kqp.global - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/9fd990e79bee273ec986e8b8c3a867f8.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/kqp_default_settings.txt - KEYS - kqp_default_settings.txt -) diff --git a/contrib/ydb/core/kqp/CMakeLists.txt b/contrib/ydb/core/kqp/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/kqp/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/kqp/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/kqp/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 374b56f0607..00000000000 --- a/contrib/ydb/core/kqp/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,142 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(common) -add_subdirectory(compile_service) -add_subdirectory(compute_actor) -add_subdirectory(counters) -add_subdirectory(executer_actor) -add_subdirectory(expr_nodes) -add_subdirectory(federated_query) -add_subdirectory(finalize_script_service) -add_subdirectory(gateway) -add_subdirectory(host) -add_subdirectory(node_service) -add_subdirectory(opt) -add_subdirectory(provider) -add_subdirectory(proxy_service) -add_subdirectory(query_compiler) -add_subdirectory(query_data) -add_subdirectory(rm_service) -add_subdirectory(run_script_actor) -add_subdirectory(runtime) -add_subdirectory(session_actor) -add_subdirectory(topics) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(ydb-core-kqp INTERFACE) -target_link_libraries(ydb-core-kqp INTERFACE - contrib-libs-cxxsupp - yutil - libs-apache-arrow - library-actors-core - library-actors-helpers - cpp-digest-md5 - cpp-string_utils-base64 - library-actors-wilson - ydb-core-actorlib_impl - ydb-core-base - core-client-minikql_compile - ydb-core-engine - ydb-core-formats - core-grpc_services-local_rpc - core-kqp-common - core-kqp-compile_service - core-kqp-compute_actor - core-kqp-counters - core-kqp-executer_actor - core-kqp-expr_nodes - core-kqp-gateway - core-kqp-host - core-kqp-node_service - core-kqp-opt - core-kqp-provider - core-kqp-proxy_service - core-kqp-query_compiler - core-kqp-rm_service - core-kqp-runtime - core-kqp-session_actor - ydb-core-protos - core-sys_view-service - ydb-core-util - ydb-core-ydb_convert - ydb-library-aclib - core-services-mounts - yql-public-issue - yql-utils-actor_log - yql-utils-log - api-protos - public-lib-base - public-lib-operation_id - library-cpp-resource -) - -add_global_library_for(ydb-core-kqp.global ydb-core-kqp) -target_compile_options(ydb-core-kqp.global PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-kqp.global PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow - library-actors-core - library-actors-helpers - cpp-digest-md5 - cpp-string_utils-base64 - library-actors-wilson - ydb-core-actorlib_impl - ydb-core-base - core-client-minikql_compile - ydb-core-engine - ydb-core-formats - core-grpc_services-local_rpc - core-kqp-common - core-kqp-compile_service - core-kqp-compute_actor - core-kqp-counters - core-kqp-executer_actor - core-kqp-expr_nodes - core-kqp-gateway - core-kqp-host - core-kqp-node_service - core-kqp-opt - core-kqp-provider - core-kqp-proxy_service - core-kqp-query_compiler - core-kqp-rm_service - core-kqp-runtime - core-kqp-session_actor - ydb-core-protos - core-sys_view-service - ydb-core-util - ydb-core-ydb_convert - ydb-library-aclib - core-services-mounts - yql-public-issue - yql-utils-actor_log - yql-utils-log - api-protos - public-lib-base - public-lib-operation_id - library-cpp-resource -) -target_sources(ydb-core-kqp.global PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/9fd990e79bee273ec986e8b8c3a867f8.cpp -) -resources(ydb-core-kqp.global - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/9fd990e79bee273ec986e8b8c3a867f8.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/kqp_default_settings.txt - KEYS - kqp_default_settings.txt -) diff --git a/contrib/ydb/core/kqp/common/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/kqp/common/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index becf3dca166..00000000000 --- a/contrib/ydb/core/kqp/common/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,76 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(compilation) -add_subdirectory(events) -add_subdirectory(shutdown) -add_subdirectory(simple) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-kqp-common) -target_compile_options(core-kqp-common PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-common PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-engine - core-kqp-expr_nodes - kqp-common-simple - kqp-common-compilation - kqp-common-events - kqp-common-shutdown - core-kqp-provider - tx-long_tx_service-public - core-tx-sharding - yql-dq-expr_nodes - ydb-library-aclib - yql-core-issue - yql-dq-actors - yql-dq-common - parser-pg_wrapper-interface - public-lib-operation_id - lib-operation_id-protos - core-grpc_services-cancelation - library-cpp-lwtrace - tools-enum_parser-enum_serialization_runtime -) -target_sources(core-kqp-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/kqp_event_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/kqp_resolve.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/kqp_ru_calc.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/kqp_yql.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/kqp_script_executions.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/kqp_timeouts.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/kqp_lwtrace_probes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/kqp_types.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/kqp.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/kqp_user_request_context.cpp -) -generate_enum_serilization(core-kqp-common - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/kqp_tx_info.h - INCLUDE_HEADERS - contrib/ydb/core/kqp/common/kqp_tx_info.h -) -generate_enum_serilization(core-kqp-common - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/kqp_yql.h - INCLUDE_HEADERS - contrib/ydb/core/kqp/common/kqp_yql.h -) diff --git a/contrib/ydb/core/kqp/common/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/kqp/common/CMakeLists.linux-aarch64.txt deleted file mode 100644 index ae2973ccf54..00000000000 --- a/contrib/ydb/core/kqp/common/CMakeLists.linux-aarch64.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_subdirectory(compilation) -add_subdirectory(events) -add_subdirectory(shutdown) -add_subdirectory(simple) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-kqp-common) -target_compile_options(core-kqp-common PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-engine - core-kqp-expr_nodes - kqp-common-simple - kqp-common-compilation - kqp-common-events - kqp-common-shutdown - core-kqp-provider - tx-long_tx_service-public - core-tx-sharding - yql-dq-expr_nodes - ydb-library-aclib - yql-core-issue - yql-dq-actors - yql-dq-common - parser-pg_wrapper-interface - public-lib-operation_id - lib-operation_id-protos - core-grpc_services-cancelation - library-cpp-lwtrace - tools-enum_parser-enum_serialization_runtime -) -target_sources(core-kqp-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/kqp_event_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/kqp_resolve.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/kqp_ru_calc.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/kqp_yql.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/kqp_script_executions.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/kqp_timeouts.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/kqp_lwtrace_probes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/kqp_types.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/kqp.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/kqp_user_request_context.cpp -) -generate_enum_serilization(core-kqp-common - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/kqp_tx_info.h - INCLUDE_HEADERS - contrib/ydb/core/kqp/common/kqp_tx_info.h -) -generate_enum_serilization(core-kqp-common - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/kqp_yql.h - INCLUDE_HEADERS - contrib/ydb/core/kqp/common/kqp_yql.h -) diff --git a/contrib/ydb/core/kqp/common/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/kqp/common/CMakeLists.linux-x86_64.txt deleted file mode 100644 index ae2973ccf54..00000000000 --- a/contrib/ydb/core/kqp/common/CMakeLists.linux-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_subdirectory(compilation) -add_subdirectory(events) -add_subdirectory(shutdown) -add_subdirectory(simple) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-kqp-common) -target_compile_options(core-kqp-common PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-engine - core-kqp-expr_nodes - kqp-common-simple - kqp-common-compilation - kqp-common-events - kqp-common-shutdown - core-kqp-provider - tx-long_tx_service-public - core-tx-sharding - yql-dq-expr_nodes - ydb-library-aclib - yql-core-issue - yql-dq-actors - yql-dq-common - parser-pg_wrapper-interface - public-lib-operation_id - lib-operation_id-protos - core-grpc_services-cancelation - library-cpp-lwtrace - tools-enum_parser-enum_serialization_runtime -) -target_sources(core-kqp-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/kqp_event_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/kqp_resolve.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/kqp_ru_calc.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/kqp_yql.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/kqp_script_executions.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/kqp_timeouts.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/kqp_lwtrace_probes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/kqp_types.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/kqp.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/kqp_user_request_context.cpp -) -generate_enum_serilization(core-kqp-common - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/kqp_tx_info.h - INCLUDE_HEADERS - contrib/ydb/core/kqp/common/kqp_tx_info.h -) -generate_enum_serilization(core-kqp-common - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/kqp_yql.h - INCLUDE_HEADERS - contrib/ydb/core/kqp/common/kqp_yql.h -) diff --git a/contrib/ydb/core/kqp/common/CMakeLists.txt b/contrib/ydb/core/kqp/common/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/kqp/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/kqp/common/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/kqp/common/CMakeLists.windows-x86_64.txt deleted file mode 100644 index becf3dca166..00000000000 --- a/contrib/ydb/core/kqp/common/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,76 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(compilation) -add_subdirectory(events) -add_subdirectory(shutdown) -add_subdirectory(simple) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-kqp-common) -target_compile_options(core-kqp-common PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-common PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-engine - core-kqp-expr_nodes - kqp-common-simple - kqp-common-compilation - kqp-common-events - kqp-common-shutdown - core-kqp-provider - tx-long_tx_service-public - core-tx-sharding - yql-dq-expr_nodes - ydb-library-aclib - yql-core-issue - yql-dq-actors - yql-dq-common - parser-pg_wrapper-interface - public-lib-operation_id - lib-operation_id-protos - core-grpc_services-cancelation - library-cpp-lwtrace - tools-enum_parser-enum_serialization_runtime -) -target_sources(core-kqp-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/kqp_event_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/kqp_resolve.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/kqp_ru_calc.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/kqp_yql.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/kqp_script_executions.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/kqp_timeouts.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/kqp_lwtrace_probes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/kqp_types.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/kqp.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/kqp_user_request_context.cpp -) -generate_enum_serilization(core-kqp-common - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/kqp_tx_info.h - INCLUDE_HEADERS - contrib/ydb/core/kqp/common/kqp_tx_info.h -) -generate_enum_serilization(core-kqp-common - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/kqp_yql.h - INCLUDE_HEADERS - contrib/ydb/core/kqp/common/kqp_yql.h -) diff --git a/contrib/ydb/core/kqp/common/compilation/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/kqp/common/compilation/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 088995cd0ae..00000000000 --- a/contrib/ydb/core/kqp/common/compilation/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(kqp-common-compilation) -target_compile_options(kqp-common-compilation PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(kqp-common-compilation PUBLIC - contrib-libs-cxxsupp - yutil - core-kqp-query_data - kqp-common-simple - yql-public-issue -) -target_sources(kqp-common-compilation PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/compilation/result.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/compilation/events.cpp -) diff --git a/contrib/ydb/core/kqp/common/compilation/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/kqp/common/compilation/CMakeLists.linux-aarch64.txt deleted file mode 100644 index ce36d4a7a05..00000000000 --- a/contrib/ydb/core/kqp/common/compilation/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(kqp-common-compilation) -target_compile_options(kqp-common-compilation PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(kqp-common-compilation PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-kqp-query_data - kqp-common-simple - yql-public-issue -) -target_sources(kqp-common-compilation PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/compilation/result.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/compilation/events.cpp -) diff --git a/contrib/ydb/core/kqp/common/compilation/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/kqp/common/compilation/CMakeLists.linux-x86_64.txt deleted file mode 100644 index ce36d4a7a05..00000000000 --- a/contrib/ydb/core/kqp/common/compilation/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(kqp-common-compilation) -target_compile_options(kqp-common-compilation PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(kqp-common-compilation PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-kqp-query_data - kqp-common-simple - yql-public-issue -) -target_sources(kqp-common-compilation PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/compilation/result.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/compilation/events.cpp -) diff --git a/contrib/ydb/core/kqp/common/compilation/CMakeLists.txt b/contrib/ydb/core/kqp/common/compilation/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/kqp/common/compilation/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/kqp/common/compilation/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/kqp/common/compilation/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 088995cd0ae..00000000000 --- a/contrib/ydb/core/kqp/common/compilation/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(kqp-common-compilation) -target_compile_options(kqp-common-compilation PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(kqp-common-compilation PUBLIC - contrib-libs-cxxsupp - yutil - core-kqp-query_data - kqp-common-simple - yql-public-issue -) -target_sources(kqp-common-compilation PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/compilation/result.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/compilation/events.cpp -) diff --git a/contrib/ydb/core/kqp/common/events/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/kqp/common/events/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 532f0697110..00000000000 --- a/contrib/ydb/core/kqp/common/events/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(kqp-common-events) -target_compile_options(kqp-common-events PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(kqp-common-events PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-protos - ydb-core-base - core-grpc_services-base - core-grpc_services-cancelation - kqp-common-shutdown - kqp-common-compilation - yql-dq-actors - api-protos - public-lib-operation_id - library-actors-core -) -target_sources(kqp-common-events PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/events/process_response.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/events/events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/events/query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/events/script_executions.cpp -) diff --git a/contrib/ydb/core/kqp/common/events/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/kqp/common/events/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 98c8639bae1..00000000000 --- a/contrib/ydb/core/kqp/common/events/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(kqp-common-events) -target_compile_options(kqp-common-events PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(kqp-common-events PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-protos - ydb-core-base - core-grpc_services-base - core-grpc_services-cancelation - kqp-common-shutdown - kqp-common-compilation - yql-dq-actors - api-protos - public-lib-operation_id - library-actors-core -) -target_sources(kqp-common-events PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/events/process_response.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/events/events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/events/query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/events/script_executions.cpp -) diff --git a/contrib/ydb/core/kqp/common/events/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/kqp/common/events/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 98c8639bae1..00000000000 --- a/contrib/ydb/core/kqp/common/events/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(kqp-common-events) -target_compile_options(kqp-common-events PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(kqp-common-events PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-protos - ydb-core-base - core-grpc_services-base - core-grpc_services-cancelation - kqp-common-shutdown - kqp-common-compilation - yql-dq-actors - api-protos - public-lib-operation_id - library-actors-core -) -target_sources(kqp-common-events PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/events/process_response.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/events/events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/events/query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/events/script_executions.cpp -) diff --git a/contrib/ydb/core/kqp/common/events/CMakeLists.txt b/contrib/ydb/core/kqp/common/events/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/kqp/common/events/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/kqp/common/events/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/kqp/common/events/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 532f0697110..00000000000 --- a/contrib/ydb/core/kqp/common/events/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(kqp-common-events) -target_compile_options(kqp-common-events PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(kqp-common-events PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-protos - ydb-core-base - core-grpc_services-base - core-grpc_services-cancelation - kqp-common-shutdown - kqp-common-compilation - yql-dq-actors - api-protos - public-lib-operation_id - library-actors-core -) -target_sources(kqp-common-events PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/events/process_response.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/events/events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/events/query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/events/script_executions.cpp -) diff --git a/contrib/ydb/core/kqp/common/shutdown/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/kqp/common/shutdown/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index aa82d2f81d3..00000000000 --- a/contrib/ydb/core/kqp/common/shutdown/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(kqp-common-shutdown) -target_compile_options(kqp-common-shutdown PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(kqp-common-shutdown PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-protos - library-actors-core -) -target_sources(kqp-common-shutdown PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/shutdown/controller.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/shutdown/state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/shutdown/events.cpp -) diff --git a/contrib/ydb/core/kqp/common/shutdown/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/kqp/common/shutdown/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 608397e7c01..00000000000 --- a/contrib/ydb/core/kqp/common/shutdown/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(kqp-common-shutdown) -target_compile_options(kqp-common-shutdown PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(kqp-common-shutdown PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-protos - library-actors-core -) -target_sources(kqp-common-shutdown PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/shutdown/controller.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/shutdown/state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/shutdown/events.cpp -) diff --git a/contrib/ydb/core/kqp/common/shutdown/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/kqp/common/shutdown/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 608397e7c01..00000000000 --- a/contrib/ydb/core/kqp/common/shutdown/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(kqp-common-shutdown) -target_compile_options(kqp-common-shutdown PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(kqp-common-shutdown PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-protos - library-actors-core -) -target_sources(kqp-common-shutdown PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/shutdown/controller.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/shutdown/state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/shutdown/events.cpp -) diff --git a/contrib/ydb/core/kqp/common/shutdown/CMakeLists.txt b/contrib/ydb/core/kqp/common/shutdown/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/kqp/common/shutdown/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/kqp/common/shutdown/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/kqp/common/shutdown/CMakeLists.windows-x86_64.txt deleted file mode 100644 index aa82d2f81d3..00000000000 --- a/contrib/ydb/core/kqp/common/shutdown/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(kqp-common-shutdown) -target_compile_options(kqp-common-shutdown PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(kqp-common-shutdown PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-protos - library-actors-core -) -target_sources(kqp-common-shutdown PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/shutdown/controller.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/shutdown/state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/shutdown/events.cpp -) diff --git a/contrib/ydb/core/kqp/common/simple/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/kqp/common/simple/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index b49aa510eb3..00000000000 --- a/contrib/ydb/core/kqp/common/simple/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(kqp-common-simple) -target_link_libraries(kqp-common-simple PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - ydb-core-base - ydb-core-protos - library-yql-ast - yql-dq-actors - api-protos -) -target_sources(kqp-common-simple PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/simple/helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/simple/query_id.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/simple/settings.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/simple/services.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/simple/kqp_event_ids.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/simple/temp_tables.cpp -) diff --git a/contrib/ydb/core/kqp/common/simple/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/kqp/common/simple/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e6abab47bd1..00000000000 --- a/contrib/ydb/core/kqp/common/simple/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(kqp-common-simple) -target_link_libraries(kqp-common-simple PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - ydb-core-base - ydb-core-protos - library-yql-ast - yql-dq-actors - api-protos -) -target_sources(kqp-common-simple PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/simple/helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/simple/query_id.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/simple/settings.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/simple/services.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/simple/kqp_event_ids.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/simple/temp_tables.cpp -) diff --git a/contrib/ydb/core/kqp/common/simple/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/kqp/common/simple/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e6abab47bd1..00000000000 --- a/contrib/ydb/core/kqp/common/simple/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(kqp-common-simple) -target_link_libraries(kqp-common-simple PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - ydb-core-base - ydb-core-protos - library-yql-ast - yql-dq-actors - api-protos -) -target_sources(kqp-common-simple PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/simple/helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/simple/query_id.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/simple/settings.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/simple/services.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/simple/kqp_event_ids.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/simple/temp_tables.cpp -) diff --git a/contrib/ydb/core/kqp/common/simple/CMakeLists.txt b/contrib/ydb/core/kqp/common/simple/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/kqp/common/simple/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/kqp/common/simple/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/kqp/common/simple/CMakeLists.windows-x86_64.txt deleted file mode 100644 index b49aa510eb3..00000000000 --- a/contrib/ydb/core/kqp/common/simple/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(kqp-common-simple) -target_link_libraries(kqp-common-simple PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - ydb-core-base - ydb-core-protos - library-yql-ast - yql-dq-actors - api-protos -) -target_sources(kqp-common-simple PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/simple/helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/simple/query_id.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/simple/settings.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/simple/services.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/simple/kqp_event_ids.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/common/simple/temp_tables.cpp -) diff --git a/contrib/ydb/core/kqp/compile_service/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/kqp/compile_service/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 23d4a694fca..00000000000 --- a/contrib/ydb/core/kqp/compile_service/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(core-kqp-compile_service) -target_compile_options(core-kqp-compile_service PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-compile_service PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-actorlib_impl - ydb-core-base - kqp-common-simple - core-kqp-federated_query - core-kqp-host - ydb-core-ydb_convert -) -target_sources(core-kqp-compile_service PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/compile_service/kqp_compile_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/compile_service/kqp_compile_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/compile_service/kqp_compile_computation_pattern_service.cpp -) diff --git a/contrib/ydb/core/kqp/compile_service/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/kqp/compile_service/CMakeLists.linux-aarch64.txt deleted file mode 100644 index ce1d5006afc..00000000000 --- a/contrib/ydb/core/kqp/compile_service/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(core-kqp-compile_service) -target_compile_options(core-kqp-compile_service PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-compile_service PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-actorlib_impl - ydb-core-base - kqp-common-simple - core-kqp-federated_query - core-kqp-host - ydb-core-ydb_convert -) -target_sources(core-kqp-compile_service PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/compile_service/kqp_compile_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/compile_service/kqp_compile_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/compile_service/kqp_compile_computation_pattern_service.cpp -) diff --git a/contrib/ydb/core/kqp/compile_service/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/kqp/compile_service/CMakeLists.linux-x86_64.txt deleted file mode 100644 index ce1d5006afc..00000000000 --- a/contrib/ydb/core/kqp/compile_service/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(core-kqp-compile_service) -target_compile_options(core-kqp-compile_service PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-compile_service PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-actorlib_impl - ydb-core-base - kqp-common-simple - core-kqp-federated_query - core-kqp-host - ydb-core-ydb_convert -) -target_sources(core-kqp-compile_service PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/compile_service/kqp_compile_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/compile_service/kqp_compile_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/compile_service/kqp_compile_computation_pattern_service.cpp -) diff --git a/contrib/ydb/core/kqp/compile_service/CMakeLists.txt b/contrib/ydb/core/kqp/compile_service/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/kqp/compile_service/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/kqp/compile_service/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/kqp/compile_service/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 23d4a694fca..00000000000 --- a/contrib/ydb/core/kqp/compile_service/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(core-kqp-compile_service) -target_compile_options(core-kqp-compile_service PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-compile_service PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-actorlib_impl - ydb-core-base - kqp-common-simple - core-kqp-federated_query - core-kqp-host - ydb-core-ydb_convert -) -target_sources(core-kqp-compile_service PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/compile_service/kqp_compile_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/compile_service/kqp_compile_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/compile_service/kqp_compile_computation_pattern_service.cpp -) diff --git a/contrib/ydb/core/kqp/compute_actor/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/kqp/compute_actor/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 45b6137a8ed..00000000000 --- a/contrib/ydb/core/kqp/compute_actor/CMakeLists.darwin-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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-kqp-compute_actor) -target_compile_options(core-kqp-compute_actor PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-compute_actor PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-actorlib_impl - ydb-core-base - core-kqp-federated_query - core-kqp-runtime - core-tx-datashard - core-tx-scheme_cache - dq-actors-compute - providers-generic-actors - providers-s3-actors - yql-public-issue - tools-enum_parser-enum_serialization_runtime -) -target_sources(core-kqp-compute_actor PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/compute_actor/kqp_compute_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/compute_actor/kqp_compute_actor_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/compute_actor/kqp_compute_events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/compute_actor/kqp_compute_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/compute_actor/kqp_pure_compute_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/compute_actor/kqp_scan_compute_stat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/compute_actor/kqp_scan_compute_manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/compute_actor/kqp_scan_compute_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/compute_actor/kqp_scan_fetcher_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/compute_actor/kqp_scan_common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/compute_actor/kqp_scan_events.cpp -) -generate_enum_serilization(core-kqp-compute_actor - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/compute_actor/kqp_compute_state.h - INCLUDE_HEADERS - contrib/ydb/core/kqp/compute_actor/kqp_compute_state.h -) diff --git a/contrib/ydb/core/kqp/compute_actor/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/kqp/compute_actor/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 004dcfe2802..00000000000 --- a/contrib/ydb/core/kqp/compute_actor/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,53 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-kqp-compute_actor) -target_compile_options(core-kqp-compute_actor PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-compute_actor PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-actorlib_impl - ydb-core-base - core-kqp-federated_query - core-kqp-runtime - core-tx-datashard - core-tx-scheme_cache - dq-actors-compute - providers-generic-actors - providers-s3-actors - yql-public-issue - tools-enum_parser-enum_serialization_runtime -) -target_sources(core-kqp-compute_actor PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/compute_actor/kqp_compute_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/compute_actor/kqp_compute_actor_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/compute_actor/kqp_compute_events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/compute_actor/kqp_compute_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/compute_actor/kqp_pure_compute_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/compute_actor/kqp_scan_compute_stat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/compute_actor/kqp_scan_compute_manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/compute_actor/kqp_scan_compute_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/compute_actor/kqp_scan_fetcher_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/compute_actor/kqp_scan_common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/compute_actor/kqp_scan_events.cpp -) -generate_enum_serilization(core-kqp-compute_actor - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/compute_actor/kqp_compute_state.h - INCLUDE_HEADERS - contrib/ydb/core/kqp/compute_actor/kqp_compute_state.h -) diff --git a/contrib/ydb/core/kqp/compute_actor/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/kqp/compute_actor/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 004dcfe2802..00000000000 --- a/contrib/ydb/core/kqp/compute_actor/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,53 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-kqp-compute_actor) -target_compile_options(core-kqp-compute_actor PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-compute_actor PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-actorlib_impl - ydb-core-base - core-kqp-federated_query - core-kqp-runtime - core-tx-datashard - core-tx-scheme_cache - dq-actors-compute - providers-generic-actors - providers-s3-actors - yql-public-issue - tools-enum_parser-enum_serialization_runtime -) -target_sources(core-kqp-compute_actor PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/compute_actor/kqp_compute_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/compute_actor/kqp_compute_actor_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/compute_actor/kqp_compute_events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/compute_actor/kqp_compute_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/compute_actor/kqp_pure_compute_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/compute_actor/kqp_scan_compute_stat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/compute_actor/kqp_scan_compute_manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/compute_actor/kqp_scan_compute_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/compute_actor/kqp_scan_fetcher_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/compute_actor/kqp_scan_common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/compute_actor/kqp_scan_events.cpp -) -generate_enum_serilization(core-kqp-compute_actor - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/compute_actor/kqp_compute_state.h - INCLUDE_HEADERS - contrib/ydb/core/kqp/compute_actor/kqp_compute_state.h -) diff --git a/contrib/ydb/core/kqp/compute_actor/CMakeLists.txt b/contrib/ydb/core/kqp/compute_actor/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/kqp/compute_actor/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/kqp/compute_actor/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/kqp/compute_actor/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 45b6137a8ed..00000000000 --- a/contrib/ydb/core/kqp/compute_actor/CMakeLists.windows-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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-kqp-compute_actor) -target_compile_options(core-kqp-compute_actor PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-compute_actor PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-actorlib_impl - ydb-core-base - core-kqp-federated_query - core-kqp-runtime - core-tx-datashard - core-tx-scheme_cache - dq-actors-compute - providers-generic-actors - providers-s3-actors - yql-public-issue - tools-enum_parser-enum_serialization_runtime -) -target_sources(core-kqp-compute_actor PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/compute_actor/kqp_compute_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/compute_actor/kqp_compute_actor_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/compute_actor/kqp_compute_events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/compute_actor/kqp_compute_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/compute_actor/kqp_pure_compute_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/compute_actor/kqp_scan_compute_stat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/compute_actor/kqp_scan_compute_manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/compute_actor/kqp_scan_compute_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/compute_actor/kqp_scan_fetcher_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/compute_actor/kqp_scan_common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/compute_actor/kqp_scan_events.cpp -) -generate_enum_serilization(core-kqp-compute_actor - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/compute_actor/kqp_compute_state.h - INCLUDE_HEADERS - contrib/ydb/core/kqp/compute_actor/kqp_compute_state.h -) diff --git a/contrib/ydb/core/kqp/counters/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/kqp/counters/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 56f29efab8b..00000000000 --- a/contrib/ydb/core/kqp/counters/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(core-kqp-counters) -target_link_libraries(core-kqp-counters PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-protos - core-sys_view-service - dq-actors-spilling - library-yql-minikql -) -target_sources(core-kqp-counters PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/counters/kqp_counters.cpp -) diff --git a/contrib/ydb/core/kqp/counters/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/kqp/counters/CMakeLists.linux-aarch64.txt deleted file mode 100644 index cb921b48c10..00000000000 --- a/contrib/ydb/core/kqp/counters/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(core-kqp-counters) -target_link_libraries(core-kqp-counters PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-protos - core-sys_view-service - dq-actors-spilling - library-yql-minikql -) -target_sources(core-kqp-counters PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/counters/kqp_counters.cpp -) diff --git a/contrib/ydb/core/kqp/counters/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/kqp/counters/CMakeLists.linux-x86_64.txt deleted file mode 100644 index cb921b48c10..00000000000 --- a/contrib/ydb/core/kqp/counters/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(core-kqp-counters) -target_link_libraries(core-kqp-counters PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-protos - core-sys_view-service - dq-actors-spilling - library-yql-minikql -) -target_sources(core-kqp-counters PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/counters/kqp_counters.cpp -) diff --git a/contrib/ydb/core/kqp/counters/CMakeLists.txt b/contrib/ydb/core/kqp/counters/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/kqp/counters/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/kqp/counters/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/kqp/counters/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 56f29efab8b..00000000000 --- a/contrib/ydb/core/kqp/counters/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(core-kqp-counters) -target_link_libraries(core-kqp-counters PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-protos - core-sys_view-service - dq-actors-spilling - library-yql-minikql -) -target_sources(core-kqp-counters PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/counters/kqp_counters.cpp -) diff --git a/contrib/ydb/core/kqp/executer_actor/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/kqp/executer_actor/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 709bd9bc08a..00000000000 --- a/contrib/ydb/core/kqp/executer_actor/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(core-kqp-executer_actor) -target_compile_options(core-kqp-executer_actor PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-executer_actor PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-containers-absl_flat_hash - ydb-core-actorlib_impl - ydb-core-base - core-client-minikql_compile - ydb-core-formats - core-kqp-common - core-kqp-query_compiler - core-kqp-rm_service - core-kqp-topics - kqp-gateway-local_rpc - ydb-core-protos - tx-long_tx_service-public - ydb-core-ydb_convert - services-metadata-abstract - ydb-library-mkql_proto - library-mkql_proto-protos - dq-actors-compute - yql-dq-runtime - yql-dq-tasks - providers-common-http_gateway -) -target_sources(core-kqp-executer_actor PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/executer_actor/kqp_data_executer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/executer_actor/kqp_scan_executer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/executer_actor/kqp_scheme_executer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/executer_actor/kqp_executer_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/executer_actor/kqp_executer_stats.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/executer_actor/kqp_literal_executer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/executer_actor/kqp_locks_helper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/executer_actor/kqp_partition_helper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/executer_actor/kqp_planner.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/executer_actor/kqp_planner_strategy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/executer_actor/kqp_shards_resolver.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/executer_actor/kqp_result_channel.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/executer_actor/kqp_table_resolver.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/executer_actor/kqp_tasks_graph.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/executer_actor/kqp_tasks_validate.cpp -) diff --git a/contrib/ydb/core/kqp/executer_actor/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/kqp/executer_actor/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 80053d9d534..00000000000 --- a/contrib/ydb/core/kqp/executer_actor/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(core-kqp-executer_actor) -target_compile_options(core-kqp-executer_actor PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-executer_actor PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-containers-absl_flat_hash - ydb-core-actorlib_impl - ydb-core-base - core-client-minikql_compile - ydb-core-formats - core-kqp-common - core-kqp-query_compiler - core-kqp-rm_service - core-kqp-topics - kqp-gateway-local_rpc - ydb-core-protos - tx-long_tx_service-public - ydb-core-ydb_convert - services-metadata-abstract - ydb-library-mkql_proto - library-mkql_proto-protos - dq-actors-compute - yql-dq-runtime - yql-dq-tasks - providers-common-http_gateway -) -target_sources(core-kqp-executer_actor PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/executer_actor/kqp_data_executer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/executer_actor/kqp_scan_executer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/executer_actor/kqp_scheme_executer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/executer_actor/kqp_executer_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/executer_actor/kqp_executer_stats.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/executer_actor/kqp_literal_executer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/executer_actor/kqp_locks_helper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/executer_actor/kqp_partition_helper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/executer_actor/kqp_planner.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/executer_actor/kqp_planner_strategy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/executer_actor/kqp_shards_resolver.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/executer_actor/kqp_result_channel.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/executer_actor/kqp_table_resolver.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/executer_actor/kqp_tasks_graph.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/executer_actor/kqp_tasks_validate.cpp -) diff --git a/contrib/ydb/core/kqp/executer_actor/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/kqp/executer_actor/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 80053d9d534..00000000000 --- a/contrib/ydb/core/kqp/executer_actor/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(core-kqp-executer_actor) -target_compile_options(core-kqp-executer_actor PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-executer_actor PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-containers-absl_flat_hash - ydb-core-actorlib_impl - ydb-core-base - core-client-minikql_compile - ydb-core-formats - core-kqp-common - core-kqp-query_compiler - core-kqp-rm_service - core-kqp-topics - kqp-gateway-local_rpc - ydb-core-protos - tx-long_tx_service-public - ydb-core-ydb_convert - services-metadata-abstract - ydb-library-mkql_proto - library-mkql_proto-protos - dq-actors-compute - yql-dq-runtime - yql-dq-tasks - providers-common-http_gateway -) -target_sources(core-kqp-executer_actor PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/executer_actor/kqp_data_executer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/executer_actor/kqp_scan_executer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/executer_actor/kqp_scheme_executer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/executer_actor/kqp_executer_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/executer_actor/kqp_executer_stats.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/executer_actor/kqp_literal_executer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/executer_actor/kqp_locks_helper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/executer_actor/kqp_partition_helper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/executer_actor/kqp_planner.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/executer_actor/kqp_planner_strategy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/executer_actor/kqp_shards_resolver.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/executer_actor/kqp_result_channel.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/executer_actor/kqp_table_resolver.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/executer_actor/kqp_tasks_graph.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/executer_actor/kqp_tasks_validate.cpp -) diff --git a/contrib/ydb/core/kqp/executer_actor/CMakeLists.txt b/contrib/ydb/core/kqp/executer_actor/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/kqp/executer_actor/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/kqp/executer_actor/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/kqp/executer_actor/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 709bd9bc08a..00000000000 --- a/contrib/ydb/core/kqp/executer_actor/CMakeLists.windows-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(core-kqp-executer_actor) -target_compile_options(core-kqp-executer_actor PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-executer_actor PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-containers-absl_flat_hash - ydb-core-actorlib_impl - ydb-core-base - core-client-minikql_compile - ydb-core-formats - core-kqp-common - core-kqp-query_compiler - core-kqp-rm_service - core-kqp-topics - kqp-gateway-local_rpc - ydb-core-protos - tx-long_tx_service-public - ydb-core-ydb_convert - services-metadata-abstract - ydb-library-mkql_proto - library-mkql_proto-protos - dq-actors-compute - yql-dq-runtime - yql-dq-tasks - providers-common-http_gateway -) -target_sources(core-kqp-executer_actor PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/executer_actor/kqp_data_executer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/executer_actor/kqp_scan_executer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/executer_actor/kqp_scheme_executer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/executer_actor/kqp_executer_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/executer_actor/kqp_executer_stats.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/executer_actor/kqp_literal_executer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/executer_actor/kqp_locks_helper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/executer_actor/kqp_partition_helper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/executer_actor/kqp_planner.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/executer_actor/kqp_planner_strategy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/executer_actor/kqp_shards_resolver.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/executer_actor/kqp_result_channel.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/executer_actor/kqp_table_resolver.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/executer_actor/kqp_tasks_graph.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/executer_actor/kqp_tasks_validate.cpp -) diff --git a/contrib/ydb/core/kqp/expr_nodes/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/kqp/expr_nodes/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 8ca1255bb2e..00000000000 --- a/contrib/ydb/core/kqp/expr_nodes/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. - - -find_package(Python3 REQUIRED) - -add_library(core-kqp-expr_nodes) -target_link_libraries(core-kqp-expr_nodes PUBLIC - contrib-libs-cxxsupp - yutil - yql-dq-expr_nodes -) -target_sources(core-kqp-expr_nodes PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/expr_nodes/kqp_expr_nodes.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/expr_nodes/kqp_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/expr_nodes/kqp_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/expr_nodes/kqp_expr_nodes.defs.inl.h -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/expr_nodes/kqp_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/expr_nodes/kqp_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/expr_nodes/kqp_expr_nodes.defs.inl.h - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/expr_nodes/kqp_expr_nodes.json - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - COMMAND - Python3::Interpreter - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/expr_nodes/kqp_expr_nodes.json - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/expr_nodes/kqp_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/expr_nodes/kqp_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/expr_nodes/kqp_expr_nodes.defs.inl.h -) diff --git a/contrib/ydb/core/kqp/expr_nodes/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/kqp/expr_nodes/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a3ca3022059..00000000000 --- a/contrib/ydb/core/kqp/expr_nodes/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. - - -find_package(Python3 REQUIRED) - -add_library(core-kqp-expr_nodes) -target_link_libraries(core-kqp-expr_nodes PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - yql-dq-expr_nodes -) -target_sources(core-kqp-expr_nodes PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/expr_nodes/kqp_expr_nodes.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/expr_nodes/kqp_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/expr_nodes/kqp_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/expr_nodes/kqp_expr_nodes.defs.inl.h -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/expr_nodes/kqp_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/expr_nodes/kqp_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/expr_nodes/kqp_expr_nodes.defs.inl.h - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/expr_nodes/kqp_expr_nodes.json - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - COMMAND - Python3::Interpreter - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/expr_nodes/kqp_expr_nodes.json - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/expr_nodes/kqp_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/expr_nodes/kqp_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/expr_nodes/kqp_expr_nodes.defs.inl.h -) diff --git a/contrib/ydb/core/kqp/expr_nodes/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/kqp/expr_nodes/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a3ca3022059..00000000000 --- a/contrib/ydb/core/kqp/expr_nodes/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. - - -find_package(Python3 REQUIRED) - -add_library(core-kqp-expr_nodes) -target_link_libraries(core-kqp-expr_nodes PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - yql-dq-expr_nodes -) -target_sources(core-kqp-expr_nodes PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/expr_nodes/kqp_expr_nodes.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/expr_nodes/kqp_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/expr_nodes/kqp_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/expr_nodes/kqp_expr_nodes.defs.inl.h -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/expr_nodes/kqp_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/expr_nodes/kqp_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/expr_nodes/kqp_expr_nodes.defs.inl.h - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/expr_nodes/kqp_expr_nodes.json - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - COMMAND - Python3::Interpreter - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/expr_nodes/kqp_expr_nodes.json - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/expr_nodes/kqp_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/expr_nodes/kqp_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/expr_nodes/kqp_expr_nodes.defs.inl.h -) diff --git a/contrib/ydb/core/kqp/expr_nodes/CMakeLists.txt b/contrib/ydb/core/kqp/expr_nodes/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/kqp/expr_nodes/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/kqp/expr_nodes/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/kqp/expr_nodes/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 8ca1255bb2e..00000000000 --- a/contrib/ydb/core/kqp/expr_nodes/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. - - -find_package(Python3 REQUIRED) - -add_library(core-kqp-expr_nodes) -target_link_libraries(core-kqp-expr_nodes PUBLIC - contrib-libs-cxxsupp - yutil - yql-dq-expr_nodes -) -target_sources(core-kqp-expr_nodes PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/expr_nodes/kqp_expr_nodes.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/expr_nodes/kqp_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/expr_nodes/kqp_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/expr_nodes/kqp_expr_nodes.defs.inl.h -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/expr_nodes/kqp_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/expr_nodes/kqp_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/expr_nodes/kqp_expr_nodes.defs.inl.h - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/expr_nodes/kqp_expr_nodes.json - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - COMMAND - Python3::Interpreter - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/expr_nodes/kqp_expr_nodes.json - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/expr_nodes/kqp_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/expr_nodes/kqp_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/expr_nodes/kqp_expr_nodes.defs.inl.h -) diff --git a/contrib/ydb/core/kqp/federated_query/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/kqp/federated_query/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 711e0f011fb..00000000000 --- a/contrib/ydb/core/kqp/federated_query/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(core-kqp-federated_query) -target_compile_options(core-kqp-federated_query PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-federated_query PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - fq-libs-db_id_async_resolver_impl - fq-libs-grpc - library-db_pool-protos - providers-common-http_gateway - generic-connector-libcpp -) -target_sources(core-kqp-federated_query PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/federated_query/kqp_federated_query_actors.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/federated_query/kqp_federated_query_helpers.cpp -) diff --git a/contrib/ydb/core/kqp/federated_query/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/kqp/federated_query/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 3d80f4a679e..00000000000 --- a/contrib/ydb/core/kqp/federated_query/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(core-kqp-federated_query) -target_compile_options(core-kqp-federated_query PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-federated_query PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - fq-libs-db_id_async_resolver_impl - fq-libs-grpc - library-db_pool-protos - providers-common-http_gateway - generic-connector-libcpp -) -target_sources(core-kqp-federated_query PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/federated_query/kqp_federated_query_actors.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/federated_query/kqp_federated_query_helpers.cpp -) diff --git a/contrib/ydb/core/kqp/federated_query/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/kqp/federated_query/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 3d80f4a679e..00000000000 --- a/contrib/ydb/core/kqp/federated_query/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(core-kqp-federated_query) -target_compile_options(core-kqp-federated_query PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-federated_query PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - fq-libs-db_id_async_resolver_impl - fq-libs-grpc - library-db_pool-protos - providers-common-http_gateway - generic-connector-libcpp -) -target_sources(core-kqp-federated_query PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/federated_query/kqp_federated_query_actors.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/federated_query/kqp_federated_query_helpers.cpp -) diff --git a/contrib/ydb/core/kqp/federated_query/CMakeLists.txt b/contrib/ydb/core/kqp/federated_query/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/kqp/federated_query/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/kqp/federated_query/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/kqp/federated_query/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 711e0f011fb..00000000000 --- a/contrib/ydb/core/kqp/federated_query/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(core-kqp-federated_query) -target_compile_options(core-kqp-federated_query PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-federated_query PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - fq-libs-db_id_async_resolver_impl - fq-libs-grpc - library-db_pool-protos - providers-common-http_gateway - generic-connector-libcpp -) -target_sources(core-kqp-federated_query PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/federated_query/kqp_federated_query_actors.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/federated_query/kqp_federated_query_helpers.cpp -) diff --git a/contrib/ydb/core/kqp/finalize_script_service/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/kqp/finalize_script_service/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 579bdd45282..00000000000 --- a/contrib/ydb/core/kqp/finalize_script_service/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(core-kqp-finalize_script_service) -target_compile_options(core-kqp-finalize_script_service PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-finalize_script_service PUBLIC - contrib-libs-cxxsupp - yutil - core-kqp-proxy_service -) -target_sources(core-kqp-finalize_script_service PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/finalize_script_service/kqp_finalize_script_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/finalize_script_service/kqp_finalize_script_service.cpp -) diff --git a/contrib/ydb/core/kqp/finalize_script_service/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/kqp/finalize_script_service/CMakeLists.linux-aarch64.txt deleted file mode 100644 index c951f91dca0..00000000000 --- a/contrib/ydb/core/kqp/finalize_script_service/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(core-kqp-finalize_script_service) -target_compile_options(core-kqp-finalize_script_service PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-finalize_script_service PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-kqp-proxy_service -) -target_sources(core-kqp-finalize_script_service PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/finalize_script_service/kqp_finalize_script_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/finalize_script_service/kqp_finalize_script_service.cpp -) diff --git a/contrib/ydb/core/kqp/finalize_script_service/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/kqp/finalize_script_service/CMakeLists.linux-x86_64.txt deleted file mode 100644 index c951f91dca0..00000000000 --- a/contrib/ydb/core/kqp/finalize_script_service/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(core-kqp-finalize_script_service) -target_compile_options(core-kqp-finalize_script_service PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-finalize_script_service PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-kqp-proxy_service -) -target_sources(core-kqp-finalize_script_service PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/finalize_script_service/kqp_finalize_script_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/finalize_script_service/kqp_finalize_script_service.cpp -) diff --git a/contrib/ydb/core/kqp/finalize_script_service/CMakeLists.txt b/contrib/ydb/core/kqp/finalize_script_service/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/kqp/finalize_script_service/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/kqp/finalize_script_service/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/kqp/finalize_script_service/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 579bdd45282..00000000000 --- a/contrib/ydb/core/kqp/finalize_script_service/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(core-kqp-finalize_script_service) -target_compile_options(core-kqp-finalize_script_service PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-finalize_script_service PUBLIC - contrib-libs-cxxsupp - yutil - core-kqp-proxy_service -) -target_sources(core-kqp-finalize_script_service PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/finalize_script_service/kqp_finalize_script_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/finalize_script_service/kqp_finalize_script_service.cpp -) diff --git a/contrib/ydb/core/kqp/gateway/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/kqp/gateway/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2735c4e07c8..00000000000 --- a/contrib/ydb/core/kqp/gateway/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_subdirectory(actors) -add_subdirectory(behaviour) -add_subdirectory(local_rpc) -add_subdirectory(utils) - -add_library(core-kqp-gateway) -target_compile_options(core-kqp-gateway PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-gateway PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-actorlib_impl - ydb-core-base - core-kqp-common - core-kqp-provider - core-kqp-query_data - kqp-gateway-actors - gateway-behaviour-tablestore - gateway-behaviour-table - gateway-behaviour-external_data_source - gateway-behaviour-view - kqp-gateway-utils - providers-result-expr_nodes -) -target_sources(core-kqp-gateway PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/kqp_gateway.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/kqp_ic_gateway.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/kqp_metadata_loader.cpp -) diff --git a/contrib/ydb/core/kqp/gateway/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/kqp/gateway/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 92795a570d0..00000000000 --- a/contrib/ydb/core/kqp/gateway/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_subdirectory(actors) -add_subdirectory(behaviour) -add_subdirectory(local_rpc) -add_subdirectory(utils) - -add_library(core-kqp-gateway) -target_compile_options(core-kqp-gateway PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-gateway PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-actorlib_impl - ydb-core-base - core-kqp-common - core-kqp-provider - core-kqp-query_data - kqp-gateway-actors - gateway-behaviour-tablestore - gateway-behaviour-table - gateway-behaviour-external_data_source - gateway-behaviour-view - kqp-gateway-utils - providers-result-expr_nodes -) -target_sources(core-kqp-gateway PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/kqp_gateway.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/kqp_ic_gateway.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/kqp_metadata_loader.cpp -) diff --git a/contrib/ydb/core/kqp/gateway/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/kqp/gateway/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 92795a570d0..00000000000 --- a/contrib/ydb/core/kqp/gateway/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_subdirectory(actors) -add_subdirectory(behaviour) -add_subdirectory(local_rpc) -add_subdirectory(utils) - -add_library(core-kqp-gateway) -target_compile_options(core-kqp-gateway PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-gateway PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-actorlib_impl - ydb-core-base - core-kqp-common - core-kqp-provider - core-kqp-query_data - kqp-gateway-actors - gateway-behaviour-tablestore - gateway-behaviour-table - gateway-behaviour-external_data_source - gateway-behaviour-view - kqp-gateway-utils - providers-result-expr_nodes -) -target_sources(core-kqp-gateway PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/kqp_gateway.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/kqp_ic_gateway.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/kqp_metadata_loader.cpp -) diff --git a/contrib/ydb/core/kqp/gateway/CMakeLists.txt b/contrib/ydb/core/kqp/gateway/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/kqp/gateway/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/kqp/gateway/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/kqp/gateway/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 2735c4e07c8..00000000000 --- a/contrib/ydb/core/kqp/gateway/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_subdirectory(actors) -add_subdirectory(behaviour) -add_subdirectory(local_rpc) -add_subdirectory(utils) - -add_library(core-kqp-gateway) -target_compile_options(core-kqp-gateway PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-gateway PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-actorlib_impl - ydb-core-base - core-kqp-common - core-kqp-provider - core-kqp-query_data - kqp-gateway-actors - gateway-behaviour-tablestore - gateway-behaviour-table - gateway-behaviour-external_data_source - gateway-behaviour-view - kqp-gateway-utils - providers-result-expr_nodes -) -target_sources(core-kqp-gateway PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/kqp_gateway.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/kqp_ic_gateway.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/kqp_metadata_loader.cpp -) diff --git a/contrib/ydb/core/kqp/gateway/actors/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/kqp/gateway/actors/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 76772e7149c..00000000000 --- a/contrib/ydb/core/kqp/gateway/actors/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(kqp-gateway-actors) -target_compile_options(kqp-gateway-actors PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(kqp-gateway-actors PUBLIC - contrib-libs-cxxsupp - yutil - core-tx-tx_proxy - core-kqp-common - core-kqp-provider - providers-common-gateway - core-tx-schemeshard - library-actors-core -) -target_sources(kqp-gateway-actors PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/actors/scheme.cpp -) diff --git a/contrib/ydb/core/kqp/gateway/actors/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/kqp/gateway/actors/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 902596b8b2e..00000000000 --- a/contrib/ydb/core/kqp/gateway/actors/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(kqp-gateway-actors) -target_compile_options(kqp-gateway-actors PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(kqp-gateway-actors PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-tx-tx_proxy - core-kqp-common - core-kqp-provider - providers-common-gateway - core-tx-schemeshard - library-actors-core -) -target_sources(kqp-gateway-actors PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/actors/scheme.cpp -) diff --git a/contrib/ydb/core/kqp/gateway/actors/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/kqp/gateway/actors/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 902596b8b2e..00000000000 --- a/contrib/ydb/core/kqp/gateway/actors/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(kqp-gateway-actors) -target_compile_options(kqp-gateway-actors PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(kqp-gateway-actors PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-tx-tx_proxy - core-kqp-common - core-kqp-provider - providers-common-gateway - core-tx-schemeshard - library-actors-core -) -target_sources(kqp-gateway-actors PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/actors/scheme.cpp -) diff --git a/contrib/ydb/core/kqp/gateway/actors/CMakeLists.txt b/contrib/ydb/core/kqp/gateway/actors/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/kqp/gateway/actors/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/kqp/gateway/actors/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/kqp/gateway/actors/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 76772e7149c..00000000000 --- a/contrib/ydb/core/kqp/gateway/actors/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(kqp-gateway-actors) -target_compile_options(kqp-gateway-actors PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(kqp-gateway-actors PUBLIC - contrib-libs-cxxsupp - yutil - core-tx-tx_proxy - core-kqp-common - core-kqp-provider - providers-common-gateway - core-tx-schemeshard - library-actors-core -) -target_sources(kqp-gateway-actors PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/actors/scheme.cpp -) diff --git a/contrib/ydb/core/kqp/gateway/behaviour/CMakeLists.txt b/contrib/ydb/core/kqp/gateway/behaviour/CMakeLists.txt deleted file mode 100644 index 118a891d496..00000000000 --- a/contrib/ydb/core/kqp/gateway/behaviour/CMakeLists.txt +++ /dev/null @@ -1,12 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(external_data_source) -add_subdirectory(table) -add_subdirectory(tablestore) -add_subdirectory(view) diff --git a/contrib/ydb/core/kqp/gateway/behaviour/external_data_source/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/kqp/gateway/behaviour/external_data_source/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index eb5a7ef3a99..00000000000 --- a/contrib/ydb/core/kqp/gateway/behaviour/external_data_source/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(gateway-behaviour-external_data_source) -target_compile_options(gateway-behaviour-external_data_source PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(gateway-behaviour-external_data_source PUBLIC - contrib-libs-cxxsupp - yutil - services-metadata-initializer - services-metadata-abstract - kqp-gateway-actors - kqp-gateway-utils - behaviour-tablestore-operations -) -target_sources(gateway-behaviour-external_data_source PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/behaviour/external_data_source/manager.cpp -) - -add_global_library_for(gateway-behaviour-external_data_source.global gateway-behaviour-external_data_source) -target_compile_options(gateway-behaviour-external_data_source.global PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(gateway-behaviour-external_data_source.global PUBLIC - contrib-libs-cxxsupp - yutil - services-metadata-initializer - services-metadata-abstract - kqp-gateway-actors - kqp-gateway-utils - behaviour-tablestore-operations -) -target_sources(gateway-behaviour-external_data_source.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/behaviour/external_data_source/behaviour.cpp -) diff --git a/contrib/ydb/core/kqp/gateway/behaviour/external_data_source/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/kqp/gateway/behaviour/external_data_source/CMakeLists.linux-aarch64.txt deleted file mode 100644 index c435851051a..00000000000 --- a/contrib/ydb/core/kqp/gateway/behaviour/external_data_source/CMakeLists.linux-aarch64.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(gateway-behaviour-external_data_source) -target_compile_options(gateway-behaviour-external_data_source PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(gateway-behaviour-external_data_source PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - services-metadata-initializer - services-metadata-abstract - kqp-gateway-actors - kqp-gateway-utils - behaviour-tablestore-operations -) -target_sources(gateway-behaviour-external_data_source PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/behaviour/external_data_source/manager.cpp -) - -add_global_library_for(gateway-behaviour-external_data_source.global gateway-behaviour-external_data_source) -target_compile_options(gateway-behaviour-external_data_source.global PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(gateway-behaviour-external_data_source.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - services-metadata-initializer - services-metadata-abstract - kqp-gateway-actors - kqp-gateway-utils - behaviour-tablestore-operations -) -target_sources(gateway-behaviour-external_data_source.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/behaviour/external_data_source/behaviour.cpp -) diff --git a/contrib/ydb/core/kqp/gateway/behaviour/external_data_source/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/kqp/gateway/behaviour/external_data_source/CMakeLists.linux-x86_64.txt deleted file mode 100644 index c435851051a..00000000000 --- a/contrib/ydb/core/kqp/gateway/behaviour/external_data_source/CMakeLists.linux-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(gateway-behaviour-external_data_source) -target_compile_options(gateway-behaviour-external_data_source PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(gateway-behaviour-external_data_source PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - services-metadata-initializer - services-metadata-abstract - kqp-gateway-actors - kqp-gateway-utils - behaviour-tablestore-operations -) -target_sources(gateway-behaviour-external_data_source PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/behaviour/external_data_source/manager.cpp -) - -add_global_library_for(gateway-behaviour-external_data_source.global gateway-behaviour-external_data_source) -target_compile_options(gateway-behaviour-external_data_source.global PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(gateway-behaviour-external_data_source.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - services-metadata-initializer - services-metadata-abstract - kqp-gateway-actors - kqp-gateway-utils - behaviour-tablestore-operations -) -target_sources(gateway-behaviour-external_data_source.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/behaviour/external_data_source/behaviour.cpp -) diff --git a/contrib/ydb/core/kqp/gateway/behaviour/external_data_source/CMakeLists.txt b/contrib/ydb/core/kqp/gateway/behaviour/external_data_source/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/kqp/gateway/behaviour/external_data_source/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/kqp/gateway/behaviour/external_data_source/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/kqp/gateway/behaviour/external_data_source/CMakeLists.windows-x86_64.txt deleted file mode 100644 index eb5a7ef3a99..00000000000 --- a/contrib/ydb/core/kqp/gateway/behaviour/external_data_source/CMakeLists.windows-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(gateway-behaviour-external_data_source) -target_compile_options(gateway-behaviour-external_data_source PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(gateway-behaviour-external_data_source PUBLIC - contrib-libs-cxxsupp - yutil - services-metadata-initializer - services-metadata-abstract - kqp-gateway-actors - kqp-gateway-utils - behaviour-tablestore-operations -) -target_sources(gateway-behaviour-external_data_source PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/behaviour/external_data_source/manager.cpp -) - -add_global_library_for(gateway-behaviour-external_data_source.global gateway-behaviour-external_data_source) -target_compile_options(gateway-behaviour-external_data_source.global PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(gateway-behaviour-external_data_source.global PUBLIC - contrib-libs-cxxsupp - yutil - services-metadata-initializer - services-metadata-abstract - kqp-gateway-actors - kqp-gateway-utils - behaviour-tablestore-operations -) -target_sources(gateway-behaviour-external_data_source.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/behaviour/external_data_source/behaviour.cpp -) diff --git a/contrib/ydb/core/kqp/gateway/behaviour/table/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/kqp/gateway/behaviour/table/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 67518bc053e..00000000000 --- a/contrib/ydb/core/kqp/gateway/behaviour/table/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(gateway-behaviour-table INTERFACE) -target_link_libraries(gateway-behaviour-table INTERFACE - contrib-libs-cxxsupp - yutil - gateway-behaviour-tablestore -) - -add_global_library_for(gateway-behaviour-table.global gateway-behaviour-table) -target_compile_options(gateway-behaviour-table.global PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(gateway-behaviour-table.global PUBLIC - contrib-libs-cxxsupp - yutil - gateway-behaviour-tablestore -) -target_sources(gateway-behaviour-table.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/behaviour/table/behaviour.cpp -) diff --git a/contrib/ydb/core/kqp/gateway/behaviour/table/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/kqp/gateway/behaviour/table/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d0b4315339c..00000000000 --- a/contrib/ydb/core/kqp/gateway/behaviour/table/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(gateway-behaviour-table INTERFACE) -target_link_libraries(gateway-behaviour-table INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - gateway-behaviour-tablestore -) - -add_global_library_for(gateway-behaviour-table.global gateway-behaviour-table) -target_compile_options(gateway-behaviour-table.global PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(gateway-behaviour-table.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - gateway-behaviour-tablestore -) -target_sources(gateway-behaviour-table.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/behaviour/table/behaviour.cpp -) diff --git a/contrib/ydb/core/kqp/gateway/behaviour/table/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/kqp/gateway/behaviour/table/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d0b4315339c..00000000000 --- a/contrib/ydb/core/kqp/gateway/behaviour/table/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(gateway-behaviour-table INTERFACE) -target_link_libraries(gateway-behaviour-table INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - gateway-behaviour-tablestore -) - -add_global_library_for(gateway-behaviour-table.global gateway-behaviour-table) -target_compile_options(gateway-behaviour-table.global PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(gateway-behaviour-table.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - gateway-behaviour-tablestore -) -target_sources(gateway-behaviour-table.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/behaviour/table/behaviour.cpp -) diff --git a/contrib/ydb/core/kqp/gateway/behaviour/table/CMakeLists.txt b/contrib/ydb/core/kqp/gateway/behaviour/table/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/kqp/gateway/behaviour/table/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/kqp/gateway/behaviour/table/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/kqp/gateway/behaviour/table/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 67518bc053e..00000000000 --- a/contrib/ydb/core/kqp/gateway/behaviour/table/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(gateway-behaviour-table INTERFACE) -target_link_libraries(gateway-behaviour-table INTERFACE - contrib-libs-cxxsupp - yutil - gateway-behaviour-tablestore -) - -add_global_library_for(gateway-behaviour-table.global gateway-behaviour-table) -target_compile_options(gateway-behaviour-table.global PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(gateway-behaviour-table.global PUBLIC - contrib-libs-cxxsupp - yutil - gateway-behaviour-tablestore -) -target_sources(gateway-behaviour-table.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/behaviour/table/behaviour.cpp -) diff --git a/contrib/ydb/core/kqp/gateway/behaviour/tablestore/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/kqp/gateway/behaviour/tablestore/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 5e18dab69c4..00000000000 --- a/contrib/ydb/core/kqp/gateway/behaviour/tablestore/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_subdirectory(operations) - -add_library(gateway-behaviour-tablestore) -target_compile_options(gateway-behaviour-tablestore PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(gateway-behaviour-tablestore PUBLIC - contrib-libs-cxxsupp - yutil - services-metadata-initializer - services-metadata-abstract - kqp-gateway-actors - behaviour-tablestore-operations -) -target_sources(gateway-behaviour-tablestore PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/behaviour/tablestore/manager.cpp -) - -add_global_library_for(gateway-behaviour-tablestore.global gateway-behaviour-tablestore) -target_compile_options(gateway-behaviour-tablestore.global PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(gateway-behaviour-tablestore.global PUBLIC - contrib-libs-cxxsupp - yutil - services-metadata-initializer - services-metadata-abstract - kqp-gateway-actors - behaviour-tablestore-operations -) -target_sources(gateway-behaviour-tablestore.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/behaviour/tablestore/behaviour.cpp -) diff --git a/contrib/ydb/core/kqp/gateway/behaviour/tablestore/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/kqp/gateway/behaviour/tablestore/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 1799b550d7f..00000000000 --- a/contrib/ydb/core/kqp/gateway/behaviour/tablestore/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(operations) - -add_library(gateway-behaviour-tablestore) -target_compile_options(gateway-behaviour-tablestore PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(gateway-behaviour-tablestore PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - services-metadata-initializer - services-metadata-abstract - kqp-gateway-actors - behaviour-tablestore-operations -) -target_sources(gateway-behaviour-tablestore PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/behaviour/tablestore/manager.cpp -) - -add_global_library_for(gateway-behaviour-tablestore.global gateway-behaviour-tablestore) -target_compile_options(gateway-behaviour-tablestore.global PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(gateway-behaviour-tablestore.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - services-metadata-initializer - services-metadata-abstract - kqp-gateway-actors - behaviour-tablestore-operations -) -target_sources(gateway-behaviour-tablestore.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/behaviour/tablestore/behaviour.cpp -) diff --git a/contrib/ydb/core/kqp/gateway/behaviour/tablestore/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/kqp/gateway/behaviour/tablestore/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 1799b550d7f..00000000000 --- a/contrib/ydb/core/kqp/gateway/behaviour/tablestore/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(operations) - -add_library(gateway-behaviour-tablestore) -target_compile_options(gateway-behaviour-tablestore PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(gateway-behaviour-tablestore PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - services-metadata-initializer - services-metadata-abstract - kqp-gateway-actors - behaviour-tablestore-operations -) -target_sources(gateway-behaviour-tablestore PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/behaviour/tablestore/manager.cpp -) - -add_global_library_for(gateway-behaviour-tablestore.global gateway-behaviour-tablestore) -target_compile_options(gateway-behaviour-tablestore.global PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(gateway-behaviour-tablestore.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - services-metadata-initializer - services-metadata-abstract - kqp-gateway-actors - behaviour-tablestore-operations -) -target_sources(gateway-behaviour-tablestore.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/behaviour/tablestore/behaviour.cpp -) diff --git a/contrib/ydb/core/kqp/gateway/behaviour/tablestore/CMakeLists.txt b/contrib/ydb/core/kqp/gateway/behaviour/tablestore/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/kqp/gateway/behaviour/tablestore/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/kqp/gateway/behaviour/tablestore/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/kqp/gateway/behaviour/tablestore/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 5e18dab69c4..00000000000 --- a/contrib/ydb/core/kqp/gateway/behaviour/tablestore/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_subdirectory(operations) - -add_library(gateway-behaviour-tablestore) -target_compile_options(gateway-behaviour-tablestore PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(gateway-behaviour-tablestore PUBLIC - contrib-libs-cxxsupp - yutil - services-metadata-initializer - services-metadata-abstract - kqp-gateway-actors - behaviour-tablestore-operations -) -target_sources(gateway-behaviour-tablestore PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/behaviour/tablestore/manager.cpp -) - -add_global_library_for(gateway-behaviour-tablestore.global gateway-behaviour-tablestore) -target_compile_options(gateway-behaviour-tablestore.global PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(gateway-behaviour-tablestore.global PUBLIC - contrib-libs-cxxsupp - yutil - services-metadata-initializer - services-metadata-abstract - kqp-gateway-actors - behaviour-tablestore-operations -) -target_sources(gateway-behaviour-tablestore.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/behaviour/tablestore/behaviour.cpp -) diff --git a/contrib/ydb/core/kqp/gateway/behaviour/tablestore/operations/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/kqp/gateway/behaviour/tablestore/operations/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c2264531d4e..00000000000 --- a/contrib/ydb/core/kqp/gateway/behaviour/tablestore/operations/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(behaviour-tablestore-operations) -target_compile_options(behaviour-tablestore-operations PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(behaviour-tablestore-operations PUBLIC - contrib-libs-cxxsupp - yutil - services-metadata-manager - formats-arrow-compression - kqp-gateway-utils - ydb-core-protos -) -target_sources(behaviour-tablestore-operations PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/behaviour/tablestore/operations/abstract.cpp -) - -add_global_library_for(behaviour-tablestore-operations.global behaviour-tablestore-operations) -target_compile_options(behaviour-tablestore-operations.global PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(behaviour-tablestore-operations.global PUBLIC - contrib-libs-cxxsupp - yutil - services-metadata-manager - formats-arrow-compression - kqp-gateway-utils - ydb-core-protos -) -target_sources(behaviour-tablestore-operations.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/behaviour/tablestore/operations/add_column.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/behaviour/tablestore/operations/alter_column.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/behaviour/tablestore/operations/drop_column.cpp -) diff --git a/contrib/ydb/core/kqp/gateway/behaviour/tablestore/operations/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/kqp/gateway/behaviour/tablestore/operations/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 9f4cd8346d8..00000000000 --- a/contrib/ydb/core/kqp/gateway/behaviour/tablestore/operations/CMakeLists.linux-aarch64.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(behaviour-tablestore-operations) -target_compile_options(behaviour-tablestore-operations PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(behaviour-tablestore-operations PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - services-metadata-manager - formats-arrow-compression - kqp-gateway-utils - ydb-core-protos -) -target_sources(behaviour-tablestore-operations PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/behaviour/tablestore/operations/abstract.cpp -) - -add_global_library_for(behaviour-tablestore-operations.global behaviour-tablestore-operations) -target_compile_options(behaviour-tablestore-operations.global PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(behaviour-tablestore-operations.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - services-metadata-manager - formats-arrow-compression - kqp-gateway-utils - ydb-core-protos -) -target_sources(behaviour-tablestore-operations.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/behaviour/tablestore/operations/add_column.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/behaviour/tablestore/operations/alter_column.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/behaviour/tablestore/operations/drop_column.cpp -) diff --git a/contrib/ydb/core/kqp/gateway/behaviour/tablestore/operations/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/kqp/gateway/behaviour/tablestore/operations/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 9f4cd8346d8..00000000000 --- a/contrib/ydb/core/kqp/gateway/behaviour/tablestore/operations/CMakeLists.linux-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(behaviour-tablestore-operations) -target_compile_options(behaviour-tablestore-operations PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(behaviour-tablestore-operations PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - services-metadata-manager - formats-arrow-compression - kqp-gateway-utils - ydb-core-protos -) -target_sources(behaviour-tablestore-operations PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/behaviour/tablestore/operations/abstract.cpp -) - -add_global_library_for(behaviour-tablestore-operations.global behaviour-tablestore-operations) -target_compile_options(behaviour-tablestore-operations.global PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(behaviour-tablestore-operations.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - services-metadata-manager - formats-arrow-compression - kqp-gateway-utils - ydb-core-protos -) -target_sources(behaviour-tablestore-operations.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/behaviour/tablestore/operations/add_column.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/behaviour/tablestore/operations/alter_column.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/behaviour/tablestore/operations/drop_column.cpp -) diff --git a/contrib/ydb/core/kqp/gateway/behaviour/tablestore/operations/CMakeLists.txt b/contrib/ydb/core/kqp/gateway/behaviour/tablestore/operations/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/kqp/gateway/behaviour/tablestore/operations/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/kqp/gateway/behaviour/tablestore/operations/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/kqp/gateway/behaviour/tablestore/operations/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c2264531d4e..00000000000 --- a/contrib/ydb/core/kqp/gateway/behaviour/tablestore/operations/CMakeLists.windows-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(behaviour-tablestore-operations) -target_compile_options(behaviour-tablestore-operations PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(behaviour-tablestore-operations PUBLIC - contrib-libs-cxxsupp - yutil - services-metadata-manager - formats-arrow-compression - kqp-gateway-utils - ydb-core-protos -) -target_sources(behaviour-tablestore-operations PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/behaviour/tablestore/operations/abstract.cpp -) - -add_global_library_for(behaviour-tablestore-operations.global behaviour-tablestore-operations) -target_compile_options(behaviour-tablestore-operations.global PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(behaviour-tablestore-operations.global PUBLIC - contrib-libs-cxxsupp - yutil - services-metadata-manager - formats-arrow-compression - kqp-gateway-utils - ydb-core-protos -) -target_sources(behaviour-tablestore-operations.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/behaviour/tablestore/operations/add_column.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/behaviour/tablestore/operations/alter_column.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/behaviour/tablestore/operations/drop_column.cpp -) diff --git a/contrib/ydb/core/kqp/gateway/behaviour/view/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/kqp/gateway/behaviour/view/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 1e54017cbe8..00000000000 --- a/contrib/ydb/core/kqp/gateway/behaviour/view/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(gateway-behaviour-view) -target_compile_options(gateway-behaviour-view PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(gateway-behaviour-view PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - kqp-gateway-actors - core-tx-tx_proxy - services-metadata-abstract - services-metadata-manager -) -target_sources(gateway-behaviour-view PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/behaviour/view/manager.cpp -) - -add_global_library_for(gateway-behaviour-view.global gateway-behaviour-view) -target_compile_options(gateway-behaviour-view.global PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(gateway-behaviour-view.global PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - kqp-gateway-actors - core-tx-tx_proxy - services-metadata-abstract - services-metadata-manager -) -target_sources(gateway-behaviour-view.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/behaviour/view/behaviour.cpp -) diff --git a/contrib/ydb/core/kqp/gateway/behaviour/view/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/kqp/gateway/behaviour/view/CMakeLists.linux-aarch64.txt deleted file mode 100644 index aec1f7168da..00000000000 --- a/contrib/ydb/core/kqp/gateway/behaviour/view/CMakeLists.linux-aarch64.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(gateway-behaviour-view) -target_compile_options(gateway-behaviour-view PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(gateway-behaviour-view PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - kqp-gateway-actors - core-tx-tx_proxy - services-metadata-abstract - services-metadata-manager -) -target_sources(gateway-behaviour-view PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/behaviour/view/manager.cpp -) - -add_global_library_for(gateway-behaviour-view.global gateway-behaviour-view) -target_compile_options(gateway-behaviour-view.global PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(gateway-behaviour-view.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - kqp-gateway-actors - core-tx-tx_proxy - services-metadata-abstract - services-metadata-manager -) -target_sources(gateway-behaviour-view.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/behaviour/view/behaviour.cpp -) diff --git a/contrib/ydb/core/kqp/gateway/behaviour/view/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/kqp/gateway/behaviour/view/CMakeLists.linux-x86_64.txt deleted file mode 100644 index aec1f7168da..00000000000 --- a/contrib/ydb/core/kqp/gateway/behaviour/view/CMakeLists.linux-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(gateway-behaviour-view) -target_compile_options(gateway-behaviour-view PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(gateway-behaviour-view PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - kqp-gateway-actors - core-tx-tx_proxy - services-metadata-abstract - services-metadata-manager -) -target_sources(gateway-behaviour-view PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/behaviour/view/manager.cpp -) - -add_global_library_for(gateway-behaviour-view.global gateway-behaviour-view) -target_compile_options(gateway-behaviour-view.global PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(gateway-behaviour-view.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - kqp-gateway-actors - core-tx-tx_proxy - services-metadata-abstract - services-metadata-manager -) -target_sources(gateway-behaviour-view.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/behaviour/view/behaviour.cpp -) diff --git a/contrib/ydb/core/kqp/gateway/behaviour/view/CMakeLists.txt b/contrib/ydb/core/kqp/gateway/behaviour/view/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/kqp/gateway/behaviour/view/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/kqp/gateway/behaviour/view/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/kqp/gateway/behaviour/view/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 1e54017cbe8..00000000000 --- a/contrib/ydb/core/kqp/gateway/behaviour/view/CMakeLists.windows-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(gateway-behaviour-view) -target_compile_options(gateway-behaviour-view PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(gateway-behaviour-view PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - kqp-gateway-actors - core-tx-tx_proxy - services-metadata-abstract - services-metadata-manager -) -target_sources(gateway-behaviour-view PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/behaviour/view/manager.cpp -) - -add_global_library_for(gateway-behaviour-view.global gateway-behaviour-view) -target_compile_options(gateway-behaviour-view.global PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(gateway-behaviour-view.global PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - kqp-gateway-actors - core-tx-tx_proxy - services-metadata-abstract - services-metadata-manager -) -target_sources(gateway-behaviour-view.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/behaviour/view/behaviour.cpp -) diff --git a/contrib/ydb/core/kqp/gateway/local_rpc/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/kqp/gateway/local_rpc/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index fcbe8a6554c..00000000000 --- a/contrib/ydb/core/kqp/gateway/local_rpc/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(kqp-gateway-local_rpc) -target_compile_options(kqp-gateway-local_rpc PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(kqp-gateway-local_rpc PUBLIC - contrib-libs-cxxsupp - yutil - core-grpc_services-local_rpc - core-kqp-provider - ydb-library-ydb_issue -) -target_sources(kqp-gateway-local_rpc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/local_rpc/helper.cpp -) diff --git a/contrib/ydb/core/kqp/gateway/local_rpc/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/kqp/gateway/local_rpc/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 57585c2fb78..00000000000 --- a/contrib/ydb/core/kqp/gateway/local_rpc/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(kqp-gateway-local_rpc) -target_compile_options(kqp-gateway-local_rpc PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(kqp-gateway-local_rpc PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-grpc_services-local_rpc - core-kqp-provider - ydb-library-ydb_issue -) -target_sources(kqp-gateway-local_rpc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/local_rpc/helper.cpp -) diff --git a/contrib/ydb/core/kqp/gateway/local_rpc/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/kqp/gateway/local_rpc/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 57585c2fb78..00000000000 --- a/contrib/ydb/core/kqp/gateway/local_rpc/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(kqp-gateway-local_rpc) -target_compile_options(kqp-gateway-local_rpc PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(kqp-gateway-local_rpc PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-grpc_services-local_rpc - core-kqp-provider - ydb-library-ydb_issue -) -target_sources(kqp-gateway-local_rpc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/local_rpc/helper.cpp -) diff --git a/contrib/ydb/core/kqp/gateway/local_rpc/CMakeLists.txt b/contrib/ydb/core/kqp/gateway/local_rpc/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/kqp/gateway/local_rpc/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/kqp/gateway/local_rpc/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/kqp/gateway/local_rpc/CMakeLists.windows-x86_64.txt deleted file mode 100644 index fcbe8a6554c..00000000000 --- a/contrib/ydb/core/kqp/gateway/local_rpc/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(kqp-gateway-local_rpc) -target_compile_options(kqp-gateway-local_rpc PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(kqp-gateway-local_rpc PUBLIC - contrib-libs-cxxsupp - yutil - core-grpc_services-local_rpc - core-kqp-provider - ydb-library-ydb_issue -) -target_sources(kqp-gateway-local_rpc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/local_rpc/helper.cpp -) diff --git a/contrib/ydb/core/kqp/gateway/utils/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/kqp/gateway/utils/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 23c41322366..00000000000 --- a/contrib/ydb/core/kqp/gateway/utils/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(kqp-gateway-utils) -target_compile_options(kqp-gateway-utils PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(kqp-gateway-utils PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - core-kqp-provider - ydb-core-protos -) -target_sources(kqp-gateway-utils PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/utils/scheme_helpers.cpp -) diff --git a/contrib/ydb/core/kqp/gateway/utils/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/kqp/gateway/utils/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 8619534051e..00000000000 --- a/contrib/ydb/core/kqp/gateway/utils/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(kqp-gateway-utils) -target_compile_options(kqp-gateway-utils PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(kqp-gateway-utils PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - core-kqp-provider - ydb-core-protos -) -target_sources(kqp-gateway-utils PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/utils/scheme_helpers.cpp -) diff --git a/contrib/ydb/core/kqp/gateway/utils/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/kqp/gateway/utils/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 8619534051e..00000000000 --- a/contrib/ydb/core/kqp/gateway/utils/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(kqp-gateway-utils) -target_compile_options(kqp-gateway-utils PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(kqp-gateway-utils PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - core-kqp-provider - ydb-core-protos -) -target_sources(kqp-gateway-utils PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/utils/scheme_helpers.cpp -) diff --git a/contrib/ydb/core/kqp/gateway/utils/CMakeLists.txt b/contrib/ydb/core/kqp/gateway/utils/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/kqp/gateway/utils/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/kqp/gateway/utils/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/kqp/gateway/utils/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 23c41322366..00000000000 --- a/contrib/ydb/core/kqp/gateway/utils/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(kqp-gateway-utils) -target_compile_options(kqp-gateway-utils PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(kqp-gateway-utils PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - core-kqp-provider - ydb-core-protos -) -target_sources(kqp-gateway-utils PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/gateway/utils/scheme_helpers.cpp -) diff --git a/contrib/ydb/core/kqp/host/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/kqp/host/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 094766597ff..00000000000 --- a/contrib/ydb/core/kqp/host/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(core-kqp-host) -target_compile_options(core-kqp-host PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-host PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - core-kqp-common - core-kqp-federated_query - kqp-gateway-utils - core-kqp-opt - core-kqp-provider - tx-long_tx_service-public - yql-core-services - yql-minikql-invoke_builtins - library-yql-sql - library-yql-core - providers-common-codec - providers-common-http_gateway - providers-common-udf_resolve - yql-providers-config - providers-generic-provider - providers-result-provider - providers-s3-provider -) -target_sources(core-kqp-host PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/host/kqp_explain_prepared.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/host/kqp_gateway_proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/host/kqp_host.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/host/kqp_runner.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/host/kqp_transform.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/host/kqp_translate.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/host/kqp_type_ann.cpp -) diff --git a/contrib/ydb/core/kqp/host/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/kqp/host/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 25c28b06a46..00000000000 --- a/contrib/ydb/core/kqp/host/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(core-kqp-host) -target_compile_options(core-kqp-host PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-host PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - core-kqp-common - core-kqp-federated_query - kqp-gateway-utils - core-kqp-opt - core-kqp-provider - tx-long_tx_service-public - yql-core-services - yql-minikql-invoke_builtins - library-yql-sql - library-yql-core - providers-common-codec - providers-common-http_gateway - providers-common-udf_resolve - yql-providers-config - providers-generic-provider - providers-result-provider - providers-s3-provider -) -target_sources(core-kqp-host PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/host/kqp_explain_prepared.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/host/kqp_gateway_proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/host/kqp_host.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/host/kqp_runner.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/host/kqp_transform.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/host/kqp_translate.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/host/kqp_type_ann.cpp -) diff --git a/contrib/ydb/core/kqp/host/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/kqp/host/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 25c28b06a46..00000000000 --- a/contrib/ydb/core/kqp/host/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(core-kqp-host) -target_compile_options(core-kqp-host PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-host PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - core-kqp-common - core-kqp-federated_query - kqp-gateway-utils - core-kqp-opt - core-kqp-provider - tx-long_tx_service-public - yql-core-services - yql-minikql-invoke_builtins - library-yql-sql - library-yql-core - providers-common-codec - providers-common-http_gateway - providers-common-udf_resolve - yql-providers-config - providers-generic-provider - providers-result-provider - providers-s3-provider -) -target_sources(core-kqp-host PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/host/kqp_explain_prepared.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/host/kqp_gateway_proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/host/kqp_host.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/host/kqp_runner.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/host/kqp_transform.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/host/kqp_translate.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/host/kqp_type_ann.cpp -) diff --git a/contrib/ydb/core/kqp/host/CMakeLists.txt b/contrib/ydb/core/kqp/host/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/kqp/host/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/kqp/host/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/kqp/host/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 094766597ff..00000000000 --- a/contrib/ydb/core/kqp/host/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(core-kqp-host) -target_compile_options(core-kqp-host PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-host PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - core-kqp-common - core-kqp-federated_query - kqp-gateway-utils - core-kqp-opt - core-kqp-provider - tx-long_tx_service-public - yql-core-services - yql-minikql-invoke_builtins - library-yql-sql - library-yql-core - providers-common-codec - providers-common-http_gateway - providers-common-udf_resolve - yql-providers-config - providers-generic-provider - providers-result-provider - providers-s3-provider -) -target_sources(core-kqp-host PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/host/kqp_explain_prepared.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/host/kqp_gateway_proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/host/kqp_host.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/host/kqp_runner.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/host/kqp_transform.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/host/kqp_translate.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/host/kqp_type_ann.cpp -) diff --git a/contrib/ydb/core/kqp/node_service/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/kqp/node_service/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index e36f50c2c51..00000000000 --- a/contrib/ydb/core/kqp/node_service/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(core-kqp-node_service) -target_compile_options(core-kqp-node_service PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-node_service PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-actorlib_impl - ydb-core-base - core-cms-console - core-kqp-common - core-kqp-counters - ydb-core-mind - ydb-core-protos - ydb-core-tablet - dq-actors-compute - providers-common-http_gateway -) -target_sources(core-kqp-node_service PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/node_service/kqp_node_service.cpp -) diff --git a/contrib/ydb/core/kqp/node_service/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/kqp/node_service/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 8d011c56b84..00000000000 --- a/contrib/ydb/core/kqp/node_service/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(core-kqp-node_service) -target_compile_options(core-kqp-node_service PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-node_service PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-actorlib_impl - ydb-core-base - core-cms-console - core-kqp-common - core-kqp-counters - ydb-core-mind - ydb-core-protos - ydb-core-tablet - dq-actors-compute - providers-common-http_gateway -) -target_sources(core-kqp-node_service PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/node_service/kqp_node_service.cpp -) diff --git a/contrib/ydb/core/kqp/node_service/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/kqp/node_service/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 8d011c56b84..00000000000 --- a/contrib/ydb/core/kqp/node_service/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(core-kqp-node_service) -target_compile_options(core-kqp-node_service PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-node_service PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-actorlib_impl - ydb-core-base - core-cms-console - core-kqp-common - core-kqp-counters - ydb-core-mind - ydb-core-protos - ydb-core-tablet - dq-actors-compute - providers-common-http_gateway -) -target_sources(core-kqp-node_service PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/node_service/kqp_node_service.cpp -) diff --git a/contrib/ydb/core/kqp/node_service/CMakeLists.txt b/contrib/ydb/core/kqp/node_service/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/kqp/node_service/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/kqp/node_service/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/kqp/node_service/CMakeLists.windows-x86_64.txt deleted file mode 100644 index e36f50c2c51..00000000000 --- a/contrib/ydb/core/kqp/node_service/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(core-kqp-node_service) -target_compile_options(core-kqp-node_service PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-node_service PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-actorlib_impl - ydb-core-base - core-cms-console - core-kqp-common - core-kqp-counters - ydb-core-mind - ydb-core-protos - ydb-core-tablet - dq-actors-compute - providers-common-http_gateway -) -target_sources(core-kqp-node_service PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/node_service/kqp_node_service.cpp -) diff --git a/contrib/ydb/core/kqp/opt/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/kqp/opt/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index f86d4e332ee..00000000000 --- a/contrib/ydb/core/kqp/opt/CMakeLists.darwin-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_subdirectory(logical) -add_subdirectory(peephole) -add_subdirectory(physical) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-kqp-opt) -target_compile_options(core-kqp-opt PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-opt PUBLIC - contrib-libs-cxxsupp - yutil - core-kqp-common - kqp-opt-logical - kqp-opt-peephole - kqp-opt-physical - yql-dq-common - yql-dq-opt - yql-dq-type_ann - yql-utils-plan - core-kqp-provider - tools-enum_parser-enum_serialization_runtime -) -target_sources(core-kqp-opt PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/kqp_opt.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/kqp_opt_build_phy_query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/kqp_opt_build_txs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/kqp_opt_effects.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/kqp_opt_kql.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/kqp_opt_phase.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/kqp_opt_phy_check.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/kqp_opt_phy_finalize.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/kqp_opt_range_legacy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/kqp_query_blocks_transformer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/kqp_query_plan.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/kqp_statistics_transformer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/kqp_constant_folding_transformer.cpp -) -generate_enum_serilization(core-kqp-opt - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/kqp_query_plan.h - INCLUDE_HEADERS - contrib/ydb/core/kqp/opt/kqp_query_plan.h -) diff --git a/contrib/ydb/core/kqp/opt/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/kqp/opt/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 307753b1ae4..00000000000 --- a/contrib/ydb/core/kqp/opt/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,57 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(logical) -add_subdirectory(peephole) -add_subdirectory(physical) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-kqp-opt) -target_compile_options(core-kqp-opt PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-opt PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-kqp-common - kqp-opt-logical - kqp-opt-peephole - kqp-opt-physical - yql-dq-common - yql-dq-opt - yql-dq-type_ann - yql-utils-plan - core-kqp-provider - tools-enum_parser-enum_serialization_runtime -) -target_sources(core-kqp-opt PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/kqp_opt.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/kqp_opt_build_phy_query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/kqp_opt_build_txs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/kqp_opt_effects.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/kqp_opt_kql.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/kqp_opt_phase.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/kqp_opt_phy_check.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/kqp_opt_phy_finalize.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/kqp_opt_range_legacy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/kqp_query_blocks_transformer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/kqp_query_plan.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/kqp_statistics_transformer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/kqp_constant_folding_transformer.cpp -) -generate_enum_serilization(core-kqp-opt - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/kqp_query_plan.h - INCLUDE_HEADERS - contrib/ydb/core/kqp/opt/kqp_query_plan.h -) diff --git a/contrib/ydb/core/kqp/opt/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/kqp/opt/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 307753b1ae4..00000000000 --- a/contrib/ydb/core/kqp/opt/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,57 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(logical) -add_subdirectory(peephole) -add_subdirectory(physical) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-kqp-opt) -target_compile_options(core-kqp-opt PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-opt PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-kqp-common - kqp-opt-logical - kqp-opt-peephole - kqp-opt-physical - yql-dq-common - yql-dq-opt - yql-dq-type_ann - yql-utils-plan - core-kqp-provider - tools-enum_parser-enum_serialization_runtime -) -target_sources(core-kqp-opt PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/kqp_opt.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/kqp_opt_build_phy_query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/kqp_opt_build_txs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/kqp_opt_effects.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/kqp_opt_kql.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/kqp_opt_phase.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/kqp_opt_phy_check.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/kqp_opt_phy_finalize.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/kqp_opt_range_legacy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/kqp_query_blocks_transformer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/kqp_query_plan.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/kqp_statistics_transformer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/kqp_constant_folding_transformer.cpp -) -generate_enum_serilization(core-kqp-opt - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/kqp_query_plan.h - INCLUDE_HEADERS - contrib/ydb/core/kqp/opt/kqp_query_plan.h -) diff --git a/contrib/ydb/core/kqp/opt/CMakeLists.txt b/contrib/ydb/core/kqp/opt/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/kqp/opt/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/kqp/opt/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/kqp/opt/CMakeLists.windows-x86_64.txt deleted file mode 100644 index f86d4e332ee..00000000000 --- a/contrib/ydb/core/kqp/opt/CMakeLists.windows-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_subdirectory(logical) -add_subdirectory(peephole) -add_subdirectory(physical) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-kqp-opt) -target_compile_options(core-kqp-opt PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-opt PUBLIC - contrib-libs-cxxsupp - yutil - core-kqp-common - kqp-opt-logical - kqp-opt-peephole - kqp-opt-physical - yql-dq-common - yql-dq-opt - yql-dq-type_ann - yql-utils-plan - core-kqp-provider - tools-enum_parser-enum_serialization_runtime -) -target_sources(core-kqp-opt PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/kqp_opt.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/kqp_opt_build_phy_query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/kqp_opt_build_txs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/kqp_opt_effects.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/kqp_opt_kql.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/kqp_opt_phase.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/kqp_opt_phy_check.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/kqp_opt_phy_finalize.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/kqp_opt_range_legacy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/kqp_query_blocks_transformer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/kqp_query_plan.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/kqp_statistics_transformer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/kqp_constant_folding_transformer.cpp -) -generate_enum_serilization(core-kqp-opt - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/kqp_query_plan.h - INCLUDE_HEADERS - contrib/ydb/core/kqp/opt/kqp_query_plan.h -) diff --git a/contrib/ydb/core/kqp/opt/logical/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/kqp/opt/logical/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index f0124b037dc..00000000000 --- a/contrib/ydb/core/kqp/opt/logical/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(kqp-opt-logical) -target_compile_options(kqp-opt-logical PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(kqp-opt-logical PUBLIC - contrib-libs-cxxsupp - yutil - core-kqp-common - yql-core-extract_predicate - yql-dq-common - yql-dq-opt -) -target_sources(kqp-opt-logical PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/logical/kqp_opt_log_effects.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/logical/kqp_opt_log_extract.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/logical/kqp_opt_log_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/logical/kqp_opt_log_join.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/logical/kqp_opt_log_indexes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/logical/kqp_opt_log_ranges.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/logical/kqp_opt_log_ranges_predext.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/logical/kqp_opt_log_sort.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/logical/kqp_opt_log_sqlin.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/logical/kqp_opt_log_sqlin_compact.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/logical/kqp_opt_log.cpp -) diff --git a/contrib/ydb/core/kqp/opt/logical/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/kqp/opt/logical/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 8d74c3068a5..00000000000 --- a/contrib/ydb/core/kqp/opt/logical/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(kqp-opt-logical) -target_compile_options(kqp-opt-logical PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(kqp-opt-logical PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-kqp-common - yql-core-extract_predicate - yql-dq-common - yql-dq-opt -) -target_sources(kqp-opt-logical PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/logical/kqp_opt_log_effects.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/logical/kqp_opt_log_extract.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/logical/kqp_opt_log_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/logical/kqp_opt_log_join.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/logical/kqp_opt_log_indexes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/logical/kqp_opt_log_ranges.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/logical/kqp_opt_log_ranges_predext.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/logical/kqp_opt_log_sort.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/logical/kqp_opt_log_sqlin.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/logical/kqp_opt_log_sqlin_compact.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/logical/kqp_opt_log.cpp -) diff --git a/contrib/ydb/core/kqp/opt/logical/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/kqp/opt/logical/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 8d74c3068a5..00000000000 --- a/contrib/ydb/core/kqp/opt/logical/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(kqp-opt-logical) -target_compile_options(kqp-opt-logical PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(kqp-opt-logical PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-kqp-common - yql-core-extract_predicate - yql-dq-common - yql-dq-opt -) -target_sources(kqp-opt-logical PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/logical/kqp_opt_log_effects.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/logical/kqp_opt_log_extract.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/logical/kqp_opt_log_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/logical/kqp_opt_log_join.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/logical/kqp_opt_log_indexes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/logical/kqp_opt_log_ranges.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/logical/kqp_opt_log_ranges_predext.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/logical/kqp_opt_log_sort.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/logical/kqp_opt_log_sqlin.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/logical/kqp_opt_log_sqlin_compact.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/logical/kqp_opt_log.cpp -) diff --git a/contrib/ydb/core/kqp/opt/logical/CMakeLists.txt b/contrib/ydb/core/kqp/opt/logical/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/kqp/opt/logical/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/kqp/opt/logical/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/kqp/opt/logical/CMakeLists.windows-x86_64.txt deleted file mode 100644 index f0124b037dc..00000000000 --- a/contrib/ydb/core/kqp/opt/logical/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(kqp-opt-logical) -target_compile_options(kqp-opt-logical PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(kqp-opt-logical PUBLIC - contrib-libs-cxxsupp - yutil - core-kqp-common - yql-core-extract_predicate - yql-dq-common - yql-dq-opt -) -target_sources(kqp-opt-logical PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/logical/kqp_opt_log_effects.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/logical/kqp_opt_log_extract.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/logical/kqp_opt_log_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/logical/kqp_opt_log_join.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/logical/kqp_opt_log_indexes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/logical/kqp_opt_log_ranges.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/logical/kqp_opt_log_ranges_predext.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/logical/kqp_opt_log_sort.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/logical/kqp_opt_log_sqlin.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/logical/kqp_opt_log_sqlin_compact.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/logical/kqp_opt_log.cpp -) diff --git a/contrib/ydb/core/kqp/opt/peephole/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/kqp/opt/peephole/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index bf372ba9346..00000000000 --- a/contrib/ydb/core/kqp/opt/peephole/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(kqp-opt-peephole) -target_compile_options(kqp-opt-peephole PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(kqp-opt-peephole PUBLIC - contrib-libs-cxxsupp - yutil - core-kqp-common - ydb-library-naming_conventions - yql-dq-opt - kqp-opt-physical -) -target_sources(kqp-opt-peephole PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/peephole/kqp_opt_peephole_wide_read.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/peephole/kqp_opt_peephole_write_constraint.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/peephole/kqp_opt_peephole.cpp -) diff --git a/contrib/ydb/core/kqp/opt/peephole/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/kqp/opt/peephole/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 87918c00195..00000000000 --- a/contrib/ydb/core/kqp/opt/peephole/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(kqp-opt-peephole) -target_compile_options(kqp-opt-peephole PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(kqp-opt-peephole PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-kqp-common - ydb-library-naming_conventions - yql-dq-opt - kqp-opt-physical -) -target_sources(kqp-opt-peephole PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/peephole/kqp_opt_peephole_wide_read.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/peephole/kqp_opt_peephole_write_constraint.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/peephole/kqp_opt_peephole.cpp -) diff --git a/contrib/ydb/core/kqp/opt/peephole/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/kqp/opt/peephole/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 87918c00195..00000000000 --- a/contrib/ydb/core/kqp/opt/peephole/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(kqp-opt-peephole) -target_compile_options(kqp-opt-peephole PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(kqp-opt-peephole PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-kqp-common - ydb-library-naming_conventions - yql-dq-opt - kqp-opt-physical -) -target_sources(kqp-opt-peephole PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/peephole/kqp_opt_peephole_wide_read.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/peephole/kqp_opt_peephole_write_constraint.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/peephole/kqp_opt_peephole.cpp -) diff --git a/contrib/ydb/core/kqp/opt/peephole/CMakeLists.txt b/contrib/ydb/core/kqp/opt/peephole/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/kqp/opt/peephole/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/kqp/opt/peephole/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/kqp/opt/peephole/CMakeLists.windows-x86_64.txt deleted file mode 100644 index bf372ba9346..00000000000 --- a/contrib/ydb/core/kqp/opt/peephole/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(kqp-opt-peephole) -target_compile_options(kqp-opt-peephole PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(kqp-opt-peephole PUBLIC - contrib-libs-cxxsupp - yutil - core-kqp-common - ydb-library-naming_conventions - yql-dq-opt - kqp-opt-physical -) -target_sources(kqp-opt-peephole PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/peephole/kqp_opt_peephole_wide_read.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/peephole/kqp_opt_peephole_write_constraint.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/peephole/kqp_opt_peephole.cpp -) diff --git a/contrib/ydb/core/kqp/opt/physical/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/kqp/opt/physical/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2b4590dd7bb..00000000000 --- a/contrib/ydb/core/kqp/opt/physical/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_subdirectory(effects) - -add_library(kqp-opt-physical) -target_compile_options(kqp-opt-physical PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(kqp-opt-physical PUBLIC - contrib-libs-cxxsupp - yutil - core-kqp-common - opt-physical-effects - yql-dq-common - yql-dq-opt - yql-dq-type_ann - providers-common-pushdown -) -target_sources(kqp-opt-physical PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/kqp_opt_phy_build_stage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/kqp_opt_phy_limit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/kqp_opt_phy_olap_agg.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/kqp_opt_phy_olap_filter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/kqp_opt_phy_precompute.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/kqp_opt_phy_sort.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/kqp_opt_phy_source.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/kqp_opt_phy_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/kqp_opt_phy_stage_float_up.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/kqp_opt_phy.cpp -) diff --git a/contrib/ydb/core/kqp/opt/physical/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/kqp/opt/physical/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 2d3e536ff3a..00000000000 --- a/contrib/ydb/core/kqp/opt/physical/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_subdirectory(effects) - -add_library(kqp-opt-physical) -target_compile_options(kqp-opt-physical PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(kqp-opt-physical PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-kqp-common - opt-physical-effects - yql-dq-common - yql-dq-opt - yql-dq-type_ann - providers-common-pushdown -) -target_sources(kqp-opt-physical PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/kqp_opt_phy_build_stage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/kqp_opt_phy_limit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/kqp_opt_phy_olap_agg.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/kqp_opt_phy_olap_filter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/kqp_opt_phy_precompute.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/kqp_opt_phy_sort.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/kqp_opt_phy_source.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/kqp_opt_phy_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/kqp_opt_phy_stage_float_up.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/kqp_opt_phy.cpp -) diff --git a/contrib/ydb/core/kqp/opt/physical/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/kqp/opt/physical/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 2d3e536ff3a..00000000000 --- a/contrib/ydb/core/kqp/opt/physical/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_subdirectory(effects) - -add_library(kqp-opt-physical) -target_compile_options(kqp-opt-physical PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(kqp-opt-physical PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-kqp-common - opt-physical-effects - yql-dq-common - yql-dq-opt - yql-dq-type_ann - providers-common-pushdown -) -target_sources(kqp-opt-physical PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/kqp_opt_phy_build_stage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/kqp_opt_phy_limit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/kqp_opt_phy_olap_agg.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/kqp_opt_phy_olap_filter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/kqp_opt_phy_precompute.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/kqp_opt_phy_sort.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/kqp_opt_phy_source.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/kqp_opt_phy_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/kqp_opt_phy_stage_float_up.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/kqp_opt_phy.cpp -) diff --git a/contrib/ydb/core/kqp/opt/physical/CMakeLists.txt b/contrib/ydb/core/kqp/opt/physical/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/kqp/opt/physical/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/kqp/opt/physical/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/kqp/opt/physical/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 2b4590dd7bb..00000000000 --- a/contrib/ydb/core/kqp/opt/physical/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_subdirectory(effects) - -add_library(kqp-opt-physical) -target_compile_options(kqp-opt-physical PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(kqp-opt-physical PUBLIC - contrib-libs-cxxsupp - yutil - core-kqp-common - opt-physical-effects - yql-dq-common - yql-dq-opt - yql-dq-type_ann - providers-common-pushdown -) -target_sources(kqp-opt-physical PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/kqp_opt_phy_build_stage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/kqp_opt_phy_limit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/kqp_opt_phy_olap_agg.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/kqp_opt_phy_olap_filter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/kqp_opt_phy_precompute.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/kqp_opt_phy_sort.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/kqp_opt_phy_source.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/kqp_opt_phy_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/kqp_opt_phy_stage_float_up.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/kqp_opt_phy.cpp -) diff --git a/contrib/ydb/core/kqp/opt/physical/effects/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/kqp/opt/physical/effects/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 392bc897f73..00000000000 --- a/contrib/ydb/core/kqp/opt/physical/effects/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(opt-physical-effects) -target_compile_options(opt-physical-effects PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(opt-physical-effects PUBLIC - contrib-libs-cxxsupp - yutil - core-kqp-common - yql-dq-common - yql-dq-opt -) -target_sources(opt-physical-effects PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/effects/kqp_opt_phy_delete_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/effects/kqp_opt_phy_effects.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/effects/kqp_opt_phy_indexes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/effects/kqp_opt_phy_insert_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/effects/kqp_opt_phy_insert.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/effects/kqp_opt_phy_uniq_helper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/effects/kqp_opt_phy_update_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/effects/kqp_opt_phy_update.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/effects/kqp_opt_phy_upsert_index.cpp -) diff --git a/contrib/ydb/core/kqp/opt/physical/effects/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/kqp/opt/physical/effects/CMakeLists.linux-aarch64.txt deleted file mode 100644 index ee619bd3c80..00000000000 --- a/contrib/ydb/core/kqp/opt/physical/effects/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(opt-physical-effects) -target_compile_options(opt-physical-effects PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(opt-physical-effects PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-kqp-common - yql-dq-common - yql-dq-opt -) -target_sources(opt-physical-effects PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/effects/kqp_opt_phy_delete_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/effects/kqp_opt_phy_effects.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/effects/kqp_opt_phy_indexes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/effects/kqp_opt_phy_insert_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/effects/kqp_opt_phy_insert.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/effects/kqp_opt_phy_uniq_helper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/effects/kqp_opt_phy_update_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/effects/kqp_opt_phy_update.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/effects/kqp_opt_phy_upsert_index.cpp -) diff --git a/contrib/ydb/core/kqp/opt/physical/effects/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/kqp/opt/physical/effects/CMakeLists.linux-x86_64.txt deleted file mode 100644 index ee619bd3c80..00000000000 --- a/contrib/ydb/core/kqp/opt/physical/effects/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(opt-physical-effects) -target_compile_options(opt-physical-effects PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(opt-physical-effects PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-kqp-common - yql-dq-common - yql-dq-opt -) -target_sources(opt-physical-effects PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/effects/kqp_opt_phy_delete_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/effects/kqp_opt_phy_effects.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/effects/kqp_opt_phy_indexes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/effects/kqp_opt_phy_insert_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/effects/kqp_opt_phy_insert.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/effects/kqp_opt_phy_uniq_helper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/effects/kqp_opt_phy_update_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/effects/kqp_opt_phy_update.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/effects/kqp_opt_phy_upsert_index.cpp -) diff --git a/contrib/ydb/core/kqp/opt/physical/effects/CMakeLists.txt b/contrib/ydb/core/kqp/opt/physical/effects/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/kqp/opt/physical/effects/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/kqp/opt/physical/effects/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/kqp/opt/physical/effects/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 392bc897f73..00000000000 --- a/contrib/ydb/core/kqp/opt/physical/effects/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(opt-physical-effects) -target_compile_options(opt-physical-effects PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(opt-physical-effects PUBLIC - contrib-libs-cxxsupp - yutil - core-kqp-common - yql-dq-common - yql-dq-opt -) -target_sources(opt-physical-effects PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/effects/kqp_opt_phy_delete_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/effects/kqp_opt_phy_effects.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/effects/kqp_opt_phy_indexes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/effects/kqp_opt_phy_insert_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/effects/kqp_opt_phy_insert.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/effects/kqp_opt_phy_uniq_helper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/effects/kqp_opt_phy_update_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/effects/kqp_opt_phy_update.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/opt/physical/effects/kqp_opt_phy_upsert_index.cpp -) diff --git a/contrib/ydb/core/kqp/provider/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/kqp/provider/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index fd987c4adde..00000000000 --- a/contrib/ydb/core/kqp/provider/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,93 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -find_package(Python3 REQUIRED) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-kqp-provider) -target_compile_options(core-kqp-provider PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-provider PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-protos - ydb-core-docapi - core-kqp-query_data - ydb-library-aclib - library-aclib-protos - ydb-library-binary_json - ydb-library-dynumber - yql-core-services - library-yql-minikql - yql-public-decimal - public-lib-scheme_types - cpp-client-ydb_topic - yql-core-expr_nodes - yql-core-peephole_opt - parser-pg_wrapper-interface - providers-common-codec - providers-common-config - providers-common-gateway - providers-common-proto - providers-common-provider - common-schema-expr - providers-dq-expr_nodes - providers-result-expr_nodes - providers-result-provider - yql-sql-settings - library-ydb_issue-proto - yql-public-issue - tools-enum_parser-enum_serialization_runtime -) -target_sources(core-kqp-provider PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_datasink.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_datasource.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_exec.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_expr_nodes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_gateway.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_opt_build.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_opt.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_provider.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_results.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_settings.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_type_ann.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_type_ann_pg.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_expr_nodes.defs.inl.h -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_expr_nodes.defs.inl.h - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_expr_nodes.json - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - COMMAND - Python3::Interpreter - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_expr_nodes.json - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_expr_nodes.defs.inl.h -) -generate_enum_serilization(core-kqp-provider - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_provider.h - INCLUDE_HEADERS - contrib/ydb/core/kqp/provider/yql_kikimr_provider.h -) diff --git a/contrib/ydb/core/kqp/provider/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/kqp/provider/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 5aa2e54f2dc..00000000000 --- a/contrib/ydb/core/kqp/provider/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,94 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -find_package(Python3 REQUIRED) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-kqp-provider) -target_compile_options(core-kqp-provider PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-provider PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-protos - ydb-core-docapi - core-kqp-query_data - ydb-library-aclib - library-aclib-protos - ydb-library-binary_json - ydb-library-dynumber - yql-core-services - library-yql-minikql - yql-public-decimal - public-lib-scheme_types - cpp-client-ydb_topic - yql-core-expr_nodes - yql-core-peephole_opt - parser-pg_wrapper-interface - providers-common-codec - providers-common-config - providers-common-gateway - providers-common-proto - providers-common-provider - common-schema-expr - providers-dq-expr_nodes - providers-result-expr_nodes - providers-result-provider - yql-sql-settings - library-ydb_issue-proto - yql-public-issue - tools-enum_parser-enum_serialization_runtime -) -target_sources(core-kqp-provider PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_datasink.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_datasource.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_exec.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_expr_nodes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_gateway.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_opt_build.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_opt.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_provider.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_results.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_settings.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_type_ann.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_type_ann_pg.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_expr_nodes.defs.inl.h -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_expr_nodes.defs.inl.h - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_expr_nodes.json - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - COMMAND - Python3::Interpreter - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_expr_nodes.json - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_expr_nodes.defs.inl.h -) -generate_enum_serilization(core-kqp-provider - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_provider.h - INCLUDE_HEADERS - contrib/ydb/core/kqp/provider/yql_kikimr_provider.h -) diff --git a/contrib/ydb/core/kqp/provider/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/kqp/provider/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 5aa2e54f2dc..00000000000 --- a/contrib/ydb/core/kqp/provider/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,94 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -find_package(Python3 REQUIRED) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-kqp-provider) -target_compile_options(core-kqp-provider PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-provider PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-protos - ydb-core-docapi - core-kqp-query_data - ydb-library-aclib - library-aclib-protos - ydb-library-binary_json - ydb-library-dynumber - yql-core-services - library-yql-minikql - yql-public-decimal - public-lib-scheme_types - cpp-client-ydb_topic - yql-core-expr_nodes - yql-core-peephole_opt - parser-pg_wrapper-interface - providers-common-codec - providers-common-config - providers-common-gateway - providers-common-proto - providers-common-provider - common-schema-expr - providers-dq-expr_nodes - providers-result-expr_nodes - providers-result-provider - yql-sql-settings - library-ydb_issue-proto - yql-public-issue - tools-enum_parser-enum_serialization_runtime -) -target_sources(core-kqp-provider PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_datasink.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_datasource.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_exec.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_expr_nodes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_gateway.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_opt_build.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_opt.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_provider.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_results.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_settings.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_type_ann.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_type_ann_pg.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_expr_nodes.defs.inl.h -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_expr_nodes.defs.inl.h - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_expr_nodes.json - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - COMMAND - Python3::Interpreter - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_expr_nodes.json - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_expr_nodes.defs.inl.h -) -generate_enum_serilization(core-kqp-provider - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_provider.h - INCLUDE_HEADERS - contrib/ydb/core/kqp/provider/yql_kikimr_provider.h -) diff --git a/contrib/ydb/core/kqp/provider/CMakeLists.txt b/contrib/ydb/core/kqp/provider/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/kqp/provider/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/kqp/provider/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/kqp/provider/CMakeLists.windows-x86_64.txt deleted file mode 100644 index fd987c4adde..00000000000 --- a/contrib/ydb/core/kqp/provider/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,93 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -find_package(Python3 REQUIRED) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-kqp-provider) -target_compile_options(core-kqp-provider PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-provider PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-protos - ydb-core-docapi - core-kqp-query_data - ydb-library-aclib - library-aclib-protos - ydb-library-binary_json - ydb-library-dynumber - yql-core-services - library-yql-minikql - yql-public-decimal - public-lib-scheme_types - cpp-client-ydb_topic - yql-core-expr_nodes - yql-core-peephole_opt - parser-pg_wrapper-interface - providers-common-codec - providers-common-config - providers-common-gateway - providers-common-proto - providers-common-provider - common-schema-expr - providers-dq-expr_nodes - providers-result-expr_nodes - providers-result-provider - yql-sql-settings - library-ydb_issue-proto - yql-public-issue - tools-enum_parser-enum_serialization_runtime -) -target_sources(core-kqp-provider PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_datasink.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_datasource.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_exec.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_expr_nodes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_gateway.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_opt_build.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_opt.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_provider.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_results.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_settings.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_type_ann.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_type_ann_pg.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_expr_nodes.defs.inl.h -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_expr_nodes.defs.inl.h - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_expr_nodes.json - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - COMMAND - Python3::Interpreter - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_expr_nodes.json - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_expr_nodes.defs.inl.h -) -generate_enum_serilization(core-kqp-provider - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/provider/yql_kikimr_provider.h - INCLUDE_HEADERS - contrib/ydb/core/kqp/provider/yql_kikimr_provider.h -) diff --git a/contrib/ydb/core/kqp/proxy_service/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/kqp/proxy_service/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 82cfb6cd732..00000000000 --- a/contrib/ydb/core/kqp/proxy_service/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_subdirectory(proto) - -add_library(core-kqp-proxy_service) -target_compile_options(core-kqp-proxy_service PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-proxy_service PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-http - cpp-protobuf-json - ydb-core-actorlib_impl - ydb-core-base - core-cms-console - core-kqp-common - kqp-common-events - core-kqp-counters - kqp-proxy_service-proto - core-kqp-run_script_actor - ydb-core-mind - ydb-core-protos - core-tx-tx_proxy - core-tx-scheme_cache - core-tx-schemeshard - ydb-core-mon - ydb-library-query_actor - ydb-library-table_creator - providers-common-http_gateway - providers-common-proto - yql-public-issue - dq-actors-spilling - api-protos - public-lib-operation_id - public-lib-scheme_types - cpp-client-ydb_params -) -target_sources(core-kqp-proxy_service PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/proxy_service/kqp_proxy_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/proxy_service/kqp_proxy_peer_stats_calculator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/proxy_service/kqp_script_executions.cpp -) diff --git a/contrib/ydb/core/kqp/proxy_service/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/kqp/proxy_service/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 0c5c658d5ad..00000000000 --- a/contrib/ydb/core/kqp/proxy_service/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,51 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(proto) - -add_library(core-kqp-proxy_service) -target_compile_options(core-kqp-proxy_service PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-proxy_service PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-http - cpp-protobuf-json - ydb-core-actorlib_impl - ydb-core-base - core-cms-console - core-kqp-common - kqp-common-events - core-kqp-counters - kqp-proxy_service-proto - core-kqp-run_script_actor - ydb-core-mind - ydb-core-protos - core-tx-tx_proxy - core-tx-scheme_cache - core-tx-schemeshard - ydb-core-mon - ydb-library-query_actor - ydb-library-table_creator - providers-common-http_gateway - providers-common-proto - yql-public-issue - dq-actors-spilling - api-protos - public-lib-operation_id - public-lib-scheme_types - cpp-client-ydb_params -) -target_sources(core-kqp-proxy_service PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/proxy_service/kqp_proxy_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/proxy_service/kqp_proxy_peer_stats_calculator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/proxy_service/kqp_script_executions.cpp -) diff --git a/contrib/ydb/core/kqp/proxy_service/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/kqp/proxy_service/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 0c5c658d5ad..00000000000 --- a/contrib/ydb/core/kqp/proxy_service/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,51 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(proto) - -add_library(core-kqp-proxy_service) -target_compile_options(core-kqp-proxy_service PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-proxy_service PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-http - cpp-protobuf-json - ydb-core-actorlib_impl - ydb-core-base - core-cms-console - core-kqp-common - kqp-common-events - core-kqp-counters - kqp-proxy_service-proto - core-kqp-run_script_actor - ydb-core-mind - ydb-core-protos - core-tx-tx_proxy - core-tx-scheme_cache - core-tx-schemeshard - ydb-core-mon - ydb-library-query_actor - ydb-library-table_creator - providers-common-http_gateway - providers-common-proto - yql-public-issue - dq-actors-spilling - api-protos - public-lib-operation_id - public-lib-scheme_types - cpp-client-ydb_params -) -target_sources(core-kqp-proxy_service PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/proxy_service/kqp_proxy_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/proxy_service/kqp_proxy_peer_stats_calculator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/proxy_service/kqp_script_executions.cpp -) diff --git a/contrib/ydb/core/kqp/proxy_service/CMakeLists.txt b/contrib/ydb/core/kqp/proxy_service/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/kqp/proxy_service/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/kqp/proxy_service/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/kqp/proxy_service/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 82cfb6cd732..00000000000 --- a/contrib/ydb/core/kqp/proxy_service/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_subdirectory(proto) - -add_library(core-kqp-proxy_service) -target_compile_options(core-kqp-proxy_service PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-proxy_service PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-http - cpp-protobuf-json - ydb-core-actorlib_impl - ydb-core-base - core-cms-console - core-kqp-common - kqp-common-events - core-kqp-counters - kqp-proxy_service-proto - core-kqp-run_script_actor - ydb-core-mind - ydb-core-protos - core-tx-tx_proxy - core-tx-scheme_cache - core-tx-schemeshard - ydb-core-mon - ydb-library-query_actor - ydb-library-table_creator - providers-common-http_gateway - providers-common-proto - yql-public-issue - dq-actors-spilling - api-protos - public-lib-operation_id - public-lib-scheme_types - cpp-client-ydb_params -) -target_sources(core-kqp-proxy_service PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/proxy_service/kqp_proxy_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/proxy_service/kqp_proxy_peer_stats_calculator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/proxy_service/kqp_script_executions.cpp -) diff --git a/contrib/ydb/core/kqp/proxy_service/proto/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/kqp/proxy_service/proto/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index b09b5fd3022..00000000000 --- a/contrib/ydb/core/kqp/proxy_service/proto/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(kqp-proxy_service-proto) -target_link_libraries(kqp-proxy_service-proto PUBLIC - contrib-libs-cxxsupp - yutil - api-protos - contrib-libs-protobuf -) -target_proto_messages(kqp-proxy_service-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/proxy_service/proto/result_set_meta.proto -) -target_proto_addincls(kqp-proxy_service-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(kqp-proxy_service-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/kqp/proxy_service/proto/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/kqp/proxy_service/proto/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 1b45a70f4b4..00000000000 --- a/contrib/ydb/core/kqp/proxy_service/proto/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(kqp-proxy_service-proto) -target_link_libraries(kqp-proxy_service-proto PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - api-protos - contrib-libs-protobuf -) -target_proto_messages(kqp-proxy_service-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/proxy_service/proto/result_set_meta.proto -) -target_proto_addincls(kqp-proxy_service-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(kqp-proxy_service-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/kqp/proxy_service/proto/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/kqp/proxy_service/proto/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 1b45a70f4b4..00000000000 --- a/contrib/ydb/core/kqp/proxy_service/proto/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(kqp-proxy_service-proto) -target_link_libraries(kqp-proxy_service-proto PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - api-protos - contrib-libs-protobuf -) -target_proto_messages(kqp-proxy_service-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/proxy_service/proto/result_set_meta.proto -) -target_proto_addincls(kqp-proxy_service-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(kqp-proxy_service-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/kqp/proxy_service/proto/CMakeLists.txt b/contrib/ydb/core/kqp/proxy_service/proto/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/kqp/proxy_service/proto/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/kqp/proxy_service/proto/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/kqp/proxy_service/proto/CMakeLists.windows-x86_64.txt deleted file mode 100644 index b09b5fd3022..00000000000 --- a/contrib/ydb/core/kqp/proxy_service/proto/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(kqp-proxy_service-proto) -target_link_libraries(kqp-proxy_service-proto PUBLIC - contrib-libs-cxxsupp - yutil - api-protos - contrib-libs-protobuf -) -target_proto_messages(kqp-proxy_service-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/proxy_service/proto/result_set_meta.proto -) -target_proto_addincls(kqp-proxy_service-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(kqp-proxy_service-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/kqp/query_compiler/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/kqp/query_compiler/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 8a340859a60..00000000000 --- a/contrib/ydb/core/kqp/query_compiler/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(core-kqp-query_compiler) -target_compile_options(core-kqp-query_compiler PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-query_compiler PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-formats - core-kqp-common - ydb-core-protos - ydb-library-mkql_proto - core-arrow_kernels-request - yql-dq-integration - yql-dq-opt - yql-dq-type_ann - yql-dq-tasks - library-yql-minikql - providers-common-mkql - providers-dq-common -) -target_sources(core-kqp-query_compiler PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/query_compiler/kqp_mkql_compiler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/query_compiler/kqp_olap_compiler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/query_compiler/kqp_query_compiler.cpp -) diff --git a/contrib/ydb/core/kqp/query_compiler/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/kqp/query_compiler/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 9b5613762cc..00000000000 --- a/contrib/ydb/core/kqp/query_compiler/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(core-kqp-query_compiler) -target_compile_options(core-kqp-query_compiler PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-query_compiler PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-formats - core-kqp-common - ydb-core-protos - ydb-library-mkql_proto - core-arrow_kernels-request - yql-dq-integration - yql-dq-opt - yql-dq-type_ann - yql-dq-tasks - library-yql-minikql - providers-common-mkql - providers-dq-common -) -target_sources(core-kqp-query_compiler PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/query_compiler/kqp_mkql_compiler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/query_compiler/kqp_olap_compiler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/query_compiler/kqp_query_compiler.cpp -) diff --git a/contrib/ydb/core/kqp/query_compiler/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/kqp/query_compiler/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 9b5613762cc..00000000000 --- a/contrib/ydb/core/kqp/query_compiler/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(core-kqp-query_compiler) -target_compile_options(core-kqp-query_compiler PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-query_compiler PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-formats - core-kqp-common - ydb-core-protos - ydb-library-mkql_proto - core-arrow_kernels-request - yql-dq-integration - yql-dq-opt - yql-dq-type_ann - yql-dq-tasks - library-yql-minikql - providers-common-mkql - providers-dq-common -) -target_sources(core-kqp-query_compiler PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/query_compiler/kqp_mkql_compiler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/query_compiler/kqp_olap_compiler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/query_compiler/kqp_query_compiler.cpp -) diff --git a/contrib/ydb/core/kqp/query_compiler/CMakeLists.txt b/contrib/ydb/core/kqp/query_compiler/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/kqp/query_compiler/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/kqp/query_compiler/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/kqp/query_compiler/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 8a340859a60..00000000000 --- a/contrib/ydb/core/kqp/query_compiler/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(core-kqp-query_compiler) -target_compile_options(core-kqp-query_compiler PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-query_compiler PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-formats - core-kqp-common - ydb-core-protos - ydb-library-mkql_proto - core-arrow_kernels-request - yql-dq-integration - yql-dq-opt - yql-dq-type_ann - yql-dq-tasks - library-yql-minikql - providers-common-mkql - providers-dq-common -) -target_sources(core-kqp-query_compiler PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/query_compiler/kqp_mkql_compiler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/query_compiler/kqp_olap_compiler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/query_compiler/kqp_query_compiler.cpp -) diff --git a/contrib/ydb/core/kqp/query_data/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/kqp/query_data/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index ebf3db1bca7..00000000000 --- a/contrib/ydb/core/kqp/query_data/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(core-kqp-query_data) -target_compile_options(core-kqp-query_data PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-query_data PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-actorlib_impl - ydb-core-base - kqp-common-simple - yql-dq-expr_nodes - yql-dq-proto - core-kqp-expr_nodes -) -target_sources(core-kqp-query_data PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/query_data/kqp_query_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/query_data/kqp_prepared_query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/query_data/kqp_predictor.cpp -) diff --git a/contrib/ydb/core/kqp/query_data/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/kqp/query_data/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 003fb11bdc7..00000000000 --- a/contrib/ydb/core/kqp/query_data/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(core-kqp-query_data) -target_compile_options(core-kqp-query_data PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-query_data PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-actorlib_impl - ydb-core-base - kqp-common-simple - yql-dq-expr_nodes - yql-dq-proto - core-kqp-expr_nodes -) -target_sources(core-kqp-query_data PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/query_data/kqp_query_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/query_data/kqp_prepared_query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/query_data/kqp_predictor.cpp -) diff --git a/contrib/ydb/core/kqp/query_data/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/kqp/query_data/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 003fb11bdc7..00000000000 --- a/contrib/ydb/core/kqp/query_data/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(core-kqp-query_data) -target_compile_options(core-kqp-query_data PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-query_data PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-actorlib_impl - ydb-core-base - kqp-common-simple - yql-dq-expr_nodes - yql-dq-proto - core-kqp-expr_nodes -) -target_sources(core-kqp-query_data PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/query_data/kqp_query_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/query_data/kqp_prepared_query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/query_data/kqp_predictor.cpp -) diff --git a/contrib/ydb/core/kqp/query_data/CMakeLists.txt b/contrib/ydb/core/kqp/query_data/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/kqp/query_data/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/kqp/query_data/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/kqp/query_data/CMakeLists.windows-x86_64.txt deleted file mode 100644 index ebf3db1bca7..00000000000 --- a/contrib/ydb/core/kqp/query_data/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(core-kqp-query_data) -target_compile_options(core-kqp-query_data PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-query_data PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-actorlib_impl - ydb-core-base - kqp-common-simple - yql-dq-expr_nodes - yql-dq-proto - core-kqp-expr_nodes -) -target_sources(core-kqp-query_data PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/query_data/kqp_query_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/query_data/kqp_prepared_query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/query_data/kqp_predictor.cpp -) diff --git a/contrib/ydb/core/kqp/rm_service/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/kqp/rm_service/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 7a266e200ed..00000000000 --- a/contrib/ydb/core/kqp/rm_service/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(core-kqp-rm_service) -target_compile_options(core-kqp-rm_service PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-rm_service PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-interconnect - ydb-core-actorlib_impl - ydb-core-base - core-cms-console - core-kqp-common - core-kqp-counters - ydb-core-mind - ydb-core-mon - ydb-core-protos - ydb-core-tablet - ydb-core-node_whiteboard - ydb-core-util -) -target_sources(core-kqp-rm_service PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/rm_service/kqp_resource_tracker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/rm_service/kqp_resource_estimation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/rm_service/kqp_resource_info_exchanger.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/rm_service/kqp_rm_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/rm_service/kqp_snapshot_manager.cpp -) diff --git a/contrib/ydb/core/kqp/rm_service/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/kqp/rm_service/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 6871dcd4c97..00000000000 --- a/contrib/ydb/core/kqp/rm_service/CMakeLists.linux-aarch64.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(core-kqp-rm_service) -target_compile_options(core-kqp-rm_service PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-rm_service PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-interconnect - ydb-core-actorlib_impl - ydb-core-base - core-cms-console - core-kqp-common - core-kqp-counters - ydb-core-mind - ydb-core-mon - ydb-core-protos - ydb-core-tablet - ydb-core-node_whiteboard - ydb-core-util -) -target_sources(core-kqp-rm_service PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/rm_service/kqp_resource_tracker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/rm_service/kqp_resource_estimation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/rm_service/kqp_resource_info_exchanger.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/rm_service/kqp_rm_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/rm_service/kqp_snapshot_manager.cpp -) diff --git a/contrib/ydb/core/kqp/rm_service/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/kqp/rm_service/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 6871dcd4c97..00000000000 --- a/contrib/ydb/core/kqp/rm_service/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(core-kqp-rm_service) -target_compile_options(core-kqp-rm_service PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-rm_service PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-interconnect - ydb-core-actorlib_impl - ydb-core-base - core-cms-console - core-kqp-common - core-kqp-counters - ydb-core-mind - ydb-core-mon - ydb-core-protos - ydb-core-tablet - ydb-core-node_whiteboard - ydb-core-util -) -target_sources(core-kqp-rm_service PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/rm_service/kqp_resource_tracker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/rm_service/kqp_resource_estimation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/rm_service/kqp_resource_info_exchanger.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/rm_service/kqp_rm_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/rm_service/kqp_snapshot_manager.cpp -) diff --git a/contrib/ydb/core/kqp/rm_service/CMakeLists.txt b/contrib/ydb/core/kqp/rm_service/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/kqp/rm_service/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/kqp/rm_service/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/kqp/rm_service/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 7a266e200ed..00000000000 --- a/contrib/ydb/core/kqp/rm_service/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(core-kqp-rm_service) -target_compile_options(core-kqp-rm_service PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-rm_service PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-interconnect - ydb-core-actorlib_impl - ydb-core-base - core-cms-console - core-kqp-common - core-kqp-counters - ydb-core-mind - ydb-core-mon - ydb-core-protos - ydb-core-tablet - ydb-core-node_whiteboard - ydb-core-util -) -target_sources(core-kqp-rm_service PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/rm_service/kqp_resource_tracker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/rm_service/kqp_resource_estimation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/rm_service/kqp_resource_info_exchanger.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/rm_service/kqp_rm_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/rm_service/kqp_snapshot_manager.cpp -) diff --git a/contrib/ydb/core/kqp/run_script_actor/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/kqp/run_script_actor/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index bcf80219edb..00000000000 --- a/contrib/ydb/core/kqp/run_script_actor/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(core-kqp-run_script_actor) -target_compile_options(core-kqp-run_script_actor PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-run_script_actor PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-protobuf-json - ydb-core-base - ydb-core-protos - kqp-common-events - core-kqp-executer_actor - kqp-proxy_service-proto - api-protos -) -target_sources(core-kqp-run_script_actor PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/run_script_actor/kqp_run_script_actor.cpp -) diff --git a/contrib/ydb/core/kqp/run_script_actor/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/kqp/run_script_actor/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 028ddb250ec..00000000000 --- a/contrib/ydb/core/kqp/run_script_actor/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(core-kqp-run_script_actor) -target_compile_options(core-kqp-run_script_actor PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-run_script_actor PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-protobuf-json - ydb-core-base - ydb-core-protos - kqp-common-events - core-kqp-executer_actor - kqp-proxy_service-proto - api-protos -) -target_sources(core-kqp-run_script_actor PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/run_script_actor/kqp_run_script_actor.cpp -) diff --git a/contrib/ydb/core/kqp/run_script_actor/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/kqp/run_script_actor/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 028ddb250ec..00000000000 --- a/contrib/ydb/core/kqp/run_script_actor/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(core-kqp-run_script_actor) -target_compile_options(core-kqp-run_script_actor PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-run_script_actor PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-protobuf-json - ydb-core-base - ydb-core-protos - kqp-common-events - core-kqp-executer_actor - kqp-proxy_service-proto - api-protos -) -target_sources(core-kqp-run_script_actor PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/run_script_actor/kqp_run_script_actor.cpp -) diff --git a/contrib/ydb/core/kqp/run_script_actor/CMakeLists.txt b/contrib/ydb/core/kqp/run_script_actor/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/kqp/run_script_actor/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/kqp/run_script_actor/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/kqp/run_script_actor/CMakeLists.windows-x86_64.txt deleted file mode 100644 index bcf80219edb..00000000000 --- a/contrib/ydb/core/kqp/run_script_actor/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(core-kqp-run_script_actor) -target_compile_options(core-kqp-run_script_actor PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-run_script_actor PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-protobuf-json - ydb-core-base - ydb-core-protos - kqp-common-events - core-kqp-executer_actor - kqp-proxy_service-proto - api-protos -) -target_sources(core-kqp-run_script_actor PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/run_script_actor/kqp_run_script_actor.cpp -) diff --git a/contrib/ydb/core/kqp/runtime/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/kqp/runtime/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 335ba4f8a03..00000000000 --- a/contrib/ydb/core/kqp/runtime/CMakeLists.darwin-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(core-kqp-runtime) -target_compile_options(core-kqp-runtime PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-runtime PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-actorlib_impl - ydb-core-base - ydb-core-engine - core-engine-minikql - ydb-core-formats - core-kqp-common - ydb-core-protos - ydb-core-scheme - ydb-core-ydb_convert - minikql-computation-llvm - yql-minikql-comp_nodes - library-yql-utils - dq-actors-protos - dq-actors-spilling - yql-dq-common - yql-dq-runtime - cpp-threading-hot_swap -) -target_sources(core-kqp-runtime PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/runtime/kqp_compute.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/runtime/kqp_effects.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/runtime/kqp_output_stream.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/runtime/kqp_program_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/runtime/kqp_read_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/runtime/kqp_read_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/runtime/kqp_scan_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/runtime/kqp_sequencer_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/runtime/kqp_sequencer_factory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/runtime/kqp_scan_data_meta.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/runtime/kqp_stream_lookup_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/runtime/kqp_stream_lookup_factory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/runtime/kqp_stream_lookup_worker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/runtime/kqp_tasks_runner.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/runtime/kqp_transport.cpp -) diff --git a/contrib/ydb/core/kqp/runtime/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/kqp/runtime/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e3f8647c8fd..00000000000 --- a/contrib/ydb/core/kqp/runtime/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,53 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(core-kqp-runtime) -target_compile_options(core-kqp-runtime PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-runtime PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-actorlib_impl - ydb-core-base - ydb-core-engine - core-engine-minikql - ydb-core-formats - core-kqp-common - ydb-core-protos - ydb-core-scheme - ydb-core-ydb_convert - minikql-computation-llvm - yql-minikql-comp_nodes - library-yql-utils - dq-actors-protos - dq-actors-spilling - yql-dq-common - yql-dq-runtime - cpp-threading-hot_swap -) -target_sources(core-kqp-runtime PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/runtime/kqp_compute.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/runtime/kqp_effects.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/runtime/kqp_output_stream.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/runtime/kqp_program_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/runtime/kqp_read_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/runtime/kqp_read_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/runtime/kqp_scan_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/runtime/kqp_sequencer_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/runtime/kqp_sequencer_factory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/runtime/kqp_scan_data_meta.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/runtime/kqp_stream_lookup_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/runtime/kqp_stream_lookup_factory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/runtime/kqp_stream_lookup_worker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/runtime/kqp_tasks_runner.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/runtime/kqp_transport.cpp -) diff --git a/contrib/ydb/core/kqp/runtime/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/kqp/runtime/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e3f8647c8fd..00000000000 --- a/contrib/ydb/core/kqp/runtime/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,53 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(core-kqp-runtime) -target_compile_options(core-kqp-runtime PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-runtime PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-actorlib_impl - ydb-core-base - ydb-core-engine - core-engine-minikql - ydb-core-formats - core-kqp-common - ydb-core-protos - ydb-core-scheme - ydb-core-ydb_convert - minikql-computation-llvm - yql-minikql-comp_nodes - library-yql-utils - dq-actors-protos - dq-actors-spilling - yql-dq-common - yql-dq-runtime - cpp-threading-hot_swap -) -target_sources(core-kqp-runtime PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/runtime/kqp_compute.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/runtime/kqp_effects.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/runtime/kqp_output_stream.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/runtime/kqp_program_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/runtime/kqp_read_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/runtime/kqp_read_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/runtime/kqp_scan_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/runtime/kqp_sequencer_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/runtime/kqp_sequencer_factory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/runtime/kqp_scan_data_meta.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/runtime/kqp_stream_lookup_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/runtime/kqp_stream_lookup_factory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/runtime/kqp_stream_lookup_worker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/runtime/kqp_tasks_runner.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/runtime/kqp_transport.cpp -) diff --git a/contrib/ydb/core/kqp/runtime/CMakeLists.txt b/contrib/ydb/core/kqp/runtime/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/kqp/runtime/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/kqp/runtime/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/kqp/runtime/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 335ba4f8a03..00000000000 --- a/contrib/ydb/core/kqp/runtime/CMakeLists.windows-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(core-kqp-runtime) -target_compile_options(core-kqp-runtime PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-runtime PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-actorlib_impl - ydb-core-base - ydb-core-engine - core-engine-minikql - ydb-core-formats - core-kqp-common - ydb-core-protos - ydb-core-scheme - ydb-core-ydb_convert - minikql-computation-llvm - yql-minikql-comp_nodes - library-yql-utils - dq-actors-protos - dq-actors-spilling - yql-dq-common - yql-dq-runtime - cpp-threading-hot_swap -) -target_sources(core-kqp-runtime PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/runtime/kqp_compute.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/runtime/kqp_effects.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/runtime/kqp_output_stream.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/runtime/kqp_program_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/runtime/kqp_read_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/runtime/kqp_read_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/runtime/kqp_scan_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/runtime/kqp_sequencer_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/runtime/kqp_sequencer_factory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/runtime/kqp_scan_data_meta.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/runtime/kqp_stream_lookup_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/runtime/kqp_stream_lookup_factory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/runtime/kqp_stream_lookup_worker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/runtime/kqp_tasks_runner.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/runtime/kqp_transport.cpp -) diff --git a/contrib/ydb/core/kqp/session_actor/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/kqp/session_actor/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c8b1a38be54..00000000000 --- a/contrib/ydb/core/kqp/session_actor/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(core-kqp-session_actor) -target_compile_options(core-kqp-session_actor PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-session_actor PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-docapi - core-kqp-common - core-kqp-federated_query - public-lib-operation_id -) -target_sources(core-kqp-session_actor PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/session_actor/kqp_response.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/session_actor/kqp_session_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/session_actor/kqp_tx.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/session_actor/kqp_worker_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/session_actor/kqp_worker_common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/session_actor/kqp_query_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/session_actor/kqp_temp_tables_manager.cpp -) diff --git a/contrib/ydb/core/kqp/session_actor/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/kqp/session_actor/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 31237f8e85f..00000000000 --- a/contrib/ydb/core/kqp/session_actor/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(core-kqp-session_actor) -target_compile_options(core-kqp-session_actor PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-session_actor PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-docapi - core-kqp-common - core-kqp-federated_query - public-lib-operation_id -) -target_sources(core-kqp-session_actor PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/session_actor/kqp_response.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/session_actor/kqp_session_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/session_actor/kqp_tx.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/session_actor/kqp_worker_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/session_actor/kqp_worker_common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/session_actor/kqp_query_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/session_actor/kqp_temp_tables_manager.cpp -) diff --git a/contrib/ydb/core/kqp/session_actor/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/kqp/session_actor/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 31237f8e85f..00000000000 --- a/contrib/ydb/core/kqp/session_actor/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(core-kqp-session_actor) -target_compile_options(core-kqp-session_actor PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-session_actor PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-docapi - core-kqp-common - core-kqp-federated_query - public-lib-operation_id -) -target_sources(core-kqp-session_actor PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/session_actor/kqp_response.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/session_actor/kqp_session_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/session_actor/kqp_tx.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/session_actor/kqp_worker_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/session_actor/kqp_worker_common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/session_actor/kqp_query_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/session_actor/kqp_temp_tables_manager.cpp -) diff --git a/contrib/ydb/core/kqp/session_actor/CMakeLists.txt b/contrib/ydb/core/kqp/session_actor/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/kqp/session_actor/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/kqp/session_actor/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/kqp/session_actor/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c8b1a38be54..00000000000 --- a/contrib/ydb/core/kqp/session_actor/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(core-kqp-session_actor) -target_compile_options(core-kqp-session_actor PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-session_actor PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-docapi - core-kqp-common - core-kqp-federated_query - public-lib-operation_id -) -target_sources(core-kqp-session_actor PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/session_actor/kqp_response.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/session_actor/kqp_session_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/session_actor/kqp_tx.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/session_actor/kqp_worker_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/session_actor/kqp_worker_common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/session_actor/kqp_query_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/session_actor/kqp_temp_tables_manager.cpp -) diff --git a/contrib/ydb/core/kqp/topics/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/kqp/topics/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index ad4533818cb..00000000000 --- a/contrib/ydb/core/kqp/topics/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(core-kqp-topics) -target_compile_options(core-kqp-topics PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-topics PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base -) -target_sources(core-kqp-topics PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/topics/kqp_topics.cpp -) diff --git a/contrib/ydb/core/kqp/topics/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/kqp/topics/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 18b8a4eab17..00000000000 --- a/contrib/ydb/core/kqp/topics/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(core-kqp-topics) -target_compile_options(core-kqp-topics PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-topics PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base -) -target_sources(core-kqp-topics PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/topics/kqp_topics.cpp -) diff --git a/contrib/ydb/core/kqp/topics/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/kqp/topics/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 18b8a4eab17..00000000000 --- a/contrib/ydb/core/kqp/topics/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(core-kqp-topics) -target_compile_options(core-kqp-topics PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-topics PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base -) -target_sources(core-kqp-topics PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/topics/kqp_topics.cpp -) diff --git a/contrib/ydb/core/kqp/topics/CMakeLists.txt b/contrib/ydb/core/kqp/topics/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/kqp/topics/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/kqp/topics/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/kqp/topics/CMakeLists.windows-x86_64.txt deleted file mode 100644 index ad4533818cb..00000000000 --- a/contrib/ydb/core/kqp/topics/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(core-kqp-topics) -target_compile_options(core-kqp-topics PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-kqp-topics PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base -) -target_sources(core-kqp-topics PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/topics/kqp_topics.cpp -) diff --git a/contrib/ydb/core/load_test/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/load_test/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 8249d5e3e7a..00000000000 --- a/contrib/ydb/core/load_test/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(ydb-core-load_test) -target_link_libraries(ydb-core-load_test PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - cpp-histogram-hdr - monlib-dynamic_counters-percentile - monlib-service-pages - ydb-core-base - core-blobstorage-backpressure - core-blobstorage-base - core-blobstorage-pdisk - ydb-core-control - ydb-core-keyvalue - core-kqp-common - core-kqp-rm_service - core-tx-columnshard - core-tx-datashard - ydb-library-workload - public-lib-base - public-lib-operation_id - cpp-client-ydb_proto - ydb-services-kesus - ydb-services-metadata - ydb-services-persqueue_cluster_discovery - ydb-services-ydb - tools-enum_parser-enum_serialization_runtime -) -target_sources(ydb-core-load_test PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/aggregated_result.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/archive.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/config_examples.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/keyvalue_write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/kqp.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/memory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/pdisk_log.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/pdisk_read.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/pdisk_write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/service_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/group_write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/vdisk_write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/yql_single_query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/ycsb/bulk_mkql_upsert.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/ycsb/common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/ycsb/info_collector.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/ycsb/kqp_select.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/ycsb/kqp_upsert.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/ycsb/test_load_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/ycsb/test_load_read_iterator.cpp -) -generate_enum_serilization(ydb-core-load_test - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/percentile.h - INCLUDE_HEADERS - contrib/ydb/core/load_test/percentile.h -) diff --git a/contrib/ydb/core/load_test/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/load_test/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 79ab7f848c1..00000000000 --- a/contrib/ydb/core/load_test/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(ydb-core-load_test) -target_link_libraries(ydb-core-load_test PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - cpp-histogram-hdr - monlib-dynamic_counters-percentile - monlib-service-pages - ydb-core-base - core-blobstorage-backpressure - core-blobstorage-base - core-blobstorage-pdisk - ydb-core-control - ydb-core-keyvalue - core-kqp-common - core-kqp-rm_service - core-tx-columnshard - core-tx-datashard - ydb-library-workload - public-lib-base - public-lib-operation_id - cpp-client-ydb_proto - ydb-services-kesus - ydb-services-metadata - ydb-services-persqueue_cluster_discovery - ydb-services-ydb - tools-enum_parser-enum_serialization_runtime -) -target_sources(ydb-core-load_test PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/aggregated_result.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/archive.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/config_examples.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/keyvalue_write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/kqp.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/memory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/pdisk_log.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/pdisk_read.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/pdisk_write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/service_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/group_write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/vdisk_write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/yql_single_query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/ycsb/bulk_mkql_upsert.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/ycsb/common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/ycsb/info_collector.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/ycsb/kqp_select.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/ycsb/kqp_upsert.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/ycsb/test_load_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/ycsb/test_load_read_iterator.cpp -) -generate_enum_serilization(ydb-core-load_test - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/percentile.h - INCLUDE_HEADERS - contrib/ydb/core/load_test/percentile.h -) diff --git a/contrib/ydb/core/load_test/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/load_test/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 79ab7f848c1..00000000000 --- a/contrib/ydb/core/load_test/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(ydb-core-load_test) -target_link_libraries(ydb-core-load_test PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - cpp-histogram-hdr - monlib-dynamic_counters-percentile - monlib-service-pages - ydb-core-base - core-blobstorage-backpressure - core-blobstorage-base - core-blobstorage-pdisk - ydb-core-control - ydb-core-keyvalue - core-kqp-common - core-kqp-rm_service - core-tx-columnshard - core-tx-datashard - ydb-library-workload - public-lib-base - public-lib-operation_id - cpp-client-ydb_proto - ydb-services-kesus - ydb-services-metadata - ydb-services-persqueue_cluster_discovery - ydb-services-ydb - tools-enum_parser-enum_serialization_runtime -) -target_sources(ydb-core-load_test PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/aggregated_result.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/archive.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/config_examples.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/keyvalue_write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/kqp.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/memory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/pdisk_log.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/pdisk_read.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/pdisk_write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/service_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/group_write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/vdisk_write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/yql_single_query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/ycsb/bulk_mkql_upsert.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/ycsb/common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/ycsb/info_collector.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/ycsb/kqp_select.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/ycsb/kqp_upsert.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/ycsb/test_load_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/ycsb/test_load_read_iterator.cpp -) -generate_enum_serilization(ydb-core-load_test - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/percentile.h - INCLUDE_HEADERS - contrib/ydb/core/load_test/percentile.h -) diff --git a/contrib/ydb/core/load_test/CMakeLists.txt b/contrib/ydb/core/load_test/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/load_test/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/load_test/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/load_test/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 8249d5e3e7a..00000000000 --- a/contrib/ydb/core/load_test/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(ydb-core-load_test) -target_link_libraries(ydb-core-load_test PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - cpp-histogram-hdr - monlib-dynamic_counters-percentile - monlib-service-pages - ydb-core-base - core-blobstorage-backpressure - core-blobstorage-base - core-blobstorage-pdisk - ydb-core-control - ydb-core-keyvalue - core-kqp-common - core-kqp-rm_service - core-tx-columnshard - core-tx-datashard - ydb-library-workload - public-lib-base - public-lib-operation_id - cpp-client-ydb_proto - ydb-services-kesus - ydb-services-metadata - ydb-services-persqueue_cluster_discovery - ydb-services-ydb - tools-enum_parser-enum_serialization_runtime -) -target_sources(ydb-core-load_test PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/aggregated_result.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/archive.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/config_examples.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/keyvalue_write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/kqp.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/memory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/pdisk_log.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/pdisk_read.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/pdisk_write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/service_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/group_write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/vdisk_write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/yql_single_query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/ycsb/bulk_mkql_upsert.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/ycsb/common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/ycsb/info_collector.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/ycsb/kqp_select.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/ycsb/kqp_upsert.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/ycsb/test_load_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/ycsb/test_load_read_iterator.cpp -) -generate_enum_serilization(ydb-core-load_test - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/load_test/percentile.h - INCLUDE_HEADERS - contrib/ydb/core/load_test/percentile.h -) diff --git a/contrib/ydb/core/local_pgwire/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/local_pgwire/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 78753d09d8a..00000000000 --- a/contrib/ydb/core/local_pgwire/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(ydb-core-local_pgwire) -target_compile_options(ydb-core-local_pgwire PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-local_pgwire PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - parser-pg_wrapper-interface - kqp-common-events - kqp-common-simple - core-kqp-executer_actor - ydb-core-grpc_services - core-grpc_services-local_rpc - ydb-core-protos - ydb-core-pgproxy - ydb-core-ydb_convert - api-grpc - lib-operation_id-protos -) -target_sources(ydb-core-local_pgwire PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/local_pgwire/local_pgwire_connection.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/local_pgwire/local_pgwire.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/local_pgwire/local_pgwire_util.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/local_pgwire/pgwire_kqp_proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/local_pgwire/sql_parser.cpp -) diff --git a/contrib/ydb/core/local_pgwire/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/local_pgwire/CMakeLists.linux-aarch64.txt deleted file mode 100644 index c92f0962891..00000000000 --- a/contrib/ydb/core/local_pgwire/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(ydb-core-local_pgwire) -target_compile_options(ydb-core-local_pgwire PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-local_pgwire PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - parser-pg_wrapper-interface - kqp-common-events - kqp-common-simple - core-kqp-executer_actor - ydb-core-grpc_services - core-grpc_services-local_rpc - ydb-core-protos - ydb-core-pgproxy - ydb-core-ydb_convert - api-grpc - lib-operation_id-protos -) -target_sources(ydb-core-local_pgwire PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/local_pgwire/local_pgwire_connection.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/local_pgwire/local_pgwire.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/local_pgwire/local_pgwire_util.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/local_pgwire/pgwire_kqp_proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/local_pgwire/sql_parser.cpp -) diff --git a/contrib/ydb/core/local_pgwire/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/local_pgwire/CMakeLists.linux-x86_64.txt deleted file mode 100644 index c92f0962891..00000000000 --- a/contrib/ydb/core/local_pgwire/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(ydb-core-local_pgwire) -target_compile_options(ydb-core-local_pgwire PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-local_pgwire PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - parser-pg_wrapper-interface - kqp-common-events - kqp-common-simple - core-kqp-executer_actor - ydb-core-grpc_services - core-grpc_services-local_rpc - ydb-core-protos - ydb-core-pgproxy - ydb-core-ydb_convert - api-grpc - lib-operation_id-protos -) -target_sources(ydb-core-local_pgwire PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/local_pgwire/local_pgwire_connection.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/local_pgwire/local_pgwire.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/local_pgwire/local_pgwire_util.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/local_pgwire/pgwire_kqp_proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/local_pgwire/sql_parser.cpp -) diff --git a/contrib/ydb/core/local_pgwire/CMakeLists.txt b/contrib/ydb/core/local_pgwire/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/local_pgwire/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/local_pgwire/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/local_pgwire/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 78753d09d8a..00000000000 --- a/contrib/ydb/core/local_pgwire/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(ydb-core-local_pgwire) -target_compile_options(ydb-core-local_pgwire PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-local_pgwire PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - parser-pg_wrapper-interface - kqp-common-events - kqp-common-simple - core-kqp-executer_actor - ydb-core-grpc_services - core-grpc_services-local_rpc - ydb-core-protos - ydb-core-pgproxy - ydb-core-ydb_convert - api-grpc - lib-operation_id-protos -) -target_sources(ydb-core-local_pgwire PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/local_pgwire/local_pgwire_connection.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/local_pgwire/local_pgwire.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/local_pgwire/local_pgwire_util.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/local_pgwire/pgwire_kqp_proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/local_pgwire/sql_parser.cpp -) diff --git a/contrib/ydb/core/log_backend/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/log_backend/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2505b8c008e..00000000000 --- a/contrib/ydb/core/log_backend/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(ydb-core-log_backend) -target_compile_options(ydb-core-log_backend PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-log_backend PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-unified_agent_client - ydb-core-base -) -target_sources(ydb-core-log_backend PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/log_backend/log_backend.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/log_backend/log_backend_build.cpp -) diff --git a/contrib/ydb/core/log_backend/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/log_backend/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 654e9b69981..00000000000 --- a/contrib/ydb/core/log_backend/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(ydb-core-log_backend) -target_compile_options(ydb-core-log_backend PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-log_backend PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-unified_agent_client - ydb-core-base -) -target_sources(ydb-core-log_backend PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/log_backend/log_backend.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/log_backend/log_backend_build.cpp -) diff --git a/contrib/ydb/core/log_backend/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/log_backend/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 654e9b69981..00000000000 --- a/contrib/ydb/core/log_backend/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(ydb-core-log_backend) -target_compile_options(ydb-core-log_backend PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-log_backend PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-unified_agent_client - ydb-core-base -) -target_sources(ydb-core-log_backend PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/log_backend/log_backend.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/log_backend/log_backend_build.cpp -) diff --git a/contrib/ydb/core/log_backend/CMakeLists.txt b/contrib/ydb/core/log_backend/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/log_backend/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/log_backend/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/log_backend/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 2505b8c008e..00000000000 --- a/contrib/ydb/core/log_backend/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(ydb-core-log_backend) -target_compile_options(ydb-core-log_backend PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-log_backend PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-unified_agent_client - ydb-core-base -) -target_sources(ydb-core-log_backend PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/log_backend/log_backend.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/log_backend/log_backend_build.cpp -) diff --git a/contrib/ydb/core/metering/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/metering/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 56ad27acb2a..00000000000 --- a/contrib/ydb/core/metering/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(ydb-core-metering) -target_link_libraries(ydb-core-metering PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-actors-core - library-cpp-json - library-cpp-logger - ydb-core-base - library-cpp-resource -) -target_sources(ydb-core-metering PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/metering/bill_record.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/metering/metering.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/metering/stream_ru_calculator.cpp -) -generate_enum_serilization(ydb-core-metering - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/metering/bill_record.h - INCLUDE_HEADERS - contrib/ydb/core/metering/bill_record.h -) - -add_global_library_for(ydb-core-metering.global ydb-core-metering) -target_link_libraries(ydb-core-metering.global PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-actors-core - library-cpp-json - library-cpp-logger - ydb-core-base - library-cpp-resource -) -target_sources(ydb-core-metering.global PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/core/metering/9fd990e79bee273ec986e8b8c3a867f8.cpp -) -resources(ydb-core-metering.global - ${CMAKE_BINARY_DIR}/contrib/ydb/core/metering/9fd990e79bee273ec986e8b8c3a867f8.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/kqp_default_settings.txt - KEYS - kqp_default_settings.txt -) diff --git a/contrib/ydb/core/metering/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/metering/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e980705d780..00000000000 --- a/contrib/ydb/core/metering/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(ydb-core-metering) -target_link_libraries(ydb-core-metering PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-actors-core - library-cpp-json - library-cpp-logger - ydb-core-base - library-cpp-resource -) -target_sources(ydb-core-metering PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/metering/bill_record.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/metering/metering.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/metering/stream_ru_calculator.cpp -) -generate_enum_serilization(ydb-core-metering - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/metering/bill_record.h - INCLUDE_HEADERS - contrib/ydb/core/metering/bill_record.h -) - -add_global_library_for(ydb-core-metering.global ydb-core-metering) -target_link_libraries(ydb-core-metering.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-actors-core - library-cpp-json - library-cpp-logger - ydb-core-base - library-cpp-resource -) -target_sources(ydb-core-metering.global PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/core/metering/9fd990e79bee273ec986e8b8c3a867f8.cpp -) -resources(ydb-core-metering.global - ${CMAKE_BINARY_DIR}/contrib/ydb/core/metering/9fd990e79bee273ec986e8b8c3a867f8.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/kqp_default_settings.txt - KEYS - kqp_default_settings.txt -) diff --git a/contrib/ydb/core/metering/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/metering/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e980705d780..00000000000 --- a/contrib/ydb/core/metering/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(ydb-core-metering) -target_link_libraries(ydb-core-metering PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-actors-core - library-cpp-json - library-cpp-logger - ydb-core-base - library-cpp-resource -) -target_sources(ydb-core-metering PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/metering/bill_record.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/metering/metering.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/metering/stream_ru_calculator.cpp -) -generate_enum_serilization(ydb-core-metering - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/metering/bill_record.h - INCLUDE_HEADERS - contrib/ydb/core/metering/bill_record.h -) - -add_global_library_for(ydb-core-metering.global ydb-core-metering) -target_link_libraries(ydb-core-metering.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-actors-core - library-cpp-json - library-cpp-logger - ydb-core-base - library-cpp-resource -) -target_sources(ydb-core-metering.global PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/core/metering/9fd990e79bee273ec986e8b8c3a867f8.cpp -) -resources(ydb-core-metering.global - ${CMAKE_BINARY_DIR}/contrib/ydb/core/metering/9fd990e79bee273ec986e8b8c3a867f8.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/kqp_default_settings.txt - KEYS - kqp_default_settings.txt -) diff --git a/contrib/ydb/core/metering/CMakeLists.txt b/contrib/ydb/core/metering/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/metering/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/metering/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/metering/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 56ad27acb2a..00000000000 --- a/contrib/ydb/core/metering/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(ydb-core-metering) -target_link_libraries(ydb-core-metering PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-actors-core - library-cpp-json - library-cpp-logger - ydb-core-base - library-cpp-resource -) -target_sources(ydb-core-metering PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/metering/bill_record.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/metering/metering.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/metering/stream_ru_calculator.cpp -) -generate_enum_serilization(ydb-core-metering - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/metering/bill_record.h - INCLUDE_HEADERS - contrib/ydb/core/metering/bill_record.h -) - -add_global_library_for(ydb-core-metering.global ydb-core-metering) -target_link_libraries(ydb-core-metering.global PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-actors-core - library-cpp-json - library-cpp-logger - ydb-core-base - library-cpp-resource -) -target_sources(ydb-core-metering.global PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/core/metering/9fd990e79bee273ec986e8b8c3a867f8.cpp -) -resources(ydb-core-metering.global - ${CMAKE_BINARY_DIR}/contrib/ydb/core/metering/9fd990e79bee273ec986e8b8c3a867f8.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/kqp/kqp_default_settings.txt - KEYS - kqp_default_settings.txt -) diff --git a/contrib/ydb/core/mind/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/mind/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 5dd56229378..00000000000 --- a/contrib/ydb/core/mind/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_subdirectory(address_classification) -add_subdirectory(bscontroller) -add_subdirectory(hive) - -add_library(ydb-core-mind) -target_link_libraries(ydb-core-mind PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-actorlib_impl - ydb-core-base - ydb-core-blobstorage - core-blobstorage-crypto - blobstorage-dsproxy-mock - core-blobstorage-groupinfo - core-blobstorage-incrhuge - core-blobstorage-pdisk - core-engine-minikql - core-kesus-tablet - ydb-core-keyvalue - core-mind-bscontroller - ydb-core-node_whiteboard - ydb-core-protos - core-sys_view-processor - ydb-core-tablet - ydb-core-tablet_flat - ydb-core-test_tablet - tx-replication-controller - core-tx-scheme_board - core-tx-scheme_cache - core-tx-schemeshard -) -target_sources(ydb-core-mind PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/configured_tablet_bootstrapper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/dynamic_nameserver.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/dynamic_nameserver_mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/labels_maintainer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/lease_holder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/local.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/node_broker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/node_broker__extend_lease.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/node_broker__init_scheme.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/node_broker__load_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/node_broker__register_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/node_broker__update_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/node_broker__update_config_subscription.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/node_broker__update_epoch.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/tenant_node_enumeration.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/tenant_pool.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/tenant_slot_broker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/tenant_slot_broker__alter_tenant.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/tenant_slot_broker__assign_free_slots.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/tenant_slot_broker__check_slot_status.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/tenant_slot_broker__init_scheme.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/tenant_slot_broker__load_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/tenant_slot_broker__update_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/tenant_slot_broker__update_pool_status.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/tenant_slot_broker__update_node_location.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/tenant_slot_broker__update_slot_status.cpp -) diff --git a/contrib/ydb/core/mind/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/mind/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 7aab7f09b88..00000000000 --- a/contrib/ydb/core/mind/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_subdirectory(address_classification) -add_subdirectory(bscontroller) -add_subdirectory(hive) - -add_library(ydb-core-mind) -target_link_libraries(ydb-core-mind PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-actorlib_impl - ydb-core-base - ydb-core-blobstorage - core-blobstorage-crypto - blobstorage-dsproxy-mock - core-blobstorage-groupinfo - core-blobstorage-incrhuge - core-blobstorage-pdisk - core-engine-minikql - core-kesus-tablet - ydb-core-keyvalue - core-mind-bscontroller - ydb-core-node_whiteboard - ydb-core-protos - core-sys_view-processor - ydb-core-tablet - ydb-core-tablet_flat - ydb-core-test_tablet - tx-replication-controller - core-tx-scheme_board - core-tx-scheme_cache - core-tx-schemeshard -) -target_sources(ydb-core-mind PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/configured_tablet_bootstrapper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/dynamic_nameserver.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/dynamic_nameserver_mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/labels_maintainer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/lease_holder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/local.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/node_broker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/node_broker__extend_lease.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/node_broker__init_scheme.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/node_broker__load_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/node_broker__register_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/node_broker__update_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/node_broker__update_config_subscription.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/node_broker__update_epoch.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/tenant_node_enumeration.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/tenant_pool.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/tenant_slot_broker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/tenant_slot_broker__alter_tenant.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/tenant_slot_broker__assign_free_slots.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/tenant_slot_broker__check_slot_status.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/tenant_slot_broker__init_scheme.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/tenant_slot_broker__load_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/tenant_slot_broker__update_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/tenant_slot_broker__update_pool_status.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/tenant_slot_broker__update_node_location.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/tenant_slot_broker__update_slot_status.cpp -) diff --git a/contrib/ydb/core/mind/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/mind/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 7aab7f09b88..00000000000 --- a/contrib/ydb/core/mind/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_subdirectory(address_classification) -add_subdirectory(bscontroller) -add_subdirectory(hive) - -add_library(ydb-core-mind) -target_link_libraries(ydb-core-mind PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-actorlib_impl - ydb-core-base - ydb-core-blobstorage - core-blobstorage-crypto - blobstorage-dsproxy-mock - core-blobstorage-groupinfo - core-blobstorage-incrhuge - core-blobstorage-pdisk - core-engine-minikql - core-kesus-tablet - ydb-core-keyvalue - core-mind-bscontroller - ydb-core-node_whiteboard - ydb-core-protos - core-sys_view-processor - ydb-core-tablet - ydb-core-tablet_flat - ydb-core-test_tablet - tx-replication-controller - core-tx-scheme_board - core-tx-scheme_cache - core-tx-schemeshard -) -target_sources(ydb-core-mind PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/configured_tablet_bootstrapper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/dynamic_nameserver.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/dynamic_nameserver_mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/labels_maintainer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/lease_holder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/local.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/node_broker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/node_broker__extend_lease.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/node_broker__init_scheme.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/node_broker__load_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/node_broker__register_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/node_broker__update_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/node_broker__update_config_subscription.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/node_broker__update_epoch.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/tenant_node_enumeration.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/tenant_pool.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/tenant_slot_broker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/tenant_slot_broker__alter_tenant.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/tenant_slot_broker__assign_free_slots.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/tenant_slot_broker__check_slot_status.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/tenant_slot_broker__init_scheme.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/tenant_slot_broker__load_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/tenant_slot_broker__update_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/tenant_slot_broker__update_pool_status.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/tenant_slot_broker__update_node_location.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/tenant_slot_broker__update_slot_status.cpp -) diff --git a/contrib/ydb/core/mind/CMakeLists.txt b/contrib/ydb/core/mind/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/mind/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/mind/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/mind/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 5dd56229378..00000000000 --- a/contrib/ydb/core/mind/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_subdirectory(address_classification) -add_subdirectory(bscontroller) -add_subdirectory(hive) - -add_library(ydb-core-mind) -target_link_libraries(ydb-core-mind PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-actorlib_impl - ydb-core-base - ydb-core-blobstorage - core-blobstorage-crypto - blobstorage-dsproxy-mock - core-blobstorage-groupinfo - core-blobstorage-incrhuge - core-blobstorage-pdisk - core-engine-minikql - core-kesus-tablet - ydb-core-keyvalue - core-mind-bscontroller - ydb-core-node_whiteboard - ydb-core-protos - core-sys_view-processor - ydb-core-tablet - ydb-core-tablet_flat - ydb-core-test_tablet - tx-replication-controller - core-tx-scheme_board - core-tx-scheme_cache - core-tx-schemeshard -) -target_sources(ydb-core-mind PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/configured_tablet_bootstrapper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/dynamic_nameserver.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/dynamic_nameserver_mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/labels_maintainer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/lease_holder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/local.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/node_broker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/node_broker__extend_lease.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/node_broker__init_scheme.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/node_broker__load_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/node_broker__register_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/node_broker__update_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/node_broker__update_config_subscription.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/node_broker__update_epoch.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/tenant_node_enumeration.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/tenant_pool.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/tenant_slot_broker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/tenant_slot_broker__alter_tenant.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/tenant_slot_broker__assign_free_slots.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/tenant_slot_broker__check_slot_status.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/tenant_slot_broker__init_scheme.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/tenant_slot_broker__load_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/tenant_slot_broker__update_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/tenant_slot_broker__update_pool_status.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/tenant_slot_broker__update_node_location.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/tenant_slot_broker__update_slot_status.cpp -) diff --git a/contrib/ydb/core/mind/address_classification/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/mind/address_classification/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a5f9334b1c6..00000000000 --- a/contrib/ydb/core/mind/address_classification/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-mind-address_classification) -target_link_libraries(core-mind-address_classification PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-actors-core - cpp-monlib-dynamic_counters - ydb-core-base - core-cms-console - ydb-core-mon - ydb-core-protos - ydb-core-util -) -target_sources(core-mind-address_classification PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/address_classification/counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/address_classification/net_classifier.cpp -) -generate_enum_serilization(core-mind-address_classification - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/address_classification/net_classifier.h - INCLUDE_HEADERS - contrib/ydb/core/mind/address_classification/net_classifier.h -) diff --git a/contrib/ydb/core/mind/address_classification/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/mind/address_classification/CMakeLists.linux-aarch64.txt deleted file mode 100644 index f85c5911173..00000000000 --- a/contrib/ydb/core/mind/address_classification/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-mind-address_classification) -target_link_libraries(core-mind-address_classification PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-actors-core - cpp-monlib-dynamic_counters - ydb-core-base - core-cms-console - ydb-core-mon - ydb-core-protos - ydb-core-util -) -target_sources(core-mind-address_classification PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/address_classification/counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/address_classification/net_classifier.cpp -) -generate_enum_serilization(core-mind-address_classification - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/address_classification/net_classifier.h - INCLUDE_HEADERS - contrib/ydb/core/mind/address_classification/net_classifier.h -) diff --git a/contrib/ydb/core/mind/address_classification/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/mind/address_classification/CMakeLists.linux-x86_64.txt deleted file mode 100644 index f85c5911173..00000000000 --- a/contrib/ydb/core/mind/address_classification/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-mind-address_classification) -target_link_libraries(core-mind-address_classification PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-actors-core - cpp-monlib-dynamic_counters - ydb-core-base - core-cms-console - ydb-core-mon - ydb-core-protos - ydb-core-util -) -target_sources(core-mind-address_classification PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/address_classification/counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/address_classification/net_classifier.cpp -) -generate_enum_serilization(core-mind-address_classification - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/address_classification/net_classifier.h - INCLUDE_HEADERS - contrib/ydb/core/mind/address_classification/net_classifier.h -) diff --git a/contrib/ydb/core/mind/address_classification/CMakeLists.txt b/contrib/ydb/core/mind/address_classification/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/mind/address_classification/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/mind/address_classification/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/mind/address_classification/CMakeLists.windows-x86_64.txt deleted file mode 100644 index a5f9334b1c6..00000000000 --- a/contrib/ydb/core/mind/address_classification/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-mind-address_classification) -target_link_libraries(core-mind-address_classification PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-actors-core - cpp-monlib-dynamic_counters - ydb-core-base - core-cms-console - ydb-core-mon - ydb-core-protos - ydb-core-util -) -target_sources(core-mind-address_classification PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/address_classification/counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/address_classification/net_classifier.cpp -) -generate_enum_serilization(core-mind-address_classification - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/address_classification/net_classifier.h - INCLUDE_HEADERS - contrib/ydb/core/mind/address_classification/net_classifier.h -) diff --git a/contrib/ydb/core/mind/bscontroller/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/mind/bscontroller/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 525e45da78a..00000000000 --- a/contrib/ydb/core/mind/bscontroller/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(core-mind-bscontroller) -target_link_libraries(core-mind-bscontroller PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - core-base-services - ydb-core-blobstorage - core-blobstorage-base - core-blobstorage-groupinfo - ydb-core-blob_depot - core-engine-minikql - ydb-core-protos - core-sys_view-common - ydb-core-tablet - ydb-core-tablet_flat - core-tx-tx_proxy -) -target_sources(core-mind-bscontroller PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/bsc.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/cmds_box.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/cmds_drive_status.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/cmds_host_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/cmds_storage_pool.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/config_cmd.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/config_fit_groups.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/config_fit_pdisks.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/disk_metrics.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/drop_donor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/get_group.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/grouper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/group_layout_checker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/group_mapper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/group_metrics_exchange.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/group_reconfigure_wipe.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/init_scheme.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/layout_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/load_everything.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/migrate.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/monitoring.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/node_report.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/propose_group_key.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/register_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/request_controller_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/scrub.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/select_groups.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/self_heal.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/stat_processor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/storage_stats_calculator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/sys_view.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/update_group_latencies.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/update_last_seen_ready.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/update_seen_operational.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/virtual_group.cpp -) diff --git a/contrib/ydb/core/mind/bscontroller/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/mind/bscontroller/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 3b327bbacac..00000000000 --- a/contrib/ydb/core/mind/bscontroller/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(core-mind-bscontroller) -target_link_libraries(core-mind-bscontroller PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - core-base-services - ydb-core-blobstorage - core-blobstorage-base - core-blobstorage-groupinfo - ydb-core-blob_depot - core-engine-minikql - ydb-core-protos - core-sys_view-common - ydb-core-tablet - ydb-core-tablet_flat - core-tx-tx_proxy -) -target_sources(core-mind-bscontroller PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/bsc.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/cmds_box.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/cmds_drive_status.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/cmds_host_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/cmds_storage_pool.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/config_cmd.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/config_fit_groups.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/config_fit_pdisks.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/disk_metrics.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/drop_donor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/get_group.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/grouper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/group_layout_checker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/group_mapper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/group_metrics_exchange.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/group_reconfigure_wipe.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/init_scheme.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/layout_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/load_everything.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/migrate.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/monitoring.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/node_report.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/propose_group_key.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/register_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/request_controller_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/scrub.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/select_groups.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/self_heal.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/stat_processor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/storage_stats_calculator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/sys_view.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/update_group_latencies.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/update_last_seen_ready.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/update_seen_operational.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/virtual_group.cpp -) diff --git a/contrib/ydb/core/mind/bscontroller/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/mind/bscontroller/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 3b327bbacac..00000000000 --- a/contrib/ydb/core/mind/bscontroller/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(core-mind-bscontroller) -target_link_libraries(core-mind-bscontroller PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - core-base-services - ydb-core-blobstorage - core-blobstorage-base - core-blobstorage-groupinfo - ydb-core-blob_depot - core-engine-minikql - ydb-core-protos - core-sys_view-common - ydb-core-tablet - ydb-core-tablet_flat - core-tx-tx_proxy -) -target_sources(core-mind-bscontroller PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/bsc.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/cmds_box.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/cmds_drive_status.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/cmds_host_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/cmds_storage_pool.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/config_cmd.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/config_fit_groups.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/config_fit_pdisks.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/disk_metrics.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/drop_donor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/get_group.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/grouper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/group_layout_checker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/group_mapper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/group_metrics_exchange.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/group_reconfigure_wipe.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/init_scheme.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/layout_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/load_everything.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/migrate.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/monitoring.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/node_report.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/propose_group_key.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/register_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/request_controller_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/scrub.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/select_groups.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/self_heal.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/stat_processor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/storage_stats_calculator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/sys_view.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/update_group_latencies.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/update_last_seen_ready.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/update_seen_operational.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/virtual_group.cpp -) diff --git a/contrib/ydb/core/mind/bscontroller/CMakeLists.txt b/contrib/ydb/core/mind/bscontroller/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/mind/bscontroller/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/mind/bscontroller/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/mind/bscontroller/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 525e45da78a..00000000000 --- a/contrib/ydb/core/mind/bscontroller/CMakeLists.windows-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(core-mind-bscontroller) -target_link_libraries(core-mind-bscontroller PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - core-base-services - ydb-core-blobstorage - core-blobstorage-base - core-blobstorage-groupinfo - ydb-core-blob_depot - core-engine-minikql - ydb-core-protos - core-sys_view-common - ydb-core-tablet - ydb-core-tablet_flat - core-tx-tx_proxy -) -target_sources(core-mind-bscontroller PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/bsc.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/cmds_box.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/cmds_drive_status.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/cmds_host_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/cmds_storage_pool.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/config_cmd.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/config_fit_groups.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/config_fit_pdisks.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/disk_metrics.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/drop_donor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/get_group.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/grouper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/group_layout_checker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/group_mapper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/group_metrics_exchange.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/group_reconfigure_wipe.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/init_scheme.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/layout_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/load_everything.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/migrate.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/monitoring.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/node_report.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/propose_group_key.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/register_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/request_controller_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/scrub.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/select_groups.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/self_heal.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/stat_processor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/storage_stats_calculator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/sys_view.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/update_group_latencies.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/update_last_seen_ready.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/update_seen_operational.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/bscontroller/virtual_group.cpp -) diff --git a/contrib/ydb/core/mind/hive/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/mind/hive/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 42880f0d8fa..00000000000 --- a/contrib/ydb/core/mind/hive/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,88 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(core-mind-hive) -target_link_libraries(core-mind-hive PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-interconnect - cpp-containers-ring_buffer - library-cpp-json - cpp-monlib-dynamic_counters - ydb-core-base - core-blobstorage-base - core-blobstorage-crypto - core-blobstorage-nodewarden - core-engine-minikql - ydb-core-node_whiteboard - ydb-core-protos - core-sys_view-common - ydb-core-tablet - ydb-core-tablet_flat -) -target_sources(core-mind-hive PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/balancer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/boot_queue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/domain_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/drain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/fill.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/hive.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/hive_domains.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/hive_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/hive_log.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/hive_statics.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/leader_tablet_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/monitoring.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/node_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/sequencer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/follower_tablet_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/storage_group_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/storage_pool_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tablet_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tablet_move_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__adopt_tablet.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__block_storage_result.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__configure_subdomain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__create_tablet.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__cut_tablet_history.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__delete_tablet.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__delete_tablet_result.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__disconnect_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__init_scheme.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__kill_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__load_everything.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__lock_tablet.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__process_boot_queue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__process_pending_operations.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__reassign_groups.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__reassign_groups_on_decommit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__register_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__release_tablets.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__release_tablets_reply.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__request_tablet_owners.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__request_tablet_seq.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__response_tablet_seq.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__restart_tablet.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__seize_tablets.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__seize_tablets_reply.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__resume_tablet.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__start_tablet.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__status.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__stop_tablet.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__switch_drain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__sync_tablets.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__tablet_owners_reply.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__unlock_tablet.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__update_domain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__update_tablet_groups.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__update_tablet_metrics.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__update_tablet_status.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__update_tablets_object.cpp -) diff --git a/contrib/ydb/core/mind/hive/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/mind/hive/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d0dc076b1f8..00000000000 --- a/contrib/ydb/core/mind/hive/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,89 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(core-mind-hive) -target_link_libraries(core-mind-hive PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-interconnect - cpp-containers-ring_buffer - library-cpp-json - cpp-monlib-dynamic_counters - ydb-core-base - core-blobstorage-base - core-blobstorage-crypto - core-blobstorage-nodewarden - core-engine-minikql - ydb-core-node_whiteboard - ydb-core-protos - core-sys_view-common - ydb-core-tablet - ydb-core-tablet_flat -) -target_sources(core-mind-hive PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/balancer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/boot_queue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/domain_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/drain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/fill.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/hive.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/hive_domains.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/hive_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/hive_log.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/hive_statics.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/leader_tablet_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/monitoring.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/node_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/sequencer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/follower_tablet_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/storage_group_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/storage_pool_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tablet_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tablet_move_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__adopt_tablet.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__block_storage_result.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__configure_subdomain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__create_tablet.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__cut_tablet_history.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__delete_tablet.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__delete_tablet_result.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__disconnect_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__init_scheme.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__kill_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__load_everything.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__lock_tablet.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__process_boot_queue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__process_pending_operations.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__reassign_groups.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__reassign_groups_on_decommit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__register_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__release_tablets.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__release_tablets_reply.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__request_tablet_owners.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__request_tablet_seq.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__response_tablet_seq.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__restart_tablet.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__seize_tablets.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__seize_tablets_reply.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__resume_tablet.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__start_tablet.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__status.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__stop_tablet.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__switch_drain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__sync_tablets.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__tablet_owners_reply.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__unlock_tablet.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__update_domain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__update_tablet_groups.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__update_tablet_metrics.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__update_tablet_status.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__update_tablets_object.cpp -) diff --git a/contrib/ydb/core/mind/hive/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/mind/hive/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d0dc076b1f8..00000000000 --- a/contrib/ydb/core/mind/hive/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,89 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(core-mind-hive) -target_link_libraries(core-mind-hive PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-interconnect - cpp-containers-ring_buffer - library-cpp-json - cpp-monlib-dynamic_counters - ydb-core-base - core-blobstorage-base - core-blobstorage-crypto - core-blobstorage-nodewarden - core-engine-minikql - ydb-core-node_whiteboard - ydb-core-protos - core-sys_view-common - ydb-core-tablet - ydb-core-tablet_flat -) -target_sources(core-mind-hive PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/balancer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/boot_queue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/domain_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/drain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/fill.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/hive.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/hive_domains.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/hive_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/hive_log.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/hive_statics.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/leader_tablet_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/monitoring.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/node_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/sequencer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/follower_tablet_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/storage_group_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/storage_pool_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tablet_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tablet_move_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__adopt_tablet.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__block_storage_result.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__configure_subdomain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__create_tablet.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__cut_tablet_history.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__delete_tablet.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__delete_tablet_result.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__disconnect_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__init_scheme.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__kill_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__load_everything.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__lock_tablet.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__process_boot_queue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__process_pending_operations.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__reassign_groups.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__reassign_groups_on_decommit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__register_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__release_tablets.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__release_tablets_reply.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__request_tablet_owners.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__request_tablet_seq.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__response_tablet_seq.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__restart_tablet.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__seize_tablets.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__seize_tablets_reply.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__resume_tablet.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__start_tablet.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__status.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__stop_tablet.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__switch_drain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__sync_tablets.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__tablet_owners_reply.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__unlock_tablet.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__update_domain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__update_tablet_groups.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__update_tablet_metrics.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__update_tablet_status.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__update_tablets_object.cpp -) diff --git a/contrib/ydb/core/mind/hive/CMakeLists.txt b/contrib/ydb/core/mind/hive/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/mind/hive/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/mind/hive/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/mind/hive/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 42880f0d8fa..00000000000 --- a/contrib/ydb/core/mind/hive/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,88 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(core-mind-hive) -target_link_libraries(core-mind-hive PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-interconnect - cpp-containers-ring_buffer - library-cpp-json - cpp-monlib-dynamic_counters - ydb-core-base - core-blobstorage-base - core-blobstorage-crypto - core-blobstorage-nodewarden - core-engine-minikql - ydb-core-node_whiteboard - ydb-core-protos - core-sys_view-common - ydb-core-tablet - ydb-core-tablet_flat -) -target_sources(core-mind-hive PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/balancer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/boot_queue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/domain_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/drain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/fill.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/hive.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/hive_domains.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/hive_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/hive_log.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/hive_statics.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/leader_tablet_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/monitoring.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/node_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/sequencer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/follower_tablet_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/storage_group_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/storage_pool_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tablet_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tablet_move_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__adopt_tablet.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__block_storage_result.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__configure_subdomain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__create_tablet.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__cut_tablet_history.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__delete_tablet.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__delete_tablet_result.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__disconnect_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__init_scheme.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__kill_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__load_everything.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__lock_tablet.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__process_boot_queue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__process_pending_operations.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__reassign_groups.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__reassign_groups_on_decommit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__register_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__release_tablets.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__release_tablets_reply.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__request_tablet_owners.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__request_tablet_seq.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__response_tablet_seq.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__restart_tablet.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__seize_tablets.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__seize_tablets_reply.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__resume_tablet.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__start_tablet.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__status.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__stop_tablet.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__switch_drain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__sync_tablets.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__tablet_owners_reply.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__unlock_tablet.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__update_domain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__update_tablet_groups.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__update_tablet_metrics.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__update_tablet_status.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mind/hive/tx__update_tablets_object.cpp -) diff --git a/contrib/ydb/core/mon/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/mon/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 4ec1e14110c..00000000000 --- a/contrib/ydb/core/mon/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(ydb-core-mon) -target_link_libraries(ydb-core-mon PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-lwtrace-mon - cpp-string_utils-url - ydb-core-base - version - ydb-core-protos - ydb-library-aclib -) -target_sources(ydb-core-mon PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mon/async_http_mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mon/mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mon/sync_http_mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mon/crossref.cpp -) diff --git a/contrib/ydb/core/mon/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/mon/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 23c6a560f35..00000000000 --- a/contrib/ydb/core/mon/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(ydb-core-mon) -target_link_libraries(ydb-core-mon PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-lwtrace-mon - cpp-string_utils-url - ydb-core-base - version - ydb-core-protos - ydb-library-aclib -) -target_sources(ydb-core-mon PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mon/async_http_mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mon/mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mon/sync_http_mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mon/crossref.cpp -) diff --git a/contrib/ydb/core/mon/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/mon/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 23c6a560f35..00000000000 --- a/contrib/ydb/core/mon/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(ydb-core-mon) -target_link_libraries(ydb-core-mon PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-lwtrace-mon - cpp-string_utils-url - ydb-core-base - version - ydb-core-protos - ydb-library-aclib -) -target_sources(ydb-core-mon PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mon/async_http_mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mon/mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mon/sync_http_mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mon/crossref.cpp -) diff --git a/contrib/ydb/core/mon/CMakeLists.txt b/contrib/ydb/core/mon/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/mon/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/mon/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/mon/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 4ec1e14110c..00000000000 --- a/contrib/ydb/core/mon/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(ydb-core-mon) -target_link_libraries(ydb-core-mon PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-lwtrace-mon - cpp-string_utils-url - ydb-core-base - version - ydb-core-protos - ydb-library-aclib -) -target_sources(ydb-core-mon PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mon/async_http_mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mon/mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mon/sync_http_mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mon/crossref.cpp -) diff --git a/contrib/ydb/core/mon_alloc/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/mon_alloc/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index b9e09fc75aa..00000000000 --- a/contrib/ydb/core/mon_alloc/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(ydb-core-mon_alloc) -target_link_libraries(ydb-core-mon_alloc PUBLIC - contrib-libs-cxxsupp - yutil - libs-tcmalloc-malloc_extension - library-actors-core - library-actors-prof - cpp-html-pcdata - cpp-lfalloc-alloc_profiler - cpp-lfalloc-dbg_info - cpp-malloc-api - monlib-service-pages - cpp-ytalloc-api - cpp-yt-memory - ydb-core-base - ydb-core-control - ydb-library-services -) -target_sources(ydb-core-mon_alloc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mon_alloc/monitor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mon_alloc/profiler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mon_alloc/stats.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mon_alloc/tcmalloc.cpp -) diff --git a/contrib/ydb/core/mon_alloc/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/mon_alloc/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b0a09111dc0..00000000000 --- a/contrib/ydb/core/mon_alloc/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(ydb-core-mon_alloc) -target_link_libraries(ydb-core-mon_alloc PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-tcmalloc-malloc_extension - library-actors-core - library-actors-prof - cpp-html-pcdata - cpp-lfalloc-alloc_profiler - cpp-lfalloc-dbg_info - cpp-malloc-api - monlib-service-pages - cpp-ytalloc-api - cpp-yt-memory - ydb-core-base - ydb-core-control - ydb-library-services -) -target_sources(ydb-core-mon_alloc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mon_alloc/monitor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mon_alloc/profiler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mon_alloc/stats.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mon_alloc/tcmalloc.cpp -) diff --git a/contrib/ydb/core/mon_alloc/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/mon_alloc/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b0a09111dc0..00000000000 --- a/contrib/ydb/core/mon_alloc/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(ydb-core-mon_alloc) -target_link_libraries(ydb-core-mon_alloc PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-tcmalloc-malloc_extension - library-actors-core - library-actors-prof - cpp-html-pcdata - cpp-lfalloc-alloc_profiler - cpp-lfalloc-dbg_info - cpp-malloc-api - monlib-service-pages - cpp-ytalloc-api - cpp-yt-memory - ydb-core-base - ydb-core-control - ydb-library-services -) -target_sources(ydb-core-mon_alloc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mon_alloc/monitor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mon_alloc/profiler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mon_alloc/stats.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mon_alloc/tcmalloc.cpp -) diff --git a/contrib/ydb/core/mon_alloc/CMakeLists.txt b/contrib/ydb/core/mon_alloc/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/mon_alloc/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/mon_alloc/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/mon_alloc/CMakeLists.windows-x86_64.txt deleted file mode 100644 index b9e09fc75aa..00000000000 --- a/contrib/ydb/core/mon_alloc/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(ydb-core-mon_alloc) -target_link_libraries(ydb-core-mon_alloc PUBLIC - contrib-libs-cxxsupp - yutil - libs-tcmalloc-malloc_extension - library-actors-core - library-actors-prof - cpp-html-pcdata - cpp-lfalloc-alloc_profiler - cpp-lfalloc-dbg_info - cpp-malloc-api - monlib-service-pages - cpp-ytalloc-api - cpp-yt-memory - ydb-core-base - ydb-core-control - ydb-library-services -) -target_sources(ydb-core-mon_alloc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mon_alloc/monitor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mon_alloc/profiler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mon_alloc/stats.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/mon_alloc/tcmalloc.cpp -) diff --git a/contrib/ydb/core/node_whiteboard/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/node_whiteboard/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index db5dfc82a95..00000000000 --- a/contrib/ydb/core/node_whiteboard/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(ydb-core-node_whiteboard INTERFACE) -target_link_libraries(ydb-core-node_whiteboard INTERFACE - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-helpers - library-actors-interconnect - library-actors-protos - cpp-deprecated-enum_codegen - library-cpp-logger - cpp-lwtrace-mon - library-cpp-random_provider - library-cpp-time_provider - ydb-core-base - core-base-services - core-blobstorage-base - core-blobstorage-groupinfo - ydb-core-debug - ydb-core-erasure - ydb-core-protos -) diff --git a/contrib/ydb/core/node_whiteboard/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/node_whiteboard/CMakeLists.linux-aarch64.txt deleted file mode 100644 index bee4d79041c..00000000000 --- a/contrib/ydb/core/node_whiteboard/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(ydb-core-node_whiteboard INTERFACE) -target_link_libraries(ydb-core-node_whiteboard INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-helpers - library-actors-interconnect - library-actors-protos - cpp-deprecated-enum_codegen - library-cpp-logger - cpp-lwtrace-mon - library-cpp-random_provider - library-cpp-time_provider - ydb-core-base - core-base-services - core-blobstorage-base - core-blobstorage-groupinfo - ydb-core-debug - ydb-core-erasure - ydb-core-protos -) diff --git a/contrib/ydb/core/node_whiteboard/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/node_whiteboard/CMakeLists.linux-x86_64.txt deleted file mode 100644 index bee4d79041c..00000000000 --- a/contrib/ydb/core/node_whiteboard/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(ydb-core-node_whiteboard INTERFACE) -target_link_libraries(ydb-core-node_whiteboard INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-helpers - library-actors-interconnect - library-actors-protos - cpp-deprecated-enum_codegen - library-cpp-logger - cpp-lwtrace-mon - library-cpp-random_provider - library-cpp-time_provider - ydb-core-base - core-base-services - core-blobstorage-base - core-blobstorage-groupinfo - ydb-core-debug - ydb-core-erasure - ydb-core-protos -) diff --git a/contrib/ydb/core/node_whiteboard/CMakeLists.txt b/contrib/ydb/core/node_whiteboard/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/node_whiteboard/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/node_whiteboard/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/node_whiteboard/CMakeLists.windows-x86_64.txt deleted file mode 100644 index db5dfc82a95..00000000000 --- a/contrib/ydb/core/node_whiteboard/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(ydb-core-node_whiteboard INTERFACE) -target_link_libraries(ydb-core-node_whiteboard INTERFACE - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-helpers - library-actors-interconnect - library-actors-protos - cpp-deprecated-enum_codegen - library-cpp-logger - cpp-lwtrace-mon - library-cpp-random_provider - library-cpp-time_provider - ydb-core-base - core-base-services - core-blobstorage-base - core-blobstorage-groupinfo - ydb-core-debug - ydb-core-erasure - ydb-core-protos -) diff --git a/contrib/ydb/core/persqueue/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/persqueue/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 4ebc7ca8282..00000000000 --- a/contrib/ydb/core/persqueue/CMakeLists.darwin-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(codecs) -add_subdirectory(config) -add_subdirectory(events) -add_subdirectory(partition_key_range) -add_subdirectory(writer) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(ydb-core-persqueue) -target_link_libraries(ydb-core-persqueue PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-actors-core - cpp-html-pcdata - library-cpp-json - ydb-core-base - core-engine-minikql - ydb-core-keyvalue - core-kqp-common - ydb-core-metering - core-persqueue-codecs - core-persqueue-config - core-persqueue-events - core-persqueue-partition_key_range - core-persqueue-writer - ydb-core-protos - ydb-library-logger - library-persqueue-counter_time_keeper - library-persqueue-topic_parser - public-lib-base - cpp-client-ydb_persqueue_core -) -target_sources(ydb-core-persqueue PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/blob.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/cluster_tracker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/event_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/fetch_request_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/header.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/heartbeat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/metering_sink.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/mirrorer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/ownerinfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/partition_init.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/partition_monitoring.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/partition_read.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/partition_sourcemanager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/partition_write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/partition.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/percentile_counter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/pq.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/pq_database.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/pq_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/pq_l2_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/pq_rl_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/quota_tracker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/read_balancer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/account_read_quoter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/read_quoter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/sourceid.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/subscriber.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/transaction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/type_codecs_defs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/user_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/utils.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/write_meta.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/microseconds_sliding_window.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/dread_cache_service/caching_service.cpp -) -generate_enum_serilization(ydb-core-persqueue - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/sourceid.h - INCLUDE_HEADERS - contrib/ydb/core/persqueue/sourceid.h -) diff --git a/contrib/ydb/core/persqueue/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/persqueue/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 2f288a087ad..00000000000 --- a/contrib/ydb/core/persqueue/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,87 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(codecs) -add_subdirectory(config) -add_subdirectory(events) -add_subdirectory(partition_key_range) -add_subdirectory(writer) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(ydb-core-persqueue) -target_link_libraries(ydb-core-persqueue PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-actors-core - cpp-html-pcdata - library-cpp-json - ydb-core-base - core-engine-minikql - ydb-core-keyvalue - core-kqp-common - ydb-core-metering - core-persqueue-codecs - core-persqueue-config - core-persqueue-events - core-persqueue-partition_key_range - core-persqueue-writer - ydb-core-protos - ydb-library-logger - library-persqueue-counter_time_keeper - library-persqueue-topic_parser - public-lib-base - cpp-client-ydb_persqueue_core -) -target_sources(ydb-core-persqueue PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/blob.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/cluster_tracker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/event_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/fetch_request_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/header.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/heartbeat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/metering_sink.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/mirrorer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/ownerinfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/partition_init.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/partition_monitoring.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/partition_read.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/partition_sourcemanager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/partition_write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/partition.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/percentile_counter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/pq.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/pq_database.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/pq_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/pq_l2_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/pq_rl_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/quota_tracker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/read_balancer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/account_read_quoter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/read_quoter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/sourceid.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/subscriber.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/transaction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/type_codecs_defs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/user_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/utils.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/write_meta.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/microseconds_sliding_window.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/dread_cache_service/caching_service.cpp -) -generate_enum_serilization(ydb-core-persqueue - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/sourceid.h - INCLUDE_HEADERS - contrib/ydb/core/persqueue/sourceid.h -) diff --git a/contrib/ydb/core/persqueue/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/persqueue/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 2f288a087ad..00000000000 --- a/contrib/ydb/core/persqueue/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,87 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(codecs) -add_subdirectory(config) -add_subdirectory(events) -add_subdirectory(partition_key_range) -add_subdirectory(writer) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(ydb-core-persqueue) -target_link_libraries(ydb-core-persqueue PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-actors-core - cpp-html-pcdata - library-cpp-json - ydb-core-base - core-engine-minikql - ydb-core-keyvalue - core-kqp-common - ydb-core-metering - core-persqueue-codecs - core-persqueue-config - core-persqueue-events - core-persqueue-partition_key_range - core-persqueue-writer - ydb-core-protos - ydb-library-logger - library-persqueue-counter_time_keeper - library-persqueue-topic_parser - public-lib-base - cpp-client-ydb_persqueue_core -) -target_sources(ydb-core-persqueue PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/blob.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/cluster_tracker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/event_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/fetch_request_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/header.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/heartbeat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/metering_sink.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/mirrorer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/ownerinfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/partition_init.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/partition_monitoring.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/partition_read.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/partition_sourcemanager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/partition_write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/partition.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/percentile_counter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/pq.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/pq_database.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/pq_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/pq_l2_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/pq_rl_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/quota_tracker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/read_balancer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/account_read_quoter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/read_quoter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/sourceid.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/subscriber.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/transaction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/type_codecs_defs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/user_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/utils.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/write_meta.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/microseconds_sliding_window.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/dread_cache_service/caching_service.cpp -) -generate_enum_serilization(ydb-core-persqueue - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/sourceid.h - INCLUDE_HEADERS - contrib/ydb/core/persqueue/sourceid.h -) diff --git a/contrib/ydb/core/persqueue/CMakeLists.txt b/contrib/ydb/core/persqueue/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/persqueue/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/persqueue/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/persqueue/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 4ebc7ca8282..00000000000 --- a/contrib/ydb/core/persqueue/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(codecs) -add_subdirectory(config) -add_subdirectory(events) -add_subdirectory(partition_key_range) -add_subdirectory(writer) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(ydb-core-persqueue) -target_link_libraries(ydb-core-persqueue PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-actors-core - cpp-html-pcdata - library-cpp-json - ydb-core-base - core-engine-minikql - ydb-core-keyvalue - core-kqp-common - ydb-core-metering - core-persqueue-codecs - core-persqueue-config - core-persqueue-events - core-persqueue-partition_key_range - core-persqueue-writer - ydb-core-protos - ydb-library-logger - library-persqueue-counter_time_keeper - library-persqueue-topic_parser - public-lib-base - cpp-client-ydb_persqueue_core -) -target_sources(ydb-core-persqueue PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/blob.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/cluster_tracker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/event_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/fetch_request_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/header.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/heartbeat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/metering_sink.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/mirrorer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/ownerinfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/partition_init.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/partition_monitoring.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/partition_read.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/partition_sourcemanager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/partition_write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/partition.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/percentile_counter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/pq.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/pq_database.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/pq_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/pq_l2_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/pq_rl_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/quota_tracker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/read_balancer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/account_read_quoter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/read_quoter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/sourceid.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/subscriber.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/transaction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/type_codecs_defs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/user_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/utils.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/write_meta.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/microseconds_sliding_window.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/dread_cache_service/caching_service.cpp -) -generate_enum_serilization(ydb-core-persqueue - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/sourceid.h - INCLUDE_HEADERS - contrib/ydb/core/persqueue/sourceid.h -) diff --git a/contrib/ydb/core/persqueue/codecs/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/persqueue/codecs/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index fb9642f7918..00000000000 --- a/contrib/ydb/core/persqueue/codecs/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(core-persqueue-codecs) -target_link_libraries(core-persqueue-codecs PUBLIC - contrib-libs-cxxsupp - yutil - api-protos - cpp-client-ydb_persqueue_core -) -target_sources(core-persqueue-codecs PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/codecs/pqv1.cpp -) diff --git a/contrib/ydb/core/persqueue/codecs/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/persqueue/codecs/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 11c0c49323e..00000000000 --- a/contrib/ydb/core/persqueue/codecs/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(core-persqueue-codecs) -target_link_libraries(core-persqueue-codecs PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - api-protos - cpp-client-ydb_persqueue_core -) -target_sources(core-persqueue-codecs PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/codecs/pqv1.cpp -) diff --git a/contrib/ydb/core/persqueue/codecs/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/persqueue/codecs/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 11c0c49323e..00000000000 --- a/contrib/ydb/core/persqueue/codecs/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(core-persqueue-codecs) -target_link_libraries(core-persqueue-codecs PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - api-protos - cpp-client-ydb_persqueue_core -) -target_sources(core-persqueue-codecs PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/codecs/pqv1.cpp -) diff --git a/contrib/ydb/core/persqueue/codecs/CMakeLists.txt b/contrib/ydb/core/persqueue/codecs/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/persqueue/codecs/CMakeLists.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/persqueue/codecs/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/persqueue/codecs/CMakeLists.windows-x86_64.txt deleted file mode 100644 index fb9642f7918..00000000000 --- a/contrib/ydb/core/persqueue/codecs/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(core-persqueue-codecs) -target_link_libraries(core-persqueue-codecs PUBLIC - contrib-libs-cxxsupp - yutil - api-protos - cpp-client-ydb_persqueue_core -) -target_sources(core-persqueue-codecs PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/codecs/pqv1.cpp -) diff --git a/contrib/ydb/core/persqueue/config/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/persqueue/config/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index ec80501b550..00000000000 --- a/contrib/ydb/core/persqueue/config/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(core-persqueue-config) -target_link_libraries(core-persqueue-config PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-protos -) -target_sources(core-persqueue-config PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/config/config.cpp -) diff --git a/contrib/ydb/core/persqueue/config/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/persqueue/config/CMakeLists.linux-aarch64.txt deleted file mode 100644 index c79a3cc280a..00000000000 --- a/contrib/ydb/core/persqueue/config/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(core-persqueue-config) -target_link_libraries(core-persqueue-config PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-protos -) -target_sources(core-persqueue-config PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/config/config.cpp -) diff --git a/contrib/ydb/core/persqueue/config/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/persqueue/config/CMakeLists.linux-x86_64.txt deleted file mode 100644 index c79a3cc280a..00000000000 --- a/contrib/ydb/core/persqueue/config/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(core-persqueue-config) -target_link_libraries(core-persqueue-config PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-protos -) -target_sources(core-persqueue-config PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/config/config.cpp -) diff --git a/contrib/ydb/core/persqueue/config/CMakeLists.txt b/contrib/ydb/core/persqueue/config/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/persqueue/config/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/persqueue/config/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/persqueue/config/CMakeLists.windows-x86_64.txt deleted file mode 100644 index ec80501b550..00000000000 --- a/contrib/ydb/core/persqueue/config/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(core-persqueue-config) -target_link_libraries(core-persqueue-config PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-protos -) -target_sources(core-persqueue-config PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/config/config.cpp -) diff --git a/contrib/ydb/core/persqueue/events/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/persqueue/events/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a336dc627b5..00000000000 --- a/contrib/ydb/core/persqueue/events/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(core-persqueue-events) -target_link_libraries(core-persqueue-events PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - ydb-core-keyvalue - ydb-core-protos - ydb-core-tablet - api-protos - library-persqueue-topic_parser -) -target_sources(core-persqueue-events PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/events/events.cpp -) diff --git a/contrib/ydb/core/persqueue/events/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/persqueue/events/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 252b50e978e..00000000000 --- a/contrib/ydb/core/persqueue/events/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(core-persqueue-events) -target_link_libraries(core-persqueue-events PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - ydb-core-keyvalue - ydb-core-protos - ydb-core-tablet - api-protos - library-persqueue-topic_parser -) -target_sources(core-persqueue-events PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/events/events.cpp -) diff --git a/contrib/ydb/core/persqueue/events/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/persqueue/events/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 252b50e978e..00000000000 --- a/contrib/ydb/core/persqueue/events/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(core-persqueue-events) -target_link_libraries(core-persqueue-events PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - ydb-core-keyvalue - ydb-core-protos - ydb-core-tablet - api-protos - library-persqueue-topic_parser -) -target_sources(core-persqueue-events PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/events/events.cpp -) diff --git a/contrib/ydb/core/persqueue/events/CMakeLists.txt b/contrib/ydb/core/persqueue/events/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/persqueue/events/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/persqueue/events/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/persqueue/events/CMakeLists.windows-x86_64.txt deleted file mode 100644 index a336dc627b5..00000000000 --- a/contrib/ydb/core/persqueue/events/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(core-persqueue-events) -target_link_libraries(core-persqueue-events PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - ydb-core-keyvalue - ydb-core-protos - ydb-core-tablet - api-protos - library-persqueue-topic_parser -) -target_sources(core-persqueue-events PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/events/events.cpp -) diff --git a/contrib/ydb/core/persqueue/partition_key_range/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/persqueue/partition_key_range/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index dcd14390ab3..00000000000 --- a/contrib/ydb/core/persqueue/partition_key_range/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(core-persqueue-partition_key_range) -target_link_libraries(core-persqueue-partition_key_range PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-protos - ydb-core-scheme -) -target_sources(core-persqueue-partition_key_range PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/partition_key_range/partition_key_range.cpp -) diff --git a/contrib/ydb/core/persqueue/partition_key_range/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/persqueue/partition_key_range/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 94623b41f23..00000000000 --- a/contrib/ydb/core/persqueue/partition_key_range/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(core-persqueue-partition_key_range) -target_link_libraries(core-persqueue-partition_key_range PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-protos - ydb-core-scheme -) -target_sources(core-persqueue-partition_key_range PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/partition_key_range/partition_key_range.cpp -) diff --git a/contrib/ydb/core/persqueue/partition_key_range/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/persqueue/partition_key_range/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 94623b41f23..00000000000 --- a/contrib/ydb/core/persqueue/partition_key_range/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(core-persqueue-partition_key_range) -target_link_libraries(core-persqueue-partition_key_range PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-protos - ydb-core-scheme -) -target_sources(core-persqueue-partition_key_range PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/partition_key_range/partition_key_range.cpp -) diff --git a/contrib/ydb/core/persqueue/partition_key_range/CMakeLists.txt b/contrib/ydb/core/persqueue/partition_key_range/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/persqueue/partition_key_range/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/persqueue/partition_key_range/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/persqueue/partition_key_range/CMakeLists.windows-x86_64.txt deleted file mode 100644 index dcd14390ab3..00000000000 --- a/contrib/ydb/core/persqueue/partition_key_range/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(core-persqueue-partition_key_range) -target_link_libraries(core-persqueue-partition_key_range PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-protos - ydb-core-scheme -) -target_sources(core-persqueue-partition_key_range PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/partition_key_range/partition_key_range.cpp -) diff --git a/contrib/ydb/core/persqueue/writer/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/persqueue/writer/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2e69579fa64..00000000000 --- a/contrib/ydb/core/persqueue/writer/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(core-persqueue-writer) -target_link_libraries(core-persqueue-writer PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-digest-md5 - cpp-string_utils-base64 - ydb-core-base - core-persqueue-events - grpc_services-cancelation-protos - kqp-common-simple - ydb-core-protos - public-lib-base - lib-deprecated-kicli - cpp-client-ydb_params -) -target_sources(core-persqueue-writer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/writer/metadata_initializers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/writer/partition_chooser_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/writer/source_id_encoding.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/writer/writer.cpp -) diff --git a/contrib/ydb/core/persqueue/writer/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/persqueue/writer/CMakeLists.linux-aarch64.txt deleted file mode 100644 index f07999c958d..00000000000 --- a/contrib/ydb/core/persqueue/writer/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(core-persqueue-writer) -target_link_libraries(core-persqueue-writer PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-digest-md5 - cpp-string_utils-base64 - ydb-core-base - core-persqueue-events - grpc_services-cancelation-protos - kqp-common-simple - ydb-core-protos - public-lib-base - lib-deprecated-kicli - cpp-client-ydb_params -) -target_sources(core-persqueue-writer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/writer/metadata_initializers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/writer/partition_chooser_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/writer/source_id_encoding.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/writer/writer.cpp -) diff --git a/contrib/ydb/core/persqueue/writer/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/persqueue/writer/CMakeLists.linux-x86_64.txt deleted file mode 100644 index f07999c958d..00000000000 --- a/contrib/ydb/core/persqueue/writer/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(core-persqueue-writer) -target_link_libraries(core-persqueue-writer PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-digest-md5 - cpp-string_utils-base64 - ydb-core-base - core-persqueue-events - grpc_services-cancelation-protos - kqp-common-simple - ydb-core-protos - public-lib-base - lib-deprecated-kicli - cpp-client-ydb_params -) -target_sources(core-persqueue-writer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/writer/metadata_initializers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/writer/partition_chooser_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/writer/source_id_encoding.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/writer/writer.cpp -) diff --git a/contrib/ydb/core/persqueue/writer/CMakeLists.txt b/contrib/ydb/core/persqueue/writer/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/persqueue/writer/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/persqueue/writer/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/persqueue/writer/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 2e69579fa64..00000000000 --- a/contrib/ydb/core/persqueue/writer/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(core-persqueue-writer) -target_link_libraries(core-persqueue-writer PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-digest-md5 - cpp-string_utils-base64 - ydb-core-base - core-persqueue-events - grpc_services-cancelation-protos - kqp-common-simple - ydb-core-protos - public-lib-base - lib-deprecated-kicli - cpp-client-ydb_params -) -target_sources(core-persqueue-writer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/writer/metadata_initializers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/writer/partition_chooser_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/writer/source_id_encoding.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/persqueue/writer/writer.cpp -) diff --git a/contrib/ydb/core/pgproxy/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/pgproxy/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 3932b8a27a8..00000000000 --- a/contrib/ydb/core/pgproxy/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_subdirectory(protos) - -add_library(ydb-core-pgproxy) -target_link_libraries(ydb-core-pgproxy PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-protos - cpp-string_utils-base64 - ydb-core-base - core-pgproxy-protos - ydb-core-protos - ydb-core-raw_socket -) -target_sources(ydb-core-pgproxy PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/pgproxy/pg_connection.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/pgproxy/pg_proxy_types.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/pgproxy/pg_proxy.cpp -) diff --git a/contrib/ydb/core/pgproxy/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/pgproxy/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 552c6289778..00000000000 --- a/contrib/ydb/core/pgproxy/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_subdirectory(protos) - -add_library(ydb-core-pgproxy) -target_link_libraries(ydb-core-pgproxy PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-protos - cpp-string_utils-base64 - ydb-core-base - core-pgproxy-protos - ydb-core-protos - ydb-core-raw_socket -) -target_sources(ydb-core-pgproxy PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/pgproxy/pg_connection.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/pgproxy/pg_proxy_types.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/pgproxy/pg_proxy.cpp -) diff --git a/contrib/ydb/core/pgproxy/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/pgproxy/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 552c6289778..00000000000 --- a/contrib/ydb/core/pgproxy/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_subdirectory(protos) - -add_library(ydb-core-pgproxy) -target_link_libraries(ydb-core-pgproxy PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-protos - cpp-string_utils-base64 - ydb-core-base - core-pgproxy-protos - ydb-core-protos - ydb-core-raw_socket -) -target_sources(ydb-core-pgproxy PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/pgproxy/pg_connection.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/pgproxy/pg_proxy_types.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/pgproxy/pg_proxy.cpp -) diff --git a/contrib/ydb/core/pgproxy/CMakeLists.txt b/contrib/ydb/core/pgproxy/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/pgproxy/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/pgproxy/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/pgproxy/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 3932b8a27a8..00000000000 --- a/contrib/ydb/core/pgproxy/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_subdirectory(protos) - -add_library(ydb-core-pgproxy) -target_link_libraries(ydb-core-pgproxy PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-protos - cpp-string_utils-base64 - ydb-core-base - core-pgproxy-protos - ydb-core-protos - ydb-core-raw_socket -) -target_sources(ydb-core-pgproxy PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/pgproxy/pg_connection.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/pgproxy/pg_proxy_types.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/pgproxy/pg_proxy.cpp -) diff --git a/contrib/ydb/core/pgproxy/protos/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/pgproxy/protos/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index ba90c4f526e..00000000000 --- a/contrib/ydb/core/pgproxy/protos/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(core-pgproxy-protos) -target_link_libraries(core-pgproxy-protos PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(core-pgproxy-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/pgproxy/protos/pgproxy.proto -) -target_proto_addincls(core-pgproxy-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(core-pgproxy-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/pgproxy/protos/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/pgproxy/protos/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 3b5a211e64e..00000000000 --- a/contrib/ydb/core/pgproxy/protos/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(core-pgproxy-protos) -target_link_libraries(core-pgproxy-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(core-pgproxy-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/pgproxy/protos/pgproxy.proto -) -target_proto_addincls(core-pgproxy-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(core-pgproxy-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/pgproxy/protos/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/pgproxy/protos/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 3b5a211e64e..00000000000 --- a/contrib/ydb/core/pgproxy/protos/CMakeLists.linux-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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(core-pgproxy-protos) -target_link_libraries(core-pgproxy-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(core-pgproxy-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/pgproxy/protos/pgproxy.proto -) -target_proto_addincls(core-pgproxy-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(core-pgproxy-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/pgproxy/protos/CMakeLists.txt b/contrib/ydb/core/pgproxy/protos/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/pgproxy/protos/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/pgproxy/protos/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/pgproxy/protos/CMakeLists.windows-x86_64.txt deleted file mode 100644 index ba90c4f526e..00000000000 --- a/contrib/ydb/core/pgproxy/protos/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(core-pgproxy-protos) -target_link_libraries(core-pgproxy-protos PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(core-pgproxy-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/pgproxy/protos/pgproxy.proto -) -target_proto_addincls(core-pgproxy-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(core-pgproxy-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/protos/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/protos/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 0b223eef732..00000000000 --- a/contrib/ydb/core/protos/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,1785 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(out) -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(ydb-core-protos) -set_property(TARGET ydb-core-protos PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(ydb-core-protos PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - tools-enum_parser-enum_serialization_runtime - library-actors-protos - libs-config-protos - core-scheme-protos - library-login-protos - library-mkql_proto-protos - api-protos - core-issue-protos - dq-actors-protos - yql-dq-proto - providers-common-proto - public-issue-protos - yql-public-types - ydb-library-services - library-ydb_issue-proto - contrib-libs-protobuf -) -target_proto_messages(ydb-core-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/alloc.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/base.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/bind_channel_storage_pool.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/blob_depot.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/blob_depot_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/blobstorage.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/blobstorage_base.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/blobstorage_base3.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/blobstorage_disk.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/blobstorage_disk_color.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/blobstorage_distributed_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/blobstorage_pdisk_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/blobstorage_vdisk_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/blobstorage_vdisk_internal.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/blobstorage_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/blockstore_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/datashard_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/db_metadata_cache.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/feature_flags.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/filestore_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/bootstrapper.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/change_exchange.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/channel_purpose.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/cms.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/config_units.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/console.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/console_base.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/console_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/console_tenant.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_tx_allocator.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_blob_depot.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_bs_controller.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_cms.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_coordinator.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_columnshard.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_datashard.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_hive.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_kesus.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_keyvalue.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_pq.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_replication.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_schemeshard.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_sequenceshard.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_statistics_aggregator.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_sysview_processor.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_testshard.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_tx_proxy.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_mediator.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/database_basic_sausage_metainfo.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/data_events.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/datashard_load.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/drivemodel.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/export.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/external_sources.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/flat_tx_scheme.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/flat_scheme_op.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/health.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/hive.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/http_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/import.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/index_builder.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/kesus.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/kqp_physical.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/kqp_stats.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/kqp.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/labeled_counters.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/load_test.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/local.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/long_tx_service.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/maintenance.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/metrics.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/minikql_engine.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/mon.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/msgbus.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/msgbus_health.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/msgbus_kv.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/msgbus_pq.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/netclassifier.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/node_broker.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/node_limits.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/profiler.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/query_stats.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/replication.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/resource_broker.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/scheme_log.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/scheme_type_metadata.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/scheme_type_operation.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/serverless_proxy_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/shared_cache.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/sqs.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/follower_group.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/ssa.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/statestorage.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/statistics.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/stream.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/subdomains.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/table_service_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/table_stats.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tablet.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tablet_counters.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tablet_counters_aggregator.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tablet_database.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tablet_pipe.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tablet_tracing_signals.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tablet_tx.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tenant_pool.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tenant_slot_broker.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/test_shard.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tracing.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/node_whiteboard.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tx.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tx_columnshard.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tx_datashard.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tx_mediator_timecast.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tx_proxy.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tx_scheme.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tx_sequenceshard.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/pdiskfit.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/pqconfig.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/auth.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/key.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/grpc.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/grpc_pq_old.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/grpc_status_proxy.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/ydb_result_set_old.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/ydb_table_impl.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/scheme_board.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/scheme_board_mon.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/sys_view.proto -) -generate_enum_serilization(ydb-core-protos - ${CMAKE_BINARY_DIR}/contrib/ydb/core/protos/blobstorage_pdisk_config.pb.h - INCLUDE_HEADERS - contrib/ydb/core/protos/blobstorage_pdisk_config.pb.h -) -generate_enum_serilization(ydb-core-protos - ${CMAKE_BINARY_DIR}/contrib/ydb/core/protos/datashard_load.pb.h - INCLUDE_HEADERS - contrib/ydb/core/protos/datashard_load.pb.h -) -target_proto_addincls(ydb-core-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(ydb-core-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(ydb-core-protos - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/core/protos/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/protos/CMakeLists.linux-aarch64.txt deleted file mode 100644 index f0aff76248d..00000000000 --- a/contrib/ydb/core/protos/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,1786 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(out) -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(ydb-core-protos) -set_property(TARGET ydb-core-protos PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(ydb-core-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - tools-enum_parser-enum_serialization_runtime - library-actors-protos - libs-config-protos - core-scheme-protos - library-login-protos - library-mkql_proto-protos - api-protos - core-issue-protos - dq-actors-protos - yql-dq-proto - providers-common-proto - public-issue-protos - yql-public-types - ydb-library-services - library-ydb_issue-proto - contrib-libs-protobuf -) -target_proto_messages(ydb-core-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/alloc.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/base.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/bind_channel_storage_pool.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/blob_depot.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/blob_depot_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/blobstorage.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/blobstorage_base.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/blobstorage_base3.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/blobstorage_disk.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/blobstorage_disk_color.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/blobstorage_distributed_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/blobstorage_pdisk_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/blobstorage_vdisk_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/blobstorage_vdisk_internal.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/blobstorage_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/blockstore_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/datashard_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/db_metadata_cache.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/feature_flags.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/filestore_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/bootstrapper.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/change_exchange.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/channel_purpose.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/cms.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/config_units.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/console.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/console_base.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/console_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/console_tenant.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_tx_allocator.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_blob_depot.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_bs_controller.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_cms.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_coordinator.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_columnshard.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_datashard.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_hive.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_kesus.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_keyvalue.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_pq.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_replication.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_schemeshard.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_sequenceshard.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_statistics_aggregator.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_sysview_processor.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_testshard.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_tx_proxy.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_mediator.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/database_basic_sausage_metainfo.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/data_events.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/datashard_load.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/drivemodel.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/export.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/external_sources.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/flat_tx_scheme.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/flat_scheme_op.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/health.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/hive.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/http_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/import.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/index_builder.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/kesus.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/kqp_physical.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/kqp_stats.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/kqp.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/labeled_counters.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/load_test.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/local.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/long_tx_service.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/maintenance.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/metrics.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/minikql_engine.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/mon.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/msgbus.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/msgbus_health.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/msgbus_kv.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/msgbus_pq.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/netclassifier.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/node_broker.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/node_limits.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/profiler.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/query_stats.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/replication.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/resource_broker.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/scheme_log.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/scheme_type_metadata.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/scheme_type_operation.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/serverless_proxy_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/shared_cache.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/sqs.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/follower_group.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/ssa.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/statestorage.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/statistics.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/stream.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/subdomains.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/table_service_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/table_stats.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tablet.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tablet_counters.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tablet_counters_aggregator.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tablet_database.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tablet_pipe.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tablet_tracing_signals.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tablet_tx.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tenant_pool.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tenant_slot_broker.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/test_shard.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tracing.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/node_whiteboard.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tx.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tx_columnshard.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tx_datashard.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tx_mediator_timecast.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tx_proxy.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tx_scheme.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tx_sequenceshard.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/pdiskfit.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/pqconfig.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/auth.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/key.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/grpc.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/grpc_pq_old.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/grpc_status_proxy.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/ydb_result_set_old.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/ydb_table_impl.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/scheme_board.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/scheme_board_mon.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/sys_view.proto -) -generate_enum_serilization(ydb-core-protos - ${CMAKE_BINARY_DIR}/contrib/ydb/core/protos/blobstorage_pdisk_config.pb.h - INCLUDE_HEADERS - contrib/ydb/core/protos/blobstorage_pdisk_config.pb.h -) -generate_enum_serilization(ydb-core-protos - ${CMAKE_BINARY_DIR}/contrib/ydb/core/protos/datashard_load.pb.h - INCLUDE_HEADERS - contrib/ydb/core/protos/datashard_load.pb.h -) -target_proto_addincls(ydb-core-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(ydb-core-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(ydb-core-protos - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/core/protos/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/protos/CMakeLists.linux-x86_64.txt deleted file mode 100644 index f0aff76248d..00000000000 --- a/contrib/ydb/core/protos/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,1786 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(out) -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(ydb-core-protos) -set_property(TARGET ydb-core-protos PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(ydb-core-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - tools-enum_parser-enum_serialization_runtime - library-actors-protos - libs-config-protos - core-scheme-protos - library-login-protos - library-mkql_proto-protos - api-protos - core-issue-protos - dq-actors-protos - yql-dq-proto - providers-common-proto - public-issue-protos - yql-public-types - ydb-library-services - library-ydb_issue-proto - contrib-libs-protobuf -) -target_proto_messages(ydb-core-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/alloc.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/base.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/bind_channel_storage_pool.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/blob_depot.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/blob_depot_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/blobstorage.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/blobstorage_base.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/blobstorage_base3.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/blobstorage_disk.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/blobstorage_disk_color.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/blobstorage_distributed_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/blobstorage_pdisk_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/blobstorage_vdisk_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/blobstorage_vdisk_internal.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/blobstorage_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/blockstore_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/datashard_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/db_metadata_cache.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/feature_flags.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/filestore_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/bootstrapper.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/change_exchange.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/channel_purpose.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/cms.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/config_units.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/console.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/console_base.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/console_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/console_tenant.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_tx_allocator.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_blob_depot.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_bs_controller.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_cms.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_coordinator.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_columnshard.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_datashard.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_hive.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_kesus.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_keyvalue.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_pq.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_replication.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_schemeshard.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_sequenceshard.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_statistics_aggregator.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_sysview_processor.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_testshard.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_tx_proxy.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_mediator.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/database_basic_sausage_metainfo.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/data_events.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/datashard_load.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/drivemodel.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/export.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/external_sources.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/flat_tx_scheme.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/flat_scheme_op.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/health.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/hive.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/http_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/import.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/index_builder.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/kesus.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/kqp_physical.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/kqp_stats.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/kqp.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/labeled_counters.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/load_test.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/local.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/long_tx_service.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/maintenance.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/metrics.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/minikql_engine.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/mon.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/msgbus.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/msgbus_health.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/msgbus_kv.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/msgbus_pq.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/netclassifier.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/node_broker.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/node_limits.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/profiler.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/query_stats.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/replication.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/resource_broker.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/scheme_log.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/scheme_type_metadata.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/scheme_type_operation.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/serverless_proxy_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/shared_cache.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/sqs.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/follower_group.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/ssa.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/statestorage.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/statistics.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/stream.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/subdomains.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/table_service_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/table_stats.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tablet.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tablet_counters.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tablet_counters_aggregator.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tablet_database.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tablet_pipe.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tablet_tracing_signals.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tablet_tx.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tenant_pool.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tenant_slot_broker.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/test_shard.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tracing.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/node_whiteboard.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tx.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tx_columnshard.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tx_datashard.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tx_mediator_timecast.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tx_proxy.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tx_scheme.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tx_sequenceshard.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/pdiskfit.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/pqconfig.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/auth.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/key.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/grpc.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/grpc_pq_old.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/grpc_status_proxy.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/ydb_result_set_old.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/ydb_table_impl.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/scheme_board.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/scheme_board_mon.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/sys_view.proto -) -generate_enum_serilization(ydb-core-protos - ${CMAKE_BINARY_DIR}/contrib/ydb/core/protos/blobstorage_pdisk_config.pb.h - INCLUDE_HEADERS - contrib/ydb/core/protos/blobstorage_pdisk_config.pb.h -) -generate_enum_serilization(ydb-core-protos - ${CMAKE_BINARY_DIR}/contrib/ydb/core/protos/datashard_load.pb.h - INCLUDE_HEADERS - contrib/ydb/core/protos/datashard_load.pb.h -) -target_proto_addincls(ydb-core-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(ydb-core-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(ydb-core-protos - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/core/protos/CMakeLists.txt b/contrib/ydb/core/protos/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/protos/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/protos/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/protos/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 0b223eef732..00000000000 --- a/contrib/ydb/core/protos/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,1785 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(out) -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(ydb-core-protos) -set_property(TARGET ydb-core-protos PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(ydb-core-protos PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - tools-enum_parser-enum_serialization_runtime - library-actors-protos - libs-config-protos - core-scheme-protos - library-login-protos - library-mkql_proto-protos - api-protos - core-issue-protos - dq-actors-protos - yql-dq-proto - providers-common-proto - public-issue-protos - yql-public-types - ydb-library-services - library-ydb_issue-proto - contrib-libs-protobuf -) -target_proto_messages(ydb-core-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/alloc.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/base.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/bind_channel_storage_pool.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/blob_depot.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/blob_depot_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/blobstorage.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/blobstorage_base.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/blobstorage_base3.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/blobstorage_disk.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/blobstorage_disk_color.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/blobstorage_distributed_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/blobstorage_pdisk_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/blobstorage_vdisk_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/blobstorage_vdisk_internal.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/blobstorage_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/blockstore_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/datashard_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/db_metadata_cache.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/feature_flags.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/filestore_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/bootstrapper.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/change_exchange.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/channel_purpose.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/cms.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/config_units.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/console.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/console_base.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/console_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/console_tenant.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_tx_allocator.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_blob_depot.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_bs_controller.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_cms.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_coordinator.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_columnshard.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_datashard.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_hive.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_kesus.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_keyvalue.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_pq.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_replication.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_schemeshard.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_sequenceshard.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_statistics_aggregator.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_sysview_processor.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_testshard.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_tx_proxy.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters_mediator.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/counters.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/database_basic_sausage_metainfo.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/data_events.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/datashard_load.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/drivemodel.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/export.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/external_sources.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/flat_tx_scheme.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/flat_scheme_op.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/health.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/hive.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/http_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/import.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/index_builder.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/kesus.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/kqp_physical.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/kqp_stats.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/kqp.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/labeled_counters.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/load_test.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/local.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/long_tx_service.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/maintenance.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/metrics.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/minikql_engine.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/mon.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/msgbus.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/msgbus_health.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/msgbus_kv.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/msgbus_pq.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/netclassifier.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/node_broker.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/node_limits.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/profiler.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/query_stats.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/replication.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/resource_broker.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/scheme_log.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/scheme_type_metadata.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/scheme_type_operation.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/serverless_proxy_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/shared_cache.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/sqs.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/follower_group.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/ssa.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/statestorage.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/statistics.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/stream.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/subdomains.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/table_service_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/table_stats.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tablet.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tablet_counters.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tablet_counters_aggregator.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tablet_database.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tablet_pipe.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tablet_tracing_signals.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tablet_tx.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tenant_pool.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tenant_slot_broker.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/test_shard.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tracing.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/node_whiteboard.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tx.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tx_columnshard.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tx_datashard.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tx_mediator_timecast.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tx_proxy.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tx_scheme.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/tx_sequenceshard.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/pdiskfit.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/pqconfig.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/auth.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/key.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/grpc.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/grpc_pq_old.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/grpc_status_proxy.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/ydb_result_set_old.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/ydb_table_impl.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/scheme_board.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/scheme_board_mon.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/sys_view.proto -) -generate_enum_serilization(ydb-core-protos - ${CMAKE_BINARY_DIR}/contrib/ydb/core/protos/blobstorage_pdisk_config.pb.h - INCLUDE_HEADERS - contrib/ydb/core/protos/blobstorage_pdisk_config.pb.h -) -generate_enum_serilization(ydb-core-protos - ${CMAKE_BINARY_DIR}/contrib/ydb/core/protos/datashard_load.pb.h - INCLUDE_HEADERS - contrib/ydb/core/protos/datashard_load.pb.h -) -target_proto_addincls(ydb-core-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(ydb-core-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(ydb-core-protos - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/core/protos/out/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/protos/out/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 5ca883d923a..00000000000 --- a/contrib/ydb/core/protos/out/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(core-protos-out) -target_link_libraries(core-protos-out PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-protos -) -target_sources(core-protos-out PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/out/out.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/out/out_cms.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/out/out_long_tx_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/out/out_sequenceshard.cpp -) diff --git a/contrib/ydb/core/protos/out/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/protos/out/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 535aa2f6a00..00000000000 --- a/contrib/ydb/core/protos/out/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(core-protos-out) -target_link_libraries(core-protos-out PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-protos -) -target_sources(core-protos-out PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/out/out.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/out/out_cms.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/out/out_long_tx_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/out/out_sequenceshard.cpp -) diff --git a/contrib/ydb/core/protos/out/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/protos/out/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 535aa2f6a00..00000000000 --- a/contrib/ydb/core/protos/out/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(core-protos-out) -target_link_libraries(core-protos-out PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-protos -) -target_sources(core-protos-out PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/out/out.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/out/out_cms.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/out/out_long_tx_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/out/out_sequenceshard.cpp -) diff --git a/contrib/ydb/core/protos/out/CMakeLists.txt b/contrib/ydb/core/protos/out/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/protos/out/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/protos/out/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/protos/out/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 5ca883d923a..00000000000 --- a/contrib/ydb/core/protos/out/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(core-protos-out) -target_link_libraries(core-protos-out PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-protos -) -target_sources(core-protos-out PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/out/out.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/out/out_cms.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/out/out_long_tx_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/protos/out/out_sequenceshard.cpp -) diff --git a/contrib/ydb/core/public_http/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/public_http/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c55c8437955..00000000000 --- a/contrib/ydb/core/public_http/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,75 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(protos) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(ydb-core-public_http) -target_compile_options(ydb-core-public_http PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-public_http PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-http - cpp-protobuf-json - library-cpp-resource - ydb-core-base - fq-libs-result_formatter - core-grpc_services-local_rpc - ydb-core-http_proxy - ydb-core-protos - core-public_http-protos - core-viewer-json - yql-public-issue - cpp-client-ydb_types -) -target_sources(ydb-core-public_http PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/public_http/http_req.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/public_http/http_router.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/public_http/http_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/public_http/grpc_request_context_wrapper.cpp -) - -add_global_library_for(ydb-core-public_http.global ydb-core-public_http) -target_compile_options(ydb-core-public_http.global PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-public_http.global PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-http - cpp-protobuf-json - library-cpp-resource - ydb-core-base - fq-libs-result_formatter - core-grpc_services-local_rpc - ydb-core-http_proxy - ydb-core-protos - core-public_http-protos - core-viewer-json - yql-public-issue - cpp-client-ydb_types -) -target_sources(ydb-core-public_http.global PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/core/public_http/61d421c52ac59775eb29fb236d3d6f5a.cpp -) -resources(ydb-core-public_http.global - ${CMAKE_BINARY_DIR}/contrib/ydb/core/public_http/61d421c52ac59775eb29fb236d3d6f5a.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/public_http/openapi/openapi.yaml - KEYS - resources/openapi.yaml -) diff --git a/contrib/ydb/core/public_http/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/public_http/CMakeLists.linux-aarch64.txt deleted file mode 100644 index c4af56509de..00000000000 --- a/contrib/ydb/core/public_http/CMakeLists.linux-aarch64.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_subdirectory(protos) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(ydb-core-public_http) -target_compile_options(ydb-core-public_http PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-public_http PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-http - cpp-protobuf-json - library-cpp-resource - ydb-core-base - fq-libs-result_formatter - core-grpc_services-local_rpc - ydb-core-http_proxy - ydb-core-protos - core-public_http-protos - core-viewer-json - yql-public-issue - cpp-client-ydb_types -) -target_sources(ydb-core-public_http PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/public_http/http_req.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/public_http/http_router.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/public_http/http_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/public_http/grpc_request_context_wrapper.cpp -) - -add_global_library_for(ydb-core-public_http.global ydb-core-public_http) -target_compile_options(ydb-core-public_http.global PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-public_http.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-http - cpp-protobuf-json - library-cpp-resource - ydb-core-base - fq-libs-result_formatter - core-grpc_services-local_rpc - ydb-core-http_proxy - ydb-core-protos - core-public_http-protos - core-viewer-json - yql-public-issue - cpp-client-ydb_types -) -target_sources(ydb-core-public_http.global PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/core/public_http/61d421c52ac59775eb29fb236d3d6f5a.cpp -) -resources(ydb-core-public_http.global - ${CMAKE_BINARY_DIR}/contrib/ydb/core/public_http/61d421c52ac59775eb29fb236d3d6f5a.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/public_http/openapi/openapi.yaml - KEYS - resources/openapi.yaml -) diff --git a/contrib/ydb/core/public_http/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/public_http/CMakeLists.linux-x86_64.txt deleted file mode 100644 index c4af56509de..00000000000 --- a/contrib/ydb/core/public_http/CMakeLists.linux-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_subdirectory(protos) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(ydb-core-public_http) -target_compile_options(ydb-core-public_http PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-public_http PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-http - cpp-protobuf-json - library-cpp-resource - ydb-core-base - fq-libs-result_formatter - core-grpc_services-local_rpc - ydb-core-http_proxy - ydb-core-protos - core-public_http-protos - core-viewer-json - yql-public-issue - cpp-client-ydb_types -) -target_sources(ydb-core-public_http PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/public_http/http_req.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/public_http/http_router.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/public_http/http_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/public_http/grpc_request_context_wrapper.cpp -) - -add_global_library_for(ydb-core-public_http.global ydb-core-public_http) -target_compile_options(ydb-core-public_http.global PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-public_http.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-http - cpp-protobuf-json - library-cpp-resource - ydb-core-base - fq-libs-result_formatter - core-grpc_services-local_rpc - ydb-core-http_proxy - ydb-core-protos - core-public_http-protos - core-viewer-json - yql-public-issue - cpp-client-ydb_types -) -target_sources(ydb-core-public_http.global PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/core/public_http/61d421c52ac59775eb29fb236d3d6f5a.cpp -) -resources(ydb-core-public_http.global - ${CMAKE_BINARY_DIR}/contrib/ydb/core/public_http/61d421c52ac59775eb29fb236d3d6f5a.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/public_http/openapi/openapi.yaml - KEYS - resources/openapi.yaml -) diff --git a/contrib/ydb/core/public_http/CMakeLists.txt b/contrib/ydb/core/public_http/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/public_http/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/public_http/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/public_http/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c55c8437955..00000000000 --- a/contrib/ydb/core/public_http/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,75 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(protos) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(ydb-core-public_http) -target_compile_options(ydb-core-public_http PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-public_http PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-http - cpp-protobuf-json - library-cpp-resource - ydb-core-base - fq-libs-result_formatter - core-grpc_services-local_rpc - ydb-core-http_proxy - ydb-core-protos - core-public_http-protos - core-viewer-json - yql-public-issue - cpp-client-ydb_types -) -target_sources(ydb-core-public_http PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/public_http/http_req.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/public_http/http_router.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/public_http/http_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/public_http/grpc_request_context_wrapper.cpp -) - -add_global_library_for(ydb-core-public_http.global ydb-core-public_http) -target_compile_options(ydb-core-public_http.global PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-public_http.global PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-http - cpp-protobuf-json - library-cpp-resource - ydb-core-base - fq-libs-result_formatter - core-grpc_services-local_rpc - ydb-core-http_proxy - ydb-core-protos - core-public_http-protos - core-viewer-json - yql-public-issue - cpp-client-ydb_types -) -target_sources(ydb-core-public_http.global PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/core/public_http/61d421c52ac59775eb29fb236d3d6f5a.cpp -) -resources(ydb-core-public_http.global - ${CMAKE_BINARY_DIR}/contrib/ydb/core/public_http/61d421c52ac59775eb29fb236d3d6f5a.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/public_http/openapi/openapi.yaml - KEYS - resources/openapi.yaml -) diff --git a/contrib/ydb/core/public_http/protos/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/public_http/protos/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index efe6a7be2ff..00000000000 --- a/contrib/ydb/core/public_http/protos/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(core-public_http-protos) -target_link_libraries(core-public_http-protos PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-protos - contrib-libs-protobuf -) -target_proto_messages(core-public_http-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/public_http/protos/fq.proto -) -target_proto_addincls(core-public_http-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(core-public_http-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/public_http/protos/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/public_http/protos/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d09ccf2fff5..00000000000 --- a/contrib/ydb/core/public_http/protos/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(core-public_http-protos) -target_link_libraries(core-public_http-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-protos - contrib-libs-protobuf -) -target_proto_messages(core-public_http-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/public_http/protos/fq.proto -) -target_proto_addincls(core-public_http-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(core-public_http-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/public_http/protos/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/public_http/protos/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d09ccf2fff5..00000000000 --- a/contrib/ydb/core/public_http/protos/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(core-public_http-protos) -target_link_libraries(core-public_http-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-protos - contrib-libs-protobuf -) -target_proto_messages(core-public_http-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/public_http/protos/fq.proto -) -target_proto_addincls(core-public_http-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(core-public_http-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/public_http/protos/CMakeLists.txt b/contrib/ydb/core/public_http/protos/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/public_http/protos/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/public_http/protos/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/public_http/protos/CMakeLists.windows-x86_64.txt deleted file mode 100644 index efe6a7be2ff..00000000000 --- a/contrib/ydb/core/public_http/protos/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(core-public_http-protos) -target_link_libraries(core-public_http-protos PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-protos - contrib-libs-protobuf -) -target_proto_messages(core-public_http-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/public_http/protos/fq.proto -) -target_proto_addincls(core-public_http-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(core-public_http-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/quoter/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/quoter/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index aaefdb5c833..00000000000 --- a/contrib/ydb/core/quoter/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_subdirectory(public) - -add_library(ydb-core-quoter) -target_link_libraries(ydb-core-quoter PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-containers-ring_buffer - ydb-core-base - core-kesus-tablet - core-tx-scheme_cache - ydb-core-util - yql-public-issue - ydb-library-time_series_vec -) -target_sources(ydb-core-quoter PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/quoter/debug_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/quoter/kesus_quoter_proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/quoter/probes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/quoter/quoter_service.cpp -) diff --git a/contrib/ydb/core/quoter/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/quoter/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 2277978cbc4..00000000000 --- a/contrib/ydb/core/quoter/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_subdirectory(public) - -add_library(ydb-core-quoter) -target_link_libraries(ydb-core-quoter PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-containers-ring_buffer - ydb-core-base - core-kesus-tablet - core-tx-scheme_cache - ydb-core-util - yql-public-issue - ydb-library-time_series_vec -) -target_sources(ydb-core-quoter PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/quoter/debug_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/quoter/kesus_quoter_proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/quoter/probes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/quoter/quoter_service.cpp -) diff --git a/contrib/ydb/core/quoter/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/quoter/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 2277978cbc4..00000000000 --- a/contrib/ydb/core/quoter/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_subdirectory(public) - -add_library(ydb-core-quoter) -target_link_libraries(ydb-core-quoter PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-containers-ring_buffer - ydb-core-base - core-kesus-tablet - core-tx-scheme_cache - ydb-core-util - yql-public-issue - ydb-library-time_series_vec -) -target_sources(ydb-core-quoter PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/quoter/debug_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/quoter/kesus_quoter_proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/quoter/probes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/quoter/quoter_service.cpp -) diff --git a/contrib/ydb/core/quoter/CMakeLists.txt b/contrib/ydb/core/quoter/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/quoter/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/quoter/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/quoter/CMakeLists.windows-x86_64.txt deleted file mode 100644 index aaefdb5c833..00000000000 --- a/contrib/ydb/core/quoter/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_subdirectory(public) - -add_library(ydb-core-quoter) -target_link_libraries(ydb-core-quoter PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-containers-ring_buffer - ydb-core-base - core-kesus-tablet - core-tx-scheme_cache - ydb-core-util - yql-public-issue - ydb-library-time_series_vec -) -target_sources(ydb-core-quoter PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/quoter/debug_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/quoter/kesus_quoter_proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/quoter/probes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/quoter/quoter_service.cpp -) diff --git a/contrib/ydb/core/quoter/public/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/quoter/public/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index eebc4bfa8f3..00000000000 --- a/contrib/ydb/core/quoter/public/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-quoter-public) -target_compile_options(core-quoter-public PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-quoter-public PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-library-time_series_vec - tools-enum_parser-enum_serialization_runtime -) -target_sources(core-quoter-public PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/quoter/public/quoter.cpp -) -generate_enum_serilization(core-quoter-public - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/quoter/public/quoter.h - INCLUDE_HEADERS - contrib/ydb/core/quoter/public/quoter.h -) diff --git a/contrib/ydb/core/quoter/public/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/quoter/public/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 039459272d1..00000000000 --- a/contrib/ydb/core/quoter/public/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-quoter-public) -target_compile_options(core-quoter-public PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-quoter-public PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-library-time_series_vec - tools-enum_parser-enum_serialization_runtime -) -target_sources(core-quoter-public PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/quoter/public/quoter.cpp -) -generate_enum_serilization(core-quoter-public - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/quoter/public/quoter.h - INCLUDE_HEADERS - contrib/ydb/core/quoter/public/quoter.h -) diff --git a/contrib/ydb/core/quoter/public/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/quoter/public/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 039459272d1..00000000000 --- a/contrib/ydb/core/quoter/public/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-quoter-public) -target_compile_options(core-quoter-public PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-quoter-public PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-library-time_series_vec - tools-enum_parser-enum_serialization_runtime -) -target_sources(core-quoter-public PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/quoter/public/quoter.cpp -) -generate_enum_serilization(core-quoter-public - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/quoter/public/quoter.h - INCLUDE_HEADERS - contrib/ydb/core/quoter/public/quoter.h -) diff --git a/contrib/ydb/core/quoter/public/CMakeLists.txt b/contrib/ydb/core/quoter/public/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/quoter/public/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/quoter/public/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/quoter/public/CMakeLists.windows-x86_64.txt deleted file mode 100644 index eebc4bfa8f3..00000000000 --- a/contrib/ydb/core/quoter/public/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-quoter-public) -target_compile_options(core-quoter-public PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-quoter-public PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-library-time_series_vec - tools-enum_parser-enum_serialization_runtime -) -target_sources(core-quoter-public PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/quoter/public/quoter.cpp -) -generate_enum_serilization(core-quoter-public - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/quoter/public/quoter.h - INCLUDE_HEADERS - contrib/ydb/core/quoter/public/quoter.h -) diff --git a/contrib/ydb/core/raw_socket/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/raw_socket/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 31ce852d0da..00000000000 --- a/contrib/ydb/core/raw_socket/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(ydb-core-raw_socket) -target_link_libraries(ydb-core-raw_socket PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-protos - ydb-core-base - ydb-core-protos -) -target_sources(ydb-core-raw_socket PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/raw_socket/sock_listener.cpp -) diff --git a/contrib/ydb/core/raw_socket/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/raw_socket/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a3d46d14adf..00000000000 --- a/contrib/ydb/core/raw_socket/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(ydb-core-raw_socket) -target_link_libraries(ydb-core-raw_socket PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-protos - ydb-core-base - ydb-core-protos -) -target_sources(ydb-core-raw_socket PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/raw_socket/sock_listener.cpp -) diff --git a/contrib/ydb/core/raw_socket/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/raw_socket/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a3d46d14adf..00000000000 --- a/contrib/ydb/core/raw_socket/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(ydb-core-raw_socket) -target_link_libraries(ydb-core-raw_socket PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-protos - ydb-core-base - ydb-core-protos -) -target_sources(ydb-core-raw_socket PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/raw_socket/sock_listener.cpp -) diff --git a/contrib/ydb/core/raw_socket/CMakeLists.txt b/contrib/ydb/core/raw_socket/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/raw_socket/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/raw_socket/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/raw_socket/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 31ce852d0da..00000000000 --- a/contrib/ydb/core/raw_socket/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(ydb-core-raw_socket) -target_link_libraries(ydb-core-raw_socket PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-protos - ydb-core-base - ydb-core-protos -) -target_sources(ydb-core-raw_socket PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/raw_socket/sock_listener.cpp -) diff --git a/contrib/ydb/core/scheme/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/scheme/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 19ab434eac2..00000000000 --- a/contrib/ydb/core/scheme/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_subdirectory(protos) - -add_library(ydb-core-scheme) -target_link_libraries(ydb-core-scheme PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-cpp-charset - cpp-containers-bitseq - cpp-deprecated-enum_codegen - library-cpp-yson - core-scheme-protos - ydb-core-scheme_types - ydb-library-aclib - parser-pg_wrapper-interface - public-lib-scheme_types - library-pretty_types_print-protobuf - cpp-lwtrace-mon -) -target_sources(ydb-core-scheme PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/scheme/scheme_borders.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/scheme/scheme_tablecell.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/scheme/scheme_tabledefs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/scheme/scheme_types_defs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/scheme/scheme_type_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/scheme/scheme_types_proto.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/scheme/scheme_pathid.cpp -) diff --git a/contrib/ydb/core/scheme/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/scheme/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e97bbe15c5b..00000000000 --- a/contrib/ydb/core/scheme/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_subdirectory(protos) - -add_library(ydb-core-scheme) -target_link_libraries(ydb-core-scheme PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-cpp-charset - cpp-containers-bitseq - cpp-deprecated-enum_codegen - library-cpp-yson - core-scheme-protos - ydb-core-scheme_types - ydb-library-aclib - parser-pg_wrapper-interface - public-lib-scheme_types - library-pretty_types_print-protobuf - cpp-lwtrace-mon -) -target_sources(ydb-core-scheme PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/scheme/scheme_borders.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/scheme/scheme_tablecell.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/scheme/scheme_tabledefs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/scheme/scheme_types_defs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/scheme/scheme_type_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/scheme/scheme_types_proto.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/scheme/scheme_pathid.cpp -) diff --git a/contrib/ydb/core/scheme/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/scheme/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e97bbe15c5b..00000000000 --- a/contrib/ydb/core/scheme/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_subdirectory(protos) - -add_library(ydb-core-scheme) -target_link_libraries(ydb-core-scheme PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-cpp-charset - cpp-containers-bitseq - cpp-deprecated-enum_codegen - library-cpp-yson - core-scheme-protos - ydb-core-scheme_types - ydb-library-aclib - parser-pg_wrapper-interface - public-lib-scheme_types - library-pretty_types_print-protobuf - cpp-lwtrace-mon -) -target_sources(ydb-core-scheme PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/scheme/scheme_borders.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/scheme/scheme_tablecell.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/scheme/scheme_tabledefs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/scheme/scheme_types_defs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/scheme/scheme_type_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/scheme/scheme_types_proto.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/scheme/scheme_pathid.cpp -) diff --git a/contrib/ydb/core/scheme/CMakeLists.txt b/contrib/ydb/core/scheme/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/scheme/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/scheme/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/scheme/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 19ab434eac2..00000000000 --- a/contrib/ydb/core/scheme/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_subdirectory(protos) - -add_library(ydb-core-scheme) -target_link_libraries(ydb-core-scheme PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-cpp-charset - cpp-containers-bitseq - cpp-deprecated-enum_codegen - library-cpp-yson - core-scheme-protos - ydb-core-scheme_types - ydb-library-aclib - parser-pg_wrapper-interface - public-lib-scheme_types - library-pretty_types_print-protobuf - cpp-lwtrace-mon -) -target_sources(ydb-core-scheme PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/scheme/scheme_borders.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/scheme/scheme_tablecell.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/scheme/scheme_tabledefs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/scheme/scheme_types_defs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/scheme/scheme_type_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/scheme/scheme_types_proto.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/scheme/scheme_pathid.cpp -) diff --git a/contrib/ydb/core/scheme/protos/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/scheme/protos/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 9ec45537c3f..00000000000 --- a/contrib/ydb/core/scheme/protos/CMakeLists.darwin-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. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(core-scheme-protos) -set_property(TARGET core-scheme-protos PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(core-scheme-protos PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - contrib-libs-protobuf -) -target_proto_messages(core-scheme-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/scheme/protos/type_info.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/scheme/protos/key_range.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/scheme/protos/pathid.proto -) -target_proto_addincls(core-scheme-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(core-scheme-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(core-scheme-protos - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/core/scheme/protos/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/scheme/protos/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 8375c0f3149..00000000000 --- a/contrib/ydb/core/scheme/protos/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,84 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(core-scheme-protos) -set_property(TARGET core-scheme-protos PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(core-scheme-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - contrib-libs-protobuf -) -target_proto_messages(core-scheme-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/scheme/protos/type_info.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/scheme/protos/key_range.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/scheme/protos/pathid.proto -) -target_proto_addincls(core-scheme-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(core-scheme-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(core-scheme-protos - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/core/scheme/protos/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/scheme/protos/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 8375c0f3149..00000000000 --- a/contrib/ydb/core/scheme/protos/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,84 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(core-scheme-protos) -set_property(TARGET core-scheme-protos PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(core-scheme-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - contrib-libs-protobuf -) -target_proto_messages(core-scheme-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/scheme/protos/type_info.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/scheme/protos/key_range.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/scheme/protos/pathid.proto -) -target_proto_addincls(core-scheme-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(core-scheme-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(core-scheme-protos - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/core/scheme/protos/CMakeLists.txt b/contrib/ydb/core/scheme/protos/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/scheme/protos/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/scheme/protos/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/scheme/protos/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 9ec45537c3f..00000000000 --- a/contrib/ydb/core/scheme/protos/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. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(core-scheme-protos) -set_property(TARGET core-scheme-protos PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(core-scheme-protos PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - contrib-libs-protobuf -) -target_proto_messages(core-scheme-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/scheme/protos/type_info.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/scheme/protos/key_range.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/scheme/protos/pathid.proto -) -target_proto_addincls(core-scheme-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(core-scheme-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(core-scheme-protos - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/core/scheme_types/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/scheme_types/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 528eb50483a..00000000000 --- a/contrib/ydb/core/scheme_types/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(ydb-core-scheme_types) -target_link_libraries(ydb-core-scheme_types PUBLIC - contrib-libs-cxxsupp - yutil - public-lib-scheme_types -) -target_sources(ydb-core-scheme_types PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/scheme_types/scheme_type_metadata.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/scheme_types/scheme_type_registry.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/scheme_types/scheme_types_defs.cpp -) diff --git a/contrib/ydb/core/scheme_types/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/scheme_types/CMakeLists.linux-aarch64.txt deleted file mode 100644 index cc0c9e86eb1..00000000000 --- a/contrib/ydb/core/scheme_types/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(ydb-core-scheme_types) -target_link_libraries(ydb-core-scheme_types PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - public-lib-scheme_types -) -target_sources(ydb-core-scheme_types PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/scheme_types/scheme_type_metadata.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/scheme_types/scheme_type_registry.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/scheme_types/scheme_types_defs.cpp -) diff --git a/contrib/ydb/core/scheme_types/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/scheme_types/CMakeLists.linux-x86_64.txt deleted file mode 100644 index cc0c9e86eb1..00000000000 --- a/contrib/ydb/core/scheme_types/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(ydb-core-scheme_types) -target_link_libraries(ydb-core-scheme_types PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - public-lib-scheme_types -) -target_sources(ydb-core-scheme_types PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/scheme_types/scheme_type_metadata.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/scheme_types/scheme_type_registry.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/scheme_types/scheme_types_defs.cpp -) diff --git a/contrib/ydb/core/scheme_types/CMakeLists.txt b/contrib/ydb/core/scheme_types/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/scheme_types/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/scheme_types/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/scheme_types/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 528eb50483a..00000000000 --- a/contrib/ydb/core/scheme_types/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(ydb-core-scheme_types) -target_link_libraries(ydb-core-scheme_types PUBLIC - contrib-libs-cxxsupp - yutil - public-lib-scheme_types -) -target_sources(ydb-core-scheme_types PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/scheme_types/scheme_type_metadata.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/scheme_types/scheme_type_registry.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/scheme_types/scheme_types_defs.cpp -) diff --git a/contrib/ydb/core/security/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/security/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 1ba386a09f2..00000000000 --- a/contrib/ydb/core/security/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(ydb-core-security) -target_link_libraries(ydb-core-security PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-openldap - library-actors-core - library-actors-http - monlib-service-pages - cpp-openssl-io - ydb-core-base - ydb-core-protos - library-ycloud-api - library-ycloud-impl - ydb-library-aclib - library-aclib-protos - ydb-library-login - ydb-library-security -) -target_sources(ydb-core-security PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/security/login_page.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/security/login_shared_func.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/security/ticket_parser.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/security/ldap_auth_provider.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/security/ldap_utils.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/security/ldap_auth_provider_linux.cpp -) diff --git a/contrib/ydb/core/security/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/security/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 83cdfb2a64f..00000000000 --- a/contrib/ydb/core/security/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(ydb-core-security) -target_link_libraries(ydb-core-security PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-openldap - library-actors-core - library-actors-http - monlib-service-pages - cpp-openssl-io - ydb-core-base - ydb-core-protos - library-ycloud-api - library-ycloud-impl - ydb-library-aclib - library-aclib-protos - ydb-library-login - ydb-library-security -) -target_sources(ydb-core-security PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/security/login_page.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/security/login_shared_func.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/security/ticket_parser.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/security/ldap_auth_provider.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/security/ldap_utils.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/security/ldap_auth_provider_linux.cpp -) diff --git a/contrib/ydb/core/security/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/security/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 83cdfb2a64f..00000000000 --- a/contrib/ydb/core/security/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(ydb-core-security) -target_link_libraries(ydb-core-security PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-openldap - library-actors-core - library-actors-http - monlib-service-pages - cpp-openssl-io - ydb-core-base - ydb-core-protos - library-ycloud-api - library-ycloud-impl - ydb-library-aclib - library-aclib-protos - ydb-library-login - ydb-library-security -) -target_sources(ydb-core-security PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/security/login_page.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/security/login_shared_func.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/security/ticket_parser.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/security/ldap_auth_provider.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/security/ldap_utils.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/security/ldap_auth_provider_linux.cpp -) diff --git a/contrib/ydb/core/security/CMakeLists.txt b/contrib/ydb/core/security/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/security/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/security/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/security/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 1e8a25859e8..00000000000 --- a/contrib/ydb/core/security/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(ydb-core-security) -target_link_libraries(ydb-core-security PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-http - monlib-service-pages - cpp-openssl-io - ydb-core-base - ydb-core-protos - library-ycloud-api - library-ycloud-impl - ydb-library-aclib - library-aclib-protos - ydb-library-login - ydb-library-security -) -target_link_options(ydb-core-security INTERFACE - -Wl,-Bstatic - wldap32.lib - -Wl,-Bdynamic -) -target_sources(ydb-core-security PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/security/login_page.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/security/login_shared_func.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/security/ticket_parser.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/security/ldap_auth_provider.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/security/ldap_utils.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/security/ldap_auth_provider_win.cpp -) diff --git a/contrib/ydb/core/statistics/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/statistics/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 156e1de5561..00000000000 --- a/contrib/ydb/core/statistics/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(aggregator) - -add_library(ydb-core-statistics) -target_link_libraries(ydb-core-statistics PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-protos - ydb-core-scheme -) -target_sources(ydb-core-statistics PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/statistics/stat_service.cpp -) diff --git a/contrib/ydb/core/statistics/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/statistics/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 13e8dbdff4d..00000000000 --- a/contrib/ydb/core/statistics/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(aggregator) - -add_library(ydb-core-statistics) -target_link_libraries(ydb-core-statistics PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-protos - ydb-core-scheme -) -target_sources(ydb-core-statistics PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/statistics/stat_service.cpp -) diff --git a/contrib/ydb/core/statistics/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/statistics/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 13e8dbdff4d..00000000000 --- a/contrib/ydb/core/statistics/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(aggregator) - -add_library(ydb-core-statistics) -target_link_libraries(ydb-core-statistics PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-protos - ydb-core-scheme -) -target_sources(ydb-core-statistics PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/statistics/stat_service.cpp -) diff --git a/contrib/ydb/core/statistics/CMakeLists.txt b/contrib/ydb/core/statistics/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/statistics/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/statistics/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/statistics/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 156e1de5561..00000000000 --- a/contrib/ydb/core/statistics/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(aggregator) - -add_library(ydb-core-statistics) -target_link_libraries(ydb-core-statistics PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-protos - ydb-core-scheme -) -target_sources(ydb-core-statistics PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/statistics/stat_service.cpp -) diff --git a/contrib/ydb/core/statistics/aggregator/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/statistics/aggregator/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a5e8f2a0a94..00000000000 --- a/contrib/ydb/core/statistics/aggregator/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(core-statistics-aggregator) -target_compile_options(core-statistics-aggregator PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-statistics-aggregator PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - core-engine-minikql - ydb-core-protos - ydb-core-tablet - ydb-core-tablet_flat -) -target_sources(core-statistics-aggregator PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/statistics/aggregator/aggregator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/statistics/aggregator/aggregator_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/statistics/aggregator/schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/statistics/aggregator/tx_configure.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/statistics/aggregator/tx_init.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/statistics/aggregator/tx_init_schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/statistics/aggregator/tx_schemeshard_stats.cpp -) diff --git a/contrib/ydb/core/statistics/aggregator/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/statistics/aggregator/CMakeLists.linux-aarch64.txt deleted file mode 100644 index fa1c5c2dca6..00000000000 --- a/contrib/ydb/core/statistics/aggregator/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(core-statistics-aggregator) -target_compile_options(core-statistics-aggregator PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-statistics-aggregator PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - core-engine-minikql - ydb-core-protos - ydb-core-tablet - ydb-core-tablet_flat -) -target_sources(core-statistics-aggregator PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/statistics/aggregator/aggregator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/statistics/aggregator/aggregator_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/statistics/aggregator/schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/statistics/aggregator/tx_configure.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/statistics/aggregator/tx_init.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/statistics/aggregator/tx_init_schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/statistics/aggregator/tx_schemeshard_stats.cpp -) diff --git a/contrib/ydb/core/statistics/aggregator/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/statistics/aggregator/CMakeLists.linux-x86_64.txt deleted file mode 100644 index fa1c5c2dca6..00000000000 --- a/contrib/ydb/core/statistics/aggregator/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(core-statistics-aggregator) -target_compile_options(core-statistics-aggregator PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-statistics-aggregator PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - core-engine-minikql - ydb-core-protos - ydb-core-tablet - ydb-core-tablet_flat -) -target_sources(core-statistics-aggregator PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/statistics/aggregator/aggregator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/statistics/aggregator/aggregator_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/statistics/aggregator/schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/statistics/aggregator/tx_configure.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/statistics/aggregator/tx_init.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/statistics/aggregator/tx_init_schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/statistics/aggregator/tx_schemeshard_stats.cpp -) diff --git a/contrib/ydb/core/statistics/aggregator/CMakeLists.txt b/contrib/ydb/core/statistics/aggregator/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/statistics/aggregator/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/statistics/aggregator/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/statistics/aggregator/CMakeLists.windows-x86_64.txt deleted file mode 100644 index a5e8f2a0a94..00000000000 --- a/contrib/ydb/core/statistics/aggregator/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(core-statistics-aggregator) -target_compile_options(core-statistics-aggregator PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-statistics-aggregator PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - core-engine-minikql - ydb-core-protos - ydb-core-tablet - ydb-core-tablet_flat -) -target_sources(core-statistics-aggregator PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/statistics/aggregator/aggregator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/statistics/aggregator/aggregator_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/statistics/aggregator/schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/statistics/aggregator/tx_configure.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/statistics/aggregator/tx_init.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/statistics/aggregator/tx_init_schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/statistics/aggregator/tx_schemeshard_stats.cpp -) diff --git a/contrib/ydb/core/sys_view/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/sys_view/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 21ce673b69e..00000000000 --- a/contrib/ydb/core/sys_view/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_subdirectory(common) -add_subdirectory(nodes) -add_subdirectory(partition_stats) -add_subdirectory(processor) -add_subdirectory(query_stats) -add_subdirectory(service) -add_subdirectory(storage) -add_subdirectory(tablets) - -add_library(ydb-core-sys_view) -target_compile_options(ydb-core-sys_view PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-sys_view PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - core-kqp-runtime - core-sys_view-common - core-sys_view-nodes - core-sys_view-partition_stats - core-sys_view-query_stats - core-sys_view-service - core-sys_view-storage - core-sys_view-tablets -) -target_sources(ydb-core-sys_view PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/scan.cpp -) diff --git a/contrib/ydb/core/sys_view/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/sys_view/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 1b1fe5426db..00000000000 --- a/contrib/ydb/core/sys_view/CMakeLists.linux-aarch64.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_subdirectory(common) -add_subdirectory(nodes) -add_subdirectory(partition_stats) -add_subdirectory(processor) -add_subdirectory(query_stats) -add_subdirectory(service) -add_subdirectory(storage) -add_subdirectory(tablets) - -add_library(ydb-core-sys_view) -target_compile_options(ydb-core-sys_view PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-sys_view PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - core-kqp-runtime - core-sys_view-common - core-sys_view-nodes - core-sys_view-partition_stats - core-sys_view-query_stats - core-sys_view-service - core-sys_view-storage - core-sys_view-tablets -) -target_sources(ydb-core-sys_view PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/scan.cpp -) diff --git a/contrib/ydb/core/sys_view/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/sys_view/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 1b1fe5426db..00000000000 --- a/contrib/ydb/core/sys_view/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_subdirectory(common) -add_subdirectory(nodes) -add_subdirectory(partition_stats) -add_subdirectory(processor) -add_subdirectory(query_stats) -add_subdirectory(service) -add_subdirectory(storage) -add_subdirectory(tablets) - -add_library(ydb-core-sys_view) -target_compile_options(ydb-core-sys_view PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-sys_view PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - core-kqp-runtime - core-sys_view-common - core-sys_view-nodes - core-sys_view-partition_stats - core-sys_view-query_stats - core-sys_view-service - core-sys_view-storage - core-sys_view-tablets -) -target_sources(ydb-core-sys_view PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/scan.cpp -) diff --git a/contrib/ydb/core/sys_view/CMakeLists.txt b/contrib/ydb/core/sys_view/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/sys_view/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/sys_view/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/sys_view/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 21ce673b69e..00000000000 --- a/contrib/ydb/core/sys_view/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_subdirectory(common) -add_subdirectory(nodes) -add_subdirectory(partition_stats) -add_subdirectory(processor) -add_subdirectory(query_stats) -add_subdirectory(service) -add_subdirectory(storage) -add_subdirectory(tablets) - -add_library(ydb-core-sys_view) -target_compile_options(ydb-core-sys_view PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-sys_view PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - core-kqp-runtime - core-sys_view-common - core-sys_view-nodes - core-sys_view-partition_stats - core-sys_view-query_stats - core-sys_view-service - core-sys_view-storage - core-sys_view-tablets -) -target_sources(ydb-core-sys_view PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/scan.cpp -) diff --git a/contrib/ydb/core/sys_view/common/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/sys_view/common/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 048f579e6ca..00000000000 --- a/contrib/ydb/core/sys_view/common/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(core-sys_view-common) -target_link_libraries(core-sys_view-common PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - ydb-core-protos - ydb-core-tablet_flat - cpp-deprecated-atomic -) -target_sources(core-sys_view-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/common/schema.cpp -) diff --git a/contrib/ydb/core/sys_view/common/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/sys_view/common/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 1417567f4e2..00000000000 --- a/contrib/ydb/core/sys_view/common/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(core-sys_view-common) -target_link_libraries(core-sys_view-common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - ydb-core-protos - ydb-core-tablet_flat - cpp-deprecated-atomic -) -target_sources(core-sys_view-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/common/schema.cpp -) diff --git a/contrib/ydb/core/sys_view/common/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/sys_view/common/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 1417567f4e2..00000000000 --- a/contrib/ydb/core/sys_view/common/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(core-sys_view-common) -target_link_libraries(core-sys_view-common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - ydb-core-protos - ydb-core-tablet_flat - cpp-deprecated-atomic -) -target_sources(core-sys_view-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/common/schema.cpp -) diff --git a/contrib/ydb/core/sys_view/common/CMakeLists.txt b/contrib/ydb/core/sys_view/common/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/sys_view/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/sys_view/common/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/sys_view/common/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 048f579e6ca..00000000000 --- a/contrib/ydb/core/sys_view/common/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(core-sys_view-common) -target_link_libraries(core-sys_view-common PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - ydb-core-protos - ydb-core-tablet_flat - cpp-deprecated-atomic -) -target_sources(core-sys_view-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/common/schema.cpp -) diff --git a/contrib/ydb/core/sys_view/nodes/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/sys_view/nodes/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c7f4c39921d..00000000000 --- a/contrib/ydb/core/sys_view/nodes/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(core-sys_view-nodes) -target_compile_options(core-sys_view-nodes PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-sys_view-nodes PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - core-kqp-runtime - core-sys_view-common -) -target_sources(core-sys_view-nodes PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/nodes/nodes.cpp -) diff --git a/contrib/ydb/core/sys_view/nodes/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/sys_view/nodes/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 17e98955f8c..00000000000 --- a/contrib/ydb/core/sys_view/nodes/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(core-sys_view-nodes) -target_compile_options(core-sys_view-nodes PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-sys_view-nodes PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - core-kqp-runtime - core-sys_view-common -) -target_sources(core-sys_view-nodes PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/nodes/nodes.cpp -) diff --git a/contrib/ydb/core/sys_view/nodes/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/sys_view/nodes/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 17e98955f8c..00000000000 --- a/contrib/ydb/core/sys_view/nodes/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(core-sys_view-nodes) -target_compile_options(core-sys_view-nodes PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-sys_view-nodes PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - core-kqp-runtime - core-sys_view-common -) -target_sources(core-sys_view-nodes PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/nodes/nodes.cpp -) diff --git a/contrib/ydb/core/sys_view/nodes/CMakeLists.txt b/contrib/ydb/core/sys_view/nodes/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/sys_view/nodes/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/sys_view/nodes/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/sys_view/nodes/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c7f4c39921d..00000000000 --- a/contrib/ydb/core/sys_view/nodes/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(core-sys_view-nodes) -target_compile_options(core-sys_view-nodes PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-sys_view-nodes PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - core-kqp-runtime - core-sys_view-common -) -target_sources(core-sys_view-nodes PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/nodes/nodes.cpp -) diff --git a/contrib/ydb/core/sys_view/partition_stats/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/sys_view/partition_stats/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 4b49f38db47..00000000000 --- a/contrib/ydb/core/sys_view/partition_stats/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(core-sys_view-partition_stats) -target_compile_options(core-sys_view-partition_stats PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-sys_view-partition_stats PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - core-kqp-runtime - core-sys_view-common -) -target_sources(core-sys_view-partition_stats PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/partition_stats/partition_stats.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/partition_stats/top_partitions.cpp -) diff --git a/contrib/ydb/core/sys_view/partition_stats/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/sys_view/partition_stats/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 133377356cf..00000000000 --- a/contrib/ydb/core/sys_view/partition_stats/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(core-sys_view-partition_stats) -target_compile_options(core-sys_view-partition_stats PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-sys_view-partition_stats PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - core-kqp-runtime - core-sys_view-common -) -target_sources(core-sys_view-partition_stats PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/partition_stats/partition_stats.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/partition_stats/top_partitions.cpp -) diff --git a/contrib/ydb/core/sys_view/partition_stats/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/sys_view/partition_stats/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 133377356cf..00000000000 --- a/contrib/ydb/core/sys_view/partition_stats/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(core-sys_view-partition_stats) -target_compile_options(core-sys_view-partition_stats PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-sys_view-partition_stats PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - core-kqp-runtime - core-sys_view-common -) -target_sources(core-sys_view-partition_stats PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/partition_stats/partition_stats.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/partition_stats/top_partitions.cpp -) diff --git a/contrib/ydb/core/sys_view/partition_stats/CMakeLists.txt b/contrib/ydb/core/sys_view/partition_stats/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/sys_view/partition_stats/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/sys_view/partition_stats/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/sys_view/partition_stats/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 4b49f38db47..00000000000 --- a/contrib/ydb/core/sys_view/partition_stats/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(core-sys_view-partition_stats) -target_compile_options(core-sys_view-partition_stats PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-sys_view-partition_stats PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - core-kqp-runtime - core-sys_view-common -) -target_sources(core-sys_view-partition_stats PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/partition_stats/partition_stats.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/partition_stats/top_partitions.cpp -) diff --git a/contrib/ydb/core/sys_view/processor/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/sys_view/processor/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 15cede541a8..00000000000 --- a/contrib/ydb/core/sys_view/processor/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(core-sys_view-processor) -target_compile_options(core-sys_view-processor PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-sys_view-processor PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - core-engine-minikql - core-grpc_services-counters - core-kqp-counters - ydb-core-protos - ydb-core-tablet - ydb-core-tablet_flat - core-tx-scheme_cache -) -target_sources(core-sys_view-processor PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/processor/processor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/processor/processor_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/processor/schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/processor/db_counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/processor/tx_init.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/processor/tx_init_schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/processor/tx_configure.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/processor/tx_collect.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/processor/tx_aggregate.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/processor/tx_interval_summary.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/processor/tx_interval_metrics.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/processor/tx_top_partitions.cpp -) diff --git a/contrib/ydb/core/sys_view/processor/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/sys_view/processor/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 7362e23f731..00000000000 --- a/contrib/ydb/core/sys_view/processor/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(core-sys_view-processor) -target_compile_options(core-sys_view-processor PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-sys_view-processor PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - core-engine-minikql - core-grpc_services-counters - core-kqp-counters - ydb-core-protos - ydb-core-tablet - ydb-core-tablet_flat - core-tx-scheme_cache -) -target_sources(core-sys_view-processor PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/processor/processor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/processor/processor_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/processor/schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/processor/db_counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/processor/tx_init.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/processor/tx_init_schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/processor/tx_configure.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/processor/tx_collect.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/processor/tx_aggregate.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/processor/tx_interval_summary.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/processor/tx_interval_metrics.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/processor/tx_top_partitions.cpp -) diff --git a/contrib/ydb/core/sys_view/processor/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/sys_view/processor/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 7362e23f731..00000000000 --- a/contrib/ydb/core/sys_view/processor/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(core-sys_view-processor) -target_compile_options(core-sys_view-processor PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-sys_view-processor PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - core-engine-minikql - core-grpc_services-counters - core-kqp-counters - ydb-core-protos - ydb-core-tablet - ydb-core-tablet_flat - core-tx-scheme_cache -) -target_sources(core-sys_view-processor PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/processor/processor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/processor/processor_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/processor/schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/processor/db_counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/processor/tx_init.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/processor/tx_init_schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/processor/tx_configure.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/processor/tx_collect.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/processor/tx_aggregate.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/processor/tx_interval_summary.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/processor/tx_interval_metrics.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/processor/tx_top_partitions.cpp -) diff --git a/contrib/ydb/core/sys_view/processor/CMakeLists.txt b/contrib/ydb/core/sys_view/processor/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/sys_view/processor/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/sys_view/processor/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/sys_view/processor/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 15cede541a8..00000000000 --- a/contrib/ydb/core/sys_view/processor/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(core-sys_view-processor) -target_compile_options(core-sys_view-processor PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-sys_view-processor PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - core-engine-minikql - core-grpc_services-counters - core-kqp-counters - ydb-core-protos - ydb-core-tablet - ydb-core-tablet_flat - core-tx-scheme_cache -) -target_sources(core-sys_view-processor PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/processor/processor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/processor/processor_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/processor/schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/processor/db_counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/processor/tx_init.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/processor/tx_init_schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/processor/tx_configure.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/processor/tx_collect.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/processor/tx_aggregate.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/processor/tx_interval_summary.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/processor/tx_interval_metrics.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/processor/tx_top_partitions.cpp -) diff --git a/contrib/ydb/core/sys_view/query_stats/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/sys_view/query_stats/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d03a846e046..00000000000 --- a/contrib/ydb/core/sys_view/query_stats/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(core-sys_view-query_stats) -target_compile_options(core-sys_view-query_stats PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-sys_view-query_stats PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - core-kqp-runtime - core-sys_view-common - core-sys_view-service -) -target_sources(core-sys_view-query_stats PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/query_stats/query_metrics.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/query_stats/query_stats.cpp -) diff --git a/contrib/ydb/core/sys_view/query_stats/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/sys_view/query_stats/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b661692869e..00000000000 --- a/contrib/ydb/core/sys_view/query_stats/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(core-sys_view-query_stats) -target_compile_options(core-sys_view-query_stats PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-sys_view-query_stats PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - core-kqp-runtime - core-sys_view-common - core-sys_view-service -) -target_sources(core-sys_view-query_stats PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/query_stats/query_metrics.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/query_stats/query_stats.cpp -) diff --git a/contrib/ydb/core/sys_view/query_stats/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/sys_view/query_stats/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b661692869e..00000000000 --- a/contrib/ydb/core/sys_view/query_stats/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(core-sys_view-query_stats) -target_compile_options(core-sys_view-query_stats PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-sys_view-query_stats PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - core-kqp-runtime - core-sys_view-common - core-sys_view-service -) -target_sources(core-sys_view-query_stats PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/query_stats/query_metrics.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/query_stats/query_stats.cpp -) diff --git a/contrib/ydb/core/sys_view/query_stats/CMakeLists.txt b/contrib/ydb/core/sys_view/query_stats/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/sys_view/query_stats/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/sys_view/query_stats/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/sys_view/query_stats/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d03a846e046..00000000000 --- a/contrib/ydb/core/sys_view/query_stats/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(core-sys_view-query_stats) -target_compile_options(core-sys_view-query_stats PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-sys_view-query_stats PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - core-kqp-runtime - core-sys_view-common - core-sys_view-service -) -target_sources(core-sys_view-query_stats PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/query_stats/query_metrics.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/query_stats/query_stats.cpp -) diff --git a/contrib/ydb/core/sys_view/service/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/sys_view/service/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 665c04dfb3a..00000000000 --- a/contrib/ydb/core/sys_view/service/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(core-sys_view-service) -target_link_libraries(core-sys_view-service PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - ydb-core-protos - library-aclib-protos -) -target_sources(core-sys_view-service PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/service/db_counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/service/ext_counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/service/query_interval.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/service/sysview_service.cpp -) diff --git a/contrib/ydb/core/sys_view/service/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/sys_view/service/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 5dab0e01c63..00000000000 --- a/contrib/ydb/core/sys_view/service/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(core-sys_view-service) -target_link_libraries(core-sys_view-service PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - ydb-core-protos - library-aclib-protos -) -target_sources(core-sys_view-service PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/service/db_counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/service/ext_counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/service/query_interval.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/service/sysview_service.cpp -) diff --git a/contrib/ydb/core/sys_view/service/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/sys_view/service/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 5dab0e01c63..00000000000 --- a/contrib/ydb/core/sys_view/service/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(core-sys_view-service) -target_link_libraries(core-sys_view-service PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - ydb-core-protos - library-aclib-protos -) -target_sources(core-sys_view-service PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/service/db_counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/service/ext_counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/service/query_interval.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/service/sysview_service.cpp -) diff --git a/contrib/ydb/core/sys_view/service/CMakeLists.txt b/contrib/ydb/core/sys_view/service/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/sys_view/service/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/sys_view/service/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/sys_view/service/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 665c04dfb3a..00000000000 --- a/contrib/ydb/core/sys_view/service/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(core-sys_view-service) -target_link_libraries(core-sys_view-service PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - ydb-core-protos - library-aclib-protos -) -target_sources(core-sys_view-service PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/service/db_counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/service/ext_counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/service/query_interval.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/service/sysview_service.cpp -) diff --git a/contrib/ydb/core/sys_view/storage/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/sys_view/storage/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 055cffcc0be..00000000000 --- a/contrib/ydb/core/sys_view/storage/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(core-sys_view-storage) -target_compile_options(core-sys_view-storage PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-sys_view-storage PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - core-kqp-runtime - core-sys_view-common -) -target_sources(core-sys_view-storage PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/storage/groups.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/storage/pdisks.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/storage/storage_pools.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/storage/storage_stats.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/storage/vslots.cpp -) diff --git a/contrib/ydb/core/sys_view/storage/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/sys_view/storage/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 76f0e36b675..00000000000 --- a/contrib/ydb/core/sys_view/storage/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(core-sys_view-storage) -target_compile_options(core-sys_view-storage PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-sys_view-storage PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - core-kqp-runtime - core-sys_view-common -) -target_sources(core-sys_view-storage PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/storage/groups.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/storage/pdisks.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/storage/storage_pools.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/storage/storage_stats.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/storage/vslots.cpp -) diff --git a/contrib/ydb/core/sys_view/storage/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/sys_view/storage/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 76f0e36b675..00000000000 --- a/contrib/ydb/core/sys_view/storage/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(core-sys_view-storage) -target_compile_options(core-sys_view-storage PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-sys_view-storage PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - core-kqp-runtime - core-sys_view-common -) -target_sources(core-sys_view-storage PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/storage/groups.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/storage/pdisks.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/storage/storage_pools.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/storage/storage_stats.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/storage/vslots.cpp -) diff --git a/contrib/ydb/core/sys_view/storage/CMakeLists.txt b/contrib/ydb/core/sys_view/storage/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/sys_view/storage/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/sys_view/storage/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/sys_view/storage/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 055cffcc0be..00000000000 --- a/contrib/ydb/core/sys_view/storage/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(core-sys_view-storage) -target_compile_options(core-sys_view-storage PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-sys_view-storage PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - core-kqp-runtime - core-sys_view-common -) -target_sources(core-sys_view-storage PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/storage/groups.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/storage/pdisks.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/storage/storage_pools.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/storage/storage_stats.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/storage/vslots.cpp -) diff --git a/contrib/ydb/core/sys_view/tablets/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/sys_view/tablets/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index bcdd45b261f..00000000000 --- a/contrib/ydb/core/sys_view/tablets/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(core-sys_view-tablets) -target_compile_options(core-sys_view-tablets PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-sys_view-tablets PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - core-kqp-runtime - core-sys_view-common -) -target_sources(core-sys_view-tablets PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/tablets/tablets.cpp -) diff --git a/contrib/ydb/core/sys_view/tablets/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/sys_view/tablets/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a202940abbd..00000000000 --- a/contrib/ydb/core/sys_view/tablets/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(core-sys_view-tablets) -target_compile_options(core-sys_view-tablets PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-sys_view-tablets PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - core-kqp-runtime - core-sys_view-common -) -target_sources(core-sys_view-tablets PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/tablets/tablets.cpp -) diff --git a/contrib/ydb/core/sys_view/tablets/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/sys_view/tablets/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a202940abbd..00000000000 --- a/contrib/ydb/core/sys_view/tablets/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(core-sys_view-tablets) -target_compile_options(core-sys_view-tablets PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-sys_view-tablets PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - core-kqp-runtime - core-sys_view-common -) -target_sources(core-sys_view-tablets PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/tablets/tablets.cpp -) diff --git a/contrib/ydb/core/sys_view/tablets/CMakeLists.txt b/contrib/ydb/core/sys_view/tablets/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/sys_view/tablets/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/sys_view/tablets/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/sys_view/tablets/CMakeLists.windows-x86_64.txt deleted file mode 100644 index bcdd45b261f..00000000000 --- a/contrib/ydb/core/sys_view/tablets/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(core-sys_view-tablets) -target_compile_options(core-sys_view-tablets PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-sys_view-tablets PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - core-kqp-runtime - core-sys_view-common -) -target_sources(core-sys_view-tablets PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/sys_view/tablets/tablets.cpp -) diff --git a/contrib/ydb/core/tablet/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tablet/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 322d9ef12cd..00000000000 --- a/contrib/ydb/core/tablet/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,63 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(ydb-core-tablet) -target_link_libraries(ydb-core-tablet PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-helpers - library-actors-protos - library-actors-util - library-cpp-blockcodecs - cpp-deprecated-enum_codegen - library-cpp-yson - ydb-core-base - ydb-core-mon - ydb-core-mon_alloc - ydb-core-node_whiteboard - ydb-core-protos - ydb-core-scheme - core-sys_view-service - ydb-core-tracing - ydb-core-util - library-persqueue-topic_parser - ydb-library-services -) -target_sources(ydb-core-tablet PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/bootstrapper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/labeled_counters_merger.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/labeled_db_counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/node_tablet_monitor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/node_whiteboard.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/pipe_tracker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/resource_broker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_counters_aggregator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_counters_app.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_list_renderer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_metrics.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_monitoring_proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_pipe_client.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_pipe_client_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_pipe_server.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_pipecache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_req_blockbs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_req_delete.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_req_findlatest.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_req_rebuildhistory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_req_reset.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_req_writelog.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_resolver.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_responsiveness_pinger.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_sys.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_tracing_signals.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/private/aggregated_counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/private/labeled_db_counters.cpp -) diff --git a/contrib/ydb/core/tablet/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tablet/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e8c4573da11..00000000000 --- a/contrib/ydb/core/tablet/CMakeLists.linux-aarch64.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(ydb-core-tablet) -target_link_libraries(ydb-core-tablet PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-helpers - library-actors-protos - library-actors-util - library-cpp-blockcodecs - cpp-deprecated-enum_codegen - library-cpp-yson - ydb-core-base - ydb-core-mon - ydb-core-mon_alloc - ydb-core-node_whiteboard - ydb-core-protos - ydb-core-scheme - core-sys_view-service - ydb-core-tracing - ydb-core-util - library-persqueue-topic_parser - ydb-library-services -) -target_sources(ydb-core-tablet PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/bootstrapper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/labeled_counters_merger.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/labeled_db_counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/node_tablet_monitor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/node_whiteboard.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/pipe_tracker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/resource_broker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_counters_aggregator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_counters_app.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_list_renderer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_metrics.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_monitoring_proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_pipe_client.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_pipe_client_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_pipe_server.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_pipecache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_req_blockbs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_req_delete.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_req_findlatest.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_req_rebuildhistory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_req_reset.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_req_writelog.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_resolver.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_responsiveness_pinger.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_sys.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_tracing_signals.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/private/aggregated_counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/private/labeled_db_counters.cpp -) diff --git a/contrib/ydb/core/tablet/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tablet/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e8c4573da11..00000000000 --- a/contrib/ydb/core/tablet/CMakeLists.linux-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(ydb-core-tablet) -target_link_libraries(ydb-core-tablet PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-helpers - library-actors-protos - library-actors-util - library-cpp-blockcodecs - cpp-deprecated-enum_codegen - library-cpp-yson - ydb-core-base - ydb-core-mon - ydb-core-mon_alloc - ydb-core-node_whiteboard - ydb-core-protos - ydb-core-scheme - core-sys_view-service - ydb-core-tracing - ydb-core-util - library-persqueue-topic_parser - ydb-library-services -) -target_sources(ydb-core-tablet PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/bootstrapper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/labeled_counters_merger.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/labeled_db_counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/node_tablet_monitor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/node_whiteboard.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/pipe_tracker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/resource_broker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_counters_aggregator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_counters_app.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_list_renderer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_metrics.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_monitoring_proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_pipe_client.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_pipe_client_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_pipe_server.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_pipecache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_req_blockbs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_req_delete.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_req_findlatest.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_req_rebuildhistory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_req_reset.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_req_writelog.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_resolver.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_responsiveness_pinger.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_sys.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_tracing_signals.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/private/aggregated_counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/private/labeled_db_counters.cpp -) diff --git a/contrib/ydb/core/tablet/CMakeLists.txt b/contrib/ydb/core/tablet/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tablet/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tablet/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tablet/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 322d9ef12cd..00000000000 --- a/contrib/ydb/core/tablet/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,63 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(ydb-core-tablet) -target_link_libraries(ydb-core-tablet PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-helpers - library-actors-protos - library-actors-util - library-cpp-blockcodecs - cpp-deprecated-enum_codegen - library-cpp-yson - ydb-core-base - ydb-core-mon - ydb-core-mon_alloc - ydb-core-node_whiteboard - ydb-core-protos - ydb-core-scheme - core-sys_view-service - ydb-core-tracing - ydb-core-util - library-persqueue-topic_parser - ydb-library-services -) -target_sources(ydb-core-tablet PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/bootstrapper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/labeled_counters_merger.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/labeled_db_counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/node_tablet_monitor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/node_whiteboard.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/pipe_tracker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/resource_broker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_counters_aggregator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_counters_app.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_list_renderer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_metrics.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_monitoring_proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_pipe_client.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_pipe_client_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_pipe_server.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_pipecache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_req_blockbs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_req_delete.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_req_findlatest.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_req_rebuildhistory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_req_reset.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_req_writelog.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_resolver.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_responsiveness_pinger.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_sys.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/tablet_tracing_signals.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/private/aggregated_counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet/private/labeled_db_counters.cpp -) diff --git a/contrib/ydb/core/tablet_flat/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tablet_flat/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 3f738abef5e..00000000000 --- a/contrib/ydb/core/tablet_flat/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,161 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(protos) -add_subdirectory(test) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(ydb-core-tablet_flat) -target_compile_options(ydb-core-tablet_flat PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-tablet_flat PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - contrib-libs-protobuf - library-actors-util - cpp-containers-absl_flat_hash - cpp-containers-intrusive_rb_tree - cpp-containers-stack_vector - cpp-digest-crc32c - cpp-html-pcdata - library-cpp-lwtrace - cpp-lwtrace-mon - ydb-core-base - ydb-core-control - ydb-core-protos - ydb-core-tablet - core-tablet_flat-protos - ydb-library-binary_json - ydb-library-dynumber - library-mkql_proto-protos -) -target_proto_messages(ydb-core-tablet_flat PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_executor.proto -) -target_sources(ydb-core-tablet_flat PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_boot_lease.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_boot_misc.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_comp.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_comp_create.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_comp_gen.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_database.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_dbase_scheme.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_dbase_apply.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_exec_broker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_exec_commit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_exec_commit_mgr.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_exec_seat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_executor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_executor_bootlogic.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_executor_borrowlogic.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_executor_compaction_logic.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_executor_counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_executor_db_mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_executor_gclogic.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_bio_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_executor_snapshot.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_executor_tx_env.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_executor_txloglogic.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_load_blob_queue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_mem_warm.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_sausagecache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_sausage_meta.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_part_charge_create.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_part_charge_range.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_page_label.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_part_dump.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_part_iter_multi.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_part_index_iter_create.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_part_loader.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_part_overlay.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_part_outset.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_part_slice.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_range_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_row_versions.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_stat_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_store_hotdog.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_table_part.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_table_misc.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/probes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/shared_handle.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/shared_sausagecache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/tablet_flat_executor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/tablet_flat_executed.cpp -) -generate_enum_serilization(ydb-core-tablet_flat - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_comp_gen.h - INCLUDE_HEADERS - contrib/ydb/core/tablet_flat/flat_comp_gen.h -) -generate_enum_serilization(ydb-core-tablet_flat - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_part_loader.h - INCLUDE_HEADERS - contrib/ydb/core/tablet_flat/flat_part_loader.h -) -generate_enum_serilization(ydb-core-tablet_flat - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_executor_compaction_logic.h - INCLUDE_HEADERS - contrib/ydb/core/tablet_flat/flat_executor_compaction_logic.h -) -generate_enum_serilization(ydb-core-tablet_flat - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_row_eggs.h - INCLUDE_HEADERS - contrib/ydb/core/tablet_flat/flat_row_eggs.h -) -target_proto_addincls(ydb-core-tablet_flat - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_SOURCE_DIR}/contrib/libs/opentelemetry-proto - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(ydb-core-tablet_flat - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/tablet_flat/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tablet_flat/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 2477d18099f..00000000000 --- a/contrib/ydb/core/tablet_flat/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,162 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(protos) -add_subdirectory(test) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(ydb-core-tablet_flat) -target_compile_options(ydb-core-tablet_flat PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-tablet_flat PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - contrib-libs-protobuf - library-actors-util - cpp-containers-absl_flat_hash - cpp-containers-intrusive_rb_tree - cpp-containers-stack_vector - cpp-digest-crc32c - cpp-html-pcdata - library-cpp-lwtrace - cpp-lwtrace-mon - ydb-core-base - ydb-core-control - ydb-core-protos - ydb-core-tablet - core-tablet_flat-protos - ydb-library-binary_json - ydb-library-dynumber - library-mkql_proto-protos -) -target_proto_messages(ydb-core-tablet_flat PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_executor.proto -) -target_sources(ydb-core-tablet_flat PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_boot_lease.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_boot_misc.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_comp.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_comp_create.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_comp_gen.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_database.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_dbase_scheme.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_dbase_apply.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_exec_broker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_exec_commit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_exec_commit_mgr.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_exec_seat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_executor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_executor_bootlogic.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_executor_borrowlogic.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_executor_compaction_logic.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_executor_counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_executor_db_mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_executor_gclogic.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_bio_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_executor_snapshot.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_executor_tx_env.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_executor_txloglogic.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_load_blob_queue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_mem_warm.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_sausagecache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_sausage_meta.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_part_charge_create.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_part_charge_range.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_page_label.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_part_dump.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_part_iter_multi.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_part_index_iter_create.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_part_loader.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_part_overlay.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_part_outset.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_part_slice.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_range_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_row_versions.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_stat_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_store_hotdog.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_table_part.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_table_misc.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/probes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/shared_handle.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/shared_sausagecache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/tablet_flat_executor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/tablet_flat_executed.cpp -) -generate_enum_serilization(ydb-core-tablet_flat - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_comp_gen.h - INCLUDE_HEADERS - contrib/ydb/core/tablet_flat/flat_comp_gen.h -) -generate_enum_serilization(ydb-core-tablet_flat - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_part_loader.h - INCLUDE_HEADERS - contrib/ydb/core/tablet_flat/flat_part_loader.h -) -generate_enum_serilization(ydb-core-tablet_flat - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_executor_compaction_logic.h - INCLUDE_HEADERS - contrib/ydb/core/tablet_flat/flat_executor_compaction_logic.h -) -generate_enum_serilization(ydb-core-tablet_flat - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_row_eggs.h - INCLUDE_HEADERS - contrib/ydb/core/tablet_flat/flat_row_eggs.h -) -target_proto_addincls(ydb-core-tablet_flat - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_SOURCE_DIR}/contrib/libs/opentelemetry-proto - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(ydb-core-tablet_flat - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/tablet_flat/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tablet_flat/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 2477d18099f..00000000000 --- a/contrib/ydb/core/tablet_flat/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,162 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(protos) -add_subdirectory(test) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(ydb-core-tablet_flat) -target_compile_options(ydb-core-tablet_flat PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-tablet_flat PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - contrib-libs-protobuf - library-actors-util - cpp-containers-absl_flat_hash - cpp-containers-intrusive_rb_tree - cpp-containers-stack_vector - cpp-digest-crc32c - cpp-html-pcdata - library-cpp-lwtrace - cpp-lwtrace-mon - ydb-core-base - ydb-core-control - ydb-core-protos - ydb-core-tablet - core-tablet_flat-protos - ydb-library-binary_json - ydb-library-dynumber - library-mkql_proto-protos -) -target_proto_messages(ydb-core-tablet_flat PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_executor.proto -) -target_sources(ydb-core-tablet_flat PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_boot_lease.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_boot_misc.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_comp.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_comp_create.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_comp_gen.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_database.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_dbase_scheme.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_dbase_apply.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_exec_broker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_exec_commit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_exec_commit_mgr.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_exec_seat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_executor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_executor_bootlogic.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_executor_borrowlogic.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_executor_compaction_logic.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_executor_counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_executor_db_mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_executor_gclogic.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_bio_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_executor_snapshot.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_executor_tx_env.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_executor_txloglogic.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_load_blob_queue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_mem_warm.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_sausagecache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_sausage_meta.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_part_charge_create.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_part_charge_range.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_page_label.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_part_dump.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_part_iter_multi.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_part_index_iter_create.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_part_loader.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_part_overlay.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_part_outset.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_part_slice.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_range_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_row_versions.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_stat_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_store_hotdog.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_table_part.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_table_misc.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/probes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/shared_handle.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/shared_sausagecache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/tablet_flat_executor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/tablet_flat_executed.cpp -) -generate_enum_serilization(ydb-core-tablet_flat - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_comp_gen.h - INCLUDE_HEADERS - contrib/ydb/core/tablet_flat/flat_comp_gen.h -) -generate_enum_serilization(ydb-core-tablet_flat - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_part_loader.h - INCLUDE_HEADERS - contrib/ydb/core/tablet_flat/flat_part_loader.h -) -generate_enum_serilization(ydb-core-tablet_flat - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_executor_compaction_logic.h - INCLUDE_HEADERS - contrib/ydb/core/tablet_flat/flat_executor_compaction_logic.h -) -generate_enum_serilization(ydb-core-tablet_flat - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_row_eggs.h - INCLUDE_HEADERS - contrib/ydb/core/tablet_flat/flat_row_eggs.h -) -target_proto_addincls(ydb-core-tablet_flat - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_SOURCE_DIR}/contrib/libs/opentelemetry-proto - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(ydb-core-tablet_flat - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/tablet_flat/CMakeLists.txt b/contrib/ydb/core/tablet_flat/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tablet_flat/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tablet_flat/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tablet_flat/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 3f738abef5e..00000000000 --- a/contrib/ydb/core/tablet_flat/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,161 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(protos) -add_subdirectory(test) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(ydb-core-tablet_flat) -target_compile_options(ydb-core-tablet_flat PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-tablet_flat PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - contrib-libs-protobuf - library-actors-util - cpp-containers-absl_flat_hash - cpp-containers-intrusive_rb_tree - cpp-containers-stack_vector - cpp-digest-crc32c - cpp-html-pcdata - library-cpp-lwtrace - cpp-lwtrace-mon - ydb-core-base - ydb-core-control - ydb-core-protos - ydb-core-tablet - core-tablet_flat-protos - ydb-library-binary_json - ydb-library-dynumber - library-mkql_proto-protos -) -target_proto_messages(ydb-core-tablet_flat PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_executor.proto -) -target_sources(ydb-core-tablet_flat PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_boot_lease.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_boot_misc.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_comp.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_comp_create.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_comp_gen.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_database.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_dbase_scheme.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_dbase_apply.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_exec_broker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_exec_commit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_exec_commit_mgr.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_exec_seat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_executor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_executor_bootlogic.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_executor_borrowlogic.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_executor_compaction_logic.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_executor_counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_executor_db_mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_executor_gclogic.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_bio_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_executor_snapshot.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_executor_tx_env.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_executor_txloglogic.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_load_blob_queue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_mem_warm.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_sausagecache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_sausage_meta.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_part_charge_create.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_part_charge_range.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_page_label.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_part_dump.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_part_iter_multi.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_part_index_iter_create.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_part_loader.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_part_overlay.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_part_outset.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_part_slice.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_range_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_row_versions.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_stat_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_store_hotdog.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_table_part.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_table_misc.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/probes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/shared_handle.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/shared_sausagecache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/tablet_flat_executor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/tablet_flat_executed.cpp -) -generate_enum_serilization(ydb-core-tablet_flat - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_comp_gen.h - INCLUDE_HEADERS - contrib/ydb/core/tablet_flat/flat_comp_gen.h -) -generate_enum_serilization(ydb-core-tablet_flat - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_part_loader.h - INCLUDE_HEADERS - contrib/ydb/core/tablet_flat/flat_part_loader.h -) -generate_enum_serilization(ydb-core-tablet_flat - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_executor_compaction_logic.h - INCLUDE_HEADERS - contrib/ydb/core/tablet_flat/flat_executor_compaction_logic.h -) -generate_enum_serilization(ydb-core-tablet_flat - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/flat_row_eggs.h - INCLUDE_HEADERS - contrib/ydb/core/tablet_flat/flat_row_eggs.h -) -target_proto_addincls(ydb-core-tablet_flat - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_SOURCE_DIR}/contrib/libs/opentelemetry-proto - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(ydb-core-tablet_flat - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/tablet_flat/protos/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tablet_flat/protos/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index f56dd815e59..00000000000 --- a/contrib/ydb/core/tablet_flat/protos/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,58 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(core-tablet_flat-protos) -target_link_libraries(core-tablet_flat-protos PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - ydb-core-protos - core-scheme-protos -) -target_proto_messages(core-tablet_flat-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/protos/flat_table_part.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/protos/flat_table_shard.proto -) -target_proto_addincls(core-tablet_flat-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(core-tablet_flat-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/tablet_flat/protos/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tablet_flat/protos/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 4449f7bd020..00000000000 --- a/contrib/ydb/core/tablet_flat/protos/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(core-tablet_flat-protos) -target_link_libraries(core-tablet_flat-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - ydb-core-protos - core-scheme-protos -) -target_proto_messages(core-tablet_flat-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/protos/flat_table_part.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/protos/flat_table_shard.proto -) -target_proto_addincls(core-tablet_flat-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(core-tablet_flat-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/tablet_flat/protos/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tablet_flat/protos/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 4449f7bd020..00000000000 --- a/contrib/ydb/core/tablet_flat/protos/CMakeLists.linux-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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(core-tablet_flat-protos) -target_link_libraries(core-tablet_flat-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - ydb-core-protos - core-scheme-protos -) -target_proto_messages(core-tablet_flat-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/protos/flat_table_part.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/protos/flat_table_shard.proto -) -target_proto_addincls(core-tablet_flat-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(core-tablet_flat-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/tablet_flat/protos/CMakeLists.txt b/contrib/ydb/core/tablet_flat/protos/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tablet_flat/protos/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tablet_flat/protos/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tablet_flat/protos/CMakeLists.windows-x86_64.txt deleted file mode 100644 index f56dd815e59..00000000000 --- a/contrib/ydb/core/tablet_flat/protos/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,58 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(core-tablet_flat-protos) -target_link_libraries(core-tablet_flat-protos PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - ydb-core-protos - core-scheme-protos -) -target_proto_messages(core-tablet_flat-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/protos/flat_table_part.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/protos/flat_table_shard.proto -) -target_proto_addincls(core-tablet_flat-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(core-tablet_flat-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/tablet_flat/test/CMakeLists.txt b/contrib/ydb/core/tablet_flat/test/CMakeLists.txt deleted file mode 100644 index c0ba0276344..00000000000 --- a/contrib/ydb/core/tablet_flat/test/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(libs) diff --git a/contrib/ydb/core/tablet_flat/test/libs/CMakeLists.txt b/contrib/ydb/core/tablet_flat/test/libs/CMakeLists.txt deleted file mode 100644 index c243d6d0425..00000000000 --- a/contrib/ydb/core/tablet_flat/test/libs/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(rows) -add_subdirectory(table) diff --git a/contrib/ydb/core/tablet_flat/test/libs/rows/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tablet_flat/test/libs/rows/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index e7be0998251..00000000000 --- a/contrib/ydb/core/tablet_flat/test/libs/rows/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(test-libs-rows) -target_link_libraries(test-libs-rows PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-tablet_flat -) -target_sources(test-libs-rows PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/test/libs/rows/all.cpp -) diff --git a/contrib/ydb/core/tablet_flat/test/libs/rows/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tablet_flat/test/libs/rows/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 7fe4ab3cd7b..00000000000 --- a/contrib/ydb/core/tablet_flat/test/libs/rows/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(test-libs-rows) -target_link_libraries(test-libs-rows PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-tablet_flat -) -target_sources(test-libs-rows PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/test/libs/rows/all.cpp -) diff --git a/contrib/ydb/core/tablet_flat/test/libs/rows/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tablet_flat/test/libs/rows/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 7fe4ab3cd7b..00000000000 --- a/contrib/ydb/core/tablet_flat/test/libs/rows/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(test-libs-rows) -target_link_libraries(test-libs-rows PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-tablet_flat -) -target_sources(test-libs-rows PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/test/libs/rows/all.cpp -) diff --git a/contrib/ydb/core/tablet_flat/test/libs/rows/CMakeLists.txt b/contrib/ydb/core/tablet_flat/test/libs/rows/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tablet_flat/test/libs/rows/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tablet_flat/test/libs/rows/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tablet_flat/test/libs/rows/CMakeLists.windows-x86_64.txt deleted file mode 100644 index e7be0998251..00000000000 --- a/contrib/ydb/core/tablet_flat/test/libs/rows/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(test-libs-rows) -target_link_libraries(test-libs-rows PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-tablet_flat -) -target_sources(test-libs-rows PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/test/libs/rows/all.cpp -) diff --git a/contrib/ydb/core/tablet_flat/test/libs/table/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tablet_flat/test/libs/table/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 52572c11498..00000000000 --- a/contrib/ydb/core/tablet_flat/test/libs/table/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(model) - -add_library(test-libs-table) -target_link_libraries(test-libs-table PUBLIC - contrib-libs-cxxsupp - yutil - test-libs-rows - libs-table-model - ydb-core-tablet_flat -) -target_sources(test-libs-table PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/test/libs/table/misc.cpp -) diff --git a/contrib/ydb/core/tablet_flat/test/libs/table/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tablet_flat/test/libs/table/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 7581c214992..00000000000 --- a/contrib/ydb/core/tablet_flat/test/libs/table/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(model) - -add_library(test-libs-table) -target_link_libraries(test-libs-table PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - test-libs-rows - libs-table-model - ydb-core-tablet_flat -) -target_sources(test-libs-table PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/test/libs/table/misc.cpp -) diff --git a/contrib/ydb/core/tablet_flat/test/libs/table/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tablet_flat/test/libs/table/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 7581c214992..00000000000 --- a/contrib/ydb/core/tablet_flat/test/libs/table/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(model) - -add_library(test-libs-table) -target_link_libraries(test-libs-table PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - test-libs-rows - libs-table-model - ydb-core-tablet_flat -) -target_sources(test-libs-table PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/test/libs/table/misc.cpp -) diff --git a/contrib/ydb/core/tablet_flat/test/libs/table/CMakeLists.txt b/contrib/ydb/core/tablet_flat/test/libs/table/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tablet_flat/test/libs/table/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tablet_flat/test/libs/table/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tablet_flat/test/libs/table/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 52572c11498..00000000000 --- a/contrib/ydb/core/tablet_flat/test/libs/table/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(model) - -add_library(test-libs-table) -target_link_libraries(test-libs-table PUBLIC - contrib-libs-cxxsupp - yutil - test-libs-rows - libs-table-model - ydb-core-tablet_flat -) -target_sources(test-libs-table PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tablet_flat/test/libs/table/misc.cpp -) diff --git a/contrib/ydb/core/tablet_flat/test/libs/table/model/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tablet_flat/test/libs/table/model/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 970f0fd9cc8..00000000000 --- a/contrib/ydb/core/tablet_flat/test/libs/table/model/CMakeLists.darwin-x86_64.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. - - - -add_library(libs-table-model INTERFACE) -target_link_libraries(libs-table-model INTERFACE - contrib-libs-cxxsupp - yutil - test-libs-rows -) diff --git a/contrib/ydb/core/tablet_flat/test/libs/table/model/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tablet_flat/test/libs/table/model/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d6a54ae5aa9..00000000000 --- a/contrib/ydb/core/tablet_flat/test/libs/table/model/CMakeLists.linux-aarch64.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(libs-table-model INTERFACE) -target_link_libraries(libs-table-model INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - test-libs-rows -) diff --git a/contrib/ydb/core/tablet_flat/test/libs/table/model/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tablet_flat/test/libs/table/model/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d6a54ae5aa9..00000000000 --- a/contrib/ydb/core/tablet_flat/test/libs/table/model/CMakeLists.linux-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(libs-table-model INTERFACE) -target_link_libraries(libs-table-model INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - test-libs-rows -) diff --git a/contrib/ydb/core/tablet_flat/test/libs/table/model/CMakeLists.txt b/contrib/ydb/core/tablet_flat/test/libs/table/model/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tablet_flat/test/libs/table/model/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tablet_flat/test/libs/table/model/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tablet_flat/test/libs/table/model/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 970f0fd9cc8..00000000000 --- a/contrib/ydb/core/tablet_flat/test/libs/table/model/CMakeLists.windows-x86_64.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. - - - -add_library(libs-table-model INTERFACE) -target_link_libraries(libs-table-model INTERFACE - contrib-libs-cxxsupp - yutil - test-libs-rows -) diff --git a/contrib/ydb/core/test_tablet/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/test_tablet/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 54aca76d533..00000000000 --- a/contrib/ydb/core/test_tablet/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(ydb-core-test_tablet) -target_link_libraries(ydb-core-test_tablet PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-t1ha - library-cpp-json - ydb-core-keyvalue - ydb-core-protos - ydb-core-util -) -target_sources(ydb-core-test_tablet PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/test_tablet/load_actor_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/test_tablet/load_actor_delete.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/test_tablet/load_actor_mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/test_tablet/load_actor_read_validate.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/test_tablet/load_actor_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/test_tablet/load_actor_write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/test_tablet/state_server_interface.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/test_tablet/test_shard_context.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/test_tablet/test_shard_mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/test_tablet/test_tablet.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/test_tablet/tx_init_scheme.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/test_tablet/tx_initialize.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/test_tablet/tx_load_everything.cpp -) diff --git a/contrib/ydb/core/test_tablet/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/test_tablet/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 7f51dff4e4b..00000000000 --- a/contrib/ydb/core/test_tablet/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(ydb-core-test_tablet) -target_link_libraries(ydb-core-test_tablet PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-t1ha - library-cpp-json - ydb-core-keyvalue - ydb-core-protos - ydb-core-util -) -target_sources(ydb-core-test_tablet PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/test_tablet/load_actor_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/test_tablet/load_actor_delete.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/test_tablet/load_actor_mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/test_tablet/load_actor_read_validate.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/test_tablet/load_actor_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/test_tablet/load_actor_write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/test_tablet/state_server_interface.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/test_tablet/test_shard_context.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/test_tablet/test_shard_mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/test_tablet/test_tablet.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/test_tablet/tx_init_scheme.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/test_tablet/tx_initialize.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/test_tablet/tx_load_everything.cpp -) diff --git a/contrib/ydb/core/test_tablet/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/test_tablet/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 7f51dff4e4b..00000000000 --- a/contrib/ydb/core/test_tablet/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(ydb-core-test_tablet) -target_link_libraries(ydb-core-test_tablet PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-t1ha - library-cpp-json - ydb-core-keyvalue - ydb-core-protos - ydb-core-util -) -target_sources(ydb-core-test_tablet PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/test_tablet/load_actor_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/test_tablet/load_actor_delete.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/test_tablet/load_actor_mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/test_tablet/load_actor_read_validate.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/test_tablet/load_actor_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/test_tablet/load_actor_write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/test_tablet/state_server_interface.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/test_tablet/test_shard_context.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/test_tablet/test_shard_mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/test_tablet/test_tablet.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/test_tablet/tx_init_scheme.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/test_tablet/tx_initialize.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/test_tablet/tx_load_everything.cpp -) diff --git a/contrib/ydb/core/test_tablet/CMakeLists.txt b/contrib/ydb/core/test_tablet/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/test_tablet/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/test_tablet/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/test_tablet/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 54aca76d533..00000000000 --- a/contrib/ydb/core/test_tablet/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(ydb-core-test_tablet) -target_link_libraries(ydb-core-test_tablet PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-t1ha - library-cpp-json - ydb-core-keyvalue - ydb-core-protos - ydb-core-util -) -target_sources(ydb-core-test_tablet PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/test_tablet/load_actor_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/test_tablet/load_actor_delete.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/test_tablet/load_actor_mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/test_tablet/load_actor_read_validate.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/test_tablet/load_actor_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/test_tablet/load_actor_write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/test_tablet/state_server_interface.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/test_tablet/test_shard_context.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/test_tablet/test_shard_mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/test_tablet/test_tablet.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/test_tablet/tx_init_scheme.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/test_tablet/tx_initialize.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/test_tablet/tx_load_everything.cpp -) diff --git a/contrib/ydb/core/testlib/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/testlib/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 3eae46e7355..00000000000 --- a/contrib/ydb/core/testlib/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,114 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(actors) -add_subdirectory(basics) -add_subdirectory(default) - -add_library(ydb-core-testlib) -target_compile_options(ydb-core-testlib PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-testlib PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-interconnect - library-grpc-client - library-grpc-server - grpc-server-actors - cpp-regex-pcre - cpp-testing-gmock_in_unittest - cpp-testing-unittest - run - ydb-core-base - core-blobstorage-base - core-blobstorage-pdisk - ydb-core-client - core-client-metadata - core-client-minikql_compile - core-client-server - core-cms-console - ydb-core-engine - core-engine-minikql - ydb-core-formats - fq-libs-init - fq-libs-mock - fq-libs-shared_resources - ydb-core-grpc_services - ydb-core-health_check - core-kesus-proxy - core-kesus-tablet - ydb-core-keyvalue - ydb-core-kqp - core-kqp-federated_query - core-kqp-finalize_script_service - ydb-core-metering - ydb-core-mind - core-mind-address_classification - core-mind-bscontroller - core-mind-hive - ydb-core-node_whiteboard - ydb-core-persqueue - ydb-core-protos - ydb-core-security - core-statistics-aggregator - core-sys_view-processor - core-sys_view-service - core-testlib-actors - core-testlib-basics - core-tx-columnshard - core-tx-coordinator - core-tx-long_tx_service - core-tx-mediator - tx-replication-controller - core-tx-schemeshard - core-tx-sequenceproxy - core-tx-sequenceshard - core-tx-time_cast - ydb-library-aclib - library-folder_service-mock - library-mkql_proto-protos - library-persqueue-topic_parser - ydb-library-security - minikql-comp_nodes-llvm - udf-service-exception_policy - public-lib-base - lib-deprecated-kicli - cpp-client-ydb_driver - client-ydb_persqueue_public-codecs - cpp-client-ydb_table - ydb-services-auth - ydb-services-cms - ydb-services-datastreams - ydb-services-discovery - services-ext_index-service - tx-conveyor-service - ydb-services-fq - ydb-services-kesus - ydb-services-persqueue_cluster_discovery - ydb-services-persqueue_v1 - ydb-services-rate_limiter - ydb-services-monitoring - services-metadata-ds_table - services-bg_tasks-ds_table - ydb-services-bg_tasks - ydb-services-ydb - ydb-core-http_proxy -) -target_sources(ydb-core-testlib PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/testlib/actor_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/testlib/common_helper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/testlib/cs_helper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/testlib/fake_coordinator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/testlib/tablet_flat_dummy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/testlib/tablet_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/testlib/tenant_runtime.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/testlib/test_client.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/testlib/tx_helpers.cpp -) diff --git a/contrib/ydb/core/testlib/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/testlib/CMakeLists.linux-aarch64.txt deleted file mode 100644 index bb07433a849..00000000000 --- a/contrib/ydb/core/testlib/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,115 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(actors) -add_subdirectory(basics) -add_subdirectory(default) - -add_library(ydb-core-testlib) -target_compile_options(ydb-core-testlib PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-testlib PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-interconnect - library-grpc-client - library-grpc-server - grpc-server-actors - cpp-regex-pcre - cpp-testing-gmock_in_unittest - cpp-testing-unittest - run - ydb-core-base - core-blobstorage-base - core-blobstorage-pdisk - ydb-core-client - core-client-metadata - core-client-minikql_compile - core-client-server - core-cms-console - ydb-core-engine - core-engine-minikql - ydb-core-formats - fq-libs-init - fq-libs-mock - fq-libs-shared_resources - ydb-core-grpc_services - ydb-core-health_check - core-kesus-proxy - core-kesus-tablet - ydb-core-keyvalue - ydb-core-kqp - core-kqp-federated_query - core-kqp-finalize_script_service - ydb-core-metering - ydb-core-mind - core-mind-address_classification - core-mind-bscontroller - core-mind-hive - ydb-core-node_whiteboard - ydb-core-persqueue - ydb-core-protos - ydb-core-security - core-statistics-aggregator - core-sys_view-processor - core-sys_view-service - core-testlib-actors - core-testlib-basics - core-tx-columnshard - core-tx-coordinator - core-tx-long_tx_service - core-tx-mediator - tx-replication-controller - core-tx-schemeshard - core-tx-sequenceproxy - core-tx-sequenceshard - core-tx-time_cast - ydb-library-aclib - library-folder_service-mock - library-mkql_proto-protos - library-persqueue-topic_parser - ydb-library-security - minikql-comp_nodes-llvm - udf-service-exception_policy - public-lib-base - lib-deprecated-kicli - cpp-client-ydb_driver - client-ydb_persqueue_public-codecs - cpp-client-ydb_table - ydb-services-auth - ydb-services-cms - ydb-services-datastreams - ydb-services-discovery - services-ext_index-service - tx-conveyor-service - ydb-services-fq - ydb-services-kesus - ydb-services-persqueue_cluster_discovery - ydb-services-persqueue_v1 - ydb-services-rate_limiter - ydb-services-monitoring - services-metadata-ds_table - services-bg_tasks-ds_table - ydb-services-bg_tasks - ydb-services-ydb - ydb-core-http_proxy -) -target_sources(ydb-core-testlib PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/testlib/actor_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/testlib/common_helper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/testlib/cs_helper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/testlib/fake_coordinator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/testlib/tablet_flat_dummy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/testlib/tablet_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/testlib/tenant_runtime.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/testlib/test_client.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/testlib/tx_helpers.cpp -) diff --git a/contrib/ydb/core/testlib/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/testlib/CMakeLists.linux-x86_64.txt deleted file mode 100644 index bb07433a849..00000000000 --- a/contrib/ydb/core/testlib/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,115 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(actors) -add_subdirectory(basics) -add_subdirectory(default) - -add_library(ydb-core-testlib) -target_compile_options(ydb-core-testlib PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-testlib PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-interconnect - library-grpc-client - library-grpc-server - grpc-server-actors - cpp-regex-pcre - cpp-testing-gmock_in_unittest - cpp-testing-unittest - run - ydb-core-base - core-blobstorage-base - core-blobstorage-pdisk - ydb-core-client - core-client-metadata - core-client-minikql_compile - core-client-server - core-cms-console - ydb-core-engine - core-engine-minikql - ydb-core-formats - fq-libs-init - fq-libs-mock - fq-libs-shared_resources - ydb-core-grpc_services - ydb-core-health_check - core-kesus-proxy - core-kesus-tablet - ydb-core-keyvalue - ydb-core-kqp - core-kqp-federated_query - core-kqp-finalize_script_service - ydb-core-metering - ydb-core-mind - core-mind-address_classification - core-mind-bscontroller - core-mind-hive - ydb-core-node_whiteboard - ydb-core-persqueue - ydb-core-protos - ydb-core-security - core-statistics-aggregator - core-sys_view-processor - core-sys_view-service - core-testlib-actors - core-testlib-basics - core-tx-columnshard - core-tx-coordinator - core-tx-long_tx_service - core-tx-mediator - tx-replication-controller - core-tx-schemeshard - core-tx-sequenceproxy - core-tx-sequenceshard - core-tx-time_cast - ydb-library-aclib - library-folder_service-mock - library-mkql_proto-protos - library-persqueue-topic_parser - ydb-library-security - minikql-comp_nodes-llvm - udf-service-exception_policy - public-lib-base - lib-deprecated-kicli - cpp-client-ydb_driver - client-ydb_persqueue_public-codecs - cpp-client-ydb_table - ydb-services-auth - ydb-services-cms - ydb-services-datastreams - ydb-services-discovery - services-ext_index-service - tx-conveyor-service - ydb-services-fq - ydb-services-kesus - ydb-services-persqueue_cluster_discovery - ydb-services-persqueue_v1 - ydb-services-rate_limiter - ydb-services-monitoring - services-metadata-ds_table - services-bg_tasks-ds_table - ydb-services-bg_tasks - ydb-services-ydb - ydb-core-http_proxy -) -target_sources(ydb-core-testlib PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/testlib/actor_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/testlib/common_helper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/testlib/cs_helper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/testlib/fake_coordinator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/testlib/tablet_flat_dummy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/testlib/tablet_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/testlib/tenant_runtime.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/testlib/test_client.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/testlib/tx_helpers.cpp -) diff --git a/contrib/ydb/core/testlib/CMakeLists.txt b/contrib/ydb/core/testlib/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/testlib/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/testlib/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/testlib/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 3eae46e7355..00000000000 --- a/contrib/ydb/core/testlib/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,114 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(actors) -add_subdirectory(basics) -add_subdirectory(default) - -add_library(ydb-core-testlib) -target_compile_options(ydb-core-testlib PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-testlib PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-interconnect - library-grpc-client - library-grpc-server - grpc-server-actors - cpp-regex-pcre - cpp-testing-gmock_in_unittest - cpp-testing-unittest - run - ydb-core-base - core-blobstorage-base - core-blobstorage-pdisk - ydb-core-client - core-client-metadata - core-client-minikql_compile - core-client-server - core-cms-console - ydb-core-engine - core-engine-minikql - ydb-core-formats - fq-libs-init - fq-libs-mock - fq-libs-shared_resources - ydb-core-grpc_services - ydb-core-health_check - core-kesus-proxy - core-kesus-tablet - ydb-core-keyvalue - ydb-core-kqp - core-kqp-federated_query - core-kqp-finalize_script_service - ydb-core-metering - ydb-core-mind - core-mind-address_classification - core-mind-bscontroller - core-mind-hive - ydb-core-node_whiteboard - ydb-core-persqueue - ydb-core-protos - ydb-core-security - core-statistics-aggregator - core-sys_view-processor - core-sys_view-service - core-testlib-actors - core-testlib-basics - core-tx-columnshard - core-tx-coordinator - core-tx-long_tx_service - core-tx-mediator - tx-replication-controller - core-tx-schemeshard - core-tx-sequenceproxy - core-tx-sequenceshard - core-tx-time_cast - ydb-library-aclib - library-folder_service-mock - library-mkql_proto-protos - library-persqueue-topic_parser - ydb-library-security - minikql-comp_nodes-llvm - udf-service-exception_policy - public-lib-base - lib-deprecated-kicli - cpp-client-ydb_driver - client-ydb_persqueue_public-codecs - cpp-client-ydb_table - ydb-services-auth - ydb-services-cms - ydb-services-datastreams - ydb-services-discovery - services-ext_index-service - tx-conveyor-service - ydb-services-fq - ydb-services-kesus - ydb-services-persqueue_cluster_discovery - ydb-services-persqueue_v1 - ydb-services-rate_limiter - ydb-services-monitoring - services-metadata-ds_table - services-bg_tasks-ds_table - ydb-services-bg_tasks - ydb-services-ydb - ydb-core-http_proxy -) -target_sources(ydb-core-testlib PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/testlib/actor_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/testlib/common_helper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/testlib/cs_helper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/testlib/fake_coordinator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/testlib/tablet_flat_dummy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/testlib/tablet_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/testlib/tenant_runtime.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/testlib/test_client.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/testlib/tx_helpers.cpp -) diff --git a/contrib/ydb/core/testlib/actors/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/testlib/actors/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 7a26a61030b..00000000000 --- a/contrib/ydb/core/testlib/actors/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(core-testlib-actors) -target_link_libraries(core-testlib-actors PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-testlib - cpp-testing-unittest - ydb-core-base - ydb-core-mon - ydb-core-mon_alloc - ydb-core-scheme - ydb-core-tablet -) -target_sources(core-testlib-actors PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/testlib/actors/test_runtime.cpp -) diff --git a/contrib/ydb/core/testlib/actors/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/testlib/actors/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d4efa73b7fe..00000000000 --- a/contrib/ydb/core/testlib/actors/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(core-testlib-actors) -target_link_libraries(core-testlib-actors PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-testlib - cpp-testing-unittest - ydb-core-base - ydb-core-mon - ydb-core-mon_alloc - ydb-core-scheme - ydb-core-tablet -) -target_sources(core-testlib-actors PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/testlib/actors/test_runtime.cpp -) diff --git a/contrib/ydb/core/testlib/actors/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/testlib/actors/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d4efa73b7fe..00000000000 --- a/contrib/ydb/core/testlib/actors/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(core-testlib-actors) -target_link_libraries(core-testlib-actors PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-testlib - cpp-testing-unittest - ydb-core-base - ydb-core-mon - ydb-core-mon_alloc - ydb-core-scheme - ydb-core-tablet -) -target_sources(core-testlib-actors PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/testlib/actors/test_runtime.cpp -) diff --git a/contrib/ydb/core/testlib/actors/CMakeLists.txt b/contrib/ydb/core/testlib/actors/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/testlib/actors/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/testlib/actors/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/testlib/actors/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 7a26a61030b..00000000000 --- a/contrib/ydb/core/testlib/actors/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(core-testlib-actors) -target_link_libraries(core-testlib-actors PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-testlib - cpp-testing-unittest - ydb-core-base - ydb-core-mon - ydb-core-mon_alloc - ydb-core-scheme - ydb-core-tablet -) -target_sources(core-testlib-actors PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/testlib/actors/test_runtime.cpp -) diff --git a/contrib/ydb/core/testlib/basics/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/testlib/basics/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 94e26acb17b..00000000000 --- a/contrib/ydb/core/testlib/basics/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(core-testlib-basics) -target_compile_options(core-testlib-basics PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-testlib-basics PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-dnsresolver - cpp-regex-pcre - cpp-testing-unittest - ydb-core-base - ydb-core-blobstorage - core-blobstorage-crypto - core-blobstorage-nodewarden - core-blobstorage-pdisk - core-client-server - ydb-core-formats - ydb-core-mind - ydb-core-node_whiteboard - ydb-core-quoter - ydb-core-tablet_flat - core-testlib-actors - core-tx-columnshard - core-tx-scheme_board - ydb-core-util - minikql-invoke_builtins-llvm - udf-service-exception_policy -) -target_sources(core-testlib-basics PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/testlib/basics/appdata.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/testlib/basics/helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/testlib/basics/runtime.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/testlib/basics/services.cpp -) diff --git a/contrib/ydb/core/testlib/basics/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/testlib/basics/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 7a487b15ff8..00000000000 --- a/contrib/ydb/core/testlib/basics/CMakeLists.linux-aarch64.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(core-testlib-basics) -target_compile_options(core-testlib-basics PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-testlib-basics PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-dnsresolver - cpp-regex-pcre - cpp-testing-unittest - ydb-core-base - ydb-core-blobstorage - core-blobstorage-crypto - core-blobstorage-nodewarden - core-blobstorage-pdisk - core-client-server - ydb-core-formats - ydb-core-mind - ydb-core-node_whiteboard - ydb-core-quoter - ydb-core-tablet_flat - core-testlib-actors - core-tx-columnshard - core-tx-scheme_board - ydb-core-util - minikql-invoke_builtins-llvm - udf-service-exception_policy -) -target_sources(core-testlib-basics PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/testlib/basics/appdata.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/testlib/basics/helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/testlib/basics/runtime.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/testlib/basics/services.cpp -) diff --git a/contrib/ydb/core/testlib/basics/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/testlib/basics/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 7a487b15ff8..00000000000 --- a/contrib/ydb/core/testlib/basics/CMakeLists.linux-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(core-testlib-basics) -target_compile_options(core-testlib-basics PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-testlib-basics PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-dnsresolver - cpp-regex-pcre - cpp-testing-unittest - ydb-core-base - ydb-core-blobstorage - core-blobstorage-crypto - core-blobstorage-nodewarden - core-blobstorage-pdisk - core-client-server - ydb-core-formats - ydb-core-mind - ydb-core-node_whiteboard - ydb-core-quoter - ydb-core-tablet_flat - core-testlib-actors - core-tx-columnshard - core-tx-scheme_board - ydb-core-util - minikql-invoke_builtins-llvm - udf-service-exception_policy -) -target_sources(core-testlib-basics PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/testlib/basics/appdata.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/testlib/basics/helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/testlib/basics/runtime.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/testlib/basics/services.cpp -) diff --git a/contrib/ydb/core/testlib/basics/CMakeLists.txt b/contrib/ydb/core/testlib/basics/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/testlib/basics/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/testlib/basics/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/testlib/basics/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 94e26acb17b..00000000000 --- a/contrib/ydb/core/testlib/basics/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(core-testlib-basics) -target_compile_options(core-testlib-basics PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-testlib-basics PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-dnsresolver - cpp-regex-pcre - cpp-testing-unittest - ydb-core-base - ydb-core-blobstorage - core-blobstorage-crypto - core-blobstorage-nodewarden - core-blobstorage-pdisk - core-client-server - ydb-core-formats - ydb-core-mind - ydb-core-node_whiteboard - ydb-core-quoter - ydb-core-tablet_flat - core-testlib-actors - core-tx-columnshard - core-tx-scheme_board - ydb-core-util - minikql-invoke_builtins-llvm - udf-service-exception_policy -) -target_sources(core-testlib-basics PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/testlib/basics/appdata.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/testlib/basics/helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/testlib/basics/runtime.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/testlib/basics/services.cpp -) diff --git a/contrib/ydb/core/testlib/default/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/testlib/default/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 1897f36f9d8..00000000000 --- a/contrib/ydb/core/testlib/default/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(core-testlib-default INTERFACE) -target_link_libraries(core-testlib-default INTERFACE - contrib-libs-cxxsupp - yutil - ydb-core-testlib - yql-sql-pg_dummy -) diff --git a/contrib/ydb/core/testlib/default/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/testlib/default/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a665c380d20..00000000000 --- a/contrib/ydb/core/testlib/default/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(core-testlib-default INTERFACE) -target_link_libraries(core-testlib-default INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-testlib - yql-sql-pg_dummy -) diff --git a/contrib/ydb/core/testlib/default/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/testlib/default/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a665c380d20..00000000000 --- a/contrib/ydb/core/testlib/default/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(core-testlib-default INTERFACE) -target_link_libraries(core-testlib-default INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-testlib - yql-sql-pg_dummy -) diff --git a/contrib/ydb/core/testlib/default/CMakeLists.txt b/contrib/ydb/core/testlib/default/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/testlib/default/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/testlib/default/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/testlib/default/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 1897f36f9d8..00000000000 --- a/contrib/ydb/core/testlib/default/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(core-testlib-default INTERFACE) -target_link_libraries(core-testlib-default INTERFACE - contrib-libs-cxxsupp - yutil - ydb-core-testlib - yql-sql-pg_dummy -) diff --git a/contrib/ydb/core/tracing/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tracing/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 333728e399f..00000000000 --- a/contrib/ydb/core/tracing/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(ydb-core-tracing) -target_link_libraries(ydb-core-tracing PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-protos -) -target_sources(ydb-core-tracing PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tracing/http.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tracing/tablet_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tracing/trace.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tracing/trace_collection.cpp -) diff --git a/contrib/ydb/core/tracing/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tracing/CMakeLists.linux-aarch64.txt deleted file mode 100644 index c5258660df6..00000000000 --- a/contrib/ydb/core/tracing/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(ydb-core-tracing) -target_link_libraries(ydb-core-tracing PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-protos -) -target_sources(ydb-core-tracing PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tracing/http.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tracing/tablet_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tracing/trace.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tracing/trace_collection.cpp -) diff --git a/contrib/ydb/core/tracing/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tracing/CMakeLists.linux-x86_64.txt deleted file mode 100644 index c5258660df6..00000000000 --- a/contrib/ydb/core/tracing/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(ydb-core-tracing) -target_link_libraries(ydb-core-tracing PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-protos -) -target_sources(ydb-core-tracing PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tracing/http.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tracing/tablet_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tracing/trace.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tracing/trace_collection.cpp -) diff --git a/contrib/ydb/core/tracing/CMakeLists.txt b/contrib/ydb/core/tracing/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tracing/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tracing/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tracing/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 333728e399f..00000000000 --- a/contrib/ydb/core/tracing/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(ydb-core-tracing) -target_link_libraries(ydb-core-tracing PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-protos -) -target_sources(ydb-core-tracing PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tracing/http.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tracing/tablet_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tracing/trace.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tracing/trace_collection.cpp -) diff --git a/contrib/ydb/core/tx/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 1e8f6d0f79f..00000000000 --- a/contrib/ydb/core/tx/CMakeLists.darwin-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_subdirectory(balance_coverage) -add_subdirectory(columnshard) -add_subdirectory(conveyor) -add_subdirectory(coordinator) -add_subdirectory(data_events) -add_subdirectory(datashard) -add_subdirectory(long_tx_service) -add_subdirectory(mediator) -add_subdirectory(program) -add_subdirectory(replication) -add_subdirectory(scheme_board) -add_subdirectory(scheme_cache) -add_subdirectory(schemeshard) -add_subdirectory(sequenceproxy) -add_subdirectory(sequenceshard) -add_subdirectory(sharding) -add_subdirectory(tiering) -add_subdirectory(time_cast) -add_subdirectory(tracing) -add_subdirectory(tx_allocator) -add_subdirectory(tx_allocator_client) -add_subdirectory(tx_proxy) - -add_library(ydb-core-tx) -target_link_libraries(ydb-core-tx PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - core-persqueue-config - ydb-core-protos - ydb-core-tablet - ydb-core-tablet_flat - ydb-core-util - ydb-library-aclib -) -target_sources(ydb-core-tx PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_proxy_schemereq.cpp -) diff --git a/contrib/ydb/core/tx/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d3ad11945f3..00000000000 --- a/contrib/ydb/core/tx/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,49 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(balance_coverage) -add_subdirectory(columnshard) -add_subdirectory(conveyor) -add_subdirectory(coordinator) -add_subdirectory(data_events) -add_subdirectory(datashard) -add_subdirectory(long_tx_service) -add_subdirectory(mediator) -add_subdirectory(program) -add_subdirectory(replication) -add_subdirectory(scheme_board) -add_subdirectory(scheme_cache) -add_subdirectory(schemeshard) -add_subdirectory(sequenceproxy) -add_subdirectory(sequenceshard) -add_subdirectory(sharding) -add_subdirectory(tiering) -add_subdirectory(time_cast) -add_subdirectory(tracing) -add_subdirectory(tx_allocator) -add_subdirectory(tx_allocator_client) -add_subdirectory(tx_proxy) - -add_library(ydb-core-tx) -target_link_libraries(ydb-core-tx PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - core-persqueue-config - ydb-core-protos - ydb-core-tablet - ydb-core-tablet_flat - ydb-core-util - ydb-library-aclib -) -target_sources(ydb-core-tx PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_proxy_schemereq.cpp -) diff --git a/contrib/ydb/core/tx/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d3ad11945f3..00000000000 --- a/contrib/ydb/core/tx/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,49 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(balance_coverage) -add_subdirectory(columnshard) -add_subdirectory(conveyor) -add_subdirectory(coordinator) -add_subdirectory(data_events) -add_subdirectory(datashard) -add_subdirectory(long_tx_service) -add_subdirectory(mediator) -add_subdirectory(program) -add_subdirectory(replication) -add_subdirectory(scheme_board) -add_subdirectory(scheme_cache) -add_subdirectory(schemeshard) -add_subdirectory(sequenceproxy) -add_subdirectory(sequenceshard) -add_subdirectory(sharding) -add_subdirectory(tiering) -add_subdirectory(time_cast) -add_subdirectory(tracing) -add_subdirectory(tx_allocator) -add_subdirectory(tx_allocator_client) -add_subdirectory(tx_proxy) - -add_library(ydb-core-tx) -target_link_libraries(ydb-core-tx PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - core-persqueue-config - ydb-core-protos - ydb-core-tablet - ydb-core-tablet_flat - ydb-core-util - ydb-library-aclib -) -target_sources(ydb-core-tx PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_proxy_schemereq.cpp -) diff --git a/contrib/ydb/core/tx/CMakeLists.txt b/contrib/ydb/core/tx/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 1e8f6d0f79f..00000000000 --- a/contrib/ydb/core/tx/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_subdirectory(balance_coverage) -add_subdirectory(columnshard) -add_subdirectory(conveyor) -add_subdirectory(coordinator) -add_subdirectory(data_events) -add_subdirectory(datashard) -add_subdirectory(long_tx_service) -add_subdirectory(mediator) -add_subdirectory(program) -add_subdirectory(replication) -add_subdirectory(scheme_board) -add_subdirectory(scheme_cache) -add_subdirectory(schemeshard) -add_subdirectory(sequenceproxy) -add_subdirectory(sequenceshard) -add_subdirectory(sharding) -add_subdirectory(tiering) -add_subdirectory(time_cast) -add_subdirectory(tracing) -add_subdirectory(tx_allocator) -add_subdirectory(tx_allocator_client) -add_subdirectory(tx_proxy) - -add_library(ydb-core-tx) -target_link_libraries(ydb-core-tx PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - core-persqueue-config - ydb-core-protos - ydb-core-tablet - ydb-core-tablet_flat - ydb-core-util - ydb-library-aclib -) -target_sources(ydb-core-tx PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_proxy_schemereq.cpp -) diff --git a/contrib/ydb/core/tx/balance_coverage/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/balance_coverage/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 20926855bff..00000000000 --- a/contrib/ydb/core/tx/balance_coverage/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(core-tx-balance_coverage) -target_link_libraries(core-tx-balance_coverage PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-protos -) -target_sources(core-tx-balance_coverage PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/balance_coverage/balance_coverage_builder.cpp -) diff --git a/contrib/ydb/core/tx/balance_coverage/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/balance_coverage/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 68a750832e8..00000000000 --- a/contrib/ydb/core/tx/balance_coverage/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(core-tx-balance_coverage) -target_link_libraries(core-tx-balance_coverage PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-protos -) -target_sources(core-tx-balance_coverage PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/balance_coverage/balance_coverage_builder.cpp -) diff --git a/contrib/ydb/core/tx/balance_coverage/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/balance_coverage/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 68a750832e8..00000000000 --- a/contrib/ydb/core/tx/balance_coverage/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(core-tx-balance_coverage) -target_link_libraries(core-tx-balance_coverage PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-protos -) -target_sources(core-tx-balance_coverage PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/balance_coverage/balance_coverage_builder.cpp -) diff --git a/contrib/ydb/core/tx/balance_coverage/CMakeLists.txt b/contrib/ydb/core/tx/balance_coverage/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/balance_coverage/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/balance_coverage/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/balance_coverage/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 20926855bff..00000000000 --- a/contrib/ydb/core/tx/balance_coverage/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(core-tx-balance_coverage) -target_link_libraries(core-tx-balance_coverage PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-protos -) -target_sources(core-tx-balance_coverage PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/balance_coverage/balance_coverage_builder.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/columnshard/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 27e9231ad6e..00000000000 --- a/contrib/ydb/core/tx/columnshard/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,110 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(blobs_action) -add_subdirectory(blobs_reader) -add_subdirectory(common) -add_subdirectory(counters) -add_subdirectory(engines) -add_subdirectory(hooks) -add_subdirectory(normalizer) -add_subdirectory(operations) -add_subdirectory(resource_subscriber) -add_subdirectory(resources) -add_subdirectory(splitter) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-tx-columnshard) -target_compile_options(core-tx-columnshard PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-tx-columnshard PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-actors-core - ydb-core-actorlib_impl - ydb-core-base - ydb-core-control - ydb-core-formats - ydb-core-kqp - ydb-core-protos - ydb-core-tablet - ydb-core-tablet_flat - tx-columnshard-engines - columnshard-engines-writer - tx-columnshard-counters - tx-columnshard-common - tx-columnshard-splitter - tx-columnshard-operations - tx-columnshard-blobs_reader - tx-columnshard-blobs_action - tx-columnshard-resource_subscriber - columnshard-normalizer-granule - columnshard-normalizer-portion - core-tx-tiering - tx-conveyor-usage - core-tx-tracing - tx-long_tx_service-public - ydb-core-util - api-protos - dq-actors-compute - ydb-library-chunks_limiter -) -target_sources(core-tx-columnshard PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/background_controller.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blob.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blob_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blob_manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard__init.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard__notify_tx_completion.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard__plan_step.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard__progress_tx.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard__propose_transaction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard__read.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard__read_base.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard__scan.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard__index_scan.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard__stats_scan.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard__write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard__write_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard_common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard_private_events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard_schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard_view.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/defs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/read_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/write_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/tables_manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/tx_controller.cpp -) -generate_enum_serilization(core-tx-columnshard - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard.h - INCLUDE_HEADERS - contrib/ydb/core/tx/columnshard/columnshard.h -) -generate_enum_serilization(core-tx-columnshard - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard_impl.h - INCLUDE_HEADERS - contrib/ydb/core/tx/columnshard/columnshard_impl.h -) diff --git a/contrib/ydb/core/tx/columnshard/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/columnshard/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 6f26bc3d562..00000000000 --- a/contrib/ydb/core/tx/columnshard/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,111 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(blobs_action) -add_subdirectory(blobs_reader) -add_subdirectory(common) -add_subdirectory(counters) -add_subdirectory(engines) -add_subdirectory(hooks) -add_subdirectory(normalizer) -add_subdirectory(operations) -add_subdirectory(resource_subscriber) -add_subdirectory(resources) -add_subdirectory(splitter) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-tx-columnshard) -target_compile_options(core-tx-columnshard PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-tx-columnshard PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-actors-core - ydb-core-actorlib_impl - ydb-core-base - ydb-core-control - ydb-core-formats - ydb-core-kqp - ydb-core-protos - ydb-core-tablet - ydb-core-tablet_flat - tx-columnshard-engines - columnshard-engines-writer - tx-columnshard-counters - tx-columnshard-common - tx-columnshard-splitter - tx-columnshard-operations - tx-columnshard-blobs_reader - tx-columnshard-blobs_action - tx-columnshard-resource_subscriber - columnshard-normalizer-granule - columnshard-normalizer-portion - core-tx-tiering - tx-conveyor-usage - core-tx-tracing - tx-long_tx_service-public - ydb-core-util - api-protos - dq-actors-compute - ydb-library-chunks_limiter -) -target_sources(core-tx-columnshard PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/background_controller.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blob.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blob_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blob_manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard__init.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard__notify_tx_completion.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard__plan_step.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard__progress_tx.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard__propose_transaction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard__read.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard__read_base.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard__scan.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard__index_scan.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard__stats_scan.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard__write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard__write_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard_common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard_private_events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard_schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard_view.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/defs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/read_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/write_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/tables_manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/tx_controller.cpp -) -generate_enum_serilization(core-tx-columnshard - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard.h - INCLUDE_HEADERS - contrib/ydb/core/tx/columnshard/columnshard.h -) -generate_enum_serilization(core-tx-columnshard - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard_impl.h - INCLUDE_HEADERS - contrib/ydb/core/tx/columnshard/columnshard_impl.h -) diff --git a/contrib/ydb/core/tx/columnshard/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/columnshard/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 6f26bc3d562..00000000000 --- a/contrib/ydb/core/tx/columnshard/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,111 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(blobs_action) -add_subdirectory(blobs_reader) -add_subdirectory(common) -add_subdirectory(counters) -add_subdirectory(engines) -add_subdirectory(hooks) -add_subdirectory(normalizer) -add_subdirectory(operations) -add_subdirectory(resource_subscriber) -add_subdirectory(resources) -add_subdirectory(splitter) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-tx-columnshard) -target_compile_options(core-tx-columnshard PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-tx-columnshard PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-actors-core - ydb-core-actorlib_impl - ydb-core-base - ydb-core-control - ydb-core-formats - ydb-core-kqp - ydb-core-protos - ydb-core-tablet - ydb-core-tablet_flat - tx-columnshard-engines - columnshard-engines-writer - tx-columnshard-counters - tx-columnshard-common - tx-columnshard-splitter - tx-columnshard-operations - tx-columnshard-blobs_reader - tx-columnshard-blobs_action - tx-columnshard-resource_subscriber - columnshard-normalizer-granule - columnshard-normalizer-portion - core-tx-tiering - tx-conveyor-usage - core-tx-tracing - tx-long_tx_service-public - ydb-core-util - api-protos - dq-actors-compute - ydb-library-chunks_limiter -) -target_sources(core-tx-columnshard PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/background_controller.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blob.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blob_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blob_manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard__init.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard__notify_tx_completion.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard__plan_step.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard__progress_tx.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard__propose_transaction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard__read.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard__read_base.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard__scan.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard__index_scan.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard__stats_scan.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard__write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard__write_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard_common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard_private_events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard_schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard_view.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/defs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/read_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/write_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/tables_manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/tx_controller.cpp -) -generate_enum_serilization(core-tx-columnshard - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard.h - INCLUDE_HEADERS - contrib/ydb/core/tx/columnshard/columnshard.h -) -generate_enum_serilization(core-tx-columnshard - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard_impl.h - INCLUDE_HEADERS - contrib/ydb/core/tx/columnshard/columnshard_impl.h -) diff --git a/contrib/ydb/core/tx/columnshard/CMakeLists.txt b/contrib/ydb/core/tx/columnshard/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/columnshard/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/columnshard/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/columnshard/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 91d0294cce3..00000000000 --- a/contrib/ydb/core/tx/columnshard/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,111 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(blobs_action) -add_subdirectory(blobs_reader) -add_subdirectory(common) -add_subdirectory(counters) -add_subdirectory(engines) -add_subdirectory(hooks) -add_subdirectory(normalizer) -add_subdirectory(operations) -add_subdirectory(resource_subscriber) -add_subdirectory(resources) -add_subdirectory(splitter) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-tx-columnshard) -target_compile_options(core-tx-columnshard PRIVATE - -DKIKIMR_DISABLE_S3_OPS - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-tx-columnshard PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-actors-core - ydb-core-actorlib_impl - ydb-core-base - ydb-core-control - ydb-core-formats - ydb-core-kqp - ydb-core-protos - ydb-core-tablet - ydb-core-tablet_flat - tx-columnshard-engines - columnshard-engines-writer - tx-columnshard-counters - tx-columnshard-common - tx-columnshard-splitter - tx-columnshard-operations - tx-columnshard-blobs_reader - tx-columnshard-blobs_action - tx-columnshard-resource_subscriber - columnshard-normalizer-granule - columnshard-normalizer-portion - core-tx-tiering - tx-conveyor-usage - core-tx-tracing - tx-long_tx_service-public - ydb-core-util - api-protos - dq-actors-compute - ydb-library-chunks_limiter -) -target_sources(core-tx-columnshard PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/background_controller.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blob.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blob_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blob_manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard__init.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard__notify_tx_completion.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard__plan_step.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard__progress_tx.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard__propose_transaction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard__read.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard__read_base.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard__scan.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard__index_scan.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard__stats_scan.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard__write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard__write_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard_common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard_private_events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard_schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard_view.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/defs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/read_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/write_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/tables_manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/tx_controller.cpp -) -generate_enum_serilization(core-tx-columnshard - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard.h - INCLUDE_HEADERS - contrib/ydb/core/tx/columnshard/columnshard.h -) -generate_enum_serilization(core-tx-columnshard - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/columnshard_impl.h - INCLUDE_HEADERS - contrib/ydb/core/tx/columnshard/columnshard_impl.h -) diff --git a/contrib/ydb/core/tx/columnshard/blobs_action/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/columnshard/blobs_action/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 848adde260c..00000000000 --- a/contrib/ydb/core/tx/columnshard/blobs_action/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(abstract) -add_subdirectory(bs) -add_subdirectory(counters) -add_subdirectory(tier) -add_subdirectory(transaction) - -add_library(tx-columnshard-blobs_action) -target_link_libraries(tx-columnshard-blobs_action PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-protos - libs-apache-arrow - ydb-core-tablet_flat - core-tx-tiering - columnshard-blobs_action-abstract - columnshard-blobs_action-bs - columnshard-blobs_action-counters - columnshard-blobs_action-transaction - columnshard-blobs_action-tier -) -target_sources(tx-columnshard-blobs_action PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/blob_manager_db.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/memory.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/blobs_action/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/columnshard/blobs_action/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b889648a879..00000000000 --- a/contrib/ydb/core/tx/columnshard/blobs_action/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(abstract) -add_subdirectory(bs) -add_subdirectory(counters) -add_subdirectory(tier) -add_subdirectory(transaction) - -add_library(tx-columnshard-blobs_action) -target_link_libraries(tx-columnshard-blobs_action PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-protos - libs-apache-arrow - ydb-core-tablet_flat - core-tx-tiering - columnshard-blobs_action-abstract - columnshard-blobs_action-bs - columnshard-blobs_action-counters - columnshard-blobs_action-transaction - columnshard-blobs_action-tier -) -target_sources(tx-columnshard-blobs_action PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/blob_manager_db.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/memory.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/blobs_action/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/columnshard/blobs_action/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b889648a879..00000000000 --- a/contrib/ydb/core/tx/columnshard/blobs_action/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(abstract) -add_subdirectory(bs) -add_subdirectory(counters) -add_subdirectory(tier) -add_subdirectory(transaction) - -add_library(tx-columnshard-blobs_action) -target_link_libraries(tx-columnshard-blobs_action PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-protos - libs-apache-arrow - ydb-core-tablet_flat - core-tx-tiering - columnshard-blobs_action-abstract - columnshard-blobs_action-bs - columnshard-blobs_action-counters - columnshard-blobs_action-transaction - columnshard-blobs_action-tier -) -target_sources(tx-columnshard-blobs_action PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/blob_manager_db.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/memory.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/blobs_action/CMakeLists.txt b/contrib/ydb/core/tx/columnshard/blobs_action/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/columnshard/blobs_action/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/columnshard/blobs_action/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/columnshard/blobs_action/CMakeLists.windows-x86_64.txt deleted file mode 100644 index a9eb2a4990f..00000000000 --- a/contrib/ydb/core/tx/columnshard/blobs_action/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_subdirectory(abstract) -add_subdirectory(bs) -add_subdirectory(counters) -add_subdirectory(transaction) - -add_library(tx-columnshard-blobs_action) -target_compile_options(tx-columnshard-blobs_action PRIVATE - -DKIKIMR_DISABLE_S3_OPS -) -target_link_libraries(tx-columnshard-blobs_action PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-protos - libs-apache-arrow - ydb-core-tablet_flat - core-tx-tiering - columnshard-blobs_action-abstract - columnshard-blobs_action-bs - columnshard-blobs_action-counters - columnshard-blobs_action-transaction -) -target_sources(tx-columnshard-blobs_action PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/blob_manager_db.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/memory.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/blobs_action/abstract/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/columnshard/blobs_action/abstract/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 10dc3aad18b..00000000000 --- a/contrib/ydb/core/tx/columnshard/blobs_action/abstract/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(columnshard-blobs_action-abstract) -target_link_libraries(columnshard-blobs_action-abstract PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-protos - libs-apache-arrow - ydb-core-tablet_flat - core-tx-tiering -) -target_sources(columnshard-blobs_action-abstract PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/abstract/gc.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/abstract/common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/abstract/read.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/abstract/write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/abstract/remove.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/abstract/storage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/abstract/action.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/abstract/storages_manager.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/blobs_action/abstract/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/columnshard/blobs_action/abstract/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 5dce7e37c7c..00000000000 --- a/contrib/ydb/core/tx/columnshard/blobs_action/abstract/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(columnshard-blobs_action-abstract) -target_link_libraries(columnshard-blobs_action-abstract PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-protos - libs-apache-arrow - ydb-core-tablet_flat - core-tx-tiering -) -target_sources(columnshard-blobs_action-abstract PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/abstract/gc.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/abstract/common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/abstract/read.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/abstract/write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/abstract/remove.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/abstract/storage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/abstract/action.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/abstract/storages_manager.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/blobs_action/abstract/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/columnshard/blobs_action/abstract/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 5dce7e37c7c..00000000000 --- a/contrib/ydb/core/tx/columnshard/blobs_action/abstract/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(columnshard-blobs_action-abstract) -target_link_libraries(columnshard-blobs_action-abstract PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-protos - libs-apache-arrow - ydb-core-tablet_flat - core-tx-tiering -) -target_sources(columnshard-blobs_action-abstract PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/abstract/gc.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/abstract/common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/abstract/read.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/abstract/write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/abstract/remove.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/abstract/storage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/abstract/action.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/abstract/storages_manager.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/blobs_action/abstract/CMakeLists.txt b/contrib/ydb/core/tx/columnshard/blobs_action/abstract/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/columnshard/blobs_action/abstract/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/columnshard/blobs_action/abstract/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/columnshard/blobs_action/abstract/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 10dc3aad18b..00000000000 --- a/contrib/ydb/core/tx/columnshard/blobs_action/abstract/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(columnshard-blobs_action-abstract) -target_link_libraries(columnshard-blobs_action-abstract PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-protos - libs-apache-arrow - ydb-core-tablet_flat - core-tx-tiering -) -target_sources(columnshard-blobs_action-abstract PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/abstract/gc.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/abstract/common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/abstract/read.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/abstract/write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/abstract/remove.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/abstract/storage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/abstract/action.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/abstract/storages_manager.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/blobs_action/bs/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/columnshard/blobs_action/bs/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index e5da7863258..00000000000 --- a/contrib/ydb/core/tx/columnshard/blobs_action/bs/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(columnshard-blobs_action-bs) -target_link_libraries(columnshard-blobs_action-bs PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-protos - libs-apache-arrow - ydb-core-tablet_flat - core-tx-tiering -) -target_sources(columnshard-blobs_action-bs PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/bs/gc.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/bs/gc_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/bs/write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/bs/read.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/bs/storage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/bs/remove.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/blobs_action/bs/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/columnshard/blobs_action/bs/CMakeLists.linux-aarch64.txt deleted file mode 100644 index ffba381ae6b..00000000000 --- a/contrib/ydb/core/tx/columnshard/blobs_action/bs/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(columnshard-blobs_action-bs) -target_link_libraries(columnshard-blobs_action-bs PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-protos - libs-apache-arrow - ydb-core-tablet_flat - core-tx-tiering -) -target_sources(columnshard-blobs_action-bs PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/bs/gc.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/bs/gc_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/bs/write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/bs/read.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/bs/storage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/bs/remove.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/blobs_action/bs/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/columnshard/blobs_action/bs/CMakeLists.linux-x86_64.txt deleted file mode 100644 index ffba381ae6b..00000000000 --- a/contrib/ydb/core/tx/columnshard/blobs_action/bs/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(columnshard-blobs_action-bs) -target_link_libraries(columnshard-blobs_action-bs PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-protos - libs-apache-arrow - ydb-core-tablet_flat - core-tx-tiering -) -target_sources(columnshard-blobs_action-bs PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/bs/gc.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/bs/gc_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/bs/write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/bs/read.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/bs/storage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/bs/remove.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/blobs_action/bs/CMakeLists.txt b/contrib/ydb/core/tx/columnshard/blobs_action/bs/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/columnshard/blobs_action/bs/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/columnshard/blobs_action/bs/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/columnshard/blobs_action/bs/CMakeLists.windows-x86_64.txt deleted file mode 100644 index e5da7863258..00000000000 --- a/contrib/ydb/core/tx/columnshard/blobs_action/bs/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(columnshard-blobs_action-bs) -target_link_libraries(columnshard-blobs_action-bs PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-protos - libs-apache-arrow - ydb-core-tablet_flat - core-tx-tiering -) -target_sources(columnshard-blobs_action-bs PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/bs/gc.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/bs/gc_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/bs/write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/bs/read.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/bs/storage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/bs/remove.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/blobs_action/counters/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/columnshard/blobs_action/counters/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 1dde777c7c8..00000000000 --- a/contrib/ydb/core/tx/columnshard/blobs_action/counters/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(columnshard-blobs_action-counters) -target_link_libraries(columnshard-blobs_action-counters PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-protos - library-actors-core - ydb-core-tablet_flat -) -target_sources(columnshard-blobs_action-counters PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/counters/read.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/counters/storage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/counters/write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/counters/remove_declare.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/counters/remove_gc.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/blobs_action/counters/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/columnshard/blobs_action/counters/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 1b21837f555..00000000000 --- a/contrib/ydb/core/tx/columnshard/blobs_action/counters/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(columnshard-blobs_action-counters) -target_link_libraries(columnshard-blobs_action-counters PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-protos - library-actors-core - ydb-core-tablet_flat -) -target_sources(columnshard-blobs_action-counters PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/counters/read.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/counters/storage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/counters/write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/counters/remove_declare.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/counters/remove_gc.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/blobs_action/counters/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/columnshard/blobs_action/counters/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 1b21837f555..00000000000 --- a/contrib/ydb/core/tx/columnshard/blobs_action/counters/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(columnshard-blobs_action-counters) -target_link_libraries(columnshard-blobs_action-counters PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-protos - library-actors-core - ydb-core-tablet_flat -) -target_sources(columnshard-blobs_action-counters PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/counters/read.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/counters/storage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/counters/write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/counters/remove_declare.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/counters/remove_gc.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/blobs_action/counters/CMakeLists.txt b/contrib/ydb/core/tx/columnshard/blobs_action/counters/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/columnshard/blobs_action/counters/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/columnshard/blobs_action/counters/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/columnshard/blobs_action/counters/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 1dde777c7c8..00000000000 --- a/contrib/ydb/core/tx/columnshard/blobs_action/counters/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(columnshard-blobs_action-counters) -target_link_libraries(columnshard-blobs_action-counters PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-protos - library-actors-core - ydb-core-tablet_flat -) -target_sources(columnshard-blobs_action-counters PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/counters/read.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/counters/storage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/counters/write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/counters/remove_declare.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/counters/remove_gc.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/blobs_action/tier/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/columnshard/blobs_action/tier/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 24dee157a1f..00000000000 --- a/contrib/ydb/core/tx/columnshard/blobs_action/tier/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(columnshard-blobs_action-tier) -target_link_libraries(columnshard-blobs_action-tier PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-protos - libs-apache-arrow - ydb-core-tablet_flat - core-tx-tiering -) -target_sources(columnshard-blobs_action-tier PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/tier/adapter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/tier/gc.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/tier/gc_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/tier/gc_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/tier/write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/tier/read.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/tier/storage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/tier/remove.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/blobs_action/tier/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/columnshard/blobs_action/tier/CMakeLists.linux-aarch64.txt deleted file mode 100644 index cd57f62ebbe..00000000000 --- a/contrib/ydb/core/tx/columnshard/blobs_action/tier/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(columnshard-blobs_action-tier) -target_link_libraries(columnshard-blobs_action-tier PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-protos - libs-apache-arrow - ydb-core-tablet_flat - core-tx-tiering -) -target_sources(columnshard-blobs_action-tier PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/tier/adapter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/tier/gc.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/tier/gc_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/tier/gc_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/tier/write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/tier/read.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/tier/storage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/tier/remove.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/blobs_action/tier/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/columnshard/blobs_action/tier/CMakeLists.linux-x86_64.txt deleted file mode 100644 index cd57f62ebbe..00000000000 --- a/contrib/ydb/core/tx/columnshard/blobs_action/tier/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(columnshard-blobs_action-tier) -target_link_libraries(columnshard-blobs_action-tier PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-protos - libs-apache-arrow - ydb-core-tablet_flat - core-tx-tiering -) -target_sources(columnshard-blobs_action-tier PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/tier/adapter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/tier/gc.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/tier/gc_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/tier/gc_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/tier/write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/tier/read.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/tier/storage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/tier/remove.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/blobs_action/tier/CMakeLists.txt b/contrib/ydb/core/tx/columnshard/blobs_action/tier/CMakeLists.txt deleted file mode 100644 index 522af85d518..00000000000 --- a/contrib/ydb/core/tx/columnshard/blobs_action/tier/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 "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) -endif() diff --git a/contrib/ydb/core/tx/columnshard/blobs_action/transaction/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/columnshard/blobs_action/transaction/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 0539d8b2cc5..00000000000 --- a/contrib/ydb/core/tx/columnshard/blobs_action/transaction/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(columnshard-blobs_action-transaction) -target_link_libraries(columnshard-blobs_action-transaction PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-protos - libs-apache-arrow - ydb-core-tablet_flat - core-tx-tiering -) -target_sources(columnshard-blobs_action-transaction PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/transaction/tx_draft.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/transaction/tx_write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/transaction/tx_write_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/transaction/tx_gc_insert_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/transaction/tx_gc_indexed.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/blobs_action/transaction/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/columnshard/blobs_action/transaction/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 11366e17fa8..00000000000 --- a/contrib/ydb/core/tx/columnshard/blobs_action/transaction/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(columnshard-blobs_action-transaction) -target_link_libraries(columnshard-blobs_action-transaction PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-protos - libs-apache-arrow - ydb-core-tablet_flat - core-tx-tiering -) -target_sources(columnshard-blobs_action-transaction PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/transaction/tx_draft.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/transaction/tx_write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/transaction/tx_write_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/transaction/tx_gc_insert_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/transaction/tx_gc_indexed.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/blobs_action/transaction/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/columnshard/blobs_action/transaction/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 11366e17fa8..00000000000 --- a/contrib/ydb/core/tx/columnshard/blobs_action/transaction/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(columnshard-blobs_action-transaction) -target_link_libraries(columnshard-blobs_action-transaction PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-protos - libs-apache-arrow - ydb-core-tablet_flat - core-tx-tiering -) -target_sources(columnshard-blobs_action-transaction PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/transaction/tx_draft.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/transaction/tx_write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/transaction/tx_write_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/transaction/tx_gc_insert_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/transaction/tx_gc_indexed.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/blobs_action/transaction/CMakeLists.txt b/contrib/ydb/core/tx/columnshard/blobs_action/transaction/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/columnshard/blobs_action/transaction/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/columnshard/blobs_action/transaction/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/columnshard/blobs_action/transaction/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 0539d8b2cc5..00000000000 --- a/contrib/ydb/core/tx/columnshard/blobs_action/transaction/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(columnshard-blobs_action-transaction) -target_link_libraries(columnshard-blobs_action-transaction PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-protos - libs-apache-arrow - ydb-core-tablet_flat - core-tx-tiering -) -target_sources(columnshard-blobs_action-transaction PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/transaction/tx_draft.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/transaction/tx_write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/transaction/tx_write_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/transaction/tx_gc_insert_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_action/transaction/tx_gc_indexed.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/blobs_reader/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/columnshard/blobs_reader/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d5a23567528..00000000000 --- a/contrib/ydb/core/tx/columnshard/blobs_reader/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(tx-columnshard-blobs_reader) -target_link_libraries(tx-columnshard-blobs_reader PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-protos - library-actors-core - ydb-core-tablet_flat -) -target_sources(tx-columnshard-blobs_reader PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_reader/actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_reader/task.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_reader/events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_reader/read_coordinator.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/blobs_reader/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/columnshard/blobs_reader/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 43f8c60e429..00000000000 --- a/contrib/ydb/core/tx/columnshard/blobs_reader/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(tx-columnshard-blobs_reader) -target_link_libraries(tx-columnshard-blobs_reader PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-protos - library-actors-core - ydb-core-tablet_flat -) -target_sources(tx-columnshard-blobs_reader PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_reader/actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_reader/task.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_reader/events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_reader/read_coordinator.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/blobs_reader/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/columnshard/blobs_reader/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 43f8c60e429..00000000000 --- a/contrib/ydb/core/tx/columnshard/blobs_reader/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(tx-columnshard-blobs_reader) -target_link_libraries(tx-columnshard-blobs_reader PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-protos - library-actors-core - ydb-core-tablet_flat -) -target_sources(tx-columnshard-blobs_reader PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_reader/actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_reader/task.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_reader/events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_reader/read_coordinator.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/blobs_reader/CMakeLists.txt b/contrib/ydb/core/tx/columnshard/blobs_reader/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/columnshard/blobs_reader/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/columnshard/blobs_reader/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/columnshard/blobs_reader/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d5a23567528..00000000000 --- a/contrib/ydb/core/tx/columnshard/blobs_reader/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(tx-columnshard-blobs_reader) -target_link_libraries(tx-columnshard-blobs_reader PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-protos - library-actors-core - ydb-core-tablet_flat -) -target_sources(tx-columnshard-blobs_reader PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_reader/actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_reader/task.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_reader/events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/blobs_reader/read_coordinator.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/common/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/columnshard/common/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2629f44b8ac..00000000000 --- a/contrib/ydb/core/tx/columnshard/common/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(tx-columnshard-common) -target_link_libraries(tx-columnshard-common PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-protos - libs-apache-arrow - core-formats-arrow - tools-enum_parser-enum_serialization_runtime -) -target_sources(tx-columnshard-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/common/reverse_accessor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/common/scalars.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/common/snapshot.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/common/portion.cpp -) -generate_enum_serilization(tx-columnshard-common - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/common/portion.h - INCLUDE_HEADERS - contrib/ydb/core/tx/columnshard/common/portion.h -) diff --git a/contrib/ydb/core/tx/columnshard/common/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/columnshard/common/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 4f352722adf..00000000000 --- a/contrib/ydb/core/tx/columnshard/common/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(tx-columnshard-common) -target_link_libraries(tx-columnshard-common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-protos - libs-apache-arrow - core-formats-arrow - tools-enum_parser-enum_serialization_runtime -) -target_sources(tx-columnshard-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/common/reverse_accessor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/common/scalars.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/common/snapshot.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/common/portion.cpp -) -generate_enum_serilization(tx-columnshard-common - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/common/portion.h - INCLUDE_HEADERS - contrib/ydb/core/tx/columnshard/common/portion.h -) diff --git a/contrib/ydb/core/tx/columnshard/common/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/columnshard/common/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 4f352722adf..00000000000 --- a/contrib/ydb/core/tx/columnshard/common/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(tx-columnshard-common) -target_link_libraries(tx-columnshard-common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-protos - libs-apache-arrow - core-formats-arrow - tools-enum_parser-enum_serialization_runtime -) -target_sources(tx-columnshard-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/common/reverse_accessor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/common/scalars.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/common/snapshot.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/common/portion.cpp -) -generate_enum_serilization(tx-columnshard-common - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/common/portion.h - INCLUDE_HEADERS - contrib/ydb/core/tx/columnshard/common/portion.h -) diff --git a/contrib/ydb/core/tx/columnshard/common/CMakeLists.txt b/contrib/ydb/core/tx/columnshard/common/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/columnshard/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/columnshard/common/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/columnshard/common/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 2629f44b8ac..00000000000 --- a/contrib/ydb/core/tx/columnshard/common/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(tx-columnshard-common) -target_link_libraries(tx-columnshard-common PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-protos - libs-apache-arrow - core-formats-arrow - tools-enum_parser-enum_serialization_runtime -) -target_sources(tx-columnshard-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/common/reverse_accessor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/common/scalars.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/common/snapshot.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/common/portion.cpp -) -generate_enum_serilization(tx-columnshard-common - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/common/portion.h - INCLUDE_HEADERS - contrib/ydb/core/tx/columnshard/common/portion.h -) diff --git a/contrib/ydb/core/tx/columnshard/counters/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/columnshard/counters/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 7f9528dd7a2..00000000000 --- a/contrib/ydb/core/tx/columnshard/counters/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_subdirectory(common) - -add_library(tx-columnshard-counters) -target_link_libraries(tx-columnshard-counters PUBLIC - contrib-libs-cxxsupp - yutil - cpp-monlib-dynamic_counters - columnshard-counters-common - ydb-core-base -) -target_sources(tx-columnshard-counters PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/counters/indexation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/counters/scan.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/counters/engine_logs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/counters/blobs_manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/counters/columnshard.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/counters/insert_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/counters/common_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/counters/splitter.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/counters/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/columnshard/counters/CMakeLists.linux-aarch64.txt deleted file mode 100644 index dd605ced224..00000000000 --- a/contrib/ydb/core/tx/columnshard/counters/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_subdirectory(common) - -add_library(tx-columnshard-counters) -target_link_libraries(tx-columnshard-counters PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-monlib-dynamic_counters - columnshard-counters-common - ydb-core-base -) -target_sources(tx-columnshard-counters PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/counters/indexation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/counters/scan.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/counters/engine_logs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/counters/blobs_manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/counters/columnshard.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/counters/insert_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/counters/common_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/counters/splitter.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/counters/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/columnshard/counters/CMakeLists.linux-x86_64.txt deleted file mode 100644 index dd605ced224..00000000000 --- a/contrib/ydb/core/tx/columnshard/counters/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_subdirectory(common) - -add_library(tx-columnshard-counters) -target_link_libraries(tx-columnshard-counters PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-monlib-dynamic_counters - columnshard-counters-common - ydb-core-base -) -target_sources(tx-columnshard-counters PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/counters/indexation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/counters/scan.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/counters/engine_logs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/counters/blobs_manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/counters/columnshard.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/counters/insert_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/counters/common_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/counters/splitter.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/counters/CMakeLists.txt b/contrib/ydb/core/tx/columnshard/counters/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/columnshard/counters/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/columnshard/counters/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/columnshard/counters/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 7f9528dd7a2..00000000000 --- a/contrib/ydb/core/tx/columnshard/counters/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_subdirectory(common) - -add_library(tx-columnshard-counters) -target_link_libraries(tx-columnshard-counters PUBLIC - contrib-libs-cxxsupp - yutil - cpp-monlib-dynamic_counters - columnshard-counters-common - ydb-core-base -) -target_sources(tx-columnshard-counters PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/counters/indexation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/counters/scan.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/counters/engine_logs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/counters/blobs_manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/counters/columnshard.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/counters/insert_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/counters/common_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/counters/splitter.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/counters/common/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/columnshard/counters/common/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index eba117a7e69..00000000000 --- a/contrib/ydb/core/tx/columnshard/counters/common/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(columnshard-counters-common) -target_link_libraries(columnshard-counters-common PUBLIC - contrib-libs-cxxsupp - yutil - cpp-monlib-dynamic_counters - ydb-core-protos - ydb-core-base -) -target_sources(columnshard-counters-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/counters/common/agent.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/counters/common/client.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/counters/common/owner.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/counters/common/private.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/counters/common/object_counter.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/counters/common/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/columnshard/counters/common/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 5f1e5e6dd1d..00000000000 --- a/contrib/ydb/core/tx/columnshard/counters/common/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(columnshard-counters-common) -target_link_libraries(columnshard-counters-common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-monlib-dynamic_counters - ydb-core-protos - ydb-core-base -) -target_sources(columnshard-counters-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/counters/common/agent.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/counters/common/client.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/counters/common/owner.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/counters/common/private.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/counters/common/object_counter.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/counters/common/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/columnshard/counters/common/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 5f1e5e6dd1d..00000000000 --- a/contrib/ydb/core/tx/columnshard/counters/common/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(columnshard-counters-common) -target_link_libraries(columnshard-counters-common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-monlib-dynamic_counters - ydb-core-protos - ydb-core-base -) -target_sources(columnshard-counters-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/counters/common/agent.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/counters/common/client.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/counters/common/owner.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/counters/common/private.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/counters/common/object_counter.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/counters/common/CMakeLists.txt b/contrib/ydb/core/tx/columnshard/counters/common/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/columnshard/counters/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/columnshard/counters/common/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/columnshard/counters/common/CMakeLists.windows-x86_64.txt deleted file mode 100644 index eba117a7e69..00000000000 --- a/contrib/ydb/core/tx/columnshard/counters/common/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(columnshard-counters-common) -target_link_libraries(columnshard-counters-common PUBLIC - contrib-libs-cxxsupp - yutil - cpp-monlib-dynamic_counters - ydb-core-protos - ydb-core-base -) -target_sources(columnshard-counters-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/counters/common/agent.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/counters/common/client.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/counters/common/owner.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/counters/common/private.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/counters/common/object_counter.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/engines/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/columnshard/engines/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index efafa924700..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,51 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(changes) -add_subdirectory(insert_table) -add_subdirectory(portions) -add_subdirectory(predicate) -add_subdirectory(reader) -add_subdirectory(scheme) -add_subdirectory(storage) -add_subdirectory(writer) - -add_library(tx-columnshard-engines) -target_compile_options(tx-columnshard-engines PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(tx-columnshard-engines PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-base - ydb-core-formats - ydb-core-protos - ydb-core-scheme - ydb-core-tablet - ydb-core-tablet_flat - columnshard-engines-reader - columnshard-engines-predicate - columnshard-engines-storage - columnshard-engines-insert_table - columnshard-engines-changes - columnshard-engines-portions - formats-arrow-compression - core-tx-program - udf-service-exception_policy -) -target_sources(tx-columnshard-engines PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/column_engine_logs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/column_engine.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/column_features.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/db_wrapper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/index_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/filter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/portion_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/tier_info.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/engines/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/columnshard/engines/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 882791e1995..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/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_subdirectory(changes) -add_subdirectory(insert_table) -add_subdirectory(portions) -add_subdirectory(predicate) -add_subdirectory(reader) -add_subdirectory(scheme) -add_subdirectory(storage) -add_subdirectory(writer) - -add_library(tx-columnshard-engines) -target_compile_options(tx-columnshard-engines PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(tx-columnshard-engines PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-base - ydb-core-formats - ydb-core-protos - ydb-core-scheme - ydb-core-tablet - ydb-core-tablet_flat - columnshard-engines-reader - columnshard-engines-predicate - columnshard-engines-storage - columnshard-engines-insert_table - columnshard-engines-changes - columnshard-engines-portions - formats-arrow-compression - core-tx-program - udf-service-exception_policy -) -target_sources(tx-columnshard-engines PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/column_engine_logs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/column_engine.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/column_features.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/db_wrapper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/index_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/filter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/portion_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/tier_info.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/engines/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/columnshard/engines/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 882791e1995..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/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_subdirectory(changes) -add_subdirectory(insert_table) -add_subdirectory(portions) -add_subdirectory(predicate) -add_subdirectory(reader) -add_subdirectory(scheme) -add_subdirectory(storage) -add_subdirectory(writer) - -add_library(tx-columnshard-engines) -target_compile_options(tx-columnshard-engines PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(tx-columnshard-engines PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-base - ydb-core-formats - ydb-core-protos - ydb-core-scheme - ydb-core-tablet - ydb-core-tablet_flat - columnshard-engines-reader - columnshard-engines-predicate - columnshard-engines-storage - columnshard-engines-insert_table - columnshard-engines-changes - columnshard-engines-portions - formats-arrow-compression - core-tx-program - udf-service-exception_policy -) -target_sources(tx-columnshard-engines PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/column_engine_logs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/column_engine.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/column_features.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/db_wrapper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/index_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/filter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/portion_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/tier_info.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/engines/CMakeLists.txt b/contrib/ydb/core/tx/columnshard/engines/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/columnshard/engines/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/columnshard/engines/CMakeLists.windows-x86_64.txt deleted file mode 100644 index efafa924700..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,51 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(changes) -add_subdirectory(insert_table) -add_subdirectory(portions) -add_subdirectory(predicate) -add_subdirectory(reader) -add_subdirectory(scheme) -add_subdirectory(storage) -add_subdirectory(writer) - -add_library(tx-columnshard-engines) -target_compile_options(tx-columnshard-engines PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(tx-columnshard-engines PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-base - ydb-core-formats - ydb-core-protos - ydb-core-scheme - ydb-core-tablet - ydb-core-tablet_flat - columnshard-engines-reader - columnshard-engines-predicate - columnshard-engines-storage - columnshard-engines-insert_table - columnshard-engines-changes - columnshard-engines-portions - formats-arrow-compression - core-tx-program - udf-service-exception_policy -) -target_sources(tx-columnshard-engines PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/column_engine_logs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/column_engine.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/column_features.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/db_wrapper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/index_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/filter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/portion_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/tier_info.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/engines/changes/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/columnshard/engines/changes/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 9a66f33b4af..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/changes/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_subdirectory(abstract) -add_subdirectory(compaction) -add_subdirectory(counters) - -add_library(columnshard-engines-changes) -target_link_libraries(columnshard-engines-changes PUBLIC - contrib-libs-cxxsupp - yutil - core-formats-arrow - tx-columnshard-common - columnshard-engines-insert_table - engines-changes-abstract - engines-changes-compaction - engines-changes-counters - tx-columnshard-splitter - ydb-core-tablet_flat - core-tx-tiering - ydb-core-protos -) -target_sources(columnshard-engines-changes PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/changes/compaction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/changes/ttl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/changes/indexation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/changes/cleanup.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/changes/with_appended.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/changes/general_compaction.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/engines/changes/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/columnshard/engines/changes/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a91e845f3d9..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/changes/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_subdirectory(abstract) -add_subdirectory(compaction) -add_subdirectory(counters) - -add_library(columnshard-engines-changes) -target_link_libraries(columnshard-engines-changes PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-formats-arrow - tx-columnshard-common - columnshard-engines-insert_table - engines-changes-abstract - engines-changes-compaction - engines-changes-counters - tx-columnshard-splitter - ydb-core-tablet_flat - core-tx-tiering - ydb-core-protos -) -target_sources(columnshard-engines-changes PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/changes/compaction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/changes/ttl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/changes/indexation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/changes/cleanup.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/changes/with_appended.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/changes/general_compaction.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/engines/changes/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/columnshard/engines/changes/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a91e845f3d9..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/changes/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_subdirectory(abstract) -add_subdirectory(compaction) -add_subdirectory(counters) - -add_library(columnshard-engines-changes) -target_link_libraries(columnshard-engines-changes PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-formats-arrow - tx-columnshard-common - columnshard-engines-insert_table - engines-changes-abstract - engines-changes-compaction - engines-changes-counters - tx-columnshard-splitter - ydb-core-tablet_flat - core-tx-tiering - ydb-core-protos -) -target_sources(columnshard-engines-changes PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/changes/compaction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/changes/ttl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/changes/indexation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/changes/cleanup.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/changes/with_appended.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/changes/general_compaction.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/engines/changes/CMakeLists.txt b/contrib/ydb/core/tx/columnshard/engines/changes/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/changes/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/columnshard/engines/changes/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/columnshard/engines/changes/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 9a66f33b4af..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/changes/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_subdirectory(abstract) -add_subdirectory(compaction) -add_subdirectory(counters) - -add_library(columnshard-engines-changes) -target_link_libraries(columnshard-engines-changes PUBLIC - contrib-libs-cxxsupp - yutil - core-formats-arrow - tx-columnshard-common - columnshard-engines-insert_table - engines-changes-abstract - engines-changes-compaction - engines-changes-counters - tx-columnshard-splitter - ydb-core-tablet_flat - core-tx-tiering - ydb-core-protos -) -target_sources(columnshard-engines-changes PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/changes/compaction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/changes/ttl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/changes/indexation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/changes/cleanup.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/changes/with_appended.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/changes/general_compaction.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/engines/changes/abstract/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/columnshard/engines/changes/abstract/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 4fb1d777983..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/changes/abstract/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(engines-changes-abstract) -target_link_libraries(engines-changes-abstract PUBLIC - contrib-libs-cxxsupp - yutil - columnshard-counters-common - ydb-core-tablet_flat - yql-core-expr_nodes - tx-columnshard-blobs_action - tools-enum_parser-enum_serialization_runtime -) -target_sources(engines-changes-abstract PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/changes/abstract/abstract.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/changes/abstract/compaction_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/changes/abstract/settings.cpp -) -generate_enum_serilization(engines-changes-abstract - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/changes/abstract/abstract.h - INCLUDE_HEADERS - contrib/ydb/core/tx/columnshard/engines/changes/abstract/abstract.h -) diff --git a/contrib/ydb/core/tx/columnshard/engines/changes/abstract/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/columnshard/engines/changes/abstract/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 064ea3aae8b..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/changes/abstract/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(engines-changes-abstract) -target_link_libraries(engines-changes-abstract PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - columnshard-counters-common - ydb-core-tablet_flat - yql-core-expr_nodes - tx-columnshard-blobs_action - tools-enum_parser-enum_serialization_runtime -) -target_sources(engines-changes-abstract PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/changes/abstract/abstract.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/changes/abstract/compaction_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/changes/abstract/settings.cpp -) -generate_enum_serilization(engines-changes-abstract - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/changes/abstract/abstract.h - INCLUDE_HEADERS - contrib/ydb/core/tx/columnshard/engines/changes/abstract/abstract.h -) diff --git a/contrib/ydb/core/tx/columnshard/engines/changes/abstract/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/columnshard/engines/changes/abstract/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 064ea3aae8b..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/changes/abstract/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(engines-changes-abstract) -target_link_libraries(engines-changes-abstract PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - columnshard-counters-common - ydb-core-tablet_flat - yql-core-expr_nodes - tx-columnshard-blobs_action - tools-enum_parser-enum_serialization_runtime -) -target_sources(engines-changes-abstract PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/changes/abstract/abstract.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/changes/abstract/compaction_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/changes/abstract/settings.cpp -) -generate_enum_serilization(engines-changes-abstract - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/changes/abstract/abstract.h - INCLUDE_HEADERS - contrib/ydb/core/tx/columnshard/engines/changes/abstract/abstract.h -) diff --git a/contrib/ydb/core/tx/columnshard/engines/changes/abstract/CMakeLists.txt b/contrib/ydb/core/tx/columnshard/engines/changes/abstract/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/changes/abstract/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/columnshard/engines/changes/abstract/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/columnshard/engines/changes/abstract/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 4fb1d777983..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/changes/abstract/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(engines-changes-abstract) -target_link_libraries(engines-changes-abstract PUBLIC - contrib-libs-cxxsupp - yutil - columnshard-counters-common - ydb-core-tablet_flat - yql-core-expr_nodes - tx-columnshard-blobs_action - tools-enum_parser-enum_serialization_runtime -) -target_sources(engines-changes-abstract PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/changes/abstract/abstract.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/changes/abstract/compaction_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/changes/abstract/settings.cpp -) -generate_enum_serilization(engines-changes-abstract - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/changes/abstract/abstract.h - INCLUDE_HEADERS - contrib/ydb/core/tx/columnshard/engines/changes/abstract/abstract.h -) diff --git a/contrib/ydb/core/tx/columnshard/engines/changes/compaction/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/columnshard/engines/changes/compaction/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2f11ec6c6cd..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/changes/compaction/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(engines-changes-compaction) -target_link_libraries(engines-changes-compaction PUBLIC - contrib-libs-cxxsupp - yutil - core-tx-tiering -) -target_sources(engines-changes-compaction PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/changes/compaction/merge_context.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/changes/compaction/column_cursor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/changes/compaction/column_portion_chunk.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/changes/compaction/merged_column.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/engines/changes/compaction/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/columnshard/engines/changes/compaction/CMakeLists.linux-aarch64.txt deleted file mode 100644 index f3a2e2a8b23..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/changes/compaction/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(engines-changes-compaction) -target_link_libraries(engines-changes-compaction PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-tx-tiering -) -target_sources(engines-changes-compaction PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/changes/compaction/merge_context.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/changes/compaction/column_cursor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/changes/compaction/column_portion_chunk.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/changes/compaction/merged_column.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/engines/changes/compaction/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/columnshard/engines/changes/compaction/CMakeLists.linux-x86_64.txt deleted file mode 100644 index f3a2e2a8b23..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/changes/compaction/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(engines-changes-compaction) -target_link_libraries(engines-changes-compaction PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-tx-tiering -) -target_sources(engines-changes-compaction PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/changes/compaction/merge_context.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/changes/compaction/column_cursor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/changes/compaction/column_portion_chunk.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/changes/compaction/merged_column.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/engines/changes/compaction/CMakeLists.txt b/contrib/ydb/core/tx/columnshard/engines/changes/compaction/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/changes/compaction/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/columnshard/engines/changes/compaction/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/columnshard/engines/changes/compaction/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 2f11ec6c6cd..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/changes/compaction/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(engines-changes-compaction) -target_link_libraries(engines-changes-compaction PUBLIC - contrib-libs-cxxsupp - yutil - core-tx-tiering -) -target_sources(engines-changes-compaction PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/changes/compaction/merge_context.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/changes/compaction/column_cursor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/changes/compaction/column_portion_chunk.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/changes/compaction/merged_column.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/engines/changes/counters/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/columnshard/engines/changes/counters/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 4757d1a483c..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/changes/counters/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(engines-changes-counters) -target_link_libraries(engines-changes-counters PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-protos - library-actors-core - ydb-core-tablet_flat -) -target_sources(engines-changes-counters PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/changes/counters/general.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/engines/changes/counters/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/columnshard/engines/changes/counters/CMakeLists.linux-aarch64.txt deleted file mode 100644 index be3d2e45101..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/changes/counters/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(engines-changes-counters) -target_link_libraries(engines-changes-counters PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-protos - library-actors-core - ydb-core-tablet_flat -) -target_sources(engines-changes-counters PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/changes/counters/general.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/engines/changes/counters/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/columnshard/engines/changes/counters/CMakeLists.linux-x86_64.txt deleted file mode 100644 index be3d2e45101..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/changes/counters/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(engines-changes-counters) -target_link_libraries(engines-changes-counters PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-protos - library-actors-core - ydb-core-tablet_flat -) -target_sources(engines-changes-counters PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/changes/counters/general.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/engines/changes/counters/CMakeLists.txt b/contrib/ydb/core/tx/columnshard/engines/changes/counters/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/changes/counters/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/columnshard/engines/changes/counters/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/columnshard/engines/changes/counters/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 4757d1a483c..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/changes/counters/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(engines-changes-counters) -target_link_libraries(engines-changes-counters PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-protos - library-actors-core - ydb-core-tablet_flat -) -target_sources(engines-changes-counters PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/changes/counters/general.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/engines/insert_table/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/columnshard/engines/insert_table/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 0aefb325954..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/insert_table/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(columnshard-engines-insert_table) -target_link_libraries(columnshard-engines-insert_table PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-protos - core-formats-arrow - ydb-core-tablet_flat -) -target_sources(columnshard-engines-insert_table PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/insert_table/insert_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/insert_table/rt_insertion.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/insert_table/data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/insert_table/path_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/insert_table/meta.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/engines/insert_table/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/columnshard/engines/insert_table/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 76ff5a3dedb..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/insert_table/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(columnshard-engines-insert_table) -target_link_libraries(columnshard-engines-insert_table PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-protos - core-formats-arrow - ydb-core-tablet_flat -) -target_sources(columnshard-engines-insert_table PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/insert_table/insert_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/insert_table/rt_insertion.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/insert_table/data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/insert_table/path_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/insert_table/meta.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/engines/insert_table/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/columnshard/engines/insert_table/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 76ff5a3dedb..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/insert_table/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(columnshard-engines-insert_table) -target_link_libraries(columnshard-engines-insert_table PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-protos - core-formats-arrow - ydb-core-tablet_flat -) -target_sources(columnshard-engines-insert_table PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/insert_table/insert_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/insert_table/rt_insertion.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/insert_table/data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/insert_table/path_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/insert_table/meta.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/engines/insert_table/CMakeLists.txt b/contrib/ydb/core/tx/columnshard/engines/insert_table/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/insert_table/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/columnshard/engines/insert_table/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/columnshard/engines/insert_table/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 0aefb325954..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/insert_table/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(columnshard-engines-insert_table) -target_link_libraries(columnshard-engines-insert_table PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-protos - core-formats-arrow - ydb-core-tablet_flat -) -target_sources(columnshard-engines-insert_table PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/insert_table/insert_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/insert_table/rt_insertion.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/insert_table/data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/insert_table/path_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/insert_table/meta.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/engines/portions/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/columnshard/engines/portions/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 134d8de7e60..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/portions/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(columnshard-engines-portions) -target_link_libraries(columnshard-engines-portions PUBLIC - contrib-libs-cxxsupp - yutil - columnshard-engines-scheme - tx-columnshard-splitter - tx-columnshard-common - ydb-core-tablet_flat - tools-enum_parser-enum_serialization_runtime -) -target_sources(columnshard-engines-portions PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/portions/portion_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/portions/column_record.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/portions/with_blobs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/portions/meta.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/portions/common.cpp -) -generate_enum_serilization(columnshard-engines-portions - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/portions/portion_info.h - INCLUDE_HEADERS - contrib/ydb/core/tx/columnshard/engines/portions/portion_info.h -) diff --git a/contrib/ydb/core/tx/columnshard/engines/portions/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/columnshard/engines/portions/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 002046dfe8b..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/portions/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(columnshard-engines-portions) -target_link_libraries(columnshard-engines-portions PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - columnshard-engines-scheme - tx-columnshard-splitter - tx-columnshard-common - ydb-core-tablet_flat - tools-enum_parser-enum_serialization_runtime -) -target_sources(columnshard-engines-portions PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/portions/portion_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/portions/column_record.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/portions/with_blobs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/portions/meta.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/portions/common.cpp -) -generate_enum_serilization(columnshard-engines-portions - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/portions/portion_info.h - INCLUDE_HEADERS - contrib/ydb/core/tx/columnshard/engines/portions/portion_info.h -) diff --git a/contrib/ydb/core/tx/columnshard/engines/portions/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/columnshard/engines/portions/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 002046dfe8b..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/portions/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(columnshard-engines-portions) -target_link_libraries(columnshard-engines-portions PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - columnshard-engines-scheme - tx-columnshard-splitter - tx-columnshard-common - ydb-core-tablet_flat - tools-enum_parser-enum_serialization_runtime -) -target_sources(columnshard-engines-portions PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/portions/portion_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/portions/column_record.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/portions/with_blobs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/portions/meta.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/portions/common.cpp -) -generate_enum_serilization(columnshard-engines-portions - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/portions/portion_info.h - INCLUDE_HEADERS - contrib/ydb/core/tx/columnshard/engines/portions/portion_info.h -) diff --git a/contrib/ydb/core/tx/columnshard/engines/portions/CMakeLists.txt b/contrib/ydb/core/tx/columnshard/engines/portions/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/portions/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/columnshard/engines/portions/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/columnshard/engines/portions/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 134d8de7e60..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/portions/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(columnshard-engines-portions) -target_link_libraries(columnshard-engines-portions PUBLIC - contrib-libs-cxxsupp - yutil - columnshard-engines-scheme - tx-columnshard-splitter - tx-columnshard-common - ydb-core-tablet_flat - tools-enum_parser-enum_serialization_runtime -) -target_sources(columnshard-engines-portions PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/portions/portion_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/portions/column_record.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/portions/with_blobs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/portions/meta.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/portions/common.cpp -) -generate_enum_serilization(columnshard-engines-portions - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/portions/portion_info.h - INCLUDE_HEADERS - contrib/ydb/core/tx/columnshard/engines/portions/portion_info.h -) diff --git a/contrib/ydb/core/tx/columnshard/engines/predicate/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/columnshard/engines/predicate/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 3c0b16b7c08..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/predicate/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(columnshard-engines-predicate) -target_link_libraries(columnshard-engines-predicate PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-protos - core-formats-arrow -) -target_sources(columnshard-engines-predicate PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/predicate/container.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/predicate/range.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/predicate/filter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/predicate/predicate.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/engines/predicate/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/columnshard/engines/predicate/CMakeLists.linux-aarch64.txt deleted file mode 100644 index dc4b738f706..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/predicate/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(columnshard-engines-predicate) -target_link_libraries(columnshard-engines-predicate PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-protos - core-formats-arrow -) -target_sources(columnshard-engines-predicate PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/predicate/container.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/predicate/range.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/predicate/filter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/predicate/predicate.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/engines/predicate/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/columnshard/engines/predicate/CMakeLists.linux-x86_64.txt deleted file mode 100644 index dc4b738f706..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/predicate/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(columnshard-engines-predicate) -target_link_libraries(columnshard-engines-predicate PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-protos - core-formats-arrow -) -target_sources(columnshard-engines-predicate PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/predicate/container.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/predicate/range.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/predicate/filter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/predicate/predicate.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/engines/predicate/CMakeLists.txt b/contrib/ydb/core/tx/columnshard/engines/predicate/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/predicate/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/columnshard/engines/predicate/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/columnshard/engines/predicate/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 3c0b16b7c08..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/predicate/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(columnshard-engines-predicate) -target_link_libraries(columnshard-engines-predicate PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-protos - core-formats-arrow -) -target_sources(columnshard-engines-predicate PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/predicate/container.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/predicate/range.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/predicate/filter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/predicate/predicate.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/engines/reader/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/columnshard/engines/reader/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 80678ed36e5..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/reader/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_subdirectory(plain_reader) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(columnshard-engines-reader) -target_compile_options(columnshard-engines-reader PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(columnshard-engines-reader PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-protos - core-formats-arrow - columnshard-engines-predicate - columnshard-hooks-abstract - tx-columnshard-resources - core-tx-program - engines-reader-plain_reader - columnshard-engines-scheme - tools-enum_parser-enum_serialization_runtime -) -target_sources(columnshard-engines-reader PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/conveyor_task.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/description.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/queue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/read_filter_merger.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/read_metadata.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/read_context.cpp -) -generate_enum_serilization(columnshard-engines-reader - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/read_metadata.h - INCLUDE_HEADERS - contrib/ydb/core/tx/columnshard/engines/reader/read_metadata.h -) diff --git a/contrib/ydb/core/tx/columnshard/engines/reader/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/columnshard/engines/reader/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 371c40e2def..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/reader/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_subdirectory(plain_reader) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(columnshard-engines-reader) -target_compile_options(columnshard-engines-reader PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(columnshard-engines-reader PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-protos - core-formats-arrow - columnshard-engines-predicate - columnshard-hooks-abstract - tx-columnshard-resources - core-tx-program - engines-reader-plain_reader - columnshard-engines-scheme - tools-enum_parser-enum_serialization_runtime -) -target_sources(columnshard-engines-reader PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/conveyor_task.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/description.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/queue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/read_filter_merger.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/read_metadata.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/read_context.cpp -) -generate_enum_serilization(columnshard-engines-reader - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/read_metadata.h - INCLUDE_HEADERS - contrib/ydb/core/tx/columnshard/engines/reader/read_metadata.h -) diff --git a/contrib/ydb/core/tx/columnshard/engines/reader/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/columnshard/engines/reader/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 371c40e2def..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/reader/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_subdirectory(plain_reader) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(columnshard-engines-reader) -target_compile_options(columnshard-engines-reader PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(columnshard-engines-reader PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-protos - core-formats-arrow - columnshard-engines-predicate - columnshard-hooks-abstract - tx-columnshard-resources - core-tx-program - engines-reader-plain_reader - columnshard-engines-scheme - tools-enum_parser-enum_serialization_runtime -) -target_sources(columnshard-engines-reader PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/conveyor_task.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/description.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/queue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/read_filter_merger.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/read_metadata.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/read_context.cpp -) -generate_enum_serilization(columnshard-engines-reader - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/read_metadata.h - INCLUDE_HEADERS - contrib/ydb/core/tx/columnshard/engines/reader/read_metadata.h -) diff --git a/contrib/ydb/core/tx/columnshard/engines/reader/CMakeLists.txt b/contrib/ydb/core/tx/columnshard/engines/reader/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/reader/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/columnshard/engines/reader/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/columnshard/engines/reader/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 80678ed36e5..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/reader/CMakeLists.windows-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_subdirectory(plain_reader) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(columnshard-engines-reader) -target_compile_options(columnshard-engines-reader PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(columnshard-engines-reader PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-protos - core-formats-arrow - columnshard-engines-predicate - columnshard-hooks-abstract - tx-columnshard-resources - core-tx-program - engines-reader-plain_reader - columnshard-engines-scheme - tools-enum_parser-enum_serialization_runtime -) -target_sources(columnshard-engines-reader PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/conveyor_task.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/description.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/queue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/read_filter_merger.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/read_metadata.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/read_context.cpp -) -generate_enum_serilization(columnshard-engines-reader - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/read_metadata.h - INCLUDE_HEADERS - contrib/ydb/core/tx/columnshard/engines/reader/read_metadata.h -) diff --git a/contrib/ydb/core/tx/columnshard/engines/reader/plain_reader/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/columnshard/engines/reader/plain_reader/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index ccc86dd700f..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/reader/plain_reader/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(engines-reader-plain_reader) -target_link_libraries(engines-reader-plain_reader PUBLIC - contrib-libs-cxxsupp - yutil - core-formats-arrow - tx-columnshard-blobs_action - tx-conveyor-usage -) -target_sources(engines-reader-plain_reader PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/plain_reader/scanner.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/plain_reader/source.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/plain_reader/constructor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/plain_reader/interval.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/plain_reader/fetched_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/plain_reader/plain_read_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/plain_reader/filter_assembler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/plain_reader/column_assembler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/plain_reader/committed_assembler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/plain_reader/columns_set.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/plain_reader/context.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/engines/reader/plain_reader/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/columnshard/engines/reader/plain_reader/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 7d90e637dcf..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/reader/plain_reader/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(engines-reader-plain_reader) -target_link_libraries(engines-reader-plain_reader PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-formats-arrow - tx-columnshard-blobs_action - tx-conveyor-usage -) -target_sources(engines-reader-plain_reader PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/plain_reader/scanner.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/plain_reader/source.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/plain_reader/constructor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/plain_reader/interval.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/plain_reader/fetched_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/plain_reader/plain_read_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/plain_reader/filter_assembler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/plain_reader/column_assembler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/plain_reader/committed_assembler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/plain_reader/columns_set.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/plain_reader/context.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/engines/reader/plain_reader/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/columnshard/engines/reader/plain_reader/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 7d90e637dcf..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/reader/plain_reader/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(engines-reader-plain_reader) -target_link_libraries(engines-reader-plain_reader PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-formats-arrow - tx-columnshard-blobs_action - tx-conveyor-usage -) -target_sources(engines-reader-plain_reader PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/plain_reader/scanner.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/plain_reader/source.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/plain_reader/constructor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/plain_reader/interval.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/plain_reader/fetched_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/plain_reader/plain_read_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/plain_reader/filter_assembler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/plain_reader/column_assembler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/plain_reader/committed_assembler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/plain_reader/columns_set.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/plain_reader/context.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/engines/reader/plain_reader/CMakeLists.txt b/contrib/ydb/core/tx/columnshard/engines/reader/plain_reader/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/reader/plain_reader/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/columnshard/engines/reader/plain_reader/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/columnshard/engines/reader/plain_reader/CMakeLists.windows-x86_64.txt deleted file mode 100644 index ccc86dd700f..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/reader/plain_reader/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(engines-reader-plain_reader) -target_link_libraries(engines-reader-plain_reader PUBLIC - contrib-libs-cxxsupp - yutil - core-formats-arrow - tx-columnshard-blobs_action - tx-conveyor-usage -) -target_sources(engines-reader-plain_reader PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/plain_reader/scanner.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/plain_reader/source.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/plain_reader/constructor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/plain_reader/interval.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/plain_reader/fetched_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/plain_reader/plain_read_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/plain_reader/filter_assembler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/plain_reader/column_assembler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/plain_reader/committed_assembler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/plain_reader/columns_set.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/reader/plain_reader/context.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/engines/scheme/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/columnshard/engines/scheme/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 3177515e70b..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/scheme/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(columnshard-engines-scheme) -target_compile_options(columnshard-engines-scheme PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(columnshard-engines-scheme PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-protos - core-formats-arrow - library-actors-core -) -target_sources(columnshard-engines-scheme PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/scheme/abstract_scheme.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/scheme/snapshot_scheme.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/scheme/filtered_scheme.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/scheme/index_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/scheme/tier_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/scheme/column_features.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/engines/scheme/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/columnshard/engines/scheme/CMakeLists.linux-aarch64.txt deleted file mode 100644 index aa4c598a131..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/scheme/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(columnshard-engines-scheme) -target_compile_options(columnshard-engines-scheme PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(columnshard-engines-scheme PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-protos - core-formats-arrow - library-actors-core -) -target_sources(columnshard-engines-scheme PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/scheme/abstract_scheme.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/scheme/snapshot_scheme.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/scheme/filtered_scheme.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/scheme/index_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/scheme/tier_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/scheme/column_features.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/engines/scheme/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/columnshard/engines/scheme/CMakeLists.linux-x86_64.txt deleted file mode 100644 index aa4c598a131..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/scheme/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(columnshard-engines-scheme) -target_compile_options(columnshard-engines-scheme PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(columnshard-engines-scheme PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-protos - core-formats-arrow - library-actors-core -) -target_sources(columnshard-engines-scheme PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/scheme/abstract_scheme.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/scheme/snapshot_scheme.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/scheme/filtered_scheme.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/scheme/index_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/scheme/tier_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/scheme/column_features.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/engines/scheme/CMakeLists.txt b/contrib/ydb/core/tx/columnshard/engines/scheme/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/scheme/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/columnshard/engines/scheme/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/columnshard/engines/scheme/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 3177515e70b..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/scheme/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(columnshard-engines-scheme) -target_compile_options(columnshard-engines-scheme PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(columnshard-engines-scheme PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-protos - core-formats-arrow - library-actors-core -) -target_sources(columnshard-engines-scheme PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/scheme/abstract_scheme.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/scheme/snapshot_scheme.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/scheme/filtered_scheme.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/scheme/index_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/scheme/tier_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/scheme/column_features.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/engines/storage/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/columnshard/engines/storage/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c777200a3d0..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/storage/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_subdirectory(optimizer) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(columnshard-engines-storage) -target_link_libraries(columnshard-engines-storage PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-protos - engines-storage-optimizer - core-formats-arrow - tools-enum_parser-enum_serialization_runtime -) -target_sources(columnshard-engines-storage PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/storage/granule.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/storage/storage.cpp -) -generate_enum_serilization(columnshard-engines-storage - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/storage/granule.h - INCLUDE_HEADERS - contrib/ydb/core/tx/columnshard/engines/storage/granule.h -) diff --git a/contrib/ydb/core/tx/columnshard/engines/storage/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/columnshard/engines/storage/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 8b59c8c701d..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/storage/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_subdirectory(optimizer) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(columnshard-engines-storage) -target_link_libraries(columnshard-engines-storage PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-protos - engines-storage-optimizer - core-formats-arrow - tools-enum_parser-enum_serialization_runtime -) -target_sources(columnshard-engines-storage PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/storage/granule.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/storage/storage.cpp -) -generate_enum_serilization(columnshard-engines-storage - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/storage/granule.h - INCLUDE_HEADERS - contrib/ydb/core/tx/columnshard/engines/storage/granule.h -) diff --git a/contrib/ydb/core/tx/columnshard/engines/storage/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/columnshard/engines/storage/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 8b59c8c701d..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/storage/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_subdirectory(optimizer) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(columnshard-engines-storage) -target_link_libraries(columnshard-engines-storage PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-protos - engines-storage-optimizer - core-formats-arrow - tools-enum_parser-enum_serialization_runtime -) -target_sources(columnshard-engines-storage PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/storage/granule.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/storage/storage.cpp -) -generate_enum_serilization(columnshard-engines-storage - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/storage/granule.h - INCLUDE_HEADERS - contrib/ydb/core/tx/columnshard/engines/storage/granule.h -) diff --git a/contrib/ydb/core/tx/columnshard/engines/storage/CMakeLists.txt b/contrib/ydb/core/tx/columnshard/engines/storage/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/storage/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/columnshard/engines/storage/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/columnshard/engines/storage/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c777200a3d0..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/storage/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_subdirectory(optimizer) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(columnshard-engines-storage) -target_link_libraries(columnshard-engines-storage PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-protos - engines-storage-optimizer - core-formats-arrow - tools-enum_parser-enum_serialization_runtime -) -target_sources(columnshard-engines-storage PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/storage/granule.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/storage/storage.cpp -) -generate_enum_serilization(columnshard-engines-storage - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/storage/granule.h - INCLUDE_HEADERS - contrib/ydb/core/tx/columnshard/engines/storage/granule.h -) diff --git a/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 8bf700a3097..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/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(abstract) -add_subdirectory(intervals) -add_subdirectory(lbuckets) -add_subdirectory(levels) - -add_library(engines-storage-optimizer INTERFACE) -target_link_libraries(engines-storage-optimizer INTERFACE - contrib-libs-cxxsupp - yutil - storage-optimizer-abstract - storage-optimizer-intervals - storage-optimizer-levels - storage-optimizer-lbuckets -) diff --git a/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 6774827bca6..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/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_subdirectory(abstract) -add_subdirectory(intervals) -add_subdirectory(lbuckets) -add_subdirectory(levels) - -add_library(engines-storage-optimizer INTERFACE) -target_link_libraries(engines-storage-optimizer INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - storage-optimizer-abstract - storage-optimizer-intervals - storage-optimizer-levels - storage-optimizer-lbuckets -) diff --git a/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 6774827bca6..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/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_subdirectory(abstract) -add_subdirectory(intervals) -add_subdirectory(lbuckets) -add_subdirectory(levels) - -add_library(engines-storage-optimizer INTERFACE) -target_link_libraries(engines-storage-optimizer INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - storage-optimizer-abstract - storage-optimizer-intervals - storage-optimizer-levels - storage-optimizer-lbuckets -) diff --git a/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/CMakeLists.txt b/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 8bf700a3097..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/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_subdirectory(abstract) -add_subdirectory(intervals) -add_subdirectory(lbuckets) -add_subdirectory(levels) - -add_library(engines-storage-optimizer INTERFACE) -target_link_libraries(engines-storage-optimizer INTERFACE - contrib-libs-cxxsupp - yutil - storage-optimizer-abstract - storage-optimizer-intervals - storage-optimizer-levels - storage-optimizer-lbuckets -) diff --git a/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/abstract/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/abstract/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d1c3a17de99..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/abstract/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(storage-optimizer-abstract) -target_link_libraries(storage-optimizer-abstract PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-protos - core-formats-arrow - engines-changes-abstract -) -target_sources(storage-optimizer-abstract PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/abstract/optimizer.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/abstract/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/abstract/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 44bd14fada8..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/abstract/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(storage-optimizer-abstract) -target_link_libraries(storage-optimizer-abstract PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-protos - core-formats-arrow - engines-changes-abstract -) -target_sources(storage-optimizer-abstract PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/abstract/optimizer.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/abstract/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/abstract/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 44bd14fada8..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/abstract/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(storage-optimizer-abstract) -target_link_libraries(storage-optimizer-abstract PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-protos - core-formats-arrow - engines-changes-abstract -) -target_sources(storage-optimizer-abstract PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/abstract/optimizer.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/abstract/CMakeLists.txt b/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/abstract/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/abstract/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/abstract/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/abstract/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d1c3a17de99..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/abstract/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(storage-optimizer-abstract) -target_link_libraries(storage-optimizer-abstract PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-protos - core-formats-arrow - engines-changes-abstract -) -target_sources(storage-optimizer-abstract PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/abstract/optimizer.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/intervals/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/intervals/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 41e9abd23be..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/intervals/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(storage-optimizer-intervals) -target_link_libraries(storage-optimizer-intervals PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-protos - core-formats-arrow - engines-changes-abstract -) -target_sources(storage-optimizer-intervals PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/intervals/optimizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/intervals/blob_size.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/intervals/counters.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/intervals/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/intervals/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d9f7408d9d1..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/intervals/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(storage-optimizer-intervals) -target_link_libraries(storage-optimizer-intervals PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-protos - core-formats-arrow - engines-changes-abstract -) -target_sources(storage-optimizer-intervals PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/intervals/optimizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/intervals/blob_size.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/intervals/counters.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/intervals/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/intervals/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d9f7408d9d1..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/intervals/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(storage-optimizer-intervals) -target_link_libraries(storage-optimizer-intervals PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-protos - core-formats-arrow - engines-changes-abstract -) -target_sources(storage-optimizer-intervals PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/intervals/optimizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/intervals/blob_size.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/intervals/counters.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/intervals/CMakeLists.txt b/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/intervals/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/intervals/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/intervals/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/intervals/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 41e9abd23be..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/intervals/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(storage-optimizer-intervals) -target_link_libraries(storage-optimizer-intervals PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-protos - core-formats-arrow - engines-changes-abstract -) -target_sources(storage-optimizer-intervals PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/intervals/optimizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/intervals/blob_size.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/intervals/counters.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/lbuckets/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/lbuckets/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 253a5b1ebd0..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/lbuckets/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(storage-optimizer-lbuckets) -target_link_libraries(storage-optimizer-lbuckets PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-protos - core-formats-arrow - engines-changes-abstract -) -target_sources(storage-optimizer-lbuckets PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/lbuckets/optimizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/lbuckets/counters.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/lbuckets/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/lbuckets/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 9538f772814..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/lbuckets/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(storage-optimizer-lbuckets) -target_link_libraries(storage-optimizer-lbuckets PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-protos - core-formats-arrow - engines-changes-abstract -) -target_sources(storage-optimizer-lbuckets PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/lbuckets/optimizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/lbuckets/counters.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/lbuckets/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/lbuckets/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 9538f772814..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/lbuckets/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(storage-optimizer-lbuckets) -target_link_libraries(storage-optimizer-lbuckets PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-protos - core-formats-arrow - engines-changes-abstract -) -target_sources(storage-optimizer-lbuckets PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/lbuckets/optimizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/lbuckets/counters.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/lbuckets/CMakeLists.txt b/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/lbuckets/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/lbuckets/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/lbuckets/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/lbuckets/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 253a5b1ebd0..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/lbuckets/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(storage-optimizer-lbuckets) -target_link_libraries(storage-optimizer-lbuckets PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-protos - core-formats-arrow - engines-changes-abstract -) -target_sources(storage-optimizer-lbuckets PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/lbuckets/optimizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/lbuckets/counters.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/levels/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/levels/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 28aff78a2f6..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/levels/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(storage-optimizer-levels) -target_link_libraries(storage-optimizer-levels PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-protos - core-formats-arrow - engines-changes-abstract -) -target_sources(storage-optimizer-levels PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/levels/optimizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/levels/counters.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/levels/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/levels/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a37f96b8132..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/levels/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(storage-optimizer-levels) -target_link_libraries(storage-optimizer-levels PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-protos - core-formats-arrow - engines-changes-abstract -) -target_sources(storage-optimizer-levels PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/levels/optimizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/levels/counters.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/levels/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/levels/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a37f96b8132..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/levels/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(storage-optimizer-levels) -target_link_libraries(storage-optimizer-levels PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-protos - core-formats-arrow - engines-changes-abstract -) -target_sources(storage-optimizer-levels PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/levels/optimizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/levels/counters.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/levels/CMakeLists.txt b/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/levels/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/levels/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/levels/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/levels/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 28aff78a2f6..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/levels/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(storage-optimizer-levels) -target_link_libraries(storage-optimizer-levels PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-protos - core-formats-arrow - engines-changes-abstract -) -target_sources(storage-optimizer-levels PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/levels/optimizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/storage/optimizer/levels/counters.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/engines/writer/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/columnshard/engines/writer/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a194a52cc05..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/writer/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(buffer) - -add_library(columnshard-engines-writer) -target_compile_options(columnshard-engines-writer PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(columnshard-engines-writer PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-protos - core-tablet_flat-protos - blobstorage-vdisk-protos - ydb-core-tablet_flat - core-formats-arrow - engines-writer-buffer - library-actors-core -) -target_sources(columnshard-engines-writer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/writer/compacted_blob_constructor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/writer/indexed_blob_constructor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/writer/blob_constructor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/writer/put_status.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/writer/write_controller.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/engines/writer/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/columnshard/engines/writer/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 3dc7a40211b..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/writer/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(buffer) - -add_library(columnshard-engines-writer) -target_compile_options(columnshard-engines-writer PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(columnshard-engines-writer PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-protos - core-tablet_flat-protos - blobstorage-vdisk-protos - ydb-core-tablet_flat - core-formats-arrow - engines-writer-buffer - library-actors-core -) -target_sources(columnshard-engines-writer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/writer/compacted_blob_constructor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/writer/indexed_blob_constructor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/writer/blob_constructor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/writer/put_status.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/writer/write_controller.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/engines/writer/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/columnshard/engines/writer/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 3dc7a40211b..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/writer/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(buffer) - -add_library(columnshard-engines-writer) -target_compile_options(columnshard-engines-writer PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(columnshard-engines-writer PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-protos - core-tablet_flat-protos - blobstorage-vdisk-protos - ydb-core-tablet_flat - core-formats-arrow - engines-writer-buffer - library-actors-core -) -target_sources(columnshard-engines-writer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/writer/compacted_blob_constructor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/writer/indexed_blob_constructor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/writer/blob_constructor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/writer/put_status.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/writer/write_controller.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/engines/writer/CMakeLists.txt b/contrib/ydb/core/tx/columnshard/engines/writer/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/writer/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/columnshard/engines/writer/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/columnshard/engines/writer/CMakeLists.windows-x86_64.txt deleted file mode 100644 index a194a52cc05..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/writer/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(buffer) - -add_library(columnshard-engines-writer) -target_compile_options(columnshard-engines-writer PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(columnshard-engines-writer PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-protos - core-tablet_flat-protos - blobstorage-vdisk-protos - ydb-core-tablet_flat - core-formats-arrow - engines-writer-buffer - library-actors-core -) -target_sources(columnshard-engines-writer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/writer/compacted_blob_constructor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/writer/indexed_blob_constructor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/writer/blob_constructor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/writer/put_status.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/writer/write_controller.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/engines/writer/buffer/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/columnshard/engines/writer/buffer/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a9afec93bf7..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/writer/buffer/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(engines-writer-buffer) -target_link_libraries(engines-writer-buffer PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-protos - ydb-core-tablet_flat - yql-core-expr_nodes - actors-testlib-common -) -target_sources(engines-writer-buffer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/writer/buffer/actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/writer/buffer/events.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/engines/writer/buffer/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/columnshard/engines/writer/buffer/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a83de6a0d8e..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/writer/buffer/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(engines-writer-buffer) -target_link_libraries(engines-writer-buffer PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-protos - ydb-core-tablet_flat - yql-core-expr_nodes - actors-testlib-common -) -target_sources(engines-writer-buffer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/writer/buffer/actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/writer/buffer/events.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/engines/writer/buffer/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/columnshard/engines/writer/buffer/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a83de6a0d8e..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/writer/buffer/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(engines-writer-buffer) -target_link_libraries(engines-writer-buffer PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-protos - ydb-core-tablet_flat - yql-core-expr_nodes - actors-testlib-common -) -target_sources(engines-writer-buffer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/writer/buffer/actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/writer/buffer/events.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/engines/writer/buffer/CMakeLists.txt b/contrib/ydb/core/tx/columnshard/engines/writer/buffer/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/writer/buffer/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/columnshard/engines/writer/buffer/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/columnshard/engines/writer/buffer/CMakeLists.windows-x86_64.txt deleted file mode 100644 index a9afec93bf7..00000000000 --- a/contrib/ydb/core/tx/columnshard/engines/writer/buffer/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(engines-writer-buffer) -target_link_libraries(engines-writer-buffer PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-protos - ydb-core-tablet_flat - yql-core-expr_nodes - actors-testlib-common -) -target_sources(engines-writer-buffer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/writer/buffer/actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/engines/writer/buffer/events.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/hooks/CMakeLists.txt b/contrib/ydb/core/tx/columnshard/hooks/CMakeLists.txt deleted file mode 100644 index edb6bc87f57..00000000000 --- a/contrib/ydb/core/tx/columnshard/hooks/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(abstract) diff --git a/contrib/ydb/core/tx/columnshard/hooks/abstract/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/columnshard/hooks/abstract/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 3245c793f62..00000000000 --- a/contrib/ydb/core/tx/columnshard/hooks/abstract/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(columnshard-hooks-abstract) -target_link_libraries(columnshard-hooks-abstract PUBLIC - contrib-libs-cxxsupp - yutil - core-tx-tiering -) -target_sources(columnshard-hooks-abstract PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/hooks/abstract/abstract.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/hooks/abstract/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/columnshard/hooks/abstract/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 31d66370a7b..00000000000 --- a/contrib/ydb/core/tx/columnshard/hooks/abstract/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(columnshard-hooks-abstract) -target_link_libraries(columnshard-hooks-abstract PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-tx-tiering -) -target_sources(columnshard-hooks-abstract PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/hooks/abstract/abstract.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/hooks/abstract/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/columnshard/hooks/abstract/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 31d66370a7b..00000000000 --- a/contrib/ydb/core/tx/columnshard/hooks/abstract/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(columnshard-hooks-abstract) -target_link_libraries(columnshard-hooks-abstract PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-tx-tiering -) -target_sources(columnshard-hooks-abstract PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/hooks/abstract/abstract.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/hooks/abstract/CMakeLists.txt b/contrib/ydb/core/tx/columnshard/hooks/abstract/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/columnshard/hooks/abstract/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/columnshard/hooks/abstract/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/columnshard/hooks/abstract/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 3245c793f62..00000000000 --- a/contrib/ydb/core/tx/columnshard/hooks/abstract/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(columnshard-hooks-abstract) -target_link_libraries(columnshard-hooks-abstract PUBLIC - contrib-libs-cxxsupp - yutil - core-tx-tiering -) -target_sources(columnshard-hooks-abstract PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/hooks/abstract/abstract.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/normalizer/CMakeLists.txt b/contrib/ydb/core/tx/columnshard/normalizer/CMakeLists.txt deleted file mode 100644 index 75116e9a013..00000000000 --- a/contrib/ydb/core/tx/columnshard/normalizer/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. - - -add_subdirectory(abstract) -add_subdirectory(granule) -add_subdirectory(portion) diff --git a/contrib/ydb/core/tx/columnshard/normalizer/abstract/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/columnshard/normalizer/abstract/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 1587e5130c5..00000000000 --- a/contrib/ydb/core/tx/columnshard/normalizer/abstract/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(columnshard-normalizer-abstract) -target_link_libraries(columnshard-normalizer-abstract PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-tablet_flat - columnshard-blobs_action-abstract - tx-columnshard-resource_subscriber -) -target_sources(columnshard-normalizer-abstract PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/normalizer/abstract/abstract.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/normalizer/abstract/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/columnshard/normalizer/abstract/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 8001a0a0c30..00000000000 --- a/contrib/ydb/core/tx/columnshard/normalizer/abstract/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(columnshard-normalizer-abstract) -target_link_libraries(columnshard-normalizer-abstract PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-tablet_flat - columnshard-blobs_action-abstract - tx-columnshard-resource_subscriber -) -target_sources(columnshard-normalizer-abstract PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/normalizer/abstract/abstract.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/normalizer/abstract/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/columnshard/normalizer/abstract/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 8001a0a0c30..00000000000 --- a/contrib/ydb/core/tx/columnshard/normalizer/abstract/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(columnshard-normalizer-abstract) -target_link_libraries(columnshard-normalizer-abstract PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-tablet_flat - columnshard-blobs_action-abstract - tx-columnshard-resource_subscriber -) -target_sources(columnshard-normalizer-abstract PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/normalizer/abstract/abstract.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/normalizer/abstract/CMakeLists.txt b/contrib/ydb/core/tx/columnshard/normalizer/abstract/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/columnshard/normalizer/abstract/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/columnshard/normalizer/abstract/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/columnshard/normalizer/abstract/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 1587e5130c5..00000000000 --- a/contrib/ydb/core/tx/columnshard/normalizer/abstract/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(columnshard-normalizer-abstract) -target_link_libraries(columnshard-normalizer-abstract PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-tablet_flat - columnshard-blobs_action-abstract - tx-columnshard-resource_subscriber -) -target_sources(columnshard-normalizer-abstract PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/normalizer/abstract/abstract.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/normalizer/granule/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/columnshard/normalizer/granule/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c128e3ef4cc..00000000000 --- a/contrib/ydb/core/tx/columnshard/normalizer/granule/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(columnshard-normalizer-granule) -target_link_libraries(columnshard-normalizer-granule PUBLIC - contrib-libs-cxxsupp - yutil - columnshard-normalizer-abstract -) -target_sources(columnshard-normalizer-granule PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/normalizer/granule/normalizer.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/normalizer/granule/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/columnshard/normalizer/granule/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 51fb63afae1..00000000000 --- a/contrib/ydb/core/tx/columnshard/normalizer/granule/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(columnshard-normalizer-granule) -target_link_libraries(columnshard-normalizer-granule PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - columnshard-normalizer-abstract -) -target_sources(columnshard-normalizer-granule PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/normalizer/granule/normalizer.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/normalizer/granule/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/columnshard/normalizer/granule/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 51fb63afae1..00000000000 --- a/contrib/ydb/core/tx/columnshard/normalizer/granule/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(columnshard-normalizer-granule) -target_link_libraries(columnshard-normalizer-granule PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - columnshard-normalizer-abstract -) -target_sources(columnshard-normalizer-granule PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/normalizer/granule/normalizer.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/normalizer/granule/CMakeLists.txt b/contrib/ydb/core/tx/columnshard/normalizer/granule/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/columnshard/normalizer/granule/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/columnshard/normalizer/granule/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/columnshard/normalizer/granule/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c128e3ef4cc..00000000000 --- a/contrib/ydb/core/tx/columnshard/normalizer/granule/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(columnshard-normalizer-granule) -target_link_libraries(columnshard-normalizer-granule PUBLIC - contrib-libs-cxxsupp - yutil - columnshard-normalizer-abstract -) -target_sources(columnshard-normalizer-granule PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/normalizer/granule/normalizer.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/normalizer/portion/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/columnshard/normalizer/portion/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index f8c688473a6..00000000000 --- a/contrib/ydb/core/tx/columnshard/normalizer/portion/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(columnshard-normalizer-portion) -target_link_libraries(columnshard-normalizer-portion PUBLIC - contrib-libs-cxxsupp - yutil - columnshard-normalizer-abstract - tx-columnshard-blobs_reader - columnshard-engines-portions - tx-conveyor-usage -) -target_sources(columnshard-normalizer-portion PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/normalizer/portion/normalizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/normalizer/portion/min_max.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/normalizer/portion/chunks.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/normalizer/portion/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/columnshard/normalizer/portion/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 70c1eb3f1fd..00000000000 --- a/contrib/ydb/core/tx/columnshard/normalizer/portion/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(columnshard-normalizer-portion) -target_link_libraries(columnshard-normalizer-portion PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - columnshard-normalizer-abstract - tx-columnshard-blobs_reader - columnshard-engines-portions - tx-conveyor-usage -) -target_sources(columnshard-normalizer-portion PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/normalizer/portion/normalizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/normalizer/portion/min_max.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/normalizer/portion/chunks.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/normalizer/portion/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/columnshard/normalizer/portion/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 70c1eb3f1fd..00000000000 --- a/contrib/ydb/core/tx/columnshard/normalizer/portion/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(columnshard-normalizer-portion) -target_link_libraries(columnshard-normalizer-portion PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - columnshard-normalizer-abstract - tx-columnshard-blobs_reader - columnshard-engines-portions - tx-conveyor-usage -) -target_sources(columnshard-normalizer-portion PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/normalizer/portion/normalizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/normalizer/portion/min_max.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/normalizer/portion/chunks.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/normalizer/portion/CMakeLists.txt b/contrib/ydb/core/tx/columnshard/normalizer/portion/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/columnshard/normalizer/portion/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/columnshard/normalizer/portion/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/columnshard/normalizer/portion/CMakeLists.windows-x86_64.txt deleted file mode 100644 index f8c688473a6..00000000000 --- a/contrib/ydb/core/tx/columnshard/normalizer/portion/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(columnshard-normalizer-portion) -target_link_libraries(columnshard-normalizer-portion PUBLIC - contrib-libs-cxxsupp - yutil - columnshard-normalizer-abstract - tx-columnshard-blobs_reader - columnshard-engines-portions - tx-conveyor-usage -) -target_sources(columnshard-normalizer-portion PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/normalizer/portion/normalizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/normalizer/portion/min_max.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/normalizer/portion/chunks.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/operations/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/columnshard/operations/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 479e029a442..00000000000 --- a/contrib/ydb/core/tx/columnshard/operations/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(tx-columnshard-operations) -target_link_libraries(tx-columnshard-operations PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-protos - core-tx-data_events - ydb-services-metadata -) -target_sources(tx-columnshard-operations PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/operations/write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/operations/write_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/operations/slice_builder.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/operations/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/columnshard/operations/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 5c350b76993..00000000000 --- a/contrib/ydb/core/tx/columnshard/operations/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(tx-columnshard-operations) -target_link_libraries(tx-columnshard-operations PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-protos - core-tx-data_events - ydb-services-metadata -) -target_sources(tx-columnshard-operations PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/operations/write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/operations/write_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/operations/slice_builder.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/operations/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/columnshard/operations/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 5c350b76993..00000000000 --- a/contrib/ydb/core/tx/columnshard/operations/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(tx-columnshard-operations) -target_link_libraries(tx-columnshard-operations PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-protos - core-tx-data_events - ydb-services-metadata -) -target_sources(tx-columnshard-operations PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/operations/write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/operations/write_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/operations/slice_builder.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/operations/CMakeLists.txt b/contrib/ydb/core/tx/columnshard/operations/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/columnshard/operations/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/columnshard/operations/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/columnshard/operations/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 479e029a442..00000000000 --- a/contrib/ydb/core/tx/columnshard/operations/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(tx-columnshard-operations) -target_link_libraries(tx-columnshard-operations PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-protos - core-tx-data_events - ydb-services-metadata -) -target_sources(tx-columnshard-operations PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/operations/write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/operations/write_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/operations/slice_builder.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/resource_subscriber/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/columnshard/resource_subscriber/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 3854f6c67e2..00000000000 --- a/contrib/ydb/core/tx/columnshard/resource_subscriber/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(tx-columnshard-resource_subscriber) -target_link_libraries(tx-columnshard-resource_subscriber PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-protos - library-actors-core - ydb-core-tablet_flat -) -target_sources(tx-columnshard-resource_subscriber PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/resource_subscriber/actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/resource_subscriber/counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/resource_subscriber/task.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/resource_subscriber/events.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/resource_subscriber/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/columnshard/resource_subscriber/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 927a51b121c..00000000000 --- a/contrib/ydb/core/tx/columnshard/resource_subscriber/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(tx-columnshard-resource_subscriber) -target_link_libraries(tx-columnshard-resource_subscriber PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-protos - library-actors-core - ydb-core-tablet_flat -) -target_sources(tx-columnshard-resource_subscriber PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/resource_subscriber/actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/resource_subscriber/counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/resource_subscriber/task.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/resource_subscriber/events.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/resource_subscriber/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/columnshard/resource_subscriber/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 927a51b121c..00000000000 --- a/contrib/ydb/core/tx/columnshard/resource_subscriber/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(tx-columnshard-resource_subscriber) -target_link_libraries(tx-columnshard-resource_subscriber PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-protos - library-actors-core - ydb-core-tablet_flat -) -target_sources(tx-columnshard-resource_subscriber PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/resource_subscriber/actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/resource_subscriber/counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/resource_subscriber/task.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/resource_subscriber/events.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/resource_subscriber/CMakeLists.txt b/contrib/ydb/core/tx/columnshard/resource_subscriber/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/columnshard/resource_subscriber/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/columnshard/resource_subscriber/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/columnshard/resource_subscriber/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 3854f6c67e2..00000000000 --- a/contrib/ydb/core/tx/columnshard/resource_subscriber/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(tx-columnshard-resource_subscriber) -target_link_libraries(tx-columnshard-resource_subscriber PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-protos - library-actors-core - ydb-core-tablet_flat -) -target_sources(tx-columnshard-resource_subscriber PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/resource_subscriber/actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/resource_subscriber/counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/resource_subscriber/task.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/resource_subscriber/events.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/resources/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/columnshard/resources/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 103f4fb5df9..00000000000 --- a/contrib/ydb/core/tx/columnshard/resources/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(tx-columnshard-resources) -target_link_libraries(tx-columnshard-resources PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-protos - core-formats-arrow -) -target_sources(tx-columnshard-resources PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/resources/memory.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/resources/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/columnshard/resources/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 56a2793a6b6..00000000000 --- a/contrib/ydb/core/tx/columnshard/resources/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(tx-columnshard-resources) -target_link_libraries(tx-columnshard-resources PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-protos - core-formats-arrow -) -target_sources(tx-columnshard-resources PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/resources/memory.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/resources/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/columnshard/resources/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 56a2793a6b6..00000000000 --- a/contrib/ydb/core/tx/columnshard/resources/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(tx-columnshard-resources) -target_link_libraries(tx-columnshard-resources PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-protos - core-formats-arrow -) -target_sources(tx-columnshard-resources PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/resources/memory.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/resources/CMakeLists.txt b/contrib/ydb/core/tx/columnshard/resources/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/columnshard/resources/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/columnshard/resources/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/columnshard/resources/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 103f4fb5df9..00000000000 --- a/contrib/ydb/core/tx/columnshard/resources/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(tx-columnshard-resources) -target_link_libraries(tx-columnshard-resources PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-protos - core-formats-arrow -) -target_sources(tx-columnshard-resources PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/resources/memory.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/splitter/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/columnshard/splitter/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c001d25b6b4..00000000000 --- a/contrib/ydb/core/tx/columnshard/splitter/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(tx-columnshard-splitter) -target_link_libraries(tx-columnshard-splitter PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow - columnshard-engines-storage -) -target_sources(tx-columnshard-splitter PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/splitter/batch_slice.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/splitter/chunks.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/splitter/simple.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/splitter/rb_splitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/splitter/stats.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/splitter/column_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/splitter/settings.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/splitter/scheme_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/splitter/blob_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/splitter/chunk_meta.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/splitter/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/columnshard/splitter/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 054fd4f8c2d..00000000000 --- a/contrib/ydb/core/tx/columnshard/splitter/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(tx-columnshard-splitter) -target_link_libraries(tx-columnshard-splitter PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow - columnshard-engines-storage -) -target_sources(tx-columnshard-splitter PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/splitter/batch_slice.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/splitter/chunks.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/splitter/simple.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/splitter/rb_splitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/splitter/stats.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/splitter/column_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/splitter/settings.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/splitter/scheme_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/splitter/blob_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/splitter/chunk_meta.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/splitter/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/columnshard/splitter/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 054fd4f8c2d..00000000000 --- a/contrib/ydb/core/tx/columnshard/splitter/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(tx-columnshard-splitter) -target_link_libraries(tx-columnshard-splitter PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow - columnshard-engines-storage -) -target_sources(tx-columnshard-splitter PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/splitter/batch_slice.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/splitter/chunks.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/splitter/simple.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/splitter/rb_splitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/splitter/stats.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/splitter/column_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/splitter/settings.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/splitter/scheme_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/splitter/blob_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/splitter/chunk_meta.cpp -) diff --git a/contrib/ydb/core/tx/columnshard/splitter/CMakeLists.txt b/contrib/ydb/core/tx/columnshard/splitter/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/columnshard/splitter/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/columnshard/splitter/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/columnshard/splitter/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c001d25b6b4..00000000000 --- a/contrib/ydb/core/tx/columnshard/splitter/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(tx-columnshard-splitter) -target_link_libraries(tx-columnshard-splitter PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow - columnshard-engines-storage -) -target_sources(tx-columnshard-splitter PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/splitter/batch_slice.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/splitter/chunks.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/splitter/simple.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/splitter/rb_splitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/splitter/stats.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/splitter/column_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/splitter/settings.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/splitter/scheme_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/splitter/blob_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/columnshard/splitter/chunk_meta.cpp -) diff --git a/contrib/ydb/core/tx/conveyor/CMakeLists.txt b/contrib/ydb/core/tx/conveyor/CMakeLists.txt deleted file mode 100644 index 57251a735fa..00000000000 --- a/contrib/ydb/core/tx/conveyor/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(service) -add_subdirectory(usage) diff --git a/contrib/ydb/core/tx/conveyor/service/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/conveyor/service/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 8e387f49cab..00000000000 --- a/contrib/ydb/core/tx/conveyor/service/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(tx-conveyor-service) -target_link_libraries(tx-conveyor-service PUBLIC - contrib-libs-cxxsupp - yutil - tx-conveyor-usage - ydb-core-protos -) -target_sources(tx-conveyor-service PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/conveyor/service/worker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/conveyor/service/service.cpp -) diff --git a/contrib/ydb/core/tx/conveyor/service/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/conveyor/service/CMakeLists.linux-aarch64.txt deleted file mode 100644 index c031c15ebc7..00000000000 --- a/contrib/ydb/core/tx/conveyor/service/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(tx-conveyor-service) -target_link_libraries(tx-conveyor-service PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tx-conveyor-usage - ydb-core-protos -) -target_sources(tx-conveyor-service PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/conveyor/service/worker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/conveyor/service/service.cpp -) diff --git a/contrib/ydb/core/tx/conveyor/service/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/conveyor/service/CMakeLists.linux-x86_64.txt deleted file mode 100644 index c031c15ebc7..00000000000 --- a/contrib/ydb/core/tx/conveyor/service/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(tx-conveyor-service) -target_link_libraries(tx-conveyor-service PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tx-conveyor-usage - ydb-core-protos -) -target_sources(tx-conveyor-service PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/conveyor/service/worker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/conveyor/service/service.cpp -) diff --git a/contrib/ydb/core/tx/conveyor/service/CMakeLists.txt b/contrib/ydb/core/tx/conveyor/service/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/conveyor/service/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/conveyor/service/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/conveyor/service/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 8e387f49cab..00000000000 --- a/contrib/ydb/core/tx/conveyor/service/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(tx-conveyor-service) -target_link_libraries(tx-conveyor-service PUBLIC - contrib-libs-cxxsupp - yutil - tx-conveyor-usage - ydb-core-protos -) -target_sources(tx-conveyor-service PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/conveyor/service/worker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/conveyor/service/service.cpp -) diff --git a/contrib/ydb/core/tx/conveyor/usage/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/conveyor/usage/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index f3d3197bb97..00000000000 --- a/contrib/ydb/core/tx/conveyor/usage/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(tx-conveyor-usage) -target_link_libraries(tx-conveyor-usage PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - services-metadata-request -) -target_sources(tx-conveyor-usage PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/conveyor/usage/events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/conveyor/usage/config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/conveyor/usage/abstract.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/conveyor/usage/service.cpp -) diff --git a/contrib/ydb/core/tx/conveyor/usage/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/conveyor/usage/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 01a88bf7d43..00000000000 --- a/contrib/ydb/core/tx/conveyor/usage/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(tx-conveyor-usage) -target_link_libraries(tx-conveyor-usage PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - services-metadata-request -) -target_sources(tx-conveyor-usage PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/conveyor/usage/events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/conveyor/usage/config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/conveyor/usage/abstract.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/conveyor/usage/service.cpp -) diff --git a/contrib/ydb/core/tx/conveyor/usage/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/conveyor/usage/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 01a88bf7d43..00000000000 --- a/contrib/ydb/core/tx/conveyor/usage/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(tx-conveyor-usage) -target_link_libraries(tx-conveyor-usage PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - services-metadata-request -) -target_sources(tx-conveyor-usage PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/conveyor/usage/events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/conveyor/usage/config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/conveyor/usage/abstract.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/conveyor/usage/service.cpp -) diff --git a/contrib/ydb/core/tx/conveyor/usage/CMakeLists.txt b/contrib/ydb/core/tx/conveyor/usage/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/conveyor/usage/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/conveyor/usage/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/conveyor/usage/CMakeLists.windows-x86_64.txt deleted file mode 100644 index f3d3197bb97..00000000000 --- a/contrib/ydb/core/tx/conveyor/usage/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(tx-conveyor-usage) -target_link_libraries(tx-conveyor-usage PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - services-metadata-request -) -target_sources(tx-conveyor-usage PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/conveyor/usage/events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/conveyor/usage/config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/conveyor/usage/abstract.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/conveyor/usage/service.cpp -) diff --git a/contrib/ydb/core/tx/coordinator/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/coordinator/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 3096e3eebda..00000000000 --- a/contrib/ydb/core/tx/coordinator/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,51 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(protos) -add_subdirectory(public) - -add_library(core-tx-coordinator) -target_link_libraries(core-tx-coordinator PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-helpers - library-actors-interconnect - cpp-containers-absl_flat_hash - ydb-core-actorlib_impl - ydb-core-base - core-engine-minikql - ydb-core-protos - ydb-core-scheme - ydb-core-tablet - ydb-core-tablet_flat - ydb-core-tx - tx-coordinator-public - ydb-core-util -) -target_sources(core-tx-coordinator PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator_hooks.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator__acquire_read_step.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator__configure.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator__check.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator__init.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator__last_step_subscriptions.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator__mediators_confirmations.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator__monitoring.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator__plan_step.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator__read_step_subscriptions.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator__restore_params.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator__restore_transaction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator__schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator__schema_upgrade.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator__stop_guard.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/mediator_queue.cpp -) diff --git a/contrib/ydb/core/tx/coordinator/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/coordinator/CMakeLists.linux-aarch64.txt deleted file mode 100644 index ee3f1c3c2dc..00000000000 --- a/contrib/ydb/core/tx/coordinator/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_subdirectory(protos) -add_subdirectory(public) - -add_library(core-tx-coordinator) -target_link_libraries(core-tx-coordinator PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-helpers - library-actors-interconnect - cpp-containers-absl_flat_hash - ydb-core-actorlib_impl - ydb-core-base - core-engine-minikql - ydb-core-protos - ydb-core-scheme - ydb-core-tablet - ydb-core-tablet_flat - ydb-core-tx - tx-coordinator-public - ydb-core-util -) -target_sources(core-tx-coordinator PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator_hooks.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator__acquire_read_step.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator__configure.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator__check.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator__init.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator__last_step_subscriptions.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator__mediators_confirmations.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator__monitoring.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator__plan_step.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator__read_step_subscriptions.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator__restore_params.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator__restore_transaction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator__schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator__schema_upgrade.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator__stop_guard.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/mediator_queue.cpp -) diff --git a/contrib/ydb/core/tx/coordinator/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/coordinator/CMakeLists.linux-x86_64.txt deleted file mode 100644 index ee3f1c3c2dc..00000000000 --- a/contrib/ydb/core/tx/coordinator/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_subdirectory(protos) -add_subdirectory(public) - -add_library(core-tx-coordinator) -target_link_libraries(core-tx-coordinator PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-helpers - library-actors-interconnect - cpp-containers-absl_flat_hash - ydb-core-actorlib_impl - ydb-core-base - core-engine-minikql - ydb-core-protos - ydb-core-scheme - ydb-core-tablet - ydb-core-tablet_flat - ydb-core-tx - tx-coordinator-public - ydb-core-util -) -target_sources(core-tx-coordinator PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator_hooks.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator__acquire_read_step.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator__configure.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator__check.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator__init.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator__last_step_subscriptions.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator__mediators_confirmations.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator__monitoring.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator__plan_step.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator__read_step_subscriptions.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator__restore_params.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator__restore_transaction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator__schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator__schema_upgrade.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator__stop_guard.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/mediator_queue.cpp -) diff --git a/contrib/ydb/core/tx/coordinator/CMakeLists.txt b/contrib/ydb/core/tx/coordinator/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/coordinator/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/coordinator/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/coordinator/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 3096e3eebda..00000000000 --- a/contrib/ydb/core/tx/coordinator/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,51 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(protos) -add_subdirectory(public) - -add_library(core-tx-coordinator) -target_link_libraries(core-tx-coordinator PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-helpers - library-actors-interconnect - cpp-containers-absl_flat_hash - ydb-core-actorlib_impl - ydb-core-base - core-engine-minikql - ydb-core-protos - ydb-core-scheme - ydb-core-tablet - ydb-core-tablet_flat - ydb-core-tx - tx-coordinator-public - ydb-core-util -) -target_sources(core-tx-coordinator PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator_hooks.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator__acquire_read_step.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator__configure.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator__check.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator__init.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator__last_step_subscriptions.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator__mediators_confirmations.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator__monitoring.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator__plan_step.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator__read_step_subscriptions.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator__restore_params.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator__restore_transaction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator__schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator__schema_upgrade.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/coordinator__stop_guard.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/mediator_queue.cpp -) diff --git a/contrib/ydb/core/tx/coordinator/protos/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/coordinator/protos/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 5f90354b16e..00000000000 --- a/contrib/ydb/core/tx/coordinator/protos/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(tx-coordinator-protos) -target_link_libraries(tx-coordinator-protos PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(tx-coordinator-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/protos/events.proto -) -target_proto_addincls(tx-coordinator-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(tx-coordinator-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/tx/coordinator/protos/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/coordinator/protos/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 8a47c45fc8b..00000000000 --- a/contrib/ydb/core/tx/coordinator/protos/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(tx-coordinator-protos) -target_link_libraries(tx-coordinator-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(tx-coordinator-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/protos/events.proto -) -target_proto_addincls(tx-coordinator-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(tx-coordinator-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/tx/coordinator/protos/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/coordinator/protos/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 8a47c45fc8b..00000000000 --- a/contrib/ydb/core/tx/coordinator/protos/CMakeLists.linux-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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(tx-coordinator-protos) -target_link_libraries(tx-coordinator-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(tx-coordinator-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/protos/events.proto -) -target_proto_addincls(tx-coordinator-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(tx-coordinator-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/tx/coordinator/protos/CMakeLists.txt b/contrib/ydb/core/tx/coordinator/protos/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/coordinator/protos/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/coordinator/protos/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/coordinator/protos/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 5f90354b16e..00000000000 --- a/contrib/ydb/core/tx/coordinator/protos/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(tx-coordinator-protos) -target_link_libraries(tx-coordinator-protos PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(tx-coordinator-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/protos/events.proto -) -target_proto_addincls(tx-coordinator-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(tx-coordinator-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/tx/coordinator/public/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/coordinator/public/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index cba6c5dae67..00000000000 --- a/contrib/ydb/core/tx/coordinator/public/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(tx-coordinator-public) -target_link_libraries(tx-coordinator-public PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - tx-coordinator-protos -) -target_sources(tx-coordinator-public PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/public/events.cpp -) diff --git a/contrib/ydb/core/tx/coordinator/public/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/coordinator/public/CMakeLists.linux-aarch64.txt deleted file mode 100644 index ed71456a799..00000000000 --- a/contrib/ydb/core/tx/coordinator/public/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(tx-coordinator-public) -target_link_libraries(tx-coordinator-public PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - tx-coordinator-protos -) -target_sources(tx-coordinator-public PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/public/events.cpp -) diff --git a/contrib/ydb/core/tx/coordinator/public/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/coordinator/public/CMakeLists.linux-x86_64.txt deleted file mode 100644 index ed71456a799..00000000000 --- a/contrib/ydb/core/tx/coordinator/public/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(tx-coordinator-public) -target_link_libraries(tx-coordinator-public PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - tx-coordinator-protos -) -target_sources(tx-coordinator-public PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/public/events.cpp -) diff --git a/contrib/ydb/core/tx/coordinator/public/CMakeLists.txt b/contrib/ydb/core/tx/coordinator/public/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/coordinator/public/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/coordinator/public/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/coordinator/public/CMakeLists.windows-x86_64.txt deleted file mode 100644 index cba6c5dae67..00000000000 --- a/contrib/ydb/core/tx/coordinator/public/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(tx-coordinator-public) -target_link_libraries(tx-coordinator-public PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - tx-coordinator-protos -) -target_sources(tx-coordinator-public PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/coordinator/public/events.cpp -) diff --git a/contrib/ydb/core/tx/data_events/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/data_events/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 4931972abbf..00000000000 --- a/contrib/ydb/core/tx/data_events/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(core-tx-data_events) -target_link_libraries(core-tx-data_events PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-tablet - api-grpc-draft - api-protos - ydb-core-base - core-tx-sharding - tx-long_tx_service-public - core-tx-scheme_cache - core-formats-arrow - ydb-core-protos - ydb-library-accessor - ydb-library-conclusion - libs-apache-arrow - library-actors-core - library-actors-wilson - core-tablet_flat-protos - ydb-core-tablet_flat - blobstorage-vdisk-protos -) -target_sources(core-tx-data_events PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/data_events/shard_writer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/data_events/shards_splitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/data_events/write_data.cpp -) diff --git a/contrib/ydb/core/tx/data_events/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/data_events/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 54015205ed7..00000000000 --- a/contrib/ydb/core/tx/data_events/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(core-tx-data_events) -target_link_libraries(core-tx-data_events PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-tablet - api-grpc-draft - api-protos - ydb-core-base - core-tx-sharding - tx-long_tx_service-public - core-tx-scheme_cache - core-formats-arrow - ydb-core-protos - ydb-library-accessor - ydb-library-conclusion - libs-apache-arrow - library-actors-core - library-actors-wilson - core-tablet_flat-protos - ydb-core-tablet_flat - blobstorage-vdisk-protos -) -target_sources(core-tx-data_events PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/data_events/shard_writer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/data_events/shards_splitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/data_events/write_data.cpp -) diff --git a/contrib/ydb/core/tx/data_events/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/data_events/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 54015205ed7..00000000000 --- a/contrib/ydb/core/tx/data_events/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(core-tx-data_events) -target_link_libraries(core-tx-data_events PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-tablet - api-grpc-draft - api-protos - ydb-core-base - core-tx-sharding - tx-long_tx_service-public - core-tx-scheme_cache - core-formats-arrow - ydb-core-protos - ydb-library-accessor - ydb-library-conclusion - libs-apache-arrow - library-actors-core - library-actors-wilson - core-tablet_flat-protos - ydb-core-tablet_flat - blobstorage-vdisk-protos -) -target_sources(core-tx-data_events PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/data_events/shard_writer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/data_events/shards_splitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/data_events/write_data.cpp -) diff --git a/contrib/ydb/core/tx/data_events/CMakeLists.txt b/contrib/ydb/core/tx/data_events/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/data_events/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/data_events/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/data_events/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 4931972abbf..00000000000 --- a/contrib/ydb/core/tx/data_events/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(core-tx-data_events) -target_link_libraries(core-tx-data_events PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-tablet - api-grpc-draft - api-protos - ydb-core-base - core-tx-sharding - tx-long_tx_service-public - core-tx-scheme_cache - core-formats-arrow - ydb-core-protos - ydb-library-accessor - ydb-library-conclusion - libs-apache-arrow - library-actors-core - library-actors-wilson - core-tablet_flat-protos - ydb-core-tablet_flat - blobstorage-vdisk-protos -) -target_sources(core-tx-data_events PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/data_events/shard_writer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/data_events/shards_splitter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/data_events/write_data.cpp -) diff --git a/contrib/ydb/core/tx/datashard/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/datashard/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 9907d8116a4..00000000000 --- a/contrib/ydb/core/tx/datashard/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,402 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(core-tx-datashard) -target_compile_options(core-tx-datashard PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-tx-datashard PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-cpp-resource - contrib-libs-zstd - library-actors-core - library-actors-http - cpp-containers-absl_flat_hash - cpp-containers-stack_vector - cpp-digest-md5 - cpp-html-pcdata - library-cpp-json - cpp-json-yson - library-cpp-lwtrace - cpp-lwtrace-mon - monlib-service-pages - cpp-string_utils-base64 - cpp-string_utils-quote - ydb-core-actorlib_impl - ydb-core-base - ydb-core-engine - core-engine-minikql - ydb-core-formats - ydb-core-io_formats - core-kqp-runtime - core-persqueue-partition_key_range - core-persqueue-writer - ydb-core-protos - ydb-core-tablet - ydb-core-tablet_flat - tx-long_tx_service-public - ydb-core-util - ydb-core-wrappers - ydb-core-ydb_convert - ydb-library-aclib - ydb-library-binary_json - ydb-library-dynumber - parser-pg_wrapper-interface - api-protos - lib-deprecated-kicli - dq-actors-compute - services-lib-sharding - ydb-library-chunks_limiter -) -target_sources(core-tx-datashard PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/alter_cdc_stream_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/alter_table_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/backup_restore_common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/backup_restore_traits.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/backup_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/build_and_wait_dependencies_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/build_data_tx_out_rs_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/build_distributed_erase_tx_out_rs_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/build_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/build_kqp_data_tx_out_rs_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/build_scheme_tx_out_rs_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/cdc_stream_heartbeat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/cdc_stream_scan.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/change_collector_async_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/change_collector_base.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/change_collector_cdc_stream.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/change_collector.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/change_exchange.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/change_exchange_split.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/change_record.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/change_record_body_serializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/change_record_cdc_serializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/change_sender.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/change_sender_async_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/change_sender_cdc_stream.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/change_sender_common_ops.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/change_sender_monitoring.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/check_commit_writes_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/check_data_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/check_distributed_erase_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/check_read_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/check_scheme_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/check_snapshot_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/check_write_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/complete_data_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/completed_operations_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/conflicts_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/create_cdc_stream_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/create_persistent_snapshot_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/create_table_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/create_volatile_snapshot_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__cancel_tx_proposal.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__compact_borrowed.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__compaction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__cleanup_borrowed.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__cleanup_in_rs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__cleanup_tx.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__conditional_erase_rows.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__engine_host.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__get_state_tx.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__schema_changed.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__migrate_schemeshard.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__init.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__monitoring.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__mon_reset_schema_version.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__op_rows.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__plan_step.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__progress_resend_rs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__progress_tx.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__propose_tx_base.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__readset.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__read_iterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__read_columns.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__s3_download_txs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__s3_upload_txs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__kqp_scan.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__snapshot_txs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__stats.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__store_table_path.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__store_scan_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_change_receiving.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_change_sender_activation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_change_sending.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_loans.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_locks_db.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_locks.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_split_dst.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_split_src.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_switch_mvcc_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_trans_queue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_outreadset.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_active_transaction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_common_upload.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_direct_transaction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_direct_erase.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_direct_upload.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_distributed_erase.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_failpoints.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_dep_tracker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_overload.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_pipeline.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_s3_downloads.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_s3_uploads.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_s3_upload_rows.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_schema_snapshots.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_snapshots.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_user_db.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_user_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_kqp_compute.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_kqp_effects.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_kqp_lookup_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_kqp_read_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_kqp_upsert_rows.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_kqp_delete_rows.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_kqp.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_repl_apply.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_repl_offsets.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_repl_offsets_client.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_repl_offsets_server.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_subdomain_path_id.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_write_operation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/direct_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/drop_cdc_stream_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/drop_index_notice_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/drop_persistent_snapshot_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/drop_table_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/drop_volatile_snapshot_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/erase_rows_condition.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/execute_commit_writes_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/execute_data_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/execute_distributed_erase_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/execute_kqp_data_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/execute_kqp_scan_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/execution_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/export_common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/export_iface.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/export_scan.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/finalize_build_index_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/finish_propose_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/finish_propose_write_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/follower_edge.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/initiate_build_index_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/key_conflicts.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/load_and_wait_in_rs_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/load_tx_details_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/make_scan_snapshot_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/make_snapshot_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/move_index_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/move_table_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/operation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/plan_queue_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/prepare_data_tx_in_rs_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/prepare_distributed_erase_tx_in_rs_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/prepare_kqp_data_tx_in_rs_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/prepare_scheme_tx_in_rs_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/probes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/protect_scheme_echoes_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/read_op_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/read_table_scan.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/read_table_scan_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/receive_snapshot_cleanup_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/receive_snapshot_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/remove_lock_change_records.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/remove_locks.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/range_avl_tree.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/range_ops.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/range_treap.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/restore_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/store_and_send_out_rs_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/store_commit_writes_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/store_data_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/store_distributed_erase_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/store_scheme_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/store_snapshot_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/volatile_tx.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/wait_for_plan_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/wait_for_stream_clearance_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/write_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/upload_stats.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/export_s3_buffer_raw.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/export_s3_buffer_zstd.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/export_s3_uploader.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/extstorage_usage_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/import_s3.cpp -) -generate_enum_serilization(core-tx-datashard - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/backup_restore_traits.h - INCLUDE_HEADERS - contrib/ydb/core/tx/datashard/backup_restore_traits.h -) -generate_enum_serilization(core-tx-datashard - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/change_exchange.h - INCLUDE_HEADERS - contrib/ydb/core/tx/datashard/change_exchange.h -) -generate_enum_serilization(core-tx-datashard - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/change_record.h - INCLUDE_HEADERS - contrib/ydb/core/tx/datashard/change_record.h -) -generate_enum_serilization(core-tx-datashard - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard.h - INCLUDE_HEADERS - contrib/ydb/core/tx/datashard/datashard.h -) -generate_enum_serilization(core-tx-datashard - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_active_transaction.h - INCLUDE_HEADERS - contrib/ydb/core/tx/datashard/datashard_active_transaction.h -) -generate_enum_serilization(core-tx-datashard - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_s3_upload.h - INCLUDE_HEADERS - contrib/ydb/core/tx/datashard/datashard_s3_upload.h -) -generate_enum_serilization(core-tx-datashard - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/execution_unit.h - INCLUDE_HEADERS - contrib/ydb/core/tx/datashard/execution_unit.h -) -generate_enum_serilization(core-tx-datashard - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/execution_unit_kind.h - INCLUDE_HEADERS - contrib/ydb/core/tx/datashard/execution_unit_kind.h -) -generate_enum_serilization(core-tx-datashard - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/operation.h - INCLUDE_HEADERS - contrib/ydb/core/tx/datashard/operation.h -) - -add_global_library_for(core-tx-datashard.global core-tx-datashard) -target_compile_options(core-tx-datashard.global PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-tx-datashard.global PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-cpp-resource - contrib-libs-zstd - library-actors-core - library-actors-http - cpp-containers-absl_flat_hash - cpp-containers-stack_vector - cpp-digest-md5 - cpp-html-pcdata - library-cpp-json - cpp-json-yson - library-cpp-lwtrace - cpp-lwtrace-mon - monlib-service-pages - cpp-string_utils-base64 - cpp-string_utils-quote - ydb-core-actorlib_impl - ydb-core-base - ydb-core-engine - core-engine-minikql - ydb-core-formats - ydb-core-io_formats - core-kqp-runtime - core-persqueue-partition_key_range - core-persqueue-writer - ydb-core-protos - ydb-core-tablet - ydb-core-tablet_flat - tx-long_tx_service-public - ydb-core-util - ydb-core-wrappers - ydb-core-ydb_convert - ydb-library-aclib - ydb-library-binary_json - ydb-library-dynumber - parser-pg_wrapper-interface - api-protos - lib-deprecated-kicli - dq-actors-compute - services-lib-sharding - ydb-library-chunks_limiter -) -target_sources(core-tx-datashard.global PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/core/tx/datashard/eacf331f0ffc35d4b482f1d15a887d3b.cpp -) -resources(core-tx-datashard.global - ${CMAKE_BINARY_DIR}/contrib/ydb/core/tx/datashard/eacf331f0ffc35d4b482f1d15a887d3b.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/index.html - KEYS - datashard/index.html -) diff --git a/contrib/ydb/core/tx/datashard/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/datashard/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 826611c4631..00000000000 --- a/contrib/ydb/core/tx/datashard/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,404 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(core-tx-datashard) -target_compile_options(core-tx-datashard PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-tx-datashard PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-cpp-resource - contrib-libs-zstd - library-actors-core - library-actors-http - cpp-containers-absl_flat_hash - cpp-containers-stack_vector - cpp-digest-md5 - cpp-html-pcdata - library-cpp-json - cpp-json-yson - library-cpp-lwtrace - cpp-lwtrace-mon - monlib-service-pages - cpp-string_utils-base64 - cpp-string_utils-quote - ydb-core-actorlib_impl - ydb-core-base - ydb-core-engine - core-engine-minikql - ydb-core-formats - ydb-core-io_formats - core-kqp-runtime - core-persqueue-partition_key_range - core-persqueue-writer - ydb-core-protos - ydb-core-tablet - ydb-core-tablet_flat - tx-long_tx_service-public - ydb-core-util - ydb-core-wrappers - ydb-core-ydb_convert - ydb-library-aclib - ydb-library-binary_json - ydb-library-dynumber - parser-pg_wrapper-interface - api-protos - lib-deprecated-kicli - dq-actors-compute - services-lib-sharding - ydb-library-chunks_limiter -) -target_sources(core-tx-datashard PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/alter_cdc_stream_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/alter_table_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/backup_restore_common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/backup_restore_traits.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/backup_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/build_and_wait_dependencies_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/build_data_tx_out_rs_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/build_distributed_erase_tx_out_rs_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/build_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/build_kqp_data_tx_out_rs_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/build_scheme_tx_out_rs_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/cdc_stream_heartbeat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/cdc_stream_scan.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/change_collector_async_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/change_collector_base.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/change_collector_cdc_stream.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/change_collector.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/change_exchange.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/change_exchange_split.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/change_record.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/change_record_body_serializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/change_record_cdc_serializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/change_sender.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/change_sender_async_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/change_sender_cdc_stream.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/change_sender_common_ops.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/change_sender_monitoring.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/check_commit_writes_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/check_data_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/check_distributed_erase_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/check_read_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/check_scheme_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/check_snapshot_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/check_write_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/complete_data_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/completed_operations_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/conflicts_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/create_cdc_stream_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/create_persistent_snapshot_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/create_table_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/create_volatile_snapshot_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__cancel_tx_proposal.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__compact_borrowed.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__compaction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__cleanup_borrowed.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__cleanup_in_rs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__cleanup_tx.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__conditional_erase_rows.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__engine_host.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__get_state_tx.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__schema_changed.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__migrate_schemeshard.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__init.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__monitoring.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__mon_reset_schema_version.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__op_rows.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__plan_step.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__progress_resend_rs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__progress_tx.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__propose_tx_base.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__readset.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__read_iterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__read_columns.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__s3_download_txs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__s3_upload_txs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__kqp_scan.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__snapshot_txs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__stats.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__store_table_path.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__store_scan_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_change_receiving.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_change_sender_activation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_change_sending.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_loans.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_locks_db.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_locks.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_split_dst.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_split_src.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_switch_mvcc_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_trans_queue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_outreadset.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_active_transaction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_common_upload.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_direct_transaction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_direct_erase.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_direct_upload.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_distributed_erase.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_failpoints.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_dep_tracker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_overload.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_pipeline.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_s3_downloads.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_s3_uploads.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_s3_upload_rows.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_schema_snapshots.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_snapshots.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_user_db.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_user_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_kqp_compute.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_kqp_effects.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_kqp_lookup_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_kqp_read_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_kqp_upsert_rows.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_kqp_delete_rows.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_kqp.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_repl_apply.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_repl_offsets.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_repl_offsets_client.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_repl_offsets_server.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_subdomain_path_id.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_write_operation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/direct_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/drop_cdc_stream_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/drop_index_notice_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/drop_persistent_snapshot_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/drop_table_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/drop_volatile_snapshot_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/erase_rows_condition.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/execute_commit_writes_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/execute_data_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/execute_distributed_erase_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/execute_kqp_data_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/execute_kqp_scan_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/execution_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/export_common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/export_iface.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/export_scan.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/finalize_build_index_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/finish_propose_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/finish_propose_write_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/follower_edge.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/initiate_build_index_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/key_conflicts.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/load_and_wait_in_rs_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/load_tx_details_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/make_scan_snapshot_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/make_snapshot_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/move_index_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/move_table_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/operation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/plan_queue_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/prepare_data_tx_in_rs_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/prepare_distributed_erase_tx_in_rs_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/prepare_kqp_data_tx_in_rs_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/prepare_scheme_tx_in_rs_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/probes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/protect_scheme_echoes_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/read_op_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/read_table_scan.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/read_table_scan_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/receive_snapshot_cleanup_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/receive_snapshot_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/remove_lock_change_records.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/remove_locks.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/range_avl_tree.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/range_ops.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/range_treap.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/restore_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/store_and_send_out_rs_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/store_commit_writes_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/store_data_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/store_distributed_erase_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/store_scheme_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/store_snapshot_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/volatile_tx.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/wait_for_plan_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/wait_for_stream_clearance_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/write_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/upload_stats.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/export_s3_buffer_raw.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/export_s3_buffer_zstd.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/export_s3_uploader.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/extstorage_usage_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/import_s3.cpp -) -generate_enum_serilization(core-tx-datashard - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/backup_restore_traits.h - INCLUDE_HEADERS - contrib/ydb/core/tx/datashard/backup_restore_traits.h -) -generate_enum_serilization(core-tx-datashard - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/change_exchange.h - INCLUDE_HEADERS - contrib/ydb/core/tx/datashard/change_exchange.h -) -generate_enum_serilization(core-tx-datashard - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/change_record.h - INCLUDE_HEADERS - contrib/ydb/core/tx/datashard/change_record.h -) -generate_enum_serilization(core-tx-datashard - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard.h - INCLUDE_HEADERS - contrib/ydb/core/tx/datashard/datashard.h -) -generate_enum_serilization(core-tx-datashard - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_active_transaction.h - INCLUDE_HEADERS - contrib/ydb/core/tx/datashard/datashard_active_transaction.h -) -generate_enum_serilization(core-tx-datashard - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_s3_upload.h - INCLUDE_HEADERS - contrib/ydb/core/tx/datashard/datashard_s3_upload.h -) -generate_enum_serilization(core-tx-datashard - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/execution_unit.h - INCLUDE_HEADERS - contrib/ydb/core/tx/datashard/execution_unit.h -) -generate_enum_serilization(core-tx-datashard - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/execution_unit_kind.h - INCLUDE_HEADERS - contrib/ydb/core/tx/datashard/execution_unit_kind.h -) -generate_enum_serilization(core-tx-datashard - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/operation.h - INCLUDE_HEADERS - contrib/ydb/core/tx/datashard/operation.h -) - -add_global_library_for(core-tx-datashard.global core-tx-datashard) -target_compile_options(core-tx-datashard.global PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-tx-datashard.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-cpp-resource - contrib-libs-zstd - library-actors-core - library-actors-http - cpp-containers-absl_flat_hash - cpp-containers-stack_vector - cpp-digest-md5 - cpp-html-pcdata - library-cpp-json - cpp-json-yson - library-cpp-lwtrace - cpp-lwtrace-mon - monlib-service-pages - cpp-string_utils-base64 - cpp-string_utils-quote - ydb-core-actorlib_impl - ydb-core-base - ydb-core-engine - core-engine-minikql - ydb-core-formats - ydb-core-io_formats - core-kqp-runtime - core-persqueue-partition_key_range - core-persqueue-writer - ydb-core-protos - ydb-core-tablet - ydb-core-tablet_flat - tx-long_tx_service-public - ydb-core-util - ydb-core-wrappers - ydb-core-ydb_convert - ydb-library-aclib - ydb-library-binary_json - ydb-library-dynumber - parser-pg_wrapper-interface - api-protos - lib-deprecated-kicli - dq-actors-compute - services-lib-sharding - ydb-library-chunks_limiter -) -target_sources(core-tx-datashard.global PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/core/tx/datashard/eacf331f0ffc35d4b482f1d15a887d3b.cpp -) -resources(core-tx-datashard.global - ${CMAKE_BINARY_DIR}/contrib/ydb/core/tx/datashard/eacf331f0ffc35d4b482f1d15a887d3b.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/index.html - KEYS - datashard/index.html -) diff --git a/contrib/ydb/core/tx/datashard/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/datashard/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 826611c4631..00000000000 --- a/contrib/ydb/core/tx/datashard/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,404 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(core-tx-datashard) -target_compile_options(core-tx-datashard PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-tx-datashard PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-cpp-resource - contrib-libs-zstd - library-actors-core - library-actors-http - cpp-containers-absl_flat_hash - cpp-containers-stack_vector - cpp-digest-md5 - cpp-html-pcdata - library-cpp-json - cpp-json-yson - library-cpp-lwtrace - cpp-lwtrace-mon - monlib-service-pages - cpp-string_utils-base64 - cpp-string_utils-quote - ydb-core-actorlib_impl - ydb-core-base - ydb-core-engine - core-engine-minikql - ydb-core-formats - ydb-core-io_formats - core-kqp-runtime - core-persqueue-partition_key_range - core-persqueue-writer - ydb-core-protos - ydb-core-tablet - ydb-core-tablet_flat - tx-long_tx_service-public - ydb-core-util - ydb-core-wrappers - ydb-core-ydb_convert - ydb-library-aclib - ydb-library-binary_json - ydb-library-dynumber - parser-pg_wrapper-interface - api-protos - lib-deprecated-kicli - dq-actors-compute - services-lib-sharding - ydb-library-chunks_limiter -) -target_sources(core-tx-datashard PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/alter_cdc_stream_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/alter_table_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/backup_restore_common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/backup_restore_traits.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/backup_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/build_and_wait_dependencies_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/build_data_tx_out_rs_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/build_distributed_erase_tx_out_rs_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/build_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/build_kqp_data_tx_out_rs_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/build_scheme_tx_out_rs_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/cdc_stream_heartbeat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/cdc_stream_scan.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/change_collector_async_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/change_collector_base.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/change_collector_cdc_stream.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/change_collector.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/change_exchange.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/change_exchange_split.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/change_record.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/change_record_body_serializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/change_record_cdc_serializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/change_sender.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/change_sender_async_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/change_sender_cdc_stream.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/change_sender_common_ops.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/change_sender_monitoring.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/check_commit_writes_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/check_data_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/check_distributed_erase_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/check_read_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/check_scheme_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/check_snapshot_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/check_write_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/complete_data_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/completed_operations_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/conflicts_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/create_cdc_stream_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/create_persistent_snapshot_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/create_table_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/create_volatile_snapshot_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__cancel_tx_proposal.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__compact_borrowed.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__compaction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__cleanup_borrowed.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__cleanup_in_rs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__cleanup_tx.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__conditional_erase_rows.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__engine_host.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__get_state_tx.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__schema_changed.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__migrate_schemeshard.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__init.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__monitoring.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__mon_reset_schema_version.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__op_rows.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__plan_step.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__progress_resend_rs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__progress_tx.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__propose_tx_base.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__readset.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__read_iterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__read_columns.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__s3_download_txs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__s3_upload_txs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__kqp_scan.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__snapshot_txs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__stats.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__store_table_path.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__store_scan_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_change_receiving.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_change_sender_activation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_change_sending.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_loans.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_locks_db.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_locks.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_split_dst.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_split_src.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_switch_mvcc_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_trans_queue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_outreadset.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_active_transaction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_common_upload.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_direct_transaction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_direct_erase.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_direct_upload.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_distributed_erase.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_failpoints.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_dep_tracker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_overload.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_pipeline.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_s3_downloads.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_s3_uploads.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_s3_upload_rows.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_schema_snapshots.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_snapshots.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_user_db.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_user_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_kqp_compute.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_kqp_effects.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_kqp_lookup_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_kqp_read_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_kqp_upsert_rows.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_kqp_delete_rows.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_kqp.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_repl_apply.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_repl_offsets.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_repl_offsets_client.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_repl_offsets_server.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_subdomain_path_id.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_write_operation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/direct_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/drop_cdc_stream_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/drop_index_notice_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/drop_persistent_snapshot_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/drop_table_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/drop_volatile_snapshot_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/erase_rows_condition.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/execute_commit_writes_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/execute_data_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/execute_distributed_erase_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/execute_kqp_data_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/execute_kqp_scan_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/execution_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/export_common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/export_iface.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/export_scan.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/finalize_build_index_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/finish_propose_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/finish_propose_write_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/follower_edge.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/initiate_build_index_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/key_conflicts.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/load_and_wait_in_rs_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/load_tx_details_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/make_scan_snapshot_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/make_snapshot_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/move_index_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/move_table_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/operation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/plan_queue_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/prepare_data_tx_in_rs_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/prepare_distributed_erase_tx_in_rs_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/prepare_kqp_data_tx_in_rs_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/prepare_scheme_tx_in_rs_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/probes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/protect_scheme_echoes_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/read_op_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/read_table_scan.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/read_table_scan_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/receive_snapshot_cleanup_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/receive_snapshot_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/remove_lock_change_records.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/remove_locks.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/range_avl_tree.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/range_ops.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/range_treap.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/restore_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/store_and_send_out_rs_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/store_commit_writes_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/store_data_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/store_distributed_erase_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/store_scheme_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/store_snapshot_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/volatile_tx.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/wait_for_plan_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/wait_for_stream_clearance_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/write_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/upload_stats.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/export_s3_buffer_raw.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/export_s3_buffer_zstd.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/export_s3_uploader.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/extstorage_usage_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/import_s3.cpp -) -generate_enum_serilization(core-tx-datashard - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/backup_restore_traits.h - INCLUDE_HEADERS - contrib/ydb/core/tx/datashard/backup_restore_traits.h -) -generate_enum_serilization(core-tx-datashard - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/change_exchange.h - INCLUDE_HEADERS - contrib/ydb/core/tx/datashard/change_exchange.h -) -generate_enum_serilization(core-tx-datashard - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/change_record.h - INCLUDE_HEADERS - contrib/ydb/core/tx/datashard/change_record.h -) -generate_enum_serilization(core-tx-datashard - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard.h - INCLUDE_HEADERS - contrib/ydb/core/tx/datashard/datashard.h -) -generate_enum_serilization(core-tx-datashard - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_active_transaction.h - INCLUDE_HEADERS - contrib/ydb/core/tx/datashard/datashard_active_transaction.h -) -generate_enum_serilization(core-tx-datashard - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_s3_upload.h - INCLUDE_HEADERS - contrib/ydb/core/tx/datashard/datashard_s3_upload.h -) -generate_enum_serilization(core-tx-datashard - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/execution_unit.h - INCLUDE_HEADERS - contrib/ydb/core/tx/datashard/execution_unit.h -) -generate_enum_serilization(core-tx-datashard - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/execution_unit_kind.h - INCLUDE_HEADERS - contrib/ydb/core/tx/datashard/execution_unit_kind.h -) -generate_enum_serilization(core-tx-datashard - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/operation.h - INCLUDE_HEADERS - contrib/ydb/core/tx/datashard/operation.h -) - -add_global_library_for(core-tx-datashard.global core-tx-datashard) -target_compile_options(core-tx-datashard.global PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-tx-datashard.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-cpp-resource - contrib-libs-zstd - library-actors-core - library-actors-http - cpp-containers-absl_flat_hash - cpp-containers-stack_vector - cpp-digest-md5 - cpp-html-pcdata - library-cpp-json - cpp-json-yson - library-cpp-lwtrace - cpp-lwtrace-mon - monlib-service-pages - cpp-string_utils-base64 - cpp-string_utils-quote - ydb-core-actorlib_impl - ydb-core-base - ydb-core-engine - core-engine-minikql - ydb-core-formats - ydb-core-io_formats - core-kqp-runtime - core-persqueue-partition_key_range - core-persqueue-writer - ydb-core-protos - ydb-core-tablet - ydb-core-tablet_flat - tx-long_tx_service-public - ydb-core-util - ydb-core-wrappers - ydb-core-ydb_convert - ydb-library-aclib - ydb-library-binary_json - ydb-library-dynumber - parser-pg_wrapper-interface - api-protos - lib-deprecated-kicli - dq-actors-compute - services-lib-sharding - ydb-library-chunks_limiter -) -target_sources(core-tx-datashard.global PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/core/tx/datashard/eacf331f0ffc35d4b482f1d15a887d3b.cpp -) -resources(core-tx-datashard.global - ${CMAKE_BINARY_DIR}/contrib/ydb/core/tx/datashard/eacf331f0ffc35d4b482f1d15a887d3b.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/index.html - KEYS - datashard/index.html -) diff --git a/contrib/ydb/core/tx/datashard/CMakeLists.txt b/contrib/ydb/core/tx/datashard/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/datashard/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/datashard/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/datashard/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 7ca91c3fc9a..00000000000 --- a/contrib/ydb/core/tx/datashard/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,399 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(core-tx-datashard) -target_compile_options(core-tx-datashard PRIVATE - -DKIKIMR_DISABLE_S3_OPS - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-tx-datashard PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-cpp-resource - contrib-libs-zstd - library-actors-core - library-actors-http - cpp-containers-absl_flat_hash - cpp-containers-stack_vector - cpp-digest-md5 - cpp-html-pcdata - library-cpp-json - cpp-json-yson - library-cpp-lwtrace - cpp-lwtrace-mon - monlib-service-pages - cpp-string_utils-base64 - cpp-string_utils-quote - ydb-core-actorlib_impl - ydb-core-base - ydb-core-engine - core-engine-minikql - ydb-core-formats - ydb-core-io_formats - core-kqp-runtime - core-persqueue-partition_key_range - core-persqueue-writer - ydb-core-protos - ydb-core-tablet - ydb-core-tablet_flat - tx-long_tx_service-public - ydb-core-util - ydb-core-wrappers - ydb-core-ydb_convert - ydb-library-aclib - ydb-library-binary_json - ydb-library-dynumber - parser-pg_wrapper-interface - api-protos - lib-deprecated-kicli - dq-actors-compute - services-lib-sharding - ydb-library-chunks_limiter -) -target_sources(core-tx-datashard PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/alter_cdc_stream_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/alter_table_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/backup_restore_common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/backup_restore_traits.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/backup_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/build_and_wait_dependencies_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/build_data_tx_out_rs_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/build_distributed_erase_tx_out_rs_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/build_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/build_kqp_data_tx_out_rs_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/build_scheme_tx_out_rs_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/cdc_stream_heartbeat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/cdc_stream_scan.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/change_collector_async_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/change_collector_base.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/change_collector_cdc_stream.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/change_collector.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/change_exchange.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/change_exchange_split.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/change_record.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/change_record_body_serializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/change_record_cdc_serializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/change_sender.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/change_sender_async_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/change_sender_cdc_stream.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/change_sender_common_ops.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/change_sender_monitoring.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/check_commit_writes_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/check_data_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/check_distributed_erase_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/check_read_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/check_scheme_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/check_snapshot_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/check_write_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/complete_data_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/completed_operations_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/conflicts_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/create_cdc_stream_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/create_persistent_snapshot_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/create_table_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/create_volatile_snapshot_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__cancel_tx_proposal.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__compact_borrowed.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__compaction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__cleanup_borrowed.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__cleanup_in_rs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__cleanup_tx.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__conditional_erase_rows.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__engine_host.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__get_state_tx.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__schema_changed.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__migrate_schemeshard.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__init.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__monitoring.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__mon_reset_schema_version.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__op_rows.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__plan_step.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__progress_resend_rs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__progress_tx.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__propose_tx_base.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__readset.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__read_iterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__read_columns.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__s3_download_txs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__s3_upload_txs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__kqp_scan.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__snapshot_txs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__stats.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__store_table_path.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__store_scan_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard__write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_change_receiving.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_change_sender_activation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_change_sending.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_loans.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_locks_db.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_locks.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_split_dst.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_split_src.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_switch_mvcc_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_trans_queue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_outreadset.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_active_transaction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_common_upload.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_direct_transaction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_direct_erase.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_direct_upload.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_distributed_erase.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_failpoints.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_dep_tracker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_overload.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_pipeline.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_s3_downloads.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_s3_uploads.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_s3_upload_rows.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_schema_snapshots.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_snapshots.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_user_db.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_user_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_kqp_compute.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_kqp_effects.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_kqp_lookup_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_kqp_read_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_kqp_upsert_rows.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_kqp_delete_rows.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_kqp.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_repl_apply.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_repl_offsets.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_repl_offsets_client.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_repl_offsets_server.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_subdomain_path_id.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_write_operation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/direct_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/drop_cdc_stream_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/drop_index_notice_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/drop_persistent_snapshot_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/drop_table_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/drop_volatile_snapshot_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/erase_rows_condition.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/execute_commit_writes_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/execute_data_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/execute_distributed_erase_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/execute_kqp_data_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/execute_kqp_scan_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/execution_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/export_common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/export_iface.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/export_scan.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/finalize_build_index_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/finish_propose_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/finish_propose_write_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/follower_edge.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/initiate_build_index_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/key_conflicts.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/load_and_wait_in_rs_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/load_tx_details_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/make_scan_snapshot_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/make_snapshot_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/move_index_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/move_table_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/operation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/plan_queue_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/prepare_data_tx_in_rs_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/prepare_distributed_erase_tx_in_rs_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/prepare_kqp_data_tx_in_rs_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/prepare_scheme_tx_in_rs_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/probes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/protect_scheme_echoes_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/read_op_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/read_table_scan.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/read_table_scan_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/receive_snapshot_cleanup_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/receive_snapshot_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/remove_lock_change_records.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/remove_locks.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/range_avl_tree.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/range_ops.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/range_treap.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/restore_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/store_and_send_out_rs_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/store_commit_writes_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/store_data_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/store_distributed_erase_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/store_scheme_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/store_snapshot_tx_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/volatile_tx.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/wait_for_plan_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/wait_for_stream_clearance_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/write_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/upload_stats.cpp -) -generate_enum_serilization(core-tx-datashard - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/backup_restore_traits.h - INCLUDE_HEADERS - contrib/ydb/core/tx/datashard/backup_restore_traits.h -) -generate_enum_serilization(core-tx-datashard - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/change_exchange.h - INCLUDE_HEADERS - contrib/ydb/core/tx/datashard/change_exchange.h -) -generate_enum_serilization(core-tx-datashard - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/change_record.h - INCLUDE_HEADERS - contrib/ydb/core/tx/datashard/change_record.h -) -generate_enum_serilization(core-tx-datashard - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard.h - INCLUDE_HEADERS - contrib/ydb/core/tx/datashard/datashard.h -) -generate_enum_serilization(core-tx-datashard - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_active_transaction.h - INCLUDE_HEADERS - contrib/ydb/core/tx/datashard/datashard_active_transaction.h -) -generate_enum_serilization(core-tx-datashard - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/datashard_s3_upload.h - INCLUDE_HEADERS - contrib/ydb/core/tx/datashard/datashard_s3_upload.h -) -generate_enum_serilization(core-tx-datashard - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/execution_unit.h - INCLUDE_HEADERS - contrib/ydb/core/tx/datashard/execution_unit.h -) -generate_enum_serilization(core-tx-datashard - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/execution_unit_kind.h - INCLUDE_HEADERS - contrib/ydb/core/tx/datashard/execution_unit_kind.h -) -generate_enum_serilization(core-tx-datashard - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/operation.h - INCLUDE_HEADERS - contrib/ydb/core/tx/datashard/operation.h -) - -add_global_library_for(core-tx-datashard.global core-tx-datashard) -target_compile_options(core-tx-datashard.global PRIVATE - -DKIKIMR_DISABLE_S3_OPS - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-tx-datashard.global PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-cpp-resource - contrib-libs-zstd - library-actors-core - library-actors-http - cpp-containers-absl_flat_hash - cpp-containers-stack_vector - cpp-digest-md5 - cpp-html-pcdata - library-cpp-json - cpp-json-yson - library-cpp-lwtrace - cpp-lwtrace-mon - monlib-service-pages - cpp-string_utils-base64 - cpp-string_utils-quote - ydb-core-actorlib_impl - ydb-core-base - ydb-core-engine - core-engine-minikql - ydb-core-formats - ydb-core-io_formats - core-kqp-runtime - core-persqueue-partition_key_range - core-persqueue-writer - ydb-core-protos - ydb-core-tablet - ydb-core-tablet_flat - tx-long_tx_service-public - ydb-core-util - ydb-core-wrappers - ydb-core-ydb_convert - ydb-library-aclib - ydb-library-binary_json - ydb-library-dynumber - parser-pg_wrapper-interface - api-protos - lib-deprecated-kicli - dq-actors-compute - services-lib-sharding - ydb-library-chunks_limiter -) -target_sources(core-tx-datashard.global PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/core/tx/datashard/eacf331f0ffc35d4b482f1d15a887d3b.cpp -) -resources(core-tx-datashard.global - ${CMAKE_BINARY_DIR}/contrib/ydb/core/tx/datashard/eacf331f0ffc35d4b482f1d15a887d3b.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/datashard/index.html - KEYS - datashard/index.html -) diff --git a/contrib/ydb/core/tx/long_tx_service/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/long_tx_service/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index cf16cf4c191..00000000000 --- a/contrib/ydb/core/tx/long_tx_service/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_subdirectory(public) - -add_library(core-tx-long_tx_service) -target_compile_options(core-tx-long_tx_service PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-tx-long_tx_service PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-lwtrace - cpp-lwtrace-mon - ydb-core-base - core-tx-columnshard - tx-long_tx_service-public - ydb-library-services -) -target_sources(core-tx-long_tx_service PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/long_tx_service/acquire_snapshot_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/long_tx_service/commit_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/long_tx_service/long_tx_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/long_tx_service/long_tx_service_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/long_tx_service/lwtrace_probes.cpp -) diff --git a/contrib/ydb/core/tx/long_tx_service/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/long_tx_service/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 7c17b8f2e84..00000000000 --- a/contrib/ydb/core/tx/long_tx_service/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_subdirectory(public) - -add_library(core-tx-long_tx_service) -target_compile_options(core-tx-long_tx_service PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-tx-long_tx_service PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-lwtrace - cpp-lwtrace-mon - ydb-core-base - core-tx-columnshard - tx-long_tx_service-public - ydb-library-services -) -target_sources(core-tx-long_tx_service PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/long_tx_service/acquire_snapshot_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/long_tx_service/commit_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/long_tx_service/long_tx_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/long_tx_service/long_tx_service_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/long_tx_service/lwtrace_probes.cpp -) diff --git a/contrib/ydb/core/tx/long_tx_service/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/long_tx_service/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 7c17b8f2e84..00000000000 --- a/contrib/ydb/core/tx/long_tx_service/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_subdirectory(public) - -add_library(core-tx-long_tx_service) -target_compile_options(core-tx-long_tx_service PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-tx-long_tx_service PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-lwtrace - cpp-lwtrace-mon - ydb-core-base - core-tx-columnshard - tx-long_tx_service-public - ydb-library-services -) -target_sources(core-tx-long_tx_service PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/long_tx_service/acquire_snapshot_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/long_tx_service/commit_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/long_tx_service/long_tx_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/long_tx_service/long_tx_service_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/long_tx_service/lwtrace_probes.cpp -) diff --git a/contrib/ydb/core/tx/long_tx_service/CMakeLists.txt b/contrib/ydb/core/tx/long_tx_service/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/long_tx_service/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/long_tx_service/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/long_tx_service/CMakeLists.windows-x86_64.txt deleted file mode 100644 index cf16cf4c191..00000000000 --- a/contrib/ydb/core/tx/long_tx_service/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_subdirectory(public) - -add_library(core-tx-long_tx_service) -target_compile_options(core-tx-long_tx_service PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-tx-long_tx_service PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-lwtrace - cpp-lwtrace-mon - ydb-core-base - core-tx-columnshard - tx-long_tx_service-public - ydb-library-services -) -target_sources(core-tx-long_tx_service PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/long_tx_service/acquire_snapshot_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/long_tx_service/commit_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/long_tx_service/long_tx_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/long_tx_service/long_tx_service_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/long_tx_service/lwtrace_probes.cpp -) diff --git a/contrib/ydb/core/tx/long_tx_service/public/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/long_tx_service/public/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 0993de77122..00000000000 --- a/contrib/ydb/core/tx/long_tx_service/public/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(tx-long_tx_service-public) -target_compile_options(tx-long_tx_service-public PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(tx-long_tx_service-public PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cgiparam - library-cpp-lwtrace - library-cpp-uri - ydb-core-base - ydb-core-protos - ydb-core-util - yql-public-issue -) -target_sources(tx-long_tx_service-public PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/long_tx_service/public/events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/long_tx_service/public/lock_handle.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/long_tx_service/public/types.cpp -) diff --git a/contrib/ydb/core/tx/long_tx_service/public/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/long_tx_service/public/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 569729ea44c..00000000000 --- a/contrib/ydb/core/tx/long_tx_service/public/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(tx-long_tx_service-public) -target_compile_options(tx-long_tx_service-public PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(tx-long_tx_service-public PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cgiparam - library-cpp-lwtrace - library-cpp-uri - ydb-core-base - ydb-core-protos - ydb-core-util - yql-public-issue -) -target_sources(tx-long_tx_service-public PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/long_tx_service/public/events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/long_tx_service/public/lock_handle.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/long_tx_service/public/types.cpp -) diff --git a/contrib/ydb/core/tx/long_tx_service/public/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/long_tx_service/public/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 569729ea44c..00000000000 --- a/contrib/ydb/core/tx/long_tx_service/public/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(tx-long_tx_service-public) -target_compile_options(tx-long_tx_service-public PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(tx-long_tx_service-public PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cgiparam - library-cpp-lwtrace - library-cpp-uri - ydb-core-base - ydb-core-protos - ydb-core-util - yql-public-issue -) -target_sources(tx-long_tx_service-public PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/long_tx_service/public/events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/long_tx_service/public/lock_handle.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/long_tx_service/public/types.cpp -) diff --git a/contrib/ydb/core/tx/long_tx_service/public/CMakeLists.txt b/contrib/ydb/core/tx/long_tx_service/public/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/long_tx_service/public/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/long_tx_service/public/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/long_tx_service/public/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 0993de77122..00000000000 --- a/contrib/ydb/core/tx/long_tx_service/public/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(tx-long_tx_service-public) -target_compile_options(tx-long_tx_service-public PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(tx-long_tx_service-public PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cgiparam - library-cpp-lwtrace - library-cpp-uri - ydb-core-base - ydb-core-protos - ydb-core-util - yql-public-issue -) -target_sources(tx-long_tx_service-public PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/long_tx_service/public/events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/long_tx_service/public/lock_handle.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/long_tx_service/public/types.cpp -) diff --git a/contrib/ydb/core/tx/mediator/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/mediator/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2e99253a820..00000000000 --- a/contrib/ydb/core/tx/mediator/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(core-tx-mediator) -target_link_libraries(core-tx-mediator PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - core-engine-minikql - ydb-core-protos - ydb-core-scheme_types - ydb-core-tablet - ydb-core-tablet_flat - ydb-core-tx - tx-coordinator-public - core-tx-time_cast - ydb-core-util -) -target_sources(core-tx-mediator PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/mediator/mediator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/mediator/mediator_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/mediator/mediator__init.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/mediator/mediator__configure.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/mediator/mediator__schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/mediator/mediator__schema_upgrade.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/mediator/tablet_queue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/mediator/execute_queue.cpp -) diff --git a/contrib/ydb/core/tx/mediator/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/mediator/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 21cd2736946..00000000000 --- a/contrib/ydb/core/tx/mediator/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(core-tx-mediator) -target_link_libraries(core-tx-mediator PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - core-engine-minikql - ydb-core-protos - ydb-core-scheme_types - ydb-core-tablet - ydb-core-tablet_flat - ydb-core-tx - tx-coordinator-public - core-tx-time_cast - ydb-core-util -) -target_sources(core-tx-mediator PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/mediator/mediator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/mediator/mediator_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/mediator/mediator__init.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/mediator/mediator__configure.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/mediator/mediator__schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/mediator/mediator__schema_upgrade.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/mediator/tablet_queue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/mediator/execute_queue.cpp -) diff --git a/contrib/ydb/core/tx/mediator/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/mediator/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 21cd2736946..00000000000 --- a/contrib/ydb/core/tx/mediator/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(core-tx-mediator) -target_link_libraries(core-tx-mediator PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - core-engine-minikql - ydb-core-protos - ydb-core-scheme_types - ydb-core-tablet - ydb-core-tablet_flat - ydb-core-tx - tx-coordinator-public - core-tx-time_cast - ydb-core-util -) -target_sources(core-tx-mediator PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/mediator/mediator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/mediator/mediator_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/mediator/mediator__init.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/mediator/mediator__configure.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/mediator/mediator__schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/mediator/mediator__schema_upgrade.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/mediator/tablet_queue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/mediator/execute_queue.cpp -) diff --git a/contrib/ydb/core/tx/mediator/CMakeLists.txt b/contrib/ydb/core/tx/mediator/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/mediator/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/mediator/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/mediator/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 2e99253a820..00000000000 --- a/contrib/ydb/core/tx/mediator/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(core-tx-mediator) -target_link_libraries(core-tx-mediator PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - core-engine-minikql - ydb-core-protos - ydb-core-scheme_types - ydb-core-tablet - ydb-core-tablet_flat - ydb-core-tx - tx-coordinator-public - core-tx-time_cast - ydb-core-util -) -target_sources(core-tx-mediator PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/mediator/mediator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/mediator/mediator_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/mediator/mediator__init.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/mediator/mediator__configure.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/mediator/mediator__schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/mediator/mediator__schema_upgrade.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/mediator/tablet_queue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/mediator/execute_queue.cpp -) diff --git a/contrib/ydb/core/tx/program/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/program/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index b31397412bd..00000000000 --- a/contrib/ydb/core/tx/program/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(core-tx-program) -target_compile_options(core-tx-program PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-tx-program PUBLIC - contrib-libs-cxxsupp - yutil - core-formats-arrow - ydb-core-protos - ydb-core-tablet_flat - yql-minikql-comp_nodes - core-arrow_kernels-registry -) -target_sources(core-tx-program PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/program/registry.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/program/program.cpp -) diff --git a/contrib/ydb/core/tx/program/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/program/CMakeLists.linux-aarch64.txt deleted file mode 100644 index bb24ededed7..00000000000 --- a/contrib/ydb/core/tx/program/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(core-tx-program) -target_compile_options(core-tx-program PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-tx-program PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-formats-arrow - ydb-core-protos - ydb-core-tablet_flat - yql-minikql-comp_nodes - core-arrow_kernels-registry -) -target_sources(core-tx-program PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/program/registry.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/program/program.cpp -) diff --git a/contrib/ydb/core/tx/program/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/program/CMakeLists.linux-x86_64.txt deleted file mode 100644 index bb24ededed7..00000000000 --- a/contrib/ydb/core/tx/program/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(core-tx-program) -target_compile_options(core-tx-program PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-tx-program PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-formats-arrow - ydb-core-protos - ydb-core-tablet_flat - yql-minikql-comp_nodes - core-arrow_kernels-registry -) -target_sources(core-tx-program PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/program/registry.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/program/program.cpp -) diff --git a/contrib/ydb/core/tx/program/CMakeLists.txt b/contrib/ydb/core/tx/program/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/program/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/program/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/program/CMakeLists.windows-x86_64.txt deleted file mode 100644 index b31397412bd..00000000000 --- a/contrib/ydb/core/tx/program/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(core-tx-program) -target_compile_options(core-tx-program PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-tx-program PUBLIC - contrib-libs-cxxsupp - yutil - core-formats-arrow - ydb-core-protos - ydb-core-tablet_flat - yql-minikql-comp_nodes - core-arrow_kernels-registry -) -target_sources(core-tx-program PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/program/registry.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/program/program.cpp -) diff --git a/contrib/ydb/core/tx/replication/CMakeLists.txt b/contrib/ydb/core/tx/replication/CMakeLists.txt deleted file mode 100644 index e8a77d31b80..00000000000 --- a/contrib/ydb/core/tx/replication/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. - - -add_subdirectory(controller) -add_subdirectory(service) -add_subdirectory(ydb_proxy) diff --git a/contrib/ydb/core/tx/replication/controller/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/replication/controller/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 62d5b63055b..00000000000 --- a/contrib/ydb/core/tx/replication/controller/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(tx-replication-controller) -target_compile_options(tx-replication-controller PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(tx-replication-controller PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-discovery - core-engine-minikql - ydb-core-protos - ydb-core-tablet_flat - tx-replication-ydb_proxy - ydb-core-util - ydb-core-ydb_convert - tools-enum_parser-enum_serialization_runtime -) -target_sources(tx-replication-controller PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/controller.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/dst_creator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/dst_remover.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/logging.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/nodes_manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/private_events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/replication.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/stream_creator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/stream_remover.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/sys_params.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/target_base.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/target_discoverer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/target_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/target_with_stream.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/tenant_resolver.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/tx_assign_stream_name.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/tx_create_dst_result.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/tx_create_replication.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/tx_create_stream_result.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/tx_discovery_targets_result.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/tx_drop_dst_result.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/tx_drop_replication.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/tx_drop_stream_result.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/tx_init.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/tx_init_schema.cpp -) -generate_enum_serilization(tx-replication-controller - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/replication.h - INCLUDE_HEADERS - contrib/ydb/core/tx/replication/controller/replication.h -) diff --git a/contrib/ydb/core/tx/replication/controller/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/replication/controller/CMakeLists.linux-aarch64.txt deleted file mode 100644 index fd5a9a64753..00000000000 --- a/contrib/ydb/core/tx/replication/controller/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(tx-replication-controller) -target_compile_options(tx-replication-controller PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(tx-replication-controller PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-discovery - core-engine-minikql - ydb-core-protos - ydb-core-tablet_flat - tx-replication-ydb_proxy - ydb-core-util - ydb-core-ydb_convert - tools-enum_parser-enum_serialization_runtime -) -target_sources(tx-replication-controller PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/controller.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/dst_creator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/dst_remover.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/logging.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/nodes_manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/private_events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/replication.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/stream_creator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/stream_remover.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/sys_params.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/target_base.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/target_discoverer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/target_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/target_with_stream.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/tenant_resolver.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/tx_assign_stream_name.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/tx_create_dst_result.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/tx_create_replication.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/tx_create_stream_result.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/tx_discovery_targets_result.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/tx_drop_dst_result.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/tx_drop_replication.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/tx_drop_stream_result.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/tx_init.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/tx_init_schema.cpp -) -generate_enum_serilization(tx-replication-controller - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/replication.h - INCLUDE_HEADERS - contrib/ydb/core/tx/replication/controller/replication.h -) diff --git a/contrib/ydb/core/tx/replication/controller/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/replication/controller/CMakeLists.linux-x86_64.txt deleted file mode 100644 index fd5a9a64753..00000000000 --- a/contrib/ydb/core/tx/replication/controller/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(tx-replication-controller) -target_compile_options(tx-replication-controller PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(tx-replication-controller PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-discovery - core-engine-minikql - ydb-core-protos - ydb-core-tablet_flat - tx-replication-ydb_proxy - ydb-core-util - ydb-core-ydb_convert - tools-enum_parser-enum_serialization_runtime -) -target_sources(tx-replication-controller PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/controller.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/dst_creator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/dst_remover.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/logging.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/nodes_manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/private_events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/replication.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/stream_creator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/stream_remover.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/sys_params.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/target_base.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/target_discoverer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/target_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/target_with_stream.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/tenant_resolver.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/tx_assign_stream_name.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/tx_create_dst_result.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/tx_create_replication.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/tx_create_stream_result.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/tx_discovery_targets_result.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/tx_drop_dst_result.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/tx_drop_replication.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/tx_drop_stream_result.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/tx_init.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/tx_init_schema.cpp -) -generate_enum_serilization(tx-replication-controller - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/replication.h - INCLUDE_HEADERS - contrib/ydb/core/tx/replication/controller/replication.h -) diff --git a/contrib/ydb/core/tx/replication/controller/CMakeLists.txt b/contrib/ydb/core/tx/replication/controller/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/replication/controller/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/replication/controller/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/replication/controller/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 62d5b63055b..00000000000 --- a/contrib/ydb/core/tx/replication/controller/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(tx-replication-controller) -target_compile_options(tx-replication-controller PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(tx-replication-controller PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-discovery - core-engine-minikql - ydb-core-protos - ydb-core-tablet_flat - tx-replication-ydb_proxy - ydb-core-util - ydb-core-ydb_convert - tools-enum_parser-enum_serialization_runtime -) -target_sources(tx-replication-controller PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/controller.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/dst_creator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/dst_remover.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/logging.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/nodes_manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/private_events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/replication.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/stream_creator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/stream_remover.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/sys_params.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/target_base.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/target_discoverer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/target_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/target_with_stream.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/tenant_resolver.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/tx_assign_stream_name.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/tx_create_dst_result.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/tx_create_replication.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/tx_create_stream_result.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/tx_discovery_targets_result.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/tx_drop_dst_result.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/tx_drop_replication.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/tx_drop_stream_result.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/tx_init.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/tx_init_schema.cpp -) -generate_enum_serilization(tx-replication-controller - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/controller/replication.h - INCLUDE_HEADERS - contrib/ydb/core/tx/replication/controller/replication.h -) diff --git a/contrib/ydb/core/tx/replication/service/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/replication/service/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 60457321ff1..00000000000 --- a/contrib/ydb/core/tx/replication/service/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(tx-replication-service) -target_compile_options(tx-replication-service PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(tx-replication-service PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base -) -target_sources(tx-replication-service PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/service/service.cpp -) diff --git a/contrib/ydb/core/tx/replication/service/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/replication/service/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 59ca253696c..00000000000 --- a/contrib/ydb/core/tx/replication/service/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(tx-replication-service) -target_compile_options(tx-replication-service PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(tx-replication-service PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base -) -target_sources(tx-replication-service PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/service/service.cpp -) diff --git a/contrib/ydb/core/tx/replication/service/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/replication/service/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 59ca253696c..00000000000 --- a/contrib/ydb/core/tx/replication/service/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(tx-replication-service) -target_compile_options(tx-replication-service PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(tx-replication-service PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base -) -target_sources(tx-replication-service PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/service/service.cpp -) diff --git a/contrib/ydb/core/tx/replication/service/CMakeLists.txt b/contrib/ydb/core/tx/replication/service/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/replication/service/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/replication/service/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/replication/service/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 60457321ff1..00000000000 --- a/contrib/ydb/core/tx/replication/service/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(tx-replication-service) -target_compile_options(tx-replication-service PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(tx-replication-service PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base -) -target_sources(tx-replication-service PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/service/service.cpp -) diff --git a/contrib/ydb/core/tx/replication/ydb_proxy/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/replication/ydb_proxy/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 8ba414c3ab3..00000000000 --- a/contrib/ydb/core/tx/replication/ydb_proxy/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(tx-replication-ydb_proxy) -target_compile_options(tx-replication-ydb_proxy PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(tx-replication-ydb_proxy PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-protos - cpp-client-ydb_driver - cpp-client-ydb_scheme - cpp-client-ydb_table - cpp-client-ydb_topic - client-ydb_types-credentials - ydb_types-credentials-login -) -target_sources(tx-replication-ydb_proxy PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/ydb_proxy/ydb_proxy.cpp -) diff --git a/contrib/ydb/core/tx/replication/ydb_proxy/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/replication/ydb_proxy/CMakeLists.linux-aarch64.txt deleted file mode 100644 index edfcedcb973..00000000000 --- a/contrib/ydb/core/tx/replication/ydb_proxy/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(tx-replication-ydb_proxy) -target_compile_options(tx-replication-ydb_proxy PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(tx-replication-ydb_proxy PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-protos - cpp-client-ydb_driver - cpp-client-ydb_scheme - cpp-client-ydb_table - cpp-client-ydb_topic - client-ydb_types-credentials - ydb_types-credentials-login -) -target_sources(tx-replication-ydb_proxy PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/ydb_proxy/ydb_proxy.cpp -) diff --git a/contrib/ydb/core/tx/replication/ydb_proxy/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/replication/ydb_proxy/CMakeLists.linux-x86_64.txt deleted file mode 100644 index edfcedcb973..00000000000 --- a/contrib/ydb/core/tx/replication/ydb_proxy/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(tx-replication-ydb_proxy) -target_compile_options(tx-replication-ydb_proxy PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(tx-replication-ydb_proxy PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-protos - cpp-client-ydb_driver - cpp-client-ydb_scheme - cpp-client-ydb_table - cpp-client-ydb_topic - client-ydb_types-credentials - ydb_types-credentials-login -) -target_sources(tx-replication-ydb_proxy PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/ydb_proxy/ydb_proxy.cpp -) diff --git a/contrib/ydb/core/tx/replication/ydb_proxy/CMakeLists.txt b/contrib/ydb/core/tx/replication/ydb_proxy/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/replication/ydb_proxy/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/replication/ydb_proxy/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/replication/ydb_proxy/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 8ba414c3ab3..00000000000 --- a/contrib/ydb/core/tx/replication/ydb_proxy/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(tx-replication-ydb_proxy) -target_compile_options(tx-replication-ydb_proxy PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(tx-replication-ydb_proxy PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-protos - cpp-client-ydb_driver - cpp-client-ydb_scheme - cpp-client-ydb_table - cpp-client-ydb_topic - client-ydb_types-credentials - ydb_types-credentials-login -) -target_sources(tx-replication-ydb_proxy PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/replication/ydb_proxy/ydb_proxy.cpp -) diff --git a/contrib/ydb/core/tx/scheme_board/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/scheme_board/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 8e1ea98aebb..00000000000 --- a/contrib/ydb/core/tx/scheme_board/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-tx-scheme_board) -target_link_libraries(core-tx-scheme_board PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - ydb-core-mon - ydb-core-protos - core-sys_view-common - core-tx-scheme_cache - ydb-core-util - ydb-library-aclib - tools-enum_parser-enum_serialization_runtime -) -target_sources(core-tx-scheme_board PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/scheme_board/cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/scheme_board/helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/scheme_board/load_test.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/scheme_board/monitoring.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/scheme_board/populator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/scheme_board/replica.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/scheme_board/subscriber.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/scheme_board/two_part_description.cpp -) -generate_enum_serilization(core-tx-scheme_board - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/scheme_board/subscriber.h - INCLUDE_HEADERS - contrib/ydb/core/tx/scheme_board/subscriber.h -) diff --git a/contrib/ydb/core/tx/scheme_board/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/scheme_board/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 3a8d288ff2d..00000000000 --- a/contrib/ydb/core/tx/scheme_board/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-tx-scheme_board) -target_link_libraries(core-tx-scheme_board PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - ydb-core-mon - ydb-core-protos - core-sys_view-common - core-tx-scheme_cache - ydb-core-util - ydb-library-aclib - tools-enum_parser-enum_serialization_runtime -) -target_sources(core-tx-scheme_board PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/scheme_board/cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/scheme_board/helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/scheme_board/load_test.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/scheme_board/monitoring.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/scheme_board/populator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/scheme_board/replica.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/scheme_board/subscriber.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/scheme_board/two_part_description.cpp -) -generate_enum_serilization(core-tx-scheme_board - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/scheme_board/subscriber.h - INCLUDE_HEADERS - contrib/ydb/core/tx/scheme_board/subscriber.h -) diff --git a/contrib/ydb/core/tx/scheme_board/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/scheme_board/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 3a8d288ff2d..00000000000 --- a/contrib/ydb/core/tx/scheme_board/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-tx-scheme_board) -target_link_libraries(core-tx-scheme_board PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - ydb-core-mon - ydb-core-protos - core-sys_view-common - core-tx-scheme_cache - ydb-core-util - ydb-library-aclib - tools-enum_parser-enum_serialization_runtime -) -target_sources(core-tx-scheme_board PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/scheme_board/cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/scheme_board/helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/scheme_board/load_test.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/scheme_board/monitoring.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/scheme_board/populator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/scheme_board/replica.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/scheme_board/subscriber.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/scheme_board/two_part_description.cpp -) -generate_enum_serilization(core-tx-scheme_board - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/scheme_board/subscriber.h - INCLUDE_HEADERS - contrib/ydb/core/tx/scheme_board/subscriber.h -) diff --git a/contrib/ydb/core/tx/scheme_board/CMakeLists.txt b/contrib/ydb/core/tx/scheme_board/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/scheme_board/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/scheme_board/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/scheme_board/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 8e1ea98aebb..00000000000 --- a/contrib/ydb/core/tx/scheme_board/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-tx-scheme_board) -target_link_libraries(core-tx-scheme_board PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - ydb-core-mon - ydb-core-protos - core-sys_view-common - core-tx-scheme_cache - ydb-core-util - ydb-library-aclib - tools-enum_parser-enum_serialization_runtime -) -target_sources(core-tx-scheme_board PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/scheme_board/cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/scheme_board/helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/scheme_board/load_test.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/scheme_board/monitoring.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/scheme_board/populator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/scheme_board/replica.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/scheme_board/subscriber.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/scheme_board/two_part_description.cpp -) -generate_enum_serilization(core-tx-scheme_board - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/scheme_board/subscriber.h - INCLUDE_HEADERS - contrib/ydb/core/tx/scheme_board/subscriber.h -) diff --git a/contrib/ydb/core/tx/scheme_cache/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/scheme_cache/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 988dbc9b770..00000000000 --- a/contrib/ydb/core/tx/scheme_cache/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-tx-scheme_cache) -target_compile_options(core-tx-scheme_cache PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-tx-scheme_cache PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-protos - ydb-core-scheme - ydb-library-aclib - tools-enum_parser-enum_serialization_runtime -) -target_sources(core-tx-scheme_cache PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/scheme_cache/scheme_cache.cpp -) -generate_enum_serilization(core-tx-scheme_cache - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/scheme_cache/scheme_cache.h - INCLUDE_HEADERS - contrib/ydb/core/tx/scheme_cache/scheme_cache.h -) diff --git a/contrib/ydb/core/tx/scheme_cache/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/scheme_cache/CMakeLists.linux-aarch64.txt deleted file mode 100644 index de5bd2ca83c..00000000000 --- a/contrib/ydb/core/tx/scheme_cache/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-tx-scheme_cache) -target_compile_options(core-tx-scheme_cache PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-tx-scheme_cache PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-protos - ydb-core-scheme - ydb-library-aclib - tools-enum_parser-enum_serialization_runtime -) -target_sources(core-tx-scheme_cache PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/scheme_cache/scheme_cache.cpp -) -generate_enum_serilization(core-tx-scheme_cache - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/scheme_cache/scheme_cache.h - INCLUDE_HEADERS - contrib/ydb/core/tx/scheme_cache/scheme_cache.h -) diff --git a/contrib/ydb/core/tx/scheme_cache/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/scheme_cache/CMakeLists.linux-x86_64.txt deleted file mode 100644 index de5bd2ca83c..00000000000 --- a/contrib/ydb/core/tx/scheme_cache/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-tx-scheme_cache) -target_compile_options(core-tx-scheme_cache PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-tx-scheme_cache PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-protos - ydb-core-scheme - ydb-library-aclib - tools-enum_parser-enum_serialization_runtime -) -target_sources(core-tx-scheme_cache PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/scheme_cache/scheme_cache.cpp -) -generate_enum_serilization(core-tx-scheme_cache - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/scheme_cache/scheme_cache.h - INCLUDE_HEADERS - contrib/ydb/core/tx/scheme_cache/scheme_cache.h -) diff --git a/contrib/ydb/core/tx/scheme_cache/CMakeLists.txt b/contrib/ydb/core/tx/scheme_cache/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/scheme_cache/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/scheme_cache/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/scheme_cache/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 988dbc9b770..00000000000 --- a/contrib/ydb/core/tx/scheme_cache/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-tx-scheme_cache) -target_compile_options(core-tx-scheme_cache PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-tx-scheme_cache PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-protos - ydb-core-scheme - ydb-library-aclib - tools-enum_parser-enum_serialization_runtime -) -target_sources(core-tx-scheme_cache PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/scheme_cache/scheme_cache.cpp -) -generate_enum_serilization(core-tx-scheme_cache - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/scheme_cache/scheme_cache.h - INCLUDE_HEADERS - contrib/ydb/core/tx/scheme_cache/scheme_cache.h -) diff --git a/contrib/ydb/core/tx/schemeshard/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/schemeshard/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index e226738af78..00000000000 --- a/contrib/ydb/core/tx/schemeshard/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,244 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-tx-schemeshard) -target_compile_options(core-tx-schemeshard PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-tx-schemeshard PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - contrib-libs-protobuf - cpp-deprecated-enum_codegen - cpp-html-pcdata - library-cpp-json - ydb-core-actorlib_impl - ydb-core-audit - ydb-core-base - ydb-core-blob_depot - core-blockstore-core - ydb-core-engine - core-engine-minikql - ydb-core-external_sources - core-filestore-core - formats-arrow-compression - core-kesus-tablet - ydb-core-metering - ydb-core-persqueue - core-persqueue-config - core-persqueue-events - core-persqueue-writer - ydb-core-protos - ydb-core-scheme - ydb-core-statistics - core-sys_view-partition_stats - ydb-core-tablet - ydb-core-tablet_flat - ydb-core-tx - core-tx-datashard - core-tx-scheme_board - core-tx-tx_allocator_client - ydb-core-util - ydb-core-wrappers - ydb-core-ydb_convert - ydb-library-aclib - library-aclib-protos - ydb-library-login - library-login-protos - library-yql-minikql - ydb-services-bg_tasks -) -target_sources(core-tx-schemeshard PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__borrowed_compaction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__compaction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__clean_pathes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__conditional_erase.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__describe_scheme.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__delete_tablet_reply.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__find_subdomain_path_id.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__fix_bad_paths.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__init.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__init_populator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__init_root.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__init_schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__serverless_storage_billing.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__sync_update_tenants.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__login.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__monitoring.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__notify.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_blob_depot.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_side_effects.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_memory_changes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_db_changes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_alter_bsv.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_alter_extsubdomain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_alter_fs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_alter_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_alter_kesus.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_alter_login.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_alter_olap_store.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_alter_olap_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_alter_pq.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_alter_solomon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_alter_subdomain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_alter_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_alter_user_attrs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_assign_bsv.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_cancel_tx.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_consistent_copy_tables.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_copy_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_backup.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_bsv.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_external_data_source.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_external_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_extsubdomain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_fs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_indexed_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_kesus.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_lock.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_olap_store.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_olap_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_pq.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_replication.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_restore.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_rtmr.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_sequence.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_solomon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_subdomain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_view.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_bsv.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_external_data_source.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_external_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_extsubdomain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_fs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_indexed_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_kesus.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_lock.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_olap_store.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_olap_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_pq.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_replication.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_sequence.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_solomon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_subdomain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_unsafe.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_view.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_mkdir.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_modify_acl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_move_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_move_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_move_tables.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_move_table_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_part.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_rmdir.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_split_merge.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_just_reject.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_upgrade_subdomain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_initiate_build_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_finalize_build_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_build_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_apply_build_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_cansel_build_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_cdc_stream.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_alter_cdc_stream.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_cdc_stream.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_allocate_pq.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_deallocate_pq.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__pq_stats.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__publish_to_scheme_board.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__state_changed_reply.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__table_stats.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__table_stats_histogram.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__upgrade_schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__upgrade_access_database.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__make_access_database_no_inheritable.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_audit_log_fragment.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_audit_log.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_billing_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_cdc_stream_scan.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_domain_links.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_effective_acl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_identificators.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_info_types.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_olap_types.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_path_describer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_path_element.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_path.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_svp_migration.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_tables_storage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_types.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_utils.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_export__cancel.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_export__create.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_export__forget.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_export__get.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_export__list.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_export_flow_proposals.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_export.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_import__cancel.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_import__create.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_import__forget.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_import__get.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_import__list.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_import_flow_proposals.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_import.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_build_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_build_index_tx_base.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_build_index__cancel.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_build_index__forget.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_build_index__list.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_build_index__create.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_build_index__get.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_build_index__progress.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_validate_ttl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/user_attributes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_import_scheme_getter.cpp -) -generate_enum_serilization(core-tx-schemeshard - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_info_types.h - INCLUDE_HEADERS - contrib/ydb/core/tx/schemeshard/schemeshard_info_types.h -) -generate_enum_serilization(core-tx-schemeshard - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_types.h - INCLUDE_HEADERS - contrib/ydb/core/tx/schemeshard/schemeshard_types.h -) -generate_enum_serilization(core-tx-schemeshard - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/operation_queue_timer.h - INCLUDE_HEADERS - contrib/ydb/core/tx/schemeshard/operation_queue_timer.h -) diff --git a/contrib/ydb/core/tx/schemeshard/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/schemeshard/CMakeLists.linux-aarch64.txt deleted file mode 100644 index fdbee8d3f5b..00000000000 --- a/contrib/ydb/core/tx/schemeshard/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,245 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-tx-schemeshard) -target_compile_options(core-tx-schemeshard PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-tx-schemeshard PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - contrib-libs-protobuf - cpp-deprecated-enum_codegen - cpp-html-pcdata - library-cpp-json - ydb-core-actorlib_impl - ydb-core-audit - ydb-core-base - ydb-core-blob_depot - core-blockstore-core - ydb-core-engine - core-engine-minikql - ydb-core-external_sources - core-filestore-core - formats-arrow-compression - core-kesus-tablet - ydb-core-metering - ydb-core-persqueue - core-persqueue-config - core-persqueue-events - core-persqueue-writer - ydb-core-protos - ydb-core-scheme - ydb-core-statistics - core-sys_view-partition_stats - ydb-core-tablet - ydb-core-tablet_flat - ydb-core-tx - core-tx-datashard - core-tx-scheme_board - core-tx-tx_allocator_client - ydb-core-util - ydb-core-wrappers - ydb-core-ydb_convert - ydb-library-aclib - library-aclib-protos - ydb-library-login - library-login-protos - library-yql-minikql - ydb-services-bg_tasks -) -target_sources(core-tx-schemeshard PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__borrowed_compaction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__compaction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__clean_pathes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__conditional_erase.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__describe_scheme.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__delete_tablet_reply.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__find_subdomain_path_id.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__fix_bad_paths.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__init.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__init_populator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__init_root.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__init_schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__serverless_storage_billing.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__sync_update_tenants.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__login.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__monitoring.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__notify.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_blob_depot.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_side_effects.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_memory_changes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_db_changes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_alter_bsv.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_alter_extsubdomain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_alter_fs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_alter_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_alter_kesus.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_alter_login.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_alter_olap_store.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_alter_olap_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_alter_pq.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_alter_solomon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_alter_subdomain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_alter_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_alter_user_attrs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_assign_bsv.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_cancel_tx.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_consistent_copy_tables.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_copy_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_backup.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_bsv.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_external_data_source.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_external_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_extsubdomain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_fs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_indexed_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_kesus.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_lock.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_olap_store.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_olap_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_pq.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_replication.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_restore.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_rtmr.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_sequence.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_solomon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_subdomain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_view.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_bsv.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_external_data_source.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_external_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_extsubdomain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_fs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_indexed_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_kesus.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_lock.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_olap_store.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_olap_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_pq.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_replication.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_sequence.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_solomon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_subdomain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_unsafe.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_view.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_mkdir.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_modify_acl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_move_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_move_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_move_tables.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_move_table_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_part.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_rmdir.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_split_merge.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_just_reject.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_upgrade_subdomain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_initiate_build_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_finalize_build_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_build_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_apply_build_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_cansel_build_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_cdc_stream.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_alter_cdc_stream.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_cdc_stream.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_allocate_pq.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_deallocate_pq.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__pq_stats.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__publish_to_scheme_board.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__state_changed_reply.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__table_stats.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__table_stats_histogram.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__upgrade_schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__upgrade_access_database.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__make_access_database_no_inheritable.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_audit_log_fragment.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_audit_log.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_billing_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_cdc_stream_scan.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_domain_links.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_effective_acl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_identificators.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_info_types.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_olap_types.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_path_describer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_path_element.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_path.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_svp_migration.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_tables_storage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_types.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_utils.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_export__cancel.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_export__create.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_export__forget.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_export__get.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_export__list.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_export_flow_proposals.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_export.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_import__cancel.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_import__create.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_import__forget.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_import__get.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_import__list.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_import_flow_proposals.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_import.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_build_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_build_index_tx_base.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_build_index__cancel.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_build_index__forget.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_build_index__list.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_build_index__create.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_build_index__get.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_build_index__progress.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_validate_ttl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/user_attributes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_import_scheme_getter.cpp -) -generate_enum_serilization(core-tx-schemeshard - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_info_types.h - INCLUDE_HEADERS - contrib/ydb/core/tx/schemeshard/schemeshard_info_types.h -) -generate_enum_serilization(core-tx-schemeshard - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_types.h - INCLUDE_HEADERS - contrib/ydb/core/tx/schemeshard/schemeshard_types.h -) -generate_enum_serilization(core-tx-schemeshard - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/operation_queue_timer.h - INCLUDE_HEADERS - contrib/ydb/core/tx/schemeshard/operation_queue_timer.h -) diff --git a/contrib/ydb/core/tx/schemeshard/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/schemeshard/CMakeLists.linux-x86_64.txt deleted file mode 100644 index fdbee8d3f5b..00000000000 --- a/contrib/ydb/core/tx/schemeshard/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,245 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-tx-schemeshard) -target_compile_options(core-tx-schemeshard PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-tx-schemeshard PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - contrib-libs-protobuf - cpp-deprecated-enum_codegen - cpp-html-pcdata - library-cpp-json - ydb-core-actorlib_impl - ydb-core-audit - ydb-core-base - ydb-core-blob_depot - core-blockstore-core - ydb-core-engine - core-engine-minikql - ydb-core-external_sources - core-filestore-core - formats-arrow-compression - core-kesus-tablet - ydb-core-metering - ydb-core-persqueue - core-persqueue-config - core-persqueue-events - core-persqueue-writer - ydb-core-protos - ydb-core-scheme - ydb-core-statistics - core-sys_view-partition_stats - ydb-core-tablet - ydb-core-tablet_flat - ydb-core-tx - core-tx-datashard - core-tx-scheme_board - core-tx-tx_allocator_client - ydb-core-util - ydb-core-wrappers - ydb-core-ydb_convert - ydb-library-aclib - library-aclib-protos - ydb-library-login - library-login-protos - library-yql-minikql - ydb-services-bg_tasks -) -target_sources(core-tx-schemeshard PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__borrowed_compaction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__compaction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__clean_pathes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__conditional_erase.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__describe_scheme.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__delete_tablet_reply.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__find_subdomain_path_id.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__fix_bad_paths.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__init.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__init_populator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__init_root.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__init_schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__serverless_storage_billing.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__sync_update_tenants.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__login.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__monitoring.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__notify.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_blob_depot.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_side_effects.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_memory_changes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_db_changes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_alter_bsv.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_alter_extsubdomain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_alter_fs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_alter_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_alter_kesus.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_alter_login.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_alter_olap_store.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_alter_olap_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_alter_pq.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_alter_solomon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_alter_subdomain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_alter_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_alter_user_attrs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_assign_bsv.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_cancel_tx.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_consistent_copy_tables.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_copy_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_backup.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_bsv.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_external_data_source.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_external_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_extsubdomain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_fs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_indexed_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_kesus.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_lock.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_olap_store.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_olap_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_pq.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_replication.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_restore.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_rtmr.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_sequence.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_solomon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_subdomain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_view.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_bsv.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_external_data_source.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_external_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_extsubdomain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_fs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_indexed_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_kesus.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_lock.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_olap_store.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_olap_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_pq.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_replication.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_sequence.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_solomon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_subdomain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_unsafe.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_view.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_mkdir.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_modify_acl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_move_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_move_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_move_tables.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_move_table_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_part.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_rmdir.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_split_merge.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_just_reject.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_upgrade_subdomain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_initiate_build_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_finalize_build_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_build_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_apply_build_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_cansel_build_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_cdc_stream.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_alter_cdc_stream.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_cdc_stream.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_allocate_pq.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_deallocate_pq.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__pq_stats.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__publish_to_scheme_board.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__state_changed_reply.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__table_stats.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__table_stats_histogram.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__upgrade_schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__upgrade_access_database.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__make_access_database_no_inheritable.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_audit_log_fragment.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_audit_log.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_billing_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_cdc_stream_scan.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_domain_links.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_effective_acl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_identificators.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_info_types.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_olap_types.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_path_describer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_path_element.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_path.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_svp_migration.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_tables_storage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_types.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_utils.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_export__cancel.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_export__create.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_export__forget.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_export__get.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_export__list.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_export_flow_proposals.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_export.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_import__cancel.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_import__create.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_import__forget.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_import__get.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_import__list.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_import_flow_proposals.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_import.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_build_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_build_index_tx_base.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_build_index__cancel.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_build_index__forget.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_build_index__list.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_build_index__create.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_build_index__get.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_build_index__progress.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_validate_ttl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/user_attributes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_import_scheme_getter.cpp -) -generate_enum_serilization(core-tx-schemeshard - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_info_types.h - INCLUDE_HEADERS - contrib/ydb/core/tx/schemeshard/schemeshard_info_types.h -) -generate_enum_serilization(core-tx-schemeshard - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_types.h - INCLUDE_HEADERS - contrib/ydb/core/tx/schemeshard/schemeshard_types.h -) -generate_enum_serilization(core-tx-schemeshard - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/operation_queue_timer.h - INCLUDE_HEADERS - contrib/ydb/core/tx/schemeshard/operation_queue_timer.h -) diff --git a/contrib/ydb/core/tx/schemeshard/CMakeLists.txt b/contrib/ydb/core/tx/schemeshard/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/schemeshard/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/schemeshard/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/schemeshard/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 1c0e13d3bd2..00000000000 --- a/contrib/ydb/core/tx/schemeshard/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,244 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-tx-schemeshard) -target_compile_options(core-tx-schemeshard PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-tx-schemeshard PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - contrib-libs-protobuf - cpp-deprecated-enum_codegen - cpp-html-pcdata - library-cpp-json - ydb-core-actorlib_impl - ydb-core-audit - ydb-core-base - ydb-core-blob_depot - core-blockstore-core - ydb-core-engine - core-engine-minikql - ydb-core-external_sources - core-filestore-core - formats-arrow-compression - core-kesus-tablet - ydb-core-metering - ydb-core-persqueue - core-persqueue-config - core-persqueue-events - core-persqueue-writer - ydb-core-protos - ydb-core-scheme - ydb-core-statistics - core-sys_view-partition_stats - ydb-core-tablet - ydb-core-tablet_flat - ydb-core-tx - core-tx-datashard - core-tx-scheme_board - core-tx-tx_allocator_client - ydb-core-util - ydb-core-wrappers - ydb-core-ydb_convert - ydb-library-aclib - library-aclib-protos - ydb-library-login - library-login-protos - library-yql-minikql - ydb-services-bg_tasks -) -target_sources(core-tx-schemeshard PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__borrowed_compaction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__compaction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__clean_pathes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__conditional_erase.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__describe_scheme.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__delete_tablet_reply.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__find_subdomain_path_id.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__fix_bad_paths.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__init.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__init_populator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__init_root.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__init_schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__serverless_storage_billing.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__sync_update_tenants.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__login.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__monitoring.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__notify.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_blob_depot.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_side_effects.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_memory_changes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_db_changes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_alter_bsv.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_alter_extsubdomain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_alter_fs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_alter_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_alter_kesus.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_alter_login.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_alter_olap_store.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_alter_olap_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_alter_pq.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_alter_solomon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_alter_subdomain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_alter_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_alter_user_attrs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_assign_bsv.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_cancel_tx.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_consistent_copy_tables.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_copy_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_backup.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_bsv.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_external_data_source.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_external_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_extsubdomain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_fs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_indexed_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_kesus.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_lock.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_olap_store.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_olap_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_pq.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_replication.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_restore.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_rtmr.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_sequence.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_solomon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_subdomain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_view.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_bsv.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_external_data_source.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_external_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_extsubdomain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_fs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_indexed_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_kesus.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_lock.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_olap_store.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_olap_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_pq.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_replication.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_sequence.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_solomon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_subdomain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_unsafe.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_view.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_mkdir.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_modify_acl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_move_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_move_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_move_tables.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_move_table_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_part.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_rmdir.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_split_merge.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_just_reject.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_upgrade_subdomain.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_initiate_build_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_finalize_build_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_build_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_apply_build_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_cansel_build_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_create_cdc_stream.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_alter_cdc_stream.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_drop_cdc_stream.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_allocate_pq.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__operation_deallocate_pq.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__pq_stats.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__publish_to_scheme_board.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__state_changed_reply.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__table_stats.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__table_stats_histogram.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__upgrade_schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__upgrade_access_database.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard__make_access_database_no_inheritable.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_audit_log_fragment.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_audit_log.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_billing_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_cdc_stream_scan.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_domain_links.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_effective_acl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_identificators.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_info_types.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_olap_types.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_path_describer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_path_element.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_path.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_svp_migration.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_tables_storage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_types.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_utils.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_export__cancel.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_export__create.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_export__forget.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_export__get.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_export__list.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_export_flow_proposals.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_export.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_import__cancel.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_import__create.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_import__forget.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_import__get.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_import__list.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_import_flow_proposals.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_import.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_build_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_build_index_tx_base.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_build_index__cancel.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_build_index__forget.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_build_index__list.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_build_index__create.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_build_index__get.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_build_index__progress.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_validate_ttl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/user_attributes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_import_scheme_getter_fallback.cpp -) -generate_enum_serilization(core-tx-schemeshard - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_info_types.h - INCLUDE_HEADERS - contrib/ydb/core/tx/schemeshard/schemeshard_info_types.h -) -generate_enum_serilization(core-tx-schemeshard - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/schemeshard_types.h - INCLUDE_HEADERS - contrib/ydb/core/tx/schemeshard/schemeshard_types.h -) -generate_enum_serilization(core-tx-schemeshard - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/schemeshard/operation_queue_timer.h - INCLUDE_HEADERS - contrib/ydb/core/tx/schemeshard/operation_queue_timer.h -) diff --git a/contrib/ydb/core/tx/sequenceproxy/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/sequenceproxy/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 1403a9783c7..00000000000 --- a/contrib/ydb/core/tx/sequenceproxy/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_subdirectory(public) - -add_library(core-tx-sequenceproxy) -target_link_libraries(core-tx-sequenceproxy PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - core-tx-scheme_cache - tx-sequenceproxy-public - tx-sequenceshard-public -) -target_sources(core-tx-sequenceproxy PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceproxy/sequenceproxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceproxy/sequenceproxy_allocate.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceproxy/sequenceproxy_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceproxy/sequenceproxy_resolve.cpp -) diff --git a/contrib/ydb/core/tx/sequenceproxy/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/sequenceproxy/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 6423f1c9099..00000000000 --- a/contrib/ydb/core/tx/sequenceproxy/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_subdirectory(public) - -add_library(core-tx-sequenceproxy) -target_link_libraries(core-tx-sequenceproxy PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - core-tx-scheme_cache - tx-sequenceproxy-public - tx-sequenceshard-public -) -target_sources(core-tx-sequenceproxy PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceproxy/sequenceproxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceproxy/sequenceproxy_allocate.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceproxy/sequenceproxy_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceproxy/sequenceproxy_resolve.cpp -) diff --git a/contrib/ydb/core/tx/sequenceproxy/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/sequenceproxy/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 6423f1c9099..00000000000 --- a/contrib/ydb/core/tx/sequenceproxy/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_subdirectory(public) - -add_library(core-tx-sequenceproxy) -target_link_libraries(core-tx-sequenceproxy PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - core-tx-scheme_cache - tx-sequenceproxy-public - tx-sequenceshard-public -) -target_sources(core-tx-sequenceproxy PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceproxy/sequenceproxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceproxy/sequenceproxy_allocate.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceproxy/sequenceproxy_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceproxy/sequenceproxy_resolve.cpp -) diff --git a/contrib/ydb/core/tx/sequenceproxy/CMakeLists.txt b/contrib/ydb/core/tx/sequenceproxy/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/sequenceproxy/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/sequenceproxy/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/sequenceproxy/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 1403a9783c7..00000000000 --- a/contrib/ydb/core/tx/sequenceproxy/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_subdirectory(public) - -add_library(core-tx-sequenceproxy) -target_link_libraries(core-tx-sequenceproxy PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - core-tx-scheme_cache - tx-sequenceproxy-public - tx-sequenceshard-public -) -target_sources(core-tx-sequenceproxy PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceproxy/sequenceproxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceproxy/sequenceproxy_allocate.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceproxy/sequenceproxy_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceproxy/sequenceproxy_resolve.cpp -) diff --git a/contrib/ydb/core/tx/sequenceproxy/public/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/sequenceproxy/public/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 83830817632..00000000000 --- a/contrib/ydb/core/tx/sequenceproxy/public/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(tx-sequenceproxy-public) -target_compile_options(tx-sequenceproxy-public PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(tx-sequenceproxy-public PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-library-aclib - api-protos - yql-public-issue -) -target_sources(tx-sequenceproxy-public PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceproxy/public/events.cpp -) diff --git a/contrib/ydb/core/tx/sequenceproxy/public/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/sequenceproxy/public/CMakeLists.linux-aarch64.txt deleted file mode 100644 index f0ce4eef0c9..00000000000 --- a/contrib/ydb/core/tx/sequenceproxy/public/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(tx-sequenceproxy-public) -target_compile_options(tx-sequenceproxy-public PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(tx-sequenceproxy-public PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-library-aclib - api-protos - yql-public-issue -) -target_sources(tx-sequenceproxy-public PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceproxy/public/events.cpp -) diff --git a/contrib/ydb/core/tx/sequenceproxy/public/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/sequenceproxy/public/CMakeLists.linux-x86_64.txt deleted file mode 100644 index f0ce4eef0c9..00000000000 --- a/contrib/ydb/core/tx/sequenceproxy/public/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(tx-sequenceproxy-public) -target_compile_options(tx-sequenceproxy-public PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(tx-sequenceproxy-public PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-library-aclib - api-protos - yql-public-issue -) -target_sources(tx-sequenceproxy-public PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceproxy/public/events.cpp -) diff --git a/contrib/ydb/core/tx/sequenceproxy/public/CMakeLists.txt b/contrib/ydb/core/tx/sequenceproxy/public/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/sequenceproxy/public/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/sequenceproxy/public/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/sequenceproxy/public/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 83830817632..00000000000 --- a/contrib/ydb/core/tx/sequenceproxy/public/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(tx-sequenceproxy-public) -target_compile_options(tx-sequenceproxy-public PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(tx-sequenceproxy-public PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-library-aclib - api-protos - yql-public-issue -) -target_sources(tx-sequenceproxy-public PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceproxy/public/events.cpp -) diff --git a/contrib/ydb/core/tx/sequenceshard/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/sequenceshard/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 9230070f9b8..00000000000 --- a/contrib/ydb/core/tx/sequenceshard/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_subdirectory(public) - -add_library(core-tx-sequenceshard) -target_compile_options(core-tx-sequenceshard PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-tx-sequenceshard PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - core-engine-minikql - ydb-core-erasure - ydb-core-protos - ydb-core-tablet_flat - tx-sequenceshard-public -) -target_sources(core-tx-sequenceshard PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceshard/schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceshard/sequenceshard.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceshard/sequenceshard_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceshard/tx_allocate_sequence.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceshard/tx_create_sequence.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceshard/tx_drop_sequence.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceshard/tx_freeze_sequence.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceshard/tx_init.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceshard/tx_init_schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceshard/tx_mark_schemeshard_pipe.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceshard/tx_redirect_sequence.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceshard/tx_restore_sequence.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceshard/tx_update_sequence.cpp -) diff --git a/contrib/ydb/core/tx/sequenceshard/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/sequenceshard/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 4bce6b7c4e9..00000000000 --- a/contrib/ydb/core/tx/sequenceshard/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_subdirectory(public) - -add_library(core-tx-sequenceshard) -target_compile_options(core-tx-sequenceshard PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-tx-sequenceshard PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - core-engine-minikql - ydb-core-erasure - ydb-core-protos - ydb-core-tablet_flat - tx-sequenceshard-public -) -target_sources(core-tx-sequenceshard PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceshard/schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceshard/sequenceshard.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceshard/sequenceshard_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceshard/tx_allocate_sequence.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceshard/tx_create_sequence.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceshard/tx_drop_sequence.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceshard/tx_freeze_sequence.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceshard/tx_init.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceshard/tx_init_schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceshard/tx_mark_schemeshard_pipe.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceshard/tx_redirect_sequence.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceshard/tx_restore_sequence.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceshard/tx_update_sequence.cpp -) diff --git a/contrib/ydb/core/tx/sequenceshard/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/sequenceshard/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 4bce6b7c4e9..00000000000 --- a/contrib/ydb/core/tx/sequenceshard/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_subdirectory(public) - -add_library(core-tx-sequenceshard) -target_compile_options(core-tx-sequenceshard PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-tx-sequenceshard PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - core-engine-minikql - ydb-core-erasure - ydb-core-protos - ydb-core-tablet_flat - tx-sequenceshard-public -) -target_sources(core-tx-sequenceshard PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceshard/schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceshard/sequenceshard.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceshard/sequenceshard_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceshard/tx_allocate_sequence.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceshard/tx_create_sequence.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceshard/tx_drop_sequence.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceshard/tx_freeze_sequence.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceshard/tx_init.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceshard/tx_init_schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceshard/tx_mark_schemeshard_pipe.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceshard/tx_redirect_sequence.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceshard/tx_restore_sequence.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceshard/tx_update_sequence.cpp -) diff --git a/contrib/ydb/core/tx/sequenceshard/CMakeLists.txt b/contrib/ydb/core/tx/sequenceshard/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/sequenceshard/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/sequenceshard/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/sequenceshard/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 9230070f9b8..00000000000 --- a/contrib/ydb/core/tx/sequenceshard/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_subdirectory(public) - -add_library(core-tx-sequenceshard) -target_compile_options(core-tx-sequenceshard PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-tx-sequenceshard PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - core-engine-minikql - ydb-core-erasure - ydb-core-protos - ydb-core-tablet_flat - tx-sequenceshard-public -) -target_sources(core-tx-sequenceshard PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceshard/schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceshard/sequenceshard.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceshard/sequenceshard_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceshard/tx_allocate_sequence.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceshard/tx_create_sequence.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceshard/tx_drop_sequence.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceshard/tx_freeze_sequence.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceshard/tx_init.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceshard/tx_init_schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceshard/tx_mark_schemeshard_pipe.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceshard/tx_redirect_sequence.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceshard/tx_restore_sequence.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceshard/tx_update_sequence.cpp -) diff --git a/contrib/ydb/core/tx/sequenceshard/public/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/sequenceshard/public/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 063d3a4e8ae..00000000000 --- a/contrib/ydb/core/tx/sequenceshard/public/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(tx-sequenceshard-public) -target_compile_options(tx-sequenceshard-public PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(tx-sequenceshard-public PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-protos -) -target_sources(tx-sequenceshard-public PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceshard/public/events.cpp -) diff --git a/contrib/ydb/core/tx/sequenceshard/public/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/sequenceshard/public/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 2e1473fb652..00000000000 --- a/contrib/ydb/core/tx/sequenceshard/public/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(tx-sequenceshard-public) -target_compile_options(tx-sequenceshard-public PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(tx-sequenceshard-public PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-protos -) -target_sources(tx-sequenceshard-public PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceshard/public/events.cpp -) diff --git a/contrib/ydb/core/tx/sequenceshard/public/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/sequenceshard/public/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 2e1473fb652..00000000000 --- a/contrib/ydb/core/tx/sequenceshard/public/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(tx-sequenceshard-public) -target_compile_options(tx-sequenceshard-public PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(tx-sequenceshard-public PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-protos -) -target_sources(tx-sequenceshard-public PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceshard/public/events.cpp -) diff --git a/contrib/ydb/core/tx/sequenceshard/public/CMakeLists.txt b/contrib/ydb/core/tx/sequenceshard/public/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/sequenceshard/public/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/sequenceshard/public/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/sequenceshard/public/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 063d3a4e8ae..00000000000 --- a/contrib/ydb/core/tx/sequenceshard/public/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(tx-sequenceshard-public) -target_compile_options(tx-sequenceshard-public PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(tx-sequenceshard-public PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-protos -) -target_sources(tx-sequenceshard-public PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sequenceshard/public/events.cpp -) diff --git a/contrib/ydb/core/tx/sharding/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/sharding/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 50f746095eb..00000000000 --- a/contrib/ydb/core/tx/sharding/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(core-tx-sharding) -target_compile_options(core-tx-sharding PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-tx-sharding PUBLIC - contrib-libs-cxxsupp - yutil - library-yql-minikql - library-yql-utils - yql-public-udf - formats-arrow-hash - ydb-core-formats - ydb-core-protos -) -target_sources(core-tx-sharding PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sharding/sharding.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sharding/hash.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sharding/unboxed_reader.cpp -) diff --git a/contrib/ydb/core/tx/sharding/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/sharding/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 0fdf994a366..00000000000 --- a/contrib/ydb/core/tx/sharding/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(core-tx-sharding) -target_compile_options(core-tx-sharding PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-tx-sharding PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-yql-minikql - library-yql-utils - yql-public-udf - formats-arrow-hash - ydb-core-formats - ydb-core-protos -) -target_sources(core-tx-sharding PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sharding/sharding.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sharding/hash.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sharding/unboxed_reader.cpp -) diff --git a/contrib/ydb/core/tx/sharding/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/sharding/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 0fdf994a366..00000000000 --- a/contrib/ydb/core/tx/sharding/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(core-tx-sharding) -target_compile_options(core-tx-sharding PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-tx-sharding PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-yql-minikql - library-yql-utils - yql-public-udf - formats-arrow-hash - ydb-core-formats - ydb-core-protos -) -target_sources(core-tx-sharding PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sharding/sharding.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sharding/hash.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sharding/unboxed_reader.cpp -) diff --git a/contrib/ydb/core/tx/sharding/CMakeLists.txt b/contrib/ydb/core/tx/sharding/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/sharding/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/sharding/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/sharding/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 50f746095eb..00000000000 --- a/contrib/ydb/core/tx/sharding/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(core-tx-sharding) -target_compile_options(core-tx-sharding PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-tx-sharding PUBLIC - contrib-libs-cxxsupp - yutil - library-yql-minikql - library-yql-utils - yql-public-udf - formats-arrow-hash - ydb-core-formats - ydb-core-protos -) -target_sources(core-tx-sharding PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sharding/sharding.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sharding/hash.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/sharding/unboxed_reader.cpp -) diff --git a/contrib/ydb/core/tx/tiering/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/tiering/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 821b3a6c972..00000000000 --- a/contrib/ydb/core/tx/tiering/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,57 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(rule) -add_subdirectory(tier) - -add_library(core-tx-tiering) -target_link_libraries(core-tx-tiering PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-json-writer - ydb-core-blobstorage - ydb-core-protos - core-tx-schemeshard - tx-tiering-rule - tx-tiering-tier - core-tablet_flat-protos - ydb-core-wrappers - api-protos - services-bg_tasks-abstract - ydb-services-metadata -) -target_sources(core-tx-tiering PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/tier_cleaner.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/path_cleaner.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/snapshot.cpp -) - -add_global_library_for(core-tx-tiering.global core-tx-tiering) -target_link_libraries(core-tx-tiering.global PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-json-writer - ydb-core-blobstorage - ydb-core-protos - core-tx-schemeshard - tx-tiering-rule - tx-tiering-tier - core-tablet_flat-protos - ydb-core-wrappers - api-protos - services-bg_tasks-abstract - ydb-services-metadata -) -target_sources(core-tx-tiering.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/cleaner_task.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/external_data.cpp -) diff --git a/contrib/ydb/core/tx/tiering/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/tiering/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 515ba6cad4c..00000000000 --- a/contrib/ydb/core/tx/tiering/CMakeLists.linux-aarch64.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_subdirectory(rule) -add_subdirectory(tier) - -add_library(core-tx-tiering) -target_link_libraries(core-tx-tiering PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-json-writer - ydb-core-blobstorage - ydb-core-protos - core-tx-schemeshard - tx-tiering-rule - tx-tiering-tier - core-tablet_flat-protos - ydb-core-wrappers - api-protos - services-bg_tasks-abstract - ydb-services-metadata -) -target_sources(core-tx-tiering PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/tier_cleaner.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/path_cleaner.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/snapshot.cpp -) - -add_global_library_for(core-tx-tiering.global core-tx-tiering) -target_link_libraries(core-tx-tiering.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-json-writer - ydb-core-blobstorage - ydb-core-protos - core-tx-schemeshard - tx-tiering-rule - tx-tiering-tier - core-tablet_flat-protos - ydb-core-wrappers - api-protos - services-bg_tasks-abstract - ydb-services-metadata -) -target_sources(core-tx-tiering.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/cleaner_task.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/external_data.cpp -) diff --git a/contrib/ydb/core/tx/tiering/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/tiering/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 515ba6cad4c..00000000000 --- a/contrib/ydb/core/tx/tiering/CMakeLists.linux-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_subdirectory(rule) -add_subdirectory(tier) - -add_library(core-tx-tiering) -target_link_libraries(core-tx-tiering PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-json-writer - ydb-core-blobstorage - ydb-core-protos - core-tx-schemeshard - tx-tiering-rule - tx-tiering-tier - core-tablet_flat-protos - ydb-core-wrappers - api-protos - services-bg_tasks-abstract - ydb-services-metadata -) -target_sources(core-tx-tiering PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/tier_cleaner.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/path_cleaner.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/snapshot.cpp -) - -add_global_library_for(core-tx-tiering.global core-tx-tiering) -target_link_libraries(core-tx-tiering.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-json-writer - ydb-core-blobstorage - ydb-core-protos - core-tx-schemeshard - tx-tiering-rule - tx-tiering-tier - core-tablet_flat-protos - ydb-core-wrappers - api-protos - services-bg_tasks-abstract - ydb-services-metadata -) -target_sources(core-tx-tiering.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/cleaner_task.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/external_data.cpp -) diff --git a/contrib/ydb/core/tx/tiering/CMakeLists.txt b/contrib/ydb/core/tx/tiering/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/tiering/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/tiering/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/tiering/CMakeLists.windows-x86_64.txt deleted file mode 100644 index de786487250..00000000000 --- a/contrib/ydb/core/tx/tiering/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,63 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(rule) -add_subdirectory(tier) - -add_library(core-tx-tiering) -target_compile_options(core-tx-tiering PRIVATE - -DKIKIMR_DISABLE_S3_OPS -) -target_link_libraries(core-tx-tiering PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-json-writer - ydb-core-blobstorage - ydb-core-protos - core-tx-schemeshard - tx-tiering-rule - tx-tiering-tier - core-tablet_flat-protos - ydb-core-wrappers - api-protos - services-bg_tasks-abstract - ydb-services-metadata -) -target_sources(core-tx-tiering PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/tier_cleaner.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/path_cleaner.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/snapshot.cpp -) - -add_global_library_for(core-tx-tiering.global core-tx-tiering) -target_compile_options(core-tx-tiering.global PRIVATE - -DKIKIMR_DISABLE_S3_OPS -) -target_link_libraries(core-tx-tiering.global PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-json-writer - ydb-core-blobstorage - ydb-core-protos - core-tx-schemeshard - tx-tiering-rule - tx-tiering-tier - core-tablet_flat-protos - ydb-core-wrappers - api-protos - services-bg_tasks-abstract - ydb-services-metadata -) -target_sources(core-tx-tiering.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/cleaner_task.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/external_data.cpp -) diff --git a/contrib/ydb/core/tx/tiering/rule/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/tiering/rule/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c57bdedc2b9..00000000000 --- a/contrib/ydb/core/tx/tiering/rule/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(tx-tiering-rule) -target_compile_options(tx-tiering-rule PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(tx-tiering-rule PUBLIC - contrib-libs-cxxsupp - yutil - services-metadata-abstract - services-metadata-common - services-metadata-initializer - services-bg_tasks-abstract - core-tx-schemeshard -) -target_sources(tx-tiering-rule PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/rule/manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/rule/object.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/rule/initializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/rule/checker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/rule/ss_checker.cpp -) - -add_global_library_for(tx-tiering-rule.global tx-tiering-rule) -target_compile_options(tx-tiering-rule.global PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(tx-tiering-rule.global PUBLIC - contrib-libs-cxxsupp - yutil - services-metadata-abstract - services-metadata-common - services-metadata-initializer - services-bg_tasks-abstract - core-tx-schemeshard -) -target_sources(tx-tiering-rule.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/rule/behaviour.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/rule/ss_fetcher.cpp -) diff --git a/contrib/ydb/core/tx/tiering/rule/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/tiering/rule/CMakeLists.linux-aarch64.txt deleted file mode 100644 index bbb54ba7794..00000000000 --- a/contrib/ydb/core/tx/tiering/rule/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,49 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(tx-tiering-rule) -target_compile_options(tx-tiering-rule PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(tx-tiering-rule PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - services-metadata-abstract - services-metadata-common - services-metadata-initializer - services-bg_tasks-abstract - core-tx-schemeshard -) -target_sources(tx-tiering-rule PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/rule/manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/rule/object.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/rule/initializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/rule/checker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/rule/ss_checker.cpp -) - -add_global_library_for(tx-tiering-rule.global tx-tiering-rule) -target_compile_options(tx-tiering-rule.global PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(tx-tiering-rule.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - services-metadata-abstract - services-metadata-common - services-metadata-initializer - services-bg_tasks-abstract - core-tx-schemeshard -) -target_sources(tx-tiering-rule.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/rule/behaviour.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/rule/ss_fetcher.cpp -) diff --git a/contrib/ydb/core/tx/tiering/rule/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/tiering/rule/CMakeLists.linux-x86_64.txt deleted file mode 100644 index bbb54ba7794..00000000000 --- a/contrib/ydb/core/tx/tiering/rule/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,49 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(tx-tiering-rule) -target_compile_options(tx-tiering-rule PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(tx-tiering-rule PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - services-metadata-abstract - services-metadata-common - services-metadata-initializer - services-bg_tasks-abstract - core-tx-schemeshard -) -target_sources(tx-tiering-rule PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/rule/manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/rule/object.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/rule/initializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/rule/checker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/rule/ss_checker.cpp -) - -add_global_library_for(tx-tiering-rule.global tx-tiering-rule) -target_compile_options(tx-tiering-rule.global PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(tx-tiering-rule.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - services-metadata-abstract - services-metadata-common - services-metadata-initializer - services-bg_tasks-abstract - core-tx-schemeshard -) -target_sources(tx-tiering-rule.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/rule/behaviour.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/rule/ss_fetcher.cpp -) diff --git a/contrib/ydb/core/tx/tiering/rule/CMakeLists.txt b/contrib/ydb/core/tx/tiering/rule/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/tiering/rule/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/tiering/rule/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/tiering/rule/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c57bdedc2b9..00000000000 --- a/contrib/ydb/core/tx/tiering/rule/CMakeLists.windows-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(tx-tiering-rule) -target_compile_options(tx-tiering-rule PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(tx-tiering-rule PUBLIC - contrib-libs-cxxsupp - yutil - services-metadata-abstract - services-metadata-common - services-metadata-initializer - services-bg_tasks-abstract - core-tx-schemeshard -) -target_sources(tx-tiering-rule PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/rule/manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/rule/object.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/rule/initializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/rule/checker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/rule/ss_checker.cpp -) - -add_global_library_for(tx-tiering-rule.global tx-tiering-rule) -target_compile_options(tx-tiering-rule.global PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(tx-tiering-rule.global PUBLIC - contrib-libs-cxxsupp - yutil - services-metadata-abstract - services-metadata-common - services-metadata-initializer - services-bg_tasks-abstract - core-tx-schemeshard -) -target_sources(tx-tiering-rule.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/rule/behaviour.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/rule/ss_fetcher.cpp -) diff --git a/contrib/ydb/core/tx/tiering/tier/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/tiering/tier/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 37b29d3a480..00000000000 --- a/contrib/ydb/core/tx/tiering/tier/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(tx-tiering-tier) -target_compile_options(tx-tiering-tier PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(tx-tiering-tier PUBLIC - contrib-libs-cxxsupp - yutil - services-metadata-initializer - services-metadata-abstract - services-metadata-secret - core-tx-schemeshard -) -target_sources(tx-tiering-tier PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/tier/manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/tier/object.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/tier/initializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/tier/checker.cpp -) - -add_global_library_for(tx-tiering-tier.global tx-tiering-tier) -target_compile_options(tx-tiering-tier.global PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(tx-tiering-tier.global PUBLIC - contrib-libs-cxxsupp - yutil - services-metadata-initializer - services-metadata-abstract - services-metadata-secret - core-tx-schemeshard -) -target_sources(tx-tiering-tier.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/tier/behaviour.cpp -) diff --git a/contrib/ydb/core/tx/tiering/tier/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/tiering/tier/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d2453e10911..00000000000 --- a/contrib/ydb/core/tx/tiering/tier/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(tx-tiering-tier) -target_compile_options(tx-tiering-tier PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(tx-tiering-tier PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - services-metadata-initializer - services-metadata-abstract - services-metadata-secret - core-tx-schemeshard -) -target_sources(tx-tiering-tier PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/tier/manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/tier/object.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/tier/initializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/tier/checker.cpp -) - -add_global_library_for(tx-tiering-tier.global tx-tiering-tier) -target_compile_options(tx-tiering-tier.global PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(tx-tiering-tier.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - services-metadata-initializer - services-metadata-abstract - services-metadata-secret - core-tx-schemeshard -) -target_sources(tx-tiering-tier.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/tier/behaviour.cpp -) diff --git a/contrib/ydb/core/tx/tiering/tier/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/tiering/tier/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d2453e10911..00000000000 --- a/contrib/ydb/core/tx/tiering/tier/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(tx-tiering-tier) -target_compile_options(tx-tiering-tier PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(tx-tiering-tier PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - services-metadata-initializer - services-metadata-abstract - services-metadata-secret - core-tx-schemeshard -) -target_sources(tx-tiering-tier PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/tier/manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/tier/object.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/tier/initializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/tier/checker.cpp -) - -add_global_library_for(tx-tiering-tier.global tx-tiering-tier) -target_compile_options(tx-tiering-tier.global PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(tx-tiering-tier.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - services-metadata-initializer - services-metadata-abstract - services-metadata-secret - core-tx-schemeshard -) -target_sources(tx-tiering-tier.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/tier/behaviour.cpp -) diff --git a/contrib/ydb/core/tx/tiering/tier/CMakeLists.txt b/contrib/ydb/core/tx/tiering/tier/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/tiering/tier/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/tiering/tier/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/tiering/tier/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 37b29d3a480..00000000000 --- a/contrib/ydb/core/tx/tiering/tier/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(tx-tiering-tier) -target_compile_options(tx-tiering-tier PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(tx-tiering-tier PUBLIC - contrib-libs-cxxsupp - yutil - services-metadata-initializer - services-metadata-abstract - services-metadata-secret - core-tx-schemeshard -) -target_sources(tx-tiering-tier PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/tier/manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/tier/object.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/tier/initializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/tier/checker.cpp -) - -add_global_library_for(tx-tiering-tier.global tx-tiering-tier) -target_compile_options(tx-tiering-tier.global PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(tx-tiering-tier.global PUBLIC - contrib-libs-cxxsupp - yutil - services-metadata-initializer - services-metadata-abstract - services-metadata-secret - core-tx-schemeshard -) -target_sources(tx-tiering-tier.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tiering/tier/behaviour.cpp -) diff --git a/contrib/ydb/core/tx/time_cast/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/time_cast/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index b6ecc6e32cb..00000000000 --- a/contrib/ydb/core/tx/time_cast/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(core-tx-time_cast) -target_link_libraries(core-tx-time_cast PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - ydb-core-protos - ydb-core-tablet - ydb-core-tx -) -target_sources(core-tx-time_cast PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/time_cast/time_cast.cpp -) diff --git a/contrib/ydb/core/tx/time_cast/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/time_cast/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 83f8bedda58..00000000000 --- a/contrib/ydb/core/tx/time_cast/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(core-tx-time_cast) -target_link_libraries(core-tx-time_cast PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - ydb-core-protos - ydb-core-tablet - ydb-core-tx -) -target_sources(core-tx-time_cast PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/time_cast/time_cast.cpp -) diff --git a/contrib/ydb/core/tx/time_cast/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/time_cast/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 83f8bedda58..00000000000 --- a/contrib/ydb/core/tx/time_cast/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(core-tx-time_cast) -target_link_libraries(core-tx-time_cast PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - ydb-core-protos - ydb-core-tablet - ydb-core-tx -) -target_sources(core-tx-time_cast PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/time_cast/time_cast.cpp -) diff --git a/contrib/ydb/core/tx/time_cast/CMakeLists.txt b/contrib/ydb/core/tx/time_cast/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/time_cast/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/time_cast/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/time_cast/CMakeLists.windows-x86_64.txt deleted file mode 100644 index b6ecc6e32cb..00000000000 --- a/contrib/ydb/core/tx/time_cast/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(core-tx-time_cast) -target_link_libraries(core-tx-time_cast PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - ydb-core-protos - ydb-core-tablet - ydb-core-tx -) -target_sources(core-tx-time_cast PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/time_cast/time_cast.cpp -) diff --git a/contrib/ydb/core/tx/tracing/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/tracing/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index efa4f51b2fd..00000000000 --- a/contrib/ydb/core/tx/tracing/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_subdirectory(service) -add_subdirectory(usage) - -add_library(core-tx-tracing INTERFACE) -target_link_libraries(core-tx-tracing INTERFACE - contrib-libs-cxxsupp - yutil - tx-tracing-service - tx-tracing-usage -) diff --git a/contrib/ydb/core/tx/tracing/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/tracing/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b4e2ac09b5d..00000000000 --- a/contrib/ydb/core/tx/tracing/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_subdirectory(service) -add_subdirectory(usage) - -add_library(core-tx-tracing INTERFACE) -target_link_libraries(core-tx-tracing INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tx-tracing-service - tx-tracing-usage -) diff --git a/contrib/ydb/core/tx/tracing/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/tracing/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b4e2ac09b5d..00000000000 --- a/contrib/ydb/core/tx/tracing/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_subdirectory(service) -add_subdirectory(usage) - -add_library(core-tx-tracing INTERFACE) -target_link_libraries(core-tx-tracing INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tx-tracing-service - tx-tracing-usage -) diff --git a/contrib/ydb/core/tx/tracing/CMakeLists.txt b/contrib/ydb/core/tx/tracing/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/tracing/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/tracing/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/tracing/CMakeLists.windows-x86_64.txt deleted file mode 100644 index efa4f51b2fd..00000000000 --- a/contrib/ydb/core/tx/tracing/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_subdirectory(service) -add_subdirectory(usage) - -add_library(core-tx-tracing INTERFACE) -target_link_libraries(core-tx-tracing INTERFACE - contrib-libs-cxxsupp - yutil - tx-tracing-service - tx-tracing-usage -) diff --git a/contrib/ydb/core/tx/tracing/service/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/tracing/service/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 1133734986b..00000000000 --- a/contrib/ydb/core/tx/tracing/service/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(tx-tracing-service) -target_link_libraries(tx-tracing-service PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-protos - tx-tracing-usage -) -target_sources(tx-tracing-service PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tracing/service/global.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tracing/service/actor.cpp -) diff --git a/contrib/ydb/core/tx/tracing/service/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/tracing/service/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 969ae554bf3..00000000000 --- a/contrib/ydb/core/tx/tracing/service/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(tx-tracing-service) -target_link_libraries(tx-tracing-service PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-protos - tx-tracing-usage -) -target_sources(tx-tracing-service PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tracing/service/global.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tracing/service/actor.cpp -) diff --git a/contrib/ydb/core/tx/tracing/service/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/tracing/service/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 969ae554bf3..00000000000 --- a/contrib/ydb/core/tx/tracing/service/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(tx-tracing-service) -target_link_libraries(tx-tracing-service PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-protos - tx-tracing-usage -) -target_sources(tx-tracing-service PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tracing/service/global.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tracing/service/actor.cpp -) diff --git a/contrib/ydb/core/tx/tracing/service/CMakeLists.txt b/contrib/ydb/core/tx/tracing/service/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/tracing/service/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/tracing/service/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/tracing/service/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 1133734986b..00000000000 --- a/contrib/ydb/core/tx/tracing/service/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(tx-tracing-service) -target_link_libraries(tx-tracing-service PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-protos - tx-tracing-usage -) -target_sources(tx-tracing-service PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tracing/service/global.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tracing/service/actor.cpp -) diff --git a/contrib/ydb/core/tx/tracing/usage/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/tracing/usage/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index cd55c3a96bf..00000000000 --- a/contrib/ydb/core/tx/tracing/usage/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(tx-tracing-usage) -target_link_libraries(tx-tracing-usage PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-protos - library-actors-core -) -target_sources(tx-tracing-usage PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tracing/usage/tracing.cpp -) diff --git a/contrib/ydb/core/tx/tracing/usage/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/tracing/usage/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 7cba7e37d72..00000000000 --- a/contrib/ydb/core/tx/tracing/usage/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(tx-tracing-usage) -target_link_libraries(tx-tracing-usage PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-protos - library-actors-core -) -target_sources(tx-tracing-usage PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tracing/usage/tracing.cpp -) diff --git a/contrib/ydb/core/tx/tracing/usage/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/tracing/usage/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 7cba7e37d72..00000000000 --- a/contrib/ydb/core/tx/tracing/usage/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(tx-tracing-usage) -target_link_libraries(tx-tracing-usage PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-protos - library-actors-core -) -target_sources(tx-tracing-usage PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tracing/usage/tracing.cpp -) diff --git a/contrib/ydb/core/tx/tracing/usage/CMakeLists.txt b/contrib/ydb/core/tx/tracing/usage/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/tracing/usage/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/tracing/usage/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/tracing/usage/CMakeLists.windows-x86_64.txt deleted file mode 100644 index cd55c3a96bf..00000000000 --- a/contrib/ydb/core/tx/tracing/usage/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(tx-tracing-usage) -target_link_libraries(tx-tracing-usage PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-protos - library-actors-core -) -target_sources(tx-tracing-usage PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tracing/usage/tracing.cpp -) diff --git a/contrib/ydb/core/tx/tx_allocator/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/tx_allocator/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 64b31729d4b..00000000000 --- a/contrib/ydb/core/tx/tx_allocator/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(core-tx-tx_allocator) -target_link_libraries(core-tx-tx_allocator PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-helpers - library-actors-interconnect - ydb-core-actorlib_impl - ydb-core-base - core-engine-minikql - ydb-core-protos - ydb-core-tablet - ydb-core-tablet_flat -) -target_sources(core-tx-tx_allocator PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_allocator/txallocator__reserve.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_allocator/txallocator__scheme.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_allocator/txallocator_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_allocator/txallocator.cpp -) diff --git a/contrib/ydb/core/tx/tx_allocator/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/tx_allocator/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 03faa943749..00000000000 --- a/contrib/ydb/core/tx/tx_allocator/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(core-tx-tx_allocator) -target_link_libraries(core-tx-tx_allocator PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-helpers - library-actors-interconnect - ydb-core-actorlib_impl - ydb-core-base - core-engine-minikql - ydb-core-protos - ydb-core-tablet - ydb-core-tablet_flat -) -target_sources(core-tx-tx_allocator PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_allocator/txallocator__reserve.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_allocator/txallocator__scheme.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_allocator/txallocator_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_allocator/txallocator.cpp -) diff --git a/contrib/ydb/core/tx/tx_allocator/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/tx_allocator/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 03faa943749..00000000000 --- a/contrib/ydb/core/tx/tx_allocator/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(core-tx-tx_allocator) -target_link_libraries(core-tx-tx_allocator PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-helpers - library-actors-interconnect - ydb-core-actorlib_impl - ydb-core-base - core-engine-minikql - ydb-core-protos - ydb-core-tablet - ydb-core-tablet_flat -) -target_sources(core-tx-tx_allocator PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_allocator/txallocator__reserve.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_allocator/txallocator__scheme.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_allocator/txallocator_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_allocator/txallocator.cpp -) diff --git a/contrib/ydb/core/tx/tx_allocator/CMakeLists.txt b/contrib/ydb/core/tx/tx_allocator/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/tx_allocator/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/tx_allocator/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/tx_allocator/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 64b31729d4b..00000000000 --- a/contrib/ydb/core/tx/tx_allocator/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(core-tx-tx_allocator) -target_link_libraries(core-tx-tx_allocator PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-helpers - library-actors-interconnect - ydb-core-actorlib_impl - ydb-core-base - core-engine-minikql - ydb-core-protos - ydb-core-tablet - ydb-core-tablet_flat -) -target_sources(core-tx-tx_allocator PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_allocator/txallocator__reserve.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_allocator/txallocator__scheme.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_allocator/txallocator_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_allocator/txallocator.cpp -) diff --git a/contrib/ydb/core/tx/tx_allocator_client/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/tx_allocator_client/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 0d043ae7f99..00000000000 --- a/contrib/ydb/core/tx/tx_allocator_client/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(core-tx-tx_allocator_client) -target_link_libraries(core-tx-tx_allocator_client PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-protos - ydb-core-tablet - core-tx-tx_allocator -) -target_sources(core-tx-tx_allocator_client PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_allocator_client/actor_client.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_allocator_client/client.cpp -) diff --git a/contrib/ydb/core/tx/tx_allocator_client/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/tx_allocator_client/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d0526495463..00000000000 --- a/contrib/ydb/core/tx/tx_allocator_client/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(core-tx-tx_allocator_client) -target_link_libraries(core-tx-tx_allocator_client PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-protos - ydb-core-tablet - core-tx-tx_allocator -) -target_sources(core-tx-tx_allocator_client PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_allocator_client/actor_client.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_allocator_client/client.cpp -) diff --git a/contrib/ydb/core/tx/tx_allocator_client/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/tx_allocator_client/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d0526495463..00000000000 --- a/contrib/ydb/core/tx/tx_allocator_client/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(core-tx-tx_allocator_client) -target_link_libraries(core-tx-tx_allocator_client PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-protos - ydb-core-tablet - core-tx-tx_allocator -) -target_sources(core-tx-tx_allocator_client PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_allocator_client/actor_client.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_allocator_client/client.cpp -) diff --git a/contrib/ydb/core/tx/tx_allocator_client/CMakeLists.txt b/contrib/ydb/core/tx/tx_allocator_client/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/tx_allocator_client/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/tx_allocator_client/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/tx_allocator_client/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 0d043ae7f99..00000000000 --- a/contrib/ydb/core/tx/tx_allocator_client/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(core-tx-tx_allocator_client) -target_link_libraries(core-tx-tx_allocator_client PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-protos - ydb-core-tablet - core-tx-tx_allocator -) -target_sources(core-tx-tx_allocator_client PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_allocator_client/actor_client.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_allocator_client/client.cpp -) diff --git a/contrib/ydb/core/tx/tx_proxy/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/tx/tx_proxy/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 0d9aa4d46b9..00000000000 --- a/contrib/ydb/core/tx/tx_proxy/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-tx-tx_proxy) -target_compile_options(core-tx-tx_proxy PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-tx-tx_proxy PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-actors-core - library-actors-helpers - library-actors-interconnect - util-draft - ydb-core-actorlib_impl - ydb-core-base - core-blobstorage-base - ydb-core-docapi - ydb-core-engine - ydb-core-formats - ydb-core-grpc_services - ydb-core-io_formats - ydb-core-protos - ydb-core-scheme - core-sys_view-common - ydb-core-tablet - ydb-core-tablet_flat - ydb-core-tx - core-tx-balance_coverage - core-tx-datashard - core-tx-scheme_cache - core-tx-schemeshard - core-tx-tx_allocator - core-tx-tx_allocator_client - ydb-library-aclib - library-mkql_proto-protos - public-lib-base -) -target_sources(core-tx-tx_proxy PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_proxy/mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_proxy/proxy_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_proxy/schemereq.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_proxy/datareq.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_proxy/describe.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_proxy/proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_proxy/read_table_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_proxy/resolvereq.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_proxy/snapshotreq.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_proxy/commitreq.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_proxy/upload_rows_common_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_proxy/upload_rows.cpp -) -generate_enum_serilization(core-tx-tx_proxy - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_proxy/read_table_impl.h - INCLUDE_HEADERS - contrib/ydb/core/tx/tx_proxy/read_table_impl.h -) diff --git a/contrib/ydb/core/tx/tx_proxy/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/tx/tx_proxy/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 9e233236997..00000000000 --- a/contrib/ydb/core/tx/tx_proxy/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-tx-tx_proxy) -target_compile_options(core-tx-tx_proxy PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-tx-tx_proxy PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-actors-core - library-actors-helpers - library-actors-interconnect - util-draft - ydb-core-actorlib_impl - ydb-core-base - core-blobstorage-base - ydb-core-docapi - ydb-core-engine - ydb-core-formats - ydb-core-grpc_services - ydb-core-io_formats - ydb-core-protos - ydb-core-scheme - core-sys_view-common - ydb-core-tablet - ydb-core-tablet_flat - ydb-core-tx - core-tx-balance_coverage - core-tx-datashard - core-tx-scheme_cache - core-tx-schemeshard - core-tx-tx_allocator - core-tx-tx_allocator_client - ydb-library-aclib - library-mkql_proto-protos - public-lib-base -) -target_sources(core-tx-tx_proxy PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_proxy/mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_proxy/proxy_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_proxy/schemereq.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_proxy/datareq.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_proxy/describe.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_proxy/proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_proxy/read_table_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_proxy/resolvereq.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_proxy/snapshotreq.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_proxy/commitreq.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_proxy/upload_rows_common_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_proxy/upload_rows.cpp -) -generate_enum_serilization(core-tx-tx_proxy - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_proxy/read_table_impl.h - INCLUDE_HEADERS - contrib/ydb/core/tx/tx_proxy/read_table_impl.h -) diff --git a/contrib/ydb/core/tx/tx_proxy/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/tx/tx_proxy/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 9e233236997..00000000000 --- a/contrib/ydb/core/tx/tx_proxy/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-tx-tx_proxy) -target_compile_options(core-tx-tx_proxy PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-tx-tx_proxy PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-actors-core - library-actors-helpers - library-actors-interconnect - util-draft - ydb-core-actorlib_impl - ydb-core-base - core-blobstorage-base - ydb-core-docapi - ydb-core-engine - ydb-core-formats - ydb-core-grpc_services - ydb-core-io_formats - ydb-core-protos - ydb-core-scheme - core-sys_view-common - ydb-core-tablet - ydb-core-tablet_flat - ydb-core-tx - core-tx-balance_coverage - core-tx-datashard - core-tx-scheme_cache - core-tx-schemeshard - core-tx-tx_allocator - core-tx-tx_allocator_client - ydb-library-aclib - library-mkql_proto-protos - public-lib-base -) -target_sources(core-tx-tx_proxy PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_proxy/mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_proxy/proxy_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_proxy/schemereq.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_proxy/datareq.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_proxy/describe.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_proxy/proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_proxy/read_table_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_proxy/resolvereq.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_proxy/snapshotreq.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_proxy/commitreq.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_proxy/upload_rows_common_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_proxy/upload_rows.cpp -) -generate_enum_serilization(core-tx-tx_proxy - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_proxy/read_table_impl.h - INCLUDE_HEADERS - contrib/ydb/core/tx/tx_proxy/read_table_impl.h -) diff --git a/contrib/ydb/core/tx/tx_proxy/CMakeLists.txt b/contrib/ydb/core/tx/tx_proxy/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/tx/tx_proxy/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/tx/tx_proxy/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/tx/tx_proxy/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 0d9aa4d46b9..00000000000 --- a/contrib/ydb/core/tx/tx_proxy/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-tx-tx_proxy) -target_compile_options(core-tx-tx_proxy PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-tx-tx_proxy PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-actors-core - library-actors-helpers - library-actors-interconnect - util-draft - ydb-core-actorlib_impl - ydb-core-base - core-blobstorage-base - ydb-core-docapi - ydb-core-engine - ydb-core-formats - ydb-core-grpc_services - ydb-core-io_formats - ydb-core-protos - ydb-core-scheme - core-sys_view-common - ydb-core-tablet - ydb-core-tablet_flat - ydb-core-tx - core-tx-balance_coverage - core-tx-datashard - core-tx-scheme_cache - core-tx-schemeshard - core-tx-tx_allocator - core-tx-tx_allocator_client - ydb-library-aclib - library-mkql_proto-protos - public-lib-base -) -target_sources(core-tx-tx_proxy PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_proxy/mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_proxy/proxy_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_proxy/schemereq.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_proxy/datareq.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_proxy/describe.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_proxy/proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_proxy/read_table_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_proxy/resolvereq.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_proxy/snapshotreq.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_proxy/commitreq.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_proxy/upload_rows_common_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_proxy/upload_rows.cpp -) -generate_enum_serilization(core-tx-tx_proxy - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/tx/tx_proxy/read_table_impl.h - INCLUDE_HEADERS - contrib/ydb/core/tx/tx_proxy/read_table_impl.h -) diff --git a/contrib/ydb/core/util/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/util/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6d2d81f00ba..00000000000 --- a/contrib/ydb/core/util/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,51 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(ydb-core-util) -target_link_libraries(ydb-core-util PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - actors-interconnect-mock - library-actors-util - cpp-containers-stack_vector - cpp-html-escape - library-cpp-ipmath - library-cpp-json - library-cpp-lwtrace - cpp-monlib-dynamic_counters - library-cpp-random_provider - ydb-core-base - ydb-core-protos - cpp-deprecated-atomic - ydb-library-yverify_stream -) -target_sources(ydb-core-util PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/address_classifier.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/backoff.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/concurrent_rw_hash.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/console.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/count_min_sketch.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/failure_injection.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/fast_tls.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/format.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/fragmented_buffer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/hazard.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/hyperlog_counter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/intrusive_heap.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/memory_tracker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/page_map.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/single_thread_ic_mock.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/stlog.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/testactorsys.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/text.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/ulid.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/ui64id.cpp -) diff --git a/contrib/ydb/core/util/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/util/CMakeLists.linux-aarch64.txt deleted file mode 100644 index eb5537643c0..00000000000 --- a/contrib/ydb/core/util/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(ydb-core-util) -target_link_libraries(ydb-core-util PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - actors-interconnect-mock - library-actors-util - cpp-containers-stack_vector - cpp-html-escape - library-cpp-ipmath - library-cpp-json - library-cpp-lwtrace - cpp-monlib-dynamic_counters - library-cpp-random_provider - ydb-core-base - ydb-core-protos - cpp-deprecated-atomic - ydb-library-yverify_stream -) -target_sources(ydb-core-util PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/address_classifier.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/backoff.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/concurrent_rw_hash.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/console.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/count_min_sketch.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/failure_injection.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/fast_tls.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/format.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/fragmented_buffer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/hazard.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/hyperlog_counter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/intrusive_heap.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/memory_tracker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/page_map.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/single_thread_ic_mock.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/stlog.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/testactorsys.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/text.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/ulid.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/ui64id.cpp -) diff --git a/contrib/ydb/core/util/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/util/CMakeLists.linux-x86_64.txt deleted file mode 100644 index eb5537643c0..00000000000 --- a/contrib/ydb/core/util/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(ydb-core-util) -target_link_libraries(ydb-core-util PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - actors-interconnect-mock - library-actors-util - cpp-containers-stack_vector - cpp-html-escape - library-cpp-ipmath - library-cpp-json - library-cpp-lwtrace - cpp-monlib-dynamic_counters - library-cpp-random_provider - ydb-core-base - ydb-core-protos - cpp-deprecated-atomic - ydb-library-yverify_stream -) -target_sources(ydb-core-util PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/address_classifier.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/backoff.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/concurrent_rw_hash.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/console.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/count_min_sketch.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/failure_injection.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/fast_tls.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/format.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/fragmented_buffer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/hazard.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/hyperlog_counter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/intrusive_heap.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/memory_tracker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/page_map.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/single_thread_ic_mock.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/stlog.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/testactorsys.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/text.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/ulid.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/ui64id.cpp -) diff --git a/contrib/ydb/core/util/CMakeLists.txt b/contrib/ydb/core/util/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/util/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/util/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/util/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 6d2d81f00ba..00000000000 --- a/contrib/ydb/core/util/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,51 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(ydb-core-util) -target_link_libraries(ydb-core-util PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - actors-interconnect-mock - library-actors-util - cpp-containers-stack_vector - cpp-html-escape - library-cpp-ipmath - library-cpp-json - library-cpp-lwtrace - cpp-monlib-dynamic_counters - library-cpp-random_provider - ydb-core-base - ydb-core-protos - cpp-deprecated-atomic - ydb-library-yverify_stream -) -target_sources(ydb-core-util PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/address_classifier.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/backoff.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/concurrent_rw_hash.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/console.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/count_min_sketch.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/failure_injection.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/fast_tls.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/format.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/fragmented_buffer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/hazard.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/hyperlog_counter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/intrusive_heap.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/memory_tracker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/page_map.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/single_thread_ic_mock.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/stlog.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/testactorsys.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/text.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/ulid.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/util/ui64id.cpp -) diff --git a/contrib/ydb/core/viewer/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/viewer/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6adef34ecde..00000000000 --- a/contrib/ydb/core/viewer/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,324 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(json) -add_subdirectory(protos) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(ydb-core-viewer) -target_compile_options(ydb-core-viewer PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-viewer PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-resource - library-actors-core - library-actors-helpers - library-cpp-archive - cpp-mime-types - cpp-protobuf-json - ydb-core-base - core-blobstorage-base - blobstorage-vdisk-common - core-client-server - ydb-core-grpc_services - core-grpc_services-local_rpc - ydb-core-health_check - ydb-core-node_whiteboard - ydb-core-protos - ydb-core-scheme - core-tx-schemeshard - core-tx-tx_proxy - ydb-core-util - core-viewer-json - core-viewer-protos - library-persqueue-topic_parser - api-protos - lib-deprecated-kicli - public-lib-json_value - api-grpc - cpp-client-ydb_types -) -target_sources(ydb-core-viewer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/json_handlers_vdisk.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/json_handlers_viewer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/viewer_request.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/viewer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/viewer_probes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/wb_aggregate.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/wb_filter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/wb_merge.cpp -) - -add_global_library_for(ydb-core-viewer.global ydb-core-viewer) -target_compile_options(ydb-core-viewer.global PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-viewer.global PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-resource - library-actors-core - library-actors-helpers - library-cpp-archive - cpp-mime-types - cpp-protobuf-json - ydb-core-base - core-blobstorage-base - blobstorage-vdisk-common - core-client-server - ydb-core-grpc_services - core-grpc_services-local_rpc - ydb-core-health_check - ydb-core-node_whiteboard - ydb-core-protos - ydb-core-scheme - core-tx-schemeshard - core-tx-tx_proxy - ydb-core-util - core-viewer-json - core-viewer-protos - library-persqueue-topic_parser - api-protos - lib-deprecated-kicli - public-lib-json_value - api-grpc - cpp-client-ydb_types -) -target_sources(ydb-core-viewer.global PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/core/viewer/1cdc663173c623f6a008fb99b02498f1.cpp -) -resources(ydb-core-viewer.global - ${CMAKE_BINARY_DIR}/contrib/ydb/core/viewer/1cdc663173c623f6a008fb99b02498f1.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/index.html - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/viewer.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/jstree.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/style.min.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/throbber.gif - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/32px.png - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/40px.png - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/cpu - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/cpu_view.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/disk_cell.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/disk_map.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/index.html - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/man-green.png - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/man-orange.png - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/man-red.png - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/man-yellow.png - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/net_view.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/network - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/node_group.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/node.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/node_map.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/nodes - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/node_view.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/overview - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/overview.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/pdisk.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/pool_block.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/pool_map.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/runner.html - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/stats.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/storage - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/storage_group.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/storage.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/storage_view.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/tablet_cell.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/tablet_map.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/tenant.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/tenants - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/tenant_view.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/throbber.gif - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/util.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/vdisk.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/viewer.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/viewer.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/css/print.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/css/reset.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/css/screen.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/css/style.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/css/typography.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/fonts/DroidSans-Bold.ttf - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/fonts/DroidSans.ttf - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/images/collapse.gif - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/images/expand.gif - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/images/explorer_icons.png - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/images/favicon-16x16.png - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/images/favicon-32x32.png - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/images/favicon.ico - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/images/logo_small.png - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/images/throbber.gif - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/index.html - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lang/ca.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lang/en.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lang/es.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lang/fr.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lang/geo.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lang/it.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lang/ja.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lang/ko-kr.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lang/pl.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lang/pt.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lang/ru.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lang/tr.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lang/translator.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lang/zh-cn.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lib/backbone-min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lib/es5-shim.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lib/handlebars-4.0.5.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lib/highlight.9.1.0.pack.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lib/highlight.9.1.0.pack_extended.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lib/jquery-1.8.0.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lib/jquery.ba-bbq.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lib/jquery.slideto.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lib/jquery.wiggle.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lib/js-yaml.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lib/jsoneditor.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lib/lodash.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lib/marked.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lib/object-assign-pollyfill.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lib/sanitize-html.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lib/swagger-oauth.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/swagger-ui.min.js - KEYS - viewer/index.html - viewer/viewer.js - viewer/jstree.min.js - viewer/style.min.css - viewer/throbber.gif - viewer/32px.png - viewer/40px.png - viewer/v2/cpu - viewer/v2/cpu_view.js - viewer/v2/disk_cell.js - viewer/v2/disk_map.js - viewer/v2/index.html - viewer/v2/man-green.png - viewer/v2/man-orange.png - viewer/v2/man-red.png - viewer/v2/man-yellow.png - viewer/v2/net_view.js - viewer/v2/network - viewer/v2/node_group.js - viewer/v2/node.js - viewer/v2/node_map.js - viewer/v2/nodes - viewer/v2/node_view.js - viewer/v2/overview - viewer/v2/overview.js - viewer/v2/pdisk.js - viewer/v2/pool_block.js - viewer/v2/pool_map.js - viewer/v2/runner.html - viewer/v2/stats.js - viewer/v2/storage - viewer/v2/storage_group.js - viewer/v2/storage.js - viewer/v2/storage_view.js - viewer/v2/tablet_cell.js - viewer/v2/tablet_map.js - viewer/v2/tenant.js - viewer/v2/tenants - viewer/v2/tenant_view.js - viewer/v2/throbber.gif - viewer/v2/util.js - viewer/v2/vdisk.js - viewer/v2/viewer.css - viewer/v2/viewer.js - viewer/api/css/print.css - viewer/api/css/reset.css - viewer/api/css/screen.css - viewer/api/css/style.css - viewer/api/css/typography.css - viewer/api/fonts/DroidSans-Bold.ttf - viewer/api/fonts/DroidSans.ttf - viewer/api/images/collapse.gif - viewer/api/images/expand.gif - viewer/api/images/explorer_icons.png - viewer/api/images/favicon-16x16.png - viewer/api/images/favicon-32x32.png - viewer/api/images/favicon.ico - viewer/api/images/logo_small.png - viewer/api/images/throbber.gif - viewer/api/index.html - viewer/api/lang/ca.js - viewer/api/lang/en.js - viewer/api/lang/es.js - viewer/api/lang/fr.js - viewer/api/lang/geo.js - viewer/api/lang/it.js - viewer/api/lang/ja.js - viewer/api/lang/ko-kr.js - viewer/api/lang/pl.js - viewer/api/lang/pt.js - viewer/api/lang/ru.js - viewer/api/lang/tr.js - viewer/api/lang/translator.js - viewer/api/lang/zh-cn.js - viewer/api/lib/backbone-min.js - viewer/api/lib/es5-shim.js - viewer/api/lib/handlebars-4.0.5.js - viewer/api/lib/highlight.9.1.0.pack.js - viewer/api/lib/highlight.9.1.0.pack_extended.js - viewer/api/lib/jquery-1.8.0.min.js - viewer/api/lib/jquery.ba-bbq.min.js - viewer/api/lib/jquery.slideto.min.js - viewer/api/lib/jquery.wiggle.min.js - viewer/api/lib/js-yaml.min.js - viewer/api/lib/jsoneditor.min.js - viewer/api/lib/lodash.min.js - viewer/api/lib/marked.js - viewer/api/lib/object-assign-pollyfill.js - viewer/api/lib/sanitize-html.min.js - viewer/api/lib/swagger-oauth.js - viewer/api/swagger-ui.min.js -) -option(YDB_EMBEDDED_UI_DEV_SNAPSHOT "Use latest dev version of embedded UI git repo" Off) -include(${CMAKE_CURRENT_SOURCE_DIR}/recursive_resources.cmake) - -if (YDB_EMBEDDED_UI_DEV_SNAPSHOT) - find_program(NPM_PATH NAMES npm REQUIRED) - - include(ExternalProject) - ExternalProject_Add(ydb-embedded-ui-git - GIT_REPOSITORY https://github.com/ydb-platform/ydb-embedded-ui.git - GIT_TAG main - USES_TERMINAL_DOWNLOAD On - USES_TERMINAL_UPDATE On - USES_TERMINAL_BUILD On - CONFIGURE_COMMAND "" - TEST_COMMAND "" - INSTALL_COMMAND "" - BUILD_IN_SOURCE On - BUILD_COMMAND ${NPM_PATH} ci - COMMAND ${NPM_PATH} run build:embedded - ) - ExternalProject_Get_property(ydb-embedded-ui-git SOURCE_DIR) - add_gen_resources(ydb-embedded-ui-git ${CMAKE_BINARY_DIR}/contrib/ydb/core/viewer/ydb_embedded_ui_monitoring.cpp - IN_DIR ${SOURCE_DIR}/build - PREFIX monitoring - ) - -else() - add_dir_resources(${CMAKE_BINARY_DIR}/contrib/ydb/core/viewer/ydb_embedded_ui_monitoring.cpp - IN_DIR ${CMAKE_CURRENT_SOURCE_DIR}/monitoring - PREFIX monitoring - ) -endif() -target_sources(ydb-core-viewer.global PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/core/viewer/ydb_embedded_ui_monitoring.cpp -) - diff --git a/contrib/ydb/core/viewer/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/viewer/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 149bd14ab82..00000000000 --- a/contrib/ydb/core/viewer/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,326 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(json) -add_subdirectory(protos) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(ydb-core-viewer) -target_compile_options(ydb-core-viewer PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-viewer PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-resource - library-actors-core - library-actors-helpers - library-cpp-archive - cpp-mime-types - cpp-protobuf-json - ydb-core-base - core-blobstorage-base - blobstorage-vdisk-common - core-client-server - ydb-core-grpc_services - core-grpc_services-local_rpc - ydb-core-health_check - ydb-core-node_whiteboard - ydb-core-protos - ydb-core-scheme - core-tx-schemeshard - core-tx-tx_proxy - ydb-core-util - core-viewer-json - core-viewer-protos - library-persqueue-topic_parser - api-protos - lib-deprecated-kicli - public-lib-json_value - api-grpc - cpp-client-ydb_types -) -target_sources(ydb-core-viewer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/json_handlers_vdisk.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/json_handlers_viewer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/viewer_request.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/viewer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/viewer_probes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/wb_aggregate.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/wb_filter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/wb_merge.cpp -) - -add_global_library_for(ydb-core-viewer.global ydb-core-viewer) -target_compile_options(ydb-core-viewer.global PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-viewer.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-resource - library-actors-core - library-actors-helpers - library-cpp-archive - cpp-mime-types - cpp-protobuf-json - ydb-core-base - core-blobstorage-base - blobstorage-vdisk-common - core-client-server - ydb-core-grpc_services - core-grpc_services-local_rpc - ydb-core-health_check - ydb-core-node_whiteboard - ydb-core-protos - ydb-core-scheme - core-tx-schemeshard - core-tx-tx_proxy - ydb-core-util - core-viewer-json - core-viewer-protos - library-persqueue-topic_parser - api-protos - lib-deprecated-kicli - public-lib-json_value - api-grpc - cpp-client-ydb_types -) -target_sources(ydb-core-viewer.global PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/core/viewer/1cdc663173c623f6a008fb99b02498f1.cpp -) -resources(ydb-core-viewer.global - ${CMAKE_BINARY_DIR}/contrib/ydb/core/viewer/1cdc663173c623f6a008fb99b02498f1.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/index.html - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/viewer.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/jstree.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/style.min.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/throbber.gif - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/32px.png - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/40px.png - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/cpu - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/cpu_view.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/disk_cell.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/disk_map.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/index.html - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/man-green.png - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/man-orange.png - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/man-red.png - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/man-yellow.png - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/net_view.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/network - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/node_group.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/node.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/node_map.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/nodes - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/node_view.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/overview - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/overview.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/pdisk.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/pool_block.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/pool_map.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/runner.html - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/stats.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/storage - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/storage_group.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/storage.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/storage_view.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/tablet_cell.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/tablet_map.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/tenant.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/tenants - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/tenant_view.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/throbber.gif - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/util.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/vdisk.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/viewer.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/viewer.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/css/print.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/css/reset.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/css/screen.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/css/style.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/css/typography.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/fonts/DroidSans-Bold.ttf - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/fonts/DroidSans.ttf - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/images/collapse.gif - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/images/expand.gif - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/images/explorer_icons.png - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/images/favicon-16x16.png - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/images/favicon-32x32.png - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/images/favicon.ico - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/images/logo_small.png - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/images/throbber.gif - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/index.html - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lang/ca.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lang/en.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lang/es.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lang/fr.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lang/geo.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lang/it.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lang/ja.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lang/ko-kr.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lang/pl.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lang/pt.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lang/ru.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lang/tr.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lang/translator.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lang/zh-cn.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lib/backbone-min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lib/es5-shim.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lib/handlebars-4.0.5.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lib/highlight.9.1.0.pack.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lib/highlight.9.1.0.pack_extended.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lib/jquery-1.8.0.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lib/jquery.ba-bbq.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lib/jquery.slideto.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lib/jquery.wiggle.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lib/js-yaml.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lib/jsoneditor.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lib/lodash.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lib/marked.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lib/object-assign-pollyfill.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lib/sanitize-html.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lib/swagger-oauth.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/swagger-ui.min.js - KEYS - viewer/index.html - viewer/viewer.js - viewer/jstree.min.js - viewer/style.min.css - viewer/throbber.gif - viewer/32px.png - viewer/40px.png - viewer/v2/cpu - viewer/v2/cpu_view.js - viewer/v2/disk_cell.js - viewer/v2/disk_map.js - viewer/v2/index.html - viewer/v2/man-green.png - viewer/v2/man-orange.png - viewer/v2/man-red.png - viewer/v2/man-yellow.png - viewer/v2/net_view.js - viewer/v2/network - viewer/v2/node_group.js - viewer/v2/node.js - viewer/v2/node_map.js - viewer/v2/nodes - viewer/v2/node_view.js - viewer/v2/overview - viewer/v2/overview.js - viewer/v2/pdisk.js - viewer/v2/pool_block.js - viewer/v2/pool_map.js - viewer/v2/runner.html - viewer/v2/stats.js - viewer/v2/storage - viewer/v2/storage_group.js - viewer/v2/storage.js - viewer/v2/storage_view.js - viewer/v2/tablet_cell.js - viewer/v2/tablet_map.js - viewer/v2/tenant.js - viewer/v2/tenants - viewer/v2/tenant_view.js - viewer/v2/throbber.gif - viewer/v2/util.js - viewer/v2/vdisk.js - viewer/v2/viewer.css - viewer/v2/viewer.js - viewer/api/css/print.css - viewer/api/css/reset.css - viewer/api/css/screen.css - viewer/api/css/style.css - viewer/api/css/typography.css - viewer/api/fonts/DroidSans-Bold.ttf - viewer/api/fonts/DroidSans.ttf - viewer/api/images/collapse.gif - viewer/api/images/expand.gif - viewer/api/images/explorer_icons.png - viewer/api/images/favicon-16x16.png - viewer/api/images/favicon-32x32.png - viewer/api/images/favicon.ico - viewer/api/images/logo_small.png - viewer/api/images/throbber.gif - viewer/api/index.html - viewer/api/lang/ca.js - viewer/api/lang/en.js - viewer/api/lang/es.js - viewer/api/lang/fr.js - viewer/api/lang/geo.js - viewer/api/lang/it.js - viewer/api/lang/ja.js - viewer/api/lang/ko-kr.js - viewer/api/lang/pl.js - viewer/api/lang/pt.js - viewer/api/lang/ru.js - viewer/api/lang/tr.js - viewer/api/lang/translator.js - viewer/api/lang/zh-cn.js - viewer/api/lib/backbone-min.js - viewer/api/lib/es5-shim.js - viewer/api/lib/handlebars-4.0.5.js - viewer/api/lib/highlight.9.1.0.pack.js - viewer/api/lib/highlight.9.1.0.pack_extended.js - viewer/api/lib/jquery-1.8.0.min.js - viewer/api/lib/jquery.ba-bbq.min.js - viewer/api/lib/jquery.slideto.min.js - viewer/api/lib/jquery.wiggle.min.js - viewer/api/lib/js-yaml.min.js - viewer/api/lib/jsoneditor.min.js - viewer/api/lib/lodash.min.js - viewer/api/lib/marked.js - viewer/api/lib/object-assign-pollyfill.js - viewer/api/lib/sanitize-html.min.js - viewer/api/lib/swagger-oauth.js - viewer/api/swagger-ui.min.js -) -option(YDB_EMBEDDED_UI_DEV_SNAPSHOT "Use latest dev version of embedded UI git repo" Off) -include(${CMAKE_CURRENT_SOURCE_DIR}/recursive_resources.cmake) - -if (YDB_EMBEDDED_UI_DEV_SNAPSHOT) - find_program(NPM_PATH NAMES npm REQUIRED) - - include(ExternalProject) - ExternalProject_Add(ydb-embedded-ui-git - GIT_REPOSITORY https://github.com/ydb-platform/ydb-embedded-ui.git - GIT_TAG main - USES_TERMINAL_DOWNLOAD On - USES_TERMINAL_UPDATE On - USES_TERMINAL_BUILD On - CONFIGURE_COMMAND "" - TEST_COMMAND "" - INSTALL_COMMAND "" - BUILD_IN_SOURCE On - BUILD_COMMAND ${NPM_PATH} ci - COMMAND ${NPM_PATH} run build:embedded - ) - ExternalProject_Get_property(ydb-embedded-ui-git SOURCE_DIR) - add_gen_resources(ydb-embedded-ui-git ${CMAKE_BINARY_DIR}/contrib/ydb/core/viewer/ydb_embedded_ui_monitoring.cpp - IN_DIR ${SOURCE_DIR}/build - PREFIX monitoring - ) - -else() - add_dir_resources(${CMAKE_BINARY_DIR}/contrib/ydb/core/viewer/ydb_embedded_ui_monitoring.cpp - IN_DIR ${CMAKE_CURRENT_SOURCE_DIR}/monitoring - PREFIX monitoring - ) -endif() -target_sources(ydb-core-viewer.global PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/core/viewer/ydb_embedded_ui_monitoring.cpp -) - diff --git a/contrib/ydb/core/viewer/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/viewer/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 149bd14ab82..00000000000 --- a/contrib/ydb/core/viewer/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,326 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(json) -add_subdirectory(protos) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(ydb-core-viewer) -target_compile_options(ydb-core-viewer PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-viewer PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-resource - library-actors-core - library-actors-helpers - library-cpp-archive - cpp-mime-types - cpp-protobuf-json - ydb-core-base - core-blobstorage-base - blobstorage-vdisk-common - core-client-server - ydb-core-grpc_services - core-grpc_services-local_rpc - ydb-core-health_check - ydb-core-node_whiteboard - ydb-core-protos - ydb-core-scheme - core-tx-schemeshard - core-tx-tx_proxy - ydb-core-util - core-viewer-json - core-viewer-protos - library-persqueue-topic_parser - api-protos - lib-deprecated-kicli - public-lib-json_value - api-grpc - cpp-client-ydb_types -) -target_sources(ydb-core-viewer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/json_handlers_vdisk.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/json_handlers_viewer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/viewer_request.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/viewer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/viewer_probes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/wb_aggregate.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/wb_filter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/wb_merge.cpp -) - -add_global_library_for(ydb-core-viewer.global ydb-core-viewer) -target_compile_options(ydb-core-viewer.global PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-viewer.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-resource - library-actors-core - library-actors-helpers - library-cpp-archive - cpp-mime-types - cpp-protobuf-json - ydb-core-base - core-blobstorage-base - blobstorage-vdisk-common - core-client-server - ydb-core-grpc_services - core-grpc_services-local_rpc - ydb-core-health_check - ydb-core-node_whiteboard - ydb-core-protos - ydb-core-scheme - core-tx-schemeshard - core-tx-tx_proxy - ydb-core-util - core-viewer-json - core-viewer-protos - library-persqueue-topic_parser - api-protos - lib-deprecated-kicli - public-lib-json_value - api-grpc - cpp-client-ydb_types -) -target_sources(ydb-core-viewer.global PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/core/viewer/1cdc663173c623f6a008fb99b02498f1.cpp -) -resources(ydb-core-viewer.global - ${CMAKE_BINARY_DIR}/contrib/ydb/core/viewer/1cdc663173c623f6a008fb99b02498f1.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/index.html - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/viewer.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/jstree.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/style.min.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/throbber.gif - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/32px.png - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/40px.png - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/cpu - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/cpu_view.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/disk_cell.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/disk_map.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/index.html - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/man-green.png - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/man-orange.png - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/man-red.png - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/man-yellow.png - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/net_view.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/network - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/node_group.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/node.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/node_map.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/nodes - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/node_view.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/overview - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/overview.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/pdisk.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/pool_block.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/pool_map.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/runner.html - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/stats.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/storage - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/storage_group.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/storage.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/storage_view.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/tablet_cell.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/tablet_map.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/tenant.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/tenants - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/tenant_view.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/throbber.gif - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/util.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/vdisk.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/viewer.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/viewer.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/css/print.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/css/reset.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/css/screen.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/css/style.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/css/typography.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/fonts/DroidSans-Bold.ttf - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/fonts/DroidSans.ttf - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/images/collapse.gif - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/images/expand.gif - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/images/explorer_icons.png - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/images/favicon-16x16.png - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/images/favicon-32x32.png - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/images/favicon.ico - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/images/logo_small.png - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/images/throbber.gif - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/index.html - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lang/ca.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lang/en.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lang/es.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lang/fr.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lang/geo.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lang/it.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lang/ja.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lang/ko-kr.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lang/pl.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lang/pt.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lang/ru.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lang/tr.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lang/translator.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lang/zh-cn.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lib/backbone-min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lib/es5-shim.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lib/handlebars-4.0.5.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lib/highlight.9.1.0.pack.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lib/highlight.9.1.0.pack_extended.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lib/jquery-1.8.0.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lib/jquery.ba-bbq.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lib/jquery.slideto.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lib/jquery.wiggle.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lib/js-yaml.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lib/jsoneditor.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lib/lodash.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lib/marked.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lib/object-assign-pollyfill.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lib/sanitize-html.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lib/swagger-oauth.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/swagger-ui.min.js - KEYS - viewer/index.html - viewer/viewer.js - viewer/jstree.min.js - viewer/style.min.css - viewer/throbber.gif - viewer/32px.png - viewer/40px.png - viewer/v2/cpu - viewer/v2/cpu_view.js - viewer/v2/disk_cell.js - viewer/v2/disk_map.js - viewer/v2/index.html - viewer/v2/man-green.png - viewer/v2/man-orange.png - viewer/v2/man-red.png - viewer/v2/man-yellow.png - viewer/v2/net_view.js - viewer/v2/network - viewer/v2/node_group.js - viewer/v2/node.js - viewer/v2/node_map.js - viewer/v2/nodes - viewer/v2/node_view.js - viewer/v2/overview - viewer/v2/overview.js - viewer/v2/pdisk.js - viewer/v2/pool_block.js - viewer/v2/pool_map.js - viewer/v2/runner.html - viewer/v2/stats.js - viewer/v2/storage - viewer/v2/storage_group.js - viewer/v2/storage.js - viewer/v2/storage_view.js - viewer/v2/tablet_cell.js - viewer/v2/tablet_map.js - viewer/v2/tenant.js - viewer/v2/tenants - viewer/v2/tenant_view.js - viewer/v2/throbber.gif - viewer/v2/util.js - viewer/v2/vdisk.js - viewer/v2/viewer.css - viewer/v2/viewer.js - viewer/api/css/print.css - viewer/api/css/reset.css - viewer/api/css/screen.css - viewer/api/css/style.css - viewer/api/css/typography.css - viewer/api/fonts/DroidSans-Bold.ttf - viewer/api/fonts/DroidSans.ttf - viewer/api/images/collapse.gif - viewer/api/images/expand.gif - viewer/api/images/explorer_icons.png - viewer/api/images/favicon-16x16.png - viewer/api/images/favicon-32x32.png - viewer/api/images/favicon.ico - viewer/api/images/logo_small.png - viewer/api/images/throbber.gif - viewer/api/index.html - viewer/api/lang/ca.js - viewer/api/lang/en.js - viewer/api/lang/es.js - viewer/api/lang/fr.js - viewer/api/lang/geo.js - viewer/api/lang/it.js - viewer/api/lang/ja.js - viewer/api/lang/ko-kr.js - viewer/api/lang/pl.js - viewer/api/lang/pt.js - viewer/api/lang/ru.js - viewer/api/lang/tr.js - viewer/api/lang/translator.js - viewer/api/lang/zh-cn.js - viewer/api/lib/backbone-min.js - viewer/api/lib/es5-shim.js - viewer/api/lib/handlebars-4.0.5.js - viewer/api/lib/highlight.9.1.0.pack.js - viewer/api/lib/highlight.9.1.0.pack_extended.js - viewer/api/lib/jquery-1.8.0.min.js - viewer/api/lib/jquery.ba-bbq.min.js - viewer/api/lib/jquery.slideto.min.js - viewer/api/lib/jquery.wiggle.min.js - viewer/api/lib/js-yaml.min.js - viewer/api/lib/jsoneditor.min.js - viewer/api/lib/lodash.min.js - viewer/api/lib/marked.js - viewer/api/lib/object-assign-pollyfill.js - viewer/api/lib/sanitize-html.min.js - viewer/api/lib/swagger-oauth.js - viewer/api/swagger-ui.min.js -) -option(YDB_EMBEDDED_UI_DEV_SNAPSHOT "Use latest dev version of embedded UI git repo" Off) -include(${CMAKE_CURRENT_SOURCE_DIR}/recursive_resources.cmake) - -if (YDB_EMBEDDED_UI_DEV_SNAPSHOT) - find_program(NPM_PATH NAMES npm REQUIRED) - - include(ExternalProject) - ExternalProject_Add(ydb-embedded-ui-git - GIT_REPOSITORY https://github.com/ydb-platform/ydb-embedded-ui.git - GIT_TAG main - USES_TERMINAL_DOWNLOAD On - USES_TERMINAL_UPDATE On - USES_TERMINAL_BUILD On - CONFIGURE_COMMAND "" - TEST_COMMAND "" - INSTALL_COMMAND "" - BUILD_IN_SOURCE On - BUILD_COMMAND ${NPM_PATH} ci - COMMAND ${NPM_PATH} run build:embedded - ) - ExternalProject_Get_property(ydb-embedded-ui-git SOURCE_DIR) - add_gen_resources(ydb-embedded-ui-git ${CMAKE_BINARY_DIR}/contrib/ydb/core/viewer/ydb_embedded_ui_monitoring.cpp - IN_DIR ${SOURCE_DIR}/build - PREFIX monitoring - ) - -else() - add_dir_resources(${CMAKE_BINARY_DIR}/contrib/ydb/core/viewer/ydb_embedded_ui_monitoring.cpp - IN_DIR ${CMAKE_CURRENT_SOURCE_DIR}/monitoring - PREFIX monitoring - ) -endif() -target_sources(ydb-core-viewer.global PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/core/viewer/ydb_embedded_ui_monitoring.cpp -) - diff --git a/contrib/ydb/core/viewer/CMakeLists.txt b/contrib/ydb/core/viewer/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/viewer/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/viewer/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/viewer/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 6adef34ecde..00000000000 --- a/contrib/ydb/core/viewer/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,324 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(json) -add_subdirectory(protos) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(ydb-core-viewer) -target_compile_options(ydb-core-viewer PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-viewer PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-resource - library-actors-core - library-actors-helpers - library-cpp-archive - cpp-mime-types - cpp-protobuf-json - ydb-core-base - core-blobstorage-base - blobstorage-vdisk-common - core-client-server - ydb-core-grpc_services - core-grpc_services-local_rpc - ydb-core-health_check - ydb-core-node_whiteboard - ydb-core-protos - ydb-core-scheme - core-tx-schemeshard - core-tx-tx_proxy - ydb-core-util - core-viewer-json - core-viewer-protos - library-persqueue-topic_parser - api-protos - lib-deprecated-kicli - public-lib-json_value - api-grpc - cpp-client-ydb_types -) -target_sources(ydb-core-viewer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/json_handlers_vdisk.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/json_handlers_viewer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/viewer_request.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/viewer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/viewer_probes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/wb_aggregate.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/wb_filter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/wb_merge.cpp -) - -add_global_library_for(ydb-core-viewer.global ydb-core-viewer) -target_compile_options(ydb-core-viewer.global PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-viewer.global PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-resource - library-actors-core - library-actors-helpers - library-cpp-archive - cpp-mime-types - cpp-protobuf-json - ydb-core-base - core-blobstorage-base - blobstorage-vdisk-common - core-client-server - ydb-core-grpc_services - core-grpc_services-local_rpc - ydb-core-health_check - ydb-core-node_whiteboard - ydb-core-protos - ydb-core-scheme - core-tx-schemeshard - core-tx-tx_proxy - ydb-core-util - core-viewer-json - core-viewer-protos - library-persqueue-topic_parser - api-protos - lib-deprecated-kicli - public-lib-json_value - api-grpc - cpp-client-ydb_types -) -target_sources(ydb-core-viewer.global PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/core/viewer/1cdc663173c623f6a008fb99b02498f1.cpp -) -resources(ydb-core-viewer.global - ${CMAKE_BINARY_DIR}/contrib/ydb/core/viewer/1cdc663173c623f6a008fb99b02498f1.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/index.html - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/viewer.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/jstree.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/style.min.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/throbber.gif - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/32px.png - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/40px.png - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/cpu - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/cpu_view.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/disk_cell.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/disk_map.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/index.html - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/man-green.png - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/man-orange.png - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/man-red.png - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/man-yellow.png - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/net_view.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/network - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/node_group.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/node.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/node_map.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/nodes - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/node_view.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/overview - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/overview.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/pdisk.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/pool_block.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/pool_map.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/runner.html - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/stats.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/storage - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/storage_group.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/storage.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/storage_view.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/tablet_cell.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/tablet_map.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/tenant.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/tenants - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/tenant_view.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/throbber.gif - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/util.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/vdisk.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/viewer.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/v2/viewer.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/css/print.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/css/reset.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/css/screen.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/css/style.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/css/typography.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/fonts/DroidSans-Bold.ttf - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/fonts/DroidSans.ttf - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/images/collapse.gif - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/images/expand.gif - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/images/explorer_icons.png - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/images/favicon-16x16.png - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/images/favicon-32x32.png - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/images/favicon.ico - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/images/logo_small.png - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/images/throbber.gif - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/index.html - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lang/ca.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lang/en.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lang/es.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lang/fr.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lang/geo.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lang/it.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lang/ja.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lang/ko-kr.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lang/pl.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lang/pt.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lang/ru.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lang/tr.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lang/translator.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lang/zh-cn.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lib/backbone-min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lib/es5-shim.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lib/handlebars-4.0.5.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lib/highlight.9.1.0.pack.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lib/highlight.9.1.0.pack_extended.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lib/jquery-1.8.0.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lib/jquery.ba-bbq.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lib/jquery.slideto.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lib/jquery.wiggle.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lib/js-yaml.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lib/jsoneditor.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lib/lodash.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lib/marked.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lib/object-assign-pollyfill.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lib/sanitize-html.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/lib/swagger-oauth.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/content/api/swagger-ui.min.js - KEYS - viewer/index.html - viewer/viewer.js - viewer/jstree.min.js - viewer/style.min.css - viewer/throbber.gif - viewer/32px.png - viewer/40px.png - viewer/v2/cpu - viewer/v2/cpu_view.js - viewer/v2/disk_cell.js - viewer/v2/disk_map.js - viewer/v2/index.html - viewer/v2/man-green.png - viewer/v2/man-orange.png - viewer/v2/man-red.png - viewer/v2/man-yellow.png - viewer/v2/net_view.js - viewer/v2/network - viewer/v2/node_group.js - viewer/v2/node.js - viewer/v2/node_map.js - viewer/v2/nodes - viewer/v2/node_view.js - viewer/v2/overview - viewer/v2/overview.js - viewer/v2/pdisk.js - viewer/v2/pool_block.js - viewer/v2/pool_map.js - viewer/v2/runner.html - viewer/v2/stats.js - viewer/v2/storage - viewer/v2/storage_group.js - viewer/v2/storage.js - viewer/v2/storage_view.js - viewer/v2/tablet_cell.js - viewer/v2/tablet_map.js - viewer/v2/tenant.js - viewer/v2/tenants - viewer/v2/tenant_view.js - viewer/v2/throbber.gif - viewer/v2/util.js - viewer/v2/vdisk.js - viewer/v2/viewer.css - viewer/v2/viewer.js - viewer/api/css/print.css - viewer/api/css/reset.css - viewer/api/css/screen.css - viewer/api/css/style.css - viewer/api/css/typography.css - viewer/api/fonts/DroidSans-Bold.ttf - viewer/api/fonts/DroidSans.ttf - viewer/api/images/collapse.gif - viewer/api/images/expand.gif - viewer/api/images/explorer_icons.png - viewer/api/images/favicon-16x16.png - viewer/api/images/favicon-32x32.png - viewer/api/images/favicon.ico - viewer/api/images/logo_small.png - viewer/api/images/throbber.gif - viewer/api/index.html - viewer/api/lang/ca.js - viewer/api/lang/en.js - viewer/api/lang/es.js - viewer/api/lang/fr.js - viewer/api/lang/geo.js - viewer/api/lang/it.js - viewer/api/lang/ja.js - viewer/api/lang/ko-kr.js - viewer/api/lang/pl.js - viewer/api/lang/pt.js - viewer/api/lang/ru.js - viewer/api/lang/tr.js - viewer/api/lang/translator.js - viewer/api/lang/zh-cn.js - viewer/api/lib/backbone-min.js - viewer/api/lib/es5-shim.js - viewer/api/lib/handlebars-4.0.5.js - viewer/api/lib/highlight.9.1.0.pack.js - viewer/api/lib/highlight.9.1.0.pack_extended.js - viewer/api/lib/jquery-1.8.0.min.js - viewer/api/lib/jquery.ba-bbq.min.js - viewer/api/lib/jquery.slideto.min.js - viewer/api/lib/jquery.wiggle.min.js - viewer/api/lib/js-yaml.min.js - viewer/api/lib/jsoneditor.min.js - viewer/api/lib/lodash.min.js - viewer/api/lib/marked.js - viewer/api/lib/object-assign-pollyfill.js - viewer/api/lib/sanitize-html.min.js - viewer/api/lib/swagger-oauth.js - viewer/api/swagger-ui.min.js -) -option(YDB_EMBEDDED_UI_DEV_SNAPSHOT "Use latest dev version of embedded UI git repo" Off) -include(${CMAKE_CURRENT_SOURCE_DIR}/recursive_resources.cmake) - -if (YDB_EMBEDDED_UI_DEV_SNAPSHOT) - find_program(NPM_PATH NAMES npm REQUIRED) - - include(ExternalProject) - ExternalProject_Add(ydb-embedded-ui-git - GIT_REPOSITORY https://github.com/ydb-platform/ydb-embedded-ui.git - GIT_TAG main - USES_TERMINAL_DOWNLOAD On - USES_TERMINAL_UPDATE On - USES_TERMINAL_BUILD On - CONFIGURE_COMMAND "" - TEST_COMMAND "" - INSTALL_COMMAND "" - BUILD_IN_SOURCE On - BUILD_COMMAND ${NPM_PATH} ci - COMMAND ${NPM_PATH} run build:embedded - ) - ExternalProject_Get_property(ydb-embedded-ui-git SOURCE_DIR) - add_gen_resources(ydb-embedded-ui-git ${CMAKE_BINARY_DIR}/contrib/ydb/core/viewer/ydb_embedded_ui_monitoring.cpp - IN_DIR ${SOURCE_DIR}/build - PREFIX monitoring - ) - -else() - add_dir_resources(${CMAKE_BINARY_DIR}/contrib/ydb/core/viewer/ydb_embedded_ui_monitoring.cpp - IN_DIR ${CMAKE_CURRENT_SOURCE_DIR}/monitoring - PREFIX monitoring - ) -endif() -target_sources(ydb-core-viewer.global PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/core/viewer/ydb_embedded_ui_monitoring.cpp -) - diff --git a/contrib/ydb/core/viewer/json/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/viewer/json/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 48c23455d9e..00000000000 --- a/contrib/ydb/core/viewer/json/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(core-viewer-json) -target_link_libraries(core-viewer-json PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - cpp-string_utils-base64 - core-viewer-protos -) -target_sources(core-viewer-json PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/json/json.cpp -) diff --git a/contrib/ydb/core/viewer/json/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/viewer/json/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 54fe49be30d..00000000000 --- a/contrib/ydb/core/viewer/json/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(core-viewer-json) -target_link_libraries(core-viewer-json PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - cpp-string_utils-base64 - core-viewer-protos -) -target_sources(core-viewer-json PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/json/json.cpp -) diff --git a/contrib/ydb/core/viewer/json/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/viewer/json/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 54fe49be30d..00000000000 --- a/contrib/ydb/core/viewer/json/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(core-viewer-json) -target_link_libraries(core-viewer-json PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - cpp-string_utils-base64 - core-viewer-protos -) -target_sources(core-viewer-json PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/json/json.cpp -) diff --git a/contrib/ydb/core/viewer/json/CMakeLists.txt b/contrib/ydb/core/viewer/json/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/viewer/json/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/viewer/json/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/viewer/json/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 48c23455d9e..00000000000 --- a/contrib/ydb/core/viewer/json/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(core-viewer-json) -target_link_libraries(core-viewer-json PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - cpp-string_utils-base64 - core-viewer-protos -) -target_sources(core-viewer-json PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/json/json.cpp -) diff --git a/contrib/ydb/core/viewer/protos/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/viewer/protos/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 34a7c3e67a9..00000000000 --- a/contrib/ydb/core/viewer/protos/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(core-viewer-protos) -target_link_libraries(core-viewer-protos PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-protos - contrib-libs-protobuf -) -target_proto_messages(core-viewer-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/protos/viewer.proto -) -target_proto_addincls(core-viewer-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(core-viewer-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/viewer/protos/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/viewer/protos/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 1e57dbd840b..00000000000 --- a/contrib/ydb/core/viewer/protos/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(core-viewer-protos) -target_link_libraries(core-viewer-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-protos - contrib-libs-protobuf -) -target_proto_messages(core-viewer-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/protos/viewer.proto -) -target_proto_addincls(core-viewer-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(core-viewer-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/viewer/protos/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/viewer/protos/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 1e57dbd840b..00000000000 --- a/contrib/ydb/core/viewer/protos/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(core-viewer-protos) -target_link_libraries(core-viewer-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-protos - contrib-libs-protobuf -) -target_proto_messages(core-viewer-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/protos/viewer.proto -) -target_proto_addincls(core-viewer-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(core-viewer-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/viewer/protos/CMakeLists.txt b/contrib/ydb/core/viewer/protos/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/viewer/protos/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/viewer/protos/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/viewer/protos/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 34a7c3e67a9..00000000000 --- a/contrib/ydb/core/viewer/protos/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(core-viewer-protos) -target_link_libraries(core-viewer-protos PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-protos - contrib-libs-protobuf -) -target_proto_messages(core-viewer-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/viewer/protos/viewer.proto -) -target_proto_addincls(core-viewer-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(core-viewer-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/wrappers/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/wrappers/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 547ca880571..00000000000 --- a/contrib/ydb/core/wrappers/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_subdirectory(events) -add_subdirectory(ut_helpers) - -add_library(ydb-core-wrappers) -target_link_libraries(ydb-core-wrappers PUBLIC - contrib-libs-cxxsupp - yutil - libs-aws-sdk-cpp-aws-cpp-sdk-s3 - contrib-libs-curl - library-actors-core - ydb-core-base - ydb-core-protos - core-wrappers-ut_helpers - core-wrappers-events -) -target_sources(ydb-core-wrappers PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/wrappers/s3_wrapper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/wrappers/s3_storage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/wrappers/s3_storage_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/wrappers/abstract.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/wrappers/fake_storage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/wrappers/fake_storage_config.cpp -) diff --git a/contrib/ydb/core/wrappers/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/wrappers/CMakeLists.linux-aarch64.txt deleted file mode 100644 index fafff7f4f13..00000000000 --- a/contrib/ydb/core/wrappers/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_subdirectory(events) -add_subdirectory(ut_helpers) - -add_library(ydb-core-wrappers) -target_link_libraries(ydb-core-wrappers PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-aws-sdk-cpp-aws-cpp-sdk-s3 - contrib-libs-curl - library-actors-core - ydb-core-base - ydb-core-protos - core-wrappers-ut_helpers - core-wrappers-events -) -target_sources(ydb-core-wrappers PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/wrappers/s3_wrapper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/wrappers/s3_storage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/wrappers/s3_storage_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/wrappers/abstract.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/wrappers/fake_storage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/wrappers/fake_storage_config.cpp -) diff --git a/contrib/ydb/core/wrappers/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/wrappers/CMakeLists.linux-x86_64.txt deleted file mode 100644 index fafff7f4f13..00000000000 --- a/contrib/ydb/core/wrappers/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_subdirectory(events) -add_subdirectory(ut_helpers) - -add_library(ydb-core-wrappers) -target_link_libraries(ydb-core-wrappers PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-aws-sdk-cpp-aws-cpp-sdk-s3 - contrib-libs-curl - library-actors-core - ydb-core-base - ydb-core-protos - core-wrappers-ut_helpers - core-wrappers-events -) -target_sources(ydb-core-wrappers PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/wrappers/s3_wrapper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/wrappers/s3_storage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/wrappers/s3_storage_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/wrappers/abstract.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/wrappers/fake_storage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/wrappers/fake_storage_config.cpp -) diff --git a/contrib/ydb/core/wrappers/CMakeLists.txt b/contrib/ydb/core/wrappers/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/wrappers/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/wrappers/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/wrappers/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 26ed9fddeec..00000000000 --- a/contrib/ydb/core/wrappers/CMakeLists.windows-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(ydb-core-wrappers INTERFACE) -target_link_libraries(ydb-core-wrappers INTERFACE - contrib-libs-cxxsupp - yutil -) diff --git a/contrib/ydb/core/wrappers/events/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/wrappers/events/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 158c9a58a05..00000000000 --- a/contrib/ydb/core/wrappers/events/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(core-wrappers-events) -target_link_libraries(core-wrappers-events PUBLIC - contrib-libs-cxxsupp - yutil - libs-aws-sdk-cpp-aws-cpp-sdk-s3 - contrib-libs-curl - library-actors-core - ydb-core-base - ydb-core-protos - core-wrappers-ut_helpers -) -target_sources(core-wrappers-events PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/wrappers/events/common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/wrappers/events/list_objects.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/wrappers/events/object_exists.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/wrappers/events/delete_objects.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/wrappers/events/get_object.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/wrappers/events/s3_out.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/wrappers/events/abstract.cpp -) diff --git a/contrib/ydb/core/wrappers/events/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/wrappers/events/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e0344078631..00000000000 --- a/contrib/ydb/core/wrappers/events/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(core-wrappers-events) -target_link_libraries(core-wrappers-events PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-aws-sdk-cpp-aws-cpp-sdk-s3 - contrib-libs-curl - library-actors-core - ydb-core-base - ydb-core-protos - core-wrappers-ut_helpers -) -target_sources(core-wrappers-events PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/wrappers/events/common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/wrappers/events/list_objects.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/wrappers/events/object_exists.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/wrappers/events/delete_objects.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/wrappers/events/get_object.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/wrappers/events/s3_out.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/wrappers/events/abstract.cpp -) diff --git a/contrib/ydb/core/wrappers/events/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/wrappers/events/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e0344078631..00000000000 --- a/contrib/ydb/core/wrappers/events/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(core-wrappers-events) -target_link_libraries(core-wrappers-events PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-aws-sdk-cpp-aws-cpp-sdk-s3 - contrib-libs-curl - library-actors-core - ydb-core-base - ydb-core-protos - core-wrappers-ut_helpers -) -target_sources(core-wrappers-events PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/wrappers/events/common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/wrappers/events/list_objects.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/wrappers/events/object_exists.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/wrappers/events/delete_objects.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/wrappers/events/get_object.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/wrappers/events/s3_out.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/wrappers/events/abstract.cpp -) diff --git a/contrib/ydb/core/wrappers/events/CMakeLists.txt b/contrib/ydb/core/wrappers/events/CMakeLists.txt deleted file mode 100644 index 522af85d518..00000000000 --- a/contrib/ydb/core/wrappers/events/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 "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) -endif() diff --git a/contrib/ydb/core/wrappers/ut_helpers/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/wrappers/ut_helpers/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 4aeecb1f804..00000000000 --- a/contrib/ydb/core/wrappers/ut_helpers/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(core-wrappers-ut_helpers) -target_link_libraries(core-wrappers-ut_helpers PUBLIC - contrib-libs-cxxsupp - yutil - cpp-digest-md5 - cpp-http-server - cpp-xml-document - library-cpp-cgiparam -) -target_sources(core-wrappers-ut_helpers PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/wrappers/ut_helpers/s3_mock.cpp -) diff --git a/contrib/ydb/core/wrappers/ut_helpers/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/wrappers/ut_helpers/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 4f16a703611..00000000000 --- a/contrib/ydb/core/wrappers/ut_helpers/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(core-wrappers-ut_helpers) -target_link_libraries(core-wrappers-ut_helpers PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-digest-md5 - cpp-http-server - cpp-xml-document - library-cpp-cgiparam -) -target_sources(core-wrappers-ut_helpers PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/wrappers/ut_helpers/s3_mock.cpp -) diff --git a/contrib/ydb/core/wrappers/ut_helpers/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/wrappers/ut_helpers/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 4f16a703611..00000000000 --- a/contrib/ydb/core/wrappers/ut_helpers/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(core-wrappers-ut_helpers) -target_link_libraries(core-wrappers-ut_helpers PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-digest-md5 - cpp-http-server - cpp-xml-document - library-cpp-cgiparam -) -target_sources(core-wrappers-ut_helpers PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/wrappers/ut_helpers/s3_mock.cpp -) diff --git a/contrib/ydb/core/wrappers/ut_helpers/CMakeLists.txt b/contrib/ydb/core/wrappers/ut_helpers/CMakeLists.txt deleted file mode 100644 index 522af85d518..00000000000 --- a/contrib/ydb/core/wrappers/ut_helpers/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 "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) -endif() diff --git a/contrib/ydb/core/ydb_convert/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/ydb_convert/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 42eebd6f051..00000000000 --- a/contrib/ydb/core/ydb_convert/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(ydb-core-ydb_convert) -target_compile_options(ydb-core-ydb_convert PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-ydb_convert PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-engine - ydb-core-protos - ydb-core-scheme - ydb-core-util - ydb-library-binary_json - ydb-library-dynumber - library-mkql_proto-protos - yql-minikql-dom - yql-public-udf - api-protos -) -target_sources(ydb-core-ydb_convert PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ydb_convert/column_families.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ydb_convert/compression.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ydb_convert/table_settings.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ydb_convert/table_description.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ydb_convert/table_profiles.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ydb_convert/ydb_convert.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ydb_convert/tx_proxy_status.cpp -) diff --git a/contrib/ydb/core/ydb_convert/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/ydb_convert/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 7c0daf27aa8..00000000000 --- a/contrib/ydb/core/ydb_convert/CMakeLists.linux-aarch64.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(ydb-core-ydb_convert) -target_compile_options(ydb-core-ydb_convert PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-ydb_convert PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-engine - ydb-core-protos - ydb-core-scheme - ydb-core-util - ydb-library-binary_json - ydb-library-dynumber - library-mkql_proto-protos - yql-minikql-dom - yql-public-udf - api-protos -) -target_sources(ydb-core-ydb_convert PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ydb_convert/column_families.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ydb_convert/compression.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ydb_convert/table_settings.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ydb_convert/table_description.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ydb_convert/table_profiles.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ydb_convert/ydb_convert.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ydb_convert/tx_proxy_status.cpp -) diff --git a/contrib/ydb/core/ydb_convert/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/ydb_convert/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 7c0daf27aa8..00000000000 --- a/contrib/ydb/core/ydb_convert/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(ydb-core-ydb_convert) -target_compile_options(ydb-core-ydb_convert PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-ydb_convert PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-engine - ydb-core-protos - ydb-core-scheme - ydb-core-util - ydb-library-binary_json - ydb-library-dynumber - library-mkql_proto-protos - yql-minikql-dom - yql-public-udf - api-protos -) -target_sources(ydb-core-ydb_convert PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ydb_convert/column_families.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ydb_convert/compression.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ydb_convert/table_settings.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ydb_convert/table_description.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ydb_convert/table_profiles.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ydb_convert/ydb_convert.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ydb_convert/tx_proxy_status.cpp -) diff --git a/contrib/ydb/core/ydb_convert/CMakeLists.txt b/contrib/ydb/core/ydb_convert/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/ydb_convert/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/ydb_convert/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/ydb_convert/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 42eebd6f051..00000000000 --- a/contrib/ydb/core/ydb_convert/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(ydb-core-ydb_convert) -target_compile_options(ydb-core-ydb_convert PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-core-ydb_convert PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-engine - ydb-core-protos - ydb-core-scheme - ydb-core-util - ydb-library-binary_json - ydb-library-dynumber - library-mkql_proto-protos - yql-minikql-dom - yql-public-udf - api-protos -) -target_sources(ydb-core-ydb_convert PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ydb_convert/column_families.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ydb_convert/compression.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ydb_convert/table_settings.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ydb_convert/table_description.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ydb_convert/table_profiles.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ydb_convert/ydb_convert.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ydb_convert/tx_proxy_status.cpp -) diff --git a/contrib/ydb/core/ymq/CMakeLists.txt b/contrib/ydb/core/ymq/CMakeLists.txt deleted file mode 100644 index 57b24ad2786..00000000000 --- a/contrib/ydb/core/ymq/CMakeLists.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_subdirectory(actor) -add_subdirectory(base) -add_subdirectory(http) -add_subdirectory(proto) -add_subdirectory(queues) diff --git a/contrib/ydb/core/ymq/actor/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/ymq/actor/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 49436ba5104..00000000000 --- a/contrib/ydb/core/ymq/actor/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,150 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-ymq-actor) -target_compile_options(core-ymq-actor PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-ymq-actor PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-openssl - contrib-libs-protobuf - library-actors-core - cpp-containers-intrusive_rb_tree - cpp-digest-md5 - library-grpc-client - library-cpp-logger - cpp-lwtrace-mon - cpp-monlib-dynamic_counters - monlib-service-pages - library-cpp-scheme - ydb-core-base - core-client-minikql_compile - ydb-core-engine - core-kesus-tablet - core-mind-address_classification - ydb-core-mon - ydb-core-node_whiteboard - ydb-core-protos - core-tx-scheme_cache - core-tx-schemeshard - core-tx-tx_proxy - ydb-core-util - core-ymq-base - core-ymq-proto - ymq-queues-common - ymq-queues-fifo - ymq-queues-std - ydb-library-aclib - library-http_proxy-authorization - library-http_proxy-error - library-mkql_proto-protos - public-lib-scheme_types - public-lib-value - client-ydb_types-credentials - library-yql-minikql - lib-deprecated-client - tools-enum_parser-enum_serialization_runtime -) -target_sources(core-ymq-actor PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/auth_factory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/auth_mocks.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/auth_multi_factory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/attributes_md5.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/cfg.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/change_visibility.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/count_queues.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/cleanup_queue_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/create_queue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/create_user.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/delete_message.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/delete_queue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/delete_user.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/error.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/executor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/fifo_cleanup.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/garbage_collector.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/get_queue_attributes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/get_queue_url.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/index_events_processor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/infly.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/log.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/list_dead_letter_source_queues.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/list_permissions.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/list_queues.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/list_users.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/local_rate_limiter_allocator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/message_delay_stats.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/metering.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/modify_permissions.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/monitoring.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/node_tracker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/proxy_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/purge.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/purge_queue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/queue_leader.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/receive_message.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/retention.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/sha256.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/send_message.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/set_queue_attributes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/proxy_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/queues_list_reader.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/queue_schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/user_settings_names.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/user_settings_reader.cpp -) -generate_enum_serilization(core-ymq-actor - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/events.h - INCLUDE_HEADERS - contrib/ydb/core/ymq/actor/events.h -) -generate_enum_serilization(core-ymq-actor - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/metering.h - INCLUDE_HEADERS - contrib/ydb/core/ymq/actor/metering.h -) -generate_enum_serilization(core-ymq-actor - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/fifo_cleanup.h - INCLUDE_HEADERS - contrib/ydb/core/ymq/actor/fifo_cleanup.h -) -generate_enum_serilization(core-ymq-actor - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/queue_schema.h - INCLUDE_HEADERS - contrib/ydb/core/ymq/actor/queue_schema.h -) diff --git a/contrib/ydb/core/ymq/actor/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/ymq/actor/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 6d4f259b202..00000000000 --- a/contrib/ydb/core/ymq/actor/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,151 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-ymq-actor) -target_compile_options(core-ymq-actor PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-ymq-actor PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-openssl - contrib-libs-protobuf - library-actors-core - cpp-containers-intrusive_rb_tree - cpp-digest-md5 - library-grpc-client - library-cpp-logger - cpp-lwtrace-mon - cpp-monlib-dynamic_counters - monlib-service-pages - library-cpp-scheme - ydb-core-base - core-client-minikql_compile - ydb-core-engine - core-kesus-tablet - core-mind-address_classification - ydb-core-mon - ydb-core-node_whiteboard - ydb-core-protos - core-tx-scheme_cache - core-tx-schemeshard - core-tx-tx_proxy - ydb-core-util - core-ymq-base - core-ymq-proto - ymq-queues-common - ymq-queues-fifo - ymq-queues-std - ydb-library-aclib - library-http_proxy-authorization - library-http_proxy-error - library-mkql_proto-protos - public-lib-scheme_types - public-lib-value - client-ydb_types-credentials - library-yql-minikql - lib-deprecated-client - tools-enum_parser-enum_serialization_runtime -) -target_sources(core-ymq-actor PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/auth_factory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/auth_mocks.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/auth_multi_factory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/attributes_md5.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/cfg.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/change_visibility.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/count_queues.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/cleanup_queue_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/create_queue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/create_user.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/delete_message.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/delete_queue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/delete_user.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/error.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/executor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/fifo_cleanup.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/garbage_collector.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/get_queue_attributes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/get_queue_url.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/index_events_processor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/infly.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/log.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/list_dead_letter_source_queues.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/list_permissions.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/list_queues.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/list_users.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/local_rate_limiter_allocator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/message_delay_stats.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/metering.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/modify_permissions.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/monitoring.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/node_tracker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/proxy_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/purge.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/purge_queue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/queue_leader.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/receive_message.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/retention.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/sha256.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/send_message.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/set_queue_attributes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/proxy_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/queues_list_reader.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/queue_schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/user_settings_names.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/user_settings_reader.cpp -) -generate_enum_serilization(core-ymq-actor - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/events.h - INCLUDE_HEADERS - contrib/ydb/core/ymq/actor/events.h -) -generate_enum_serilization(core-ymq-actor - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/metering.h - INCLUDE_HEADERS - contrib/ydb/core/ymq/actor/metering.h -) -generate_enum_serilization(core-ymq-actor - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/fifo_cleanup.h - INCLUDE_HEADERS - contrib/ydb/core/ymq/actor/fifo_cleanup.h -) -generate_enum_serilization(core-ymq-actor - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/queue_schema.h - INCLUDE_HEADERS - contrib/ydb/core/ymq/actor/queue_schema.h -) diff --git a/contrib/ydb/core/ymq/actor/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/ymq/actor/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 6d4f259b202..00000000000 --- a/contrib/ydb/core/ymq/actor/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,151 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-ymq-actor) -target_compile_options(core-ymq-actor PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-ymq-actor PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-openssl - contrib-libs-protobuf - library-actors-core - cpp-containers-intrusive_rb_tree - cpp-digest-md5 - library-grpc-client - library-cpp-logger - cpp-lwtrace-mon - cpp-monlib-dynamic_counters - monlib-service-pages - library-cpp-scheme - ydb-core-base - core-client-minikql_compile - ydb-core-engine - core-kesus-tablet - core-mind-address_classification - ydb-core-mon - ydb-core-node_whiteboard - ydb-core-protos - core-tx-scheme_cache - core-tx-schemeshard - core-tx-tx_proxy - ydb-core-util - core-ymq-base - core-ymq-proto - ymq-queues-common - ymq-queues-fifo - ymq-queues-std - ydb-library-aclib - library-http_proxy-authorization - library-http_proxy-error - library-mkql_proto-protos - public-lib-scheme_types - public-lib-value - client-ydb_types-credentials - library-yql-minikql - lib-deprecated-client - tools-enum_parser-enum_serialization_runtime -) -target_sources(core-ymq-actor PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/auth_factory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/auth_mocks.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/auth_multi_factory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/attributes_md5.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/cfg.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/change_visibility.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/count_queues.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/cleanup_queue_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/create_queue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/create_user.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/delete_message.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/delete_queue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/delete_user.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/error.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/executor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/fifo_cleanup.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/garbage_collector.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/get_queue_attributes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/get_queue_url.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/index_events_processor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/infly.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/log.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/list_dead_letter_source_queues.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/list_permissions.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/list_queues.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/list_users.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/local_rate_limiter_allocator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/message_delay_stats.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/metering.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/modify_permissions.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/monitoring.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/node_tracker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/proxy_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/purge.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/purge_queue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/queue_leader.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/receive_message.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/retention.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/sha256.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/send_message.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/set_queue_attributes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/proxy_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/queues_list_reader.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/queue_schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/user_settings_names.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/user_settings_reader.cpp -) -generate_enum_serilization(core-ymq-actor - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/events.h - INCLUDE_HEADERS - contrib/ydb/core/ymq/actor/events.h -) -generate_enum_serilization(core-ymq-actor - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/metering.h - INCLUDE_HEADERS - contrib/ydb/core/ymq/actor/metering.h -) -generate_enum_serilization(core-ymq-actor - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/fifo_cleanup.h - INCLUDE_HEADERS - contrib/ydb/core/ymq/actor/fifo_cleanup.h -) -generate_enum_serilization(core-ymq-actor - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/queue_schema.h - INCLUDE_HEADERS - contrib/ydb/core/ymq/actor/queue_schema.h -) diff --git a/contrib/ydb/core/ymq/actor/CMakeLists.txt b/contrib/ydb/core/ymq/actor/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/ymq/actor/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/ymq/actor/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/ymq/actor/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 49436ba5104..00000000000 --- a/contrib/ydb/core/ymq/actor/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,150 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-ymq-actor) -target_compile_options(core-ymq-actor PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-ymq-actor PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-openssl - contrib-libs-protobuf - library-actors-core - cpp-containers-intrusive_rb_tree - cpp-digest-md5 - library-grpc-client - library-cpp-logger - cpp-lwtrace-mon - cpp-monlib-dynamic_counters - monlib-service-pages - library-cpp-scheme - ydb-core-base - core-client-minikql_compile - ydb-core-engine - core-kesus-tablet - core-mind-address_classification - ydb-core-mon - ydb-core-node_whiteboard - ydb-core-protos - core-tx-scheme_cache - core-tx-schemeshard - core-tx-tx_proxy - ydb-core-util - core-ymq-base - core-ymq-proto - ymq-queues-common - ymq-queues-fifo - ymq-queues-std - ydb-library-aclib - library-http_proxy-authorization - library-http_proxy-error - library-mkql_proto-protos - public-lib-scheme_types - public-lib-value - client-ydb_types-credentials - library-yql-minikql - lib-deprecated-client - tools-enum_parser-enum_serialization_runtime -) -target_sources(core-ymq-actor PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/auth_factory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/auth_mocks.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/auth_multi_factory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/attributes_md5.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/cfg.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/change_visibility.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/count_queues.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/cleanup_queue_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/create_queue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/create_user.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/delete_message.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/delete_queue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/delete_user.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/error.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/executor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/fifo_cleanup.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/garbage_collector.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/get_queue_attributes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/get_queue_url.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/index_events_processor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/infly.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/log.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/list_dead_letter_source_queues.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/list_permissions.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/list_queues.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/list_users.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/local_rate_limiter_allocator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/message_delay_stats.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/metering.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/modify_permissions.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/monitoring.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/node_tracker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/proxy_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/purge.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/purge_queue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/queue_leader.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/receive_message.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/retention.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/sha256.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/send_message.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/set_queue_attributes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/proxy_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/queues_list_reader.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/queue_schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/user_settings_names.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/user_settings_reader.cpp -) -generate_enum_serilization(core-ymq-actor - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/events.h - INCLUDE_HEADERS - contrib/ydb/core/ymq/actor/events.h -) -generate_enum_serilization(core-ymq-actor - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/metering.h - INCLUDE_HEADERS - contrib/ydb/core/ymq/actor/metering.h -) -generate_enum_serilization(core-ymq-actor - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/fifo_cleanup.h - INCLUDE_HEADERS - contrib/ydb/core/ymq/actor/fifo_cleanup.h -) -generate_enum_serilization(core-ymq-actor - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/actor/queue_schema.h - INCLUDE_HEADERS - contrib/ydb/core/ymq/actor/queue_schema.h -) diff --git a/contrib/ydb/core/ymq/base/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/ymq/base/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 1468a114032..00000000000 --- a/contrib/ydb/core/ymq/base/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,67 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-ymq-base) -target_link_libraries(core-ymq-base PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - contrib-libs-openssl - library-cpp-cgiparam - library-cpp-ipmath - library-cpp-lwtrace - cpp-monlib-dynamic_counters - library-cpp-scheme - cpp-string_utils-base64 - library-cpp-unified_agent_client - ydb-core-base - ydb-core-protos - core-ymq-proto - core-kqp-common - ydb-library-aclib - library-http_proxy-authorization - library-http_proxy-error - ydb-library-protobuf_printer - public-lib-scheme_types -) -target_sources(core-ymq-base PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/base/acl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/base/action.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/base/counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/base/dlq_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/base/events_writer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/base/helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/base/probes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/base/queue_attributes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/base/queue_id.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/base/run_query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/base/secure_protobuf_printer.cpp -) -generate_enum_serilization(core-ymq-base - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/base/query_id.h - INCLUDE_HEADERS - contrib/ydb/core/ymq/base/query_id.h -) -generate_enum_serilization(core-ymq-base - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/base/cloud_enums.h - INCLUDE_HEADERS - contrib/ydb/core/ymq/base/cloud_enums.h -) diff --git a/contrib/ydb/core/ymq/base/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/ymq/base/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 4a4d590ceba..00000000000 --- a/contrib/ydb/core/ymq/base/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-ymq-base) -target_link_libraries(core-ymq-base PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - contrib-libs-openssl - library-cpp-cgiparam - library-cpp-ipmath - library-cpp-lwtrace - cpp-monlib-dynamic_counters - library-cpp-scheme - cpp-string_utils-base64 - library-cpp-unified_agent_client - ydb-core-base - ydb-core-protos - core-ymq-proto - core-kqp-common - ydb-library-aclib - library-http_proxy-authorization - library-http_proxy-error - ydb-library-protobuf_printer - public-lib-scheme_types -) -target_sources(core-ymq-base PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/base/acl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/base/action.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/base/counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/base/dlq_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/base/events_writer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/base/helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/base/probes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/base/queue_attributes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/base/queue_id.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/base/run_query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/base/secure_protobuf_printer.cpp -) -generate_enum_serilization(core-ymq-base - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/base/query_id.h - INCLUDE_HEADERS - contrib/ydb/core/ymq/base/query_id.h -) -generate_enum_serilization(core-ymq-base - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/base/cloud_enums.h - INCLUDE_HEADERS - contrib/ydb/core/ymq/base/cloud_enums.h -) diff --git a/contrib/ydb/core/ymq/base/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/ymq/base/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 4a4d590ceba..00000000000 --- a/contrib/ydb/core/ymq/base/CMakeLists.linux-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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-ymq-base) -target_link_libraries(core-ymq-base PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - contrib-libs-openssl - library-cpp-cgiparam - library-cpp-ipmath - library-cpp-lwtrace - cpp-monlib-dynamic_counters - library-cpp-scheme - cpp-string_utils-base64 - library-cpp-unified_agent_client - ydb-core-base - ydb-core-protos - core-ymq-proto - core-kqp-common - ydb-library-aclib - library-http_proxy-authorization - library-http_proxy-error - ydb-library-protobuf_printer - public-lib-scheme_types -) -target_sources(core-ymq-base PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/base/acl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/base/action.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/base/counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/base/dlq_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/base/events_writer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/base/helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/base/probes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/base/queue_attributes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/base/queue_id.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/base/run_query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/base/secure_protobuf_printer.cpp -) -generate_enum_serilization(core-ymq-base - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/base/query_id.h - INCLUDE_HEADERS - contrib/ydb/core/ymq/base/query_id.h -) -generate_enum_serilization(core-ymq-base - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/base/cloud_enums.h - INCLUDE_HEADERS - contrib/ydb/core/ymq/base/cloud_enums.h -) diff --git a/contrib/ydb/core/ymq/base/CMakeLists.txt b/contrib/ydb/core/ymq/base/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/ymq/base/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/ymq/base/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/ymq/base/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 1468a114032..00000000000 --- a/contrib/ydb/core/ymq/base/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,67 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-ymq-base) -target_link_libraries(core-ymq-base PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - contrib-libs-openssl - library-cpp-cgiparam - library-cpp-ipmath - library-cpp-lwtrace - cpp-monlib-dynamic_counters - library-cpp-scheme - cpp-string_utils-base64 - library-cpp-unified_agent_client - ydb-core-base - ydb-core-protos - core-ymq-proto - core-kqp-common - ydb-library-aclib - library-http_proxy-authorization - library-http_proxy-error - ydb-library-protobuf_printer - public-lib-scheme_types -) -target_sources(core-ymq-base PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/base/acl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/base/action.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/base/counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/base/dlq_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/base/events_writer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/base/helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/base/probes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/base/queue_attributes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/base/queue_id.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/base/run_query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/base/secure_protobuf_printer.cpp -) -generate_enum_serilization(core-ymq-base - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/base/query_id.h - INCLUDE_HEADERS - contrib/ydb/core/ymq/base/query_id.h -) -generate_enum_serilization(core-ymq-base - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/base/cloud_enums.h - INCLUDE_HEADERS - contrib/ydb/core/ymq/base/cloud_enums.h -) diff --git a/contrib/ydb/core/ymq/http/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/ymq/http/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 7d41fb428ff..00000000000 --- a/contrib/ydb/core/ymq/http/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(core-ymq-http) -target_link_libraries(core-ymq-http PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-libxml - library-actors-core - library-cpp-cgiparam - cpp-http-misc - cpp-http-server - cpp-protobuf-json - cpp-string_utils-base64 - cpp-string_utils-quote - cpp-string_utils-url - ydb-core-protos - core-ymq-actor - core-ymq-base - library-http_proxy-authorization - library-http_proxy-error -) -target_sources(core-ymq-http PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/http/http.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/http/types.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/http/xml.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/http/xml_builder.cpp -) -target_ragel_lexers(core-ymq-http - PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/http/parser.rl6 - -CG2 -) diff --git a/contrib/ydb/core/ymq/http/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/ymq/http/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e7322f78609..00000000000 --- a/contrib/ydb/core/ymq/http/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(core-ymq-http) -target_link_libraries(core-ymq-http PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-libxml - library-actors-core - library-cpp-cgiparam - cpp-http-misc - cpp-http-server - cpp-protobuf-json - cpp-string_utils-base64 - cpp-string_utils-quote - cpp-string_utils-url - ydb-core-protos - core-ymq-actor - core-ymq-base - library-http_proxy-authorization - library-http_proxy-error -) -target_sources(core-ymq-http PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/http/http.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/http/types.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/http/xml.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/http/xml_builder.cpp -) -target_ragel_lexers(core-ymq-http - PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/http/parser.rl6 - -CG2 -) diff --git a/contrib/ydb/core/ymq/http/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/ymq/http/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e7322f78609..00000000000 --- a/contrib/ydb/core/ymq/http/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(core-ymq-http) -target_link_libraries(core-ymq-http PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-libxml - library-actors-core - library-cpp-cgiparam - cpp-http-misc - cpp-http-server - cpp-protobuf-json - cpp-string_utils-base64 - cpp-string_utils-quote - cpp-string_utils-url - ydb-core-protos - core-ymq-actor - core-ymq-base - library-http_proxy-authorization - library-http_proxy-error -) -target_sources(core-ymq-http PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/http/http.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/http/types.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/http/xml.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/http/xml_builder.cpp -) -target_ragel_lexers(core-ymq-http - PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/http/parser.rl6 - -CG2 -) diff --git a/contrib/ydb/core/ymq/http/CMakeLists.txt b/contrib/ydb/core/ymq/http/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/ymq/http/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/ymq/http/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/ymq/http/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 13f15a4ae0e..00000000000 --- a/contrib/ydb/core/ymq/http/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(core-ymq-http) -target_link_libraries(core-ymq-http PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-libxml - library-actors-core - library-cpp-cgiparam - cpp-http-misc - cpp-http-server - cpp-protobuf-json - cpp-string_utils-base64 - cpp-string_utils-quote - cpp-string_utils-url - ydb-core-protos - core-ymq-actor - core-ymq-base - library-http_proxy-authorization - library-http_proxy-error -) -target_sources(core-ymq-http PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/http/http.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/http/types.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/http/xml.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/http/xml_builder.cpp -) -target_ragel_lexers(core-ymq-http - PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/http/parser.rl6 - -CT0 -) diff --git a/contrib/ydb/core/ymq/proto/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/ymq/proto/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index b7d359e1068..00000000000 --- a/contrib/ydb/core/ymq/proto/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,57 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(core-ymq-proto) -target_link_libraries(core-ymq-proto PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-protos - contrib-libs-protobuf -) -target_proto_messages(core-ymq-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/proto/events.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/proto/records.proto -) -target_proto_addincls(core-ymq-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(core-ymq-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/ymq/proto/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/ymq/proto/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 24b1f59918f..00000000000 --- a/contrib/ydb/core/ymq/proto/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,58 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(core-ymq-proto) -target_link_libraries(core-ymq-proto PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-protos - contrib-libs-protobuf -) -target_proto_messages(core-ymq-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/proto/events.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/proto/records.proto -) -target_proto_addincls(core-ymq-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(core-ymq-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/ymq/proto/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/ymq/proto/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 24b1f59918f..00000000000 --- a/contrib/ydb/core/ymq/proto/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,58 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(core-ymq-proto) -target_link_libraries(core-ymq-proto PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-protos - contrib-libs-protobuf -) -target_proto_messages(core-ymq-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/proto/events.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/proto/records.proto -) -target_proto_addincls(core-ymq-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(core-ymq-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/ymq/proto/CMakeLists.txt b/contrib/ydb/core/ymq/proto/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/ymq/proto/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/ymq/proto/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/ymq/proto/CMakeLists.windows-x86_64.txt deleted file mode 100644 index b7d359e1068..00000000000 --- a/contrib/ydb/core/ymq/proto/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,57 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(core-ymq-proto) -target_link_libraries(core-ymq-proto PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-protos - contrib-libs-protobuf -) -target_proto_messages(core-ymq-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/proto/events.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/proto/records.proto -) -target_proto_addincls(core-ymq-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(core-ymq-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/core/ymq/queues/CMakeLists.txt b/contrib/ydb/core/ymq/queues/CMakeLists.txt deleted file mode 100644 index cf06c90306c..00000000000 --- a/contrib/ydb/core/ymq/queues/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. - - -add_subdirectory(common) -add_subdirectory(fifo) -add_subdirectory(std) diff --git a/contrib/ydb/core/ymq/queues/common/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/ymq/queues/common/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a0e39e176e0..00000000000 --- a/contrib/ydb/core/ymq/queues/common/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(ymq-queues-common) -target_link_libraries(ymq-queues-common PUBLIC - contrib-libs-cxxsupp - yutil - core-ymq-base -) -target_sources(ymq-queues-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/queues/common/queries.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/queues/common/db_queries_maker.cpp -) diff --git a/contrib/ydb/core/ymq/queues/common/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/ymq/queues/common/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 680f7634d20..00000000000 --- a/contrib/ydb/core/ymq/queues/common/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(ymq-queues-common) -target_link_libraries(ymq-queues-common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-ymq-base -) -target_sources(ymq-queues-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/queues/common/queries.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/queues/common/db_queries_maker.cpp -) diff --git a/contrib/ydb/core/ymq/queues/common/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/ymq/queues/common/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 680f7634d20..00000000000 --- a/contrib/ydb/core/ymq/queues/common/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(ymq-queues-common) -target_link_libraries(ymq-queues-common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-ymq-base -) -target_sources(ymq-queues-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/queues/common/queries.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/queues/common/db_queries_maker.cpp -) diff --git a/contrib/ydb/core/ymq/queues/common/CMakeLists.txt b/contrib/ydb/core/ymq/queues/common/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/ymq/queues/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/ymq/queues/common/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/ymq/queues/common/CMakeLists.windows-x86_64.txt deleted file mode 100644 index a0e39e176e0..00000000000 --- a/contrib/ydb/core/ymq/queues/common/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(ymq-queues-common) -target_link_libraries(ymq-queues-common PUBLIC - contrib-libs-cxxsupp - yutil - core-ymq-base -) -target_sources(ymq-queues-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/queues/common/queries.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/queues/common/db_queries_maker.cpp -) diff --git a/contrib/ydb/core/ymq/queues/fifo/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/ymq/queues/fifo/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 925a0fb75da..00000000000 --- a/contrib/ydb/core/ymq/queues/fifo/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(ymq-queues-fifo) -target_link_libraries(ymq-queues-fifo PUBLIC - contrib-libs-cxxsupp - yutil - core-ymq-base -) -target_sources(ymq-queues-fifo PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/queues/fifo/queries.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/queues/fifo/schema.cpp -) diff --git a/contrib/ydb/core/ymq/queues/fifo/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/ymq/queues/fifo/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 4046a56453f..00000000000 --- a/contrib/ydb/core/ymq/queues/fifo/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(ymq-queues-fifo) -target_link_libraries(ymq-queues-fifo PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-ymq-base -) -target_sources(ymq-queues-fifo PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/queues/fifo/queries.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/queues/fifo/schema.cpp -) diff --git a/contrib/ydb/core/ymq/queues/fifo/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/ymq/queues/fifo/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 4046a56453f..00000000000 --- a/contrib/ydb/core/ymq/queues/fifo/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(ymq-queues-fifo) -target_link_libraries(ymq-queues-fifo PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-ymq-base -) -target_sources(ymq-queues-fifo PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/queues/fifo/queries.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/queues/fifo/schema.cpp -) diff --git a/contrib/ydb/core/ymq/queues/fifo/CMakeLists.txt b/contrib/ydb/core/ymq/queues/fifo/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/ymq/queues/fifo/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/ymq/queues/fifo/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/ymq/queues/fifo/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 925a0fb75da..00000000000 --- a/contrib/ydb/core/ymq/queues/fifo/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(ymq-queues-fifo) -target_link_libraries(ymq-queues-fifo PUBLIC - contrib-libs-cxxsupp - yutil - core-ymq-base -) -target_sources(ymq-queues-fifo PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/queues/fifo/queries.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/queues/fifo/schema.cpp -) diff --git a/contrib/ydb/core/ymq/queues/std/CMakeLists.darwin-x86_64.txt b/contrib/ydb/core/ymq/queues/std/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 9405cabfd72..00000000000 --- a/contrib/ydb/core/ymq/queues/std/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(ymq-queues-std) -target_link_libraries(ymq-queues-std PUBLIC - contrib-libs-cxxsupp - yutil - core-ymq-base -) -target_sources(ymq-queues-std PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/queues/std/queries.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/queues/std/schema.cpp -) diff --git a/contrib/ydb/core/ymq/queues/std/CMakeLists.linux-aarch64.txt b/contrib/ydb/core/ymq/queues/std/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b38e986c178..00000000000 --- a/contrib/ydb/core/ymq/queues/std/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(ymq-queues-std) -target_link_libraries(ymq-queues-std PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-ymq-base -) -target_sources(ymq-queues-std PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/queues/std/queries.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/queues/std/schema.cpp -) diff --git a/contrib/ydb/core/ymq/queues/std/CMakeLists.linux-x86_64.txt b/contrib/ydb/core/ymq/queues/std/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b38e986c178..00000000000 --- a/contrib/ydb/core/ymq/queues/std/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(ymq-queues-std) -target_link_libraries(ymq-queues-std PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-ymq-base -) -target_sources(ymq-queues-std PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/queues/std/queries.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/queues/std/schema.cpp -) diff --git a/contrib/ydb/core/ymq/queues/std/CMakeLists.txt b/contrib/ydb/core/ymq/queues/std/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/core/ymq/queues/std/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/core/ymq/queues/std/CMakeLists.windows-x86_64.txt b/contrib/ydb/core/ymq/queues/std/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 9405cabfd72..00000000000 --- a/contrib/ydb/core/ymq/queues/std/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(ymq-queues-std) -target_link_libraries(ymq-queues-std PUBLIC - contrib-libs-cxxsupp - yutil - core-ymq-base -) -target_sources(ymq-queues-std PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/queues/std/queries.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/core/ymq/queues/std/schema.cpp -) diff --git a/contrib/ydb/library/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 68c2079b1fe..00000000000 --- a/contrib/ydb/library/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_subdirectory(accessor) -add_subdirectory(aclib) -add_subdirectory(actors) -add_subdirectory(arrow_clickhouse) -add_subdirectory(arrow_kernels) -add_subdirectory(arrow_parquet) -add_subdirectory(binary_json) -add_subdirectory(chunks_limiter) -add_subdirectory(conclusion) -add_subdirectory(db_pool) -add_subdirectory(dynumber) -add_subdirectory(folder_service) -add_subdirectory(fyamlcpp) -add_subdirectory(grpc) -add_subdirectory(http_proxy) -add_subdirectory(logger) -add_subdirectory(login) -add_subdirectory(mkql_proto) -add_subdirectory(naming_conventions) -add_subdirectory(pdisk_io) -add_subdirectory(persqueue) -add_subdirectory(pretty_types_print) -add_subdirectory(protobuf_printer) -add_subdirectory(query_actor) -add_subdirectory(rewrapper) -add_subdirectory(schlab) -add_subdirectory(security) -add_subdirectory(services) -add_subdirectory(table_creator) -add_subdirectory(time_series_vec) -add_subdirectory(uuid) -add_subdirectory(workload) -add_subdirectory(yaml_config) -add_subdirectory(ycloud) -add_subdirectory(ydb_issue) -add_subdirectory(yql) -add_subdirectory(yverify_stream) diff --git a/contrib/ydb/library/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 68c2079b1fe..00000000000 --- a/contrib/ydb/library/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_subdirectory(accessor) -add_subdirectory(aclib) -add_subdirectory(actors) -add_subdirectory(arrow_clickhouse) -add_subdirectory(arrow_kernels) -add_subdirectory(arrow_parquet) -add_subdirectory(binary_json) -add_subdirectory(chunks_limiter) -add_subdirectory(conclusion) -add_subdirectory(db_pool) -add_subdirectory(dynumber) -add_subdirectory(folder_service) -add_subdirectory(fyamlcpp) -add_subdirectory(grpc) -add_subdirectory(http_proxy) -add_subdirectory(logger) -add_subdirectory(login) -add_subdirectory(mkql_proto) -add_subdirectory(naming_conventions) -add_subdirectory(pdisk_io) -add_subdirectory(persqueue) -add_subdirectory(pretty_types_print) -add_subdirectory(protobuf_printer) -add_subdirectory(query_actor) -add_subdirectory(rewrapper) -add_subdirectory(schlab) -add_subdirectory(security) -add_subdirectory(services) -add_subdirectory(table_creator) -add_subdirectory(time_series_vec) -add_subdirectory(uuid) -add_subdirectory(workload) -add_subdirectory(yaml_config) -add_subdirectory(ycloud) -add_subdirectory(ydb_issue) -add_subdirectory(yql) -add_subdirectory(yverify_stream) diff --git a/contrib/ydb/library/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 68c2079b1fe..00000000000 --- a/contrib/ydb/library/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_subdirectory(accessor) -add_subdirectory(aclib) -add_subdirectory(actors) -add_subdirectory(arrow_clickhouse) -add_subdirectory(arrow_kernels) -add_subdirectory(arrow_parquet) -add_subdirectory(binary_json) -add_subdirectory(chunks_limiter) -add_subdirectory(conclusion) -add_subdirectory(db_pool) -add_subdirectory(dynumber) -add_subdirectory(folder_service) -add_subdirectory(fyamlcpp) -add_subdirectory(grpc) -add_subdirectory(http_proxy) -add_subdirectory(logger) -add_subdirectory(login) -add_subdirectory(mkql_proto) -add_subdirectory(naming_conventions) -add_subdirectory(pdisk_io) -add_subdirectory(persqueue) -add_subdirectory(pretty_types_print) -add_subdirectory(protobuf_printer) -add_subdirectory(query_actor) -add_subdirectory(rewrapper) -add_subdirectory(schlab) -add_subdirectory(security) -add_subdirectory(services) -add_subdirectory(table_creator) -add_subdirectory(time_series_vec) -add_subdirectory(uuid) -add_subdirectory(workload) -add_subdirectory(yaml_config) -add_subdirectory(ycloud) -add_subdirectory(ydb_issue) -add_subdirectory(yql) -add_subdirectory(yverify_stream) diff --git a/contrib/ydb/library/CMakeLists.txt b/contrib/ydb/library/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 21864188331..00000000000 --- a/contrib/ydb/library/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_subdirectory(accessor) -add_subdirectory(aclib) -add_subdirectory(actors) -add_subdirectory(arrow_kernels) -add_subdirectory(arrow_parquet) -add_subdirectory(binary_json) -add_subdirectory(chunks_limiter) -add_subdirectory(conclusion) -add_subdirectory(db_pool) -add_subdirectory(dynumber) -add_subdirectory(folder_service) -add_subdirectory(fyamlcpp) -add_subdirectory(grpc) -add_subdirectory(http_proxy) -add_subdirectory(logger) -add_subdirectory(login) -add_subdirectory(mkql_proto) -add_subdirectory(naming_conventions) -add_subdirectory(pdisk_io) -add_subdirectory(persqueue) -add_subdirectory(pretty_types_print) -add_subdirectory(protobuf_printer) -add_subdirectory(query_actor) -add_subdirectory(rewrapper) -add_subdirectory(schlab) -add_subdirectory(security) -add_subdirectory(services) -add_subdirectory(table_creator) -add_subdirectory(time_series_vec) -add_subdirectory(uuid) -add_subdirectory(workload) -add_subdirectory(yaml_config) -add_subdirectory(ycloud) -add_subdirectory(ydb_issue) -add_subdirectory(yql) -add_subdirectory(yverify_stream) diff --git a/contrib/ydb/library/accessor/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/accessor/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 5eddde0e673..00000000000 --- a/contrib/ydb/library/accessor/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(ydb-library-accessor) -target_link_libraries(ydb-library-accessor PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(ydb-library-accessor PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/accessor/accessor.cpp -) diff --git a/contrib/ydb/library/accessor/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/accessor/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 47eb07a1502..00000000000 --- a/contrib/ydb/library/accessor/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(ydb-library-accessor) -target_link_libraries(ydb-library-accessor PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(ydb-library-accessor PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/accessor/accessor.cpp -) diff --git a/contrib/ydb/library/accessor/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/accessor/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 47eb07a1502..00000000000 --- a/contrib/ydb/library/accessor/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(ydb-library-accessor) -target_link_libraries(ydb-library-accessor PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(ydb-library-accessor PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/accessor/accessor.cpp -) diff --git a/contrib/ydb/library/accessor/CMakeLists.txt b/contrib/ydb/library/accessor/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/accessor/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/accessor/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/accessor/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 5eddde0e673..00000000000 --- a/contrib/ydb/library/accessor/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(ydb-library-accessor) -target_link_libraries(ydb-library-accessor PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(ydb-library-accessor PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/accessor/accessor.cpp -) diff --git a/contrib/ydb/library/aclib/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/aclib/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 89228f15a85..00000000000 --- a/contrib/ydb/library/aclib/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(protos) - -add_library(ydb-library-aclib) -target_link_libraries(ydb-library-aclib PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - cpp-protobuf-util - library-aclib-protos -) -target_sources(ydb-library-aclib PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/aclib/aclib.cpp -) diff --git a/contrib/ydb/library/aclib/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/aclib/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 2b11b6a3015..00000000000 --- a/contrib/ydb/library/aclib/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(protos) - -add_library(ydb-library-aclib) -target_link_libraries(ydb-library-aclib PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - cpp-protobuf-util - library-aclib-protos -) -target_sources(ydb-library-aclib PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/aclib/aclib.cpp -) diff --git a/contrib/ydb/library/aclib/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/aclib/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 2b11b6a3015..00000000000 --- a/contrib/ydb/library/aclib/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(protos) - -add_library(ydb-library-aclib) -target_link_libraries(ydb-library-aclib PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - cpp-protobuf-util - library-aclib-protos -) -target_sources(ydb-library-aclib PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/aclib/aclib.cpp -) diff --git a/contrib/ydb/library/aclib/CMakeLists.txt b/contrib/ydb/library/aclib/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/aclib/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/aclib/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/aclib/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 89228f15a85..00000000000 --- a/contrib/ydb/library/aclib/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(protos) - -add_library(ydb-library-aclib) -target_link_libraries(ydb-library-aclib PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - cpp-protobuf-util - library-aclib-protos -) -target_sources(ydb-library-aclib PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/aclib/aclib.cpp -) diff --git a/contrib/ydb/library/aclib/protos/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/aclib/protos/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 7974b8094a9..00000000000 --- a/contrib/ydb/library/aclib/protos/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(library-aclib-protos) -target_link_libraries(library-aclib-protos PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(library-aclib-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/aclib/protos/aclib.proto -) -target_proto_addincls(library-aclib-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(library-aclib-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/aclib/protos/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/aclib/protos/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 7331a98f606..00000000000 --- a/contrib/ydb/library/aclib/protos/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(library-aclib-protos) -target_link_libraries(library-aclib-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(library-aclib-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/aclib/protos/aclib.proto -) -target_proto_addincls(library-aclib-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(library-aclib-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/aclib/protos/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/aclib/protos/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 7331a98f606..00000000000 --- a/contrib/ydb/library/aclib/protos/CMakeLists.linux-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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(library-aclib-protos) -target_link_libraries(library-aclib-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(library-aclib-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/aclib/protos/aclib.proto -) -target_proto_addincls(library-aclib-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(library-aclib-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/aclib/protos/CMakeLists.txt b/contrib/ydb/library/aclib/protos/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/aclib/protos/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/aclib/protos/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/aclib/protos/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 7974b8094a9..00000000000 --- a/contrib/ydb/library/aclib/protos/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(library-aclib-protos) -target_link_libraries(library-aclib-protos PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(library-aclib-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/aclib/protos/aclib.proto -) -target_proto_addincls(library-aclib-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(library-aclib-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/actors/CMakeLists.txt b/contrib/ydb/library/actors/CMakeLists.txt deleted file mode 100644 index 77b760d34a9..00000000000 --- a/contrib/ydb/library/actors/CMakeLists.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(actor_type) -add_subdirectory(core) -add_subdirectory(dnscachelib) -add_subdirectory(dnsresolver) -add_subdirectory(helpers) -add_subdirectory(http) -add_subdirectory(interconnect) -add_subdirectory(log_backend) -add_subdirectory(memory_log) -add_subdirectory(prof) -add_subdirectory(protos) -add_subdirectory(testlib) -add_subdirectory(util) -add_subdirectory(wilson) diff --git a/contrib/ydb/library/actors/actor_type/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/actors/actor_type/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 0693cc69048..00000000000 --- a/contrib/ydb/library/actors/actor_type/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(library-actors-actor_type) -target_link_libraries(library-actors-actor_type PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-util - library-actors-prof - tools-enum_parser-enum_serialization_runtime -) -target_sources(library-actors-actor_type PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/actor_type/common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/actor_type/indexes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/actor_type/index_constructor.cpp -) -generate_enum_serilization(library-actors-actor_type - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/actor_type/common.h - INCLUDE_HEADERS - contrib/ydb/library/actors/actor_type/common.h -) diff --git a/contrib/ydb/library/actors/actor_type/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/actors/actor_type/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 5e6f003063b..00000000000 --- a/contrib/ydb/library/actors/actor_type/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(library-actors-actor_type) -target_link_libraries(library-actors-actor_type PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-util - library-actors-prof - tools-enum_parser-enum_serialization_runtime -) -target_sources(library-actors-actor_type PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/actor_type/common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/actor_type/indexes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/actor_type/index_constructor.cpp -) -generate_enum_serilization(library-actors-actor_type - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/actor_type/common.h - INCLUDE_HEADERS - contrib/ydb/library/actors/actor_type/common.h -) diff --git a/contrib/ydb/library/actors/actor_type/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/actors/actor_type/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 5e6f003063b..00000000000 --- a/contrib/ydb/library/actors/actor_type/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(library-actors-actor_type) -target_link_libraries(library-actors-actor_type PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-util - library-actors-prof - tools-enum_parser-enum_serialization_runtime -) -target_sources(library-actors-actor_type PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/actor_type/common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/actor_type/indexes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/actor_type/index_constructor.cpp -) -generate_enum_serilization(library-actors-actor_type - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/actor_type/common.h - INCLUDE_HEADERS - contrib/ydb/library/actors/actor_type/common.h -) diff --git a/contrib/ydb/library/actors/actor_type/CMakeLists.txt b/contrib/ydb/library/actors/actor_type/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/actors/actor_type/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/actors/actor_type/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/actors/actor_type/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 0693cc69048..00000000000 --- a/contrib/ydb/library/actors/actor_type/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(library-actors-actor_type) -target_link_libraries(library-actors-actor_type PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-util - library-actors-prof - tools-enum_parser-enum_serialization_runtime -) -target_sources(library-actors-actor_type PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/actor_type/common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/actor_type/indexes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/actor_type/index_constructor.cpp -) -generate_enum_serilization(library-actors-actor_type - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/actor_type/common.h - INCLUDE_HEADERS - contrib/ydb/library/actors/actor_type/common.h -) diff --git a/contrib/ydb/library/actors/core/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/actors/core/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 35ebc9cc1dc..00000000000 --- a/contrib/ydb/library/actors/core/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,97 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(library-actors-core) -target_link_libraries(library-actors-core PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-actors-actor_type - library-actors-memory_log - library-actors-prof - library-actors-protos - library-actors-util - library-cpp-execprofile - cpp-json-writer - library-cpp-logger - library-cpp-lwtrace - cpp-monlib-dynamic_counters - library-cpp-svnversion - library-cpp-time_provider - cpp-threading-future -) -target_sources(library-actors-core PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/actor_bootstrapped.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/actor_coroutine.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/actor_virtual.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/actorid.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/actorsystem.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/ask.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/av_bootstrapped.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/buffer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/callstack.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/cpu_manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/event.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/event_load.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/event_pb.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/events_undelivered.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/executor_pool_base.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/executor_pool_basic.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/executor_pool_io.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/executor_thread.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/harmonizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/interconnect.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/io_dispatcher.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/log.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/log_settings.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/log_buffer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/mailbox.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/monotonic.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/monotonic_provider.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/worker_context.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/probes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/process_stats.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/scheduler_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/scheduler_basic.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/scheduler_cookie.cpp -) -generate_enum_serilization(library-actors-core - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/defs.h - INCLUDE_HEADERS - contrib/ydb/library/actors/core/defs.h -) -generate_enum_serilization(library-actors-core - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/actor.h - INCLUDE_HEADERS - contrib/ydb/library/actors/core/actor.h -) -generate_enum_serilization(library-actors-core - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/log_iface.h - INCLUDE_HEADERS - contrib/ydb/library/actors/core/log_iface.h -) diff --git a/contrib/ydb/library/actors/core/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/actors/core/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 4fe521f96ad..00000000000 --- a/contrib/ydb/library/actors/core/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,98 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(library-actors-core) -target_link_libraries(library-actors-core PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-actors-actor_type - library-actors-memory_log - library-actors-prof - library-actors-protos - library-actors-util - library-cpp-execprofile - cpp-json-writer - library-cpp-logger - library-cpp-lwtrace - cpp-monlib-dynamic_counters - library-cpp-svnversion - library-cpp-time_provider - cpp-threading-future -) -target_sources(library-actors-core PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/actor_bootstrapped.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/actor_coroutine.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/actor_virtual.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/actorid.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/actorsystem.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/ask.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/av_bootstrapped.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/buffer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/callstack.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/cpu_manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/event.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/event_load.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/event_pb.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/events_undelivered.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/executor_pool_base.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/executor_pool_basic.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/executor_pool_io.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/executor_thread.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/harmonizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/interconnect.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/io_dispatcher.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/log.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/log_settings.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/log_buffer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/mailbox.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/monotonic.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/monotonic_provider.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/worker_context.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/probes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/process_stats.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/scheduler_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/scheduler_basic.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/scheduler_cookie.cpp -) -generate_enum_serilization(library-actors-core - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/defs.h - INCLUDE_HEADERS - contrib/ydb/library/actors/core/defs.h -) -generate_enum_serilization(library-actors-core - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/actor.h - INCLUDE_HEADERS - contrib/ydb/library/actors/core/actor.h -) -generate_enum_serilization(library-actors-core - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/log_iface.h - INCLUDE_HEADERS - contrib/ydb/library/actors/core/log_iface.h -) diff --git a/contrib/ydb/library/actors/core/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/actors/core/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 4fe521f96ad..00000000000 --- a/contrib/ydb/library/actors/core/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,98 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(library-actors-core) -target_link_libraries(library-actors-core PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-actors-actor_type - library-actors-memory_log - library-actors-prof - library-actors-protos - library-actors-util - library-cpp-execprofile - cpp-json-writer - library-cpp-logger - library-cpp-lwtrace - cpp-monlib-dynamic_counters - library-cpp-svnversion - library-cpp-time_provider - cpp-threading-future -) -target_sources(library-actors-core PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/actor_bootstrapped.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/actor_coroutine.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/actor_virtual.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/actorid.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/actorsystem.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/ask.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/av_bootstrapped.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/buffer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/callstack.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/cpu_manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/event.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/event_load.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/event_pb.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/events_undelivered.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/executor_pool_base.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/executor_pool_basic.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/executor_pool_io.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/executor_thread.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/harmonizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/interconnect.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/io_dispatcher.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/log.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/log_settings.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/log_buffer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/mailbox.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/monotonic.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/monotonic_provider.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/worker_context.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/probes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/process_stats.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/scheduler_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/scheduler_basic.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/scheduler_cookie.cpp -) -generate_enum_serilization(library-actors-core - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/defs.h - INCLUDE_HEADERS - contrib/ydb/library/actors/core/defs.h -) -generate_enum_serilization(library-actors-core - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/actor.h - INCLUDE_HEADERS - contrib/ydb/library/actors/core/actor.h -) -generate_enum_serilization(library-actors-core - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/log_iface.h - INCLUDE_HEADERS - contrib/ydb/library/actors/core/log_iface.h -) diff --git a/contrib/ydb/library/actors/core/CMakeLists.txt b/contrib/ydb/library/actors/core/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/actors/core/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/actors/core/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/actors/core/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 35ebc9cc1dc..00000000000 --- a/contrib/ydb/library/actors/core/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,97 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(library-actors-core) -target_link_libraries(library-actors-core PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-actors-actor_type - library-actors-memory_log - library-actors-prof - library-actors-protos - library-actors-util - library-cpp-execprofile - cpp-json-writer - library-cpp-logger - library-cpp-lwtrace - cpp-monlib-dynamic_counters - library-cpp-svnversion - library-cpp-time_provider - cpp-threading-future -) -target_sources(library-actors-core PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/actor_bootstrapped.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/actor_coroutine.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/actor_virtual.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/actorid.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/actorsystem.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/ask.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/av_bootstrapped.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/buffer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/callstack.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/cpu_manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/event.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/event_load.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/event_pb.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/events_undelivered.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/executor_pool_base.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/executor_pool_basic.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/executor_pool_io.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/executor_thread.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/harmonizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/interconnect.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/io_dispatcher.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/log.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/log_settings.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/log_buffer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/mailbox.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/monotonic.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/monotonic_provider.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/worker_context.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/probes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/process_stats.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/scheduler_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/scheduler_basic.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/scheduler_cookie.cpp -) -generate_enum_serilization(library-actors-core - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/defs.h - INCLUDE_HEADERS - contrib/ydb/library/actors/core/defs.h -) -generate_enum_serilization(library-actors-core - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/actor.h - INCLUDE_HEADERS - contrib/ydb/library/actors/core/actor.h -) -generate_enum_serilization(library-actors-core - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/core/log_iface.h - INCLUDE_HEADERS - contrib/ydb/library/actors/core/log_iface.h -) diff --git a/contrib/ydb/library/actors/dnscachelib/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/actors/dnscachelib/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2654cdfda7c..00000000000 --- a/contrib/ydb/library/actors/dnscachelib/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(library-actors-dnscachelib) -target_link_libraries(library-actors-dnscachelib PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-c-ares - library-cpp-lwtrace - cpp-deprecated-atomic -) -target_sources(library-actors-dnscachelib PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/dnscachelib/dnscache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/dnscachelib/probes.cpp -) diff --git a/contrib/ydb/library/actors/dnscachelib/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/actors/dnscachelib/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 73c8fc213ae..00000000000 --- a/contrib/ydb/library/actors/dnscachelib/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(library-actors-dnscachelib) -target_link_libraries(library-actors-dnscachelib PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-c-ares - library-cpp-lwtrace - cpp-deprecated-atomic -) -target_sources(library-actors-dnscachelib PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/dnscachelib/dnscache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/dnscachelib/probes.cpp -) diff --git a/contrib/ydb/library/actors/dnscachelib/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/actors/dnscachelib/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 73c8fc213ae..00000000000 --- a/contrib/ydb/library/actors/dnscachelib/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(library-actors-dnscachelib) -target_link_libraries(library-actors-dnscachelib PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-c-ares - library-cpp-lwtrace - cpp-deprecated-atomic -) -target_sources(library-actors-dnscachelib PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/dnscachelib/dnscache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/dnscachelib/probes.cpp -) diff --git a/contrib/ydb/library/actors/dnscachelib/CMakeLists.txt b/contrib/ydb/library/actors/dnscachelib/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/actors/dnscachelib/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/actors/dnscachelib/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/actors/dnscachelib/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 2654cdfda7c..00000000000 --- a/contrib/ydb/library/actors/dnscachelib/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(library-actors-dnscachelib) -target_link_libraries(library-actors-dnscachelib PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-c-ares - library-cpp-lwtrace - cpp-deprecated-atomic -) -target_sources(library-actors-dnscachelib PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/dnscachelib/dnscache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/dnscachelib/probes.cpp -) diff --git a/contrib/ydb/library/actors/dnsresolver/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/actors/dnsresolver/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 08a4f434690..00000000000 --- a/contrib/ydb/library/actors/dnsresolver/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(library-actors-dnsresolver) -target_link_libraries(library-actors-dnsresolver PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - contrib-libs-c-ares -) -target_sources(library-actors-dnsresolver PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/dnsresolver/dnsresolver.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/dnsresolver/dnsresolver_caching.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/dnsresolver/dnsresolver_ondemand.cpp -) diff --git a/contrib/ydb/library/actors/dnsresolver/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/actors/dnsresolver/CMakeLists.linux-aarch64.txt deleted file mode 100644 index f830145de88..00000000000 --- a/contrib/ydb/library/actors/dnsresolver/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(library-actors-dnsresolver) -target_link_libraries(library-actors-dnsresolver PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - contrib-libs-c-ares -) -target_sources(library-actors-dnsresolver PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/dnsresolver/dnsresolver.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/dnsresolver/dnsresolver_caching.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/dnsresolver/dnsresolver_ondemand.cpp -) diff --git a/contrib/ydb/library/actors/dnsresolver/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/actors/dnsresolver/CMakeLists.linux-x86_64.txt deleted file mode 100644 index f830145de88..00000000000 --- a/contrib/ydb/library/actors/dnsresolver/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(library-actors-dnsresolver) -target_link_libraries(library-actors-dnsresolver PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - contrib-libs-c-ares -) -target_sources(library-actors-dnsresolver PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/dnsresolver/dnsresolver.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/dnsresolver/dnsresolver_caching.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/dnsresolver/dnsresolver_ondemand.cpp -) diff --git a/contrib/ydb/library/actors/dnsresolver/CMakeLists.txt b/contrib/ydb/library/actors/dnsresolver/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/actors/dnsresolver/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/actors/dnsresolver/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/actors/dnsresolver/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 08a4f434690..00000000000 --- a/contrib/ydb/library/actors/dnsresolver/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(library-actors-dnsresolver) -target_link_libraries(library-actors-dnsresolver PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - contrib-libs-c-ares -) -target_sources(library-actors-dnsresolver PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/dnsresolver/dnsresolver.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/dnsresolver/dnsresolver_caching.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/dnsresolver/dnsresolver_ondemand.cpp -) diff --git a/contrib/ydb/library/actors/helpers/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/actors/helpers/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d5f1df4b3f4..00000000000 --- a/contrib/ydb/library/actors/helpers/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(library-actors-helpers) -target_link_libraries(library-actors-helpers PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-monlib-dynamic_counters -) -target_sources(library-actors-helpers PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/helpers/activeactors.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/helpers/flow_controlled_queue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/helpers/selfping_actor.cpp -) diff --git a/contrib/ydb/library/actors/helpers/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/actors/helpers/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 30205d8dbcd..00000000000 --- a/contrib/ydb/library/actors/helpers/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(library-actors-helpers) -target_link_libraries(library-actors-helpers PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-monlib-dynamic_counters -) -target_sources(library-actors-helpers PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/helpers/activeactors.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/helpers/flow_controlled_queue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/helpers/selfping_actor.cpp -) diff --git a/contrib/ydb/library/actors/helpers/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/actors/helpers/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 30205d8dbcd..00000000000 --- a/contrib/ydb/library/actors/helpers/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(library-actors-helpers) -target_link_libraries(library-actors-helpers PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-monlib-dynamic_counters -) -target_sources(library-actors-helpers PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/helpers/activeactors.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/helpers/flow_controlled_queue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/helpers/selfping_actor.cpp -) diff --git a/contrib/ydb/library/actors/helpers/CMakeLists.txt b/contrib/ydb/library/actors/helpers/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/actors/helpers/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/actors/helpers/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/actors/helpers/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d5f1df4b3f4..00000000000 --- a/contrib/ydb/library/actors/helpers/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(library-actors-helpers) -target_link_libraries(library-actors-helpers PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-monlib-dynamic_counters -) -target_sources(library-actors-helpers PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/helpers/activeactors.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/helpers/flow_controlled_queue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/helpers/selfping_actor.cpp -) diff --git a/contrib/ydb/library/actors/http/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/actors/http/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index db430ff61d9..00000000000 --- a/contrib/ydb/library/actors/http/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(library-actors-http) -target_link_libraries(library-actors-http PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-openssl - contrib-libs-zlib - library-actors-core - library-actors-interconnect - library-cpp-dns - cpp-monlib-metrics - cpp-string_utils-quote -) -target_sources(library-actors-http PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/http/http_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/http/http_compress.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/http/http_proxy_acceptor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/http/http_proxy_incoming.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/http/http_proxy_outgoing.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/http/http_proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/http/http_static.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/http/http.cpp -) diff --git a/contrib/ydb/library/actors/http/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/actors/http/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 0e3db18cf39..00000000000 --- a/contrib/ydb/library/actors/http/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(library-actors-http) -target_link_libraries(library-actors-http PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-openssl - contrib-libs-zlib - library-actors-core - library-actors-interconnect - library-cpp-dns - cpp-monlib-metrics - cpp-string_utils-quote -) -target_sources(library-actors-http PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/http/http_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/http/http_compress.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/http/http_proxy_acceptor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/http/http_proxy_incoming.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/http/http_proxy_outgoing.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/http/http_proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/http/http_static.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/http/http.cpp -) diff --git a/contrib/ydb/library/actors/http/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/actors/http/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 0e3db18cf39..00000000000 --- a/contrib/ydb/library/actors/http/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(library-actors-http) -target_link_libraries(library-actors-http PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-openssl - contrib-libs-zlib - library-actors-core - library-actors-interconnect - library-cpp-dns - cpp-monlib-metrics - cpp-string_utils-quote -) -target_sources(library-actors-http PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/http/http_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/http/http_compress.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/http/http_proxy_acceptor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/http/http_proxy_incoming.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/http/http_proxy_outgoing.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/http/http_proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/http/http_static.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/http/http.cpp -) diff --git a/contrib/ydb/library/actors/http/CMakeLists.txt b/contrib/ydb/library/actors/http/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/actors/http/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/actors/http/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/actors/http/CMakeLists.windows-x86_64.txt deleted file mode 100644 index db430ff61d9..00000000000 --- a/contrib/ydb/library/actors/http/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(library-actors-http) -target_link_libraries(library-actors-http PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-openssl - contrib-libs-zlib - library-actors-core - library-actors-interconnect - library-cpp-dns - cpp-monlib-metrics - cpp-string_utils-quote -) -target_sources(library-actors-http PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/http/http_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/http/http_compress.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/http/http_proxy_acceptor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/http/http_proxy_incoming.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/http/http_proxy_outgoing.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/http/http_proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/http/http_static.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/http/http.cpp -) diff --git a/contrib/ydb/library/actors/interconnect/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/actors/interconnect/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 9654665bf3c..00000000000 --- a/contrib/ydb/library/actors/interconnect/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,58 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(mock) - -add_library(library-actors-interconnect) -target_link_libraries(library-actors-interconnect PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-libc_compat - contrib-libs-openssl - contrib-libs-xxhash - library-actors-core - library-actors-dnscachelib - library-actors-dnsresolver - library-actors-helpers - library-actors-prof - library-actors-protos - library-actors-util - library-actors-wilson - cpp-digest-crc32c - library-cpp-json - library-cpp-lwtrace - cpp-monlib-dynamic_counters - cpp-monlib-metrics - service-pages-resources - service-pages-tablesorter - cpp-openssl-init - library-cpp-packedtypes -) -target_sources(library-actors-interconnect PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/interconnect_address.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/interconnect_channel.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/interconnect_counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/interconnect_handshake.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/interconnect_mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/interconnect_nameserver_dynamic.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/interconnect_nameserver_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/interconnect_proxy_wrapper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/interconnect_resolve.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/interconnect_stream.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/interconnect_tcp_input_session.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/interconnect_tcp_proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/interconnect_tcp_server.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/interconnect_tcp_session.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/load.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/packet.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/poller_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/poller_tcp.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/poller_tcp_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/poller_tcp_unit_select.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/types.cpp -) diff --git a/contrib/ydb/library/actors/interconnect/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/actors/interconnect/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 03a3bc0a9a6..00000000000 --- a/contrib/ydb/library/actors/interconnect/CMakeLists.linux-aarch64.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_subdirectory(mock) - -add_library(library-actors-interconnect) -target_link_libraries(library-actors-interconnect PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-libc_compat - contrib-libs-openssl - contrib-libs-xxhash - library-actors-core - library-actors-dnscachelib - library-actors-dnsresolver - library-actors-helpers - library-actors-prof - library-actors-protos - library-actors-util - library-actors-wilson - cpp-digest-crc32c - library-cpp-json - library-cpp-lwtrace - cpp-monlib-dynamic_counters - cpp-monlib-metrics - service-pages-resources - service-pages-tablesorter - cpp-openssl-init - library-cpp-packedtypes -) -target_sources(library-actors-interconnect PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/interconnect_address.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/interconnect_channel.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/interconnect_counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/interconnect_handshake.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/interconnect_mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/interconnect_nameserver_dynamic.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/interconnect_nameserver_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/interconnect_proxy_wrapper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/interconnect_resolve.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/interconnect_stream.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/interconnect_tcp_input_session.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/interconnect_tcp_proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/interconnect_tcp_server.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/interconnect_tcp_session.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/load.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/packet.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/poller_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/poller_tcp.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/poller_tcp_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/poller_tcp_unit_select.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/types.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/poller_tcp_unit_epoll.cpp -) diff --git a/contrib/ydb/library/actors/interconnect/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/actors/interconnect/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 03a3bc0a9a6..00000000000 --- a/contrib/ydb/library/actors/interconnect/CMakeLists.linux-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_subdirectory(mock) - -add_library(library-actors-interconnect) -target_link_libraries(library-actors-interconnect PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-libc_compat - contrib-libs-openssl - contrib-libs-xxhash - library-actors-core - library-actors-dnscachelib - library-actors-dnsresolver - library-actors-helpers - library-actors-prof - library-actors-protos - library-actors-util - library-actors-wilson - cpp-digest-crc32c - library-cpp-json - library-cpp-lwtrace - cpp-monlib-dynamic_counters - cpp-monlib-metrics - service-pages-resources - service-pages-tablesorter - cpp-openssl-init - library-cpp-packedtypes -) -target_sources(library-actors-interconnect PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/interconnect_address.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/interconnect_channel.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/interconnect_counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/interconnect_handshake.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/interconnect_mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/interconnect_nameserver_dynamic.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/interconnect_nameserver_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/interconnect_proxy_wrapper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/interconnect_resolve.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/interconnect_stream.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/interconnect_tcp_input_session.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/interconnect_tcp_proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/interconnect_tcp_server.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/interconnect_tcp_session.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/load.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/packet.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/poller_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/poller_tcp.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/poller_tcp_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/poller_tcp_unit_select.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/types.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/poller_tcp_unit_epoll.cpp -) diff --git a/contrib/ydb/library/actors/interconnect/CMakeLists.txt b/contrib/ydb/library/actors/interconnect/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/actors/interconnect/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/actors/interconnect/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/actors/interconnect/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 9654665bf3c..00000000000 --- a/contrib/ydb/library/actors/interconnect/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,58 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(mock) - -add_library(library-actors-interconnect) -target_link_libraries(library-actors-interconnect PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-libc_compat - contrib-libs-openssl - contrib-libs-xxhash - library-actors-core - library-actors-dnscachelib - library-actors-dnsresolver - library-actors-helpers - library-actors-prof - library-actors-protos - library-actors-util - library-actors-wilson - cpp-digest-crc32c - library-cpp-json - library-cpp-lwtrace - cpp-monlib-dynamic_counters - cpp-monlib-metrics - service-pages-resources - service-pages-tablesorter - cpp-openssl-init - library-cpp-packedtypes -) -target_sources(library-actors-interconnect PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/interconnect_address.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/interconnect_channel.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/interconnect_counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/interconnect_handshake.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/interconnect_mon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/interconnect_nameserver_dynamic.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/interconnect_nameserver_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/interconnect_proxy_wrapper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/interconnect_resolve.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/interconnect_stream.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/interconnect_tcp_input_session.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/interconnect_tcp_proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/interconnect_tcp_server.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/interconnect_tcp_session.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/load.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/packet.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/poller_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/poller_tcp.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/poller_tcp_unit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/poller_tcp_unit_select.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/types.cpp -) diff --git a/contrib/ydb/library/actors/interconnect/mock/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/actors/interconnect/mock/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 5b632758c33..00000000000 --- a/contrib/ydb/library/actors/interconnect/mock/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(actors-interconnect-mock) -target_link_libraries(actors-interconnect-mock PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-interconnect -) -target_sources(actors-interconnect-mock PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/mock/ic_mock.cpp -) diff --git a/contrib/ydb/library/actors/interconnect/mock/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/actors/interconnect/mock/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b6180cca4d4..00000000000 --- a/contrib/ydb/library/actors/interconnect/mock/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(actors-interconnect-mock) -target_link_libraries(actors-interconnect-mock PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-interconnect -) -target_sources(actors-interconnect-mock PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/mock/ic_mock.cpp -) diff --git a/contrib/ydb/library/actors/interconnect/mock/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/actors/interconnect/mock/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b6180cca4d4..00000000000 --- a/contrib/ydb/library/actors/interconnect/mock/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(actors-interconnect-mock) -target_link_libraries(actors-interconnect-mock PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-interconnect -) -target_sources(actors-interconnect-mock PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/mock/ic_mock.cpp -) diff --git a/contrib/ydb/library/actors/interconnect/mock/CMakeLists.txt b/contrib/ydb/library/actors/interconnect/mock/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/actors/interconnect/mock/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/actors/interconnect/mock/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/actors/interconnect/mock/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 5b632758c33..00000000000 --- a/contrib/ydb/library/actors/interconnect/mock/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(actors-interconnect-mock) -target_link_libraries(actors-interconnect-mock PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-interconnect -) -target_sources(actors-interconnect-mock PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/interconnect/mock/ic_mock.cpp -) diff --git a/contrib/ydb/library/actors/log_backend/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/actors/log_backend/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 30eedabc2b9..00000000000 --- a/contrib/ydb/library/actors/log_backend/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(library-actors-log_backend) -target_link_libraries(library-actors-log_backend PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-cpp-logger -) -target_sources(library-actors-log_backend PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/log_backend/actor_log_backend.cpp -) diff --git a/contrib/ydb/library/actors/log_backend/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/actors/log_backend/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 49bd9ef228f..00000000000 --- a/contrib/ydb/library/actors/log_backend/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(library-actors-log_backend) -target_link_libraries(library-actors-log_backend PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-cpp-logger -) -target_sources(library-actors-log_backend PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/log_backend/actor_log_backend.cpp -) diff --git a/contrib/ydb/library/actors/log_backend/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/actors/log_backend/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 49bd9ef228f..00000000000 --- a/contrib/ydb/library/actors/log_backend/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(library-actors-log_backend) -target_link_libraries(library-actors-log_backend PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-cpp-logger -) -target_sources(library-actors-log_backend PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/log_backend/actor_log_backend.cpp -) diff --git a/contrib/ydb/library/actors/log_backend/CMakeLists.txt b/contrib/ydb/library/actors/log_backend/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/actors/log_backend/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/actors/log_backend/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/actors/log_backend/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 30eedabc2b9..00000000000 --- a/contrib/ydb/library/actors/log_backend/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(library-actors-log_backend) -target_link_libraries(library-actors-log_backend PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-cpp-logger -) -target_sources(library-actors-log_backend PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/log_backend/actor_log_backend.cpp -) diff --git a/contrib/ydb/library/actors/memory_log/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/actors/memory_log/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index b2086f9e2ea..00000000000 --- a/contrib/ydb/library/actors/memory_log/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(library-actors-memory_log) -target_link_libraries(library-actors-memory_log PUBLIC - contrib-libs-cxxsupp - yutil - cpp-threading-queue - contrib-libs-linuxvdso - cpp-deprecated-atomic -) -target_sources(library-actors-memory_log PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/memory_log/memlog.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/memory_log/mmap.cpp -) diff --git a/contrib/ydb/library/actors/memory_log/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/actors/memory_log/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 7aa98925090..00000000000 --- a/contrib/ydb/library/actors/memory_log/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(library-actors-memory_log) -target_link_libraries(library-actors-memory_log PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-threading-queue - contrib-libs-linuxvdso - cpp-deprecated-atomic -) -target_sources(library-actors-memory_log PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/memory_log/memlog.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/memory_log/mmap.cpp -) diff --git a/contrib/ydb/library/actors/memory_log/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/actors/memory_log/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 7aa98925090..00000000000 --- a/contrib/ydb/library/actors/memory_log/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(library-actors-memory_log) -target_link_libraries(library-actors-memory_log PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-threading-queue - contrib-libs-linuxvdso - cpp-deprecated-atomic -) -target_sources(library-actors-memory_log PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/memory_log/memlog.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/memory_log/mmap.cpp -) diff --git a/contrib/ydb/library/actors/memory_log/CMakeLists.txt b/contrib/ydb/library/actors/memory_log/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/actors/memory_log/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/actors/memory_log/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/actors/memory_log/CMakeLists.windows-x86_64.txt deleted file mode 100644 index b2086f9e2ea..00000000000 --- a/contrib/ydb/library/actors/memory_log/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(library-actors-memory_log) -target_link_libraries(library-actors-memory_log PUBLIC - contrib-libs-cxxsupp - yutil - cpp-threading-queue - contrib-libs-linuxvdso - cpp-deprecated-atomic -) -target_sources(library-actors-memory_log PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/memory_log/memlog.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/memory_log/mmap.cpp -) diff --git a/contrib/ydb/library/actors/prof/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/actors/prof/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 3f9366a7268..00000000000 --- a/contrib/ydb/library/actors/prof/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(library-actors-prof) -target_link_libraries(library-actors-prof PUBLIC - contrib-libs-cxxsupp - yutil - libs-tcmalloc-malloc_extension - library-cpp-charset - cpp-containers-atomizer -) -target_sources(library-actors-prof PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/prof/tag.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/prof/tcmalloc.cpp -) diff --git a/contrib/ydb/library/actors/prof/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/actors/prof/CMakeLists.linux-aarch64.txt deleted file mode 100644 index ea00c5abc9e..00000000000 --- a/contrib/ydb/library/actors/prof/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(library-actors-prof) -target_link_libraries(library-actors-prof PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-tcmalloc-malloc_extension - library-cpp-charset - cpp-containers-atomizer -) -target_sources(library-actors-prof PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/prof/tag.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/prof/tcmalloc.cpp -) diff --git a/contrib/ydb/library/actors/prof/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/actors/prof/CMakeLists.linux-x86_64.txt deleted file mode 100644 index ea00c5abc9e..00000000000 --- a/contrib/ydb/library/actors/prof/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(library-actors-prof) -target_link_libraries(library-actors-prof PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-tcmalloc-malloc_extension - library-cpp-charset - cpp-containers-atomizer -) -target_sources(library-actors-prof PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/prof/tag.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/prof/tcmalloc.cpp -) diff --git a/contrib/ydb/library/actors/prof/CMakeLists.txt b/contrib/ydb/library/actors/prof/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/actors/prof/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/actors/prof/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/actors/prof/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 3f9366a7268..00000000000 --- a/contrib/ydb/library/actors/prof/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(library-actors-prof) -target_link_libraries(library-actors-prof PUBLIC - contrib-libs-cxxsupp - yutil - libs-tcmalloc-malloc_extension - library-cpp-charset - cpp-containers-atomizer -) -target_sources(library-actors-prof PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/prof/tag.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/prof/tcmalloc.cpp -) diff --git a/contrib/ydb/library/actors/protos/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/actors/protos/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 061765acbd7..00000000000 --- a/contrib/ydb/library/actors/protos/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(library-actors-protos) -target_link_libraries(library-actors-protos PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(library-actors-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/protos/actors.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/protos/interconnect.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/protos/services_common.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/protos/unittests.proto -) -target_proto_addincls(library-actors-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(library-actors-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/actors/protos/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/actors/protos/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 1fb1056b3cd..00000000000 --- a/contrib/ydb/library/actors/protos/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(library-actors-protos) -target_link_libraries(library-actors-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(library-actors-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/protos/actors.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/protos/interconnect.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/protos/services_common.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/protos/unittests.proto -) -target_proto_addincls(library-actors-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(library-actors-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/actors/protos/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/actors/protos/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 1fb1056b3cd..00000000000 --- a/contrib/ydb/library/actors/protos/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(library-actors-protos) -target_link_libraries(library-actors-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(library-actors-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/protos/actors.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/protos/interconnect.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/protos/services_common.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/protos/unittests.proto -) -target_proto_addincls(library-actors-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(library-actors-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/actors/protos/CMakeLists.txt b/contrib/ydb/library/actors/protos/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/actors/protos/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/actors/protos/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/actors/protos/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 061765acbd7..00000000000 --- a/contrib/ydb/library/actors/protos/CMakeLists.windows-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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(library-actors-protos) -target_link_libraries(library-actors-protos PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(library-actors-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/protos/actors.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/protos/interconnect.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/protos/services_common.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/protos/unittests.proto -) -target_proto_addincls(library-actors-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(library-actors-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/actors/testlib/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/actors/testlib/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 949c5b66974..00000000000 --- a/contrib/ydb/library/actors/testlib/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_subdirectory(common) - -add_library(library-actors-testlib) -target_link_libraries(library-actors-testlib PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - actors-interconnect-mock - library-actors-protos - actors-testlib-common - library-cpp-random_provider - library-cpp-time_provider -) -target_sources(library-actors-testlib PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/testlib/test_runtime.cpp -) diff --git a/contrib/ydb/library/actors/testlib/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/actors/testlib/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a4d92a85171..00000000000 --- a/contrib/ydb/library/actors/testlib/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_subdirectory(common) - -add_library(library-actors-testlib) -target_link_libraries(library-actors-testlib PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - actors-interconnect-mock - library-actors-protos - actors-testlib-common - library-cpp-random_provider - library-cpp-time_provider -) -target_sources(library-actors-testlib PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/testlib/test_runtime.cpp -) diff --git a/contrib/ydb/library/actors/testlib/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/actors/testlib/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a4d92a85171..00000000000 --- a/contrib/ydb/library/actors/testlib/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_subdirectory(common) - -add_library(library-actors-testlib) -target_link_libraries(library-actors-testlib PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - actors-interconnect-mock - library-actors-protos - actors-testlib-common - library-cpp-random_provider - library-cpp-time_provider -) -target_sources(library-actors-testlib PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/testlib/test_runtime.cpp -) diff --git a/contrib/ydb/library/actors/testlib/CMakeLists.txt b/contrib/ydb/library/actors/testlib/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/actors/testlib/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/actors/testlib/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/actors/testlib/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 949c5b66974..00000000000 --- a/contrib/ydb/library/actors/testlib/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_subdirectory(common) - -add_library(library-actors-testlib) -target_link_libraries(library-actors-testlib PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - actors-interconnect-mock - library-actors-protos - actors-testlib-common - library-cpp-random_provider - library-cpp-time_provider -) -target_sources(library-actors-testlib PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/testlib/test_runtime.cpp -) diff --git a/contrib/ydb/library/actors/testlib/common/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/actors/testlib/common/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d66e3a4f7fb..00000000000 --- a/contrib/ydb/library/actors/testlib/common/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(actors-testlib-common) -target_link_libraries(actors-testlib-common PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core -) -target_sources(actors-testlib-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/testlib/common/events_scheduling.cpp -) diff --git a/contrib/ydb/library/actors/testlib/common/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/actors/testlib/common/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 548d25c8cec..00000000000 --- a/contrib/ydb/library/actors/testlib/common/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(actors-testlib-common) -target_link_libraries(actors-testlib-common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core -) -target_sources(actors-testlib-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/testlib/common/events_scheduling.cpp -) diff --git a/contrib/ydb/library/actors/testlib/common/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/actors/testlib/common/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 548d25c8cec..00000000000 --- a/contrib/ydb/library/actors/testlib/common/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(actors-testlib-common) -target_link_libraries(actors-testlib-common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core -) -target_sources(actors-testlib-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/testlib/common/events_scheduling.cpp -) diff --git a/contrib/ydb/library/actors/testlib/common/CMakeLists.txt b/contrib/ydb/library/actors/testlib/common/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/actors/testlib/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/actors/testlib/common/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/actors/testlib/common/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d66e3a4f7fb..00000000000 --- a/contrib/ydb/library/actors/testlib/common/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(actors-testlib-common) -target_link_libraries(actors-testlib-common PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core -) -target_sources(actors-testlib-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/testlib/common/events_scheduling.cpp -) diff --git a/contrib/ydb/library/actors/util/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/actors/util/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 421bdd5a079..00000000000 --- a/contrib/ydb/library/actors/util/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(library-actors-util) -target_link_libraries(library-actors-util PUBLIC - contrib-libs-cxxsupp - yutil - cpp-containers-absl_flat_hash - cpp-deprecated-atomic - library-cpp-pop_count -) -target_sources(library-actors-util PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/util/affinity.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/util/memory_track.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/util/memory_tracker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/util/rope.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/util/rc_buf.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/util/shared_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/util/should_continue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/util/threadparkpad.cpp -) diff --git a/contrib/ydb/library/actors/util/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/actors/util/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 0fe5f453e04..00000000000 --- a/contrib/ydb/library/actors/util/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(library-actors-util) -target_link_libraries(library-actors-util PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-containers-absl_flat_hash - cpp-deprecated-atomic - library-cpp-pop_count -) -target_sources(library-actors-util PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/util/affinity.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/util/memory_track.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/util/memory_tracker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/util/rope.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/util/rc_buf.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/util/shared_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/util/should_continue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/util/threadparkpad.cpp -) diff --git a/contrib/ydb/library/actors/util/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/actors/util/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 0fe5f453e04..00000000000 --- a/contrib/ydb/library/actors/util/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(library-actors-util) -target_link_libraries(library-actors-util PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-containers-absl_flat_hash - cpp-deprecated-atomic - library-cpp-pop_count -) -target_sources(library-actors-util PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/util/affinity.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/util/memory_track.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/util/memory_tracker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/util/rope.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/util/rc_buf.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/util/shared_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/util/should_continue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/util/threadparkpad.cpp -) diff --git a/contrib/ydb/library/actors/util/CMakeLists.txt b/contrib/ydb/library/actors/util/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/actors/util/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/actors/util/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/actors/util/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 421bdd5a079..00000000000 --- a/contrib/ydb/library/actors/util/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(library-actors-util) -target_link_libraries(library-actors-util PUBLIC - contrib-libs-cxxsupp - yutil - cpp-containers-absl_flat_hash - cpp-deprecated-atomic - library-cpp-pop_count -) -target_sources(library-actors-util PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/util/affinity.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/util/memory_track.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/util/memory_tracker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/util/rope.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/util/rc_buf.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/util/shared_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/util/should_continue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/util/threadparkpad.cpp -) diff --git a/contrib/ydb/library/actors/wilson/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/actors/wilson/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d450e98c2f4..00000000000 --- a/contrib/ydb/library/actors/wilson/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_subdirectory(protos) - -add_library(library-actors-wilson) -target_link_libraries(library-actors-wilson PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-protos - actors-wilson-protos -) -target_sources(library-actors-wilson PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/wilson/wilson_event.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/wilson/wilson_span.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/wilson/wilson_profile_span.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/wilson/wilson_trace.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/wilson/wilson_uploader.cpp -) diff --git a/contrib/ydb/library/actors/wilson/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/actors/wilson/CMakeLists.linux-aarch64.txt deleted file mode 100644 index fe59e1dfd6a..00000000000 --- a/contrib/ydb/library/actors/wilson/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_subdirectory(protos) - -add_library(library-actors-wilson) -target_link_libraries(library-actors-wilson PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-protos - actors-wilson-protos -) -target_sources(library-actors-wilson PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/wilson/wilson_event.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/wilson/wilson_span.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/wilson/wilson_profile_span.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/wilson/wilson_trace.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/wilson/wilson_uploader.cpp -) diff --git a/contrib/ydb/library/actors/wilson/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/actors/wilson/CMakeLists.linux-x86_64.txt deleted file mode 100644 index fe59e1dfd6a..00000000000 --- a/contrib/ydb/library/actors/wilson/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_subdirectory(protos) - -add_library(library-actors-wilson) -target_link_libraries(library-actors-wilson PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-protos - actors-wilson-protos -) -target_sources(library-actors-wilson PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/wilson/wilson_event.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/wilson/wilson_span.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/wilson/wilson_profile_span.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/wilson/wilson_trace.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/wilson/wilson_uploader.cpp -) diff --git a/contrib/ydb/library/actors/wilson/CMakeLists.txt b/contrib/ydb/library/actors/wilson/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/actors/wilson/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/actors/wilson/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/actors/wilson/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d450e98c2f4..00000000000 --- a/contrib/ydb/library/actors/wilson/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_subdirectory(protos) - -add_library(library-actors-wilson) -target_link_libraries(library-actors-wilson PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-protos - actors-wilson-protos -) -target_sources(library-actors-wilson PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/wilson/wilson_event.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/wilson/wilson_span.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/wilson/wilson_profile_span.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/wilson/wilson_trace.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/actors/wilson/wilson_uploader.cpp -) diff --git a/contrib/ydb/library/actors/wilson/protos/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/actors/wilson/protos/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 92afc01bb41..00000000000 --- a/contrib/ydb/library/actors/wilson/protos/CMakeLists.darwin-x86_64.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. - - - -add_library(actors-wilson-protos INTERFACE) -target_link_libraries(actors-wilson-protos INTERFACE - contrib-libs-cxxsupp - yutil - contrib-libs-opentelemetry-proto -) diff --git a/contrib/ydb/library/actors/wilson/protos/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/actors/wilson/protos/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 101316f4fcc..00000000000 --- a/contrib/ydb/library/actors/wilson/protos/CMakeLists.linux-aarch64.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(actors-wilson-protos INTERFACE) -target_link_libraries(actors-wilson-protos INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-opentelemetry-proto -) diff --git a/contrib/ydb/library/actors/wilson/protos/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/actors/wilson/protos/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 101316f4fcc..00000000000 --- a/contrib/ydb/library/actors/wilson/protos/CMakeLists.linux-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(actors-wilson-protos INTERFACE) -target_link_libraries(actors-wilson-protos INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-opentelemetry-proto -) diff --git a/contrib/ydb/library/actors/wilson/protos/CMakeLists.txt b/contrib/ydb/library/actors/wilson/protos/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/actors/wilson/protos/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/actors/wilson/protos/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/actors/wilson/protos/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 92afc01bb41..00000000000 --- a/contrib/ydb/library/actors/wilson/protos/CMakeLists.windows-x86_64.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. - - - -add_library(actors-wilson-protos INTERFACE) -target_link_libraries(actors-wilson-protos INTERFACE - contrib-libs-cxxsupp - yutil - contrib-libs-opentelemetry-proto -) diff --git a/contrib/ydb/library/arrow_clickhouse/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/arrow_clickhouse/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 04c8517e704..00000000000 --- a/contrib/ydb/library/arrow_clickhouse/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_subdirectory(Columns) -add_subdirectory(Common) -add_subdirectory(DataStreams) - -add_library(ydb-library-arrow_clickhouse) -target_include_directories(ydb-library-arrow_clickhouse PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_clickhouse/base -) -target_include_directories(ydb-library-arrow_clickhouse PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_clickhouse -) -target_link_libraries(ydb-library-arrow_clickhouse PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow - contrib-restricted-cityhash-1.0.2 - library-arrow_clickhouse-Common - library-arrow_clickhouse-Columns - library-arrow_clickhouse-DataStreams -) -target_sources(ydb-library-arrow_clickhouse PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_clickhouse/AggregateFunctions/IAggregateFunction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_clickhouse/Aggregator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_clickhouse/base/common/mremap.cpp -) diff --git a/contrib/ydb/library/arrow_clickhouse/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/arrow_clickhouse/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 2cf4a25537e..00000000000 --- a/contrib/ydb/library/arrow_clickhouse/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_subdirectory(Columns) -add_subdirectory(Common) -add_subdirectory(DataStreams) - -add_library(ydb-library-arrow_clickhouse) -target_include_directories(ydb-library-arrow_clickhouse PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_clickhouse/base -) -target_include_directories(ydb-library-arrow_clickhouse PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_clickhouse -) -target_link_libraries(ydb-library-arrow_clickhouse PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow - contrib-restricted-cityhash-1.0.2 - library-arrow_clickhouse-Common - library-arrow_clickhouse-Columns - library-arrow_clickhouse-DataStreams -) -target_sources(ydb-library-arrow_clickhouse PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_clickhouse/AggregateFunctions/IAggregateFunction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_clickhouse/Aggregator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_clickhouse/base/common/mremap.cpp -) diff --git a/contrib/ydb/library/arrow_clickhouse/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/arrow_clickhouse/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 2cf4a25537e..00000000000 --- a/contrib/ydb/library/arrow_clickhouse/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_subdirectory(Columns) -add_subdirectory(Common) -add_subdirectory(DataStreams) - -add_library(ydb-library-arrow_clickhouse) -target_include_directories(ydb-library-arrow_clickhouse PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_clickhouse/base -) -target_include_directories(ydb-library-arrow_clickhouse PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_clickhouse -) -target_link_libraries(ydb-library-arrow_clickhouse PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow - contrib-restricted-cityhash-1.0.2 - library-arrow_clickhouse-Common - library-arrow_clickhouse-Columns - library-arrow_clickhouse-DataStreams -) -target_sources(ydb-library-arrow_clickhouse PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_clickhouse/AggregateFunctions/IAggregateFunction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_clickhouse/Aggregator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_clickhouse/base/common/mremap.cpp -) diff --git a/contrib/ydb/library/arrow_clickhouse/CMakeLists.txt b/contrib/ydb/library/arrow_clickhouse/CMakeLists.txt deleted file mode 100644 index 522af85d518..00000000000 --- a/contrib/ydb/library/arrow_clickhouse/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 "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) -endif() diff --git a/contrib/ydb/library/arrow_clickhouse/Columns/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/arrow_clickhouse/Columns/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c079444c168..00000000000 --- a/contrib/ydb/library/arrow_clickhouse/Columns/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(library-arrow_clickhouse-Columns) -target_include_directories(library-arrow_clickhouse-Columns PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_clickhouse/base - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_clickhouse -) -target_link_libraries(library-arrow_clickhouse-Columns PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow -) -target_sources(library-arrow_clickhouse-Columns PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_clickhouse/Columns/ColumnsCommon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_clickhouse/Columns/ColumnAggregateFunction.cpp -) diff --git a/contrib/ydb/library/arrow_clickhouse/Columns/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/arrow_clickhouse/Columns/CMakeLists.linux-aarch64.txt deleted file mode 100644 index f773f56d4de..00000000000 --- a/contrib/ydb/library/arrow_clickhouse/Columns/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(library-arrow_clickhouse-Columns) -target_include_directories(library-arrow_clickhouse-Columns PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_clickhouse/base - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_clickhouse -) -target_link_libraries(library-arrow_clickhouse-Columns PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow -) -target_sources(library-arrow_clickhouse-Columns PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_clickhouse/Columns/ColumnsCommon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_clickhouse/Columns/ColumnAggregateFunction.cpp -) diff --git a/contrib/ydb/library/arrow_clickhouse/Columns/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/arrow_clickhouse/Columns/CMakeLists.linux-x86_64.txt deleted file mode 100644 index f773f56d4de..00000000000 --- a/contrib/ydb/library/arrow_clickhouse/Columns/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(library-arrow_clickhouse-Columns) -target_include_directories(library-arrow_clickhouse-Columns PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_clickhouse/base - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_clickhouse -) -target_link_libraries(library-arrow_clickhouse-Columns PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow -) -target_sources(library-arrow_clickhouse-Columns PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_clickhouse/Columns/ColumnsCommon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_clickhouse/Columns/ColumnAggregateFunction.cpp -) diff --git a/contrib/ydb/library/arrow_clickhouse/Columns/CMakeLists.txt b/contrib/ydb/library/arrow_clickhouse/Columns/CMakeLists.txt deleted file mode 100644 index 522af85d518..00000000000 --- a/contrib/ydb/library/arrow_clickhouse/Columns/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 "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) -endif() diff --git a/contrib/ydb/library/arrow_clickhouse/Common/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/arrow_clickhouse/Common/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index eeab01a77bf..00000000000 --- a/contrib/ydb/library/arrow_clickhouse/Common/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(library-arrow_clickhouse-Common) -target_include_directories(library-arrow_clickhouse-Common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_clickhouse/base - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_clickhouse -) -target_link_libraries(library-arrow_clickhouse-Common PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow -) -target_sources(library-arrow_clickhouse-Common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_clickhouse/Common/Allocator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_clickhouse/Common/PODArray.cpp -) diff --git a/contrib/ydb/library/arrow_clickhouse/Common/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/arrow_clickhouse/Common/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 4113be0e30f..00000000000 --- a/contrib/ydb/library/arrow_clickhouse/Common/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(library-arrow_clickhouse-Common) -target_include_directories(library-arrow_clickhouse-Common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_clickhouse/base - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_clickhouse -) -target_link_libraries(library-arrow_clickhouse-Common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow -) -target_sources(library-arrow_clickhouse-Common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_clickhouse/Common/Allocator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_clickhouse/Common/PODArray.cpp -) diff --git a/contrib/ydb/library/arrow_clickhouse/Common/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/arrow_clickhouse/Common/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 4113be0e30f..00000000000 --- a/contrib/ydb/library/arrow_clickhouse/Common/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(library-arrow_clickhouse-Common) -target_include_directories(library-arrow_clickhouse-Common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_clickhouse/base - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_clickhouse -) -target_link_libraries(library-arrow_clickhouse-Common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow -) -target_sources(library-arrow_clickhouse-Common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_clickhouse/Common/Allocator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_clickhouse/Common/PODArray.cpp -) diff --git a/contrib/ydb/library/arrow_clickhouse/Common/CMakeLists.txt b/contrib/ydb/library/arrow_clickhouse/Common/CMakeLists.txt deleted file mode 100644 index 522af85d518..00000000000 --- a/contrib/ydb/library/arrow_clickhouse/Common/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 "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) -endif() diff --git a/contrib/ydb/library/arrow_clickhouse/DataStreams/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/arrow_clickhouse/DataStreams/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a13dc661bc8..00000000000 --- a/contrib/ydb/library/arrow_clickhouse/DataStreams/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(library-arrow_clickhouse-DataStreams) -target_include_directories(library-arrow_clickhouse-DataStreams PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_clickhouse/base - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_clickhouse -) -target_link_libraries(library-arrow_clickhouse-DataStreams PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow -) -target_sources(library-arrow_clickhouse-DataStreams PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_clickhouse/DataStreams/AggregatingBlockInputStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_clickhouse/DataStreams/IBlockInputStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_clickhouse/DataStreams/MergingAggregatedBlockInputStream.cpp -) diff --git a/contrib/ydb/library/arrow_clickhouse/DataStreams/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/arrow_clickhouse/DataStreams/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 0deaa0527b3..00000000000 --- a/contrib/ydb/library/arrow_clickhouse/DataStreams/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(library-arrow_clickhouse-DataStreams) -target_include_directories(library-arrow_clickhouse-DataStreams PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_clickhouse/base - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_clickhouse -) -target_link_libraries(library-arrow_clickhouse-DataStreams PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow -) -target_sources(library-arrow_clickhouse-DataStreams PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_clickhouse/DataStreams/AggregatingBlockInputStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_clickhouse/DataStreams/IBlockInputStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_clickhouse/DataStreams/MergingAggregatedBlockInputStream.cpp -) diff --git a/contrib/ydb/library/arrow_clickhouse/DataStreams/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/arrow_clickhouse/DataStreams/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 0deaa0527b3..00000000000 --- a/contrib/ydb/library/arrow_clickhouse/DataStreams/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(library-arrow_clickhouse-DataStreams) -target_include_directories(library-arrow_clickhouse-DataStreams PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_clickhouse/base - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_clickhouse -) -target_link_libraries(library-arrow_clickhouse-DataStreams PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow -) -target_sources(library-arrow_clickhouse-DataStreams PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_clickhouse/DataStreams/AggregatingBlockInputStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_clickhouse/DataStreams/IBlockInputStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_clickhouse/DataStreams/MergingAggregatedBlockInputStream.cpp -) diff --git a/contrib/ydb/library/arrow_clickhouse/DataStreams/CMakeLists.txt b/contrib/ydb/library/arrow_clickhouse/DataStreams/CMakeLists.txt deleted file mode 100644 index 522af85d518..00000000000 --- a/contrib/ydb/library/arrow_clickhouse/DataStreams/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 "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) -endif() diff --git a/contrib/ydb/library/arrow_kernels/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/arrow_kernels/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 92d64991c28..00000000000 --- a/contrib/ydb/library/arrow_kernels/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(ydb-library-arrow_kernels) -target_link_libraries(ydb-library-arrow_kernels PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow -) -target_sources(ydb-library-arrow_kernels PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_kernels/func_cast.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_kernels/ut_common.cpp -) diff --git a/contrib/ydb/library/arrow_kernels/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/arrow_kernels/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 94147a21b26..00000000000 --- a/contrib/ydb/library/arrow_kernels/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(ydb-library-arrow_kernels) -target_link_libraries(ydb-library-arrow_kernels PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow -) -target_sources(ydb-library-arrow_kernels PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_kernels/func_cast.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_kernels/ut_common.cpp -) diff --git a/contrib/ydb/library/arrow_kernels/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/arrow_kernels/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 94147a21b26..00000000000 --- a/contrib/ydb/library/arrow_kernels/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(ydb-library-arrow_kernels) -target_link_libraries(ydb-library-arrow_kernels PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow -) -target_sources(ydb-library-arrow_kernels PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_kernels/func_cast.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_kernels/ut_common.cpp -) diff --git a/contrib/ydb/library/arrow_kernels/CMakeLists.txt b/contrib/ydb/library/arrow_kernels/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/arrow_kernels/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/arrow_kernels/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/arrow_kernels/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 92d64991c28..00000000000 --- a/contrib/ydb/library/arrow_kernels/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(ydb-library-arrow_kernels) -target_link_libraries(ydb-library-arrow_kernels PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow -) -target_sources(ydb-library-arrow_kernels PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_kernels/func_cast.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_kernels/ut_common.cpp -) diff --git a/contrib/ydb/library/arrow_parquet/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/arrow_parquet/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 155b907b202..00000000000 --- a/contrib/ydb/library/arrow_parquet/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(ydb-library-arrow_parquet) -target_link_libraries(ydb-library-arrow_parquet PUBLIC - contrib-libs-cxxsupp - yutil - cpp-client-ydb_value - libs-apache-arrow -) -target_sources(ydb-library-arrow_parquet PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_parquet/result_set_parquet_printer.cpp -) diff --git a/contrib/ydb/library/arrow_parquet/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/arrow_parquet/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 5915f15a0ca..00000000000 --- a/contrib/ydb/library/arrow_parquet/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(ydb-library-arrow_parquet) -target_link_libraries(ydb-library-arrow_parquet PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-client-ydb_value - libs-apache-arrow -) -target_sources(ydb-library-arrow_parquet PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_parquet/result_set_parquet_printer.cpp -) diff --git a/contrib/ydb/library/arrow_parquet/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/arrow_parquet/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 5915f15a0ca..00000000000 --- a/contrib/ydb/library/arrow_parquet/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(ydb-library-arrow_parquet) -target_link_libraries(ydb-library-arrow_parquet PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-client-ydb_value - libs-apache-arrow -) -target_sources(ydb-library-arrow_parquet PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_parquet/result_set_parquet_printer.cpp -) diff --git a/contrib/ydb/library/arrow_parquet/CMakeLists.txt b/contrib/ydb/library/arrow_parquet/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/arrow_parquet/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/arrow_parquet/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/arrow_parquet/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 155b907b202..00000000000 --- a/contrib/ydb/library/arrow_parquet/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(ydb-library-arrow_parquet) -target_link_libraries(ydb-library-arrow_parquet PUBLIC - contrib-libs-cxxsupp - yutil - cpp-client-ydb_value - libs-apache-arrow -) -target_sources(ydb-library-arrow_parquet PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/arrow_parquet/result_set_parquet_printer.cpp -) diff --git a/contrib/ydb/library/binary_json/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/binary_json/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 38028700135..00000000000 --- a/contrib/ydb/library/binary_json/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(ydb-library-binary_json) -target_compile_options(ydb-library-binary_json PRIVATE - -DUDF_ABI_VERSION_MAJOR=2 - -DUDF_ABI_VERSION_MINOR=27 - -DUDF_ABI_VERSION_PATCH=0 -) -target_link_libraries(ydb-library-binary_json PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-json - yql-minikql-dom - tools-enum_parser-enum_serialization_runtime -) -target_sources(ydb-library-binary_json PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/binary_json/format.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/binary_json/read.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/binary_json/write.cpp -) -generate_enum_serilization(ydb-library-binary_json - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/binary_json/format.h - INCLUDE_HEADERS - contrib/ydb/library/binary_json/format.h -) diff --git a/contrib/ydb/library/binary_json/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/binary_json/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 25dcbdefff4..00000000000 --- a/contrib/ydb/library/binary_json/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(ydb-library-binary_json) -target_compile_options(ydb-library-binary_json PRIVATE - -DUDF_ABI_VERSION_MAJOR=2 - -DUDF_ABI_VERSION_MINOR=27 - -DUDF_ABI_VERSION_PATCH=0 -) -target_link_libraries(ydb-library-binary_json PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-json - yql-minikql-dom - tools-enum_parser-enum_serialization_runtime -) -target_sources(ydb-library-binary_json PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/binary_json/format.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/binary_json/read.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/binary_json/write.cpp -) -generate_enum_serilization(ydb-library-binary_json - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/binary_json/format.h - INCLUDE_HEADERS - contrib/ydb/library/binary_json/format.h -) diff --git a/contrib/ydb/library/binary_json/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/binary_json/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 25dcbdefff4..00000000000 --- a/contrib/ydb/library/binary_json/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(ydb-library-binary_json) -target_compile_options(ydb-library-binary_json PRIVATE - -DUDF_ABI_VERSION_MAJOR=2 - -DUDF_ABI_VERSION_MINOR=27 - -DUDF_ABI_VERSION_PATCH=0 -) -target_link_libraries(ydb-library-binary_json PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-json - yql-minikql-dom - tools-enum_parser-enum_serialization_runtime -) -target_sources(ydb-library-binary_json PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/binary_json/format.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/binary_json/read.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/binary_json/write.cpp -) -generate_enum_serilization(ydb-library-binary_json - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/binary_json/format.h - INCLUDE_HEADERS - contrib/ydb/library/binary_json/format.h -) diff --git a/contrib/ydb/library/binary_json/CMakeLists.txt b/contrib/ydb/library/binary_json/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/binary_json/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/binary_json/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/binary_json/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 38028700135..00000000000 --- a/contrib/ydb/library/binary_json/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(ydb-library-binary_json) -target_compile_options(ydb-library-binary_json PRIVATE - -DUDF_ABI_VERSION_MAJOR=2 - -DUDF_ABI_VERSION_MINOR=27 - -DUDF_ABI_VERSION_PATCH=0 -) -target_link_libraries(ydb-library-binary_json PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-json - yql-minikql-dom - tools-enum_parser-enum_serialization_runtime -) -target_sources(ydb-library-binary_json PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/binary_json/format.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/binary_json/read.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/binary_json/write.cpp -) -generate_enum_serilization(ydb-library-binary_json - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/binary_json/format.h - INCLUDE_HEADERS - contrib/ydb/library/binary_json/format.h -) diff --git a/contrib/ydb/library/chunks_limiter/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/chunks_limiter/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 517e6de53d1..00000000000 --- a/contrib/ydb/library/chunks_limiter/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(ydb-library-chunks_limiter) -target_link_libraries(ydb-library-chunks_limiter PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(ydb-library-chunks_limiter PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/chunks_limiter/chunks_limiter.cpp -) diff --git a/contrib/ydb/library/chunks_limiter/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/chunks_limiter/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 2f727b23f9a..00000000000 --- a/contrib/ydb/library/chunks_limiter/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(ydb-library-chunks_limiter) -target_link_libraries(ydb-library-chunks_limiter PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(ydb-library-chunks_limiter PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/chunks_limiter/chunks_limiter.cpp -) diff --git a/contrib/ydb/library/chunks_limiter/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/chunks_limiter/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 2f727b23f9a..00000000000 --- a/contrib/ydb/library/chunks_limiter/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(ydb-library-chunks_limiter) -target_link_libraries(ydb-library-chunks_limiter PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(ydb-library-chunks_limiter PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/chunks_limiter/chunks_limiter.cpp -) diff --git a/contrib/ydb/library/chunks_limiter/CMakeLists.txt b/contrib/ydb/library/chunks_limiter/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/chunks_limiter/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/chunks_limiter/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/chunks_limiter/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 517e6de53d1..00000000000 --- a/contrib/ydb/library/chunks_limiter/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(ydb-library-chunks_limiter) -target_link_libraries(ydb-library-chunks_limiter PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(ydb-library-chunks_limiter PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/chunks_limiter/chunks_limiter.cpp -) diff --git a/contrib/ydb/library/conclusion/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/conclusion/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6a5e5b1964b..00000000000 --- a/contrib/ydb/library/conclusion/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(ydb-library-conclusion) -target_link_libraries(ydb-library-conclusion PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(ydb-library-conclusion PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/conclusion/result.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/conclusion/status.cpp -) diff --git a/contrib/ydb/library/conclusion/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/conclusion/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 09180925f4b..00000000000 --- a/contrib/ydb/library/conclusion/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(ydb-library-conclusion) -target_link_libraries(ydb-library-conclusion PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(ydb-library-conclusion PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/conclusion/result.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/conclusion/status.cpp -) diff --git a/contrib/ydb/library/conclusion/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/conclusion/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 09180925f4b..00000000000 --- a/contrib/ydb/library/conclusion/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(ydb-library-conclusion) -target_link_libraries(ydb-library-conclusion PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(ydb-library-conclusion PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/conclusion/result.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/conclusion/status.cpp -) diff --git a/contrib/ydb/library/conclusion/CMakeLists.txt b/contrib/ydb/library/conclusion/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/conclusion/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/conclusion/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/conclusion/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 6a5e5b1964b..00000000000 --- a/contrib/ydb/library/conclusion/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(ydb-library-conclusion) -target_link_libraries(ydb-library-conclusion PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(ydb-library-conclusion PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/conclusion/result.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/conclusion/status.cpp -) diff --git a/contrib/ydb/library/db_pool/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/db_pool/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 7f5b0ffa694..00000000000 --- a/contrib/ydb/library/db_pool/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_subdirectory(protos) - -add_library(ydb-library-db_pool) -target_link_libraries(ydb-library-db_pool PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-monlib-dynamic_counters - ydb-core-protos - library-db_pool-protos - ydb-library-security - cpp-client-ydb_driver - cpp-client-ydb_table -) -target_sources(ydb-library-db_pool PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/db_pool/db_pool.cpp -) diff --git a/contrib/ydb/library/db_pool/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/db_pool/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d40245c65c7..00000000000 --- a/contrib/ydb/library/db_pool/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_subdirectory(protos) - -add_library(ydb-library-db_pool) -target_link_libraries(ydb-library-db_pool PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-monlib-dynamic_counters - ydb-core-protos - library-db_pool-protos - ydb-library-security - cpp-client-ydb_driver - cpp-client-ydb_table -) -target_sources(ydb-library-db_pool PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/db_pool/db_pool.cpp -) diff --git a/contrib/ydb/library/db_pool/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/db_pool/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d40245c65c7..00000000000 --- a/contrib/ydb/library/db_pool/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_subdirectory(protos) - -add_library(ydb-library-db_pool) -target_link_libraries(ydb-library-db_pool PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-monlib-dynamic_counters - ydb-core-protos - library-db_pool-protos - ydb-library-security - cpp-client-ydb_driver - cpp-client-ydb_table -) -target_sources(ydb-library-db_pool PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/db_pool/db_pool.cpp -) diff --git a/contrib/ydb/library/db_pool/CMakeLists.txt b/contrib/ydb/library/db_pool/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/db_pool/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/db_pool/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/db_pool/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 7f5b0ffa694..00000000000 --- a/contrib/ydb/library/db_pool/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_subdirectory(protos) - -add_library(ydb-library-db_pool) -target_link_libraries(ydb-library-db_pool PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-monlib-dynamic_counters - ydb-core-protos - library-db_pool-protos - ydb-library-security - cpp-client-ydb_driver - cpp-client-ydb_table -) -target_sources(ydb-library-db_pool PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/db_pool/db_pool.cpp -) diff --git a/contrib/ydb/library/db_pool/protos/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/db_pool/protos/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 23c5f1c1ed0..00000000000 --- a/contrib/ydb/library/db_pool/protos/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(library-db_pool-protos) -target_link_libraries(library-db_pool-protos PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(library-db_pool-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/db_pool/protos/config.proto -) -target_proto_addincls(library-db_pool-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(library-db_pool-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/db_pool/protos/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/db_pool/protos/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 6e4afd9d347..00000000000 --- a/contrib/ydb/library/db_pool/protos/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(library-db_pool-protos) -target_link_libraries(library-db_pool-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(library-db_pool-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/db_pool/protos/config.proto -) -target_proto_addincls(library-db_pool-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(library-db_pool-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/db_pool/protos/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/db_pool/protos/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 6e4afd9d347..00000000000 --- a/contrib/ydb/library/db_pool/protos/CMakeLists.linux-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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(library-db_pool-protos) -target_link_libraries(library-db_pool-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(library-db_pool-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/db_pool/protos/config.proto -) -target_proto_addincls(library-db_pool-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(library-db_pool-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/db_pool/protos/CMakeLists.txt b/contrib/ydb/library/db_pool/protos/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/db_pool/protos/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/db_pool/protos/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/db_pool/protos/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 23c5f1c1ed0..00000000000 --- a/contrib/ydb/library/db_pool/protos/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(library-db_pool-protos) -target_link_libraries(library-db_pool-protos PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(library-db_pool-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/db_pool/protos/config.proto -) -target_proto_addincls(library-db_pool-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(library-db_pool-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/dynumber/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/dynumber/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c8e5484a610..00000000000 --- a/contrib/ydb/library/dynumber/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(ydb-library-dynumber) -target_link_libraries(ydb-library-dynumber PUBLIC - contrib-libs-cxxsupp - yutil - cpp-containers-stack_vector -) -target_sources(ydb-library-dynumber PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/dynumber/dynumber.cpp -) diff --git a/contrib/ydb/library/dynumber/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/dynumber/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 2cb39c59be8..00000000000 --- a/contrib/ydb/library/dynumber/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(ydb-library-dynumber) -target_link_libraries(ydb-library-dynumber PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-containers-stack_vector -) -target_sources(ydb-library-dynumber PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/dynumber/dynumber.cpp -) diff --git a/contrib/ydb/library/dynumber/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/dynumber/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 2cb39c59be8..00000000000 --- a/contrib/ydb/library/dynumber/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(ydb-library-dynumber) -target_link_libraries(ydb-library-dynumber PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-containers-stack_vector -) -target_sources(ydb-library-dynumber PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/dynumber/dynumber.cpp -) diff --git a/contrib/ydb/library/dynumber/CMakeLists.txt b/contrib/ydb/library/dynumber/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/dynumber/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/dynumber/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/dynumber/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c8e5484a610..00000000000 --- a/contrib/ydb/library/dynumber/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(ydb-library-dynumber) -target_link_libraries(ydb-library-dynumber PUBLIC - contrib-libs-cxxsupp - yutil - cpp-containers-stack_vector -) -target_sources(ydb-library-dynumber PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/dynumber/dynumber.cpp -) diff --git a/contrib/ydb/library/folder_service/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/folder_service/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index f3c9b5b31b1..00000000000 --- a/contrib/ydb/library/folder_service/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(mock) -add_subdirectory(proto) - -add_library(ydb-library-folder_service) -target_link_libraries(ydb-library-folder_service PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - library-folder_service-proto -) -target_sources(ydb-library-folder_service PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/folder_service/folder_service.cpp -) diff --git a/contrib/ydb/library/folder_service/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/folder_service/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b430dd53216..00000000000 --- a/contrib/ydb/library/folder_service/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_subdirectory(mock) -add_subdirectory(proto) - -add_library(ydb-library-folder_service) -target_link_libraries(ydb-library-folder_service PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - library-folder_service-proto -) -target_sources(ydb-library-folder_service PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/folder_service/folder_service.cpp -) diff --git a/contrib/ydb/library/folder_service/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/folder_service/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b430dd53216..00000000000 --- a/contrib/ydb/library/folder_service/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_subdirectory(mock) -add_subdirectory(proto) - -add_library(ydb-library-folder_service) -target_link_libraries(ydb-library-folder_service PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - library-folder_service-proto -) -target_sources(ydb-library-folder_service PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/folder_service/folder_service.cpp -) diff --git a/contrib/ydb/library/folder_service/CMakeLists.txt b/contrib/ydb/library/folder_service/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/folder_service/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/folder_service/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/folder_service/CMakeLists.windows-x86_64.txt deleted file mode 100644 index f3c9b5b31b1..00000000000 --- a/contrib/ydb/library/folder_service/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_subdirectory(mock) -add_subdirectory(proto) - -add_library(ydb-library-folder_service) -target_link_libraries(ydb-library-folder_service PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - library-folder_service-proto -) -target_sources(ydb-library-folder_service PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/folder_service/folder_service.cpp -) diff --git a/contrib/ydb/library/folder_service/mock/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/folder_service/mock/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 1d06ab4be56..00000000000 --- a/contrib/ydb/library/folder_service/mock/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(library-folder_service-mock) -target_compile_options(library-folder_service-mock PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(library-folder_service-mock PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-library-folder_service - library-folder_service-proto -) -target_sources(library-folder_service-mock PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/folder_service/mock/mock_folder_service_adapter.cpp -) diff --git a/contrib/ydb/library/folder_service/mock/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/folder_service/mock/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b5cfcfabc57..00000000000 --- a/contrib/ydb/library/folder_service/mock/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(library-folder_service-mock) -target_compile_options(library-folder_service-mock PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(library-folder_service-mock PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-library-folder_service - library-folder_service-proto -) -target_sources(library-folder_service-mock PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/folder_service/mock/mock_folder_service_adapter.cpp -) diff --git a/contrib/ydb/library/folder_service/mock/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/folder_service/mock/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b5cfcfabc57..00000000000 --- a/contrib/ydb/library/folder_service/mock/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(library-folder_service-mock) -target_compile_options(library-folder_service-mock PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(library-folder_service-mock PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-library-folder_service - library-folder_service-proto -) -target_sources(library-folder_service-mock PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/folder_service/mock/mock_folder_service_adapter.cpp -) diff --git a/contrib/ydb/library/folder_service/mock/CMakeLists.txt b/contrib/ydb/library/folder_service/mock/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/folder_service/mock/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/folder_service/mock/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/folder_service/mock/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 1d06ab4be56..00000000000 --- a/contrib/ydb/library/folder_service/mock/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(library-folder_service-mock) -target_compile_options(library-folder_service-mock PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(library-folder_service-mock PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-library-folder_service - library-folder_service-proto -) -target_sources(library-folder_service-mock PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/folder_service/mock/mock_folder_service_adapter.cpp -) diff --git a/contrib/ydb/library/folder_service/proto/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/folder_service/proto/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 4e4ed8c5b6a..00000000000 --- a/contrib/ydb/library/folder_service/proto/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(library-folder_service-proto) -target_link_libraries(library-folder_service-proto PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(library-folder_service-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/folder_service/proto/config.proto -) -target_proto_addincls(library-folder_service-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(library-folder_service-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/folder_service/proto/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/folder_service/proto/CMakeLists.linux-aarch64.txt deleted file mode 100644 index f2be7b84728..00000000000 --- a/contrib/ydb/library/folder_service/proto/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(library-folder_service-proto) -target_link_libraries(library-folder_service-proto PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(library-folder_service-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/folder_service/proto/config.proto -) -target_proto_addincls(library-folder_service-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(library-folder_service-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/folder_service/proto/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/folder_service/proto/CMakeLists.linux-x86_64.txt deleted file mode 100644 index f2be7b84728..00000000000 --- a/contrib/ydb/library/folder_service/proto/CMakeLists.linux-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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(library-folder_service-proto) -target_link_libraries(library-folder_service-proto PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(library-folder_service-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/folder_service/proto/config.proto -) -target_proto_addincls(library-folder_service-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(library-folder_service-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/folder_service/proto/CMakeLists.txt b/contrib/ydb/library/folder_service/proto/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/folder_service/proto/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/folder_service/proto/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/folder_service/proto/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 4e4ed8c5b6a..00000000000 --- a/contrib/ydb/library/folder_service/proto/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(library-folder_service-proto) -target_link_libraries(library-folder_service-proto PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(library-folder_service-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/folder_service/proto/config.proto -) -target_proto_addincls(library-folder_service-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(library-folder_service-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/fyamlcpp/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/fyamlcpp/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 3909e105f2c..00000000000 --- a/contrib/ydb/library/fyamlcpp/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(ydb-library-fyamlcpp) -target_link_libraries(ydb-library-fyamlcpp PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-libfyaml -) -target_sources(ydb-library-fyamlcpp PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/fyamlcpp/fyamlcpp.cpp -) diff --git a/contrib/ydb/library/fyamlcpp/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/fyamlcpp/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 624bcbd2523..00000000000 --- a/contrib/ydb/library/fyamlcpp/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(ydb-library-fyamlcpp) -target_link_libraries(ydb-library-fyamlcpp PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-libfyaml -) -target_sources(ydb-library-fyamlcpp PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/fyamlcpp/fyamlcpp.cpp -) diff --git a/contrib/ydb/library/fyamlcpp/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/fyamlcpp/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 624bcbd2523..00000000000 --- a/contrib/ydb/library/fyamlcpp/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(ydb-library-fyamlcpp) -target_link_libraries(ydb-library-fyamlcpp PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-libfyaml -) -target_sources(ydb-library-fyamlcpp PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/fyamlcpp/fyamlcpp.cpp -) diff --git a/contrib/ydb/library/fyamlcpp/CMakeLists.txt b/contrib/ydb/library/fyamlcpp/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/fyamlcpp/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/fyamlcpp/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/fyamlcpp/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 3909e105f2c..00000000000 --- a/contrib/ydb/library/fyamlcpp/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(ydb-library-fyamlcpp) -target_link_libraries(ydb-library-fyamlcpp PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-libfyaml -) -target_sources(ydb-library-fyamlcpp PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/fyamlcpp/fyamlcpp.cpp -) diff --git a/contrib/ydb/library/grpc/CMakeLists.txt b/contrib/ydb/library/grpc/CMakeLists.txt deleted file mode 100644 index 69f43c42a72..00000000000 --- a/contrib/ydb/library/grpc/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(client) -add_subdirectory(server) diff --git a/contrib/ydb/library/grpc/client/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/grpc/client/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index cc83407c538..00000000000 --- a/contrib/ydb/library/grpc/client/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(library-grpc-client) -target_link_libraries(library-grpc-client PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - cpp-deprecated-atomic -) -target_sources(library-grpc-client PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/grpc/client/grpc_client_low.cpp -) diff --git a/contrib/ydb/library/grpc/client/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/grpc/client/CMakeLists.linux-aarch64.txt deleted file mode 100644 index c2c027ca4f0..00000000000 --- a/contrib/ydb/library/grpc/client/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(library-grpc-client) -target_link_libraries(library-grpc-client PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - cpp-deprecated-atomic -) -target_sources(library-grpc-client PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/grpc/client/grpc_client_low.cpp -) diff --git a/contrib/ydb/library/grpc/client/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/grpc/client/CMakeLists.linux-x86_64.txt deleted file mode 100644 index c2c027ca4f0..00000000000 --- a/contrib/ydb/library/grpc/client/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(library-grpc-client) -target_link_libraries(library-grpc-client PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - cpp-deprecated-atomic -) -target_sources(library-grpc-client PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/grpc/client/grpc_client_low.cpp -) diff --git a/contrib/ydb/library/grpc/client/CMakeLists.txt b/contrib/ydb/library/grpc/client/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/grpc/client/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/grpc/client/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/grpc/client/CMakeLists.windows-x86_64.txt deleted file mode 100644 index cc83407c538..00000000000 --- a/contrib/ydb/library/grpc/client/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(library-grpc-client) -target_link_libraries(library-grpc-client PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - cpp-deprecated-atomic -) -target_sources(library-grpc-client PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/grpc/client/grpc_client_low.cpp -) diff --git a/contrib/ydb/library/grpc/server/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/grpc/server/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index df8fee8ce28..00000000000 --- a/contrib/ydb/library/grpc/server/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_subdirectory(actors) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(library-grpc-server) -target_link_libraries(library-grpc-server PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - contrib-libs-grpc - monlib-dynamic_counters-percentile -) -target_sources(library-grpc-server PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/grpc/server/event_callback.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/grpc/server/grpc_request.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/grpc/server/grpc_server.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/grpc/server/grpc_counters.cpp -) -generate_enum_serilization(library-grpc-server - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/grpc/server/grpc_request_base.h - INCLUDE_HEADERS - contrib/ydb/library/grpc/server/grpc_request_base.h -) diff --git a/contrib/ydb/library/grpc/server/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/grpc/server/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 83bc3ff1ea9..00000000000 --- a/contrib/ydb/library/grpc/server/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_subdirectory(actors) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(library-grpc-server) -target_link_libraries(library-grpc-server PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - contrib-libs-grpc - monlib-dynamic_counters-percentile -) -target_sources(library-grpc-server PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/grpc/server/event_callback.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/grpc/server/grpc_request.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/grpc/server/grpc_server.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/grpc/server/grpc_counters.cpp -) -generate_enum_serilization(library-grpc-server - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/grpc/server/grpc_request_base.h - INCLUDE_HEADERS - contrib/ydb/library/grpc/server/grpc_request_base.h -) diff --git a/contrib/ydb/library/grpc/server/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/grpc/server/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 83bc3ff1ea9..00000000000 --- a/contrib/ydb/library/grpc/server/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_subdirectory(actors) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(library-grpc-server) -target_link_libraries(library-grpc-server PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - contrib-libs-grpc - monlib-dynamic_counters-percentile -) -target_sources(library-grpc-server PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/grpc/server/event_callback.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/grpc/server/grpc_request.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/grpc/server/grpc_server.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/grpc/server/grpc_counters.cpp -) -generate_enum_serilization(library-grpc-server - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/grpc/server/grpc_request_base.h - INCLUDE_HEADERS - contrib/ydb/library/grpc/server/grpc_request_base.h -) diff --git a/contrib/ydb/library/grpc/server/CMakeLists.txt b/contrib/ydb/library/grpc/server/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/grpc/server/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/grpc/server/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/grpc/server/CMakeLists.windows-x86_64.txt deleted file mode 100644 index df8fee8ce28..00000000000 --- a/contrib/ydb/library/grpc/server/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_subdirectory(actors) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(library-grpc-server) -target_link_libraries(library-grpc-server PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - contrib-libs-grpc - monlib-dynamic_counters-percentile -) -target_sources(library-grpc-server PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/grpc/server/event_callback.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/grpc/server/grpc_request.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/grpc/server/grpc_server.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/grpc/server/grpc_counters.cpp -) -generate_enum_serilization(library-grpc-server - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/grpc/server/grpc_request_base.h - INCLUDE_HEADERS - contrib/ydb/library/grpc/server/grpc_request_base.h -) diff --git a/contrib/ydb/library/grpc/server/actors/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/grpc/server/actors/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 120c3c7fb60..00000000000 --- a/contrib/ydb/library/grpc/server/actors/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(grpc-server-actors) -target_link_libraries(grpc-server-actors PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core -) -target_sources(grpc-server-actors PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/grpc/server/actors/logger.cpp -) diff --git a/contrib/ydb/library/grpc/server/actors/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/grpc/server/actors/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 7a24bedd681..00000000000 --- a/contrib/ydb/library/grpc/server/actors/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(grpc-server-actors) -target_link_libraries(grpc-server-actors PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core -) -target_sources(grpc-server-actors PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/grpc/server/actors/logger.cpp -) diff --git a/contrib/ydb/library/grpc/server/actors/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/grpc/server/actors/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 7a24bedd681..00000000000 --- a/contrib/ydb/library/grpc/server/actors/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(grpc-server-actors) -target_link_libraries(grpc-server-actors PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core -) -target_sources(grpc-server-actors PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/grpc/server/actors/logger.cpp -) diff --git a/contrib/ydb/library/grpc/server/actors/CMakeLists.txt b/contrib/ydb/library/grpc/server/actors/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/grpc/server/actors/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/grpc/server/actors/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/grpc/server/actors/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 120c3c7fb60..00000000000 --- a/contrib/ydb/library/grpc/server/actors/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(grpc-server-actors) -target_link_libraries(grpc-server-actors PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core -) -target_sources(grpc-server-actors PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/grpc/server/actors/logger.cpp -) diff --git a/contrib/ydb/library/http_proxy/CMakeLists.txt b/contrib/ydb/library/http_proxy/CMakeLists.txt deleted file mode 100644 index df17c2b93be..00000000000 --- a/contrib/ydb/library/http_proxy/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(authorization) -add_subdirectory(error) diff --git a/contrib/ydb/library/http_proxy/authorization/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/http_proxy/authorization/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 572e6670c7b..00000000000 --- a/contrib/ydb/library/http_proxy/authorization/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(library-http_proxy-authorization) -target_link_libraries(library-http_proxy-authorization PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-openssl - library-cpp-cgiparam - cpp-http-io - cpp-http-misc - library-http_proxy-error -) -target_sources(library-http_proxy-authorization PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/http_proxy/authorization/auth_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/http_proxy/authorization/signature.cpp -) diff --git a/contrib/ydb/library/http_proxy/authorization/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/http_proxy/authorization/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 2d3549fdb15..00000000000 --- a/contrib/ydb/library/http_proxy/authorization/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(library-http_proxy-authorization) -target_link_libraries(library-http_proxy-authorization PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-openssl - library-cpp-cgiparam - cpp-http-io - cpp-http-misc - library-http_proxy-error -) -target_sources(library-http_proxy-authorization PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/http_proxy/authorization/auth_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/http_proxy/authorization/signature.cpp -) diff --git a/contrib/ydb/library/http_proxy/authorization/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/http_proxy/authorization/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 2d3549fdb15..00000000000 --- a/contrib/ydb/library/http_proxy/authorization/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(library-http_proxy-authorization) -target_link_libraries(library-http_proxy-authorization PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-openssl - library-cpp-cgiparam - cpp-http-io - cpp-http-misc - library-http_proxy-error -) -target_sources(library-http_proxy-authorization PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/http_proxy/authorization/auth_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/http_proxy/authorization/signature.cpp -) diff --git a/contrib/ydb/library/http_proxy/authorization/CMakeLists.txt b/contrib/ydb/library/http_proxy/authorization/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/http_proxy/authorization/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/http_proxy/authorization/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/http_proxy/authorization/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 572e6670c7b..00000000000 --- a/contrib/ydb/library/http_proxy/authorization/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(library-http_proxy-authorization) -target_link_libraries(library-http_proxy-authorization PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-openssl - library-cpp-cgiparam - cpp-http-io - cpp-http-misc - library-http_proxy-error -) -target_sources(library-http_proxy-authorization PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/http_proxy/authorization/auth_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/http_proxy/authorization/signature.cpp -) diff --git a/contrib/ydb/library/http_proxy/error/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/http_proxy/error/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 45c294ebe83..00000000000 --- a/contrib/ydb/library/http_proxy/error/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(library-http_proxy-error) -target_link_libraries(library-http_proxy-error PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(library-http_proxy-error PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/http_proxy/error/error.cpp -) diff --git a/contrib/ydb/library/http_proxy/error/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/http_proxy/error/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e1e13c9fc10..00000000000 --- a/contrib/ydb/library/http_proxy/error/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(library-http_proxy-error) -target_link_libraries(library-http_proxy-error PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(library-http_proxy-error PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/http_proxy/error/error.cpp -) diff --git a/contrib/ydb/library/http_proxy/error/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/http_proxy/error/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e1e13c9fc10..00000000000 --- a/contrib/ydb/library/http_proxy/error/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(library-http_proxy-error) -target_link_libraries(library-http_proxy-error PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(library-http_proxy-error PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/http_proxy/error/error.cpp -) diff --git a/contrib/ydb/library/http_proxy/error/CMakeLists.txt b/contrib/ydb/library/http_proxy/error/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/http_proxy/error/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/http_proxy/error/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/http_proxy/error/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 45c294ebe83..00000000000 --- a/contrib/ydb/library/http_proxy/error/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(library-http_proxy-error) -target_link_libraries(library-http_proxy-error PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(library-http_proxy-error PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/http_proxy/error/error.cpp -) diff --git a/contrib/ydb/library/logger/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/logger/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index ab013e57a69..00000000000 --- a/contrib/ydb/library/logger/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(ydb-library-logger) -target_link_libraries(ydb-library-logger PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-cpp-logger -) -target_sources(ydb-library-logger PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/logger/actor.cpp -) diff --git a/contrib/ydb/library/logger/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/logger/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a0ae2c2f66c..00000000000 --- a/contrib/ydb/library/logger/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(ydb-library-logger) -target_link_libraries(ydb-library-logger PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-cpp-logger -) -target_sources(ydb-library-logger PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/logger/actor.cpp -) diff --git a/contrib/ydb/library/logger/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/logger/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a0ae2c2f66c..00000000000 --- a/contrib/ydb/library/logger/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(ydb-library-logger) -target_link_libraries(ydb-library-logger PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-cpp-logger -) -target_sources(ydb-library-logger PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/logger/actor.cpp -) diff --git a/contrib/ydb/library/logger/CMakeLists.txt b/contrib/ydb/library/logger/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/logger/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/logger/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/logger/CMakeLists.windows-x86_64.txt deleted file mode 100644 index ab013e57a69..00000000000 --- a/contrib/ydb/library/logger/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(ydb-library-logger) -target_link_libraries(ydb-library-logger PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-cpp-logger -) -target_sources(ydb-library-logger PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/logger/actor.cpp -) diff --git a/contrib/ydb/library/login/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/login/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 5ce23bf8213..00000000000 --- a/contrib/ydb/library/login/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_subdirectory(protos) - -add_library(ydb-library-login) -target_link_libraries(ydb-library-login PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-jwt-cpp - contrib-libs-protobuf - cpp-digest-argonish - library-cpp-json - cpp-string_utils-base64 - library-login-protos -) -target_sources(ydb-library-login PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/login/login.cpp -) diff --git a/contrib/ydb/library/login/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/login/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 300e5d5401e..00000000000 --- a/contrib/ydb/library/login/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_subdirectory(protos) - -add_library(ydb-library-login) -target_link_libraries(ydb-library-login PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-jwt-cpp - contrib-libs-protobuf - cpp-digest-argonish - library-cpp-json - cpp-string_utils-base64 - library-login-protos -) -target_sources(ydb-library-login PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/login/login.cpp -) diff --git a/contrib/ydb/library/login/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/login/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 300e5d5401e..00000000000 --- a/contrib/ydb/library/login/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_subdirectory(protos) - -add_library(ydb-library-login) -target_link_libraries(ydb-library-login PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-jwt-cpp - contrib-libs-protobuf - cpp-digest-argonish - library-cpp-json - cpp-string_utils-base64 - library-login-protos -) -target_sources(ydb-library-login PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/login/login.cpp -) diff --git a/contrib/ydb/library/login/CMakeLists.txt b/contrib/ydb/library/login/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/login/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/login/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/login/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 5ce23bf8213..00000000000 --- a/contrib/ydb/library/login/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_subdirectory(protos) - -add_library(ydb-library-login) -target_link_libraries(ydb-library-login PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-jwt-cpp - contrib-libs-protobuf - cpp-digest-argonish - library-cpp-json - cpp-string_utils-base64 - library-login-protos -) -target_sources(ydb-library-login PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/login/login.cpp -) diff --git a/contrib/ydb/library/login/protos/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/login/protos/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 4e13b958260..00000000000 --- a/contrib/ydb/library/login/protos/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(library-login-protos) -target_link_libraries(library-login-protos PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(library-login-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/login/protos/login.proto -) -target_proto_addincls(library-login-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(library-login-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/login/protos/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/login/protos/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 09979063e3d..00000000000 --- a/contrib/ydb/library/login/protos/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(library-login-protos) -target_link_libraries(library-login-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(library-login-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/login/protos/login.proto -) -target_proto_addincls(library-login-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(library-login-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/login/protos/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/login/protos/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 09979063e3d..00000000000 --- a/contrib/ydb/library/login/protos/CMakeLists.linux-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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(library-login-protos) -target_link_libraries(library-login-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(library-login-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/login/protos/login.proto -) -target_proto_addincls(library-login-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(library-login-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/login/protos/CMakeLists.txt b/contrib/ydb/library/login/protos/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/login/protos/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/login/protos/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/login/protos/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 4e13b958260..00000000000 --- a/contrib/ydb/library/login/protos/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(library-login-protos) -target_link_libraries(library-login-protos PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(library-login-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/login/protos/login.proto -) -target_proto_addincls(library-login-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(library-login-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/mkql_proto/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/mkql_proto/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 3dcb5cd92ea..00000000000 --- a/contrib/ydb/library/mkql_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_subdirectory(protos) - -add_library(ydb-library-mkql_proto) -target_compile_options(ydb-library-mkql_proto PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-library-mkql_proto PUBLIC - contrib-libs-cxxsupp - yutil - library-mkql_proto-protos - yql-minikql-computation - yql-parser-pg_catalog - providers-common-codec - api-protos -) -target_sources(ydb-library-mkql_proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/mkql_proto/mkql_proto.cpp -) diff --git a/contrib/ydb/library/mkql_proto/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/mkql_proto/CMakeLists.linux-aarch64.txt deleted file mode 100644 index c20e3c02e73..00000000000 --- a/contrib/ydb/library/mkql_proto/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_subdirectory(protos) - -add_library(ydb-library-mkql_proto) -target_compile_options(ydb-library-mkql_proto PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-library-mkql_proto PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-mkql_proto-protos - yql-minikql-computation - yql-parser-pg_catalog - providers-common-codec - api-protos -) -target_sources(ydb-library-mkql_proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/mkql_proto/mkql_proto.cpp -) diff --git a/contrib/ydb/library/mkql_proto/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/mkql_proto/CMakeLists.linux-x86_64.txt deleted file mode 100644 index c20e3c02e73..00000000000 --- a/contrib/ydb/library/mkql_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_subdirectory(protos) - -add_library(ydb-library-mkql_proto) -target_compile_options(ydb-library-mkql_proto PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-library-mkql_proto PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-mkql_proto-protos - yql-minikql-computation - yql-parser-pg_catalog - providers-common-codec - api-protos -) -target_sources(ydb-library-mkql_proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/mkql_proto/mkql_proto.cpp -) diff --git a/contrib/ydb/library/mkql_proto/CMakeLists.txt b/contrib/ydb/library/mkql_proto/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/mkql_proto/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/mkql_proto/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/mkql_proto/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 3dcb5cd92ea..00000000000 --- a/contrib/ydb/library/mkql_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_subdirectory(protos) - -add_library(ydb-library-mkql_proto) -target_compile_options(ydb-library-mkql_proto PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb-library-mkql_proto PUBLIC - contrib-libs-cxxsupp - yutil - library-mkql_proto-protos - yql-minikql-computation - yql-parser-pg_catalog - providers-common-codec - api-protos -) -target_sources(ydb-library-mkql_proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/mkql_proto/mkql_proto.cpp -) diff --git a/contrib/ydb/library/mkql_proto/protos/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/mkql_proto/protos/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 60a5e240d68..00000000000 --- a/contrib/ydb/library/mkql_proto/protos/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,57 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(library-mkql_proto-protos) -set_property(TARGET library-mkql_proto-protos PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(library-mkql_proto-protos PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - contrib-libs-protobuf -) -target_proto_messages(library-mkql_proto-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/mkql_proto/protos/minikql.proto -) -target_proto_addincls(library-mkql_proto-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(library-mkql_proto-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(library-mkql_proto-protos - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/library/mkql_proto/protos/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/mkql_proto/protos/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 4d9f5b83954..00000000000 --- a/contrib/ydb/library/mkql_proto/protos/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,58 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(library-mkql_proto-protos) -set_property(TARGET library-mkql_proto-protos PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(library-mkql_proto-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - contrib-libs-protobuf -) -target_proto_messages(library-mkql_proto-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/mkql_proto/protos/minikql.proto -) -target_proto_addincls(library-mkql_proto-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(library-mkql_proto-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(library-mkql_proto-protos - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/library/mkql_proto/protos/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/mkql_proto/protos/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 4d9f5b83954..00000000000 --- a/contrib/ydb/library/mkql_proto/protos/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,58 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(library-mkql_proto-protos) -set_property(TARGET library-mkql_proto-protos PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(library-mkql_proto-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - contrib-libs-protobuf -) -target_proto_messages(library-mkql_proto-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/mkql_proto/protos/minikql.proto -) -target_proto_addincls(library-mkql_proto-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(library-mkql_proto-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(library-mkql_proto-protos - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/library/mkql_proto/protos/CMakeLists.txt b/contrib/ydb/library/mkql_proto/protos/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/mkql_proto/protos/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/mkql_proto/protos/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/mkql_proto/protos/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 60a5e240d68..00000000000 --- a/contrib/ydb/library/mkql_proto/protos/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,57 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(library-mkql_proto-protos) -set_property(TARGET library-mkql_proto-protos PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(library-mkql_proto-protos PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - contrib-libs-protobuf -) -target_proto_messages(library-mkql_proto-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/mkql_proto/protos/minikql.proto -) -target_proto_addincls(library-mkql_proto-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(library-mkql_proto-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(library-mkql_proto-protos - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/library/naming_conventions/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/naming_conventions/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 4ea18bc8117..00000000000 --- a/contrib/ydb/library/naming_conventions/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(ydb-library-naming_conventions) -target_link_libraries(ydb-library-naming_conventions PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(ydb-library-naming_conventions PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/naming_conventions/naming_conventions.cpp -) diff --git a/contrib/ydb/library/naming_conventions/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/naming_conventions/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 92fb86e8172..00000000000 --- a/contrib/ydb/library/naming_conventions/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(ydb-library-naming_conventions) -target_link_libraries(ydb-library-naming_conventions PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(ydb-library-naming_conventions PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/naming_conventions/naming_conventions.cpp -) diff --git a/contrib/ydb/library/naming_conventions/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/naming_conventions/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 92fb86e8172..00000000000 --- a/contrib/ydb/library/naming_conventions/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(ydb-library-naming_conventions) -target_link_libraries(ydb-library-naming_conventions PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(ydb-library-naming_conventions PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/naming_conventions/naming_conventions.cpp -) diff --git a/contrib/ydb/library/naming_conventions/CMakeLists.txt b/contrib/ydb/library/naming_conventions/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/naming_conventions/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/naming_conventions/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/naming_conventions/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 4ea18bc8117..00000000000 --- a/contrib/ydb/library/naming_conventions/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(ydb-library-naming_conventions) -target_link_libraries(ydb-library-naming_conventions PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(ydb-library-naming_conventions PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/naming_conventions/naming_conventions.cpp -) diff --git a/contrib/ydb/library/pdisk_io/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/pdisk_io/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c0a3061ae25..00000000000 --- a/contrib/ydb/library/pdisk_io/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(protos) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(ydb-library-pdisk_io) -target_link_libraries(ydb-library-pdisk_io PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-actors-core - library-actors-wilson - cpp-monlib-dynamic_counters - ydb-core-debug - library-pdisk_io-protos -) -target_sources(ydb-library-pdisk_io PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/pdisk_io/aio_mtp.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/pdisk_io/file_params_darwin.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/pdisk_io/aio.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/pdisk_io/aio_map.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/pdisk_io/buffers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/pdisk_io/device_type.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/pdisk_io/drivedata.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/pdisk_io/sector_map.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/pdisk_io/wcache.cpp -) -generate_enum_serilization(ydb-library-pdisk_io - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/pdisk_io/aio.h - INCLUDE_HEADERS - contrib/ydb/library/pdisk_io/aio.h -) diff --git a/contrib/ydb/library/pdisk_io/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/pdisk_io/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 281bcc24ddb..00000000000 --- a/contrib/ydb/library/pdisk_io/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. - - -find_package(AIO REQUIRED) -add_subdirectory(protos) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(ydb-library-pdisk_io) -target_link_libraries(ydb-library-pdisk_io PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - AIO::aio - contrib-libs-liburing - library-actors-core - library-actors-wilson - cpp-monlib-dynamic_counters - ydb-core-debug - library-pdisk_io-protos -) -target_sources(ydb-library-pdisk_io PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/pdisk_io/aio_linux.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/pdisk_io/file_params_linux.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/pdisk_io/aio.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/pdisk_io/aio_map.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/pdisk_io/buffers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/pdisk_io/device_type.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/pdisk_io/drivedata.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/pdisk_io/sector_map.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/pdisk_io/wcache.cpp -) -generate_enum_serilization(ydb-library-pdisk_io - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/pdisk_io/aio.h - INCLUDE_HEADERS - contrib/ydb/library/pdisk_io/aio.h -) diff --git a/contrib/ydb/library/pdisk_io/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/pdisk_io/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 281bcc24ddb..00000000000 --- a/contrib/ydb/library/pdisk_io/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. - - -find_package(AIO REQUIRED) -add_subdirectory(protos) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(ydb-library-pdisk_io) -target_link_libraries(ydb-library-pdisk_io PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - AIO::aio - contrib-libs-liburing - library-actors-core - library-actors-wilson - cpp-monlib-dynamic_counters - ydb-core-debug - library-pdisk_io-protos -) -target_sources(ydb-library-pdisk_io PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/pdisk_io/aio_linux.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/pdisk_io/file_params_linux.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/pdisk_io/aio.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/pdisk_io/aio_map.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/pdisk_io/buffers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/pdisk_io/device_type.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/pdisk_io/drivedata.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/pdisk_io/sector_map.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/pdisk_io/wcache.cpp -) -generate_enum_serilization(ydb-library-pdisk_io - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/pdisk_io/aio.h - INCLUDE_HEADERS - contrib/ydb/library/pdisk_io/aio.h -) diff --git a/contrib/ydb/library/pdisk_io/CMakeLists.txt b/contrib/ydb/library/pdisk_io/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/pdisk_io/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/pdisk_io/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/pdisk_io/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 2ab3fdbeab4..00000000000 --- a/contrib/ydb/library/pdisk_io/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(protos) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(ydb-library-pdisk_io) -target_link_libraries(ydb-library-pdisk_io PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-actors-core - library-actors-wilson - cpp-monlib-dynamic_counters - ydb-core-debug - library-pdisk_io-protos -) -target_sources(ydb-library-pdisk_io PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/pdisk_io/aio_mtp.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/pdisk_io/file_params_win.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/pdisk_io/aio.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/pdisk_io/aio_map.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/pdisk_io/buffers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/pdisk_io/device_type.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/pdisk_io/drivedata.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/pdisk_io/sector_map.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/pdisk_io/wcache.cpp -) -generate_enum_serilization(ydb-library-pdisk_io - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/pdisk_io/aio.h - INCLUDE_HEADERS - contrib/ydb/library/pdisk_io/aio.h -) diff --git a/contrib/ydb/library/pdisk_io/protos/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/pdisk_io/protos/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 587690971a4..00000000000 --- a/contrib/ydb/library/pdisk_io/protos/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(library-pdisk_io-protos) -target_link_libraries(library-pdisk_io-protos PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(library-pdisk_io-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/pdisk_io/protos/sector_map.proto -) -target_proto_addincls(library-pdisk_io-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(library-pdisk_io-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/pdisk_io/protos/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/pdisk_io/protos/CMakeLists.linux-aarch64.txt deleted file mode 100644 index ac503c8ce7c..00000000000 --- a/contrib/ydb/library/pdisk_io/protos/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(library-pdisk_io-protos) -target_link_libraries(library-pdisk_io-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(library-pdisk_io-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/pdisk_io/protos/sector_map.proto -) -target_proto_addincls(library-pdisk_io-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(library-pdisk_io-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/pdisk_io/protos/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/pdisk_io/protos/CMakeLists.linux-x86_64.txt deleted file mode 100644 index ac503c8ce7c..00000000000 --- a/contrib/ydb/library/pdisk_io/protos/CMakeLists.linux-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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(library-pdisk_io-protos) -target_link_libraries(library-pdisk_io-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(library-pdisk_io-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/pdisk_io/protos/sector_map.proto -) -target_proto_addincls(library-pdisk_io-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(library-pdisk_io-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/pdisk_io/protos/CMakeLists.txt b/contrib/ydb/library/pdisk_io/protos/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/pdisk_io/protos/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/pdisk_io/protos/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/pdisk_io/protos/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 587690971a4..00000000000 --- a/contrib/ydb/library/pdisk_io/protos/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(library-pdisk_io-protos) -target_link_libraries(library-pdisk_io-protos PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(library-pdisk_io-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/pdisk_io/protos/sector_map.proto -) -target_proto_addincls(library-pdisk_io-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(library-pdisk_io-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/persqueue/CMakeLists.txt b/contrib/ydb/library/persqueue/CMakeLists.txt deleted file mode 100644 index cce0781fc88..00000000000 --- a/contrib/ydb/library/persqueue/CMakeLists.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_subdirectory(counter_time_keeper) -add_subdirectory(deprecated) -add_subdirectory(obfuscate) -add_subdirectory(topic_parser) -add_subdirectory(topic_parser_public) diff --git a/contrib/ydb/library/persqueue/counter_time_keeper/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/persqueue/counter_time_keeper/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index cea5c4fed3e..00000000000 --- a/contrib/ydb/library/persqueue/counter_time_keeper/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(library-persqueue-counter_time_keeper) -target_link_libraries(library-persqueue-counter_time_keeper PUBLIC - contrib-libs-cxxsupp - yutil - cpp-lwtrace-protos - library-actors-protos - ydb-core-protos -) -target_sources(library-persqueue-counter_time_keeper PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/persqueue/counter_time_keeper/counter_time_keeper.cpp -) diff --git a/contrib/ydb/library/persqueue/counter_time_keeper/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/persqueue/counter_time_keeper/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 6dde0bbcbd7..00000000000 --- a/contrib/ydb/library/persqueue/counter_time_keeper/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(library-persqueue-counter_time_keeper) -target_link_libraries(library-persqueue-counter_time_keeper PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-lwtrace-protos - library-actors-protos - ydb-core-protos -) -target_sources(library-persqueue-counter_time_keeper PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/persqueue/counter_time_keeper/counter_time_keeper.cpp -) diff --git a/contrib/ydb/library/persqueue/counter_time_keeper/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/persqueue/counter_time_keeper/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 6dde0bbcbd7..00000000000 --- a/contrib/ydb/library/persqueue/counter_time_keeper/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(library-persqueue-counter_time_keeper) -target_link_libraries(library-persqueue-counter_time_keeper PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-lwtrace-protos - library-actors-protos - ydb-core-protos -) -target_sources(library-persqueue-counter_time_keeper PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/persqueue/counter_time_keeper/counter_time_keeper.cpp -) diff --git a/contrib/ydb/library/persqueue/counter_time_keeper/CMakeLists.txt b/contrib/ydb/library/persqueue/counter_time_keeper/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/persqueue/counter_time_keeper/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/persqueue/counter_time_keeper/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/persqueue/counter_time_keeper/CMakeLists.windows-x86_64.txt deleted file mode 100644 index cea5c4fed3e..00000000000 --- a/contrib/ydb/library/persqueue/counter_time_keeper/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(library-persqueue-counter_time_keeper) -target_link_libraries(library-persqueue-counter_time_keeper PUBLIC - contrib-libs-cxxsupp - yutil - cpp-lwtrace-protos - library-actors-protos - ydb-core-protos -) -target_sources(library-persqueue-counter_time_keeper PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/persqueue/counter_time_keeper/counter_time_keeper.cpp -) diff --git a/contrib/ydb/library/persqueue/deprecated/CMakeLists.txt b/contrib/ydb/library/persqueue/deprecated/CMakeLists.txt deleted file mode 100644 index c753df0d4da..00000000000 --- a/contrib/ydb/library/persqueue/deprecated/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(read_batch_converter) diff --git a/contrib/ydb/library/persqueue/deprecated/read_batch_converter/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/persqueue/deprecated/read_batch_converter/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index bf996c64a05..00000000000 --- a/contrib/ydb/library/persqueue/deprecated/read_batch_converter/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(persqueue-deprecated-read_batch_converter) -target_link_libraries(persqueue-deprecated-read_batch_converter PUBLIC - contrib-libs-cxxsupp - yutil - api-protos-persqueue-deprecated -) -target_sources(persqueue-deprecated-read_batch_converter PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/persqueue/deprecated/read_batch_converter/read_batch_converter.cpp -) diff --git a/contrib/ydb/library/persqueue/deprecated/read_batch_converter/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/persqueue/deprecated/read_batch_converter/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 74e3bf6b08e..00000000000 --- a/contrib/ydb/library/persqueue/deprecated/read_batch_converter/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(persqueue-deprecated-read_batch_converter) -target_link_libraries(persqueue-deprecated-read_batch_converter PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - api-protos-persqueue-deprecated -) -target_sources(persqueue-deprecated-read_batch_converter PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/persqueue/deprecated/read_batch_converter/read_batch_converter.cpp -) diff --git a/contrib/ydb/library/persqueue/deprecated/read_batch_converter/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/persqueue/deprecated/read_batch_converter/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 74e3bf6b08e..00000000000 --- a/contrib/ydb/library/persqueue/deprecated/read_batch_converter/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(persqueue-deprecated-read_batch_converter) -target_link_libraries(persqueue-deprecated-read_batch_converter PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - api-protos-persqueue-deprecated -) -target_sources(persqueue-deprecated-read_batch_converter PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/persqueue/deprecated/read_batch_converter/read_batch_converter.cpp -) diff --git a/contrib/ydb/library/persqueue/deprecated/read_batch_converter/CMakeLists.txt b/contrib/ydb/library/persqueue/deprecated/read_batch_converter/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/persqueue/deprecated/read_batch_converter/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/persqueue/deprecated/read_batch_converter/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/persqueue/deprecated/read_batch_converter/CMakeLists.windows-x86_64.txt deleted file mode 100644 index bf996c64a05..00000000000 --- a/contrib/ydb/library/persqueue/deprecated/read_batch_converter/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(persqueue-deprecated-read_batch_converter) -target_link_libraries(persqueue-deprecated-read_batch_converter PUBLIC - contrib-libs-cxxsupp - yutil - api-protos-persqueue-deprecated -) -target_sources(persqueue-deprecated-read_batch_converter PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/persqueue/deprecated/read_batch_converter/read_batch_converter.cpp -) diff --git a/contrib/ydb/library/persqueue/obfuscate/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/persqueue/obfuscate/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 42930e0c8ff..00000000000 --- a/contrib/ydb/library/persqueue/obfuscate/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(library-persqueue-obfuscate) -target_link_libraries(library-persqueue-obfuscate PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(library-persqueue-obfuscate PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/persqueue/obfuscate/obfuscate.cpp -) diff --git a/contrib/ydb/library/persqueue/obfuscate/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/persqueue/obfuscate/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a8b1e98803e..00000000000 --- a/contrib/ydb/library/persqueue/obfuscate/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(library-persqueue-obfuscate) -target_link_libraries(library-persqueue-obfuscate PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(library-persqueue-obfuscate PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/persqueue/obfuscate/obfuscate.cpp -) diff --git a/contrib/ydb/library/persqueue/obfuscate/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/persqueue/obfuscate/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a8b1e98803e..00000000000 --- a/contrib/ydb/library/persqueue/obfuscate/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(library-persqueue-obfuscate) -target_link_libraries(library-persqueue-obfuscate PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(library-persqueue-obfuscate PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/persqueue/obfuscate/obfuscate.cpp -) diff --git a/contrib/ydb/library/persqueue/obfuscate/CMakeLists.txt b/contrib/ydb/library/persqueue/obfuscate/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/persqueue/obfuscate/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/persqueue/obfuscate/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/persqueue/obfuscate/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 42930e0c8ff..00000000000 --- a/contrib/ydb/library/persqueue/obfuscate/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(library-persqueue-obfuscate) -target_link_libraries(library-persqueue-obfuscate PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(library-persqueue-obfuscate PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/persqueue/obfuscate/obfuscate.cpp -) diff --git a/contrib/ydb/library/persqueue/topic_parser/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/persqueue/topic_parser/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 1b7c40d27d0..00000000000 --- a/contrib/ydb/library/persqueue/topic_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(library-persqueue-topic_parser) -target_link_libraries(library-persqueue-topic_parser PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - library-persqueue-topic_parser_public - api-protos -) -target_sources(library-persqueue-topic_parser PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/persqueue/topic_parser/topic_parser.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/persqueue/topic_parser/counters.cpp -) diff --git a/contrib/ydb/library/persqueue/topic_parser/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/persqueue/topic_parser/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a2652db77be..00000000000 --- a/contrib/ydb/library/persqueue/topic_parser/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(library-persqueue-topic_parser) -target_link_libraries(library-persqueue-topic_parser PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - library-persqueue-topic_parser_public - api-protos -) -target_sources(library-persqueue-topic_parser PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/persqueue/topic_parser/topic_parser.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/persqueue/topic_parser/counters.cpp -) diff --git a/contrib/ydb/library/persqueue/topic_parser/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/persqueue/topic_parser/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a2652db77be..00000000000 --- a/contrib/ydb/library/persqueue/topic_parser/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(library-persqueue-topic_parser) -target_link_libraries(library-persqueue-topic_parser PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - library-persqueue-topic_parser_public - api-protos -) -target_sources(library-persqueue-topic_parser PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/persqueue/topic_parser/topic_parser.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/persqueue/topic_parser/counters.cpp -) diff --git a/contrib/ydb/library/persqueue/topic_parser/CMakeLists.txt b/contrib/ydb/library/persqueue/topic_parser/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/persqueue/topic_parser/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/persqueue/topic_parser/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/persqueue/topic_parser/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 1b7c40d27d0..00000000000 --- a/contrib/ydb/library/persqueue/topic_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(library-persqueue-topic_parser) -target_link_libraries(library-persqueue-topic_parser PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - library-persqueue-topic_parser_public - api-protos -) -target_sources(library-persqueue-topic_parser PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/persqueue/topic_parser/topic_parser.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/persqueue/topic_parser/counters.cpp -) diff --git a/contrib/ydb/library/persqueue/topic_parser_public/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/persqueue/topic_parser_public/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 7d88cb096c9..00000000000 --- a/contrib/ydb/library/persqueue/topic_parser_public/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(library-persqueue-topic_parser_public) -target_link_libraries(library-persqueue-topic_parser_public PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(library-persqueue-topic_parser_public PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/persqueue/topic_parser_public/topic_parser.cpp -) diff --git a/contrib/ydb/library/persqueue/topic_parser_public/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/persqueue/topic_parser_public/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 8e2cea027c3..00000000000 --- a/contrib/ydb/library/persqueue/topic_parser_public/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(library-persqueue-topic_parser_public) -target_link_libraries(library-persqueue-topic_parser_public PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(library-persqueue-topic_parser_public PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/persqueue/topic_parser_public/topic_parser.cpp -) diff --git a/contrib/ydb/library/persqueue/topic_parser_public/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/persqueue/topic_parser_public/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 8e2cea027c3..00000000000 --- a/contrib/ydb/library/persqueue/topic_parser_public/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(library-persqueue-topic_parser_public) -target_link_libraries(library-persqueue-topic_parser_public PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(library-persqueue-topic_parser_public PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/persqueue/topic_parser_public/topic_parser.cpp -) diff --git a/contrib/ydb/library/persqueue/topic_parser_public/CMakeLists.txt b/contrib/ydb/library/persqueue/topic_parser_public/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/persqueue/topic_parser_public/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/persqueue/topic_parser_public/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/persqueue/topic_parser_public/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 7d88cb096c9..00000000000 --- a/contrib/ydb/library/persqueue/topic_parser_public/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(library-persqueue-topic_parser_public) -target_link_libraries(library-persqueue-topic_parser_public PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(library-persqueue-topic_parser_public PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/persqueue/topic_parser_public/topic_parser.cpp -) diff --git a/contrib/ydb/library/pretty_types_print/CMakeLists.txt b/contrib/ydb/library/pretty_types_print/CMakeLists.txt deleted file mode 100644 index 3445d4515d1..00000000000 --- a/contrib/ydb/library/pretty_types_print/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(protobuf) diff --git a/contrib/ydb/library/pretty_types_print/protobuf/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/pretty_types_print/protobuf/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 900506ba232..00000000000 --- a/contrib/ydb/library/pretty_types_print/protobuf/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(library-pretty_types_print-protobuf) -target_link_libraries(library-pretty_types_print-protobuf PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_sources(library-pretty_types_print-protobuf PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/pretty_types_print/protobuf/out.cpp -) diff --git a/contrib/ydb/library/pretty_types_print/protobuf/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/pretty_types_print/protobuf/CMakeLists.linux-aarch64.txt deleted file mode 100644 index aa559ff4ef5..00000000000 --- a/contrib/ydb/library/pretty_types_print/protobuf/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(library-pretty_types_print-protobuf) -target_link_libraries(library-pretty_types_print-protobuf PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_sources(library-pretty_types_print-protobuf PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/pretty_types_print/protobuf/out.cpp -) diff --git a/contrib/ydb/library/pretty_types_print/protobuf/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/pretty_types_print/protobuf/CMakeLists.linux-x86_64.txt deleted file mode 100644 index aa559ff4ef5..00000000000 --- a/contrib/ydb/library/pretty_types_print/protobuf/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(library-pretty_types_print-protobuf) -target_link_libraries(library-pretty_types_print-protobuf PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_sources(library-pretty_types_print-protobuf PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/pretty_types_print/protobuf/out.cpp -) diff --git a/contrib/ydb/library/pretty_types_print/protobuf/CMakeLists.txt b/contrib/ydb/library/pretty_types_print/protobuf/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/pretty_types_print/protobuf/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/pretty_types_print/protobuf/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/pretty_types_print/protobuf/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 900506ba232..00000000000 --- a/contrib/ydb/library/pretty_types_print/protobuf/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(library-pretty_types_print-protobuf) -target_link_libraries(library-pretty_types_print-protobuf PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_sources(library-pretty_types_print-protobuf PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/pretty_types_print/protobuf/out.cpp -) diff --git a/contrib/ydb/library/protobuf_printer/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/protobuf_printer/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c712809ed50..00000000000 --- a/contrib/ydb/library/protobuf_printer/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(ydb-library-protobuf_printer) -target_link_libraries(ydb-library-protobuf_printer PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - ydb-library-security - api-protos-annotations -) -target_sources(ydb-library-protobuf_printer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/protobuf_printer/hide_field_printer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/protobuf_printer/size_printer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/protobuf_printer/stream_helper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/protobuf_printer/token_field_printer.cpp -) diff --git a/contrib/ydb/library/protobuf_printer/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/protobuf_printer/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 71d15e429d4..00000000000 --- a/contrib/ydb/library/protobuf_printer/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(ydb-library-protobuf_printer) -target_link_libraries(ydb-library-protobuf_printer PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - ydb-library-security - api-protos-annotations -) -target_sources(ydb-library-protobuf_printer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/protobuf_printer/hide_field_printer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/protobuf_printer/size_printer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/protobuf_printer/stream_helper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/protobuf_printer/token_field_printer.cpp -) diff --git a/contrib/ydb/library/protobuf_printer/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/protobuf_printer/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 71d15e429d4..00000000000 --- a/contrib/ydb/library/protobuf_printer/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(ydb-library-protobuf_printer) -target_link_libraries(ydb-library-protobuf_printer PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - ydb-library-security - api-protos-annotations -) -target_sources(ydb-library-protobuf_printer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/protobuf_printer/hide_field_printer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/protobuf_printer/size_printer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/protobuf_printer/stream_helper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/protobuf_printer/token_field_printer.cpp -) diff --git a/contrib/ydb/library/protobuf_printer/CMakeLists.txt b/contrib/ydb/library/protobuf_printer/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/protobuf_printer/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/protobuf_printer/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/protobuf_printer/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c712809ed50..00000000000 --- a/contrib/ydb/library/protobuf_printer/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(ydb-library-protobuf_printer) -target_link_libraries(ydb-library-protobuf_printer PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - ydb-library-security - api-protos-annotations -) -target_sources(ydb-library-protobuf_printer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/protobuf_printer/hide_field_printer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/protobuf_printer/size_printer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/protobuf_printer/stream_helper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/protobuf_printer/token_field_printer.cpp -) diff --git a/contrib/ydb/library/query_actor/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/query_actor/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 900fe9fc348..00000000000 --- a/contrib/ydb/library/query_actor/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(ydb-library-query_actor) -target_link_libraries(ydb-library-query_actor PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-threading-future - ydb-core-base - core-grpc_services-local_rpc - yql-public-issue - api-protos - cpp-client-ydb_params - cpp-client-ydb_result - cpp-client-ydb_proto -) -target_sources(ydb-library-query_actor PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/query_actor/query_actor.cpp -) diff --git a/contrib/ydb/library/query_actor/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/query_actor/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 66531c8e36d..00000000000 --- a/contrib/ydb/library/query_actor/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(ydb-library-query_actor) -target_link_libraries(ydb-library-query_actor PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-threading-future - ydb-core-base - core-grpc_services-local_rpc - yql-public-issue - api-protos - cpp-client-ydb_params - cpp-client-ydb_result - cpp-client-ydb_proto -) -target_sources(ydb-library-query_actor PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/query_actor/query_actor.cpp -) diff --git a/contrib/ydb/library/query_actor/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/query_actor/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 66531c8e36d..00000000000 --- a/contrib/ydb/library/query_actor/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(ydb-library-query_actor) -target_link_libraries(ydb-library-query_actor PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-threading-future - ydb-core-base - core-grpc_services-local_rpc - yql-public-issue - api-protos - cpp-client-ydb_params - cpp-client-ydb_result - cpp-client-ydb_proto -) -target_sources(ydb-library-query_actor PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/query_actor/query_actor.cpp -) diff --git a/contrib/ydb/library/query_actor/CMakeLists.txt b/contrib/ydb/library/query_actor/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/query_actor/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/query_actor/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/query_actor/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 900fe9fc348..00000000000 --- a/contrib/ydb/library/query_actor/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(ydb-library-query_actor) -target_link_libraries(ydb-library-query_actor PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-threading-future - ydb-core-base - core-grpc_services-local_rpc - yql-public-issue - api-protos - cpp-client-ydb_params - cpp-client-ydb_result - cpp-client-ydb_proto -) -target_sources(ydb-library-query_actor PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/query_actor/query_actor.cpp -) diff --git a/contrib/ydb/library/rewrapper/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/rewrapper/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 20fb9e4b0d5..00000000000 --- a/contrib/ydb/library/rewrapper/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(hyperscan) -add_subdirectory(proto) -add_subdirectory(re2) - -add_library(ydb-library-rewrapper) -target_link_libraries(ydb-library-rewrapper PUBLIC - contrib-libs-cxxsupp - yutil - library-rewrapper-proto -) -target_sources(ydb-library-rewrapper PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/rewrapper/dispatcher.cpp -) diff --git a/contrib/ydb/library/rewrapper/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/rewrapper/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 1ef6452e528..00000000000 --- a/contrib/ydb/library/rewrapper/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(proto) -add_subdirectory(re2) - -add_library(ydb-library-rewrapper) -target_link_libraries(ydb-library-rewrapper PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-rewrapper-proto -) -target_sources(ydb-library-rewrapper PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/rewrapper/dispatcher.cpp -) diff --git a/contrib/ydb/library/rewrapper/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/rewrapper/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 5ca54419f34..00000000000 --- a/contrib/ydb/library/rewrapper/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(hyperscan) -add_subdirectory(proto) -add_subdirectory(re2) - -add_library(ydb-library-rewrapper) -target_link_libraries(ydb-library-rewrapper PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-rewrapper-proto -) -target_sources(ydb-library-rewrapper PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/rewrapper/dispatcher.cpp -) diff --git a/contrib/ydb/library/rewrapper/CMakeLists.txt b/contrib/ydb/library/rewrapper/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/rewrapper/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/rewrapper/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/rewrapper/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 20fb9e4b0d5..00000000000 --- a/contrib/ydb/library/rewrapper/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(hyperscan) -add_subdirectory(proto) -add_subdirectory(re2) - -add_library(ydb-library-rewrapper) -target_link_libraries(ydb-library-rewrapper PUBLIC - contrib-libs-cxxsupp - yutil - library-rewrapper-proto -) -target_sources(ydb-library-rewrapper PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/rewrapper/dispatcher.cpp -) diff --git a/contrib/ydb/library/rewrapper/hyperscan/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/rewrapper/hyperscan/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 5e4b566d655..00000000000 --- a/contrib/ydb/library/rewrapper/hyperscan/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(library-rewrapper-hyperscan INTERFACE) -target_link_libraries(library-rewrapper-hyperscan INTERFACE - contrib-libs-cxxsupp - yutil - cpp-regex-hyperscan - ydb-library-rewrapper -) - -add_global_library_for(library-rewrapper-hyperscan.global library-rewrapper-hyperscan) -target_link_libraries(library-rewrapper-hyperscan.global PUBLIC - contrib-libs-cxxsupp - yutil - cpp-regex-hyperscan - ydb-library-rewrapper -) -target_sources(library-rewrapper-hyperscan.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/rewrapper/hyperscan/hyperscan.cpp -) diff --git a/contrib/ydb/library/rewrapper/hyperscan/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/rewrapper/hyperscan/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d21bcd7bf35..00000000000 --- a/contrib/ydb/library/rewrapper/hyperscan/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(library-rewrapper-hyperscan INTERFACE) -target_link_libraries(library-rewrapper-hyperscan INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-regex-hyperscan - ydb-library-rewrapper -) - -add_global_library_for(library-rewrapper-hyperscan.global library-rewrapper-hyperscan) -target_link_libraries(library-rewrapper-hyperscan.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-regex-hyperscan - ydb-library-rewrapper -) -target_sources(library-rewrapper-hyperscan.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/rewrapper/hyperscan/hyperscan.cpp -) diff --git a/contrib/ydb/library/rewrapper/hyperscan/CMakeLists.txt b/contrib/ydb/library/rewrapper/hyperscan/CMakeLists.txt deleted file mode 100644 index 7803a2712c1..00000000000 --- a/contrib/ydb/library/rewrapper/hyperscan/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/ydb/library/rewrapper/hyperscan/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/rewrapper/hyperscan/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 5e4b566d655..00000000000 --- a/contrib/ydb/library/rewrapper/hyperscan/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(library-rewrapper-hyperscan INTERFACE) -target_link_libraries(library-rewrapper-hyperscan INTERFACE - contrib-libs-cxxsupp - yutil - cpp-regex-hyperscan - ydb-library-rewrapper -) - -add_global_library_for(library-rewrapper-hyperscan.global library-rewrapper-hyperscan) -target_link_libraries(library-rewrapper-hyperscan.global PUBLIC - contrib-libs-cxxsupp - yutil - cpp-regex-hyperscan - ydb-library-rewrapper -) -target_sources(library-rewrapper-hyperscan.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/rewrapper/hyperscan/hyperscan.cpp -) diff --git a/contrib/ydb/library/rewrapper/proto/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/rewrapper/proto/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 3148970619e..00000000000 --- a/contrib/ydb/library/rewrapper/proto/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(library-rewrapper-proto) -target_link_libraries(library-rewrapper-proto PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(library-rewrapper-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/rewrapper/proto/serialization.proto -) -target_proto_addincls(library-rewrapper-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(library-rewrapper-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/rewrapper/proto/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/rewrapper/proto/CMakeLists.linux-aarch64.txt deleted file mode 100644 index caeb2f31b1b..00000000000 --- a/contrib/ydb/library/rewrapper/proto/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(library-rewrapper-proto) -target_link_libraries(library-rewrapper-proto PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(library-rewrapper-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/rewrapper/proto/serialization.proto -) -target_proto_addincls(library-rewrapper-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(library-rewrapper-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/rewrapper/proto/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/rewrapper/proto/CMakeLists.linux-x86_64.txt deleted file mode 100644 index caeb2f31b1b..00000000000 --- a/contrib/ydb/library/rewrapper/proto/CMakeLists.linux-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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(library-rewrapper-proto) -target_link_libraries(library-rewrapper-proto PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(library-rewrapper-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/rewrapper/proto/serialization.proto -) -target_proto_addincls(library-rewrapper-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(library-rewrapper-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/rewrapper/proto/CMakeLists.txt b/contrib/ydb/library/rewrapper/proto/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/rewrapper/proto/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/rewrapper/proto/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/rewrapper/proto/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 3148970619e..00000000000 --- a/contrib/ydb/library/rewrapper/proto/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(library-rewrapper-proto) -target_link_libraries(library-rewrapper-proto PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(library-rewrapper-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/rewrapper/proto/serialization.proto -) -target_proto_addincls(library-rewrapper-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(library-rewrapper-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/rewrapper/re2/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/rewrapper/re2/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index e465ee67408..00000000000 --- a/contrib/ydb/library/rewrapper/re2/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(library-rewrapper-re2 INTERFACE) -target_link_libraries(library-rewrapper-re2 INTERFACE - contrib-libs-cxxsupp - yutil - contrib-libs-re2 - ydb-library-rewrapper -) - -add_global_library_for(library-rewrapper-re2.global library-rewrapper-re2) -target_link_libraries(library-rewrapper-re2.global PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-re2 - ydb-library-rewrapper -) -target_sources(library-rewrapper-re2.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/rewrapper/re2/re2.cpp -) diff --git a/contrib/ydb/library/rewrapper/re2/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/rewrapper/re2/CMakeLists.linux-aarch64.txt deleted file mode 100644 index f110c17d184..00000000000 --- a/contrib/ydb/library/rewrapper/re2/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(library-rewrapper-re2 INTERFACE) -target_link_libraries(library-rewrapper-re2 INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-re2 - ydb-library-rewrapper -) - -add_global_library_for(library-rewrapper-re2.global library-rewrapper-re2) -target_link_libraries(library-rewrapper-re2.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-re2 - ydb-library-rewrapper -) -target_sources(library-rewrapper-re2.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/rewrapper/re2/re2.cpp -) diff --git a/contrib/ydb/library/rewrapper/re2/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/rewrapper/re2/CMakeLists.linux-x86_64.txt deleted file mode 100644 index f110c17d184..00000000000 --- a/contrib/ydb/library/rewrapper/re2/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(library-rewrapper-re2 INTERFACE) -target_link_libraries(library-rewrapper-re2 INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-re2 - ydb-library-rewrapper -) - -add_global_library_for(library-rewrapper-re2.global library-rewrapper-re2) -target_link_libraries(library-rewrapper-re2.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-re2 - ydb-library-rewrapper -) -target_sources(library-rewrapper-re2.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/rewrapper/re2/re2.cpp -) diff --git a/contrib/ydb/library/rewrapper/re2/CMakeLists.txt b/contrib/ydb/library/rewrapper/re2/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/rewrapper/re2/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/rewrapper/re2/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/rewrapper/re2/CMakeLists.windows-x86_64.txt deleted file mode 100644 index e465ee67408..00000000000 --- a/contrib/ydb/library/rewrapper/re2/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(library-rewrapper-re2 INTERFACE) -target_link_libraries(library-rewrapper-re2 INTERFACE - contrib-libs-cxxsupp - yutil - contrib-libs-re2 - ydb-library-rewrapper -) - -add_global_library_for(library-rewrapper-re2.global library-rewrapper-re2) -target_link_libraries(library-rewrapper-re2.global PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-re2 - ydb-library-rewrapper -) -target_sources(library-rewrapper-re2.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/rewrapper/re2/re2.cpp -) diff --git a/contrib/ydb/library/schlab/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/schlab/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c5c178bc96a..00000000000 --- a/contrib/ydb/library/schlab/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_subdirectory(mon) -add_subdirectory(probes) -add_subdirectory(protos) -add_subdirectory(schemu) -add_subdirectory(schine) -add_subdirectory(schoot) - -add_library(ydb-library-schlab) -target_link_libraries(ydb-library-schlab PUBLIC - contrib-libs-cxxsupp - yutil - library-schlab-schine -) -target_sources(ydb-library-schlab PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/schlab_actor.cpp -) diff --git a/contrib/ydb/library/schlab/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/schlab/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 06cd3f31f1d..00000000000 --- a/contrib/ydb/library/schlab/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_subdirectory(mon) -add_subdirectory(probes) -add_subdirectory(protos) -add_subdirectory(schemu) -add_subdirectory(schine) -add_subdirectory(schoot) - -add_library(ydb-library-schlab) -target_link_libraries(ydb-library-schlab PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-schlab-schine -) -target_sources(ydb-library-schlab PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/schlab_actor.cpp -) diff --git a/contrib/ydb/library/schlab/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/schlab/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 06cd3f31f1d..00000000000 --- a/contrib/ydb/library/schlab/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_subdirectory(mon) -add_subdirectory(probes) -add_subdirectory(protos) -add_subdirectory(schemu) -add_subdirectory(schine) -add_subdirectory(schoot) - -add_library(ydb-library-schlab) -target_link_libraries(ydb-library-schlab PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-schlab-schine -) -target_sources(ydb-library-schlab PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/schlab_actor.cpp -) diff --git a/contrib/ydb/library/schlab/CMakeLists.txt b/contrib/ydb/library/schlab/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/schlab/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/schlab/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/schlab/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c5c178bc96a..00000000000 --- a/contrib/ydb/library/schlab/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_subdirectory(mon) -add_subdirectory(probes) -add_subdirectory(protos) -add_subdirectory(schemu) -add_subdirectory(schine) -add_subdirectory(schoot) - -add_library(ydb-library-schlab) -target_link_libraries(ydb-library-schlab PUBLIC - contrib-libs-cxxsupp - yutil - library-schlab-schine -) -target_sources(ydb-library-schlab PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/schlab_actor.cpp -) diff --git a/contrib/ydb/library/schlab/mon/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/schlab/mon/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index cda713b4719..00000000000 --- a/contrib/ydb/library/schlab/mon/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,67 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(library-schlab-mon) -target_link_libraries(library-schlab-mon PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-resource - cpp-html-pcdata - cpp-monlib-dynamic_counters - library-schlab-schemu -) -target_sources(library-schlab-mon PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/mon/mon.cpp -) - -add_global_library_for(library-schlab-mon.global library-schlab-mon) -target_link_libraries(library-schlab-mon.global PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-resource - cpp-html-pcdata - cpp-monlib-dynamic_counters - library-schlab-schemu -) -target_sources(library-schlab-mon.global PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/schlab/mon/a4c6647a47483a30dd2cb446cfff2507.cpp -) -resources(library-schlab-mon.global - ${CMAKE_BINARY_DIR}/contrib/ydb/library/schlab/mon/a4c6647a47483a30dd2cb446cfff2507.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/mon/static/css/bootstrap.min.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/mon/static/css/scharm.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/mon/static/css/schviz.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/mon/static/js/jquery.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/mon/static/js/bootstrap.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/mon/static/js/d3-tip-0.8.0-alpha.1.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/mon/static/js/d3.v4.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/mon/static/js/scharm.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/mon/static/js/schviz.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/mon/static/js/scharm-test0.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/mon/static/scharm.html - KEYS - schlab/css/bootstrap.min.css - schlab/css/scharm.css - schlab/css/schviz.css - schlab/js/jquery.min.js - schlab/js/bootstrap.min.js - schlab/js/d3-tip-0.8.0-alpha.1.js - schlab/js/d3.v4.min.js - schlab/js/scharm.js - schlab/js/schviz.js - schlab/js/scharm-test0.js - schlab/scharm.html -) diff --git a/contrib/ydb/library/schlab/mon/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/schlab/mon/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 12baca33f0e..00000000000 --- a/contrib/ydb/library/schlab/mon/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. - - -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(library-schlab-mon) -target_link_libraries(library-schlab-mon PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-resource - cpp-html-pcdata - cpp-monlib-dynamic_counters - library-schlab-schemu -) -target_sources(library-schlab-mon PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/mon/mon.cpp -) - -add_global_library_for(library-schlab-mon.global library-schlab-mon) -target_link_libraries(library-schlab-mon.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-resource - cpp-html-pcdata - cpp-monlib-dynamic_counters - library-schlab-schemu -) -target_sources(library-schlab-mon.global PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/schlab/mon/a4c6647a47483a30dd2cb446cfff2507.cpp -) -resources(library-schlab-mon.global - ${CMAKE_BINARY_DIR}/contrib/ydb/library/schlab/mon/a4c6647a47483a30dd2cb446cfff2507.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/mon/static/css/bootstrap.min.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/mon/static/css/scharm.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/mon/static/css/schviz.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/mon/static/js/jquery.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/mon/static/js/bootstrap.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/mon/static/js/d3-tip-0.8.0-alpha.1.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/mon/static/js/d3.v4.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/mon/static/js/scharm.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/mon/static/js/schviz.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/mon/static/js/scharm-test0.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/mon/static/scharm.html - KEYS - schlab/css/bootstrap.min.css - schlab/css/scharm.css - schlab/css/schviz.css - schlab/js/jquery.min.js - schlab/js/bootstrap.min.js - schlab/js/d3-tip-0.8.0-alpha.1.js - schlab/js/d3.v4.min.js - schlab/js/scharm.js - schlab/js/schviz.js - schlab/js/scharm-test0.js - schlab/scharm.html -) diff --git a/contrib/ydb/library/schlab/mon/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/schlab/mon/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 12baca33f0e..00000000000 --- a/contrib/ydb/library/schlab/mon/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. - - -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(library-schlab-mon) -target_link_libraries(library-schlab-mon PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-resource - cpp-html-pcdata - cpp-monlib-dynamic_counters - library-schlab-schemu -) -target_sources(library-schlab-mon PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/mon/mon.cpp -) - -add_global_library_for(library-schlab-mon.global library-schlab-mon) -target_link_libraries(library-schlab-mon.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-resource - cpp-html-pcdata - cpp-monlib-dynamic_counters - library-schlab-schemu -) -target_sources(library-schlab-mon.global PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/schlab/mon/a4c6647a47483a30dd2cb446cfff2507.cpp -) -resources(library-schlab-mon.global - ${CMAKE_BINARY_DIR}/contrib/ydb/library/schlab/mon/a4c6647a47483a30dd2cb446cfff2507.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/mon/static/css/bootstrap.min.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/mon/static/css/scharm.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/mon/static/css/schviz.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/mon/static/js/jquery.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/mon/static/js/bootstrap.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/mon/static/js/d3-tip-0.8.0-alpha.1.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/mon/static/js/d3.v4.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/mon/static/js/scharm.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/mon/static/js/schviz.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/mon/static/js/scharm-test0.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/mon/static/scharm.html - KEYS - schlab/css/bootstrap.min.css - schlab/css/scharm.css - schlab/css/schviz.css - schlab/js/jquery.min.js - schlab/js/bootstrap.min.js - schlab/js/d3-tip-0.8.0-alpha.1.js - schlab/js/d3.v4.min.js - schlab/js/scharm.js - schlab/js/schviz.js - schlab/js/scharm-test0.js - schlab/scharm.html -) diff --git a/contrib/ydb/library/schlab/mon/CMakeLists.txt b/contrib/ydb/library/schlab/mon/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/schlab/mon/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/schlab/mon/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/schlab/mon/CMakeLists.windows-x86_64.txt deleted file mode 100644 index cda713b4719..00000000000 --- a/contrib/ydb/library/schlab/mon/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,67 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(library-schlab-mon) -target_link_libraries(library-schlab-mon PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-resource - cpp-html-pcdata - cpp-monlib-dynamic_counters - library-schlab-schemu -) -target_sources(library-schlab-mon PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/mon/mon.cpp -) - -add_global_library_for(library-schlab-mon.global library-schlab-mon) -target_link_libraries(library-schlab-mon.global PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-resource - cpp-html-pcdata - cpp-monlib-dynamic_counters - library-schlab-schemu -) -target_sources(library-schlab-mon.global PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/schlab/mon/a4c6647a47483a30dd2cb446cfff2507.cpp -) -resources(library-schlab-mon.global - ${CMAKE_BINARY_DIR}/contrib/ydb/library/schlab/mon/a4c6647a47483a30dd2cb446cfff2507.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/mon/static/css/bootstrap.min.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/mon/static/css/scharm.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/mon/static/css/schviz.css - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/mon/static/js/jquery.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/mon/static/js/bootstrap.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/mon/static/js/d3-tip-0.8.0-alpha.1.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/mon/static/js/d3.v4.min.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/mon/static/js/scharm.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/mon/static/js/schviz.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/mon/static/js/scharm-test0.js - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/mon/static/scharm.html - KEYS - schlab/css/bootstrap.min.css - schlab/css/scharm.css - schlab/css/schviz.css - schlab/js/jquery.min.js - schlab/js/bootstrap.min.js - schlab/js/d3-tip-0.8.0-alpha.1.js - schlab/js/d3.v4.min.js - schlab/js/scharm.js - schlab/js/schviz.js - schlab/js/scharm-test0.js - schlab/scharm.html -) diff --git a/contrib/ydb/library/schlab/probes/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/schlab/probes/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 006e85842c2..00000000000 --- a/contrib/ydb/library/schlab/probes/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(library-schlab-probes) -target_link_libraries(library-schlab-probes PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-lwtrace -) -target_sources(library-schlab-probes PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/probes/probes.cpp -) diff --git a/contrib/ydb/library/schlab/probes/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/schlab/probes/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 83781a3d7fc..00000000000 --- a/contrib/ydb/library/schlab/probes/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(library-schlab-probes) -target_link_libraries(library-schlab-probes PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-lwtrace -) -target_sources(library-schlab-probes PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/probes/probes.cpp -) diff --git a/contrib/ydb/library/schlab/probes/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/schlab/probes/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 83781a3d7fc..00000000000 --- a/contrib/ydb/library/schlab/probes/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(library-schlab-probes) -target_link_libraries(library-schlab-probes PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-lwtrace -) -target_sources(library-schlab-probes PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/probes/probes.cpp -) diff --git a/contrib/ydb/library/schlab/probes/CMakeLists.txt b/contrib/ydb/library/schlab/probes/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/schlab/probes/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/schlab/probes/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/schlab/probes/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 006e85842c2..00000000000 --- a/contrib/ydb/library/schlab/probes/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(library-schlab-probes) -target_link_libraries(library-schlab-probes PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-lwtrace -) -target_sources(library-schlab-probes PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/probes/probes.cpp -) diff --git a/contrib/ydb/library/schlab/protos/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/schlab/protos/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 1c1cd2eb4a3..00000000000 --- a/contrib/ydb/library/schlab/protos/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(library-schlab-protos) -target_link_libraries(library-schlab-protos PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(library-schlab-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/protos/schlab.proto -) -target_proto_addincls(library-schlab-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(library-schlab-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/schlab/protos/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/schlab/protos/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 2091e7d6760..00000000000 --- a/contrib/ydb/library/schlab/protos/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(library-schlab-protos) -target_link_libraries(library-schlab-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(library-schlab-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/protos/schlab.proto -) -target_proto_addincls(library-schlab-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(library-schlab-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/schlab/protos/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/schlab/protos/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 2091e7d6760..00000000000 --- a/contrib/ydb/library/schlab/protos/CMakeLists.linux-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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(library-schlab-protos) -target_link_libraries(library-schlab-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(library-schlab-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/protos/schlab.proto -) -target_proto_addincls(library-schlab-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(library-schlab-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/schlab/protos/CMakeLists.txt b/contrib/ydb/library/schlab/protos/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/schlab/protos/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/schlab/protos/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/schlab/protos/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 1c1cd2eb4a3..00000000000 --- a/contrib/ydb/library/schlab/protos/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(library-schlab-protos) -target_link_libraries(library-schlab-protos PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(library-schlab-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/protos/schlab.proto -) -target_proto_addincls(library-schlab-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(library-schlab-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/schlab/schemu/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/schlab/schemu/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index ff26b1d9703..00000000000 --- a/contrib/ydb/library/schlab/schemu/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(library-schlab-schemu) -target_link_libraries(library-schlab-schemu PUBLIC - contrib-libs-cxxsupp - yutil - library-schlab-schine - library-schlab-schoot -) -target_sources(library-schlab-schemu PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/schemu/schemu.cpp -) diff --git a/contrib/ydb/library/schlab/schemu/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/schlab/schemu/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 6171e7f638a..00000000000 --- a/contrib/ydb/library/schlab/schemu/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(library-schlab-schemu) -target_link_libraries(library-schlab-schemu PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-schlab-schine - library-schlab-schoot -) -target_sources(library-schlab-schemu PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/schemu/schemu.cpp -) diff --git a/contrib/ydb/library/schlab/schemu/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/schlab/schemu/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 6171e7f638a..00000000000 --- a/contrib/ydb/library/schlab/schemu/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(library-schlab-schemu) -target_link_libraries(library-schlab-schemu PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-schlab-schine - library-schlab-schoot -) -target_sources(library-schlab-schemu PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/schemu/schemu.cpp -) diff --git a/contrib/ydb/library/schlab/schemu/CMakeLists.txt b/contrib/ydb/library/schlab/schemu/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/schlab/schemu/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/schlab/schemu/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/schlab/schemu/CMakeLists.windows-x86_64.txt deleted file mode 100644 index ff26b1d9703..00000000000 --- a/contrib/ydb/library/schlab/schemu/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(library-schlab-schemu) -target_link_libraries(library-schlab-schemu PUBLIC - contrib-libs-cxxsupp - yutil - library-schlab-schine - library-schlab-schoot -) -target_sources(library-schlab-schemu PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/schemu/schemu.cpp -) diff --git a/contrib/ydb/library/schlab/schine/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/schlab/schine/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 31498e370b7..00000000000 --- a/contrib/ydb/library/schlab/schine/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(library-schlab-schine) -target_link_libraries(library-schlab-schine PUBLIC - contrib-libs-cxxsupp - yutil - cpp-containers-stack_vector - library-cpp-lwtrace - cpp-lwtrace-mon - library-schlab-probes -) -target_sources(library-schlab-schine PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/schine/cbs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/schine/cbs_bin.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/schine/cbs_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/schine/job.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/schine/job_kind.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/schine/job_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/schine/scheduler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/schine/schlog.cpp -) diff --git a/contrib/ydb/library/schlab/schine/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/schlab/schine/CMakeLists.linux-aarch64.txt deleted file mode 100644 index aa721ec8d4e..00000000000 --- a/contrib/ydb/library/schlab/schine/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(library-schlab-schine) -target_link_libraries(library-schlab-schine PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-containers-stack_vector - library-cpp-lwtrace - cpp-lwtrace-mon - library-schlab-probes -) -target_sources(library-schlab-schine PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/schine/cbs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/schine/cbs_bin.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/schine/cbs_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/schine/job.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/schine/job_kind.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/schine/job_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/schine/scheduler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/schine/schlog.cpp -) diff --git a/contrib/ydb/library/schlab/schine/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/schlab/schine/CMakeLists.linux-x86_64.txt deleted file mode 100644 index aa721ec8d4e..00000000000 --- a/contrib/ydb/library/schlab/schine/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(library-schlab-schine) -target_link_libraries(library-schlab-schine PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-containers-stack_vector - library-cpp-lwtrace - cpp-lwtrace-mon - library-schlab-probes -) -target_sources(library-schlab-schine PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/schine/cbs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/schine/cbs_bin.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/schine/cbs_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/schine/job.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/schine/job_kind.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/schine/job_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/schine/scheduler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/schine/schlog.cpp -) diff --git a/contrib/ydb/library/schlab/schine/CMakeLists.txt b/contrib/ydb/library/schlab/schine/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/schlab/schine/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/schlab/schine/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/schlab/schine/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 31498e370b7..00000000000 --- a/contrib/ydb/library/schlab/schine/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(library-schlab-schine) -target_link_libraries(library-schlab-schine PUBLIC - contrib-libs-cxxsupp - yutil - cpp-containers-stack_vector - library-cpp-lwtrace - cpp-lwtrace-mon - library-schlab-probes -) -target_sources(library-schlab-schine PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/schine/cbs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/schine/cbs_bin.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/schine/cbs_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/schine/job.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/schine/job_kind.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/schine/job_state.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/schine/scheduler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/schine/schlog.cpp -) diff --git a/contrib/ydb/library/schlab/schoot/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/schlab/schoot/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index f4498957418..00000000000 --- a/contrib/ydb/library/schlab/schoot/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(library-schlab-schoot) -target_link_libraries(library-schlab-schoot PUBLIC - contrib-libs-cxxsupp - yutil - cpp-containers-stack_vector - cpp-protobuf-json - library-schlab-protos -) -target_sources(library-schlab-schoot PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/schoot/schoot_gen.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/schoot/schoot_gen_cfg.cpp -) diff --git a/contrib/ydb/library/schlab/schoot/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/schlab/schoot/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 2fad39ca5e6..00000000000 --- a/contrib/ydb/library/schlab/schoot/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(library-schlab-schoot) -target_link_libraries(library-schlab-schoot PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-containers-stack_vector - cpp-protobuf-json - library-schlab-protos -) -target_sources(library-schlab-schoot PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/schoot/schoot_gen.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/schoot/schoot_gen_cfg.cpp -) diff --git a/contrib/ydb/library/schlab/schoot/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/schlab/schoot/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 2fad39ca5e6..00000000000 --- a/contrib/ydb/library/schlab/schoot/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(library-schlab-schoot) -target_link_libraries(library-schlab-schoot PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-containers-stack_vector - cpp-protobuf-json - library-schlab-protos -) -target_sources(library-schlab-schoot PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/schoot/schoot_gen.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/schoot/schoot_gen_cfg.cpp -) diff --git a/contrib/ydb/library/schlab/schoot/CMakeLists.txt b/contrib/ydb/library/schlab/schoot/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/schlab/schoot/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/schlab/schoot/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/schlab/schoot/CMakeLists.windows-x86_64.txt deleted file mode 100644 index f4498957418..00000000000 --- a/contrib/ydb/library/schlab/schoot/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(library-schlab-schoot) -target_link_libraries(library-schlab-schoot PUBLIC - contrib-libs-cxxsupp - yutil - cpp-containers-stack_vector - cpp-protobuf-json - library-schlab-protos -) -target_sources(library-schlab-schoot PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/schoot/schoot_gen.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/schlab/schoot/schoot_gen_cfg.cpp -) diff --git a/contrib/ydb/library/security/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/security/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 68684486dfd..00000000000 --- a/contrib/ydb/library/security/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(ydb-library-security) -target_link_libraries(ydb-library-security PUBLIC - contrib-libs-cxxsupp - yutil - cpp-client-iam - cpp-digest-crc32c - client-ydb_types-credentials -) -target_sources(ydb-library-security PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/security/util.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/security/ydb_credentials_provider_factory.cpp -) diff --git a/contrib/ydb/library/security/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/security/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 6ecd2088981..00000000000 --- a/contrib/ydb/library/security/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(ydb-library-security) -target_link_libraries(ydb-library-security PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-client-iam - cpp-digest-crc32c - client-ydb_types-credentials -) -target_sources(ydb-library-security PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/security/util.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/security/ydb_credentials_provider_factory.cpp -) diff --git a/contrib/ydb/library/security/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/security/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 6ecd2088981..00000000000 --- a/contrib/ydb/library/security/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(ydb-library-security) -target_link_libraries(ydb-library-security PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-client-iam - cpp-digest-crc32c - client-ydb_types-credentials -) -target_sources(ydb-library-security PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/security/util.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/security/ydb_credentials_provider_factory.cpp -) diff --git a/contrib/ydb/library/security/CMakeLists.txt b/contrib/ydb/library/security/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/security/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/security/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/security/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 68684486dfd..00000000000 --- a/contrib/ydb/library/security/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(ydb-library-security) -target_link_libraries(ydb-library-security PUBLIC - contrib-libs-cxxsupp - yutil - cpp-client-iam - cpp-digest-crc32c - client-ydb_types-credentials -) -target_sources(ydb-library-security PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/security/util.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/security/ydb_credentials_provider_factory.cpp -) diff --git a/contrib/ydb/library/services/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/services/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 989d490d776..00000000000 --- a/contrib/ydb/library/services/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,57 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(ydb-library-services) -set_property(TARGET ydb-library-services PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(ydb-library-services PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - contrib-libs-protobuf -) -target_proto_messages(ydb-library-services PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/services/services.proto -) -target_proto_addincls(ydb-library-services - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(ydb-library-services - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(ydb-library-services - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/library/services/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/services/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 7f23b4f247d..00000000000 --- a/contrib/ydb/library/services/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,58 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(ydb-library-services) -set_property(TARGET ydb-library-services PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(ydb-library-services PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - contrib-libs-protobuf -) -target_proto_messages(ydb-library-services PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/services/services.proto -) -target_proto_addincls(ydb-library-services - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(ydb-library-services - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(ydb-library-services - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/library/services/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/services/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 7f23b4f247d..00000000000 --- a/contrib/ydb/library/services/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,58 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(ydb-library-services) -set_property(TARGET ydb-library-services PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(ydb-library-services PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - contrib-libs-protobuf -) -target_proto_messages(ydb-library-services PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/services/services.proto -) -target_proto_addincls(ydb-library-services - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(ydb-library-services - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(ydb-library-services - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/library/services/CMakeLists.txt b/contrib/ydb/library/services/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/services/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/services/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/services/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 989d490d776..00000000000 --- a/contrib/ydb/library/services/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,57 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(ydb-library-services) -set_property(TARGET ydb-library-services PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(ydb-library-services PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - contrib-libs-protobuf -) -target_proto_messages(ydb-library-services PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/services/services.proto -) -target_proto_addincls(ydb-library-services - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(ydb-library-services - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(ydb-library-services - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/library/table_creator/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/table_creator/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 09a6c1fdb71..00000000000 --- a/contrib/ydb/library/table_creator/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(ydb-library-table_creator) -target_link_libraries(ydb-library-table_creator PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-protos - core-tx-scheme_cache - core-tx-schemeshard - core-tx-tx_proxy - library-actors-core -) -target_sources(ydb-library-table_creator PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/table_creator/table_creator.cpp -) diff --git a/contrib/ydb/library/table_creator/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/table_creator/CMakeLists.linux-aarch64.txt deleted file mode 100644 index ffeeb574f0b..00000000000 --- a/contrib/ydb/library/table_creator/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(ydb-library-table_creator) -target_link_libraries(ydb-library-table_creator PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-protos - core-tx-scheme_cache - core-tx-schemeshard - core-tx-tx_proxy - library-actors-core -) -target_sources(ydb-library-table_creator PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/table_creator/table_creator.cpp -) diff --git a/contrib/ydb/library/table_creator/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/table_creator/CMakeLists.linux-x86_64.txt deleted file mode 100644 index ffeeb574f0b..00000000000 --- a/contrib/ydb/library/table_creator/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(ydb-library-table_creator) -target_link_libraries(ydb-library-table_creator PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-protos - core-tx-scheme_cache - core-tx-schemeshard - core-tx-tx_proxy - library-actors-core -) -target_sources(ydb-library-table_creator PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/table_creator/table_creator.cpp -) diff --git a/contrib/ydb/library/table_creator/CMakeLists.txt b/contrib/ydb/library/table_creator/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/table_creator/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/table_creator/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/table_creator/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 09a6c1fdb71..00000000000 --- a/contrib/ydb/library/table_creator/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(ydb-library-table_creator) -target_link_libraries(ydb-library-table_creator PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - ydb-core-protos - core-tx-scheme_cache - core-tx-schemeshard - core-tx-tx_proxy - library-actors-core -) -target_sources(ydb-library-table_creator PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/table_creator/table_creator.cpp -) diff --git a/contrib/ydb/library/time_series_vec/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/time_series_vec/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 46e2d6e124f..00000000000 --- a/contrib/ydb/library/time_series_vec/CMakeLists.darwin-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(ydb-library-time_series_vec INTERFACE) -target_link_libraries(ydb-library-time_series_vec INTERFACE - contrib-libs-cxxsupp - yutil -) diff --git a/contrib/ydb/library/time_series_vec/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/time_series_vec/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 576cbf4678f..00000000000 --- a/contrib/ydb/library/time_series_vec/CMakeLists.linux-aarch64.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. - - - -add_library(ydb-library-time_series_vec INTERFACE) -target_link_libraries(ydb-library-time_series_vec INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) diff --git a/contrib/ydb/library/time_series_vec/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/time_series_vec/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 576cbf4678f..00000000000 --- a/contrib/ydb/library/time_series_vec/CMakeLists.linux-x86_64.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. - - - -add_library(ydb-library-time_series_vec INTERFACE) -target_link_libraries(ydb-library-time_series_vec INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) diff --git a/contrib/ydb/library/time_series_vec/CMakeLists.txt b/contrib/ydb/library/time_series_vec/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/time_series_vec/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/time_series_vec/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/time_series_vec/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 46e2d6e124f..00000000000 --- a/contrib/ydb/library/time_series_vec/CMakeLists.windows-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(ydb-library-time_series_vec INTERFACE) -target_link_libraries(ydb-library-time_series_vec INTERFACE - contrib-libs-cxxsupp - yutil -) diff --git a/contrib/ydb/library/uuid/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/uuid/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index da4caa0b40e..00000000000 --- a/contrib/ydb/library/uuid/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(ydb-library-uuid) -target_link_libraries(ydb-library-uuid PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(ydb-library-uuid PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/uuid/uuid.cpp -) diff --git a/contrib/ydb/library/uuid/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/uuid/CMakeLists.linux-aarch64.txt deleted file mode 100644 index f3973c40158..00000000000 --- a/contrib/ydb/library/uuid/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(ydb-library-uuid) -target_link_libraries(ydb-library-uuid PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(ydb-library-uuid PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/uuid/uuid.cpp -) diff --git a/contrib/ydb/library/uuid/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/uuid/CMakeLists.linux-x86_64.txt deleted file mode 100644 index f3973c40158..00000000000 --- a/contrib/ydb/library/uuid/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(ydb-library-uuid) -target_link_libraries(ydb-library-uuid PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(ydb-library-uuid PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/uuid/uuid.cpp -) diff --git a/contrib/ydb/library/uuid/CMakeLists.txt b/contrib/ydb/library/uuid/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/uuid/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/uuid/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/uuid/CMakeLists.windows-x86_64.txt deleted file mode 100644 index da4caa0b40e..00000000000 --- a/contrib/ydb/library/uuid/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(ydb-library-uuid) -target_link_libraries(ydb-library-uuid PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(ydb-library-uuid PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/uuid/uuid.cpp -) diff --git a/contrib/ydb/library/workload/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/workload/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 48dd9b025fa..00000000000 --- a/contrib/ydb/library/workload/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(ydb-library-workload) -target_link_libraries(ydb-library-workload PUBLIC - contrib-libs-cxxsupp - yutil - api-protos - cpp-client-ydb_table -) -target_sources(ydb-library-workload PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/workload/stock_workload.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/workload/kv_workload.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/workload/workload_factory.cpp -) diff --git a/contrib/ydb/library/workload/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/workload/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 2337db8ee9f..00000000000 --- a/contrib/ydb/library/workload/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(ydb-library-workload) -target_link_libraries(ydb-library-workload PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - api-protos - cpp-client-ydb_table -) -target_sources(ydb-library-workload PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/workload/stock_workload.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/workload/kv_workload.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/workload/workload_factory.cpp -) diff --git a/contrib/ydb/library/workload/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/workload/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 2337db8ee9f..00000000000 --- a/contrib/ydb/library/workload/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(ydb-library-workload) -target_link_libraries(ydb-library-workload PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - api-protos - cpp-client-ydb_table -) -target_sources(ydb-library-workload PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/workload/stock_workload.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/workload/kv_workload.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/workload/workload_factory.cpp -) diff --git a/contrib/ydb/library/workload/CMakeLists.txt b/contrib/ydb/library/workload/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/workload/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/workload/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/workload/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 48dd9b025fa..00000000000 --- a/contrib/ydb/library/workload/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(ydb-library-workload) -target_link_libraries(ydb-library-workload PUBLIC - contrib-libs-cxxsupp - yutil - api-protos - cpp-client-ydb_table -) -target_sources(ydb-library-workload PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/workload/stock_workload.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/workload/kv_workload.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/workload/workload_factory.cpp -) diff --git a/contrib/ydb/library/yaml_config/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yaml_config/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 87d7d6cff5d..00000000000 --- a/contrib/ydb/library/yaml_config/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_subdirectory(public) - -add_library(ydb-library-yaml_config) -target_link_libraries(ydb-library-yaml_config PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-openssl - contrib-libs-protobuf - contrib-libs-yaml-cpp - library-actors-core - cpp-protobuf-json - ydb-library-fyamlcpp - ydb-core-base - cms-console-util - ydb-core-erasure - ydb-core-protos - library-yaml_config-public -) -target_sources(ydb-library-yaml_config PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yaml_config/console_dumper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yaml_config/yaml_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yaml_config/yaml_config_parser.cpp -) diff --git a/contrib/ydb/library/yaml_config/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yaml_config/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 7d2869ce946..00000000000 --- a/contrib/ydb/library/yaml_config/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_subdirectory(public) - -add_library(ydb-library-yaml_config) -target_link_libraries(ydb-library-yaml_config PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-openssl - contrib-libs-protobuf - contrib-libs-yaml-cpp - library-actors-core - cpp-protobuf-json - ydb-library-fyamlcpp - ydb-core-base - cms-console-util - ydb-core-erasure - ydb-core-protos - library-yaml_config-public -) -target_sources(ydb-library-yaml_config PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yaml_config/console_dumper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yaml_config/yaml_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yaml_config/yaml_config_parser.cpp -) diff --git a/contrib/ydb/library/yaml_config/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yaml_config/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 7d2869ce946..00000000000 --- a/contrib/ydb/library/yaml_config/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_subdirectory(public) - -add_library(ydb-library-yaml_config) -target_link_libraries(ydb-library-yaml_config PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-openssl - contrib-libs-protobuf - contrib-libs-yaml-cpp - library-actors-core - cpp-protobuf-json - ydb-library-fyamlcpp - ydb-core-base - cms-console-util - ydb-core-erasure - ydb-core-protos - library-yaml_config-public -) -target_sources(ydb-library-yaml_config PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yaml_config/console_dumper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yaml_config/yaml_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yaml_config/yaml_config_parser.cpp -) diff --git a/contrib/ydb/library/yaml_config/CMakeLists.txt b/contrib/ydb/library/yaml_config/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yaml_config/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yaml_config/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yaml_config/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 87d7d6cff5d..00000000000 --- a/contrib/ydb/library/yaml_config/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_subdirectory(public) - -add_library(ydb-library-yaml_config) -target_link_libraries(ydb-library-yaml_config PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-openssl - contrib-libs-protobuf - contrib-libs-yaml-cpp - library-actors-core - cpp-protobuf-json - ydb-library-fyamlcpp - ydb-core-base - cms-console-util - ydb-core-erasure - ydb-core-protos - library-yaml_config-public -) -target_sources(ydb-library-yaml_config PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yaml_config/console_dumper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yaml_config/yaml_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yaml_config/yaml_config_parser.cpp -) diff --git a/contrib/ydb/library/yaml_config/public/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yaml_config/public/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c042e7bd310..00000000000 --- a/contrib/ydb/library/yaml_config/public/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(library-yaml_config-public) -target_link_libraries(library-yaml_config-public PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-openssl - contrib-libs-protobuf - contrib-libs-yaml-cpp - library-actors-core - cpp-protobuf-json - ydb-library-fyamlcpp -) -target_sources(library-yaml_config-public PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yaml_config/public/yaml_config.cpp -) diff --git a/contrib/ydb/library/yaml_config/public/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yaml_config/public/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 828c44ecc53..00000000000 --- a/contrib/ydb/library/yaml_config/public/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(library-yaml_config-public) -target_link_libraries(library-yaml_config-public PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-openssl - contrib-libs-protobuf - contrib-libs-yaml-cpp - library-actors-core - cpp-protobuf-json - ydb-library-fyamlcpp -) -target_sources(library-yaml_config-public PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yaml_config/public/yaml_config.cpp -) diff --git a/contrib/ydb/library/yaml_config/public/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yaml_config/public/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 828c44ecc53..00000000000 --- a/contrib/ydb/library/yaml_config/public/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(library-yaml_config-public) -target_link_libraries(library-yaml_config-public PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-openssl - contrib-libs-protobuf - contrib-libs-yaml-cpp - library-actors-core - cpp-protobuf-json - ydb-library-fyamlcpp -) -target_sources(library-yaml_config-public PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yaml_config/public/yaml_config.cpp -) diff --git a/contrib/ydb/library/yaml_config/public/CMakeLists.txt b/contrib/ydb/library/yaml_config/public/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yaml_config/public/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yaml_config/public/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yaml_config/public/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c042e7bd310..00000000000 --- a/contrib/ydb/library/yaml_config/public/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(library-yaml_config-public) -target_link_libraries(library-yaml_config-public PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-openssl - contrib-libs-protobuf - contrib-libs-yaml-cpp - library-actors-core - cpp-protobuf-json - ydb-library-fyamlcpp -) -target_sources(library-yaml_config-public PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yaml_config/public/yaml_config.cpp -) diff --git a/contrib/ydb/library/ycloud/CMakeLists.txt b/contrib/ydb/library/ycloud/CMakeLists.txt deleted file mode 100644 index 64da55df444..00000000000 --- a/contrib/ydb/library/ycloud/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(api) -add_subdirectory(impl) diff --git a/contrib/ydb/library/ycloud/api/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/ycloud/api/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2644f7fc5ea..00000000000 --- a/contrib/ydb/library/ycloud/api/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(library-ycloud-api INTERFACE) -target_link_libraries(library-ycloud-api INTERFACE - contrib-libs-cxxsupp - yutil - client-yc_private-iam - client-yc_private-servicecontrol - client-yc_private-resourcemanager - library-actors-core - library-grpc-client - ydb-core-base - ydb-core-grpc_caching -) diff --git a/contrib/ydb/library/ycloud/api/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/ycloud/api/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 22bf4a03ea1..00000000000 --- a/contrib/ydb/library/ycloud/api/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(library-ycloud-api INTERFACE) -target_link_libraries(library-ycloud-api INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - client-yc_private-iam - client-yc_private-servicecontrol - client-yc_private-resourcemanager - library-actors-core - library-grpc-client - ydb-core-base - ydb-core-grpc_caching -) diff --git a/contrib/ydb/library/ycloud/api/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/ycloud/api/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 22bf4a03ea1..00000000000 --- a/contrib/ydb/library/ycloud/api/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(library-ycloud-api INTERFACE) -target_link_libraries(library-ycloud-api INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - client-yc_private-iam - client-yc_private-servicecontrol - client-yc_private-resourcemanager - library-actors-core - library-grpc-client - ydb-core-base - ydb-core-grpc_caching -) diff --git a/contrib/ydb/library/ycloud/api/CMakeLists.txt b/contrib/ydb/library/ycloud/api/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/ycloud/api/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/ycloud/api/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/ycloud/api/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 2644f7fc5ea..00000000000 --- a/contrib/ydb/library/ycloud/api/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(library-ycloud-api INTERFACE) -target_link_libraries(library-ycloud-api INTERFACE - contrib-libs-cxxsupp - yutil - client-yc_private-iam - client-yc_private-servicecontrol - client-yc_private-resourcemanager - library-actors-core - library-grpc-client - ydb-core-base - ydb-core-grpc_caching -) diff --git a/contrib/ydb/library/ycloud/impl/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/ycloud/impl/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 49357c2ab6c..00000000000 --- a/contrib/ydb/library/ycloud/impl/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(library-ycloud-impl) -target_link_libraries(library-ycloud-impl PUBLIC - contrib-libs-cxxsupp - yutil - library-ycloud-api - library-actors-core - cpp-digest-crc32c - library-grpc-client - library-cpp-json - ydb-core-base - ydb-library-services - lib-deprecated-client - lib-deprecated-kicli -) -target_sources(library-ycloud-impl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/ycloud/impl/access_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/ycloud/impl/folder_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/ycloud/impl/folder_service_transitional.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/ycloud/impl/folder_service_adapter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/ycloud/impl/iam_token_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/ycloud/impl/mock_access_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/ycloud/impl/service_account_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/ycloud/impl/user_account_service.cpp -) diff --git a/contrib/ydb/library/ycloud/impl/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/ycloud/impl/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 5ef081f952e..00000000000 --- a/contrib/ydb/library/ycloud/impl/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(library-ycloud-impl) -target_link_libraries(library-ycloud-impl PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-ycloud-api - library-actors-core - cpp-digest-crc32c - library-grpc-client - library-cpp-json - ydb-core-base - ydb-library-services - lib-deprecated-client - lib-deprecated-kicli -) -target_sources(library-ycloud-impl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/ycloud/impl/access_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/ycloud/impl/folder_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/ycloud/impl/folder_service_transitional.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/ycloud/impl/folder_service_adapter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/ycloud/impl/iam_token_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/ycloud/impl/mock_access_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/ycloud/impl/service_account_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/ycloud/impl/user_account_service.cpp -) diff --git a/contrib/ydb/library/ycloud/impl/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/ycloud/impl/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 5ef081f952e..00000000000 --- a/contrib/ydb/library/ycloud/impl/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(library-ycloud-impl) -target_link_libraries(library-ycloud-impl PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-ycloud-api - library-actors-core - cpp-digest-crc32c - library-grpc-client - library-cpp-json - ydb-core-base - ydb-library-services - lib-deprecated-client - lib-deprecated-kicli -) -target_sources(library-ycloud-impl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/ycloud/impl/access_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/ycloud/impl/folder_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/ycloud/impl/folder_service_transitional.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/ycloud/impl/folder_service_adapter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/ycloud/impl/iam_token_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/ycloud/impl/mock_access_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/ycloud/impl/service_account_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/ycloud/impl/user_account_service.cpp -) diff --git a/contrib/ydb/library/ycloud/impl/CMakeLists.txt b/contrib/ydb/library/ycloud/impl/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/ycloud/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/ycloud/impl/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/ycloud/impl/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 49357c2ab6c..00000000000 --- a/contrib/ydb/library/ycloud/impl/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(library-ycloud-impl) -target_link_libraries(library-ycloud-impl PUBLIC - contrib-libs-cxxsupp - yutil - library-ycloud-api - library-actors-core - cpp-digest-crc32c - library-grpc-client - library-cpp-json - ydb-core-base - ydb-library-services - lib-deprecated-client - lib-deprecated-kicli -) -target_sources(library-ycloud-impl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/ycloud/impl/access_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/ycloud/impl/folder_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/ycloud/impl/folder_service_transitional.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/ycloud/impl/folder_service_adapter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/ycloud/impl/iam_token_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/ycloud/impl/mock_access_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/ycloud/impl/service_account_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/ycloud/impl/user_account_service.cpp -) diff --git a/contrib/ydb/library/ydb_issue/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/ydb_issue/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 9b62f2d610f..00000000000 --- a/contrib/ydb/library/ydb_issue/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_subdirectory(proto) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(ydb-library-ydb_issue) -target_link_libraries(ydb-library-ydb_issue PUBLIC - contrib-libs-cxxsupp - yutil - library-ydb_issue-proto - library-cpp-resource -) -target_sources(ydb-library-ydb_issue PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/ydb_issue/issue_helpers.cpp -) - -add_global_library_for(ydb-library-ydb_issue.global ydb-library-ydb_issue) -target_link_libraries(ydb-library-ydb_issue.global PUBLIC - contrib-libs-cxxsupp - yutil - library-ydb_issue-proto - library-cpp-resource -) -target_sources(ydb-library-ydb_issue.global PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/ydb_issue/b36e7c8dce6127cb30fcfc929d89ef12.cpp -) -resources(ydb-library-ydb_issue.global - ${CMAKE_BINARY_DIR}/contrib/ydb/library/ydb_issue/b36e7c8dce6127cb30fcfc929d89ef12.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/ydb_issue/ydb_issue.txt - KEYS - ydb_issue.txt -) diff --git a/contrib/ydb/library/ydb_issue/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/ydb_issue/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 626d37dc9b6..00000000000 --- a/contrib/ydb/library/ydb_issue/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_subdirectory(proto) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(ydb-library-ydb_issue) -target_link_libraries(ydb-library-ydb_issue PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-ydb_issue-proto - library-cpp-resource -) -target_sources(ydb-library-ydb_issue PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/ydb_issue/issue_helpers.cpp -) - -add_global_library_for(ydb-library-ydb_issue.global ydb-library-ydb_issue) -target_link_libraries(ydb-library-ydb_issue.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-ydb_issue-proto - library-cpp-resource -) -target_sources(ydb-library-ydb_issue.global PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/ydb_issue/b36e7c8dce6127cb30fcfc929d89ef12.cpp -) -resources(ydb-library-ydb_issue.global - ${CMAKE_BINARY_DIR}/contrib/ydb/library/ydb_issue/b36e7c8dce6127cb30fcfc929d89ef12.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/ydb_issue/ydb_issue.txt - KEYS - ydb_issue.txt -) diff --git a/contrib/ydb/library/ydb_issue/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/ydb_issue/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 626d37dc9b6..00000000000 --- a/contrib/ydb/library/ydb_issue/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_subdirectory(proto) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(ydb-library-ydb_issue) -target_link_libraries(ydb-library-ydb_issue PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-ydb_issue-proto - library-cpp-resource -) -target_sources(ydb-library-ydb_issue PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/ydb_issue/issue_helpers.cpp -) - -add_global_library_for(ydb-library-ydb_issue.global ydb-library-ydb_issue) -target_link_libraries(ydb-library-ydb_issue.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-ydb_issue-proto - library-cpp-resource -) -target_sources(ydb-library-ydb_issue.global PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/ydb_issue/b36e7c8dce6127cb30fcfc929d89ef12.cpp -) -resources(ydb-library-ydb_issue.global - ${CMAKE_BINARY_DIR}/contrib/ydb/library/ydb_issue/b36e7c8dce6127cb30fcfc929d89ef12.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/ydb_issue/ydb_issue.txt - KEYS - ydb_issue.txt -) diff --git a/contrib/ydb/library/ydb_issue/CMakeLists.txt b/contrib/ydb/library/ydb_issue/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/ydb_issue/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/ydb_issue/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/ydb_issue/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 9b62f2d610f..00000000000 --- a/contrib/ydb/library/ydb_issue/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_subdirectory(proto) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(ydb-library-ydb_issue) -target_link_libraries(ydb-library-ydb_issue PUBLIC - contrib-libs-cxxsupp - yutil - library-ydb_issue-proto - library-cpp-resource -) -target_sources(ydb-library-ydb_issue PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/ydb_issue/issue_helpers.cpp -) - -add_global_library_for(ydb-library-ydb_issue.global ydb-library-ydb_issue) -target_link_libraries(ydb-library-ydb_issue.global PUBLIC - contrib-libs-cxxsupp - yutil - library-ydb_issue-proto - library-cpp-resource -) -target_sources(ydb-library-ydb_issue.global PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/ydb_issue/b36e7c8dce6127cb30fcfc929d89ef12.cpp -) -resources(ydb-library-ydb_issue.global - ${CMAKE_BINARY_DIR}/contrib/ydb/library/ydb_issue/b36e7c8dce6127cb30fcfc929d89ef12.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/ydb_issue/ydb_issue.txt - KEYS - ydb_issue.txt -) diff --git a/contrib/ydb/library/ydb_issue/proto/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/ydb_issue/proto/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2527cbc9db4..00000000000 --- a/contrib/ydb/library/ydb_issue/proto/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,58 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(library-ydb_issue-proto) -set_property(TARGET library-ydb_issue-proto PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(library-ydb_issue-proto PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - public-issue-protos - contrib-libs-protobuf -) -target_proto_messages(library-ydb_issue-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/ydb_issue/proto/issue_id.proto -) -target_proto_addincls(library-ydb_issue-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(library-ydb_issue-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(library-ydb_issue-proto - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/library/ydb_issue/proto/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/ydb_issue/proto/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 1d424e433f7..00000000000 --- a/contrib/ydb/library/ydb_issue/proto/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(library-ydb_issue-proto) -set_property(TARGET library-ydb_issue-proto PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(library-ydb_issue-proto PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - public-issue-protos - contrib-libs-protobuf -) -target_proto_messages(library-ydb_issue-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/ydb_issue/proto/issue_id.proto -) -target_proto_addincls(library-ydb_issue-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(library-ydb_issue-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(library-ydb_issue-proto - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/library/ydb_issue/proto/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/ydb_issue/proto/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 1d424e433f7..00000000000 --- a/contrib/ydb/library/ydb_issue/proto/CMakeLists.linux-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. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(library-ydb_issue-proto) -set_property(TARGET library-ydb_issue-proto PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(library-ydb_issue-proto PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - public-issue-protos - contrib-libs-protobuf -) -target_proto_messages(library-ydb_issue-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/ydb_issue/proto/issue_id.proto -) -target_proto_addincls(library-ydb_issue-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(library-ydb_issue-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(library-ydb_issue-proto - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/library/ydb_issue/proto/CMakeLists.txt b/contrib/ydb/library/ydb_issue/proto/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/ydb_issue/proto/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/ydb_issue/proto/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/ydb_issue/proto/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 2527cbc9db4..00000000000 --- a/contrib/ydb/library/ydb_issue/proto/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,58 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(library-ydb_issue-proto) -set_property(TARGET library-ydb_issue-proto PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(library-ydb_issue-proto PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - public-issue-protos - contrib-libs-protobuf -) -target_proto_messages(library-ydb_issue-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/ydb_issue/proto/issue_id.proto -) -target_proto_addincls(library-ydb_issue-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(library-ydb_issue-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(library-ydb_issue-proto - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/library/yql/CMakeLists.txt b/contrib/ydb/library/yql/CMakeLists.txt deleted file mode 100644 index 4fc40ccc667..00000000000 --- a/contrib/ydb/library/yql/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. - - -add_subdirectory(ast) -add_subdirectory(core) -add_subdirectory(dq) -add_subdirectory(minikql) -add_subdirectory(parser) -add_subdirectory(protos) -add_subdirectory(providers) -add_subdirectory(public) -add_subdirectory(sql) -add_subdirectory(udfs) -add_subdirectory(utils) diff --git a/contrib/ydb/library/yql/ast/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/ast/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 4d505d29819..00000000000 --- a/contrib/ydb/library/yql/ast/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_subdirectory(serialize) - -add_library(library-yql-ast) -target_link_libraries(library-yql-ast PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-colorizer - cpp-containers-sorted_vector - cpp-containers-stack_vector - cpp-deprecated-enum_codegen - library-cpp-enumbitset - cpp-string_utils-levenshtein_diff - library-cpp-yson - cpp-yson-node - yql-public-udf - library-yql-utils - yql-utils-fetch - yql-core-issue - core-url_lister-interface - yql-parser-pg_catalog - api-protos -) -target_sources(library-yql-ast PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/ast/yql_ast.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/ast/yql_constraint.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/ast/yql_ast_annotation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/ast/yql_ast_escaping.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/ast/yql_errors.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/ast/yql_expr.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/ast/yql_expr_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/ast/yql_expr_types.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/ast/yql_gc_nodes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/ast/yql_type_string.cpp -) diff --git a/contrib/ydb/library/yql/ast/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/ast/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 118cbc49f90..00000000000 --- a/contrib/ydb/library/yql/ast/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(serialize) - -add_library(library-yql-ast) -target_link_libraries(library-yql-ast PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-colorizer - cpp-containers-sorted_vector - cpp-containers-stack_vector - cpp-deprecated-enum_codegen - library-cpp-enumbitset - cpp-string_utils-levenshtein_diff - library-cpp-yson - cpp-yson-node - yql-public-udf - library-yql-utils - yql-utils-fetch - yql-core-issue - core-url_lister-interface - yql-parser-pg_catalog - api-protos -) -target_sources(library-yql-ast PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/ast/yql_ast.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/ast/yql_constraint.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/ast/yql_ast_annotation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/ast/yql_ast_escaping.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/ast/yql_errors.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/ast/yql_expr.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/ast/yql_expr_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/ast/yql_expr_types.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/ast/yql_gc_nodes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/ast/yql_type_string.cpp -) diff --git a/contrib/ydb/library/yql/ast/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/ast/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 118cbc49f90..00000000000 --- a/contrib/ydb/library/yql/ast/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(serialize) - -add_library(library-yql-ast) -target_link_libraries(library-yql-ast PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-colorizer - cpp-containers-sorted_vector - cpp-containers-stack_vector - cpp-deprecated-enum_codegen - library-cpp-enumbitset - cpp-string_utils-levenshtein_diff - library-cpp-yson - cpp-yson-node - yql-public-udf - library-yql-utils - yql-utils-fetch - yql-core-issue - core-url_lister-interface - yql-parser-pg_catalog - api-protos -) -target_sources(library-yql-ast PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/ast/yql_ast.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/ast/yql_constraint.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/ast/yql_ast_annotation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/ast/yql_ast_escaping.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/ast/yql_errors.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/ast/yql_expr.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/ast/yql_expr_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/ast/yql_expr_types.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/ast/yql_gc_nodes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/ast/yql_type_string.cpp -) diff --git a/contrib/ydb/library/yql/ast/CMakeLists.txt b/contrib/ydb/library/yql/ast/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/ast/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/ast/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/ast/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 4d505d29819..00000000000 --- a/contrib/ydb/library/yql/ast/CMakeLists.windows-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_subdirectory(serialize) - -add_library(library-yql-ast) -target_link_libraries(library-yql-ast PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-colorizer - cpp-containers-sorted_vector - cpp-containers-stack_vector - cpp-deprecated-enum_codegen - library-cpp-enumbitset - cpp-string_utils-levenshtein_diff - library-cpp-yson - cpp-yson-node - yql-public-udf - library-yql-utils - yql-utils-fetch - yql-core-issue - core-url_lister-interface - yql-parser-pg_catalog - api-protos -) -target_sources(library-yql-ast PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/ast/yql_ast.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/ast/yql_constraint.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/ast/yql_ast_annotation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/ast/yql_ast_escaping.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/ast/yql_errors.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/ast/yql_expr.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/ast/yql_expr_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/ast/yql_expr_types.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/ast/yql_gc_nodes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/ast/yql_type_string.cpp -) diff --git a/contrib/ydb/library/yql/ast/serialize/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/ast/serialize/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 87d83af1a97..00000000000 --- a/contrib/ydb/library/yql/ast/serialize/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(yql-ast-serialize) -target_link_libraries(yql-ast-serialize PUBLIC - contrib-libs-cxxsupp - yutil - library-yql-ast - yql-core-issue - library-yql-minikql -) -target_sources(yql-ast-serialize PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/ast/serialize/yql_expr_serialize.cpp -) diff --git a/contrib/ydb/library/yql/ast/serialize/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/ast/serialize/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 354574b0234..00000000000 --- a/contrib/ydb/library/yql/ast/serialize/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(yql-ast-serialize) -target_link_libraries(yql-ast-serialize PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-yql-ast - yql-core-issue - library-yql-minikql -) -target_sources(yql-ast-serialize PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/ast/serialize/yql_expr_serialize.cpp -) diff --git a/contrib/ydb/library/yql/ast/serialize/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/ast/serialize/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 354574b0234..00000000000 --- a/contrib/ydb/library/yql/ast/serialize/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(yql-ast-serialize) -target_link_libraries(yql-ast-serialize PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-yql-ast - yql-core-issue - library-yql-minikql -) -target_sources(yql-ast-serialize PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/ast/serialize/yql_expr_serialize.cpp -) diff --git a/contrib/ydb/library/yql/ast/serialize/CMakeLists.txt b/contrib/ydb/library/yql/ast/serialize/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/ast/serialize/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/ast/serialize/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/ast/serialize/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 87d83af1a97..00000000000 --- a/contrib/ydb/library/yql/ast/serialize/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(yql-ast-serialize) -target_link_libraries(yql-ast-serialize PUBLIC - contrib-libs-cxxsupp - yutil - library-yql-ast - yql-core-issue - library-yql-minikql -) -target_sources(yql-ast-serialize PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/ast/serialize/yql_expr_serialize.cpp -) diff --git a/contrib/ydb/library/yql/core/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/core/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 936e6a2b26b..00000000000 --- a/contrib/ydb/library/yql/core/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,130 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(arrow_kernels) -add_subdirectory(cbo) -add_subdirectory(common_opt) -add_subdirectory(credentials) -add_subdirectory(expr_nodes) -add_subdirectory(expr_nodes_gen) -add_subdirectory(extract_predicate) -add_subdirectory(facade) -add_subdirectory(file_storage) -add_subdirectory(issue) -add_subdirectory(peephole_opt) -add_subdirectory(services) -add_subdirectory(sql_types) -add_subdirectory(type_ann) -add_subdirectory(url_lister) -add_subdirectory(url_preprocessing) -add_subdirectory(user_data) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(library-yql-core) -target_compile_options(library-yql-core PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(library-yql-core PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-enumbitset - library-cpp-random_provider - cpp-threading-future - library-cpp-time_provider - library-cpp-yson - cpp-yson-node - library-yql-ast - yql-core-file_storage - yql-core-sql_types - yql-core-credentials - core-url_lister-interface - core-url_preprocessing-interface - library-yql-minikql - library-yql-protos - yql-public-udf - public-udf-tz - yql-sql-settings - library-yql-utils - yql-utils-log - yql-core-expr_nodes - providers-common-proto - tools-enum_parser-enum_serialization_runtime -) -target_sources(library-yql-core PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_aggregate_expander.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_callable_transform.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_cost_function.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_csv.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_execution.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_expr_constraint.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_expr_csee.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_expr_optimize.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_expr_type_annotation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_gc_transformer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_graph_transformer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_holding_file_storage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_join.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_library_compiler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_opt_match_recognize.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_opt_proposed_by_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_opt_range.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_opt_rewrite_io.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_opt_utils.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_opt_window.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_statistics.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_type_annotation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_type_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_udf_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_udf_index_package_set.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_udf_resolver.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_user_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_user_data_storage.cpp -) -generate_enum_serilization(library-yql-core - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_data_provider.h - INCLUDE_HEADERS - contrib/ydb/library/yql/core/yql_data_provider.h -) -generate_enum_serilization(library-yql-core - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_user_data.h - INCLUDE_HEADERS - contrib/ydb/library/yql/core/yql_user_data.h -) -generate_enum_serilization(library-yql-core - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_atom_enums.h - INCLUDE_HEADERS - contrib/ydb/library/yql/core/yql_atom_enums.h -) -generate_enum_serilization(library-yql-core - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_type_annotation.h - INCLUDE_HEADERS - contrib/ydb/library/yql/core/yql_type_annotation.h -) diff --git a/contrib/ydb/library/yql/core/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/core/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 4c183643545..00000000000 --- a/contrib/ydb/library/yql/core/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,131 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(arrow_kernels) -add_subdirectory(cbo) -add_subdirectory(common_opt) -add_subdirectory(credentials) -add_subdirectory(expr_nodes) -add_subdirectory(expr_nodes_gen) -add_subdirectory(extract_predicate) -add_subdirectory(facade) -add_subdirectory(file_storage) -add_subdirectory(issue) -add_subdirectory(peephole_opt) -add_subdirectory(services) -add_subdirectory(sql_types) -add_subdirectory(type_ann) -add_subdirectory(url_lister) -add_subdirectory(url_preprocessing) -add_subdirectory(user_data) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(library-yql-core) -target_compile_options(library-yql-core PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(library-yql-core PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-enumbitset - library-cpp-random_provider - cpp-threading-future - library-cpp-time_provider - library-cpp-yson - cpp-yson-node - library-yql-ast - yql-core-file_storage - yql-core-sql_types - yql-core-credentials - core-url_lister-interface - core-url_preprocessing-interface - library-yql-minikql - library-yql-protos - yql-public-udf - public-udf-tz - yql-sql-settings - library-yql-utils - yql-utils-log - yql-core-expr_nodes - providers-common-proto - tools-enum_parser-enum_serialization_runtime -) -target_sources(library-yql-core PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_aggregate_expander.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_callable_transform.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_cost_function.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_csv.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_execution.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_expr_constraint.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_expr_csee.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_expr_optimize.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_expr_type_annotation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_gc_transformer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_graph_transformer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_holding_file_storage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_join.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_library_compiler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_opt_match_recognize.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_opt_proposed_by_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_opt_range.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_opt_rewrite_io.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_opt_utils.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_opt_window.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_statistics.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_type_annotation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_type_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_udf_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_udf_index_package_set.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_udf_resolver.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_user_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_user_data_storage.cpp -) -generate_enum_serilization(library-yql-core - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_data_provider.h - INCLUDE_HEADERS - contrib/ydb/library/yql/core/yql_data_provider.h -) -generate_enum_serilization(library-yql-core - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_user_data.h - INCLUDE_HEADERS - contrib/ydb/library/yql/core/yql_user_data.h -) -generate_enum_serilization(library-yql-core - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_atom_enums.h - INCLUDE_HEADERS - contrib/ydb/library/yql/core/yql_atom_enums.h -) -generate_enum_serilization(library-yql-core - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_type_annotation.h - INCLUDE_HEADERS - contrib/ydb/library/yql/core/yql_type_annotation.h -) diff --git a/contrib/ydb/library/yql/core/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/core/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 4c183643545..00000000000 --- a/contrib/ydb/library/yql/core/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,131 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(arrow_kernels) -add_subdirectory(cbo) -add_subdirectory(common_opt) -add_subdirectory(credentials) -add_subdirectory(expr_nodes) -add_subdirectory(expr_nodes_gen) -add_subdirectory(extract_predicate) -add_subdirectory(facade) -add_subdirectory(file_storage) -add_subdirectory(issue) -add_subdirectory(peephole_opt) -add_subdirectory(services) -add_subdirectory(sql_types) -add_subdirectory(type_ann) -add_subdirectory(url_lister) -add_subdirectory(url_preprocessing) -add_subdirectory(user_data) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(library-yql-core) -target_compile_options(library-yql-core PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(library-yql-core PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-enumbitset - library-cpp-random_provider - cpp-threading-future - library-cpp-time_provider - library-cpp-yson - cpp-yson-node - library-yql-ast - yql-core-file_storage - yql-core-sql_types - yql-core-credentials - core-url_lister-interface - core-url_preprocessing-interface - library-yql-minikql - library-yql-protos - yql-public-udf - public-udf-tz - yql-sql-settings - library-yql-utils - yql-utils-log - yql-core-expr_nodes - providers-common-proto - tools-enum_parser-enum_serialization_runtime -) -target_sources(library-yql-core PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_aggregate_expander.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_callable_transform.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_cost_function.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_csv.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_execution.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_expr_constraint.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_expr_csee.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_expr_optimize.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_expr_type_annotation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_gc_transformer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_graph_transformer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_holding_file_storage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_join.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_library_compiler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_opt_match_recognize.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_opt_proposed_by_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_opt_range.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_opt_rewrite_io.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_opt_utils.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_opt_window.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_statistics.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_type_annotation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_type_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_udf_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_udf_index_package_set.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_udf_resolver.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_user_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_user_data_storage.cpp -) -generate_enum_serilization(library-yql-core - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_data_provider.h - INCLUDE_HEADERS - contrib/ydb/library/yql/core/yql_data_provider.h -) -generate_enum_serilization(library-yql-core - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_user_data.h - INCLUDE_HEADERS - contrib/ydb/library/yql/core/yql_user_data.h -) -generate_enum_serilization(library-yql-core - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_atom_enums.h - INCLUDE_HEADERS - contrib/ydb/library/yql/core/yql_atom_enums.h -) -generate_enum_serilization(library-yql-core - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_type_annotation.h - INCLUDE_HEADERS - contrib/ydb/library/yql/core/yql_type_annotation.h -) diff --git a/contrib/ydb/library/yql/core/CMakeLists.txt b/contrib/ydb/library/yql/core/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/core/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/core/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/core/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 936e6a2b26b..00000000000 --- a/contrib/ydb/library/yql/core/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,130 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(arrow_kernels) -add_subdirectory(cbo) -add_subdirectory(common_opt) -add_subdirectory(credentials) -add_subdirectory(expr_nodes) -add_subdirectory(expr_nodes_gen) -add_subdirectory(extract_predicate) -add_subdirectory(facade) -add_subdirectory(file_storage) -add_subdirectory(issue) -add_subdirectory(peephole_opt) -add_subdirectory(services) -add_subdirectory(sql_types) -add_subdirectory(type_ann) -add_subdirectory(url_lister) -add_subdirectory(url_preprocessing) -add_subdirectory(user_data) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(library-yql-core) -target_compile_options(library-yql-core PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(library-yql-core PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-enumbitset - library-cpp-random_provider - cpp-threading-future - library-cpp-time_provider - library-cpp-yson - cpp-yson-node - library-yql-ast - yql-core-file_storage - yql-core-sql_types - yql-core-credentials - core-url_lister-interface - core-url_preprocessing-interface - library-yql-minikql - library-yql-protos - yql-public-udf - public-udf-tz - yql-sql-settings - library-yql-utils - yql-utils-log - yql-core-expr_nodes - providers-common-proto - tools-enum_parser-enum_serialization_runtime -) -target_sources(library-yql-core PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_aggregate_expander.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_callable_transform.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_cost_function.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_csv.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_execution.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_expr_constraint.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_expr_csee.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_expr_optimize.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_expr_type_annotation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_gc_transformer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_graph_transformer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_holding_file_storage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_join.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_library_compiler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_opt_match_recognize.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_opt_proposed_by_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_opt_range.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_opt_rewrite_io.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_opt_utils.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_opt_window.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_statistics.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_type_annotation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_type_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_udf_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_udf_index_package_set.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_udf_resolver.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_user_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_user_data_storage.cpp -) -generate_enum_serilization(library-yql-core - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_data_provider.h - INCLUDE_HEADERS - contrib/ydb/library/yql/core/yql_data_provider.h -) -generate_enum_serilization(library-yql-core - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_user_data.h - INCLUDE_HEADERS - contrib/ydb/library/yql/core/yql_user_data.h -) -generate_enum_serilization(library-yql-core - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_atom_enums.h - INCLUDE_HEADERS - contrib/ydb/library/yql/core/yql_atom_enums.h -) -generate_enum_serilization(library-yql-core - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/yql_type_annotation.h - INCLUDE_HEADERS - contrib/ydb/library/yql/core/yql_type_annotation.h -) diff --git a/contrib/ydb/library/yql/core/arrow_kernels/CMakeLists.txt b/contrib/ydb/library/yql/core/arrow_kernels/CMakeLists.txt deleted file mode 100644 index 373fadacb92..00000000000 --- a/contrib/ydb/library/yql/core/arrow_kernels/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(registry) -add_subdirectory(request) diff --git a/contrib/ydb/library/yql/core/arrow_kernels/registry/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/core/arrow_kernels/registry/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index e0581d3ece1..00000000000 --- a/contrib/ydb/library/yql/core/arrow_kernels/registry/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(core-arrow_kernels-registry) -target_compile_options(core-arrow_kernels-registry PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-arrow_kernels-registry PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow - yql-minikql-computation -) -target_sources(core-arrow_kernels-registry PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/arrow_kernels/registry/registry.cpp -) diff --git a/contrib/ydb/library/yql/core/arrow_kernels/registry/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/core/arrow_kernels/registry/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d508828a97b..00000000000 --- a/contrib/ydb/library/yql/core/arrow_kernels/registry/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(core-arrow_kernels-registry) -target_compile_options(core-arrow_kernels-registry PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-arrow_kernels-registry PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow - yql-minikql-computation -) -target_sources(core-arrow_kernels-registry PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/arrow_kernels/registry/registry.cpp -) diff --git a/contrib/ydb/library/yql/core/arrow_kernels/registry/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/core/arrow_kernels/registry/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d508828a97b..00000000000 --- a/contrib/ydb/library/yql/core/arrow_kernels/registry/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(core-arrow_kernels-registry) -target_compile_options(core-arrow_kernels-registry PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-arrow_kernels-registry PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow - yql-minikql-computation -) -target_sources(core-arrow_kernels-registry PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/arrow_kernels/registry/registry.cpp -) diff --git a/contrib/ydb/library/yql/core/arrow_kernels/registry/CMakeLists.txt b/contrib/ydb/library/yql/core/arrow_kernels/registry/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/core/arrow_kernels/registry/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/core/arrow_kernels/registry/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/core/arrow_kernels/registry/CMakeLists.windows-x86_64.txt deleted file mode 100644 index e0581d3ece1..00000000000 --- a/contrib/ydb/library/yql/core/arrow_kernels/registry/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(core-arrow_kernels-registry) -target_compile_options(core-arrow_kernels-registry PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-arrow_kernels-registry PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow - yql-minikql-computation -) -target_sources(core-arrow_kernels-registry PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/arrow_kernels/registry/registry.cpp -) diff --git a/contrib/ydb/library/yql/core/arrow_kernels/request/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/core/arrow_kernels/request/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 8eb48f2eaaa..00000000000 --- a/contrib/ydb/library/yql/core/arrow_kernels/request/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-arrow_kernels-request) -target_compile_options(core-arrow_kernels-request PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-arrow_kernels-request PUBLIC - contrib-libs-cxxsupp - yutil - library-yql-ast - library-yql-minikql - providers-common-mkql - library-yql-core - library-yql-sql - tools-enum_parser-enum_serialization_runtime -) -target_sources(core-arrow_kernels-request PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/arrow_kernels/request/request.cpp -) -generate_enum_serilization(core-arrow_kernels-request - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/arrow_kernels/request/request.h - INCLUDE_HEADERS - contrib/ydb/library/yql/core/arrow_kernels/request/request.h -) diff --git a/contrib/ydb/library/yql/core/arrow_kernels/request/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/core/arrow_kernels/request/CMakeLists.linux-aarch64.txt deleted file mode 100644 index df0e155e01f..00000000000 --- a/contrib/ydb/library/yql/core/arrow_kernels/request/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-arrow_kernels-request) -target_compile_options(core-arrow_kernels-request PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-arrow_kernels-request PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-yql-ast - library-yql-minikql - providers-common-mkql - library-yql-core - library-yql-sql - tools-enum_parser-enum_serialization_runtime -) -target_sources(core-arrow_kernels-request PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/arrow_kernels/request/request.cpp -) -generate_enum_serilization(core-arrow_kernels-request - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/arrow_kernels/request/request.h - INCLUDE_HEADERS - contrib/ydb/library/yql/core/arrow_kernels/request/request.h -) diff --git a/contrib/ydb/library/yql/core/arrow_kernels/request/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/core/arrow_kernels/request/CMakeLists.linux-x86_64.txt deleted file mode 100644 index df0e155e01f..00000000000 --- a/contrib/ydb/library/yql/core/arrow_kernels/request/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-arrow_kernels-request) -target_compile_options(core-arrow_kernels-request PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-arrow_kernels-request PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-yql-ast - library-yql-minikql - providers-common-mkql - library-yql-core - library-yql-sql - tools-enum_parser-enum_serialization_runtime -) -target_sources(core-arrow_kernels-request PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/arrow_kernels/request/request.cpp -) -generate_enum_serilization(core-arrow_kernels-request - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/arrow_kernels/request/request.h - INCLUDE_HEADERS - contrib/ydb/library/yql/core/arrow_kernels/request/request.h -) diff --git a/contrib/ydb/library/yql/core/arrow_kernels/request/CMakeLists.txt b/contrib/ydb/library/yql/core/arrow_kernels/request/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/core/arrow_kernels/request/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/core/arrow_kernels/request/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/core/arrow_kernels/request/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 8eb48f2eaaa..00000000000 --- a/contrib/ydb/library/yql/core/arrow_kernels/request/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(core-arrow_kernels-request) -target_compile_options(core-arrow_kernels-request PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-arrow_kernels-request PUBLIC - contrib-libs-cxxsupp - yutil - library-yql-ast - library-yql-minikql - providers-common-mkql - library-yql-core - library-yql-sql - tools-enum_parser-enum_serialization_runtime -) -target_sources(core-arrow_kernels-request PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/arrow_kernels/request/request.cpp -) -generate_enum_serilization(core-arrow_kernels-request - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/arrow_kernels/request/request.h - INCLUDE_HEADERS - contrib/ydb/library/yql/core/arrow_kernels/request/request.h -) diff --git a/contrib/ydb/library/yql/core/cbo/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/core/cbo/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 75f8a20a658..00000000000 --- a/contrib/ydb/library/yql/core/cbo/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(yql-core-cbo) -target_link_libraries(yql-core-cbo PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-disjoint_sets -) -target_sources(yql-core-cbo PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/cbo/cbo_optimizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/cbo/cbo_optimizer_new.cpp -) diff --git a/contrib/ydb/library/yql/core/cbo/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/core/cbo/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a2d72a5dc77..00000000000 --- a/contrib/ydb/library/yql/core/cbo/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(yql-core-cbo) -target_link_libraries(yql-core-cbo PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-disjoint_sets -) -target_sources(yql-core-cbo PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/cbo/cbo_optimizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/cbo/cbo_optimizer_new.cpp -) diff --git a/contrib/ydb/library/yql/core/cbo/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/core/cbo/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a2d72a5dc77..00000000000 --- a/contrib/ydb/library/yql/core/cbo/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(yql-core-cbo) -target_link_libraries(yql-core-cbo PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-disjoint_sets -) -target_sources(yql-core-cbo PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/cbo/cbo_optimizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/cbo/cbo_optimizer_new.cpp -) diff --git a/contrib/ydb/library/yql/core/cbo/CMakeLists.txt b/contrib/ydb/library/yql/core/cbo/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/core/cbo/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/core/cbo/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/core/cbo/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 75f8a20a658..00000000000 --- a/contrib/ydb/library/yql/core/cbo/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(yql-core-cbo) -target_link_libraries(yql-core-cbo PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-disjoint_sets -) -target_sources(yql-core-cbo PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/cbo/cbo_optimizer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/cbo/cbo_optimizer_new.cpp -) diff --git a/contrib/ydb/library/yql/core/common_opt/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/core/common_opt/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 316f9232a75..00000000000 --- a/contrib/ydb/library/yql/core/common_opt/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(yql-core-common_opt) -target_compile_options(yql-core-common_opt PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-core-common_opt PUBLIC - contrib-libs-cxxsupp - yutil - library-yql-core - yql-core-expr_nodes - yql-parser-pg_catalog -) -target_sources(yql-core-common_opt PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/common_opt/yql_co_extr_members.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/common_opt/yql_flatmap_over_join.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/common_opt/yql_co_finalizers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/common_opt/yql_co_flow1.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/common_opt/yql_co_flow2.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/common_opt/yql_co_flowidaw1.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/common_opt/yql_co_last.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/common_opt/yql_co_pgselect.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/common_opt/yql_co_simple1.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/common_opt/yql_co_simple2.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/common_opt/yql_co_simple3.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/common_opt/yql_co_transformer.cpp -) diff --git a/contrib/ydb/library/yql/core/common_opt/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/core/common_opt/CMakeLists.linux-aarch64.txt deleted file mode 100644 index bc7a4697734..00000000000 --- a/contrib/ydb/library/yql/core/common_opt/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(yql-core-common_opt) -target_compile_options(yql-core-common_opt PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-core-common_opt PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-yql-core - yql-core-expr_nodes - yql-parser-pg_catalog -) -target_sources(yql-core-common_opt PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/common_opt/yql_co_extr_members.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/common_opt/yql_flatmap_over_join.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/common_opt/yql_co_finalizers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/common_opt/yql_co_flow1.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/common_opt/yql_co_flow2.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/common_opt/yql_co_flowidaw1.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/common_opt/yql_co_last.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/common_opt/yql_co_pgselect.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/common_opt/yql_co_simple1.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/common_opt/yql_co_simple2.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/common_opt/yql_co_simple3.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/common_opt/yql_co_transformer.cpp -) diff --git a/contrib/ydb/library/yql/core/common_opt/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/core/common_opt/CMakeLists.linux-x86_64.txt deleted file mode 100644 index bc7a4697734..00000000000 --- a/contrib/ydb/library/yql/core/common_opt/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(yql-core-common_opt) -target_compile_options(yql-core-common_opt PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-core-common_opt PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-yql-core - yql-core-expr_nodes - yql-parser-pg_catalog -) -target_sources(yql-core-common_opt PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/common_opt/yql_co_extr_members.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/common_opt/yql_flatmap_over_join.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/common_opt/yql_co_finalizers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/common_opt/yql_co_flow1.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/common_opt/yql_co_flow2.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/common_opt/yql_co_flowidaw1.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/common_opt/yql_co_last.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/common_opt/yql_co_pgselect.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/common_opt/yql_co_simple1.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/common_opt/yql_co_simple2.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/common_opt/yql_co_simple3.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/common_opt/yql_co_transformer.cpp -) diff --git a/contrib/ydb/library/yql/core/common_opt/CMakeLists.txt b/contrib/ydb/library/yql/core/common_opt/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/core/common_opt/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/core/common_opt/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/core/common_opt/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 316f9232a75..00000000000 --- a/contrib/ydb/library/yql/core/common_opt/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(yql-core-common_opt) -target_compile_options(yql-core-common_opt PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-core-common_opt PUBLIC - contrib-libs-cxxsupp - yutil - library-yql-core - yql-core-expr_nodes - yql-parser-pg_catalog -) -target_sources(yql-core-common_opt PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/common_opt/yql_co_extr_members.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/common_opt/yql_flatmap_over_join.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/common_opt/yql_co_finalizers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/common_opt/yql_co_flow1.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/common_opt/yql_co_flow2.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/common_opt/yql_co_flowidaw1.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/common_opt/yql_co_last.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/common_opt/yql_co_pgselect.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/common_opt/yql_co_simple1.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/common_opt/yql_co_simple2.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/common_opt/yql_co_simple3.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/common_opt/yql_co_transformer.cpp -) diff --git a/contrib/ydb/library/yql/core/credentials/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/core/credentials/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 24becdfd07c..00000000000 --- a/contrib/ydb/library/yql/core/credentials/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(yql-core-credentials) -target_link_libraries(yql-core-credentials PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(yql-core-credentials PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/credentials/yql_credentials.cpp -) diff --git a/contrib/ydb/library/yql/core/credentials/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/core/credentials/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 5b94dc6c52b..00000000000 --- a/contrib/ydb/library/yql/core/credentials/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(yql-core-credentials) -target_link_libraries(yql-core-credentials PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(yql-core-credentials PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/credentials/yql_credentials.cpp -) diff --git a/contrib/ydb/library/yql/core/credentials/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/core/credentials/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 5b94dc6c52b..00000000000 --- a/contrib/ydb/library/yql/core/credentials/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(yql-core-credentials) -target_link_libraries(yql-core-credentials PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(yql-core-credentials PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/credentials/yql_credentials.cpp -) diff --git a/contrib/ydb/library/yql/core/credentials/CMakeLists.txt b/contrib/ydb/library/yql/core/credentials/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/core/credentials/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/core/credentials/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/core/credentials/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 24becdfd07c..00000000000 --- a/contrib/ydb/library/yql/core/credentials/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(yql-core-credentials) -target_link_libraries(yql-core-credentials PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(yql-core-credentials PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/credentials/yql_credentials.cpp -) diff --git a/contrib/ydb/library/yql/core/expr_nodes/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/core/expr_nodes/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 300ac95160c..00000000000 --- a/contrib/ydb/library/yql/core/expr_nodes/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. - - -find_package(Python3 REQUIRED) - -add_library(yql-core-expr_nodes) -target_link_libraries(yql-core-expr_nodes PUBLIC - contrib-libs-cxxsupp - yutil - yql-core-expr_nodes_gen - yql-public-udf - yql-core-issue -) -target_sources(yql-core-expr_nodes PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes/yql_expr_nodes.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/core/expr_nodes/yql_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/core/expr_nodes/yql_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/core/expr_nodes/yql_expr_nodes.defs.inl.h -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/core/expr_nodes/yql_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/core/expr_nodes/yql_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/core/expr_nodes/yql_expr_nodes.defs.inl.h - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes/yql_expr_nodes.json - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - COMMAND - Python3::Interpreter - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes/yql_expr_nodes.json - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/core/expr_nodes/yql_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/core/expr_nodes/yql_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/core/expr_nodes/yql_expr_nodes.defs.inl.h -) diff --git a/contrib/ydb/library/yql/core/expr_nodes/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/core/expr_nodes/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 5654734cf55..00000000000 --- a/contrib/ydb/library/yql/core/expr_nodes/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -find_package(Python3 REQUIRED) - -add_library(yql-core-expr_nodes) -target_link_libraries(yql-core-expr_nodes PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - yql-core-expr_nodes_gen - yql-public-udf - yql-core-issue -) -target_sources(yql-core-expr_nodes PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes/yql_expr_nodes.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/core/expr_nodes/yql_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/core/expr_nodes/yql_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/core/expr_nodes/yql_expr_nodes.defs.inl.h -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/core/expr_nodes/yql_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/core/expr_nodes/yql_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/core/expr_nodes/yql_expr_nodes.defs.inl.h - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes/yql_expr_nodes.json - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - COMMAND - Python3::Interpreter - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes/yql_expr_nodes.json - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/core/expr_nodes/yql_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/core/expr_nodes/yql_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/core/expr_nodes/yql_expr_nodes.defs.inl.h -) diff --git a/contrib/ydb/library/yql/core/expr_nodes/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/core/expr_nodes/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 5654734cf55..00000000000 --- a/contrib/ydb/library/yql/core/expr_nodes/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -find_package(Python3 REQUIRED) - -add_library(yql-core-expr_nodes) -target_link_libraries(yql-core-expr_nodes PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - yql-core-expr_nodes_gen - yql-public-udf - yql-core-issue -) -target_sources(yql-core-expr_nodes PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes/yql_expr_nodes.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/core/expr_nodes/yql_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/core/expr_nodes/yql_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/core/expr_nodes/yql_expr_nodes.defs.inl.h -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/core/expr_nodes/yql_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/core/expr_nodes/yql_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/core/expr_nodes/yql_expr_nodes.defs.inl.h - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes/yql_expr_nodes.json - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - COMMAND - Python3::Interpreter - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes/yql_expr_nodes.json - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/core/expr_nodes/yql_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/core/expr_nodes/yql_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/core/expr_nodes/yql_expr_nodes.defs.inl.h -) diff --git a/contrib/ydb/library/yql/core/expr_nodes/CMakeLists.txt b/contrib/ydb/library/yql/core/expr_nodes/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/core/expr_nodes/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/core/expr_nodes/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/core/expr_nodes/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 300ac95160c..00000000000 --- a/contrib/ydb/library/yql/core/expr_nodes/CMakeLists.windows-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. - - -find_package(Python3 REQUIRED) - -add_library(yql-core-expr_nodes) -target_link_libraries(yql-core-expr_nodes PUBLIC - contrib-libs-cxxsupp - yutil - yql-core-expr_nodes_gen - yql-public-udf - yql-core-issue -) -target_sources(yql-core-expr_nodes PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes/yql_expr_nodes.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/core/expr_nodes/yql_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/core/expr_nodes/yql_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/core/expr_nodes/yql_expr_nodes.defs.inl.h -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/core/expr_nodes/yql_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/core/expr_nodes/yql_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/core/expr_nodes/yql_expr_nodes.defs.inl.h - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes/yql_expr_nodes.json - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - COMMAND - Python3::Interpreter - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes/yql_expr_nodes.json - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/core/expr_nodes/yql_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/core/expr_nodes/yql_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/core/expr_nodes/yql_expr_nodes.defs.inl.h -) diff --git a/contrib/ydb/library/yql/core/expr_nodes_gen/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/core/expr_nodes_gen/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2f2071ba9b3..00000000000 --- a/contrib/ydb/library/yql/core/expr_nodes_gen/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(yql-core-expr_nodes_gen) -target_link_libraries(yql-core-expr_nodes_gen PUBLIC - contrib-libs-cxxsupp - yutil - library-yql-ast - yql-public-udf -) -target_sources(yql-core-expr_nodes_gen PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.cpp -) diff --git a/contrib/ydb/library/yql/core/expr_nodes_gen/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/core/expr_nodes_gen/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 9160837d23c..00000000000 --- a/contrib/ydb/library/yql/core/expr_nodes_gen/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(yql-core-expr_nodes_gen) -target_link_libraries(yql-core-expr_nodes_gen PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-yql-ast - yql-public-udf -) -target_sources(yql-core-expr_nodes_gen PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.cpp -) diff --git a/contrib/ydb/library/yql/core/expr_nodes_gen/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/core/expr_nodes_gen/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 9160837d23c..00000000000 --- a/contrib/ydb/library/yql/core/expr_nodes_gen/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(yql-core-expr_nodes_gen) -target_link_libraries(yql-core-expr_nodes_gen PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-yql-ast - yql-public-udf -) -target_sources(yql-core-expr_nodes_gen PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.cpp -) diff --git a/contrib/ydb/library/yql/core/expr_nodes_gen/CMakeLists.txt b/contrib/ydb/library/yql/core/expr_nodes_gen/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/core/expr_nodes_gen/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/core/expr_nodes_gen/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/core/expr_nodes_gen/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 2f2071ba9b3..00000000000 --- a/contrib/ydb/library/yql/core/expr_nodes_gen/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(yql-core-expr_nodes_gen) -target_link_libraries(yql-core-expr_nodes_gen PUBLIC - contrib-libs-cxxsupp - yutil - library-yql-ast - yql-public-udf -) -target_sources(yql-core-expr_nodes_gen PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.cpp -) diff --git a/contrib/ydb/library/yql/core/extract_predicate/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/core/extract_predicate/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 96676846192..00000000000 --- a/contrib/ydb/library/yql/core/extract_predicate/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(yql-core-extract_predicate) -target_compile_options(yql-core-extract_predicate PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-core-extract_predicate PUBLIC - contrib-libs-cxxsupp - yutil - yql-core-services -) -target_sources(yql-core-extract_predicate PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/extract_predicate/extract_predicate_dbg.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/extract_predicate/extract_predicate_impl.cpp -) diff --git a/contrib/ydb/library/yql/core/extract_predicate/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/core/extract_predicate/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 5f6a4480781..00000000000 --- a/contrib/ydb/library/yql/core/extract_predicate/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(yql-core-extract_predicate) -target_compile_options(yql-core-extract_predicate PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-core-extract_predicate PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - yql-core-services -) -target_sources(yql-core-extract_predicate PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/extract_predicate/extract_predicate_dbg.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/extract_predicate/extract_predicate_impl.cpp -) diff --git a/contrib/ydb/library/yql/core/extract_predicate/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/core/extract_predicate/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 5f6a4480781..00000000000 --- a/contrib/ydb/library/yql/core/extract_predicate/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(yql-core-extract_predicate) -target_compile_options(yql-core-extract_predicate PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-core-extract_predicate PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - yql-core-services -) -target_sources(yql-core-extract_predicate PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/extract_predicate/extract_predicate_dbg.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/extract_predicate/extract_predicate_impl.cpp -) diff --git a/contrib/ydb/library/yql/core/extract_predicate/CMakeLists.txt b/contrib/ydb/library/yql/core/extract_predicate/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/core/extract_predicate/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/core/extract_predicate/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/core/extract_predicate/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 96676846192..00000000000 --- a/contrib/ydb/library/yql/core/extract_predicate/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(yql-core-extract_predicate) -target_compile_options(yql-core-extract_predicate PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-core-extract_predicate PUBLIC - contrib-libs-cxxsupp - yutil - yql-core-services -) -target_sources(yql-core-extract_predicate PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/extract_predicate/extract_predicate_dbg.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/extract_predicate/extract_predicate_impl.cpp -) diff --git a/contrib/ydb/library/yql/core/facade/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/core/facade/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 8b84600b1bf..00000000000 --- a/contrib/ydb/library/yql/core/facade/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(yql-core-facade) -target_compile_options(yql-core-facade PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-core-facade PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-split - library-cpp-random_provider - cpp-string_utils-base64 - cpp-threading-future - library-cpp-time_provider - library-cpp-yson - cpp-yson-node - yql-core-extract_predicate - yql-core-file_storage - yql-core-services - core-url_lister-interface - core-url_preprocessing-interface - yql-core-credentials - library-yql-sql - yql-utils-log - library-yql-core - yql-core-type_ann - providers-common-config - providers-common-proto - providers-common-provider - providers-common-udf_resolve - providers-common-arrow_resolve - yql-providers-config - providers-result-provider -) -target_sources(yql-core-facade PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/facade/yql_facade.cpp -) diff --git a/contrib/ydb/library/yql/core/facade/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/core/facade/CMakeLists.linux-aarch64.txt deleted file mode 100644 index dc2fa7b7a11..00000000000 --- a/contrib/ydb/library/yql/core/facade/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(yql-core-facade) -target_compile_options(yql-core-facade PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-core-facade PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-deprecated-split - library-cpp-random_provider - cpp-string_utils-base64 - cpp-threading-future - library-cpp-time_provider - library-cpp-yson - cpp-yson-node - yql-core-extract_predicate - yql-core-file_storage - yql-core-services - core-url_lister-interface - core-url_preprocessing-interface - yql-core-credentials - library-yql-sql - yql-utils-log - library-yql-core - yql-core-type_ann - providers-common-config - providers-common-proto - providers-common-provider - providers-common-udf_resolve - providers-common-arrow_resolve - yql-providers-config - providers-result-provider -) -target_sources(yql-core-facade PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/facade/yql_facade.cpp -) diff --git a/contrib/ydb/library/yql/core/facade/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/core/facade/CMakeLists.linux-x86_64.txt deleted file mode 100644 index dc2fa7b7a11..00000000000 --- a/contrib/ydb/library/yql/core/facade/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(yql-core-facade) -target_compile_options(yql-core-facade PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-core-facade PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-deprecated-split - library-cpp-random_provider - cpp-string_utils-base64 - cpp-threading-future - library-cpp-time_provider - library-cpp-yson - cpp-yson-node - yql-core-extract_predicate - yql-core-file_storage - yql-core-services - core-url_lister-interface - core-url_preprocessing-interface - yql-core-credentials - library-yql-sql - yql-utils-log - library-yql-core - yql-core-type_ann - providers-common-config - providers-common-proto - providers-common-provider - providers-common-udf_resolve - providers-common-arrow_resolve - yql-providers-config - providers-result-provider -) -target_sources(yql-core-facade PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/facade/yql_facade.cpp -) diff --git a/contrib/ydb/library/yql/core/facade/CMakeLists.txt b/contrib/ydb/library/yql/core/facade/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/core/facade/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/core/facade/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/core/facade/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 8b84600b1bf..00000000000 --- a/contrib/ydb/library/yql/core/facade/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(yql-core-facade) -target_compile_options(yql-core-facade PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-core-facade PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-split - library-cpp-random_provider - cpp-string_utils-base64 - cpp-threading-future - library-cpp-time_provider - library-cpp-yson - cpp-yson-node - yql-core-extract_predicate - yql-core-file_storage - yql-core-services - core-url_lister-interface - core-url_preprocessing-interface - yql-core-credentials - library-yql-sql - yql-utils-log - library-yql-core - yql-core-type_ann - providers-common-config - providers-common-proto - providers-common-provider - providers-common-udf_resolve - providers-common-arrow_resolve - yql-providers-config - providers-result-provider -) -target_sources(yql-core-facade PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/facade/yql_facade.cpp -) diff --git a/contrib/ydb/library/yql/core/file_storage/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/core/file_storage/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 72a40321b09..00000000000 --- a/contrib/ydb/library/yql/core/file_storage/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_subdirectory(defs) -add_subdirectory(download) -add_subdirectory(http_download) -add_subdirectory(proto) - -add_library(yql-core-file_storage) -target_link_libraries(yql-core-file_storage PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cache - cpp-digest-md5 - cpp-logger-global - cpp-threading-future - cpp-protobuf-util - library-cpp-uri - core-file_storage-proto - core-file_storage-defs - core-file_storage-download - core-file_storage-http_download - library-yql-utils - yql-utils-log - yql-utils-fetch -) -target_sources(yql-core-file_storage PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/file_storage/file_storage_decorator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/file_storage/file_storage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/file_storage/sized_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/file_storage/storage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/file_storage/url_meta.cpp -) diff --git a/contrib/ydb/library/yql/core/file_storage/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/core/file_storage/CMakeLists.linux-aarch64.txt deleted file mode 100644 index ebea2bf62f8..00000000000 --- a/contrib/ydb/library/yql/core/file_storage/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_subdirectory(defs) -add_subdirectory(download) -add_subdirectory(http_download) -add_subdirectory(proto) - -add_library(yql-core-file_storage) -target_link_libraries(yql-core-file_storage PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cache - cpp-digest-md5 - cpp-logger-global - cpp-threading-future - cpp-protobuf-util - library-cpp-uri - core-file_storage-proto - core-file_storage-defs - core-file_storage-download - core-file_storage-http_download - library-yql-utils - yql-utils-log - yql-utils-fetch -) -target_sources(yql-core-file_storage PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/file_storage/file_storage_decorator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/file_storage/file_storage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/file_storage/sized_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/file_storage/storage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/file_storage/url_meta.cpp -) diff --git a/contrib/ydb/library/yql/core/file_storage/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/core/file_storage/CMakeLists.linux-x86_64.txt deleted file mode 100644 index ebea2bf62f8..00000000000 --- a/contrib/ydb/library/yql/core/file_storage/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_subdirectory(defs) -add_subdirectory(download) -add_subdirectory(http_download) -add_subdirectory(proto) - -add_library(yql-core-file_storage) -target_link_libraries(yql-core-file_storage PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cache - cpp-digest-md5 - cpp-logger-global - cpp-threading-future - cpp-protobuf-util - library-cpp-uri - core-file_storage-proto - core-file_storage-defs - core-file_storage-download - core-file_storage-http_download - library-yql-utils - yql-utils-log - yql-utils-fetch -) -target_sources(yql-core-file_storage PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/file_storage/file_storage_decorator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/file_storage/file_storage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/file_storage/sized_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/file_storage/storage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/file_storage/url_meta.cpp -) diff --git a/contrib/ydb/library/yql/core/file_storage/CMakeLists.txt b/contrib/ydb/library/yql/core/file_storage/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/core/file_storage/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/core/file_storage/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/core/file_storage/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 72a40321b09..00000000000 --- a/contrib/ydb/library/yql/core/file_storage/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_subdirectory(defs) -add_subdirectory(download) -add_subdirectory(http_download) -add_subdirectory(proto) - -add_library(yql-core-file_storage) -target_link_libraries(yql-core-file_storage PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cache - cpp-digest-md5 - cpp-logger-global - cpp-threading-future - cpp-protobuf-util - library-cpp-uri - core-file_storage-proto - core-file_storage-defs - core-file_storage-download - core-file_storage-http_download - library-yql-utils - yql-utils-log - yql-utils-fetch -) -target_sources(yql-core-file_storage PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/file_storage/file_storage_decorator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/file_storage/file_storage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/file_storage/sized_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/file_storage/storage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/file_storage/url_meta.cpp -) diff --git a/contrib/ydb/library/yql/core/file_storage/defs/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/core/file_storage/defs/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 5aeef381b5a..00000000000 --- a/contrib/ydb/library/yql/core/file_storage/defs/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(core-file_storage-defs) -target_link_libraries(core-file_storage-defs PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-uri -) -target_sources(core-file_storage-defs PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/file_storage/defs/downloader.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/file_storage/defs/provider.cpp -) diff --git a/contrib/ydb/library/yql/core/file_storage/defs/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/core/file_storage/defs/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a687b5dc8c2..00000000000 --- a/contrib/ydb/library/yql/core/file_storage/defs/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(core-file_storage-defs) -target_link_libraries(core-file_storage-defs PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-uri -) -target_sources(core-file_storage-defs PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/file_storage/defs/downloader.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/file_storage/defs/provider.cpp -) diff --git a/contrib/ydb/library/yql/core/file_storage/defs/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/core/file_storage/defs/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a687b5dc8c2..00000000000 --- a/contrib/ydb/library/yql/core/file_storage/defs/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(core-file_storage-defs) -target_link_libraries(core-file_storage-defs PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-uri -) -target_sources(core-file_storage-defs PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/file_storage/defs/downloader.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/file_storage/defs/provider.cpp -) diff --git a/contrib/ydb/library/yql/core/file_storage/defs/CMakeLists.txt b/contrib/ydb/library/yql/core/file_storage/defs/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/core/file_storage/defs/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/core/file_storage/defs/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/core/file_storage/defs/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 5aeef381b5a..00000000000 --- a/contrib/ydb/library/yql/core/file_storage/defs/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(core-file_storage-defs) -target_link_libraries(core-file_storage-defs PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-uri -) -target_sources(core-file_storage-defs PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/file_storage/defs/downloader.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/file_storage/defs/provider.cpp -) diff --git a/contrib/ydb/library/yql/core/file_storage/download/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/core/file_storage/download/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2c6cfdc21c1..00000000000 --- a/contrib/ydb/library/yql/core/file_storage/download/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(core-file_storage-download) -target_link_libraries(core-file_storage-download PUBLIC - contrib-libs-cxxsupp - yutil - core-file_storage-proto - cpp-protobuf-util -) -target_sources(core-file_storage-download PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/file_storage/download/download_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/file_storage/download/download_stream.cpp -) diff --git a/contrib/ydb/library/yql/core/file_storage/download/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/core/file_storage/download/CMakeLists.linux-aarch64.txt deleted file mode 100644 index f68f79c8ffd..00000000000 --- a/contrib/ydb/library/yql/core/file_storage/download/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(core-file_storage-download) -target_link_libraries(core-file_storage-download PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-file_storage-proto - cpp-protobuf-util -) -target_sources(core-file_storage-download PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/file_storage/download/download_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/file_storage/download/download_stream.cpp -) diff --git a/contrib/ydb/library/yql/core/file_storage/download/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/core/file_storage/download/CMakeLists.linux-x86_64.txt deleted file mode 100644 index f68f79c8ffd..00000000000 --- a/contrib/ydb/library/yql/core/file_storage/download/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(core-file_storage-download) -target_link_libraries(core-file_storage-download PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-file_storage-proto - cpp-protobuf-util -) -target_sources(core-file_storage-download PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/file_storage/download/download_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/file_storage/download/download_stream.cpp -) diff --git a/contrib/ydb/library/yql/core/file_storage/download/CMakeLists.txt b/contrib/ydb/library/yql/core/file_storage/download/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/core/file_storage/download/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/core/file_storage/download/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/core/file_storage/download/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 2c6cfdc21c1..00000000000 --- a/contrib/ydb/library/yql/core/file_storage/download/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(core-file_storage-download) -target_link_libraries(core-file_storage-download PUBLIC - contrib-libs-cxxsupp - yutil - core-file_storage-proto - cpp-protobuf-util -) -target_sources(core-file_storage-download PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/file_storage/download/download_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/file_storage/download/download_stream.cpp -) diff --git a/contrib/ydb/library/yql/core/file_storage/http_download/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/core/file_storage/http_download/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 37b599ea089..00000000000 --- a/contrib/ydb/library/yql/core/file_storage/http_download/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_subdirectory(proto) - -add_library(core-file_storage-http_download) -target_link_libraries(core-file_storage-http_download PUBLIC - contrib-libs-cxxsupp - yutil - core-file_storage-defs - core-file_storage-download - core-file_storage-proto - file_storage-http_download-proto - yql-utils-fetch - yql-utils-log - library-yql-utils - cpp-digest-md5 - cpp-http-misc -) -target_sources(core-file_storage-http_download PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/file_storage/http_download/http_download.cpp -) diff --git a/contrib/ydb/library/yql/core/file_storage/http_download/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/core/file_storage/http_download/CMakeLists.linux-aarch64.txt deleted file mode 100644 index aa3d0c5a8f6..00000000000 --- a/contrib/ydb/library/yql/core/file_storage/http_download/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_subdirectory(proto) - -add_library(core-file_storage-http_download) -target_link_libraries(core-file_storage-http_download PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-file_storage-defs - core-file_storage-download - core-file_storage-proto - file_storage-http_download-proto - yql-utils-fetch - yql-utils-log - library-yql-utils - cpp-digest-md5 - cpp-http-misc -) -target_sources(core-file_storage-http_download PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/file_storage/http_download/http_download.cpp -) diff --git a/contrib/ydb/library/yql/core/file_storage/http_download/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/core/file_storage/http_download/CMakeLists.linux-x86_64.txt deleted file mode 100644 index aa3d0c5a8f6..00000000000 --- a/contrib/ydb/library/yql/core/file_storage/http_download/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_subdirectory(proto) - -add_library(core-file_storage-http_download) -target_link_libraries(core-file_storage-http_download PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-file_storage-defs - core-file_storage-download - core-file_storage-proto - file_storage-http_download-proto - yql-utils-fetch - yql-utils-log - library-yql-utils - cpp-digest-md5 - cpp-http-misc -) -target_sources(core-file_storage-http_download PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/file_storage/http_download/http_download.cpp -) diff --git a/contrib/ydb/library/yql/core/file_storage/http_download/CMakeLists.txt b/contrib/ydb/library/yql/core/file_storage/http_download/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/core/file_storage/http_download/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/core/file_storage/http_download/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/core/file_storage/http_download/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 37b599ea089..00000000000 --- a/contrib/ydb/library/yql/core/file_storage/http_download/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_subdirectory(proto) - -add_library(core-file_storage-http_download) -target_link_libraries(core-file_storage-http_download PUBLIC - contrib-libs-cxxsupp - yutil - core-file_storage-defs - core-file_storage-download - core-file_storage-proto - file_storage-http_download-proto - yql-utils-fetch - yql-utils-log - library-yql-utils - cpp-digest-md5 - cpp-http-misc -) -target_sources(core-file_storage-http_download PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/file_storage/http_download/http_download.cpp -) diff --git a/contrib/ydb/library/yql/core/file_storage/http_download/proto/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/core/file_storage/http_download/proto/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 846997baeeb..00000000000 --- a/contrib/ydb/library/yql/core/file_storage/http_download/proto/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(file_storage-http_download-proto) -target_link_libraries(file_storage-http_download-proto PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(file_storage-http_download-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/file_storage/http_download/proto/http_download.proto -) -target_proto_addincls(file_storage-http_download-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(file_storage-http_download-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/core/file_storage/http_download/proto/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/core/file_storage/http_download/proto/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 600d5501173..00000000000 --- a/contrib/ydb/library/yql/core/file_storage/http_download/proto/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(file_storage-http_download-proto) -target_link_libraries(file_storage-http_download-proto PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(file_storage-http_download-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/file_storage/http_download/proto/http_download.proto -) -target_proto_addincls(file_storage-http_download-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(file_storage-http_download-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/core/file_storage/http_download/proto/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/core/file_storage/http_download/proto/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 600d5501173..00000000000 --- a/contrib/ydb/library/yql/core/file_storage/http_download/proto/CMakeLists.linux-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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(file_storage-http_download-proto) -target_link_libraries(file_storage-http_download-proto PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(file_storage-http_download-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/file_storage/http_download/proto/http_download.proto -) -target_proto_addincls(file_storage-http_download-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(file_storage-http_download-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/core/file_storage/http_download/proto/CMakeLists.txt b/contrib/ydb/library/yql/core/file_storage/http_download/proto/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/core/file_storage/http_download/proto/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/core/file_storage/http_download/proto/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/core/file_storage/http_download/proto/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 846997baeeb..00000000000 --- a/contrib/ydb/library/yql/core/file_storage/http_download/proto/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(file_storage-http_download-proto) -target_link_libraries(file_storage-http_download-proto PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(file_storage-http_download-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/file_storage/http_download/proto/http_download.proto -) -target_proto_addincls(file_storage-http_download-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(file_storage-http_download-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/core/file_storage/proto/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/core/file_storage/proto/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index ec473add451..00000000000 --- a/contrib/ydb/library/yql/core/file_storage/proto/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(core-file_storage-proto) -target_link_libraries(core-file_storage-proto PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(core-file_storage-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/file_storage/proto/file_storage.proto -) -target_proto_addincls(core-file_storage-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(core-file_storage-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/core/file_storage/proto/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/core/file_storage/proto/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 190f3f0ffa2..00000000000 --- a/contrib/ydb/library/yql/core/file_storage/proto/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(core-file_storage-proto) -target_link_libraries(core-file_storage-proto PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(core-file_storage-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/file_storage/proto/file_storage.proto -) -target_proto_addincls(core-file_storage-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(core-file_storage-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/core/file_storage/proto/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/core/file_storage/proto/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 190f3f0ffa2..00000000000 --- a/contrib/ydb/library/yql/core/file_storage/proto/CMakeLists.linux-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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(core-file_storage-proto) -target_link_libraries(core-file_storage-proto PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(core-file_storage-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/file_storage/proto/file_storage.proto -) -target_proto_addincls(core-file_storage-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(core-file_storage-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/core/file_storage/proto/CMakeLists.txt b/contrib/ydb/library/yql/core/file_storage/proto/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/core/file_storage/proto/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/core/file_storage/proto/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/core/file_storage/proto/CMakeLists.windows-x86_64.txt deleted file mode 100644 index ec473add451..00000000000 --- a/contrib/ydb/library/yql/core/file_storage/proto/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(core-file_storage-proto) -target_link_libraries(core-file_storage-proto PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(core-file_storage-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/file_storage/proto/file_storage.proto -) -target_proto_addincls(core-file_storage-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(core-file_storage-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/core/issue/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/core/issue/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a2fe3e1dcb4..00000000000 --- a/contrib/ydb/library/yql/core/issue/CMakeLists.darwin-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_subdirectory(protos) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(yql-core-issue) -target_link_libraries(yql-core-issue PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-resource - contrib-libs-protobuf - yql-public-issue - core-issue-protos -) -target_sources(yql-core-issue PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/issue/yql_issue.cpp -) - -add_global_library_for(yql-core-issue.global yql-core-issue) -target_link_libraries(yql-core-issue.global PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-resource - contrib-libs-protobuf - yql-public-issue - core-issue-protos -) -target_sources(yql-core-issue.global PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/core/issue/2c117d1deba3f1de51c76e893a91e240.cpp -) -resources(yql-core-issue.global - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/core/issue/2c117d1deba3f1de51c76e893a91e240.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/issue/yql_issue.txt - KEYS - yql_issue.txt -) diff --git a/contrib/ydb/library/yql/core/issue/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/core/issue/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b209054f2a1..00000000000 --- a/contrib/ydb/library/yql/core/issue/CMakeLists.linux-aarch64.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_subdirectory(protos) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(yql-core-issue) -target_link_libraries(yql-core-issue PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-resource - contrib-libs-protobuf - yql-public-issue - core-issue-protos -) -target_sources(yql-core-issue PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/issue/yql_issue.cpp -) - -add_global_library_for(yql-core-issue.global yql-core-issue) -target_link_libraries(yql-core-issue.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-resource - contrib-libs-protobuf - yql-public-issue - core-issue-protos -) -target_sources(yql-core-issue.global PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/core/issue/2c117d1deba3f1de51c76e893a91e240.cpp -) -resources(yql-core-issue.global - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/core/issue/2c117d1deba3f1de51c76e893a91e240.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/issue/yql_issue.txt - KEYS - yql_issue.txt -) diff --git a/contrib/ydb/library/yql/core/issue/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/core/issue/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b209054f2a1..00000000000 --- a/contrib/ydb/library/yql/core/issue/CMakeLists.linux-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_subdirectory(protos) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(yql-core-issue) -target_link_libraries(yql-core-issue PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-resource - contrib-libs-protobuf - yql-public-issue - core-issue-protos -) -target_sources(yql-core-issue PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/issue/yql_issue.cpp -) - -add_global_library_for(yql-core-issue.global yql-core-issue) -target_link_libraries(yql-core-issue.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-resource - contrib-libs-protobuf - yql-public-issue - core-issue-protos -) -target_sources(yql-core-issue.global PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/core/issue/2c117d1deba3f1de51c76e893a91e240.cpp -) -resources(yql-core-issue.global - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/core/issue/2c117d1deba3f1de51c76e893a91e240.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/issue/yql_issue.txt - KEYS - yql_issue.txt -) diff --git a/contrib/ydb/library/yql/core/issue/CMakeLists.txt b/contrib/ydb/library/yql/core/issue/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/core/issue/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/core/issue/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/core/issue/CMakeLists.windows-x86_64.txt deleted file mode 100644 index a2fe3e1dcb4..00000000000 --- a/contrib/ydb/library/yql/core/issue/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_subdirectory(protos) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(yql-core-issue) -target_link_libraries(yql-core-issue PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-resource - contrib-libs-protobuf - yql-public-issue - core-issue-protos -) -target_sources(yql-core-issue PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/issue/yql_issue.cpp -) - -add_global_library_for(yql-core-issue.global yql-core-issue) -target_link_libraries(yql-core-issue.global PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-resource - contrib-libs-protobuf - yql-public-issue - core-issue-protos -) -target_sources(yql-core-issue.global PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/core/issue/2c117d1deba3f1de51c76e893a91e240.cpp -) -resources(yql-core-issue.global - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/core/issue/2c117d1deba3f1de51c76e893a91e240.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/issue/yql_issue.txt - KEYS - yql_issue.txt -) diff --git a/contrib/ydb/library/yql/core/issue/protos/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/core/issue/protos/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 1e7d0e18189..00000000000 --- a/contrib/ydb/library/yql/core/issue/protos/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(core-issue-protos) -target_link_libraries(core-issue-protos PUBLIC - contrib-libs-cxxsupp - yutil - public-issue-protos - contrib-libs-protobuf -) -target_proto_messages(core-issue-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/issue/protos/issue_id.proto -) -target_proto_addincls(core-issue-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(core-issue-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/core/issue/protos/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/core/issue/protos/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 17a68a03a20..00000000000 --- a/contrib/ydb/library/yql/core/issue/protos/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(core-issue-protos) -target_link_libraries(core-issue-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - public-issue-protos - contrib-libs-protobuf -) -target_proto_messages(core-issue-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/issue/protos/issue_id.proto -) -target_proto_addincls(core-issue-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(core-issue-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/core/issue/protos/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/core/issue/protos/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 17a68a03a20..00000000000 --- a/contrib/ydb/library/yql/core/issue/protos/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(core-issue-protos) -target_link_libraries(core-issue-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - public-issue-protos - contrib-libs-protobuf -) -target_proto_messages(core-issue-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/issue/protos/issue_id.proto -) -target_proto_addincls(core-issue-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(core-issue-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/core/issue/protos/CMakeLists.txt b/contrib/ydb/library/yql/core/issue/protos/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/core/issue/protos/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/core/issue/protos/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/core/issue/protos/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 1e7d0e18189..00000000000 --- a/contrib/ydb/library/yql/core/issue/protos/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(core-issue-protos) -target_link_libraries(core-issue-protos PUBLIC - contrib-libs-cxxsupp - yutil - public-issue-protos - contrib-libs-protobuf -) -target_proto_messages(core-issue-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/issue/protos/issue_id.proto -) -target_proto_addincls(core-issue-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(core-issue-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/core/peephole_opt/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/core/peephole_opt/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2ff05119a97..00000000000 --- a/contrib/ydb/library/yql/core/peephole_opt/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(yql-core-peephole_opt) -target_compile_options(yql-core-peephole_opt PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-core-peephole_opt PUBLIC - contrib-libs-cxxsupp - yutil - library-yql-core - yql-core-common_opt - yql-core-type_ann -) -target_sources(yql-core-peephole_opt PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/peephole_opt/yql_opt_json_peephole_physical.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/peephole_opt/yql_opt_peephole_physical.cpp -) diff --git a/contrib/ydb/library/yql/core/peephole_opt/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/core/peephole_opt/CMakeLists.linux-aarch64.txt deleted file mode 100644 index c7193dbc84d..00000000000 --- a/contrib/ydb/library/yql/core/peephole_opt/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(yql-core-peephole_opt) -target_compile_options(yql-core-peephole_opt PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-core-peephole_opt PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-yql-core - yql-core-common_opt - yql-core-type_ann -) -target_sources(yql-core-peephole_opt PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/peephole_opt/yql_opt_json_peephole_physical.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/peephole_opt/yql_opt_peephole_physical.cpp -) diff --git a/contrib/ydb/library/yql/core/peephole_opt/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/core/peephole_opt/CMakeLists.linux-x86_64.txt deleted file mode 100644 index c7193dbc84d..00000000000 --- a/contrib/ydb/library/yql/core/peephole_opt/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(yql-core-peephole_opt) -target_compile_options(yql-core-peephole_opt PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-core-peephole_opt PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-yql-core - yql-core-common_opt - yql-core-type_ann -) -target_sources(yql-core-peephole_opt PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/peephole_opt/yql_opt_json_peephole_physical.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/peephole_opt/yql_opt_peephole_physical.cpp -) diff --git a/contrib/ydb/library/yql/core/peephole_opt/CMakeLists.txt b/contrib/ydb/library/yql/core/peephole_opt/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/core/peephole_opt/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/core/peephole_opt/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/core/peephole_opt/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 2ff05119a97..00000000000 --- a/contrib/ydb/library/yql/core/peephole_opt/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(yql-core-peephole_opt) -target_compile_options(yql-core-peephole_opt PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-core-peephole_opt PUBLIC - contrib-libs-cxxsupp - yutil - library-yql-core - yql-core-common_opt - yql-core-type_ann -) -target_sources(yql-core-peephole_opt PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/peephole_opt/yql_opt_json_peephole_physical.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/peephole_opt/yql_opt_peephole_physical.cpp -) diff --git a/contrib/ydb/library/yql/core/services/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/core/services/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 1b982d66973..00000000000 --- a/contrib/ydb/library/yql/core/services/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_subdirectory(mounts) - -add_library(yql-core-services) -target_compile_options(yql-core-services PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-core-services PUBLIC - contrib-libs-cxxsupp - yutil - cpp-string_utils-base64 - library-cpp-yson - yql-ast-serialize - library-yql-minikql - library-yql-sql - yql-utils-log - library-yql-core - yql-core-common_opt - yql-core-peephole_opt - yql-core-type_ann - providers-common-codec - providers-common-mkql - providers-common-provider - common-schema-expr - providers-result-expr_nodes -) -target_sources(yql-core-services PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/services/yql_eval_expr.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/services/yql_eval_params.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/services/yql_out_transformers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/services/yql_lineage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/services/yql_plan.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/services/yql_transform_pipeline.cpp -) diff --git a/contrib/ydb/library/yql/core/services/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/core/services/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 636a06258ed..00000000000 --- a/contrib/ydb/library/yql/core/services/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_subdirectory(mounts) - -add_library(yql-core-services) -target_compile_options(yql-core-services PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-core-services PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-string_utils-base64 - library-cpp-yson - yql-ast-serialize - library-yql-minikql - library-yql-sql - yql-utils-log - library-yql-core - yql-core-common_opt - yql-core-peephole_opt - yql-core-type_ann - providers-common-codec - providers-common-mkql - providers-common-provider - common-schema-expr - providers-result-expr_nodes -) -target_sources(yql-core-services PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/services/yql_eval_expr.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/services/yql_eval_params.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/services/yql_out_transformers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/services/yql_lineage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/services/yql_plan.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/services/yql_transform_pipeline.cpp -) diff --git a/contrib/ydb/library/yql/core/services/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/core/services/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 636a06258ed..00000000000 --- a/contrib/ydb/library/yql/core/services/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_subdirectory(mounts) - -add_library(yql-core-services) -target_compile_options(yql-core-services PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-core-services PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-string_utils-base64 - library-cpp-yson - yql-ast-serialize - library-yql-minikql - library-yql-sql - yql-utils-log - library-yql-core - yql-core-common_opt - yql-core-peephole_opt - yql-core-type_ann - providers-common-codec - providers-common-mkql - providers-common-provider - common-schema-expr - providers-result-expr_nodes -) -target_sources(yql-core-services PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/services/yql_eval_expr.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/services/yql_eval_params.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/services/yql_out_transformers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/services/yql_lineage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/services/yql_plan.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/services/yql_transform_pipeline.cpp -) diff --git a/contrib/ydb/library/yql/core/services/CMakeLists.txt b/contrib/ydb/library/yql/core/services/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/core/services/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/core/services/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/core/services/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 1b982d66973..00000000000 --- a/contrib/ydb/library/yql/core/services/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_subdirectory(mounts) - -add_library(yql-core-services) -target_compile_options(yql-core-services PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-core-services PUBLIC - contrib-libs-cxxsupp - yutil - cpp-string_utils-base64 - library-cpp-yson - yql-ast-serialize - library-yql-minikql - library-yql-sql - yql-utils-log - library-yql-core - yql-core-common_opt - yql-core-peephole_opt - yql-core-type_ann - providers-common-codec - providers-common-mkql - providers-common-provider - common-schema-expr - providers-result-expr_nodes -) -target_sources(yql-core-services PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/services/yql_eval_expr.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/services/yql_eval_params.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/services/yql_out_transformers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/services/yql_lineage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/services/yql_plan.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/services/yql_transform_pipeline.cpp -) diff --git a/contrib/ydb/library/yql/core/services/mounts/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/core/services/mounts/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 431840292c3..00000000000 --- a/contrib/ydb/library/yql/core/services/mounts/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. - - -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(core-services-mounts) -target_compile_options(core-services-mounts PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-services-mounts PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-resource - yql-core-user_data - library-yql-core -) -target_sources(core-services-mounts PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/services/mounts/yql_mounts.cpp -) - -add_global_library_for(core-services-mounts.global core-services-mounts) -target_compile_options(core-services-mounts.global PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-services-mounts.global PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-resource - yql-core-user_data - library-yql-core -) -target_sources(core-services-mounts.global PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/core/services/mounts/ff4be3f839663a50dda5eeba1a8fba5f.cpp -) -resources(core-services-mounts.global - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/core/services/mounts/ff4be3f839663a50dda5eeba1a8fba5f.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/mount/lib/yql/aggregate.yql - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/mount/lib/yql/window.yql - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/mount/lib/yql/id.yql - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/mount/lib/yql/sqr.yql - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/mount/lib/yql/core.yql - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/mount/lib/yql/walk_folders.yql - KEYS - /lib/yql/aggregate.yql - /lib/yql/window.yql - /lib/yql/id.yql - /lib/yql/sqr.yql - /lib/yql/core.yql - /lib/yql/walk_folders.yql -) diff --git a/contrib/ydb/library/yql/core/services/mounts/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/core/services/mounts/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 54e1ce7414f..00000000000 --- a/contrib/ydb/library/yql/core/services/mounts/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,63 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(core-services-mounts) -target_compile_options(core-services-mounts PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-services-mounts PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-resource - yql-core-user_data - library-yql-core -) -target_sources(core-services-mounts PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/services/mounts/yql_mounts.cpp -) - -add_global_library_for(core-services-mounts.global core-services-mounts) -target_compile_options(core-services-mounts.global PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-services-mounts.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-resource - yql-core-user_data - library-yql-core -) -target_sources(core-services-mounts.global PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/core/services/mounts/ff4be3f839663a50dda5eeba1a8fba5f.cpp -) -resources(core-services-mounts.global - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/core/services/mounts/ff4be3f839663a50dda5eeba1a8fba5f.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/mount/lib/yql/aggregate.yql - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/mount/lib/yql/window.yql - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/mount/lib/yql/id.yql - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/mount/lib/yql/sqr.yql - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/mount/lib/yql/core.yql - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/mount/lib/yql/walk_folders.yql - KEYS - /lib/yql/aggregate.yql - /lib/yql/window.yql - /lib/yql/id.yql - /lib/yql/sqr.yql - /lib/yql/core.yql - /lib/yql/walk_folders.yql -) diff --git a/contrib/ydb/library/yql/core/services/mounts/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/core/services/mounts/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 54e1ce7414f..00000000000 --- a/contrib/ydb/library/yql/core/services/mounts/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,63 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(core-services-mounts) -target_compile_options(core-services-mounts PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-services-mounts PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-resource - yql-core-user_data - library-yql-core -) -target_sources(core-services-mounts PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/services/mounts/yql_mounts.cpp -) - -add_global_library_for(core-services-mounts.global core-services-mounts) -target_compile_options(core-services-mounts.global PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-services-mounts.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-resource - yql-core-user_data - library-yql-core -) -target_sources(core-services-mounts.global PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/core/services/mounts/ff4be3f839663a50dda5eeba1a8fba5f.cpp -) -resources(core-services-mounts.global - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/core/services/mounts/ff4be3f839663a50dda5eeba1a8fba5f.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/mount/lib/yql/aggregate.yql - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/mount/lib/yql/window.yql - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/mount/lib/yql/id.yql - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/mount/lib/yql/sqr.yql - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/mount/lib/yql/core.yql - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/mount/lib/yql/walk_folders.yql - KEYS - /lib/yql/aggregate.yql - /lib/yql/window.yql - /lib/yql/id.yql - /lib/yql/sqr.yql - /lib/yql/core.yql - /lib/yql/walk_folders.yql -) diff --git a/contrib/ydb/library/yql/core/services/mounts/CMakeLists.txt b/contrib/ydb/library/yql/core/services/mounts/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/core/services/mounts/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/core/services/mounts/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/core/services/mounts/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 431840292c3..00000000000 --- a/contrib/ydb/library/yql/core/services/mounts/CMakeLists.windows-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. - - -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(core-services-mounts) -target_compile_options(core-services-mounts PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-services-mounts PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-resource - yql-core-user_data - library-yql-core -) -target_sources(core-services-mounts PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/services/mounts/yql_mounts.cpp -) - -add_global_library_for(core-services-mounts.global core-services-mounts) -target_compile_options(core-services-mounts.global PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(core-services-mounts.global PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-resource - yql-core-user_data - library-yql-core -) -target_sources(core-services-mounts.global PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/core/services/mounts/ff4be3f839663a50dda5eeba1a8fba5f.cpp -) -resources(core-services-mounts.global - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/core/services/mounts/ff4be3f839663a50dda5eeba1a8fba5f.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/mount/lib/yql/aggregate.yql - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/mount/lib/yql/window.yql - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/mount/lib/yql/id.yql - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/mount/lib/yql/sqr.yql - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/mount/lib/yql/core.yql - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/mount/lib/yql/walk_folders.yql - KEYS - /lib/yql/aggregate.yql - /lib/yql/window.yql - /lib/yql/id.yql - /lib/yql/sqr.yql - /lib/yql/core.yql - /lib/yql/walk_folders.yql -) diff --git a/contrib/ydb/library/yql/core/sql_types/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/core/sql_types/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 46fb76e83c7..00000000000 --- a/contrib/ydb/library/yql/core/sql_types/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(yql-core-sql_types) -target_link_libraries(yql-core-sql_types PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime -) -target_sources(yql-core-sql_types PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/sql_types/match_recognize.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/sql_types/simple_types.cpp -) -generate_enum_serilization(yql-core-sql_types - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/sql_types/match_recognize.h - INCLUDE_HEADERS - contrib/ydb/library/yql/core/sql_types/match_recognize.h -) diff --git a/contrib/ydb/library/yql/core/sql_types/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/core/sql_types/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d5694f205df..00000000000 --- a/contrib/ydb/library/yql/core/sql_types/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(yql-core-sql_types) -target_link_libraries(yql-core-sql_types PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime -) -target_sources(yql-core-sql_types PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/sql_types/match_recognize.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/sql_types/simple_types.cpp -) -generate_enum_serilization(yql-core-sql_types - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/sql_types/match_recognize.h - INCLUDE_HEADERS - contrib/ydb/library/yql/core/sql_types/match_recognize.h -) diff --git a/contrib/ydb/library/yql/core/sql_types/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/core/sql_types/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d5694f205df..00000000000 --- a/contrib/ydb/library/yql/core/sql_types/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(yql-core-sql_types) -target_link_libraries(yql-core-sql_types PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime -) -target_sources(yql-core-sql_types PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/sql_types/match_recognize.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/sql_types/simple_types.cpp -) -generate_enum_serilization(yql-core-sql_types - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/sql_types/match_recognize.h - INCLUDE_HEADERS - contrib/ydb/library/yql/core/sql_types/match_recognize.h -) diff --git a/contrib/ydb/library/yql/core/sql_types/CMakeLists.txt b/contrib/ydb/library/yql/core/sql_types/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/core/sql_types/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/core/sql_types/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/core/sql_types/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 46fb76e83c7..00000000000 --- a/contrib/ydb/library/yql/core/sql_types/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(yql-core-sql_types) -target_link_libraries(yql-core-sql_types PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime -) -target_sources(yql-core-sql_types PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/sql_types/match_recognize.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/sql_types/simple_types.cpp -) -generate_enum_serilization(yql-core-sql_types - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/sql_types/match_recognize.h - INCLUDE_HEADERS - contrib/ydb/library/yql/core/sql_types/match_recognize.h -) diff --git a/contrib/ydb/library/yql/core/type_ann/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/core/type_ann/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 22b0208ae19..00000000000 --- a/contrib/ydb/library/yql/core/type_ann/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(yql-core-type_ann) -target_compile_options(yql-core-type_ann PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-core-type_ann PUBLIC - contrib-libs-cxxsupp - yutil - library-yql-ast - library-yql-minikql - library-yql-utils - yql-utils-log - library-yql-core - yql-core-expr_nodes - yql-core-issue - core-issue-protos - yql-core-sql_types - common-schema-expr - yql-parser-pg_catalog - parser-pg_wrapper-interface -) -target_sources(yql-core-type_ann PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/type_ann/type_ann_blocks.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/type_ann/type_ann_columnorder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/type_ann/type_ann_core.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/type_ann/type_ann_expr.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/type_ann/type_ann_join.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/type_ann/type_ann_list.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/type_ann/type_ann_pg.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/type_ann/type_ann_types.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/type_ann/type_ann_wide.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/type_ann/type_ann_match_recognize.cpp -) diff --git a/contrib/ydb/library/yql/core/type_ann/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/core/type_ann/CMakeLists.linux-aarch64.txt deleted file mode 100644 index ef7610ca7d7..00000000000 --- a/contrib/ydb/library/yql/core/type_ann/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(yql-core-type_ann) -target_compile_options(yql-core-type_ann PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-core-type_ann PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-yql-ast - library-yql-minikql - library-yql-utils - yql-utils-log - library-yql-core - yql-core-expr_nodes - yql-core-issue - core-issue-protos - yql-core-sql_types - common-schema-expr - yql-parser-pg_catalog - parser-pg_wrapper-interface -) -target_sources(yql-core-type_ann PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/type_ann/type_ann_blocks.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/type_ann/type_ann_columnorder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/type_ann/type_ann_core.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/type_ann/type_ann_expr.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/type_ann/type_ann_join.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/type_ann/type_ann_list.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/type_ann/type_ann_pg.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/type_ann/type_ann_types.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/type_ann/type_ann_wide.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/type_ann/type_ann_match_recognize.cpp -) diff --git a/contrib/ydb/library/yql/core/type_ann/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/core/type_ann/CMakeLists.linux-x86_64.txt deleted file mode 100644 index ef7610ca7d7..00000000000 --- a/contrib/ydb/library/yql/core/type_ann/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(yql-core-type_ann) -target_compile_options(yql-core-type_ann PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-core-type_ann PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-yql-ast - library-yql-minikql - library-yql-utils - yql-utils-log - library-yql-core - yql-core-expr_nodes - yql-core-issue - core-issue-protos - yql-core-sql_types - common-schema-expr - yql-parser-pg_catalog - parser-pg_wrapper-interface -) -target_sources(yql-core-type_ann PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/type_ann/type_ann_blocks.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/type_ann/type_ann_columnorder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/type_ann/type_ann_core.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/type_ann/type_ann_expr.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/type_ann/type_ann_join.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/type_ann/type_ann_list.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/type_ann/type_ann_pg.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/type_ann/type_ann_types.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/type_ann/type_ann_wide.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/type_ann/type_ann_match_recognize.cpp -) diff --git a/contrib/ydb/library/yql/core/type_ann/CMakeLists.txt b/contrib/ydb/library/yql/core/type_ann/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/core/type_ann/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/core/type_ann/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/core/type_ann/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 22b0208ae19..00000000000 --- a/contrib/ydb/library/yql/core/type_ann/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(yql-core-type_ann) -target_compile_options(yql-core-type_ann PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-core-type_ann PUBLIC - contrib-libs-cxxsupp - yutil - library-yql-ast - library-yql-minikql - library-yql-utils - yql-utils-log - library-yql-core - yql-core-expr_nodes - yql-core-issue - core-issue-protos - yql-core-sql_types - common-schema-expr - yql-parser-pg_catalog - parser-pg_wrapper-interface -) -target_sources(yql-core-type_ann PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/type_ann/type_ann_blocks.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/type_ann/type_ann_columnorder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/type_ann/type_ann_core.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/type_ann/type_ann_expr.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/type_ann/type_ann_join.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/type_ann/type_ann_list.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/type_ann/type_ann_pg.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/type_ann/type_ann_types.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/type_ann/type_ann_wide.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/type_ann/type_ann_match_recognize.cpp -) diff --git a/contrib/ydb/library/yql/core/url_lister/CMakeLists.txt b/contrib/ydb/library/yql/core/url_lister/CMakeLists.txt deleted file mode 100644 index 38e1c6410ca..00000000000 --- a/contrib/ydb/library/yql/core/url_lister/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(interface) diff --git a/contrib/ydb/library/yql/core/url_lister/interface/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/core/url_lister/interface/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 87127662b86..00000000000 --- a/contrib/ydb/library/yql/core/url_lister/interface/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(core-url_lister-interface) -target_link_libraries(core-url_lister-interface PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-uri - cpp-yson-node - yql-core-credentials - core-url_preprocessing-interface -) -target_sources(core-url_lister-interface PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/url_lister/interface/url_lister.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/url_lister/interface/url_lister_manager.cpp -) diff --git a/contrib/ydb/library/yql/core/url_lister/interface/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/core/url_lister/interface/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 41524a0fc18..00000000000 --- a/contrib/ydb/library/yql/core/url_lister/interface/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(core-url_lister-interface) -target_link_libraries(core-url_lister-interface PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-uri - cpp-yson-node - yql-core-credentials - core-url_preprocessing-interface -) -target_sources(core-url_lister-interface PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/url_lister/interface/url_lister.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/url_lister/interface/url_lister_manager.cpp -) diff --git a/contrib/ydb/library/yql/core/url_lister/interface/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/core/url_lister/interface/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 41524a0fc18..00000000000 --- a/contrib/ydb/library/yql/core/url_lister/interface/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(core-url_lister-interface) -target_link_libraries(core-url_lister-interface PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-uri - cpp-yson-node - yql-core-credentials - core-url_preprocessing-interface -) -target_sources(core-url_lister-interface PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/url_lister/interface/url_lister.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/url_lister/interface/url_lister_manager.cpp -) diff --git a/contrib/ydb/library/yql/core/url_lister/interface/CMakeLists.txt b/contrib/ydb/library/yql/core/url_lister/interface/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/core/url_lister/interface/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/core/url_lister/interface/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/core/url_lister/interface/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 87127662b86..00000000000 --- a/contrib/ydb/library/yql/core/url_lister/interface/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(core-url_lister-interface) -target_link_libraries(core-url_lister-interface PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-uri - cpp-yson-node - yql-core-credentials - core-url_preprocessing-interface -) -target_sources(core-url_lister-interface PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/url_lister/interface/url_lister.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/url_lister/interface/url_lister_manager.cpp -) diff --git a/contrib/ydb/library/yql/core/url_preprocessing/CMakeLists.txt b/contrib/ydb/library/yql/core/url_preprocessing/CMakeLists.txt deleted file mode 100644 index 38e1c6410ca..00000000000 --- a/contrib/ydb/library/yql/core/url_preprocessing/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(interface) diff --git a/contrib/ydb/library/yql/core/url_preprocessing/interface/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/core/url_preprocessing/interface/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 0d4aa52d253..00000000000 --- a/contrib/ydb/library/yql/core/url_preprocessing/interface/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(core-url_preprocessing-interface) -target_link_libraries(core-url_preprocessing-interface PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(core-url_preprocessing-interface PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/url_preprocessing/interface/url_preprocessing.cpp -) diff --git a/contrib/ydb/library/yql/core/url_preprocessing/interface/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/core/url_preprocessing/interface/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 0e869be6149..00000000000 --- a/contrib/ydb/library/yql/core/url_preprocessing/interface/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(core-url_preprocessing-interface) -target_link_libraries(core-url_preprocessing-interface PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(core-url_preprocessing-interface PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/url_preprocessing/interface/url_preprocessing.cpp -) diff --git a/contrib/ydb/library/yql/core/url_preprocessing/interface/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/core/url_preprocessing/interface/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 0e869be6149..00000000000 --- a/contrib/ydb/library/yql/core/url_preprocessing/interface/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(core-url_preprocessing-interface) -target_link_libraries(core-url_preprocessing-interface PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(core-url_preprocessing-interface PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/url_preprocessing/interface/url_preprocessing.cpp -) diff --git a/contrib/ydb/library/yql/core/url_preprocessing/interface/CMakeLists.txt b/contrib/ydb/library/yql/core/url_preprocessing/interface/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/core/url_preprocessing/interface/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/core/url_preprocessing/interface/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/core/url_preprocessing/interface/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 0d4aa52d253..00000000000 --- a/contrib/ydb/library/yql/core/url_preprocessing/interface/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(core-url_preprocessing-interface) -target_link_libraries(core-url_preprocessing-interface PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(core-url_preprocessing-interface PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/url_preprocessing/interface/url_preprocessing.cpp -) diff --git a/contrib/ydb/library/yql/core/user_data/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/core/user_data/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 5f326e2aea5..00000000000 --- a/contrib/ydb/library/yql/core/user_data/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(yql-core-user_data) -target_link_libraries(yql-core-user_data PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime -) -target_sources(yql-core-user_data PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/user_data/yql_user_data.cpp -) -generate_enum_serilization(yql-core-user_data - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/user_data/yql_user_data.h - INCLUDE_HEADERS - contrib/ydb/library/yql/core/user_data/yql_user_data.h -) diff --git a/contrib/ydb/library/yql/core/user_data/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/core/user_data/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 37cd2ff6d5e..00000000000 --- a/contrib/ydb/library/yql/core/user_data/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(yql-core-user_data) -target_link_libraries(yql-core-user_data PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime -) -target_sources(yql-core-user_data PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/user_data/yql_user_data.cpp -) -generate_enum_serilization(yql-core-user_data - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/user_data/yql_user_data.h - INCLUDE_HEADERS - contrib/ydb/library/yql/core/user_data/yql_user_data.h -) diff --git a/contrib/ydb/library/yql/core/user_data/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/core/user_data/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 37cd2ff6d5e..00000000000 --- a/contrib/ydb/library/yql/core/user_data/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(yql-core-user_data) -target_link_libraries(yql-core-user_data PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime -) -target_sources(yql-core-user_data PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/user_data/yql_user_data.cpp -) -generate_enum_serilization(yql-core-user_data - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/user_data/yql_user_data.h - INCLUDE_HEADERS - contrib/ydb/library/yql/core/user_data/yql_user_data.h -) diff --git a/contrib/ydb/library/yql/core/user_data/CMakeLists.txt b/contrib/ydb/library/yql/core/user_data/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/core/user_data/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/core/user_data/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/core/user_data/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 5f326e2aea5..00000000000 --- a/contrib/ydb/library/yql/core/user_data/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(yql-core-user_data) -target_link_libraries(yql-core-user_data PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime -) -target_sources(yql-core-user_data PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/user_data/yql_user_data.cpp -) -generate_enum_serilization(yql-core-user_data - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/user_data/yql_user_data.h - INCLUDE_HEADERS - contrib/ydb/library/yql/core/user_data/yql_user_data.h -) diff --git a/contrib/ydb/library/yql/dq/CMakeLists.txt b/contrib/ydb/library/yql/dq/CMakeLists.txt deleted file mode 100644 index a585d7e0bfd..00000000000 --- a/contrib/ydb/library/yql/dq/CMakeLists.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(actors) -add_subdirectory(common) -add_subdirectory(comp_nodes) -add_subdirectory(expr_nodes) -add_subdirectory(integration) -add_subdirectory(opt) -add_subdirectory(proto) -add_subdirectory(runtime) -add_subdirectory(state) -add_subdirectory(tasks) -add_subdirectory(transform) -add_subdirectory(type_ann) diff --git a/contrib/ydb/library/yql/dq/actors/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/dq/actors/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a8fda4dded2..00000000000 --- a/contrib/ydb/library/yql/dq/actors/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_subdirectory(compute) -add_subdirectory(protos) -add_subdirectory(spilling) -add_subdirectory(task_runner) -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) - -add_library(yql-dq-actors) -set_property(TARGET yql-dq-actors PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(yql-dq-actors PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - dq-actors-protos -) -target_sources(yql-dq-actors PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/dq.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/dq_events_ids.cpp -) -target_proto_plugin(yql-dq-actors - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/library/yql/dq/actors/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/dq/actors/CMakeLists.linux-aarch64.txt deleted file mode 100644 index f26ffcf3ff3..00000000000 --- a/contrib/ydb/library/yql/dq/actors/CMakeLists.linux-aarch64.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_subdirectory(compute) -add_subdirectory(protos) -add_subdirectory(spilling) -add_subdirectory(task_runner) -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) - -add_library(yql-dq-actors) -set_property(TARGET yql-dq-actors PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(yql-dq-actors PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - dq-actors-protos -) -target_sources(yql-dq-actors PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/dq.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/dq_events_ids.cpp -) -target_proto_plugin(yql-dq-actors - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/library/yql/dq/actors/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/dq/actors/CMakeLists.linux-x86_64.txt deleted file mode 100644 index f26ffcf3ff3..00000000000 --- a/contrib/ydb/library/yql/dq/actors/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_subdirectory(compute) -add_subdirectory(protos) -add_subdirectory(spilling) -add_subdirectory(task_runner) -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) - -add_library(yql-dq-actors) -set_property(TARGET yql-dq-actors PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(yql-dq-actors PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - dq-actors-protos -) -target_sources(yql-dq-actors PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/dq.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/dq_events_ids.cpp -) -target_proto_plugin(yql-dq-actors - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/library/yql/dq/actors/CMakeLists.txt b/contrib/ydb/library/yql/dq/actors/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/dq/actors/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/dq/actors/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/dq/actors/CMakeLists.windows-x86_64.txt deleted file mode 100644 index a8fda4dded2..00000000000 --- a/contrib/ydb/library/yql/dq/actors/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_subdirectory(compute) -add_subdirectory(protos) -add_subdirectory(spilling) -add_subdirectory(task_runner) -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) - -add_library(yql-dq-actors) -set_property(TARGET yql-dq-actors PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(yql-dq-actors PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - dq-actors-protos -) -target_sources(yql-dq-actors PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/dq.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/dq_events_ids.cpp -) -target_proto_plugin(yql-dq-actors - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/library/yql/dq/actors/compute/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/dq/actors/compute/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 9572d863ad4..00000000000 --- a/contrib/ydb/library/yql/dq/actors/compute/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(dq-actors-compute) -target_compile_options(dq-actors-compute PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(dq-actors-compute PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - actors-wilson-protos - ydb-library-services - library-ydb_issue-proto - yql-dq-common - yql-dq-proto - yql-dq-runtime - yql-dq-tasks - dq-actors-spilling - yql-minikql-comp_nodes - yql-public-issue - core-quoter-public -) -target_sources(dq-actors-compute PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/compute/dq_task_runner_exec_ctx.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/compute/dq_async_compute_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/compute/dq_compute_actor_async_io_factory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/compute/dq_compute_actor_channels.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/compute/dq_compute_actor_checkpoints.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/compute/dq_compute_actor_metrics.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/compute/dq_compute_actor_stats.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/compute/dq_compute_actor_watermarks.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/compute/dq_compute_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/compute/dq_compute_issues_buffer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/compute/retry_queue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/compute/dq_request_context.cpp -) diff --git a/contrib/ydb/library/yql/dq/actors/compute/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/dq/actors/compute/CMakeLists.linux-aarch64.txt deleted file mode 100644 index bd798adf419..00000000000 --- a/contrib/ydb/library/yql/dq/actors/compute/CMakeLists.linux-aarch64.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(dq-actors-compute) -target_compile_options(dq-actors-compute PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(dq-actors-compute PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - actors-wilson-protos - ydb-library-services - library-ydb_issue-proto - yql-dq-common - yql-dq-proto - yql-dq-runtime - yql-dq-tasks - dq-actors-spilling - yql-minikql-comp_nodes - yql-public-issue - core-quoter-public -) -target_sources(dq-actors-compute PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/compute/dq_task_runner_exec_ctx.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/compute/dq_async_compute_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/compute/dq_compute_actor_async_io_factory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/compute/dq_compute_actor_channels.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/compute/dq_compute_actor_checkpoints.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/compute/dq_compute_actor_metrics.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/compute/dq_compute_actor_stats.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/compute/dq_compute_actor_watermarks.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/compute/dq_compute_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/compute/dq_compute_issues_buffer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/compute/retry_queue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/compute/dq_request_context.cpp -) diff --git a/contrib/ydb/library/yql/dq/actors/compute/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/dq/actors/compute/CMakeLists.linux-x86_64.txt deleted file mode 100644 index bd798adf419..00000000000 --- a/contrib/ydb/library/yql/dq/actors/compute/CMakeLists.linux-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(dq-actors-compute) -target_compile_options(dq-actors-compute PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(dq-actors-compute PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - actors-wilson-protos - ydb-library-services - library-ydb_issue-proto - yql-dq-common - yql-dq-proto - yql-dq-runtime - yql-dq-tasks - dq-actors-spilling - yql-minikql-comp_nodes - yql-public-issue - core-quoter-public -) -target_sources(dq-actors-compute PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/compute/dq_task_runner_exec_ctx.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/compute/dq_async_compute_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/compute/dq_compute_actor_async_io_factory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/compute/dq_compute_actor_channels.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/compute/dq_compute_actor_checkpoints.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/compute/dq_compute_actor_metrics.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/compute/dq_compute_actor_stats.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/compute/dq_compute_actor_watermarks.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/compute/dq_compute_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/compute/dq_compute_issues_buffer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/compute/retry_queue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/compute/dq_request_context.cpp -) diff --git a/contrib/ydb/library/yql/dq/actors/compute/CMakeLists.txt b/contrib/ydb/library/yql/dq/actors/compute/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/dq/actors/compute/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/dq/actors/compute/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/dq/actors/compute/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 9572d863ad4..00000000000 --- a/contrib/ydb/library/yql/dq/actors/compute/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(dq-actors-compute) -target_compile_options(dq-actors-compute PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(dq-actors-compute PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - actors-wilson-protos - ydb-library-services - library-ydb_issue-proto - yql-dq-common - yql-dq-proto - yql-dq-runtime - yql-dq-tasks - dq-actors-spilling - yql-minikql-comp_nodes - yql-public-issue - core-quoter-public -) -target_sources(dq-actors-compute PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/compute/dq_task_runner_exec_ctx.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/compute/dq_async_compute_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/compute/dq_compute_actor_async_io_factory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/compute/dq_compute_actor_channels.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/compute/dq_compute_actor_checkpoints.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/compute/dq_compute_actor_metrics.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/compute/dq_compute_actor_stats.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/compute/dq_compute_actor_watermarks.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/compute/dq_compute_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/compute/dq_compute_issues_buffer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/compute/retry_queue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/compute/dq_request_context.cpp -) diff --git a/contrib/ydb/library/yql/dq/actors/protos/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/dq/actors/protos/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 05cc826fb47..00000000000 --- a/contrib/ydb/library/yql/dq/actors/protos/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,75 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(dq-actors-protos) -target_link_libraries(dq-actors-protos PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-protos - api-protos - core-issue-protos - yql-dq-proto - public-issue-protos - yql-public-types - contrib-libs-protobuf -) -target_proto_messages(dq-actors-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/protos/dq_events.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/protos/dq_stats.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/protos/dq_status_codes.proto -) -target_proto_addincls(dq-actors-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(dq-actors-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/dq/actors/protos/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/dq/actors/protos/CMakeLists.linux-aarch64.txt deleted file mode 100644 index c6384374431..00000000000 --- a/contrib/ydb/library/yql/dq/actors/protos/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,76 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(dq-actors-protos) -target_link_libraries(dq-actors-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-protos - api-protos - core-issue-protos - yql-dq-proto - public-issue-protos - yql-public-types - contrib-libs-protobuf -) -target_proto_messages(dq-actors-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/protos/dq_events.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/protos/dq_stats.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/protos/dq_status_codes.proto -) -target_proto_addincls(dq-actors-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(dq-actors-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/dq/actors/protos/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/dq/actors/protos/CMakeLists.linux-x86_64.txt deleted file mode 100644 index c6384374431..00000000000 --- a/contrib/ydb/library/yql/dq/actors/protos/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,76 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(dq-actors-protos) -target_link_libraries(dq-actors-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-protos - api-protos - core-issue-protos - yql-dq-proto - public-issue-protos - yql-public-types - contrib-libs-protobuf -) -target_proto_messages(dq-actors-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/protos/dq_events.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/protos/dq_stats.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/protos/dq_status_codes.proto -) -target_proto_addincls(dq-actors-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(dq-actors-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/dq/actors/protos/CMakeLists.txt b/contrib/ydb/library/yql/dq/actors/protos/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/dq/actors/protos/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/dq/actors/protos/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/dq/actors/protos/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 05cc826fb47..00000000000 --- a/contrib/ydb/library/yql/dq/actors/protos/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,75 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(dq-actors-protos) -target_link_libraries(dq-actors-protos PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-protos - api-protos - core-issue-protos - yql-dq-proto - public-issue-protos - yql-public-types - contrib-libs-protobuf -) -target_proto_messages(dq-actors-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/protos/dq_events.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/protos/dq_stats.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/protos/dq_status_codes.proto -) -target_proto_addincls(dq-actors-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(dq-actors-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/dq/actors/spilling/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/dq/actors/spilling/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 257cdba370e..00000000000 --- a/contrib/ydb/library/yql/dq/actors/spilling/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(dq-actors-spilling) -target_compile_options(dq-actors-spilling PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(dq-actors-spilling PUBLIC - contrib-libs-cxxsupp - yutil - ydb-library-services - yql-dq-common - yql-dq-actors - yql-dq-runtime - library-yql-utils - library-actors-core - library-actors-util - cpp-monlib-dynamic_counters - monlib-service-pages -) -target_sources(dq-actors-spilling PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/spilling/channel_storage_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/spilling/channel_storage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/spilling/spilling_counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/spilling/spilling_file.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/spilling/spilling.cpp -) diff --git a/contrib/ydb/library/yql/dq/actors/spilling/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/dq/actors/spilling/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 0a253bb73e4..00000000000 --- a/contrib/ydb/library/yql/dq/actors/spilling/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(dq-actors-spilling) -target_compile_options(dq-actors-spilling PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(dq-actors-spilling PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-library-services - yql-dq-common - yql-dq-actors - yql-dq-runtime - library-yql-utils - library-actors-core - library-actors-util - cpp-monlib-dynamic_counters - monlib-service-pages -) -target_sources(dq-actors-spilling PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/spilling/channel_storage_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/spilling/channel_storage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/spilling/spilling_counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/spilling/spilling_file.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/spilling/spilling.cpp -) diff --git a/contrib/ydb/library/yql/dq/actors/spilling/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/dq/actors/spilling/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 0a253bb73e4..00000000000 --- a/contrib/ydb/library/yql/dq/actors/spilling/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(dq-actors-spilling) -target_compile_options(dq-actors-spilling PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(dq-actors-spilling PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-library-services - yql-dq-common - yql-dq-actors - yql-dq-runtime - library-yql-utils - library-actors-core - library-actors-util - cpp-monlib-dynamic_counters - monlib-service-pages -) -target_sources(dq-actors-spilling PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/spilling/channel_storage_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/spilling/channel_storage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/spilling/spilling_counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/spilling/spilling_file.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/spilling/spilling.cpp -) diff --git a/contrib/ydb/library/yql/dq/actors/spilling/CMakeLists.txt b/contrib/ydb/library/yql/dq/actors/spilling/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/dq/actors/spilling/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/dq/actors/spilling/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/dq/actors/spilling/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 257cdba370e..00000000000 --- a/contrib/ydb/library/yql/dq/actors/spilling/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(dq-actors-spilling) -target_compile_options(dq-actors-spilling PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(dq-actors-spilling PUBLIC - contrib-libs-cxxsupp - yutil - ydb-library-services - yql-dq-common - yql-dq-actors - yql-dq-runtime - library-yql-utils - library-actors-core - library-actors-util - cpp-monlib-dynamic_counters - monlib-service-pages -) -target_sources(dq-actors-spilling PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/spilling/channel_storage_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/spilling/channel_storage.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/spilling/spilling_counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/spilling/spilling_file.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/spilling/spilling.cpp -) diff --git a/contrib/ydb/library/yql/dq/actors/task_runner/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/dq/actors/task_runner/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 36275cb8e38..00000000000 --- a/contrib/ydb/library/yql/dq/actors/task_runner/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(dq-actors-task_runner) -target_compile_options(dq-actors-task_runner PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(dq-actors-task_runner PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - yql-dq-runtime - yql-dq-common - yql-dq-proto - yql-minikql-computation - yql-utils-actors - ydb-library-services -) -target_sources(dq-actors-task_runner PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/task_runner/events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/task_runner/task_runner_actor_local.cpp -) diff --git a/contrib/ydb/library/yql/dq/actors/task_runner/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/dq/actors/task_runner/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 82cd76a7eec..00000000000 --- a/contrib/ydb/library/yql/dq/actors/task_runner/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(dq-actors-task_runner) -target_compile_options(dq-actors-task_runner PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(dq-actors-task_runner PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - yql-dq-runtime - yql-dq-common - yql-dq-proto - yql-minikql-computation - yql-utils-actors - ydb-library-services -) -target_sources(dq-actors-task_runner PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/task_runner/events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/task_runner/task_runner_actor_local.cpp -) diff --git a/contrib/ydb/library/yql/dq/actors/task_runner/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/dq/actors/task_runner/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 82cd76a7eec..00000000000 --- a/contrib/ydb/library/yql/dq/actors/task_runner/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(dq-actors-task_runner) -target_compile_options(dq-actors-task_runner PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(dq-actors-task_runner PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - yql-dq-runtime - yql-dq-common - yql-dq-proto - yql-minikql-computation - yql-utils-actors - ydb-library-services -) -target_sources(dq-actors-task_runner PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/task_runner/events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/task_runner/task_runner_actor_local.cpp -) diff --git a/contrib/ydb/library/yql/dq/actors/task_runner/CMakeLists.txt b/contrib/ydb/library/yql/dq/actors/task_runner/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/dq/actors/task_runner/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/dq/actors/task_runner/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/dq/actors/task_runner/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 36275cb8e38..00000000000 --- a/contrib/ydb/library/yql/dq/actors/task_runner/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(dq-actors-task_runner) -target_compile_options(dq-actors-task_runner PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(dq-actors-task_runner PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - yql-dq-runtime - yql-dq-common - yql-dq-proto - yql-minikql-computation - yql-utils-actors - ydb-library-services -) -target_sources(dq-actors-task_runner PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/task_runner/events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/actors/task_runner/task_runner_actor_local.cpp -) diff --git a/contrib/ydb/library/yql/dq/common/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/dq/common/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 0597f0d0b8c..00000000000 --- a/contrib/ydb/library/yql/dq/common/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(yql-dq-common) -target_link_libraries(yql-dq-common PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-util - library-mkql_proto-protos - yql-dq-proto - library-yql-utils - tools-enum_parser-enum_serialization_runtime -) -target_sources(yql-dq-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/common/dq_common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/common/dq_value.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/common/dq_serialized_batch.cpp -) -generate_enum_serilization(yql-dq-common - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/common/dq_common.h - INCLUDE_HEADERS - contrib/ydb/library/yql/dq/common/dq_common.h -) diff --git a/contrib/ydb/library/yql/dq/common/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/dq/common/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 0425f135a9d..00000000000 --- a/contrib/ydb/library/yql/dq/common/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(yql-dq-common) -target_link_libraries(yql-dq-common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-util - library-mkql_proto-protos - yql-dq-proto - library-yql-utils - tools-enum_parser-enum_serialization_runtime -) -target_sources(yql-dq-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/common/dq_common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/common/dq_value.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/common/dq_serialized_batch.cpp -) -generate_enum_serilization(yql-dq-common - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/common/dq_common.h - INCLUDE_HEADERS - contrib/ydb/library/yql/dq/common/dq_common.h -) diff --git a/contrib/ydb/library/yql/dq/common/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/dq/common/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 0425f135a9d..00000000000 --- a/contrib/ydb/library/yql/dq/common/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(yql-dq-common) -target_link_libraries(yql-dq-common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-util - library-mkql_proto-protos - yql-dq-proto - library-yql-utils - tools-enum_parser-enum_serialization_runtime -) -target_sources(yql-dq-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/common/dq_common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/common/dq_value.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/common/dq_serialized_batch.cpp -) -generate_enum_serilization(yql-dq-common - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/common/dq_common.h - INCLUDE_HEADERS - contrib/ydb/library/yql/dq/common/dq_common.h -) diff --git a/contrib/ydb/library/yql/dq/common/CMakeLists.txt b/contrib/ydb/library/yql/dq/common/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/dq/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/dq/common/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/dq/common/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 0597f0d0b8c..00000000000 --- a/contrib/ydb/library/yql/dq/common/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(yql-dq-common) -target_link_libraries(yql-dq-common PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-util - library-mkql_proto-protos - yql-dq-proto - library-yql-utils - tools-enum_parser-enum_serialization_runtime -) -target_sources(yql-dq-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/common/dq_common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/common/dq_value.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/common/dq_serialized_batch.cpp -) -generate_enum_serilization(yql-dq-common - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/common/dq_common.h - INCLUDE_HEADERS - contrib/ydb/library/yql/dq/common/dq_common.h -) diff --git a/contrib/ydb/library/yql/dq/comp_nodes/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/dq/comp_nodes/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 3e9cfa5dde7..00000000000 --- a/contrib/ydb/library/yql/dq/comp_nodes/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(yql-dq-comp_nodes) -target_compile_options(yql-dq-comp_nodes PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-dq-comp_nodes PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - dq-actors-compute - yql-minikql-computation - library-yql-utils -) -target_sources(yql-dq-comp_nodes PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/comp_nodes/yql_common_dq_factory.cpp -) diff --git a/contrib/ydb/library/yql/dq/comp_nodes/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/dq/comp_nodes/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b22191c080b..00000000000 --- a/contrib/ydb/library/yql/dq/comp_nodes/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(yql-dq-comp_nodes) -target_compile_options(yql-dq-comp_nodes PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-dq-comp_nodes PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - dq-actors-compute - yql-minikql-computation - library-yql-utils -) -target_sources(yql-dq-comp_nodes PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/comp_nodes/yql_common_dq_factory.cpp -) diff --git a/contrib/ydb/library/yql/dq/comp_nodes/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/dq/comp_nodes/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b22191c080b..00000000000 --- a/contrib/ydb/library/yql/dq/comp_nodes/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(yql-dq-comp_nodes) -target_compile_options(yql-dq-comp_nodes PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-dq-comp_nodes PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - dq-actors-compute - yql-minikql-computation - library-yql-utils -) -target_sources(yql-dq-comp_nodes PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/comp_nodes/yql_common_dq_factory.cpp -) diff --git a/contrib/ydb/library/yql/dq/comp_nodes/CMakeLists.txt b/contrib/ydb/library/yql/dq/comp_nodes/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/dq/comp_nodes/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/dq/comp_nodes/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/dq/comp_nodes/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 3e9cfa5dde7..00000000000 --- a/contrib/ydb/library/yql/dq/comp_nodes/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(yql-dq-comp_nodes) -target_compile_options(yql-dq-comp_nodes PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-dq-comp_nodes PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - dq-actors-compute - yql-minikql-computation - library-yql-utils -) -target_sources(yql-dq-comp_nodes PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/comp_nodes/yql_common_dq_factory.cpp -) diff --git a/contrib/ydb/library/yql/dq/expr_nodes/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/dq/expr_nodes/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 4e33ed02a25..00000000000 --- a/contrib/ydb/library/yql/dq/expr_nodes/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. - - -find_package(Python3 REQUIRED) - -add_library(yql-dq-expr_nodes STATIC) -set_property(TARGET yql-dq-expr_nodes PROPERTY - LINKER_LANGUAGE CXX -) -target_link_libraries(yql-dq-expr_nodes PUBLIC - contrib-libs-cxxsupp - yutil - yql-core-expr_nodes -) -target_sources(yql-dq-expr_nodes PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/dq/expr_nodes/dq_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/dq/expr_nodes/dq_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/dq/expr_nodes/dq_expr_nodes.defs.inl.h -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/dq/expr_nodes/dq_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/dq/expr_nodes/dq_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/dq/expr_nodes/dq_expr_nodes.defs.inl.h - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/expr_nodes/dq_expr_nodes.json - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - COMMAND - Python3::Interpreter - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/expr_nodes/dq_expr_nodes.json - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/dq/expr_nodes/dq_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/dq/expr_nodes/dq_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/dq/expr_nodes/dq_expr_nodes.defs.inl.h -) diff --git a/contrib/ydb/library/yql/dq/expr_nodes/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/dq/expr_nodes/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 11e48638748..00000000000 --- a/contrib/ydb/library/yql/dq/expr_nodes/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -find_package(Python3 REQUIRED) - -add_library(yql-dq-expr_nodes STATIC) -set_property(TARGET yql-dq-expr_nodes PROPERTY - LINKER_LANGUAGE CXX -) -target_link_libraries(yql-dq-expr_nodes PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - yql-core-expr_nodes -) -target_sources(yql-dq-expr_nodes PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/dq/expr_nodes/dq_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/dq/expr_nodes/dq_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/dq/expr_nodes/dq_expr_nodes.defs.inl.h -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/dq/expr_nodes/dq_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/dq/expr_nodes/dq_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/dq/expr_nodes/dq_expr_nodes.defs.inl.h - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/expr_nodes/dq_expr_nodes.json - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - COMMAND - Python3::Interpreter - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/expr_nodes/dq_expr_nodes.json - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/dq/expr_nodes/dq_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/dq/expr_nodes/dq_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/dq/expr_nodes/dq_expr_nodes.defs.inl.h -) diff --git a/contrib/ydb/library/yql/dq/expr_nodes/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/dq/expr_nodes/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 11e48638748..00000000000 --- a/contrib/ydb/library/yql/dq/expr_nodes/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -find_package(Python3 REQUIRED) - -add_library(yql-dq-expr_nodes STATIC) -set_property(TARGET yql-dq-expr_nodes PROPERTY - LINKER_LANGUAGE CXX -) -target_link_libraries(yql-dq-expr_nodes PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - yql-core-expr_nodes -) -target_sources(yql-dq-expr_nodes PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/dq/expr_nodes/dq_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/dq/expr_nodes/dq_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/dq/expr_nodes/dq_expr_nodes.defs.inl.h -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/dq/expr_nodes/dq_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/dq/expr_nodes/dq_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/dq/expr_nodes/dq_expr_nodes.defs.inl.h - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/expr_nodes/dq_expr_nodes.json - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - COMMAND - Python3::Interpreter - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/expr_nodes/dq_expr_nodes.json - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/dq/expr_nodes/dq_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/dq/expr_nodes/dq_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/dq/expr_nodes/dq_expr_nodes.defs.inl.h -) diff --git a/contrib/ydb/library/yql/dq/expr_nodes/CMakeLists.txt b/contrib/ydb/library/yql/dq/expr_nodes/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/dq/expr_nodes/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/dq/expr_nodes/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/dq/expr_nodes/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 4e33ed02a25..00000000000 --- a/contrib/ydb/library/yql/dq/expr_nodes/CMakeLists.windows-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. - - -find_package(Python3 REQUIRED) - -add_library(yql-dq-expr_nodes STATIC) -set_property(TARGET yql-dq-expr_nodes PROPERTY - LINKER_LANGUAGE CXX -) -target_link_libraries(yql-dq-expr_nodes PUBLIC - contrib-libs-cxxsupp - yutil - yql-core-expr_nodes -) -target_sources(yql-dq-expr_nodes PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/dq/expr_nodes/dq_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/dq/expr_nodes/dq_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/dq/expr_nodes/dq_expr_nodes.defs.inl.h -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/dq/expr_nodes/dq_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/dq/expr_nodes/dq_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/dq/expr_nodes/dq_expr_nodes.defs.inl.h - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/expr_nodes/dq_expr_nodes.json - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - COMMAND - Python3::Interpreter - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/expr_nodes/dq_expr_nodes.json - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/dq/expr_nodes/dq_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/dq/expr_nodes/dq_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/dq/expr_nodes/dq_expr_nodes.defs.inl.h -) diff --git a/contrib/ydb/library/yql/dq/integration/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/dq/integration/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 687db8bb876..00000000000 --- a/contrib/ydb/library/yql/dq/integration/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_subdirectory(transform) - -add_library(yql-dq-integration) -target_compile_options(yql-dq-integration PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-dq-integration PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - library-cpp-yson - library-yql-ast - library-yql-core - yql-dq-tasks -) -target_sources(yql-dq-integration PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/integration/yql_dq_integration.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/integration/yql_dq_optimization.cpp -) diff --git a/contrib/ydb/library/yql/dq/integration/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/dq/integration/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 02509f9f83c..00000000000 --- a/contrib/ydb/library/yql/dq/integration/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_subdirectory(transform) - -add_library(yql-dq-integration) -target_compile_options(yql-dq-integration PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-dq-integration PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - library-cpp-yson - library-yql-ast - library-yql-core - yql-dq-tasks -) -target_sources(yql-dq-integration PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/integration/yql_dq_integration.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/integration/yql_dq_optimization.cpp -) diff --git a/contrib/ydb/library/yql/dq/integration/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/dq/integration/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 02509f9f83c..00000000000 --- a/contrib/ydb/library/yql/dq/integration/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_subdirectory(transform) - -add_library(yql-dq-integration) -target_compile_options(yql-dq-integration PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-dq-integration PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - library-cpp-yson - library-yql-ast - library-yql-core - yql-dq-tasks -) -target_sources(yql-dq-integration PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/integration/yql_dq_integration.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/integration/yql_dq_optimization.cpp -) diff --git a/contrib/ydb/library/yql/dq/integration/CMakeLists.txt b/contrib/ydb/library/yql/dq/integration/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/dq/integration/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/dq/integration/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/dq/integration/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 687db8bb876..00000000000 --- a/contrib/ydb/library/yql/dq/integration/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_subdirectory(transform) - -add_library(yql-dq-integration) -target_compile_options(yql-dq-integration PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-dq-integration PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - library-cpp-yson - library-yql-ast - library-yql-core - yql-dq-tasks -) -target_sources(yql-dq-integration PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/integration/yql_dq_integration.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/integration/yql_dq_optimization.cpp -) diff --git a/contrib/ydb/library/yql/dq/integration/transform/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/dq/integration/transform/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index cefd22424af..00000000000 --- a/contrib/ydb/library/yql/dq/integration/transform/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(dq-integration-transform) -target_compile_options(dq-integration-transform PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(dq-integration-transform PUBLIC - contrib-libs-cxxsupp - yutil - library-yql-minikql -) -target_sources(dq-integration-transform PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/integration/transform/yql_dq_task_transform.cpp -) diff --git a/contrib/ydb/library/yql/dq/integration/transform/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/dq/integration/transform/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d2c63a4751c..00000000000 --- a/contrib/ydb/library/yql/dq/integration/transform/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(dq-integration-transform) -target_compile_options(dq-integration-transform PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(dq-integration-transform PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-yql-minikql -) -target_sources(dq-integration-transform PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/integration/transform/yql_dq_task_transform.cpp -) diff --git a/contrib/ydb/library/yql/dq/integration/transform/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/dq/integration/transform/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d2c63a4751c..00000000000 --- a/contrib/ydb/library/yql/dq/integration/transform/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(dq-integration-transform) -target_compile_options(dq-integration-transform PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(dq-integration-transform PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-yql-minikql -) -target_sources(dq-integration-transform PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/integration/transform/yql_dq_task_transform.cpp -) diff --git a/contrib/ydb/library/yql/dq/integration/transform/CMakeLists.txt b/contrib/ydb/library/yql/dq/integration/transform/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/dq/integration/transform/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/dq/integration/transform/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/dq/integration/transform/CMakeLists.windows-x86_64.txt deleted file mode 100644 index cefd22424af..00000000000 --- a/contrib/ydb/library/yql/dq/integration/transform/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(dq-integration-transform) -target_compile_options(dq-integration-transform PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(dq-integration-transform PUBLIC - contrib-libs-cxxsupp - yutil - library-yql-minikql -) -target_sources(dq-integration-transform PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/integration/transform/yql_dq_task_transform.cpp -) diff --git a/contrib/ydb/library/yql/dq/opt/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/dq/opt/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 86dcbdaa4c9..00000000000 --- a/contrib/ydb/library/yql/dq/opt/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(yql-dq-opt) -target_compile_options(yql-dq-opt PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-dq-opt PUBLIC - contrib-libs-cxxsupp - yutil - library-yql-ast - library-yql-core - yql-dq-common - yql-dq-expr_nodes - yql-dq-integration - yql-dq-proto - yql-dq-type_ann - providers-dq-expr_nodes -) -target_sources(yql-dq-opt PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/opt/dq_opt.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/opt/dq_opt_build.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/opt/dq_opt_join.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/opt/dq_opt_log.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/opt/dq_opt_peephole.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/opt/dq_opt_phy_finalizing.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/opt/dq_opt_phy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/opt/dq_opt_stat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/opt/dq_opt_stat_transformer_base.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/opt/dq_opt_join_cost_based.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/opt/dq_opt_join_cost_based_generic.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/opt/dq_opt_predicate_selectivity.cpp -) diff --git a/contrib/ydb/library/yql/dq/opt/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/dq/opt/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 3df6ad66261..00000000000 --- a/contrib/ydb/library/yql/dq/opt/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(yql-dq-opt) -target_compile_options(yql-dq-opt PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-dq-opt PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-yql-ast - library-yql-core - yql-dq-common - yql-dq-expr_nodes - yql-dq-integration - yql-dq-proto - yql-dq-type_ann - providers-dq-expr_nodes -) -target_sources(yql-dq-opt PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/opt/dq_opt.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/opt/dq_opt_build.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/opt/dq_opt_join.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/opt/dq_opt_log.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/opt/dq_opt_peephole.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/opt/dq_opt_phy_finalizing.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/opt/dq_opt_phy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/opt/dq_opt_stat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/opt/dq_opt_stat_transformer_base.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/opt/dq_opt_join_cost_based.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/opt/dq_opt_join_cost_based_generic.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/opt/dq_opt_predicate_selectivity.cpp -) diff --git a/contrib/ydb/library/yql/dq/opt/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/dq/opt/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 3df6ad66261..00000000000 --- a/contrib/ydb/library/yql/dq/opt/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(yql-dq-opt) -target_compile_options(yql-dq-opt PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-dq-opt PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-yql-ast - library-yql-core - yql-dq-common - yql-dq-expr_nodes - yql-dq-integration - yql-dq-proto - yql-dq-type_ann - providers-dq-expr_nodes -) -target_sources(yql-dq-opt PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/opt/dq_opt.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/opt/dq_opt_build.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/opt/dq_opt_join.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/opt/dq_opt_log.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/opt/dq_opt_peephole.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/opt/dq_opt_phy_finalizing.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/opt/dq_opt_phy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/opt/dq_opt_stat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/opt/dq_opt_stat_transformer_base.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/opt/dq_opt_join_cost_based.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/opt/dq_opt_join_cost_based_generic.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/opt/dq_opt_predicate_selectivity.cpp -) diff --git a/contrib/ydb/library/yql/dq/opt/CMakeLists.txt b/contrib/ydb/library/yql/dq/opt/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/dq/opt/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/dq/opt/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/dq/opt/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 86dcbdaa4c9..00000000000 --- a/contrib/ydb/library/yql/dq/opt/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(yql-dq-opt) -target_compile_options(yql-dq-opt PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-dq-opt PUBLIC - contrib-libs-cxxsupp - yutil - library-yql-ast - library-yql-core - yql-dq-common - yql-dq-expr_nodes - yql-dq-integration - yql-dq-proto - yql-dq-type_ann - providers-dq-expr_nodes -) -target_sources(yql-dq-opt PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/opt/dq_opt.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/opt/dq_opt_build.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/opt/dq_opt_join.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/opt/dq_opt_log.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/opt/dq_opt_peephole.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/opt/dq_opt_phy_finalizing.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/opt/dq_opt_phy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/opt/dq_opt_stat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/opt/dq_opt_stat_transformer_base.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/opt/dq_opt_join_cost_based.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/opt/dq_opt_join_cost_based_generic.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/opt/dq_opt_predicate_selectivity.cpp -) diff --git a/contrib/ydb/library/yql/dq/proto/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/dq/proto/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 1c24f3126e2..00000000000 --- a/contrib/ydb/library/yql/dq/proto/CMakeLists.darwin-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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(yql-dq-proto) -target_link_libraries(yql-dq-proto PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-protos - contrib-libs-protobuf -) -target_proto_messages(yql-dq-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/proto/dq_checkpoint.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/proto/dq_state_load_plan.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/proto/dq_tasks.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/proto/dq_transport.proto -) -target_proto_addincls(yql-dq-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(yql-dq-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/dq/proto/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/dq/proto/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 8c9a5e3b1f6..00000000000 --- a/contrib/ydb/library/yql/dq/proto/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,84 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(yql-dq-proto) -target_link_libraries(yql-dq-proto PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-protos - contrib-libs-protobuf -) -target_proto_messages(yql-dq-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/proto/dq_checkpoint.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/proto/dq_state_load_plan.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/proto/dq_tasks.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/proto/dq_transport.proto -) -target_proto_addincls(yql-dq-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(yql-dq-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/dq/proto/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/dq/proto/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 8c9a5e3b1f6..00000000000 --- a/contrib/ydb/library/yql/dq/proto/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,84 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(yql-dq-proto) -target_link_libraries(yql-dq-proto PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-protos - contrib-libs-protobuf -) -target_proto_messages(yql-dq-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/proto/dq_checkpoint.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/proto/dq_state_load_plan.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/proto/dq_tasks.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/proto/dq_transport.proto -) -target_proto_addincls(yql-dq-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(yql-dq-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/dq/proto/CMakeLists.txt b/contrib/ydb/library/yql/dq/proto/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/dq/proto/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/dq/proto/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/dq/proto/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 1c24f3126e2..00000000000 --- a/contrib/ydb/library/yql/dq/proto/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(yql-dq-proto) -target_link_libraries(yql-dq-proto PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-protos - contrib-libs-protobuf -) -target_proto_messages(yql-dq-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/proto/dq_checkpoint.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/proto/dq_state_load_plan.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/proto/dq_tasks.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/proto/dq_transport.proto -) -target_proto_addincls(yql-dq-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(yql-dq-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/dq/runtime/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/dq/runtime/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index fc2f3b7c2c8..00000000000 --- a/contrib/ydb/library/yql/dq/runtime/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,54 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(yql-dq-runtime) -target_compile_options(yql-dq-runtime PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-dq-runtime PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-library-yverify_stream - ydb-library-mkql_proto - yql-minikql-comp_nodes - parser-pg_wrapper-interface - yql-public-udf - dq-actors-protos - yql-dq-common - yql-dq-expr_nodes - yql-dq-type_ann - common-schema-mkql - library-actors-util - tools-enum_parser-enum_serialization_runtime -) -target_sources(yql-dq-runtime PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/runtime/dq_arrow_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/runtime/dq_async_input.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/runtime/dq_async_output.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/runtime/dq_columns_resolve.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/runtime/dq_compute.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/runtime/dq_input_channel.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/runtime/dq_input_producer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/runtime/dq_output_channel.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/runtime/dq_output_consumer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/runtime/dq_tasks_runner.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/runtime/dq_transport.cpp -) -generate_enum_serilization(yql-dq-runtime - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/runtime/dq_tasks_runner.h - INCLUDE_HEADERS - contrib/ydb/library/yql/dq/runtime/dq_tasks_runner.h -) diff --git a/contrib/ydb/library/yql/dq/runtime/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/dq/runtime/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 3b697e2ad34..00000000000 --- a/contrib/ydb/library/yql/dq/runtime/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(yql-dq-runtime) -target_compile_options(yql-dq-runtime PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-dq-runtime PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-library-yverify_stream - ydb-library-mkql_proto - yql-minikql-comp_nodes - parser-pg_wrapper-interface - yql-public-udf - dq-actors-protos - yql-dq-common - yql-dq-expr_nodes - yql-dq-type_ann - common-schema-mkql - library-actors-util - tools-enum_parser-enum_serialization_runtime -) -target_sources(yql-dq-runtime PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/runtime/dq_arrow_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/runtime/dq_async_input.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/runtime/dq_async_output.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/runtime/dq_columns_resolve.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/runtime/dq_compute.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/runtime/dq_input_channel.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/runtime/dq_input_producer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/runtime/dq_output_channel.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/runtime/dq_output_consumer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/runtime/dq_tasks_runner.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/runtime/dq_transport.cpp -) -generate_enum_serilization(yql-dq-runtime - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/runtime/dq_tasks_runner.h - INCLUDE_HEADERS - contrib/ydb/library/yql/dq/runtime/dq_tasks_runner.h -) diff --git a/contrib/ydb/library/yql/dq/runtime/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/dq/runtime/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 3b697e2ad34..00000000000 --- a/contrib/ydb/library/yql/dq/runtime/CMakeLists.linux-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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(yql-dq-runtime) -target_compile_options(yql-dq-runtime PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-dq-runtime PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-library-yverify_stream - ydb-library-mkql_proto - yql-minikql-comp_nodes - parser-pg_wrapper-interface - yql-public-udf - dq-actors-protos - yql-dq-common - yql-dq-expr_nodes - yql-dq-type_ann - common-schema-mkql - library-actors-util - tools-enum_parser-enum_serialization_runtime -) -target_sources(yql-dq-runtime PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/runtime/dq_arrow_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/runtime/dq_async_input.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/runtime/dq_async_output.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/runtime/dq_columns_resolve.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/runtime/dq_compute.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/runtime/dq_input_channel.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/runtime/dq_input_producer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/runtime/dq_output_channel.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/runtime/dq_output_consumer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/runtime/dq_tasks_runner.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/runtime/dq_transport.cpp -) -generate_enum_serilization(yql-dq-runtime - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/runtime/dq_tasks_runner.h - INCLUDE_HEADERS - contrib/ydb/library/yql/dq/runtime/dq_tasks_runner.h -) diff --git a/contrib/ydb/library/yql/dq/runtime/CMakeLists.txt b/contrib/ydb/library/yql/dq/runtime/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/dq/runtime/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/dq/runtime/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/dq/runtime/CMakeLists.windows-x86_64.txt deleted file mode 100644 index fc2f3b7c2c8..00000000000 --- a/contrib/ydb/library/yql/dq/runtime/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,54 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(yql-dq-runtime) -target_compile_options(yql-dq-runtime PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-dq-runtime PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-library-yverify_stream - ydb-library-mkql_proto - yql-minikql-comp_nodes - parser-pg_wrapper-interface - yql-public-udf - dq-actors-protos - yql-dq-common - yql-dq-expr_nodes - yql-dq-type_ann - common-schema-mkql - library-actors-util - tools-enum_parser-enum_serialization_runtime -) -target_sources(yql-dq-runtime PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/runtime/dq_arrow_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/runtime/dq_async_input.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/runtime/dq_async_output.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/runtime/dq_columns_resolve.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/runtime/dq_compute.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/runtime/dq_input_channel.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/runtime/dq_input_producer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/runtime/dq_output_channel.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/runtime/dq_output_consumer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/runtime/dq_tasks_runner.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/runtime/dq_transport.cpp -) -generate_enum_serilization(yql-dq-runtime - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/runtime/dq_tasks_runner.h - INCLUDE_HEADERS - contrib/ydb/library/yql/dq/runtime/dq_tasks_runner.h -) diff --git a/contrib/ydb/library/yql/dq/state/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/dq/state/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2a5699f040a..00000000000 --- a/contrib/ydb/library/yql/dq/state/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(yql-dq-state) -target_link_libraries(yql-dq-state PUBLIC - contrib-libs-cxxsupp - yutil - yql-public-issue - core-issue-protos - yql-dq-proto - providers-pq-proto - providers-pq-task_meta -) -target_sources(yql-dq-state PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/state/dq_state_load_plan.cpp -) diff --git a/contrib/ydb/library/yql/dq/state/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/dq/state/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 6df0cc4baf3..00000000000 --- a/contrib/ydb/library/yql/dq/state/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(yql-dq-state) -target_link_libraries(yql-dq-state PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - yql-public-issue - core-issue-protos - yql-dq-proto - providers-pq-proto - providers-pq-task_meta -) -target_sources(yql-dq-state PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/state/dq_state_load_plan.cpp -) diff --git a/contrib/ydb/library/yql/dq/state/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/dq/state/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 6df0cc4baf3..00000000000 --- a/contrib/ydb/library/yql/dq/state/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(yql-dq-state) -target_link_libraries(yql-dq-state PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - yql-public-issue - core-issue-protos - yql-dq-proto - providers-pq-proto - providers-pq-task_meta -) -target_sources(yql-dq-state PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/state/dq_state_load_plan.cpp -) diff --git a/contrib/ydb/library/yql/dq/state/CMakeLists.txt b/contrib/ydb/library/yql/dq/state/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/dq/state/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/dq/state/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/dq/state/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 2a5699f040a..00000000000 --- a/contrib/ydb/library/yql/dq/state/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(yql-dq-state) -target_link_libraries(yql-dq-state PUBLIC - contrib-libs-cxxsupp - yutil - yql-public-issue - core-issue-protos - yql-dq-proto - providers-pq-proto - providers-pq-task_meta -) -target_sources(yql-dq-state PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/state/dq_state_load_plan.cpp -) diff --git a/contrib/ydb/library/yql/dq/tasks/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/dq/tasks/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index b539a0703b6..00000000000 --- a/contrib/ydb/library/yql/dq/tasks/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(yql-dq-tasks) -target_compile_options(yql-dq-tasks PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-dq-tasks PUBLIC - contrib-libs-cxxsupp - yutil - library-yql-core - yql-dq-expr_nodes - yql-dq-proto - yql-dq-type_ann - library-yql-ast -) -target_sources(yql-dq-tasks PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/tasks/dq_task_program.cpp -) diff --git a/contrib/ydb/library/yql/dq/tasks/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/dq/tasks/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b1befd07199..00000000000 --- a/contrib/ydb/library/yql/dq/tasks/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(yql-dq-tasks) -target_compile_options(yql-dq-tasks PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-dq-tasks PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-yql-core - yql-dq-expr_nodes - yql-dq-proto - yql-dq-type_ann - library-yql-ast -) -target_sources(yql-dq-tasks PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/tasks/dq_task_program.cpp -) diff --git a/contrib/ydb/library/yql/dq/tasks/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/dq/tasks/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b1befd07199..00000000000 --- a/contrib/ydb/library/yql/dq/tasks/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(yql-dq-tasks) -target_compile_options(yql-dq-tasks PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-dq-tasks PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-yql-core - yql-dq-expr_nodes - yql-dq-proto - yql-dq-type_ann - library-yql-ast -) -target_sources(yql-dq-tasks PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/tasks/dq_task_program.cpp -) diff --git a/contrib/ydb/library/yql/dq/tasks/CMakeLists.txt b/contrib/ydb/library/yql/dq/tasks/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/dq/tasks/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/dq/tasks/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/dq/tasks/CMakeLists.windows-x86_64.txt deleted file mode 100644 index b539a0703b6..00000000000 --- a/contrib/ydb/library/yql/dq/tasks/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(yql-dq-tasks) -target_compile_options(yql-dq-tasks PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-dq-tasks PUBLIC - contrib-libs-cxxsupp - yutil - library-yql-core - yql-dq-expr_nodes - yql-dq-proto - yql-dq-type_ann - library-yql-ast -) -target_sources(yql-dq-tasks PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/tasks/dq_task_program.cpp -) diff --git a/contrib/ydb/library/yql/dq/transform/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/dq/transform/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index cd130b5cca8..00000000000 --- a/contrib/ydb/library/yql/dq/transform/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(yql-dq-transform) -target_compile_options(yql-dq-transform PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-dq-transform PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - dq-integration-transform - yql-minikql-computation - library-yql-utils -) -target_sources(yql-dq-transform PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/transform/yql_common_dq_transform.cpp -) diff --git a/contrib/ydb/library/yql/dq/transform/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/dq/transform/CMakeLists.linux-aarch64.txt deleted file mode 100644 index ac28caf1e1f..00000000000 --- a/contrib/ydb/library/yql/dq/transform/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(yql-dq-transform) -target_compile_options(yql-dq-transform PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-dq-transform PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - dq-integration-transform - yql-minikql-computation - library-yql-utils -) -target_sources(yql-dq-transform PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/transform/yql_common_dq_transform.cpp -) diff --git a/contrib/ydb/library/yql/dq/transform/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/dq/transform/CMakeLists.linux-x86_64.txt deleted file mode 100644 index ac28caf1e1f..00000000000 --- a/contrib/ydb/library/yql/dq/transform/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(yql-dq-transform) -target_compile_options(yql-dq-transform PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-dq-transform PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - dq-integration-transform - yql-minikql-computation - library-yql-utils -) -target_sources(yql-dq-transform PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/transform/yql_common_dq_transform.cpp -) diff --git a/contrib/ydb/library/yql/dq/transform/CMakeLists.txt b/contrib/ydb/library/yql/dq/transform/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/dq/transform/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/dq/transform/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/dq/transform/CMakeLists.windows-x86_64.txt deleted file mode 100644 index cd130b5cca8..00000000000 --- a/contrib/ydb/library/yql/dq/transform/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(yql-dq-transform) -target_compile_options(yql-dq-transform PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-dq-transform PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - dq-integration-transform - yql-minikql-computation - library-yql-utils -) -target_sources(yql-dq-transform PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/transform/yql_common_dq_transform.cpp -) diff --git a/contrib/ydb/library/yql/dq/type_ann/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/dq/type_ann/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 03a21ab1712..00000000000 --- a/contrib/ydb/library/yql/dq/type_ann/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(yql-dq-type_ann) -target_compile_options(yql-dq-type_ann PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-dq-type_ann PUBLIC - contrib-libs-cxxsupp - yutil - library-yql-ast - library-yql-core - yql-core-type_ann - yql-dq-expr_nodes - yql-dq-proto - providers-common-provider - tools-enum_parser-enum_serialization_runtime -) -target_sources(yql-dq-type_ann PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/type_ann/dq_type_ann.cpp -) -generate_enum_serilization(yql-dq-type_ann - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/type_ann/dq_type_ann.h - INCLUDE_HEADERS - contrib/ydb/library/yql/dq/type_ann/dq_type_ann.h -) diff --git a/contrib/ydb/library/yql/dq/type_ann/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/dq/type_ann/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 700f24a38d9..00000000000 --- a/contrib/ydb/library/yql/dq/type_ann/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(yql-dq-type_ann) -target_compile_options(yql-dq-type_ann PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-dq-type_ann PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-yql-ast - library-yql-core - yql-core-type_ann - yql-dq-expr_nodes - yql-dq-proto - providers-common-provider - tools-enum_parser-enum_serialization_runtime -) -target_sources(yql-dq-type_ann PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/type_ann/dq_type_ann.cpp -) -generate_enum_serilization(yql-dq-type_ann - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/type_ann/dq_type_ann.h - INCLUDE_HEADERS - contrib/ydb/library/yql/dq/type_ann/dq_type_ann.h -) diff --git a/contrib/ydb/library/yql/dq/type_ann/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/dq/type_ann/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 700f24a38d9..00000000000 --- a/contrib/ydb/library/yql/dq/type_ann/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(yql-dq-type_ann) -target_compile_options(yql-dq-type_ann PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-dq-type_ann PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-yql-ast - library-yql-core - yql-core-type_ann - yql-dq-expr_nodes - yql-dq-proto - providers-common-provider - tools-enum_parser-enum_serialization_runtime -) -target_sources(yql-dq-type_ann PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/type_ann/dq_type_ann.cpp -) -generate_enum_serilization(yql-dq-type_ann - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/type_ann/dq_type_ann.h - INCLUDE_HEADERS - contrib/ydb/library/yql/dq/type_ann/dq_type_ann.h -) diff --git a/contrib/ydb/library/yql/dq/type_ann/CMakeLists.txt b/contrib/ydb/library/yql/dq/type_ann/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/dq/type_ann/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/dq/type_ann/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/dq/type_ann/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 03a21ab1712..00000000000 --- a/contrib/ydb/library/yql/dq/type_ann/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(yql-dq-type_ann) -target_compile_options(yql-dq-type_ann PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-dq-type_ann PUBLIC - contrib-libs-cxxsupp - yutil - library-yql-ast - library-yql-core - yql-core-type_ann - yql-dq-expr_nodes - yql-dq-proto - providers-common-provider - tools-enum_parser-enum_serialization_runtime -) -target_sources(yql-dq-type_ann PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/type_ann/dq_type_ann.cpp -) -generate_enum_serilization(yql-dq-type_ann - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/dq/type_ann/dq_type_ann.h - INCLUDE_HEADERS - contrib/ydb/library/yql/dq/type_ann/dq_type_ann.h -) diff --git a/contrib/ydb/library/yql/minikql/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/minikql/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index bda489b5899..00000000000 --- a/contrib/ydb/library/yql/minikql/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_subdirectory(arrow) -add_subdirectory(codegen) -add_subdirectory(comp_nodes) -add_subdirectory(computation) -add_subdirectory(datetime) -add_subdirectory(dom) -add_subdirectory(invoke_builtins) -add_subdirectory(jsonpath) - -add_library(library-yql-minikql) -target_compile_options(library-yql-minikql PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(library-yql-minikql PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow - libs-cctz-tzdata - library-actors-util - cpp-deprecated-enum_codegen - library-cpp-enumbitset - cpp-monlib-dynamic_counters - library-cpp-packedtypes - library-cpp-resource - library-cpp-yson - ydb-library-binary_json - ydb-library-dynumber - yql-minikql-dom - yql-parser-pg_catalog - parser-pg_wrapper-interface - yql-public-udf - public-udf-tz - library-yql-utils - yql-core-sql_types - ydb-library-uuid - public-lib-scheme_types -) -target_sources(library-yql-minikql PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/aligned_page_pool.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/compact_hash.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_alloc.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_buffer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_function_metadata.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_function_registry.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_node_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_node_cast.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_node_printer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_node_serialization.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_node_visitor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_opt_literal.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_program_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_runtime_version.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_stats_registry.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_string_util.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_terminator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_type_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_type_ops.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_unboxed_value_stream.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/pack_num.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/primes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/watermark_tracker.cpp -) diff --git a/contrib/ydb/library/yql/minikql/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/minikql/CMakeLists.linux-aarch64.txt deleted file mode 100644 index f8925f672d2..00000000000 --- a/contrib/ydb/library/yql/minikql/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_subdirectory(arrow) -add_subdirectory(codegen) -add_subdirectory(comp_nodes) -add_subdirectory(computation) -add_subdirectory(datetime) -add_subdirectory(dom) -add_subdirectory(invoke_builtins) -add_subdirectory(jsonpath) - -add_library(library-yql-minikql) -target_compile_options(library-yql-minikql PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(library-yql-minikql PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow - libs-cctz-tzdata - library-actors-util - cpp-deprecated-enum_codegen - library-cpp-enumbitset - cpp-monlib-dynamic_counters - library-cpp-packedtypes - library-cpp-resource - library-cpp-yson - ydb-library-binary_json - ydb-library-dynumber - yql-minikql-dom - yql-parser-pg_catalog - parser-pg_wrapper-interface - yql-public-udf - public-udf-tz - library-yql-utils - yql-core-sql_types - ydb-library-uuid - public-lib-scheme_types -) -target_sources(library-yql-minikql PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/aligned_page_pool.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/compact_hash.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_alloc.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_buffer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_function_metadata.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_function_registry.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_node_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_node_cast.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_node_printer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_node_serialization.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_node_visitor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_opt_literal.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_program_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_runtime_version.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_stats_registry.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_string_util.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_terminator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_type_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_type_ops.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_unboxed_value_stream.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/pack_num.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/primes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/watermark_tracker.cpp -) diff --git a/contrib/ydb/library/yql/minikql/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/minikql/CMakeLists.linux-x86_64.txt deleted file mode 100644 index f8925f672d2..00000000000 --- a/contrib/ydb/library/yql/minikql/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_subdirectory(arrow) -add_subdirectory(codegen) -add_subdirectory(comp_nodes) -add_subdirectory(computation) -add_subdirectory(datetime) -add_subdirectory(dom) -add_subdirectory(invoke_builtins) -add_subdirectory(jsonpath) - -add_library(library-yql-minikql) -target_compile_options(library-yql-minikql PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(library-yql-minikql PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow - libs-cctz-tzdata - library-actors-util - cpp-deprecated-enum_codegen - library-cpp-enumbitset - cpp-monlib-dynamic_counters - library-cpp-packedtypes - library-cpp-resource - library-cpp-yson - ydb-library-binary_json - ydb-library-dynumber - yql-minikql-dom - yql-parser-pg_catalog - parser-pg_wrapper-interface - yql-public-udf - public-udf-tz - library-yql-utils - yql-core-sql_types - ydb-library-uuid - public-lib-scheme_types -) -target_sources(library-yql-minikql PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/aligned_page_pool.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/compact_hash.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_alloc.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_buffer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_function_metadata.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_function_registry.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_node_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_node_cast.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_node_printer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_node_serialization.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_node_visitor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_opt_literal.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_program_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_runtime_version.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_stats_registry.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_string_util.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_terminator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_type_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_type_ops.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_unboxed_value_stream.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/pack_num.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/primes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/watermark_tracker.cpp -) diff --git a/contrib/ydb/library/yql/minikql/CMakeLists.txt b/contrib/ydb/library/yql/minikql/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/minikql/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/minikql/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/minikql/CMakeLists.windows-x86_64.txt deleted file mode 100644 index bda489b5899..00000000000 --- a/contrib/ydb/library/yql/minikql/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_subdirectory(arrow) -add_subdirectory(codegen) -add_subdirectory(comp_nodes) -add_subdirectory(computation) -add_subdirectory(datetime) -add_subdirectory(dom) -add_subdirectory(invoke_builtins) -add_subdirectory(jsonpath) - -add_library(library-yql-minikql) -target_compile_options(library-yql-minikql PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(library-yql-minikql PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow - libs-cctz-tzdata - library-actors-util - cpp-deprecated-enum_codegen - library-cpp-enumbitset - cpp-monlib-dynamic_counters - library-cpp-packedtypes - library-cpp-resource - library-cpp-yson - ydb-library-binary_json - ydb-library-dynumber - yql-minikql-dom - yql-parser-pg_catalog - parser-pg_wrapper-interface - yql-public-udf - public-udf-tz - library-yql-utils - yql-core-sql_types - ydb-library-uuid - public-lib-scheme_types -) -target_sources(library-yql-minikql PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/aligned_page_pool.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/compact_hash.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_alloc.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_buffer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_function_metadata.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_function_registry.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_node_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_node_cast.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_node_printer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_node_serialization.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_node_visitor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_opt_literal.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_program_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_runtime_version.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_stats_registry.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_string_util.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_terminator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_type_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_type_ops.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/mkql_unboxed_value_stream.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/pack_num.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/primes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/watermark_tracker.cpp -) diff --git a/contrib/ydb/library/yql/minikql/arrow/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/minikql/arrow/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 7305cfc565e..00000000000 --- a/contrib/ydb/library/yql/minikql/arrow/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(yql-minikql-arrow) -target_compile_options(yql-minikql-arrow PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-minikql-arrow PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow - library-yql-minikql - public-udf-arrow -) -target_sources(yql-minikql-arrow PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/arrow/arrow_util.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/arrow/mkql_functions.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/arrow/mkql_memory_pool.cpp -) diff --git a/contrib/ydb/library/yql/minikql/arrow/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/minikql/arrow/CMakeLists.linux-aarch64.txt deleted file mode 100644 index c0196f7d52d..00000000000 --- a/contrib/ydb/library/yql/minikql/arrow/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(yql-minikql-arrow) -target_compile_options(yql-minikql-arrow PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-minikql-arrow PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow - library-yql-minikql - public-udf-arrow -) -target_sources(yql-minikql-arrow PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/arrow/arrow_util.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/arrow/mkql_functions.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/arrow/mkql_memory_pool.cpp -) diff --git a/contrib/ydb/library/yql/minikql/arrow/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/minikql/arrow/CMakeLists.linux-x86_64.txt deleted file mode 100644 index c0196f7d52d..00000000000 --- a/contrib/ydb/library/yql/minikql/arrow/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(yql-minikql-arrow) -target_compile_options(yql-minikql-arrow PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-minikql-arrow PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow - library-yql-minikql - public-udf-arrow -) -target_sources(yql-minikql-arrow PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/arrow/arrow_util.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/arrow/mkql_functions.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/arrow/mkql_memory_pool.cpp -) diff --git a/contrib/ydb/library/yql/minikql/arrow/CMakeLists.txt b/contrib/ydb/library/yql/minikql/arrow/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/minikql/arrow/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/minikql/arrow/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/minikql/arrow/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 7305cfc565e..00000000000 --- a/contrib/ydb/library/yql/minikql/arrow/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(yql-minikql-arrow) -target_compile_options(yql-minikql-arrow PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-minikql-arrow PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow - library-yql-minikql - public-udf-arrow -) -target_sources(yql-minikql-arrow PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/arrow/arrow_util.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/arrow/mkql_functions.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/arrow/mkql_memory_pool.cpp -) diff --git a/contrib/ydb/library/yql/minikql/codegen/CMakeLists.txt b/contrib/ydb/library/yql/minikql/codegen/CMakeLists.txt deleted file mode 100644 index e519707fa41..00000000000 --- a/contrib/ydb/library/yql/minikql/codegen/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(llvm) diff --git a/contrib/ydb/library/yql/minikql/codegen/llvm/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/minikql/codegen/llvm/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 578748f90bb..00000000000 --- a/contrib/ydb/library/yql/minikql/codegen/llvm/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(minikql-codegen-llvm) -target_compile_options(minikql-codegen-llvm PRIVATE - $,,-Wno-everything> -) -target_include_directories(minikql-codegen-llvm PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/codegen/llvm - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/codegen -) -target_link_libraries(minikql-codegen-llvm PUBLIC - contrib-libs-cxxsupp - yutil - llvm12-lib-IR - lib-ExecutionEngine-MCJIT - llvm12-lib-Linker - lib-Target-X86 - Target-X86-AsmParser - Target-X86-Disassembler - lib-Transforms-IPO - lib-Transforms-ObjCARC - libs-cxxsupp-builtins - contrib-libs-re2 -) -target_sources(minikql-codegen-llvm PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/codegen/llvm/codegen.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/codegen/codegen_llvm_deps.h.txt - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/codegen/llvm/codegen_llvm_deps.h -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/codegen/codegen.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/codegen/llvm/codegen.cpp -) diff --git a/contrib/ydb/library/yql/minikql/codegen/llvm/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/minikql/codegen/llvm/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 9aff92e4ae4..00000000000 --- a/contrib/ydb/library/yql/minikql/codegen/llvm/CMakeLists.linux-aarch64.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(minikql-codegen-llvm) -target_compile_options(minikql-codegen-llvm PRIVATE - $,,-Wno-everything> -) -target_include_directories(minikql-codegen-llvm PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/codegen/llvm - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/codegen -) -target_link_libraries(minikql-codegen-llvm PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - llvm12-lib-IR - lib-ExecutionEngine-MCJIT - llvm12-lib-Linker - lib-Target-X86 - Target-X86-AsmParser - Target-X86-Disassembler - lib-Transforms-IPO - lib-Transforms-ObjCARC - lib-ExecutionEngine-PerfJITEvents - libs-cxxsupp-builtins - contrib-libs-re2 -) -target_sources(minikql-codegen-llvm PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/codegen/llvm/codegen.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/codegen/codegen_llvm_deps.h.txt - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/codegen/llvm/codegen_llvm_deps.h -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/codegen/codegen.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/codegen/llvm/codegen.cpp -) diff --git a/contrib/ydb/library/yql/minikql/codegen/llvm/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/minikql/codegen/llvm/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 9aff92e4ae4..00000000000 --- a/contrib/ydb/library/yql/minikql/codegen/llvm/CMakeLists.linux-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(minikql-codegen-llvm) -target_compile_options(minikql-codegen-llvm PRIVATE - $,,-Wno-everything> -) -target_include_directories(minikql-codegen-llvm PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/codegen/llvm - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/codegen -) -target_link_libraries(minikql-codegen-llvm PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - llvm12-lib-IR - lib-ExecutionEngine-MCJIT - llvm12-lib-Linker - lib-Target-X86 - Target-X86-AsmParser - Target-X86-Disassembler - lib-Transforms-IPO - lib-Transforms-ObjCARC - lib-ExecutionEngine-PerfJITEvents - libs-cxxsupp-builtins - contrib-libs-re2 -) -target_sources(minikql-codegen-llvm PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/codegen/llvm/codegen.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/codegen/codegen_llvm_deps.h.txt - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/codegen/llvm/codegen_llvm_deps.h -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/codegen/codegen.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/codegen/llvm/codegen.cpp -) diff --git a/contrib/ydb/library/yql/minikql/codegen/llvm/CMakeLists.txt b/contrib/ydb/library/yql/minikql/codegen/llvm/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/minikql/codegen/llvm/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/minikql/codegen/llvm/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/minikql/codegen/llvm/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d526e6bb665..00000000000 --- a/contrib/ydb/library/yql/minikql/codegen/llvm/CMakeLists.windows-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(minikql-codegen-llvm) -target_compile_options(minikql-codegen-llvm PRIVATE - $,,-Wno-everything> -) -target_include_directories(minikql-codegen-llvm PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/codegen/llvm - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/codegen -) -target_link_libraries(minikql-codegen-llvm PUBLIC - contrib-libs-cxxsupp - yutil - llvm12-lib-IR - lib-ExecutionEngine-MCJIT - llvm12-lib-Linker - lib-Target-X86 - Target-X86-AsmParser - Target-X86-Disassembler - lib-Transforms-IPO - lib-Transforms-ObjCARC - yql-public-decimal - contrib-libs-re2 -) -target_sources(minikql-codegen-llvm PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/codegen/llvm/codegen.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/codegen/codegen_llvm_deps.h.txt - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/codegen/llvm/codegen_llvm_deps.h -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/codegen/codegen.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/codegen/llvm/codegen.cpp -) diff --git a/contrib/ydb/library/yql/minikql/comp_nodes/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/minikql/comp_nodes/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 141c6497408..00000000000 --- a/contrib/ydb/library/yql/minikql/comp_nodes/CMakeLists.darwin-x86_64.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. - - -add_subdirectory(llvm) - -add_library(yql-minikql-comp_nodes INTERFACE) -target_link_libraries(yql-minikql-comp_nodes INTERFACE - contrib-libs-cxxsupp - yutil -) diff --git a/contrib/ydb/library/yql/minikql/comp_nodes/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/minikql/comp_nodes/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 478e0f9a66c..00000000000 --- a/contrib/ydb/library/yql/minikql/comp_nodes/CMakeLists.linux-aarch64.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_subdirectory(llvm) - -add_library(yql-minikql-comp_nodes INTERFACE) -target_link_libraries(yql-minikql-comp_nodes INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) diff --git a/contrib/ydb/library/yql/minikql/comp_nodes/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/minikql/comp_nodes/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 478e0f9a66c..00000000000 --- a/contrib/ydb/library/yql/minikql/comp_nodes/CMakeLists.linux-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_subdirectory(llvm) - -add_library(yql-minikql-comp_nodes INTERFACE) -target_link_libraries(yql-minikql-comp_nodes INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) diff --git a/contrib/ydb/library/yql/minikql/comp_nodes/CMakeLists.txt b/contrib/ydb/library/yql/minikql/comp_nodes/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/minikql/comp_nodes/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/minikql/comp_nodes/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/minikql/comp_nodes/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 141c6497408..00000000000 --- a/contrib/ydb/library/yql/minikql/comp_nodes/CMakeLists.windows-x86_64.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. - - -add_subdirectory(llvm) - -add_library(yql-minikql-comp_nodes INTERFACE) -target_link_libraries(yql-minikql-comp_nodes INTERFACE - contrib-libs-cxxsupp - yutil -) diff --git a/contrib/ydb/library/yql/minikql/comp_nodes/llvm/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/minikql/comp_nodes/llvm/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index aa5bdd25311..00000000000 --- a/contrib/ydb/library/yql/minikql/comp_nodes/llvm/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,687 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(minikql-comp_nodes-llvm) -target_compile_options(minikql-comp_nodes-llvm PRIVATE - -mprfchw - -DUSE_CURRENT_UDF_ABI_VERSION - $,,-Wno-everything> -) -target_include_directories(minikql-comp_nodes-llvm PUBLIC - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/contrib/ydb/library/yql/minikql/computation -) -target_include_directories(minikql-comp_nodes-llvm PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/contrib/ydb/library/yql/minikql/invoke_builtins - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes -) -target_link_libraries(minikql-comp_nodes-llvm PUBLIC - contrib-libs-cxxsupp - yutil - minikql-codegen-llvm - minikql-invoke_builtins-llvm - llvm12-lib-IR - lib-ExecutionEngine-MCJIT - llvm12-lib-Linker - lib-Target-X86 - Target-X86-AsmParser - lib-Transforms-IPO - libs-apache-arrow - ydb-library-binary_json - library-yql-minikql - yql-minikql-arrow - public-udf-arrow - parser-pg_wrapper-interface - library-yql-utils - library-actors-core - public-issue-protos -) -target_sources(minikql-comp_nodes-llvm PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_addmember.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_aggrcount.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_append.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_apply.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_agg.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_agg_count.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_agg_factory.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_agg_minmax.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_agg_some.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_agg_sum.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_coalesce.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_if.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_just.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_logical.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_compress.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_func.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_skiptake.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_top.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_tuple.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_blocks.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_callable.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_chain_map.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_chain1_map.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_check_args.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_chopper.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_coalesce.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_collect.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_combine.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_contains.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_decimal_div.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_decimal_mod.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_decimal_mul.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_dictitems.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_discard.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_element.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_ensure.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_enumerate.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_exists.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_extend.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_factory.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_filter.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_flatmap.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_flow.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_fold.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_fold1.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_frombytes.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_fromstring.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_fromyson.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_group.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_grace_join.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_grace_join_imp.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_guess.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_hasitems.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_heap.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_hopping.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_if.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_ifpresent.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_invoke.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_iterable.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_iterator.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_join.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_join_dict.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_lazy_list.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_length.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_listfromrange.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_logical.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_lookup.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_map.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_mapnext.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_map_join.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_match_recognize.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_multihopping.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_multimap.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_next_value.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_nop.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_now.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_null.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_pickle.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_prepend.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_queue.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_random.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_range.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_reduce.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_removemember.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_replicate.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_reverse.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_rh_hash.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_round.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_safe_circular_buffer.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_scalar_apply.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_seq.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_size.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_skip.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_sort.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_source.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_squeeze_state.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_squeeze_to_list.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_condense.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_condense1.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_switch.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_take.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_time_order_recover.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_timezone.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_tobytes.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_todict.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_toindexdict.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_tooptional.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_tostring.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_udf.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_unwrap.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_varitem.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_visitall.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_way.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_weakmember.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_while.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_wide_chain_map.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_wide_chopper.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_wide_combine.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_wide_condense.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_wide_filter.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_wide_map.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_wide_top_sort.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_withcontext.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_zip.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_addmember.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_addmember.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_aggrcount.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_aggrcount.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_append.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_append.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_apply.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_apply.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_block_agg.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_agg.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_block_agg_count.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_agg_count.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_block_agg_factory.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_agg_factory.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_block_agg_minmax.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_agg_minmax.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_block_agg_some.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_agg_some.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_block_agg_sum.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_agg_sum.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_block_coalesce.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_coalesce.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_block_if.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_if.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_block_just.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_just.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_block_logical.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_logical.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_block_compress.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_compress.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_block_func.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_func.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_block_skiptake.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_skiptake.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_block_top.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_top.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_block_tuple.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_tuple.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_blocks.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_blocks.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_callable.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_callable.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_chain_map.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_chain_map.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_chain1_map.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_chain1_map.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_check_args.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_check_args.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_chopper.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_chopper.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_coalesce.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_coalesce.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_collect.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_collect.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_combine.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_combine.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_contains.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_contains.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_decimal_div.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_decimal_div.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_decimal_mod.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_decimal_mod.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_decimal_mul.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_decimal_mul.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_dictitems.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_dictitems.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_discard.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_discard.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_element.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_element.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_ensure.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_ensure.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_enumerate.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_enumerate.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_exists.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_exists.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_extend.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_extend.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_factory.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_factory.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_filter.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_filter.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_flatmap.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_flatmap.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_flow.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_flow.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_fold.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_fold.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_fold1.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_fold1.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_frombytes.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_frombytes.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_fromstring.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_fromstring.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_fromyson.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_fromyson.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_group.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_group.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_grace_join.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_grace_join.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_grace_join_imp.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_grace_join_imp.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_guess.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_guess.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_hasitems.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_hasitems.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_heap.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_heap.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_hopping.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_hopping.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_if.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_if.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_ifpresent.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_ifpresent.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_invoke.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_invoke.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_iterable.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_iterable.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_iterator.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_iterator.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_join.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_join.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_join_dict.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_join_dict.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_lazy_list.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_lazy_list.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_length.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_length.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_listfromrange.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_listfromrange.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_logical.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_logical.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_lookup.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_lookup.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_map.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_map.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_mapnext.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_mapnext.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_map_join.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_map_join.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_match_recognize.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_match_recognize.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_multihopping.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_multihopping.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_multimap.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_multimap.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_next_value.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_next_value.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_nop.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_nop.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_now.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_now.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_null.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_null.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_pickle.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_pickle.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_prepend.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_prepend.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_queue.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_queue.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_random.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_random.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_range.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_range.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_reduce.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_reduce.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_removemember.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_removemember.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_replicate.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_replicate.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_reverse.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_reverse.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_rh_hash.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_rh_hash.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_round.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_round.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_safe_circular_buffer.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_safe_circular_buffer.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_scalar_apply.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_scalar_apply.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_seq.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_seq.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_size.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_size.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_skip.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_skip.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_sort.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_sort.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_source.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_source.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_squeeze_state.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_squeeze_state.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_squeeze_to_list.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_squeeze_to_list.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_condense.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_condense.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_condense1.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_condense1.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_switch.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_switch.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_take.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_take.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_time_order_recover.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_time_order_recover.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_timezone.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_timezone.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_tobytes.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_tobytes.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_todict.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_todict.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_toindexdict.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_toindexdict.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_tooptional.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_tooptional.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_tostring.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_tostring.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_udf.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_udf.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_unwrap.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_unwrap.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_varitem.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_varitem.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_visitall.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_visitall.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_way.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_way.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_weakmember.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_weakmember.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_while.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_while.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_wide_chain_map.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_wide_chain_map.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_wide_chopper.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_wide_chopper.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_wide_combine.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_wide_combine.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_wide_condense.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_wide_condense.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_wide_filter.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_wide_filter.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_wide_map.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_wide_map.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_wide_top_sort.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_wide_top_sort.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_withcontext.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_withcontext.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_zip.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_zip.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_computation_node_codegen.h.txt - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/contrib/ydb/library/yql/minikql/computation/mkql_computation_node_codegen.h -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_codegen.h.txt - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_codegen.h -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_codegen_llvm.h.txt - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_codegen_llvm.h -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_impl.h.txt - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_impl.h -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_decimal.h.txt - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_decimal.h -) diff --git a/contrib/ydb/library/yql/minikql/comp_nodes/llvm/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/minikql/comp_nodes/llvm/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 03fe7abfc9e..00000000000 --- a/contrib/ydb/library/yql/minikql/comp_nodes/llvm/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,688 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(minikql-comp_nodes-llvm) -target_compile_options(minikql-comp_nodes-llvm PRIVATE - -mprfchw - -DUSE_CURRENT_UDF_ABI_VERSION - $,,-Wno-everything> -) -target_include_directories(minikql-comp_nodes-llvm PUBLIC - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/contrib/ydb/library/yql/minikql/computation -) -target_include_directories(minikql-comp_nodes-llvm PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/contrib/ydb/library/yql/minikql/invoke_builtins - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes -) -target_link_libraries(minikql-comp_nodes-llvm PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - minikql-codegen-llvm - minikql-invoke_builtins-llvm - llvm12-lib-IR - lib-ExecutionEngine-MCJIT - llvm12-lib-Linker - lib-Target-X86 - Target-X86-AsmParser - lib-Transforms-IPO - libs-apache-arrow - ydb-library-binary_json - library-yql-minikql - yql-minikql-arrow - public-udf-arrow - parser-pg_wrapper-interface - library-yql-utils - library-actors-core - public-issue-protos -) -target_sources(minikql-comp_nodes-llvm PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_addmember.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_aggrcount.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_append.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_apply.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_agg.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_agg_count.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_agg_factory.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_agg_minmax.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_agg_some.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_agg_sum.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_coalesce.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_if.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_just.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_logical.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_compress.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_func.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_skiptake.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_top.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_tuple.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_blocks.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_callable.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_chain_map.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_chain1_map.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_check_args.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_chopper.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_coalesce.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_collect.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_combine.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_contains.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_decimal_div.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_decimal_mod.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_decimal_mul.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_dictitems.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_discard.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_element.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_ensure.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_enumerate.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_exists.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_extend.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_factory.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_filter.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_flatmap.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_flow.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_fold.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_fold1.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_frombytes.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_fromstring.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_fromyson.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_group.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_grace_join.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_grace_join_imp.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_guess.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_hasitems.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_heap.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_hopping.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_if.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_ifpresent.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_invoke.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_iterable.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_iterator.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_join.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_join_dict.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_lazy_list.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_length.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_listfromrange.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_logical.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_lookup.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_map.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_mapnext.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_map_join.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_match_recognize.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_multihopping.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_multimap.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_next_value.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_nop.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_now.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_null.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_pickle.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_prepend.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_queue.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_random.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_range.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_reduce.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_removemember.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_replicate.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_reverse.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_rh_hash.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_round.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_safe_circular_buffer.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_scalar_apply.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_seq.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_size.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_skip.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_sort.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_source.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_squeeze_state.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_squeeze_to_list.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_condense.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_condense1.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_switch.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_take.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_time_order_recover.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_timezone.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_tobytes.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_todict.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_toindexdict.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_tooptional.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_tostring.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_udf.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_unwrap.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_varitem.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_visitall.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_way.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_weakmember.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_while.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_wide_chain_map.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_wide_chopper.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_wide_combine.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_wide_condense.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_wide_filter.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_wide_map.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_wide_top_sort.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_withcontext.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_zip.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_addmember.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_addmember.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_aggrcount.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_aggrcount.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_append.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_append.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_apply.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_apply.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_block_agg.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_agg.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_block_agg_count.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_agg_count.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_block_agg_factory.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_agg_factory.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_block_agg_minmax.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_agg_minmax.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_block_agg_some.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_agg_some.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_block_agg_sum.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_agg_sum.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_block_coalesce.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_coalesce.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_block_if.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_if.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_block_just.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_just.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_block_logical.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_logical.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_block_compress.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_compress.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_block_func.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_func.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_block_skiptake.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_skiptake.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_block_top.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_top.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_block_tuple.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_tuple.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_blocks.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_blocks.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_callable.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_callable.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_chain_map.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_chain_map.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_chain1_map.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_chain1_map.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_check_args.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_check_args.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_chopper.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_chopper.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_coalesce.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_coalesce.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_collect.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_collect.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_combine.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_combine.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_contains.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_contains.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_decimal_div.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_decimal_div.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_decimal_mod.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_decimal_mod.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_decimal_mul.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_decimal_mul.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_dictitems.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_dictitems.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_discard.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_discard.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_element.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_element.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_ensure.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_ensure.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_enumerate.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_enumerate.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_exists.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_exists.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_extend.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_extend.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_factory.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_factory.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_filter.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_filter.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_flatmap.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_flatmap.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_flow.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_flow.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_fold.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_fold.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_fold1.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_fold1.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_frombytes.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_frombytes.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_fromstring.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_fromstring.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_fromyson.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_fromyson.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_group.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_group.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_grace_join.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_grace_join.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_grace_join_imp.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_grace_join_imp.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_guess.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_guess.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_hasitems.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_hasitems.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_heap.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_heap.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_hopping.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_hopping.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_if.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_if.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_ifpresent.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_ifpresent.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_invoke.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_invoke.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_iterable.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_iterable.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_iterator.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_iterator.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_join.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_join.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_join_dict.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_join_dict.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_lazy_list.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_lazy_list.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_length.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_length.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_listfromrange.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_listfromrange.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_logical.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_logical.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_lookup.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_lookup.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_map.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_map.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_mapnext.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_mapnext.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_map_join.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_map_join.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_match_recognize.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_match_recognize.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_multihopping.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_multihopping.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_multimap.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_multimap.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_next_value.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_next_value.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_nop.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_nop.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_now.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_now.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_null.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_null.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_pickle.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_pickle.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_prepend.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_prepend.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_queue.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_queue.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_random.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_random.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_range.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_range.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_reduce.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_reduce.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_removemember.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_removemember.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_replicate.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_replicate.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_reverse.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_reverse.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_rh_hash.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_rh_hash.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_round.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_round.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_safe_circular_buffer.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_safe_circular_buffer.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_scalar_apply.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_scalar_apply.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_seq.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_seq.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_size.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_size.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_skip.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_skip.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_sort.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_sort.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_source.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_source.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_squeeze_state.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_squeeze_state.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_squeeze_to_list.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_squeeze_to_list.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_condense.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_condense.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_condense1.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_condense1.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_switch.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_switch.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_take.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_take.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_time_order_recover.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_time_order_recover.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_timezone.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_timezone.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_tobytes.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_tobytes.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_todict.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_todict.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_toindexdict.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_toindexdict.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_tooptional.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_tooptional.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_tostring.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_tostring.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_udf.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_udf.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_unwrap.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_unwrap.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_varitem.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_varitem.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_visitall.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_visitall.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_way.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_way.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_weakmember.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_weakmember.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_while.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_while.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_wide_chain_map.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_wide_chain_map.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_wide_chopper.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_wide_chopper.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_wide_combine.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_wide_combine.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_wide_condense.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_wide_condense.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_wide_filter.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_wide_filter.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_wide_map.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_wide_map.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_wide_top_sort.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_wide_top_sort.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_withcontext.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_withcontext.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_zip.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_zip.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_computation_node_codegen.h.txt - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/contrib/ydb/library/yql/minikql/computation/mkql_computation_node_codegen.h -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_codegen.h.txt - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_codegen.h -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_codegen_llvm.h.txt - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_codegen_llvm.h -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_impl.h.txt - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_impl.h -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_decimal.h.txt - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_decimal.h -) diff --git a/contrib/ydb/library/yql/minikql/comp_nodes/llvm/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/minikql/comp_nodes/llvm/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 03fe7abfc9e..00000000000 --- a/contrib/ydb/library/yql/minikql/comp_nodes/llvm/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,688 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(minikql-comp_nodes-llvm) -target_compile_options(minikql-comp_nodes-llvm PRIVATE - -mprfchw - -DUSE_CURRENT_UDF_ABI_VERSION - $,,-Wno-everything> -) -target_include_directories(minikql-comp_nodes-llvm PUBLIC - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/contrib/ydb/library/yql/minikql/computation -) -target_include_directories(minikql-comp_nodes-llvm PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/contrib/ydb/library/yql/minikql/invoke_builtins - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes -) -target_link_libraries(minikql-comp_nodes-llvm PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - minikql-codegen-llvm - minikql-invoke_builtins-llvm - llvm12-lib-IR - lib-ExecutionEngine-MCJIT - llvm12-lib-Linker - lib-Target-X86 - Target-X86-AsmParser - lib-Transforms-IPO - libs-apache-arrow - ydb-library-binary_json - library-yql-minikql - yql-minikql-arrow - public-udf-arrow - parser-pg_wrapper-interface - library-yql-utils - library-actors-core - public-issue-protos -) -target_sources(minikql-comp_nodes-llvm PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_addmember.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_aggrcount.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_append.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_apply.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_agg.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_agg_count.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_agg_factory.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_agg_minmax.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_agg_some.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_agg_sum.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_coalesce.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_if.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_just.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_logical.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_compress.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_func.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_skiptake.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_top.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_tuple.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_blocks.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_callable.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_chain_map.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_chain1_map.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_check_args.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_chopper.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_coalesce.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_collect.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_combine.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_contains.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_decimal_div.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_decimal_mod.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_decimal_mul.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_dictitems.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_discard.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_element.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_ensure.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_enumerate.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_exists.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_extend.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_factory.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_filter.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_flatmap.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_flow.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_fold.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_fold1.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_frombytes.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_fromstring.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_fromyson.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_group.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_grace_join.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_grace_join_imp.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_guess.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_hasitems.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_heap.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_hopping.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_if.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_ifpresent.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_invoke.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_iterable.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_iterator.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_join.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_join_dict.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_lazy_list.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_length.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_listfromrange.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_logical.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_lookup.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_map.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_mapnext.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_map_join.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_match_recognize.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_multihopping.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_multimap.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_next_value.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_nop.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_now.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_null.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_pickle.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_prepend.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_queue.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_random.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_range.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_reduce.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_removemember.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_replicate.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_reverse.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_rh_hash.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_round.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_safe_circular_buffer.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_scalar_apply.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_seq.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_size.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_skip.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_sort.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_source.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_squeeze_state.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_squeeze_to_list.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_condense.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_condense1.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_switch.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_take.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_time_order_recover.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_timezone.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_tobytes.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_todict.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_toindexdict.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_tooptional.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_tostring.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_udf.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_unwrap.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_varitem.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_visitall.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_way.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_weakmember.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_while.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_wide_chain_map.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_wide_chopper.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_wide_combine.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_wide_condense.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_wide_filter.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_wide_map.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_wide_top_sort.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_withcontext.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_zip.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_addmember.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_addmember.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_aggrcount.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_aggrcount.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_append.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_append.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_apply.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_apply.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_block_agg.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_agg.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_block_agg_count.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_agg_count.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_block_agg_factory.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_agg_factory.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_block_agg_minmax.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_agg_minmax.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_block_agg_some.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_agg_some.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_block_agg_sum.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_agg_sum.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_block_coalesce.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_coalesce.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_block_if.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_if.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_block_just.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_just.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_block_logical.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_logical.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_block_compress.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_compress.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_block_func.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_func.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_block_skiptake.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_skiptake.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_block_top.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_top.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_block_tuple.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_tuple.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_blocks.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_blocks.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_callable.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_callable.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_chain_map.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_chain_map.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_chain1_map.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_chain1_map.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_check_args.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_check_args.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_chopper.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_chopper.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_coalesce.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_coalesce.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_collect.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_collect.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_combine.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_combine.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_contains.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_contains.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_decimal_div.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_decimal_div.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_decimal_mod.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_decimal_mod.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_decimal_mul.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_decimal_mul.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_dictitems.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_dictitems.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_discard.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_discard.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_element.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_element.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_ensure.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_ensure.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_enumerate.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_enumerate.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_exists.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_exists.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_extend.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_extend.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_factory.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_factory.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_filter.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_filter.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_flatmap.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_flatmap.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_flow.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_flow.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_fold.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_fold.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_fold1.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_fold1.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_frombytes.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_frombytes.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_fromstring.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_fromstring.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_fromyson.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_fromyson.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_group.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_group.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_grace_join.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_grace_join.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_grace_join_imp.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_grace_join_imp.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_guess.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_guess.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_hasitems.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_hasitems.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_heap.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_heap.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_hopping.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_hopping.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_if.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_if.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_ifpresent.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_ifpresent.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_invoke.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_invoke.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_iterable.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_iterable.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_iterator.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_iterator.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_join.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_join.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_join_dict.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_join_dict.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_lazy_list.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_lazy_list.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_length.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_length.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_listfromrange.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_listfromrange.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_logical.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_logical.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_lookup.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_lookup.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_map.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_map.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_mapnext.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_mapnext.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_map_join.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_map_join.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_match_recognize.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_match_recognize.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_multihopping.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_multihopping.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_multimap.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_multimap.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_next_value.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_next_value.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_nop.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_nop.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_now.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_now.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_null.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_null.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_pickle.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_pickle.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_prepend.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_prepend.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_queue.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_queue.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_random.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_random.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_range.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_range.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_reduce.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_reduce.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_removemember.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_removemember.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_replicate.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_replicate.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_reverse.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_reverse.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_rh_hash.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_rh_hash.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_round.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_round.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_safe_circular_buffer.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_safe_circular_buffer.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_scalar_apply.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_scalar_apply.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_seq.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_seq.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_size.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_size.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_skip.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_skip.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_sort.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_sort.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_source.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_source.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_squeeze_state.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_squeeze_state.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_squeeze_to_list.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_squeeze_to_list.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_condense.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_condense.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_condense1.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_condense1.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_switch.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_switch.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_take.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_take.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_time_order_recover.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_time_order_recover.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_timezone.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_timezone.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_tobytes.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_tobytes.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_todict.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_todict.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_toindexdict.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_toindexdict.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_tooptional.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_tooptional.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_tostring.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_tostring.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_udf.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_udf.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_unwrap.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_unwrap.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_varitem.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_varitem.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_visitall.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_visitall.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_way.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_way.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_weakmember.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_weakmember.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_while.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_while.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_wide_chain_map.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_wide_chain_map.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_wide_chopper.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_wide_chopper.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_wide_combine.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_wide_combine.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_wide_condense.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_wide_condense.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_wide_filter.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_wide_filter.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_wide_map.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_wide_map.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_wide_top_sort.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_wide_top_sort.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_withcontext.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_withcontext.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_zip.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_zip.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_computation_node_codegen.h.txt - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/contrib/ydb/library/yql/minikql/computation/mkql_computation_node_codegen.h -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_codegen.h.txt - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_codegen.h -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_codegen_llvm.h.txt - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_codegen_llvm.h -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_impl.h.txt - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_impl.h -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_decimal.h.txt - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_decimal.h -) diff --git a/contrib/ydb/library/yql/minikql/comp_nodes/llvm/CMakeLists.txt b/contrib/ydb/library/yql/minikql/comp_nodes/llvm/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/minikql/comp_nodes/llvm/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/minikql/comp_nodes/llvm/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/minikql/comp_nodes/llvm/CMakeLists.windows-x86_64.txt deleted file mode 100644 index aa5bdd25311..00000000000 --- a/contrib/ydb/library/yql/minikql/comp_nodes/llvm/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,687 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(minikql-comp_nodes-llvm) -target_compile_options(minikql-comp_nodes-llvm PRIVATE - -mprfchw - -DUSE_CURRENT_UDF_ABI_VERSION - $,,-Wno-everything> -) -target_include_directories(minikql-comp_nodes-llvm PUBLIC - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/contrib/ydb/library/yql/minikql/computation -) -target_include_directories(minikql-comp_nodes-llvm PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/contrib/ydb/library/yql/minikql/invoke_builtins - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes -) -target_link_libraries(minikql-comp_nodes-llvm PUBLIC - contrib-libs-cxxsupp - yutil - minikql-codegen-llvm - minikql-invoke_builtins-llvm - llvm12-lib-IR - lib-ExecutionEngine-MCJIT - llvm12-lib-Linker - lib-Target-X86 - Target-X86-AsmParser - lib-Transforms-IPO - libs-apache-arrow - ydb-library-binary_json - library-yql-minikql - yql-minikql-arrow - public-udf-arrow - parser-pg_wrapper-interface - library-yql-utils - library-actors-core - public-issue-protos -) -target_sources(minikql-comp_nodes-llvm PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_addmember.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_aggrcount.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_append.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_apply.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_agg.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_agg_count.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_agg_factory.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_agg_minmax.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_agg_some.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_agg_sum.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_coalesce.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_if.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_just.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_logical.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_compress.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_func.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_skiptake.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_top.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_tuple.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_blocks.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_callable.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_chain_map.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_chain1_map.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_check_args.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_chopper.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_coalesce.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_collect.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_combine.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_contains.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_decimal_div.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_decimal_mod.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_decimal_mul.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_dictitems.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_discard.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_element.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_ensure.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_enumerate.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_exists.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_extend.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_factory.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_filter.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_flatmap.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_flow.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_fold.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_fold1.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_frombytes.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_fromstring.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_fromyson.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_group.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_grace_join.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_grace_join_imp.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_guess.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_hasitems.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_heap.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_hopping.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_if.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_ifpresent.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_invoke.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_iterable.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_iterator.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_join.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_join_dict.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_lazy_list.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_length.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_listfromrange.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_logical.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_lookup.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_map.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_mapnext.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_map_join.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_match_recognize.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_multihopping.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_multimap.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_next_value.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_nop.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_now.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_null.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_pickle.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_prepend.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_queue.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_random.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_range.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_reduce.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_removemember.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_replicate.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_reverse.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_rh_hash.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_round.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_safe_circular_buffer.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_scalar_apply.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_seq.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_size.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_skip.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_sort.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_source.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_squeeze_state.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_squeeze_to_list.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_condense.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_condense1.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_switch.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_take.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_time_order_recover.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_timezone.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_tobytes.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_todict.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_toindexdict.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_tooptional.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_tostring.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_udf.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_unwrap.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_varitem.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_visitall.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_way.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_weakmember.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_while.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_wide_chain_map.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_wide_chopper.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_wide_combine.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_wide_condense.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_wide_filter.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_wide_map.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_wide_top_sort.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_withcontext.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_zip.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_addmember.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_addmember.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_aggrcount.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_aggrcount.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_append.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_append.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_apply.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_apply.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_block_agg.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_agg.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_block_agg_count.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_agg_count.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_block_agg_factory.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_agg_factory.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_block_agg_minmax.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_agg_minmax.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_block_agg_some.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_agg_some.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_block_agg_sum.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_agg_sum.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_block_coalesce.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_coalesce.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_block_if.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_if.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_block_just.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_just.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_block_logical.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_logical.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_block_compress.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_compress.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_block_func.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_func.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_block_skiptake.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_skiptake.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_block_top.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_top.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_block_tuple.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_block_tuple.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_blocks.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_blocks.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_callable.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_callable.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_chain_map.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_chain_map.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_chain1_map.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_chain1_map.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_check_args.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_check_args.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_chopper.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_chopper.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_coalesce.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_coalesce.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_collect.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_collect.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_combine.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_combine.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_contains.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_contains.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_decimal_div.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_decimal_div.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_decimal_mod.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_decimal_mod.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_decimal_mul.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_decimal_mul.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_dictitems.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_dictitems.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_discard.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_discard.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_element.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_element.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_ensure.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_ensure.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_enumerate.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_enumerate.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_exists.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_exists.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_extend.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_extend.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_factory.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_factory.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_filter.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_filter.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_flatmap.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_flatmap.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_flow.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_flow.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_fold.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_fold.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_fold1.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_fold1.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_frombytes.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_frombytes.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_fromstring.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_fromstring.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_fromyson.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_fromyson.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_group.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_group.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_grace_join.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_grace_join.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_grace_join_imp.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_grace_join_imp.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_guess.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_guess.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_hasitems.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_hasitems.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_heap.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_heap.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_hopping.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_hopping.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_if.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_if.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_ifpresent.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_ifpresent.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_invoke.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_invoke.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_iterable.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_iterable.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_iterator.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_iterator.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_join.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_join.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_join_dict.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_join_dict.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_lazy_list.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_lazy_list.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_length.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_length.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_listfromrange.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_listfromrange.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_logical.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_logical.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_lookup.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_lookup.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_map.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_map.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_mapnext.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_mapnext.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_map_join.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_map_join.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_match_recognize.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_match_recognize.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_multihopping.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_multihopping.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_multimap.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_multimap.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_next_value.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_next_value.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_nop.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_nop.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_now.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_now.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_null.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_null.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_pickle.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_pickle.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_prepend.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_prepend.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_queue.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_queue.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_random.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_random.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_range.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_range.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_reduce.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_reduce.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_removemember.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_removemember.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_replicate.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_replicate.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_reverse.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_reverse.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_rh_hash.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_rh_hash.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_round.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_round.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_safe_circular_buffer.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_safe_circular_buffer.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_scalar_apply.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_scalar_apply.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_seq.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_seq.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_size.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_size.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_skip.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_skip.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_sort.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_sort.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_source.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_source.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_squeeze_state.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_squeeze_state.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_squeeze_to_list.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_squeeze_to_list.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_condense.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_condense.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_condense1.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_condense1.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_switch.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_switch.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_take.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_take.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_time_order_recover.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_time_order_recover.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_timezone.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_timezone.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_tobytes.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_tobytes.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_todict.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_todict.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_toindexdict.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_toindexdict.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_tooptional.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_tooptional.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_tostring.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_tostring.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_udf.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_udf.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_unwrap.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_unwrap.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_varitem.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_varitem.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_visitall.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_visitall.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_way.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_way.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_weakmember.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_weakmember.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_while.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_while.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_wide_chain_map.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_wide_chain_map.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_wide_chopper.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_wide_chopper.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_wide_combine.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_wide_combine.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_wide_condense.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_wide_condense.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_wide_filter.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_wide_filter.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_wide_map.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_wide_map.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_wide_top_sort.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_wide_top_sort.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_withcontext.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_withcontext.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/mkql_zip.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/mkql_zip.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_computation_node_codegen.h.txt - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/contrib/ydb/library/yql/minikql/computation/mkql_computation_node_codegen.h -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_codegen.h.txt - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_codegen.h -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_codegen_llvm.h.txt - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_codegen_llvm.h -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_impl.h.txt - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_impl.h -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_decimal.h.txt - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/comp_nodes/llvm/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_decimal.h -) diff --git a/contrib/ydb/library/yql/minikql/computation/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/minikql/computation/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 369485b0596..00000000000 --- a/contrib/ydb/library/yql/minikql/computation/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_subdirectory(llvm) - -add_library(yql-minikql-computation) -target_compile_options(yql-minikql-computation PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-minikql-computation PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow - yql-public-types - parser-pg_wrapper-interface - yql-public-udf - yql-minikql-arrow -) -target_sources(yql-minikql-computation PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_block_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_block_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_block_reader.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_block_transport.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_computation_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_computation_node_holders.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_computation_node_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_computation_node_pack.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_computation_node_pack_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_custom_list.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_validate.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_value_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_computation_pattern_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/presort.cpp -) diff --git a/contrib/ydb/library/yql/minikql/computation/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/minikql/computation/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b61f649bcd4..00000000000 --- a/contrib/ydb/library/yql/minikql/computation/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_subdirectory(llvm) - -add_library(yql-minikql-computation) -target_compile_options(yql-minikql-computation PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-minikql-computation PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow - yql-public-types - parser-pg_wrapper-interface - yql-public-udf - yql-minikql-arrow -) -target_sources(yql-minikql-computation PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_block_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_block_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_block_reader.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_block_transport.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_computation_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_computation_node_holders.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_computation_node_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_computation_node_pack.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_computation_node_pack_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_custom_list.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_validate.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_value_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_computation_pattern_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/presort.cpp -) diff --git a/contrib/ydb/library/yql/minikql/computation/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/minikql/computation/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b61f649bcd4..00000000000 --- a/contrib/ydb/library/yql/minikql/computation/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_subdirectory(llvm) - -add_library(yql-minikql-computation) -target_compile_options(yql-minikql-computation PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-minikql-computation PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow - yql-public-types - parser-pg_wrapper-interface - yql-public-udf - yql-minikql-arrow -) -target_sources(yql-minikql-computation PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_block_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_block_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_block_reader.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_block_transport.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_computation_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_computation_node_holders.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_computation_node_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_computation_node_pack.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_computation_node_pack_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_custom_list.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_validate.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_value_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_computation_pattern_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/presort.cpp -) diff --git a/contrib/ydb/library/yql/minikql/computation/CMakeLists.txt b/contrib/ydb/library/yql/minikql/computation/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/minikql/computation/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/minikql/computation/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/minikql/computation/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 369485b0596..00000000000 --- a/contrib/ydb/library/yql/minikql/computation/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_subdirectory(llvm) - -add_library(yql-minikql-computation) -target_compile_options(yql-minikql-computation PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-minikql-computation PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow - yql-public-types - parser-pg_wrapper-interface - yql-public-udf - yql-minikql-arrow -) -target_sources(yql-minikql-computation PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_block_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_block_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_block_reader.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_block_transport.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_computation_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_computation_node_holders.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_computation_node_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_computation_node_pack.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_computation_node_pack_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_custom_list.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_validate.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_value_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_computation_pattern_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/presort.cpp -) diff --git a/contrib/ydb/library/yql/minikql/computation/llvm/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/minikql/computation/llvm/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index b4048f1a65d..00000000000 --- a/contrib/ydb/library/yql/minikql/computation/llvm/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,76 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(minikql-computation-llvm) -target_compile_options(minikql-computation-llvm PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION - $,,-Wno-everything> -) -target_include_directories(minikql-computation-llvm PUBLIC - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/computation/llvm - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/computation/llvm/contrib/ydb/library/yql/minikql/computation -) -target_include_directories(minikql-computation-llvm PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation -) -target_link_libraries(minikql-computation-llvm PUBLIC - contrib-libs-cxxsupp - yutil - minikql-codegen-llvm - llvm12-lib-IR - lib-ExecutionEngine-MCJIT - llvm12-lib-Linker - lib-Target-X86 - Target-X86-AsmParser - lib-Transforms-IPO - libs-apache-arrow - library-actors-util - library-cpp-enumbitset - library-cpp-packedtypes - library-cpp-random_provider - library-cpp-time_provider - library-yql-minikql - yql-minikql-arrow - yql-minikql-computation - parser-pg_wrapper-interface - yql-public-udf - library-yql-utils - cpp-threading-future -) -target_sources(minikql-computation-llvm PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/computation/llvm/mkql_computation_node_codegen.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/computation/llvm/mkql_computation_node_graph.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/computation/llvm/mkql_computation_node_graph_saveload.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/computation/llvm/mkql_computation_node_holders_codegen.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/computation/llvm/mkql_llvm_base.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_computation_node_codegen.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/computation/llvm/mkql_computation_node_codegen.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_computation_node_graph.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/computation/llvm/mkql_computation_node_graph.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_computation_node_graph_saveload.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/computation/llvm/mkql_computation_node_graph_saveload.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_computation_node_holders_codegen.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/computation/llvm/mkql_computation_node_holders_codegen.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_llvm_base.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/computation/llvm/mkql_llvm_base.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_computation_node_codegen.h.txt - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/computation/llvm/contrib/ydb/library/yql/minikql/computation/mkql_computation_node_codegen.h -) diff --git a/contrib/ydb/library/yql/minikql/computation/llvm/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/minikql/computation/llvm/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 821ec7f1ed7..00000000000 --- a/contrib/ydb/library/yql/minikql/computation/llvm/CMakeLists.linux-aarch64.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(minikql-computation-llvm) -target_compile_options(minikql-computation-llvm PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION - $,,-Wno-everything> -) -target_include_directories(minikql-computation-llvm PUBLIC - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/computation/llvm - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/computation/llvm/contrib/ydb/library/yql/minikql/computation -) -target_include_directories(minikql-computation-llvm PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation -) -target_link_libraries(minikql-computation-llvm PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - minikql-codegen-llvm - llvm12-lib-IR - lib-ExecutionEngine-MCJIT - llvm12-lib-Linker - lib-Target-X86 - Target-X86-AsmParser - lib-Transforms-IPO - libs-apache-arrow - library-actors-util - library-cpp-enumbitset - library-cpp-packedtypes - library-cpp-random_provider - library-cpp-time_provider - library-yql-minikql - yql-minikql-arrow - yql-minikql-computation - parser-pg_wrapper-interface - yql-public-udf - library-yql-utils - cpp-threading-future -) -target_sources(minikql-computation-llvm PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/computation/llvm/mkql_computation_node_codegen.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/computation/llvm/mkql_computation_node_graph.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/computation/llvm/mkql_computation_node_graph_saveload.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/computation/llvm/mkql_computation_node_holders_codegen.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/computation/llvm/mkql_llvm_base.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_computation_node_codegen.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/computation/llvm/mkql_computation_node_codegen.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_computation_node_graph.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/computation/llvm/mkql_computation_node_graph.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_computation_node_graph_saveload.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/computation/llvm/mkql_computation_node_graph_saveload.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_computation_node_holders_codegen.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/computation/llvm/mkql_computation_node_holders_codegen.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_llvm_base.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/computation/llvm/mkql_llvm_base.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_computation_node_codegen.h.txt - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/computation/llvm/contrib/ydb/library/yql/minikql/computation/mkql_computation_node_codegen.h -) diff --git a/contrib/ydb/library/yql/minikql/computation/llvm/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/minikql/computation/llvm/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 821ec7f1ed7..00000000000 --- a/contrib/ydb/library/yql/minikql/computation/llvm/CMakeLists.linux-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(minikql-computation-llvm) -target_compile_options(minikql-computation-llvm PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION - $,,-Wno-everything> -) -target_include_directories(minikql-computation-llvm PUBLIC - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/computation/llvm - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/computation/llvm/contrib/ydb/library/yql/minikql/computation -) -target_include_directories(minikql-computation-llvm PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation -) -target_link_libraries(minikql-computation-llvm PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - minikql-codegen-llvm - llvm12-lib-IR - lib-ExecutionEngine-MCJIT - llvm12-lib-Linker - lib-Target-X86 - Target-X86-AsmParser - lib-Transforms-IPO - libs-apache-arrow - library-actors-util - library-cpp-enumbitset - library-cpp-packedtypes - library-cpp-random_provider - library-cpp-time_provider - library-yql-minikql - yql-minikql-arrow - yql-minikql-computation - parser-pg_wrapper-interface - yql-public-udf - library-yql-utils - cpp-threading-future -) -target_sources(minikql-computation-llvm PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/computation/llvm/mkql_computation_node_codegen.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/computation/llvm/mkql_computation_node_graph.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/computation/llvm/mkql_computation_node_graph_saveload.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/computation/llvm/mkql_computation_node_holders_codegen.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/computation/llvm/mkql_llvm_base.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_computation_node_codegen.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/computation/llvm/mkql_computation_node_codegen.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_computation_node_graph.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/computation/llvm/mkql_computation_node_graph.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_computation_node_graph_saveload.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/computation/llvm/mkql_computation_node_graph_saveload.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_computation_node_holders_codegen.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/computation/llvm/mkql_computation_node_holders_codegen.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_llvm_base.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/computation/llvm/mkql_llvm_base.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_computation_node_codegen.h.txt - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/computation/llvm/contrib/ydb/library/yql/minikql/computation/mkql_computation_node_codegen.h -) diff --git a/contrib/ydb/library/yql/minikql/computation/llvm/CMakeLists.txt b/contrib/ydb/library/yql/minikql/computation/llvm/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/minikql/computation/llvm/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/minikql/computation/llvm/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/minikql/computation/llvm/CMakeLists.windows-x86_64.txt deleted file mode 100644 index b4048f1a65d..00000000000 --- a/contrib/ydb/library/yql/minikql/computation/llvm/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,76 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(minikql-computation-llvm) -target_compile_options(minikql-computation-llvm PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION - $,,-Wno-everything> -) -target_include_directories(minikql-computation-llvm PUBLIC - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/computation/llvm - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/computation/llvm/contrib/ydb/library/yql/minikql/computation -) -target_include_directories(minikql-computation-llvm PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation -) -target_link_libraries(minikql-computation-llvm PUBLIC - contrib-libs-cxxsupp - yutil - minikql-codegen-llvm - llvm12-lib-IR - lib-ExecutionEngine-MCJIT - llvm12-lib-Linker - lib-Target-X86 - Target-X86-AsmParser - lib-Transforms-IPO - libs-apache-arrow - library-actors-util - library-cpp-enumbitset - library-cpp-packedtypes - library-cpp-random_provider - library-cpp-time_provider - library-yql-minikql - yql-minikql-arrow - yql-minikql-computation - parser-pg_wrapper-interface - yql-public-udf - library-yql-utils - cpp-threading-future -) -target_sources(minikql-computation-llvm PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/computation/llvm/mkql_computation_node_codegen.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/computation/llvm/mkql_computation_node_graph.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/computation/llvm/mkql_computation_node_graph_saveload.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/computation/llvm/mkql_computation_node_holders_codegen.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/computation/llvm/mkql_llvm_base.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_computation_node_codegen.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/computation/llvm/mkql_computation_node_codegen.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_computation_node_graph.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/computation/llvm/mkql_computation_node_graph.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_computation_node_graph_saveload.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/computation/llvm/mkql_computation_node_graph_saveload.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_computation_node_holders_codegen.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/computation/llvm/mkql_computation_node_holders_codegen.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_llvm_base.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/computation/llvm/mkql_llvm_base.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_computation_node_codegen.h.txt - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/computation/llvm/contrib/ydb/library/yql/minikql/computation/mkql_computation_node_codegen.h -) diff --git a/contrib/ydb/library/yql/minikql/datetime/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/minikql/datetime/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index ceece41a5b4..00000000000 --- a/contrib/ydb/library/yql/minikql/datetime/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(yql-minikql-datetime) -target_compile_options(yql-minikql-datetime PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-minikql-datetime PUBLIC - contrib-libs-cxxsupp - yutil - yql-minikql-computation -) -target_sources(yql-minikql-datetime PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/datetime/datetime.cpp -) diff --git a/contrib/ydb/library/yql/minikql/datetime/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/minikql/datetime/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a2bb7ca57e4..00000000000 --- a/contrib/ydb/library/yql/minikql/datetime/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(yql-minikql-datetime) -target_compile_options(yql-minikql-datetime PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-minikql-datetime PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - yql-minikql-computation -) -target_sources(yql-minikql-datetime PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/datetime/datetime.cpp -) diff --git a/contrib/ydb/library/yql/minikql/datetime/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/minikql/datetime/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a2bb7ca57e4..00000000000 --- a/contrib/ydb/library/yql/minikql/datetime/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(yql-minikql-datetime) -target_compile_options(yql-minikql-datetime PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-minikql-datetime PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - yql-minikql-computation -) -target_sources(yql-minikql-datetime PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/datetime/datetime.cpp -) diff --git a/contrib/ydb/library/yql/minikql/datetime/CMakeLists.txt b/contrib/ydb/library/yql/minikql/datetime/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/minikql/datetime/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/minikql/datetime/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/minikql/datetime/CMakeLists.windows-x86_64.txt deleted file mode 100644 index ceece41a5b4..00000000000 --- a/contrib/ydb/library/yql/minikql/datetime/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(yql-minikql-datetime) -target_compile_options(yql-minikql-datetime PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-minikql-datetime PUBLIC - contrib-libs-cxxsupp - yutil - yql-minikql-computation -) -target_sources(yql-minikql-datetime PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/datetime/datetime.cpp -) diff --git a/contrib/ydb/library/yql/minikql/dom/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/minikql/dom/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c823c6d1441..00000000000 --- a/contrib/ydb/library/yql/minikql/dom/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(yql-minikql-dom) -target_compile_options(yql-minikql-dom PRIVATE - -DUDF_ABI_VERSION_MAJOR=2 - -DUDF_ABI_VERSION_MINOR=28 - -DUDF_ABI_VERSION_PATCH=0 -) -target_link_libraries(yql-minikql-dom PUBLIC - contrib-libs-cxxsupp - yutil - cpp-containers-stack_vector - library-cpp-json - yson_pull - yql-public-udf - library-yql-utils -) -target_sources(yql-minikql-dom PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/dom/node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/dom/json.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/dom/yson.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/dom/make.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/dom/peel.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/dom/hash.cpp -) diff --git a/contrib/ydb/library/yql/minikql/dom/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/minikql/dom/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 1796f209a39..00000000000 --- a/contrib/ydb/library/yql/minikql/dom/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(yql-minikql-dom) -target_compile_options(yql-minikql-dom PRIVATE - -DUDF_ABI_VERSION_MAJOR=2 - -DUDF_ABI_VERSION_MINOR=28 - -DUDF_ABI_VERSION_PATCH=0 -) -target_link_libraries(yql-minikql-dom PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-containers-stack_vector - library-cpp-json - yson_pull - yql-public-udf - library-yql-utils -) -target_sources(yql-minikql-dom PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/dom/node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/dom/json.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/dom/yson.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/dom/make.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/dom/peel.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/dom/hash.cpp -) diff --git a/contrib/ydb/library/yql/minikql/dom/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/minikql/dom/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 1796f209a39..00000000000 --- a/contrib/ydb/library/yql/minikql/dom/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(yql-minikql-dom) -target_compile_options(yql-minikql-dom PRIVATE - -DUDF_ABI_VERSION_MAJOR=2 - -DUDF_ABI_VERSION_MINOR=28 - -DUDF_ABI_VERSION_PATCH=0 -) -target_link_libraries(yql-minikql-dom PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-containers-stack_vector - library-cpp-json - yson_pull - yql-public-udf - library-yql-utils -) -target_sources(yql-minikql-dom PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/dom/node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/dom/json.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/dom/yson.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/dom/make.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/dom/peel.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/dom/hash.cpp -) diff --git a/contrib/ydb/library/yql/minikql/dom/CMakeLists.txt b/contrib/ydb/library/yql/minikql/dom/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/minikql/dom/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/minikql/dom/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/minikql/dom/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c823c6d1441..00000000000 --- a/contrib/ydb/library/yql/minikql/dom/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(yql-minikql-dom) -target_compile_options(yql-minikql-dom PRIVATE - -DUDF_ABI_VERSION_MAJOR=2 - -DUDF_ABI_VERSION_MINOR=28 - -DUDF_ABI_VERSION_PATCH=0 -) -target_link_libraries(yql-minikql-dom PUBLIC - contrib-libs-cxxsupp - yutil - cpp-containers-stack_vector - library-cpp-json - yson_pull - yql-public-udf - library-yql-utils -) -target_sources(yql-minikql-dom PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/dom/node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/dom/json.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/dom/yson.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/dom/make.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/dom/peel.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/dom/hash.cpp -) diff --git a/contrib/ydb/library/yql/minikql/invoke_builtins/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/minikql/invoke_builtins/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 3717632c9ef..00000000000 --- a/contrib/ydb/library/yql/minikql/invoke_builtins/CMakeLists.darwin-x86_64.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. - - -add_subdirectory(llvm) - -add_library(yql-minikql-invoke_builtins INTERFACE) -target_link_libraries(yql-minikql-invoke_builtins INTERFACE - contrib-libs-cxxsupp - yutil -) diff --git a/contrib/ydb/library/yql/minikql/invoke_builtins/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/minikql/invoke_builtins/CMakeLists.linux-aarch64.txt deleted file mode 100644 index db1a5b2c144..00000000000 --- a/contrib/ydb/library/yql/minikql/invoke_builtins/CMakeLists.linux-aarch64.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_subdirectory(llvm) - -add_library(yql-minikql-invoke_builtins INTERFACE) -target_link_libraries(yql-minikql-invoke_builtins INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) diff --git a/contrib/ydb/library/yql/minikql/invoke_builtins/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/minikql/invoke_builtins/CMakeLists.linux-x86_64.txt deleted file mode 100644 index db1a5b2c144..00000000000 --- a/contrib/ydb/library/yql/minikql/invoke_builtins/CMakeLists.linux-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_subdirectory(llvm) - -add_library(yql-minikql-invoke_builtins INTERFACE) -target_link_libraries(yql-minikql-invoke_builtins INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) diff --git a/contrib/ydb/library/yql/minikql/invoke_builtins/CMakeLists.txt b/contrib/ydb/library/yql/minikql/invoke_builtins/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/minikql/invoke_builtins/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/minikql/invoke_builtins/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/minikql/invoke_builtins/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 3717632c9ef..00000000000 --- a/contrib/ydb/library/yql/minikql/invoke_builtins/CMakeLists.windows-x86_64.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. - - -add_subdirectory(llvm) - -add_library(yql-minikql-invoke_builtins INTERFACE) -target_link_libraries(yql-minikql-invoke_builtins INTERFACE - contrib-libs-cxxsupp - yutil -) diff --git a/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 4f2d59ef3f7..00000000000 --- a/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,261 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(minikql-invoke_builtins-llvm) -target_compile_options(minikql-invoke_builtins-llvm PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION - $,,-Wno-everything> -) -target_include_directories(minikql-invoke_builtins-llvm PUBLIC - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/contrib/ydb/library/yql/minikql/computation -) -target_include_directories(minikql-invoke_builtins-llvm PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/contrib/ydb/library/yql/minikql/invoke_builtins - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins -) -target_link_libraries(minikql-invoke_builtins-llvm PUBLIC - contrib-libs-cxxsupp - yutil - minikql-codegen-llvm - minikql-computation-llvm - llvm12-lib-IR - lib-ExecutionEngine-MCJIT - llvm12-lib-Linker - lib-Target-X86 - Target-X86-AsmParser - lib-Transforms-IPO - library-cpp-pop_count - ydb-library-binary_json - library-yql-minikql - yql-minikql-arrow - yql-public-udf - libs-apache-arrow -) -target_sources(minikql-invoke_builtins-llvm PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_abs.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_add.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_bitand.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_bitnot.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_bitor.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_bitxor.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_byteat.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_codegen.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_concat.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_convert.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_countbits.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_decimal.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_dec.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_div.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_find.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_inc.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_invprestr.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_max.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_min.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_minus.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_mod.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_mul.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_nanvl.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_plus.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_rotleft.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_rotright.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_shiftleft.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_shiftright.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_string_kernels.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_sub.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_substring.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_with.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_equals.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_not_equals.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_less.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_less_or_equal.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_greater.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_greater_or_equal.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins.h -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_abs.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_abs.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_add.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_add.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_bitand.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_bitand.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_bitnot.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_bitnot.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_bitor.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_bitor.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_bitxor.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_bitxor.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_byteat.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_byteat.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_codegen.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_codegen.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_concat.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_concat.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_convert.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_convert.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_countbits.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_countbits.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_decimal.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_decimal.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_dec.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_dec.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_div.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_div.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_find.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_find.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_inc.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_inc.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_invprestr.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_invprestr.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_max.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_max.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_min.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_min.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_minus.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_minus.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_mod.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_mod.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_mul.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_mul.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_nanvl.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_nanvl.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_plus.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_plus.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_rotleft.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_rotleft.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_rotright.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_rotright.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_shiftleft.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_shiftleft.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_shiftright.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_shiftright.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_string_kernels.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_string_kernels.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_sub.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_sub.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_substring.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_substring.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_with.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_with.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_equals.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_equals.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_not_equals.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_not_equals.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_less.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_less.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_less_or_equal.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_less_or_equal.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_greater.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_greater.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_greater_or_equal.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_greater_or_equal.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_computation_node_codegen.h.txt - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/contrib/ydb/library/yql/minikql/computation/mkql_computation_node_codegen.h -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_codegen.h.txt - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_codegen.h -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_codegen_llvm.h.txt - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_codegen_llvm.h -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_impl.h.txt - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_impl.h -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_decimal.h.txt - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_decimal.h -) diff --git a/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 053719c6fd6..00000000000 --- a/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,262 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(minikql-invoke_builtins-llvm) -target_compile_options(minikql-invoke_builtins-llvm PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION - $,,-Wno-everything> -) -target_include_directories(minikql-invoke_builtins-llvm PUBLIC - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/contrib/ydb/library/yql/minikql/computation -) -target_include_directories(minikql-invoke_builtins-llvm PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/contrib/ydb/library/yql/minikql/invoke_builtins - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins -) -target_link_libraries(minikql-invoke_builtins-llvm PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - minikql-codegen-llvm - minikql-computation-llvm - llvm12-lib-IR - lib-ExecutionEngine-MCJIT - llvm12-lib-Linker - lib-Target-X86 - Target-X86-AsmParser - lib-Transforms-IPO - library-cpp-pop_count - ydb-library-binary_json - library-yql-minikql - yql-minikql-arrow - yql-public-udf - libs-apache-arrow -) -target_sources(minikql-invoke_builtins-llvm PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_abs.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_add.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_bitand.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_bitnot.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_bitor.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_bitxor.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_byteat.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_codegen.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_concat.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_convert.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_countbits.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_decimal.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_dec.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_div.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_find.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_inc.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_invprestr.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_max.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_min.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_minus.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_mod.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_mul.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_nanvl.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_plus.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_rotleft.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_rotright.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_shiftleft.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_shiftright.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_string_kernels.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_sub.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_substring.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_with.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_equals.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_not_equals.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_less.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_less_or_equal.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_greater.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_greater_or_equal.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins.h -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_abs.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_abs.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_add.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_add.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_bitand.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_bitand.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_bitnot.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_bitnot.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_bitor.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_bitor.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_bitxor.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_bitxor.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_byteat.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_byteat.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_codegen.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_codegen.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_concat.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_concat.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_convert.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_convert.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_countbits.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_countbits.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_decimal.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_decimal.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_dec.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_dec.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_div.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_div.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_find.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_find.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_inc.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_inc.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_invprestr.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_invprestr.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_max.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_max.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_min.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_min.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_minus.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_minus.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_mod.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_mod.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_mul.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_mul.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_nanvl.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_nanvl.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_plus.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_plus.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_rotleft.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_rotleft.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_rotright.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_rotright.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_shiftleft.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_shiftleft.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_shiftright.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_shiftright.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_string_kernels.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_string_kernels.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_sub.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_sub.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_substring.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_substring.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_with.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_with.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_equals.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_equals.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_not_equals.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_not_equals.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_less.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_less.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_less_or_equal.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_less_or_equal.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_greater.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_greater.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_greater_or_equal.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_greater_or_equal.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_computation_node_codegen.h.txt - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/contrib/ydb/library/yql/minikql/computation/mkql_computation_node_codegen.h -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_codegen.h.txt - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_codegen.h -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_codegen_llvm.h.txt - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_codegen_llvm.h -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_impl.h.txt - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_impl.h -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_decimal.h.txt - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_decimal.h -) diff --git a/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 053719c6fd6..00000000000 --- a/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,262 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(minikql-invoke_builtins-llvm) -target_compile_options(minikql-invoke_builtins-llvm PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION - $,,-Wno-everything> -) -target_include_directories(minikql-invoke_builtins-llvm PUBLIC - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/contrib/ydb/library/yql/minikql/computation -) -target_include_directories(minikql-invoke_builtins-llvm PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/contrib/ydb/library/yql/minikql/invoke_builtins - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins -) -target_link_libraries(minikql-invoke_builtins-llvm PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - minikql-codegen-llvm - minikql-computation-llvm - llvm12-lib-IR - lib-ExecutionEngine-MCJIT - llvm12-lib-Linker - lib-Target-X86 - Target-X86-AsmParser - lib-Transforms-IPO - library-cpp-pop_count - ydb-library-binary_json - library-yql-minikql - yql-minikql-arrow - yql-public-udf - libs-apache-arrow -) -target_sources(minikql-invoke_builtins-llvm PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_abs.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_add.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_bitand.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_bitnot.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_bitor.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_bitxor.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_byteat.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_codegen.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_concat.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_convert.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_countbits.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_decimal.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_dec.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_div.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_find.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_inc.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_invprestr.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_max.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_min.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_minus.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_mod.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_mul.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_nanvl.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_plus.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_rotleft.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_rotright.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_shiftleft.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_shiftright.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_string_kernels.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_sub.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_substring.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_with.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_equals.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_not_equals.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_less.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_less_or_equal.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_greater.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_greater_or_equal.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins.h -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_abs.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_abs.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_add.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_add.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_bitand.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_bitand.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_bitnot.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_bitnot.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_bitor.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_bitor.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_bitxor.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_bitxor.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_byteat.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_byteat.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_codegen.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_codegen.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_concat.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_concat.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_convert.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_convert.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_countbits.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_countbits.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_decimal.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_decimal.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_dec.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_dec.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_div.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_div.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_find.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_find.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_inc.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_inc.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_invprestr.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_invprestr.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_max.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_max.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_min.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_min.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_minus.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_minus.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_mod.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_mod.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_mul.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_mul.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_nanvl.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_nanvl.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_plus.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_plus.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_rotleft.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_rotleft.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_rotright.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_rotright.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_shiftleft.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_shiftleft.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_shiftright.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_shiftright.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_string_kernels.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_string_kernels.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_sub.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_sub.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_substring.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_substring.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_with.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_with.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_equals.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_equals.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_not_equals.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_not_equals.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_less.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_less.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_less_or_equal.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_less_or_equal.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_greater.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_greater.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_greater_or_equal.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_greater_or_equal.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_computation_node_codegen.h.txt - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/contrib/ydb/library/yql/minikql/computation/mkql_computation_node_codegen.h -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_codegen.h.txt - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_codegen.h -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_codegen_llvm.h.txt - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_codegen_llvm.h -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_impl.h.txt - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_impl.h -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_decimal.h.txt - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_decimal.h -) diff --git a/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/CMakeLists.txt b/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 4f2d59ef3f7..00000000000 --- a/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,261 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(minikql-invoke_builtins-llvm) -target_compile_options(minikql-invoke_builtins-llvm PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION - $,,-Wno-everything> -) -target_include_directories(minikql-invoke_builtins-llvm PUBLIC - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/contrib/ydb/library/yql/minikql/computation -) -target_include_directories(minikql-invoke_builtins-llvm PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/contrib/ydb/library/yql/minikql/invoke_builtins - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins -) -target_link_libraries(minikql-invoke_builtins-llvm PUBLIC - contrib-libs-cxxsupp - yutil - minikql-codegen-llvm - minikql-computation-llvm - llvm12-lib-IR - lib-ExecutionEngine-MCJIT - llvm12-lib-Linker - lib-Target-X86 - Target-X86-AsmParser - lib-Transforms-IPO - library-cpp-pop_count - ydb-library-binary_json - library-yql-minikql - yql-minikql-arrow - yql-public-udf - libs-apache-arrow -) -target_sources(minikql-invoke_builtins-llvm PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_abs.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_add.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_bitand.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_bitnot.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_bitor.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_bitxor.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_byteat.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_codegen.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_concat.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_convert.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_countbits.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_decimal.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_dec.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_div.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_find.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_inc.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_invprestr.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_max.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_min.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_minus.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_mod.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_mul.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_nanvl.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_plus.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_rotleft.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_rotright.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_shiftleft.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_shiftright.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_string_kernels.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_sub.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_substring.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_with.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_equals.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_not_equals.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_less.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_less_or_equal.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_greater.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_greater_or_equal.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins.h -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_abs.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_abs.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_add.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_add.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_bitand.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_bitand.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_bitnot.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_bitnot.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_bitor.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_bitor.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_bitxor.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_bitxor.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_byteat.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_byteat.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_codegen.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_codegen.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_concat.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_concat.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_convert.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_convert.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_countbits.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_countbits.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_decimal.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_decimal.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_dec.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_dec.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_div.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_div.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_find.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_find.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_inc.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_inc.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_invprestr.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_invprestr.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_max.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_max.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_min.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_min.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_minus.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_minus.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_mod.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_mod.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_mul.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_mul.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_nanvl.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_nanvl.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_plus.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_plus.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_rotleft.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_rotleft.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_rotright.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_rotright.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_shiftleft.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_shiftleft.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_shiftright.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_shiftright.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_string_kernels.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_string_kernels.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_sub.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_sub.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_substring.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_substring.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_with.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_with.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_equals.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_equals.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_not_equals.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_not_equals.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_less.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_less.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_less_or_equal.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_less_or_equal.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_greater.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_greater.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_greater_or_equal.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/mkql_builtins_greater_or_equal.cpp -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/computation/mkql_computation_node_codegen.h.txt - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/contrib/ydb/library/yql/minikql/computation/mkql_computation_node_codegen.h -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_codegen.h.txt - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_codegen.h -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_codegen_llvm.h.txt - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_codegen_llvm.h -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_impl.h.txt - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_impl.h -) -copy_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_decimal.h.txt - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/minikql/invoke_builtins/llvm/contrib/ydb/library/yql/minikql/invoke_builtins/mkql_builtins_decimal.h -) diff --git a/contrib/ydb/library/yql/minikql/jsonpath/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/minikql/jsonpath/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 644e61ab508..00000000000 --- a/contrib/ydb/library/yql/minikql/jsonpath/CMakeLists.darwin-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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(yql-minikql-jsonpath) -target_compile_options(yql-minikql-jsonpath PRIVATE - -DYDB_REWRAPPER_LIB_ID=kHyperscan - -DUDF_ABI_VERSION_MAJOR=2 - -DUDF_ABI_VERSION_MINOR=27 - -DUDF_ABI_VERSION_PATCH=0 -) -target_link_libraries(yql-minikql-jsonpath PUBLIC - contrib-libs-cxxsupp - yutil - library-rewrapper-hyperscan - contrib-libs-double-conversion - library-cpp-json - library-rewrapper-re2 - ydb-library-rewrapper - ydb-library-binary_json - yql-minikql-dom - yql-public-issue - yql-public-udf - library-yql-ast - library-yql-utils - core-issue-protos - yql-parser-proto_ast - proto_ast-gen-jsonpath - tools-enum_parser-enum_serialization_runtime -) -target_sources(yql-minikql-jsonpath PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/jsonpath/ast_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/jsonpath/ast_nodes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/jsonpath/binary.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/jsonpath/executor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/jsonpath/jsonpath.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/jsonpath/parse_double.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/jsonpath/type_check.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/jsonpath/value.cpp -) -generate_enum_serilization(yql-minikql-jsonpath - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/jsonpath/ast_nodes.h - INCLUDE_HEADERS - contrib/ydb/library/yql/minikql/jsonpath/ast_nodes.h -) diff --git a/contrib/ydb/library/yql/minikql/jsonpath/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/minikql/jsonpath/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e64c3e42e97..00000000000 --- a/contrib/ydb/library/yql/minikql/jsonpath/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(yql-minikql-jsonpath) -target_compile_options(yql-minikql-jsonpath PRIVATE - -DYDB_REWRAPPER_LIB_ID=kRe2 - -DUDF_ABI_VERSION_MAJOR=2 - -DUDF_ABI_VERSION_MINOR=27 - -DUDF_ABI_VERSION_PATCH=0 -) -target_link_libraries(yql-minikql-jsonpath PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-double-conversion - library-cpp-json - library-rewrapper-re2 - ydb-library-rewrapper - ydb-library-binary_json - yql-minikql-dom - yql-public-issue - yql-public-udf - library-yql-ast - library-yql-utils - core-issue-protos - yql-parser-proto_ast - proto_ast-gen-jsonpath - tools-enum_parser-enum_serialization_runtime -) -target_sources(yql-minikql-jsonpath PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/jsonpath/ast_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/jsonpath/ast_nodes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/jsonpath/binary.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/jsonpath/executor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/jsonpath/jsonpath.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/jsonpath/parse_double.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/jsonpath/type_check.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/jsonpath/value.cpp -) -generate_enum_serilization(yql-minikql-jsonpath - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/jsonpath/ast_nodes.h - INCLUDE_HEADERS - contrib/ydb/library/yql/minikql/jsonpath/ast_nodes.h -) diff --git a/contrib/ydb/library/yql/minikql/jsonpath/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/minikql/jsonpath/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 5d6306e33dd..00000000000 --- a/contrib/ydb/library/yql/minikql/jsonpath/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,57 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(yql-minikql-jsonpath) -target_compile_options(yql-minikql-jsonpath PRIVATE - -DYDB_REWRAPPER_LIB_ID=kHyperscan - -DUDF_ABI_VERSION_MAJOR=2 - -DUDF_ABI_VERSION_MINOR=27 - -DUDF_ABI_VERSION_PATCH=0 -) -target_link_libraries(yql-minikql-jsonpath PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-rewrapper-hyperscan - contrib-libs-double-conversion - library-cpp-json - library-rewrapper-re2 - ydb-library-rewrapper - ydb-library-binary_json - yql-minikql-dom - yql-public-issue - yql-public-udf - library-yql-ast - library-yql-utils - core-issue-protos - yql-parser-proto_ast - proto_ast-gen-jsonpath - tools-enum_parser-enum_serialization_runtime -) -target_sources(yql-minikql-jsonpath PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/jsonpath/ast_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/jsonpath/ast_nodes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/jsonpath/binary.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/jsonpath/executor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/jsonpath/jsonpath.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/jsonpath/parse_double.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/jsonpath/type_check.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/jsonpath/value.cpp -) -generate_enum_serilization(yql-minikql-jsonpath - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/jsonpath/ast_nodes.h - INCLUDE_HEADERS - contrib/ydb/library/yql/minikql/jsonpath/ast_nodes.h -) diff --git a/contrib/ydb/library/yql/minikql/jsonpath/CMakeLists.txt b/contrib/ydb/library/yql/minikql/jsonpath/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/minikql/jsonpath/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/minikql/jsonpath/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/minikql/jsonpath/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 644e61ab508..00000000000 --- a/contrib/ydb/library/yql/minikql/jsonpath/CMakeLists.windows-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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(yql-minikql-jsonpath) -target_compile_options(yql-minikql-jsonpath PRIVATE - -DYDB_REWRAPPER_LIB_ID=kHyperscan - -DUDF_ABI_VERSION_MAJOR=2 - -DUDF_ABI_VERSION_MINOR=27 - -DUDF_ABI_VERSION_PATCH=0 -) -target_link_libraries(yql-minikql-jsonpath PUBLIC - contrib-libs-cxxsupp - yutil - library-rewrapper-hyperscan - contrib-libs-double-conversion - library-cpp-json - library-rewrapper-re2 - ydb-library-rewrapper - ydb-library-binary_json - yql-minikql-dom - yql-public-issue - yql-public-udf - library-yql-ast - library-yql-utils - core-issue-protos - yql-parser-proto_ast - proto_ast-gen-jsonpath - tools-enum_parser-enum_serialization_runtime -) -target_sources(yql-minikql-jsonpath PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/jsonpath/ast_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/jsonpath/ast_nodes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/jsonpath/binary.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/jsonpath/executor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/jsonpath/jsonpath.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/jsonpath/parse_double.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/jsonpath/type_check.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/jsonpath/value.cpp -) -generate_enum_serilization(yql-minikql-jsonpath - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/jsonpath/ast_nodes.h - INCLUDE_HEADERS - contrib/ydb/library/yql/minikql/jsonpath/ast_nodes.h -) diff --git a/contrib/ydb/library/yql/parser/CMakeLists.txt b/contrib/ydb/library/yql/parser/CMakeLists.txt deleted file mode 100644 index ad08e246dcc..00000000000 --- a/contrib/ydb/library/yql/parser/CMakeLists.txt +++ /dev/null @@ -1,12 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(lexer_common) -add_subdirectory(pg_catalog) -add_subdirectory(pg_wrapper) -add_subdirectory(proto_ast) diff --git a/contrib/ydb/library/yql/parser/lexer_common/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/parser/lexer_common/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index fe1e326aa2f..00000000000 --- a/contrib/ydb/library/yql/parser/lexer_common/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(yql-parser-lexer_common) -target_link_libraries(yql-parser-lexer_common PUBLIC - contrib-libs-cxxsupp - yutil - yql-public-issue -) -target_sources(yql-parser-lexer_common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/lexer_common/tokens.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/lexer_common/hints.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/lexer_common/parse_hints_impl.cpp -) diff --git a/contrib/ydb/library/yql/parser/lexer_common/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/parser/lexer_common/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 733fee05459..00000000000 --- a/contrib/ydb/library/yql/parser/lexer_common/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(yql-parser-lexer_common) -target_link_libraries(yql-parser-lexer_common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - yql-public-issue -) -target_sources(yql-parser-lexer_common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/lexer_common/tokens.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/lexer_common/hints.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/lexer_common/parse_hints_impl.cpp -) diff --git a/contrib/ydb/library/yql/parser/lexer_common/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/parser/lexer_common/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 733fee05459..00000000000 --- a/contrib/ydb/library/yql/parser/lexer_common/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(yql-parser-lexer_common) -target_link_libraries(yql-parser-lexer_common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - yql-public-issue -) -target_sources(yql-parser-lexer_common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/lexer_common/tokens.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/lexer_common/hints.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/lexer_common/parse_hints_impl.cpp -) diff --git a/contrib/ydb/library/yql/parser/lexer_common/CMakeLists.txt b/contrib/ydb/library/yql/parser/lexer_common/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/parser/lexer_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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/parser/lexer_common/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/parser/lexer_common/CMakeLists.windows-x86_64.txt deleted file mode 100644 index fe1e326aa2f..00000000000 --- a/contrib/ydb/library/yql/parser/lexer_common/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(yql-parser-lexer_common) -target_link_libraries(yql-parser-lexer_common PUBLIC - contrib-libs-cxxsupp - yutil - yql-public-issue -) -target_sources(yql-parser-lexer_common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/lexer_common/tokens.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/lexer_common/hints.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/lexer_common/parse_hints_impl.cpp -) diff --git a/contrib/ydb/library/yql/parser/pg_catalog/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/parser/pg_catalog/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 716b381e3f9..00000000000 --- a/contrib/ydb/library/yql/parser/pg_catalog/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,169 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(yql-parser-pg_catalog) -target_link_libraries(yql-parser-pg_catalog PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-resource - yql-public-issue -) -target_sources(yql-parser-pg_catalog PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/pg_catalog/catalog.cpp -) - -add_global_library_for(yql-parser-pg_catalog.global yql-parser-pg_catalog) -target_link_libraries(yql-parser-pg_catalog.global PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-resource - yql-public-issue -) -target_sources(yql-parser-pg_catalog.global PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/eadca93c2963e941669f9c2a2aa57764.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/3d26e9517473285170cd0a3d23c7d2d0.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/4a6c1378a260ff6d488f8786dfd07167.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/f90d56932d7a7f6894e22bfd30e081cc.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/83fc7cd35e09e29e248d3759a2f756a6.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/aef100a0eb600c727753b7527c8156c1.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/69148841cb58a458173a42fc4a2d34a5.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/ec0b500b671e1ef6896201d71c27c3a9.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/35d2aa467812d7360a78c1fae061c821.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/d248668b32b6a4d36f76898f91cda187.cpp -) -resources(yql-parser-pg_catalog.global - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/eadca93c2963e941669f9c2a2aa57764.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/pg_wrapper/postgresql/src/include/catalog/pg_operator.dat - KEYS - pg_operator.dat -) -resources(yql-parser-pg_catalog.global - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/3d26e9517473285170cd0a3d23c7d2d0.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/pg_wrapper/postgresql/src/include/catalog/pg_proc.dat - KEYS - pg_proc.dat -) -resources(yql-parser-pg_catalog.global - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/4a6c1378a260ff6d488f8786dfd07167.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/pg_wrapper/postgresql/src/include/catalog/pg_type.dat - KEYS - pg_type.dat -) -resources(yql-parser-pg_catalog.global - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/f90d56932d7a7f6894e22bfd30e081cc.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/pg_wrapper/postgresql/src/include/catalog/pg_cast.dat - KEYS - pg_cast.dat -) -resources(yql-parser-pg_catalog.global - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/83fc7cd35e09e29e248d3759a2f756a6.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/pg_wrapper/postgresql/src/include/catalog/pg_aggregate.dat - KEYS - pg_aggregate.dat -) -resources(yql-parser-pg_catalog.global - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/aef100a0eb600c727753b7527c8156c1.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/pg_wrapper/postgresql/src/include/catalog/pg_opfamily.dat - KEYS - pg_opfamily.dat -) -resources(yql-parser-pg_catalog.global - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/69148841cb58a458173a42fc4a2d34a5.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/pg_wrapper/postgresql/src/include/catalog/pg_opclass.dat - KEYS - pg_opclass.dat -) -resources(yql-parser-pg_catalog.global - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/ec0b500b671e1ef6896201d71c27c3a9.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/pg_wrapper/postgresql/src/include/catalog/pg_amproc.dat - KEYS - pg_amproc.dat -) -resources(yql-parser-pg_catalog.global - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/35d2aa467812d7360a78c1fae061c821.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/pg_wrapper/postgresql/src/include/catalog/pg_amop.dat - KEYS - pg_amop.dat -) -resources(yql-parser-pg_catalog.global - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/d248668b32b6a4d36f76898f91cda187.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/pg_wrapper/postgresql/src/include/catalog/pg_conversion.dat - KEYS - pg_conversion.dat -) diff --git a/contrib/ydb/library/yql/parser/pg_catalog/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/parser/pg_catalog/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 790b702bba5..00000000000 --- a/contrib/ydb/library/yql/parser/pg_catalog/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,171 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(yql-parser-pg_catalog) -target_link_libraries(yql-parser-pg_catalog PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-resource - yql-public-issue -) -target_sources(yql-parser-pg_catalog PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/pg_catalog/catalog.cpp -) - -add_global_library_for(yql-parser-pg_catalog.global yql-parser-pg_catalog) -target_link_libraries(yql-parser-pg_catalog.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-resource - yql-public-issue -) -target_sources(yql-parser-pg_catalog.global PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/eadca93c2963e941669f9c2a2aa57764.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/3d26e9517473285170cd0a3d23c7d2d0.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/4a6c1378a260ff6d488f8786dfd07167.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/f90d56932d7a7f6894e22bfd30e081cc.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/83fc7cd35e09e29e248d3759a2f756a6.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/aef100a0eb600c727753b7527c8156c1.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/69148841cb58a458173a42fc4a2d34a5.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/ec0b500b671e1ef6896201d71c27c3a9.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/35d2aa467812d7360a78c1fae061c821.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/d248668b32b6a4d36f76898f91cda187.cpp -) -resources(yql-parser-pg_catalog.global - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/eadca93c2963e941669f9c2a2aa57764.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/pg_wrapper/postgresql/src/include/catalog/pg_operator.dat - KEYS - pg_operator.dat -) -resources(yql-parser-pg_catalog.global - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/3d26e9517473285170cd0a3d23c7d2d0.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/pg_wrapper/postgresql/src/include/catalog/pg_proc.dat - KEYS - pg_proc.dat -) -resources(yql-parser-pg_catalog.global - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/4a6c1378a260ff6d488f8786dfd07167.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/pg_wrapper/postgresql/src/include/catalog/pg_type.dat - KEYS - pg_type.dat -) -resources(yql-parser-pg_catalog.global - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/f90d56932d7a7f6894e22bfd30e081cc.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/pg_wrapper/postgresql/src/include/catalog/pg_cast.dat - KEYS - pg_cast.dat -) -resources(yql-parser-pg_catalog.global - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/83fc7cd35e09e29e248d3759a2f756a6.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/pg_wrapper/postgresql/src/include/catalog/pg_aggregate.dat - KEYS - pg_aggregate.dat -) -resources(yql-parser-pg_catalog.global - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/aef100a0eb600c727753b7527c8156c1.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/pg_wrapper/postgresql/src/include/catalog/pg_opfamily.dat - KEYS - pg_opfamily.dat -) -resources(yql-parser-pg_catalog.global - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/69148841cb58a458173a42fc4a2d34a5.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/pg_wrapper/postgresql/src/include/catalog/pg_opclass.dat - KEYS - pg_opclass.dat -) -resources(yql-parser-pg_catalog.global - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/ec0b500b671e1ef6896201d71c27c3a9.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/pg_wrapper/postgresql/src/include/catalog/pg_amproc.dat - KEYS - pg_amproc.dat -) -resources(yql-parser-pg_catalog.global - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/35d2aa467812d7360a78c1fae061c821.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/pg_wrapper/postgresql/src/include/catalog/pg_amop.dat - KEYS - pg_amop.dat -) -resources(yql-parser-pg_catalog.global - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/d248668b32b6a4d36f76898f91cda187.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/pg_wrapper/postgresql/src/include/catalog/pg_conversion.dat - KEYS - pg_conversion.dat -) diff --git a/contrib/ydb/library/yql/parser/pg_catalog/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/parser/pg_catalog/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 790b702bba5..00000000000 --- a/contrib/ydb/library/yql/parser/pg_catalog/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,171 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(yql-parser-pg_catalog) -target_link_libraries(yql-parser-pg_catalog PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-resource - yql-public-issue -) -target_sources(yql-parser-pg_catalog PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/pg_catalog/catalog.cpp -) - -add_global_library_for(yql-parser-pg_catalog.global yql-parser-pg_catalog) -target_link_libraries(yql-parser-pg_catalog.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-resource - yql-public-issue -) -target_sources(yql-parser-pg_catalog.global PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/eadca93c2963e941669f9c2a2aa57764.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/3d26e9517473285170cd0a3d23c7d2d0.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/4a6c1378a260ff6d488f8786dfd07167.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/f90d56932d7a7f6894e22bfd30e081cc.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/83fc7cd35e09e29e248d3759a2f756a6.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/aef100a0eb600c727753b7527c8156c1.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/69148841cb58a458173a42fc4a2d34a5.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/ec0b500b671e1ef6896201d71c27c3a9.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/35d2aa467812d7360a78c1fae061c821.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/d248668b32b6a4d36f76898f91cda187.cpp -) -resources(yql-parser-pg_catalog.global - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/eadca93c2963e941669f9c2a2aa57764.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/pg_wrapper/postgresql/src/include/catalog/pg_operator.dat - KEYS - pg_operator.dat -) -resources(yql-parser-pg_catalog.global - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/3d26e9517473285170cd0a3d23c7d2d0.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/pg_wrapper/postgresql/src/include/catalog/pg_proc.dat - KEYS - pg_proc.dat -) -resources(yql-parser-pg_catalog.global - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/4a6c1378a260ff6d488f8786dfd07167.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/pg_wrapper/postgresql/src/include/catalog/pg_type.dat - KEYS - pg_type.dat -) -resources(yql-parser-pg_catalog.global - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/f90d56932d7a7f6894e22bfd30e081cc.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/pg_wrapper/postgresql/src/include/catalog/pg_cast.dat - KEYS - pg_cast.dat -) -resources(yql-parser-pg_catalog.global - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/83fc7cd35e09e29e248d3759a2f756a6.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/pg_wrapper/postgresql/src/include/catalog/pg_aggregate.dat - KEYS - pg_aggregate.dat -) -resources(yql-parser-pg_catalog.global - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/aef100a0eb600c727753b7527c8156c1.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/pg_wrapper/postgresql/src/include/catalog/pg_opfamily.dat - KEYS - pg_opfamily.dat -) -resources(yql-parser-pg_catalog.global - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/69148841cb58a458173a42fc4a2d34a5.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/pg_wrapper/postgresql/src/include/catalog/pg_opclass.dat - KEYS - pg_opclass.dat -) -resources(yql-parser-pg_catalog.global - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/ec0b500b671e1ef6896201d71c27c3a9.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/pg_wrapper/postgresql/src/include/catalog/pg_amproc.dat - KEYS - pg_amproc.dat -) -resources(yql-parser-pg_catalog.global - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/35d2aa467812d7360a78c1fae061c821.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/pg_wrapper/postgresql/src/include/catalog/pg_amop.dat - KEYS - pg_amop.dat -) -resources(yql-parser-pg_catalog.global - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/d248668b32b6a4d36f76898f91cda187.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/pg_wrapper/postgresql/src/include/catalog/pg_conversion.dat - KEYS - pg_conversion.dat -) diff --git a/contrib/ydb/library/yql/parser/pg_catalog/CMakeLists.txt b/contrib/ydb/library/yql/parser/pg_catalog/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/parser/pg_catalog/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/parser/pg_catalog/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/parser/pg_catalog/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 716b381e3f9..00000000000 --- a/contrib/ydb/library/yql/parser/pg_catalog/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,169 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(yql-parser-pg_catalog) -target_link_libraries(yql-parser-pg_catalog PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-resource - yql-public-issue -) -target_sources(yql-parser-pg_catalog PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/pg_catalog/catalog.cpp -) - -add_global_library_for(yql-parser-pg_catalog.global yql-parser-pg_catalog) -target_link_libraries(yql-parser-pg_catalog.global PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-resource - yql-public-issue -) -target_sources(yql-parser-pg_catalog.global PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/eadca93c2963e941669f9c2a2aa57764.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/3d26e9517473285170cd0a3d23c7d2d0.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/4a6c1378a260ff6d488f8786dfd07167.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/f90d56932d7a7f6894e22bfd30e081cc.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/83fc7cd35e09e29e248d3759a2f756a6.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/aef100a0eb600c727753b7527c8156c1.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/69148841cb58a458173a42fc4a2d34a5.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/ec0b500b671e1ef6896201d71c27c3a9.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/35d2aa467812d7360a78c1fae061c821.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/d248668b32b6a4d36f76898f91cda187.cpp -) -resources(yql-parser-pg_catalog.global - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/eadca93c2963e941669f9c2a2aa57764.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/pg_wrapper/postgresql/src/include/catalog/pg_operator.dat - KEYS - pg_operator.dat -) -resources(yql-parser-pg_catalog.global - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/3d26e9517473285170cd0a3d23c7d2d0.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/pg_wrapper/postgresql/src/include/catalog/pg_proc.dat - KEYS - pg_proc.dat -) -resources(yql-parser-pg_catalog.global - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/4a6c1378a260ff6d488f8786dfd07167.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/pg_wrapper/postgresql/src/include/catalog/pg_type.dat - KEYS - pg_type.dat -) -resources(yql-parser-pg_catalog.global - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/f90d56932d7a7f6894e22bfd30e081cc.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/pg_wrapper/postgresql/src/include/catalog/pg_cast.dat - KEYS - pg_cast.dat -) -resources(yql-parser-pg_catalog.global - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/83fc7cd35e09e29e248d3759a2f756a6.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/pg_wrapper/postgresql/src/include/catalog/pg_aggregate.dat - KEYS - pg_aggregate.dat -) -resources(yql-parser-pg_catalog.global - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/aef100a0eb600c727753b7527c8156c1.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/pg_wrapper/postgresql/src/include/catalog/pg_opfamily.dat - KEYS - pg_opfamily.dat -) -resources(yql-parser-pg_catalog.global - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/69148841cb58a458173a42fc4a2d34a5.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/pg_wrapper/postgresql/src/include/catalog/pg_opclass.dat - KEYS - pg_opclass.dat -) -resources(yql-parser-pg_catalog.global - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/ec0b500b671e1ef6896201d71c27c3a9.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/pg_wrapper/postgresql/src/include/catalog/pg_amproc.dat - KEYS - pg_amproc.dat -) -resources(yql-parser-pg_catalog.global - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/35d2aa467812d7360a78c1fae061c821.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/pg_wrapper/postgresql/src/include/catalog/pg_amop.dat - KEYS - pg_amop.dat -) -resources(yql-parser-pg_catalog.global - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/pg_catalog/d248668b32b6a4d36f76898f91cda187.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/pg_wrapper/postgresql/src/include/catalog/pg_conversion.dat - KEYS - pg_conversion.dat -) diff --git a/contrib/ydb/library/yql/parser/pg_wrapper/CMakeLists.txt b/contrib/ydb/library/yql/parser/pg_wrapper/CMakeLists.txt deleted file mode 100644 index 38e1c6410ca..00000000000 --- a/contrib/ydb/library/yql/parser/pg_wrapper/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(interface) diff --git a/contrib/ydb/library/yql/parser/pg_wrapper/interface/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/parser/pg_wrapper/interface/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 25517da5e20..00000000000 --- a/contrib/ydb/library/yql/parser/pg_wrapper/interface/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(parser-pg_wrapper-interface) -target_compile_options(parser-pg_wrapper-interface PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(parser-pg_wrapper-interface PUBLIC - contrib-libs-cxxsupp - yutil - library-yql-ast - yql-public-udf - public-udf-arrow - yql-core-cbo -) -target_sources(parser-pg_wrapper-interface PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/pg_wrapper/interface/interface.cpp -) diff --git a/contrib/ydb/library/yql/parser/pg_wrapper/interface/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/parser/pg_wrapper/interface/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 24716c411af..00000000000 --- a/contrib/ydb/library/yql/parser/pg_wrapper/interface/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(parser-pg_wrapper-interface) -target_compile_options(parser-pg_wrapper-interface PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(parser-pg_wrapper-interface PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-yql-ast - yql-public-udf - public-udf-arrow - yql-core-cbo -) -target_sources(parser-pg_wrapper-interface PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/pg_wrapper/interface/interface.cpp -) diff --git a/contrib/ydb/library/yql/parser/pg_wrapper/interface/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/parser/pg_wrapper/interface/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 24716c411af..00000000000 --- a/contrib/ydb/library/yql/parser/pg_wrapper/interface/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(parser-pg_wrapper-interface) -target_compile_options(parser-pg_wrapper-interface PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(parser-pg_wrapper-interface PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-yql-ast - yql-public-udf - public-udf-arrow - yql-core-cbo -) -target_sources(parser-pg_wrapper-interface PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/pg_wrapper/interface/interface.cpp -) diff --git a/contrib/ydb/library/yql/parser/pg_wrapper/interface/CMakeLists.txt b/contrib/ydb/library/yql/parser/pg_wrapper/interface/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/parser/pg_wrapper/interface/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/parser/pg_wrapper/interface/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/parser/pg_wrapper/interface/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 25517da5e20..00000000000 --- a/contrib/ydb/library/yql/parser/pg_wrapper/interface/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(parser-pg_wrapper-interface) -target_compile_options(parser-pg_wrapper-interface PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(parser-pg_wrapper-interface PUBLIC - contrib-libs-cxxsupp - yutil - library-yql-ast - yql-public-udf - public-udf-arrow - yql-core-cbo -) -target_sources(parser-pg_wrapper-interface PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/pg_wrapper/interface/interface.cpp -) diff --git a/contrib/ydb/library/yql/parser/proto_ast/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/parser/proto_ast/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 811fd7fb03d..00000000000 --- a/contrib/ydb/library/yql/parser/proto_ast/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(collect_issues) -add_subdirectory(gen) - -add_library(yql-parser-proto_ast) -target_link_libraries(yql-parser-proto_ast PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-antlr3_cpp_runtime - contrib-libs-protobuf -) -target_sources(yql-parser-proto_ast PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/proto_ast/proto_ast.cpp -) diff --git a/contrib/ydb/library/yql/parser/proto_ast/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/parser/proto_ast/CMakeLists.linux-aarch64.txt deleted file mode 100644 index f52f5b54563..00000000000 --- a/contrib/ydb/library/yql/parser/proto_ast/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(collect_issues) -add_subdirectory(gen) - -add_library(yql-parser-proto_ast) -target_link_libraries(yql-parser-proto_ast PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-antlr3_cpp_runtime - contrib-libs-protobuf -) -target_sources(yql-parser-proto_ast PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/proto_ast/proto_ast.cpp -) diff --git a/contrib/ydb/library/yql/parser/proto_ast/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/parser/proto_ast/CMakeLists.linux-x86_64.txt deleted file mode 100644 index f52f5b54563..00000000000 --- a/contrib/ydb/library/yql/parser/proto_ast/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(collect_issues) -add_subdirectory(gen) - -add_library(yql-parser-proto_ast) -target_link_libraries(yql-parser-proto_ast PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-antlr3_cpp_runtime - contrib-libs-protobuf -) -target_sources(yql-parser-proto_ast PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/proto_ast/proto_ast.cpp -) diff --git a/contrib/ydb/library/yql/parser/proto_ast/CMakeLists.txt b/contrib/ydb/library/yql/parser/proto_ast/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/parser/proto_ast/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/parser/proto_ast/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/parser/proto_ast/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 811fd7fb03d..00000000000 --- a/contrib/ydb/library/yql/parser/proto_ast/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(collect_issues) -add_subdirectory(gen) - -add_library(yql-parser-proto_ast) -target_link_libraries(yql-parser-proto_ast PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-antlr3_cpp_runtime - contrib-libs-protobuf -) -target_sources(yql-parser-proto_ast PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/proto_ast/proto_ast.cpp -) diff --git a/contrib/ydb/library/yql/parser/proto_ast/collect_issues/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/parser/proto_ast/collect_issues/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a818d5398bf..00000000000 --- a/contrib/ydb/library/yql/parser/proto_ast/collect_issues/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(parser-proto_ast-collect_issues INTERFACE) -target_link_libraries(parser-proto_ast-collect_issues INTERFACE - contrib-libs-cxxsupp - yutil - yql-public-issue - yql-parser-proto_ast -) diff --git a/contrib/ydb/library/yql/parser/proto_ast/collect_issues/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/parser/proto_ast/collect_issues/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 05d0648d817..00000000000 --- a/contrib/ydb/library/yql/parser/proto_ast/collect_issues/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(parser-proto_ast-collect_issues INTERFACE) -target_link_libraries(parser-proto_ast-collect_issues INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - yql-public-issue - yql-parser-proto_ast -) diff --git a/contrib/ydb/library/yql/parser/proto_ast/collect_issues/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/parser/proto_ast/collect_issues/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 05d0648d817..00000000000 --- a/contrib/ydb/library/yql/parser/proto_ast/collect_issues/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(parser-proto_ast-collect_issues INTERFACE) -target_link_libraries(parser-proto_ast-collect_issues INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - yql-public-issue - yql-parser-proto_ast -) diff --git a/contrib/ydb/library/yql/parser/proto_ast/collect_issues/CMakeLists.txt b/contrib/ydb/library/yql/parser/proto_ast/collect_issues/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/parser/proto_ast/collect_issues/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/parser/proto_ast/collect_issues/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/parser/proto_ast/collect_issues/CMakeLists.windows-x86_64.txt deleted file mode 100644 index a818d5398bf..00000000000 --- a/contrib/ydb/library/yql/parser/proto_ast/collect_issues/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(parser-proto_ast-collect_issues INTERFACE) -target_link_libraries(parser-proto_ast-collect_issues INTERFACE - contrib-libs-cxxsupp - yutil - yql-public-issue - yql-parser-proto_ast -) diff --git a/contrib/ydb/library/yql/parser/proto_ast/gen/CMakeLists.txt b/contrib/ydb/library/yql/parser/proto_ast/gen/CMakeLists.txt deleted file mode 100644 index 06001827970..00000000000 --- a/contrib/ydb/library/yql/parser/proto_ast/gen/CMakeLists.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_subdirectory(jsonpath) -add_subdirectory(v0) -add_subdirectory(v1) -add_subdirectory(v1_ansi) -add_subdirectory(v1_proto) diff --git a/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 8b49b71c5e8..00000000000 --- a/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,113 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -set( - ANTLR_PACKAGE_NAME - NJsonPathGenerated -) -set( - ANTLR_PACKAGE_NAME - NJsonPathGenerated -) -set( - LEXER_PARSER_NAMESPACE - NALP -) -set( - PROTOBUF_HEADER_PATH - contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath -) - -add_library(proto_ast-gen-jsonpath) -target_compile_options(proto_ast-gen-jsonpath PRIVATE - $,,-Wno-everything> -) -target_include_directories(proto_ast-gen-jsonpath PUBLIC - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/org/antlr/codegen/templates/Cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/org/antlr/codegen/templates/protobuf -) -target_link_libraries(proto_ast-gen-jsonpath PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(proto_ast-gen-jsonpath PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/JsonPathParser.proto -) -target_sources(proto_ast-gen-jsonpath PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/JsonPathParser.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/JsonPathLexer.cpp -) -run_antlr( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/JsonPathParser.proto - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/jsonpath/JsonPath.g - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/org/antlr/codegen/templates/protobuf/protobuf.stg - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath - ANTLER_ARGS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/jsonpath/JsonPath.g - -lib - . - -fo - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath - -language - protobuf -) -configure_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/proto_ast/org/antlr/codegen/templates/protobuf/protobuf.stg.in - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/org/antlr/codegen/templates/protobuf/protobuf.stg -) -configure_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/proto_ast/org/antlr/codegen/templates/Cpp/Cpp.stg.in - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/org/antlr/codegen/templates/Cpp/Cpp.stg -) -run_antlr( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/JsonPathParser.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/JsonPathLexer.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/JsonPathParser.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/JsonPathLexer.h - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/jsonpath/JsonPath.g - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/org/antlr/codegen/templates/Cpp/Cpp.stg - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath - ANTLER_ARGS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/jsonpath/JsonPath.g - -lib - . - -fo - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath -) -target_proto_addincls(proto_ast-gen-jsonpath - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(proto_ast-gen-jsonpath - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 96f21b029eb..00000000000 --- a/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,114 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -set( - ANTLR_PACKAGE_NAME - NJsonPathGenerated -) -set( - ANTLR_PACKAGE_NAME - NJsonPathGenerated -) -set( - LEXER_PARSER_NAMESPACE - NALP -) -set( - PROTOBUF_HEADER_PATH - contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath -) - -add_library(proto_ast-gen-jsonpath) -target_compile_options(proto_ast-gen-jsonpath PRIVATE - $,,-Wno-everything> -) -target_include_directories(proto_ast-gen-jsonpath PUBLIC - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/org/antlr/codegen/templates/Cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/org/antlr/codegen/templates/protobuf -) -target_link_libraries(proto_ast-gen-jsonpath PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(proto_ast-gen-jsonpath PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/JsonPathParser.proto -) -target_sources(proto_ast-gen-jsonpath PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/JsonPathParser.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/JsonPathLexer.cpp -) -run_antlr( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/JsonPathParser.proto - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/jsonpath/JsonPath.g - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/org/antlr/codegen/templates/protobuf/protobuf.stg - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath - ANTLER_ARGS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/jsonpath/JsonPath.g - -lib - . - -fo - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath - -language - protobuf -) -configure_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/proto_ast/org/antlr/codegen/templates/protobuf/protobuf.stg.in - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/org/antlr/codegen/templates/protobuf/protobuf.stg -) -configure_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/proto_ast/org/antlr/codegen/templates/Cpp/Cpp.stg.in - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/org/antlr/codegen/templates/Cpp/Cpp.stg -) -run_antlr( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/JsonPathParser.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/JsonPathLexer.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/JsonPathParser.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/JsonPathLexer.h - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/jsonpath/JsonPath.g - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/org/antlr/codegen/templates/Cpp/Cpp.stg - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath - ANTLER_ARGS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/jsonpath/JsonPath.g - -lib - . - -fo - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath -) -target_proto_addincls(proto_ast-gen-jsonpath - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(proto_ast-gen-jsonpath - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 96f21b029eb..00000000000 --- a/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,114 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -set( - ANTLR_PACKAGE_NAME - NJsonPathGenerated -) -set( - ANTLR_PACKAGE_NAME - NJsonPathGenerated -) -set( - LEXER_PARSER_NAMESPACE - NALP -) -set( - PROTOBUF_HEADER_PATH - contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath -) - -add_library(proto_ast-gen-jsonpath) -target_compile_options(proto_ast-gen-jsonpath PRIVATE - $,,-Wno-everything> -) -target_include_directories(proto_ast-gen-jsonpath PUBLIC - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/org/antlr/codegen/templates/Cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/org/antlr/codegen/templates/protobuf -) -target_link_libraries(proto_ast-gen-jsonpath PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(proto_ast-gen-jsonpath PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/JsonPathParser.proto -) -target_sources(proto_ast-gen-jsonpath PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/JsonPathParser.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/JsonPathLexer.cpp -) -run_antlr( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/JsonPathParser.proto - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/jsonpath/JsonPath.g - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/org/antlr/codegen/templates/protobuf/protobuf.stg - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath - ANTLER_ARGS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/jsonpath/JsonPath.g - -lib - . - -fo - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath - -language - protobuf -) -configure_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/proto_ast/org/antlr/codegen/templates/protobuf/protobuf.stg.in - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/org/antlr/codegen/templates/protobuf/protobuf.stg -) -configure_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/proto_ast/org/antlr/codegen/templates/Cpp/Cpp.stg.in - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/org/antlr/codegen/templates/Cpp/Cpp.stg -) -run_antlr( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/JsonPathParser.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/JsonPathLexer.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/JsonPathParser.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/JsonPathLexer.h - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/jsonpath/JsonPath.g - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/org/antlr/codegen/templates/Cpp/Cpp.stg - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath - ANTLER_ARGS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/jsonpath/JsonPath.g - -lib - . - -fo - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath -) -target_proto_addincls(proto_ast-gen-jsonpath - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(proto_ast-gen-jsonpath - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/CMakeLists.txt b/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 8b49b71c5e8..00000000000 --- a/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,113 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -set( - ANTLR_PACKAGE_NAME - NJsonPathGenerated -) -set( - ANTLR_PACKAGE_NAME - NJsonPathGenerated -) -set( - LEXER_PARSER_NAMESPACE - NALP -) -set( - PROTOBUF_HEADER_PATH - contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath -) - -add_library(proto_ast-gen-jsonpath) -target_compile_options(proto_ast-gen-jsonpath PRIVATE - $,,-Wno-everything> -) -target_include_directories(proto_ast-gen-jsonpath PUBLIC - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/org/antlr/codegen/templates/Cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/org/antlr/codegen/templates/protobuf -) -target_link_libraries(proto_ast-gen-jsonpath PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(proto_ast-gen-jsonpath PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/JsonPathParser.proto -) -target_sources(proto_ast-gen-jsonpath PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/JsonPathParser.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/JsonPathLexer.cpp -) -run_antlr( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/JsonPathParser.proto - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/jsonpath/JsonPath.g - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/org/antlr/codegen/templates/protobuf/protobuf.stg - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath - ANTLER_ARGS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/jsonpath/JsonPath.g - -lib - . - -fo - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath - -language - protobuf -) -configure_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/proto_ast/org/antlr/codegen/templates/protobuf/protobuf.stg.in - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/org/antlr/codegen/templates/protobuf/protobuf.stg -) -configure_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/proto_ast/org/antlr/codegen/templates/Cpp/Cpp.stg.in - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/org/antlr/codegen/templates/Cpp/Cpp.stg -) -run_antlr( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/JsonPathParser.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/JsonPathLexer.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/JsonPathParser.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/JsonPathLexer.h - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/jsonpath/JsonPath.g - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath/org/antlr/codegen/templates/Cpp/Cpp.stg - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath - ANTLER_ARGS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/minikql/jsonpath/JsonPath.g - -lib - . - -fo - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/jsonpath -) -target_proto_addincls(proto_ast-gen-jsonpath - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(proto_ast-gen-jsonpath - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/parser/proto_ast/gen/v0/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/parser/proto_ast/gen/v0/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2e739cfca7f..00000000000 --- a/contrib/ydb/library/yql/parser/proto_ast/gen/v0/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,113 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -set( - ANTLR_PACKAGE_NAME - NSQLGenerated -) -set( - ANTLR_PACKAGE_NAME - NSQLGenerated -) -set( - LEXER_PARSER_NAMESPACE - NALP -) -set( - PROTOBUF_HEADER_PATH - contrib/ydb/library/yql/parser/proto_ast/gen/v0 -) - -add_library(proto_ast-gen-v0) -target_compile_options(proto_ast-gen-v0 PRIVATE - $,,-Wno-everything> -) -target_include_directories(proto_ast-gen-v0 PUBLIC - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0/org/antlr/codegen/templates/Cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0/org/antlr/codegen/templates/protobuf -) -target_link_libraries(proto_ast-gen-v0 PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(proto_ast-gen-v0 PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0/SQLParser.proto -) -target_sources(proto_ast-gen-v0 PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0/SQLParser.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0/SQLLexer.cpp -) -run_antlr( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0/SQLParser.proto - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v0/SQL.g - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0/org/antlr/codegen/templates/protobuf/protobuf.stg - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0 - ANTLER_ARGS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v0/SQL.g - -lib - . - -fo - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0 - -language - protobuf -) -configure_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/proto_ast/org/antlr/codegen/templates/protobuf/protobuf.stg.in - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0/org/antlr/codegen/templates/protobuf/protobuf.stg -) -configure_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/proto_ast/org/antlr/codegen/templates/Cpp/Cpp.stg.in - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0/org/antlr/codegen/templates/Cpp/Cpp.stg -) -run_antlr( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0/SQLParser.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0/SQLLexer.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0/SQLParser.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0/SQLLexer.h - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v0/SQL.g - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0/org/antlr/codegen/templates/Cpp/Cpp.stg - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0 - ANTLER_ARGS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v0/SQL.g - -lib - . - -fo - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0 -) -target_proto_addincls(proto_ast-gen-v0 - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(proto_ast-gen-v0 - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/parser/proto_ast/gen/v0/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/parser/proto_ast/gen/v0/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 96f0d07a697..00000000000 --- a/contrib/ydb/library/yql/parser/proto_ast/gen/v0/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,114 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -set( - ANTLR_PACKAGE_NAME - NSQLGenerated -) -set( - ANTLR_PACKAGE_NAME - NSQLGenerated -) -set( - LEXER_PARSER_NAMESPACE - NALP -) -set( - PROTOBUF_HEADER_PATH - contrib/ydb/library/yql/parser/proto_ast/gen/v0 -) - -add_library(proto_ast-gen-v0) -target_compile_options(proto_ast-gen-v0 PRIVATE - $,,-Wno-everything> -) -target_include_directories(proto_ast-gen-v0 PUBLIC - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0/org/antlr/codegen/templates/Cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0/org/antlr/codegen/templates/protobuf -) -target_link_libraries(proto_ast-gen-v0 PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(proto_ast-gen-v0 PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0/SQLParser.proto -) -target_sources(proto_ast-gen-v0 PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0/SQLParser.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0/SQLLexer.cpp -) -run_antlr( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0/SQLParser.proto - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v0/SQL.g - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0/org/antlr/codegen/templates/protobuf/protobuf.stg - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0 - ANTLER_ARGS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v0/SQL.g - -lib - . - -fo - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0 - -language - protobuf -) -configure_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/proto_ast/org/antlr/codegen/templates/protobuf/protobuf.stg.in - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0/org/antlr/codegen/templates/protobuf/protobuf.stg -) -configure_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/proto_ast/org/antlr/codegen/templates/Cpp/Cpp.stg.in - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0/org/antlr/codegen/templates/Cpp/Cpp.stg -) -run_antlr( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0/SQLParser.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0/SQLLexer.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0/SQLParser.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0/SQLLexer.h - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v0/SQL.g - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0/org/antlr/codegen/templates/Cpp/Cpp.stg - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0 - ANTLER_ARGS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v0/SQL.g - -lib - . - -fo - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0 -) -target_proto_addincls(proto_ast-gen-v0 - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(proto_ast-gen-v0 - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/parser/proto_ast/gen/v0/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/parser/proto_ast/gen/v0/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 96f0d07a697..00000000000 --- a/contrib/ydb/library/yql/parser/proto_ast/gen/v0/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,114 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -set( - ANTLR_PACKAGE_NAME - NSQLGenerated -) -set( - ANTLR_PACKAGE_NAME - NSQLGenerated -) -set( - LEXER_PARSER_NAMESPACE - NALP -) -set( - PROTOBUF_HEADER_PATH - contrib/ydb/library/yql/parser/proto_ast/gen/v0 -) - -add_library(proto_ast-gen-v0) -target_compile_options(proto_ast-gen-v0 PRIVATE - $,,-Wno-everything> -) -target_include_directories(proto_ast-gen-v0 PUBLIC - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0/org/antlr/codegen/templates/Cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0/org/antlr/codegen/templates/protobuf -) -target_link_libraries(proto_ast-gen-v0 PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(proto_ast-gen-v0 PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0/SQLParser.proto -) -target_sources(proto_ast-gen-v0 PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0/SQLParser.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0/SQLLexer.cpp -) -run_antlr( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0/SQLParser.proto - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v0/SQL.g - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0/org/antlr/codegen/templates/protobuf/protobuf.stg - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0 - ANTLER_ARGS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v0/SQL.g - -lib - . - -fo - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0 - -language - protobuf -) -configure_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/proto_ast/org/antlr/codegen/templates/protobuf/protobuf.stg.in - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0/org/antlr/codegen/templates/protobuf/protobuf.stg -) -configure_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/proto_ast/org/antlr/codegen/templates/Cpp/Cpp.stg.in - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0/org/antlr/codegen/templates/Cpp/Cpp.stg -) -run_antlr( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0/SQLParser.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0/SQLLexer.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0/SQLParser.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0/SQLLexer.h - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v0/SQL.g - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0/org/antlr/codegen/templates/Cpp/Cpp.stg - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0 - ANTLER_ARGS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v0/SQL.g - -lib - . - -fo - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0 -) -target_proto_addincls(proto_ast-gen-v0 - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(proto_ast-gen-v0 - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/parser/proto_ast/gen/v0/CMakeLists.txt b/contrib/ydb/library/yql/parser/proto_ast/gen/v0/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/parser/proto_ast/gen/v0/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/parser/proto_ast/gen/v0/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/parser/proto_ast/gen/v0/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 2e739cfca7f..00000000000 --- a/contrib/ydb/library/yql/parser/proto_ast/gen/v0/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,113 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -set( - ANTLR_PACKAGE_NAME - NSQLGenerated -) -set( - ANTLR_PACKAGE_NAME - NSQLGenerated -) -set( - LEXER_PARSER_NAMESPACE - NALP -) -set( - PROTOBUF_HEADER_PATH - contrib/ydb/library/yql/parser/proto_ast/gen/v0 -) - -add_library(proto_ast-gen-v0) -target_compile_options(proto_ast-gen-v0 PRIVATE - $,,-Wno-everything> -) -target_include_directories(proto_ast-gen-v0 PUBLIC - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0/org/antlr/codegen/templates/Cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0/org/antlr/codegen/templates/protobuf -) -target_link_libraries(proto_ast-gen-v0 PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(proto_ast-gen-v0 PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0/SQLParser.proto -) -target_sources(proto_ast-gen-v0 PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0/SQLParser.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0/SQLLexer.cpp -) -run_antlr( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0/SQLParser.proto - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v0/SQL.g - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0/org/antlr/codegen/templates/protobuf/protobuf.stg - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0 - ANTLER_ARGS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v0/SQL.g - -lib - . - -fo - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0 - -language - protobuf -) -configure_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/proto_ast/org/antlr/codegen/templates/protobuf/protobuf.stg.in - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0/org/antlr/codegen/templates/protobuf/protobuf.stg -) -configure_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/proto_ast/org/antlr/codegen/templates/Cpp/Cpp.stg.in - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0/org/antlr/codegen/templates/Cpp/Cpp.stg -) -run_antlr( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0/SQLParser.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0/SQLLexer.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0/SQLParser.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0/SQLLexer.h - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v0/SQL.g - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0/org/antlr/codegen/templates/Cpp/Cpp.stg - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0 - ANTLER_ARGS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v0/SQL.g - -lib - . - -fo - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v0 -) -target_proto_addincls(proto_ast-gen-v0 - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(proto_ast-gen-v0 - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/parser/proto_ast/gen/v1/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/parser/proto_ast/gen/v1/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 1fb912c04ab..00000000000 --- a/contrib/ydb/library/yql/parser/proto_ast/gen/v1/CMakeLists.darwin-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. - - -set( - ANTLR_PACKAGE_NAME - NSQLv1Generated -) -set( - LEXER_PARSER_NAMESPACE - NALPDefault -) -set( - PROTOBUF_HEADER_PATH - contrib/ydb/library/yql/parser/proto_ast/gen/v1_proto -) - -add_library(proto_ast-gen-v1) -target_compile_options(proto_ast-gen-v1 PRIVATE - $,,-Wno-everything> -) -target_include_directories(proto_ast-gen-v1 PUBLIC - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1/org/antlr/codegen/templates/Cpp -) -target_link_libraries(proto_ast-gen-v1 PUBLIC - contrib-libs-cxxsupp - yutil - proto_ast-gen-v1_proto -) -target_sources(proto_ast-gen-v1 PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1/SQLv1Parser.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1/SQLv1Lexer.cpp -) -configure_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/proto_ast/org/antlr/codegen/templates/Cpp/Cpp.stg.in - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1/org/antlr/codegen/templates/Cpp/Cpp.stg -) -run_antlr( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1/SQLv1Parser.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1/SQLv1Lexer.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1/SQLv1Parser.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1/SQLv1Lexer.h - DEPENDS - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1/SQLv1.g - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1/org/antlr/codegen/templates/Cpp/Cpp.stg - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1 - ANTLER_ARGS - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1/SQLv1.g - -lib - . - -fo - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1 -) -set(GRAMMAR_STRING_CORE_SINGLE "~(QUOTE_SINGLE | BACKSLASH) | (BACKSLASH .)") -set(GRAMMAR_STRING_CORE_DOUBLE "~(QUOTE_DOUBLE | BACKSLASH) | (BACKSLASH .)") -set(GRAMMAR_MULTILINE_COMMENT_CORE ".") -configure_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/SQLv1.g.in - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1/SQLv1.g -) - - - diff --git a/contrib/ydb/library/yql/parser/proto_ast/gen/v1/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/parser/proto_ast/gen/v1/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 5b0d53569dc..00000000000 --- a/contrib/ydb/library/yql/parser/proto_ast/gen/v1/CMakeLists.linux-aarch64.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. - - -set( - ANTLR_PACKAGE_NAME - NSQLv1Generated -) -set( - LEXER_PARSER_NAMESPACE - NALPDefault -) -set( - PROTOBUF_HEADER_PATH - contrib/ydb/library/yql/parser/proto_ast/gen/v1_proto -) - -add_library(proto_ast-gen-v1) -target_compile_options(proto_ast-gen-v1 PRIVATE - $,,-Wno-everything> -) -target_include_directories(proto_ast-gen-v1 PUBLIC - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1/org/antlr/codegen/templates/Cpp -) -target_link_libraries(proto_ast-gen-v1 PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - proto_ast-gen-v1_proto -) -target_sources(proto_ast-gen-v1 PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1/SQLv1Parser.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1/SQLv1Lexer.cpp -) -configure_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/proto_ast/org/antlr/codegen/templates/Cpp/Cpp.stg.in - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1/org/antlr/codegen/templates/Cpp/Cpp.stg -) -run_antlr( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1/SQLv1Parser.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1/SQLv1Lexer.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1/SQLv1Parser.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1/SQLv1Lexer.h - DEPENDS - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1/SQLv1.g - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1/org/antlr/codegen/templates/Cpp/Cpp.stg - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1 - ANTLER_ARGS - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1/SQLv1.g - -lib - . - -fo - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1 -) -set(GRAMMAR_STRING_CORE_SINGLE "~(QUOTE_SINGLE | BACKSLASH) | (BACKSLASH .)") -set(GRAMMAR_STRING_CORE_DOUBLE "~(QUOTE_DOUBLE | BACKSLASH) | (BACKSLASH .)") -set(GRAMMAR_MULTILINE_COMMENT_CORE ".") -configure_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/SQLv1.g.in - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1/SQLv1.g -) - - - diff --git a/contrib/ydb/library/yql/parser/proto_ast/gen/v1/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/parser/proto_ast/gen/v1/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 5b0d53569dc..00000000000 --- a/contrib/ydb/library/yql/parser/proto_ast/gen/v1/CMakeLists.linux-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. - - -set( - ANTLR_PACKAGE_NAME - NSQLv1Generated -) -set( - LEXER_PARSER_NAMESPACE - NALPDefault -) -set( - PROTOBUF_HEADER_PATH - contrib/ydb/library/yql/parser/proto_ast/gen/v1_proto -) - -add_library(proto_ast-gen-v1) -target_compile_options(proto_ast-gen-v1 PRIVATE - $,,-Wno-everything> -) -target_include_directories(proto_ast-gen-v1 PUBLIC - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1/org/antlr/codegen/templates/Cpp -) -target_link_libraries(proto_ast-gen-v1 PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - proto_ast-gen-v1_proto -) -target_sources(proto_ast-gen-v1 PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1/SQLv1Parser.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1/SQLv1Lexer.cpp -) -configure_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/proto_ast/org/antlr/codegen/templates/Cpp/Cpp.stg.in - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1/org/antlr/codegen/templates/Cpp/Cpp.stg -) -run_antlr( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1/SQLv1Parser.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1/SQLv1Lexer.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1/SQLv1Parser.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1/SQLv1Lexer.h - DEPENDS - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1/SQLv1.g - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1/org/antlr/codegen/templates/Cpp/Cpp.stg - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1 - ANTLER_ARGS - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1/SQLv1.g - -lib - . - -fo - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1 -) -set(GRAMMAR_STRING_CORE_SINGLE "~(QUOTE_SINGLE | BACKSLASH) | (BACKSLASH .)") -set(GRAMMAR_STRING_CORE_DOUBLE "~(QUOTE_DOUBLE | BACKSLASH) | (BACKSLASH .)") -set(GRAMMAR_MULTILINE_COMMENT_CORE ".") -configure_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/SQLv1.g.in - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1/SQLv1.g -) - - - diff --git a/contrib/ydb/library/yql/parser/proto_ast/gen/v1/CMakeLists.txt b/contrib/ydb/library/yql/parser/proto_ast/gen/v1/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/parser/proto_ast/gen/v1/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/parser/proto_ast/gen/v1/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/parser/proto_ast/gen/v1/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 1fb912c04ab..00000000000 --- a/contrib/ydb/library/yql/parser/proto_ast/gen/v1/CMakeLists.windows-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. - - -set( - ANTLR_PACKAGE_NAME - NSQLv1Generated -) -set( - LEXER_PARSER_NAMESPACE - NALPDefault -) -set( - PROTOBUF_HEADER_PATH - contrib/ydb/library/yql/parser/proto_ast/gen/v1_proto -) - -add_library(proto_ast-gen-v1) -target_compile_options(proto_ast-gen-v1 PRIVATE - $,,-Wno-everything> -) -target_include_directories(proto_ast-gen-v1 PUBLIC - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1/org/antlr/codegen/templates/Cpp -) -target_link_libraries(proto_ast-gen-v1 PUBLIC - contrib-libs-cxxsupp - yutil - proto_ast-gen-v1_proto -) -target_sources(proto_ast-gen-v1 PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1/SQLv1Parser.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1/SQLv1Lexer.cpp -) -configure_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/proto_ast/org/antlr/codegen/templates/Cpp/Cpp.stg.in - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1/org/antlr/codegen/templates/Cpp/Cpp.stg -) -run_antlr( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1/SQLv1Parser.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1/SQLv1Lexer.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1/SQLv1Parser.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1/SQLv1Lexer.h - DEPENDS - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1/SQLv1.g - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1/org/antlr/codegen/templates/Cpp/Cpp.stg - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1 - ANTLER_ARGS - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1/SQLv1.g - -lib - . - -fo - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1 -) -set(GRAMMAR_STRING_CORE_SINGLE "~(QUOTE_SINGLE | BACKSLASH) | (BACKSLASH .)") -set(GRAMMAR_STRING_CORE_DOUBLE "~(QUOTE_DOUBLE | BACKSLASH) | (BACKSLASH .)") -set(GRAMMAR_MULTILINE_COMMENT_CORE ".") -configure_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/SQLv1.g.in - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1/SQLv1.g -) - - - diff --git a/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d314d3c129a..00000000000 --- a/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi/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. - - -set( - ANTLR_PACKAGE_NAME - NSQLv1Generated -) -set( - LEXER_PARSER_NAMESPACE - NALPAnsi -) -set( - PROTOBUF_HEADER_PATH - contrib/ydb/library/yql/parser/proto_ast/gen/v1_proto -) - -add_library(proto_ast-gen-v1_ansi) -target_compile_options(proto_ast-gen-v1_ansi PRIVATE - $,,-Wno-everything> -) -target_include_directories(proto_ast-gen-v1_ansi PUBLIC - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi/org/antlr/codegen/templates/Cpp -) -target_link_libraries(proto_ast-gen-v1_ansi PUBLIC - contrib-libs-cxxsupp - yutil - proto_ast-gen-v1_proto -) -target_sources(proto_ast-gen-v1_ansi PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi/SQLv1Parser.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi/SQLv1Lexer.cpp -) -configure_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/proto_ast/org/antlr/codegen/templates/Cpp/Cpp.stg.in - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi/org/antlr/codegen/templates/Cpp/Cpp.stg -) -run_antlr( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi/SQLv1Parser.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi/SQLv1Lexer.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi/SQLv1Parser.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi/SQLv1Lexer.h - DEPENDS - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi/SQLv1.g - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi/org/antlr/codegen/templates/Cpp/Cpp.stg - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi - ANTLER_ARGS - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi/SQLv1.g - -lib - . - -fo - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi -) -set(GRAMMAR_STRING_CORE_SINGLE "~QUOTE_SINGLE | (QUOTE_SINGLE QUOTE_SINGLE)") -set(GRAMMAR_STRING_CORE_DOUBLE "~QUOTE_DOUBLE | (QUOTE_DOUBLE QUOTE_DOUBLE)") -set(GRAMMAR_MULTILINE_COMMENT_CORE "MULTILINE_COMMENT | .") - -configure_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/SQLv1.g.in - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi/SQLv1.g -) - - - diff --git a/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi/CMakeLists.linux-aarch64.txt deleted file mode 100644 index c6f0afb42d9..00000000000 --- a/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi/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. - - -set( - ANTLR_PACKAGE_NAME - NSQLv1Generated -) -set( - LEXER_PARSER_NAMESPACE - NALPAnsi -) -set( - PROTOBUF_HEADER_PATH - contrib/ydb/library/yql/parser/proto_ast/gen/v1_proto -) - -add_library(proto_ast-gen-v1_ansi) -target_compile_options(proto_ast-gen-v1_ansi PRIVATE - $,,-Wno-everything> -) -target_include_directories(proto_ast-gen-v1_ansi PUBLIC - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi/org/antlr/codegen/templates/Cpp -) -target_link_libraries(proto_ast-gen-v1_ansi PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - proto_ast-gen-v1_proto -) -target_sources(proto_ast-gen-v1_ansi PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi/SQLv1Parser.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi/SQLv1Lexer.cpp -) -configure_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/proto_ast/org/antlr/codegen/templates/Cpp/Cpp.stg.in - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi/org/antlr/codegen/templates/Cpp/Cpp.stg -) -run_antlr( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi/SQLv1Parser.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi/SQLv1Lexer.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi/SQLv1Parser.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi/SQLv1Lexer.h - DEPENDS - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi/SQLv1.g - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi/org/antlr/codegen/templates/Cpp/Cpp.stg - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi - ANTLER_ARGS - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi/SQLv1.g - -lib - . - -fo - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi -) -set(GRAMMAR_STRING_CORE_SINGLE "~QUOTE_SINGLE | (QUOTE_SINGLE QUOTE_SINGLE)") -set(GRAMMAR_STRING_CORE_DOUBLE "~QUOTE_DOUBLE | (QUOTE_DOUBLE QUOTE_DOUBLE)") -set(GRAMMAR_MULTILINE_COMMENT_CORE "MULTILINE_COMMENT | .") - -configure_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/SQLv1.g.in - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi/SQLv1.g -) - - - diff --git a/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi/CMakeLists.linux-x86_64.txt deleted file mode 100644 index c6f0afb42d9..00000000000 --- a/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi/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. - - -set( - ANTLR_PACKAGE_NAME - NSQLv1Generated -) -set( - LEXER_PARSER_NAMESPACE - NALPAnsi -) -set( - PROTOBUF_HEADER_PATH - contrib/ydb/library/yql/parser/proto_ast/gen/v1_proto -) - -add_library(proto_ast-gen-v1_ansi) -target_compile_options(proto_ast-gen-v1_ansi PRIVATE - $,,-Wno-everything> -) -target_include_directories(proto_ast-gen-v1_ansi PUBLIC - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi/org/antlr/codegen/templates/Cpp -) -target_link_libraries(proto_ast-gen-v1_ansi PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - proto_ast-gen-v1_proto -) -target_sources(proto_ast-gen-v1_ansi PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi/SQLv1Parser.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi/SQLv1Lexer.cpp -) -configure_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/proto_ast/org/antlr/codegen/templates/Cpp/Cpp.stg.in - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi/org/antlr/codegen/templates/Cpp/Cpp.stg -) -run_antlr( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi/SQLv1Parser.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi/SQLv1Lexer.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi/SQLv1Parser.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi/SQLv1Lexer.h - DEPENDS - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi/SQLv1.g - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi/org/antlr/codegen/templates/Cpp/Cpp.stg - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi - ANTLER_ARGS - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi/SQLv1.g - -lib - . - -fo - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi -) -set(GRAMMAR_STRING_CORE_SINGLE "~QUOTE_SINGLE | (QUOTE_SINGLE QUOTE_SINGLE)") -set(GRAMMAR_STRING_CORE_DOUBLE "~QUOTE_DOUBLE | (QUOTE_DOUBLE QUOTE_DOUBLE)") -set(GRAMMAR_MULTILINE_COMMENT_CORE "MULTILINE_COMMENT | .") - -configure_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/SQLv1.g.in - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi/SQLv1.g -) - - - diff --git a/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi/CMakeLists.txt b/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d314d3c129a..00000000000 --- a/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi/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. - - -set( - ANTLR_PACKAGE_NAME - NSQLv1Generated -) -set( - LEXER_PARSER_NAMESPACE - NALPAnsi -) -set( - PROTOBUF_HEADER_PATH - contrib/ydb/library/yql/parser/proto_ast/gen/v1_proto -) - -add_library(proto_ast-gen-v1_ansi) -target_compile_options(proto_ast-gen-v1_ansi PRIVATE - $,,-Wno-everything> -) -target_include_directories(proto_ast-gen-v1_ansi PUBLIC - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi/org/antlr/codegen/templates/Cpp -) -target_link_libraries(proto_ast-gen-v1_ansi PUBLIC - contrib-libs-cxxsupp - yutil - proto_ast-gen-v1_proto -) -target_sources(proto_ast-gen-v1_ansi PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi/SQLv1Parser.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi/SQLv1Lexer.cpp -) -configure_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/proto_ast/org/antlr/codegen/templates/Cpp/Cpp.stg.in - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi/org/antlr/codegen/templates/Cpp/Cpp.stg -) -run_antlr( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi/SQLv1Parser.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi/SQLv1Lexer.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi/SQLv1Parser.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi/SQLv1Lexer.h - DEPENDS - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi/SQLv1.g - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi/org/antlr/codegen/templates/Cpp/Cpp.stg - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi - ANTLER_ARGS - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi/SQLv1.g - -lib - . - -fo - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi -) -set(GRAMMAR_STRING_CORE_SINGLE "~QUOTE_SINGLE | (QUOTE_SINGLE QUOTE_SINGLE)") -set(GRAMMAR_STRING_CORE_DOUBLE "~QUOTE_DOUBLE | (QUOTE_DOUBLE QUOTE_DOUBLE)") -set(GRAMMAR_MULTILINE_COMMENT_CORE "MULTILINE_COMMENT | .") - -configure_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/SQLv1.g.in - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_ansi/SQLv1.g -) - - - diff --git a/contrib/ydb/library/yql/parser/proto_ast/gen/v1_proto/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/parser/proto_ast/gen/v1_proto/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index eae40718d00..00000000000 --- a/contrib/ydb/library/yql/parser/proto_ast/gen/v1_proto/CMakeLists.darwin-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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -set( - ANTLR_PACKAGE_NAME - NSQLv1Generated -) - -add_library(proto_ast-gen-v1_proto) -target_include_directories(proto_ast-gen-v1_proto PUBLIC - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_proto/org/antlr/codegen/templates/protobuf -) -target_link_libraries(proto_ast-gen-v1_proto PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(proto_ast-gen-v1_proto PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_proto/SQLv1Parser.proto -) -run_antlr( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_proto/SQLv1Parser.proto - DEPENDS - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_proto/SQLv1.g - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_proto/org/antlr/codegen/templates/protobuf/protobuf.stg - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_proto - ANTLER_ARGS - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_proto/SQLv1.g - -lib - . - -fo - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_proto - -language - protobuf -) -configure_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/proto_ast/org/antlr/codegen/templates/protobuf/protobuf.stg.in - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_proto/org/antlr/codegen/templates/protobuf/protobuf.stg -) -target_proto_addincls(proto_ast-gen-v1_proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(proto_ast-gen-v1_proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -set(GRAMMAR_STRING_CORE_SINGLE "~(QUOTE_SINGLE | BACKSLASH) | (BACKSLASH .)") -set(GRAMMAR_STRING_CORE_DOUBLE "~(QUOTE_DOUBLE | BACKSLASH) | (BACKSLASH .)") -set(GRAMMAR_MULTILINE_COMMENT_CORE ".") - -configure_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/SQLv1.g.in - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_proto/SQLv1.g -) - - diff --git a/contrib/ydb/library/yql/parser/proto_ast/gen/v1_proto/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/parser/proto_ast/gen/v1_proto/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 420aac98001..00000000000 --- a/contrib/ydb/library/yql/parser/proto_ast/gen/v1_proto/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -set( - ANTLR_PACKAGE_NAME - NSQLv1Generated -) - -add_library(proto_ast-gen-v1_proto) -target_include_directories(proto_ast-gen-v1_proto PUBLIC - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_proto/org/antlr/codegen/templates/protobuf -) -target_link_libraries(proto_ast-gen-v1_proto PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(proto_ast-gen-v1_proto PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_proto/SQLv1Parser.proto -) -run_antlr( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_proto/SQLv1Parser.proto - DEPENDS - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_proto/SQLv1.g - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_proto/org/antlr/codegen/templates/protobuf/protobuf.stg - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_proto - ANTLER_ARGS - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_proto/SQLv1.g - -lib - . - -fo - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_proto - -language - protobuf -) -configure_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/proto_ast/org/antlr/codegen/templates/protobuf/protobuf.stg.in - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_proto/org/antlr/codegen/templates/protobuf/protobuf.stg -) -target_proto_addincls(proto_ast-gen-v1_proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(proto_ast-gen-v1_proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -set(GRAMMAR_STRING_CORE_SINGLE "~(QUOTE_SINGLE | BACKSLASH) | (BACKSLASH .)") -set(GRAMMAR_STRING_CORE_DOUBLE "~(QUOTE_DOUBLE | BACKSLASH) | (BACKSLASH .)") -set(GRAMMAR_MULTILINE_COMMENT_CORE ".") - -configure_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/SQLv1.g.in - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_proto/SQLv1.g -) - - diff --git a/contrib/ydb/library/yql/parser/proto_ast/gen/v1_proto/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/parser/proto_ast/gen/v1_proto/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 420aac98001..00000000000 --- a/contrib/ydb/library/yql/parser/proto_ast/gen/v1_proto/CMakeLists.linux-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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -set( - ANTLR_PACKAGE_NAME - NSQLv1Generated -) - -add_library(proto_ast-gen-v1_proto) -target_include_directories(proto_ast-gen-v1_proto PUBLIC - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_proto/org/antlr/codegen/templates/protobuf -) -target_link_libraries(proto_ast-gen-v1_proto PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(proto_ast-gen-v1_proto PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_proto/SQLv1Parser.proto -) -run_antlr( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_proto/SQLv1Parser.proto - DEPENDS - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_proto/SQLv1.g - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_proto/org/antlr/codegen/templates/protobuf/protobuf.stg - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_proto - ANTLER_ARGS - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_proto/SQLv1.g - -lib - . - -fo - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_proto - -language - protobuf -) -configure_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/proto_ast/org/antlr/codegen/templates/protobuf/protobuf.stg.in - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_proto/org/antlr/codegen/templates/protobuf/protobuf.stg -) -target_proto_addincls(proto_ast-gen-v1_proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(proto_ast-gen-v1_proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -set(GRAMMAR_STRING_CORE_SINGLE "~(QUOTE_SINGLE | BACKSLASH) | (BACKSLASH .)") -set(GRAMMAR_STRING_CORE_DOUBLE "~(QUOTE_DOUBLE | BACKSLASH) | (BACKSLASH .)") -set(GRAMMAR_MULTILINE_COMMENT_CORE ".") - -configure_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/SQLv1.g.in - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_proto/SQLv1.g -) - - diff --git a/contrib/ydb/library/yql/parser/proto_ast/gen/v1_proto/CMakeLists.txt b/contrib/ydb/library/yql/parser/proto_ast/gen/v1_proto/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/parser/proto_ast/gen/v1_proto/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/parser/proto_ast/gen/v1_proto/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/parser/proto_ast/gen/v1_proto/CMakeLists.windows-x86_64.txt deleted file mode 100644 index eae40718d00..00000000000 --- a/contrib/ydb/library/yql/parser/proto_ast/gen/v1_proto/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -set( - ANTLR_PACKAGE_NAME - NSQLv1Generated -) - -add_library(proto_ast-gen-v1_proto) -target_include_directories(proto_ast-gen-v1_proto PUBLIC - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_proto/org/antlr/codegen/templates/protobuf -) -target_link_libraries(proto_ast-gen-v1_proto PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(proto_ast-gen-v1_proto PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_proto/SQLv1Parser.proto -) -run_antlr( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_proto/SQLv1Parser.proto - DEPENDS - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_proto/SQLv1.g - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_proto/org/antlr/codegen/templates/protobuf/protobuf.stg - WORKING_DIRECTORY - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_proto - ANTLER_ARGS - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_proto/SQLv1.g - -lib - . - -fo - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_proto - -language - protobuf -) -configure_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/parser/proto_ast/org/antlr/codegen/templates/protobuf/protobuf.stg.in - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_proto/org/antlr/codegen/templates/protobuf/protobuf.stg -) -target_proto_addincls(proto_ast-gen-v1_proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(proto_ast-gen-v1_proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -set(GRAMMAR_STRING_CORE_SINGLE "~(QUOTE_SINGLE | BACKSLASH) | (BACKSLASH .)") -set(GRAMMAR_STRING_CORE_DOUBLE "~(QUOTE_DOUBLE | BACKSLASH) | (BACKSLASH .)") -set(GRAMMAR_MULTILINE_COMMENT_CORE ".") - -configure_file( - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/SQLv1.g.in - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/parser/proto_ast/gen/v1_proto/SQLv1.g -) - - diff --git a/contrib/ydb/library/yql/protos/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/protos/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 8d8fccdf841..00000000000 --- a/contrib/ydb/library/yql/protos/CMakeLists.darwin-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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(library-yql-protos) -target_link_libraries(library-yql-protos PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(library-yql-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/protos/common.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/protos/yql_mount.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/protos/clickhouse.proto -) -target_proto_addincls(library-yql-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(library-yql-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/protos/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/protos/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 1fde53b4202..00000000000 --- a/contrib/ydb/library/yql/protos/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(library-yql-protos) -target_link_libraries(library-yql-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(library-yql-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/protos/common.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/protos/yql_mount.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/protos/clickhouse.proto -) -target_proto_addincls(library-yql-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(library-yql-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/protos/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/protos/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 1fde53b4202..00000000000 --- a/contrib/ydb/library/yql/protos/CMakeLists.linux-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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(library-yql-protos) -target_link_libraries(library-yql-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(library-yql-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/protos/common.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/protos/yql_mount.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/protos/clickhouse.proto -) -target_proto_addincls(library-yql-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(library-yql-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/protos/CMakeLists.txt b/contrib/ydb/library/yql/protos/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/protos/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/protos/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/protos/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 8d8fccdf841..00000000000 --- a/contrib/ydb/library/yql/protos/CMakeLists.windows-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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(library-yql-protos) -target_link_libraries(library-yql-protos PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(library-yql-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/protos/common.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/protos/yql_mount.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/protos/clickhouse.proto -) -target_proto_addincls(library-yql-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(library-yql-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/providers/CMakeLists.txt b/contrib/ydb/library/yql/providers/CMakeLists.txt deleted file mode 100644 index 9a46524095c..00000000000 --- a/contrib/ydb/library/yql/providers/CMakeLists.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_subdirectory(clickhouse) -add_subdirectory(common) -add_subdirectory(config) -add_subdirectory(dq) -add_subdirectory(generic) -add_subdirectory(pq) -add_subdirectory(result) -add_subdirectory(s3) -add_subdirectory(solomon) -add_subdirectory(ydb) diff --git a/contrib/ydb/library/yql/providers/clickhouse/CMakeLists.txt b/contrib/ydb/library/yql/providers/clickhouse/CMakeLists.txt deleted file mode 100644 index 6556389591d..00000000000 --- a/contrib/ydb/library/yql/providers/clickhouse/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. - - -add_subdirectory(expr_nodes) -add_subdirectory(proto) -add_subdirectory(provider) diff --git a/contrib/ydb/library/yql/providers/clickhouse/expr_nodes/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/clickhouse/expr_nodes/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 47037748eea..00000000000 --- a/contrib/ydb/library/yql/providers/clickhouse/expr_nodes/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. - - -find_package(Python3 REQUIRED) - -add_library(providers-clickhouse-expr_nodes) -target_link_libraries(providers-clickhouse-expr_nodes PUBLIC - contrib-libs-cxxsupp - yutil - yql-core-expr_nodes - providers-common-provider -) -target_sources(providers-clickhouse-expr_nodes PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/expr_nodes/yql_clickhouse_expr_nodes.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/clickhouse/expr_nodes/yql_clickhouse_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/clickhouse/expr_nodes/yql_clickhouse_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/clickhouse/expr_nodes/yql_clickhouse_expr_nodes.defs.inl.h -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/clickhouse/expr_nodes/yql_clickhouse_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/clickhouse/expr_nodes/yql_clickhouse_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/clickhouse/expr_nodes/yql_clickhouse_expr_nodes.defs.inl.h - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/expr_nodes/yql_clickhouse_expr_nodes.json - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - COMMAND - Python3::Interpreter - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/expr_nodes/yql_clickhouse_expr_nodes.json - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/clickhouse/expr_nodes/yql_clickhouse_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/clickhouse/expr_nodes/yql_clickhouse_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/clickhouse/expr_nodes/yql_clickhouse_expr_nodes.defs.inl.h -) diff --git a/contrib/ydb/library/yql/providers/clickhouse/expr_nodes/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/clickhouse/expr_nodes/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 48ec9e62662..00000000000 --- a/contrib/ydb/library/yql/providers/clickhouse/expr_nodes/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. - - -find_package(Python3 REQUIRED) - -add_library(providers-clickhouse-expr_nodes) -target_link_libraries(providers-clickhouse-expr_nodes PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - yql-core-expr_nodes - providers-common-provider -) -target_sources(providers-clickhouse-expr_nodes PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/expr_nodes/yql_clickhouse_expr_nodes.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/clickhouse/expr_nodes/yql_clickhouse_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/clickhouse/expr_nodes/yql_clickhouse_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/clickhouse/expr_nodes/yql_clickhouse_expr_nodes.defs.inl.h -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/clickhouse/expr_nodes/yql_clickhouse_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/clickhouse/expr_nodes/yql_clickhouse_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/clickhouse/expr_nodes/yql_clickhouse_expr_nodes.defs.inl.h - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/expr_nodes/yql_clickhouse_expr_nodes.json - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - COMMAND - Python3::Interpreter - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/expr_nodes/yql_clickhouse_expr_nodes.json - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/clickhouse/expr_nodes/yql_clickhouse_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/clickhouse/expr_nodes/yql_clickhouse_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/clickhouse/expr_nodes/yql_clickhouse_expr_nodes.defs.inl.h -) diff --git a/contrib/ydb/library/yql/providers/clickhouse/expr_nodes/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/clickhouse/expr_nodes/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 48ec9e62662..00000000000 --- a/contrib/ydb/library/yql/providers/clickhouse/expr_nodes/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. - - -find_package(Python3 REQUIRED) - -add_library(providers-clickhouse-expr_nodes) -target_link_libraries(providers-clickhouse-expr_nodes PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - yql-core-expr_nodes - providers-common-provider -) -target_sources(providers-clickhouse-expr_nodes PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/expr_nodes/yql_clickhouse_expr_nodes.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/clickhouse/expr_nodes/yql_clickhouse_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/clickhouse/expr_nodes/yql_clickhouse_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/clickhouse/expr_nodes/yql_clickhouse_expr_nodes.defs.inl.h -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/clickhouse/expr_nodes/yql_clickhouse_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/clickhouse/expr_nodes/yql_clickhouse_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/clickhouse/expr_nodes/yql_clickhouse_expr_nodes.defs.inl.h - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/expr_nodes/yql_clickhouse_expr_nodes.json - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - COMMAND - Python3::Interpreter - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/expr_nodes/yql_clickhouse_expr_nodes.json - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/clickhouse/expr_nodes/yql_clickhouse_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/clickhouse/expr_nodes/yql_clickhouse_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/clickhouse/expr_nodes/yql_clickhouse_expr_nodes.defs.inl.h -) diff --git a/contrib/ydb/library/yql/providers/clickhouse/expr_nodes/CMakeLists.txt b/contrib/ydb/library/yql/providers/clickhouse/expr_nodes/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/clickhouse/expr_nodes/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/clickhouse/expr_nodes/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/clickhouse/expr_nodes/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 47037748eea..00000000000 --- a/contrib/ydb/library/yql/providers/clickhouse/expr_nodes/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. - - -find_package(Python3 REQUIRED) - -add_library(providers-clickhouse-expr_nodes) -target_link_libraries(providers-clickhouse-expr_nodes PUBLIC - contrib-libs-cxxsupp - yutil - yql-core-expr_nodes - providers-common-provider -) -target_sources(providers-clickhouse-expr_nodes PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/expr_nodes/yql_clickhouse_expr_nodes.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/clickhouse/expr_nodes/yql_clickhouse_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/clickhouse/expr_nodes/yql_clickhouse_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/clickhouse/expr_nodes/yql_clickhouse_expr_nodes.defs.inl.h -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/clickhouse/expr_nodes/yql_clickhouse_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/clickhouse/expr_nodes/yql_clickhouse_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/clickhouse/expr_nodes/yql_clickhouse_expr_nodes.defs.inl.h - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/expr_nodes/yql_clickhouse_expr_nodes.json - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - COMMAND - Python3::Interpreter - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/expr_nodes/yql_clickhouse_expr_nodes.json - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/clickhouse/expr_nodes/yql_clickhouse_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/clickhouse/expr_nodes/yql_clickhouse_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/clickhouse/expr_nodes/yql_clickhouse_expr_nodes.defs.inl.h -) diff --git a/contrib/ydb/library/yql/providers/clickhouse/proto/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/clickhouse/proto/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index ba14e9be61e..00000000000 --- a/contrib/ydb/library/yql/providers/clickhouse/proto/CMakeLists.darwin-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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(providers-clickhouse-proto) -target_link_libraries(providers-clickhouse-proto PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(providers-clickhouse-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/proto/source.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/proto/range.proto -) -target_proto_addincls(providers-clickhouse-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(providers-clickhouse-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/providers/clickhouse/proto/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/clickhouse/proto/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 089aeb255d7..00000000000 --- a/contrib/ydb/library/yql/providers/clickhouse/proto/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,57 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(providers-clickhouse-proto) -target_link_libraries(providers-clickhouse-proto PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(providers-clickhouse-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/proto/source.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/proto/range.proto -) -target_proto_addincls(providers-clickhouse-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(providers-clickhouse-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/providers/clickhouse/proto/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/clickhouse/proto/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 089aeb255d7..00000000000 --- a/contrib/ydb/library/yql/providers/clickhouse/proto/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,57 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(providers-clickhouse-proto) -target_link_libraries(providers-clickhouse-proto PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(providers-clickhouse-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/proto/source.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/proto/range.proto -) -target_proto_addincls(providers-clickhouse-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(providers-clickhouse-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/providers/clickhouse/proto/CMakeLists.txt b/contrib/ydb/library/yql/providers/clickhouse/proto/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/clickhouse/proto/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/clickhouse/proto/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/clickhouse/proto/CMakeLists.windows-x86_64.txt deleted file mode 100644 index ba14e9be61e..00000000000 --- a/contrib/ydb/library/yql/providers/clickhouse/proto/CMakeLists.windows-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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(providers-clickhouse-proto) -target_link_libraries(providers-clickhouse-proto PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(providers-clickhouse-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/proto/source.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/proto/range.proto -) -target_proto_addincls(providers-clickhouse-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(providers-clickhouse-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/providers/clickhouse/provider/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/clickhouse/provider/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index e6ddd62a87f..00000000000 --- a/contrib/ydb/library/yql/providers/clickhouse/provider/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,54 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(providers-clickhouse-provider) -target_compile_options(providers-clickhouse-provider PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-clickhouse-provider PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-json - library-cpp-random_provider - library-cpp-time_provider - library-yql-ast - yql-minikql-comp_nodes - library-yql-core - yql-core-type_ann - yql-dq-expr_nodes - yql-dq-integration - providers-common-db_id_async_resolver - providers-clickhouse-expr_nodes - providers-clickhouse-proto - providers-common-config - providers-common-dq - providers-common-http_gateway - providers-common-mkql - providers-common-proto - providers-common-provider - providers-common-transform - providers-dq-common - providers-dq-expr_nodes -) -target_sources(providers-clickhouse-provider PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/provider/yql_clickhouse_datasink.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/provider/yql_clickhouse_datasink_execution.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/provider/yql_clickhouse_datasink_type_ann.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/provider/yql_clickhouse_datasource.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/provider/yql_clickhouse_datasource_type_ann.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/provider/yql_clickhouse_dq_integration.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/provider/yql_clickhouse_io_discovery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/provider/yql_clickhouse_load_meta.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/provider/yql_clickhouse_logical_opt.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/provider/yql_clickhouse_mkql_compiler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/provider/yql_clickhouse_physical_opt.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/provider/yql_clickhouse_provider.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/provider/yql_clickhouse_settings.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/provider/yql_clickhouse_util.cpp -) diff --git a/contrib/ydb/library/yql/providers/clickhouse/provider/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/clickhouse/provider/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e6e5c05d62c..00000000000 --- a/contrib/ydb/library/yql/providers/clickhouse/provider/CMakeLists.linux-aarch64.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(providers-clickhouse-provider) -target_compile_options(providers-clickhouse-provider PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-clickhouse-provider PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-json - library-cpp-random_provider - library-cpp-time_provider - library-yql-ast - yql-minikql-comp_nodes - library-yql-core - yql-core-type_ann - yql-dq-expr_nodes - yql-dq-integration - providers-common-db_id_async_resolver - providers-clickhouse-expr_nodes - providers-clickhouse-proto - providers-common-config - providers-common-dq - providers-common-http_gateway - providers-common-mkql - providers-common-proto - providers-common-provider - providers-common-transform - providers-dq-common - providers-dq-expr_nodes -) -target_sources(providers-clickhouse-provider PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/provider/yql_clickhouse_datasink.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/provider/yql_clickhouse_datasink_execution.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/provider/yql_clickhouse_datasink_type_ann.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/provider/yql_clickhouse_datasource.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/provider/yql_clickhouse_datasource_type_ann.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/provider/yql_clickhouse_dq_integration.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/provider/yql_clickhouse_io_discovery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/provider/yql_clickhouse_load_meta.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/provider/yql_clickhouse_logical_opt.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/provider/yql_clickhouse_mkql_compiler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/provider/yql_clickhouse_physical_opt.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/provider/yql_clickhouse_provider.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/provider/yql_clickhouse_settings.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/provider/yql_clickhouse_util.cpp -) diff --git a/contrib/ydb/library/yql/providers/clickhouse/provider/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/clickhouse/provider/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e6e5c05d62c..00000000000 --- a/contrib/ydb/library/yql/providers/clickhouse/provider/CMakeLists.linux-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(providers-clickhouse-provider) -target_compile_options(providers-clickhouse-provider PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-clickhouse-provider PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-json - library-cpp-random_provider - library-cpp-time_provider - library-yql-ast - yql-minikql-comp_nodes - library-yql-core - yql-core-type_ann - yql-dq-expr_nodes - yql-dq-integration - providers-common-db_id_async_resolver - providers-clickhouse-expr_nodes - providers-clickhouse-proto - providers-common-config - providers-common-dq - providers-common-http_gateway - providers-common-mkql - providers-common-proto - providers-common-provider - providers-common-transform - providers-dq-common - providers-dq-expr_nodes -) -target_sources(providers-clickhouse-provider PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/provider/yql_clickhouse_datasink.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/provider/yql_clickhouse_datasink_execution.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/provider/yql_clickhouse_datasink_type_ann.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/provider/yql_clickhouse_datasource.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/provider/yql_clickhouse_datasource_type_ann.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/provider/yql_clickhouse_dq_integration.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/provider/yql_clickhouse_io_discovery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/provider/yql_clickhouse_load_meta.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/provider/yql_clickhouse_logical_opt.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/provider/yql_clickhouse_mkql_compiler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/provider/yql_clickhouse_physical_opt.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/provider/yql_clickhouse_provider.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/provider/yql_clickhouse_settings.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/provider/yql_clickhouse_util.cpp -) diff --git a/contrib/ydb/library/yql/providers/clickhouse/provider/CMakeLists.txt b/contrib/ydb/library/yql/providers/clickhouse/provider/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/clickhouse/provider/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/clickhouse/provider/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/clickhouse/provider/CMakeLists.windows-x86_64.txt deleted file mode 100644 index e6ddd62a87f..00000000000 --- a/contrib/ydb/library/yql/providers/clickhouse/provider/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,54 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(providers-clickhouse-provider) -target_compile_options(providers-clickhouse-provider PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-clickhouse-provider PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-json - library-cpp-random_provider - library-cpp-time_provider - library-yql-ast - yql-minikql-comp_nodes - library-yql-core - yql-core-type_ann - yql-dq-expr_nodes - yql-dq-integration - providers-common-db_id_async_resolver - providers-clickhouse-expr_nodes - providers-clickhouse-proto - providers-common-config - providers-common-dq - providers-common-http_gateway - providers-common-mkql - providers-common-proto - providers-common-provider - providers-common-transform - providers-dq-common - providers-dq-expr_nodes -) -target_sources(providers-clickhouse-provider PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/provider/yql_clickhouse_datasink.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/provider/yql_clickhouse_datasink_execution.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/provider/yql_clickhouse_datasink_type_ann.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/provider/yql_clickhouse_datasource.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/provider/yql_clickhouse_datasource_type_ann.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/provider/yql_clickhouse_dq_integration.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/provider/yql_clickhouse_io_discovery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/provider/yql_clickhouse_load_meta.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/provider/yql_clickhouse_logical_opt.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/provider/yql_clickhouse_mkql_compiler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/provider/yql_clickhouse_physical_opt.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/provider/yql_clickhouse_provider.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/provider/yql_clickhouse_settings.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/clickhouse/provider/yql_clickhouse_util.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/CMakeLists.txt b/contrib/ydb/library/yql/providers/common/CMakeLists.txt deleted file mode 100644 index 75667836abd..00000000000 --- a/contrib/ydb/library/yql/providers/common/CMakeLists.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_subdirectory(activation) -add_subdirectory(arrow) -add_subdirectory(arrow_resolve) -add_subdirectory(codec) -add_subdirectory(comp_nodes) -add_subdirectory(config) -add_subdirectory(db_id_async_resolver) -add_subdirectory(dq) -add_subdirectory(gateway) -add_subdirectory(http_gateway) -add_subdirectory(metrics) -add_subdirectory(mkql) -add_subdirectory(proto) -add_subdirectory(provider) -add_subdirectory(pushdown) -add_subdirectory(schema) -add_subdirectory(structured_token) -add_subdirectory(token_accessor) -add_subdirectory(transform) -add_subdirectory(udf_resolve) diff --git a/contrib/ydb/library/yql/providers/common/activation/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/common/activation/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2ea64a55f6d..00000000000 --- a/contrib/ydb/library/yql/providers/common/activation/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(providers-common-activation) -target_link_libraries(providers-common-activation PUBLIC - contrib-libs-cxxsupp - yutil - providers-common-proto - library-cpp-svnversion -) -target_sources(providers-common-activation PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/activation/yql_activation.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/activation/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/common/activation/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d9bfc9be95d..00000000000 --- a/contrib/ydb/library/yql/providers/common/activation/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(providers-common-activation) -target_link_libraries(providers-common-activation PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - providers-common-proto - library-cpp-svnversion -) -target_sources(providers-common-activation PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/activation/yql_activation.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/activation/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/common/activation/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d9bfc9be95d..00000000000 --- a/contrib/ydb/library/yql/providers/common/activation/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(providers-common-activation) -target_link_libraries(providers-common-activation PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - providers-common-proto - library-cpp-svnversion -) -target_sources(providers-common-activation PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/activation/yql_activation.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/activation/CMakeLists.txt b/contrib/ydb/library/yql/providers/common/activation/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/common/activation/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/common/activation/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/common/activation/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 2ea64a55f6d..00000000000 --- a/contrib/ydb/library/yql/providers/common/activation/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(providers-common-activation) -target_link_libraries(providers-common-activation PUBLIC - contrib-libs-cxxsupp - yutil - providers-common-proto - library-cpp-svnversion -) -target_sources(providers-common-activation PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/activation/yql_activation.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/arrow/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/common/arrow/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index cd7d9d0236b..00000000000 --- a/contrib/ydb/library/yql/providers/common/arrow/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_subdirectory(interface) - -add_library(providers-common-arrow) -target_compile_options(providers-common-arrow PRIVATE - -DARCADIA_BUILD - -DUSE_PARQUET - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-common-arrow PUBLIC - contrib-libs-cxxsupp - yutil - common-arrow-interface -) -target_sources(providers-common-arrow PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/arrow/arrow_reader_impl.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/arrow/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/common/arrow/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 14c994736b0..00000000000 --- a/contrib/ydb/library/yql/providers/common/arrow/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_subdirectory(interface) - -add_library(providers-common-arrow) -target_compile_options(providers-common-arrow PRIVATE - -DARCADIA_BUILD - -DUSE_PARQUET - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-common-arrow PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - common-arrow-interface -) -target_sources(providers-common-arrow PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/arrow/arrow_reader_impl.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/arrow/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/common/arrow/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 14c994736b0..00000000000 --- a/contrib/ydb/library/yql/providers/common/arrow/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_subdirectory(interface) - -add_library(providers-common-arrow) -target_compile_options(providers-common-arrow PRIVATE - -DARCADIA_BUILD - -DUSE_PARQUET - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-common-arrow PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - common-arrow-interface -) -target_sources(providers-common-arrow PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/arrow/arrow_reader_impl.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/arrow/CMakeLists.txt b/contrib/ydb/library/yql/providers/common/arrow/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/common/arrow/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/common/arrow/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/common/arrow/CMakeLists.windows-x86_64.txt deleted file mode 100644 index cd7d9d0236b..00000000000 --- a/contrib/ydb/library/yql/providers/common/arrow/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_subdirectory(interface) - -add_library(providers-common-arrow) -target_compile_options(providers-common-arrow PRIVATE - -DARCADIA_BUILD - -DUSE_PARQUET - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-common-arrow PUBLIC - contrib-libs-cxxsupp - yutil - common-arrow-interface -) -target_sources(providers-common-arrow PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/arrow/arrow_reader_impl.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/arrow/interface/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/common/arrow/interface/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2c4967b05c0..00000000000 --- a/contrib/ydb/library/yql/providers/common/arrow/interface/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(common-arrow-interface) -target_link_libraries(common-arrow-interface PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow - cpp-threading-future - providers-common-http_gateway -) -target_sources(common-arrow-interface PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/arrow/interface/arrow_reader.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/arrow/interface/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/common/arrow/interface/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a55f182a409..00000000000 --- a/contrib/ydb/library/yql/providers/common/arrow/interface/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(common-arrow-interface) -target_link_libraries(common-arrow-interface PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow - cpp-threading-future - providers-common-http_gateway -) -target_sources(common-arrow-interface PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/arrow/interface/arrow_reader.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/arrow/interface/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/common/arrow/interface/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a55f182a409..00000000000 --- a/contrib/ydb/library/yql/providers/common/arrow/interface/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(common-arrow-interface) -target_link_libraries(common-arrow-interface PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow - cpp-threading-future - providers-common-http_gateway -) -target_sources(common-arrow-interface PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/arrow/interface/arrow_reader.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/arrow/interface/CMakeLists.txt b/contrib/ydb/library/yql/providers/common/arrow/interface/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/common/arrow/interface/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/common/arrow/interface/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/common/arrow/interface/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 2c4967b05c0..00000000000 --- a/contrib/ydb/library/yql/providers/common/arrow/interface/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(common-arrow-interface) -target_link_libraries(common-arrow-interface PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow - cpp-threading-future - providers-common-http_gateway -) -target_sources(common-arrow-interface PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/arrow/interface/arrow_reader.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/arrow_resolve/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/common/arrow_resolve/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2a8cafa0be0..00000000000 --- a/contrib/ydb/library/yql/providers/common/arrow_resolve/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(providers-common-arrow_resolve) -target_compile_options(providers-common-arrow_resolve PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-common-arrow_resolve PUBLIC - contrib-libs-cxxsupp - yutil - yql-minikql-arrow - yql-public-udf - providers-common-mkql -) -target_sources(providers-common-arrow_resolve PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/arrow_resolve/yql_simple_arrow_resolver.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/arrow_resolve/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/common/arrow_resolve/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 78f77386ace..00000000000 --- a/contrib/ydb/library/yql/providers/common/arrow_resolve/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(providers-common-arrow_resolve) -target_compile_options(providers-common-arrow_resolve PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-common-arrow_resolve PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - yql-minikql-arrow - yql-public-udf - providers-common-mkql -) -target_sources(providers-common-arrow_resolve PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/arrow_resolve/yql_simple_arrow_resolver.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/arrow_resolve/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/common/arrow_resolve/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 78f77386ace..00000000000 --- a/contrib/ydb/library/yql/providers/common/arrow_resolve/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(providers-common-arrow_resolve) -target_compile_options(providers-common-arrow_resolve PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-common-arrow_resolve PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - yql-minikql-arrow - yql-public-udf - providers-common-mkql -) -target_sources(providers-common-arrow_resolve PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/arrow_resolve/yql_simple_arrow_resolver.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/arrow_resolve/CMakeLists.txt b/contrib/ydb/library/yql/providers/common/arrow_resolve/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/common/arrow_resolve/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/common/arrow_resolve/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/common/arrow_resolve/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 2a8cafa0be0..00000000000 --- a/contrib/ydb/library/yql/providers/common/arrow_resolve/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(providers-common-arrow_resolve) -target_compile_options(providers-common-arrow_resolve PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-common-arrow_resolve PUBLIC - contrib-libs-cxxsupp - yutil - yql-minikql-arrow - yql-public-udf - providers-common-mkql -) -target_sources(providers-common-arrow_resolve PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/arrow_resolve/yql_simple_arrow_resolver.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/codec/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/common/codec/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 5bd1571be47..00000000000 --- a/contrib/ydb/library/yql/providers/common/codec/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(providers-common-codec) -target_compile_options(providers-common-codec PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-common-codec PUBLIC - contrib-libs-cxxsupp - yutil - yql-minikql-computation - parser-pg_wrapper-interface - providers-common-mkql - cpp-yson-node - library-cpp-yson - library-cpp-json - library-cpp-enumbitset - tools-enum_parser-enum_serialization_runtime -) -target_sources(providers-common-codec PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/codec/yql_codec.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/codec/yql_codec_buf.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/codec/yql_codec_results.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/codec/yql_restricted_yson.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/codec/yql_codec_type_flags.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/codec/yql_json_codec.cpp -) -generate_enum_serilization(providers-common-codec - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/codec/yql_codec_type_flags.h - INCLUDE_HEADERS - contrib/ydb/library/yql/providers/common/codec/yql_codec_type_flags.h -) diff --git a/contrib/ydb/library/yql/providers/common/codec/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/common/codec/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 8f098c5e7ea..00000000000 --- a/contrib/ydb/library/yql/providers/common/codec/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(providers-common-codec) -target_compile_options(providers-common-codec PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-common-codec PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - yql-minikql-computation - parser-pg_wrapper-interface - providers-common-mkql - cpp-yson-node - library-cpp-yson - library-cpp-json - library-cpp-enumbitset - tools-enum_parser-enum_serialization_runtime -) -target_sources(providers-common-codec PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/codec/yql_codec.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/codec/yql_codec_buf.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/codec/yql_codec_results.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/codec/yql_restricted_yson.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/codec/yql_codec_type_flags.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/codec/yql_json_codec.cpp -) -generate_enum_serilization(providers-common-codec - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/codec/yql_codec_type_flags.h - INCLUDE_HEADERS - contrib/ydb/library/yql/providers/common/codec/yql_codec_type_flags.h -) diff --git a/contrib/ydb/library/yql/providers/common/codec/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/common/codec/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 8f098c5e7ea..00000000000 --- a/contrib/ydb/library/yql/providers/common/codec/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(providers-common-codec) -target_compile_options(providers-common-codec PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-common-codec PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - yql-minikql-computation - parser-pg_wrapper-interface - providers-common-mkql - cpp-yson-node - library-cpp-yson - library-cpp-json - library-cpp-enumbitset - tools-enum_parser-enum_serialization_runtime -) -target_sources(providers-common-codec PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/codec/yql_codec.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/codec/yql_codec_buf.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/codec/yql_codec_results.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/codec/yql_restricted_yson.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/codec/yql_codec_type_flags.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/codec/yql_json_codec.cpp -) -generate_enum_serilization(providers-common-codec - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/codec/yql_codec_type_flags.h - INCLUDE_HEADERS - contrib/ydb/library/yql/providers/common/codec/yql_codec_type_flags.h -) diff --git a/contrib/ydb/library/yql/providers/common/codec/CMakeLists.txt b/contrib/ydb/library/yql/providers/common/codec/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/common/codec/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/common/codec/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/common/codec/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 5bd1571be47..00000000000 --- a/contrib/ydb/library/yql/providers/common/codec/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(providers-common-codec) -target_compile_options(providers-common-codec PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-common-codec PUBLIC - contrib-libs-cxxsupp - yutil - yql-minikql-computation - parser-pg_wrapper-interface - providers-common-mkql - cpp-yson-node - library-cpp-yson - library-cpp-json - library-cpp-enumbitset - tools-enum_parser-enum_serialization_runtime -) -target_sources(providers-common-codec PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/codec/yql_codec.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/codec/yql_codec_buf.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/codec/yql_codec_results.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/codec/yql_restricted_yson.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/codec/yql_codec_type_flags.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/codec/yql_json_codec.cpp -) -generate_enum_serilization(providers-common-codec - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/codec/yql_codec_type_flags.h - INCLUDE_HEADERS - contrib/ydb/library/yql/providers/common/codec/yql_codec_type_flags.h -) diff --git a/contrib/ydb/library/yql/providers/common/comp_nodes/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/common/comp_nodes/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c05f6248031..00000000000 --- a/contrib/ydb/library/yql/providers/common/comp_nodes/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(providers-common-comp_nodes) -target_compile_options(providers-common-comp_nodes PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-common-comp_nodes PUBLIC - contrib-libs-cxxsupp - yutil - library-yql-ast - yql-ast-serialize - yql-minikql-computation - library-yql-core - yql-core-type_ann - providers-common-codec - common-schema-expr -) -target_sources(providers-common-comp_nodes PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/comp_nodes/yql_factory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/comp_nodes/yql_formatcode.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/comp_nodes/yql_formattype.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/comp_nodes/yql_formattypediff.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/comp_nodes/yql_makecode.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/comp_nodes/yql_maketype.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/comp_nodes/yql_parsetypehandle.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/comp_nodes/yql_position.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/comp_nodes/yql_reprcode.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/comp_nodes/yql_serializetypehandle.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/comp_nodes/yql_splittype.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/comp_nodes/yql_type_resource.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/comp_nodes/yql_typehandle.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/comp_nodes/yql_typekind.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/comp_nodes/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/common/comp_nodes/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 1ec6348b79d..00000000000 --- a/contrib/ydb/library/yql/providers/common/comp_nodes/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(providers-common-comp_nodes) -target_compile_options(providers-common-comp_nodes PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-common-comp_nodes PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-yql-ast - yql-ast-serialize - yql-minikql-computation - library-yql-core - yql-core-type_ann - providers-common-codec - common-schema-expr -) -target_sources(providers-common-comp_nodes PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/comp_nodes/yql_factory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/comp_nodes/yql_formatcode.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/comp_nodes/yql_formattype.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/comp_nodes/yql_formattypediff.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/comp_nodes/yql_makecode.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/comp_nodes/yql_maketype.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/comp_nodes/yql_parsetypehandle.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/comp_nodes/yql_position.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/comp_nodes/yql_reprcode.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/comp_nodes/yql_serializetypehandle.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/comp_nodes/yql_splittype.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/comp_nodes/yql_type_resource.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/comp_nodes/yql_typehandle.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/comp_nodes/yql_typekind.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/comp_nodes/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/common/comp_nodes/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 1ec6348b79d..00000000000 --- a/contrib/ydb/library/yql/providers/common/comp_nodes/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(providers-common-comp_nodes) -target_compile_options(providers-common-comp_nodes PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-common-comp_nodes PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-yql-ast - yql-ast-serialize - yql-minikql-computation - library-yql-core - yql-core-type_ann - providers-common-codec - common-schema-expr -) -target_sources(providers-common-comp_nodes PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/comp_nodes/yql_factory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/comp_nodes/yql_formatcode.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/comp_nodes/yql_formattype.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/comp_nodes/yql_formattypediff.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/comp_nodes/yql_makecode.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/comp_nodes/yql_maketype.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/comp_nodes/yql_parsetypehandle.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/comp_nodes/yql_position.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/comp_nodes/yql_reprcode.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/comp_nodes/yql_serializetypehandle.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/comp_nodes/yql_splittype.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/comp_nodes/yql_type_resource.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/comp_nodes/yql_typehandle.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/comp_nodes/yql_typekind.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/comp_nodes/CMakeLists.txt b/contrib/ydb/library/yql/providers/common/comp_nodes/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/common/comp_nodes/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/common/comp_nodes/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/common/comp_nodes/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c05f6248031..00000000000 --- a/contrib/ydb/library/yql/providers/common/comp_nodes/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(providers-common-comp_nodes) -target_compile_options(providers-common-comp_nodes PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-common-comp_nodes PUBLIC - contrib-libs-cxxsupp - yutil - library-yql-ast - yql-ast-serialize - yql-minikql-computation - library-yql-core - yql-core-type_ann - providers-common-codec - common-schema-expr -) -target_sources(providers-common-comp_nodes PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/comp_nodes/yql_factory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/comp_nodes/yql_formatcode.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/comp_nodes/yql_formattype.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/comp_nodes/yql_formattypediff.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/comp_nodes/yql_makecode.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/comp_nodes/yql_maketype.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/comp_nodes/yql_parsetypehandle.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/comp_nodes/yql_position.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/comp_nodes/yql_reprcode.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/comp_nodes/yql_serializetypehandle.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/comp_nodes/yql_splittype.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/comp_nodes/yql_type_resource.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/comp_nodes/yql_typehandle.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/comp_nodes/yql_typekind.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/config/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/common/config/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index ecf2a102d8c..00000000000 --- a/contrib/ydb/library/yql/providers/common/config/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(providers-common-config) -target_compile_options(providers-common-config PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-common-config PUBLIC - contrib-libs-cxxsupp - yutil - library-yql-core - yql-core-expr_nodes - library-yql-ast - cpp-containers-sorted_vector - cpp-string_utils-parse_size - cpp-string_utils-levenshtein_diff -) -target_sources(providers-common-config PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/config/yql_configuration_transformer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/config/yql_dispatch.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/config/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/common/config/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 6cb02d97d5e..00000000000 --- a/contrib/ydb/library/yql/providers/common/config/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(providers-common-config) -target_compile_options(providers-common-config PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-common-config PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-yql-core - yql-core-expr_nodes - library-yql-ast - cpp-containers-sorted_vector - cpp-string_utils-parse_size - cpp-string_utils-levenshtein_diff -) -target_sources(providers-common-config PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/config/yql_configuration_transformer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/config/yql_dispatch.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/config/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/common/config/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 6cb02d97d5e..00000000000 --- a/contrib/ydb/library/yql/providers/common/config/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(providers-common-config) -target_compile_options(providers-common-config PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-common-config PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-yql-core - yql-core-expr_nodes - library-yql-ast - cpp-containers-sorted_vector - cpp-string_utils-parse_size - cpp-string_utils-levenshtein_diff -) -target_sources(providers-common-config PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/config/yql_configuration_transformer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/config/yql_dispatch.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/config/CMakeLists.txt b/contrib/ydb/library/yql/providers/common/config/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/common/config/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/common/config/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/common/config/CMakeLists.windows-x86_64.txt deleted file mode 100644 index ecf2a102d8c..00000000000 --- a/contrib/ydb/library/yql/providers/common/config/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(providers-common-config) -target_compile_options(providers-common-config PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-common-config PUBLIC - contrib-libs-cxxsupp - yutil - library-yql-core - yql-core-expr_nodes - library-yql-ast - cpp-containers-sorted_vector - cpp-string_utils-parse_size - cpp-string_utils-levenshtein_diff -) -target_sources(providers-common-config PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/config/yql_configuration_transformer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/config/yql_dispatch.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/db_id_async_resolver/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/common/db_id_async_resolver/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 9b3c22ad342..00000000000 --- a/contrib/ydb/library/yql/providers/common/db_id_async_resolver/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(providers-common-db_id_async_resolver) -target_compile_options(providers-common-db_id_async_resolver PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-common-db_id_async_resolver PUBLIC - contrib-libs-cxxsupp - yutil - cpp-threading-future - connector-api-common - yql-public-issue - tools-enum_parser-enum_serialization_runtime -) -generate_enum_serilization(providers-common-db_id_async_resolver - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/db_id_async_resolver/db_async_resolver.h - INCLUDE_HEADERS - contrib/ydb/library/yql/providers/common/db_id_async_resolver/db_async_resolver.h -) diff --git a/contrib/ydb/library/yql/providers/common/db_id_async_resolver/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/common/db_id_async_resolver/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e31be1ef640..00000000000 --- a/contrib/ydb/library/yql/providers/common/db_id_async_resolver/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(providers-common-db_id_async_resolver) -target_compile_options(providers-common-db_id_async_resolver PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-common-db_id_async_resolver PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-threading-future - connector-api-common - yql-public-issue - tools-enum_parser-enum_serialization_runtime -) -generate_enum_serilization(providers-common-db_id_async_resolver - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/db_id_async_resolver/db_async_resolver.h - INCLUDE_HEADERS - contrib/ydb/library/yql/providers/common/db_id_async_resolver/db_async_resolver.h -) diff --git a/contrib/ydb/library/yql/providers/common/db_id_async_resolver/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/common/db_id_async_resolver/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e31be1ef640..00000000000 --- a/contrib/ydb/library/yql/providers/common/db_id_async_resolver/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(providers-common-db_id_async_resolver) -target_compile_options(providers-common-db_id_async_resolver PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-common-db_id_async_resolver PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-threading-future - connector-api-common - yql-public-issue - tools-enum_parser-enum_serialization_runtime -) -generate_enum_serilization(providers-common-db_id_async_resolver - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/db_id_async_resolver/db_async_resolver.h - INCLUDE_HEADERS - contrib/ydb/library/yql/providers/common/db_id_async_resolver/db_async_resolver.h -) diff --git a/contrib/ydb/library/yql/providers/common/db_id_async_resolver/CMakeLists.txt b/contrib/ydb/library/yql/providers/common/db_id_async_resolver/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/common/db_id_async_resolver/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/common/db_id_async_resolver/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/common/db_id_async_resolver/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 9b3c22ad342..00000000000 --- a/contrib/ydb/library/yql/providers/common/db_id_async_resolver/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(providers-common-db_id_async_resolver) -target_compile_options(providers-common-db_id_async_resolver PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-common-db_id_async_resolver PUBLIC - contrib-libs-cxxsupp - yutil - cpp-threading-future - connector-api-common - yql-public-issue - tools-enum_parser-enum_serialization_runtime -) -generate_enum_serilization(providers-common-db_id_async_resolver - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/db_id_async_resolver/db_async_resolver.h - INCLUDE_HEADERS - contrib/ydb/library/yql/providers/common/db_id_async_resolver/db_async_resolver.h -) diff --git a/contrib/ydb/library/yql/providers/common/dq/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/common/dq/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6e41e94d5c8..00000000000 --- a/contrib/ydb/library/yql/providers/common/dq/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(providers-common-dq) -target_link_libraries(providers-common-dq PUBLIC - contrib-libs-cxxsupp - yutil - yql-dq-integration -) -target_sources(providers-common-dq PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/dq/yql_dq_integration_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/dq/yql_dq_optimization_impl.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/dq/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/common/dq/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 80127c64206..00000000000 --- a/contrib/ydb/library/yql/providers/common/dq/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(providers-common-dq) -target_link_libraries(providers-common-dq PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - yql-dq-integration -) -target_sources(providers-common-dq PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/dq/yql_dq_integration_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/dq/yql_dq_optimization_impl.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/dq/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/common/dq/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 80127c64206..00000000000 --- a/contrib/ydb/library/yql/providers/common/dq/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(providers-common-dq) -target_link_libraries(providers-common-dq PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - yql-dq-integration -) -target_sources(providers-common-dq PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/dq/yql_dq_integration_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/dq/yql_dq_optimization_impl.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/dq/CMakeLists.txt b/contrib/ydb/library/yql/providers/common/dq/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/common/dq/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/common/dq/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/common/dq/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 6e41e94d5c8..00000000000 --- a/contrib/ydb/library/yql/providers/common/dq/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(providers-common-dq) -target_link_libraries(providers-common-dq PUBLIC - contrib-libs-cxxsupp - yutil - yql-dq-integration -) -target_sources(providers-common-dq PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/dq/yql_dq_integration_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/dq/yql_dq_optimization_impl.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/gateway/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/common/gateway/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index e860a652d51..00000000000 --- a/contrib/ydb/library/yql/providers/common/gateway/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(providers-common-gateway) -target_link_libraries(providers-common-gateway PUBLIC - contrib-libs-cxxsupp - yutil - cpp-threading-future - library-yql-ast -) -target_sources(providers-common-gateway PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/gateway/yql_provider_gateway.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/gateway/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/common/gateway/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e3a5a63876c..00000000000 --- a/contrib/ydb/library/yql/providers/common/gateway/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(providers-common-gateway) -target_link_libraries(providers-common-gateway PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-threading-future - library-yql-ast -) -target_sources(providers-common-gateway PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/gateway/yql_provider_gateway.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/gateway/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/common/gateway/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e3a5a63876c..00000000000 --- a/contrib/ydb/library/yql/providers/common/gateway/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(providers-common-gateway) -target_link_libraries(providers-common-gateway PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-threading-future - library-yql-ast -) -target_sources(providers-common-gateway PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/gateway/yql_provider_gateway.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/gateway/CMakeLists.txt b/contrib/ydb/library/yql/providers/common/gateway/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/common/gateway/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/common/gateway/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/common/gateway/CMakeLists.windows-x86_64.txt deleted file mode 100644 index e860a652d51..00000000000 --- a/contrib/ydb/library/yql/providers/common/gateway/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(providers-common-gateway) -target_link_libraries(providers-common-gateway PUBLIC - contrib-libs-cxxsupp - yutil - cpp-threading-future - library-yql-ast -) -target_sources(providers-common-gateway PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/gateway/yql_provider_gateway.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/http_gateway/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/common/http_gateway/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 40342beb466..00000000000 --- a/contrib/ydb/library/yql/providers/common/http_gateway/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(providers-common-http_gateway) -target_compile_options(providers-common-http_gateway PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-common-http_gateway PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-curl - library-actors-prof - cpp-monlib-dynamic_counters - library-cpp-retry - providers-common-proto - yql-public-issue - yql-utils-log - library-yql-utils -) -target_sources(providers-common-http_gateway PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/http_gateway/yql_http_gateway.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/http_gateway/yql_http_default_retry_policy.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/http_gateway/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/common/http_gateway/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 4a88dd18633..00000000000 --- a/contrib/ydb/library/yql/providers/common/http_gateway/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(providers-common-http_gateway) -target_compile_options(providers-common-http_gateway PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-common-http_gateway PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-curl - library-actors-prof - cpp-monlib-dynamic_counters - library-cpp-retry - providers-common-proto - yql-public-issue - yql-utils-log - library-yql-utils -) -target_sources(providers-common-http_gateway PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/http_gateway/yql_http_gateway.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/http_gateway/yql_http_default_retry_policy.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/http_gateway/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/common/http_gateway/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 4a88dd18633..00000000000 --- a/contrib/ydb/library/yql/providers/common/http_gateway/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(providers-common-http_gateway) -target_compile_options(providers-common-http_gateway PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-common-http_gateway PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-curl - library-actors-prof - cpp-monlib-dynamic_counters - library-cpp-retry - providers-common-proto - yql-public-issue - yql-utils-log - library-yql-utils -) -target_sources(providers-common-http_gateway PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/http_gateway/yql_http_gateway.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/http_gateway/yql_http_default_retry_policy.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/http_gateway/CMakeLists.txt b/contrib/ydb/library/yql/providers/common/http_gateway/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/common/http_gateway/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/common/http_gateway/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/common/http_gateway/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 40342beb466..00000000000 --- a/contrib/ydb/library/yql/providers/common/http_gateway/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(providers-common-http_gateway) -target_compile_options(providers-common-http_gateway PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-common-http_gateway PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-curl - library-actors-prof - cpp-monlib-dynamic_counters - library-cpp-retry - providers-common-proto - yql-public-issue - yql-utils-log - library-yql-utils -) -target_sources(providers-common-http_gateway PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/http_gateway/yql_http_gateway.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/http_gateway/yql_http_default_retry_policy.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/metrics/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/common/metrics/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index fedafe9ec46..00000000000 --- a/contrib/ydb/library/yql/providers/common/metrics/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_subdirectory(protos) - -add_library(providers-common-metrics) -target_link_libraries(providers-common-metrics PUBLIC - contrib-libs-cxxsupp - yutil - cpp-logger-global - cpp-monlib-dynamic_counters - common-metrics-protos -) -target_sources(providers-common-metrics PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/metrics/metrics_registry.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/metrics/sensors_group.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/metrics/service_counters.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/metrics/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/common/metrics/CMakeLists.linux-aarch64.txt deleted file mode 100644 index bf454a301b4..00000000000 --- a/contrib/ydb/library/yql/providers/common/metrics/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_subdirectory(protos) - -add_library(providers-common-metrics) -target_link_libraries(providers-common-metrics PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-logger-global - cpp-monlib-dynamic_counters - common-metrics-protos -) -target_sources(providers-common-metrics PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/metrics/metrics_registry.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/metrics/sensors_group.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/metrics/service_counters.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/metrics/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/common/metrics/CMakeLists.linux-x86_64.txt deleted file mode 100644 index bf454a301b4..00000000000 --- a/contrib/ydb/library/yql/providers/common/metrics/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_subdirectory(protos) - -add_library(providers-common-metrics) -target_link_libraries(providers-common-metrics PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-logger-global - cpp-monlib-dynamic_counters - common-metrics-protos -) -target_sources(providers-common-metrics PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/metrics/metrics_registry.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/metrics/sensors_group.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/metrics/service_counters.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/metrics/CMakeLists.txt b/contrib/ydb/library/yql/providers/common/metrics/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/common/metrics/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/common/metrics/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/common/metrics/CMakeLists.windows-x86_64.txt deleted file mode 100644 index fedafe9ec46..00000000000 --- a/contrib/ydb/library/yql/providers/common/metrics/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_subdirectory(protos) - -add_library(providers-common-metrics) -target_link_libraries(providers-common-metrics PUBLIC - contrib-libs-cxxsupp - yutil - cpp-logger-global - cpp-monlib-dynamic_counters - common-metrics-protos -) -target_sources(providers-common-metrics PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/metrics/metrics_registry.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/metrics/sensors_group.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/metrics/service_counters.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/metrics/protos/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/common/metrics/protos/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index b181cdcd2b5..00000000000 --- a/contrib/ydb/library/yql/providers/common/metrics/protos/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(common-metrics-protos) -target_link_libraries(common-metrics-protos PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(common-metrics-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/metrics/protos/metrics_registry.proto -) -target_proto_addincls(common-metrics-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(common-metrics-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/providers/common/metrics/protos/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/common/metrics/protos/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e0f4a5c8790..00000000000 --- a/contrib/ydb/library/yql/providers/common/metrics/protos/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(common-metrics-protos) -target_link_libraries(common-metrics-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(common-metrics-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/metrics/protos/metrics_registry.proto -) -target_proto_addincls(common-metrics-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(common-metrics-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/providers/common/metrics/protos/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/common/metrics/protos/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e0f4a5c8790..00000000000 --- a/contrib/ydb/library/yql/providers/common/metrics/protos/CMakeLists.linux-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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(common-metrics-protos) -target_link_libraries(common-metrics-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(common-metrics-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/metrics/protos/metrics_registry.proto -) -target_proto_addincls(common-metrics-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(common-metrics-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/providers/common/metrics/protos/CMakeLists.txt b/contrib/ydb/library/yql/providers/common/metrics/protos/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/common/metrics/protos/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/common/metrics/protos/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/common/metrics/protos/CMakeLists.windows-x86_64.txt deleted file mode 100644 index b181cdcd2b5..00000000000 --- a/contrib/ydb/library/yql/providers/common/metrics/protos/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(common-metrics-protos) -target_link_libraries(common-metrics-protos PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(common-metrics-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/metrics/protos/metrics_registry.proto -) -target_proto_addincls(common-metrics-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(common-metrics-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/providers/common/mkql/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/common/mkql/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index ff22fd53e1a..00000000000 --- a/contrib/ydb/library/yql/providers/common/mkql/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(providers-common-mkql) -target_compile_options(providers-common-mkql PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-common-mkql PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-json - library-yql-ast - library-yql-minikql - yql-public-decimal - yql-public-udf - library-yql-utils - library-yql-core - yql-core-expr_nodes - common-schema-expr - providers-dq-expr_nodes - yql-parser-pg_catalog -) -target_sources(providers-common-mkql PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/mkql/parser.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/mkql/yql_provider_mkql.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/mkql/yql_type_mkql.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/mkql/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/common/mkql/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b2bbbeab4b2..00000000000 --- a/contrib/ydb/library/yql/providers/common/mkql/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(providers-common-mkql) -target_compile_options(providers-common-mkql PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-common-mkql PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-json - library-yql-ast - library-yql-minikql - yql-public-decimal - yql-public-udf - library-yql-utils - library-yql-core - yql-core-expr_nodes - common-schema-expr - providers-dq-expr_nodes - yql-parser-pg_catalog -) -target_sources(providers-common-mkql PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/mkql/parser.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/mkql/yql_provider_mkql.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/mkql/yql_type_mkql.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/mkql/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/common/mkql/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b2bbbeab4b2..00000000000 --- a/contrib/ydb/library/yql/providers/common/mkql/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(providers-common-mkql) -target_compile_options(providers-common-mkql PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-common-mkql PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-json - library-yql-ast - library-yql-minikql - yql-public-decimal - yql-public-udf - library-yql-utils - library-yql-core - yql-core-expr_nodes - common-schema-expr - providers-dq-expr_nodes - yql-parser-pg_catalog -) -target_sources(providers-common-mkql PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/mkql/parser.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/mkql/yql_provider_mkql.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/mkql/yql_type_mkql.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/mkql/CMakeLists.txt b/contrib/ydb/library/yql/providers/common/mkql/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/common/mkql/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/common/mkql/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/common/mkql/CMakeLists.windows-x86_64.txt deleted file mode 100644 index ff22fd53e1a..00000000000 --- a/contrib/ydb/library/yql/providers/common/mkql/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(providers-common-mkql) -target_compile_options(providers-common-mkql PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-common-mkql PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-json - library-yql-ast - library-yql-minikql - yql-public-decimal - yql-public-udf - library-yql-utils - library-yql-core - yql-core-expr_nodes - common-schema-expr - providers-dq-expr_nodes - yql-parser-pg_catalog -) -target_sources(providers-common-mkql PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/mkql/parser.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/mkql/yql_provider_mkql.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/mkql/yql_type_mkql.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/proto/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/common/proto/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 3c17138c83f..00000000000 --- a/contrib/ydb/library/yql/providers/common/proto/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,58 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(providers-common-proto) -target_link_libraries(providers-common-proto PUBLIC - contrib-libs-cxxsupp - yutil - library-yql-protos - connector-api-common - contrib-libs-protobuf -) -target_proto_messages(providers-common-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/proto/gateways_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/proto/udf_resolver.proto -) -target_proto_addincls(providers-common-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(providers-common-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/providers/common/proto/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/common/proto/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 00867f2b07d..00000000000 --- a/contrib/ydb/library/yql/providers/common/proto/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(providers-common-proto) -target_link_libraries(providers-common-proto PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-yql-protos - connector-api-common - contrib-libs-protobuf -) -target_proto_messages(providers-common-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/proto/gateways_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/proto/udf_resolver.proto -) -target_proto_addincls(providers-common-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(providers-common-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/providers/common/proto/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/common/proto/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 00867f2b07d..00000000000 --- a/contrib/ydb/library/yql/providers/common/proto/CMakeLists.linux-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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(providers-common-proto) -target_link_libraries(providers-common-proto PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-yql-protos - connector-api-common - contrib-libs-protobuf -) -target_proto_messages(providers-common-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/proto/gateways_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/proto/udf_resolver.proto -) -target_proto_addincls(providers-common-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(providers-common-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/providers/common/proto/CMakeLists.txt b/contrib/ydb/library/yql/providers/common/proto/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/common/proto/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/common/proto/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/common/proto/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 3c17138c83f..00000000000 --- a/contrib/ydb/library/yql/providers/common/proto/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,58 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(providers-common-proto) -target_link_libraries(providers-common-proto PUBLIC - contrib-libs-cxxsupp - yutil - library-yql-protos - connector-api-common - contrib-libs-protobuf -) -target_proto_messages(providers-common-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/proto/gateways_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/proto/udf_resolver.proto -) -target_proto_addincls(providers-common-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(providers-common-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/providers/common/provider/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/common/provider/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index abb86224072..00000000000 --- a/contrib/ydb/library/yql/providers/common/provider/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(providers-common-provider) -target_compile_options(providers-common-provider PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-common-provider PUBLIC - contrib-libs-cxxsupp - yutil - library-yql-minikql - yql-public-udf - library-yql-sql - library-yql-core -) -target_sources(providers-common-provider PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/provider/yql_data_provider_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/provider/yql_provider.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/provider/yql_table_lookup.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/provider/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/common/provider/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 8640922b74d..00000000000 --- a/contrib/ydb/library/yql/providers/common/provider/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(providers-common-provider) -target_compile_options(providers-common-provider PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-common-provider PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-yql-minikql - yql-public-udf - library-yql-sql - library-yql-core -) -target_sources(providers-common-provider PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/provider/yql_data_provider_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/provider/yql_provider.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/provider/yql_table_lookup.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/provider/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/common/provider/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 8640922b74d..00000000000 --- a/contrib/ydb/library/yql/providers/common/provider/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(providers-common-provider) -target_compile_options(providers-common-provider PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-common-provider PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-yql-minikql - yql-public-udf - library-yql-sql - library-yql-core -) -target_sources(providers-common-provider PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/provider/yql_data_provider_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/provider/yql_provider.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/provider/yql_table_lookup.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/provider/CMakeLists.txt b/contrib/ydb/library/yql/providers/common/provider/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/common/provider/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/common/provider/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/common/provider/CMakeLists.windows-x86_64.txt deleted file mode 100644 index abb86224072..00000000000 --- a/contrib/ydb/library/yql/providers/common/provider/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(providers-common-provider) -target_compile_options(providers-common-provider PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-common-provider PUBLIC - contrib-libs-cxxsupp - yutil - library-yql-minikql - yql-public-udf - library-yql-sql - library-yql-core -) -target_sources(providers-common-provider PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/provider/yql_data_provider_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/provider/yql_provider.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/provider/yql_table_lookup.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/pushdown/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/common/pushdown/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 3ecb82af959..00000000000 --- a/contrib/ydb/library/yql/providers/common/pushdown/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(providers-common-pushdown) -target_compile_options(providers-common-pushdown PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-common-pushdown PUBLIC - contrib-libs-cxxsupp - yutil - library-yql-ast - library-yql-core - yql-core-expr_nodes - yql-core-expr_nodes_gen - yql-utils-log -) -target_sources(providers-common-pushdown PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/pushdown/collection.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/pushdown/predicate_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/pushdown/settings.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/pushdown/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/common/pushdown/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d0da3e4eae2..00000000000 --- a/contrib/ydb/library/yql/providers/common/pushdown/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(providers-common-pushdown) -target_compile_options(providers-common-pushdown PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-common-pushdown PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-yql-ast - library-yql-core - yql-core-expr_nodes - yql-core-expr_nodes_gen - yql-utils-log -) -target_sources(providers-common-pushdown PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/pushdown/collection.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/pushdown/predicate_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/pushdown/settings.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/pushdown/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/common/pushdown/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d0da3e4eae2..00000000000 --- a/contrib/ydb/library/yql/providers/common/pushdown/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(providers-common-pushdown) -target_compile_options(providers-common-pushdown PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-common-pushdown PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-yql-ast - library-yql-core - yql-core-expr_nodes - yql-core-expr_nodes_gen - yql-utils-log -) -target_sources(providers-common-pushdown PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/pushdown/collection.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/pushdown/predicate_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/pushdown/settings.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/pushdown/CMakeLists.txt b/contrib/ydb/library/yql/providers/common/pushdown/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/common/pushdown/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/common/pushdown/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/common/pushdown/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 3ecb82af959..00000000000 --- a/contrib/ydb/library/yql/providers/common/pushdown/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(providers-common-pushdown) -target_compile_options(providers-common-pushdown PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-common-pushdown PUBLIC - contrib-libs-cxxsupp - yutil - library-yql-ast - library-yql-core - yql-core-expr_nodes - yql-core-expr_nodes_gen - yql-utils-log -) -target_sources(providers-common-pushdown PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/pushdown/collection.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/pushdown/predicate_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/pushdown/settings.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/schema/CMakeLists.txt b/contrib/ydb/library/yql/providers/common/schema/CMakeLists.txt deleted file mode 100644 index 5e807a3e978..00000000000 --- a/contrib/ydb/library/yql/providers/common/schema/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. - - -add_subdirectory(expr) -add_subdirectory(mkql) -add_subdirectory(parser) diff --git a/contrib/ydb/library/yql/providers/common/schema/expr/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/common/schema/expr/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 347848b103a..00000000000 --- a/contrib/ydb/library/yql/providers/common/schema/expr/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(common-schema-expr) -target_link_libraries(common-schema-expr PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-yson - cpp-yson-node - library-yql-ast - yql-public-issue - yql-public-udf - library-yql-utils - common-schema-parser - yql-parser-pg_catalog -) -target_sources(common-schema-expr PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/schema/expr/yql_expr_schema.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/schema/expr/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/common/schema/expr/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b34949d7110..00000000000 --- a/contrib/ydb/library/yql/providers/common/schema/expr/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(common-schema-expr) -target_link_libraries(common-schema-expr PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-yson - cpp-yson-node - library-yql-ast - yql-public-issue - yql-public-udf - library-yql-utils - common-schema-parser - yql-parser-pg_catalog -) -target_sources(common-schema-expr PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/schema/expr/yql_expr_schema.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/schema/expr/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/common/schema/expr/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b34949d7110..00000000000 --- a/contrib/ydb/library/yql/providers/common/schema/expr/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(common-schema-expr) -target_link_libraries(common-schema-expr PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-yson - cpp-yson-node - library-yql-ast - yql-public-issue - yql-public-udf - library-yql-utils - common-schema-parser - yql-parser-pg_catalog -) -target_sources(common-schema-expr PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/schema/expr/yql_expr_schema.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/schema/expr/CMakeLists.txt b/contrib/ydb/library/yql/providers/common/schema/expr/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/common/schema/expr/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/common/schema/expr/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/common/schema/expr/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 347848b103a..00000000000 --- a/contrib/ydb/library/yql/providers/common/schema/expr/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(common-schema-expr) -target_link_libraries(common-schema-expr PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-yson - cpp-yson-node - library-yql-ast - yql-public-issue - yql-public-udf - library-yql-utils - common-schema-parser - yql-parser-pg_catalog -) -target_sources(common-schema-expr PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/schema/expr/yql_expr_schema.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/schema/mkql/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/common/schema/mkql/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 4a2171ba493..00000000000 --- a/contrib/ydb/library/yql/providers/common/schema/mkql/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(common-schema-mkql) -target_compile_options(common-schema-mkql PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(common-schema-mkql PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-yson - cpp-yson-node - library-yql-minikql - yql-public-udf - library-yql-utils - providers-common-codec - common-schema-parser - yql-parser-pg_catalog -) -target_sources(common-schema-mkql PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/schema/mkql/yql_mkql_schema.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/schema/mkql/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/common/schema/mkql/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 794783ede89..00000000000 --- a/contrib/ydb/library/yql/providers/common/schema/mkql/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(common-schema-mkql) -target_compile_options(common-schema-mkql PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(common-schema-mkql PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-yson - cpp-yson-node - library-yql-minikql - yql-public-udf - library-yql-utils - providers-common-codec - common-schema-parser - yql-parser-pg_catalog -) -target_sources(common-schema-mkql PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/schema/mkql/yql_mkql_schema.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/schema/mkql/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/common/schema/mkql/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 794783ede89..00000000000 --- a/contrib/ydb/library/yql/providers/common/schema/mkql/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(common-schema-mkql) -target_compile_options(common-schema-mkql PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(common-schema-mkql PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-yson - cpp-yson-node - library-yql-minikql - yql-public-udf - library-yql-utils - providers-common-codec - common-schema-parser - yql-parser-pg_catalog -) -target_sources(common-schema-mkql PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/schema/mkql/yql_mkql_schema.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/schema/mkql/CMakeLists.txt b/contrib/ydb/library/yql/providers/common/schema/mkql/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/common/schema/mkql/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/common/schema/mkql/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/common/schema/mkql/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 4a2171ba493..00000000000 --- a/contrib/ydb/library/yql/providers/common/schema/mkql/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(common-schema-mkql) -target_compile_options(common-schema-mkql PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(common-schema-mkql PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-yson - cpp-yson-node - library-yql-minikql - yql-public-udf - library-yql-utils - providers-common-codec - common-schema-parser - yql-parser-pg_catalog -) -target_sources(common-schema-mkql PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/schema/mkql/yql_mkql_schema.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/schema/parser/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/common/schema/parser/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 9fa759489b6..00000000000 --- a/contrib/ydb/library/yql/providers/common/schema/parser/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(common-schema-parser) -target_link_libraries(common-schema-parser PUBLIC - contrib-libs-cxxsupp - yutil - cpp-yson-node - library-cpp-yson -) -target_sources(common-schema-parser PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/schema/parser/yql_type_parser.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/schema/parser/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/common/schema/parser/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a24e95e40da..00000000000 --- a/contrib/ydb/library/yql/providers/common/schema/parser/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(common-schema-parser) -target_link_libraries(common-schema-parser PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-yson-node - library-cpp-yson -) -target_sources(common-schema-parser PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/schema/parser/yql_type_parser.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/schema/parser/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/common/schema/parser/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a24e95e40da..00000000000 --- a/contrib/ydb/library/yql/providers/common/schema/parser/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(common-schema-parser) -target_link_libraries(common-schema-parser PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-yson-node - library-cpp-yson -) -target_sources(common-schema-parser PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/schema/parser/yql_type_parser.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/schema/parser/CMakeLists.txt b/contrib/ydb/library/yql/providers/common/schema/parser/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/common/schema/parser/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/common/schema/parser/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/common/schema/parser/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 9fa759489b6..00000000000 --- a/contrib/ydb/library/yql/providers/common/schema/parser/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(common-schema-parser) -target_link_libraries(common-schema-parser PUBLIC - contrib-libs-cxxsupp - yutil - cpp-yson-node - library-cpp-yson -) -target_sources(common-schema-parser PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/schema/parser/yql_type_parser.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/structured_token/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/common/structured_token/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 5bd24d6ede5..00000000000 --- a/contrib/ydb/library/yql/providers/common/structured_token/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(providers-common-structured_token) -target_link_libraries(providers-common-structured_token PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-json - cpp-string_utils-base64 - library-yql-utils -) -target_sources(providers-common-structured_token PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/structured_token/yql_structured_token.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/structured_token/yql_token_builder.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/structured_token/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/common/structured_token/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e088e148680..00000000000 --- a/contrib/ydb/library/yql/providers/common/structured_token/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(providers-common-structured_token) -target_link_libraries(providers-common-structured_token PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-json - cpp-string_utils-base64 - library-yql-utils -) -target_sources(providers-common-structured_token PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/structured_token/yql_structured_token.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/structured_token/yql_token_builder.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/structured_token/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/common/structured_token/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e088e148680..00000000000 --- a/contrib/ydb/library/yql/providers/common/structured_token/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(providers-common-structured_token) -target_link_libraries(providers-common-structured_token PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-json - cpp-string_utils-base64 - library-yql-utils -) -target_sources(providers-common-structured_token PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/structured_token/yql_structured_token.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/structured_token/yql_token_builder.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/structured_token/CMakeLists.txt b/contrib/ydb/library/yql/providers/common/structured_token/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/common/structured_token/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/common/structured_token/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/common/structured_token/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 5bd24d6ede5..00000000000 --- a/contrib/ydb/library/yql/providers/common/structured_token/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(providers-common-structured_token) -target_link_libraries(providers-common-structured_token PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-json - cpp-string_utils-base64 - library-yql-utils -) -target_sources(providers-common-structured_token PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/structured_token/yql_structured_token.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/structured_token/yql_token_builder.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/token_accessor/CMakeLists.txt b/contrib/ydb/library/yql/providers/common/token_accessor/CMakeLists.txt deleted file mode 100644 index 77a4a731e3e..00000000000 --- a/contrib/ydb/library/yql/providers/common/token_accessor/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(client) -add_subdirectory(grpc) diff --git a/contrib/ydb/library/yql/providers/common/token_accessor/client/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/common/token_accessor/client/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 673dba0f58c..00000000000 --- a/contrib/ydb/library/yql/providers/common/token_accessor/client/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(common-token_accessor-client) -target_link_libraries(common-token_accessor-client PUBLIC - contrib-libs-cxxsupp - yutil - library-grpc-client - cpp-threading-atomic - cpp-threading-future - providers-common-structured_token - common-token_accessor-grpc - client-ydb_types-credentials -) -target_sources(common-token_accessor-client PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/token_accessor/client/bearer_credentials_provider.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/token_accessor/client/factory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/token_accessor/client/token_accessor_client.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/token_accessor/client/token_accessor_client_factory.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/token_accessor/client/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/common/token_accessor/client/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 1a101afa00b..00000000000 --- a/contrib/ydb/library/yql/providers/common/token_accessor/client/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(common-token_accessor-client) -target_link_libraries(common-token_accessor-client PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-grpc-client - cpp-threading-atomic - cpp-threading-future - providers-common-structured_token - common-token_accessor-grpc - client-ydb_types-credentials -) -target_sources(common-token_accessor-client PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/token_accessor/client/bearer_credentials_provider.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/token_accessor/client/factory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/token_accessor/client/token_accessor_client.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/token_accessor/client/token_accessor_client_factory.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/token_accessor/client/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/common/token_accessor/client/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 1a101afa00b..00000000000 --- a/contrib/ydb/library/yql/providers/common/token_accessor/client/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(common-token_accessor-client) -target_link_libraries(common-token_accessor-client PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-grpc-client - cpp-threading-atomic - cpp-threading-future - providers-common-structured_token - common-token_accessor-grpc - client-ydb_types-credentials -) -target_sources(common-token_accessor-client PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/token_accessor/client/bearer_credentials_provider.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/token_accessor/client/factory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/token_accessor/client/token_accessor_client.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/token_accessor/client/token_accessor_client_factory.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/token_accessor/client/CMakeLists.txt b/contrib/ydb/library/yql/providers/common/token_accessor/client/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/common/token_accessor/client/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/common/token_accessor/client/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/common/token_accessor/client/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 673dba0f58c..00000000000 --- a/contrib/ydb/library/yql/providers/common/token_accessor/client/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(common-token_accessor-client) -target_link_libraries(common-token_accessor-client PUBLIC - contrib-libs-cxxsupp - yutil - library-grpc-client - cpp-threading-atomic - cpp-threading-future - providers-common-structured_token - common-token_accessor-grpc - client-ydb_types-credentials -) -target_sources(common-token_accessor-client PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/token_accessor/client/bearer_credentials_provider.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/token_accessor/client/factory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/token_accessor/client/token_accessor_client.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/token_accessor/client/token_accessor_client_factory.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/token_accessor/grpc/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/common/token_accessor/grpc/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 34e9646c179..00000000000 --- a/contrib/ydb/library/yql/providers/common/token_accessor/grpc/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,57 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(common-token_accessor-grpc) -set_property(TARGET common-token_accessor-grpc PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(common-token_accessor-grpc PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - contrib-libs-protobuf -) -target_proto_messages(common-token_accessor-grpc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/token_accessor/grpc/token_accessor_pb.proto -) -target_proto_addincls(common-token_accessor-grpc - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(common-token_accessor-grpc - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(common-token_accessor-grpc - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/library/yql/providers/common/token_accessor/grpc/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/common/token_accessor/grpc/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 5a4d552f566..00000000000 --- a/contrib/ydb/library/yql/providers/common/token_accessor/grpc/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,58 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(common-token_accessor-grpc) -set_property(TARGET common-token_accessor-grpc PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(common-token_accessor-grpc PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - contrib-libs-protobuf -) -target_proto_messages(common-token_accessor-grpc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/token_accessor/grpc/token_accessor_pb.proto -) -target_proto_addincls(common-token_accessor-grpc - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(common-token_accessor-grpc - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(common-token_accessor-grpc - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/library/yql/providers/common/token_accessor/grpc/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/common/token_accessor/grpc/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 5a4d552f566..00000000000 --- a/contrib/ydb/library/yql/providers/common/token_accessor/grpc/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,58 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(common-token_accessor-grpc) -set_property(TARGET common-token_accessor-grpc PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(common-token_accessor-grpc PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - contrib-libs-protobuf -) -target_proto_messages(common-token_accessor-grpc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/token_accessor/grpc/token_accessor_pb.proto -) -target_proto_addincls(common-token_accessor-grpc - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(common-token_accessor-grpc - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(common-token_accessor-grpc - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/library/yql/providers/common/token_accessor/grpc/CMakeLists.txt b/contrib/ydb/library/yql/providers/common/token_accessor/grpc/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/common/token_accessor/grpc/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/common/token_accessor/grpc/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/common/token_accessor/grpc/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 34e9646c179..00000000000 --- a/contrib/ydb/library/yql/providers/common/token_accessor/grpc/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,57 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(common-token_accessor-grpc) -set_property(TARGET common-token_accessor-grpc PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(common-token_accessor-grpc PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - contrib-libs-protobuf -) -target_proto_messages(common-token_accessor-grpc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/token_accessor/grpc/token_accessor_pb.proto -) -target_proto_addincls(common-token_accessor-grpc - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(common-token_accessor-grpc - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(common-token_accessor-grpc - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/library/yql/providers/common/transform/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/common/transform/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index e59ddf8caa8..00000000000 --- a/contrib/ydb/library/yql/providers/common/transform/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(providers-common-transform) -target_link_libraries(providers-common-transform PUBLIC - contrib-libs-cxxsupp - yutil - library-yql-ast - library-yql-utils - yql-utils-log - library-yql-core - yql-core-expr_nodes -) -target_sources(providers-common-transform PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/transform/yql_exec.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/transform/yql_lazy_init.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/transform/yql_optimize.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/transform/yql_visit.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/transform/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/common/transform/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 50da88873a3..00000000000 --- a/contrib/ydb/library/yql/providers/common/transform/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(providers-common-transform) -target_link_libraries(providers-common-transform PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-yql-ast - library-yql-utils - yql-utils-log - library-yql-core - yql-core-expr_nodes -) -target_sources(providers-common-transform PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/transform/yql_exec.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/transform/yql_lazy_init.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/transform/yql_optimize.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/transform/yql_visit.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/transform/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/common/transform/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 50da88873a3..00000000000 --- a/contrib/ydb/library/yql/providers/common/transform/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(providers-common-transform) -target_link_libraries(providers-common-transform PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-yql-ast - library-yql-utils - yql-utils-log - library-yql-core - yql-core-expr_nodes -) -target_sources(providers-common-transform PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/transform/yql_exec.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/transform/yql_lazy_init.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/transform/yql_optimize.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/transform/yql_visit.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/transform/CMakeLists.txt b/contrib/ydb/library/yql/providers/common/transform/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/common/transform/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/common/transform/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/common/transform/CMakeLists.windows-x86_64.txt deleted file mode 100644 index e59ddf8caa8..00000000000 --- a/contrib/ydb/library/yql/providers/common/transform/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(providers-common-transform) -target_link_libraries(providers-common-transform PUBLIC - contrib-libs-cxxsupp - yutil - library-yql-ast - library-yql-utils - yql-utils-log - library-yql-core - yql-core-expr_nodes -) -target_sources(providers-common-transform PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/transform/yql_exec.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/transform/yql_lazy_init.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/transform/yql_optimize.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/transform/yql_visit.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/udf_resolve/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/common/udf_resolve/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 514b7fbacdc..00000000000 --- a/contrib/ydb/library/yql/providers/common/udf_resolve/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(providers-common-udf_resolve) -target_compile_options(providers-common-udf_resolve PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-common-udf_resolve PUBLIC - contrib-libs-cxxsupp - yutil - cpp-digest-md5 - cpp-protobuf-util - yql-core-file_storage - library-yql-minikql - yql-public-udf - library-yql-utils - yql-utils-log - library-yql-core - providers-common-mkql - providers-common-proto - common-schema-expr -) -target_sources(providers-common-udf_resolve PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/udf_resolve/yql_files_box.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/udf_resolve/yql_outproc_udf_resolver.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/udf_resolve/yql_simple_udf_resolver.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/udf_resolve/yql_udf_resolver_with_index.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/udf_resolve/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/common/udf_resolve/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 62b3a1737dc..00000000000 --- a/contrib/ydb/library/yql/providers/common/udf_resolve/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(providers-common-udf_resolve) -target_compile_options(providers-common-udf_resolve PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-common-udf_resolve PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-digest-md5 - cpp-protobuf-util - yql-core-file_storage - library-yql-minikql - yql-public-udf - library-yql-utils - yql-utils-log - library-yql-core - providers-common-mkql - providers-common-proto - common-schema-expr -) -target_sources(providers-common-udf_resolve PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/udf_resolve/yql_files_box.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/udf_resolve/yql_outproc_udf_resolver.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/udf_resolve/yql_simple_udf_resolver.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/udf_resolve/yql_udf_resolver_with_index.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/udf_resolve/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/common/udf_resolve/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 62b3a1737dc..00000000000 --- a/contrib/ydb/library/yql/providers/common/udf_resolve/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(providers-common-udf_resolve) -target_compile_options(providers-common-udf_resolve PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-common-udf_resolve PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-digest-md5 - cpp-protobuf-util - yql-core-file_storage - library-yql-minikql - yql-public-udf - library-yql-utils - yql-utils-log - library-yql-core - providers-common-mkql - providers-common-proto - common-schema-expr -) -target_sources(providers-common-udf_resolve PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/udf_resolve/yql_files_box.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/udf_resolve/yql_outproc_udf_resolver.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/udf_resolve/yql_simple_udf_resolver.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/udf_resolve/yql_udf_resolver_with_index.cpp -) diff --git a/contrib/ydb/library/yql/providers/common/udf_resolve/CMakeLists.txt b/contrib/ydb/library/yql/providers/common/udf_resolve/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/common/udf_resolve/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/common/udf_resolve/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/common/udf_resolve/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 514b7fbacdc..00000000000 --- a/contrib/ydb/library/yql/providers/common/udf_resolve/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(providers-common-udf_resolve) -target_compile_options(providers-common-udf_resolve PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-common-udf_resolve PUBLIC - contrib-libs-cxxsupp - yutil - cpp-digest-md5 - cpp-protobuf-util - yql-core-file_storage - library-yql-minikql - yql-public-udf - library-yql-utils - yql-utils-log - library-yql-core - providers-common-mkql - providers-common-proto - common-schema-expr -) -target_sources(providers-common-udf_resolve PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/udf_resolve/yql_files_box.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/udf_resolve/yql_outproc_udf_resolver.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/udf_resolve/yql_simple_udf_resolver.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/common/udf_resolve/yql_udf_resolver_with_index.cpp -) diff --git a/contrib/ydb/library/yql/providers/config/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/config/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 05c219940a7..00000000000 --- a/contrib/ydb/library/yql/providers/config/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(yql-providers-config) -target_compile_options(yql-providers-config PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-providers-config PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-json - library-yql-ast - library-yql-utils - yql-utils-fetch - yql-utils-log - library-yql-core - yql-core-expr_nodes - providers-common-proto - providers-common-provider - providers-common-activation -) -target_sources(yql-providers-config PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/config/yql_config_provider.cpp -) diff --git a/contrib/ydb/library/yql/providers/config/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/config/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a96e127c6a6..00000000000 --- a/contrib/ydb/library/yql/providers/config/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(yql-providers-config) -target_compile_options(yql-providers-config PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-providers-config PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-json - library-yql-ast - library-yql-utils - yql-utils-fetch - yql-utils-log - library-yql-core - yql-core-expr_nodes - providers-common-proto - providers-common-provider - providers-common-activation -) -target_sources(yql-providers-config PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/config/yql_config_provider.cpp -) diff --git a/contrib/ydb/library/yql/providers/config/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/config/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a96e127c6a6..00000000000 --- a/contrib/ydb/library/yql/providers/config/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(yql-providers-config) -target_compile_options(yql-providers-config PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-providers-config PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-json - library-yql-ast - library-yql-utils - yql-utils-fetch - yql-utils-log - library-yql-core - yql-core-expr_nodes - providers-common-proto - providers-common-provider - providers-common-activation -) -target_sources(yql-providers-config PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/config/yql_config_provider.cpp -) diff --git a/contrib/ydb/library/yql/providers/config/CMakeLists.txt b/contrib/ydb/library/yql/providers/config/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/config/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/config/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/config/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 05c219940a7..00000000000 --- a/contrib/ydb/library/yql/providers/config/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(yql-providers-config) -target_compile_options(yql-providers-config PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-providers-config PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-json - library-yql-ast - library-yql-utils - yql-utils-fetch - yql-utils-log - library-yql-core - yql-core-expr_nodes - providers-common-proto - providers-common-provider - providers-common-activation -) -target_sources(yql-providers-config PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/config/yql_config_provider.cpp -) diff --git a/contrib/ydb/library/yql/providers/dq/CMakeLists.txt b/contrib/ydb/library/yql/providers/dq/CMakeLists.txt deleted file mode 100644 index 8a270ca4455..00000000000 --- a/contrib/ydb/library/yql/providers/dq/CMakeLists.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_subdirectory(actors) -add_subdirectory(api) -add_subdirectory(common) -add_subdirectory(config) -add_subdirectory(counters) -add_subdirectory(expr_nodes) -add_subdirectory(interface) -add_subdirectory(mkql) -add_subdirectory(opt) -add_subdirectory(planner) -add_subdirectory(provider) -add_subdirectory(runtime) -add_subdirectory(task_runner) -add_subdirectory(task_runner_actor) -add_subdirectory(worker_manager) diff --git a/contrib/ydb/library/yql/providers/dq/actors/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/dq/actors/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 607998e1f03..00000000000 --- a/contrib/ydb/library/yql/providers/dq/actors/CMakeLists.darwin-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_subdirectory(events) - -add_library(providers-dq-actors) -target_compile_options(providers-dq-actors PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-dq-actors PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-cpp-yson - ydb-library-mkql_proto - yql-core-services - core-services-mounts - yql-core-user_data - yql-utils-actors - yql-utils-actor_log - yql-utils-backtrace - yql-utils-log - api-protos - public-lib-yson_value - yql-dq-common - yql-dq-proto - yql-dq-runtime - yql-dq-tasks - dq-actors-compute - yql-utils-failure_injector - providers-common-metrics - dq-actors-events - dq-api-grpc - dq-api-protos - providers-dq-common - providers-dq-config - providers-dq-counters - providers-dq-interface - providers-dq-planner - providers-dq-task_runner - providers-dq-task_runner_actor - providers-dq-worker_manager - dq-worker_manager-interface -) -target_sources(providers-dq-actors PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/actors/compute_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/actors/dummy_lock.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/actors/dynamic_nameserver.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/actors/events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/actors/executer_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/actors/execution_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/actors/graph_execution_events_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/actors/resource_allocator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/actors/task_controller.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/actors/worker_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/actors/result_aggregator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/actors/result_receiver.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/actors/full_result_writer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/actors/proto_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/actors/grouped_issues.cpp -) diff --git a/contrib/ydb/library/yql/providers/dq/actors/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/dq/actors/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 89485057271..00000000000 --- a/contrib/ydb/library/yql/providers/dq/actors/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,67 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(events) - -add_library(providers-dq-actors) -target_compile_options(providers-dq-actors PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-dq-actors PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-cpp-yson - ydb-library-mkql_proto - yql-core-services - core-services-mounts - yql-core-user_data - yql-utils-actors - yql-utils-actor_log - yql-utils-backtrace - yql-utils-log - api-protos - public-lib-yson_value - yql-dq-common - yql-dq-proto - yql-dq-runtime - yql-dq-tasks - dq-actors-compute - yql-utils-failure_injector - providers-common-metrics - dq-actors-events - dq-api-grpc - dq-api-protos - providers-dq-common - providers-dq-config - providers-dq-counters - providers-dq-interface - providers-dq-planner - providers-dq-task_runner - providers-dq-task_runner_actor - providers-dq-worker_manager - dq-worker_manager-interface -) -target_sources(providers-dq-actors PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/actors/compute_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/actors/dummy_lock.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/actors/dynamic_nameserver.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/actors/events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/actors/executer_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/actors/execution_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/actors/graph_execution_events_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/actors/resource_allocator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/actors/task_controller.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/actors/worker_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/actors/result_aggregator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/actors/result_receiver.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/actors/full_result_writer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/actors/proto_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/actors/grouped_issues.cpp -) diff --git a/contrib/ydb/library/yql/providers/dq/actors/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/dq/actors/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 89485057271..00000000000 --- a/contrib/ydb/library/yql/providers/dq/actors/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,67 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(events) - -add_library(providers-dq-actors) -target_compile_options(providers-dq-actors PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-dq-actors PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-cpp-yson - ydb-library-mkql_proto - yql-core-services - core-services-mounts - yql-core-user_data - yql-utils-actors - yql-utils-actor_log - yql-utils-backtrace - yql-utils-log - api-protos - public-lib-yson_value - yql-dq-common - yql-dq-proto - yql-dq-runtime - yql-dq-tasks - dq-actors-compute - yql-utils-failure_injector - providers-common-metrics - dq-actors-events - dq-api-grpc - dq-api-protos - providers-dq-common - providers-dq-config - providers-dq-counters - providers-dq-interface - providers-dq-planner - providers-dq-task_runner - providers-dq-task_runner_actor - providers-dq-worker_manager - dq-worker_manager-interface -) -target_sources(providers-dq-actors PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/actors/compute_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/actors/dummy_lock.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/actors/dynamic_nameserver.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/actors/events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/actors/executer_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/actors/execution_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/actors/graph_execution_events_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/actors/resource_allocator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/actors/task_controller.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/actors/worker_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/actors/result_aggregator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/actors/result_receiver.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/actors/full_result_writer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/actors/proto_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/actors/grouped_issues.cpp -) diff --git a/contrib/ydb/library/yql/providers/dq/actors/CMakeLists.txt b/contrib/ydb/library/yql/providers/dq/actors/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/dq/actors/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/dq/actors/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/dq/actors/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 607998e1f03..00000000000 --- a/contrib/ydb/library/yql/providers/dq/actors/CMakeLists.windows-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_subdirectory(events) - -add_library(providers-dq-actors) -target_compile_options(providers-dq-actors PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-dq-actors PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-cpp-yson - ydb-library-mkql_proto - yql-core-services - core-services-mounts - yql-core-user_data - yql-utils-actors - yql-utils-actor_log - yql-utils-backtrace - yql-utils-log - api-protos - public-lib-yson_value - yql-dq-common - yql-dq-proto - yql-dq-runtime - yql-dq-tasks - dq-actors-compute - yql-utils-failure_injector - providers-common-metrics - dq-actors-events - dq-api-grpc - dq-api-protos - providers-dq-common - providers-dq-config - providers-dq-counters - providers-dq-interface - providers-dq-planner - providers-dq-task_runner - providers-dq-task_runner_actor - providers-dq-worker_manager - dq-worker_manager-interface -) -target_sources(providers-dq-actors PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/actors/compute_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/actors/dummy_lock.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/actors/dynamic_nameserver.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/actors/events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/actors/executer_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/actors/execution_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/actors/graph_execution_events_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/actors/resource_allocator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/actors/task_controller.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/actors/worker_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/actors/result_aggregator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/actors/result_receiver.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/actors/full_result_writer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/actors/proto_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/actors/grouped_issues.cpp -) diff --git a/contrib/ydb/library/yql/providers/dq/actors/events/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/dq/actors/events/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 7dd2868b077..00000000000 --- a/contrib/ydb/library/yql/providers/dq/actors/events/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(dq-actors-events) -target_link_libraries(dq-actors-events PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core -) -target_sources(dq-actors-events PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/actors/events/empty.cpp -) diff --git a/contrib/ydb/library/yql/providers/dq/actors/events/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/dq/actors/events/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 6e8dbf8e211..00000000000 --- a/contrib/ydb/library/yql/providers/dq/actors/events/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(dq-actors-events) -target_link_libraries(dq-actors-events PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core -) -target_sources(dq-actors-events PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/actors/events/empty.cpp -) diff --git a/contrib/ydb/library/yql/providers/dq/actors/events/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/dq/actors/events/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 6e8dbf8e211..00000000000 --- a/contrib/ydb/library/yql/providers/dq/actors/events/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(dq-actors-events) -target_link_libraries(dq-actors-events PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core -) -target_sources(dq-actors-events PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/actors/events/empty.cpp -) diff --git a/contrib/ydb/library/yql/providers/dq/actors/events/CMakeLists.txt b/contrib/ydb/library/yql/providers/dq/actors/events/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/dq/actors/events/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/dq/actors/events/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/dq/actors/events/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 7dd2868b077..00000000000 --- a/contrib/ydb/library/yql/providers/dq/actors/events/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(dq-actors-events) -target_link_libraries(dq-actors-events PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core -) -target_sources(dq-actors-events PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/actors/events/empty.cpp -) diff --git a/contrib/ydb/library/yql/providers/dq/api/CMakeLists.txt b/contrib/ydb/library/yql/providers/dq/api/CMakeLists.txt deleted file mode 100644 index fefd8546252..00000000000 --- a/contrib/ydb/library/yql/providers/dq/api/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(grpc) -add_subdirectory(protos) diff --git a/contrib/ydb/library/yql/providers/dq/api/grpc/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/dq/api/grpc/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 1d11b4b1f9e..00000000000 --- a/contrib/ydb/library/yql/providers/dq/api/grpc/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,58 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(dq-api-grpc) -set_property(TARGET dq-api-grpc PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(dq-api-grpc PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - dq-api-protos - contrib-libs-protobuf -) -target_proto_messages(dq-api-grpc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/api/grpc/api.proto -) -target_proto_addincls(dq-api-grpc - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(dq-api-grpc - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(dq-api-grpc - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/library/yql/providers/dq/api/grpc/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/dq/api/grpc/CMakeLists.linux-aarch64.txt deleted file mode 100644 index ae56942a2be..00000000000 --- a/contrib/ydb/library/yql/providers/dq/api/grpc/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(dq-api-grpc) -set_property(TARGET dq-api-grpc PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(dq-api-grpc PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - dq-api-protos - contrib-libs-protobuf -) -target_proto_messages(dq-api-grpc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/api/grpc/api.proto -) -target_proto_addincls(dq-api-grpc - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(dq-api-grpc - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(dq-api-grpc - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/library/yql/providers/dq/api/grpc/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/dq/api/grpc/CMakeLists.linux-x86_64.txt deleted file mode 100644 index ae56942a2be..00000000000 --- a/contrib/ydb/library/yql/providers/dq/api/grpc/CMakeLists.linux-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. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(dq-api-grpc) -set_property(TARGET dq-api-grpc PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(dq-api-grpc PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - dq-api-protos - contrib-libs-protobuf -) -target_proto_messages(dq-api-grpc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/api/grpc/api.proto -) -target_proto_addincls(dq-api-grpc - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(dq-api-grpc - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(dq-api-grpc - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/library/yql/providers/dq/api/grpc/CMakeLists.txt b/contrib/ydb/library/yql/providers/dq/api/grpc/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/dq/api/grpc/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/dq/api/grpc/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/dq/api/grpc/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 1d11b4b1f9e..00000000000 --- a/contrib/ydb/library/yql/providers/dq/api/grpc/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,58 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(dq-api-grpc) -set_property(TARGET dq-api-grpc PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(dq-api-grpc PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - dq-api-protos - contrib-libs-protobuf -) -target_proto_messages(dq-api-grpc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/api/grpc/api.proto -) -target_proto_addincls(dq-api-grpc - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(dq-api-grpc - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(dq-api-grpc - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/library/yql/providers/dq/api/protos/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/dq/api/protos/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d62e3f24190..00000000000 --- a/contrib/ydb/library/yql/providers/dq/api/protos/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,74 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(dq-api-protos) -target_link_libraries(dq-api-protos PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-protos - api-protos - dq-actors-protos - yql-dq-proto - common-metrics-protos - contrib-libs-protobuf -) -target_proto_messages(dq-api-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/api/protos/service.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/api/protos/dqs.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/api/protos/task_command_executor.proto -) -target_proto_addincls(dq-api-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(dq-api-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/providers/dq/api/protos/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/dq/api/protos/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b3ce5ff857a..00000000000 --- a/contrib/ydb/library/yql/providers/dq/api/protos/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,75 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(dq-api-protos) -target_link_libraries(dq-api-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-protos - api-protos - dq-actors-protos - yql-dq-proto - common-metrics-protos - contrib-libs-protobuf -) -target_proto_messages(dq-api-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/api/protos/service.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/api/protos/dqs.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/api/protos/task_command_executor.proto -) -target_proto_addincls(dq-api-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(dq-api-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/providers/dq/api/protos/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/dq/api/protos/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b3ce5ff857a..00000000000 --- a/contrib/ydb/library/yql/providers/dq/api/protos/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,75 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(dq-api-protos) -target_link_libraries(dq-api-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-protos - api-protos - dq-actors-protos - yql-dq-proto - common-metrics-protos - contrib-libs-protobuf -) -target_proto_messages(dq-api-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/api/protos/service.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/api/protos/dqs.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/api/protos/task_command_executor.proto -) -target_proto_addincls(dq-api-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(dq-api-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/providers/dq/api/protos/CMakeLists.txt b/contrib/ydb/library/yql/providers/dq/api/protos/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/dq/api/protos/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/dq/api/protos/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/dq/api/protos/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d62e3f24190..00000000000 --- a/contrib/ydb/library/yql/providers/dq/api/protos/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,74 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(dq-api-protos) -target_link_libraries(dq-api-protos PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-protos - api-protos - dq-actors-protos - yql-dq-proto - common-metrics-protos - contrib-libs-protobuf -) -target_proto_messages(dq-api-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/api/protos/service.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/api/protos/dqs.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/api/protos/task_command_executor.proto -) -target_proto_addincls(dq-api-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(dq-api-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/providers/dq/common/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/dq/common/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c24f5711993..00000000000 --- a/contrib/ydb/library/yql/providers/dq/common/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(providers-dq-common) -target_compile_options(providers-dq-common PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-dq-common PUBLIC - contrib-libs-cxxsupp - yutil - cpp-string_utils-parse_size - library-yql-minikql - library-yql-sql - library-yql-utils - yql-utils-log - yql-dq-actors - yql-dq-proto - tools-enum_parser-enum_serialization_runtime -) -target_sources(providers-dq-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/common/attrs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/common/yql_dq_common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/common/yql_dq_settings.cpp -) -generate_enum_serilization(providers-dq-common - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/common/yql_dq_settings.h - INCLUDE_HEADERS - contrib/ydb/library/yql/providers/dq/common/yql_dq_settings.h -) diff --git a/contrib/ydb/library/yql/providers/dq/common/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/dq/common/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b369fad41a4..00000000000 --- a/contrib/ydb/library/yql/providers/dq/common/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(providers-dq-common) -target_compile_options(providers-dq-common PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-dq-common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-string_utils-parse_size - library-yql-minikql - library-yql-sql - library-yql-utils - yql-utils-log - yql-dq-actors - yql-dq-proto - tools-enum_parser-enum_serialization_runtime -) -target_sources(providers-dq-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/common/attrs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/common/yql_dq_common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/common/yql_dq_settings.cpp -) -generate_enum_serilization(providers-dq-common - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/common/yql_dq_settings.h - INCLUDE_HEADERS - contrib/ydb/library/yql/providers/dq/common/yql_dq_settings.h -) diff --git a/contrib/ydb/library/yql/providers/dq/common/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/dq/common/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b369fad41a4..00000000000 --- a/contrib/ydb/library/yql/providers/dq/common/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(providers-dq-common) -target_compile_options(providers-dq-common PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-dq-common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-string_utils-parse_size - library-yql-minikql - library-yql-sql - library-yql-utils - yql-utils-log - yql-dq-actors - yql-dq-proto - tools-enum_parser-enum_serialization_runtime -) -target_sources(providers-dq-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/common/attrs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/common/yql_dq_common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/common/yql_dq_settings.cpp -) -generate_enum_serilization(providers-dq-common - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/common/yql_dq_settings.h - INCLUDE_HEADERS - contrib/ydb/library/yql/providers/dq/common/yql_dq_settings.h -) diff --git a/contrib/ydb/library/yql/providers/dq/common/CMakeLists.txt b/contrib/ydb/library/yql/providers/dq/common/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/dq/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/dq/common/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/dq/common/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c24f5711993..00000000000 --- a/contrib/ydb/library/yql/providers/dq/common/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(providers-dq-common) -target_compile_options(providers-dq-common PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-dq-common PUBLIC - contrib-libs-cxxsupp - yutil - cpp-string_utils-parse_size - library-yql-minikql - library-yql-sql - library-yql-utils - yql-utils-log - yql-dq-actors - yql-dq-proto - tools-enum_parser-enum_serialization_runtime -) -target_sources(providers-dq-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/common/attrs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/common/yql_dq_common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/common/yql_dq_settings.cpp -) -generate_enum_serilization(providers-dq-common - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/common/yql_dq_settings.h - INCLUDE_HEADERS - contrib/ydb/library/yql/providers/dq/common/yql_dq_settings.h -) diff --git a/contrib/ydb/library/yql/providers/dq/config/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/dq/config/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index f9f1f706da3..00000000000 --- a/contrib/ydb/library/yql/providers/dq/config/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(providers-dq-config) -target_link_libraries(providers-dq-config PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(providers-dq-config PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/config/config.proto -) -target_proto_addincls(providers-dq-config - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(providers-dq-config - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/providers/dq/config/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/dq/config/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 34a6f14c653..00000000000 --- a/contrib/ydb/library/yql/providers/dq/config/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(providers-dq-config) -target_link_libraries(providers-dq-config PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(providers-dq-config PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/config/config.proto -) -target_proto_addincls(providers-dq-config - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(providers-dq-config - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/providers/dq/config/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/dq/config/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 34a6f14c653..00000000000 --- a/contrib/ydb/library/yql/providers/dq/config/CMakeLists.linux-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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(providers-dq-config) -target_link_libraries(providers-dq-config PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(providers-dq-config PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/config/config.proto -) -target_proto_addincls(providers-dq-config - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(providers-dq-config - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/providers/dq/config/CMakeLists.txt b/contrib/ydb/library/yql/providers/dq/config/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/dq/config/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/dq/config/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/dq/config/CMakeLists.windows-x86_64.txt deleted file mode 100644 index f9f1f706da3..00000000000 --- a/contrib/ydb/library/yql/providers/dq/config/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(providers-dq-config) -target_link_libraries(providers-dq-config PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(providers-dq-config PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/config/config.proto -) -target_proto_addincls(providers-dq-config - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(providers-dq-config - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/providers/dq/counters/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/dq/counters/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index ebf083be814..00000000000 --- a/contrib/ydb/library/yql/providers/dq/counters/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(providers-dq-counters) -target_compile_options(providers-dq-counters PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-dq-counters PUBLIC - contrib-libs-cxxsupp - yutil - yql-dq-runtime -) -target_sources(providers-dq-counters PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/counters/counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/counters/task_counters.cpp -) diff --git a/contrib/ydb/library/yql/providers/dq/counters/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/dq/counters/CMakeLists.linux-aarch64.txt deleted file mode 100644 index fff34cd053f..00000000000 --- a/contrib/ydb/library/yql/providers/dq/counters/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(providers-dq-counters) -target_compile_options(providers-dq-counters PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-dq-counters PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - yql-dq-runtime -) -target_sources(providers-dq-counters PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/counters/counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/counters/task_counters.cpp -) diff --git a/contrib/ydb/library/yql/providers/dq/counters/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/dq/counters/CMakeLists.linux-x86_64.txt deleted file mode 100644 index fff34cd053f..00000000000 --- a/contrib/ydb/library/yql/providers/dq/counters/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(providers-dq-counters) -target_compile_options(providers-dq-counters PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-dq-counters PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - yql-dq-runtime -) -target_sources(providers-dq-counters PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/counters/counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/counters/task_counters.cpp -) diff --git a/contrib/ydb/library/yql/providers/dq/counters/CMakeLists.txt b/contrib/ydb/library/yql/providers/dq/counters/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/dq/counters/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/dq/counters/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/dq/counters/CMakeLists.windows-x86_64.txt deleted file mode 100644 index ebf083be814..00000000000 --- a/contrib/ydb/library/yql/providers/dq/counters/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(providers-dq-counters) -target_compile_options(providers-dq-counters PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-dq-counters PUBLIC - contrib-libs-cxxsupp - yutil - yql-dq-runtime -) -target_sources(providers-dq-counters PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/counters/counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/counters/task_counters.cpp -) diff --git a/contrib/ydb/library/yql/providers/dq/expr_nodes/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/dq/expr_nodes/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 8888a3da638..00000000000 --- a/contrib/ydb/library/yql/providers/dq/expr_nodes/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. - - -find_package(Python3 REQUIRED) - -add_library(providers-dq-expr_nodes STATIC) -set_property(TARGET providers-dq-expr_nodes PROPERTY - LINKER_LANGUAGE CXX -) -target_link_libraries(providers-dq-expr_nodes PUBLIC - contrib-libs-cxxsupp - yutil - yql-core-expr_nodes -) -target_sources(providers-dq-expr_nodes PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/dq/expr_nodes/dqs_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/dq/expr_nodes/dqs_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/dq/expr_nodes/dqs_expr_nodes.defs.inl.h -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/dq/expr_nodes/dqs_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/dq/expr_nodes/dqs_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/dq/expr_nodes/dqs_expr_nodes.defs.inl.h - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/expr_nodes/dqs_expr_nodes.json - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - COMMAND - Python3::Interpreter - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/expr_nodes/dqs_expr_nodes.json - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/dq/expr_nodes/dqs_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/dq/expr_nodes/dqs_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/dq/expr_nodes/dqs_expr_nodes.defs.inl.h -) diff --git a/contrib/ydb/library/yql/providers/dq/expr_nodes/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/dq/expr_nodes/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 8659ae9c097..00000000000 --- a/contrib/ydb/library/yql/providers/dq/expr_nodes/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -find_package(Python3 REQUIRED) - -add_library(providers-dq-expr_nodes STATIC) -set_property(TARGET providers-dq-expr_nodes PROPERTY - LINKER_LANGUAGE CXX -) -target_link_libraries(providers-dq-expr_nodes PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - yql-core-expr_nodes -) -target_sources(providers-dq-expr_nodes PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/dq/expr_nodes/dqs_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/dq/expr_nodes/dqs_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/dq/expr_nodes/dqs_expr_nodes.defs.inl.h -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/dq/expr_nodes/dqs_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/dq/expr_nodes/dqs_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/dq/expr_nodes/dqs_expr_nodes.defs.inl.h - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/expr_nodes/dqs_expr_nodes.json - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - COMMAND - Python3::Interpreter - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/expr_nodes/dqs_expr_nodes.json - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/dq/expr_nodes/dqs_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/dq/expr_nodes/dqs_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/dq/expr_nodes/dqs_expr_nodes.defs.inl.h -) diff --git a/contrib/ydb/library/yql/providers/dq/expr_nodes/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/dq/expr_nodes/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 8659ae9c097..00000000000 --- a/contrib/ydb/library/yql/providers/dq/expr_nodes/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -find_package(Python3 REQUIRED) - -add_library(providers-dq-expr_nodes STATIC) -set_property(TARGET providers-dq-expr_nodes PROPERTY - LINKER_LANGUAGE CXX -) -target_link_libraries(providers-dq-expr_nodes PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - yql-core-expr_nodes -) -target_sources(providers-dq-expr_nodes PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/dq/expr_nodes/dqs_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/dq/expr_nodes/dqs_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/dq/expr_nodes/dqs_expr_nodes.defs.inl.h -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/dq/expr_nodes/dqs_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/dq/expr_nodes/dqs_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/dq/expr_nodes/dqs_expr_nodes.defs.inl.h - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/expr_nodes/dqs_expr_nodes.json - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - COMMAND - Python3::Interpreter - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/expr_nodes/dqs_expr_nodes.json - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/dq/expr_nodes/dqs_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/dq/expr_nodes/dqs_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/dq/expr_nodes/dqs_expr_nodes.defs.inl.h -) diff --git a/contrib/ydb/library/yql/providers/dq/expr_nodes/CMakeLists.txt b/contrib/ydb/library/yql/providers/dq/expr_nodes/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/dq/expr_nodes/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/dq/expr_nodes/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/dq/expr_nodes/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 8888a3da638..00000000000 --- a/contrib/ydb/library/yql/providers/dq/expr_nodes/CMakeLists.windows-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. - - -find_package(Python3 REQUIRED) - -add_library(providers-dq-expr_nodes STATIC) -set_property(TARGET providers-dq-expr_nodes PROPERTY - LINKER_LANGUAGE CXX -) -target_link_libraries(providers-dq-expr_nodes PUBLIC - contrib-libs-cxxsupp - yutil - yql-core-expr_nodes -) -target_sources(providers-dq-expr_nodes PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/dq/expr_nodes/dqs_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/dq/expr_nodes/dqs_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/dq/expr_nodes/dqs_expr_nodes.defs.inl.h -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/dq/expr_nodes/dqs_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/dq/expr_nodes/dqs_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/dq/expr_nodes/dqs_expr_nodes.defs.inl.h - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/expr_nodes/dqs_expr_nodes.json - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - COMMAND - Python3::Interpreter - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/expr_nodes/dqs_expr_nodes.json - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/dq/expr_nodes/dqs_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/dq/expr_nodes/dqs_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/dq/expr_nodes/dqs_expr_nodes.defs.inl.h -) diff --git a/contrib/ydb/library/yql/providers/dq/interface/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/dq/interface/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index b373a46d7f3..00000000000 --- a/contrib/ydb/library/yql/providers/dq/interface/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(providers-dq-interface) -target_compile_options(providers-dq-interface PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-dq-interface PUBLIC - contrib-libs-cxxsupp - yutil - yql-public-udf -) -target_sources(providers-dq-interface PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/interface/yql_dq_full_result_writer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/interface/yql_dq_task_preprocessor.cpp -) diff --git a/contrib/ydb/library/yql/providers/dq/interface/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/dq/interface/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 674d2c59813..00000000000 --- a/contrib/ydb/library/yql/providers/dq/interface/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(providers-dq-interface) -target_compile_options(providers-dq-interface PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-dq-interface PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - yql-public-udf -) -target_sources(providers-dq-interface PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/interface/yql_dq_full_result_writer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/interface/yql_dq_task_preprocessor.cpp -) diff --git a/contrib/ydb/library/yql/providers/dq/interface/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/dq/interface/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 674d2c59813..00000000000 --- a/contrib/ydb/library/yql/providers/dq/interface/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(providers-dq-interface) -target_compile_options(providers-dq-interface PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-dq-interface PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - yql-public-udf -) -target_sources(providers-dq-interface PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/interface/yql_dq_full_result_writer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/interface/yql_dq_task_preprocessor.cpp -) diff --git a/contrib/ydb/library/yql/providers/dq/interface/CMakeLists.txt b/contrib/ydb/library/yql/providers/dq/interface/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/dq/interface/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/dq/interface/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/dq/interface/CMakeLists.windows-x86_64.txt deleted file mode 100644 index b373a46d7f3..00000000000 --- a/contrib/ydb/library/yql/providers/dq/interface/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(providers-dq-interface) -target_compile_options(providers-dq-interface PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-dq-interface PUBLIC - contrib-libs-cxxsupp - yutil - yql-public-udf -) -target_sources(providers-dq-interface PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/interface/yql_dq_full_result_writer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/interface/yql_dq_task_preprocessor.cpp -) diff --git a/contrib/ydb/library/yql/providers/dq/mkql/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/dq/mkql/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 171617ba712..00000000000 --- a/contrib/ydb/library/yql/providers/dq/mkql/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(providers-dq-mkql) -target_compile_options(providers-dq-mkql PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-dq-mkql PUBLIC - contrib-libs-cxxsupp - yutil - library-yql-core - yql-dq-integration - providers-common-mkql - providers-dq-expr_nodes -) -target_sources(providers-dq-mkql PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/mkql/dqs_mkql_compiler.cpp -) diff --git a/contrib/ydb/library/yql/providers/dq/mkql/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/dq/mkql/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 48dd917a291..00000000000 --- a/contrib/ydb/library/yql/providers/dq/mkql/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(providers-dq-mkql) -target_compile_options(providers-dq-mkql PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-dq-mkql PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-yql-core - yql-dq-integration - providers-common-mkql - providers-dq-expr_nodes -) -target_sources(providers-dq-mkql PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/mkql/dqs_mkql_compiler.cpp -) diff --git a/contrib/ydb/library/yql/providers/dq/mkql/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/dq/mkql/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 48dd917a291..00000000000 --- a/contrib/ydb/library/yql/providers/dq/mkql/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(providers-dq-mkql) -target_compile_options(providers-dq-mkql PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-dq-mkql PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-yql-core - yql-dq-integration - providers-common-mkql - providers-dq-expr_nodes -) -target_sources(providers-dq-mkql PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/mkql/dqs_mkql_compiler.cpp -) diff --git a/contrib/ydb/library/yql/providers/dq/mkql/CMakeLists.txt b/contrib/ydb/library/yql/providers/dq/mkql/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/dq/mkql/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/dq/mkql/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/dq/mkql/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 171617ba712..00000000000 --- a/contrib/ydb/library/yql/providers/dq/mkql/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(providers-dq-mkql) -target_compile_options(providers-dq-mkql PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-dq-mkql PUBLIC - contrib-libs-cxxsupp - yutil - library-yql-core - yql-dq-integration - providers-common-mkql - providers-dq-expr_nodes -) -target_sources(providers-dq-mkql PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/mkql/dqs_mkql_compiler.cpp -) diff --git a/contrib/ydb/library/yql/providers/dq/opt/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/dq/opt/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 33e97975ae8..00000000000 --- a/contrib/ydb/library/yql/providers/dq/opt/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(providers-dq-opt) -target_compile_options(providers-dq-opt PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-dq-opt PUBLIC - contrib-libs-cxxsupp - yutil - providers-dq-expr_nodes - providers-common-mkql - providers-common-codec - providers-common-transform - yql-utils-log - yql-dq-opt - yql-dq-type_ann - yql-dq-integration - library-yql-core - yql-core-peephole_opt - yql-core-type_ann - yql-minikql-computation - cpp-yson-node -) -target_sources(providers-dq-opt PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/opt/dqs_opt.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/opt/logical_optimize.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/opt/physical_optimize.cpp -) diff --git a/contrib/ydb/library/yql/providers/dq/opt/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/dq/opt/CMakeLists.linux-aarch64.txt deleted file mode 100644 index c12a80d0dc7..00000000000 --- a/contrib/ydb/library/yql/providers/dq/opt/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(providers-dq-opt) -target_compile_options(providers-dq-opt PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-dq-opt PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - providers-dq-expr_nodes - providers-common-mkql - providers-common-codec - providers-common-transform - yql-utils-log - yql-dq-opt - yql-dq-type_ann - yql-dq-integration - library-yql-core - yql-core-peephole_opt - yql-core-type_ann - yql-minikql-computation - cpp-yson-node -) -target_sources(providers-dq-opt PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/opt/dqs_opt.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/opt/logical_optimize.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/opt/physical_optimize.cpp -) diff --git a/contrib/ydb/library/yql/providers/dq/opt/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/dq/opt/CMakeLists.linux-x86_64.txt deleted file mode 100644 index c12a80d0dc7..00000000000 --- a/contrib/ydb/library/yql/providers/dq/opt/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(providers-dq-opt) -target_compile_options(providers-dq-opt PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-dq-opt PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - providers-dq-expr_nodes - providers-common-mkql - providers-common-codec - providers-common-transform - yql-utils-log - yql-dq-opt - yql-dq-type_ann - yql-dq-integration - library-yql-core - yql-core-peephole_opt - yql-core-type_ann - yql-minikql-computation - cpp-yson-node -) -target_sources(providers-dq-opt PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/opt/dqs_opt.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/opt/logical_optimize.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/opt/physical_optimize.cpp -) diff --git a/contrib/ydb/library/yql/providers/dq/opt/CMakeLists.txt b/contrib/ydb/library/yql/providers/dq/opt/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/dq/opt/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/dq/opt/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/dq/opt/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 33e97975ae8..00000000000 --- a/contrib/ydb/library/yql/providers/dq/opt/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(providers-dq-opt) -target_compile_options(providers-dq-opt PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-dq-opt PUBLIC - contrib-libs-cxxsupp - yutil - providers-dq-expr_nodes - providers-common-mkql - providers-common-codec - providers-common-transform - yql-utils-log - yql-dq-opt - yql-dq-type_ann - yql-dq-integration - library-yql-core - yql-core-peephole_opt - yql-core-type_ann - yql-minikql-computation - cpp-yson-node -) -target_sources(providers-dq-opt PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/opt/dqs_opt.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/opt/logical_optimize.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/opt/physical_optimize.cpp -) diff --git a/contrib/ydb/library/yql/providers/dq/planner/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/dq/planner/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index da5d6fabb8f..00000000000 --- a/contrib/ydb/library/yql/providers/dq/planner/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(providers-dq-planner) -target_compile_options(providers-dq-planner PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-dq-planner PUBLIC - contrib-libs-cxxsupp - yutil - yql-core-services - yql-minikql-comp_nodes - yql-dq-integration - yql-dq-opt - yql-dq-type_ann - yql-dq-tasks - providers-common-mkql - dq-api-protos - providers-dq-common - providers-dq-expr_nodes - providers-dq-mkql - providers-dq-opt -) -target_sources(providers-dq-planner PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/planner/dqs_task_graph.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/planner/execution_planner.cpp -) diff --git a/contrib/ydb/library/yql/providers/dq/planner/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/dq/planner/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 3ff448f9954..00000000000 --- a/contrib/ydb/library/yql/providers/dq/planner/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(providers-dq-planner) -target_compile_options(providers-dq-planner PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-dq-planner PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - yql-core-services - yql-minikql-comp_nodes - yql-dq-integration - yql-dq-opt - yql-dq-type_ann - yql-dq-tasks - providers-common-mkql - dq-api-protos - providers-dq-common - providers-dq-expr_nodes - providers-dq-mkql - providers-dq-opt -) -target_sources(providers-dq-planner PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/planner/dqs_task_graph.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/planner/execution_planner.cpp -) diff --git a/contrib/ydb/library/yql/providers/dq/planner/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/dq/planner/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 3ff448f9954..00000000000 --- a/contrib/ydb/library/yql/providers/dq/planner/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(providers-dq-planner) -target_compile_options(providers-dq-planner PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-dq-planner PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - yql-core-services - yql-minikql-comp_nodes - yql-dq-integration - yql-dq-opt - yql-dq-type_ann - yql-dq-tasks - providers-common-mkql - dq-api-protos - providers-dq-common - providers-dq-expr_nodes - providers-dq-mkql - providers-dq-opt -) -target_sources(providers-dq-planner PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/planner/dqs_task_graph.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/planner/execution_planner.cpp -) diff --git a/contrib/ydb/library/yql/providers/dq/planner/CMakeLists.txt b/contrib/ydb/library/yql/providers/dq/planner/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/dq/planner/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/dq/planner/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/dq/planner/CMakeLists.windows-x86_64.txt deleted file mode 100644 index da5d6fabb8f..00000000000 --- a/contrib/ydb/library/yql/providers/dq/planner/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(providers-dq-planner) -target_compile_options(providers-dq-planner PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-dq-planner PUBLIC - contrib-libs-cxxsupp - yutil - yql-core-services - yql-minikql-comp_nodes - yql-dq-integration - yql-dq-opt - yql-dq-type_ann - yql-dq-tasks - providers-common-mkql - dq-api-protos - providers-dq-common - providers-dq-expr_nodes - providers-dq-mkql - providers-dq-opt -) -target_sources(providers-dq-planner PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/planner/dqs_task_graph.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/planner/execution_planner.cpp -) diff --git a/contrib/ydb/library/yql/providers/dq/provider/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/dq/provider/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index aba70b3a685..00000000000 --- a/contrib/ydb/library/yql/providers/dq/provider/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_subdirectory(exec) - -add_library(providers-dq-provider) -target_compile_options(providers-dq-provider PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-dq-provider PUBLIC - contrib-libs-cxxsupp - yutil - library-grpc-client - cpp-threading-task_scheduler - cpp-threading-future - library-cpp-svnversion - cpp-yson-node - library-cpp-yson - public-lib-yson_value - cpp-client-ydb_driver - library-yql-core - yql-core-issue - yql-utils-backtrace - yql-dq-integration - dq-integration-transform - yql-dq-transform - yql-dq-tasks - yql-dq-type_ann - providers-common-gateway - providers-common-metrics - common-schema-expr - providers-common-transform - providers-common-activation - providers-common-proto - dq-api-grpc - dq-api-protos - providers-dq-common - providers-dq-config - providers-dq-expr_nodes - providers-dq-opt - providers-dq-planner - providers-result-expr_nodes - library-yql-minikql -) -target_sources(providers-dq-provider PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/provider/yql_dq_control.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/provider/yql_dq_datasink_constraints.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/provider/yql_dq_datasink_type_ann.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/provider/yql_dq_datasource_constraints.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/provider/yql_dq_datasource_type_ann.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/provider/yql_dq_gateway.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/provider/yql_dq_provider.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/provider/yql_dq_datasink.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/provider/yql_dq_datasource.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/provider/yql_dq_recapture.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/provider/yql_dq_statistics.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/provider/yql_dq_statistics_json.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/provider/yql_dq_validate.cpp -) diff --git a/contrib/ydb/library/yql/providers/dq/provider/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/dq/provider/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e6b65ad1b60..00000000000 --- a/contrib/ydb/library/yql/providers/dq/provider/CMakeLists.linux-aarch64.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_subdirectory(exec) - -add_library(providers-dq-provider) -target_compile_options(providers-dq-provider PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-dq-provider PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-grpc-client - cpp-threading-task_scheduler - cpp-threading-future - library-cpp-svnversion - cpp-yson-node - library-cpp-yson - public-lib-yson_value - cpp-client-ydb_driver - library-yql-core - yql-core-issue - yql-utils-backtrace - yql-dq-integration - dq-integration-transform - yql-dq-transform - yql-dq-tasks - yql-dq-type_ann - providers-common-gateway - providers-common-metrics - common-schema-expr - providers-common-transform - providers-common-activation - providers-common-proto - dq-api-grpc - dq-api-protos - providers-dq-common - providers-dq-config - providers-dq-expr_nodes - providers-dq-opt - providers-dq-planner - providers-result-expr_nodes - library-yql-minikql -) -target_sources(providers-dq-provider PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/provider/yql_dq_control.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/provider/yql_dq_datasink_constraints.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/provider/yql_dq_datasink_type_ann.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/provider/yql_dq_datasource_constraints.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/provider/yql_dq_datasource_type_ann.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/provider/yql_dq_gateway.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/provider/yql_dq_provider.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/provider/yql_dq_datasink.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/provider/yql_dq_datasource.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/provider/yql_dq_recapture.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/provider/yql_dq_statistics.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/provider/yql_dq_statistics_json.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/provider/yql_dq_validate.cpp -) diff --git a/contrib/ydb/library/yql/providers/dq/provider/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/dq/provider/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e6b65ad1b60..00000000000 --- a/contrib/ydb/library/yql/providers/dq/provider/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_subdirectory(exec) - -add_library(providers-dq-provider) -target_compile_options(providers-dq-provider PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-dq-provider PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-grpc-client - cpp-threading-task_scheduler - cpp-threading-future - library-cpp-svnversion - cpp-yson-node - library-cpp-yson - public-lib-yson_value - cpp-client-ydb_driver - library-yql-core - yql-core-issue - yql-utils-backtrace - yql-dq-integration - dq-integration-transform - yql-dq-transform - yql-dq-tasks - yql-dq-type_ann - providers-common-gateway - providers-common-metrics - common-schema-expr - providers-common-transform - providers-common-activation - providers-common-proto - dq-api-grpc - dq-api-protos - providers-dq-common - providers-dq-config - providers-dq-expr_nodes - providers-dq-opt - providers-dq-planner - providers-result-expr_nodes - library-yql-minikql -) -target_sources(providers-dq-provider PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/provider/yql_dq_control.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/provider/yql_dq_datasink_constraints.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/provider/yql_dq_datasink_type_ann.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/provider/yql_dq_datasource_constraints.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/provider/yql_dq_datasource_type_ann.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/provider/yql_dq_gateway.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/provider/yql_dq_provider.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/provider/yql_dq_datasink.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/provider/yql_dq_datasource.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/provider/yql_dq_recapture.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/provider/yql_dq_statistics.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/provider/yql_dq_statistics_json.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/provider/yql_dq_validate.cpp -) diff --git a/contrib/ydb/library/yql/providers/dq/provider/CMakeLists.txt b/contrib/ydb/library/yql/providers/dq/provider/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/dq/provider/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/dq/provider/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/dq/provider/CMakeLists.windows-x86_64.txt deleted file mode 100644 index aba70b3a685..00000000000 --- a/contrib/ydb/library/yql/providers/dq/provider/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_subdirectory(exec) - -add_library(providers-dq-provider) -target_compile_options(providers-dq-provider PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-dq-provider PUBLIC - contrib-libs-cxxsupp - yutil - library-grpc-client - cpp-threading-task_scheduler - cpp-threading-future - library-cpp-svnversion - cpp-yson-node - library-cpp-yson - public-lib-yson_value - cpp-client-ydb_driver - library-yql-core - yql-core-issue - yql-utils-backtrace - yql-dq-integration - dq-integration-transform - yql-dq-transform - yql-dq-tasks - yql-dq-type_ann - providers-common-gateway - providers-common-metrics - common-schema-expr - providers-common-transform - providers-common-activation - providers-common-proto - dq-api-grpc - dq-api-protos - providers-dq-common - providers-dq-config - providers-dq-expr_nodes - providers-dq-opt - providers-dq-planner - providers-result-expr_nodes - library-yql-minikql -) -target_sources(providers-dq-provider PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/provider/yql_dq_control.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/provider/yql_dq_datasink_constraints.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/provider/yql_dq_datasink_type_ann.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/provider/yql_dq_datasource_constraints.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/provider/yql_dq_datasource_type_ann.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/provider/yql_dq_gateway.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/provider/yql_dq_provider.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/provider/yql_dq_datasink.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/provider/yql_dq_datasource.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/provider/yql_dq_recapture.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/provider/yql_dq_statistics.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/provider/yql_dq_statistics_json.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/provider/yql_dq_validate.cpp -) diff --git a/contrib/ydb/library/yql/providers/dq/provider/exec/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/dq/provider/exec/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 919a4855f32..00000000000 --- a/contrib/ydb/library/yql/providers/dq/provider/exec/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(dq-provider-exec) -target_compile_options(dq-provider-exec PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(dq-provider-exec PUBLIC - contrib-libs-cxxsupp - yutil - cpp-yson-node - library-cpp-svnversion - cpp-digest-md5 - public-lib-yson_value - cpp-client-ydb_driver - library-yql-core - yql-dq-integration - yql-dq-runtime - yql-dq-tasks - yql-dq-type_ann - providers-common-gateway - providers-common-metrics - common-schema-expr - providers-common-transform - providers-dq-actors - dq-api-grpc - dq-api-protos - providers-dq-common - providers-dq-counters - providers-dq-expr_nodes - providers-dq-opt - providers-dq-planner - providers-dq-runtime - providers-result-expr_nodes -) -target_sources(dq-provider-exec PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/provider/exec/yql_dq_exectransformer.cpp -) diff --git a/contrib/ydb/library/yql/providers/dq/provider/exec/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/dq/provider/exec/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 2c062aeab9b..00000000000 --- a/contrib/ydb/library/yql/providers/dq/provider/exec/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(dq-provider-exec) -target_compile_options(dq-provider-exec PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(dq-provider-exec PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-yson-node - library-cpp-svnversion - cpp-digest-md5 - public-lib-yson_value - cpp-client-ydb_driver - library-yql-core - yql-dq-integration - yql-dq-runtime - yql-dq-tasks - yql-dq-type_ann - providers-common-gateway - providers-common-metrics - common-schema-expr - providers-common-transform - providers-dq-actors - dq-api-grpc - dq-api-protos - providers-dq-common - providers-dq-counters - providers-dq-expr_nodes - providers-dq-opt - providers-dq-planner - providers-dq-runtime - providers-result-expr_nodes -) -target_sources(dq-provider-exec PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/provider/exec/yql_dq_exectransformer.cpp -) diff --git a/contrib/ydb/library/yql/providers/dq/provider/exec/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/dq/provider/exec/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 2c062aeab9b..00000000000 --- a/contrib/ydb/library/yql/providers/dq/provider/exec/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(dq-provider-exec) -target_compile_options(dq-provider-exec PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(dq-provider-exec PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-yson-node - library-cpp-svnversion - cpp-digest-md5 - public-lib-yson_value - cpp-client-ydb_driver - library-yql-core - yql-dq-integration - yql-dq-runtime - yql-dq-tasks - yql-dq-type_ann - providers-common-gateway - providers-common-metrics - common-schema-expr - providers-common-transform - providers-dq-actors - dq-api-grpc - dq-api-protos - providers-dq-common - providers-dq-counters - providers-dq-expr_nodes - providers-dq-opt - providers-dq-planner - providers-dq-runtime - providers-result-expr_nodes -) -target_sources(dq-provider-exec PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/provider/exec/yql_dq_exectransformer.cpp -) diff --git a/contrib/ydb/library/yql/providers/dq/provider/exec/CMakeLists.txt b/contrib/ydb/library/yql/providers/dq/provider/exec/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/dq/provider/exec/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/dq/provider/exec/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/dq/provider/exec/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 919a4855f32..00000000000 --- a/contrib/ydb/library/yql/providers/dq/provider/exec/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(dq-provider-exec) -target_compile_options(dq-provider-exec PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(dq-provider-exec PUBLIC - contrib-libs-cxxsupp - yutil - cpp-yson-node - library-cpp-svnversion - cpp-digest-md5 - public-lib-yson_value - cpp-client-ydb_driver - library-yql-core - yql-dq-integration - yql-dq-runtime - yql-dq-tasks - yql-dq-type_ann - providers-common-gateway - providers-common-metrics - common-schema-expr - providers-common-transform - providers-dq-actors - dq-api-grpc - dq-api-protos - providers-dq-common - providers-dq-counters - providers-dq-expr_nodes - providers-dq-opt - providers-dq-planner - providers-dq-runtime - providers-result-expr_nodes -) -target_sources(dq-provider-exec PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/provider/exec/yql_dq_exectransformer.cpp -) diff --git a/contrib/ydb/library/yql/providers/dq/runtime/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/dq/runtime/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a38ab4eebbb..00000000000 --- a/contrib/ydb/library/yql/providers/dq/runtime/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(providers-dq-runtime) -target_compile_options(providers-dq-runtime PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-dq-runtime PUBLIC - contrib-libs-cxxsupp - yutil - yql-minikql-invoke_builtins - library-yql-utils - yql-utils-log - yql-utils-backtrace - yql-core-expr_nodes - yql-dq-common - dq-integration-transform - yql-dq-runtime - providers-common-proto - dq-api-protos - providers-dq-common - providers-dq-counters - providers-dq-task_runner -) -target_sources(providers-dq-runtime PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/runtime/file_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/runtime/task_command_executor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/runtime/runtime_data.cpp -) diff --git a/contrib/ydb/library/yql/providers/dq/runtime/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/dq/runtime/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 10abee6b6f8..00000000000 --- a/contrib/ydb/library/yql/providers/dq/runtime/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(providers-dq-runtime) -target_compile_options(providers-dq-runtime PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-dq-runtime PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - yql-minikql-invoke_builtins - library-yql-utils - yql-utils-log - yql-utils-backtrace - yql-core-expr_nodes - yql-dq-common - dq-integration-transform - yql-dq-runtime - providers-common-proto - dq-api-protos - providers-dq-common - providers-dq-counters - providers-dq-task_runner -) -target_sources(providers-dq-runtime PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/runtime/file_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/runtime/task_command_executor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/runtime/runtime_data.cpp -) diff --git a/contrib/ydb/library/yql/providers/dq/runtime/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/dq/runtime/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 10abee6b6f8..00000000000 --- a/contrib/ydb/library/yql/providers/dq/runtime/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(providers-dq-runtime) -target_compile_options(providers-dq-runtime PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-dq-runtime PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - yql-minikql-invoke_builtins - library-yql-utils - yql-utils-log - yql-utils-backtrace - yql-core-expr_nodes - yql-dq-common - dq-integration-transform - yql-dq-runtime - providers-common-proto - dq-api-protos - providers-dq-common - providers-dq-counters - providers-dq-task_runner -) -target_sources(providers-dq-runtime PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/runtime/file_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/runtime/task_command_executor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/runtime/runtime_data.cpp -) diff --git a/contrib/ydb/library/yql/providers/dq/runtime/CMakeLists.txt b/contrib/ydb/library/yql/providers/dq/runtime/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/dq/runtime/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/dq/runtime/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/dq/runtime/CMakeLists.windows-x86_64.txt deleted file mode 100644 index a38ab4eebbb..00000000000 --- a/contrib/ydb/library/yql/providers/dq/runtime/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(providers-dq-runtime) -target_compile_options(providers-dq-runtime PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-dq-runtime PUBLIC - contrib-libs-cxxsupp - yutil - yql-minikql-invoke_builtins - library-yql-utils - yql-utils-log - yql-utils-backtrace - yql-core-expr_nodes - yql-dq-common - dq-integration-transform - yql-dq-runtime - providers-common-proto - dq-api-protos - providers-dq-common - providers-dq-counters - providers-dq-task_runner -) -target_sources(providers-dq-runtime PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/runtime/file_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/runtime/task_command_executor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/runtime/runtime_data.cpp -) diff --git a/contrib/ydb/library/yql/providers/dq/task_runner/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/dq/task_runner/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 9a38235bd08..00000000000 --- a/contrib/ydb/library/yql/providers/dq/task_runner/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(providers-dq-task_runner) -target_compile_options(providers-dq-task_runner PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-dq-task_runner PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-svnversion - cpp-threading-task_scheduler - cpp-yson-node - dq-integration-transform - yql-minikql-invoke_builtins - library-yql-protos - library-yql-utils - yql-utils-backtrace - yql-utils-log - yql-dq-proto - yql-dq-runtime - providers-common-proto - dq-api-protos - providers-dq-counters -) -target_sources(providers-dq-task_runner PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/task_runner/file_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/task_runner/tasks_runner_local.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/task_runner/tasks_runner_proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/task_runner/tasks_runner_pipe.cpp -) diff --git a/contrib/ydb/library/yql/providers/dq/task_runner/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/dq/task_runner/CMakeLists.linux-aarch64.txt deleted file mode 100644 index fb81fc16dfc..00000000000 --- a/contrib/ydb/library/yql/providers/dq/task_runner/CMakeLists.linux-aarch64.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(providers-dq-task_runner) -target_compile_options(providers-dq-task_runner PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-dq-task_runner PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-svnversion - cpp-threading-task_scheduler - cpp-yson-node - dq-integration-transform - yql-minikql-invoke_builtins - library-yql-protos - library-yql-utils - yql-utils-backtrace - yql-utils-log - yql-dq-proto - yql-dq-runtime - providers-common-proto - dq-api-protos - providers-dq-counters -) -target_sources(providers-dq-task_runner PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/task_runner/file_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/task_runner/tasks_runner_local.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/task_runner/tasks_runner_proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/task_runner/tasks_runner_pipe.cpp -) diff --git a/contrib/ydb/library/yql/providers/dq/task_runner/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/dq/task_runner/CMakeLists.linux-x86_64.txt deleted file mode 100644 index fb81fc16dfc..00000000000 --- a/contrib/ydb/library/yql/providers/dq/task_runner/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(providers-dq-task_runner) -target_compile_options(providers-dq-task_runner PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-dq-task_runner PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-svnversion - cpp-threading-task_scheduler - cpp-yson-node - dq-integration-transform - yql-minikql-invoke_builtins - library-yql-protos - library-yql-utils - yql-utils-backtrace - yql-utils-log - yql-dq-proto - yql-dq-runtime - providers-common-proto - dq-api-protos - providers-dq-counters -) -target_sources(providers-dq-task_runner PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/task_runner/file_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/task_runner/tasks_runner_local.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/task_runner/tasks_runner_proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/task_runner/tasks_runner_pipe.cpp -) diff --git a/contrib/ydb/library/yql/providers/dq/task_runner/CMakeLists.txt b/contrib/ydb/library/yql/providers/dq/task_runner/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/dq/task_runner/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/dq/task_runner/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/dq/task_runner/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 9a38235bd08..00000000000 --- a/contrib/ydb/library/yql/providers/dq/task_runner/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(providers-dq-task_runner) -target_compile_options(providers-dq-task_runner PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-dq-task_runner PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-svnversion - cpp-threading-task_scheduler - cpp-yson-node - dq-integration-transform - yql-minikql-invoke_builtins - library-yql-protos - library-yql-utils - yql-utils-backtrace - yql-utils-log - yql-dq-proto - yql-dq-runtime - providers-common-proto - dq-api-protos - providers-dq-counters -) -target_sources(providers-dq-task_runner PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/task_runner/file_cache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/task_runner/tasks_runner_local.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/task_runner/tasks_runner_proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/task_runner/tasks_runner_pipe.cpp -) diff --git a/contrib/ydb/library/yql/providers/dq/task_runner_actor/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/dq/task_runner_actor/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index ef8efd039fc..00000000000 --- a/contrib/ydb/library/yql/providers/dq/task_runner_actor/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(providers-dq-task_runner_actor) -target_compile_options(providers-dq-task_runner_actor PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-dq-task_runner_actor PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - dq-actors-task_runner - yql-dq-proto - dq-api-protos - providers-dq-runtime - yql-utils-actors - providers-dq-task_runner -) -target_sources(providers-dq-task_runner_actor PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/task_runner_actor/task_runner_actor.cpp -) diff --git a/contrib/ydb/library/yql/providers/dq/task_runner_actor/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/dq/task_runner_actor/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 0eb8701636e..00000000000 --- a/contrib/ydb/library/yql/providers/dq/task_runner_actor/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(providers-dq-task_runner_actor) -target_compile_options(providers-dq-task_runner_actor PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-dq-task_runner_actor PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - dq-actors-task_runner - yql-dq-proto - dq-api-protos - providers-dq-runtime - yql-utils-actors - providers-dq-task_runner -) -target_sources(providers-dq-task_runner_actor PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/task_runner_actor/task_runner_actor.cpp -) diff --git a/contrib/ydb/library/yql/providers/dq/task_runner_actor/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/dq/task_runner_actor/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 0eb8701636e..00000000000 --- a/contrib/ydb/library/yql/providers/dq/task_runner_actor/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(providers-dq-task_runner_actor) -target_compile_options(providers-dq-task_runner_actor PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-dq-task_runner_actor PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - dq-actors-task_runner - yql-dq-proto - dq-api-protos - providers-dq-runtime - yql-utils-actors - providers-dq-task_runner -) -target_sources(providers-dq-task_runner_actor PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/task_runner_actor/task_runner_actor.cpp -) diff --git a/contrib/ydb/library/yql/providers/dq/task_runner_actor/CMakeLists.txt b/contrib/ydb/library/yql/providers/dq/task_runner_actor/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/dq/task_runner_actor/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/dq/task_runner_actor/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/dq/task_runner_actor/CMakeLists.windows-x86_64.txt deleted file mode 100644 index ef8efd039fc..00000000000 --- a/contrib/ydb/library/yql/providers/dq/task_runner_actor/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(providers-dq-task_runner_actor) -target_compile_options(providers-dq-task_runner_actor PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-dq-task_runner_actor PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - dq-actors-task_runner - yql-dq-proto - dq-api-protos - providers-dq-runtime - yql-utils-actors - providers-dq-task_runner -) -target_sources(providers-dq-task_runner_actor PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/task_runner_actor/task_runner_actor.cpp -) diff --git a/contrib/ydb/library/yql/providers/dq/worker_manager/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/dq/worker_manager/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 989183852f6..00000000000 --- a/contrib/ydb/library/yql/providers/dq/worker_manager/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_subdirectory(interface) - -add_library(providers-dq-worker_manager) -target_compile_options(providers-dq-worker_manager PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-dq-worker_manager PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-library-ydb_issue - yql-utils-failure_injector - providers-common-config - providers-common-gateway - providers-common-metrics - dq-api-grpc - dq-api-protos - providers-dq-runtime - providers-dq-task_runner - providers-dq-task_runner_actor - dq-worker_manager-interface -) -target_sources(providers-dq-worker_manager PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/worker_manager/local_worker_manager.cpp -) diff --git a/contrib/ydb/library/yql/providers/dq/worker_manager/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/dq/worker_manager/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 866d243a870..00000000000 --- a/contrib/ydb/library/yql/providers/dq/worker_manager/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_subdirectory(interface) - -add_library(providers-dq-worker_manager) -target_compile_options(providers-dq-worker_manager PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-dq-worker_manager PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-library-ydb_issue - yql-utils-failure_injector - providers-common-config - providers-common-gateway - providers-common-metrics - dq-api-grpc - dq-api-protos - providers-dq-runtime - providers-dq-task_runner - providers-dq-task_runner_actor - dq-worker_manager-interface -) -target_sources(providers-dq-worker_manager PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/worker_manager/local_worker_manager.cpp -) diff --git a/contrib/ydb/library/yql/providers/dq/worker_manager/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/dq/worker_manager/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 866d243a870..00000000000 --- a/contrib/ydb/library/yql/providers/dq/worker_manager/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_subdirectory(interface) - -add_library(providers-dq-worker_manager) -target_compile_options(providers-dq-worker_manager PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-dq-worker_manager PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-library-ydb_issue - yql-utils-failure_injector - providers-common-config - providers-common-gateway - providers-common-metrics - dq-api-grpc - dq-api-protos - providers-dq-runtime - providers-dq-task_runner - providers-dq-task_runner_actor - dq-worker_manager-interface -) -target_sources(providers-dq-worker_manager PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/worker_manager/local_worker_manager.cpp -) diff --git a/contrib/ydb/library/yql/providers/dq/worker_manager/CMakeLists.txt b/contrib/ydb/library/yql/providers/dq/worker_manager/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/dq/worker_manager/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/dq/worker_manager/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/dq/worker_manager/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 989183852f6..00000000000 --- a/contrib/ydb/library/yql/providers/dq/worker_manager/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_subdirectory(interface) - -add_library(providers-dq-worker_manager) -target_compile_options(providers-dq-worker_manager PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-dq-worker_manager PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-library-ydb_issue - yql-utils-failure_injector - providers-common-config - providers-common-gateway - providers-common-metrics - dq-api-grpc - dq-api-protos - providers-dq-runtime - providers-dq-task_runner - providers-dq-task_runner_actor - dq-worker_manager-interface -) -target_sources(providers-dq-worker_manager PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/worker_manager/local_worker_manager.cpp -) diff --git a/contrib/ydb/library/yql/providers/dq/worker_manager/interface/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/dq/worker_manager/interface/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d84fe035503..00000000000 --- a/contrib/ydb/library/yql/providers/dq/worker_manager/interface/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(dq-worker_manager-interface) -target_compile_options(dq-worker_manager-interface PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(dq-worker_manager-interface PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-interconnect - yql-utils-log - yql-dq-common - providers-common-metrics - dq-api-grpc - dq-api-protos -) -target_sources(dq-worker_manager-interface PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/worker_manager/interface/events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/worker_manager/interface/worker_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/worker_manager/interface/counters.cpp -) diff --git a/contrib/ydb/library/yql/providers/dq/worker_manager/interface/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/dq/worker_manager/interface/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d93d6ab268e..00000000000 --- a/contrib/ydb/library/yql/providers/dq/worker_manager/interface/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(dq-worker_manager-interface) -target_compile_options(dq-worker_manager-interface PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(dq-worker_manager-interface PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-interconnect - yql-utils-log - yql-dq-common - providers-common-metrics - dq-api-grpc - dq-api-protos -) -target_sources(dq-worker_manager-interface PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/worker_manager/interface/events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/worker_manager/interface/worker_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/worker_manager/interface/counters.cpp -) diff --git a/contrib/ydb/library/yql/providers/dq/worker_manager/interface/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/dq/worker_manager/interface/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d93d6ab268e..00000000000 --- a/contrib/ydb/library/yql/providers/dq/worker_manager/interface/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(dq-worker_manager-interface) -target_compile_options(dq-worker_manager-interface PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(dq-worker_manager-interface PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-interconnect - yql-utils-log - yql-dq-common - providers-common-metrics - dq-api-grpc - dq-api-protos -) -target_sources(dq-worker_manager-interface PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/worker_manager/interface/events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/worker_manager/interface/worker_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/worker_manager/interface/counters.cpp -) diff --git a/contrib/ydb/library/yql/providers/dq/worker_manager/interface/CMakeLists.txt b/contrib/ydb/library/yql/providers/dq/worker_manager/interface/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/dq/worker_manager/interface/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/dq/worker_manager/interface/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/dq/worker_manager/interface/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d84fe035503..00000000000 --- a/contrib/ydb/library/yql/providers/dq/worker_manager/interface/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(dq-worker_manager-interface) -target_compile_options(dq-worker_manager-interface PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(dq-worker_manager-interface PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-interconnect - yql-utils-log - yql-dq-common - providers-common-metrics - dq-api-grpc - dq-api-protos -) -target_sources(dq-worker_manager-interface PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/worker_manager/interface/events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/worker_manager/interface/worker_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/dq/worker_manager/interface/counters.cpp -) diff --git a/contrib/ydb/library/yql/providers/generic/CMakeLists.txt b/contrib/ydb/library/yql/providers/generic/CMakeLists.txt deleted file mode 100644 index 7138d4719ab..00000000000 --- a/contrib/ydb/library/yql/providers/generic/CMakeLists.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_subdirectory(actors) -add_subdirectory(connector) -add_subdirectory(expr_nodes) -add_subdirectory(proto) -add_subdirectory(provider) diff --git a/contrib/ydb/library/yql/providers/generic/actors/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/generic/actors/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index fee368d3049..00000000000 --- a/contrib/ydb/library/yql/providers/generic/actors/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(providers-generic-actors) -target_compile_options(providers-generic-actors PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-generic-actors PUBLIC - contrib-libs-cxxsupp - yutil - dq-actors-compute - yql-minikql-computation - common-token_accessor-client - providers-generic-proto - yql-public-types - generic-connector-libcpp -) -target_sources(providers-generic-actors PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/actors/yql_generic_read_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/actors/yql_generic_source_factory.cpp -) diff --git a/contrib/ydb/library/yql/providers/generic/actors/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/generic/actors/CMakeLists.linux-aarch64.txt deleted file mode 100644 index c2f8a1b0f23..00000000000 --- a/contrib/ydb/library/yql/providers/generic/actors/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(providers-generic-actors) -target_compile_options(providers-generic-actors PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-generic-actors PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - dq-actors-compute - yql-minikql-computation - common-token_accessor-client - providers-generic-proto - yql-public-types - generic-connector-libcpp -) -target_sources(providers-generic-actors PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/actors/yql_generic_read_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/actors/yql_generic_source_factory.cpp -) diff --git a/contrib/ydb/library/yql/providers/generic/actors/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/generic/actors/CMakeLists.linux-x86_64.txt deleted file mode 100644 index c2f8a1b0f23..00000000000 --- a/contrib/ydb/library/yql/providers/generic/actors/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(providers-generic-actors) -target_compile_options(providers-generic-actors PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-generic-actors PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - dq-actors-compute - yql-minikql-computation - common-token_accessor-client - providers-generic-proto - yql-public-types - generic-connector-libcpp -) -target_sources(providers-generic-actors PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/actors/yql_generic_read_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/actors/yql_generic_source_factory.cpp -) diff --git a/contrib/ydb/library/yql/providers/generic/actors/CMakeLists.txt b/contrib/ydb/library/yql/providers/generic/actors/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/generic/actors/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/generic/actors/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/generic/actors/CMakeLists.windows-x86_64.txt deleted file mode 100644 index fee368d3049..00000000000 --- a/contrib/ydb/library/yql/providers/generic/actors/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(providers-generic-actors) -target_compile_options(providers-generic-actors PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-generic-actors PUBLIC - contrib-libs-cxxsupp - yutil - dq-actors-compute - yql-minikql-computation - common-token_accessor-client - providers-generic-proto - yql-public-types - generic-connector-libcpp -) -target_sources(providers-generic-actors PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/actors/yql_generic_read_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/actors/yql_generic_source_factory.cpp -) diff --git a/contrib/ydb/library/yql/providers/generic/connector/CMakeLists.txt b/contrib/ydb/library/yql/providers/generic/connector/CMakeLists.txt deleted file mode 100644 index 68b7e2a0233..00000000000 --- a/contrib/ydb/library/yql/providers/generic/connector/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(api) -add_subdirectory(libcpp) diff --git a/contrib/ydb/library/yql/providers/generic/connector/api/CMakeLists.txt b/contrib/ydb/library/yql/providers/generic/connector/api/CMakeLists.txt deleted file mode 100644 index 459e4be130e..00000000000 --- a/contrib/ydb/library/yql/providers/generic/connector/api/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(common) -add_subdirectory(service) diff --git a/contrib/ydb/library/yql/providers/generic/connector/api/common/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/generic/connector/api/common/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2a613351489..00000000000 --- a/contrib/ydb/library/yql/providers/generic/connector/api/common/CMakeLists.darwin-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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(connector-api-common) -target_link_libraries(connector-api-common PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(connector-api-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/connector/api/common/data_source.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/connector/api/common/endpoint.proto -) -target_proto_addincls(connector-api-common - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(connector-api-common - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/providers/generic/connector/api/common/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/generic/connector/api/common/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 3d8d3255eda..00000000000 --- a/contrib/ydb/library/yql/providers/generic/connector/api/common/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,57 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(connector-api-common) -target_link_libraries(connector-api-common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(connector-api-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/connector/api/common/data_source.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/connector/api/common/endpoint.proto -) -target_proto_addincls(connector-api-common - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(connector-api-common - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/providers/generic/connector/api/common/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/generic/connector/api/common/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 3d8d3255eda..00000000000 --- a/contrib/ydb/library/yql/providers/generic/connector/api/common/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,57 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(connector-api-common) -target_link_libraries(connector-api-common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(connector-api-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/connector/api/common/data_source.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/connector/api/common/endpoint.proto -) -target_proto_addincls(connector-api-common - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(connector-api-common - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/providers/generic/connector/api/common/CMakeLists.txt b/contrib/ydb/library/yql/providers/generic/connector/api/common/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/generic/connector/api/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/generic/connector/api/common/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/generic/connector/api/common/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 2a613351489..00000000000 --- a/contrib/ydb/library/yql/providers/generic/connector/api/common/CMakeLists.windows-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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(connector-api-common) -target_link_libraries(connector-api-common PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(connector-api-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/connector/api/common/data_source.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/connector/api/common/endpoint.proto -) -target_proto_addincls(connector-api-common - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(connector-api-common - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/providers/generic/connector/api/service/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/generic/connector/api/service/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index dbefb2a2364..00000000000 --- a/contrib/ydb/library/yql/providers/generic/connector/api/service/CMakeLists.darwin-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_subdirectory(protos) -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(connector-api-service) -set_property(TARGET connector-api-service PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(connector-api-service PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - api-service-protos - contrib-libs-protobuf -) -target_proto_messages(connector-api-service PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/connector/api/service/connector.proto -) -target_proto_addincls(connector-api-service - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(connector-api-service - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(connector-api-service - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/library/yql/providers/generic/connector/api/service/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/generic/connector/api/service/CMakeLists.linux-aarch64.txt deleted file mode 100644 index c3f653680c3..00000000000 --- a/contrib/ydb/library/yql/providers/generic/connector/api/service/CMakeLists.linux-aarch64.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_subdirectory(protos) -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(connector-api-service) -set_property(TARGET connector-api-service PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(connector-api-service PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - api-service-protos - contrib-libs-protobuf -) -target_proto_messages(connector-api-service PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/connector/api/service/connector.proto -) -target_proto_addincls(connector-api-service - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(connector-api-service - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(connector-api-service - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/library/yql/providers/generic/connector/api/service/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/generic/connector/api/service/CMakeLists.linux-x86_64.txt deleted file mode 100644 index c3f653680c3..00000000000 --- a/contrib/ydb/library/yql/providers/generic/connector/api/service/CMakeLists.linux-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_subdirectory(protos) -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(connector-api-service) -set_property(TARGET connector-api-service PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(connector-api-service PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - api-service-protos - contrib-libs-protobuf -) -target_proto_messages(connector-api-service PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/connector/api/service/connector.proto -) -target_proto_addincls(connector-api-service - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(connector-api-service - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(connector-api-service - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/library/yql/providers/generic/connector/api/service/CMakeLists.txt b/contrib/ydb/library/yql/providers/generic/connector/api/service/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/generic/connector/api/service/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/generic/connector/api/service/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/generic/connector/api/service/CMakeLists.windows-x86_64.txt deleted file mode 100644 index dbefb2a2364..00000000000 --- a/contrib/ydb/library/yql/providers/generic/connector/api/service/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_subdirectory(protos) -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(connector-api-service) -set_property(TARGET connector-api-service PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(connector-api-service PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - api-service-protos - contrib-libs-protobuf -) -target_proto_messages(connector-api-service PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/connector/api/service/connector.proto -) -target_proto_addincls(connector-api-service - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(connector-api-service - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(connector-api-service - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/library/yql/providers/generic/connector/api/service/protos/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/generic/connector/api/service/protos/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 20ca5d681bc..00000000000 --- a/contrib/ydb/library/yql/providers/generic/connector/api/service/protos/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(api-service-protos) -target_link_libraries(api-service-protos PUBLIC - contrib-libs-cxxsupp - yutil - connector-api-common - api-protos - contrib-libs-protobuf -) -target_proto_messages(api-service-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/connector/api/service/protos/connector.proto -) -target_proto_addincls(api-service-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(api-service-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/providers/generic/connector/api/service/protos/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/generic/connector/api/service/protos/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 561aeb863a3..00000000000 --- a/contrib/ydb/library/yql/providers/generic/connector/api/service/protos/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(api-service-protos) -target_link_libraries(api-service-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - connector-api-common - api-protos - contrib-libs-protobuf -) -target_proto_messages(api-service-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/connector/api/service/protos/connector.proto -) -target_proto_addincls(api-service-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(api-service-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/providers/generic/connector/api/service/protos/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/generic/connector/api/service/protos/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 561aeb863a3..00000000000 --- a/contrib/ydb/library/yql/providers/generic/connector/api/service/protos/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(api-service-protos) -target_link_libraries(api-service-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - connector-api-common - api-protos - contrib-libs-protobuf -) -target_proto_messages(api-service-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/connector/api/service/protos/connector.proto -) -target_proto_addincls(api-service-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(api-service-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/providers/generic/connector/api/service/protos/CMakeLists.txt b/contrib/ydb/library/yql/providers/generic/connector/api/service/protos/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/generic/connector/api/service/protos/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/generic/connector/api/service/protos/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/generic/connector/api/service/protos/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 20ca5d681bc..00000000000 --- a/contrib/ydb/library/yql/providers/generic/connector/api/service/protos/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(api-service-protos) -target_link_libraries(api-service-protos PUBLIC - contrib-libs-cxxsupp - yutil - connector-api-common - api-protos - contrib-libs-protobuf -) -target_proto_messages(api-service-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/connector/api/service/protos/connector.proto -) -target_proto_addincls(api-service-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(api-service-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/providers/generic/connector/libcpp/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/generic/connector/libcpp/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index f73870273eb..00000000000 --- a/contrib/ydb/library/yql/providers/generic/connector/libcpp/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(generic-connector-libcpp) -target_link_libraries(generic-connector-libcpp PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow - contrib-libs-grpc - formats-arrow-serializer - library-yql-ast - dq-actors-protos - providers-common-proto - connector-api-common - connector-api-service - yql-public-issue - library-yql-utils -) -target_sources(generic-connector-libcpp PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/connector/libcpp/client.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/connector/libcpp/error.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/connector/libcpp/utils.cpp -) diff --git a/contrib/ydb/library/yql/providers/generic/connector/libcpp/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/generic/connector/libcpp/CMakeLists.linux-aarch64.txt deleted file mode 100644 index cb8e472b9ee..00000000000 --- a/contrib/ydb/library/yql/providers/generic/connector/libcpp/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(generic-connector-libcpp) -target_link_libraries(generic-connector-libcpp PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow - contrib-libs-grpc - formats-arrow-serializer - library-yql-ast - dq-actors-protos - providers-common-proto - connector-api-common - connector-api-service - yql-public-issue - library-yql-utils -) -target_sources(generic-connector-libcpp PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/connector/libcpp/client.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/connector/libcpp/error.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/connector/libcpp/utils.cpp -) diff --git a/contrib/ydb/library/yql/providers/generic/connector/libcpp/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/generic/connector/libcpp/CMakeLists.linux-x86_64.txt deleted file mode 100644 index cb8e472b9ee..00000000000 --- a/contrib/ydb/library/yql/providers/generic/connector/libcpp/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(generic-connector-libcpp) -target_link_libraries(generic-connector-libcpp PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow - contrib-libs-grpc - formats-arrow-serializer - library-yql-ast - dq-actors-protos - providers-common-proto - connector-api-common - connector-api-service - yql-public-issue - library-yql-utils -) -target_sources(generic-connector-libcpp PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/connector/libcpp/client.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/connector/libcpp/error.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/connector/libcpp/utils.cpp -) diff --git a/contrib/ydb/library/yql/providers/generic/connector/libcpp/CMakeLists.txt b/contrib/ydb/library/yql/providers/generic/connector/libcpp/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/generic/connector/libcpp/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/generic/connector/libcpp/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/generic/connector/libcpp/CMakeLists.windows-x86_64.txt deleted file mode 100644 index f73870273eb..00000000000 --- a/contrib/ydb/library/yql/providers/generic/connector/libcpp/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(generic-connector-libcpp) -target_link_libraries(generic-connector-libcpp PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow - contrib-libs-grpc - formats-arrow-serializer - library-yql-ast - dq-actors-protos - providers-common-proto - connector-api-common - connector-api-service - yql-public-issue - library-yql-utils -) -target_sources(generic-connector-libcpp PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/connector/libcpp/client.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/connector/libcpp/error.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/connector/libcpp/utils.cpp -) diff --git a/contrib/ydb/library/yql/providers/generic/expr_nodes/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/generic/expr_nodes/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 3cf82c0199c..00000000000 --- a/contrib/ydb/library/yql/providers/generic/expr_nodes/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. - - -find_package(Python3 REQUIRED) - -add_library(providers-generic-expr_nodes) -target_link_libraries(providers-generic-expr_nodes PUBLIC - contrib-libs-cxxsupp - yutil - yql-core-expr_nodes - providers-common-provider -) -target_sources(providers-generic-expr_nodes PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/expr_nodes/yql_generic_expr_nodes.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/generic/expr_nodes/yql_generic_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/generic/expr_nodes/yql_generic_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/generic/expr_nodes/yql_generic_expr_nodes.defs.inl.h -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/generic/expr_nodes/yql_generic_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/generic/expr_nodes/yql_generic_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/generic/expr_nodes/yql_generic_expr_nodes.defs.inl.h - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/expr_nodes/yql_generic_expr_nodes.json - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - COMMAND - Python3::Interpreter - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/expr_nodes/yql_generic_expr_nodes.json - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/generic/expr_nodes/yql_generic_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/generic/expr_nodes/yql_generic_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/generic/expr_nodes/yql_generic_expr_nodes.defs.inl.h -) diff --git a/contrib/ydb/library/yql/providers/generic/expr_nodes/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/generic/expr_nodes/CMakeLists.linux-aarch64.txt deleted file mode 100644 index bba99f72836..00000000000 --- a/contrib/ydb/library/yql/providers/generic/expr_nodes/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. - - -find_package(Python3 REQUIRED) - -add_library(providers-generic-expr_nodes) -target_link_libraries(providers-generic-expr_nodes PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - yql-core-expr_nodes - providers-common-provider -) -target_sources(providers-generic-expr_nodes PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/expr_nodes/yql_generic_expr_nodes.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/generic/expr_nodes/yql_generic_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/generic/expr_nodes/yql_generic_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/generic/expr_nodes/yql_generic_expr_nodes.defs.inl.h -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/generic/expr_nodes/yql_generic_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/generic/expr_nodes/yql_generic_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/generic/expr_nodes/yql_generic_expr_nodes.defs.inl.h - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/expr_nodes/yql_generic_expr_nodes.json - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - COMMAND - Python3::Interpreter - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/expr_nodes/yql_generic_expr_nodes.json - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/generic/expr_nodes/yql_generic_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/generic/expr_nodes/yql_generic_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/generic/expr_nodes/yql_generic_expr_nodes.defs.inl.h -) diff --git a/contrib/ydb/library/yql/providers/generic/expr_nodes/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/generic/expr_nodes/CMakeLists.linux-x86_64.txt deleted file mode 100644 index bba99f72836..00000000000 --- a/contrib/ydb/library/yql/providers/generic/expr_nodes/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. - - -find_package(Python3 REQUIRED) - -add_library(providers-generic-expr_nodes) -target_link_libraries(providers-generic-expr_nodes PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - yql-core-expr_nodes - providers-common-provider -) -target_sources(providers-generic-expr_nodes PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/expr_nodes/yql_generic_expr_nodes.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/generic/expr_nodes/yql_generic_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/generic/expr_nodes/yql_generic_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/generic/expr_nodes/yql_generic_expr_nodes.defs.inl.h -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/generic/expr_nodes/yql_generic_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/generic/expr_nodes/yql_generic_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/generic/expr_nodes/yql_generic_expr_nodes.defs.inl.h - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/expr_nodes/yql_generic_expr_nodes.json - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - COMMAND - Python3::Interpreter - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/expr_nodes/yql_generic_expr_nodes.json - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/generic/expr_nodes/yql_generic_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/generic/expr_nodes/yql_generic_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/generic/expr_nodes/yql_generic_expr_nodes.defs.inl.h -) diff --git a/contrib/ydb/library/yql/providers/generic/expr_nodes/CMakeLists.txt b/contrib/ydb/library/yql/providers/generic/expr_nodes/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/generic/expr_nodes/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/generic/expr_nodes/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/generic/expr_nodes/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 3cf82c0199c..00000000000 --- a/contrib/ydb/library/yql/providers/generic/expr_nodes/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. - - -find_package(Python3 REQUIRED) - -add_library(providers-generic-expr_nodes) -target_link_libraries(providers-generic-expr_nodes PUBLIC - contrib-libs-cxxsupp - yutil - yql-core-expr_nodes - providers-common-provider -) -target_sources(providers-generic-expr_nodes PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/expr_nodes/yql_generic_expr_nodes.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/generic/expr_nodes/yql_generic_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/generic/expr_nodes/yql_generic_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/generic/expr_nodes/yql_generic_expr_nodes.defs.inl.h -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/generic/expr_nodes/yql_generic_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/generic/expr_nodes/yql_generic_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/generic/expr_nodes/yql_generic_expr_nodes.defs.inl.h - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/expr_nodes/yql_generic_expr_nodes.json - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - COMMAND - Python3::Interpreter - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/expr_nodes/yql_generic_expr_nodes.json - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/generic/expr_nodes/yql_generic_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/generic/expr_nodes/yql_generic_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/generic/expr_nodes/yql_generic_expr_nodes.defs.inl.h -) diff --git a/contrib/ydb/library/yql/providers/generic/proto/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/generic/proto/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 83b4ec6e568..00000000000 --- a/contrib/ydb/library/yql/providers/generic/proto/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,58 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(providers-generic-proto) -target_link_libraries(providers-generic-proto PUBLIC - contrib-libs-cxxsupp - yutil - api-service-protos - connector-api-common - contrib-libs-protobuf -) -target_proto_messages(providers-generic-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/proto/range.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/proto/source.proto -) -target_proto_addincls(providers-generic-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(providers-generic-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/providers/generic/proto/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/generic/proto/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 97783e4c98f..00000000000 --- a/contrib/ydb/library/yql/providers/generic/proto/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(providers-generic-proto) -target_link_libraries(providers-generic-proto PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - api-service-protos - connector-api-common - contrib-libs-protobuf -) -target_proto_messages(providers-generic-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/proto/range.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/proto/source.proto -) -target_proto_addincls(providers-generic-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(providers-generic-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/providers/generic/proto/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/generic/proto/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 97783e4c98f..00000000000 --- a/contrib/ydb/library/yql/providers/generic/proto/CMakeLists.linux-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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(providers-generic-proto) -target_link_libraries(providers-generic-proto PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - api-service-protos - connector-api-common - contrib-libs-protobuf -) -target_proto_messages(providers-generic-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/proto/range.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/proto/source.proto -) -target_proto_addincls(providers-generic-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(providers-generic-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/providers/generic/proto/CMakeLists.txt b/contrib/ydb/library/yql/providers/generic/proto/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/generic/proto/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/generic/proto/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/generic/proto/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 83b4ec6e568..00000000000 --- a/contrib/ydb/library/yql/providers/generic/proto/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,58 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(providers-generic-proto) -target_link_libraries(providers-generic-proto PUBLIC - contrib-libs-cxxsupp - yutil - api-service-protos - connector-api-common - contrib-libs-protobuf -) -target_proto_messages(providers-generic-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/proto/range.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/proto/source.proto -) -target_proto_addincls(providers-generic-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(providers-generic-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/providers/generic/provider/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/generic/provider/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 0d6189fca07..00000000000 --- a/contrib/ydb/library/yql/providers/generic/provider/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(providers-generic-provider) -target_compile_options(providers-generic-provider PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-generic-provider PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-fmt - library-cpp-json - library-cpp-random_provider - library-cpp-time_provider - fq-libs-result_formatter - library-yql-ast - library-yql-core - yql-core-type_ann - yql-dq-expr_nodes - yql-dq-integration - yql-minikql-comp_nodes - providers-common-config - providers-common-db_id_async_resolver - providers-common-dq - providers-common-mkql - providers-common-proto - providers-common-provider - providers-common-pushdown - providers-common-structured_token - providers-common-transform - providers-dq-common - providers-dq-expr_nodes - providers-generic-expr_nodes - providers-generic-proto - generic-connector-libcpp - yql-utils-plan -) -target_sources(providers-generic-provider PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/provider/yql_generic_cluster_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/provider/yql_generic_datasink.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/provider/yql_generic_datasink_execution.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/provider/yql_generic_datasink_type_ann.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/provider/yql_generic_datasource.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/provider/yql_generic_datasource_type_ann.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/provider/yql_generic_dq_integration.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/provider/yql_generic_io_discovery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/provider/yql_generic_load_meta.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/provider/yql_generic_logical_opt.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/provider/yql_generic_mkql_compiler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/provider/yql_generic_physical_opt.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/provider/yql_generic_predicate_pushdown.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/provider/yql_generic_provider.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/provider/yql_generic_settings.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/provider/yql_generic_state.cpp -) diff --git a/contrib/ydb/library/yql/providers/generic/provider/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/generic/provider/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d91ade6ac60..00000000000 --- a/contrib/ydb/library/yql/providers/generic/provider/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(providers-generic-provider) -target_compile_options(providers-generic-provider PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-generic-provider PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-fmt - library-cpp-json - library-cpp-random_provider - library-cpp-time_provider - fq-libs-result_formatter - library-yql-ast - library-yql-core - yql-core-type_ann - yql-dq-expr_nodes - yql-dq-integration - yql-minikql-comp_nodes - providers-common-config - providers-common-db_id_async_resolver - providers-common-dq - providers-common-mkql - providers-common-proto - providers-common-provider - providers-common-pushdown - providers-common-structured_token - providers-common-transform - providers-dq-common - providers-dq-expr_nodes - providers-generic-expr_nodes - providers-generic-proto - generic-connector-libcpp - yql-utils-plan -) -target_sources(providers-generic-provider PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/provider/yql_generic_cluster_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/provider/yql_generic_datasink.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/provider/yql_generic_datasink_execution.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/provider/yql_generic_datasink_type_ann.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/provider/yql_generic_datasource.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/provider/yql_generic_datasource_type_ann.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/provider/yql_generic_dq_integration.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/provider/yql_generic_io_discovery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/provider/yql_generic_load_meta.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/provider/yql_generic_logical_opt.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/provider/yql_generic_mkql_compiler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/provider/yql_generic_physical_opt.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/provider/yql_generic_predicate_pushdown.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/provider/yql_generic_provider.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/provider/yql_generic_settings.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/provider/yql_generic_state.cpp -) diff --git a/contrib/ydb/library/yql/providers/generic/provider/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/generic/provider/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d91ade6ac60..00000000000 --- a/contrib/ydb/library/yql/providers/generic/provider/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(providers-generic-provider) -target_compile_options(providers-generic-provider PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-generic-provider PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-fmt - library-cpp-json - library-cpp-random_provider - library-cpp-time_provider - fq-libs-result_formatter - library-yql-ast - library-yql-core - yql-core-type_ann - yql-dq-expr_nodes - yql-dq-integration - yql-minikql-comp_nodes - providers-common-config - providers-common-db_id_async_resolver - providers-common-dq - providers-common-mkql - providers-common-proto - providers-common-provider - providers-common-pushdown - providers-common-structured_token - providers-common-transform - providers-dq-common - providers-dq-expr_nodes - providers-generic-expr_nodes - providers-generic-proto - generic-connector-libcpp - yql-utils-plan -) -target_sources(providers-generic-provider PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/provider/yql_generic_cluster_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/provider/yql_generic_datasink.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/provider/yql_generic_datasink_execution.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/provider/yql_generic_datasink_type_ann.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/provider/yql_generic_datasource.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/provider/yql_generic_datasource_type_ann.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/provider/yql_generic_dq_integration.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/provider/yql_generic_io_discovery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/provider/yql_generic_load_meta.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/provider/yql_generic_logical_opt.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/provider/yql_generic_mkql_compiler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/provider/yql_generic_physical_opt.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/provider/yql_generic_predicate_pushdown.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/provider/yql_generic_provider.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/provider/yql_generic_settings.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/provider/yql_generic_state.cpp -) diff --git a/contrib/ydb/library/yql/providers/generic/provider/CMakeLists.txt b/contrib/ydb/library/yql/providers/generic/provider/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/generic/provider/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/generic/provider/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/generic/provider/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 0d6189fca07..00000000000 --- a/contrib/ydb/library/yql/providers/generic/provider/CMakeLists.windows-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(providers-generic-provider) -target_compile_options(providers-generic-provider PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-generic-provider PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-fmt - library-cpp-json - library-cpp-random_provider - library-cpp-time_provider - fq-libs-result_formatter - library-yql-ast - library-yql-core - yql-core-type_ann - yql-dq-expr_nodes - yql-dq-integration - yql-minikql-comp_nodes - providers-common-config - providers-common-db_id_async_resolver - providers-common-dq - providers-common-mkql - providers-common-proto - providers-common-provider - providers-common-pushdown - providers-common-structured_token - providers-common-transform - providers-dq-common - providers-dq-expr_nodes - providers-generic-expr_nodes - providers-generic-proto - generic-connector-libcpp - yql-utils-plan -) -target_sources(providers-generic-provider PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/provider/yql_generic_cluster_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/provider/yql_generic_datasink.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/provider/yql_generic_datasink_execution.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/provider/yql_generic_datasink_type_ann.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/provider/yql_generic_datasource.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/provider/yql_generic_datasource_type_ann.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/provider/yql_generic_dq_integration.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/provider/yql_generic_io_discovery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/provider/yql_generic_load_meta.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/provider/yql_generic_logical_opt.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/provider/yql_generic_mkql_compiler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/provider/yql_generic_physical_opt.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/provider/yql_generic_predicate_pushdown.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/provider/yql_generic_provider.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/provider/yql_generic_settings.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/generic/provider/yql_generic_state.cpp -) diff --git a/contrib/ydb/library/yql/providers/pq/CMakeLists.txt b/contrib/ydb/library/yql/providers/pq/CMakeLists.txt deleted file mode 100644 index aae21c83f6c..00000000000 --- a/contrib/ydb/library/yql/providers/pq/CMakeLists.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_subdirectory(async_io) -add_subdirectory(cm_client) -add_subdirectory(common) -add_subdirectory(expr_nodes) -add_subdirectory(gateway) -add_subdirectory(proto) -add_subdirectory(provider) -add_subdirectory(task_meta) diff --git a/contrib/ydb/library/yql/providers/pq/async_io/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/pq/async_io/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index bad6fb41976..00000000000 --- a/contrib/ydb/library/yql/providers/pq/async_io/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(providers-pq-async_io) -target_compile_options(providers-pq-async_io PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-pq-async_io PUBLIC - contrib-libs-cxxsupp - yutil - yql-minikql-computation - common-token_accessor-client - yql-public-types - yql-utils-log - cpp-client-ydb_driver - cpp-client-ydb_persqueue_core - client-ydb_types-credentials - dq-actors-compute - providers-pq-proto - providers-pq-common -) -target_sources(providers-pq-async_io PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/async_io/dq_pq_meta_extractor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/async_io/dq_pq_read_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/async_io/dq_pq_write_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/async_io/probes.cpp -) diff --git a/contrib/ydb/library/yql/providers/pq/async_io/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/pq/async_io/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 72a919ced91..00000000000 --- a/contrib/ydb/library/yql/providers/pq/async_io/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(providers-pq-async_io) -target_compile_options(providers-pq-async_io PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-pq-async_io PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - yql-minikql-computation - common-token_accessor-client - yql-public-types - yql-utils-log - cpp-client-ydb_driver - cpp-client-ydb_persqueue_core - client-ydb_types-credentials - dq-actors-compute - providers-pq-proto - providers-pq-common -) -target_sources(providers-pq-async_io PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/async_io/dq_pq_meta_extractor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/async_io/dq_pq_read_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/async_io/dq_pq_write_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/async_io/probes.cpp -) diff --git a/contrib/ydb/library/yql/providers/pq/async_io/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/pq/async_io/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 72a919ced91..00000000000 --- a/contrib/ydb/library/yql/providers/pq/async_io/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(providers-pq-async_io) -target_compile_options(providers-pq-async_io PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-pq-async_io PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - yql-minikql-computation - common-token_accessor-client - yql-public-types - yql-utils-log - cpp-client-ydb_driver - cpp-client-ydb_persqueue_core - client-ydb_types-credentials - dq-actors-compute - providers-pq-proto - providers-pq-common -) -target_sources(providers-pq-async_io PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/async_io/dq_pq_meta_extractor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/async_io/dq_pq_read_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/async_io/dq_pq_write_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/async_io/probes.cpp -) diff --git a/contrib/ydb/library/yql/providers/pq/async_io/CMakeLists.txt b/contrib/ydb/library/yql/providers/pq/async_io/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/pq/async_io/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/pq/async_io/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/pq/async_io/CMakeLists.windows-x86_64.txt deleted file mode 100644 index bad6fb41976..00000000000 --- a/contrib/ydb/library/yql/providers/pq/async_io/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(providers-pq-async_io) -target_compile_options(providers-pq-async_io PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-pq-async_io PUBLIC - contrib-libs-cxxsupp - yutil - yql-minikql-computation - common-token_accessor-client - yql-public-types - yql-utils-log - cpp-client-ydb_driver - cpp-client-ydb_persqueue_core - client-ydb_types-credentials - dq-actors-compute - providers-pq-proto - providers-pq-common -) -target_sources(providers-pq-async_io PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/async_io/dq_pq_meta_extractor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/async_io/dq_pq_read_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/async_io/dq_pq_write_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/async_io/probes.cpp -) diff --git a/contrib/ydb/library/yql/providers/pq/cm_client/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/pq/cm_client/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 8146c5f5375..00000000000 --- a/contrib/ydb/library/yql/providers/pq/cm_client/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(providers-pq-cm_client) -target_link_libraries(providers-pq-cm_client PUBLIC - contrib-libs-cxxsupp - yutil - cpp-threading-future - yql-public-issue - client-ydb_types-credentials - tools-enum_parser-enum_serialization_runtime -) -target_sources(providers-pq-cm_client PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/cm_client/client.cpp -) -generate_enum_serilization(providers-pq-cm_client - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/cm_client/client.h - INCLUDE_HEADERS - contrib/ydb/library/yql/providers/pq/cm_client/client.h -) diff --git a/contrib/ydb/library/yql/providers/pq/cm_client/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/pq/cm_client/CMakeLists.linux-aarch64.txt deleted file mode 100644 index aac442b42bd..00000000000 --- a/contrib/ydb/library/yql/providers/pq/cm_client/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(providers-pq-cm_client) -target_link_libraries(providers-pq-cm_client PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-threading-future - yql-public-issue - client-ydb_types-credentials - tools-enum_parser-enum_serialization_runtime -) -target_sources(providers-pq-cm_client PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/cm_client/client.cpp -) -generate_enum_serilization(providers-pq-cm_client - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/cm_client/client.h - INCLUDE_HEADERS - contrib/ydb/library/yql/providers/pq/cm_client/client.h -) diff --git a/contrib/ydb/library/yql/providers/pq/cm_client/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/pq/cm_client/CMakeLists.linux-x86_64.txt deleted file mode 100644 index aac442b42bd..00000000000 --- a/contrib/ydb/library/yql/providers/pq/cm_client/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(providers-pq-cm_client) -target_link_libraries(providers-pq-cm_client PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-threading-future - yql-public-issue - client-ydb_types-credentials - tools-enum_parser-enum_serialization_runtime -) -target_sources(providers-pq-cm_client PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/cm_client/client.cpp -) -generate_enum_serilization(providers-pq-cm_client - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/cm_client/client.h - INCLUDE_HEADERS - contrib/ydb/library/yql/providers/pq/cm_client/client.h -) diff --git a/contrib/ydb/library/yql/providers/pq/cm_client/CMakeLists.txt b/contrib/ydb/library/yql/providers/pq/cm_client/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/pq/cm_client/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/pq/cm_client/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/pq/cm_client/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 8146c5f5375..00000000000 --- a/contrib/ydb/library/yql/providers/pq/cm_client/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(providers-pq-cm_client) -target_link_libraries(providers-pq-cm_client PUBLIC - contrib-libs-cxxsupp - yutil - cpp-threading-future - yql-public-issue - client-ydb_types-credentials - tools-enum_parser-enum_serialization_runtime -) -target_sources(providers-pq-cm_client PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/cm_client/client.cpp -) -generate_enum_serilization(providers-pq-cm_client - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/cm_client/client.h - INCLUDE_HEADERS - contrib/ydb/library/yql/providers/pq/cm_client/client.h -) diff --git a/contrib/ydb/library/yql/providers/pq/common/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/pq/common/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 9ce320cf5b9..00000000000 --- a/contrib/ydb/library/yql/providers/pq/common/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(providers-pq-common) -target_compile_options(providers-pq-common PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-pq-common PUBLIC - contrib-libs-cxxsupp - yutil - yql-public-types -) -target_sources(providers-pq-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/common/pq_meta_fields.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/common/yql_names.cpp -) diff --git a/contrib/ydb/library/yql/providers/pq/common/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/pq/common/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 5f6f0a92e80..00000000000 --- a/contrib/ydb/library/yql/providers/pq/common/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(providers-pq-common) -target_compile_options(providers-pq-common PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-pq-common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - yql-public-types -) -target_sources(providers-pq-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/common/pq_meta_fields.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/common/yql_names.cpp -) diff --git a/contrib/ydb/library/yql/providers/pq/common/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/pq/common/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 5f6f0a92e80..00000000000 --- a/contrib/ydb/library/yql/providers/pq/common/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(providers-pq-common) -target_compile_options(providers-pq-common PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-pq-common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - yql-public-types -) -target_sources(providers-pq-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/common/pq_meta_fields.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/common/yql_names.cpp -) diff --git a/contrib/ydb/library/yql/providers/pq/common/CMakeLists.txt b/contrib/ydb/library/yql/providers/pq/common/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/pq/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/pq/common/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/pq/common/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 9ce320cf5b9..00000000000 --- a/contrib/ydb/library/yql/providers/pq/common/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(providers-pq-common) -target_compile_options(providers-pq-common PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-pq-common PUBLIC - contrib-libs-cxxsupp - yutil - yql-public-types -) -target_sources(providers-pq-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/common/pq_meta_fields.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/common/yql_names.cpp -) diff --git a/contrib/ydb/library/yql/providers/pq/expr_nodes/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/pq/expr_nodes/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 1e6d54789c1..00000000000 --- a/contrib/ydb/library/yql/providers/pq/expr_nodes/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. - - -find_package(Python3 REQUIRED) - -add_library(providers-pq-expr_nodes) -target_link_libraries(providers-pq-expr_nodes PUBLIC - contrib-libs-cxxsupp - yutil - yql-core-expr_nodes - providers-common-provider -) -target_sources(providers-pq-expr_nodes PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/expr_nodes/yql_pq_expr_nodes.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/pq/expr_nodes/yql_pq_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/pq/expr_nodes/yql_pq_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/pq/expr_nodes/yql_pq_expr_nodes.defs.inl.h -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/pq/expr_nodes/yql_pq_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/pq/expr_nodes/yql_pq_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/pq/expr_nodes/yql_pq_expr_nodes.defs.inl.h - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/expr_nodes/yql_pq_expr_nodes.json - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - COMMAND - Python3::Interpreter - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/expr_nodes/yql_pq_expr_nodes.json - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/pq/expr_nodes/yql_pq_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/pq/expr_nodes/yql_pq_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/pq/expr_nodes/yql_pq_expr_nodes.defs.inl.h -) diff --git a/contrib/ydb/library/yql/providers/pq/expr_nodes/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/pq/expr_nodes/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 5a1def0b7b0..00000000000 --- a/contrib/ydb/library/yql/providers/pq/expr_nodes/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. - - -find_package(Python3 REQUIRED) - -add_library(providers-pq-expr_nodes) -target_link_libraries(providers-pq-expr_nodes PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - yql-core-expr_nodes - providers-common-provider -) -target_sources(providers-pq-expr_nodes PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/expr_nodes/yql_pq_expr_nodes.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/pq/expr_nodes/yql_pq_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/pq/expr_nodes/yql_pq_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/pq/expr_nodes/yql_pq_expr_nodes.defs.inl.h -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/pq/expr_nodes/yql_pq_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/pq/expr_nodes/yql_pq_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/pq/expr_nodes/yql_pq_expr_nodes.defs.inl.h - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/expr_nodes/yql_pq_expr_nodes.json - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - COMMAND - Python3::Interpreter - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/expr_nodes/yql_pq_expr_nodes.json - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/pq/expr_nodes/yql_pq_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/pq/expr_nodes/yql_pq_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/pq/expr_nodes/yql_pq_expr_nodes.defs.inl.h -) diff --git a/contrib/ydb/library/yql/providers/pq/expr_nodes/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/pq/expr_nodes/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 5a1def0b7b0..00000000000 --- a/contrib/ydb/library/yql/providers/pq/expr_nodes/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. - - -find_package(Python3 REQUIRED) - -add_library(providers-pq-expr_nodes) -target_link_libraries(providers-pq-expr_nodes PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - yql-core-expr_nodes - providers-common-provider -) -target_sources(providers-pq-expr_nodes PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/expr_nodes/yql_pq_expr_nodes.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/pq/expr_nodes/yql_pq_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/pq/expr_nodes/yql_pq_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/pq/expr_nodes/yql_pq_expr_nodes.defs.inl.h -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/pq/expr_nodes/yql_pq_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/pq/expr_nodes/yql_pq_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/pq/expr_nodes/yql_pq_expr_nodes.defs.inl.h - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/expr_nodes/yql_pq_expr_nodes.json - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - COMMAND - Python3::Interpreter - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/expr_nodes/yql_pq_expr_nodes.json - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/pq/expr_nodes/yql_pq_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/pq/expr_nodes/yql_pq_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/pq/expr_nodes/yql_pq_expr_nodes.defs.inl.h -) diff --git a/contrib/ydb/library/yql/providers/pq/expr_nodes/CMakeLists.txt b/contrib/ydb/library/yql/providers/pq/expr_nodes/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/pq/expr_nodes/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/pq/expr_nodes/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/pq/expr_nodes/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 1e6d54789c1..00000000000 --- a/contrib/ydb/library/yql/providers/pq/expr_nodes/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. - - -find_package(Python3 REQUIRED) - -add_library(providers-pq-expr_nodes) -target_link_libraries(providers-pq-expr_nodes PUBLIC - contrib-libs-cxxsupp - yutil - yql-core-expr_nodes - providers-common-provider -) -target_sources(providers-pq-expr_nodes PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/expr_nodes/yql_pq_expr_nodes.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/pq/expr_nodes/yql_pq_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/pq/expr_nodes/yql_pq_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/pq/expr_nodes/yql_pq_expr_nodes.defs.inl.h -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/pq/expr_nodes/yql_pq_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/pq/expr_nodes/yql_pq_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/pq/expr_nodes/yql_pq_expr_nodes.defs.inl.h - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/expr_nodes/yql_pq_expr_nodes.json - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - COMMAND - Python3::Interpreter - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/expr_nodes/yql_pq_expr_nodes.json - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/pq/expr_nodes/yql_pq_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/pq/expr_nodes/yql_pq_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/pq/expr_nodes/yql_pq_expr_nodes.defs.inl.h -) diff --git a/contrib/ydb/library/yql/providers/pq/gateway/CMakeLists.txt b/contrib/ydb/library/yql/providers/pq/gateway/CMakeLists.txt deleted file mode 100644 index df8aeb40f77..00000000000 --- a/contrib/ydb/library/yql/providers/pq/gateway/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(native) diff --git a/contrib/ydb/library/yql/providers/pq/gateway/native/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/pq/gateway/native/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index fe1709da2ae..00000000000 --- a/contrib/ydb/library/yql/providers/pq/gateway/native/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(pq-gateway-native) -target_link_libraries(pq-gateway-native PUBLIC - contrib-libs-cxxsupp - yutil - common-token_accessor-client - providers-common-metrics - providers-common-proto - providers-pq-cm_client - providers-pq-provider - library-yql-utils - cpp-client-ydb_datastreams - cpp-client-ydb_driver - cpp-client-ydb_persqueue_core -) -target_sources(pq-gateway-native PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/gateway/native/yql_pq_gateway.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/gateway/native/yql_pq_session.cpp -) diff --git a/contrib/ydb/library/yql/providers/pq/gateway/native/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/pq/gateway/native/CMakeLists.linux-aarch64.txt deleted file mode 100644 index f2317565fd0..00000000000 --- a/contrib/ydb/library/yql/providers/pq/gateway/native/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(pq-gateway-native) -target_link_libraries(pq-gateway-native PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - common-token_accessor-client - providers-common-metrics - providers-common-proto - providers-pq-cm_client - providers-pq-provider - library-yql-utils - cpp-client-ydb_datastreams - cpp-client-ydb_driver - cpp-client-ydb_persqueue_core -) -target_sources(pq-gateway-native PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/gateway/native/yql_pq_gateway.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/gateway/native/yql_pq_session.cpp -) diff --git a/contrib/ydb/library/yql/providers/pq/gateway/native/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/pq/gateway/native/CMakeLists.linux-x86_64.txt deleted file mode 100644 index f2317565fd0..00000000000 --- a/contrib/ydb/library/yql/providers/pq/gateway/native/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(pq-gateway-native) -target_link_libraries(pq-gateway-native PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - common-token_accessor-client - providers-common-metrics - providers-common-proto - providers-pq-cm_client - providers-pq-provider - library-yql-utils - cpp-client-ydb_datastreams - cpp-client-ydb_driver - cpp-client-ydb_persqueue_core -) -target_sources(pq-gateway-native PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/gateway/native/yql_pq_gateway.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/gateway/native/yql_pq_session.cpp -) diff --git a/contrib/ydb/library/yql/providers/pq/gateway/native/CMakeLists.txt b/contrib/ydb/library/yql/providers/pq/gateway/native/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/pq/gateway/native/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/pq/gateway/native/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/pq/gateway/native/CMakeLists.windows-x86_64.txt deleted file mode 100644 index fe1709da2ae..00000000000 --- a/contrib/ydb/library/yql/providers/pq/gateway/native/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(pq-gateway-native) -target_link_libraries(pq-gateway-native PUBLIC - contrib-libs-cxxsupp - yutil - common-token_accessor-client - providers-common-metrics - providers-common-proto - providers-pq-cm_client - providers-pq-provider - library-yql-utils - cpp-client-ydb_datastreams - cpp-client-ydb_driver - cpp-client-ydb_persqueue_core -) -target_sources(pq-gateway-native PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/gateway/native/yql_pq_gateway.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/gateway/native/yql_pq_session.cpp -) diff --git a/contrib/ydb/library/yql/providers/pq/proto/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/pq/proto/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2c192732526..00000000000 --- a/contrib/ydb/library/yql/providers/pq/proto/CMakeLists.darwin-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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(providers-pq-proto) -target_link_libraries(providers-pq-proto PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(providers-pq-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/proto/dq_io.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/proto/dq_io_state.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/proto/dq_task_params.proto -) -target_proto_addincls(providers-pq-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(providers-pq-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/providers/pq/proto/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/pq/proto/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 9b02da28da3..00000000000 --- a/contrib/ydb/library/yql/providers/pq/proto/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(providers-pq-proto) -target_link_libraries(providers-pq-proto PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(providers-pq-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/proto/dq_io.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/proto/dq_io_state.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/proto/dq_task_params.proto -) -target_proto_addincls(providers-pq-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(providers-pq-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/providers/pq/proto/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/pq/proto/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 9b02da28da3..00000000000 --- a/contrib/ydb/library/yql/providers/pq/proto/CMakeLists.linux-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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(providers-pq-proto) -target_link_libraries(providers-pq-proto PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(providers-pq-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/proto/dq_io.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/proto/dq_io_state.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/proto/dq_task_params.proto -) -target_proto_addincls(providers-pq-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(providers-pq-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/providers/pq/proto/CMakeLists.txt b/contrib/ydb/library/yql/providers/pq/proto/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/pq/proto/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/pq/proto/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/pq/proto/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 2c192732526..00000000000 --- a/contrib/ydb/library/yql/providers/pq/proto/CMakeLists.windows-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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(providers-pq-proto) -target_link_libraries(providers-pq-proto PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(providers-pq-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/proto/dq_io.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/proto/dq_io_state.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/proto/dq_task_params.proto -) -target_proto_addincls(providers-pq-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(providers-pq-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/providers/pq/provider/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/pq/provider/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 309b87fbb75..00000000000 --- a/contrib/ydb/library/yql/providers/pq/provider/CMakeLists.darwin-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(providers-pq-provider) -target_compile_options(providers-pq-provider PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-pq-provider PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-random_provider - library-cpp-time_provider - library-yql-ast - yql-minikql-comp_nodes - providers-common-db_id_async_resolver - providers-common-structured_token - yql-public-udf - cpp-client-ydb_driver - library-yql-core - yql-core-type_ann - yql-dq-expr_nodes - yql-dq-integration - yql-dq-opt - providers-common-config - providers-common-dq - providers-common-proto - providers-common-provider - providers-common-transform - providers-dq-common - providers-dq-expr_nodes - dq-provider-exec - providers-pq-cm_client - providers-pq-common - providers-pq-expr_nodes - providers-pq-proto - providers-result-expr_nodes -) -target_sources(providers-pq-provider PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_datasink.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_datasink_execution.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_datasink_io_discovery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_datasink_type_ann.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_datasource.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_datasource_type_ann.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_dq_integration.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_io_discovery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_load_meta.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_logical_opt.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_mkql_compiler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_physical_optimize.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_provider.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_provider_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_settings.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_topic_key_parser.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_helpers.cpp -) diff --git a/contrib/ydb/library/yql/providers/pq/provider/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/pq/provider/CMakeLists.linux-aarch64.txt deleted file mode 100644 index dfbbfdd6f6d..00000000000 --- a/contrib/ydb/library/yql/providers/pq/provider/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,63 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(providers-pq-provider) -target_compile_options(providers-pq-provider PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-pq-provider PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-random_provider - library-cpp-time_provider - library-yql-ast - yql-minikql-comp_nodes - providers-common-db_id_async_resolver - providers-common-structured_token - yql-public-udf - cpp-client-ydb_driver - library-yql-core - yql-core-type_ann - yql-dq-expr_nodes - yql-dq-integration - yql-dq-opt - providers-common-config - providers-common-dq - providers-common-proto - providers-common-provider - providers-common-transform - providers-dq-common - providers-dq-expr_nodes - dq-provider-exec - providers-pq-cm_client - providers-pq-common - providers-pq-expr_nodes - providers-pq-proto - providers-result-expr_nodes -) -target_sources(providers-pq-provider PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_datasink.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_datasink_execution.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_datasink_io_discovery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_datasink_type_ann.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_datasource.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_datasource_type_ann.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_dq_integration.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_io_discovery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_load_meta.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_logical_opt.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_mkql_compiler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_physical_optimize.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_provider.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_provider_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_settings.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_topic_key_parser.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_helpers.cpp -) diff --git a/contrib/ydb/library/yql/providers/pq/provider/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/pq/provider/CMakeLists.linux-x86_64.txt deleted file mode 100644 index dfbbfdd6f6d..00000000000 --- a/contrib/ydb/library/yql/providers/pq/provider/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,63 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(providers-pq-provider) -target_compile_options(providers-pq-provider PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-pq-provider PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-random_provider - library-cpp-time_provider - library-yql-ast - yql-minikql-comp_nodes - providers-common-db_id_async_resolver - providers-common-structured_token - yql-public-udf - cpp-client-ydb_driver - library-yql-core - yql-core-type_ann - yql-dq-expr_nodes - yql-dq-integration - yql-dq-opt - providers-common-config - providers-common-dq - providers-common-proto - providers-common-provider - providers-common-transform - providers-dq-common - providers-dq-expr_nodes - dq-provider-exec - providers-pq-cm_client - providers-pq-common - providers-pq-expr_nodes - providers-pq-proto - providers-result-expr_nodes -) -target_sources(providers-pq-provider PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_datasink.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_datasink_execution.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_datasink_io_discovery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_datasink_type_ann.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_datasource.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_datasource_type_ann.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_dq_integration.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_io_discovery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_load_meta.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_logical_opt.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_mkql_compiler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_physical_optimize.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_provider.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_provider_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_settings.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_topic_key_parser.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_helpers.cpp -) diff --git a/contrib/ydb/library/yql/providers/pq/provider/CMakeLists.txt b/contrib/ydb/library/yql/providers/pq/provider/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/pq/provider/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/pq/provider/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/pq/provider/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 309b87fbb75..00000000000 --- a/contrib/ydb/library/yql/providers/pq/provider/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(providers-pq-provider) -target_compile_options(providers-pq-provider PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-pq-provider PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-random_provider - library-cpp-time_provider - library-yql-ast - yql-minikql-comp_nodes - providers-common-db_id_async_resolver - providers-common-structured_token - yql-public-udf - cpp-client-ydb_driver - library-yql-core - yql-core-type_ann - yql-dq-expr_nodes - yql-dq-integration - yql-dq-opt - providers-common-config - providers-common-dq - providers-common-proto - providers-common-provider - providers-common-transform - providers-dq-common - providers-dq-expr_nodes - dq-provider-exec - providers-pq-cm_client - providers-pq-common - providers-pq-expr_nodes - providers-pq-proto - providers-result-expr_nodes -) -target_sources(providers-pq-provider PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_datasink.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_datasink_execution.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_datasink_io_discovery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_datasink_type_ann.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_datasource.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_datasource_type_ann.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_dq_integration.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_io_discovery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_load_meta.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_logical_opt.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_mkql_compiler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_physical_optimize.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_provider.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_provider_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_settings.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_topic_key_parser.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/provider/yql_pq_helpers.cpp -) diff --git a/contrib/ydb/library/yql/providers/pq/task_meta/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/pq/task_meta/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 7fddf13777c..00000000000 --- a/contrib/ydb/library/yql/providers/pq/task_meta/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(providers-pq-task_meta) -target_compile_options(providers-pq-task_meta PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-pq-task_meta PUBLIC - contrib-libs-cxxsupp - yutil - dq-api-protos - providers-pq-proto -) -target_sources(providers-pq-task_meta PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/task_meta/task_meta.cpp -) diff --git a/contrib/ydb/library/yql/providers/pq/task_meta/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/pq/task_meta/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d747cf0e843..00000000000 --- a/contrib/ydb/library/yql/providers/pq/task_meta/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(providers-pq-task_meta) -target_compile_options(providers-pq-task_meta PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-pq-task_meta PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - dq-api-protos - providers-pq-proto -) -target_sources(providers-pq-task_meta PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/task_meta/task_meta.cpp -) diff --git a/contrib/ydb/library/yql/providers/pq/task_meta/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/pq/task_meta/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d747cf0e843..00000000000 --- a/contrib/ydb/library/yql/providers/pq/task_meta/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(providers-pq-task_meta) -target_compile_options(providers-pq-task_meta PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-pq-task_meta PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - dq-api-protos - providers-pq-proto -) -target_sources(providers-pq-task_meta PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/task_meta/task_meta.cpp -) diff --git a/contrib/ydb/library/yql/providers/pq/task_meta/CMakeLists.txt b/contrib/ydb/library/yql/providers/pq/task_meta/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/pq/task_meta/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/pq/task_meta/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/pq/task_meta/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 7fddf13777c..00000000000 --- a/contrib/ydb/library/yql/providers/pq/task_meta/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(providers-pq-task_meta) -target_compile_options(providers-pq-task_meta PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-pq-task_meta PUBLIC - contrib-libs-cxxsupp - yutil - dq-api-protos - providers-pq-proto -) -target_sources(providers-pq-task_meta PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/pq/task_meta/task_meta.cpp -) diff --git a/contrib/ydb/library/yql/providers/result/CMakeLists.txt b/contrib/ydb/library/yql/providers/result/CMakeLists.txt deleted file mode 100644 index eeb77c645a0..00000000000 --- a/contrib/ydb/library/yql/providers/result/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(expr_nodes) -add_subdirectory(provider) diff --git a/contrib/ydb/library/yql/providers/result/expr_nodes/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/result/expr_nodes/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 78a5ab0edee..00000000000 --- a/contrib/ydb/library/yql/providers/result/expr_nodes/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. - - -find_package(Python3 REQUIRED) - -add_library(providers-result-expr_nodes) -target_link_libraries(providers-result-expr_nodes PUBLIC - contrib-libs-cxxsupp - yutil - yql-core-expr_nodes - providers-common-provider -) -target_sources(providers-result-expr_nodes PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/result/expr_nodes/yql_res_expr_nodes.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/result/expr_nodes/yql_res_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/result/expr_nodes/yql_res_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/result/expr_nodes/yql_res_expr_nodes.defs.inl.h -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/result/expr_nodes/yql_res_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/result/expr_nodes/yql_res_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/result/expr_nodes/yql_res_expr_nodes.defs.inl.h - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/result/expr_nodes/yql_res_expr_nodes.json - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - COMMAND - Python3::Interpreter - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/result/expr_nodes/yql_res_expr_nodes.json - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/result/expr_nodes/yql_res_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/result/expr_nodes/yql_res_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/result/expr_nodes/yql_res_expr_nodes.defs.inl.h -) diff --git a/contrib/ydb/library/yql/providers/result/expr_nodes/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/result/expr_nodes/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 81c81209141..00000000000 --- a/contrib/ydb/library/yql/providers/result/expr_nodes/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. - - -find_package(Python3 REQUIRED) - -add_library(providers-result-expr_nodes) -target_link_libraries(providers-result-expr_nodes PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - yql-core-expr_nodes - providers-common-provider -) -target_sources(providers-result-expr_nodes PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/result/expr_nodes/yql_res_expr_nodes.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/result/expr_nodes/yql_res_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/result/expr_nodes/yql_res_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/result/expr_nodes/yql_res_expr_nodes.defs.inl.h -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/result/expr_nodes/yql_res_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/result/expr_nodes/yql_res_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/result/expr_nodes/yql_res_expr_nodes.defs.inl.h - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/result/expr_nodes/yql_res_expr_nodes.json - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - COMMAND - Python3::Interpreter - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/result/expr_nodes/yql_res_expr_nodes.json - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/result/expr_nodes/yql_res_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/result/expr_nodes/yql_res_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/result/expr_nodes/yql_res_expr_nodes.defs.inl.h -) diff --git a/contrib/ydb/library/yql/providers/result/expr_nodes/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/result/expr_nodes/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 81c81209141..00000000000 --- a/contrib/ydb/library/yql/providers/result/expr_nodes/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. - - -find_package(Python3 REQUIRED) - -add_library(providers-result-expr_nodes) -target_link_libraries(providers-result-expr_nodes PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - yql-core-expr_nodes - providers-common-provider -) -target_sources(providers-result-expr_nodes PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/result/expr_nodes/yql_res_expr_nodes.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/result/expr_nodes/yql_res_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/result/expr_nodes/yql_res_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/result/expr_nodes/yql_res_expr_nodes.defs.inl.h -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/result/expr_nodes/yql_res_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/result/expr_nodes/yql_res_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/result/expr_nodes/yql_res_expr_nodes.defs.inl.h - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/result/expr_nodes/yql_res_expr_nodes.json - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - COMMAND - Python3::Interpreter - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/result/expr_nodes/yql_res_expr_nodes.json - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/result/expr_nodes/yql_res_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/result/expr_nodes/yql_res_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/result/expr_nodes/yql_res_expr_nodes.defs.inl.h -) diff --git a/contrib/ydb/library/yql/providers/result/expr_nodes/CMakeLists.txt b/contrib/ydb/library/yql/providers/result/expr_nodes/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/result/expr_nodes/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/result/expr_nodes/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/result/expr_nodes/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 78a5ab0edee..00000000000 --- a/contrib/ydb/library/yql/providers/result/expr_nodes/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. - - -find_package(Python3 REQUIRED) - -add_library(providers-result-expr_nodes) -target_link_libraries(providers-result-expr_nodes PUBLIC - contrib-libs-cxxsupp - yutil - yql-core-expr_nodes - providers-common-provider -) -target_sources(providers-result-expr_nodes PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/result/expr_nodes/yql_res_expr_nodes.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/result/expr_nodes/yql_res_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/result/expr_nodes/yql_res_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/result/expr_nodes/yql_res_expr_nodes.defs.inl.h -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/result/expr_nodes/yql_res_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/result/expr_nodes/yql_res_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/result/expr_nodes/yql_res_expr_nodes.defs.inl.h - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/result/expr_nodes/yql_res_expr_nodes.json - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - COMMAND - Python3::Interpreter - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/result/expr_nodes/yql_res_expr_nodes.json - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/result/expr_nodes/yql_res_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/result/expr_nodes/yql_res_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/result/expr_nodes/yql_res_expr_nodes.defs.inl.h -) diff --git a/contrib/ydb/library/yql/providers/result/provider/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/result/provider/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index dbd0bc979bf..00000000000 --- a/contrib/ydb/library/yql/providers/result/provider/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(providers-result-provider) -target_compile_options(providers-result-provider PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-result-provider PUBLIC - contrib-libs-cxxsupp - yutil - cpp-yson-node - library-yql-ast - yql-utils-log - library-yql-core - yql-core-expr_nodes - providers-common-codec - providers-common-mkql - providers-common-provider - providers-result-expr_nodes -) -target_sources(providers-result-provider PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/result/provider/yql_result_provider.cpp -) diff --git a/contrib/ydb/library/yql/providers/result/provider/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/result/provider/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 41535cdf395..00000000000 --- a/contrib/ydb/library/yql/providers/result/provider/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(providers-result-provider) -target_compile_options(providers-result-provider PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-result-provider PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-yson-node - library-yql-ast - yql-utils-log - library-yql-core - yql-core-expr_nodes - providers-common-codec - providers-common-mkql - providers-common-provider - providers-result-expr_nodes -) -target_sources(providers-result-provider PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/result/provider/yql_result_provider.cpp -) diff --git a/contrib/ydb/library/yql/providers/result/provider/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/result/provider/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 41535cdf395..00000000000 --- a/contrib/ydb/library/yql/providers/result/provider/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(providers-result-provider) -target_compile_options(providers-result-provider PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-result-provider PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-yson-node - library-yql-ast - yql-utils-log - library-yql-core - yql-core-expr_nodes - providers-common-codec - providers-common-mkql - providers-common-provider - providers-result-expr_nodes -) -target_sources(providers-result-provider PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/result/provider/yql_result_provider.cpp -) diff --git a/contrib/ydb/library/yql/providers/result/provider/CMakeLists.txt b/contrib/ydb/library/yql/providers/result/provider/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/result/provider/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/result/provider/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/result/provider/CMakeLists.windows-x86_64.txt deleted file mode 100644 index dbd0bc979bf..00000000000 --- a/contrib/ydb/library/yql/providers/result/provider/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(providers-result-provider) -target_compile_options(providers-result-provider PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-result-provider PUBLIC - contrib-libs-cxxsupp - yutil - cpp-yson-node - library-yql-ast - yql-utils-log - library-yql-core - yql-core-expr_nodes - providers-common-codec - providers-common-mkql - providers-common-provider - providers-result-expr_nodes -) -target_sources(providers-result-provider PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/result/provider/yql_result_provider.cpp -) diff --git a/contrib/ydb/library/yql/providers/s3/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/s3/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 13db59a976a..00000000000 --- a/contrib/ydb/library/yql/providers/s3/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_subdirectory(actors) -add_subdirectory(common) -add_subdirectory(compressors) -add_subdirectory(credentials) -add_subdirectory(expr_nodes) -add_subdirectory(object_listers) -add_subdirectory(path_generator) -add_subdirectory(proto) -add_subdirectory(provider) -add_subdirectory(range_helpers) -add_subdirectory(serializations) diff --git a/contrib/ydb/library/yql/providers/s3/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/s3/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 13db59a976a..00000000000 --- a/contrib/ydb/library/yql/providers/s3/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_subdirectory(actors) -add_subdirectory(common) -add_subdirectory(compressors) -add_subdirectory(credentials) -add_subdirectory(expr_nodes) -add_subdirectory(object_listers) -add_subdirectory(path_generator) -add_subdirectory(proto) -add_subdirectory(provider) -add_subdirectory(range_helpers) -add_subdirectory(serializations) diff --git a/contrib/ydb/library/yql/providers/s3/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/s3/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 13db59a976a..00000000000 --- a/contrib/ydb/library/yql/providers/s3/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_subdirectory(actors) -add_subdirectory(common) -add_subdirectory(compressors) -add_subdirectory(credentials) -add_subdirectory(expr_nodes) -add_subdirectory(object_listers) -add_subdirectory(path_generator) -add_subdirectory(proto) -add_subdirectory(provider) -add_subdirectory(range_helpers) -add_subdirectory(serializations) diff --git a/contrib/ydb/library/yql/providers/s3/CMakeLists.txt b/contrib/ydb/library/yql/providers/s3/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/s3/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/s3/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/s3/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 85ed962ea53..00000000000 --- a/contrib/ydb/library/yql/providers/s3/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_subdirectory(actors) -add_subdirectory(common) -add_subdirectory(compressors) -add_subdirectory(credentials) -add_subdirectory(expr_nodes) -add_subdirectory(object_listers) -add_subdirectory(path_generator) -add_subdirectory(proto) -add_subdirectory(provider) -add_subdirectory(range_helpers) diff --git a/contrib/ydb/library/yql/providers/s3/actors/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/s3/actors/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 70fa56e0289..00000000000 --- a/contrib/ydb/library/yql/providers/s3/actors/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(providers-s3-actors) -target_compile_options(providers-s3-actors PRIVATE - -DARCADIA_BUILD - -DUSE_PARQUET - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(providers-s3-actors PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base/pcg-random - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src -) -target_link_libraries(providers-s3-actors PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-fmt - libs-poco-Util - library-actors-http - cpp-string_utils-base64 - cpp-string_utils-quote - cpp-xml-document - fq-libs-events - dq-actors-compute - yql-minikql-computation - providers-common-arrow - common-arrow-interface - providers-common-http_gateway - common-schema-mkql - common-token_accessor-client - providers-s3-common - providers-s3-compressors - providers-s3-credentials - providers-s3-object_listers - providers-s3-proto - yql-public-types - clickhouse_client_udf - providers-s3-range_helpers - providers-s3-serializations -) -target_sources(providers-s3-actors PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/actors/yql_s3_actors_util.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/actors/yql_s3_applicator_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/actors/yql_s3_sink_factory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/actors/yql_s3_source_factory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/actors/yql_s3_write_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/actors/yql_s3_read_actor.cpp -) diff --git a/contrib/ydb/library/yql/providers/s3/actors/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/s3/actors/CMakeLists.linux-aarch64.txt deleted file mode 100644 index db225b2b355..00000000000 --- a/contrib/ydb/library/yql/providers/s3/actors/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(providers-s3-actors) -target_compile_options(providers-s3-actors PRIVATE - -DARCADIA_BUILD - -DUSE_PARQUET - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(providers-s3-actors PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base/pcg-random - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src -) -target_link_libraries(providers-s3-actors PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-fmt - libs-poco-Util - library-actors-http - cpp-string_utils-base64 - cpp-string_utils-quote - cpp-xml-document - fq-libs-events - dq-actors-compute - yql-minikql-computation - providers-common-arrow - common-arrow-interface - providers-common-http_gateway - common-schema-mkql - common-token_accessor-client - providers-s3-common - providers-s3-compressors - providers-s3-credentials - providers-s3-object_listers - providers-s3-proto - yql-public-types - clickhouse_client_udf - providers-s3-range_helpers - providers-s3-serializations -) -target_sources(providers-s3-actors PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/actors/yql_s3_actors_util.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/actors/yql_s3_applicator_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/actors/yql_s3_sink_factory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/actors/yql_s3_source_factory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/actors/yql_s3_write_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/actors/yql_s3_read_actor.cpp -) diff --git a/contrib/ydb/library/yql/providers/s3/actors/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/s3/actors/CMakeLists.linux-x86_64.txt deleted file mode 100644 index db225b2b355..00000000000 --- a/contrib/ydb/library/yql/providers/s3/actors/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(providers-s3-actors) -target_compile_options(providers-s3-actors PRIVATE - -DARCADIA_BUILD - -DUSE_PARQUET - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(providers-s3-actors PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base/pcg-random - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src -) -target_link_libraries(providers-s3-actors PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-fmt - libs-poco-Util - library-actors-http - cpp-string_utils-base64 - cpp-string_utils-quote - cpp-xml-document - fq-libs-events - dq-actors-compute - yql-minikql-computation - providers-common-arrow - common-arrow-interface - providers-common-http_gateway - common-schema-mkql - common-token_accessor-client - providers-s3-common - providers-s3-compressors - providers-s3-credentials - providers-s3-object_listers - providers-s3-proto - yql-public-types - clickhouse_client_udf - providers-s3-range_helpers - providers-s3-serializations -) -target_sources(providers-s3-actors PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/actors/yql_s3_actors_util.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/actors/yql_s3_applicator_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/actors/yql_s3_sink_factory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/actors/yql_s3_source_factory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/actors/yql_s3_write_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/actors/yql_s3_read_actor.cpp -) diff --git a/contrib/ydb/library/yql/providers/s3/actors/CMakeLists.txt b/contrib/ydb/library/yql/providers/s3/actors/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/s3/actors/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/s3/actors/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/s3/actors/CMakeLists.windows-x86_64.txt deleted file mode 100644 index be8c7d24eac..00000000000 --- a/contrib/ydb/library/yql/providers/s3/actors/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(providers-s3-actors) -target_compile_options(providers-s3-actors PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(providers-s3-actors PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base/pcg-random - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src -) -target_link_libraries(providers-s3-actors PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-fmt - libs-poco-Util - library-actors-http - cpp-string_utils-base64 - cpp-string_utils-quote - cpp-xml-document - fq-libs-events - dq-actors-compute - yql-minikql-computation - providers-common-arrow - common-arrow-interface - providers-common-http_gateway - common-schema-mkql - common-token_accessor-client - providers-s3-common - providers-s3-compressors - providers-s3-credentials - providers-s3-object_listers - providers-s3-proto - yql-public-types - common-clickhouse-client -) -target_sources(providers-s3-actors PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/actors/yql_s3_actors_util.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/actors/yql_s3_applicator_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/actors/yql_s3_sink_factory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/actors/yql_s3_source_factory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/actors/yql_s3_write_actor.cpp -) diff --git a/contrib/ydb/library/yql/providers/s3/common/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/s3/common/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 29c88138d7e..00000000000 --- a/contrib/ydb/library/yql/providers/s3/common/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(providers-s3-common) -target_link_libraries(providers-s3-common PUBLIC - contrib-libs-cxxsupp - yutil - yql-public-issue - public-issue-protos -) -target_sources(providers-s3-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/common/util.cpp -) diff --git a/contrib/ydb/library/yql/providers/s3/common/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/s3/common/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 7428cb1e5bb..00000000000 --- a/contrib/ydb/library/yql/providers/s3/common/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(providers-s3-common) -target_link_libraries(providers-s3-common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - yql-public-issue - public-issue-protos -) -target_sources(providers-s3-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/common/util.cpp -) diff --git a/contrib/ydb/library/yql/providers/s3/common/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/s3/common/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 7428cb1e5bb..00000000000 --- a/contrib/ydb/library/yql/providers/s3/common/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(providers-s3-common) -target_link_libraries(providers-s3-common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - yql-public-issue - public-issue-protos -) -target_sources(providers-s3-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/common/util.cpp -) diff --git a/contrib/ydb/library/yql/providers/s3/common/CMakeLists.txt b/contrib/ydb/library/yql/providers/s3/common/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/s3/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/s3/common/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/s3/common/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 29c88138d7e..00000000000 --- a/contrib/ydb/library/yql/providers/s3/common/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(providers-s3-common) -target_link_libraries(providers-s3-common PUBLIC - contrib-libs-cxxsupp - yutil - yql-public-issue - public-issue-protos -) -target_sources(providers-s3-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/common/util.cpp -) diff --git a/contrib/ydb/library/yql/providers/s3/compressors/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/s3/compressors/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 158ad7d0fff..00000000000 --- a/contrib/ydb/library/yql/providers/s3/compressors/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(providers-s3-compressors) -target_compile_options(providers-s3-compressors PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(providers-s3-compressors PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base/pcg-random - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src -) -target_link_libraries(providers-s3-compressors PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-fmt - libs-poco-Util - libs-brotli-dec - contrib-libs-libbz2 - contrib-libs-lz4 - contrib-libs-lzma - contrib-libs-zstd - clickhouse_client_udf -) -target_sources(providers-s3-compressors PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/compressors/brotli.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/compressors/bzip2.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/compressors/gz.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/compressors/factory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/compressors/lz4io.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/compressors/zstd.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/compressors/xz.cpp -) diff --git a/contrib/ydb/library/yql/providers/s3/compressors/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/s3/compressors/CMakeLists.linux-aarch64.txt deleted file mode 100644 index fe11e844646..00000000000 --- a/contrib/ydb/library/yql/providers/s3/compressors/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(providers-s3-compressors) -target_compile_options(providers-s3-compressors PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(providers-s3-compressors PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base/pcg-random - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src -) -target_link_libraries(providers-s3-compressors PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-fmt - libs-poco-Util - libs-brotli-dec - contrib-libs-libbz2 - contrib-libs-lz4 - contrib-libs-lzma - contrib-libs-zstd - clickhouse_client_udf -) -target_sources(providers-s3-compressors PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/compressors/brotli.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/compressors/bzip2.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/compressors/gz.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/compressors/factory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/compressors/lz4io.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/compressors/zstd.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/compressors/xz.cpp -) diff --git a/contrib/ydb/library/yql/providers/s3/compressors/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/s3/compressors/CMakeLists.linux-x86_64.txt deleted file mode 100644 index fe11e844646..00000000000 --- a/contrib/ydb/library/yql/providers/s3/compressors/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(providers-s3-compressors) -target_compile_options(providers-s3-compressors PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(providers-s3-compressors PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base/pcg-random - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src -) -target_link_libraries(providers-s3-compressors PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-fmt - libs-poco-Util - libs-brotli-dec - contrib-libs-libbz2 - contrib-libs-lz4 - contrib-libs-lzma - contrib-libs-zstd - clickhouse_client_udf -) -target_sources(providers-s3-compressors PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/compressors/brotli.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/compressors/bzip2.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/compressors/gz.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/compressors/factory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/compressors/lz4io.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/compressors/zstd.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/compressors/xz.cpp -) diff --git a/contrib/ydb/library/yql/providers/s3/compressors/CMakeLists.txt b/contrib/ydb/library/yql/providers/s3/compressors/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/s3/compressors/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/s3/compressors/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/s3/compressors/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 533de5a9ffc..00000000000 --- a/contrib/ydb/library/yql/providers/s3/compressors/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(providers-s3-compressors) -target_compile_options(providers-s3-compressors PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_include_directories(providers-s3-compressors PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base/pcg-random - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src -) -target_link_libraries(providers-s3-compressors PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-fmt - libs-poco-Util - libs-brotli-dec - contrib-libs-libbz2 - contrib-libs-lz4 - contrib-libs-lzma - contrib-libs-zstd - common-clickhouse-client -) -target_sources(providers-s3-compressors PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/compressors/factory.cpp -) diff --git a/contrib/ydb/library/yql/providers/s3/credentials/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/s3/credentials/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 672c8773a27..00000000000 --- a/contrib/ydb/library/yql/providers/s3/credentials/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(providers-s3-credentials) -target_link_libraries(providers-s3-credentials PUBLIC - contrib-libs-cxxsupp - yutil - common-token_accessor-client - providers-s3-proto - client-ydb_types-credentials -) -target_sources(providers-s3-credentials PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/credentials/credentials.cpp -) diff --git a/contrib/ydb/library/yql/providers/s3/credentials/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/s3/credentials/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 90e6f38d96b..00000000000 --- a/contrib/ydb/library/yql/providers/s3/credentials/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(providers-s3-credentials) -target_link_libraries(providers-s3-credentials PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - common-token_accessor-client - providers-s3-proto - client-ydb_types-credentials -) -target_sources(providers-s3-credentials PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/credentials/credentials.cpp -) diff --git a/contrib/ydb/library/yql/providers/s3/credentials/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/s3/credentials/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 90e6f38d96b..00000000000 --- a/contrib/ydb/library/yql/providers/s3/credentials/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(providers-s3-credentials) -target_link_libraries(providers-s3-credentials PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - common-token_accessor-client - providers-s3-proto - client-ydb_types-credentials -) -target_sources(providers-s3-credentials PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/credentials/credentials.cpp -) diff --git a/contrib/ydb/library/yql/providers/s3/credentials/CMakeLists.txt b/contrib/ydb/library/yql/providers/s3/credentials/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/s3/credentials/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/s3/credentials/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/s3/credentials/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 672c8773a27..00000000000 --- a/contrib/ydb/library/yql/providers/s3/credentials/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(providers-s3-credentials) -target_link_libraries(providers-s3-credentials PUBLIC - contrib-libs-cxxsupp - yutil - common-token_accessor-client - providers-s3-proto - client-ydb_types-credentials -) -target_sources(providers-s3-credentials PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/credentials/credentials.cpp -) diff --git a/contrib/ydb/library/yql/providers/s3/expr_nodes/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/s3/expr_nodes/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 49f80b7646c..00000000000 --- a/contrib/ydb/library/yql/providers/s3/expr_nodes/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. - - -find_package(Python3 REQUIRED) - -add_library(providers-s3-expr_nodes) -target_link_libraries(providers-s3-expr_nodes PUBLIC - contrib-libs-cxxsupp - yutil - yql-core-expr_nodes - providers-common-provider -) -target_sources(providers-s3-expr_nodes PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/expr_nodes/yql_s3_expr_nodes.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/s3/expr_nodes/yql_s3_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/s3/expr_nodes/yql_s3_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/s3/expr_nodes/yql_s3_expr_nodes.defs.inl.h -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/s3/expr_nodes/yql_s3_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/s3/expr_nodes/yql_s3_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/s3/expr_nodes/yql_s3_expr_nodes.defs.inl.h - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/expr_nodes/yql_s3_expr_nodes.json - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - COMMAND - Python3::Interpreter - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/expr_nodes/yql_s3_expr_nodes.json - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/s3/expr_nodes/yql_s3_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/s3/expr_nodes/yql_s3_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/s3/expr_nodes/yql_s3_expr_nodes.defs.inl.h -) diff --git a/contrib/ydb/library/yql/providers/s3/expr_nodes/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/s3/expr_nodes/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 3be11e9ee6c..00000000000 --- a/contrib/ydb/library/yql/providers/s3/expr_nodes/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. - - -find_package(Python3 REQUIRED) - -add_library(providers-s3-expr_nodes) -target_link_libraries(providers-s3-expr_nodes PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - yql-core-expr_nodes - providers-common-provider -) -target_sources(providers-s3-expr_nodes PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/expr_nodes/yql_s3_expr_nodes.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/s3/expr_nodes/yql_s3_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/s3/expr_nodes/yql_s3_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/s3/expr_nodes/yql_s3_expr_nodes.defs.inl.h -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/s3/expr_nodes/yql_s3_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/s3/expr_nodes/yql_s3_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/s3/expr_nodes/yql_s3_expr_nodes.defs.inl.h - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/expr_nodes/yql_s3_expr_nodes.json - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - COMMAND - Python3::Interpreter - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/expr_nodes/yql_s3_expr_nodes.json - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/s3/expr_nodes/yql_s3_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/s3/expr_nodes/yql_s3_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/s3/expr_nodes/yql_s3_expr_nodes.defs.inl.h -) diff --git a/contrib/ydb/library/yql/providers/s3/expr_nodes/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/s3/expr_nodes/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 3be11e9ee6c..00000000000 --- a/contrib/ydb/library/yql/providers/s3/expr_nodes/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. - - -find_package(Python3 REQUIRED) - -add_library(providers-s3-expr_nodes) -target_link_libraries(providers-s3-expr_nodes PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - yql-core-expr_nodes - providers-common-provider -) -target_sources(providers-s3-expr_nodes PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/expr_nodes/yql_s3_expr_nodes.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/s3/expr_nodes/yql_s3_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/s3/expr_nodes/yql_s3_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/s3/expr_nodes/yql_s3_expr_nodes.defs.inl.h -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/s3/expr_nodes/yql_s3_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/s3/expr_nodes/yql_s3_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/s3/expr_nodes/yql_s3_expr_nodes.defs.inl.h - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/expr_nodes/yql_s3_expr_nodes.json - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - COMMAND - Python3::Interpreter - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/expr_nodes/yql_s3_expr_nodes.json - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/s3/expr_nodes/yql_s3_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/s3/expr_nodes/yql_s3_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/s3/expr_nodes/yql_s3_expr_nodes.defs.inl.h -) diff --git a/contrib/ydb/library/yql/providers/s3/expr_nodes/CMakeLists.txt b/contrib/ydb/library/yql/providers/s3/expr_nodes/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/s3/expr_nodes/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/s3/expr_nodes/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/s3/expr_nodes/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 49f80b7646c..00000000000 --- a/contrib/ydb/library/yql/providers/s3/expr_nodes/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. - - -find_package(Python3 REQUIRED) - -add_library(providers-s3-expr_nodes) -target_link_libraries(providers-s3-expr_nodes PUBLIC - contrib-libs-cxxsupp - yutil - yql-core-expr_nodes - providers-common-provider -) -target_sources(providers-s3-expr_nodes PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/expr_nodes/yql_s3_expr_nodes.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/s3/expr_nodes/yql_s3_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/s3/expr_nodes/yql_s3_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/s3/expr_nodes/yql_s3_expr_nodes.defs.inl.h -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/s3/expr_nodes/yql_s3_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/s3/expr_nodes/yql_s3_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/s3/expr_nodes/yql_s3_expr_nodes.defs.inl.h - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/expr_nodes/yql_s3_expr_nodes.json - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - COMMAND - Python3::Interpreter - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/expr_nodes/yql_s3_expr_nodes.json - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/s3/expr_nodes/yql_s3_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/s3/expr_nodes/yql_s3_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/s3/expr_nodes/yql_s3_expr_nodes.defs.inl.h -) diff --git a/contrib/ydb/library/yql/providers/s3/object_listers/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/s3/object_listers/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 8d4669a1fc5..00000000000 --- a/contrib/ydb/library/yql/providers/s3/object_listers/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(providers-s3-object_listers) -target_link_libraries(providers-s3-object_listers PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - contrib-libs-re2 - cpp-string_utils-quote - cpp-xml-document - providers-common-http_gateway - providers-s3-credentials - library-yql-utils - yql-utils-threading -) -target_sources(providers-s3-object_listers PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/object_listers/yql_s3_list.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/object_listers/yql_s3_path.cpp -) -generate_enum_serilization(providers-s3-object_listers - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/object_listers/yql_s3_list.h - INCLUDE_HEADERS - contrib/ydb/library/yql/providers/s3/object_listers/yql_s3_list.h -) diff --git a/contrib/ydb/library/yql/providers/s3/object_listers/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/s3/object_listers/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 7a368bc3800..00000000000 --- a/contrib/ydb/library/yql/providers/s3/object_listers/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(providers-s3-object_listers) -target_link_libraries(providers-s3-object_listers PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - contrib-libs-re2 - cpp-string_utils-quote - cpp-xml-document - providers-common-http_gateway - providers-s3-credentials - library-yql-utils - yql-utils-threading -) -target_sources(providers-s3-object_listers PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/object_listers/yql_s3_list.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/object_listers/yql_s3_path.cpp -) -generate_enum_serilization(providers-s3-object_listers - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/object_listers/yql_s3_list.h - INCLUDE_HEADERS - contrib/ydb/library/yql/providers/s3/object_listers/yql_s3_list.h -) diff --git a/contrib/ydb/library/yql/providers/s3/object_listers/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/s3/object_listers/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 7a368bc3800..00000000000 --- a/contrib/ydb/library/yql/providers/s3/object_listers/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(providers-s3-object_listers) -target_link_libraries(providers-s3-object_listers PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - contrib-libs-re2 - cpp-string_utils-quote - cpp-xml-document - providers-common-http_gateway - providers-s3-credentials - library-yql-utils - yql-utils-threading -) -target_sources(providers-s3-object_listers PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/object_listers/yql_s3_list.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/object_listers/yql_s3_path.cpp -) -generate_enum_serilization(providers-s3-object_listers - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/object_listers/yql_s3_list.h - INCLUDE_HEADERS - contrib/ydb/library/yql/providers/s3/object_listers/yql_s3_list.h -) diff --git a/contrib/ydb/library/yql/providers/s3/object_listers/CMakeLists.txt b/contrib/ydb/library/yql/providers/s3/object_listers/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/s3/object_listers/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/s3/object_listers/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/s3/object_listers/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 8d4669a1fc5..00000000000 --- a/contrib/ydb/library/yql/providers/s3/object_listers/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(providers-s3-object_listers) -target_link_libraries(providers-s3-object_listers PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - contrib-libs-re2 - cpp-string_utils-quote - cpp-xml-document - providers-common-http_gateway - providers-s3-credentials - library-yql-utils - yql-utils-threading -) -target_sources(providers-s3-object_listers PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/object_listers/yql_s3_list.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/object_listers/yql_s3_path.cpp -) -generate_enum_serilization(providers-s3-object_listers - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/object_listers/yql_s3_list.h - INCLUDE_HEADERS - contrib/ydb/library/yql/providers/s3/object_listers/yql_s3_list.h -) diff --git a/contrib/ydb/library/yql/providers/s3/path_generator/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/s3/path_generator/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 7a33cfcde19..00000000000 --- a/contrib/ydb/library/yql/providers/s3/path_generator/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(providers-s3-path_generator) -target_compile_options(providers-s3-path_generator PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-s3-path_generator PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-scheme - yql-minikql-datetime - yql-public-udf - tools-enum_parser-enum_serialization_runtime -) -target_sources(providers-s3-path_generator PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/path_generator/yql_s3_path_generator.cpp -) -generate_enum_serilization(providers-s3-path_generator - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/path_generator/yql_s3_path_generator.h - INCLUDE_HEADERS - contrib/ydb/library/yql/providers/s3/path_generator/yql_s3_path_generator.h -) diff --git a/contrib/ydb/library/yql/providers/s3/path_generator/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/s3/path_generator/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 4d87bf0af8e..00000000000 --- a/contrib/ydb/library/yql/providers/s3/path_generator/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(providers-s3-path_generator) -target_compile_options(providers-s3-path_generator PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-s3-path_generator PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-scheme - yql-minikql-datetime - yql-public-udf - tools-enum_parser-enum_serialization_runtime -) -target_sources(providers-s3-path_generator PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/path_generator/yql_s3_path_generator.cpp -) -generate_enum_serilization(providers-s3-path_generator - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/path_generator/yql_s3_path_generator.h - INCLUDE_HEADERS - contrib/ydb/library/yql/providers/s3/path_generator/yql_s3_path_generator.h -) diff --git a/contrib/ydb/library/yql/providers/s3/path_generator/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/s3/path_generator/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 4d87bf0af8e..00000000000 --- a/contrib/ydb/library/yql/providers/s3/path_generator/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(providers-s3-path_generator) -target_compile_options(providers-s3-path_generator PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-s3-path_generator PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-scheme - yql-minikql-datetime - yql-public-udf - tools-enum_parser-enum_serialization_runtime -) -target_sources(providers-s3-path_generator PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/path_generator/yql_s3_path_generator.cpp -) -generate_enum_serilization(providers-s3-path_generator - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/path_generator/yql_s3_path_generator.h - INCLUDE_HEADERS - contrib/ydb/library/yql/providers/s3/path_generator/yql_s3_path_generator.h -) diff --git a/contrib/ydb/library/yql/providers/s3/path_generator/CMakeLists.txt b/contrib/ydb/library/yql/providers/s3/path_generator/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/s3/path_generator/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/s3/path_generator/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/s3/path_generator/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 7a33cfcde19..00000000000 --- a/contrib/ydb/library/yql/providers/s3/path_generator/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(providers-s3-path_generator) -target_compile_options(providers-s3-path_generator PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-s3-path_generator PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-scheme - yql-minikql-datetime - yql-public-udf - tools-enum_parser-enum_serialization_runtime -) -target_sources(providers-s3-path_generator PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/path_generator/yql_s3_path_generator.cpp -) -generate_enum_serilization(providers-s3-path_generator - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/path_generator/yql_s3_path_generator.h - INCLUDE_HEADERS - contrib/ydb/library/yql/providers/s3/path_generator/yql_s3_path_generator.h -) diff --git a/contrib/ydb/library/yql/providers/s3/proto/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/s3/proto/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 88014f2695f..00000000000 --- a/contrib/ydb/library/yql/providers/s3/proto/CMakeLists.darwin-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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(providers-s3-proto) -target_link_libraries(providers-s3-proto PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(providers-s3-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/proto/credentials.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/proto/range.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/proto/retry_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/proto/sink.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/proto/source.proto -) -target_proto_addincls(providers-s3-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(providers-s3-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/providers/s3/proto/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/s3/proto/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 4bc36f71fea..00000000000 --- a/contrib/ydb/library/yql/providers/s3/proto/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(providers-s3-proto) -target_link_libraries(providers-s3-proto PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(providers-s3-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/proto/credentials.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/proto/range.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/proto/retry_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/proto/sink.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/proto/source.proto -) -target_proto_addincls(providers-s3-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(providers-s3-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/providers/s3/proto/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/s3/proto/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 4bc36f71fea..00000000000 --- a/contrib/ydb/library/yql/providers/s3/proto/CMakeLists.linux-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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(providers-s3-proto) -target_link_libraries(providers-s3-proto PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(providers-s3-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/proto/credentials.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/proto/range.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/proto/retry_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/proto/sink.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/proto/source.proto -) -target_proto_addincls(providers-s3-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(providers-s3-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/providers/s3/proto/CMakeLists.txt b/contrib/ydb/library/yql/providers/s3/proto/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/s3/proto/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/s3/proto/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/s3/proto/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 88014f2695f..00000000000 --- a/contrib/ydb/library/yql/providers/s3/proto/CMakeLists.windows-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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(providers-s3-proto) -target_link_libraries(providers-s3-proto PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(providers-s3-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/proto/credentials.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/proto/range.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/proto/retry_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/proto/sink.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/proto/source.proto -) -target_proto_addincls(providers-s3-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(providers-s3-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/providers/s3/provider/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/s3/provider/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a5399c1cc38..00000000000 --- a/contrib/ydb/library/yql/providers/s3/provider/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(providers-s3-provider) -target_compile_options(providers-s3-provider PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-s3-provider PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-re2 - library-cpp-json - cpp-protobuf-util - library-cpp-random_provider - library-cpp-retry - library-cpp-time_provider - cpp-xml-document - library-yql-ast - library-yql-core - yql-core-type_ann - yql-dq-expr_nodes - yql-dq-integration - yql-minikql-comp_nodes - providers-common-config - providers-common-dq - providers-common-http_gateway - providers-common-mkql - providers-common-proto - providers-common-provider - common-schema-expr - providers-common-structured_token - common-token_accessor-client - providers-common-transform - providers-dq-common - providers-dq-expr_nodes - providers-result-expr_nodes - providers-s3-common - providers-s3-expr_nodes - providers-s3-object_listers - providers-s3-path_generator - providers-s3-proto - providers-s3-range_helpers - library-yql-utils - yql-utils-threading -) -target_sources(providers-s3-provider PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/provider/yql_s3_datasink.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/provider/yql_s3_datasink_execution.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/provider/yql_s3_datasink_type_ann.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/provider/yql_s3_datasource.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/provider/yql_s3_datasource_type_ann.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/provider/yql_s3_dq_integration.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/provider/yql_s3_exec.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/provider/yql_s3_io_discovery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/provider/yql_s3_listing_strategy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/provider/yql_s3_logical_opt.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/provider/yql_s3_mkql_compiler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/provider/yql_s3_phy_opt.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/provider/yql_s3_provider.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/provider/yql_s3_provider_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/provider/yql_s3_settings.cpp -) diff --git a/contrib/ydb/library/yql/providers/s3/provider/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/s3/provider/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 65af3b4241a..00000000000 --- a/contrib/ydb/library/yql/providers/s3/provider/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(providers-s3-provider) -target_compile_options(providers-s3-provider PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-s3-provider PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-re2 - library-cpp-json - cpp-protobuf-util - library-cpp-random_provider - library-cpp-retry - library-cpp-time_provider - cpp-xml-document - library-yql-ast - library-yql-core - yql-core-type_ann - yql-dq-expr_nodes - yql-dq-integration - yql-minikql-comp_nodes - providers-common-config - providers-common-dq - providers-common-http_gateway - providers-common-mkql - providers-common-proto - providers-common-provider - common-schema-expr - providers-common-structured_token - common-token_accessor-client - providers-common-transform - providers-dq-common - providers-dq-expr_nodes - providers-result-expr_nodes - providers-s3-common - providers-s3-expr_nodes - providers-s3-object_listers - providers-s3-path_generator - providers-s3-proto - providers-s3-range_helpers - library-yql-utils - yql-utils-threading -) -target_sources(providers-s3-provider PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/provider/yql_s3_datasink.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/provider/yql_s3_datasink_execution.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/provider/yql_s3_datasink_type_ann.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/provider/yql_s3_datasource.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/provider/yql_s3_datasource_type_ann.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/provider/yql_s3_dq_integration.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/provider/yql_s3_exec.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/provider/yql_s3_io_discovery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/provider/yql_s3_listing_strategy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/provider/yql_s3_logical_opt.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/provider/yql_s3_mkql_compiler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/provider/yql_s3_phy_opt.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/provider/yql_s3_provider.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/provider/yql_s3_provider_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/provider/yql_s3_settings.cpp -) diff --git a/contrib/ydb/library/yql/providers/s3/provider/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/s3/provider/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 65af3b4241a..00000000000 --- a/contrib/ydb/library/yql/providers/s3/provider/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(providers-s3-provider) -target_compile_options(providers-s3-provider PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-s3-provider PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-re2 - library-cpp-json - cpp-protobuf-util - library-cpp-random_provider - library-cpp-retry - library-cpp-time_provider - cpp-xml-document - library-yql-ast - library-yql-core - yql-core-type_ann - yql-dq-expr_nodes - yql-dq-integration - yql-minikql-comp_nodes - providers-common-config - providers-common-dq - providers-common-http_gateway - providers-common-mkql - providers-common-proto - providers-common-provider - common-schema-expr - providers-common-structured_token - common-token_accessor-client - providers-common-transform - providers-dq-common - providers-dq-expr_nodes - providers-result-expr_nodes - providers-s3-common - providers-s3-expr_nodes - providers-s3-object_listers - providers-s3-path_generator - providers-s3-proto - providers-s3-range_helpers - library-yql-utils - yql-utils-threading -) -target_sources(providers-s3-provider PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/provider/yql_s3_datasink.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/provider/yql_s3_datasink_execution.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/provider/yql_s3_datasink_type_ann.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/provider/yql_s3_datasource.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/provider/yql_s3_datasource_type_ann.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/provider/yql_s3_dq_integration.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/provider/yql_s3_exec.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/provider/yql_s3_io_discovery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/provider/yql_s3_listing_strategy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/provider/yql_s3_logical_opt.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/provider/yql_s3_mkql_compiler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/provider/yql_s3_phy_opt.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/provider/yql_s3_provider.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/provider/yql_s3_provider_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/provider/yql_s3_settings.cpp -) diff --git a/contrib/ydb/library/yql/providers/s3/provider/CMakeLists.txt b/contrib/ydb/library/yql/providers/s3/provider/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/s3/provider/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/s3/provider/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/s3/provider/CMakeLists.windows-x86_64.txt deleted file mode 100644 index a5399c1cc38..00000000000 --- a/contrib/ydb/library/yql/providers/s3/provider/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(providers-s3-provider) -target_compile_options(providers-s3-provider PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-s3-provider PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-re2 - library-cpp-json - cpp-protobuf-util - library-cpp-random_provider - library-cpp-retry - library-cpp-time_provider - cpp-xml-document - library-yql-ast - library-yql-core - yql-core-type_ann - yql-dq-expr_nodes - yql-dq-integration - yql-minikql-comp_nodes - providers-common-config - providers-common-dq - providers-common-http_gateway - providers-common-mkql - providers-common-proto - providers-common-provider - common-schema-expr - providers-common-structured_token - common-token_accessor-client - providers-common-transform - providers-dq-common - providers-dq-expr_nodes - providers-result-expr_nodes - providers-s3-common - providers-s3-expr_nodes - providers-s3-object_listers - providers-s3-path_generator - providers-s3-proto - providers-s3-range_helpers - library-yql-utils - yql-utils-threading -) -target_sources(providers-s3-provider PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/provider/yql_s3_datasink.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/provider/yql_s3_datasink_execution.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/provider/yql_s3_datasink_type_ann.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/provider/yql_s3_datasource.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/provider/yql_s3_datasource_type_ann.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/provider/yql_s3_dq_integration.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/provider/yql_s3_exec.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/provider/yql_s3_io_discovery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/provider/yql_s3_listing_strategy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/provider/yql_s3_logical_opt.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/provider/yql_s3_mkql_compiler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/provider/yql_s3_phy_opt.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/provider/yql_s3_provider.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/provider/yql_s3_provider_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/provider/yql_s3_settings.cpp -) diff --git a/contrib/ydb/library/yql/providers/s3/range_helpers/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/s3/range_helpers/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index b040c9f7aa7..00000000000 --- a/contrib/ydb/library/yql/providers/s3/range_helpers/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(providers-s3-range_helpers) -target_compile_options(providers-s3-range_helpers PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-s3-range_helpers PUBLIC - contrib-libs-cxxsupp - yutil - providers-common-provider - providers-s3-proto - library-yql-utils - cpp-protobuf-util -) -target_sources(providers-s3-range_helpers PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/range_helpers/file_tree_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/range_helpers/path_list_reader.cpp -) diff --git a/contrib/ydb/library/yql/providers/s3/range_helpers/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/s3/range_helpers/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 9d10edfc683..00000000000 --- a/contrib/ydb/library/yql/providers/s3/range_helpers/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(providers-s3-range_helpers) -target_compile_options(providers-s3-range_helpers PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-s3-range_helpers PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - providers-common-provider - providers-s3-proto - library-yql-utils - cpp-protobuf-util -) -target_sources(providers-s3-range_helpers PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/range_helpers/file_tree_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/range_helpers/path_list_reader.cpp -) diff --git a/contrib/ydb/library/yql/providers/s3/range_helpers/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/s3/range_helpers/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 9d10edfc683..00000000000 --- a/contrib/ydb/library/yql/providers/s3/range_helpers/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(providers-s3-range_helpers) -target_compile_options(providers-s3-range_helpers PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-s3-range_helpers PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - providers-common-provider - providers-s3-proto - library-yql-utils - cpp-protobuf-util -) -target_sources(providers-s3-range_helpers PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/range_helpers/file_tree_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/range_helpers/path_list_reader.cpp -) diff --git a/contrib/ydb/library/yql/providers/s3/range_helpers/CMakeLists.txt b/contrib/ydb/library/yql/providers/s3/range_helpers/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/s3/range_helpers/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/s3/range_helpers/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/s3/range_helpers/CMakeLists.windows-x86_64.txt deleted file mode 100644 index b040c9f7aa7..00000000000 --- a/contrib/ydb/library/yql/providers/s3/range_helpers/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(providers-s3-range_helpers) -target_compile_options(providers-s3-range_helpers PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-s3-range_helpers PUBLIC - contrib-libs-cxxsupp - yutil - providers-common-provider - providers-s3-proto - library-yql-utils - cpp-protobuf-util -) -target_sources(providers-s3-range_helpers PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/range_helpers/file_tree_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/range_helpers/path_list_reader.cpp -) diff --git a/contrib/ydb/library/yql/providers/s3/serializations/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/s3/serializations/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 44149766d23..00000000000 --- a/contrib/ydb/library/yql/providers/s3/serializations/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(providers-s3-serializations) -target_compile_options(providers-s3-serializations PRIVATE - -DARCADIA_BUILD - -DUSE_PARQUET -) -target_include_directories(providers-s3-serializations PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base/pcg-random - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src -) -target_link_libraries(providers-s3-serializations PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-fmt - libs-poco-Util - clickhouse_client_udf - tools-enum_parser-enum_serialization_runtime -) -target_sources(providers-s3-serializations PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/serializations/serialization_interval.cpp -) -generate_enum_serilization(providers-s3-serializations - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/serializations/serialization_interval.h - INCLUDE_HEADERS - contrib/ydb/library/yql/providers/s3/serializations/serialization_interval.h -) diff --git a/contrib/ydb/library/yql/providers/s3/serializations/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/s3/serializations/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 6b2e31a3905..00000000000 --- a/contrib/ydb/library/yql/providers/s3/serializations/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(providers-s3-serializations) -target_compile_options(providers-s3-serializations PRIVATE - -DARCADIA_BUILD - -DUSE_PARQUET -) -target_include_directories(providers-s3-serializations PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base/pcg-random - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src -) -target_link_libraries(providers-s3-serializations PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-fmt - libs-poco-Util - clickhouse_client_udf - tools-enum_parser-enum_serialization_runtime -) -target_sources(providers-s3-serializations PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/serializations/serialization_interval.cpp -) -generate_enum_serilization(providers-s3-serializations - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/serializations/serialization_interval.h - INCLUDE_HEADERS - contrib/ydb/library/yql/providers/s3/serializations/serialization_interval.h -) diff --git a/contrib/ydb/library/yql/providers/s3/serializations/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/s3/serializations/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 6b2e31a3905..00000000000 --- a/contrib/ydb/library/yql/providers/s3/serializations/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(providers-s3-serializations) -target_compile_options(providers-s3-serializations PRIVATE - -DARCADIA_BUILD - -DUSE_PARQUET -) -target_include_directories(providers-s3-serializations PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base/pcg-random - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src -) -target_link_libraries(providers-s3-serializations PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-fmt - libs-poco-Util - clickhouse_client_udf - tools-enum_parser-enum_serialization_runtime -) -target_sources(providers-s3-serializations PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/serializations/serialization_interval.cpp -) -generate_enum_serilization(providers-s3-serializations - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/s3/serializations/serialization_interval.h - INCLUDE_HEADERS - contrib/ydb/library/yql/providers/s3/serializations/serialization_interval.h -) diff --git a/contrib/ydb/library/yql/providers/s3/serializations/CMakeLists.txt b/contrib/ydb/library/yql/providers/s3/serializations/CMakeLists.txt deleted file mode 100644 index 522af85d518..00000000000 --- a/contrib/ydb/library/yql/providers/s3/serializations/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 "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) -endif() diff --git a/contrib/ydb/library/yql/providers/solomon/CMakeLists.txt b/contrib/ydb/library/yql/providers/solomon/CMakeLists.txt deleted file mode 100644 index f13fac47a32..00000000000 --- a/contrib/ydb/library/yql/providers/solomon/CMakeLists.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_subdirectory(async_io) -add_subdirectory(expr_nodes) -add_subdirectory(gateway) -add_subdirectory(proto) -add_subdirectory(provider) diff --git a/contrib/ydb/library/yql/providers/solomon/async_io/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/solomon/async_io/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index e5670fcb91e..00000000000 --- a/contrib/ydb/library/yql/providers/solomon/async_io/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(providers-solomon-async_io) -target_compile_options(providers-solomon-async_io PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-solomon-async_io PUBLIC - contrib-libs-cxxsupp - yutil - cpp-json-easy_parse - monlib-encode-json - yql-minikql-computation - common-token_accessor-client - yql-public-types - yql-public-udf - yql-utils-log - dq-actors-compute - providers-solomon-proto -) -target_sources(providers-solomon-async_io PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/async_io/dq_solomon_write_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/async_io/metrics_encoder.cpp -) diff --git a/contrib/ydb/library/yql/providers/solomon/async_io/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/solomon/async_io/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 0a31790ed4d..00000000000 --- a/contrib/ydb/library/yql/providers/solomon/async_io/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(providers-solomon-async_io) -target_compile_options(providers-solomon-async_io PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-solomon-async_io PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-json-easy_parse - monlib-encode-json - yql-minikql-computation - common-token_accessor-client - yql-public-types - yql-public-udf - yql-utils-log - dq-actors-compute - providers-solomon-proto -) -target_sources(providers-solomon-async_io PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/async_io/dq_solomon_write_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/async_io/metrics_encoder.cpp -) diff --git a/contrib/ydb/library/yql/providers/solomon/async_io/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/solomon/async_io/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 0a31790ed4d..00000000000 --- a/contrib/ydb/library/yql/providers/solomon/async_io/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(providers-solomon-async_io) -target_compile_options(providers-solomon-async_io PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-solomon-async_io PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-json-easy_parse - monlib-encode-json - yql-minikql-computation - common-token_accessor-client - yql-public-types - yql-public-udf - yql-utils-log - dq-actors-compute - providers-solomon-proto -) -target_sources(providers-solomon-async_io PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/async_io/dq_solomon_write_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/async_io/metrics_encoder.cpp -) diff --git a/contrib/ydb/library/yql/providers/solomon/async_io/CMakeLists.txt b/contrib/ydb/library/yql/providers/solomon/async_io/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/solomon/async_io/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/solomon/async_io/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/solomon/async_io/CMakeLists.windows-x86_64.txt deleted file mode 100644 index e5670fcb91e..00000000000 --- a/contrib/ydb/library/yql/providers/solomon/async_io/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(providers-solomon-async_io) -target_compile_options(providers-solomon-async_io PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-solomon-async_io PUBLIC - contrib-libs-cxxsupp - yutil - cpp-json-easy_parse - monlib-encode-json - yql-minikql-computation - common-token_accessor-client - yql-public-types - yql-public-udf - yql-utils-log - dq-actors-compute - providers-solomon-proto -) -target_sources(providers-solomon-async_io PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/async_io/dq_solomon_write_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/async_io/metrics_encoder.cpp -) diff --git a/contrib/ydb/library/yql/providers/solomon/expr_nodes/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/solomon/expr_nodes/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 03176d9116f..00000000000 --- a/contrib/ydb/library/yql/providers/solomon/expr_nodes/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. - - -find_package(Python3 REQUIRED) - -add_library(providers-solomon-expr_nodes) -target_link_libraries(providers-solomon-expr_nodes PUBLIC - contrib-libs-cxxsupp - yutil - yql-core-expr_nodes - providers-common-provider -) -target_sources(providers-solomon-expr_nodes PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/expr_nodes/yql_solomon_expr_nodes.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/solomon/expr_nodes/yql_solomon_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/solomon/expr_nodes/yql_solomon_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/solomon/expr_nodes/yql_solomon_expr_nodes.defs.inl.h -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/solomon/expr_nodes/yql_solomon_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/solomon/expr_nodes/yql_solomon_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/solomon/expr_nodes/yql_solomon_expr_nodes.defs.inl.h - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/expr_nodes/yql_solomon_expr_nodes.json - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - COMMAND - Python3::Interpreter - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/expr_nodes/yql_solomon_expr_nodes.json - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/solomon/expr_nodes/yql_solomon_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/solomon/expr_nodes/yql_solomon_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/solomon/expr_nodes/yql_solomon_expr_nodes.defs.inl.h -) diff --git a/contrib/ydb/library/yql/providers/solomon/expr_nodes/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/solomon/expr_nodes/CMakeLists.linux-aarch64.txt deleted file mode 100644 index f52cdcbfbc7..00000000000 --- a/contrib/ydb/library/yql/providers/solomon/expr_nodes/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. - - -find_package(Python3 REQUIRED) - -add_library(providers-solomon-expr_nodes) -target_link_libraries(providers-solomon-expr_nodes PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - yql-core-expr_nodes - providers-common-provider -) -target_sources(providers-solomon-expr_nodes PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/expr_nodes/yql_solomon_expr_nodes.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/solomon/expr_nodes/yql_solomon_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/solomon/expr_nodes/yql_solomon_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/solomon/expr_nodes/yql_solomon_expr_nodes.defs.inl.h -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/solomon/expr_nodes/yql_solomon_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/solomon/expr_nodes/yql_solomon_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/solomon/expr_nodes/yql_solomon_expr_nodes.defs.inl.h - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/expr_nodes/yql_solomon_expr_nodes.json - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - COMMAND - Python3::Interpreter - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/expr_nodes/yql_solomon_expr_nodes.json - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/solomon/expr_nodes/yql_solomon_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/solomon/expr_nodes/yql_solomon_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/solomon/expr_nodes/yql_solomon_expr_nodes.defs.inl.h -) diff --git a/contrib/ydb/library/yql/providers/solomon/expr_nodes/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/solomon/expr_nodes/CMakeLists.linux-x86_64.txt deleted file mode 100644 index f52cdcbfbc7..00000000000 --- a/contrib/ydb/library/yql/providers/solomon/expr_nodes/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. - - -find_package(Python3 REQUIRED) - -add_library(providers-solomon-expr_nodes) -target_link_libraries(providers-solomon-expr_nodes PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - yql-core-expr_nodes - providers-common-provider -) -target_sources(providers-solomon-expr_nodes PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/expr_nodes/yql_solomon_expr_nodes.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/solomon/expr_nodes/yql_solomon_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/solomon/expr_nodes/yql_solomon_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/solomon/expr_nodes/yql_solomon_expr_nodes.defs.inl.h -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/solomon/expr_nodes/yql_solomon_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/solomon/expr_nodes/yql_solomon_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/solomon/expr_nodes/yql_solomon_expr_nodes.defs.inl.h - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/expr_nodes/yql_solomon_expr_nodes.json - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - COMMAND - Python3::Interpreter - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/expr_nodes/yql_solomon_expr_nodes.json - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/solomon/expr_nodes/yql_solomon_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/solomon/expr_nodes/yql_solomon_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/solomon/expr_nodes/yql_solomon_expr_nodes.defs.inl.h -) diff --git a/contrib/ydb/library/yql/providers/solomon/expr_nodes/CMakeLists.txt b/contrib/ydb/library/yql/providers/solomon/expr_nodes/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/solomon/expr_nodes/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/solomon/expr_nodes/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/solomon/expr_nodes/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 03176d9116f..00000000000 --- a/contrib/ydb/library/yql/providers/solomon/expr_nodes/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. - - -find_package(Python3 REQUIRED) - -add_library(providers-solomon-expr_nodes) -target_link_libraries(providers-solomon-expr_nodes PUBLIC - contrib-libs-cxxsupp - yutil - yql-core-expr_nodes - providers-common-provider -) -target_sources(providers-solomon-expr_nodes PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/expr_nodes/yql_solomon_expr_nodes.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/solomon/expr_nodes/yql_solomon_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/solomon/expr_nodes/yql_solomon_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/solomon/expr_nodes/yql_solomon_expr_nodes.defs.inl.h -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/solomon/expr_nodes/yql_solomon_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/solomon/expr_nodes/yql_solomon_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/solomon/expr_nodes/yql_solomon_expr_nodes.defs.inl.h - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/expr_nodes/yql_solomon_expr_nodes.json - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - COMMAND - Python3::Interpreter - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/expr_nodes/yql_solomon_expr_nodes.json - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/solomon/expr_nodes/yql_solomon_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/solomon/expr_nodes/yql_solomon_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/solomon/expr_nodes/yql_solomon_expr_nodes.defs.inl.h -) diff --git a/contrib/ydb/library/yql/providers/solomon/gateway/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/solomon/gateway/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d3b09ef5e60..00000000000 --- a/contrib/ydb/library/yql/providers/solomon/gateway/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(providers-solomon-gateway) -target_link_libraries(providers-solomon-gateway PUBLIC - contrib-libs-cxxsupp - yutil - providers-common-gateway - providers-solomon-provider -) -target_sources(providers-solomon-gateway PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/gateway/yql_solomon_gateway.cpp -) diff --git a/contrib/ydb/library/yql/providers/solomon/gateway/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/solomon/gateway/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 0805ffb2109..00000000000 --- a/contrib/ydb/library/yql/providers/solomon/gateway/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(providers-solomon-gateway) -target_link_libraries(providers-solomon-gateway PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - providers-common-gateway - providers-solomon-provider -) -target_sources(providers-solomon-gateway PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/gateway/yql_solomon_gateway.cpp -) diff --git a/contrib/ydb/library/yql/providers/solomon/gateway/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/solomon/gateway/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 0805ffb2109..00000000000 --- a/contrib/ydb/library/yql/providers/solomon/gateway/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(providers-solomon-gateway) -target_link_libraries(providers-solomon-gateway PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - providers-common-gateway - providers-solomon-provider -) -target_sources(providers-solomon-gateway PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/gateway/yql_solomon_gateway.cpp -) diff --git a/contrib/ydb/library/yql/providers/solomon/gateway/CMakeLists.txt b/contrib/ydb/library/yql/providers/solomon/gateway/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/solomon/gateway/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/solomon/gateway/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/solomon/gateway/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d3b09ef5e60..00000000000 --- a/contrib/ydb/library/yql/providers/solomon/gateway/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(providers-solomon-gateway) -target_link_libraries(providers-solomon-gateway PUBLIC - contrib-libs-cxxsupp - yutil - providers-common-gateway - providers-solomon-provider -) -target_sources(providers-solomon-gateway PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/gateway/yql_solomon_gateway.cpp -) diff --git a/contrib/ydb/library/yql/providers/solomon/proto/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/solomon/proto/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 009dac7e2bb..00000000000 --- a/contrib/ydb/library/yql/providers/solomon/proto/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(providers-solomon-proto) -target_link_libraries(providers-solomon-proto PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(providers-solomon-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/proto/dq_solomon_shard.proto -) -target_proto_addincls(providers-solomon-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(providers-solomon-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/providers/solomon/proto/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/solomon/proto/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b4faa184061..00000000000 --- a/contrib/ydb/library/yql/providers/solomon/proto/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(providers-solomon-proto) -target_link_libraries(providers-solomon-proto PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(providers-solomon-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/proto/dq_solomon_shard.proto -) -target_proto_addincls(providers-solomon-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(providers-solomon-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/providers/solomon/proto/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/solomon/proto/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b4faa184061..00000000000 --- a/contrib/ydb/library/yql/providers/solomon/proto/CMakeLists.linux-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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(providers-solomon-proto) -target_link_libraries(providers-solomon-proto PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(providers-solomon-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/proto/dq_solomon_shard.proto -) -target_proto_addincls(providers-solomon-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(providers-solomon-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/providers/solomon/proto/CMakeLists.txt b/contrib/ydb/library/yql/providers/solomon/proto/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/solomon/proto/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/solomon/proto/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/solomon/proto/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 009dac7e2bb..00000000000 --- a/contrib/ydb/library/yql/providers/solomon/proto/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(providers-solomon-proto) -target_link_libraries(providers-solomon-proto PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(providers-solomon-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/proto/dq_solomon_shard.proto -) -target_proto_addincls(providers-solomon-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(providers-solomon-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/providers/solomon/provider/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/solomon/provider/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index aa6f7223ec0..00000000000 --- a/contrib/ydb/library/yql/providers/solomon/provider/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(providers-solomon-provider) -target_compile_options(providers-solomon-provider PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-solomon-provider PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-protos - yql-dq-expr_nodes - yql-dq-integration - providers-common-config - providers-common-proto - providers-common-provider - providers-common-transform - providers-dq-expr_nodes - providers-result-expr_nodes - providers-solomon-expr_nodes - providers-solomon-proto - yql-dq-opt -) -target_sources(providers-solomon-provider PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/provider/yql_solomon_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/provider/yql_solomon_datasink_execution.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/provider/yql_solomon_datasink_type_ann.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/provider/yql_solomon_datasink.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/provider/yql_solomon_datasource_execution.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/provider/yql_solomon_datasource_type_ann.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/provider/yql_solomon_datasource.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/provider/yql_solomon_dq_integration.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/provider/yql_solomon_io_discovery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/provider/yql_solomon_load_meta.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/provider/yql_solomon_physical_optimize.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/provider/yql_solomon_provider.cpp -) diff --git a/contrib/ydb/library/yql/providers/solomon/provider/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/solomon/provider/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b2b4d6412bf..00000000000 --- a/contrib/ydb/library/yql/providers/solomon/provider/CMakeLists.linux-aarch64.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(providers-solomon-provider) -target_compile_options(providers-solomon-provider PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-solomon-provider PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-protos - yql-dq-expr_nodes - yql-dq-integration - providers-common-config - providers-common-proto - providers-common-provider - providers-common-transform - providers-dq-expr_nodes - providers-result-expr_nodes - providers-solomon-expr_nodes - providers-solomon-proto - yql-dq-opt -) -target_sources(providers-solomon-provider PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/provider/yql_solomon_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/provider/yql_solomon_datasink_execution.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/provider/yql_solomon_datasink_type_ann.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/provider/yql_solomon_datasink.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/provider/yql_solomon_datasource_execution.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/provider/yql_solomon_datasource_type_ann.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/provider/yql_solomon_datasource.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/provider/yql_solomon_dq_integration.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/provider/yql_solomon_io_discovery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/provider/yql_solomon_load_meta.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/provider/yql_solomon_physical_optimize.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/provider/yql_solomon_provider.cpp -) diff --git a/contrib/ydb/library/yql/providers/solomon/provider/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/solomon/provider/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b2b4d6412bf..00000000000 --- a/contrib/ydb/library/yql/providers/solomon/provider/CMakeLists.linux-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(providers-solomon-provider) -target_compile_options(providers-solomon-provider PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-solomon-provider PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-protos - yql-dq-expr_nodes - yql-dq-integration - providers-common-config - providers-common-proto - providers-common-provider - providers-common-transform - providers-dq-expr_nodes - providers-result-expr_nodes - providers-solomon-expr_nodes - providers-solomon-proto - yql-dq-opt -) -target_sources(providers-solomon-provider PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/provider/yql_solomon_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/provider/yql_solomon_datasink_execution.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/provider/yql_solomon_datasink_type_ann.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/provider/yql_solomon_datasink.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/provider/yql_solomon_datasource_execution.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/provider/yql_solomon_datasource_type_ann.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/provider/yql_solomon_datasource.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/provider/yql_solomon_dq_integration.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/provider/yql_solomon_io_discovery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/provider/yql_solomon_load_meta.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/provider/yql_solomon_physical_optimize.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/provider/yql_solomon_provider.cpp -) diff --git a/contrib/ydb/library/yql/providers/solomon/provider/CMakeLists.txt b/contrib/ydb/library/yql/providers/solomon/provider/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/solomon/provider/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/solomon/provider/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/solomon/provider/CMakeLists.windows-x86_64.txt deleted file mode 100644 index aa6f7223ec0..00000000000 --- a/contrib/ydb/library/yql/providers/solomon/provider/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(providers-solomon-provider) -target_compile_options(providers-solomon-provider PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-solomon-provider PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-protos - yql-dq-expr_nodes - yql-dq-integration - providers-common-config - providers-common-proto - providers-common-provider - providers-common-transform - providers-dq-expr_nodes - providers-result-expr_nodes - providers-solomon-expr_nodes - providers-solomon-proto - yql-dq-opt -) -target_sources(providers-solomon-provider PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/provider/yql_solomon_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/provider/yql_solomon_datasink_execution.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/provider/yql_solomon_datasink_type_ann.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/provider/yql_solomon_datasink.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/provider/yql_solomon_datasource_execution.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/provider/yql_solomon_datasource_type_ann.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/provider/yql_solomon_datasource.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/provider/yql_solomon_dq_integration.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/provider/yql_solomon_io_discovery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/provider/yql_solomon_load_meta.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/provider/yql_solomon_physical_optimize.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/solomon/provider/yql_solomon_provider.cpp -) diff --git a/contrib/ydb/library/yql/providers/ydb/CMakeLists.txt b/contrib/ydb/library/yql/providers/ydb/CMakeLists.txt deleted file mode 100644 index e07fd314c53..00000000000 --- a/contrib/ydb/library/yql/providers/ydb/CMakeLists.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_subdirectory(actors) -add_subdirectory(comp_nodes) -add_subdirectory(expr_nodes) -add_subdirectory(proto) -add_subdirectory(provider) diff --git a/contrib/ydb/library/yql/providers/ydb/actors/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/ydb/actors/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 85554b0a367..00000000000 --- a/contrib/ydb/library/yql/providers/ydb/actors/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(providers-ydb-actors) -target_compile_options(providers-ydb-actors PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-ydb-actors PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-scheme - yql-minikql-computation - common-token_accessor-client - yql-public-types - yql-utils-log - public-lib-experimental - cpp-client-ydb_driver - dq-actors-compute - providers-ydb-proto -) -target_sources(providers-ydb-actors PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/actors/yql_ydb_read_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/actors/yql_ydb_source_factory.cpp -) diff --git a/contrib/ydb/library/yql/providers/ydb/actors/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/ydb/actors/CMakeLists.linux-aarch64.txt deleted file mode 100644 index f008718ade6..00000000000 --- a/contrib/ydb/library/yql/providers/ydb/actors/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(providers-ydb-actors) -target_compile_options(providers-ydb-actors PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-ydb-actors PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-scheme - yql-minikql-computation - common-token_accessor-client - yql-public-types - yql-utils-log - public-lib-experimental - cpp-client-ydb_driver - dq-actors-compute - providers-ydb-proto -) -target_sources(providers-ydb-actors PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/actors/yql_ydb_read_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/actors/yql_ydb_source_factory.cpp -) diff --git a/contrib/ydb/library/yql/providers/ydb/actors/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/ydb/actors/CMakeLists.linux-x86_64.txt deleted file mode 100644 index f008718ade6..00000000000 --- a/contrib/ydb/library/yql/providers/ydb/actors/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(providers-ydb-actors) -target_compile_options(providers-ydb-actors PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-ydb-actors PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-scheme - yql-minikql-computation - common-token_accessor-client - yql-public-types - yql-utils-log - public-lib-experimental - cpp-client-ydb_driver - dq-actors-compute - providers-ydb-proto -) -target_sources(providers-ydb-actors PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/actors/yql_ydb_read_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/actors/yql_ydb_source_factory.cpp -) diff --git a/contrib/ydb/library/yql/providers/ydb/actors/CMakeLists.txt b/contrib/ydb/library/yql/providers/ydb/actors/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/ydb/actors/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/ydb/actors/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/ydb/actors/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 85554b0a367..00000000000 --- a/contrib/ydb/library/yql/providers/ydb/actors/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(providers-ydb-actors) -target_compile_options(providers-ydb-actors PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-ydb-actors PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-scheme - yql-minikql-computation - common-token_accessor-client - yql-public-types - yql-utils-log - public-lib-experimental - cpp-client-ydb_driver - dq-actors-compute - providers-ydb-proto -) -target_sources(providers-ydb-actors PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/actors/yql_ydb_read_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/actors/yql_ydb_source_factory.cpp -) diff --git a/contrib/ydb/library/yql/providers/ydb/comp_nodes/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/ydb/comp_nodes/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index ac583f78303..00000000000 --- a/contrib/ydb/library/yql/providers/ydb/comp_nodes/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(providers-ydb-comp_nodes) -target_compile_options(providers-ydb-comp_nodes PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-ydb-comp_nodes PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-scheme - library-mkql_proto-protos - dq-actors-protos - yql-minikql-computation - providers-common-structured_token - providers-ydb-proto - public-lib-experimental - cpp-client-ydb_driver -) -target_sources(providers-ydb-comp_nodes PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/comp_nodes/yql_kik_scan.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/comp_nodes/yql_ydb_factory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/comp_nodes/yql_ydb_dq_transform.cpp -) diff --git a/contrib/ydb/library/yql/providers/ydb/comp_nodes/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/ydb/comp_nodes/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 44e13d13bbc..00000000000 --- a/contrib/ydb/library/yql/providers/ydb/comp_nodes/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(providers-ydb-comp_nodes) -target_compile_options(providers-ydb-comp_nodes PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-ydb-comp_nodes PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-scheme - library-mkql_proto-protos - dq-actors-protos - yql-minikql-computation - providers-common-structured_token - providers-ydb-proto - public-lib-experimental - cpp-client-ydb_driver -) -target_sources(providers-ydb-comp_nodes PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/comp_nodes/yql_kik_scan.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/comp_nodes/yql_ydb_factory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/comp_nodes/yql_ydb_dq_transform.cpp -) diff --git a/contrib/ydb/library/yql/providers/ydb/comp_nodes/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/ydb/comp_nodes/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 44e13d13bbc..00000000000 --- a/contrib/ydb/library/yql/providers/ydb/comp_nodes/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(providers-ydb-comp_nodes) -target_compile_options(providers-ydb-comp_nodes PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-ydb-comp_nodes PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-scheme - library-mkql_proto-protos - dq-actors-protos - yql-minikql-computation - providers-common-structured_token - providers-ydb-proto - public-lib-experimental - cpp-client-ydb_driver -) -target_sources(providers-ydb-comp_nodes PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/comp_nodes/yql_kik_scan.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/comp_nodes/yql_ydb_factory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/comp_nodes/yql_ydb_dq_transform.cpp -) diff --git a/contrib/ydb/library/yql/providers/ydb/comp_nodes/CMakeLists.txt b/contrib/ydb/library/yql/providers/ydb/comp_nodes/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/ydb/comp_nodes/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/ydb/comp_nodes/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/ydb/comp_nodes/CMakeLists.windows-x86_64.txt deleted file mode 100644 index ac583f78303..00000000000 --- a/contrib/ydb/library/yql/providers/ydb/comp_nodes/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(providers-ydb-comp_nodes) -target_compile_options(providers-ydb-comp_nodes PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-ydb-comp_nodes PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-scheme - library-mkql_proto-protos - dq-actors-protos - yql-minikql-computation - providers-common-structured_token - providers-ydb-proto - public-lib-experimental - cpp-client-ydb_driver -) -target_sources(providers-ydb-comp_nodes PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/comp_nodes/yql_kik_scan.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/comp_nodes/yql_ydb_factory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/comp_nodes/yql_ydb_dq_transform.cpp -) diff --git a/contrib/ydb/library/yql/providers/ydb/expr_nodes/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/ydb/expr_nodes/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 7c466963196..00000000000 --- a/contrib/ydb/library/yql/providers/ydb/expr_nodes/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. - - -find_package(Python3 REQUIRED) - -add_library(providers-ydb-expr_nodes) -target_link_libraries(providers-ydb-expr_nodes PUBLIC - contrib-libs-cxxsupp - yutil - yql-core-expr_nodes - providers-common-provider -) -target_sources(providers-ydb-expr_nodes PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/expr_nodes/yql_ydb_expr_nodes.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/ydb/expr_nodes/yql_ydb_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/ydb/expr_nodes/yql_ydb_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/ydb/expr_nodes/yql_ydb_expr_nodes.defs.inl.h -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/ydb/expr_nodes/yql_ydb_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/ydb/expr_nodes/yql_ydb_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/ydb/expr_nodes/yql_ydb_expr_nodes.defs.inl.h - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/expr_nodes/yql_ydb_expr_nodes.json - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - COMMAND - Python3::Interpreter - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/expr_nodes/yql_ydb_expr_nodes.json - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/ydb/expr_nodes/yql_ydb_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/ydb/expr_nodes/yql_ydb_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/ydb/expr_nodes/yql_ydb_expr_nodes.defs.inl.h -) diff --git a/contrib/ydb/library/yql/providers/ydb/expr_nodes/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/ydb/expr_nodes/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 27c73813388..00000000000 --- a/contrib/ydb/library/yql/providers/ydb/expr_nodes/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. - - -find_package(Python3 REQUIRED) - -add_library(providers-ydb-expr_nodes) -target_link_libraries(providers-ydb-expr_nodes PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - yql-core-expr_nodes - providers-common-provider -) -target_sources(providers-ydb-expr_nodes PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/expr_nodes/yql_ydb_expr_nodes.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/ydb/expr_nodes/yql_ydb_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/ydb/expr_nodes/yql_ydb_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/ydb/expr_nodes/yql_ydb_expr_nodes.defs.inl.h -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/ydb/expr_nodes/yql_ydb_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/ydb/expr_nodes/yql_ydb_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/ydb/expr_nodes/yql_ydb_expr_nodes.defs.inl.h - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/expr_nodes/yql_ydb_expr_nodes.json - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - COMMAND - Python3::Interpreter - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/expr_nodes/yql_ydb_expr_nodes.json - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/ydb/expr_nodes/yql_ydb_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/ydb/expr_nodes/yql_ydb_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/ydb/expr_nodes/yql_ydb_expr_nodes.defs.inl.h -) diff --git a/contrib/ydb/library/yql/providers/ydb/expr_nodes/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/ydb/expr_nodes/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 27c73813388..00000000000 --- a/contrib/ydb/library/yql/providers/ydb/expr_nodes/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. - - -find_package(Python3 REQUIRED) - -add_library(providers-ydb-expr_nodes) -target_link_libraries(providers-ydb-expr_nodes PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - yql-core-expr_nodes - providers-common-provider -) -target_sources(providers-ydb-expr_nodes PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/expr_nodes/yql_ydb_expr_nodes.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/ydb/expr_nodes/yql_ydb_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/ydb/expr_nodes/yql_ydb_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/ydb/expr_nodes/yql_ydb_expr_nodes.defs.inl.h -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/ydb/expr_nodes/yql_ydb_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/ydb/expr_nodes/yql_ydb_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/ydb/expr_nodes/yql_ydb_expr_nodes.defs.inl.h - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/expr_nodes/yql_ydb_expr_nodes.json - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - COMMAND - Python3::Interpreter - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/expr_nodes/yql_ydb_expr_nodes.json - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/ydb/expr_nodes/yql_ydb_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/ydb/expr_nodes/yql_ydb_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/ydb/expr_nodes/yql_ydb_expr_nodes.defs.inl.h -) diff --git a/contrib/ydb/library/yql/providers/ydb/expr_nodes/CMakeLists.txt b/contrib/ydb/library/yql/providers/ydb/expr_nodes/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/ydb/expr_nodes/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/ydb/expr_nodes/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/ydb/expr_nodes/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 7c466963196..00000000000 --- a/contrib/ydb/library/yql/providers/ydb/expr_nodes/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. - - -find_package(Python3 REQUIRED) - -add_library(providers-ydb-expr_nodes) -target_link_libraries(providers-ydb-expr_nodes PUBLIC - contrib-libs-cxxsupp - yutil - yql-core-expr_nodes - providers-common-provider -) -target_sources(providers-ydb-expr_nodes PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/expr_nodes/yql_ydb_expr_nodes.cpp - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/ydb/expr_nodes/yql_ydb_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/ydb/expr_nodes/yql_ydb_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/ydb/expr_nodes/yql_ydb_expr_nodes.defs.inl.h -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/ydb/expr_nodes/yql_ydb_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/ydb/expr_nodes/yql_ydb_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/ydb/expr_nodes/yql_ydb_expr_nodes.defs.inl.h - DEPENDS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/expr_nodes/yql_ydb_expr_nodes.json - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - COMMAND - Python3::Interpreter - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/expr_nodes/yql_ydb_expr_nodes.json - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/ydb/expr_nodes/yql_ydb_expr_nodes.gen.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/ydb/expr_nodes/yql_ydb_expr_nodes.decl.inl.h - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/providers/ydb/expr_nodes/yql_ydb_expr_nodes.defs.inl.h -) diff --git a/contrib/ydb/library/yql/providers/ydb/proto/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/ydb/proto/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 5b03156c008..00000000000 --- a/contrib/ydb/library/yql/providers/ydb/proto/CMakeLists.darwin-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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(providers-ydb-proto) -target_link_libraries(providers-ydb-proto PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(providers-ydb-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/proto/range.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/proto/source.proto -) -target_proto_addincls(providers-ydb-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(providers-ydb-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/providers/ydb/proto/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/ydb/proto/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 667e4b8b813..00000000000 --- a/contrib/ydb/library/yql/providers/ydb/proto/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,57 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(providers-ydb-proto) -target_link_libraries(providers-ydb-proto PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(providers-ydb-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/proto/range.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/proto/source.proto -) -target_proto_addincls(providers-ydb-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(providers-ydb-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/providers/ydb/proto/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/ydb/proto/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 667e4b8b813..00000000000 --- a/contrib/ydb/library/yql/providers/ydb/proto/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,57 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(providers-ydb-proto) -target_link_libraries(providers-ydb-proto PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(providers-ydb-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/proto/range.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/proto/source.proto -) -target_proto_addincls(providers-ydb-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(providers-ydb-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/providers/ydb/proto/CMakeLists.txt b/contrib/ydb/library/yql/providers/ydb/proto/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/ydb/proto/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/ydb/proto/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/ydb/proto/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 5b03156c008..00000000000 --- a/contrib/ydb/library/yql/providers/ydb/proto/CMakeLists.windows-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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(providers-ydb-proto) -target_link_libraries(providers-ydb-proto PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(providers-ydb-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/proto/range.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/proto/source.proto -) -target_proto_addincls(providers-ydb-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(providers-ydb-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/providers/ydb/provider/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/providers/ydb/provider/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 3b7e42e5151..00000000000 --- a/contrib/ydb/library/yql/providers/ydb/provider/CMakeLists.darwin-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(providers-ydb-provider) -target_compile_options(providers-ydb-provider PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-ydb-provider PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-random_provider - library-cpp-time_provider - cpp-yson-node - fq-libs-common - library-yql-ast - yql-minikql-comp_nodes - providers-common-structured_token - common-token_accessor-client - library-yql-core - yql-core-type_ann - yql-dq-expr_nodes - yql-dq-integration - providers-common-config - providers-common-db_id_async_resolver - providers-common-dq - providers-common-mkql - providers-common-proto - providers-common-provider - common-schema-expr - providers-common-transform - providers-dq-common - providers-dq-expr_nodes - providers-result-expr_nodes - providers-ydb-expr_nodes - providers-ydb-proto - public-lib-experimental - cpp-client-ydb_driver - cpp-client-ydb_table -) -target_sources(providers-ydb-provider PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/provider/yql_ydb_datasink.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/provider/yql_ydb_datasink_execution.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/provider/yql_ydb_datasink_type_ann.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/provider/yql_ydb_datasource.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/provider/yql_ydb_datasource_type_ann.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/provider/yql_ydb_dq_integration.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/provider/yql_ydb_exec.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/provider/yql_ydb_io_discovery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/provider/yql_ydb_load_meta.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/provider/yql_ydb_logical_opt.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/provider/yql_ydb_physical_opt.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/provider/yql_ydb_mkql_compiler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/provider/yql_ydb_provider.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/provider/yql_ydb_provider_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/provider/yql_ydb_settings.cpp -) diff --git a/contrib/ydb/library/yql/providers/ydb/provider/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/providers/ydb/provider/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 07365acec0b..00000000000 --- a/contrib/ydb/library/yql/providers/ydb/provider/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,63 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(providers-ydb-provider) -target_compile_options(providers-ydb-provider PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-ydb-provider PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-random_provider - library-cpp-time_provider - cpp-yson-node - fq-libs-common - library-yql-ast - yql-minikql-comp_nodes - providers-common-structured_token - common-token_accessor-client - library-yql-core - yql-core-type_ann - yql-dq-expr_nodes - yql-dq-integration - providers-common-config - providers-common-db_id_async_resolver - providers-common-dq - providers-common-mkql - providers-common-proto - providers-common-provider - common-schema-expr - providers-common-transform - providers-dq-common - providers-dq-expr_nodes - providers-result-expr_nodes - providers-ydb-expr_nodes - providers-ydb-proto - public-lib-experimental - cpp-client-ydb_driver - cpp-client-ydb_table -) -target_sources(providers-ydb-provider PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/provider/yql_ydb_datasink.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/provider/yql_ydb_datasink_execution.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/provider/yql_ydb_datasink_type_ann.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/provider/yql_ydb_datasource.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/provider/yql_ydb_datasource_type_ann.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/provider/yql_ydb_dq_integration.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/provider/yql_ydb_exec.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/provider/yql_ydb_io_discovery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/provider/yql_ydb_load_meta.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/provider/yql_ydb_logical_opt.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/provider/yql_ydb_physical_opt.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/provider/yql_ydb_mkql_compiler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/provider/yql_ydb_provider.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/provider/yql_ydb_provider_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/provider/yql_ydb_settings.cpp -) diff --git a/contrib/ydb/library/yql/providers/ydb/provider/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/providers/ydb/provider/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 07365acec0b..00000000000 --- a/contrib/ydb/library/yql/providers/ydb/provider/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,63 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(providers-ydb-provider) -target_compile_options(providers-ydb-provider PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-ydb-provider PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-random_provider - library-cpp-time_provider - cpp-yson-node - fq-libs-common - library-yql-ast - yql-minikql-comp_nodes - providers-common-structured_token - common-token_accessor-client - library-yql-core - yql-core-type_ann - yql-dq-expr_nodes - yql-dq-integration - providers-common-config - providers-common-db_id_async_resolver - providers-common-dq - providers-common-mkql - providers-common-proto - providers-common-provider - common-schema-expr - providers-common-transform - providers-dq-common - providers-dq-expr_nodes - providers-result-expr_nodes - providers-ydb-expr_nodes - providers-ydb-proto - public-lib-experimental - cpp-client-ydb_driver - cpp-client-ydb_table -) -target_sources(providers-ydb-provider PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/provider/yql_ydb_datasink.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/provider/yql_ydb_datasink_execution.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/provider/yql_ydb_datasink_type_ann.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/provider/yql_ydb_datasource.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/provider/yql_ydb_datasource_type_ann.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/provider/yql_ydb_dq_integration.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/provider/yql_ydb_exec.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/provider/yql_ydb_io_discovery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/provider/yql_ydb_load_meta.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/provider/yql_ydb_logical_opt.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/provider/yql_ydb_physical_opt.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/provider/yql_ydb_mkql_compiler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/provider/yql_ydb_provider.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/provider/yql_ydb_provider_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/provider/yql_ydb_settings.cpp -) diff --git a/contrib/ydb/library/yql/providers/ydb/provider/CMakeLists.txt b/contrib/ydb/library/yql/providers/ydb/provider/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/providers/ydb/provider/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/providers/ydb/provider/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/providers/ydb/provider/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 3b7e42e5151..00000000000 --- a/contrib/ydb/library/yql/providers/ydb/provider/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(providers-ydb-provider) -target_compile_options(providers-ydb-provider PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(providers-ydb-provider PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-random_provider - library-cpp-time_provider - cpp-yson-node - fq-libs-common - library-yql-ast - yql-minikql-comp_nodes - providers-common-structured_token - common-token_accessor-client - library-yql-core - yql-core-type_ann - yql-dq-expr_nodes - yql-dq-integration - providers-common-config - providers-common-db_id_async_resolver - providers-common-dq - providers-common-mkql - providers-common-proto - providers-common-provider - common-schema-expr - providers-common-transform - providers-dq-common - providers-dq-expr_nodes - providers-result-expr_nodes - providers-ydb-expr_nodes - providers-ydb-proto - public-lib-experimental - cpp-client-ydb_driver - cpp-client-ydb_table -) -target_sources(providers-ydb-provider PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/provider/yql_ydb_datasink.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/provider/yql_ydb_datasink_execution.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/provider/yql_ydb_datasink_type_ann.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/provider/yql_ydb_datasource.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/provider/yql_ydb_datasource_type_ann.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/provider/yql_ydb_dq_integration.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/provider/yql_ydb_exec.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/provider/yql_ydb_io_discovery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/provider/yql_ydb_load_meta.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/provider/yql_ydb_logical_opt.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/provider/yql_ydb_physical_opt.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/provider/yql_ydb_mkql_compiler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/provider/yql_ydb_provider.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/provider/yql_ydb_provider_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/providers/ydb/provider/yql_ydb_settings.cpp -) diff --git a/contrib/ydb/library/yql/public/CMakeLists.txt b/contrib/ydb/library/yql/public/CMakeLists.txt deleted file mode 100644 index 71687e2ead6..00000000000 --- a/contrib/ydb/library/yql/public/CMakeLists.txt +++ /dev/null @@ -1,12 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(decimal) -add_subdirectory(issue) -add_subdirectory(types) -add_subdirectory(udf) diff --git a/contrib/ydb/library/yql/public/decimal/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/public/decimal/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 4a619f2be34..00000000000 --- a/contrib/ydb/library/yql/public/decimal/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(yql-public-decimal) -target_link_libraries(yql-public-decimal PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(yql-public-decimal PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/decimal/yql_decimal.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/decimal/yql_decimal_serialize.cpp -) diff --git a/contrib/ydb/library/yql/public/decimal/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/public/decimal/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 9f380c6956c..00000000000 --- a/contrib/ydb/library/yql/public/decimal/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(yql-public-decimal) -target_link_libraries(yql-public-decimal PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(yql-public-decimal PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/decimal/yql_decimal.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/decimal/yql_decimal_serialize.cpp -) diff --git a/contrib/ydb/library/yql/public/decimal/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/public/decimal/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 9f380c6956c..00000000000 --- a/contrib/ydb/library/yql/public/decimal/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(yql-public-decimal) -target_link_libraries(yql-public-decimal PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(yql-public-decimal PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/decimal/yql_decimal.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/decimal/yql_decimal_serialize.cpp -) diff --git a/contrib/ydb/library/yql/public/decimal/CMakeLists.txt b/contrib/ydb/library/yql/public/decimal/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/public/decimal/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/public/decimal/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/public/decimal/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 4a619f2be34..00000000000 --- a/contrib/ydb/library/yql/public/decimal/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(yql-public-decimal) -target_link_libraries(yql-public-decimal PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(yql-public-decimal PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/decimal/yql_decimal.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/decimal/yql_decimal_serialize.cpp -) diff --git a/contrib/ydb/library/yql/public/issue/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/public/issue/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 5bb19bf27c6..00000000000 --- a/contrib/ydb/library/yql/public/issue/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_subdirectory(protos) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(yql-public-issue) -target_link_libraries(yql-public-issue PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - library-cpp-colorizer - library-cpp-resource - api-protos - public-issue-protos - library-yql-utils - tools-enum_parser-enum_serialization_runtime -) -target_sources(yql-public-issue PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/issue/yql_issue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/issue/yql_issue_message.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/issue/yql_issue_manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/issue/yql_issue_utils.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/issue/yql_warning.cpp -) -generate_enum_serilization(yql-public-issue - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/issue/yql_warning.h - INCLUDE_HEADERS - contrib/ydb/library/yql/public/issue/yql_warning.h -) diff --git a/contrib/ydb/library/yql/public/issue/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/public/issue/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 64e1f0cf3e3..00000000000 --- a/contrib/ydb/library/yql/public/issue/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_subdirectory(protos) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(yql-public-issue) -target_link_libraries(yql-public-issue PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - library-cpp-colorizer - library-cpp-resource - api-protos - public-issue-protos - library-yql-utils - tools-enum_parser-enum_serialization_runtime -) -target_sources(yql-public-issue PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/issue/yql_issue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/issue/yql_issue_message.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/issue/yql_issue_manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/issue/yql_issue_utils.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/issue/yql_warning.cpp -) -generate_enum_serilization(yql-public-issue - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/issue/yql_warning.h - INCLUDE_HEADERS - contrib/ydb/library/yql/public/issue/yql_warning.h -) diff --git a/contrib/ydb/library/yql/public/issue/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/public/issue/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 64e1f0cf3e3..00000000000 --- a/contrib/ydb/library/yql/public/issue/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_subdirectory(protos) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(yql-public-issue) -target_link_libraries(yql-public-issue PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - library-cpp-colorizer - library-cpp-resource - api-protos - public-issue-protos - library-yql-utils - tools-enum_parser-enum_serialization_runtime -) -target_sources(yql-public-issue PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/issue/yql_issue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/issue/yql_issue_message.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/issue/yql_issue_manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/issue/yql_issue_utils.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/issue/yql_warning.cpp -) -generate_enum_serilization(yql-public-issue - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/issue/yql_warning.h - INCLUDE_HEADERS - contrib/ydb/library/yql/public/issue/yql_warning.h -) diff --git a/contrib/ydb/library/yql/public/issue/CMakeLists.txt b/contrib/ydb/library/yql/public/issue/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/public/issue/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/public/issue/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/public/issue/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 5bb19bf27c6..00000000000 --- a/contrib/ydb/library/yql/public/issue/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_subdirectory(protos) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(yql-public-issue) -target_link_libraries(yql-public-issue PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - library-cpp-colorizer - library-cpp-resource - api-protos - public-issue-protos - library-yql-utils - tools-enum_parser-enum_serialization_runtime -) -target_sources(yql-public-issue PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/issue/yql_issue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/issue/yql_issue_message.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/issue/yql_issue_manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/issue/yql_issue_utils.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/issue/yql_warning.cpp -) -generate_enum_serilization(yql-public-issue - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/issue/yql_warning.h - INCLUDE_HEADERS - contrib/ydb/library/yql/public/issue/yql_warning.h -) diff --git a/contrib/ydb/library/yql/public/issue/protos/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/public/issue/protos/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 4dab1b3987b..00000000000 --- a/contrib/ydb/library/yql/public/issue/protos/CMakeLists.darwin-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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(public-issue-protos) -target_link_libraries(public-issue-protos PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(public-issue-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/issue/protos/issue_message.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/issue/protos/issue_severity.proto -) -target_proto_addincls(public-issue-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(public-issue-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/public/issue/protos/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/public/issue/protos/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a69334f44cb..00000000000 --- a/contrib/ydb/library/yql/public/issue/protos/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,57 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(public-issue-protos) -target_link_libraries(public-issue-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(public-issue-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/issue/protos/issue_message.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/issue/protos/issue_severity.proto -) -target_proto_addincls(public-issue-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(public-issue-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/public/issue/protos/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/public/issue/protos/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a69334f44cb..00000000000 --- a/contrib/ydb/library/yql/public/issue/protos/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,57 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(public-issue-protos) -target_link_libraries(public-issue-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(public-issue-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/issue/protos/issue_message.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/issue/protos/issue_severity.proto -) -target_proto_addincls(public-issue-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(public-issue-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/public/issue/protos/CMakeLists.txt b/contrib/ydb/library/yql/public/issue/protos/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/public/issue/protos/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/public/issue/protos/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/public/issue/protos/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 4dab1b3987b..00000000000 --- a/contrib/ydb/library/yql/public/issue/protos/CMakeLists.windows-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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(public-issue-protos) -target_link_libraries(public-issue-protos PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(public-issue-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/issue/protos/issue_message.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/issue/protos/issue_severity.proto -) -target_proto_addincls(public-issue-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(public-issue-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/public/types/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/public/types/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 0579a434ca3..00000000000 --- a/contrib/ydb/library/yql/public/types/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(yql-public-types) -target_link_libraries(yql-public-types PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(yql-public-types PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/types/yql_types.proto -) -target_proto_addincls(yql-public-types - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(yql-public-types - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/public/types/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/public/types/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 3ced25b9863..00000000000 --- a/contrib/ydb/library/yql/public/types/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(yql-public-types) -target_link_libraries(yql-public-types PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(yql-public-types PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/types/yql_types.proto -) -target_proto_addincls(yql-public-types - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(yql-public-types - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/public/types/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/public/types/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 3ced25b9863..00000000000 --- a/contrib/ydb/library/yql/public/types/CMakeLists.linux-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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(yql-public-types) -target_link_libraries(yql-public-types PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(yql-public-types PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/types/yql_types.proto -) -target_proto_addincls(yql-public-types - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(yql-public-types - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/public/types/CMakeLists.txt b/contrib/ydb/library/yql/public/types/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/public/types/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/public/types/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/public/types/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 0579a434ca3..00000000000 --- a/contrib/ydb/library/yql/public/types/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(yql-public-types) -target_link_libraries(yql-public-types PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(yql-public-types PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/types/yql_types.proto -) -target_proto_addincls(yql-public-types - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(yql-public-types - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/public/udf/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/public/udf/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 4b26dd379b5..00000000000 --- a/contrib/ydb/library/yql/public/udf/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(arrow) -add_subdirectory(service) -add_subdirectory(support) -add_subdirectory(tz) - -add_library(yql-public-udf) -target_compile_options(yql-public-udf PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-public-udf PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-enum_codegen - library-cpp-resource - yql-public-decimal - yql-public-types - cpp-deprecated-atomic -) -target_sources(yql-public-udf PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/udf_allocator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/udf_counter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/udf_data_type.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/udf_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/udf_registrator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/udf_static_registry.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/udf_string.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/udf_type_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/udf_type_inspection.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/udf_type_printer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/udf_types.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/udf_validate.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/udf_value.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/udf_value_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/udf_version.cpp -) diff --git a/contrib/ydb/library/yql/public/udf/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/public/udf/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 76e754fabf1..00000000000 --- a/contrib/ydb/library/yql/public/udf/CMakeLists.linux-aarch64.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_subdirectory(arrow) -add_subdirectory(service) -add_subdirectory(support) -add_subdirectory(tz) - -add_library(yql-public-udf) -target_compile_options(yql-public-udf PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-public-udf PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-deprecated-enum_codegen - library-cpp-resource - yql-public-decimal - yql-public-types - cpp-deprecated-atomic -) -target_sources(yql-public-udf PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/udf_allocator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/udf_counter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/udf_data_type.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/udf_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/udf_registrator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/udf_static_registry.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/udf_string.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/udf_type_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/udf_type_inspection.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/udf_type_printer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/udf_types.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/udf_validate.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/udf_value.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/udf_value_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/udf_version.cpp -) diff --git a/contrib/ydb/library/yql/public/udf/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/public/udf/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 76e754fabf1..00000000000 --- a/contrib/ydb/library/yql/public/udf/CMakeLists.linux-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_subdirectory(arrow) -add_subdirectory(service) -add_subdirectory(support) -add_subdirectory(tz) - -add_library(yql-public-udf) -target_compile_options(yql-public-udf PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-public-udf PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-deprecated-enum_codegen - library-cpp-resource - yql-public-decimal - yql-public-types - cpp-deprecated-atomic -) -target_sources(yql-public-udf PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/udf_allocator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/udf_counter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/udf_data_type.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/udf_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/udf_registrator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/udf_static_registry.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/udf_string.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/udf_type_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/udf_type_inspection.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/udf_type_printer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/udf_types.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/udf_validate.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/udf_value.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/udf_value_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/udf_version.cpp -) diff --git a/contrib/ydb/library/yql/public/udf/CMakeLists.txt b/contrib/ydb/library/yql/public/udf/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/public/udf/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/public/udf/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/public/udf/CMakeLists.windows-x86_64.txt deleted file mode 100644 index bfdc3e39129..00000000000 --- a/contrib/ydb/library/yql/public/udf/CMakeLists.windows-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_subdirectory(arrow) -add_subdirectory(service) -add_subdirectory(tz) - -add_library(yql-public-udf) -target_compile_options(yql-public-udf PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-public-udf PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-enum_codegen - library-cpp-resource - yql-public-decimal - yql-public-types - cpp-deprecated-atomic -) -target_sources(yql-public-udf PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/udf_allocator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/udf_counter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/udf_data_type.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/udf_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/udf_registrator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/udf_static_registry.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/udf_string.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/udf_type_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/udf_type_inspection.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/udf_type_printer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/udf_types.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/udf_validate.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/udf_value.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/udf_value_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/udf_version.cpp -) diff --git a/contrib/ydb/library/yql/public/udf/arrow/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/public/udf/arrow/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 12bc0eb06f5..00000000000 --- a/contrib/ydb/library/yql/public/udf/arrow/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(public-udf-arrow) -target_compile_options(public-udf-arrow PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(public-udf-arrow PUBLIC - contrib-libs-cxxsupp - yutil - yql-public-udf - libs-apache-arrow -) -target_sources(public-udf-arrow PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/arrow/args_dechunker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/arrow/udf_arrow_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/arrow/bit_util.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/arrow/util.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/arrow/block_reader.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/arrow/block_item.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/arrow/block_item_hasher.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/arrow/block_item_comparator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/arrow/block_type_helper.cpp -) diff --git a/contrib/ydb/library/yql/public/udf/arrow/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/public/udf/arrow/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 46ed618c682..00000000000 --- a/contrib/ydb/library/yql/public/udf/arrow/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(public-udf-arrow) -target_compile_options(public-udf-arrow PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(public-udf-arrow PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - yql-public-udf - libs-apache-arrow -) -target_sources(public-udf-arrow PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/arrow/args_dechunker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/arrow/udf_arrow_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/arrow/bit_util.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/arrow/util.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/arrow/block_reader.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/arrow/block_item.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/arrow/block_item_hasher.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/arrow/block_item_comparator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/arrow/block_type_helper.cpp -) diff --git a/contrib/ydb/library/yql/public/udf/arrow/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/public/udf/arrow/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 46ed618c682..00000000000 --- a/contrib/ydb/library/yql/public/udf/arrow/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(public-udf-arrow) -target_compile_options(public-udf-arrow PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(public-udf-arrow PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - yql-public-udf - libs-apache-arrow -) -target_sources(public-udf-arrow PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/arrow/args_dechunker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/arrow/udf_arrow_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/arrow/bit_util.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/arrow/util.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/arrow/block_reader.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/arrow/block_item.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/arrow/block_item_hasher.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/arrow/block_item_comparator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/arrow/block_type_helper.cpp -) diff --git a/contrib/ydb/library/yql/public/udf/arrow/CMakeLists.txt b/contrib/ydb/library/yql/public/udf/arrow/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/public/udf/arrow/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/public/udf/arrow/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/public/udf/arrow/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 12bc0eb06f5..00000000000 --- a/contrib/ydb/library/yql/public/udf/arrow/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(public-udf-arrow) -target_compile_options(public-udf-arrow PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(public-udf-arrow PUBLIC - contrib-libs-cxxsupp - yutil - yql-public-udf - libs-apache-arrow -) -target_sources(public-udf-arrow PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/arrow/args_dechunker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/arrow/udf_arrow_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/arrow/bit_util.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/arrow/util.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/arrow/block_reader.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/arrow/block_item.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/arrow/block_item_hasher.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/arrow/block_item_comparator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/arrow/block_type_helper.cpp -) diff --git a/contrib/ydb/library/yql/public/udf/service/CMakeLists.txt b/contrib/ydb/library/yql/public/udf/service/CMakeLists.txt deleted file mode 100644 index 33a7ea77559..00000000000 --- a/contrib/ydb/library/yql/public/udf/service/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(exception_policy) diff --git a/contrib/ydb/library/yql/public/udf/service/exception_policy/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/public/udf/service/exception_policy/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index e0d4117d376..00000000000 --- a/contrib/ydb/library/yql/public/udf/service/exception_policy/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(udf-service-exception_policy) -target_compile_options(udf-service-exception_policy PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(udf-service-exception_policy PUBLIC - contrib-libs-cxxsupp - yutil - library-yql-minikql - yql-public-udf -) -target_sources(udf-service-exception_policy PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/service/exception_policy/udf_service.cpp -) diff --git a/contrib/ydb/library/yql/public/udf/service/exception_policy/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/public/udf/service/exception_policy/CMakeLists.linux-aarch64.txt deleted file mode 100644 index f48a9c3375e..00000000000 --- a/contrib/ydb/library/yql/public/udf/service/exception_policy/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(udf-service-exception_policy) -target_compile_options(udf-service-exception_policy PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(udf-service-exception_policy PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-yql-minikql - yql-public-udf -) -target_sources(udf-service-exception_policy PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/service/exception_policy/udf_service.cpp -) diff --git a/contrib/ydb/library/yql/public/udf/service/exception_policy/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/public/udf/service/exception_policy/CMakeLists.linux-x86_64.txt deleted file mode 100644 index f48a9c3375e..00000000000 --- a/contrib/ydb/library/yql/public/udf/service/exception_policy/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(udf-service-exception_policy) -target_compile_options(udf-service-exception_policy PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(udf-service-exception_policy PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-yql-minikql - yql-public-udf -) -target_sources(udf-service-exception_policy PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/service/exception_policy/udf_service.cpp -) diff --git a/contrib/ydb/library/yql/public/udf/service/exception_policy/CMakeLists.txt b/contrib/ydb/library/yql/public/udf/service/exception_policy/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/public/udf/service/exception_policy/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/public/udf/service/exception_policy/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/public/udf/service/exception_policy/CMakeLists.windows-x86_64.txt deleted file mode 100644 index e0d4117d376..00000000000 --- a/contrib/ydb/library/yql/public/udf/service/exception_policy/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(udf-service-exception_policy) -target_compile_options(udf-service-exception_policy PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(udf-service-exception_policy PUBLIC - contrib-libs-cxxsupp - yutil - library-yql-minikql - yql-public-udf -) -target_sources(udf-service-exception_policy PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/service/exception_policy/udf_service.cpp -) diff --git a/contrib/ydb/library/yql/public/udf/support/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/public/udf/support/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 05e24332fe0..00000000000 --- a/contrib/ydb/library/yql/public/udf/support/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(public-udf-support) -target_compile_options(public-udf-support PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(public-udf-support PUBLIC - contrib-libs-cxxsupp - yutil - yql-public-udf -) -target_sources(public-udf-support PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/support/udf_support.cpp -) diff --git a/contrib/ydb/library/yql/public/udf/support/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/public/udf/support/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 523de620d97..00000000000 --- a/contrib/ydb/library/yql/public/udf/support/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(public-udf-support) -target_compile_options(public-udf-support PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(public-udf-support PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - yql-public-udf -) -target_sources(public-udf-support PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/support/udf_support.cpp -) diff --git a/contrib/ydb/library/yql/public/udf/support/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/public/udf/support/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 523de620d97..00000000000 --- a/contrib/ydb/library/yql/public/udf/support/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(public-udf-support) -target_compile_options(public-udf-support PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(public-udf-support PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - yql-public-udf -) -target_sources(public-udf-support PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/support/udf_support.cpp -) diff --git a/contrib/ydb/library/yql/public/udf/support/CMakeLists.txt b/contrib/ydb/library/yql/public/udf/support/CMakeLists.txt deleted file mode 100644 index 522af85d518..00000000000 --- a/contrib/ydb/library/yql/public/udf/support/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 "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) -endif() diff --git a/contrib/ydb/library/yql/public/udf/tz/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/public/udf/tz/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index cb23fb849b8..00000000000 --- a/contrib/ydb/library/yql/public/udf/tz/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(public-udf-tz) -target_link_libraries(public-udf-tz PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(public-udf-tz PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/tz/udf_tz.cpp -) diff --git a/contrib/ydb/library/yql/public/udf/tz/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/public/udf/tz/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e07549c337c..00000000000 --- a/contrib/ydb/library/yql/public/udf/tz/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(public-udf-tz) -target_link_libraries(public-udf-tz PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(public-udf-tz PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/tz/udf_tz.cpp -) diff --git a/contrib/ydb/library/yql/public/udf/tz/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/public/udf/tz/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e07549c337c..00000000000 --- a/contrib/ydb/library/yql/public/udf/tz/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(public-udf-tz) -target_link_libraries(public-udf-tz PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(public-udf-tz PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/tz/udf_tz.cpp -) diff --git a/contrib/ydb/library/yql/public/udf/tz/CMakeLists.txt b/contrib/ydb/library/yql/public/udf/tz/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/public/udf/tz/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/public/udf/tz/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/public/udf/tz/CMakeLists.windows-x86_64.txt deleted file mode 100644 index cb23fb849b8..00000000000 --- a/contrib/ydb/library/yql/public/udf/tz/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(public-udf-tz) -target_link_libraries(public-udf-tz PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(public-udf-tz PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/public/udf/tz/udf_tz.cpp -) diff --git a/contrib/ydb/library/yql/sql/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/sql/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 538596ef841..00000000000 --- a/contrib/ydb/library/yql/sql/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(pg_dummy) -add_subdirectory(settings) -add_subdirectory(v0) -add_subdirectory(v1) - -add_library(library-yql-sql) -target_link_libraries(library-yql-sql PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-split - parser-pg_wrapper-interface - yql-sql-settings - yql-sql-v0 - sql-v0-lexer - yql-sql-v1 - sql-v1-format - sql-v1-lexer - sql-v1-proto_parser - library-yql-utils -) -target_sources(library-yql-sql PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/cluster_mapping.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/sql.cpp -) diff --git a/contrib/ydb/library/yql/sql/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/sql/CMakeLists.linux-aarch64.txt deleted file mode 100644 index f789ecbb614..00000000000 --- a/contrib/ydb/library/yql/sql/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(pg_dummy) -add_subdirectory(settings) -add_subdirectory(v0) -add_subdirectory(v1) - -add_library(library-yql-sql) -target_link_libraries(library-yql-sql PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-deprecated-split - parser-pg_wrapper-interface - yql-sql-settings - yql-sql-v0 - sql-v0-lexer - yql-sql-v1 - sql-v1-format - sql-v1-lexer - sql-v1-proto_parser - library-yql-utils -) -target_sources(library-yql-sql PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/cluster_mapping.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/sql.cpp -) diff --git a/contrib/ydb/library/yql/sql/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/sql/CMakeLists.linux-x86_64.txt deleted file mode 100644 index f789ecbb614..00000000000 --- a/contrib/ydb/library/yql/sql/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(pg_dummy) -add_subdirectory(settings) -add_subdirectory(v0) -add_subdirectory(v1) - -add_library(library-yql-sql) -target_link_libraries(library-yql-sql PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-deprecated-split - parser-pg_wrapper-interface - yql-sql-settings - yql-sql-v0 - sql-v0-lexer - yql-sql-v1 - sql-v1-format - sql-v1-lexer - sql-v1-proto_parser - library-yql-utils -) -target_sources(library-yql-sql PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/cluster_mapping.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/sql.cpp -) diff --git a/contrib/ydb/library/yql/sql/CMakeLists.txt b/contrib/ydb/library/yql/sql/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/sql/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/sql/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/sql/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 538596ef841..00000000000 --- a/contrib/ydb/library/yql/sql/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(pg_dummy) -add_subdirectory(settings) -add_subdirectory(v0) -add_subdirectory(v1) - -add_library(library-yql-sql) -target_link_libraries(library-yql-sql PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-split - parser-pg_wrapper-interface - yql-sql-settings - yql-sql-v0 - sql-v0-lexer - yql-sql-v1 - sql-v1-format - sql-v1-lexer - sql-v1-proto_parser - library-yql-utils -) -target_sources(library-yql-sql PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/cluster_mapping.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/sql.cpp -) diff --git a/contrib/ydb/library/yql/sql/pg_dummy/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/sql/pg_dummy/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index e4f669c5f30..00000000000 --- a/contrib/ydb/library/yql/sql/pg_dummy/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(yql-sql-pg_dummy) -target_compile_options(yql-sql-pg_dummy PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-sql-pg_dummy PUBLIC - contrib-libs-cxxsupp - yutil - parser-pg_wrapper-interface - library-yql-minikql -) -target_sources(yql-sql-pg_dummy PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/pg_dummy/pg_sql_dummy.cpp -) diff --git a/contrib/ydb/library/yql/sql/pg_dummy/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/sql/pg_dummy/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 13f1c0c3780..00000000000 --- a/contrib/ydb/library/yql/sql/pg_dummy/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(yql-sql-pg_dummy) -target_compile_options(yql-sql-pg_dummy PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-sql-pg_dummy PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - parser-pg_wrapper-interface - library-yql-minikql -) -target_sources(yql-sql-pg_dummy PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/pg_dummy/pg_sql_dummy.cpp -) diff --git a/contrib/ydb/library/yql/sql/pg_dummy/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/sql/pg_dummy/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 13f1c0c3780..00000000000 --- a/contrib/ydb/library/yql/sql/pg_dummy/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(yql-sql-pg_dummy) -target_compile_options(yql-sql-pg_dummy PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-sql-pg_dummy PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - parser-pg_wrapper-interface - library-yql-minikql -) -target_sources(yql-sql-pg_dummy PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/pg_dummy/pg_sql_dummy.cpp -) diff --git a/contrib/ydb/library/yql/sql/pg_dummy/CMakeLists.txt b/contrib/ydb/library/yql/sql/pg_dummy/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/sql/pg_dummy/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/sql/pg_dummy/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/sql/pg_dummy/CMakeLists.windows-x86_64.txt deleted file mode 100644 index e4f669c5f30..00000000000 --- a/contrib/ydb/library/yql/sql/pg_dummy/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(yql-sql-pg_dummy) -target_compile_options(yql-sql-pg_dummy PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-sql-pg_dummy PUBLIC - contrib-libs-cxxsupp - yutil - parser-pg_wrapper-interface - library-yql-minikql -) -target_sources(yql-sql-pg_dummy PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/pg_dummy/pg_sql_dummy.cpp -) diff --git a/contrib/ydb/library/yql/sql/settings/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/sql/settings/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 8f97dd9fc44..00000000000 --- a/contrib/ydb/library/yql/sql/settings/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(yql-sql-settings) -target_link_libraries(yql-sql-settings PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-split - library-cpp-json - yql-core-issue - core-issue-protos - library-yql-utils -) -target_sources(yql-sql-settings PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/settings/partitioning.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/settings/translation_settings.cpp -) diff --git a/contrib/ydb/library/yql/sql/settings/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/sql/settings/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 2d86be95cd3..00000000000 --- a/contrib/ydb/library/yql/sql/settings/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(yql-sql-settings) -target_link_libraries(yql-sql-settings PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-deprecated-split - library-cpp-json - yql-core-issue - core-issue-protos - library-yql-utils -) -target_sources(yql-sql-settings PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/settings/partitioning.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/settings/translation_settings.cpp -) diff --git a/contrib/ydb/library/yql/sql/settings/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/sql/settings/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 2d86be95cd3..00000000000 --- a/contrib/ydb/library/yql/sql/settings/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(yql-sql-settings) -target_link_libraries(yql-sql-settings PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-deprecated-split - library-cpp-json - yql-core-issue - core-issue-protos - library-yql-utils -) -target_sources(yql-sql-settings PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/settings/partitioning.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/settings/translation_settings.cpp -) diff --git a/contrib/ydb/library/yql/sql/settings/CMakeLists.txt b/contrib/ydb/library/yql/sql/settings/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/sql/settings/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/sql/settings/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/sql/settings/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 8f97dd9fc44..00000000000 --- a/contrib/ydb/library/yql/sql/settings/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(yql-sql-settings) -target_link_libraries(yql-sql-settings PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-split - library-cpp-json - yql-core-issue - core-issue-protos - library-yql-utils -) -target_sources(yql-sql-settings PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/settings/partitioning.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/settings/translation_settings.cpp -) diff --git a/contrib/ydb/library/yql/sql/v0/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/sql/v0/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2246cdf9adb..00000000000 --- a/contrib/ydb/library/yql/sql/v0/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,53 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(lexer) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(yql-sql-v0) -target_compile_options(yql-sql-v0 PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-sql-v0 PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-charset - library-cpp-enumbitset - library-yql-minikql - yql-public-udf - yql-sql-settings - library-yql-core - yql-core-issue - core-issue-protos - yql-parser-proto_ast - parser-proto_ast-collect_issues - proto_ast-gen-v0 - tools-enum_parser-enum_serialization_runtime -) -target_sources(yql-sql-v0 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v0/aggregation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v0/builtin.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v0/context.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v0/join.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v0/insert.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v0/list_builtin.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v0/node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v0/select.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v0/sql.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v0/query.cpp -) -generate_enum_serilization(yql-sql-v0 - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v0/node.h - INCLUDE_HEADERS - contrib/ydb/library/yql/sql/v0/node.h -) diff --git a/contrib/ydb/library/yql/sql/v0/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/sql/v0/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 7cb40271cd0..00000000000 --- a/contrib/ydb/library/yql/sql/v0/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,54 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(lexer) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(yql-sql-v0) -target_compile_options(yql-sql-v0 PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-sql-v0 PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-charset - library-cpp-enumbitset - library-yql-minikql - yql-public-udf - yql-sql-settings - library-yql-core - yql-core-issue - core-issue-protos - yql-parser-proto_ast - parser-proto_ast-collect_issues - proto_ast-gen-v0 - tools-enum_parser-enum_serialization_runtime -) -target_sources(yql-sql-v0 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v0/aggregation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v0/builtin.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v0/context.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v0/join.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v0/insert.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v0/list_builtin.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v0/node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v0/select.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v0/sql.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v0/query.cpp -) -generate_enum_serilization(yql-sql-v0 - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v0/node.h - INCLUDE_HEADERS - contrib/ydb/library/yql/sql/v0/node.h -) diff --git a/contrib/ydb/library/yql/sql/v0/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/sql/v0/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 7cb40271cd0..00000000000 --- a/contrib/ydb/library/yql/sql/v0/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,54 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(lexer) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(yql-sql-v0) -target_compile_options(yql-sql-v0 PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-sql-v0 PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-charset - library-cpp-enumbitset - library-yql-minikql - yql-public-udf - yql-sql-settings - library-yql-core - yql-core-issue - core-issue-protos - yql-parser-proto_ast - parser-proto_ast-collect_issues - proto_ast-gen-v0 - tools-enum_parser-enum_serialization_runtime -) -target_sources(yql-sql-v0 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v0/aggregation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v0/builtin.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v0/context.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v0/join.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v0/insert.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v0/list_builtin.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v0/node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v0/select.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v0/sql.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v0/query.cpp -) -generate_enum_serilization(yql-sql-v0 - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v0/node.h - INCLUDE_HEADERS - contrib/ydb/library/yql/sql/v0/node.h -) diff --git a/contrib/ydb/library/yql/sql/v0/CMakeLists.txt b/contrib/ydb/library/yql/sql/v0/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/sql/v0/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/sql/v0/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/sql/v0/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 2246cdf9adb..00000000000 --- a/contrib/ydb/library/yql/sql/v0/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,53 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(lexer) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(yql-sql-v0) -target_compile_options(yql-sql-v0 PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-sql-v0 PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-charset - library-cpp-enumbitset - library-yql-minikql - yql-public-udf - yql-sql-settings - library-yql-core - yql-core-issue - core-issue-protos - yql-parser-proto_ast - parser-proto_ast-collect_issues - proto_ast-gen-v0 - tools-enum_parser-enum_serialization_runtime -) -target_sources(yql-sql-v0 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v0/aggregation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v0/builtin.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v0/context.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v0/join.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v0/insert.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v0/list_builtin.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v0/node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v0/select.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v0/sql.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v0/query.cpp -) -generate_enum_serilization(yql-sql-v0 - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v0/node.h - INCLUDE_HEADERS - contrib/ydb/library/yql/sql/v0/node.h -) diff --git a/contrib/ydb/library/yql/sql/v0/lexer/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/sql/v0/lexer/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 3093ed45eb2..00000000000 --- a/contrib/ydb/library/yql/sql/v0/lexer/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(sql-v0-lexer) -target_link_libraries(sql-v0-lexer PUBLIC - contrib-libs-cxxsupp - yutil - core-issue-protos - yql-parser-proto_ast - proto_ast-gen-v0 -) -target_sources(sql-v0-lexer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v0/lexer/lexer.cpp -) diff --git a/contrib/ydb/library/yql/sql/v0/lexer/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/sql/v0/lexer/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 18a90a8cf94..00000000000 --- a/contrib/ydb/library/yql/sql/v0/lexer/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(sql-v0-lexer) -target_link_libraries(sql-v0-lexer PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-issue-protos - yql-parser-proto_ast - proto_ast-gen-v0 -) -target_sources(sql-v0-lexer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v0/lexer/lexer.cpp -) diff --git a/contrib/ydb/library/yql/sql/v0/lexer/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/sql/v0/lexer/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 18a90a8cf94..00000000000 --- a/contrib/ydb/library/yql/sql/v0/lexer/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(sql-v0-lexer) -target_link_libraries(sql-v0-lexer PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-issue-protos - yql-parser-proto_ast - proto_ast-gen-v0 -) -target_sources(sql-v0-lexer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v0/lexer/lexer.cpp -) diff --git a/contrib/ydb/library/yql/sql/v0/lexer/CMakeLists.txt b/contrib/ydb/library/yql/sql/v0/lexer/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/sql/v0/lexer/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/sql/v0/lexer/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/sql/v0/lexer/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 3093ed45eb2..00000000000 --- a/contrib/ydb/library/yql/sql/v0/lexer/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(sql-v0-lexer) -target_link_libraries(sql-v0-lexer PUBLIC - contrib-libs-cxxsupp - yutil - core-issue-protos - yql-parser-proto_ast - proto_ast-gen-v0 -) -target_sources(sql-v0-lexer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v0/lexer/lexer.cpp -) diff --git a/contrib/ydb/library/yql/sql/v1/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/sql/v1/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index e5804a5e4cf..00000000000 --- a/contrib/ydb/library/yql/sql/v1/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,98 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(format) -add_subdirectory(lexer) -add_subdirectory(proto_parser) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(yql-sql-v1) -target_compile_options(yql-sql-v1 PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-sql-v1 PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-charset - library-cpp-enumbitset - cpp-yson-node - library-cpp-json - library-yql-minikql - yql-public-udf - yql-sql-settings - library-yql-core - yql-core-issue - core-issue-protos - yql-core-sql_types - yql-parser-lexer_common - yql-parser-proto_ast - parser-proto_ast-collect_issues - proto_ast-gen-v1 - proto_ast-gen-v1_ansi - proto_ast-gen-v1_proto - yql-parser-pg_catalog - sql-v1-lexer - sql-v1-proto_parser - tools-enum_parser-enum_serialization_runtime -) -target_sources(yql-sql-v1 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/aggregation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/builtin.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/context.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/join.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/insert.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/list_builtin.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/match_recognize.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/select.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/source.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/sql.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/sql_call_expr.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/sql_expression.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/sql_group_by.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/sql_match_recognize.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/sql_into_tables.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/sql_query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/sql_select.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/sql_translation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/sql_values.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/object_processing.cpp -) -generate_enum_serilization(yql-sql-v1 - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/match_recognize.h - INCLUDE_HEADERS - contrib/ydb/library/yql/sql/v1/match_recognize.h -) -generate_enum_serilization(yql-sql-v1 - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/node.h - INCLUDE_HEADERS - contrib/ydb/library/yql/sql/v1/node.h -) -generate_enum_serilization(yql-sql-v1 - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/sql_call_param.h - INCLUDE_HEADERS - contrib/ydb/library/yql/sql/v1/sql_call_param.h -) diff --git a/contrib/ydb/library/yql/sql/v1/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/sql/v1/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 8f5b3f15aab..00000000000 --- a/contrib/ydb/library/yql/sql/v1/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,99 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(format) -add_subdirectory(lexer) -add_subdirectory(proto_parser) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(yql-sql-v1) -target_compile_options(yql-sql-v1 PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-sql-v1 PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-charset - library-cpp-enumbitset - cpp-yson-node - library-cpp-json - library-yql-minikql - yql-public-udf - yql-sql-settings - library-yql-core - yql-core-issue - core-issue-protos - yql-core-sql_types - yql-parser-lexer_common - yql-parser-proto_ast - parser-proto_ast-collect_issues - proto_ast-gen-v1 - proto_ast-gen-v1_ansi - proto_ast-gen-v1_proto - yql-parser-pg_catalog - sql-v1-lexer - sql-v1-proto_parser - tools-enum_parser-enum_serialization_runtime -) -target_sources(yql-sql-v1 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/aggregation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/builtin.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/context.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/join.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/insert.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/list_builtin.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/match_recognize.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/select.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/source.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/sql.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/sql_call_expr.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/sql_expression.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/sql_group_by.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/sql_match_recognize.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/sql_into_tables.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/sql_query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/sql_select.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/sql_translation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/sql_values.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/object_processing.cpp -) -generate_enum_serilization(yql-sql-v1 - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/match_recognize.h - INCLUDE_HEADERS - contrib/ydb/library/yql/sql/v1/match_recognize.h -) -generate_enum_serilization(yql-sql-v1 - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/node.h - INCLUDE_HEADERS - contrib/ydb/library/yql/sql/v1/node.h -) -generate_enum_serilization(yql-sql-v1 - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/sql_call_param.h - INCLUDE_HEADERS - contrib/ydb/library/yql/sql/v1/sql_call_param.h -) diff --git a/contrib/ydb/library/yql/sql/v1/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/sql/v1/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 8f5b3f15aab..00000000000 --- a/contrib/ydb/library/yql/sql/v1/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,99 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(format) -add_subdirectory(lexer) -add_subdirectory(proto_parser) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(yql-sql-v1) -target_compile_options(yql-sql-v1 PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-sql-v1 PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-charset - library-cpp-enumbitset - cpp-yson-node - library-cpp-json - library-yql-minikql - yql-public-udf - yql-sql-settings - library-yql-core - yql-core-issue - core-issue-protos - yql-core-sql_types - yql-parser-lexer_common - yql-parser-proto_ast - parser-proto_ast-collect_issues - proto_ast-gen-v1 - proto_ast-gen-v1_ansi - proto_ast-gen-v1_proto - yql-parser-pg_catalog - sql-v1-lexer - sql-v1-proto_parser - tools-enum_parser-enum_serialization_runtime -) -target_sources(yql-sql-v1 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/aggregation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/builtin.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/context.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/join.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/insert.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/list_builtin.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/match_recognize.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/select.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/source.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/sql.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/sql_call_expr.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/sql_expression.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/sql_group_by.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/sql_match_recognize.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/sql_into_tables.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/sql_query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/sql_select.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/sql_translation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/sql_values.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/object_processing.cpp -) -generate_enum_serilization(yql-sql-v1 - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/match_recognize.h - INCLUDE_HEADERS - contrib/ydb/library/yql/sql/v1/match_recognize.h -) -generate_enum_serilization(yql-sql-v1 - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/node.h - INCLUDE_HEADERS - contrib/ydb/library/yql/sql/v1/node.h -) -generate_enum_serilization(yql-sql-v1 - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/sql_call_param.h - INCLUDE_HEADERS - contrib/ydb/library/yql/sql/v1/sql_call_param.h -) diff --git a/contrib/ydb/library/yql/sql/v1/CMakeLists.txt b/contrib/ydb/library/yql/sql/v1/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/sql/v1/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/sql/v1/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/sql/v1/CMakeLists.windows-x86_64.txt deleted file mode 100644 index e5804a5e4cf..00000000000 --- a/contrib/ydb/library/yql/sql/v1/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,98 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(format) -add_subdirectory(lexer) -add_subdirectory(proto_parser) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(yql-sql-v1) -target_compile_options(yql-sql-v1 PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(yql-sql-v1 PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-charset - library-cpp-enumbitset - cpp-yson-node - library-cpp-json - library-yql-minikql - yql-public-udf - yql-sql-settings - library-yql-core - yql-core-issue - core-issue-protos - yql-core-sql_types - yql-parser-lexer_common - yql-parser-proto_ast - parser-proto_ast-collect_issues - proto_ast-gen-v1 - proto_ast-gen-v1_ansi - proto_ast-gen-v1_proto - yql-parser-pg_catalog - sql-v1-lexer - sql-v1-proto_parser - tools-enum_parser-enum_serialization_runtime -) -target_sources(yql-sql-v1 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/aggregation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/builtin.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/context.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/join.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/insert.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/list_builtin.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/match_recognize.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/select.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/source.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/sql.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/sql_call_expr.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/sql_expression.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/sql_group_by.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/sql_match_recognize.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/sql_into_tables.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/sql_query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/sql_select.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/sql_translation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/sql_values.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/object_processing.cpp -) -generate_enum_serilization(yql-sql-v1 - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/match_recognize.h - INCLUDE_HEADERS - contrib/ydb/library/yql/sql/v1/match_recognize.h -) -generate_enum_serilization(yql-sql-v1 - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/node.h - INCLUDE_HEADERS - contrib/ydb/library/yql/sql/v1/node.h -) -generate_enum_serilization(yql-sql-v1 - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/sql_call_param.h - INCLUDE_HEADERS - contrib/ydb/library/yql/sql/v1/sql_call_param.h -) diff --git a/contrib/ydb/library/yql/sql/v1/format/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/sql/v1/format/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2382be1f0f4..00000000000 --- a/contrib/ydb/library/yql/sql/v1/format/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,53 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(sql-v1-format) -target_link_libraries(sql-v1-format PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-resource - yql-parser-lexer_common - yql-sql-settings - sql-v1-lexer - sql-v1-proto_parser - yql-core-sql_types - cpp-protobuf-util -) -target_sources(sql-v1-format PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/format/sql_format.cpp -) - -add_global_library_for(sql-v1-format.global sql-v1-format) -target_link_libraries(sql-v1-format.global PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-resource - yql-parser-lexer_common - yql-sql-settings - sql-v1-lexer - sql-v1-proto_parser - yql-core-sql_types - cpp-protobuf-util -) -target_sources(sql-v1-format.global PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/sql/v1/format/8b41f60c03c12372ee6c489297948988.cpp -) -resources(sql-v1-format.global - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/sql/v1/format/8b41f60c03c12372ee6c489297948988.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/SQLv1.g.in - KEYS - SQLv1.g.in -) diff --git a/contrib/ydb/library/yql/sql/v1/format/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/sql/v1/format/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 060611d8e7a..00000000000 --- a/contrib/ydb/library/yql/sql/v1/format/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(sql-v1-format) -target_link_libraries(sql-v1-format PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-resource - yql-parser-lexer_common - yql-sql-settings - sql-v1-lexer - sql-v1-proto_parser - yql-core-sql_types - cpp-protobuf-util -) -target_sources(sql-v1-format PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/format/sql_format.cpp -) - -add_global_library_for(sql-v1-format.global sql-v1-format) -target_link_libraries(sql-v1-format.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-resource - yql-parser-lexer_common - yql-sql-settings - sql-v1-lexer - sql-v1-proto_parser - yql-core-sql_types - cpp-protobuf-util -) -target_sources(sql-v1-format.global PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/sql/v1/format/8b41f60c03c12372ee6c489297948988.cpp -) -resources(sql-v1-format.global - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/sql/v1/format/8b41f60c03c12372ee6c489297948988.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/SQLv1.g.in - KEYS - SQLv1.g.in -) diff --git a/contrib/ydb/library/yql/sql/v1/format/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/sql/v1/format/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 060611d8e7a..00000000000 --- a/contrib/ydb/library/yql/sql/v1/format/CMakeLists.linux-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. - - -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(sql-v1-format) -target_link_libraries(sql-v1-format PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-resource - yql-parser-lexer_common - yql-sql-settings - sql-v1-lexer - sql-v1-proto_parser - yql-core-sql_types - cpp-protobuf-util -) -target_sources(sql-v1-format PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/format/sql_format.cpp -) - -add_global_library_for(sql-v1-format.global sql-v1-format) -target_link_libraries(sql-v1-format.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-resource - yql-parser-lexer_common - yql-sql-settings - sql-v1-lexer - sql-v1-proto_parser - yql-core-sql_types - cpp-protobuf-util -) -target_sources(sql-v1-format.global PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/sql/v1/format/8b41f60c03c12372ee6c489297948988.cpp -) -resources(sql-v1-format.global - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/sql/v1/format/8b41f60c03c12372ee6c489297948988.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/SQLv1.g.in - KEYS - SQLv1.g.in -) diff --git a/contrib/ydb/library/yql/sql/v1/format/CMakeLists.txt b/contrib/ydb/library/yql/sql/v1/format/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/sql/v1/format/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/sql/v1/format/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/sql/v1/format/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 2382be1f0f4..00000000000 --- a/contrib/ydb/library/yql/sql/v1/format/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,53 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(sql-v1-format) -target_link_libraries(sql-v1-format PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-resource - yql-parser-lexer_common - yql-sql-settings - sql-v1-lexer - sql-v1-proto_parser - yql-core-sql_types - cpp-protobuf-util -) -target_sources(sql-v1-format PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/format/sql_format.cpp -) - -add_global_library_for(sql-v1-format.global sql-v1-format) -target_link_libraries(sql-v1-format.global PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-resource - yql-parser-lexer_common - yql-sql-settings - sql-v1-lexer - sql-v1-proto_parser - yql-core-sql_types - cpp-protobuf-util -) -target_sources(sql-v1-format.global PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/sql/v1/format/8b41f60c03c12372ee6c489297948988.cpp -) -resources(sql-v1-format.global - ${CMAKE_BINARY_DIR}/contrib/ydb/library/yql/sql/v1/format/8b41f60c03c12372ee6c489297948988.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/SQLv1.g.in - KEYS - SQLv1.g.in -) diff --git a/contrib/ydb/library/yql/sql/v1/lexer/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/sql/v1/lexer/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index fff839d7327..00000000000 --- a/contrib/ydb/library/yql/sql/v1/lexer/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(sql-v1-lexer) -target_link_libraries(sql-v1-lexer PUBLIC - contrib-libs-cxxsupp - yutil - core-issue-protos - yql-parser-proto_ast - proto_ast-gen-v1 - proto_ast-gen-v1_ansi - proto_ast-gen-v1_proto -) -target_sources(sql-v1-lexer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/lexer/lexer.cpp -) diff --git a/contrib/ydb/library/yql/sql/v1/lexer/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/sql/v1/lexer/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 7e3a6e9ee3a..00000000000 --- a/contrib/ydb/library/yql/sql/v1/lexer/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(sql-v1-lexer) -target_link_libraries(sql-v1-lexer PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-issue-protos - yql-parser-proto_ast - proto_ast-gen-v1 - proto_ast-gen-v1_ansi - proto_ast-gen-v1_proto -) -target_sources(sql-v1-lexer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/lexer/lexer.cpp -) diff --git a/contrib/ydb/library/yql/sql/v1/lexer/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/sql/v1/lexer/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 7e3a6e9ee3a..00000000000 --- a/contrib/ydb/library/yql/sql/v1/lexer/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(sql-v1-lexer) -target_link_libraries(sql-v1-lexer PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - core-issue-protos - yql-parser-proto_ast - proto_ast-gen-v1 - proto_ast-gen-v1_ansi - proto_ast-gen-v1_proto -) -target_sources(sql-v1-lexer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/lexer/lexer.cpp -) diff --git a/contrib/ydb/library/yql/sql/v1/lexer/CMakeLists.txt b/contrib/ydb/library/yql/sql/v1/lexer/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/sql/v1/lexer/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/sql/v1/lexer/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/sql/v1/lexer/CMakeLists.windows-x86_64.txt deleted file mode 100644 index fff839d7327..00000000000 --- a/contrib/ydb/library/yql/sql/v1/lexer/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(sql-v1-lexer) -target_link_libraries(sql-v1-lexer PUBLIC - contrib-libs-cxxsupp - yutil - core-issue-protos - yql-parser-proto_ast - proto_ast-gen-v1 - proto_ast-gen-v1_ansi - proto_ast-gen-v1_proto -) -target_sources(sql-v1-lexer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/lexer/lexer.cpp -) diff --git a/contrib/ydb/library/yql/sql/v1/proto_parser/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/sql/v1/proto_parser/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index da8ed4981eb..00000000000 --- a/contrib/ydb/library/yql/sql/v1/proto_parser/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(sql-v1-proto_parser) -target_link_libraries(sql-v1-proto_parser PUBLIC - contrib-libs-cxxsupp - yutil - library-yql-utils - yql-parser-proto_ast - parser-proto_ast-collect_issues - proto_ast-gen-v1 - proto_ast-gen-v1_ansi - proto_ast-gen-v1_proto -) -target_sources(sql-v1-proto_parser PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/proto_parser/proto_parser.cpp -) diff --git a/contrib/ydb/library/yql/sql/v1/proto_parser/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/sql/v1/proto_parser/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a8f6851679f..00000000000 --- a/contrib/ydb/library/yql/sql/v1/proto_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(sql-v1-proto_parser) -target_link_libraries(sql-v1-proto_parser PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-yql-utils - yql-parser-proto_ast - parser-proto_ast-collect_issues - proto_ast-gen-v1 - proto_ast-gen-v1_ansi - proto_ast-gen-v1_proto -) -target_sources(sql-v1-proto_parser PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/proto_parser/proto_parser.cpp -) diff --git a/contrib/ydb/library/yql/sql/v1/proto_parser/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/sql/v1/proto_parser/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a8f6851679f..00000000000 --- a/contrib/ydb/library/yql/sql/v1/proto_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(sql-v1-proto_parser) -target_link_libraries(sql-v1-proto_parser PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-yql-utils - yql-parser-proto_ast - parser-proto_ast-collect_issues - proto_ast-gen-v1 - proto_ast-gen-v1_ansi - proto_ast-gen-v1_proto -) -target_sources(sql-v1-proto_parser PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/proto_parser/proto_parser.cpp -) diff --git a/contrib/ydb/library/yql/sql/v1/proto_parser/CMakeLists.txt b/contrib/ydb/library/yql/sql/v1/proto_parser/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/sql/v1/proto_parser/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/sql/v1/proto_parser/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/sql/v1/proto_parser/CMakeLists.windows-x86_64.txt deleted file mode 100644 index da8ed4981eb..00000000000 --- a/contrib/ydb/library/yql/sql/v1/proto_parser/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(sql-v1-proto_parser) -target_link_libraries(sql-v1-proto_parser PUBLIC - contrib-libs-cxxsupp - yutil - library-yql-utils - yql-parser-proto_ast - parser-proto_ast-collect_issues - proto_ast-gen-v1 - proto_ast-gen-v1_ansi - proto_ast-gen-v1_proto -) -target_sources(sql-v1-proto_parser PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/sql/v1/proto_parser/proto_parser.cpp -) diff --git a/contrib/ydb/library/yql/udfs/CMakeLists.txt b/contrib/ydb/library/yql/udfs/CMakeLists.txt deleted file mode 100644 index 867161a12ce..00000000000 --- a/contrib/ydb/library/yql/udfs/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(common) diff --git a/contrib/ydb/library/yql/udfs/common/CMakeLists.txt b/contrib/ydb/library/yql/udfs/common/CMakeLists.txt deleted file mode 100644 index 740b16e2d56..00000000000 --- a/contrib/ydb/library/yql/udfs/common/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(clickhouse) diff --git a/contrib/ydb/library/yql/udfs/common/clickhouse/CMakeLists.txt b/contrib/ydb/library/yql/udfs/common/clickhouse/CMakeLists.txt deleted file mode 100644 index 7f79107ebc7..00000000000 --- a/contrib/ydb/library/yql/udfs/common/clickhouse/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(client) diff --git a/contrib/ydb/library/yql/udfs/common/clickhouse/client/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/udfs/common/clickhouse/client/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d6e2b76d001..00000000000 --- a/contrib/ydb/library/yql/udfs/common/clickhouse/client/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,457 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(clickhouse_client_udf INTERFACE) -target_compile_options(clickhouse_client_udf INTERFACE - -DOS_DARWIN -) -target_include_directories(clickhouse_client_udf INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/dragonbox -) -target_link_libraries(clickhouse_client_udf INTERFACE - contrib-libs-cxxsupp - yutil - yql-public-udf - public-udf-support - contrib-libs-cctz - restricted-boost-multi_index - restricted-boost-program_options - contrib-restricted-cityhash-1.0.2 - contrib-restricted-fast_float - contrib-libs-pdqsort - contrib-libs-lz4 - dragonbox - libs-poco-Util - libs-poco-Net - libs-poco-NetSSL_OpenSSL - contrib-libs-fmt - contrib-libs-re2 - libs-apache-arrow - libs-apache-orc - libs-apache-avro - cpp-sanitizer-include - yql-minikql-dom - library-yql-utils -) - -add_global_library_for(clickhouse_client_udf.global clickhouse_client_udf) -target_compile_options(clickhouse_client_udf.global PUBLIC - -DOS_DARWIN -) -target_compile_options(clickhouse_client_udf.global PRIVATE - -DARCADIA_BUILD - -DUSE_ARROW=0 - -DUSE_PARQUET=1 - -DUSE_SNAPPY=1 - -DUSE_ORC=0 - -DUSE_AVRO=0 - -DUSE_UNWIND=0 - -DDBMS_VERSION_MAJOR=21 - -DDBMS_VERSION_MINOR=18 - -DDBMS_VERSION_PATCH=0 - -Wno-unused-parameter - -DUSE_CURRENT_UDF_ABI_VERSION - $,,-Wno-everything> -) -target_include_directories(clickhouse_client_udf.global PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/dragonbox -) -target_include_directories(clickhouse_client_udf.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/fast_float/include - ${CMAKE_SOURCE_DIR}/contrib/libs/pdqsort - ${CMAKE_SOURCE_DIR}/contrib/libs/lz4 - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/src - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/include - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base/pcg-random - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src -) -target_link_libraries(clickhouse_client_udf.global PUBLIC - contrib-libs-cxxsupp - yutil - yql-public-udf - public-udf-support - contrib-libs-cctz - restricted-boost-multi_index - restricted-boost-program_options - contrib-restricted-cityhash-1.0.2 - contrib-restricted-fast_float - contrib-libs-pdqsort - contrib-libs-lz4 - dragonbox - libs-poco-Util - libs-poco-Net - libs-poco-NetSSL_OpenSSL - contrib-libs-fmt - contrib-libs-re2 - libs-apache-arrow - libs-apache-orc - libs-apache-avro - cpp-sanitizer-include - yql-minikql-dom - library-yql-utils -) -target_sources(clickhouse_client_udf.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/clickhouse_client_udf.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base/common/DateLUT.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base/common/DateLUTImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base/common/demangle.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base/common/errnoToString.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base/common/getFQDNOrHostName.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base/common/getPageSize.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base/common/getThreadId.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base/common/JSON.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base/common/mremap.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base/common/shift10.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base/common/sleep.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base/common/StringRef.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base/common/getResource.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base/common/preciseExp10.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/AlignedBuffer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/Allocator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/checkStackSize.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/createHardLink.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/CurrentMetrics.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/Epoll.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/escapeForFileName.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/formatIPv6.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/formatReadable.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/getMultipleKeysFromConfig.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/getNumberOfPhysicalCPUCores.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/hasLinuxCapability.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/hex.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/isLocalAddress.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/IntervalKind.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/parseAddress.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/ClickHouseRevision.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/CurrentMemoryTracker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/CurrentThread.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/DNSResolver.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/Exception.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/ErrorCodes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/FieldVisitorDump.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/FieldVisitorToString.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/FieldVisitorWriteBinary.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/IPv6ToBinary.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/MemoryTracker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/OpenSSLHelpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/PipeFDs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/PODArray.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/ProcfsMetricsProvider.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/ProfileEvents.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/quoteString.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/randomSeed.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/RemoteHostFilter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/setThreadName.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/TaskStatsInfoGetter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/ThreadPool.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/ThreadProfileEvents.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/ThreadStatus.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/Throttler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/TimerDescriptor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/thread_local_rng.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/ZooKeeper/IKeeper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/Config/AbstractConfigurationComparison.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Core/BaseSettings.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Core/Block.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Core/BlockInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Core/Field.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Core/ColumnWithTypeAndName.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Core/NamesAndTypes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Core/Settings.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Core/SettingsEnums.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Core/SettingsFields.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Formats/FormatFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Formats/JSONEachRowUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Formats/NativeFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Formats/ProtobufReader.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Formats/ProtobufWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Formats/registerFormats.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Formats/verbosePrintString.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/AggregateFunctions/AggregateFunctionFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/AggregateFunctions/AggregateFunctionCombinatorFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/AggregateFunctions/IAggregateFunction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Columns/ColumnAggregateFunction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Columns/ColumnArray.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Columns/ColumnCompressed.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Columns/ColumnConst.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Columns/ColumnFunction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Columns/ColumnNullable.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Columns/ColumnsCommon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Columns/ColumnString.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Columns/ColumnTuple.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Columns/ColumnVector.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Columns/ColumnDecimal.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Columns/ColumnFixedString.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Columns/ColumnLowCardinality.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Columns/ColumnMap.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Columns/FilterDescription.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Columns/IColumn.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Columns/MaskOperations.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/AsynchronousReadBufferFromFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/AsynchronousReadBufferFromFileDescriptor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/CompressionMethod.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/copyData.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/createReadBufferFromFileBase.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/DoubleConverter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/MMappedFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/MMappedFileDescriptor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/MMapReadBufferFromFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/MMapReadBufferFromFileDescriptor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/MMapReadBufferFromFileWithCache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/OpenedFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/parseDateTimeBestEffort.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/PeekableReadBuffer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/Progress.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/ReadBufferFromFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/ReadBufferFromFileBase.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/ReadBufferFromFileDescriptor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/ReadBufferFromMemory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/ReadBufferFromPocoSocket.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/readFloatText.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/ReadHelpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/ReadSettings.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/SynchronousReader.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/TimeoutSetter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/ThreadPoolReader.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/UseSSL.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/WriteHelpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/WriteBufferFromFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/WriteBufferFromFileBase.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/WriteBufferFromFileDescriptor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/WriteBufferFromFileDescriptorDiscardOnFailure.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/WriteBufferFromPocoSocket.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/WriteBufferValidUTF8.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Compression/CompressionCodecLZ4.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Compression/CompressionCodecMultiple.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Compression/CompressionCodecNone.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Compression/CompressionFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Compression/CompressedReadBuffer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Compression/CompressedReadBufferBase.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Compression/CompressedReadBufferFromFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Compression/CompressedWriteBuffer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Compression/ICompressionCodec.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Compression/LZ4_decompress_faster.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataStreams/BlockStreamProfileInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataStreams/ColumnGathererStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataStreams/ExecutionSpeedLimits.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataStreams/IBlockInputStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataStreams/materializeBlock.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataStreams/NativeBlockInputStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataStreams/NativeBlockOutputStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataStreams/SizeLimits.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeArray.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeDate.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeDateTime.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeEnum.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeFunction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeNested.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeNothing.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeNullable.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeNumberBase.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypesNumber.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeString.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeTuple.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeUUID.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypesDecimal.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeDecimalBase.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeLowCardinality.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeMap.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeInterval.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeDate32.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeFixedString.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeDateTime64.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeAggregateFunction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeCustomGeo.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeCustomIPv4AndIPv6.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeCustomSimpleAggregateFunction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeLowCardinalityHelpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/EnumValues.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/IDataType.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/getLeastSupertype.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/NestedUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/registerDataTypeDateTime.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/ISerialization.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/SerializationArray.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/SerializationDate.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/SerializationDateTime.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/SerializationEnum.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/SerializationNothing.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/SerializationNullable.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/SerializationNumber.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/SerializationString.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/SerializationTuple.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/SerializationTupleElement.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/SerializationUUID.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/SerializationWrapper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/SerializationDecimal.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/SerializationDecimalBase.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/SerializationMap.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/SerializationLowCardinality.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/SerializationDate32.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/SerializationFixedString.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/SerializationDateTime64.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/SerializationIP.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/SerializationAggregateFunction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/SerializationCustomSimpleText.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTAlterQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTAsterisk.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTBackupQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTColumnDeclaration.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTColumnsMatcher.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTColumnsTransformers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTConstraintDeclaration.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTCreateQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTDatabaseOrNone.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTDictionary.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTDictionaryAttributeDeclaration.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTDropQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTExpressionList.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTFunction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTFunctionWithKeyValueArguments.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTIdentifier.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTIndexDeclaration.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTKillQueryQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTLiteral.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTNameTypePair.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTOptimizeQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTOrderByElement.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTPartition.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTProjectionDeclaration.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTProjectionSelectQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTQualifiedAsterisk.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTQueryWithOnCluster.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTQueryWithOutput.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTQueryWithTableAndOutput.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTRolesOrUsersSet.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTSelectQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTSelectWithUnionQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTSetQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTSetRoleQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTSettingsProfileElement.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTShowGrantsQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTShowTablesQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTSubquery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTTablesInSelectQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTTTLElement.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTWindowDefinition.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTWithAlias.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTQueryParameter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTInsertQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTWithElement.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTSampleRatio.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTSystemQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTUserNameWithHost.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/CommonParsers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ExpressionElementParsers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ExpressionListParsers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/formatAST.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/formatSettingName.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/IAST.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/InsertQuerySettingsPushDownVisitor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/IParserBase.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/Lexer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/parseDatabaseAndTableName.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/parseIdentifierOrStringLiteral.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/parseIntervalKind.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/parseQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/parseUserName.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserAlterQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserBackupQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserCase.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserCheckQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserCreateQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserDatabaseOrNone.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserDataType.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserDescribeTableQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserDictionary.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserDictionaryAttributeDeclaration.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserDropQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserExplainQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserExternalDDLQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserInsertQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserKillQueryQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserOptimizeQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserPartition.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserProjectionSelectQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserRenameQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserRolesOrUsersSet.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserSelectWithUnionQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserSetQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserSetRoleQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserSettingsProfileElement.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserSelectQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserTablePropertiesQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserTablesInSelectQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserSampleRatio.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserShowGrantsQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserShowPrivilegesQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserShowTablesQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserSystemQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserUnionQueryElement.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserUseQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserUserNameWithHost.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserWatchQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserWithElement.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/queryToString.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/QueryWithOutputSettingsPushDownVisitor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/TokenIterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Chunk.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/ConcatProcessor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/IAccumulatingTransform.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/IProcessor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/ISimpleTransform.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/ISink.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/LimitTransform.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/ISource.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Port.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/ResizeProcessor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/IRowOutputFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/IRowInputFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/IInputFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/IOutputFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/OutputStreamToOutputFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/RowInputFormatWithDiagnosticInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Interpreters/castColumn.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Interpreters/ClientInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Interpreters/InternalTextLogsQueue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Interpreters/QueryLog.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Interpreters/QueryThreadLog.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Interpreters/ProfileEventsExt.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Interpreters/TablesStatus.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Functions/CastOverloadResolver.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Functions/FunctionHelpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Functions/FunctionsConversion.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Functions/IFunction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Functions/FunctionFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Functions/extractTimeZoneFromFunctionArguments.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Functions/toFixedString.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Executors/PollingQueue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/Impl/ArrowBlockInputFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/Impl/ArrowBufferedStreams.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/Impl/ArrowColumnToCHColumn.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/Impl/AvroRowInputFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/Impl/CHColumnToArrowColumn.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/Impl/CSVRowInputFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/Impl/CSVRowOutputFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/Impl/JSONAsStringRowInputFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/Impl/JSONEachRowRowInputFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/Impl/JSONEachRowRowOutputFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/Impl/ORCBlockInputFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/Impl/ParquetBlockInputFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/Impl/ParquetBlockOutputFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/Impl/RawBLOBRowInputFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/Impl/TabSeparatedRowInputFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/Impl/TabSeparatedRowOutputFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/Impl/TSKVRowInputFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/Impl/TSKVRowOutputFormat.cpp -) diff --git a/contrib/ydb/library/yql/udfs/common/clickhouse/client/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/udfs/common/clickhouse/client/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d893477358c..00000000000 --- a/contrib/ydb/library/yql/udfs/common/clickhouse/client/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,459 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(clickhouse_client_udf INTERFACE) -target_compile_options(clickhouse_client_udf INTERFACE - -DOS_LINUX -) -target_include_directories(clickhouse_client_udf INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/dragonbox -) -target_link_libraries(clickhouse_client_udf INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - yql-public-udf - public-udf-support - contrib-libs-cctz - restricted-boost-multi_index - restricted-boost-program_options - contrib-restricted-cityhash-1.0.2 - contrib-restricted-fast_float - contrib-libs-pdqsort - contrib-libs-lz4 - dragonbox - libs-poco-Util - libs-poco-Net - libs-poco-NetSSL_OpenSSL - contrib-libs-fmt - contrib-libs-re2 - libs-apache-arrow - libs-apache-orc - libs-apache-avro - cpp-sanitizer-include - yql-minikql-dom - library-yql-utils -) - -add_global_library_for(clickhouse_client_udf.global clickhouse_client_udf) -target_compile_options(clickhouse_client_udf.global PUBLIC - -DOS_LINUX -) -target_compile_options(clickhouse_client_udf.global PRIVATE - -DARCADIA_BUILD - -DUSE_ARROW=0 - -DUSE_PARQUET=1 - -DUSE_SNAPPY=1 - -DUSE_ORC=0 - -DUSE_AVRO=0 - -DUSE_UNWIND=0 - -DDBMS_VERSION_MAJOR=21 - -DDBMS_VERSION_MINOR=18 - -DDBMS_VERSION_PATCH=0 - -Wno-unused-parameter - -DUSE_CURRENT_UDF_ABI_VERSION - $,,-Wno-everything> -) -target_include_directories(clickhouse_client_udf.global PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/dragonbox -) -target_include_directories(clickhouse_client_udf.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/fast_float/include - ${CMAKE_SOURCE_DIR}/contrib/libs/pdqsort - ${CMAKE_SOURCE_DIR}/contrib/libs/lz4 - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/src - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/include - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base/pcg-random - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src -) -target_link_libraries(clickhouse_client_udf.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - yql-public-udf - public-udf-support - contrib-libs-cctz - restricted-boost-multi_index - restricted-boost-program_options - contrib-restricted-cityhash-1.0.2 - contrib-restricted-fast_float - contrib-libs-pdqsort - contrib-libs-lz4 - dragonbox - libs-poco-Util - libs-poco-Net - libs-poco-NetSSL_OpenSSL - contrib-libs-fmt - contrib-libs-re2 - libs-apache-arrow - libs-apache-orc - libs-apache-avro - cpp-sanitizer-include - yql-minikql-dom - library-yql-utils -) -target_sources(clickhouse_client_udf.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/clickhouse_client_udf.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base/common/DateLUT.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base/common/DateLUTImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base/common/demangle.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base/common/errnoToString.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base/common/getFQDNOrHostName.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base/common/getPageSize.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base/common/getThreadId.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base/common/JSON.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base/common/mremap.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base/common/shift10.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base/common/sleep.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base/common/StringRef.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base/common/getResource.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base/common/preciseExp10.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/AlignedBuffer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/Allocator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/checkStackSize.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/createHardLink.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/CurrentMetrics.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/Epoll.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/escapeForFileName.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/formatIPv6.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/formatReadable.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/getMultipleKeysFromConfig.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/getNumberOfPhysicalCPUCores.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/hasLinuxCapability.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/hex.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/isLocalAddress.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/IntervalKind.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/parseAddress.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/ClickHouseRevision.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/CurrentMemoryTracker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/CurrentThread.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/DNSResolver.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/Exception.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/ErrorCodes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/FieldVisitorDump.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/FieldVisitorToString.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/FieldVisitorWriteBinary.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/IPv6ToBinary.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/MemoryTracker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/OpenSSLHelpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/PipeFDs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/PODArray.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/ProcfsMetricsProvider.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/ProfileEvents.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/quoteString.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/randomSeed.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/RemoteHostFilter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/setThreadName.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/TaskStatsInfoGetter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/ThreadPool.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/ThreadProfileEvents.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/ThreadStatus.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/Throttler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/TimerDescriptor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/thread_local_rng.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/ZooKeeper/IKeeper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/Config/AbstractConfigurationComparison.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Core/BaseSettings.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Core/Block.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Core/BlockInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Core/Field.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Core/ColumnWithTypeAndName.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Core/NamesAndTypes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Core/Settings.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Core/SettingsEnums.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Core/SettingsFields.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Formats/FormatFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Formats/JSONEachRowUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Formats/NativeFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Formats/ProtobufReader.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Formats/ProtobufWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Formats/registerFormats.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Formats/verbosePrintString.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/AggregateFunctions/AggregateFunctionFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/AggregateFunctions/AggregateFunctionCombinatorFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/AggregateFunctions/IAggregateFunction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Columns/ColumnAggregateFunction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Columns/ColumnArray.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Columns/ColumnCompressed.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Columns/ColumnConst.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Columns/ColumnFunction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Columns/ColumnNullable.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Columns/ColumnsCommon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Columns/ColumnString.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Columns/ColumnTuple.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Columns/ColumnVector.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Columns/ColumnDecimal.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Columns/ColumnFixedString.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Columns/ColumnLowCardinality.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Columns/ColumnMap.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Columns/FilterDescription.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Columns/IColumn.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Columns/MaskOperations.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/AsynchronousReadBufferFromFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/AsynchronousReadBufferFromFileDescriptor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/CompressionMethod.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/copyData.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/createReadBufferFromFileBase.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/DoubleConverter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/MMappedFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/MMappedFileDescriptor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/MMapReadBufferFromFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/MMapReadBufferFromFileDescriptor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/MMapReadBufferFromFileWithCache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/OpenedFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/parseDateTimeBestEffort.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/PeekableReadBuffer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/Progress.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/ReadBufferFromFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/ReadBufferFromFileBase.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/ReadBufferFromFileDescriptor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/ReadBufferFromMemory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/ReadBufferFromPocoSocket.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/readFloatText.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/ReadHelpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/ReadSettings.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/SynchronousReader.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/TimeoutSetter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/ThreadPoolReader.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/UseSSL.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/WriteHelpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/WriteBufferFromFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/WriteBufferFromFileBase.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/WriteBufferFromFileDescriptor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/WriteBufferFromFileDescriptorDiscardOnFailure.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/WriteBufferFromPocoSocket.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/WriteBufferValidUTF8.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Compression/CompressionCodecLZ4.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Compression/CompressionCodecMultiple.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Compression/CompressionCodecNone.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Compression/CompressionFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Compression/CompressedReadBuffer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Compression/CompressedReadBufferBase.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Compression/CompressedReadBufferFromFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Compression/CompressedWriteBuffer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Compression/ICompressionCodec.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Compression/LZ4_decompress_faster.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataStreams/BlockStreamProfileInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataStreams/ColumnGathererStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataStreams/ExecutionSpeedLimits.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataStreams/IBlockInputStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataStreams/materializeBlock.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataStreams/NativeBlockInputStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataStreams/NativeBlockOutputStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataStreams/SizeLimits.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeArray.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeDate.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeDateTime.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeEnum.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeFunction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeNested.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeNothing.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeNullable.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeNumberBase.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypesNumber.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeString.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeTuple.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeUUID.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypesDecimal.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeDecimalBase.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeLowCardinality.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeMap.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeInterval.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeDate32.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeFixedString.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeDateTime64.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeAggregateFunction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeCustomGeo.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeCustomIPv4AndIPv6.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeCustomSimpleAggregateFunction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeLowCardinalityHelpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/EnumValues.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/IDataType.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/getLeastSupertype.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/NestedUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/registerDataTypeDateTime.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/ISerialization.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/SerializationArray.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/SerializationDate.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/SerializationDateTime.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/SerializationEnum.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/SerializationNothing.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/SerializationNullable.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/SerializationNumber.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/SerializationString.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/SerializationTuple.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/SerializationTupleElement.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/SerializationUUID.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/SerializationWrapper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/SerializationDecimal.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/SerializationDecimalBase.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/SerializationMap.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/SerializationLowCardinality.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/SerializationDate32.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/SerializationFixedString.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/SerializationDateTime64.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/SerializationIP.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/SerializationAggregateFunction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/SerializationCustomSimpleText.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTAlterQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTAsterisk.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTBackupQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTColumnDeclaration.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTColumnsMatcher.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTColumnsTransformers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTConstraintDeclaration.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTCreateQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTDatabaseOrNone.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTDictionary.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTDictionaryAttributeDeclaration.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTDropQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTExpressionList.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTFunction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTFunctionWithKeyValueArguments.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTIdentifier.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTIndexDeclaration.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTKillQueryQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTLiteral.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTNameTypePair.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTOptimizeQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTOrderByElement.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTPartition.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTProjectionDeclaration.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTProjectionSelectQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTQualifiedAsterisk.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTQueryWithOnCluster.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTQueryWithOutput.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTQueryWithTableAndOutput.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTRolesOrUsersSet.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTSelectQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTSelectWithUnionQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTSetQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTSetRoleQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTSettingsProfileElement.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTShowGrantsQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTShowTablesQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTSubquery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTTablesInSelectQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTTTLElement.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTWindowDefinition.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTWithAlias.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTQueryParameter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTInsertQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTWithElement.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTSampleRatio.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTSystemQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTUserNameWithHost.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/CommonParsers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ExpressionElementParsers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ExpressionListParsers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/formatAST.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/formatSettingName.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/IAST.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/InsertQuerySettingsPushDownVisitor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/IParserBase.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/Lexer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/parseDatabaseAndTableName.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/parseIdentifierOrStringLiteral.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/parseIntervalKind.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/parseQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/parseUserName.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserAlterQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserBackupQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserCase.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserCheckQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserCreateQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserDatabaseOrNone.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserDataType.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserDescribeTableQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserDictionary.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserDictionaryAttributeDeclaration.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserDropQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserExplainQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserExternalDDLQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserInsertQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserKillQueryQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserOptimizeQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserPartition.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserProjectionSelectQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserRenameQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserRolesOrUsersSet.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserSelectWithUnionQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserSetQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserSetRoleQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserSettingsProfileElement.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserSelectQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserTablePropertiesQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserTablesInSelectQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserSampleRatio.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserShowGrantsQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserShowPrivilegesQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserShowTablesQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserSystemQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserUnionQueryElement.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserUseQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserUserNameWithHost.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserWatchQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserWithElement.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/queryToString.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/QueryWithOutputSettingsPushDownVisitor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/TokenIterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Chunk.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/ConcatProcessor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/IAccumulatingTransform.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/IProcessor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/ISimpleTransform.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/ISink.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/LimitTransform.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/ISource.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Port.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/ResizeProcessor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/IRowOutputFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/IRowInputFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/IInputFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/IOutputFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/OutputStreamToOutputFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/RowInputFormatWithDiagnosticInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Interpreters/castColumn.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Interpreters/ClientInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Interpreters/InternalTextLogsQueue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Interpreters/QueryLog.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Interpreters/QueryThreadLog.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Interpreters/ProfileEventsExt.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Interpreters/TablesStatus.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Functions/CastOverloadResolver.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Functions/FunctionHelpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Functions/FunctionsConversion.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Functions/IFunction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Functions/FunctionFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Functions/extractTimeZoneFromFunctionArguments.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Functions/toFixedString.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Executors/PollingQueue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/Impl/ArrowBlockInputFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/Impl/ArrowBufferedStreams.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/Impl/ArrowColumnToCHColumn.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/Impl/AvroRowInputFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/Impl/CHColumnToArrowColumn.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/Impl/CSVRowInputFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/Impl/CSVRowOutputFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/Impl/JSONAsStringRowInputFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/Impl/JSONEachRowRowInputFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/Impl/JSONEachRowRowOutputFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/Impl/ORCBlockInputFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/Impl/ParquetBlockInputFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/Impl/ParquetBlockOutputFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/Impl/RawBLOBRowInputFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/Impl/TabSeparatedRowInputFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/Impl/TabSeparatedRowOutputFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/Impl/TSKVRowInputFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/Impl/TSKVRowOutputFormat.cpp -) diff --git a/contrib/ydb/library/yql/udfs/common/clickhouse/client/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/udfs/common/clickhouse/client/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d893477358c..00000000000 --- a/contrib/ydb/library/yql/udfs/common/clickhouse/client/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,459 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(clickhouse_client_udf INTERFACE) -target_compile_options(clickhouse_client_udf INTERFACE - -DOS_LINUX -) -target_include_directories(clickhouse_client_udf INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/dragonbox -) -target_link_libraries(clickhouse_client_udf INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - yql-public-udf - public-udf-support - contrib-libs-cctz - restricted-boost-multi_index - restricted-boost-program_options - contrib-restricted-cityhash-1.0.2 - contrib-restricted-fast_float - contrib-libs-pdqsort - contrib-libs-lz4 - dragonbox - libs-poco-Util - libs-poco-Net - libs-poco-NetSSL_OpenSSL - contrib-libs-fmt - contrib-libs-re2 - libs-apache-arrow - libs-apache-orc - libs-apache-avro - cpp-sanitizer-include - yql-minikql-dom - library-yql-utils -) - -add_global_library_for(clickhouse_client_udf.global clickhouse_client_udf) -target_compile_options(clickhouse_client_udf.global PUBLIC - -DOS_LINUX -) -target_compile_options(clickhouse_client_udf.global PRIVATE - -DARCADIA_BUILD - -DUSE_ARROW=0 - -DUSE_PARQUET=1 - -DUSE_SNAPPY=1 - -DUSE_ORC=0 - -DUSE_AVRO=0 - -DUSE_UNWIND=0 - -DDBMS_VERSION_MAJOR=21 - -DDBMS_VERSION_MINOR=18 - -DDBMS_VERSION_PATCH=0 - -Wno-unused-parameter - -DUSE_CURRENT_UDF_ABI_VERSION - $,,-Wno-everything> -) -target_include_directories(clickhouse_client_udf.global PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/dragonbox -) -target_include_directories(clickhouse_client_udf.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/fast_float/include - ${CMAKE_SOURCE_DIR}/contrib/libs/pdqsort - ${CMAKE_SOURCE_DIR}/contrib/libs/lz4 - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/arrow/src - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro - ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/include - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base/pcg-random - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src -) -target_link_libraries(clickhouse_client_udf.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - yql-public-udf - public-udf-support - contrib-libs-cctz - restricted-boost-multi_index - restricted-boost-program_options - contrib-restricted-cityhash-1.0.2 - contrib-restricted-fast_float - contrib-libs-pdqsort - contrib-libs-lz4 - dragonbox - libs-poco-Util - libs-poco-Net - libs-poco-NetSSL_OpenSSL - contrib-libs-fmt - contrib-libs-re2 - libs-apache-arrow - libs-apache-orc - libs-apache-avro - cpp-sanitizer-include - yql-minikql-dom - library-yql-utils -) -target_sources(clickhouse_client_udf.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/clickhouse_client_udf.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base/common/DateLUT.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base/common/DateLUTImpl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base/common/demangle.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base/common/errnoToString.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base/common/getFQDNOrHostName.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base/common/getPageSize.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base/common/getThreadId.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base/common/JSON.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base/common/mremap.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base/common/shift10.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base/common/sleep.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base/common/StringRef.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base/common/getResource.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/base/common/preciseExp10.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/AlignedBuffer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/Allocator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/checkStackSize.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/createHardLink.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/CurrentMetrics.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/Epoll.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/escapeForFileName.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/formatIPv6.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/formatReadable.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/getMultipleKeysFromConfig.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/getNumberOfPhysicalCPUCores.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/hasLinuxCapability.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/hex.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/isLocalAddress.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/IntervalKind.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/parseAddress.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/ClickHouseRevision.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/CurrentMemoryTracker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/CurrentThread.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/DNSResolver.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/Exception.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/ErrorCodes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/FieldVisitorDump.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/FieldVisitorToString.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/FieldVisitorWriteBinary.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/IPv6ToBinary.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/MemoryTracker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/OpenSSLHelpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/PipeFDs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/PODArray.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/ProcfsMetricsProvider.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/ProfileEvents.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/quoteString.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/randomSeed.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/RemoteHostFilter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/setThreadName.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/TaskStatsInfoGetter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/ThreadPool.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/ThreadProfileEvents.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/ThreadStatus.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/Throttler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/TimerDescriptor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/thread_local_rng.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/ZooKeeper/IKeeper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Common/Config/AbstractConfigurationComparison.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Core/BaseSettings.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Core/Block.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Core/BlockInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Core/Field.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Core/ColumnWithTypeAndName.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Core/NamesAndTypes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Core/Settings.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Core/SettingsEnums.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Core/SettingsFields.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Formats/FormatFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Formats/JSONEachRowUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Formats/NativeFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Formats/ProtobufReader.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Formats/ProtobufWriter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Formats/registerFormats.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Formats/verbosePrintString.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/AggregateFunctions/AggregateFunctionFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/AggregateFunctions/AggregateFunctionCombinatorFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/AggregateFunctions/IAggregateFunction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Columns/ColumnAggregateFunction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Columns/ColumnArray.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Columns/ColumnCompressed.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Columns/ColumnConst.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Columns/ColumnFunction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Columns/ColumnNullable.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Columns/ColumnsCommon.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Columns/ColumnString.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Columns/ColumnTuple.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Columns/ColumnVector.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Columns/ColumnDecimal.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Columns/ColumnFixedString.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Columns/ColumnLowCardinality.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Columns/ColumnMap.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Columns/FilterDescription.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Columns/IColumn.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Columns/MaskOperations.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/AsynchronousReadBufferFromFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/AsynchronousReadBufferFromFileDescriptor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/CompressionMethod.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/copyData.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/createReadBufferFromFileBase.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/DoubleConverter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/MMappedFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/MMappedFileDescriptor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/MMapReadBufferFromFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/MMapReadBufferFromFileDescriptor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/MMapReadBufferFromFileWithCache.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/OpenedFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/parseDateTimeBestEffort.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/PeekableReadBuffer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/Progress.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/ReadBufferFromFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/ReadBufferFromFileBase.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/ReadBufferFromFileDescriptor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/ReadBufferFromMemory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/ReadBufferFromPocoSocket.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/readFloatText.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/ReadHelpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/ReadSettings.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/SynchronousReader.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/TimeoutSetter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/ThreadPoolReader.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/UseSSL.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/WriteHelpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/WriteBufferFromFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/WriteBufferFromFileBase.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/WriteBufferFromFileDescriptor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/WriteBufferFromFileDescriptorDiscardOnFailure.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/WriteBufferFromPocoSocket.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/IO/WriteBufferValidUTF8.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Compression/CompressionCodecLZ4.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Compression/CompressionCodecMultiple.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Compression/CompressionCodecNone.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Compression/CompressionFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Compression/CompressedReadBuffer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Compression/CompressedReadBufferBase.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Compression/CompressedReadBufferFromFile.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Compression/CompressedWriteBuffer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Compression/ICompressionCodec.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Compression/LZ4_decompress_faster.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataStreams/BlockStreamProfileInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataStreams/ColumnGathererStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataStreams/ExecutionSpeedLimits.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataStreams/IBlockInputStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataStreams/materializeBlock.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataStreams/NativeBlockInputStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataStreams/NativeBlockOutputStream.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataStreams/SizeLimits.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeArray.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeDate.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeDateTime.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeEnum.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeFunction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeNested.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeNothing.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeNullable.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeNumberBase.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypesNumber.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeString.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeTuple.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeUUID.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypesDecimal.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeDecimalBase.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeLowCardinality.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeMap.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeInterval.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeDate32.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeFixedString.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeDateTime64.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeAggregateFunction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeCustomGeo.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeCustomIPv4AndIPv6.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeCustomSimpleAggregateFunction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/DataTypeLowCardinalityHelpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/EnumValues.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/IDataType.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/getLeastSupertype.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/NestedUtils.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/registerDataTypeDateTime.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/ISerialization.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/SerializationArray.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/SerializationDate.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/SerializationDateTime.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/SerializationEnum.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/SerializationNothing.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/SerializationNullable.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/SerializationNumber.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/SerializationString.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/SerializationTuple.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/SerializationTupleElement.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/SerializationUUID.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/SerializationWrapper.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/SerializationDecimal.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/SerializationDecimalBase.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/SerializationMap.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/SerializationLowCardinality.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/SerializationDate32.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/SerializationFixedString.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/SerializationDateTime64.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/SerializationIP.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/SerializationAggregateFunction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/DataTypes/Serializations/SerializationCustomSimpleText.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTAlterQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTAsterisk.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTBackupQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTColumnDeclaration.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTColumnsMatcher.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTColumnsTransformers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTConstraintDeclaration.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTCreateQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTDatabaseOrNone.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTDictionary.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTDictionaryAttributeDeclaration.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTDropQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTExpressionList.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTFunction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTFunctionWithKeyValueArguments.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTIdentifier.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTIndexDeclaration.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTKillQueryQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTLiteral.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTNameTypePair.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTOptimizeQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTOrderByElement.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTPartition.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTProjectionDeclaration.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTProjectionSelectQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTQualifiedAsterisk.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTQueryWithOnCluster.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTQueryWithOutput.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTQueryWithTableAndOutput.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTRolesOrUsersSet.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTSelectQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTSelectWithUnionQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTSetQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTSetRoleQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTSettingsProfileElement.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTShowGrantsQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTShowTablesQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTSubquery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTTablesInSelectQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTTTLElement.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTWindowDefinition.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTWithAlias.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTQueryParameter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTInsertQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTWithElement.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTSampleRatio.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTSystemQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ASTUserNameWithHost.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/CommonParsers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ExpressionElementParsers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ExpressionListParsers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/formatAST.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/formatSettingName.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/IAST.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/InsertQuerySettingsPushDownVisitor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/IParserBase.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/Lexer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/parseDatabaseAndTableName.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/parseIdentifierOrStringLiteral.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/parseIntervalKind.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/parseQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/parseUserName.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserAlterQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserBackupQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserCase.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserCheckQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserCreateQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserDatabaseOrNone.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserDataType.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserDescribeTableQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserDictionary.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserDictionaryAttributeDeclaration.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserDropQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserExplainQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserExternalDDLQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserInsertQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserKillQueryQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserOptimizeQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserPartition.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserProjectionSelectQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserRenameQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserRolesOrUsersSet.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserSelectWithUnionQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserSetQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserSetRoleQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserSettingsProfileElement.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserSelectQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserTablePropertiesQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserTablesInSelectQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserSampleRatio.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserShowGrantsQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserShowPrivilegesQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserShowTablesQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserSystemQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserUnionQueryElement.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserUseQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserUserNameWithHost.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserWatchQuery.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/ParserWithElement.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/queryToString.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/QueryWithOutputSettingsPushDownVisitor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Parsers/TokenIterator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Chunk.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/ConcatProcessor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/IAccumulatingTransform.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/IProcessor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/ISimpleTransform.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/ISink.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/LimitTransform.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/ISource.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Port.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/ResizeProcessor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/IRowOutputFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/IRowInputFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/IInputFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/IOutputFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/OutputStreamToOutputFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/RowInputFormatWithDiagnosticInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Interpreters/castColumn.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Interpreters/ClientInfo.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Interpreters/InternalTextLogsQueue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Interpreters/QueryLog.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Interpreters/QueryThreadLog.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Interpreters/ProfileEventsExt.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Interpreters/TablesStatus.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Functions/CastOverloadResolver.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Functions/FunctionHelpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Functions/FunctionsConversion.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Functions/IFunction.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Functions/FunctionFactory.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Functions/extractTimeZoneFromFunctionArguments.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Functions/toFixedString.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Executors/PollingQueue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/Impl/ArrowBlockInputFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/Impl/ArrowBufferedStreams.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/Impl/ArrowColumnToCHColumn.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/Impl/AvroRowInputFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/Impl/CHColumnToArrowColumn.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/Impl/CSVRowInputFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/Impl/CSVRowOutputFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/Impl/JSONAsStringRowInputFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/Impl/JSONEachRowRowInputFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/Impl/JSONEachRowRowOutputFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/Impl/ORCBlockInputFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/Impl/ParquetBlockInputFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/Impl/ParquetBlockOutputFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/Impl/RawBLOBRowInputFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/Impl/TabSeparatedRowInputFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/Impl/TabSeparatedRowOutputFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/Impl/TSKVRowInputFormat.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/Impl/TSKVRowOutputFormat.cpp -) diff --git a/contrib/ydb/library/yql/udfs/common/clickhouse/client/CMakeLists.txt b/contrib/ydb/library/yql/udfs/common/clickhouse/client/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/udfs/common/clickhouse/client/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/udfs/common/clickhouse/client/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/udfs/common/clickhouse/client/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d9f1bd6996c..00000000000 --- a/contrib/ydb/library/yql/udfs/common/clickhouse/client/CMakeLists.windows-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(common-clickhouse-client INTERFACE) -target_link_libraries(common-clickhouse-client INTERFACE - contrib-libs-cxxsupp - yutil -) diff --git a/contrib/ydb/library/yql/utils/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/utils/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 49d10ddfe61..00000000000 --- a/contrib/ydb/library/yql/utils/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,49 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(actor_log) -add_subdirectory(actors) -add_subdirectory(backtrace) -add_subdirectory(failure_injector) -add_subdirectory(fetch) -add_subdirectory(log) -add_subdirectory(plan) -add_subdirectory(threading) - -add_library(library-yql-utils) -target_link_libraries(library-yql-utils PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-util - cpp-digest-md5 - library-cpp-messagebus - cpp-string_utils-quote - cpp-threading-future - cpp-deprecated-atomic - contrib-libs-miniselect -) -target_sources(library-yql-utils PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/bind_in_range.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/debug_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/future_action.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/hash.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/md5_stream.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/method_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/multi_resource_lock.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/parse_double.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/proc_alive.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/rand_guid.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/retry.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/rope_over_buffer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/sort.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/swap_bytes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/url_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/utf8.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/yql_panic.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/yql_paths.cpp -) diff --git a/contrib/ydb/library/yql/utils/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/utils/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 5b6404ec307..00000000000 --- a/contrib/ydb/library/yql/utils/CMakeLists.linux-aarch64.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_subdirectory(actor_log) -add_subdirectory(actors) -add_subdirectory(backtrace) -add_subdirectory(failure_injector) -add_subdirectory(fetch) -add_subdirectory(log) -add_subdirectory(plan) -add_subdirectory(threading) - -add_library(library-yql-utils) -target_link_libraries(library-yql-utils PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-util - cpp-digest-md5 - library-cpp-messagebus - cpp-string_utils-quote - cpp-threading-future - cpp-deprecated-atomic - contrib-libs-miniselect -) -target_sources(library-yql-utils PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/bind_in_range.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/debug_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/future_action.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/hash.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/md5_stream.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/method_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/multi_resource_lock.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/parse_double.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/proc_alive.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/rand_guid.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/retry.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/rope_over_buffer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/sort.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/swap_bytes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/url_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/utf8.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/yql_panic.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/yql_paths.cpp -) diff --git a/contrib/ydb/library/yql/utils/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/utils/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 5b6404ec307..00000000000 --- a/contrib/ydb/library/yql/utils/CMakeLists.linux-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_subdirectory(actor_log) -add_subdirectory(actors) -add_subdirectory(backtrace) -add_subdirectory(failure_injector) -add_subdirectory(fetch) -add_subdirectory(log) -add_subdirectory(plan) -add_subdirectory(threading) - -add_library(library-yql-utils) -target_link_libraries(library-yql-utils PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-util - cpp-digest-md5 - library-cpp-messagebus - cpp-string_utils-quote - cpp-threading-future - cpp-deprecated-atomic - contrib-libs-miniselect -) -target_sources(library-yql-utils PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/bind_in_range.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/debug_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/future_action.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/hash.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/md5_stream.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/method_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/multi_resource_lock.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/parse_double.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/proc_alive.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/rand_guid.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/retry.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/rope_over_buffer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/sort.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/swap_bytes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/url_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/utf8.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/yql_panic.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/yql_paths.cpp -) diff --git a/contrib/ydb/library/yql/utils/CMakeLists.txt b/contrib/ydb/library/yql/utils/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/utils/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/utils/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/utils/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 49d10ddfe61..00000000000 --- a/contrib/ydb/library/yql/utils/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,49 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(actor_log) -add_subdirectory(actors) -add_subdirectory(backtrace) -add_subdirectory(failure_injector) -add_subdirectory(fetch) -add_subdirectory(log) -add_subdirectory(plan) -add_subdirectory(threading) - -add_library(library-yql-utils) -target_link_libraries(library-yql-utils PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-util - cpp-digest-md5 - library-cpp-messagebus - cpp-string_utils-quote - cpp-threading-future - cpp-deprecated-atomic - contrib-libs-miniselect -) -target_sources(library-yql-utils PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/bind_in_range.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/debug_info.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/future_action.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/hash.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/md5_stream.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/method_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/multi_resource_lock.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/parse_double.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/proc_alive.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/rand_guid.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/retry.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/rope_over_buffer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/sort.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/swap_bytes.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/url_builder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/utf8.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/yql_panic.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/yql_paths.cpp -) diff --git a/contrib/ydb/library/yql/utils/actor_log/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/utils/actor_log/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 289223b20ff..00000000000 --- a/contrib/ydb/library/yql/utils/actor_log/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(yql-utils-actor_log) -target_link_libraries(yql-utils-actor_log PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-protos - ydb-library-services -) -target_sources(yql-utils-actor_log PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/actor_log/log.cpp -) diff --git a/contrib/ydb/library/yql/utils/actor_log/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/utils/actor_log/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 1da415db2b4..00000000000 --- a/contrib/ydb/library/yql/utils/actor_log/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(yql-utils-actor_log) -target_link_libraries(yql-utils-actor_log PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-protos - ydb-library-services -) -target_sources(yql-utils-actor_log PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/actor_log/log.cpp -) diff --git a/contrib/ydb/library/yql/utils/actor_log/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/utils/actor_log/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 1da415db2b4..00000000000 --- a/contrib/ydb/library/yql/utils/actor_log/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(yql-utils-actor_log) -target_link_libraries(yql-utils-actor_log PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-protos - ydb-library-services -) -target_sources(yql-utils-actor_log PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/actor_log/log.cpp -) diff --git a/contrib/ydb/library/yql/utils/actor_log/CMakeLists.txt b/contrib/ydb/library/yql/utils/actor_log/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/utils/actor_log/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/utils/actor_log/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/utils/actor_log/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 289223b20ff..00000000000 --- a/contrib/ydb/library/yql/utils/actor_log/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(yql-utils-actor_log) -target_link_libraries(yql-utils-actor_log PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - library-actors-protos - ydb-library-services -) -target_sources(yql-utils-actor_log PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/actor_log/log.cpp -) diff --git a/contrib/ydb/library/yql/utils/actors/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/utils/actors/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 114ff3135e5..00000000000 --- a/contrib/ydb/library/yql/utils/actors/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(yql-utils-actors) -target_link_libraries(yql-utils-actors PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - common-token_accessor-client - yql-public-types - yql-public-udf - providers-solomon-proto -) -target_sources(yql-utils-actors PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/actors/rich_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/actors/http_sender_actor.cpp -) diff --git a/contrib/ydb/library/yql/utils/actors/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/utils/actors/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 1984fbf8843..00000000000 --- a/contrib/ydb/library/yql/utils/actors/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(yql-utils-actors) -target_link_libraries(yql-utils-actors PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - common-token_accessor-client - yql-public-types - yql-public-udf - providers-solomon-proto -) -target_sources(yql-utils-actors PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/actors/rich_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/actors/http_sender_actor.cpp -) diff --git a/contrib/ydb/library/yql/utils/actors/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/utils/actors/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 1984fbf8843..00000000000 --- a/contrib/ydb/library/yql/utils/actors/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(yql-utils-actors) -target_link_libraries(yql-utils-actors PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - common-token_accessor-client - yql-public-types - yql-public-udf - providers-solomon-proto -) -target_sources(yql-utils-actors PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/actors/rich_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/actors/http_sender_actor.cpp -) diff --git a/contrib/ydb/library/yql/utils/actors/CMakeLists.txt b/contrib/ydb/library/yql/utils/actors/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/utils/actors/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/utils/actors/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/utils/actors/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 114ff3135e5..00000000000 --- a/contrib/ydb/library/yql/utils/actors/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(yql-utils-actors) -target_link_libraries(yql-utils-actors PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - common-token_accessor-client - yql-public-types - yql-public-udf - providers-solomon-proto -) -target_sources(yql-utils-actors PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/actors/rich_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/actors/http_sender_actor.cpp -) diff --git a/contrib/ydb/library/yql/utils/backtrace/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/utils/backtrace/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 48501f3ee94..00000000000 --- a/contrib/ydb/library/yql/utils/backtrace/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_subdirectory(fake_llvm_symbolizer) - -add_library(yql-utils-backtrace) -target_link_libraries(yql-utils-backtrace PUBLIC - contrib-libs-cxxsupp - yutil - utils-backtrace-fake_llvm_symbolizer - lib-DebugInfo-Symbolize - cpp-deprecated-atomic -) -target_sources(yql-utils-backtrace PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/backtrace/backtrace.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/backtrace/symbolize.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/backtrace/symbolizer_dummy.cpp -) diff --git a/contrib/ydb/library/yql/utils/backtrace/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/utils/backtrace/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 471aad6b98f..00000000000 --- a/contrib/ydb/library/yql/utils/backtrace/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_subdirectory(fake_llvm_symbolizer) - -add_library(yql-utils-backtrace) -target_link_libraries(yql-utils-backtrace PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - utils-backtrace-fake_llvm_symbolizer - lib-DebugInfo-Symbolize - cpp-deprecated-atomic -) -target_sources(yql-utils-backtrace PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/backtrace/backtrace.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/backtrace/symbolize.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/backtrace/symbolizer_dummy.cpp -) diff --git a/contrib/ydb/library/yql/utils/backtrace/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/utils/backtrace/CMakeLists.linux-x86_64.txt deleted file mode 100644 index f16f393c9d0..00000000000 --- a/contrib/ydb/library/yql/utils/backtrace/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_subdirectory(fake_llvm_symbolizer) - -add_library(yql-utils-backtrace) -target_link_libraries(yql-utils-backtrace PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - utils-backtrace-fake_llvm_symbolizer - contrib-libs-libunwind - lib-DebugInfo-Symbolize - cpp-deprecated-atomic -) -target_sources(yql-utils-backtrace PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/backtrace/backtrace.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/backtrace/symbolize.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/backtrace/backtrace_in_context.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/backtrace/symbolizer_linux.cpp -) diff --git a/contrib/ydb/library/yql/utils/backtrace/CMakeLists.txt b/contrib/ydb/library/yql/utils/backtrace/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/utils/backtrace/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/utils/backtrace/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/utils/backtrace/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 48501f3ee94..00000000000 --- a/contrib/ydb/library/yql/utils/backtrace/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_subdirectory(fake_llvm_symbolizer) - -add_library(yql-utils-backtrace) -target_link_libraries(yql-utils-backtrace PUBLIC - contrib-libs-cxxsupp - yutil - utils-backtrace-fake_llvm_symbolizer - lib-DebugInfo-Symbolize - cpp-deprecated-atomic -) -target_sources(yql-utils-backtrace PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/backtrace/backtrace.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/backtrace/symbolize.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/backtrace/symbolizer_dummy.cpp -) diff --git a/contrib/ydb/library/yql/utils/backtrace/fake_llvm_symbolizer/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/utils/backtrace/fake_llvm_symbolizer/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index fdba7acd2a8..00000000000 --- a/contrib/ydb/library/yql/utils/backtrace/fake_llvm_symbolizer/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(utils-backtrace-fake_llvm_symbolizer) -target_link_libraries(utils-backtrace-fake_llvm_symbolizer PUBLIC - contrib-libs-cxxsupp - yutil - lib-DebugInfo-Symbolize -) -target_sources(utils-backtrace-fake_llvm_symbolizer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/backtrace/fake_llvm_symbolizer/fake_llvm_symbolizer.cpp -) diff --git a/contrib/ydb/library/yql/utils/backtrace/fake_llvm_symbolizer/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/utils/backtrace/fake_llvm_symbolizer/CMakeLists.linux-aarch64.txt deleted file mode 100644 index adaaa0cf65d..00000000000 --- a/contrib/ydb/library/yql/utils/backtrace/fake_llvm_symbolizer/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(utils-backtrace-fake_llvm_symbolizer) -target_link_libraries(utils-backtrace-fake_llvm_symbolizer PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - lib-DebugInfo-Symbolize -) -target_sources(utils-backtrace-fake_llvm_symbolizer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/backtrace/fake_llvm_symbolizer/fake_llvm_symbolizer.cpp -) diff --git a/contrib/ydb/library/yql/utils/backtrace/fake_llvm_symbolizer/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/utils/backtrace/fake_llvm_symbolizer/CMakeLists.linux-x86_64.txt deleted file mode 100644 index adaaa0cf65d..00000000000 --- a/contrib/ydb/library/yql/utils/backtrace/fake_llvm_symbolizer/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(utils-backtrace-fake_llvm_symbolizer) -target_link_libraries(utils-backtrace-fake_llvm_symbolizer PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - lib-DebugInfo-Symbolize -) -target_sources(utils-backtrace-fake_llvm_symbolizer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/backtrace/fake_llvm_symbolizer/fake_llvm_symbolizer.cpp -) diff --git a/contrib/ydb/library/yql/utils/backtrace/fake_llvm_symbolizer/CMakeLists.txt b/contrib/ydb/library/yql/utils/backtrace/fake_llvm_symbolizer/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/utils/backtrace/fake_llvm_symbolizer/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/utils/backtrace/fake_llvm_symbolizer/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/utils/backtrace/fake_llvm_symbolizer/CMakeLists.windows-x86_64.txt deleted file mode 100644 index fdba7acd2a8..00000000000 --- a/contrib/ydb/library/yql/utils/backtrace/fake_llvm_symbolizer/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(utils-backtrace-fake_llvm_symbolizer) -target_link_libraries(utils-backtrace-fake_llvm_symbolizer PUBLIC - contrib-libs-cxxsupp - yutil - lib-DebugInfo-Symbolize -) -target_sources(utils-backtrace-fake_llvm_symbolizer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/backtrace/fake_llvm_symbolizer/fake_llvm_symbolizer.cpp -) diff --git a/contrib/ydb/library/yql/utils/failure_injector/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/utils/failure_injector/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index fa8a1773c41..00000000000 --- a/contrib/ydb/library/yql/utils/failure_injector/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(yql-utils-failure_injector) -target_link_libraries(yql-utils-failure_injector PUBLIC - contrib-libs-cxxsupp - yutil - library-yql-utils - yql-utils-log -) -target_sources(yql-utils-failure_injector PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/failure_injector/failure_injector.cpp -) diff --git a/contrib/ydb/library/yql/utils/failure_injector/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/utils/failure_injector/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 602439c8cc7..00000000000 --- a/contrib/ydb/library/yql/utils/failure_injector/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(yql-utils-failure_injector) -target_link_libraries(yql-utils-failure_injector PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-yql-utils - yql-utils-log -) -target_sources(yql-utils-failure_injector PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/failure_injector/failure_injector.cpp -) diff --git a/contrib/ydb/library/yql/utils/failure_injector/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/utils/failure_injector/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 602439c8cc7..00000000000 --- a/contrib/ydb/library/yql/utils/failure_injector/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(yql-utils-failure_injector) -target_link_libraries(yql-utils-failure_injector PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-yql-utils - yql-utils-log -) -target_sources(yql-utils-failure_injector PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/failure_injector/failure_injector.cpp -) diff --git a/contrib/ydb/library/yql/utils/failure_injector/CMakeLists.txt b/contrib/ydb/library/yql/utils/failure_injector/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/utils/failure_injector/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/utils/failure_injector/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/utils/failure_injector/CMakeLists.windows-x86_64.txt deleted file mode 100644 index fa8a1773c41..00000000000 --- a/contrib/ydb/library/yql/utils/failure_injector/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(yql-utils-failure_injector) -target_link_libraries(yql-utils-failure_injector PUBLIC - contrib-libs-cxxsupp - yutil - library-yql-utils - yql-utils-log -) -target_sources(yql-utils-failure_injector PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/failure_injector/failure_injector.cpp -) diff --git a/contrib/ydb/library/yql/utils/fetch/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/utils/fetch/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2e8b67c19f1..00000000000 --- a/contrib/ydb/library/yql/utils/fetch/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(yql-utils-fetch) -target_link_libraries(yql-utils-fetch PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-charset - cpp-http-io - cpp-http-misc - cpp-openssl-io - library-cpp-uri - yql-utils-log -) -target_sources(yql-utils-fetch PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/fetch/fetch.cpp -) diff --git a/contrib/ydb/library/yql/utils/fetch/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/utils/fetch/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 95baae5b69c..00000000000 --- a/contrib/ydb/library/yql/utils/fetch/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(yql-utils-fetch) -target_link_libraries(yql-utils-fetch PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-charset - cpp-http-io - cpp-http-misc - cpp-openssl-io - library-cpp-uri - yql-utils-log -) -target_sources(yql-utils-fetch PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/fetch/fetch.cpp -) diff --git a/contrib/ydb/library/yql/utils/fetch/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/utils/fetch/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 95baae5b69c..00000000000 --- a/contrib/ydb/library/yql/utils/fetch/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(yql-utils-fetch) -target_link_libraries(yql-utils-fetch PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-charset - cpp-http-io - cpp-http-misc - cpp-openssl-io - library-cpp-uri - yql-utils-log -) -target_sources(yql-utils-fetch PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/fetch/fetch.cpp -) diff --git a/contrib/ydb/library/yql/utils/fetch/CMakeLists.txt b/contrib/ydb/library/yql/utils/fetch/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/utils/fetch/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/utils/fetch/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/utils/fetch/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 2e8b67c19f1..00000000000 --- a/contrib/ydb/library/yql/utils/fetch/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(yql-utils-fetch) -target_link_libraries(yql-utils-fetch PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-charset - cpp-http-io - cpp-http-misc - cpp-openssl-io - library-cpp-uri - yql-utils-log -) -target_sources(yql-utils-fetch PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/fetch/fetch.cpp -) diff --git a/contrib/ydb/library/yql/utils/log/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/utils/log/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index fe8ad4c6908..00000000000 --- a/contrib/ydb/library/yql/utils/log/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_subdirectory(proto) - -add_library(yql-utils-log) -target_link_libraries(yql-utils-log PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - library-cpp-logger - cpp-logger-global - cpp-deprecated-atomic - utils-log-proto -) -target_sources(yql-utils-log PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/log/context.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/log/log.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/log/profile.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/log/tls_backend.cpp -) diff --git a/contrib/ydb/library/yql/utils/log/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/utils/log/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 7eb425af8d4..00000000000 --- a/contrib/ydb/library/yql/utils/log/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_subdirectory(proto) - -add_library(yql-utils-log) -target_link_libraries(yql-utils-log PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - library-cpp-logger - cpp-logger-global - cpp-deprecated-atomic - utils-log-proto -) -target_sources(yql-utils-log PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/log/context.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/log/log.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/log/profile.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/log/tls_backend.cpp -) diff --git a/contrib/ydb/library/yql/utils/log/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/utils/log/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 7eb425af8d4..00000000000 --- a/contrib/ydb/library/yql/utils/log/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_subdirectory(proto) - -add_library(yql-utils-log) -target_link_libraries(yql-utils-log PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - library-cpp-logger - cpp-logger-global - cpp-deprecated-atomic - utils-log-proto -) -target_sources(yql-utils-log PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/log/context.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/log/log.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/log/profile.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/log/tls_backend.cpp -) diff --git a/contrib/ydb/library/yql/utils/log/CMakeLists.txt b/contrib/ydb/library/yql/utils/log/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/utils/log/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/utils/log/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/utils/log/CMakeLists.windows-x86_64.txt deleted file mode 100644 index fe8ad4c6908..00000000000 --- a/contrib/ydb/library/yql/utils/log/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_subdirectory(proto) - -add_library(yql-utils-log) -target_link_libraries(yql-utils-log PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - library-cpp-logger - cpp-logger-global - cpp-deprecated-atomic - utils-log-proto -) -target_sources(yql-utils-log PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/log/context.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/log/log.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/log/profile.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/log/tls_backend.cpp -) diff --git a/contrib/ydb/library/yql/utils/log/proto/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/utils/log/proto/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 8c6ac059d59..00000000000 --- a/contrib/ydb/library/yql/utils/log/proto/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(utils-log-proto) -target_link_libraries(utils-log-proto PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(utils-log-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/log/proto/logger_config.proto -) -target_proto_addincls(utils-log-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(utils-log-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/utils/log/proto/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/utils/log/proto/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 0f8aedb38f3..00000000000 --- a/contrib/ydb/library/yql/utils/log/proto/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(utils-log-proto) -target_link_libraries(utils-log-proto PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(utils-log-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/log/proto/logger_config.proto -) -target_proto_addincls(utils-log-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(utils-log-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/utils/log/proto/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/utils/log/proto/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 0f8aedb38f3..00000000000 --- a/contrib/ydb/library/yql/utils/log/proto/CMakeLists.linux-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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(utils-log-proto) -target_link_libraries(utils-log-proto PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(utils-log-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/log/proto/logger_config.proto -) -target_proto_addincls(utils-log-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(utils-log-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/utils/log/proto/CMakeLists.txt b/contrib/ydb/library/yql/utils/log/proto/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/utils/log/proto/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/utils/log/proto/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/utils/log/proto/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 8c6ac059d59..00000000000 --- a/contrib/ydb/library/yql/utils/log/proto/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(utils-log-proto) -target_link_libraries(utils-log-proto PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(utils-log-proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/log/proto/logger_config.proto -) -target_proto_addincls(utils-log-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(utils-log-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/library/yql/utils/plan/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/utils/plan/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 20bd929b461..00000000000 --- a/contrib/ydb/library/yql/utils/plan/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(yql-utils-plan) -target_link_libraries(yql-utils-plan PUBLIC - contrib-libs-cxxsupp - yutil - library-yql-ast - yql-core-expr_nodes -) -target_sources(yql-utils-plan PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/plan/plan_utils.cpp -) diff --git a/contrib/ydb/library/yql/utils/plan/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/utils/plan/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 3b91c0925df..00000000000 --- a/contrib/ydb/library/yql/utils/plan/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(yql-utils-plan) -target_link_libraries(yql-utils-plan PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-yql-ast - yql-core-expr_nodes -) -target_sources(yql-utils-plan PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/plan/plan_utils.cpp -) diff --git a/contrib/ydb/library/yql/utils/plan/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/utils/plan/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 3b91c0925df..00000000000 --- a/contrib/ydb/library/yql/utils/plan/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(yql-utils-plan) -target_link_libraries(yql-utils-plan PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-yql-ast - yql-core-expr_nodes -) -target_sources(yql-utils-plan PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/plan/plan_utils.cpp -) diff --git a/contrib/ydb/library/yql/utils/plan/CMakeLists.txt b/contrib/ydb/library/yql/utils/plan/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/utils/plan/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/utils/plan/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/utils/plan/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 20bd929b461..00000000000 --- a/contrib/ydb/library/yql/utils/plan/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(yql-utils-plan) -target_link_libraries(yql-utils-plan PUBLIC - contrib-libs-cxxsupp - yutil - library-yql-ast - yql-core-expr_nodes -) -target_sources(yql-utils-plan PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/plan/plan_utils.cpp -) diff --git a/contrib/ydb/library/yql/utils/threading/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yql/utils/threading/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index ed0a241e5af..00000000000 --- a/contrib/ydb/library/yql/utils/threading/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(yql-utils-threading) -target_link_libraries(yql-utils-threading PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(yql-utils-threading PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/threading/async_queue.cpp -) diff --git a/contrib/ydb/library/yql/utils/threading/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yql/utils/threading/CMakeLists.linux-aarch64.txt deleted file mode 100644 index cedeb7aa5e0..00000000000 --- a/contrib/ydb/library/yql/utils/threading/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(yql-utils-threading) -target_link_libraries(yql-utils-threading PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(yql-utils-threading PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/threading/async_queue.cpp -) diff --git a/contrib/ydb/library/yql/utils/threading/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yql/utils/threading/CMakeLists.linux-x86_64.txt deleted file mode 100644 index cedeb7aa5e0..00000000000 --- a/contrib/ydb/library/yql/utils/threading/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(yql-utils-threading) -target_link_libraries(yql-utils-threading PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(yql-utils-threading PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/threading/async_queue.cpp -) diff --git a/contrib/ydb/library/yql/utils/threading/CMakeLists.txt b/contrib/ydb/library/yql/utils/threading/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yql/utils/threading/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yql/utils/threading/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yql/utils/threading/CMakeLists.windows-x86_64.txt deleted file mode 100644 index ed0a241e5af..00000000000 --- a/contrib/ydb/library/yql/utils/threading/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(yql-utils-threading) -target_link_libraries(yql-utils-threading PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(yql-utils-threading PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/library/yql/utils/threading/async_queue.cpp -) diff --git a/contrib/ydb/library/yverify_stream/CMakeLists.darwin-x86_64.txt b/contrib/ydb/library/yverify_stream/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 32f3123873b..00000000000 --- a/contrib/ydb/library/yverify_stream/CMakeLists.darwin-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(ydb-library-yverify_stream INTERFACE) -target_link_libraries(ydb-library-yverify_stream INTERFACE - contrib-libs-cxxsupp - yutil -) diff --git a/contrib/ydb/library/yverify_stream/CMakeLists.linux-aarch64.txt b/contrib/ydb/library/yverify_stream/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 1fe4c0e9c0a..00000000000 --- a/contrib/ydb/library/yverify_stream/CMakeLists.linux-aarch64.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. - - - -add_library(ydb-library-yverify_stream INTERFACE) -target_link_libraries(ydb-library-yverify_stream INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) diff --git a/contrib/ydb/library/yverify_stream/CMakeLists.linux-x86_64.txt b/contrib/ydb/library/yverify_stream/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 1fe4c0e9c0a..00000000000 --- a/contrib/ydb/library/yverify_stream/CMakeLists.linux-x86_64.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. - - - -add_library(ydb-library-yverify_stream INTERFACE) -target_link_libraries(ydb-library-yverify_stream INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) diff --git a/contrib/ydb/library/yverify_stream/CMakeLists.txt b/contrib/ydb/library/yverify_stream/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/library/yverify_stream/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/library/yverify_stream/CMakeLists.windows-x86_64.txt b/contrib/ydb/library/yverify_stream/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 32f3123873b..00000000000 --- a/contrib/ydb/library/yverify_stream/CMakeLists.windows-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(ydb-library-yverify_stream INTERFACE) -target_link_libraries(ydb-library-yverify_stream INTERFACE - contrib-libs-cxxsupp - yutil -) diff --git a/contrib/ydb/public/CMakeLists.txt b/contrib/ydb/public/CMakeLists.txt deleted file mode 100644 index 145ead31b6a..00000000000 --- a/contrib/ydb/public/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. - - -add_subdirectory(api) -add_subdirectory(lib) -add_subdirectory(sdk) diff --git a/contrib/ydb/public/api/CMakeLists.txt b/contrib/ydb/public/api/CMakeLists.txt deleted file mode 100644 index fbe59131a3b..00000000000 --- a/contrib/ydb/public/api/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. - - -add_subdirectory(client) -add_subdirectory(grpc) -add_subdirectory(protos) diff --git a/contrib/ydb/public/api/client/CMakeLists.txt b/contrib/ydb/public/api/client/CMakeLists.txt deleted file mode 100644 index 08a19a7aa71..00000000000 --- a/contrib/ydb/public/api/client/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(yc_private) -add_subdirectory(yc_public) diff --git a/contrib/ydb/public/api/client/yc_private/CMakeLists.txt b/contrib/ydb/public/api/client/yc_private/CMakeLists.txt deleted file mode 100644 index 7869b2eaa91..00000000000 --- a/contrib/ydb/public/api/client/yc_private/CMakeLists.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_subdirectory(compute) -add_subdirectory(iam) -add_subdirectory(kms) -add_subdirectory(operation) -add_subdirectory(resourcemanager) -add_subdirectory(servicecontrol) diff --git a/contrib/ydb/public/api/client/yc_private/compute/CMakeLists.txt b/contrib/ydb/public/api/client/yc_private/compute/CMakeLists.txt deleted file mode 100644 index a7ac7be7089..00000000000 --- a/contrib/ydb/public/api/client/yc_private/compute/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(inner) diff --git a/contrib/ydb/public/api/client/yc_private/compute/inner/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/api/client/yc_private/compute/inner/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 73a8b032ae3..00000000000 --- a/contrib/ydb/public/api/client/yc_private/compute/inner/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,57 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(yc_private-compute-inner) -set_property(TARGET yc_private-compute-inner PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(yc_private-compute-inner PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - contrib-libs-protobuf -) -target_proto_messages(yc_private-compute-inner PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/compute/inner/disk_service.proto -) -target_proto_addincls(yc_private-compute-inner - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(yc_private-compute-inner - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(yc_private-compute-inner - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/public/api/client/yc_private/compute/inner/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/api/client/yc_private/compute/inner/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 96d3c11e8c6..00000000000 --- a/contrib/ydb/public/api/client/yc_private/compute/inner/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,58 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(yc_private-compute-inner) -set_property(TARGET yc_private-compute-inner PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(yc_private-compute-inner PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - contrib-libs-protobuf -) -target_proto_messages(yc_private-compute-inner PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/compute/inner/disk_service.proto -) -target_proto_addincls(yc_private-compute-inner - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(yc_private-compute-inner - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(yc_private-compute-inner - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/public/api/client/yc_private/compute/inner/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/api/client/yc_private/compute/inner/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 96d3c11e8c6..00000000000 --- a/contrib/ydb/public/api/client/yc_private/compute/inner/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,58 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(yc_private-compute-inner) -set_property(TARGET yc_private-compute-inner PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(yc_private-compute-inner PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - contrib-libs-protobuf -) -target_proto_messages(yc_private-compute-inner PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/compute/inner/disk_service.proto -) -target_proto_addincls(yc_private-compute-inner - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(yc_private-compute-inner - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(yc_private-compute-inner - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/public/api/client/yc_private/compute/inner/CMakeLists.txt b/contrib/ydb/public/api/client/yc_private/compute/inner/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/api/client/yc_private/compute/inner/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/api/client/yc_private/compute/inner/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/api/client/yc_private/compute/inner/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 73a8b032ae3..00000000000 --- a/contrib/ydb/public/api/client/yc_private/compute/inner/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,57 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(yc_private-compute-inner) -set_property(TARGET yc_private-compute-inner PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(yc_private-compute-inner PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - contrib-libs-protobuf -) -target_proto_messages(yc_private-compute-inner PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/compute/inner/disk_service.proto -) -target_proto_addincls(yc_private-compute-inner - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(yc_private-compute-inner - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(yc_private-compute-inner - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/public/api/client/yc_private/iam/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/api/client/yc_private/iam/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 3ce95f5802b..00000000000 --- a/contrib/ydb/public/api/client/yc_private/iam/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,177 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(client-yc_private-iam) -set_property(TARGET client-yc_private-iam PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(client-yc_private-iam PUBLIC - contrib-libs-googleapis-common-protos - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - client-yc_private-operation - contrib-libs-protobuf -) -target_proto_messages(client-yc_private-iam PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/iam/iam_token_service_subject.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/iam/iam_token_service.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/iam/iam_token.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/iam/oauth_request.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/iam/reference.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/iam/service_account_service.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/iam/service_account.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/iam/user_account_service.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/iam/user_account.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/iam/yandex_passport_cookie.proto -) -target_proto_addincls(client-yc_private-iam - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(client-yc_private-iam - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(client-yc_private-iam - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/public/api/client/yc_private/iam/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/api/client/yc_private/iam/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d161f50b0a7..00000000000 --- a/contrib/ydb/public/api/client/yc_private/iam/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,178 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(client-yc_private-iam) -set_property(TARGET client-yc_private-iam PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(client-yc_private-iam PUBLIC - contrib-libs-googleapis-common-protos - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - client-yc_private-operation - contrib-libs-protobuf -) -target_proto_messages(client-yc_private-iam PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/iam/iam_token_service_subject.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/iam/iam_token_service.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/iam/iam_token.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/iam/oauth_request.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/iam/reference.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/iam/service_account_service.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/iam/service_account.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/iam/user_account_service.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/iam/user_account.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/iam/yandex_passport_cookie.proto -) -target_proto_addincls(client-yc_private-iam - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(client-yc_private-iam - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(client-yc_private-iam - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/public/api/client/yc_private/iam/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/api/client/yc_private/iam/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d161f50b0a7..00000000000 --- a/contrib/ydb/public/api/client/yc_private/iam/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,178 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(client-yc_private-iam) -set_property(TARGET client-yc_private-iam PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(client-yc_private-iam PUBLIC - contrib-libs-googleapis-common-protos - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - client-yc_private-operation - contrib-libs-protobuf -) -target_proto_messages(client-yc_private-iam PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/iam/iam_token_service_subject.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/iam/iam_token_service.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/iam/iam_token.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/iam/oauth_request.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/iam/reference.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/iam/service_account_service.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/iam/service_account.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/iam/user_account_service.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/iam/user_account.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/iam/yandex_passport_cookie.proto -) -target_proto_addincls(client-yc_private-iam - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(client-yc_private-iam - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(client-yc_private-iam - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/public/api/client/yc_private/iam/CMakeLists.txt b/contrib/ydb/public/api/client/yc_private/iam/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/api/client/yc_private/iam/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/api/client/yc_private/iam/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/api/client/yc_private/iam/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 3ce95f5802b..00000000000 --- a/contrib/ydb/public/api/client/yc_private/iam/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,177 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(client-yc_private-iam) -set_property(TARGET client-yc_private-iam PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(client-yc_private-iam PUBLIC - contrib-libs-googleapis-common-protos - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - client-yc_private-operation - contrib-libs-protobuf -) -target_proto_messages(client-yc_private-iam PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/iam/iam_token_service_subject.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/iam/iam_token_service.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/iam/iam_token.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/iam/oauth_request.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/iam/reference.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/iam/service_account_service.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/iam/service_account.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/iam/user_account_service.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/iam/user_account.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/iam/yandex_passport_cookie.proto -) -target_proto_addincls(client-yc_private-iam - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(client-yc_private-iam - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(client-yc_private-iam - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/public/api/client/yc_private/kms/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/api/client/yc_private/kms/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6fb5f83065e..00000000000 --- a/contrib/ydb/public/api/client/yc_private/kms/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,74 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(asymmetricencryption) -add_subdirectory(asymmetricsignature) -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(client-yc_private-kms) -set_property(TARGET client-yc_private-kms PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(client-yc_private-kms PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - yc_private-kms-asymmetricencryption - yc_private-kms-asymmetricsignature - contrib-libs-protobuf -) -target_proto_messages(client-yc_private-kms PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/kms/symmetric_crypto_service.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/kms/symmetric_key.proto -) -target_proto_addincls(client-yc_private-kms - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(client-yc_private-kms - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(client-yc_private-kms - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/public/api/client/yc_private/kms/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/api/client/yc_private/kms/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 982828ff282..00000000000 --- a/contrib/ydb/public/api/client/yc_private/kms/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,75 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(asymmetricencryption) -add_subdirectory(asymmetricsignature) -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(client-yc_private-kms) -set_property(TARGET client-yc_private-kms PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(client-yc_private-kms PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - yc_private-kms-asymmetricencryption - yc_private-kms-asymmetricsignature - contrib-libs-protobuf -) -target_proto_messages(client-yc_private-kms PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/kms/symmetric_crypto_service.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/kms/symmetric_key.proto -) -target_proto_addincls(client-yc_private-kms - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(client-yc_private-kms - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(client-yc_private-kms - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/public/api/client/yc_private/kms/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/api/client/yc_private/kms/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 982828ff282..00000000000 --- a/contrib/ydb/public/api/client/yc_private/kms/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,75 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(asymmetricencryption) -add_subdirectory(asymmetricsignature) -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(client-yc_private-kms) -set_property(TARGET client-yc_private-kms PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(client-yc_private-kms PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - yc_private-kms-asymmetricencryption - yc_private-kms-asymmetricsignature - contrib-libs-protobuf -) -target_proto_messages(client-yc_private-kms PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/kms/symmetric_crypto_service.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/kms/symmetric_key.proto -) -target_proto_addincls(client-yc_private-kms - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(client-yc_private-kms - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(client-yc_private-kms - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/public/api/client/yc_private/kms/CMakeLists.txt b/contrib/ydb/public/api/client/yc_private/kms/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/api/client/yc_private/kms/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/api/client/yc_private/kms/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/api/client/yc_private/kms/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 6fb5f83065e..00000000000 --- a/contrib/ydb/public/api/client/yc_private/kms/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,74 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(asymmetricencryption) -add_subdirectory(asymmetricsignature) -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(client-yc_private-kms) -set_property(TARGET client-yc_private-kms PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(client-yc_private-kms PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - yc_private-kms-asymmetricencryption - yc_private-kms-asymmetricsignature - contrib-libs-protobuf -) -target_proto_messages(client-yc_private-kms PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/kms/symmetric_crypto_service.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/kms/symmetric_key.proto -) -target_proto_addincls(client-yc_private-kms - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(client-yc_private-kms - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(client-yc_private-kms - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/public/api/client/yc_private/kms/asymmetricencryption/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/api/client/yc_private/kms/asymmetricencryption/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 9c5a9117204..00000000000 --- a/contrib/ydb/public/api/client/yc_private/kms/asymmetricencryption/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,57 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(yc_private-kms-asymmetricencryption) -set_property(TARGET yc_private-kms-asymmetricencryption PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(yc_private-kms-asymmetricencryption PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - contrib-libs-protobuf -) -target_proto_messages(yc_private-kms-asymmetricencryption PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/kms/asymmetricencryption/asymmetric_encryption_key.proto -) -target_proto_addincls(yc_private-kms-asymmetricencryption - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(yc_private-kms-asymmetricencryption - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(yc_private-kms-asymmetricencryption - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/public/api/client/yc_private/kms/asymmetricencryption/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/api/client/yc_private/kms/asymmetricencryption/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a3201994bca..00000000000 --- a/contrib/ydb/public/api/client/yc_private/kms/asymmetricencryption/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,58 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(yc_private-kms-asymmetricencryption) -set_property(TARGET yc_private-kms-asymmetricencryption PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(yc_private-kms-asymmetricencryption PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - contrib-libs-protobuf -) -target_proto_messages(yc_private-kms-asymmetricencryption PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/kms/asymmetricencryption/asymmetric_encryption_key.proto -) -target_proto_addincls(yc_private-kms-asymmetricencryption - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(yc_private-kms-asymmetricencryption - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(yc_private-kms-asymmetricencryption - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/public/api/client/yc_private/kms/asymmetricencryption/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/api/client/yc_private/kms/asymmetricencryption/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a3201994bca..00000000000 --- a/contrib/ydb/public/api/client/yc_private/kms/asymmetricencryption/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,58 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(yc_private-kms-asymmetricencryption) -set_property(TARGET yc_private-kms-asymmetricencryption PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(yc_private-kms-asymmetricencryption PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - contrib-libs-protobuf -) -target_proto_messages(yc_private-kms-asymmetricencryption PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/kms/asymmetricencryption/asymmetric_encryption_key.proto -) -target_proto_addincls(yc_private-kms-asymmetricencryption - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(yc_private-kms-asymmetricencryption - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(yc_private-kms-asymmetricencryption - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/public/api/client/yc_private/kms/asymmetricencryption/CMakeLists.txt b/contrib/ydb/public/api/client/yc_private/kms/asymmetricencryption/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/api/client/yc_private/kms/asymmetricencryption/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/api/client/yc_private/kms/asymmetricencryption/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/api/client/yc_private/kms/asymmetricencryption/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 9c5a9117204..00000000000 --- a/contrib/ydb/public/api/client/yc_private/kms/asymmetricencryption/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,57 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(yc_private-kms-asymmetricencryption) -set_property(TARGET yc_private-kms-asymmetricencryption PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(yc_private-kms-asymmetricencryption PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - contrib-libs-protobuf -) -target_proto_messages(yc_private-kms-asymmetricencryption PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/kms/asymmetricencryption/asymmetric_encryption_key.proto -) -target_proto_addincls(yc_private-kms-asymmetricencryption - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(yc_private-kms-asymmetricencryption - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(yc_private-kms-asymmetricencryption - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/public/api/client/yc_private/kms/asymmetricsignature/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/api/client/yc_private/kms/asymmetricsignature/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 3ea6ee631d2..00000000000 --- a/contrib/ydb/public/api/client/yc_private/kms/asymmetricsignature/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,57 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(yc_private-kms-asymmetricsignature) -set_property(TARGET yc_private-kms-asymmetricsignature PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(yc_private-kms-asymmetricsignature PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - contrib-libs-protobuf -) -target_proto_messages(yc_private-kms-asymmetricsignature PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/kms/asymmetricsignature/asymmetric_signature_key.proto -) -target_proto_addincls(yc_private-kms-asymmetricsignature - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(yc_private-kms-asymmetricsignature - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(yc_private-kms-asymmetricsignature - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/public/api/client/yc_private/kms/asymmetricsignature/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/api/client/yc_private/kms/asymmetricsignature/CMakeLists.linux-aarch64.txt deleted file mode 100644 index fc981af0d36..00000000000 --- a/contrib/ydb/public/api/client/yc_private/kms/asymmetricsignature/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,58 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(yc_private-kms-asymmetricsignature) -set_property(TARGET yc_private-kms-asymmetricsignature PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(yc_private-kms-asymmetricsignature PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - contrib-libs-protobuf -) -target_proto_messages(yc_private-kms-asymmetricsignature PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/kms/asymmetricsignature/asymmetric_signature_key.proto -) -target_proto_addincls(yc_private-kms-asymmetricsignature - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(yc_private-kms-asymmetricsignature - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(yc_private-kms-asymmetricsignature - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/public/api/client/yc_private/kms/asymmetricsignature/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/api/client/yc_private/kms/asymmetricsignature/CMakeLists.linux-x86_64.txt deleted file mode 100644 index fc981af0d36..00000000000 --- a/contrib/ydb/public/api/client/yc_private/kms/asymmetricsignature/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,58 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(yc_private-kms-asymmetricsignature) -set_property(TARGET yc_private-kms-asymmetricsignature PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(yc_private-kms-asymmetricsignature PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - contrib-libs-protobuf -) -target_proto_messages(yc_private-kms-asymmetricsignature PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/kms/asymmetricsignature/asymmetric_signature_key.proto -) -target_proto_addincls(yc_private-kms-asymmetricsignature - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(yc_private-kms-asymmetricsignature - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(yc_private-kms-asymmetricsignature - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/public/api/client/yc_private/kms/asymmetricsignature/CMakeLists.txt b/contrib/ydb/public/api/client/yc_private/kms/asymmetricsignature/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/api/client/yc_private/kms/asymmetricsignature/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/api/client/yc_private/kms/asymmetricsignature/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/api/client/yc_private/kms/asymmetricsignature/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 3ea6ee631d2..00000000000 --- a/contrib/ydb/public/api/client/yc_private/kms/asymmetricsignature/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,57 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(yc_private-kms-asymmetricsignature) -set_property(TARGET yc_private-kms-asymmetricsignature PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(yc_private-kms-asymmetricsignature PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - contrib-libs-protobuf -) -target_proto_messages(yc_private-kms-asymmetricsignature PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/kms/asymmetricsignature/asymmetric_signature_key.proto -) -target_proto_addincls(yc_private-kms-asymmetricsignature - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(yc_private-kms-asymmetricsignature - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(yc_private-kms-asymmetricsignature - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/public/api/client/yc_private/operation/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/api/client/yc_private/operation/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2f2aebf7265..00000000000 --- a/contrib/ydb/public/api/client/yc_private/operation/CMakeLists.darwin-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. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(client-yc_private-operation) -set_property(TARGET client-yc_private-operation PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(client-yc_private-operation PUBLIC - contrib-libs-googleapis-common-protos - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - contrib-libs-protobuf -) -target_proto_messages(client-yc_private-operation PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/operation/operation.proto -) -target_proto_addincls(client-yc_private-operation - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(client-yc_private-operation - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(client-yc_private-operation - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/public/api/client/yc_private/operation/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/api/client/yc_private/operation/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d358ac16113..00000000000 --- a/contrib/ydb/public/api/client/yc_private/operation/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(client-yc_private-operation) -set_property(TARGET client-yc_private-operation PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(client-yc_private-operation PUBLIC - contrib-libs-googleapis-common-protos - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - contrib-libs-protobuf -) -target_proto_messages(client-yc_private-operation PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/operation/operation.proto -) -target_proto_addincls(client-yc_private-operation - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(client-yc_private-operation - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(client-yc_private-operation - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/public/api/client/yc_private/operation/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/api/client/yc_private/operation/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d358ac16113..00000000000 --- a/contrib/ydb/public/api/client/yc_private/operation/CMakeLists.linux-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. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(client-yc_private-operation) -set_property(TARGET client-yc_private-operation PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(client-yc_private-operation PUBLIC - contrib-libs-googleapis-common-protos - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - contrib-libs-protobuf -) -target_proto_messages(client-yc_private-operation PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/operation/operation.proto -) -target_proto_addincls(client-yc_private-operation - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(client-yc_private-operation - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(client-yc_private-operation - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/public/api/client/yc_private/operation/CMakeLists.txt b/contrib/ydb/public/api/client/yc_private/operation/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/api/client/yc_private/operation/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/api/client/yc_private/operation/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/api/client/yc_private/operation/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 2f2aebf7265..00000000000 --- a/contrib/ydb/public/api/client/yc_private/operation/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. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(client-yc_private-operation) -set_property(TARGET client-yc_private-operation PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(client-yc_private-operation PUBLIC - contrib-libs-googleapis-common-protos - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - contrib-libs-protobuf -) -target_proto_messages(client-yc_private-operation PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/operation/operation.proto -) -target_proto_addincls(client-yc_private-operation - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(client-yc_private-operation - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(client-yc_private-operation - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/public/api/client/yc_private/resourcemanager/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/api/client/yc_private/resourcemanager/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2e9f9850120..00000000000 --- a/contrib/ydb/public/api/client/yc_private/resourcemanager/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,87 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(client-yc_private-resourcemanager) -set_property(TARGET client-yc_private-resourcemanager PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(client-yc_private-resourcemanager PUBLIC - contrib-libs-googleapis-common-protos - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - client-yc_private-operation - client-yc_private-servicecontrol - contrib-libs-protobuf -) -target_proto_messages(client-yc_private-resourcemanager PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/resourcemanager/folder.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/resourcemanager/transitional/folder_service.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/resourcemanager/folder_service.proto -) -target_proto_addincls(client-yc_private-resourcemanager - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(client-yc_private-resourcemanager - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(client-yc_private-resourcemanager - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/public/api/client/yc_private/resourcemanager/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/api/client/yc_private/resourcemanager/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e8afcdad6e6..00000000000 --- a/contrib/ydb/public/api/client/yc_private/resourcemanager/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,88 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(client-yc_private-resourcemanager) -set_property(TARGET client-yc_private-resourcemanager PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(client-yc_private-resourcemanager PUBLIC - contrib-libs-googleapis-common-protos - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - client-yc_private-operation - client-yc_private-servicecontrol - contrib-libs-protobuf -) -target_proto_messages(client-yc_private-resourcemanager PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/resourcemanager/folder.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/resourcemanager/transitional/folder_service.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/resourcemanager/folder_service.proto -) -target_proto_addincls(client-yc_private-resourcemanager - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(client-yc_private-resourcemanager - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(client-yc_private-resourcemanager - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/public/api/client/yc_private/resourcemanager/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/api/client/yc_private/resourcemanager/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e8afcdad6e6..00000000000 --- a/contrib/ydb/public/api/client/yc_private/resourcemanager/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,88 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(client-yc_private-resourcemanager) -set_property(TARGET client-yc_private-resourcemanager PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(client-yc_private-resourcemanager PUBLIC - contrib-libs-googleapis-common-protos - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - client-yc_private-operation - client-yc_private-servicecontrol - contrib-libs-protobuf -) -target_proto_messages(client-yc_private-resourcemanager PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/resourcemanager/folder.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/resourcemanager/transitional/folder_service.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/resourcemanager/folder_service.proto -) -target_proto_addincls(client-yc_private-resourcemanager - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(client-yc_private-resourcemanager - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(client-yc_private-resourcemanager - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/public/api/client/yc_private/resourcemanager/CMakeLists.txt b/contrib/ydb/public/api/client/yc_private/resourcemanager/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/api/client/yc_private/resourcemanager/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/api/client/yc_private/resourcemanager/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/api/client/yc_private/resourcemanager/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 2e9f9850120..00000000000 --- a/contrib/ydb/public/api/client/yc_private/resourcemanager/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,87 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(client-yc_private-resourcemanager) -set_property(TARGET client-yc_private-resourcemanager PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(client-yc_private-resourcemanager PUBLIC - contrib-libs-googleapis-common-protos - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - client-yc_private-operation - client-yc_private-servicecontrol - contrib-libs-protobuf -) -target_proto_messages(client-yc_private-resourcemanager PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/resourcemanager/folder.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/resourcemanager/transitional/folder_service.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/resourcemanager/folder_service.proto -) -target_proto_addincls(client-yc_private-resourcemanager - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(client-yc_private-resourcemanager - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(client-yc_private-resourcemanager - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/public/api/client/yc_private/servicecontrol/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/api/client/yc_private/servicecontrol/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2ec6ba13df2..00000000000 --- a/contrib/ydb/public/api/client/yc_private/servicecontrol/CMakeLists.darwin-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. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(client-yc_private-servicecontrol) -set_property(TARGET client-yc_private-servicecontrol PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(client-yc_private-servicecontrol PUBLIC - contrib-libs-googleapis-common-protos - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - contrib-libs-protobuf -) -target_proto_messages(client-yc_private-servicecontrol PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/servicecontrol/access_service.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/servicecontrol/resource.proto -) -target_proto_addincls(client-yc_private-servicecontrol - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(client-yc_private-servicecontrol - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(client-yc_private-servicecontrol - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/public/api/client/yc_private/servicecontrol/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/api/client/yc_private/servicecontrol/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 64f39822869..00000000000 --- a/contrib/ydb/public/api/client/yc_private/servicecontrol/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. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(client-yc_private-servicecontrol) -set_property(TARGET client-yc_private-servicecontrol PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(client-yc_private-servicecontrol PUBLIC - contrib-libs-googleapis-common-protos - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - contrib-libs-protobuf -) -target_proto_messages(client-yc_private-servicecontrol PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/servicecontrol/access_service.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/servicecontrol/resource.proto -) -target_proto_addincls(client-yc_private-servicecontrol - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(client-yc_private-servicecontrol - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(client-yc_private-servicecontrol - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/public/api/client/yc_private/servicecontrol/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/api/client/yc_private/servicecontrol/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 64f39822869..00000000000 --- a/contrib/ydb/public/api/client/yc_private/servicecontrol/CMakeLists.linux-x86_64.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. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(client-yc_private-servicecontrol) -set_property(TARGET client-yc_private-servicecontrol PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(client-yc_private-servicecontrol PUBLIC - contrib-libs-googleapis-common-protos - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - contrib-libs-protobuf -) -target_proto_messages(client-yc_private-servicecontrol PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/servicecontrol/access_service.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/servicecontrol/resource.proto -) -target_proto_addincls(client-yc_private-servicecontrol - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(client-yc_private-servicecontrol - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(client-yc_private-servicecontrol - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/public/api/client/yc_private/servicecontrol/CMakeLists.txt b/contrib/ydb/public/api/client/yc_private/servicecontrol/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/api/client/yc_private/servicecontrol/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/api/client/yc_private/servicecontrol/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/api/client/yc_private/servicecontrol/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 2ec6ba13df2..00000000000 --- a/contrib/ydb/public/api/client/yc_private/servicecontrol/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. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(client-yc_private-servicecontrol) -set_property(TARGET client-yc_private-servicecontrol PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(client-yc_private-servicecontrol PUBLIC - contrib-libs-googleapis-common-protos - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - contrib-libs-protobuf -) -target_proto_messages(client-yc_private-servicecontrol PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/servicecontrol/access_service.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_private/servicecontrol/resource.proto -) -target_proto_addincls(client-yc_private-servicecontrol - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(client-yc_private-servicecontrol - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(client-yc_private-servicecontrol - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/public/api/client/yc_public/CMakeLists.txt b/contrib/ydb/public/api/client/yc_public/CMakeLists.txt deleted file mode 100644 index b06a9ba595e..00000000000 --- a/contrib/ydb/public/api/client/yc_public/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. - - -add_subdirectory(common) -add_subdirectory(events) -add_subdirectory(iam) diff --git a/contrib/ydb/public/api/client/yc_public/common/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/api/client/yc_public/common/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index f7d8eb5f8d6..00000000000 --- a/contrib/ydb/public/api/client/yc_public/common/CMakeLists.darwin-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. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(client-yc_public-common) -set_property(TARGET client-yc_public-common PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(client-yc_public-common PUBLIC - contrib-libs-googleapis-common-protos - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - contrib-libs-protobuf -) -target_proto_messages(client-yc_public-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_public/common/validation.proto -) -target_proto_addincls(client-yc_public-common - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(client-yc_public-common - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(client-yc_public-common - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/public/api/client/yc_public/common/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/api/client/yc_public/common/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 476d08c40d4..00000000000 --- a/contrib/ydb/public/api/client/yc_public/common/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(client-yc_public-common) -set_property(TARGET client-yc_public-common PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(client-yc_public-common PUBLIC - contrib-libs-googleapis-common-protos - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - contrib-libs-protobuf -) -target_proto_messages(client-yc_public-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_public/common/validation.proto -) -target_proto_addincls(client-yc_public-common - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(client-yc_public-common - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(client-yc_public-common - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/public/api/client/yc_public/common/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/api/client/yc_public/common/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 476d08c40d4..00000000000 --- a/contrib/ydb/public/api/client/yc_public/common/CMakeLists.linux-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. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(client-yc_public-common) -set_property(TARGET client-yc_public-common PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(client-yc_public-common PUBLIC - contrib-libs-googleapis-common-protos - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - contrib-libs-protobuf -) -target_proto_messages(client-yc_public-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_public/common/validation.proto -) -target_proto_addincls(client-yc_public-common - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(client-yc_public-common - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(client-yc_public-common - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/public/api/client/yc_public/common/CMakeLists.txt b/contrib/ydb/public/api/client/yc_public/common/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/api/client/yc_public/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/api/client/yc_public/common/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/api/client/yc_public/common/CMakeLists.windows-x86_64.txt deleted file mode 100644 index f7d8eb5f8d6..00000000000 --- a/contrib/ydb/public/api/client/yc_public/common/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. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(client-yc_public-common) -set_property(TARGET client-yc_public-common PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(client-yc_public-common PUBLIC - contrib-libs-googleapis-common-protos - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - contrib-libs-protobuf -) -target_proto_messages(client-yc_public-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_public/common/validation.proto -) -target_proto_addincls(client-yc_public-common - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(client-yc_public-common - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(client-yc_public-common - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/public/api/client/yc_public/events/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/api/client/yc_public/events/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 52e22890543..00000000000 --- a/contrib/ydb/public/api/client/yc_public/events/CMakeLists.darwin-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. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(client-yc_public-events) -set_property(TARGET client-yc_public-events PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(client-yc_public-events PUBLIC - contrib-libs-googleapis-common-protos - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - client-yc_public-common - contrib-libs-protobuf -) -target_proto_messages(client-yc_public-events PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_public/events/options.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_public/events/common.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_public/events/yq.proto -) -target_proto_addincls(client-yc_public-events - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(client-yc_public-events - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(client-yc_public-events - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/public/api/client/yc_public/events/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/api/client/yc_public/events/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 812a8dac423..00000000000 --- a/contrib/ydb/public/api/client/yc_public/events/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,87 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(client-yc_public-events) -set_property(TARGET client-yc_public-events PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(client-yc_public-events PUBLIC - contrib-libs-googleapis-common-protos - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - client-yc_public-common - contrib-libs-protobuf -) -target_proto_messages(client-yc_public-events PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_public/events/options.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_public/events/common.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_public/events/yq.proto -) -target_proto_addincls(client-yc_public-events - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(client-yc_public-events - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(client-yc_public-events - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/public/api/client/yc_public/events/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/api/client/yc_public/events/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 812a8dac423..00000000000 --- a/contrib/ydb/public/api/client/yc_public/events/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,87 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(client-yc_public-events) -set_property(TARGET client-yc_public-events PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(client-yc_public-events PUBLIC - contrib-libs-googleapis-common-protos - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - client-yc_public-common - contrib-libs-protobuf -) -target_proto_messages(client-yc_public-events PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_public/events/options.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_public/events/common.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_public/events/yq.proto -) -target_proto_addincls(client-yc_public-events - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(client-yc_public-events - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(client-yc_public-events - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/public/api/client/yc_public/events/CMakeLists.txt b/contrib/ydb/public/api/client/yc_public/events/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/api/client/yc_public/events/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/api/client/yc_public/events/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/api/client/yc_public/events/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 52e22890543..00000000000 --- a/contrib/ydb/public/api/client/yc_public/events/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. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(client-yc_public-events) -set_property(TARGET client-yc_public-events PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(client-yc_public-events PUBLIC - contrib-libs-googleapis-common-protos - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - client-yc_public-common - contrib-libs-protobuf -) -target_proto_messages(client-yc_public-events PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_public/events/options.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_public/events/common.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_public/events/yq.proto -) -target_proto_addincls(client-yc_public-events - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(client-yc_public-events - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(client-yc_public-events - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/public/api/client/yc_public/iam/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/api/client/yc_public/iam/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 739b50e4b50..00000000000 --- a/contrib/ydb/public/api/client/yc_public/iam/CMakeLists.darwin-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. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(client-yc_public-iam) -set_property(TARGET client-yc_public-iam PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(client-yc_public-iam PUBLIC - contrib-libs-googleapis-common-protos - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - client-yc_public-common - contrib-libs-protobuf -) -target_proto_messages(client-yc_public-iam PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_public/iam/iam_token_service.proto -) -target_proto_addincls(client-yc_public-iam - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(client-yc_public-iam - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(client-yc_public-iam - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/public/api/client/yc_public/iam/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/api/client/yc_public/iam/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 8fe43cf59f1..00000000000 --- a/contrib/ydb/public/api/client/yc_public/iam/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(client-yc_public-iam) -set_property(TARGET client-yc_public-iam PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(client-yc_public-iam PUBLIC - contrib-libs-googleapis-common-protos - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - client-yc_public-common - contrib-libs-protobuf -) -target_proto_messages(client-yc_public-iam PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_public/iam/iam_token_service.proto -) -target_proto_addincls(client-yc_public-iam - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(client-yc_public-iam - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(client-yc_public-iam - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/public/api/client/yc_public/iam/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/api/client/yc_public/iam/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 8fe43cf59f1..00000000000 --- a/contrib/ydb/public/api/client/yc_public/iam/CMakeLists.linux-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. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(client-yc_public-iam) -set_property(TARGET client-yc_public-iam PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(client-yc_public-iam PUBLIC - contrib-libs-googleapis-common-protos - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - client-yc_public-common - contrib-libs-protobuf -) -target_proto_messages(client-yc_public-iam PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_public/iam/iam_token_service.proto -) -target_proto_addincls(client-yc_public-iam - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(client-yc_public-iam - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(client-yc_public-iam - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/public/api/client/yc_public/iam/CMakeLists.txt b/contrib/ydb/public/api/client/yc_public/iam/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/api/client/yc_public/iam/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/api/client/yc_public/iam/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/api/client/yc_public/iam/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 739b50e4b50..00000000000 --- a/contrib/ydb/public/api/client/yc_public/iam/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. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(client-yc_public-iam) -set_property(TARGET client-yc_public-iam PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(client-yc_public-iam PUBLIC - contrib-libs-googleapis-common-protos - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - client-yc_public-common - contrib-libs-protobuf -) -target_proto_messages(client-yc_public-iam PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/client/yc_public/iam/iam_token_service.proto -) -target_proto_addincls(client-yc_public-iam - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/googleapis-common-protos - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(client-yc_public-iam - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(client-yc_public-iam - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/public/api/grpc/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/api/grpc/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index cdcf8723fa5..00000000000 --- a/contrib/ydb/public/api/grpc/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,254 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(draft) -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(api-grpc) -set_property(TARGET api-grpc PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(api-grpc PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - api-protos - contrib-libs-protobuf -) -target_proto_messages(api-grpc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/ydb_federation_discovery_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/ydb_auth_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/ydb_cms_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/ydb_coordination_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/ydb_discovery_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/ydb_export_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/ydb_import_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/ydb_monitoring_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/ydb_operation_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/ydb_query_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/ydb_rate_limiter_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/ydb_scheme_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/ydb_scripting_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/ydb_table_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/ydb_topic_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/ydb_keyvalue_v1.proto -) -target_proto_addincls(api-grpc - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(api-grpc - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(api-grpc - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/public/api/grpc/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/api/grpc/CMakeLists.linux-aarch64.txt deleted file mode 100644 index c50f6d0b8ee..00000000000 --- a/contrib/ydb/public/api/grpc/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,255 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(draft) -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(api-grpc) -set_property(TARGET api-grpc PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(api-grpc PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - api-protos - contrib-libs-protobuf -) -target_proto_messages(api-grpc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/ydb_federation_discovery_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/ydb_auth_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/ydb_cms_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/ydb_coordination_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/ydb_discovery_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/ydb_export_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/ydb_import_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/ydb_monitoring_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/ydb_operation_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/ydb_query_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/ydb_rate_limiter_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/ydb_scheme_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/ydb_scripting_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/ydb_table_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/ydb_topic_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/ydb_keyvalue_v1.proto -) -target_proto_addincls(api-grpc - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(api-grpc - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(api-grpc - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/public/api/grpc/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/api/grpc/CMakeLists.linux-x86_64.txt deleted file mode 100644 index c50f6d0b8ee..00000000000 --- a/contrib/ydb/public/api/grpc/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,255 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(draft) -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(api-grpc) -set_property(TARGET api-grpc PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(api-grpc PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - api-protos - contrib-libs-protobuf -) -target_proto_messages(api-grpc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/ydb_federation_discovery_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/ydb_auth_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/ydb_cms_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/ydb_coordination_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/ydb_discovery_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/ydb_export_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/ydb_import_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/ydb_monitoring_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/ydb_operation_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/ydb_query_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/ydb_rate_limiter_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/ydb_scheme_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/ydb_scripting_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/ydb_table_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/ydb_topic_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/ydb_keyvalue_v1.proto -) -target_proto_addincls(api-grpc - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(api-grpc - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(api-grpc - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/public/api/grpc/CMakeLists.txt b/contrib/ydb/public/api/grpc/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/api/grpc/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/api/grpc/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/api/grpc/CMakeLists.windows-x86_64.txt deleted file mode 100644 index cdcf8723fa5..00000000000 --- a/contrib/ydb/public/api/grpc/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,254 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(draft) -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(api-grpc) -set_property(TARGET api-grpc PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(api-grpc PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - api-protos - contrib-libs-protobuf -) -target_proto_messages(api-grpc PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/ydb_federation_discovery_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/ydb_auth_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/ydb_cms_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/ydb_coordination_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/ydb_discovery_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/ydb_export_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/ydb_import_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/ydb_monitoring_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/ydb_operation_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/ydb_query_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/ydb_rate_limiter_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/ydb_scheme_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/ydb_scripting_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/ydb_table_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/ydb_topic_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/ydb_keyvalue_v1.proto -) -target_proto_addincls(api-grpc - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(api-grpc - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(api-grpc - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/public/api/grpc/draft/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/api/grpc/draft/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index ee9ebead587..00000000000 --- a/contrib/ydb/public/api/grpc/draft/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,162 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(api-grpc-draft) -set_property(TARGET api-grpc-draft PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(api-grpc-draft PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - api-protos - contrib-libs-protobuf -) -target_proto_messages(api-grpc-draft PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/draft/dummy.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/draft/fq_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/draft/ydb_clickhouse_internal_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/draft/ydb_persqueue_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/draft/ydb_datastreams_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/draft/ydb_long_tx_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/draft/ydb_maintenance_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/draft/ydb_logstore_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/draft/ydb_dynamic_config_v1.proto -) -target_proto_addincls(api-grpc-draft - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(api-grpc-draft - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(api-grpc-draft - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/public/api/grpc/draft/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/api/grpc/draft/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a85939bd541..00000000000 --- a/contrib/ydb/public/api/grpc/draft/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,163 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(api-grpc-draft) -set_property(TARGET api-grpc-draft PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(api-grpc-draft PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - api-protos - contrib-libs-protobuf -) -target_proto_messages(api-grpc-draft PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/draft/dummy.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/draft/fq_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/draft/ydb_clickhouse_internal_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/draft/ydb_persqueue_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/draft/ydb_datastreams_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/draft/ydb_long_tx_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/draft/ydb_maintenance_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/draft/ydb_logstore_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/draft/ydb_dynamic_config_v1.proto -) -target_proto_addincls(api-grpc-draft - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(api-grpc-draft - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(api-grpc-draft - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/public/api/grpc/draft/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/api/grpc/draft/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a85939bd541..00000000000 --- a/contrib/ydb/public/api/grpc/draft/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,163 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(api-grpc-draft) -set_property(TARGET api-grpc-draft PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(api-grpc-draft PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - api-protos - contrib-libs-protobuf -) -target_proto_messages(api-grpc-draft PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/draft/dummy.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/draft/fq_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/draft/ydb_clickhouse_internal_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/draft/ydb_persqueue_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/draft/ydb_datastreams_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/draft/ydb_long_tx_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/draft/ydb_maintenance_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/draft/ydb_logstore_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/draft/ydb_dynamic_config_v1.proto -) -target_proto_addincls(api-grpc-draft - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(api-grpc-draft - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(api-grpc-draft - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/public/api/grpc/draft/CMakeLists.txt b/contrib/ydb/public/api/grpc/draft/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/api/grpc/draft/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/api/grpc/draft/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/api/grpc/draft/CMakeLists.windows-x86_64.txt deleted file mode 100644 index ee9ebead587..00000000000 --- a/contrib/ydb/public/api/grpc/draft/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,162 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(api-grpc-draft) -set_property(TARGET api-grpc-draft PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(api-grpc-draft PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - api-protos - contrib-libs-protobuf -) -target_proto_messages(api-grpc-draft PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/draft/dummy.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/draft/fq_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/draft/ydb_clickhouse_internal_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/draft/ydb_persqueue_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/draft/ydb_datastreams_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/draft/ydb_long_tx_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/draft/ydb_maintenance_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/draft/ydb_logstore_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/grpc/draft/ydb_dynamic_config_v1.proto -) -target_proto_addincls(api-grpc-draft - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(api-grpc-draft - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(api-grpc-draft - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/public/api/protos/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/api/protos/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c1abeba2d25..00000000000 --- a/contrib/ydb/public/api/protos/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,530 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(annotations) -add_subdirectory(out) -get_built_tool_path( - TOOL_validation_bin - TOOL_validation_dependency - contrib/ydb/public/lib/validation - validation -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(api-protos) -target_link_libraries(api-protos PUBLIC - contrib-libs-cxxsupp - yutil - api-protos-annotations - tools-enum_parser-enum_serialization_runtime - contrib-libs-protobuf -) -target_proto_messages(api-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/draft/datastreams.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/draft/fq.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/draft/persqueue_common.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/draft/persqueue_error_codes.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/draft/ydb_long_tx.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/draft/ydb_maintenance.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/draft/ydb_logstore.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/draft/ydb_dynamic_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_federation_discovery.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/persqueue_error_codes_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_auth.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_persqueue_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_persqueue_cluster_discovery.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_clickhouse_internal.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_cms.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_common.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_coordination.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_discovery.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_export.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_formats.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_import.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_issue_message.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_monitoring.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_operation.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_query_stats.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_query.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_rate_limiter.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_scheme.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_scripting.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_status_codes.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_table.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_topic.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_value.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_keyvalue.proto -) -generate_enum_serilization(api-protos - ${CMAKE_BINARY_DIR}/contrib/ydb/public/api/protos/draft/persqueue_common.pb.h - INCLUDE_HEADERS - contrib/ydb/public/api/protos/draft/persqueue_common.pb.h -) -generate_enum_serilization(api-protos - ${CMAKE_BINARY_DIR}/contrib/ydb/public/api/protos/ydb_persqueue_cluster_discovery.pb.h - INCLUDE_HEADERS - contrib/ydb/public/api/protos/ydb_persqueue_cluster_discovery.pb.h -) -generate_enum_serilization(api-protos - ${CMAKE_BINARY_DIR}/contrib/ydb/public/api/protos/draft/datastreams.pb.h - INCLUDE_HEADERS - contrib/ydb/public/api/protos/draft/datastreams.pb.h -) -generate_enum_serilization(api-protos - ${CMAKE_BINARY_DIR}/contrib/ydb/public/api/protos/ydb_topic.pb.h - INCLUDE_HEADERS - contrib/ydb/public/api/protos/ydb_topic.pb.h -) -target_proto_addincls(api-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(api-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(api-protos - validation - validation -) diff --git a/contrib/ydb/public/api/protos/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/api/protos/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 264c3c4fb7e..00000000000 --- a/contrib/ydb/public/api/protos/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,531 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(annotations) -add_subdirectory(out) -get_built_tool_path( - TOOL_validation_bin - TOOL_validation_dependency - contrib/ydb/public/lib/validation - validation -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(api-protos) -target_link_libraries(api-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - api-protos-annotations - tools-enum_parser-enum_serialization_runtime - contrib-libs-protobuf -) -target_proto_messages(api-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/draft/datastreams.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/draft/fq.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/draft/persqueue_common.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/draft/persqueue_error_codes.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/draft/ydb_long_tx.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/draft/ydb_maintenance.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/draft/ydb_logstore.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/draft/ydb_dynamic_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_federation_discovery.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/persqueue_error_codes_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_auth.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_persqueue_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_persqueue_cluster_discovery.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_clickhouse_internal.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_cms.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_common.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_coordination.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_discovery.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_export.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_formats.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_import.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_issue_message.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_monitoring.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_operation.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_query_stats.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_query.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_rate_limiter.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_scheme.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_scripting.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_status_codes.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_table.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_topic.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_value.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_keyvalue.proto -) -generate_enum_serilization(api-protos - ${CMAKE_BINARY_DIR}/contrib/ydb/public/api/protos/draft/persqueue_common.pb.h - INCLUDE_HEADERS - contrib/ydb/public/api/protos/draft/persqueue_common.pb.h -) -generate_enum_serilization(api-protos - ${CMAKE_BINARY_DIR}/contrib/ydb/public/api/protos/ydb_persqueue_cluster_discovery.pb.h - INCLUDE_HEADERS - contrib/ydb/public/api/protos/ydb_persqueue_cluster_discovery.pb.h -) -generate_enum_serilization(api-protos - ${CMAKE_BINARY_DIR}/contrib/ydb/public/api/protos/draft/datastreams.pb.h - INCLUDE_HEADERS - contrib/ydb/public/api/protos/draft/datastreams.pb.h -) -generate_enum_serilization(api-protos - ${CMAKE_BINARY_DIR}/contrib/ydb/public/api/protos/ydb_topic.pb.h - INCLUDE_HEADERS - contrib/ydb/public/api/protos/ydb_topic.pb.h -) -target_proto_addincls(api-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(api-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(api-protos - validation - validation -) diff --git a/contrib/ydb/public/api/protos/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/api/protos/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 264c3c4fb7e..00000000000 --- a/contrib/ydb/public/api/protos/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,531 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(annotations) -add_subdirectory(out) -get_built_tool_path( - TOOL_validation_bin - TOOL_validation_dependency - contrib/ydb/public/lib/validation - validation -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(api-protos) -target_link_libraries(api-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - api-protos-annotations - tools-enum_parser-enum_serialization_runtime - contrib-libs-protobuf -) -target_proto_messages(api-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/draft/datastreams.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/draft/fq.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/draft/persqueue_common.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/draft/persqueue_error_codes.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/draft/ydb_long_tx.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/draft/ydb_maintenance.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/draft/ydb_logstore.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/draft/ydb_dynamic_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_federation_discovery.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/persqueue_error_codes_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_auth.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_persqueue_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_persqueue_cluster_discovery.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_clickhouse_internal.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_cms.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_common.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_coordination.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_discovery.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_export.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_formats.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_import.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_issue_message.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_monitoring.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_operation.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_query_stats.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_query.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_rate_limiter.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_scheme.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_scripting.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_status_codes.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_table.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_topic.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_value.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_keyvalue.proto -) -generate_enum_serilization(api-protos - ${CMAKE_BINARY_DIR}/contrib/ydb/public/api/protos/draft/persqueue_common.pb.h - INCLUDE_HEADERS - contrib/ydb/public/api/protos/draft/persqueue_common.pb.h -) -generate_enum_serilization(api-protos - ${CMAKE_BINARY_DIR}/contrib/ydb/public/api/protos/ydb_persqueue_cluster_discovery.pb.h - INCLUDE_HEADERS - contrib/ydb/public/api/protos/ydb_persqueue_cluster_discovery.pb.h -) -generate_enum_serilization(api-protos - ${CMAKE_BINARY_DIR}/contrib/ydb/public/api/protos/draft/datastreams.pb.h - INCLUDE_HEADERS - contrib/ydb/public/api/protos/draft/datastreams.pb.h -) -generate_enum_serilization(api-protos - ${CMAKE_BINARY_DIR}/contrib/ydb/public/api/protos/ydb_topic.pb.h - INCLUDE_HEADERS - contrib/ydb/public/api/protos/ydb_topic.pb.h -) -target_proto_addincls(api-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(api-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(api-protos - validation - validation -) diff --git a/contrib/ydb/public/api/protos/CMakeLists.txt b/contrib/ydb/public/api/protos/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/api/protos/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/api/protos/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/api/protos/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c1abeba2d25..00000000000 --- a/contrib/ydb/public/api/protos/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,530 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(annotations) -add_subdirectory(out) -get_built_tool_path( - TOOL_validation_bin - TOOL_validation_dependency - contrib/ydb/public/lib/validation - validation -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(api-protos) -target_link_libraries(api-protos PUBLIC - contrib-libs-cxxsupp - yutil - api-protos-annotations - tools-enum_parser-enum_serialization_runtime - contrib-libs-protobuf -) -target_proto_messages(api-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/draft/datastreams.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/draft/fq.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/draft/persqueue_common.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/draft/persqueue_error_codes.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/draft/ydb_long_tx.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/draft/ydb_maintenance.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/draft/ydb_logstore.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/draft/ydb_dynamic_config.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_federation_discovery.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/persqueue_error_codes_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_auth.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_persqueue_v1.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_persqueue_cluster_discovery.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_clickhouse_internal.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_cms.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_common.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_coordination.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_discovery.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_export.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_formats.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_import.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_issue_message.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_monitoring.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_operation.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_query_stats.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_query.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_rate_limiter.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_scheme.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_scripting.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_status_codes.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_table.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_topic.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_value.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/ydb_keyvalue.proto -) -generate_enum_serilization(api-protos - ${CMAKE_BINARY_DIR}/contrib/ydb/public/api/protos/draft/persqueue_common.pb.h - INCLUDE_HEADERS - contrib/ydb/public/api/protos/draft/persqueue_common.pb.h -) -generate_enum_serilization(api-protos - ${CMAKE_BINARY_DIR}/contrib/ydb/public/api/protos/ydb_persqueue_cluster_discovery.pb.h - INCLUDE_HEADERS - contrib/ydb/public/api/protos/ydb_persqueue_cluster_discovery.pb.h -) -generate_enum_serilization(api-protos - ${CMAKE_BINARY_DIR}/contrib/ydb/public/api/protos/draft/datastreams.pb.h - INCLUDE_HEADERS - contrib/ydb/public/api/protos/draft/datastreams.pb.h -) -generate_enum_serilization(api-protos - ${CMAKE_BINARY_DIR}/contrib/ydb/public/api/protos/ydb_topic.pb.h - INCLUDE_HEADERS - contrib/ydb/public/api/protos/ydb_topic.pb.h -) -target_proto_addincls(api-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(api-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(api-protos - validation - validation -) diff --git a/contrib/ydb/public/api/protos/annotations/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/api/protos/annotations/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 44f140183f5..00000000000 --- a/contrib/ydb/public/api/protos/annotations/CMakeLists.darwin-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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(api-protos-annotations) -target_link_libraries(api-protos-annotations PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(api-protos-annotations PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/annotations/sensitive.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/annotations/validation.proto -) -target_proto_addincls(api-protos-annotations - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(api-protos-annotations - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/public/api/protos/annotations/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/api/protos/annotations/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 31b13a77193..00000000000 --- a/contrib/ydb/public/api/protos/annotations/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,57 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(api-protos-annotations) -target_link_libraries(api-protos-annotations PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(api-protos-annotations PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/annotations/sensitive.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/annotations/validation.proto -) -target_proto_addincls(api-protos-annotations - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(api-protos-annotations - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/public/api/protos/annotations/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/api/protos/annotations/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 31b13a77193..00000000000 --- a/contrib/ydb/public/api/protos/annotations/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,57 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(api-protos-annotations) -target_link_libraries(api-protos-annotations PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(api-protos-annotations PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/annotations/sensitive.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/annotations/validation.proto -) -target_proto_addincls(api-protos-annotations - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(api-protos-annotations - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/public/api/protos/annotations/CMakeLists.txt b/contrib/ydb/public/api/protos/annotations/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/api/protos/annotations/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/api/protos/annotations/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/api/protos/annotations/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 44f140183f5..00000000000 --- a/contrib/ydb/public/api/protos/annotations/CMakeLists.windows-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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(api-protos-annotations) -target_link_libraries(api-protos-annotations PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(api-protos-annotations PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/annotations/sensitive.proto - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/annotations/validation.proto -) -target_proto_addincls(api-protos-annotations - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(api-protos-annotations - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/public/api/protos/out/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/api/protos/out/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index adb8eeb9893..00000000000 --- a/contrib/ydb/public/api/protos/out/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(api-protos-out) -target_link_libraries(api-protos-out PUBLIC - contrib-libs-cxxsupp - yutil - api-protos -) -target_sources(api-protos-out PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/out/out.cpp -) diff --git a/contrib/ydb/public/api/protos/out/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/api/protos/out/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 2e0bdb41a04..00000000000 --- a/contrib/ydb/public/api/protos/out/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(api-protos-out) -target_link_libraries(api-protos-out PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - api-protos -) -target_sources(api-protos-out PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/out/out.cpp -) diff --git a/contrib/ydb/public/api/protos/out/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/api/protos/out/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 2e0bdb41a04..00000000000 --- a/contrib/ydb/public/api/protos/out/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(api-protos-out) -target_link_libraries(api-protos-out PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - api-protos -) -target_sources(api-protos-out PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/out/out.cpp -) diff --git a/contrib/ydb/public/api/protos/out/CMakeLists.txt b/contrib/ydb/public/api/protos/out/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/api/protos/out/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/api/protos/out/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/api/protos/out/CMakeLists.windows-x86_64.txt deleted file mode 100644 index adb8eeb9893..00000000000 --- a/contrib/ydb/public/api/protos/out/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(api-protos-out) -target_link_libraries(api-protos-out PUBLIC - contrib-libs-cxxsupp - yutil - api-protos -) -target_sources(api-protos-out PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/api/protos/out/out.cpp -) diff --git a/contrib/ydb/public/lib/CMakeLists.txt b/contrib/ydb/public/lib/CMakeLists.txt deleted file mode 100644 index 8173b17043a..00000000000 --- a/contrib/ydb/public/lib/CMakeLists.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(base) -add_subdirectory(deprecated) -add_subdirectory(experimental) -add_subdirectory(fq) -add_subdirectory(json_value) -add_subdirectory(jwt) -add_subdirectory(operation_id) -add_subdirectory(scheme_types) -add_subdirectory(validation) -add_subdirectory(value) -add_subdirectory(ydb_cli) -add_subdirectory(yson_value) diff --git a/contrib/ydb/public/lib/base/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/lib/base/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 99ec14cd198..00000000000 --- a/contrib/ydb/public/lib/base/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(public-lib-base) -target_link_libraries(public-lib-base PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-deprecated-enum_codegen - library-cpp-messagebus - messagebus_protobuf - ydb-core-protos -) -target_sources(public-lib-base PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/base/msgbus.cpp -) diff --git a/contrib/ydb/public/lib/base/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/lib/base/CMakeLists.linux-aarch64.txt deleted file mode 100644 index ea6060f3b01..00000000000 --- a/contrib/ydb/public/lib/base/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(public-lib-base) -target_link_libraries(public-lib-base PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-deprecated-enum_codegen - library-cpp-messagebus - messagebus_protobuf - ydb-core-protos -) -target_sources(public-lib-base PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/base/msgbus.cpp -) diff --git a/contrib/ydb/public/lib/base/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/lib/base/CMakeLists.linux-x86_64.txt deleted file mode 100644 index ea6060f3b01..00000000000 --- a/contrib/ydb/public/lib/base/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(public-lib-base) -target_link_libraries(public-lib-base PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-deprecated-enum_codegen - library-cpp-messagebus - messagebus_protobuf - ydb-core-protos -) -target_sources(public-lib-base PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/base/msgbus.cpp -) diff --git a/contrib/ydb/public/lib/base/CMakeLists.txt b/contrib/ydb/public/lib/base/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/lib/base/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/lib/base/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/lib/base/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 99ec14cd198..00000000000 --- a/contrib/ydb/public/lib/base/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(public-lib-base) -target_link_libraries(public-lib-base PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-deprecated-enum_codegen - library-cpp-messagebus - messagebus_protobuf - ydb-core-protos -) -target_sources(public-lib-base PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/base/msgbus.cpp -) diff --git a/contrib/ydb/public/lib/deprecated/CMakeLists.txt b/contrib/ydb/public/lib/deprecated/CMakeLists.txt deleted file mode 100644 index c6558dbb540..00000000000 --- a/contrib/ydb/public/lib/deprecated/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(client) -add_subdirectory(kicli) diff --git a/contrib/ydb/public/lib/deprecated/client/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/lib/deprecated/client/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 7bc8f194ea5..00000000000 --- a/contrib/ydb/public/lib/deprecated/client/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(lib-deprecated-client) -target_link_libraries(lib-deprecated-client PUBLIC - contrib-libs-cxxsupp - yutil - library-grpc-client - library-cpp-messagebus - public-lib-base -) -target_sources(lib-deprecated-client PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/deprecated/client/msgbus_client.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/deprecated/client/msgbus_player.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/deprecated/client/grpc_client.cpp -) diff --git a/contrib/ydb/public/lib/deprecated/client/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/lib/deprecated/client/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 549c0275300..00000000000 --- a/contrib/ydb/public/lib/deprecated/client/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(lib-deprecated-client) -target_link_libraries(lib-deprecated-client PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-grpc-client - library-cpp-messagebus - public-lib-base -) -target_sources(lib-deprecated-client PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/deprecated/client/msgbus_client.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/deprecated/client/msgbus_player.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/deprecated/client/grpc_client.cpp -) diff --git a/contrib/ydb/public/lib/deprecated/client/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/lib/deprecated/client/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 549c0275300..00000000000 --- a/contrib/ydb/public/lib/deprecated/client/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(lib-deprecated-client) -target_link_libraries(lib-deprecated-client PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-grpc-client - library-cpp-messagebus - public-lib-base -) -target_sources(lib-deprecated-client PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/deprecated/client/msgbus_client.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/deprecated/client/msgbus_player.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/deprecated/client/grpc_client.cpp -) diff --git a/contrib/ydb/public/lib/deprecated/client/CMakeLists.txt b/contrib/ydb/public/lib/deprecated/client/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/lib/deprecated/client/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/lib/deprecated/client/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/lib/deprecated/client/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 7bc8f194ea5..00000000000 --- a/contrib/ydb/public/lib/deprecated/client/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(lib-deprecated-client) -target_link_libraries(lib-deprecated-client PUBLIC - contrib-libs-cxxsupp - yutil - library-grpc-client - library-cpp-messagebus - public-lib-base -) -target_sources(lib-deprecated-client PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/deprecated/client/msgbus_client.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/deprecated/client/msgbus_player.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/deprecated/client/grpc_client.cpp -) diff --git a/contrib/ydb/public/lib/deprecated/kicli/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/lib/deprecated/kicli/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 5aa399ced37..00000000000 --- a/contrib/ydb/public/lib/deprecated/kicli/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(lib-deprecated-kicli) -target_link_libraries(lib-deprecated-kicli PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - library-actors-core - cpp-threading-future - ydb-core-protos - ydb-library-aclib - api-grpc - api-grpc-draft - api-protos - public-lib-base - lib-deprecated-client - public-lib-scheme_types - public-lib-value - yql-public-decimal - yql-public-issue -) -target_sources(lib-deprecated-kicli PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/deprecated/kicli/configurator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/deprecated/kicli/dynamic_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/deprecated/kicli/error.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/deprecated/kicli/kikimr.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/deprecated/kicli/query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/deprecated/kicli/result.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/deprecated/kicli/schema.cpp -) diff --git a/contrib/ydb/public/lib/deprecated/kicli/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/lib/deprecated/kicli/CMakeLists.linux-aarch64.txt deleted file mode 100644 index f3d1756a6c0..00000000000 --- a/contrib/ydb/public/lib/deprecated/kicli/CMakeLists.linux-aarch64.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(lib-deprecated-kicli) -target_link_libraries(lib-deprecated-kicli PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - library-actors-core - cpp-threading-future - ydb-core-protos - ydb-library-aclib - api-grpc - api-grpc-draft - api-protos - public-lib-base - lib-deprecated-client - public-lib-scheme_types - public-lib-value - yql-public-decimal - yql-public-issue -) -target_sources(lib-deprecated-kicli PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/deprecated/kicli/configurator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/deprecated/kicli/dynamic_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/deprecated/kicli/error.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/deprecated/kicli/kikimr.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/deprecated/kicli/query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/deprecated/kicli/result.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/deprecated/kicli/schema.cpp -) diff --git a/contrib/ydb/public/lib/deprecated/kicli/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/lib/deprecated/kicli/CMakeLists.linux-x86_64.txt deleted file mode 100644 index f3d1756a6c0..00000000000 --- a/contrib/ydb/public/lib/deprecated/kicli/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(lib-deprecated-kicli) -target_link_libraries(lib-deprecated-kicli PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - library-actors-core - cpp-threading-future - ydb-core-protos - ydb-library-aclib - api-grpc - api-grpc-draft - api-protos - public-lib-base - lib-deprecated-client - public-lib-scheme_types - public-lib-value - yql-public-decimal - yql-public-issue -) -target_sources(lib-deprecated-kicli PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/deprecated/kicli/configurator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/deprecated/kicli/dynamic_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/deprecated/kicli/error.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/deprecated/kicli/kikimr.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/deprecated/kicli/query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/deprecated/kicli/result.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/deprecated/kicli/schema.cpp -) diff --git a/contrib/ydb/public/lib/deprecated/kicli/CMakeLists.txt b/contrib/ydb/public/lib/deprecated/kicli/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/lib/deprecated/kicli/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/lib/deprecated/kicli/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/lib/deprecated/kicli/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 5aa399ced37..00000000000 --- a/contrib/ydb/public/lib/deprecated/kicli/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(lib-deprecated-kicli) -target_link_libraries(lib-deprecated-kicli PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - library-actors-core - cpp-threading-future - ydb-core-protos - ydb-library-aclib - api-grpc - api-grpc-draft - api-protos - public-lib-base - lib-deprecated-client - public-lib-scheme_types - public-lib-value - yql-public-decimal - yql-public-issue -) -target_sources(lib-deprecated-kicli PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/deprecated/kicli/configurator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/deprecated/kicli/dynamic_node.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/deprecated/kicli/error.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/deprecated/kicli/kikimr.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/deprecated/kicli/query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/deprecated/kicli/result.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/deprecated/kicli/schema.cpp -) diff --git a/contrib/ydb/public/lib/experimental/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/lib/experimental/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index ad54f0e0925..00000000000 --- a/contrib/ydb/public/lib/experimental/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(public-lib-experimental) -target_link_libraries(public-lib-experimental PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-scheme - api-grpc-draft - cpp-client-ydb_proto - cpp-client-ydb_table -) -target_sources(public-lib-experimental PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/experimental/ydb_clickhouse_internal.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/experimental/ydb_logstore.cpp -) diff --git a/contrib/ydb/public/lib/experimental/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/lib/experimental/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 6629171c0c4..00000000000 --- a/contrib/ydb/public/lib/experimental/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(public-lib-experimental) -target_link_libraries(public-lib-experimental PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-scheme - api-grpc-draft - cpp-client-ydb_proto - cpp-client-ydb_table -) -target_sources(public-lib-experimental PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/experimental/ydb_clickhouse_internal.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/experimental/ydb_logstore.cpp -) diff --git a/contrib/ydb/public/lib/experimental/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/lib/experimental/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 6629171c0c4..00000000000 --- a/contrib/ydb/public/lib/experimental/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(public-lib-experimental) -target_link_libraries(public-lib-experimental PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-scheme - api-grpc-draft - cpp-client-ydb_proto - cpp-client-ydb_table -) -target_sources(public-lib-experimental PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/experimental/ydb_clickhouse_internal.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/experimental/ydb_logstore.cpp -) diff --git a/contrib/ydb/public/lib/experimental/CMakeLists.txt b/contrib/ydb/public/lib/experimental/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/lib/experimental/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/lib/experimental/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/lib/experimental/CMakeLists.windows-x86_64.txt deleted file mode 100644 index ad54f0e0925..00000000000 --- a/contrib/ydb/public/lib/experimental/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(public-lib-experimental) -target_link_libraries(public-lib-experimental PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-scheme - api-grpc-draft - cpp-client-ydb_proto - cpp-client-ydb_table -) -target_sources(public-lib-experimental PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/experimental/ydb_clickhouse_internal.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/experimental/ydb_logstore.cpp -) diff --git a/contrib/ydb/public/lib/fq/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/lib/fq/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2d2f3f01dff..00000000000 --- a/contrib/ydb/public/lib/fq/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(public-lib-fq) -target_link_libraries(public-lib-fq PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-json - api-grpc-draft - cpp-client-ydb_table -) -target_sources(public-lib-fq PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/fq/fq.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/fq/scope.cpp -) diff --git a/contrib/ydb/public/lib/fq/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/lib/fq/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 8a6c1484b04..00000000000 --- a/contrib/ydb/public/lib/fq/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(public-lib-fq) -target_link_libraries(public-lib-fq PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-json - api-grpc-draft - cpp-client-ydb_table -) -target_sources(public-lib-fq PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/fq/fq.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/fq/scope.cpp -) diff --git a/contrib/ydb/public/lib/fq/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/lib/fq/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 8a6c1484b04..00000000000 --- a/contrib/ydb/public/lib/fq/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(public-lib-fq) -target_link_libraries(public-lib-fq PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-json - api-grpc-draft - cpp-client-ydb_table -) -target_sources(public-lib-fq PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/fq/fq.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/fq/scope.cpp -) diff --git a/contrib/ydb/public/lib/fq/CMakeLists.txt b/contrib/ydb/public/lib/fq/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/lib/fq/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/lib/fq/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/lib/fq/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 2d2f3f01dff..00000000000 --- a/contrib/ydb/public/lib/fq/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(public-lib-fq) -target_link_libraries(public-lib-fq PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-json - api-grpc-draft - cpp-client-ydb_table -) -target_sources(public-lib-fq PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/fq/fq.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/fq/scope.cpp -) diff --git a/contrib/ydb/public/lib/json_value/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/lib/json_value/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index eb17c78a2c2..00000000000 --- a/contrib/ydb/public/lib/json_value/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(public-lib-json_value) -target_link_libraries(public-lib-json_value PUBLIC - contrib-libs-cxxsupp - yutil - cpp-json-writer - cpp-string_utils-base64 - cpp-client-ydb_result - cpp-client-ydb_value - ydb-library-uuid -) -target_sources(public-lib-json_value PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/json_value/ydb_json_value.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/json_value/ydb_json_value_ut.cpp -) diff --git a/contrib/ydb/public/lib/json_value/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/lib/json_value/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 14174cf2ec4..00000000000 --- a/contrib/ydb/public/lib/json_value/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(public-lib-json_value) -target_link_libraries(public-lib-json_value PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-json-writer - cpp-string_utils-base64 - cpp-client-ydb_result - cpp-client-ydb_value - ydb-library-uuid -) -target_sources(public-lib-json_value PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/json_value/ydb_json_value.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/json_value/ydb_json_value_ut.cpp -) diff --git a/contrib/ydb/public/lib/json_value/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/lib/json_value/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 14174cf2ec4..00000000000 --- a/contrib/ydb/public/lib/json_value/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(public-lib-json_value) -target_link_libraries(public-lib-json_value PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-json-writer - cpp-string_utils-base64 - cpp-client-ydb_result - cpp-client-ydb_value - ydb-library-uuid -) -target_sources(public-lib-json_value PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/json_value/ydb_json_value.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/json_value/ydb_json_value_ut.cpp -) diff --git a/contrib/ydb/public/lib/json_value/CMakeLists.txt b/contrib/ydb/public/lib/json_value/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/lib/json_value/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/lib/json_value/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/lib/json_value/CMakeLists.windows-x86_64.txt deleted file mode 100644 index eb17c78a2c2..00000000000 --- a/contrib/ydb/public/lib/json_value/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(public-lib-json_value) -target_link_libraries(public-lib-json_value PUBLIC - contrib-libs-cxxsupp - yutil - cpp-json-writer - cpp-string_utils-base64 - cpp-client-ydb_result - cpp-client-ydb_value - ydb-library-uuid -) -target_sources(public-lib-json_value PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/json_value/ydb_json_value.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/json_value/ydb_json_value_ut.cpp -) diff --git a/contrib/ydb/public/lib/jwt/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/lib/jwt/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 59eac044e6f..00000000000 --- a/contrib/ydb/public/lib/jwt/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(public-lib-jwt) -target_link_libraries(public-lib-jwt PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-jwt-cpp - library-cpp-json - impl-ydb_internal-common -) -target_sources(public-lib-jwt PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/jwt/jwt.cpp -) diff --git a/contrib/ydb/public/lib/jwt/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/lib/jwt/CMakeLists.linux-aarch64.txt deleted file mode 100644 index bba5c5e8db5..00000000000 --- a/contrib/ydb/public/lib/jwt/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(public-lib-jwt) -target_link_libraries(public-lib-jwt PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-jwt-cpp - library-cpp-json - impl-ydb_internal-common -) -target_sources(public-lib-jwt PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/jwt/jwt.cpp -) diff --git a/contrib/ydb/public/lib/jwt/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/lib/jwt/CMakeLists.linux-x86_64.txt deleted file mode 100644 index bba5c5e8db5..00000000000 --- a/contrib/ydb/public/lib/jwt/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(public-lib-jwt) -target_link_libraries(public-lib-jwt PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-jwt-cpp - library-cpp-json - impl-ydb_internal-common -) -target_sources(public-lib-jwt PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/jwt/jwt.cpp -) diff --git a/contrib/ydb/public/lib/jwt/CMakeLists.txt b/contrib/ydb/public/lib/jwt/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/lib/jwt/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/lib/jwt/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/lib/jwt/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 59eac044e6f..00000000000 --- a/contrib/ydb/public/lib/jwt/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(public-lib-jwt) -target_link_libraries(public-lib-jwt PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-jwt-cpp - library-cpp-json - impl-ydb_internal-common -) -target_sources(public-lib-jwt PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/jwt/jwt.cpp -) diff --git a/contrib/ydb/public/lib/operation_id/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/lib/operation_id/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 1a1063261bd..00000000000 --- a/contrib/ydb/public/lib/operation_id/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(protos) - -add_library(public-lib-operation_id) -target_link_libraries(public-lib-operation_id PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - library-cpp-cgiparam - library-cpp-uri - lib-operation_id-protos -) -target_sources(public-lib-operation_id PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/operation_id/operation_id.cpp -) diff --git a/contrib/ydb/public/lib/operation_id/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/lib/operation_id/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e03a9bccbd3..00000000000 --- a/contrib/ydb/public/lib/operation_id/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_subdirectory(protos) - -add_library(public-lib-operation_id) -target_link_libraries(public-lib-operation_id PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - library-cpp-cgiparam - library-cpp-uri - lib-operation_id-protos -) -target_sources(public-lib-operation_id PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/operation_id/operation_id.cpp -) diff --git a/contrib/ydb/public/lib/operation_id/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/lib/operation_id/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e03a9bccbd3..00000000000 --- a/contrib/ydb/public/lib/operation_id/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_subdirectory(protos) - -add_library(public-lib-operation_id) -target_link_libraries(public-lib-operation_id PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - library-cpp-cgiparam - library-cpp-uri - lib-operation_id-protos -) -target_sources(public-lib-operation_id PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/operation_id/operation_id.cpp -) diff --git a/contrib/ydb/public/lib/operation_id/CMakeLists.txt b/contrib/ydb/public/lib/operation_id/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/lib/operation_id/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/lib/operation_id/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/lib/operation_id/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 1a1063261bd..00000000000 --- a/contrib/ydb/public/lib/operation_id/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_subdirectory(protos) - -add_library(public-lib-operation_id) -target_link_libraries(public-lib-operation_id PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - library-cpp-cgiparam - library-cpp-uri - lib-operation_id-protos -) -target_sources(public-lib-operation_id PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/operation_id/operation_id.cpp -) diff --git a/contrib/ydb/public/lib/operation_id/protos/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/lib/operation_id/protos/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d833cba7afc..00000000000 --- a/contrib/ydb/public/lib/operation_id/protos/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(lib-operation_id-protos) -target_link_libraries(lib-operation_id-protos PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(lib-operation_id-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/operation_id/protos/operation_id.proto -) -target_proto_addincls(lib-operation_id-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(lib-operation_id-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/public/lib/operation_id/protos/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/lib/operation_id/protos/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b19135b421f..00000000000 --- a/contrib/ydb/public/lib/operation_id/protos/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(lib-operation_id-protos) -target_link_libraries(lib-operation_id-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(lib-operation_id-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/operation_id/protos/operation_id.proto -) -target_proto_addincls(lib-operation_id-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(lib-operation_id-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/public/lib/operation_id/protos/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/lib/operation_id/protos/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b19135b421f..00000000000 --- a/contrib/ydb/public/lib/operation_id/protos/CMakeLists.linux-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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(lib-operation_id-protos) -target_link_libraries(lib-operation_id-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(lib-operation_id-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/operation_id/protos/operation_id.proto -) -target_proto_addincls(lib-operation_id-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(lib-operation_id-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/public/lib/operation_id/protos/CMakeLists.txt b/contrib/ydb/public/lib/operation_id/protos/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/lib/operation_id/protos/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/lib/operation_id/protos/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/lib/operation_id/protos/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d833cba7afc..00000000000 --- a/contrib/ydb/public/lib/operation_id/protos/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(lib-operation_id-protos) -target_link_libraries(lib-operation_id-protos PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(lib-operation_id-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/operation_id/protos/operation_id.proto -) -target_proto_addincls(lib-operation_id-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(lib-operation_id-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/public/lib/scheme_types/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/lib/scheme_types/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 18add6f1dbc..00000000000 --- a/contrib/ydb/public/lib/scheme_types/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(public-lib-scheme_types) -target_link_libraries(public-lib-scheme_types PUBLIC - contrib-libs-cxxsupp - yutil - yql-public-types -) -target_sources(public-lib-scheme_types PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/scheme_types/scheme_type_id.cpp -) diff --git a/contrib/ydb/public/lib/scheme_types/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/lib/scheme_types/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e7b1d1071a3..00000000000 --- a/contrib/ydb/public/lib/scheme_types/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(public-lib-scheme_types) -target_link_libraries(public-lib-scheme_types PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - yql-public-types -) -target_sources(public-lib-scheme_types PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/scheme_types/scheme_type_id.cpp -) diff --git a/contrib/ydb/public/lib/scheme_types/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/lib/scheme_types/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e7b1d1071a3..00000000000 --- a/contrib/ydb/public/lib/scheme_types/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(public-lib-scheme_types) -target_link_libraries(public-lib-scheme_types PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - yql-public-types -) -target_sources(public-lib-scheme_types PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/scheme_types/scheme_type_id.cpp -) diff --git a/contrib/ydb/public/lib/scheme_types/CMakeLists.txt b/contrib/ydb/public/lib/scheme_types/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/lib/scheme_types/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/lib/scheme_types/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/lib/scheme_types/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 18add6f1dbc..00000000000 --- a/contrib/ydb/public/lib/scheme_types/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(public-lib-scheme_types) -target_link_libraries(public-lib-scheme_types PUBLIC - contrib-libs-cxxsupp - yutil - yql-public-types -) -target_sources(public-lib-scheme_types PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/scheme_types/scheme_type_id.cpp -) diff --git a/contrib/ydb/public/lib/validation/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/lib/validation/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 82a12c2c9ae..00000000000 --- a/contrib/ydb/public/lib/validation/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_executable(validation) -target_link_libraries(validation PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - contrib-libs-protoc - api-protos-annotations -) -target_link_options(validation PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC -) -target_sources(validation PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/validation/helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/validation/main.cpp -) -target_allocator(validation - system_allocator -) -vcs_info(validation) diff --git a/contrib/ydb/public/lib/validation/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/lib/validation/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 8acd191273f..00000000000 --- a/contrib/ydb/public/lib/validation/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_executable(validation) -target_link_libraries(validation PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protoc - api-protos-annotations -) -target_link_options(validation PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(validation PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/validation/helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/validation/main.cpp -) -target_allocator(validation - cpp-malloc-jemalloc -) -vcs_info(validation) diff --git a/contrib/ydb/public/lib/validation/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/lib/validation/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d781158a411..00000000000 --- a/contrib/ydb/public/lib/validation/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_executable(validation) -target_link_libraries(validation PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - contrib-libs-protoc - api-protos-annotations -) -target_link_options(validation PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(validation PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/validation/helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/validation/main.cpp -) -target_allocator(validation - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(validation) diff --git a/contrib/ydb/public/lib/validation/CMakeLists.txt b/contrib/ydb/public/lib/validation/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/lib/validation/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/lib/validation/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/lib/validation/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 82ddba87381..00000000000 --- a/contrib/ydb/public/lib/validation/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_executable(validation) -target_link_libraries(validation PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - contrib-libs-protoc - api-protos-annotations -) -target_sources(validation PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/validation/helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/validation/main.cpp -) -target_allocator(validation - system_allocator -) -vcs_info(validation) diff --git a/contrib/ydb/public/lib/value/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/lib/value/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d44e5fba45e..00000000000 --- a/contrib/ydb/public/lib/value/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(public-lib-value) -target_link_libraries(public-lib-value PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - cpp-string_utils-base64 - ydb-core-protos - library-mkql_proto-protos - public-lib-scheme_types - cpp-client-ydb_value -) -target_sources(public-lib-value PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/value/value.cpp -) diff --git a/contrib/ydb/public/lib/value/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/lib/value/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 006b4bcc6f4..00000000000 --- a/contrib/ydb/public/lib/value/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(public-lib-value) -target_link_libraries(public-lib-value PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - cpp-string_utils-base64 - ydb-core-protos - library-mkql_proto-protos - public-lib-scheme_types - cpp-client-ydb_value -) -target_sources(public-lib-value PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/value/value.cpp -) diff --git a/contrib/ydb/public/lib/value/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/lib/value/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 006b4bcc6f4..00000000000 --- a/contrib/ydb/public/lib/value/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(public-lib-value) -target_link_libraries(public-lib-value PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - cpp-string_utils-base64 - ydb-core-protos - library-mkql_proto-protos - public-lib-scheme_types - cpp-client-ydb_value -) -target_sources(public-lib-value PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/value/value.cpp -) diff --git a/contrib/ydb/public/lib/value/CMakeLists.txt b/contrib/ydb/public/lib/value/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/lib/value/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/lib/value/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/lib/value/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d44e5fba45e..00000000000 --- a/contrib/ydb/public/lib/value/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(public-lib-value) -target_link_libraries(public-lib-value PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - cpp-string_utils-base64 - ydb-core-protos - library-mkql_proto-protos - public-lib-scheme_types - cpp-client-ydb_value -) -target_sources(public-lib-value PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/value/value.cpp -) diff --git a/contrib/ydb/public/lib/ydb_cli/CMakeLists.txt b/contrib/ydb/public/lib/ydb_cli/CMakeLists.txt deleted file mode 100644 index 867161a12ce..00000000000 --- a/contrib/ydb/public/lib/ydb_cli/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(common) diff --git a/contrib/ydb/public/lib/ydb_cli/common/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/lib/ydb_cli/common/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index b032942da02..00000000000 --- a/contrib/ydb/public/lib/ydb_cli/common/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(common) -target_link_libraries(common PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-config - library-cpp-getopt - cpp-json-writer - cpp-yaml-as - cpp-string_utils-csv - public-lib-json_value - public-lib-operation_id - public-lib-yson_value - cpp-client-draft - cpp-client-ydb_result - cpp-client-ydb_scheme - cpp-client-ydb_table - cpp-client-ydb_topic - cpp-client-ydb_types - client-ydb_types-credentials - ydb-library-arrow_parquet - tools-enum_parser-enum_serialization_runtime -) -target_sources(common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/aws.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/command.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/csv_parser.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/examples.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/format.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/interactive.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/interruptible.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/normalize_path.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/parameter_stream.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/parameters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/pg_dump_parser.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/pretty_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/print_operation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/print_utils.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/profile_manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/progress_bar.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/query_stats.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/recursive_list.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/recursive_remove.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/retry_func.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/root.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/scheme_printers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/sys.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/tabbed_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/ydb_updater.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/yt.cpp -) -generate_enum_serilization(common - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/formats.h - INCLUDE_HEADERS - contrib/ydb/public/lib/ydb_cli/common/formats.h -) -generate_enum_serilization(common - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/parameters.h - INCLUDE_HEADERS - contrib/ydb/public/lib/ydb_cli/common/parameters.h -) diff --git a/contrib/ydb/public/lib/ydb_cli/common/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/lib/ydb_cli/common/CMakeLists.linux-aarch64.txt deleted file mode 100644 index ce827733ebe..00000000000 --- a/contrib/ydb/public/lib/ydb_cli/common/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(common) -target_link_libraries(common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-config - library-cpp-getopt - cpp-json-writer - cpp-yaml-as - cpp-string_utils-csv - public-lib-json_value - public-lib-operation_id - public-lib-yson_value - cpp-client-draft - cpp-client-ydb_result - cpp-client-ydb_scheme - cpp-client-ydb_table - cpp-client-ydb_topic - cpp-client-ydb_types - client-ydb_types-credentials - ydb-library-arrow_parquet - tools-enum_parser-enum_serialization_runtime -) -target_sources(common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/aws.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/command.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/csv_parser.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/examples.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/format.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/interactive.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/interruptible.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/normalize_path.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/parameter_stream.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/parameters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/pg_dump_parser.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/pretty_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/print_operation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/print_utils.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/profile_manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/progress_bar.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/query_stats.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/recursive_list.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/recursive_remove.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/retry_func.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/root.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/scheme_printers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/sys.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/tabbed_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/ydb_updater.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/yt.cpp -) -generate_enum_serilization(common - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/formats.h - INCLUDE_HEADERS - contrib/ydb/public/lib/ydb_cli/common/formats.h -) -generate_enum_serilization(common - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/parameters.h - INCLUDE_HEADERS - contrib/ydb/public/lib/ydb_cli/common/parameters.h -) diff --git a/contrib/ydb/public/lib/ydb_cli/common/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/lib/ydb_cli/common/CMakeLists.linux-x86_64.txt deleted file mode 100644 index ce827733ebe..00000000000 --- a/contrib/ydb/public/lib/ydb_cli/common/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(common) -target_link_libraries(common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-config - library-cpp-getopt - cpp-json-writer - cpp-yaml-as - cpp-string_utils-csv - public-lib-json_value - public-lib-operation_id - public-lib-yson_value - cpp-client-draft - cpp-client-ydb_result - cpp-client-ydb_scheme - cpp-client-ydb_table - cpp-client-ydb_topic - cpp-client-ydb_types - client-ydb_types-credentials - ydb-library-arrow_parquet - tools-enum_parser-enum_serialization_runtime -) -target_sources(common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/aws.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/command.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/csv_parser.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/examples.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/format.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/interactive.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/interruptible.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/normalize_path.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/parameter_stream.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/parameters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/pg_dump_parser.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/pretty_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/print_operation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/print_utils.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/profile_manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/progress_bar.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/query_stats.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/recursive_list.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/recursive_remove.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/retry_func.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/root.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/scheme_printers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/sys.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/tabbed_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/ydb_updater.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/yt.cpp -) -generate_enum_serilization(common - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/formats.h - INCLUDE_HEADERS - contrib/ydb/public/lib/ydb_cli/common/formats.h -) -generate_enum_serilization(common - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/parameters.h - INCLUDE_HEADERS - contrib/ydb/public/lib/ydb_cli/common/parameters.h -) diff --git a/contrib/ydb/public/lib/ydb_cli/common/CMakeLists.txt b/contrib/ydb/public/lib/ydb_cli/common/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/lib/ydb_cli/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/lib/ydb_cli/common/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/lib/ydb_cli/common/CMakeLists.windows-x86_64.txt deleted file mode 100644 index b032942da02..00000000000 --- a/contrib/ydb/public/lib/ydb_cli/common/CMakeLists.windows-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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(common) -target_link_libraries(common PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-config - library-cpp-getopt - cpp-json-writer - cpp-yaml-as - cpp-string_utils-csv - public-lib-json_value - public-lib-operation_id - public-lib-yson_value - cpp-client-draft - cpp-client-ydb_result - cpp-client-ydb_scheme - cpp-client-ydb_table - cpp-client-ydb_topic - cpp-client-ydb_types - client-ydb_types-credentials - ydb-library-arrow_parquet - tools-enum_parser-enum_serialization_runtime -) -target_sources(common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/aws.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/command.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/csv_parser.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/examples.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/format.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/interactive.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/interruptible.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/normalize_path.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/parameter_stream.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/parameters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/pg_dump_parser.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/pretty_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/print_operation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/print_utils.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/profile_manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/progress_bar.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/query_stats.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/recursive_list.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/recursive_remove.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/retry_func.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/root.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/scheme_printers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/sys.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/tabbed_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/ydb_updater.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/yt.cpp -) -generate_enum_serilization(common - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/formats.h - INCLUDE_HEADERS - contrib/ydb/public/lib/ydb_cli/common/formats.h -) -generate_enum_serilization(common - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/ydb_cli/common/parameters.h - INCLUDE_HEADERS - contrib/ydb/public/lib/ydb_cli/common/parameters.h -) diff --git a/contrib/ydb/public/lib/yson_value/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/lib/yson_value/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 04b98fa6b49..00000000000 --- a/contrib/ydb/public/lib/yson_value/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(public-lib-yson_value) -target_link_libraries(public-lib-yson_value PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-yson - cpp-yson-node - cpp-client-ydb_result - cpp-client-ydb_value - ydb-library-uuid -) -target_sources(public-lib-yson_value PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/yson_value/ydb_yson_value.cpp -) diff --git a/contrib/ydb/public/lib/yson_value/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/lib/yson_value/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 7540bca5061..00000000000 --- a/contrib/ydb/public/lib/yson_value/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(public-lib-yson_value) -target_link_libraries(public-lib-yson_value PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-yson - cpp-yson-node - cpp-client-ydb_result - cpp-client-ydb_value - ydb-library-uuid -) -target_sources(public-lib-yson_value PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/yson_value/ydb_yson_value.cpp -) diff --git a/contrib/ydb/public/lib/yson_value/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/lib/yson_value/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 7540bca5061..00000000000 --- a/contrib/ydb/public/lib/yson_value/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(public-lib-yson_value) -target_link_libraries(public-lib-yson_value PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-yson - cpp-yson-node - cpp-client-ydb_result - cpp-client-ydb_value - ydb-library-uuid -) -target_sources(public-lib-yson_value PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/yson_value/ydb_yson_value.cpp -) diff --git a/contrib/ydb/public/lib/yson_value/CMakeLists.txt b/contrib/ydb/public/lib/yson_value/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/lib/yson_value/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/lib/yson_value/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/lib/yson_value/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 04b98fa6b49..00000000000 --- a/contrib/ydb/public/lib/yson_value/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(public-lib-yson_value) -target_link_libraries(public-lib-yson_value PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-yson - cpp-yson-node - cpp-client-ydb_result - cpp-client-ydb_value - ydb-library-uuid -) -target_sources(public-lib-yson_value PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/lib/yson_value/ydb_yson_value.cpp -) diff --git a/contrib/ydb/public/sdk/CMakeLists.txt b/contrib/ydb/public/sdk/CMakeLists.txt deleted file mode 100644 index 95ff6b8ebf1..00000000000 --- a/contrib/ydb/public/sdk/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(cpp) diff --git a/contrib/ydb/public/sdk/cpp/CMakeLists.txt b/contrib/ydb/public/sdk/cpp/CMakeLists.txt deleted file mode 100644 index 7f79107ebc7..00000000000 --- a/contrib/ydb/public/sdk/cpp/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(client) diff --git a/contrib/ydb/public/sdk/cpp/client/CMakeLists.txt b/contrib/ydb/public/sdk/cpp/client/CMakeLists.txt deleted file mode 100644 index ae928df126b..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/CMakeLists.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_subdirectory(draft) -add_subdirectory(iam) -add_subdirectory(iam_private) -add_subdirectory(impl) -add_subdirectory(resources) -add_subdirectory(ydb_common_client) -add_subdirectory(ydb_coordination) -add_subdirectory(ydb_datastreams) -add_subdirectory(ydb_discovery) -add_subdirectory(ydb_driver) -add_subdirectory(ydb_export) -add_subdirectory(ydb_extension) -add_subdirectory(ydb_import) -add_subdirectory(ydb_operation) -add_subdirectory(ydb_params) -add_subdirectory(ydb_persqueue_core) -add_subdirectory(ydb_persqueue_public) -add_subdirectory(ydb_proto) -add_subdirectory(ydb_query) -add_subdirectory(ydb_rate_limiter) -add_subdirectory(ydb_result) -add_subdirectory(ydb_scheme) -add_subdirectory(ydb_table) -add_subdirectory(ydb_topic) -add_subdirectory(ydb_types) -add_subdirectory(ydb_value) diff --git a/contrib/ydb/public/sdk/cpp/client/draft/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/draft/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 0b1cc95e618..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/draft/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(cpp-client-draft) -target_link_libraries(cpp-client-draft PUBLIC - contrib-libs-cxxsupp - yutil - api-grpc-draft - cpp-client-ydb_table - client-ydb_types-operation - cpp-client-ydb_value -) -target_sources(cpp-client-draft PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/draft/ydb_dynamic_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/draft/ydb_scripting.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/draft/ydb_long_tx.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/draft/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/sdk/cpp/client/draft/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 2fa8ab9257c..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/draft/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(cpp-client-draft) -target_link_libraries(cpp-client-draft PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - api-grpc-draft - cpp-client-ydb_table - client-ydb_types-operation - cpp-client-ydb_value -) -target_sources(cpp-client-draft PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/draft/ydb_dynamic_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/draft/ydb_scripting.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/draft/ydb_long_tx.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/draft/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/draft/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 2fa8ab9257c..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/draft/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(cpp-client-draft) -target_link_libraries(cpp-client-draft PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - api-grpc-draft - cpp-client-ydb_table - client-ydb_types-operation - cpp-client-ydb_value -) -target_sources(cpp-client-draft PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/draft/ydb_dynamic_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/draft/ydb_scripting.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/draft/ydb_long_tx.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/draft/CMakeLists.txt b/contrib/ydb/public/sdk/cpp/client/draft/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/draft/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/sdk/cpp/client/draft/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/draft/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 0b1cc95e618..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/draft/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(cpp-client-draft) -target_link_libraries(cpp-client-draft PUBLIC - contrib-libs-cxxsupp - yutil - api-grpc-draft - cpp-client-ydb_table - client-ydb_types-operation - cpp-client-ydb_value -) -target_sources(cpp-client-draft PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/draft/ydb_dynamic_config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/draft/ydb_scripting.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/draft/ydb_long_tx.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/iam/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/iam/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index bf1be28bb37..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/iam/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(common) -add_subdirectory(impl) - -add_library(cpp-client-iam) -target_link_libraries(cpp-client-iam PUBLIC - contrib-libs-cxxsupp - yutil - client-yc_public-iam - client-iam-impl - client-iam-common -) -target_sources(cpp-client-iam PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/iam/iam.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/iam/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/sdk/cpp/client/iam/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 3fa87907bb8..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/iam/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_subdirectory(common) -add_subdirectory(impl) - -add_library(cpp-client-iam) -target_link_libraries(cpp-client-iam PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - client-yc_public-iam - client-iam-impl - client-iam-common -) -target_sources(cpp-client-iam PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/iam/iam.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/iam/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/iam/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 3fa87907bb8..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/iam/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_subdirectory(common) -add_subdirectory(impl) - -add_library(cpp-client-iam) -target_link_libraries(cpp-client-iam PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - client-yc_public-iam - client-iam-impl - client-iam-common -) -target_sources(cpp-client-iam PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/iam/iam.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/iam/CMakeLists.txt b/contrib/ydb/public/sdk/cpp/client/iam/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/iam/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/sdk/cpp/client/iam/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/iam/CMakeLists.windows-x86_64.txt deleted file mode 100644 index bf1be28bb37..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/iam/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_subdirectory(common) -add_subdirectory(impl) - -add_library(cpp-client-iam) -target_link_libraries(cpp-client-iam PUBLIC - contrib-libs-cxxsupp - yutil - client-yc_public-iam - client-iam-impl - client-iam-common -) -target_sources(cpp-client-iam PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/iam/iam.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/iam/common/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/iam/common/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 0747623ccda..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/iam/common/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(client-iam-common) -target_link_libraries(client-iam-common PUBLIC - contrib-libs-cxxsupp - yutil - library-grpc-client - cpp-http-simple - library-cpp-json - cpp-threading-atomic - public-lib-jwt - client-ydb_types-credentials -) -target_sources(client-iam-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/iam/common/iam.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/iam/common/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/sdk/cpp/client/iam/common/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 5e6896a60e0..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/iam/common/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(client-iam-common) -target_link_libraries(client-iam-common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-grpc-client - cpp-http-simple - library-cpp-json - cpp-threading-atomic - public-lib-jwt - client-ydb_types-credentials -) -target_sources(client-iam-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/iam/common/iam.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/iam/common/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/iam/common/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 5e6896a60e0..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/iam/common/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(client-iam-common) -target_link_libraries(client-iam-common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-grpc-client - cpp-http-simple - library-cpp-json - cpp-threading-atomic - public-lib-jwt - client-ydb_types-credentials -) -target_sources(client-iam-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/iam/common/iam.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/iam/common/CMakeLists.txt b/contrib/ydb/public/sdk/cpp/client/iam/common/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/iam/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/sdk/cpp/client/iam/common/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/iam/common/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 0747623ccda..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/iam/common/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(client-iam-common) -target_link_libraries(client-iam-common PUBLIC - contrib-libs-cxxsupp - yutil - library-grpc-client - cpp-http-simple - library-cpp-json - cpp-threading-atomic - public-lib-jwt - client-ydb_types-credentials -) -target_sources(client-iam-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/iam/common/iam.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/iam/impl/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/iam/impl/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index bc0b4bf5c43..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/iam/impl/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(client-iam-impl INTERFACE) -target_link_libraries(client-iam-impl INTERFACE - contrib-libs-cxxsupp - yutil - library-grpc-client - cpp-http-simple - library-cpp-json - cpp-threading-atomic - public-lib-jwt - client-ydb_types-credentials - client-iam-common -) diff --git a/contrib/ydb/public/sdk/cpp/client/iam/impl/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/sdk/cpp/client/iam/impl/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 814d7a7be53..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/iam/impl/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(client-iam-impl INTERFACE) -target_link_libraries(client-iam-impl INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-grpc-client - cpp-http-simple - library-cpp-json - cpp-threading-atomic - public-lib-jwt - client-ydb_types-credentials - client-iam-common -) diff --git a/contrib/ydb/public/sdk/cpp/client/iam/impl/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/iam/impl/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 814d7a7be53..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/iam/impl/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(client-iam-impl INTERFACE) -target_link_libraries(client-iam-impl INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-grpc-client - cpp-http-simple - library-cpp-json - cpp-threading-atomic - public-lib-jwt - client-ydb_types-credentials - client-iam-common -) diff --git a/contrib/ydb/public/sdk/cpp/client/iam/impl/CMakeLists.txt b/contrib/ydb/public/sdk/cpp/client/iam/impl/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/iam/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/sdk/cpp/client/iam/impl/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/iam/impl/CMakeLists.windows-x86_64.txt deleted file mode 100644 index bc0b4bf5c43..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/iam/impl/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(client-iam-impl INTERFACE) -target_link_libraries(client-iam-impl INTERFACE - contrib-libs-cxxsupp - yutil - library-grpc-client - cpp-http-simple - library-cpp-json - cpp-threading-atomic - public-lib-jwt - client-ydb_types-credentials - client-iam-common -) diff --git a/contrib/ydb/public/sdk/cpp/client/iam_private/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/iam_private/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c1a8fe7dbbe..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/iam_private/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(cpp-client-iam_private) -target_link_libraries(cpp-client-iam_private PUBLIC - contrib-libs-cxxsupp - yutil - client-yc_private-iam - client-iam-common -) -target_sources(cpp-client-iam_private PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/iam_private/iam.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/iam_private/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/sdk/cpp/client/iam_private/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 7f8e28c9de8..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/iam_private/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(cpp-client-iam_private) -target_link_libraries(cpp-client-iam_private PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - client-yc_private-iam - client-iam-common -) -target_sources(cpp-client-iam_private PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/iam_private/iam.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/iam_private/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/iam_private/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 7f8e28c9de8..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/iam_private/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(cpp-client-iam_private) -target_link_libraries(cpp-client-iam_private PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - client-yc_private-iam - client-iam-common -) -target_sources(cpp-client-iam_private PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/iam_private/iam.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/iam_private/CMakeLists.txt b/contrib/ydb/public/sdk/cpp/client/iam_private/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/iam_private/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/sdk/cpp/client/iam_private/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/iam_private/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c1a8fe7dbbe..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/iam_private/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(cpp-client-iam_private) -target_link_libraries(cpp-client-iam_private PUBLIC - contrib-libs-cxxsupp - yutil - client-yc_private-iam - client-iam-common -) -target_sources(cpp-client-iam_private PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/iam_private/iam.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/impl/CMakeLists.txt b/contrib/ydb/public/sdk/cpp/client/impl/CMakeLists.txt deleted file mode 100644 index 04b9fd9a8eb..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/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. - - -add_subdirectory(ydb_endpoints) -add_subdirectory(ydb_internal) -add_subdirectory(ydb_stats) diff --git a/contrib/ydb/public/sdk/cpp/client/impl/ydb_endpoints/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/impl/ydb_endpoints/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 4c168a3045f..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/ydb_endpoints/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(client-impl-ydb_endpoints) -target_link_libraries(client-impl-ydb_endpoints PUBLIC - contrib-libs-cxxsupp - yutil - cpp-monlib-metrics - api-grpc -) -target_sources(client-impl-ydb_endpoints PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_endpoints/endpoints.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/impl/ydb_endpoints/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/sdk/cpp/client/impl/ydb_endpoints/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 1f4faff7646..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/ydb_endpoints/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(client-impl-ydb_endpoints) -target_link_libraries(client-impl-ydb_endpoints PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-monlib-metrics - api-grpc -) -target_sources(client-impl-ydb_endpoints PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_endpoints/endpoints.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/impl/ydb_endpoints/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/impl/ydb_endpoints/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 1f4faff7646..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/ydb_endpoints/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(client-impl-ydb_endpoints) -target_link_libraries(client-impl-ydb_endpoints PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-monlib-metrics - api-grpc -) -target_sources(client-impl-ydb_endpoints PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_endpoints/endpoints.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/impl/ydb_endpoints/CMakeLists.txt b/contrib/ydb/public/sdk/cpp/client/impl/ydb_endpoints/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/ydb_endpoints/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/sdk/cpp/client/impl/ydb_endpoints/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/impl/ydb_endpoints/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 4c168a3045f..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/ydb_endpoints/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(client-impl-ydb_endpoints) -target_link_libraries(client-impl-ydb_endpoints PUBLIC - contrib-libs-cxxsupp - yutil - cpp-monlib-metrics - api-grpc -) -target_sources(client-impl-ydb_endpoints PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_endpoints/endpoints.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/CMakeLists.txt b/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/CMakeLists.txt deleted file mode 100644 index 19402a4e88e..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/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. - - -add_subdirectory(common) -add_subdirectory(db_driver_state) -add_subdirectory(grpc_connections) -add_subdirectory(kqp_session_common) -add_subdirectory(logger) -add_subdirectory(make_request) -add_subdirectory(plain_status) -add_subdirectory(retry) -add_subdirectory(session_pool) -add_subdirectory(thread_pool) -add_subdirectory(value_helpers) diff --git a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/common/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/common/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c9c697756b8..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/common/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(impl-ydb_internal-common) -target_link_libraries(impl-ydb_internal-common PUBLIC - contrib-libs-cxxsupp - yutil - library-grpc-client - yql-public-issue -) -target_sources(impl-ydb_internal-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/common/parser.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/common/getenv.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/common/string_helpers.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/common/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/common/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 5f424e772a6..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/common/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(impl-ydb_internal-common) -target_link_libraries(impl-ydb_internal-common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-grpc-client - yql-public-issue -) -target_sources(impl-ydb_internal-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/common/parser.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/common/getenv.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/common/string_helpers.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/common/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/common/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 5f424e772a6..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/common/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(impl-ydb_internal-common) -target_link_libraries(impl-ydb_internal-common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-grpc-client - yql-public-issue -) -target_sources(impl-ydb_internal-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/common/parser.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/common/getenv.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/common/string_helpers.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/common/CMakeLists.txt b/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/common/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/common/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/common/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c9c697756b8..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/common/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(impl-ydb_internal-common) -target_link_libraries(impl-ydb_internal-common PUBLIC - contrib-libs-cxxsupp - yutil - library-grpc-client - yql-public-issue -) -target_sources(impl-ydb_internal-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/common/parser.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/common/getenv.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/common/string_helpers.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/db_driver_state/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/db_driver_state/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 60f1d6beb79..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/db_driver_state/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(impl-ydb_internal-db_driver_state) -target_link_libraries(impl-ydb_internal-db_driver_state PUBLIC - contrib-libs-cxxsupp - yutil - cpp-string_utils-quote - cpp-threading-future - client-impl-ydb_endpoints - impl-ydb_internal-logger - impl-ydb_internal-plain_status - client-ydb_types-credentials -) -target_sources(impl-ydb_internal-db_driver_state PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/db_driver_state/authenticator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/db_driver_state/endpoint_pool.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/db_driver_state/state.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/db_driver_state/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/db_driver_state/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b6fb92fc4ac..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/db_driver_state/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(impl-ydb_internal-db_driver_state) -target_link_libraries(impl-ydb_internal-db_driver_state PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-string_utils-quote - cpp-threading-future - client-impl-ydb_endpoints - impl-ydb_internal-logger - impl-ydb_internal-plain_status - client-ydb_types-credentials -) -target_sources(impl-ydb_internal-db_driver_state PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/db_driver_state/authenticator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/db_driver_state/endpoint_pool.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/db_driver_state/state.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/db_driver_state/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/db_driver_state/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b6fb92fc4ac..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/db_driver_state/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(impl-ydb_internal-db_driver_state) -target_link_libraries(impl-ydb_internal-db_driver_state PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-string_utils-quote - cpp-threading-future - client-impl-ydb_endpoints - impl-ydb_internal-logger - impl-ydb_internal-plain_status - client-ydb_types-credentials -) -target_sources(impl-ydb_internal-db_driver_state PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/db_driver_state/authenticator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/db_driver_state/endpoint_pool.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/db_driver_state/state.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/db_driver_state/CMakeLists.txt b/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/db_driver_state/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/db_driver_state/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/db_driver_state/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/db_driver_state/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 60f1d6beb79..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/db_driver_state/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(impl-ydb_internal-db_driver_state) -target_link_libraries(impl-ydb_internal-db_driver_state PUBLIC - contrib-libs-cxxsupp - yutil - cpp-string_utils-quote - cpp-threading-future - client-impl-ydb_endpoints - impl-ydb_internal-logger - impl-ydb_internal-plain_status - client-ydb_types-credentials -) -target_sources(impl-ydb_internal-db_driver_state PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/db_driver_state/authenticator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/db_driver_state/endpoint_pool.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/db_driver_state/state.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/grpc_connections/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/grpc_connections/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 10f30809d68..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/grpc_connections/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(impl-ydb_internal-grpc_connections) -target_link_libraries(impl-ydb_internal-grpc_connections PUBLIC - contrib-libs-cxxsupp - yutil - api-grpc - api-protos - impl-ydb_internal-db_driver_state - impl-ydb_internal-plain_status - impl-ydb_internal-thread_pool - client-impl-ydb_stats - cpp-client-resources - client-ydb_types-exceptions -) -target_sources(impl-ydb_internal-grpc_connections PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/grpc_connections/actions.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/grpc_connections/grpc_connections.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/grpc_connections/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/grpc_connections/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 8b282e00b95..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/grpc_connections/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(impl-ydb_internal-grpc_connections) -target_link_libraries(impl-ydb_internal-grpc_connections PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - api-grpc - api-protos - impl-ydb_internal-db_driver_state - impl-ydb_internal-plain_status - impl-ydb_internal-thread_pool - client-impl-ydb_stats - cpp-client-resources - client-ydb_types-exceptions -) -target_sources(impl-ydb_internal-grpc_connections PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/grpc_connections/actions.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/grpc_connections/grpc_connections.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/grpc_connections/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/grpc_connections/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 8b282e00b95..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/grpc_connections/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(impl-ydb_internal-grpc_connections) -target_link_libraries(impl-ydb_internal-grpc_connections PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - api-grpc - api-protos - impl-ydb_internal-db_driver_state - impl-ydb_internal-plain_status - impl-ydb_internal-thread_pool - client-impl-ydb_stats - cpp-client-resources - client-ydb_types-exceptions -) -target_sources(impl-ydb_internal-grpc_connections PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/grpc_connections/actions.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/grpc_connections/grpc_connections.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/grpc_connections/CMakeLists.txt b/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/grpc_connections/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/grpc_connections/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/grpc_connections/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/grpc_connections/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 10f30809d68..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/grpc_connections/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(impl-ydb_internal-grpc_connections) -target_link_libraries(impl-ydb_internal-grpc_connections PUBLIC - contrib-libs-cxxsupp - yutil - api-grpc - api-protos - impl-ydb_internal-db_driver_state - impl-ydb_internal-plain_status - impl-ydb_internal-thread_pool - client-impl-ydb_stats - cpp-client-resources - client-ydb_types-exceptions -) -target_sources(impl-ydb_internal-grpc_connections PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/grpc_connections/actions.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/grpc_connections/grpc_connections.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/kqp_session_common/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/kqp_session_common/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 961e1601410..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/kqp_session_common/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(impl-ydb_internal-kqp_session_common) -target_link_libraries(impl-ydb_internal-kqp_session_common PUBLIC - contrib-libs-cxxsupp - yutil - cpp-threading-future - lib-operation_id-protos - client-impl-ydb_endpoints -) -target_sources(impl-ydb_internal-kqp_session_common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/kqp_session_common/kqp_session_common.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/kqp_session_common/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/kqp_session_common/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 492f7447086..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/kqp_session_common/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(impl-ydb_internal-kqp_session_common) -target_link_libraries(impl-ydb_internal-kqp_session_common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-threading-future - lib-operation_id-protos - client-impl-ydb_endpoints -) -target_sources(impl-ydb_internal-kqp_session_common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/kqp_session_common/kqp_session_common.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/kqp_session_common/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/kqp_session_common/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 492f7447086..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/kqp_session_common/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(impl-ydb_internal-kqp_session_common) -target_link_libraries(impl-ydb_internal-kqp_session_common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-threading-future - lib-operation_id-protos - client-impl-ydb_endpoints -) -target_sources(impl-ydb_internal-kqp_session_common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/kqp_session_common/kqp_session_common.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/kqp_session_common/CMakeLists.txt b/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/kqp_session_common/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/kqp_session_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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/kqp_session_common/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/kqp_session_common/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 961e1601410..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/kqp_session_common/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(impl-ydb_internal-kqp_session_common) -target_link_libraries(impl-ydb_internal-kqp_session_common PUBLIC - contrib-libs-cxxsupp - yutil - cpp-threading-future - lib-operation_id-protos - client-impl-ydb_endpoints -) -target_sources(impl-ydb_internal-kqp_session_common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/kqp_session_common/kqp_session_common.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/logger/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/logger/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d74662b5893..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/logger/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(impl-ydb_internal-logger) -target_link_libraries(impl-ydb_internal-logger PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-logger -) -target_sources(impl-ydb_internal-logger PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/logger/log.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/logger/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/logger/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 7f4d18badec..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/logger/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(impl-ydb_internal-logger) -target_link_libraries(impl-ydb_internal-logger PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-logger -) -target_sources(impl-ydb_internal-logger PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/logger/log.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/logger/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/logger/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 7f4d18badec..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/logger/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(impl-ydb_internal-logger) -target_link_libraries(impl-ydb_internal-logger PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-logger -) -target_sources(impl-ydb_internal-logger PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/logger/log.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/logger/CMakeLists.txt b/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/logger/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/logger/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/logger/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/logger/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d74662b5893..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/logger/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(impl-ydb_internal-logger) -target_link_libraries(impl-ydb_internal-logger PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-logger -) -target_sources(impl-ydb_internal-logger PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/logger/log.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/make_request/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/make_request/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 730efb295cb..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/make_request/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(impl-ydb_internal-make_request) -target_link_libraries(impl-ydb_internal-make_request PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - api-protos -) -target_sources(impl-ydb_internal-make_request PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/make_request/make.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/make_request/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/make_request/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 9e13c1b337e..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/make_request/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(impl-ydb_internal-make_request) -target_link_libraries(impl-ydb_internal-make_request PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - api-protos -) -target_sources(impl-ydb_internal-make_request PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/make_request/make.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/make_request/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/make_request/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 9e13c1b337e..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/make_request/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(impl-ydb_internal-make_request) -target_link_libraries(impl-ydb_internal-make_request PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - api-protos -) -target_sources(impl-ydb_internal-make_request PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/make_request/make.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/make_request/CMakeLists.txt b/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/make_request/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/make_request/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/make_request/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/make_request/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 730efb295cb..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/make_request/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(impl-ydb_internal-make_request) -target_link_libraries(impl-ydb_internal-make_request PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - api-protos -) -target_sources(impl-ydb_internal-make_request PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/make_request/make.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/plain_status/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/plain_status/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 1ceaf6b6bd8..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/plain_status/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(impl-ydb_internal-plain_status) -target_link_libraries(impl-ydb_internal-plain_status PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - library-grpc-client - yql-public-issue -) -target_sources(impl-ydb_internal-plain_status PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/plain_status/status.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/plain_status/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/plain_status/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 4c5e84ff144..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/plain_status/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(impl-ydb_internal-plain_status) -target_link_libraries(impl-ydb_internal-plain_status PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - library-grpc-client - yql-public-issue -) -target_sources(impl-ydb_internal-plain_status PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/plain_status/status.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/plain_status/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/plain_status/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 4c5e84ff144..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/plain_status/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(impl-ydb_internal-plain_status) -target_link_libraries(impl-ydb_internal-plain_status PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - library-grpc-client - yql-public-issue -) -target_sources(impl-ydb_internal-plain_status PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/plain_status/status.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/plain_status/CMakeLists.txt b/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/plain_status/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/plain_status/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/plain_status/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/plain_status/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 1ceaf6b6bd8..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/plain_status/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(impl-ydb_internal-plain_status) -target_link_libraries(impl-ydb_internal-plain_status PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - library-grpc-client - yql-public-issue -) -target_sources(impl-ydb_internal-plain_status PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/plain_status/status.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/retry/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/retry/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 85b2ef0ce5d..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/retry/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(impl-ydb_internal-retry) -target_link_libraries(impl-ydb_internal-retry PUBLIC - contrib-libs-cxxsupp - yutil - impl-ydb_internal-grpc_connections -) -target_sources(impl-ydb_internal-retry PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/retry/retry.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/retry/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/retry/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 1e9dd656f44..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/retry/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(impl-ydb_internal-retry) -target_link_libraries(impl-ydb_internal-retry PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - impl-ydb_internal-grpc_connections -) -target_sources(impl-ydb_internal-retry PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/retry/retry.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/retry/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/retry/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 1e9dd656f44..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/retry/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(impl-ydb_internal-retry) -target_link_libraries(impl-ydb_internal-retry PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - impl-ydb_internal-grpc_connections -) -target_sources(impl-ydb_internal-retry PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/retry/retry.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/retry/CMakeLists.txt b/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/retry/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/retry/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/retry/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/retry/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 85b2ef0ce5d..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/retry/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(impl-ydb_internal-retry) -target_link_libraries(impl-ydb_internal-retry PUBLIC - contrib-libs-cxxsupp - yutil - impl-ydb_internal-grpc_connections -) -target_sources(impl-ydb_internal-retry PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/retry/retry.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/session_pool/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/session_pool/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index f5499e87508..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/session_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(impl-ydb_internal-session_pool) -target_link_libraries(impl-ydb_internal-session_pool PUBLIC - contrib-libs-cxxsupp - yutil - cpp-threading-future - api-protos - client-impl-ydb_endpoints - client-ydb_types-operation - public-issue-protos -) -target_sources(impl-ydb_internal-session_pool PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/session_pool/session_pool.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/session_pool/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/session_pool/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 8938024e22c..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/session_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(impl-ydb_internal-session_pool) -target_link_libraries(impl-ydb_internal-session_pool PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-threading-future - api-protos - client-impl-ydb_endpoints - client-ydb_types-operation - public-issue-protos -) -target_sources(impl-ydb_internal-session_pool PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/session_pool/session_pool.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/session_pool/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/session_pool/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 8938024e22c..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/session_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(impl-ydb_internal-session_pool) -target_link_libraries(impl-ydb_internal-session_pool PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-threading-future - api-protos - client-impl-ydb_endpoints - client-ydb_types-operation - public-issue-protos -) -target_sources(impl-ydb_internal-session_pool PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/session_pool/session_pool.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/session_pool/CMakeLists.txt b/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/session_pool/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/session_pool/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/session_pool/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/session_pool/CMakeLists.windows-x86_64.txt deleted file mode 100644 index f5499e87508..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/session_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(impl-ydb_internal-session_pool) -target_link_libraries(impl-ydb_internal-session_pool PUBLIC - contrib-libs-cxxsupp - yutil - cpp-threading-future - api-protos - client-impl-ydb_endpoints - client-ydb_types-operation - public-issue-protos -) -target_sources(impl-ydb_internal-session_pool PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/session_pool/session_pool.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/thread_pool/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/thread_pool/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2c8096f0ae3..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/thread_pool/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(impl-ydb_internal-thread_pool) -target_link_libraries(impl-ydb_internal-thread_pool PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(impl-ydb_internal-thread_pool PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/thread_pool/pool.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/thread_pool/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/thread_pool/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 2b483a3d06b..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/thread_pool/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(impl-ydb_internal-thread_pool) -target_link_libraries(impl-ydb_internal-thread_pool PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(impl-ydb_internal-thread_pool PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/thread_pool/pool.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/thread_pool/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/thread_pool/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 2b483a3d06b..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/thread_pool/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(impl-ydb_internal-thread_pool) -target_link_libraries(impl-ydb_internal-thread_pool PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(impl-ydb_internal-thread_pool PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/thread_pool/pool.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/thread_pool/CMakeLists.txt b/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/thread_pool/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/thread_pool/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/thread_pool/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/thread_pool/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 2c8096f0ae3..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/thread_pool/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(impl-ydb_internal-thread_pool) -target_link_libraries(impl-ydb_internal-thread_pool PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(impl-ydb_internal-thread_pool PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/thread_pool/pool.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/value_helpers/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/value_helpers/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index ef8291e83e9..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/value_helpers/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(impl-ydb_internal-value_helpers) -target_link_libraries(impl-ydb_internal-value_helpers PUBLIC - contrib-libs-cxxsupp - yutil - api-protos - client-ydb_types-fatal_error_handlers -) -target_sources(impl-ydb_internal-value_helpers PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/value_helpers/helpers.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/value_helpers/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/value_helpers/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 28a6e174006..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/value_helpers/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(impl-ydb_internal-value_helpers) -target_link_libraries(impl-ydb_internal-value_helpers PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - api-protos - client-ydb_types-fatal_error_handlers -) -target_sources(impl-ydb_internal-value_helpers PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/value_helpers/helpers.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/value_helpers/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/value_helpers/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 28a6e174006..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/value_helpers/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(impl-ydb_internal-value_helpers) -target_link_libraries(impl-ydb_internal-value_helpers PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - api-protos - client-ydb_types-fatal_error_handlers -) -target_sources(impl-ydb_internal-value_helpers PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/value_helpers/helpers.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/value_helpers/CMakeLists.txt b/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/value_helpers/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/value_helpers/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/value_helpers/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/value_helpers/CMakeLists.windows-x86_64.txt deleted file mode 100644 index ef8291e83e9..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/value_helpers/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(impl-ydb_internal-value_helpers) -target_link_libraries(impl-ydb_internal-value_helpers PUBLIC - contrib-libs-cxxsupp - yutil - api-protos - client-ydb_types-fatal_error_handlers -) -target_sources(impl-ydb_internal-value_helpers PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_internal/value_helpers/helpers.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/impl/ydb_stats/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/impl/ydb_stats/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c3cffb61fa9..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/ydb_stats/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(client-impl-ydb_stats) -target_link_libraries(client-impl-ydb_stats PUBLIC - contrib-libs-cxxsupp - yutil - library-grpc-client - cpp-monlib-metrics -) -target_sources(client-impl-ydb_stats PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_stats/stats.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/impl/ydb_stats/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/sdk/cpp/client/impl/ydb_stats/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 77080732274..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/ydb_stats/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(client-impl-ydb_stats) -target_link_libraries(client-impl-ydb_stats PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-grpc-client - cpp-monlib-metrics -) -target_sources(client-impl-ydb_stats PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_stats/stats.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/impl/ydb_stats/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/impl/ydb_stats/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 77080732274..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/ydb_stats/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(client-impl-ydb_stats) -target_link_libraries(client-impl-ydb_stats PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-grpc-client - cpp-monlib-metrics -) -target_sources(client-impl-ydb_stats PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_stats/stats.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/impl/ydb_stats/CMakeLists.txt b/contrib/ydb/public/sdk/cpp/client/impl/ydb_stats/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/ydb_stats/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/sdk/cpp/client/impl/ydb_stats/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/impl/ydb_stats/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c3cffb61fa9..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/impl/ydb_stats/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(client-impl-ydb_stats) -target_link_libraries(client-impl-ydb_stats PUBLIC - contrib-libs-cxxsupp - yutil - library-grpc-client - cpp-monlib-metrics -) -target_sources(client-impl-ydb_stats PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/impl/ydb_stats/stats.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/resources/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/resources/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d3f71883b36..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/resources/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. - - -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(cpp-client-resources) -target_link_libraries(cpp-client-resources PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-resource -) -target_sources(cpp-client-resources PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/resources/ydb_resources.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/resources/ydb_ca.cpp -) - -add_global_library_for(cpp-client-resources.global cpp-client-resources) -target_link_libraries(cpp-client-resources.global PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-resource -) -target_sources(cpp-client-resources.global PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/public/sdk/cpp/client/resources/45c7187eabf876257698694b5d551137.cpp -) -resources(cpp-client-resources.global - ${CMAKE_BINARY_DIR}/contrib/ydb/public/sdk/cpp/client/resources/45c7187eabf876257698694b5d551137.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/resources/ydb_sdk_version.txt - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/resources/ydb_root_ca.pem - KEYS - ydb_sdk_version.txt - ydb_root_ca.pem -) diff --git a/contrib/ydb/public/sdk/cpp/client/resources/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/sdk/cpp/client/resources/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 5e275c9b249..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/resources/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. - - -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(cpp-client-resources) -target_link_libraries(cpp-client-resources PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-resource -) -target_sources(cpp-client-resources PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/resources/ydb_resources.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/resources/ydb_ca.cpp -) - -add_global_library_for(cpp-client-resources.global cpp-client-resources) -target_link_libraries(cpp-client-resources.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-resource -) -target_sources(cpp-client-resources.global PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/public/sdk/cpp/client/resources/45c7187eabf876257698694b5d551137.cpp -) -resources(cpp-client-resources.global - ${CMAKE_BINARY_DIR}/contrib/ydb/public/sdk/cpp/client/resources/45c7187eabf876257698694b5d551137.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/resources/ydb_sdk_version.txt - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/resources/ydb_root_ca.pem - KEYS - ydb_sdk_version.txt - ydb_root_ca.pem -) diff --git a/contrib/ydb/public/sdk/cpp/client/resources/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/resources/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 5e275c9b249..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/resources/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. - - -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(cpp-client-resources) -target_link_libraries(cpp-client-resources PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-resource -) -target_sources(cpp-client-resources PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/resources/ydb_resources.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/resources/ydb_ca.cpp -) - -add_global_library_for(cpp-client-resources.global cpp-client-resources) -target_link_libraries(cpp-client-resources.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-resource -) -target_sources(cpp-client-resources.global PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/public/sdk/cpp/client/resources/45c7187eabf876257698694b5d551137.cpp -) -resources(cpp-client-resources.global - ${CMAKE_BINARY_DIR}/contrib/ydb/public/sdk/cpp/client/resources/45c7187eabf876257698694b5d551137.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/resources/ydb_sdk_version.txt - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/resources/ydb_root_ca.pem - KEYS - ydb_sdk_version.txt - ydb_root_ca.pem -) diff --git a/contrib/ydb/public/sdk/cpp/client/resources/CMakeLists.txt b/contrib/ydb/public/sdk/cpp/client/resources/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/resources/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/sdk/cpp/client/resources/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/resources/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d3f71883b36..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/resources/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. - - -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(cpp-client-resources) -target_link_libraries(cpp-client-resources PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-resource -) -target_sources(cpp-client-resources PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/resources/ydb_resources.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/resources/ydb_ca.cpp -) - -add_global_library_for(cpp-client-resources.global cpp-client-resources) -target_link_libraries(cpp-client-resources.global PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-resource -) -target_sources(cpp-client-resources.global PRIVATE - ${CMAKE_BINARY_DIR}/contrib/ydb/public/sdk/cpp/client/resources/45c7187eabf876257698694b5d551137.cpp -) -resources(cpp-client-resources.global - ${CMAKE_BINARY_DIR}/contrib/ydb/public/sdk/cpp/client/resources/45c7187eabf876257698694b5d551137.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/resources/ydb_sdk_version.txt - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/resources/ydb_root_ca.pem - KEYS - ydb_sdk_version.txt - ydb_root_ca.pem -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_common_client/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_common_client/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 3fd2300471a..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_common_client/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_subdirectory(impl) - -add_library(cpp-client-ydb_common_client) -target_link_libraries(cpp-client-ydb_common_client PUBLIC - contrib-libs-cxxsupp - yutil - impl-ydb_internal-common - client-ydb_types-credentials -) -target_sources(cpp-client-ydb_common_client PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_common_client/settings.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_common_client/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_common_client/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 172ec1a43e6..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_common_client/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(impl) - -add_library(cpp-client-ydb_common_client) -target_link_libraries(cpp-client-ydb_common_client PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - impl-ydb_internal-common - client-ydb_types-credentials -) -target_sources(cpp-client-ydb_common_client PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_common_client/settings.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_common_client/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_common_client/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 172ec1a43e6..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_common_client/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(impl) - -add_library(cpp-client-ydb_common_client) -target_link_libraries(cpp-client-ydb_common_client PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - impl-ydb_internal-common - client-ydb_types-credentials -) -target_sources(cpp-client-ydb_common_client PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_common_client/settings.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_common_client/CMakeLists.txt b/contrib/ydb/public/sdk/cpp/client/ydb_common_client/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_common_client/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_common_client/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_common_client/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 3fd2300471a..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_common_client/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(impl) - -add_library(cpp-client-ydb_common_client) -target_link_libraries(cpp-client-ydb_common_client PUBLIC - contrib-libs-cxxsupp - yutil - impl-ydb_internal-common - client-ydb_types-credentials -) -target_sources(cpp-client-ydb_common_client PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_common_client/settings.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_common_client/impl/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_common_client/impl/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 158dae60489..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_common_client/impl/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(client-ydb_common_client-impl) -target_link_libraries(client-ydb_common_client-impl PUBLIC - contrib-libs-cxxsupp - yutil - impl-ydb_internal-grpc_connections -) -target_sources(client-ydb_common_client-impl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_common_client/impl/client.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_common_client/impl/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_common_client/impl/CMakeLists.linux-aarch64.txt deleted file mode 100644 index c9ac9f8897b..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_common_client/impl/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(client-ydb_common_client-impl) -target_link_libraries(client-ydb_common_client-impl PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - impl-ydb_internal-grpc_connections -) -target_sources(client-ydb_common_client-impl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_common_client/impl/client.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_common_client/impl/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_common_client/impl/CMakeLists.linux-x86_64.txt deleted file mode 100644 index c9ac9f8897b..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_common_client/impl/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(client-ydb_common_client-impl) -target_link_libraries(client-ydb_common_client-impl PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - impl-ydb_internal-grpc_connections -) -target_sources(client-ydb_common_client-impl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_common_client/impl/client.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_common_client/impl/CMakeLists.txt b/contrib/ydb/public/sdk/cpp/client/ydb_common_client/impl/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_common_client/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_common_client/impl/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_common_client/impl/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 158dae60489..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_common_client/impl/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(client-ydb_common_client-impl) -target_link_libraries(client-ydb_common_client-impl PUBLIC - contrib-libs-cxxsupp - yutil - impl-ydb_internal-grpc_connections -) -target_sources(client-ydb_common_client-impl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_common_client/impl/client.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_coordination/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_coordination/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 23ec8c3417e..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_coordination/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-client-ydb_coordination) -target_link_libraries(cpp-client-ydb_coordination PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - api-grpc - impl-ydb_internal-make_request - cpp-client-ydb_common_client - client-ydb_common_client-impl - cpp-client-ydb_driver - cpp-client-ydb_proto - cpp-client-ydb_types - client-ydb_types-status -) -target_sources(cpp-client-ydb_coordination PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_coordination/coordination.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_coordination/proto_accessor.cpp -) -generate_enum_serilization(cpp-client-ydb_coordination - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_coordination/coordination.h - INCLUDE_HEADERS - contrib/ydb/public/sdk/cpp/client/ydb_coordination/coordination.h -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_coordination/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_coordination/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 17babecaccf..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_coordination/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-client-ydb_coordination) -target_link_libraries(cpp-client-ydb_coordination PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - api-grpc - impl-ydb_internal-make_request - cpp-client-ydb_common_client - client-ydb_common_client-impl - cpp-client-ydb_driver - cpp-client-ydb_proto - cpp-client-ydb_types - client-ydb_types-status -) -target_sources(cpp-client-ydb_coordination PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_coordination/coordination.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_coordination/proto_accessor.cpp -) -generate_enum_serilization(cpp-client-ydb_coordination - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_coordination/coordination.h - INCLUDE_HEADERS - contrib/ydb/public/sdk/cpp/client/ydb_coordination/coordination.h -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_coordination/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_coordination/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 17babecaccf..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_coordination/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-client-ydb_coordination) -target_link_libraries(cpp-client-ydb_coordination PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - api-grpc - impl-ydb_internal-make_request - cpp-client-ydb_common_client - client-ydb_common_client-impl - cpp-client-ydb_driver - cpp-client-ydb_proto - cpp-client-ydb_types - client-ydb_types-status -) -target_sources(cpp-client-ydb_coordination PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_coordination/coordination.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_coordination/proto_accessor.cpp -) -generate_enum_serilization(cpp-client-ydb_coordination - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_coordination/coordination.h - INCLUDE_HEADERS - contrib/ydb/public/sdk/cpp/client/ydb_coordination/coordination.h -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_coordination/CMakeLists.txt b/contrib/ydb/public/sdk/cpp/client/ydb_coordination/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_coordination/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_coordination/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_coordination/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 23ec8c3417e..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_coordination/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-client-ydb_coordination) -target_link_libraries(cpp-client-ydb_coordination PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - api-grpc - impl-ydb_internal-make_request - cpp-client-ydb_common_client - client-ydb_common_client-impl - cpp-client-ydb_driver - cpp-client-ydb_proto - cpp-client-ydb_types - client-ydb_types-status -) -target_sources(cpp-client-ydb_coordination PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_coordination/coordination.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_coordination/proto_accessor.cpp -) -generate_enum_serilization(cpp-client-ydb_coordination - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_coordination/coordination.h - INCLUDE_HEADERS - contrib/ydb/public/sdk/cpp/client/ydb_coordination/coordination.h -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_datastreams/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_datastreams/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 61482ead4c0..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_datastreams/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(cpp-client-ydb_datastreams) -target_link_libraries(cpp-client-ydb_datastreams PUBLIC - contrib-libs-cxxsupp - yutil - library-grpc-client - cpp-string_utils-url - api-grpc-draft - public-lib-operation_id - impl-ydb_internal-make_request - cpp-client-ydb_driver -) -target_sources(cpp-client-ydb_datastreams PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_datastreams/datastreams.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_datastreams/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_datastreams/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d7819604ff5..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_datastreams/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(cpp-client-ydb_datastreams) -target_link_libraries(cpp-client-ydb_datastreams PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-grpc-client - cpp-string_utils-url - api-grpc-draft - public-lib-operation_id - impl-ydb_internal-make_request - cpp-client-ydb_driver -) -target_sources(cpp-client-ydb_datastreams PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_datastreams/datastreams.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_datastreams/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_datastreams/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d7819604ff5..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_datastreams/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(cpp-client-ydb_datastreams) -target_link_libraries(cpp-client-ydb_datastreams PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-grpc-client - cpp-string_utils-url - api-grpc-draft - public-lib-operation_id - impl-ydb_internal-make_request - cpp-client-ydb_driver -) -target_sources(cpp-client-ydb_datastreams PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_datastreams/datastreams.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_datastreams/CMakeLists.txt b/contrib/ydb/public/sdk/cpp/client/ydb_datastreams/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_datastreams/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_datastreams/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_datastreams/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 61482ead4c0..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_datastreams/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(cpp-client-ydb_datastreams) -target_link_libraries(cpp-client-ydb_datastreams PUBLIC - contrib-libs-cxxsupp - yutil - library-grpc-client - cpp-string_utils-url - api-grpc-draft - public-lib-operation_id - impl-ydb_internal-make_request - cpp-client-ydb_driver -) -target_sources(cpp-client-ydb_datastreams PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_datastreams/datastreams.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_discovery/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_discovery/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index cc4c89a624b..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_discovery/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(cpp-client-ydb_discovery) -target_link_libraries(cpp-client-ydb_discovery PUBLIC - contrib-libs-cxxsupp - yutil - client-ydb_common_client-impl - cpp-client-ydb_driver -) -target_sources(cpp-client-ydb_discovery PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_discovery/discovery.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_discovery/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_discovery/CMakeLists.linux-aarch64.txt deleted file mode 100644 index c896bdda90d..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_discovery/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(cpp-client-ydb_discovery) -target_link_libraries(cpp-client-ydb_discovery PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - client-ydb_common_client-impl - cpp-client-ydb_driver -) -target_sources(cpp-client-ydb_discovery PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_discovery/discovery.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_discovery/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_discovery/CMakeLists.linux-x86_64.txt deleted file mode 100644 index c896bdda90d..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_discovery/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(cpp-client-ydb_discovery) -target_link_libraries(cpp-client-ydb_discovery PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - client-ydb_common_client-impl - cpp-client-ydb_driver -) -target_sources(cpp-client-ydb_discovery PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_discovery/discovery.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_discovery/CMakeLists.txt b/contrib/ydb/public/sdk/cpp/client/ydb_discovery/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_discovery/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_discovery/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_discovery/CMakeLists.windows-x86_64.txt deleted file mode 100644 index cc4c89a624b..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_discovery/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(cpp-client-ydb_discovery) -target_link_libraries(cpp-client-ydb_discovery PUBLIC - contrib-libs-cxxsupp - yutil - client-ydb_common_client-impl - cpp-client-ydb_driver -) -target_sources(cpp-client-ydb_discovery PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_discovery/discovery.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_driver/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_driver/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index f35d7e57aa2..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_driver/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(cpp-client-ydb_driver) -target_link_libraries(cpp-client-ydb_driver PUBLIC - contrib-libs-cxxsupp - yutil - impl-ydb_internal-common - impl-ydb_internal-grpc_connections - cpp-client-resources - cpp-client-ydb_common_client - client-ydb_types-status -) -target_sources(cpp-client-ydb_driver PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_driver/driver.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_driver/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_driver/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 1e344160ac3..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_driver/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(cpp-client-ydb_driver) -target_link_libraries(cpp-client-ydb_driver PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - impl-ydb_internal-common - impl-ydb_internal-grpc_connections - cpp-client-resources - cpp-client-ydb_common_client - client-ydb_types-status -) -target_sources(cpp-client-ydb_driver PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_driver/driver.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_driver/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_driver/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 1e344160ac3..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_driver/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(cpp-client-ydb_driver) -target_link_libraries(cpp-client-ydb_driver PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - impl-ydb_internal-common - impl-ydb_internal-grpc_connections - cpp-client-resources - cpp-client-ydb_common_client - client-ydb_types-status -) -target_sources(cpp-client-ydb_driver PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_driver/driver.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_driver/CMakeLists.txt b/contrib/ydb/public/sdk/cpp/client/ydb_driver/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_driver/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_driver/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_driver/CMakeLists.windows-x86_64.txt deleted file mode 100644 index f35d7e57aa2..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_driver/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(cpp-client-ydb_driver) -target_link_libraries(cpp-client-ydb_driver PUBLIC - contrib-libs-cxxsupp - yutil - impl-ydb_internal-common - impl-ydb_internal-grpc_connections - cpp-client-resources - cpp-client-ydb_common_client - client-ydb_types-status -) -target_sources(cpp-client-ydb_driver PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_driver/driver.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_export/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_export/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 4f5ee22e572..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_export/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-client-ydb_export) -target_link_libraries(cpp-client-ydb_export PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - api-grpc - api-protos - client-ydb_common_client-impl - cpp-client-ydb_driver - cpp-client-ydb_proto - client-ydb_types-operation -) -target_sources(cpp-client-ydb_export PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_export/export.cpp -) -generate_enum_serilization(cpp-client-ydb_export - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_export/export.h - INCLUDE_HEADERS - contrib/ydb/public/sdk/cpp/client/ydb_export/export.h -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_export/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_export/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 54b420e868c..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_export/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-client-ydb_export) -target_link_libraries(cpp-client-ydb_export PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - api-grpc - api-protos - client-ydb_common_client-impl - cpp-client-ydb_driver - cpp-client-ydb_proto - client-ydb_types-operation -) -target_sources(cpp-client-ydb_export PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_export/export.cpp -) -generate_enum_serilization(cpp-client-ydb_export - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_export/export.h - INCLUDE_HEADERS - contrib/ydb/public/sdk/cpp/client/ydb_export/export.h -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_export/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_export/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 54b420e868c..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_export/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-client-ydb_export) -target_link_libraries(cpp-client-ydb_export PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - api-grpc - api-protos - client-ydb_common_client-impl - cpp-client-ydb_driver - cpp-client-ydb_proto - client-ydb_types-operation -) -target_sources(cpp-client-ydb_export PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_export/export.cpp -) -generate_enum_serilization(cpp-client-ydb_export - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_export/export.h - INCLUDE_HEADERS - contrib/ydb/public/sdk/cpp/client/ydb_export/export.h -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_export/CMakeLists.txt b/contrib/ydb/public/sdk/cpp/client/ydb_export/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_export/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_export/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_export/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 4f5ee22e572..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_export/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-client-ydb_export) -target_link_libraries(cpp-client-ydb_export PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - api-grpc - api-protos - client-ydb_common_client-impl - cpp-client-ydb_driver - cpp-client-ydb_proto - client-ydb_types-operation -) -target_sources(cpp-client-ydb_export PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_export/export.cpp -) -generate_enum_serilization(cpp-client-ydb_export - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_export/export.h - INCLUDE_HEADERS - contrib/ydb/public/sdk/cpp/client/ydb_export/export.h -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_extension/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_extension/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6570cf2a67e..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_extension/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(cpp-client-ydb_extension) -target_link_libraries(cpp-client-ydb_extension PUBLIC - contrib-libs-cxxsupp - yutil - cpp-monlib-metrics - cpp-client-ydb_driver -) -target_sources(cpp-client-ydb_extension PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_extension/extension.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_extension/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_extension/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 8b8f6ee6720..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_extension/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(cpp-client-ydb_extension) -target_link_libraries(cpp-client-ydb_extension PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-monlib-metrics - cpp-client-ydb_driver -) -target_sources(cpp-client-ydb_extension PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_extension/extension.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_extension/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_extension/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 8b8f6ee6720..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_extension/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(cpp-client-ydb_extension) -target_link_libraries(cpp-client-ydb_extension PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-monlib-metrics - cpp-client-ydb_driver -) -target_sources(cpp-client-ydb_extension PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_extension/extension.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_extension/CMakeLists.txt b/contrib/ydb/public/sdk/cpp/client/ydb_extension/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_extension/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_extension/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_extension/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 6570cf2a67e..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_extension/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(cpp-client-ydb_extension) -target_link_libraries(cpp-client-ydb_extension PUBLIC - contrib-libs-cxxsupp - yutil - cpp-monlib-metrics - cpp-client-ydb_driver -) -target_sources(cpp-client-ydb_extension PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_extension/extension.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_import/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_import/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index b092cd91b5f..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_import/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-client-ydb_import) -target_link_libraries(cpp-client-ydb_import PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - api-grpc - api-protos - client-ydb_common_client-impl - cpp-client-ydb_driver - cpp-client-ydb_proto - client-ydb_types-operation -) -target_sources(cpp-client-ydb_import PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_import/import.cpp -) -generate_enum_serilization(cpp-client-ydb_import - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_import/import.h - INCLUDE_HEADERS - contrib/ydb/public/sdk/cpp/client/ydb_import/import.h -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_import/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_import/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a823adcfd1f..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_import/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-client-ydb_import) -target_link_libraries(cpp-client-ydb_import PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - api-grpc - api-protos - client-ydb_common_client-impl - cpp-client-ydb_driver - cpp-client-ydb_proto - client-ydb_types-operation -) -target_sources(cpp-client-ydb_import PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_import/import.cpp -) -generate_enum_serilization(cpp-client-ydb_import - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_import/import.h - INCLUDE_HEADERS - contrib/ydb/public/sdk/cpp/client/ydb_import/import.h -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_import/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_import/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a823adcfd1f..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_import/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-client-ydb_import) -target_link_libraries(cpp-client-ydb_import PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - api-grpc - api-protos - client-ydb_common_client-impl - cpp-client-ydb_driver - cpp-client-ydb_proto - client-ydb_types-operation -) -target_sources(cpp-client-ydb_import PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_import/import.cpp -) -generate_enum_serilization(cpp-client-ydb_import - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_import/import.h - INCLUDE_HEADERS - contrib/ydb/public/sdk/cpp/client/ydb_import/import.h -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_import/CMakeLists.txt b/contrib/ydb/public/sdk/cpp/client/ydb_import/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_import/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_import/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_import/CMakeLists.windows-x86_64.txt deleted file mode 100644 index b092cd91b5f..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_import/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-client-ydb_import) -target_link_libraries(cpp-client-ydb_import PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - api-grpc - api-protos - client-ydb_common_client-impl - cpp-client-ydb_driver - cpp-client-ydb_proto - client-ydb_types-operation -) -target_sources(cpp-client-ydb_import PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_import/import.cpp -) -generate_enum_serilization(cpp-client-ydb_import - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_import/import.h - INCLUDE_HEADERS - contrib/ydb/public/sdk/cpp/client/ydb_import/import.h -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_operation/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_operation/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 014f9712f2e..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_operation/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(cpp-client-ydb_operation) -target_link_libraries(cpp-client-ydb_operation PUBLIC - contrib-libs-cxxsupp - yutil - api-grpc - public-lib-operation_id - cpp-client-ydb_query - client-ydb_common_client-impl - cpp-client-ydb_driver - cpp-client-ydb_export - cpp-client-ydb_import - client-ydb_types-operation -) -target_sources(cpp-client-ydb_operation PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_operation/operation.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_operation/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_operation/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b39290d3b0e..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_operation/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(cpp-client-ydb_operation) -target_link_libraries(cpp-client-ydb_operation PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - api-grpc - public-lib-operation_id - cpp-client-ydb_query - client-ydb_common_client-impl - cpp-client-ydb_driver - cpp-client-ydb_export - cpp-client-ydb_import - client-ydb_types-operation -) -target_sources(cpp-client-ydb_operation PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_operation/operation.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_operation/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_operation/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b39290d3b0e..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_operation/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(cpp-client-ydb_operation) -target_link_libraries(cpp-client-ydb_operation PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - api-grpc - public-lib-operation_id - cpp-client-ydb_query - client-ydb_common_client-impl - cpp-client-ydb_driver - cpp-client-ydb_export - cpp-client-ydb_import - client-ydb_types-operation -) -target_sources(cpp-client-ydb_operation PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_operation/operation.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_operation/CMakeLists.txt b/contrib/ydb/public/sdk/cpp/client/ydb_operation/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_operation/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_operation/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_operation/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 014f9712f2e..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_operation/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(cpp-client-ydb_operation) -target_link_libraries(cpp-client-ydb_operation PUBLIC - contrib-libs-cxxsupp - yutil - api-grpc - public-lib-operation_id - cpp-client-ydb_query - client-ydb_common_client-impl - cpp-client-ydb_driver - cpp-client-ydb_export - cpp-client-ydb_import - client-ydb_types-operation -) -target_sources(cpp-client-ydb_operation PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_operation/operation.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_params/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_params/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 008d924b2c9..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_params/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(cpp-client-ydb_params) -target_link_libraries(cpp-client-ydb_params PUBLIC - contrib-libs-cxxsupp - yutil - api-protos - client-ydb_types-fatal_error_handlers - cpp-client-ydb_value -) -target_sources(cpp-client-ydb_params PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_params/params.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_params/impl.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_params/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_params/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 1666e316486..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_params/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(cpp-client-ydb_params) -target_link_libraries(cpp-client-ydb_params PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - api-protos - client-ydb_types-fatal_error_handlers - cpp-client-ydb_value -) -target_sources(cpp-client-ydb_params PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_params/params.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_params/impl.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_params/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_params/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 1666e316486..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_params/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(cpp-client-ydb_params) -target_link_libraries(cpp-client-ydb_params PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - api-protos - client-ydb_types-fatal_error_handlers - cpp-client-ydb_value -) -target_sources(cpp-client-ydb_params PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_params/params.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_params/impl.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_params/CMakeLists.txt b/contrib/ydb/public/sdk/cpp/client/ydb_params/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_params/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_params/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_params/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 008d924b2c9..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_params/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(cpp-client-ydb_params) -target_link_libraries(cpp-client-ydb_params PUBLIC - contrib-libs-cxxsupp - yutil - api-protos - client-ydb_types-fatal_error_handlers - cpp-client-ydb_value -) -target_sources(cpp-client-ydb_params PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_params/params.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_params/impl.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index eb3613ec457..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/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_subdirectory(impl) -add_subdirectory(ut) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-client-ydb_persqueue_core) -target_link_libraries(cpp-client-ydb_persqueue_core PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-cpp-retry - client-ydb_persqueue_core-impl - cpp-client-ydb_proto - cpp-client-ydb_driver - api-grpc - api-grpc-draft - api-protos -) -generate_enum_serilization(cpp-client-ydb_persqueue_core - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/persqueue.h - INCLUDE_HEADERS - contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/persqueue.h -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d99cddc0ad5..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/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_subdirectory(impl) -add_subdirectory(ut) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-client-ydb_persqueue_core) -target_link_libraries(cpp-client-ydb_persqueue_core PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-cpp-retry - client-ydb_persqueue_core-impl - cpp-client-ydb_proto - cpp-client-ydb_driver - api-grpc - api-grpc-draft - api-protos -) -generate_enum_serilization(cpp-client-ydb_persqueue_core - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/persqueue.h - INCLUDE_HEADERS - contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/persqueue.h -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d99cddc0ad5..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/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_subdirectory(impl) -add_subdirectory(ut) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-client-ydb_persqueue_core) -target_link_libraries(cpp-client-ydb_persqueue_core PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-cpp-retry - client-ydb_persqueue_core-impl - cpp-client-ydb_proto - cpp-client-ydb_driver - api-grpc - api-grpc-draft - api-protos -) -generate_enum_serilization(cpp-client-ydb_persqueue_core - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/persqueue.h - INCLUDE_HEADERS - contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/persqueue.h -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/CMakeLists.txt b/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/CMakeLists.windows-x86_64.txt deleted file mode 100644 index eb3613ec457..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/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_subdirectory(impl) -add_subdirectory(ut) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-client-ydb_persqueue_core) -target_link_libraries(cpp-client-ydb_persqueue_core PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-cpp-retry - client-ydb_persqueue_core-impl - cpp-client-ydb_proto - cpp-client-ydb_driver - api-grpc - api-grpc-draft - api-protos -) -generate_enum_serilization(cpp-client-ydb_persqueue_core - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/persqueue.h - INCLUDE_HEADERS - contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/persqueue.h -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/impl/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/impl/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 47c14d381d7..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/impl/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(client-ydb_persqueue_core-impl) -target_link_libraries(client-ydb_persqueue_core-impl PUBLIC - contrib-libs-cxxsupp - yutil - cpp-containers-disjoint_interval_tree - library-grpc-client - cpp-monlib-dynamic_counters - cpp-monlib-metrics - cpp-string_utils-url - library-persqueue-obfuscate - api-grpc-draft - impl-ydb_internal-make_request - client-ydb_common_client-impl - cpp-client-ydb_driver -) -target_sources(client-ydb_persqueue_core-impl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/impl/read_session_messages.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/impl/common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/impl/write_session.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/impl/write_session_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/impl/read_session.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/impl/persqueue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/impl/persqueue_impl.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/impl/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/impl/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 71fab7456c3..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/impl/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(client-ydb_persqueue_core-impl) -target_link_libraries(client-ydb_persqueue_core-impl PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-containers-disjoint_interval_tree - library-grpc-client - cpp-monlib-dynamic_counters - cpp-monlib-metrics - cpp-string_utils-url - library-persqueue-obfuscate - api-grpc-draft - impl-ydb_internal-make_request - client-ydb_common_client-impl - cpp-client-ydb_driver -) -target_sources(client-ydb_persqueue_core-impl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/impl/read_session_messages.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/impl/common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/impl/write_session.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/impl/write_session_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/impl/read_session.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/impl/persqueue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/impl/persqueue_impl.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/impl/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/impl/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 71fab7456c3..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/impl/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(client-ydb_persqueue_core-impl) -target_link_libraries(client-ydb_persqueue_core-impl PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-containers-disjoint_interval_tree - library-grpc-client - cpp-monlib-dynamic_counters - cpp-monlib-metrics - cpp-string_utils-url - library-persqueue-obfuscate - api-grpc-draft - impl-ydb_internal-make_request - client-ydb_common_client-impl - cpp-client-ydb_driver -) -target_sources(client-ydb_persqueue_core-impl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/impl/read_session_messages.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/impl/common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/impl/write_session.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/impl/write_session_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/impl/read_session.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/impl/persqueue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/impl/persqueue_impl.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/impl/CMakeLists.txt b/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/impl/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/impl/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/impl/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 47c14d381d7..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/impl/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(client-ydb_persqueue_core-impl) -target_link_libraries(client-ydb_persqueue_core-impl PUBLIC - contrib-libs-cxxsupp - yutil - cpp-containers-disjoint_interval_tree - library-grpc-client - cpp-monlib-dynamic_counters - cpp-monlib-metrics - cpp-string_utils-url - library-persqueue-obfuscate - api-grpc-draft - impl-ydb_internal-make_request - client-ydb_common_client-impl - cpp-client-ydb_driver -) -target_sources(client-ydb_persqueue_core-impl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/impl/read_session_messages.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/impl/common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/impl/write_session.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/impl/write_session_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/impl/read_session.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/impl/persqueue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/impl/persqueue_impl.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/ut/CMakeLists.txt b/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/ut/CMakeLists.txt deleted file mode 100644 index dbf955315f5..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/ut/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(ut_utils) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/ut/ut_utils/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/ut/ut_utils/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d4129af724f..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/ut/ut_utils/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(ydb_persqueue_core-ut-ut_utils) -target_compile_options(ydb_persqueue_core-ut-ut_utils PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb_persqueue_core-ut-ut_utils PUBLIC - contrib-libs-cxxsupp - yutil - library-grpc-server - cpp-testing-unittest - cpp-threading-chunk_queue - core-testlib-default - library-persqueue-topic_parser_public - cpp-client-ydb_driver - cpp-client-ydb_persqueue_core - cpp-client-ydb_persqueue_public - cpp-client-ydb_table -) -target_sources(ydb_persqueue_core-ut-ut_utils PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/ut/ut_utils/data_plane_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/ut/ut_utils/test_server.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/ut/ut_utils/ut_utils.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/ut/ut_utils/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/ut/ut_utils/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 404910034fd..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/ut/ut_utils/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(ydb_persqueue_core-ut-ut_utils) -target_compile_options(ydb_persqueue_core-ut-ut_utils PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb_persqueue_core-ut-ut_utils PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-grpc-server - cpp-testing-unittest - cpp-threading-chunk_queue - core-testlib-default - library-persqueue-topic_parser_public - cpp-client-ydb_driver - cpp-client-ydb_persqueue_core - cpp-client-ydb_persqueue_public - cpp-client-ydb_table -) -target_sources(ydb_persqueue_core-ut-ut_utils PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/ut/ut_utils/data_plane_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/ut/ut_utils/test_server.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/ut/ut_utils/ut_utils.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/ut/ut_utils/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/ut/ut_utils/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 404910034fd..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/ut/ut_utils/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(ydb_persqueue_core-ut-ut_utils) -target_compile_options(ydb_persqueue_core-ut-ut_utils PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb_persqueue_core-ut-ut_utils PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-grpc-server - cpp-testing-unittest - cpp-threading-chunk_queue - core-testlib-default - library-persqueue-topic_parser_public - cpp-client-ydb_driver - cpp-client-ydb_persqueue_core - cpp-client-ydb_persqueue_public - cpp-client-ydb_table -) -target_sources(ydb_persqueue_core-ut-ut_utils PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/ut/ut_utils/data_plane_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/ut/ut_utils/test_server.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/ut/ut_utils/ut_utils.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/ut/ut_utils/CMakeLists.txt b/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/ut/ut_utils/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/ut/ut_utils/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/ut/ut_utils/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/ut/ut_utils/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d4129af724f..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/ut/ut_utils/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(ydb_persqueue_core-ut-ut_utils) -target_compile_options(ydb_persqueue_core-ut-ut_utils PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb_persqueue_core-ut-ut_utils PUBLIC - contrib-libs-cxxsupp - yutil - library-grpc-server - cpp-testing-unittest - cpp-threading-chunk_queue - core-testlib-default - library-persqueue-topic_parser_public - cpp-client-ydb_driver - cpp-client-ydb_persqueue_core - cpp-client-ydb_persqueue_public - cpp-client-ydb_table -) -target_sources(ydb_persqueue_core-ut-ut_utils PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/ut/ut_utils/data_plane_helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/ut/ut_utils/test_server.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_core/ut/ut_utils/ut_utils.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_public/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_public/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 4d63969baad..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_public/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_subdirectory(codecs) - -add_library(cpp-client-ydb_persqueue_public INTERFACE) -target_link_libraries(cpp-client-ydb_persqueue_public INTERFACE - contrib-libs-cxxsupp - yutil - cpp-client-ydb_persqueue_core - client-ydb_persqueue_public-codecs -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_public/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_public/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 66a951e2cfd..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_public/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_subdirectory(codecs) - -add_library(cpp-client-ydb_persqueue_public INTERFACE) -target_link_libraries(cpp-client-ydb_persqueue_public INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-client-ydb_persqueue_core - client-ydb_persqueue_public-codecs -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_public/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_public/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 66a951e2cfd..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_public/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_subdirectory(codecs) - -add_library(cpp-client-ydb_persqueue_public INTERFACE) -target_link_libraries(cpp-client-ydb_persqueue_public INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-client-ydb_persqueue_core - client-ydb_persqueue_public-codecs -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_public/CMakeLists.txt b/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_public/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_public/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_public/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_public/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 4d63969baad..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_public/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_subdirectory(codecs) - -add_library(cpp-client-ydb_persqueue_public INTERFACE) -target_link_libraries(cpp-client-ydb_persqueue_public INTERFACE - contrib-libs-cxxsupp - yutil - cpp-client-ydb_persqueue_core - client-ydb_persqueue_public-codecs -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_public/codecs/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_public/codecs/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index e3a36e013d2..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_public/codecs/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(client-ydb_persqueue_public-codecs) -target_link_libraries(client-ydb_persqueue_public-codecs PUBLIC - contrib-libs-cxxsupp - yutil - cpp-streams-zstd - public-issue-protos - api-grpc-draft - api-grpc - api-protos -) -target_sources(client-ydb_persqueue_public-codecs PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_public/codecs/codecs.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_public/codecs/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_public/codecs/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 3524435629d..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_public/codecs/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(client-ydb_persqueue_public-codecs) -target_link_libraries(client-ydb_persqueue_public-codecs PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-streams-zstd - public-issue-protos - api-grpc-draft - api-grpc - api-protos -) -target_sources(client-ydb_persqueue_public-codecs PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_public/codecs/codecs.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_public/codecs/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_public/codecs/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 3524435629d..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_public/codecs/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(client-ydb_persqueue_public-codecs) -target_link_libraries(client-ydb_persqueue_public-codecs PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-streams-zstd - public-issue-protos - api-grpc-draft - api-grpc - api-protos -) -target_sources(client-ydb_persqueue_public-codecs PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_public/codecs/codecs.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_public/codecs/CMakeLists.txt b/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_public/codecs/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_public/codecs/CMakeLists.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_public/codecs/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_public/codecs/CMakeLists.windows-x86_64.txt deleted file mode 100644 index e3a36e013d2..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_public/codecs/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(client-ydb_persqueue_public-codecs) -target_link_libraries(client-ydb_persqueue_public-codecs PUBLIC - contrib-libs-cxxsupp - yutil - cpp-streams-zstd - public-issue-protos - api-grpc-draft - api-grpc - api-protos -) -target_sources(client-ydb_persqueue_public-codecs PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_persqueue_public/codecs/codecs.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_proto/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_proto/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index f2607242237..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_proto/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(cpp-client-ydb_proto) -target_link_libraries(cpp-client-ydb_proto PUBLIC - contrib-libs-cxxsupp - yutil - api-grpc - api-grpc-draft - api-protos - lib-operation_id-protos - cpp-client-ydb_params - cpp-client-ydb_value - public-issue-protos -) -target_sources(cpp-client-ydb_proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_proto/accessor.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_proto/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_proto/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a77eb2010ff..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_proto/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(cpp-client-ydb_proto) -target_link_libraries(cpp-client-ydb_proto PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - api-grpc - api-grpc-draft - api-protos - lib-operation_id-protos - cpp-client-ydb_params - cpp-client-ydb_value - public-issue-protos -) -target_sources(cpp-client-ydb_proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_proto/accessor.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_proto/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_proto/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a77eb2010ff..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_proto/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(cpp-client-ydb_proto) -target_link_libraries(cpp-client-ydb_proto PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - api-grpc - api-grpc-draft - api-protos - lib-operation_id-protos - cpp-client-ydb_params - cpp-client-ydb_value - public-issue-protos -) -target_sources(cpp-client-ydb_proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_proto/accessor.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_proto/CMakeLists.txt b/contrib/ydb/public/sdk/cpp/client/ydb_proto/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_proto/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_proto/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_proto/CMakeLists.windows-x86_64.txt deleted file mode 100644 index f2607242237..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_proto/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(cpp-client-ydb_proto) -target_link_libraries(cpp-client-ydb_proto PUBLIC - contrib-libs-cxxsupp - yutil - api-grpc - api-grpc-draft - api-protos - lib-operation_id-protos - cpp-client-ydb_params - cpp-client-ydb_value - public-issue-protos -) -target_sources(cpp-client-ydb_proto PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_proto/accessor.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_query/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_query/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 97c0ae65aa8..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_query/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_subdirectory(impl) - -add_library(cpp-client-ydb_query) -target_link_libraries(cpp-client-ydb_query PUBLIC - contrib-libs-cxxsupp - yutil - impl-ydb_internal-make_request - impl-ydb_internal-kqp_session_common - impl-ydb_internal-session_pool - impl-ydb_internal-retry - cpp-client-ydb_common_client - cpp-client-ydb_driver - client-ydb_query-impl - cpp-client-ydb_result - client-ydb_types-operation -) -target_sources(cpp-client-ydb_query PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_query/client.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_query/query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_query/stats.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_query/tx.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_query/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_query/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d87f07f3381..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_query/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_subdirectory(impl) - -add_library(cpp-client-ydb_query) -target_link_libraries(cpp-client-ydb_query PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - impl-ydb_internal-make_request - impl-ydb_internal-kqp_session_common - impl-ydb_internal-session_pool - impl-ydb_internal-retry - cpp-client-ydb_common_client - cpp-client-ydb_driver - client-ydb_query-impl - cpp-client-ydb_result - client-ydb_types-operation -) -target_sources(cpp-client-ydb_query PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_query/client.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_query/query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_query/stats.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_query/tx.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_query/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_query/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d87f07f3381..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_query/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_subdirectory(impl) - -add_library(cpp-client-ydb_query) -target_link_libraries(cpp-client-ydb_query PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - impl-ydb_internal-make_request - impl-ydb_internal-kqp_session_common - impl-ydb_internal-session_pool - impl-ydb_internal-retry - cpp-client-ydb_common_client - cpp-client-ydb_driver - client-ydb_query-impl - cpp-client-ydb_result - client-ydb_types-operation -) -target_sources(cpp-client-ydb_query PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_query/client.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_query/query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_query/stats.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_query/tx.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_query/CMakeLists.txt b/contrib/ydb/public/sdk/cpp/client/ydb_query/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_query/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_query/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_query/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 97c0ae65aa8..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_query/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_subdirectory(impl) - -add_library(cpp-client-ydb_query) -target_link_libraries(cpp-client-ydb_query PUBLIC - contrib-libs-cxxsupp - yutil - impl-ydb_internal-make_request - impl-ydb_internal-kqp_session_common - impl-ydb_internal-session_pool - impl-ydb_internal-retry - cpp-client-ydb_common_client - cpp-client-ydb_driver - client-ydb_query-impl - cpp-client-ydb_result - client-ydb_types-operation -) -target_sources(cpp-client-ydb_query PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_query/client.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_query/query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_query/stats.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_query/tx.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_query/impl/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_query/impl/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index fa9a325370c..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_query/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(client-ydb_query-impl) -target_link_libraries(client-ydb_query-impl PUBLIC - contrib-libs-cxxsupp - yutil - api-grpc-draft - api-protos - client-ydb_common_client-impl - cpp-client-ydb_proto -) -target_sources(client-ydb_query-impl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_query/impl/exec_query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_query/impl/client_session.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_query/impl/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_query/impl/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 344ddd7192c..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_query/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(client-ydb_query-impl) -target_link_libraries(client-ydb_query-impl PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - api-grpc-draft - api-protos - client-ydb_common_client-impl - cpp-client-ydb_proto -) -target_sources(client-ydb_query-impl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_query/impl/exec_query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_query/impl/client_session.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_query/impl/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_query/impl/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 344ddd7192c..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_query/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(client-ydb_query-impl) -target_link_libraries(client-ydb_query-impl PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - api-grpc-draft - api-protos - client-ydb_common_client-impl - cpp-client-ydb_proto -) -target_sources(client-ydb_query-impl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_query/impl/exec_query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_query/impl/client_session.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_query/impl/CMakeLists.txt b/contrib/ydb/public/sdk/cpp/client/ydb_query/impl/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_query/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_query/impl/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_query/impl/CMakeLists.windows-x86_64.txt deleted file mode 100644 index fa9a325370c..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_query/impl/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(client-ydb_query-impl) -target_link_libraries(client-ydb_query-impl PUBLIC - contrib-libs-cxxsupp - yutil - api-grpc-draft - api-protos - client-ydb_common_client-impl - cpp-client-ydb_proto -) -target_sources(client-ydb_query-impl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_query/impl/exec_query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_query/impl/client_session.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_rate_limiter/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_rate_limiter/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 39bc51dc527..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_rate_limiter/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(cpp-client-ydb_rate_limiter) -target_link_libraries(cpp-client-ydb_rate_limiter PUBLIC - contrib-libs-cxxsupp - yutil - api-grpc - client-ydb_common_client-impl - cpp-client-ydb_driver -) -target_sources(cpp-client-ydb_rate_limiter PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_rate_limiter/rate_limiter.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_rate_limiter/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_rate_limiter/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a080764e664..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_rate_limiter/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(cpp-client-ydb_rate_limiter) -target_link_libraries(cpp-client-ydb_rate_limiter PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - api-grpc - client-ydb_common_client-impl - cpp-client-ydb_driver -) -target_sources(cpp-client-ydb_rate_limiter PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_rate_limiter/rate_limiter.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_rate_limiter/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_rate_limiter/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a080764e664..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_rate_limiter/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(cpp-client-ydb_rate_limiter) -target_link_libraries(cpp-client-ydb_rate_limiter PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - api-grpc - client-ydb_common_client-impl - cpp-client-ydb_driver -) -target_sources(cpp-client-ydb_rate_limiter PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_rate_limiter/rate_limiter.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_rate_limiter/CMakeLists.txt b/contrib/ydb/public/sdk/cpp/client/ydb_rate_limiter/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_rate_limiter/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_rate_limiter/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_rate_limiter/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 39bc51dc527..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_rate_limiter/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(cpp-client-ydb_rate_limiter) -target_link_libraries(cpp-client-ydb_rate_limiter PUBLIC - contrib-libs-cxxsupp - yutil - api-grpc - client-ydb_common_client-impl - cpp-client-ydb_driver -) -target_sources(cpp-client-ydb_rate_limiter PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_rate_limiter/rate_limiter.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_result/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_result/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index f0f5f193369..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_result/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(cpp-client-ydb_result) -target_link_libraries(cpp-client-ydb_result PUBLIC - contrib-libs-cxxsupp - yutil - api-protos - client-ydb_types-fatal_error_handlers - cpp-client-ydb_value - cpp-client-ydb_proto -) -target_sources(cpp-client-ydb_result PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_result/proto_accessor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_result/result.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_result/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_result/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 850006297cd..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_result/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(cpp-client-ydb_result) -target_link_libraries(cpp-client-ydb_result PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - api-protos - client-ydb_types-fatal_error_handlers - cpp-client-ydb_value - cpp-client-ydb_proto -) -target_sources(cpp-client-ydb_result PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_result/proto_accessor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_result/result.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_result/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_result/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 850006297cd..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_result/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(cpp-client-ydb_result) -target_link_libraries(cpp-client-ydb_result PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - api-protos - client-ydb_types-fatal_error_handlers - cpp-client-ydb_value - cpp-client-ydb_proto -) -target_sources(cpp-client-ydb_result PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_result/proto_accessor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_result/result.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_result/CMakeLists.txt b/contrib/ydb/public/sdk/cpp/client/ydb_result/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_result/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_result/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_result/CMakeLists.windows-x86_64.txt deleted file mode 100644 index f0f5f193369..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_result/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(cpp-client-ydb_result) -target_link_libraries(cpp-client-ydb_result PUBLIC - contrib-libs-cxxsupp - yutil - api-protos - client-ydb_types-fatal_error_handlers - cpp-client-ydb_value - cpp-client-ydb_proto -) -target_sources(cpp-client-ydb_result PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_result/proto_accessor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_result/result.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_scheme/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_scheme/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index ad20b01d06a..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_scheme/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-client-ydb_scheme) -target_link_libraries(cpp-client-ydb_scheme PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - impl-ydb_internal-make_request - client-ydb_common_client-impl - cpp-client-ydb_driver -) -target_sources(cpp-client-ydb_scheme PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_scheme/scheme.cpp -) -generate_enum_serilization(cpp-client-ydb_scheme - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_scheme/scheme.h - INCLUDE_HEADERS - contrib/ydb/public/sdk/cpp/client/ydb_scheme/scheme.h -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_scheme/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_scheme/CMakeLists.linux-aarch64.txt deleted file mode 100644 index f01a63dd941..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_scheme/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-client-ydb_scheme) -target_link_libraries(cpp-client-ydb_scheme PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - impl-ydb_internal-make_request - client-ydb_common_client-impl - cpp-client-ydb_driver -) -target_sources(cpp-client-ydb_scheme PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_scheme/scheme.cpp -) -generate_enum_serilization(cpp-client-ydb_scheme - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_scheme/scheme.h - INCLUDE_HEADERS - contrib/ydb/public/sdk/cpp/client/ydb_scheme/scheme.h -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_scheme/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_scheme/CMakeLists.linux-x86_64.txt deleted file mode 100644 index f01a63dd941..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_scheme/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-client-ydb_scheme) -target_link_libraries(cpp-client-ydb_scheme PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - impl-ydb_internal-make_request - client-ydb_common_client-impl - cpp-client-ydb_driver -) -target_sources(cpp-client-ydb_scheme PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_scheme/scheme.cpp -) -generate_enum_serilization(cpp-client-ydb_scheme - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_scheme/scheme.h - INCLUDE_HEADERS - contrib/ydb/public/sdk/cpp/client/ydb_scheme/scheme.h -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_scheme/CMakeLists.txt b/contrib/ydb/public/sdk/cpp/client/ydb_scheme/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_scheme/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_scheme/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_scheme/CMakeLists.windows-x86_64.txt deleted file mode 100644 index ad20b01d06a..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_scheme/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-client-ydb_scheme) -target_link_libraries(cpp-client-ydb_scheme PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - impl-ydb_internal-make_request - client-ydb_common_client-impl - cpp-client-ydb_driver -) -target_sources(cpp-client-ydb_scheme PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_scheme/scheme.cpp -) -generate_enum_serilization(cpp-client-ydb_scheme - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_scheme/scheme.h - INCLUDE_HEADERS - contrib/ydb/public/sdk/cpp/client/ydb_scheme/scheme.h -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_table/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_table/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6346e07ef00..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_table/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_subdirectory(impl) -add_subdirectory(query_stats) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-client-ydb_table) -target_link_libraries(cpp-client-ydb_table PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - api-protos - impl-ydb_internal-make_request - impl-ydb_internal-kqp_session_common - impl-ydb_internal-retry - cpp-client-ydb_driver - cpp-client-ydb_params - cpp-client-ydb_proto - cpp-client-ydb_result - cpp-client-ydb_scheme - client-ydb_table-impl - client-ydb_table-query_stats - client-ydb_types-operation - cpp-client-ydb_value -) -target_sources(cpp-client-ydb_table PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_table/table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_table/proto_accessor.cpp -) -generate_enum_serilization(cpp-client-ydb_table - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_table/table_enum.h - INCLUDE_HEADERS - contrib/ydb/public/sdk/cpp/client/ydb_table/table_enum.h -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_table/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_table/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 17329d690fb..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_table/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_subdirectory(impl) -add_subdirectory(query_stats) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-client-ydb_table) -target_link_libraries(cpp-client-ydb_table PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - api-protos - impl-ydb_internal-make_request - impl-ydb_internal-kqp_session_common - impl-ydb_internal-retry - cpp-client-ydb_driver - cpp-client-ydb_params - cpp-client-ydb_proto - cpp-client-ydb_result - cpp-client-ydb_scheme - client-ydb_table-impl - client-ydb_table-query_stats - client-ydb_types-operation - cpp-client-ydb_value -) -target_sources(cpp-client-ydb_table PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_table/table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_table/proto_accessor.cpp -) -generate_enum_serilization(cpp-client-ydb_table - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_table/table_enum.h - INCLUDE_HEADERS - contrib/ydb/public/sdk/cpp/client/ydb_table/table_enum.h -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_table/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_table/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 17329d690fb..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_table/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_subdirectory(impl) -add_subdirectory(query_stats) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-client-ydb_table) -target_link_libraries(cpp-client-ydb_table PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - api-protos - impl-ydb_internal-make_request - impl-ydb_internal-kqp_session_common - impl-ydb_internal-retry - cpp-client-ydb_driver - cpp-client-ydb_params - cpp-client-ydb_proto - cpp-client-ydb_result - cpp-client-ydb_scheme - client-ydb_table-impl - client-ydb_table-query_stats - client-ydb_types-operation - cpp-client-ydb_value -) -target_sources(cpp-client-ydb_table PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_table/table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_table/proto_accessor.cpp -) -generate_enum_serilization(cpp-client-ydb_table - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_table/table_enum.h - INCLUDE_HEADERS - contrib/ydb/public/sdk/cpp/client/ydb_table/table_enum.h -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_table/CMakeLists.txt b/contrib/ydb/public/sdk/cpp/client/ydb_table/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_table/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_table/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_table/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 6346e07ef00..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_table/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_subdirectory(impl) -add_subdirectory(query_stats) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-client-ydb_table) -target_link_libraries(cpp-client-ydb_table PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - api-protos - impl-ydb_internal-make_request - impl-ydb_internal-kqp_session_common - impl-ydb_internal-retry - cpp-client-ydb_driver - cpp-client-ydb_params - cpp-client-ydb_proto - cpp-client-ydb_result - cpp-client-ydb_scheme - client-ydb_table-impl - client-ydb_table-query_stats - client-ydb_types-operation - cpp-client-ydb_value -) -target_sources(cpp-client-ydb_table PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_table/table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_table/proto_accessor.cpp -) -generate_enum_serilization(cpp-client-ydb_table - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_table/table_enum.h - INCLUDE_HEADERS - contrib/ydb/public/sdk/cpp/client/ydb_table/table_enum.h -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_table/impl/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_table/impl/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index e7e77abe651..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_table/impl/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(client-ydb_table-impl) -target_link_libraries(client-ydb_table-impl PUBLIC - contrib-libs-cxxsupp - yutil - cpp-threading-future - api-protos - lib-operation_id-protos - client-impl-ydb_endpoints - impl-ydb_internal-session_pool - client-ydb_table-query_stats - public-issue-protos -) -target_sources(client-ydb_table-impl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_table/impl/client_session.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_table/impl/data_query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_table/impl/readers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_table/impl/request_migrator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_table/impl/table_client.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_table/impl/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_table/impl/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 31c125b1ca5..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_table/impl/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(client-ydb_table-impl) -target_link_libraries(client-ydb_table-impl PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-threading-future - api-protos - lib-operation_id-protos - client-impl-ydb_endpoints - impl-ydb_internal-session_pool - client-ydb_table-query_stats - public-issue-protos -) -target_sources(client-ydb_table-impl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_table/impl/client_session.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_table/impl/data_query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_table/impl/readers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_table/impl/request_migrator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_table/impl/table_client.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_table/impl/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_table/impl/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 31c125b1ca5..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_table/impl/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(client-ydb_table-impl) -target_link_libraries(client-ydb_table-impl PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-threading-future - api-protos - lib-operation_id-protos - client-impl-ydb_endpoints - impl-ydb_internal-session_pool - client-ydb_table-query_stats - public-issue-protos -) -target_sources(client-ydb_table-impl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_table/impl/client_session.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_table/impl/data_query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_table/impl/readers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_table/impl/request_migrator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_table/impl/table_client.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_table/impl/CMakeLists.txt b/contrib/ydb/public/sdk/cpp/client/ydb_table/impl/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_table/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_table/impl/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_table/impl/CMakeLists.windows-x86_64.txt deleted file mode 100644 index e7e77abe651..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_table/impl/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(client-ydb_table-impl) -target_link_libraries(client-ydb_table-impl PUBLIC - contrib-libs-cxxsupp - yutil - cpp-threading-future - api-protos - lib-operation_id-protos - client-impl-ydb_endpoints - impl-ydb_internal-session_pool - client-ydb_table-query_stats - public-issue-protos -) -target_sources(client-ydb_table-impl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_table/impl/client_session.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_table/impl/data_query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_table/impl/readers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_table/impl/request_migrator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_table/impl/table_client.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_table/query_stats/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_table/query_stats/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6ed02184593..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_table/query_stats/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(client-ydb_table-query_stats) -target_link_libraries(client-ydb_table-query_stats PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - api-protos - cpp-client-ydb_query -) -target_sources(client-ydb_table-query_stats PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_table/query_stats/stats.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_table/query_stats/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_table/query_stats/CMakeLists.linux-aarch64.txt deleted file mode 100644 index f7f851dbfca..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_table/query_stats/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(client-ydb_table-query_stats) -target_link_libraries(client-ydb_table-query_stats PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - api-protos - cpp-client-ydb_query -) -target_sources(client-ydb_table-query_stats PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_table/query_stats/stats.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_table/query_stats/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_table/query_stats/CMakeLists.linux-x86_64.txt deleted file mode 100644 index f7f851dbfca..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_table/query_stats/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(client-ydb_table-query_stats) -target_link_libraries(client-ydb_table-query_stats PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - api-protos - cpp-client-ydb_query -) -target_sources(client-ydb_table-query_stats PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_table/query_stats/stats.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_table/query_stats/CMakeLists.txt b/contrib/ydb/public/sdk/cpp/client/ydb_table/query_stats/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_table/query_stats/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_table/query_stats/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_table/query_stats/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 6ed02184593..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_table/query_stats/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(client-ydb_table-query_stats) -target_link_libraries(client-ydb_table-query_stats PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - api-protos - cpp-client-ydb_query -) -target_sources(client-ydb_table-query_stats PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_table/query_stats/stats.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_topic/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_topic/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 5942dceccf7..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_topic/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_subdirectory(codecs) -add_subdirectory(impl) -add_subdirectory(ut) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-client-ydb_topic) -target_link_libraries(cpp-client-ydb_topic PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - client-ydb_topic-codecs - library-cpp-retry - client-ydb_topic-impl - cpp-client-ydb_proto - cpp-client-ydb_driver - api-grpc - api-grpc-draft - api-protos - cpp-client-ydb_table -) -target_sources(cpp-client-ydb_topic PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_topic/proto_accessor.cpp -) -generate_enum_serilization(cpp-client-ydb_topic - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_topic/topic.h - INCLUDE_HEADERS - contrib/ydb/public/sdk/cpp/client/ydb_topic/topic.h -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_topic/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_topic/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 95dcbca6118..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_topic/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_subdirectory(codecs) -add_subdirectory(impl) -add_subdirectory(ut) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-client-ydb_topic) -target_link_libraries(cpp-client-ydb_topic PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - client-ydb_topic-codecs - library-cpp-retry - client-ydb_topic-impl - cpp-client-ydb_proto - cpp-client-ydb_driver - api-grpc - api-grpc-draft - api-protos - cpp-client-ydb_table -) -target_sources(cpp-client-ydb_topic PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_topic/proto_accessor.cpp -) -generate_enum_serilization(cpp-client-ydb_topic - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_topic/topic.h - INCLUDE_HEADERS - contrib/ydb/public/sdk/cpp/client/ydb_topic/topic.h -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_topic/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_topic/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 95dcbca6118..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_topic/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_subdirectory(codecs) -add_subdirectory(impl) -add_subdirectory(ut) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-client-ydb_topic) -target_link_libraries(cpp-client-ydb_topic PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - client-ydb_topic-codecs - library-cpp-retry - client-ydb_topic-impl - cpp-client-ydb_proto - cpp-client-ydb_driver - api-grpc - api-grpc-draft - api-protos - cpp-client-ydb_table -) -target_sources(cpp-client-ydb_topic PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_topic/proto_accessor.cpp -) -generate_enum_serilization(cpp-client-ydb_topic - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_topic/topic.h - INCLUDE_HEADERS - contrib/ydb/public/sdk/cpp/client/ydb_topic/topic.h -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_topic/CMakeLists.txt b/contrib/ydb/public/sdk/cpp/client/ydb_topic/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_topic/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_topic/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_topic/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 5942dceccf7..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_topic/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_subdirectory(codecs) -add_subdirectory(impl) -add_subdirectory(ut) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-client-ydb_topic) -target_link_libraries(cpp-client-ydb_topic PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - client-ydb_topic-codecs - library-cpp-retry - client-ydb_topic-impl - cpp-client-ydb_proto - cpp-client-ydb_driver - api-grpc - api-grpc-draft - api-protos - cpp-client-ydb_table -) -target_sources(cpp-client-ydb_topic PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_topic/proto_accessor.cpp -) -generate_enum_serilization(cpp-client-ydb_topic - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_topic/topic.h - INCLUDE_HEADERS - contrib/ydb/public/sdk/cpp/client/ydb_topic/topic.h -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_topic/codecs/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_topic/codecs/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a2323d6ca83..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_topic/codecs/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(client-ydb_topic-codecs) -target_link_libraries(client-ydb_topic-codecs PUBLIC - contrib-libs-cxxsupp - yutil - cpp-streams-zstd - public-issue-protos - api-grpc-draft - api-grpc - api-protos -) -target_sources(client-ydb_topic-codecs PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_topic/codecs/codecs.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_topic/codecs/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_topic/codecs/CMakeLists.linux-aarch64.txt deleted file mode 100644 index f4c8d734619..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_topic/codecs/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(client-ydb_topic-codecs) -target_link_libraries(client-ydb_topic-codecs PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-streams-zstd - public-issue-protos - api-grpc-draft - api-grpc - api-protos -) -target_sources(client-ydb_topic-codecs PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_topic/codecs/codecs.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_topic/codecs/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_topic/codecs/CMakeLists.linux-x86_64.txt deleted file mode 100644 index f4c8d734619..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_topic/codecs/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(client-ydb_topic-codecs) -target_link_libraries(client-ydb_topic-codecs PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-streams-zstd - public-issue-protos - api-grpc-draft - api-grpc - api-protos -) -target_sources(client-ydb_topic-codecs PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_topic/codecs/codecs.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_topic/codecs/CMakeLists.txt b/contrib/ydb/public/sdk/cpp/client/ydb_topic/codecs/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_topic/codecs/CMakeLists.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_topic/codecs/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_topic/codecs/CMakeLists.windows-x86_64.txt deleted file mode 100644 index a2323d6ca83..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_topic/codecs/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(client-ydb_topic-codecs) -target_link_libraries(client-ydb_topic-codecs PUBLIC - contrib-libs-cxxsupp - yutil - cpp-streams-zstd - public-issue-protos - api-grpc-draft - api-grpc - api-protos -) -target_sources(client-ydb_topic-codecs PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_topic/codecs/codecs.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_topic/impl/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_topic/impl/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index f27b7dc4754..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_topic/impl/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(client-ydb_topic-impl) -target_link_libraries(client-ydb_topic-impl PUBLIC - contrib-libs-cxxsupp - yutil - library-grpc-client - cpp-monlib-dynamic_counters - cpp-monlib-metrics - cpp-string_utils-url - library-persqueue-obfuscate - api-grpc-draft - api-grpc - impl-ydb_internal-make_request - client-ydb_common_client-impl - cpp-client-ydb_driver - client-ydb_persqueue_core-impl - cpp-client-ydb_proto -) -target_sources(client-ydb_topic-impl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_topic/impl/executor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_topic/impl/read_session_event.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_topic/impl/counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_topic/impl/deferred_commit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_topic/impl/event_handlers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_topic/impl/read_session.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_topic/impl/write_session.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_topic/impl/write_session_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_topic/impl/topic_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_topic/impl/topic.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_topic/impl/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_topic/impl/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 36b3fd20970..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_topic/impl/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(client-ydb_topic-impl) -target_link_libraries(client-ydb_topic-impl PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-grpc-client - cpp-monlib-dynamic_counters - cpp-monlib-metrics - cpp-string_utils-url - library-persqueue-obfuscate - api-grpc-draft - api-grpc - impl-ydb_internal-make_request - client-ydb_common_client-impl - cpp-client-ydb_driver - client-ydb_persqueue_core-impl - cpp-client-ydb_proto -) -target_sources(client-ydb_topic-impl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_topic/impl/executor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_topic/impl/read_session_event.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_topic/impl/counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_topic/impl/deferred_commit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_topic/impl/event_handlers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_topic/impl/read_session.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_topic/impl/write_session.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_topic/impl/write_session_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_topic/impl/topic_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_topic/impl/topic.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_topic/impl/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_topic/impl/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 36b3fd20970..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_topic/impl/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(client-ydb_topic-impl) -target_link_libraries(client-ydb_topic-impl PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-grpc-client - cpp-monlib-dynamic_counters - cpp-monlib-metrics - cpp-string_utils-url - library-persqueue-obfuscate - api-grpc-draft - api-grpc - impl-ydb_internal-make_request - client-ydb_common_client-impl - cpp-client-ydb_driver - client-ydb_persqueue_core-impl - cpp-client-ydb_proto -) -target_sources(client-ydb_topic-impl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_topic/impl/executor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_topic/impl/read_session_event.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_topic/impl/counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_topic/impl/deferred_commit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_topic/impl/event_handlers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_topic/impl/read_session.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_topic/impl/write_session.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_topic/impl/write_session_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_topic/impl/topic_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_topic/impl/topic.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_topic/impl/CMakeLists.txt b/contrib/ydb/public/sdk/cpp/client/ydb_topic/impl/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_topic/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_topic/impl/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_topic/impl/CMakeLists.windows-x86_64.txt deleted file mode 100644 index f27b7dc4754..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_topic/impl/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(client-ydb_topic-impl) -target_link_libraries(client-ydb_topic-impl PUBLIC - contrib-libs-cxxsupp - yutil - library-grpc-client - cpp-monlib-dynamic_counters - cpp-monlib-metrics - cpp-string_utils-url - library-persqueue-obfuscate - api-grpc-draft - api-grpc - impl-ydb_internal-make_request - client-ydb_common_client-impl - cpp-client-ydb_driver - client-ydb_persqueue_core-impl - cpp-client-ydb_proto -) -target_sources(client-ydb_topic-impl PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_topic/impl/executor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_topic/impl/read_session_event.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_topic/impl/counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_topic/impl/deferred_commit.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_topic/impl/event_handlers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_topic/impl/read_session.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_topic/impl/write_session.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_topic/impl/write_session_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_topic/impl/topic_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_topic/impl/topic.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_topic/ut/CMakeLists.txt b/contrib/ydb/public/sdk/cpp/client/ydb_topic/ut/CMakeLists.txt deleted file mode 100644 index dbf955315f5..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_topic/ut/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(ut_utils) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_topic/ut/ut_utils/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_topic/ut/ut_utils/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index fc43e4bafd1..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_topic/ut/ut_utils/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(ydb_topic-ut-ut_utils) -target_compile_options(ydb_topic-ut-ut_utils PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb_topic-ut-ut_utils PUBLIC - contrib-libs-cxxsupp - yutil - library-grpc-server - cpp-testing-unittest - cpp-threading-chunk_queue - core-testlib-default - library-persqueue-topic_parser_public - cpp-client-ydb_driver - cpp-client-ydb_topic - cpp-client-ydb_table -) -target_sources(ydb_topic-ut-ut_utils PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_topic/ut/ut_utils/managed_executor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_topic/ut/ut_utils/topic_sdk_test_setup.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_topic/ut/ut_utils/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_topic/ut/ut_utils/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 842d697e544..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_topic/ut/ut_utils/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(ydb_topic-ut-ut_utils) -target_compile_options(ydb_topic-ut-ut_utils PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb_topic-ut-ut_utils PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-grpc-server - cpp-testing-unittest - cpp-threading-chunk_queue - core-testlib-default - library-persqueue-topic_parser_public - cpp-client-ydb_driver - cpp-client-ydb_topic - cpp-client-ydb_table -) -target_sources(ydb_topic-ut-ut_utils PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_topic/ut/ut_utils/managed_executor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_topic/ut/ut_utils/topic_sdk_test_setup.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_topic/ut/ut_utils/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_topic/ut/ut_utils/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 842d697e544..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_topic/ut/ut_utils/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(ydb_topic-ut-ut_utils) -target_compile_options(ydb_topic-ut-ut_utils PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb_topic-ut-ut_utils PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-grpc-server - cpp-testing-unittest - cpp-threading-chunk_queue - core-testlib-default - library-persqueue-topic_parser_public - cpp-client-ydb_driver - cpp-client-ydb_topic - cpp-client-ydb_table -) -target_sources(ydb_topic-ut-ut_utils PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_topic/ut/ut_utils/managed_executor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_topic/ut/ut_utils/topic_sdk_test_setup.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_topic/ut/ut_utils/CMakeLists.txt b/contrib/ydb/public/sdk/cpp/client/ydb_topic/ut/ut_utils/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_topic/ut/ut_utils/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_topic/ut/ut_utils/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_topic/ut/ut_utils/CMakeLists.windows-x86_64.txt deleted file mode 100644 index fc43e4bafd1..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_topic/ut/ut_utils/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(ydb_topic-ut-ut_utils) -target_compile_options(ydb_topic-ut-ut_utils PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ydb_topic-ut-ut_utils PUBLIC - contrib-libs-cxxsupp - yutil - library-grpc-server - cpp-testing-unittest - cpp-threading-chunk_queue - core-testlib-default - library-persqueue-topic_parser_public - cpp-client-ydb_driver - cpp-client-ydb_topic - cpp-client-ydb_table -) -target_sources(ydb_topic-ut-ut_utils PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_topic/ut/ut_utils/managed_executor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_topic/ut/ut_utils/topic_sdk_test_setup.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_types/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_types/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 32f405b8f18..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_types/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_subdirectory(credentials) -add_subdirectory(exceptions) -add_subdirectory(fatal_error_handlers) -add_subdirectory(operation) -add_subdirectory(status) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-client-ydb_types) -target_link_libraries(cpp-client-ydb_types PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - library-grpc-client - yql-public-issue - tools-enum_parser-enum_serialization_runtime -) -generate_enum_serilization(cpp-client-ydb_types - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_types/s3_settings.h - INCLUDE_HEADERS - contrib/ydb/public/sdk/cpp/client/ydb_types/s3_settings.h -) -generate_enum_serilization(cpp-client-ydb_types - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_types/status_codes.h - INCLUDE_HEADERS - contrib/ydb/public/sdk/cpp/client/ydb_types/status_codes.h -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_types/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_types/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 2cc16ff980e..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_types/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_subdirectory(credentials) -add_subdirectory(exceptions) -add_subdirectory(fatal_error_handlers) -add_subdirectory(operation) -add_subdirectory(status) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-client-ydb_types) -target_link_libraries(cpp-client-ydb_types PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - library-grpc-client - yql-public-issue - tools-enum_parser-enum_serialization_runtime -) -generate_enum_serilization(cpp-client-ydb_types - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_types/s3_settings.h - INCLUDE_HEADERS - contrib/ydb/public/sdk/cpp/client/ydb_types/s3_settings.h -) -generate_enum_serilization(cpp-client-ydb_types - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_types/status_codes.h - INCLUDE_HEADERS - contrib/ydb/public/sdk/cpp/client/ydb_types/status_codes.h -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_types/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_types/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 2cc16ff980e..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_types/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_subdirectory(credentials) -add_subdirectory(exceptions) -add_subdirectory(fatal_error_handlers) -add_subdirectory(operation) -add_subdirectory(status) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-client-ydb_types) -target_link_libraries(cpp-client-ydb_types PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - library-grpc-client - yql-public-issue - tools-enum_parser-enum_serialization_runtime -) -generate_enum_serilization(cpp-client-ydb_types - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_types/s3_settings.h - INCLUDE_HEADERS - contrib/ydb/public/sdk/cpp/client/ydb_types/s3_settings.h -) -generate_enum_serilization(cpp-client-ydb_types - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_types/status_codes.h - INCLUDE_HEADERS - contrib/ydb/public/sdk/cpp/client/ydb_types/status_codes.h -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_types/CMakeLists.txt b/contrib/ydb/public/sdk/cpp/client/ydb_types/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_types/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_types/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_types/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 32f405b8f18..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_types/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_subdirectory(credentials) -add_subdirectory(exceptions) -add_subdirectory(fatal_error_handlers) -add_subdirectory(operation) -add_subdirectory(status) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-client-ydb_types) -target_link_libraries(cpp-client-ydb_types PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - library-grpc-client - yql-public-issue - tools-enum_parser-enum_serialization_runtime -) -generate_enum_serilization(cpp-client-ydb_types - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_types/s3_settings.h - INCLUDE_HEADERS - contrib/ydb/public/sdk/cpp/client/ydb_types/s3_settings.h -) -generate_enum_serilization(cpp-client-ydb_types - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_types/status_codes.h - INCLUDE_HEADERS - contrib/ydb/public/sdk/cpp/client/ydb_types/status_codes.h -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_types/credentials/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_types/credentials/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 13046199daa..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_types/credentials/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(login) - -add_library(client-ydb_types-credentials) -target_link_libraries(client-ydb_types-credentials PUBLIC - contrib-libs-cxxsupp - yutil - ydb-library-login - api-grpc - client-ydb_types-status - yql-public-issue -) -target_sources(client-ydb_types-credentials PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_types/credentials/credentials.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_types/credentials/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_types/credentials/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 09aa3506e0e..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_types/credentials/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_subdirectory(login) - -add_library(client-ydb_types-credentials) -target_link_libraries(client-ydb_types-credentials PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-library-login - api-grpc - client-ydb_types-status - yql-public-issue -) -target_sources(client-ydb_types-credentials PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_types/credentials/credentials.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_types/credentials/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_types/credentials/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 09aa3506e0e..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_types/credentials/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_subdirectory(login) - -add_library(client-ydb_types-credentials) -target_link_libraries(client-ydb_types-credentials PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-library-login - api-grpc - client-ydb_types-status - yql-public-issue -) -target_sources(client-ydb_types-credentials PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_types/credentials/credentials.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_types/credentials/CMakeLists.txt b/contrib/ydb/public/sdk/cpp/client/ydb_types/credentials/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_types/credentials/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_types/credentials/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_types/credentials/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 13046199daa..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_types/credentials/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_subdirectory(login) - -add_library(client-ydb_types-credentials) -target_link_libraries(client-ydb_types-credentials PUBLIC - contrib-libs-cxxsupp - yutil - ydb-library-login - api-grpc - client-ydb_types-status - yql-public-issue -) -target_sources(client-ydb_types-credentials PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_types/credentials/credentials.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_types/credentials/login/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_types/credentials/login/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 601161cefe7..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_types/credentials/login/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(ydb_types-credentials-login) -target_link_libraries(ydb_types-credentials-login PUBLIC - contrib-libs-cxxsupp - yutil - ydb-library-login - api-grpc - client-ydb_types-status - impl-ydb_internal-grpc_connections - yql-public-issue -) -target_sources(ydb_types-credentials-login PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_types/credentials/login/login.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_types/credentials/login/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_types/credentials/login/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 00e36aac60d..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_types/credentials/login/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(ydb_types-credentials-login) -target_link_libraries(ydb_types-credentials-login PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-library-login - api-grpc - client-ydb_types-status - impl-ydb_internal-grpc_connections - yql-public-issue -) -target_sources(ydb_types-credentials-login PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_types/credentials/login/login.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_types/credentials/login/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_types/credentials/login/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 00e36aac60d..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_types/credentials/login/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(ydb_types-credentials-login) -target_link_libraries(ydb_types-credentials-login PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-library-login - api-grpc - client-ydb_types-status - impl-ydb_internal-grpc_connections - yql-public-issue -) -target_sources(ydb_types-credentials-login PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_types/credentials/login/login.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_types/credentials/login/CMakeLists.txt b/contrib/ydb/public/sdk/cpp/client/ydb_types/credentials/login/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_types/credentials/login/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_types/credentials/login/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_types/credentials/login/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 601161cefe7..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_types/credentials/login/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(ydb_types-credentials-login) -target_link_libraries(ydb_types-credentials-login PUBLIC - contrib-libs-cxxsupp - yutil - ydb-library-login - api-grpc - client-ydb_types-status - impl-ydb_internal-grpc_connections - yql-public-issue -) -target_sources(ydb_types-credentials-login PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_types/credentials/login/login.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_types/exceptions/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_types/exceptions/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 4ffb4ec8bc6..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_types/exceptions/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(client-ydb_types-exceptions) -target_link_libraries(client-ydb_types-exceptions PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(client-ydb_types-exceptions PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_types/exceptions/exceptions.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_types/exceptions/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_types/exceptions/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 3f82bbaa603..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_types/exceptions/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(client-ydb_types-exceptions) -target_link_libraries(client-ydb_types-exceptions PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(client-ydb_types-exceptions PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_types/exceptions/exceptions.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_types/exceptions/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_types/exceptions/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 3f82bbaa603..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_types/exceptions/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(client-ydb_types-exceptions) -target_link_libraries(client-ydb_types-exceptions PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(client-ydb_types-exceptions PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_types/exceptions/exceptions.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_types/exceptions/CMakeLists.txt b/contrib/ydb/public/sdk/cpp/client/ydb_types/exceptions/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_types/exceptions/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_types/exceptions/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_types/exceptions/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 4ffb4ec8bc6..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_types/exceptions/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(client-ydb_types-exceptions) -target_link_libraries(client-ydb_types-exceptions PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(client-ydb_types-exceptions PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_types/exceptions/exceptions.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_types/fatal_error_handlers/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_types/fatal_error_handlers/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index b74a63da64f..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_types/fatal_error_handlers/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(client-ydb_types-fatal_error_handlers) -target_link_libraries(client-ydb_types-fatal_error_handlers PUBLIC - contrib-libs-cxxsupp - yutil - client-ydb_types-exceptions -) -target_sources(client-ydb_types-fatal_error_handlers PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_types/fatal_error_handlers/handlers.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_types/fatal_error_handlers/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_types/fatal_error_handlers/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 92e90ff9806..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_types/fatal_error_handlers/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(client-ydb_types-fatal_error_handlers) -target_link_libraries(client-ydb_types-fatal_error_handlers PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - client-ydb_types-exceptions -) -target_sources(client-ydb_types-fatal_error_handlers PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_types/fatal_error_handlers/handlers.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_types/fatal_error_handlers/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_types/fatal_error_handlers/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 92e90ff9806..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_types/fatal_error_handlers/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(client-ydb_types-fatal_error_handlers) -target_link_libraries(client-ydb_types-fatal_error_handlers PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - client-ydb_types-exceptions -) -target_sources(client-ydb_types-fatal_error_handlers PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_types/fatal_error_handlers/handlers.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_types/fatal_error_handlers/CMakeLists.txt b/contrib/ydb/public/sdk/cpp/client/ydb_types/fatal_error_handlers/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_types/fatal_error_handlers/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_types/fatal_error_handlers/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_types/fatal_error_handlers/CMakeLists.windows-x86_64.txt deleted file mode 100644 index b74a63da64f..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_types/fatal_error_handlers/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(client-ydb_types-fatal_error_handlers) -target_link_libraries(client-ydb_types-fatal_error_handlers PUBLIC - contrib-libs-cxxsupp - yutil - client-ydb_types-exceptions -) -target_sources(client-ydb_types-fatal_error_handlers PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_types/fatal_error_handlers/handlers.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_types/operation/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_types/operation/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 9d930110e01..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_types/operation/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(client-ydb_types-operation) -target_link_libraries(client-ydb_types-operation PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - cpp-threading-future - public-lib-operation_id - cpp-client-ydb_types -) -target_sources(client-ydb_types-operation PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_types/operation/operation.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_types/operation/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_types/operation/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 56f651bb39a..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_types/operation/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(client-ydb_types-operation) -target_link_libraries(client-ydb_types-operation PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - cpp-threading-future - public-lib-operation_id - cpp-client-ydb_types -) -target_sources(client-ydb_types-operation PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_types/operation/operation.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_types/operation/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_types/operation/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 56f651bb39a..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_types/operation/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(client-ydb_types-operation) -target_link_libraries(client-ydb_types-operation PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - cpp-threading-future - public-lib-operation_id - cpp-client-ydb_types -) -target_sources(client-ydb_types-operation PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_types/operation/operation.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_types/operation/CMakeLists.txt b/contrib/ydb/public/sdk/cpp/client/ydb_types/operation/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_types/operation/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_types/operation/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_types/operation/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 9d930110e01..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_types/operation/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(client-ydb_types-operation) -target_link_libraries(client-ydb_types-operation PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - cpp-threading-future - public-lib-operation_id - cpp-client-ydb_types -) -target_sources(client-ydb_types-operation PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_types/operation/operation.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_types/status/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_types/status/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index e739e3574e1..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_types/status/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(client-ydb_types-status) -target_link_libraries(client-ydb_types-status PUBLIC - contrib-libs-cxxsupp - yutil - cpp-threading-future - impl-ydb_internal-plain_status - cpp-client-ydb_types - client-ydb_types-fatal_error_handlers - yql-public-issue -) -target_sources(client-ydb_types-status PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_types/status/status.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_types/status/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_types/status/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 6429605942f..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_types/status/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(client-ydb_types-status) -target_link_libraries(client-ydb_types-status PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-threading-future - impl-ydb_internal-plain_status - cpp-client-ydb_types - client-ydb_types-fatal_error_handlers - yql-public-issue -) -target_sources(client-ydb_types-status PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_types/status/status.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_types/status/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_types/status/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 6429605942f..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_types/status/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(client-ydb_types-status) -target_link_libraries(client-ydb_types-status PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-threading-future - impl-ydb_internal-plain_status - cpp-client-ydb_types - client-ydb_types-fatal_error_handlers - yql-public-issue -) -target_sources(client-ydb_types-status PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_types/status/status.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_types/status/CMakeLists.txt b/contrib/ydb/public/sdk/cpp/client/ydb_types/status/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_types/status/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_types/status/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_types/status/CMakeLists.windows-x86_64.txt deleted file mode 100644 index e739e3574e1..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_types/status/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(client-ydb_types-status) -target_link_libraries(client-ydb_types-status PUBLIC - contrib-libs-cxxsupp - yutil - cpp-threading-future - impl-ydb_internal-plain_status - cpp-client-ydb_types - client-ydb_types-fatal_error_handlers - yql-public-issue -) -target_sources(client-ydb_types-status PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_types/status/status.cpp -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_value/CMakeLists.darwin-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_value/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index e94ca9bcba5..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_value/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-client-ydb_value) -target_link_libraries(cpp-client-ydb_value PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - cpp-containers-stack_vector - api-protos - impl-ydb_internal-value_helpers - client-ydb_types-fatal_error_handlers - yql-public-decimal - ydb-library-uuid -) -target_sources(cpp-client-ydb_value PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_value/value.cpp -) -generate_enum_serilization(cpp-client-ydb_value - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_value/value.h - INCLUDE_HEADERS - contrib/ydb/public/sdk/cpp/client/ydb_value/value.h -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_value/CMakeLists.linux-aarch64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_value/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 0748bbbe8f3..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_value/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-client-ydb_value) -target_link_libraries(cpp-client-ydb_value PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - cpp-containers-stack_vector - api-protos - impl-ydb_internal-value_helpers - client-ydb_types-fatal_error_handlers - yql-public-decimal - ydb-library-uuid -) -target_sources(cpp-client-ydb_value PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_value/value.cpp -) -generate_enum_serilization(cpp-client-ydb_value - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_value/value.h - INCLUDE_HEADERS - contrib/ydb/public/sdk/cpp/client/ydb_value/value.h -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_value/CMakeLists.linux-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_value/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 0748bbbe8f3..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_value/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-client-ydb_value) -target_link_libraries(cpp-client-ydb_value PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - cpp-containers-stack_vector - api-protos - impl-ydb_internal-value_helpers - client-ydb_types-fatal_error_handlers - yql-public-decimal - ydb-library-uuid -) -target_sources(cpp-client-ydb_value PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_value/value.cpp -) -generate_enum_serilization(cpp-client-ydb_value - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_value/value.h - INCLUDE_HEADERS - contrib/ydb/public/sdk/cpp/client/ydb_value/value.h -) diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_value/CMakeLists.txt b/contrib/ydb/public/sdk/cpp/client/ydb_value/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_value/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/public/sdk/cpp/client/ydb_value/CMakeLists.windows-x86_64.txt b/contrib/ydb/public/sdk/cpp/client/ydb_value/CMakeLists.windows-x86_64.txt deleted file mode 100644 index e94ca9bcba5..00000000000 --- a/contrib/ydb/public/sdk/cpp/client/ydb_value/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-client-ydb_value) -target_link_libraries(cpp-client-ydb_value PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - cpp-containers-stack_vector - api-protos - impl-ydb_internal-value_helpers - client-ydb_types-fatal_error_handlers - yql-public-decimal - ydb-library-uuid -) -target_sources(cpp-client-ydb_value PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_value/value.cpp -) -generate_enum_serilization(cpp-client-ydb_value - ${CMAKE_SOURCE_DIR}/contrib/ydb/public/sdk/cpp/client/ydb_value/value.h - INCLUDE_HEADERS - contrib/ydb/public/sdk/cpp/client/ydb_value/value.h -) diff --git a/contrib/ydb/services/CMakeLists.txt b/contrib/ydb/services/CMakeLists.txt deleted file mode 100644 index a805f6f8f46..00000000000 --- a/contrib/ydb/services/CMakeLists.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_subdirectory(auth) -add_subdirectory(bg_tasks) -add_subdirectory(cms) -add_subdirectory(datastreams) -add_subdirectory(deprecated) -add_subdirectory(discovery) -add_subdirectory(dynamic_config) -add_subdirectory(ext_index) -add_subdirectory(fq) -add_subdirectory(kesus) -add_subdirectory(keyvalue) -add_subdirectory(lib) -add_subdirectory(local_discovery) -add_subdirectory(maintenance) -add_subdirectory(metadata) -add_subdirectory(monitoring) -add_subdirectory(persqueue_cluster_discovery) -add_subdirectory(persqueue_v1) -add_subdirectory(rate_limiter) -add_subdirectory(ydb) diff --git a/contrib/ydb/services/auth/CMakeLists.darwin-x86_64.txt b/contrib/ydb/services/auth/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 7ac770be904..00000000000 --- a/contrib/ydb/services/auth/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(ydb-services-auth) -target_link_libraries(ydb-services-auth PUBLIC - contrib-libs-cxxsupp - yutil - library-grpc-server - library-cpp-lwtrace - ydb-core-grpc_services - ydb-core-protos - ydb-library-login - api-grpc - public-lib-operation_id -) -target_sources(ydb-services-auth PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/auth/grpc_service.cpp -) diff --git a/contrib/ydb/services/auth/CMakeLists.linux-aarch64.txt b/contrib/ydb/services/auth/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 9254e54433b..00000000000 --- a/contrib/ydb/services/auth/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(ydb-services-auth) -target_link_libraries(ydb-services-auth PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-grpc-server - library-cpp-lwtrace - ydb-core-grpc_services - ydb-core-protos - ydb-library-login - api-grpc - public-lib-operation_id -) -target_sources(ydb-services-auth PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/auth/grpc_service.cpp -) diff --git a/contrib/ydb/services/auth/CMakeLists.linux-x86_64.txt b/contrib/ydb/services/auth/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 9254e54433b..00000000000 --- a/contrib/ydb/services/auth/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(ydb-services-auth) -target_link_libraries(ydb-services-auth PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-grpc-server - library-cpp-lwtrace - ydb-core-grpc_services - ydb-core-protos - ydb-library-login - api-grpc - public-lib-operation_id -) -target_sources(ydb-services-auth PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/auth/grpc_service.cpp -) diff --git a/contrib/ydb/services/auth/CMakeLists.txt b/contrib/ydb/services/auth/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/services/auth/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/services/auth/CMakeLists.windows-x86_64.txt b/contrib/ydb/services/auth/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 7ac770be904..00000000000 --- a/contrib/ydb/services/auth/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(ydb-services-auth) -target_link_libraries(ydb-services-auth PUBLIC - contrib-libs-cxxsupp - yutil - library-grpc-server - library-cpp-lwtrace - ydb-core-grpc_services - ydb-core-protos - ydb-library-login - api-grpc - public-lib-operation_id -) -target_sources(ydb-services-auth PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/auth/grpc_service.cpp -) diff --git a/contrib/ydb/services/bg_tasks/CMakeLists.darwin-x86_64.txt b/contrib/ydb/services/bg_tasks/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index fb9307d5452..00000000000 --- a/contrib/ydb/services/bg_tasks/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_subdirectory(abstract) -add_subdirectory(ds_table) -add_subdirectory(protos) - -add_library(ydb-services-bg_tasks) -target_link_libraries(ydb-services-bg_tasks PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - services-metadata-abstract - services-bg_tasks-abstract - services-bg_tasks-protos - ydb-library-services -) -target_sources(ydb-services-bg_tasks PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/service.cpp -) diff --git a/contrib/ydb/services/bg_tasks/CMakeLists.linux-aarch64.txt b/contrib/ydb/services/bg_tasks/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 9a52fa43080..00000000000 --- a/contrib/ydb/services/bg_tasks/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_subdirectory(abstract) -add_subdirectory(ds_table) -add_subdirectory(protos) - -add_library(ydb-services-bg_tasks) -target_link_libraries(ydb-services-bg_tasks PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - services-metadata-abstract - services-bg_tasks-abstract - services-bg_tasks-protos - ydb-library-services -) -target_sources(ydb-services-bg_tasks PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/service.cpp -) diff --git a/contrib/ydb/services/bg_tasks/CMakeLists.linux-x86_64.txt b/contrib/ydb/services/bg_tasks/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 9a52fa43080..00000000000 --- a/contrib/ydb/services/bg_tasks/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_subdirectory(abstract) -add_subdirectory(ds_table) -add_subdirectory(protos) - -add_library(ydb-services-bg_tasks) -target_link_libraries(ydb-services-bg_tasks PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - services-metadata-abstract - services-bg_tasks-abstract - services-bg_tasks-protos - ydb-library-services -) -target_sources(ydb-services-bg_tasks PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/service.cpp -) diff --git a/contrib/ydb/services/bg_tasks/CMakeLists.txt b/contrib/ydb/services/bg_tasks/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/services/bg_tasks/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/services/bg_tasks/CMakeLists.windows-x86_64.txt b/contrib/ydb/services/bg_tasks/CMakeLists.windows-x86_64.txt deleted file mode 100644 index fb9307d5452..00000000000 --- a/contrib/ydb/services/bg_tasks/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_subdirectory(abstract) -add_subdirectory(ds_table) -add_subdirectory(protos) - -add_library(ydb-services-bg_tasks) -target_link_libraries(ydb-services-bg_tasks PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - services-metadata-abstract - services-bg_tasks-abstract - services-bg_tasks-protos - ydb-library-services -) -target_sources(ydb-services-bg_tasks PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/service.cpp -) diff --git a/contrib/ydb/services/bg_tasks/abstract/CMakeLists.darwin-x86_64.txt b/contrib/ydb/services/bg_tasks/abstract/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a6e71c398b6..00000000000 --- a/contrib/ydb/services/bg_tasks/abstract/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(services-bg_tasks-abstract) -target_link_libraries(services-bg_tasks-abstract PUBLIC - contrib-libs-cxxsupp - yutil - ydb-library-accessor - library-actors-core - api-protos - services-bg_tasks-protos - ydb-core-base -) -target_sources(services-bg_tasks-abstract PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/abstract/common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/abstract/interface.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/abstract/scheduler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/abstract/activity.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/abstract/task.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/abstract/state.cpp -) diff --git a/contrib/ydb/services/bg_tasks/abstract/CMakeLists.linux-aarch64.txt b/contrib/ydb/services/bg_tasks/abstract/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 208979d54a1..00000000000 --- a/contrib/ydb/services/bg_tasks/abstract/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(services-bg_tasks-abstract) -target_link_libraries(services-bg_tasks-abstract PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-library-accessor - library-actors-core - api-protos - services-bg_tasks-protos - ydb-core-base -) -target_sources(services-bg_tasks-abstract PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/abstract/common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/abstract/interface.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/abstract/scheduler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/abstract/activity.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/abstract/task.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/abstract/state.cpp -) diff --git a/contrib/ydb/services/bg_tasks/abstract/CMakeLists.linux-x86_64.txt b/contrib/ydb/services/bg_tasks/abstract/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 208979d54a1..00000000000 --- a/contrib/ydb/services/bg_tasks/abstract/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(services-bg_tasks-abstract) -target_link_libraries(services-bg_tasks-abstract PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-library-accessor - library-actors-core - api-protos - services-bg_tasks-protos - ydb-core-base -) -target_sources(services-bg_tasks-abstract PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/abstract/common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/abstract/interface.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/abstract/scheduler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/abstract/activity.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/abstract/task.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/abstract/state.cpp -) diff --git a/contrib/ydb/services/bg_tasks/abstract/CMakeLists.txt b/contrib/ydb/services/bg_tasks/abstract/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/services/bg_tasks/abstract/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/services/bg_tasks/abstract/CMakeLists.windows-x86_64.txt b/contrib/ydb/services/bg_tasks/abstract/CMakeLists.windows-x86_64.txt deleted file mode 100644 index a6e71c398b6..00000000000 --- a/contrib/ydb/services/bg_tasks/abstract/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(services-bg_tasks-abstract) -target_link_libraries(services-bg_tasks-abstract PUBLIC - contrib-libs-cxxsupp - yutil - ydb-library-accessor - library-actors-core - api-protos - services-bg_tasks-protos - ydb-core-base -) -target_sources(services-bg_tasks-abstract PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/abstract/common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/abstract/interface.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/abstract/scheduler.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/abstract/activity.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/abstract/task.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/abstract/state.cpp -) diff --git a/contrib/ydb/services/bg_tasks/ds_table/CMakeLists.darwin-x86_64.txt b/contrib/ydb/services/bg_tasks/ds_table/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 31df21c9e8e..00000000000 --- a/contrib/ydb/services/bg_tasks/ds_table/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(services-bg_tasks-ds_table) -target_link_libraries(services-bg_tasks-ds_table PUBLIC - contrib-libs-cxxsupp - yutil - ydb-library-accessor - library-actors-core - api-protos - services-bg_tasks-abstract - services-metadata-initializer - ydb-core-base - services-metadata-request -) -target_sources(services-bg_tasks-ds_table PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/ds_table/behaviour.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/ds_table/executor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/ds_table/interrupt.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/ds_table/task_executor_controller.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/ds_table/executor_controller.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/ds_table/task_executor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/ds_table/finish_task.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/ds_table/assign_tasks.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/ds_table/fetch_tasks.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/ds_table/config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/ds_table/add_tasks.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/ds_table/task_enabled.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/ds_table/lock_pinger.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/ds_table/initialization.cpp -) diff --git a/contrib/ydb/services/bg_tasks/ds_table/CMakeLists.linux-aarch64.txt b/contrib/ydb/services/bg_tasks/ds_table/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 62e1b093369..00000000000 --- a/contrib/ydb/services/bg_tasks/ds_table/CMakeLists.linux-aarch64.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(services-bg_tasks-ds_table) -target_link_libraries(services-bg_tasks-ds_table PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-library-accessor - library-actors-core - api-protos - services-bg_tasks-abstract - services-metadata-initializer - ydb-core-base - services-metadata-request -) -target_sources(services-bg_tasks-ds_table PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/ds_table/behaviour.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/ds_table/executor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/ds_table/interrupt.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/ds_table/task_executor_controller.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/ds_table/executor_controller.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/ds_table/task_executor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/ds_table/finish_task.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/ds_table/assign_tasks.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/ds_table/fetch_tasks.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/ds_table/config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/ds_table/add_tasks.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/ds_table/task_enabled.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/ds_table/lock_pinger.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/ds_table/initialization.cpp -) diff --git a/contrib/ydb/services/bg_tasks/ds_table/CMakeLists.linux-x86_64.txt b/contrib/ydb/services/bg_tasks/ds_table/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 62e1b093369..00000000000 --- a/contrib/ydb/services/bg_tasks/ds_table/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(services-bg_tasks-ds_table) -target_link_libraries(services-bg_tasks-ds_table PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-library-accessor - library-actors-core - api-protos - services-bg_tasks-abstract - services-metadata-initializer - ydb-core-base - services-metadata-request -) -target_sources(services-bg_tasks-ds_table PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/ds_table/behaviour.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/ds_table/executor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/ds_table/interrupt.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/ds_table/task_executor_controller.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/ds_table/executor_controller.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/ds_table/task_executor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/ds_table/finish_task.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/ds_table/assign_tasks.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/ds_table/fetch_tasks.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/ds_table/config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/ds_table/add_tasks.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/ds_table/task_enabled.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/ds_table/lock_pinger.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/ds_table/initialization.cpp -) diff --git a/contrib/ydb/services/bg_tasks/ds_table/CMakeLists.txt b/contrib/ydb/services/bg_tasks/ds_table/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/services/bg_tasks/ds_table/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/services/bg_tasks/ds_table/CMakeLists.windows-x86_64.txt b/contrib/ydb/services/bg_tasks/ds_table/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 31df21c9e8e..00000000000 --- a/contrib/ydb/services/bg_tasks/ds_table/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(services-bg_tasks-ds_table) -target_link_libraries(services-bg_tasks-ds_table PUBLIC - contrib-libs-cxxsupp - yutil - ydb-library-accessor - library-actors-core - api-protos - services-bg_tasks-abstract - services-metadata-initializer - ydb-core-base - services-metadata-request -) -target_sources(services-bg_tasks-ds_table PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/ds_table/behaviour.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/ds_table/executor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/ds_table/interrupt.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/ds_table/task_executor_controller.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/ds_table/executor_controller.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/ds_table/task_executor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/ds_table/finish_task.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/ds_table/assign_tasks.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/ds_table/fetch_tasks.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/ds_table/config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/ds_table/add_tasks.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/ds_table/task_enabled.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/ds_table/lock_pinger.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/ds_table/initialization.cpp -) diff --git a/contrib/ydb/services/bg_tasks/protos/CMakeLists.darwin-x86_64.txt b/contrib/ydb/services/bg_tasks/protos/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 0ececbce8c7..00000000000 --- a/contrib/ydb/services/bg_tasks/protos/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(services-bg_tasks-protos) -target_link_libraries(services-bg_tasks-protos PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(services-bg_tasks-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/protos/container.proto -) -target_proto_addincls(services-bg_tasks-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(services-bg_tasks-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/services/bg_tasks/protos/CMakeLists.linux-aarch64.txt b/contrib/ydb/services/bg_tasks/protos/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 42893f067bf..00000000000 --- a/contrib/ydb/services/bg_tasks/protos/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(services-bg_tasks-protos) -target_link_libraries(services-bg_tasks-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(services-bg_tasks-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/protos/container.proto -) -target_proto_addincls(services-bg_tasks-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(services-bg_tasks-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/services/bg_tasks/protos/CMakeLists.linux-x86_64.txt b/contrib/ydb/services/bg_tasks/protos/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 42893f067bf..00000000000 --- a/contrib/ydb/services/bg_tasks/protos/CMakeLists.linux-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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(services-bg_tasks-protos) -target_link_libraries(services-bg_tasks-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(services-bg_tasks-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/protos/container.proto -) -target_proto_addincls(services-bg_tasks-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(services-bg_tasks-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/services/bg_tasks/protos/CMakeLists.txt b/contrib/ydb/services/bg_tasks/protos/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/services/bg_tasks/protos/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/services/bg_tasks/protos/CMakeLists.windows-x86_64.txt b/contrib/ydb/services/bg_tasks/protos/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 0ececbce8c7..00000000000 --- a/contrib/ydb/services/bg_tasks/protos/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(services-bg_tasks-protos) -target_link_libraries(services-bg_tasks-protos PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(services-bg_tasks-protos PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/bg_tasks/protos/container.proto -) -target_proto_addincls(services-bg_tasks-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(services-bg_tasks-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/services/cms/CMakeLists.darwin-x86_64.txt b/contrib/ydb/services/cms/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 87ea3ae4181..00000000000 --- a/contrib/ydb/services/cms/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(ydb-services-cms) -target_link_libraries(ydb-services-cms PUBLIC - contrib-libs-cxxsupp - yutil - library-grpc-server - ydb-core-grpc_services - ydb-core-mind - ydb-library-aclib - api-grpc - public-lib-operation_id - cpp-client-resources -) -target_sources(ydb-services-cms PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/cms/grpc_service.cpp -) diff --git a/contrib/ydb/services/cms/CMakeLists.linux-aarch64.txt b/contrib/ydb/services/cms/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 8a1f3fc6326..00000000000 --- a/contrib/ydb/services/cms/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(ydb-services-cms) -target_link_libraries(ydb-services-cms PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-grpc-server - ydb-core-grpc_services - ydb-core-mind - ydb-library-aclib - api-grpc - public-lib-operation_id - cpp-client-resources -) -target_sources(ydb-services-cms PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/cms/grpc_service.cpp -) diff --git a/contrib/ydb/services/cms/CMakeLists.linux-x86_64.txt b/contrib/ydb/services/cms/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 8a1f3fc6326..00000000000 --- a/contrib/ydb/services/cms/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(ydb-services-cms) -target_link_libraries(ydb-services-cms PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-grpc-server - ydb-core-grpc_services - ydb-core-mind - ydb-library-aclib - api-grpc - public-lib-operation_id - cpp-client-resources -) -target_sources(ydb-services-cms PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/cms/grpc_service.cpp -) diff --git a/contrib/ydb/services/cms/CMakeLists.txt b/contrib/ydb/services/cms/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/services/cms/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/services/cms/CMakeLists.windows-x86_64.txt b/contrib/ydb/services/cms/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 87ea3ae4181..00000000000 --- a/contrib/ydb/services/cms/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(ydb-services-cms) -target_link_libraries(ydb-services-cms PUBLIC - contrib-libs-cxxsupp - yutil - library-grpc-server - ydb-core-grpc_services - ydb-core-mind - ydb-library-aclib - api-grpc - public-lib-operation_id - cpp-client-resources -) -target_sources(ydb-services-cms PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/cms/grpc_service.cpp -) diff --git a/contrib/ydb/services/datastreams/CMakeLists.darwin-x86_64.txt b/contrib/ydb/services/datastreams/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 5206bcc591e..00000000000 --- a/contrib/ydb/services/datastreams/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(ydb-services-datastreams) -target_link_libraries(ydb-services-datastreams PUBLIC - contrib-libs-cxxsupp - yutil - library-grpc-server - ydb-core-base - core-client-server - ydb-core-grpc_services - ydb-core-mind - api-grpc - api-grpc-draft - public-lib-operation_id - cpp-client-resources - cpp-client-ydb_datastreams - services-lib-actors - services-lib-sharding - ydb-services-persqueue_v1 - ydb-services-ydb -) -target_sources(ydb-services-datastreams PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/datastreams/datastreams_proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/datastreams/grpc_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/datastreams/next_token.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/datastreams/put_records_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/datastreams/shard_iterator.cpp -) diff --git a/contrib/ydb/services/datastreams/CMakeLists.linux-aarch64.txt b/contrib/ydb/services/datastreams/CMakeLists.linux-aarch64.txt deleted file mode 100644 index cc1de3d8ce7..00000000000 --- a/contrib/ydb/services/datastreams/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(ydb-services-datastreams) -target_link_libraries(ydb-services-datastreams PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-grpc-server - ydb-core-base - core-client-server - ydb-core-grpc_services - ydb-core-mind - api-grpc - api-grpc-draft - public-lib-operation_id - cpp-client-resources - cpp-client-ydb_datastreams - services-lib-actors - services-lib-sharding - ydb-services-persqueue_v1 - ydb-services-ydb -) -target_sources(ydb-services-datastreams PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/datastreams/datastreams_proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/datastreams/grpc_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/datastreams/next_token.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/datastreams/put_records_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/datastreams/shard_iterator.cpp -) diff --git a/contrib/ydb/services/datastreams/CMakeLists.linux-x86_64.txt b/contrib/ydb/services/datastreams/CMakeLists.linux-x86_64.txt deleted file mode 100644 index cc1de3d8ce7..00000000000 --- a/contrib/ydb/services/datastreams/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(ydb-services-datastreams) -target_link_libraries(ydb-services-datastreams PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-grpc-server - ydb-core-base - core-client-server - ydb-core-grpc_services - ydb-core-mind - api-grpc - api-grpc-draft - public-lib-operation_id - cpp-client-resources - cpp-client-ydb_datastreams - services-lib-actors - services-lib-sharding - ydb-services-persqueue_v1 - ydb-services-ydb -) -target_sources(ydb-services-datastreams PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/datastreams/datastreams_proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/datastreams/grpc_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/datastreams/next_token.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/datastreams/put_records_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/datastreams/shard_iterator.cpp -) diff --git a/contrib/ydb/services/datastreams/CMakeLists.txt b/contrib/ydb/services/datastreams/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/services/datastreams/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/services/datastreams/CMakeLists.windows-x86_64.txt b/contrib/ydb/services/datastreams/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 5206bcc591e..00000000000 --- a/contrib/ydb/services/datastreams/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(ydb-services-datastreams) -target_link_libraries(ydb-services-datastreams PUBLIC - contrib-libs-cxxsupp - yutil - library-grpc-server - ydb-core-base - core-client-server - ydb-core-grpc_services - ydb-core-mind - api-grpc - api-grpc-draft - public-lib-operation_id - cpp-client-resources - cpp-client-ydb_datastreams - services-lib-actors - services-lib-sharding - ydb-services-persqueue_v1 - ydb-services-ydb -) -target_sources(ydb-services-datastreams PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/datastreams/datastreams_proxy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/datastreams/grpc_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/datastreams/next_token.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/datastreams/put_records_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/datastreams/shard_iterator.cpp -) diff --git a/contrib/ydb/services/deprecated/CMakeLists.txt b/contrib/ydb/services/deprecated/CMakeLists.txt deleted file mode 100644 index 6238c6279ee..00000000000 --- a/contrib/ydb/services/deprecated/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(persqueue_v0) diff --git a/contrib/ydb/services/deprecated/persqueue_v0/CMakeLists.darwin-x86_64.txt b/contrib/ydb/services/deprecated/persqueue_v0/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 906c3560c7f..00000000000 --- a/contrib/ydb/services/deprecated/persqueue_v0/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_subdirectory(api) - -add_library(services-deprecated-persqueue_v0) -target_link_libraries(services-deprecated-persqueue_v0 PUBLIC - contrib-libs-cxxsupp - yutil - api-grpc-persqueue-deprecated - api-protos-persqueue-deprecated - persqueue-deprecated-read_batch_converter - ydb-core-base - core-tx-tx_proxy - core-client-server - ydb-core-grpc_services - core-mind-address_classification - ydb-core-persqueue - core-persqueue-events - core-persqueue-writer - ydb-core-protos - ydb-library-aclib - library-persqueue-topic_parser - services-lib-actors - services-lib-sharding - ydb-services-persqueue_v1 - ydb-services-metadata -) -target_sources(services-deprecated-persqueue_v0 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/deprecated/persqueue_v0/grpc_pq_clusters_updater_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/deprecated/persqueue_v0/grpc_pq_read.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/deprecated/persqueue_v0/grpc_pq_read_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/deprecated/persqueue_v0/grpc_pq_write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/deprecated/persqueue_v0/grpc_pq_write_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/deprecated/persqueue_v0/move_topic_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/deprecated/persqueue_v0/persqueue.cpp -) diff --git a/contrib/ydb/services/deprecated/persqueue_v0/CMakeLists.linux-aarch64.txt b/contrib/ydb/services/deprecated/persqueue_v0/CMakeLists.linux-aarch64.txt deleted file mode 100644 index c70e5d245c2..00000000000 --- a/contrib/ydb/services/deprecated/persqueue_v0/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(api) - -add_library(services-deprecated-persqueue_v0) -target_link_libraries(services-deprecated-persqueue_v0 PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - api-grpc-persqueue-deprecated - api-protos-persqueue-deprecated - persqueue-deprecated-read_batch_converter - ydb-core-base - core-tx-tx_proxy - core-client-server - ydb-core-grpc_services - core-mind-address_classification - ydb-core-persqueue - core-persqueue-events - core-persqueue-writer - ydb-core-protos - ydb-library-aclib - library-persqueue-topic_parser - services-lib-actors - services-lib-sharding - ydb-services-persqueue_v1 - ydb-services-metadata -) -target_sources(services-deprecated-persqueue_v0 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/deprecated/persqueue_v0/grpc_pq_clusters_updater_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/deprecated/persqueue_v0/grpc_pq_read.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/deprecated/persqueue_v0/grpc_pq_read_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/deprecated/persqueue_v0/grpc_pq_write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/deprecated/persqueue_v0/grpc_pq_write_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/deprecated/persqueue_v0/move_topic_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/deprecated/persqueue_v0/persqueue.cpp -) diff --git a/contrib/ydb/services/deprecated/persqueue_v0/CMakeLists.linux-x86_64.txt b/contrib/ydb/services/deprecated/persqueue_v0/CMakeLists.linux-x86_64.txt deleted file mode 100644 index c70e5d245c2..00000000000 --- a/contrib/ydb/services/deprecated/persqueue_v0/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(api) - -add_library(services-deprecated-persqueue_v0) -target_link_libraries(services-deprecated-persqueue_v0 PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - api-grpc-persqueue-deprecated - api-protos-persqueue-deprecated - persqueue-deprecated-read_batch_converter - ydb-core-base - core-tx-tx_proxy - core-client-server - ydb-core-grpc_services - core-mind-address_classification - ydb-core-persqueue - core-persqueue-events - core-persqueue-writer - ydb-core-protos - ydb-library-aclib - library-persqueue-topic_parser - services-lib-actors - services-lib-sharding - ydb-services-persqueue_v1 - ydb-services-metadata -) -target_sources(services-deprecated-persqueue_v0 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/deprecated/persqueue_v0/grpc_pq_clusters_updater_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/deprecated/persqueue_v0/grpc_pq_read.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/deprecated/persqueue_v0/grpc_pq_read_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/deprecated/persqueue_v0/grpc_pq_write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/deprecated/persqueue_v0/grpc_pq_write_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/deprecated/persqueue_v0/move_topic_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/deprecated/persqueue_v0/persqueue.cpp -) diff --git a/contrib/ydb/services/deprecated/persqueue_v0/CMakeLists.txt b/contrib/ydb/services/deprecated/persqueue_v0/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/services/deprecated/persqueue_v0/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/services/deprecated/persqueue_v0/CMakeLists.windows-x86_64.txt b/contrib/ydb/services/deprecated/persqueue_v0/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 906c3560c7f..00000000000 --- a/contrib/ydb/services/deprecated/persqueue_v0/CMakeLists.windows-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_subdirectory(api) - -add_library(services-deprecated-persqueue_v0) -target_link_libraries(services-deprecated-persqueue_v0 PUBLIC - contrib-libs-cxxsupp - yutil - api-grpc-persqueue-deprecated - api-protos-persqueue-deprecated - persqueue-deprecated-read_batch_converter - ydb-core-base - core-tx-tx_proxy - core-client-server - ydb-core-grpc_services - core-mind-address_classification - ydb-core-persqueue - core-persqueue-events - core-persqueue-writer - ydb-core-protos - ydb-library-aclib - library-persqueue-topic_parser - services-lib-actors - services-lib-sharding - ydb-services-persqueue_v1 - ydb-services-metadata -) -target_sources(services-deprecated-persqueue_v0 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/deprecated/persqueue_v0/grpc_pq_clusters_updater_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/deprecated/persqueue_v0/grpc_pq_read.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/deprecated/persqueue_v0/grpc_pq_read_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/deprecated/persqueue_v0/grpc_pq_write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/deprecated/persqueue_v0/grpc_pq_write_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/deprecated/persqueue_v0/move_topic_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/deprecated/persqueue_v0/persqueue.cpp -) diff --git a/contrib/ydb/services/deprecated/persqueue_v0/api/CMakeLists.txt b/contrib/ydb/services/deprecated/persqueue_v0/api/CMakeLists.txt deleted file mode 100644 index fefd8546252..00000000000 --- a/contrib/ydb/services/deprecated/persqueue_v0/api/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(grpc) -add_subdirectory(protos) diff --git a/contrib/ydb/services/deprecated/persqueue_v0/api/grpc/CMakeLists.darwin-x86_64.txt b/contrib/ydb/services/deprecated/persqueue_v0/api/grpc/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 29613eb11dc..00000000000 --- a/contrib/ydb/services/deprecated/persqueue_v0/api/grpc/CMakeLists.darwin-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. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(api-grpc-persqueue-deprecated) -set_property(TARGET api-grpc-persqueue-deprecated PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(api-grpc-persqueue-deprecated PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - api-protos-persqueue-deprecated - api-protos - contrib-libs-protobuf -) -target_proto_messages(api-grpc-persqueue-deprecated PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/deprecated/persqueue_v0/api/grpc/persqueue.proto -) -target_proto_addincls(api-grpc-persqueue-deprecated - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(api-grpc-persqueue-deprecated - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(api-grpc-persqueue-deprecated - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/services/deprecated/persqueue_v0/api/grpc/CMakeLists.linux-aarch64.txt b/contrib/ydb/services/deprecated/persqueue_v0/api/grpc/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 01ea4ece58f..00000000000 --- a/contrib/ydb/services/deprecated/persqueue_v0/api/grpc/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(api-grpc-persqueue-deprecated) -set_property(TARGET api-grpc-persqueue-deprecated PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(api-grpc-persqueue-deprecated PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - api-protos-persqueue-deprecated - api-protos - contrib-libs-protobuf -) -target_proto_messages(api-grpc-persqueue-deprecated PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/deprecated/persqueue_v0/api/grpc/persqueue.proto -) -target_proto_addincls(api-grpc-persqueue-deprecated - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(api-grpc-persqueue-deprecated - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(api-grpc-persqueue-deprecated - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/services/deprecated/persqueue_v0/api/grpc/CMakeLists.linux-x86_64.txt b/contrib/ydb/services/deprecated/persqueue_v0/api/grpc/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 01ea4ece58f..00000000000 --- a/contrib/ydb/services/deprecated/persqueue_v0/api/grpc/CMakeLists.linux-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. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(api-grpc-persqueue-deprecated) -set_property(TARGET api-grpc-persqueue-deprecated PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(api-grpc-persqueue-deprecated PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - api-protos-persqueue-deprecated - api-protos - contrib-libs-protobuf -) -target_proto_messages(api-grpc-persqueue-deprecated PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/deprecated/persqueue_v0/api/grpc/persqueue.proto -) -target_proto_addincls(api-grpc-persqueue-deprecated - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(api-grpc-persqueue-deprecated - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(api-grpc-persqueue-deprecated - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/services/deprecated/persqueue_v0/api/grpc/CMakeLists.txt b/contrib/ydb/services/deprecated/persqueue_v0/api/grpc/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/services/deprecated/persqueue_v0/api/grpc/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/services/deprecated/persqueue_v0/api/grpc/CMakeLists.windows-x86_64.txt b/contrib/ydb/services/deprecated/persqueue_v0/api/grpc/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 29613eb11dc..00000000000 --- a/contrib/ydb/services/deprecated/persqueue_v0/api/grpc/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. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(api-grpc-persqueue-deprecated) -set_property(TARGET api-grpc-persqueue-deprecated PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(api-grpc-persqueue-deprecated PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - api-protos-persqueue-deprecated - api-protos - contrib-libs-protobuf -) -target_proto_messages(api-grpc-persqueue-deprecated PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/deprecated/persqueue_v0/api/grpc/persqueue.proto -) -target_proto_addincls(api-grpc-persqueue-deprecated - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(api-grpc-persqueue-deprecated - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(api-grpc-persqueue-deprecated - grpc_cpp - grpc_cpp -) diff --git a/contrib/ydb/services/deprecated/persqueue_v0/api/protos/CMakeLists.darwin-x86_64.txt b/contrib/ydb/services/deprecated/persqueue_v0/api/protos/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index e298c3f452b..00000000000 --- a/contrib/ydb/services/deprecated/persqueue_v0/api/protos/CMakeLists.darwin-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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(api-protos-persqueue-deprecated) -target_link_libraries(api-protos-persqueue-deprecated PUBLIC - contrib-libs-cxxsupp - yutil - api-protos - tools-enum_parser-enum_serialization_runtime - contrib-libs-protobuf -) -target_proto_messages(api-protos-persqueue-deprecated PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/deprecated/persqueue_v0/api/protos/persqueue.proto -) -generate_enum_serilization(api-protos-persqueue-deprecated - ${CMAKE_BINARY_DIR}/contrib/ydb/services/deprecated/persqueue_v0/api/protos/persqueue.pb.h - INCLUDE_HEADERS - contrib/ydb/services/deprecated/persqueue_v0/api/protos/persqueue.pb.h -) -target_proto_addincls(api-protos-persqueue-deprecated - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(api-protos-persqueue-deprecated - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/services/deprecated/persqueue_v0/api/protos/CMakeLists.linux-aarch64.txt b/contrib/ydb/services/deprecated/persqueue_v0/api/protos/CMakeLists.linux-aarch64.txt deleted file mode 100644 index c4a8e321dc9..00000000000 --- a/contrib/ydb/services/deprecated/persqueue_v0/api/protos/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,57 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(api-protos-persqueue-deprecated) -target_link_libraries(api-protos-persqueue-deprecated PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - api-protos - tools-enum_parser-enum_serialization_runtime - contrib-libs-protobuf -) -target_proto_messages(api-protos-persqueue-deprecated PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/deprecated/persqueue_v0/api/protos/persqueue.proto -) -generate_enum_serilization(api-protos-persqueue-deprecated - ${CMAKE_BINARY_DIR}/contrib/ydb/services/deprecated/persqueue_v0/api/protos/persqueue.pb.h - INCLUDE_HEADERS - contrib/ydb/services/deprecated/persqueue_v0/api/protos/persqueue.pb.h -) -target_proto_addincls(api-protos-persqueue-deprecated - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(api-protos-persqueue-deprecated - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/services/deprecated/persqueue_v0/api/protos/CMakeLists.linux-x86_64.txt b/contrib/ydb/services/deprecated/persqueue_v0/api/protos/CMakeLists.linux-x86_64.txt deleted file mode 100644 index c4a8e321dc9..00000000000 --- a/contrib/ydb/services/deprecated/persqueue_v0/api/protos/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,57 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(api-protos-persqueue-deprecated) -target_link_libraries(api-protos-persqueue-deprecated PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - api-protos - tools-enum_parser-enum_serialization_runtime - contrib-libs-protobuf -) -target_proto_messages(api-protos-persqueue-deprecated PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/deprecated/persqueue_v0/api/protos/persqueue.proto -) -generate_enum_serilization(api-protos-persqueue-deprecated - ${CMAKE_BINARY_DIR}/contrib/ydb/services/deprecated/persqueue_v0/api/protos/persqueue.pb.h - INCLUDE_HEADERS - contrib/ydb/services/deprecated/persqueue_v0/api/protos/persqueue.pb.h -) -target_proto_addincls(api-protos-persqueue-deprecated - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(api-protos-persqueue-deprecated - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/services/deprecated/persqueue_v0/api/protos/CMakeLists.txt b/contrib/ydb/services/deprecated/persqueue_v0/api/protos/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/services/deprecated/persqueue_v0/api/protos/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/services/deprecated/persqueue_v0/api/protos/CMakeLists.windows-x86_64.txt b/contrib/ydb/services/deprecated/persqueue_v0/api/protos/CMakeLists.windows-x86_64.txt deleted file mode 100644 index e298c3f452b..00000000000 --- a/contrib/ydb/services/deprecated/persqueue_v0/api/protos/CMakeLists.windows-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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(api-protos-persqueue-deprecated) -target_link_libraries(api-protos-persqueue-deprecated PUBLIC - contrib-libs-cxxsupp - yutil - api-protos - tools-enum_parser-enum_serialization_runtime - contrib-libs-protobuf -) -target_proto_messages(api-protos-persqueue-deprecated PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/deprecated/persqueue_v0/api/protos/persqueue.proto -) -generate_enum_serilization(api-protos-persqueue-deprecated - ${CMAKE_BINARY_DIR}/contrib/ydb/services/deprecated/persqueue_v0/api/protos/persqueue.pb.h - INCLUDE_HEADERS - contrib/ydb/services/deprecated/persqueue_v0/api/protos/persqueue.pb.h -) -target_proto_addincls(api-protos-persqueue-deprecated - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(api-protos-persqueue-deprecated - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/contrib/ydb/services/discovery/CMakeLists.darwin-x86_64.txt b/contrib/ydb/services/discovery/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a402b9dd994..00000000000 --- a/contrib/ydb/services/discovery/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(ydb-services-discovery) -target_link_libraries(ydb-services-discovery PUBLIC - contrib-libs-cxxsupp - yutil - library-grpc-server - ydb-core-grpc_services - ydb-core-mind - api-grpc - public-lib-operation_id -) -target_sources(ydb-services-discovery PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/discovery/grpc_service.cpp -) diff --git a/contrib/ydb/services/discovery/CMakeLists.linux-aarch64.txt b/contrib/ydb/services/discovery/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 06f5e45335e..00000000000 --- a/contrib/ydb/services/discovery/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(ydb-services-discovery) -target_link_libraries(ydb-services-discovery PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-grpc-server - ydb-core-grpc_services - ydb-core-mind - api-grpc - public-lib-operation_id -) -target_sources(ydb-services-discovery PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/discovery/grpc_service.cpp -) diff --git a/contrib/ydb/services/discovery/CMakeLists.linux-x86_64.txt b/contrib/ydb/services/discovery/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 06f5e45335e..00000000000 --- a/contrib/ydb/services/discovery/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(ydb-services-discovery) -target_link_libraries(ydb-services-discovery PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-grpc-server - ydb-core-grpc_services - ydb-core-mind - api-grpc - public-lib-operation_id -) -target_sources(ydb-services-discovery PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/discovery/grpc_service.cpp -) diff --git a/contrib/ydb/services/discovery/CMakeLists.txt b/contrib/ydb/services/discovery/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/services/discovery/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/services/discovery/CMakeLists.windows-x86_64.txt b/contrib/ydb/services/discovery/CMakeLists.windows-x86_64.txt deleted file mode 100644 index a402b9dd994..00000000000 --- a/contrib/ydb/services/discovery/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(ydb-services-discovery) -target_link_libraries(ydb-services-discovery PUBLIC - contrib-libs-cxxsupp - yutil - library-grpc-server - ydb-core-grpc_services - ydb-core-mind - api-grpc - public-lib-operation_id -) -target_sources(ydb-services-discovery PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/discovery/grpc_service.cpp -) diff --git a/contrib/ydb/services/dynamic_config/CMakeLists.darwin-x86_64.txt b/contrib/ydb/services/dynamic_config/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 5bddbf32e2d..00000000000 --- a/contrib/ydb/services/dynamic_config/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(ydb-services-dynamic_config) -target_link_libraries(ydb-services-dynamic_config PUBLIC - contrib-libs-cxxsupp - yutil - library-grpc-server - ydb-core-grpc_services - ydb-core-mind - ydb-library-aclib - api-grpc - public-lib-operation_id - cpp-client-resources -) -target_sources(ydb-services-dynamic_config PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/dynamic_config/grpc_service.cpp -) diff --git a/contrib/ydb/services/dynamic_config/CMakeLists.linux-aarch64.txt b/contrib/ydb/services/dynamic_config/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e31fd57dafd..00000000000 --- a/contrib/ydb/services/dynamic_config/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(ydb-services-dynamic_config) -target_link_libraries(ydb-services-dynamic_config PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-grpc-server - ydb-core-grpc_services - ydb-core-mind - ydb-library-aclib - api-grpc - public-lib-operation_id - cpp-client-resources -) -target_sources(ydb-services-dynamic_config PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/dynamic_config/grpc_service.cpp -) diff --git a/contrib/ydb/services/dynamic_config/CMakeLists.linux-x86_64.txt b/contrib/ydb/services/dynamic_config/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e31fd57dafd..00000000000 --- a/contrib/ydb/services/dynamic_config/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(ydb-services-dynamic_config) -target_link_libraries(ydb-services-dynamic_config PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-grpc-server - ydb-core-grpc_services - ydb-core-mind - ydb-library-aclib - api-grpc - public-lib-operation_id - cpp-client-resources -) -target_sources(ydb-services-dynamic_config PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/dynamic_config/grpc_service.cpp -) diff --git a/contrib/ydb/services/dynamic_config/CMakeLists.txt b/contrib/ydb/services/dynamic_config/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/services/dynamic_config/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/services/dynamic_config/CMakeLists.windows-x86_64.txt b/contrib/ydb/services/dynamic_config/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 5bddbf32e2d..00000000000 --- a/contrib/ydb/services/dynamic_config/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(ydb-services-dynamic_config) -target_link_libraries(ydb-services-dynamic_config PUBLIC - contrib-libs-cxxsupp - yutil - library-grpc-server - ydb-core-grpc_services - ydb-core-mind - ydb-library-aclib - api-grpc - public-lib-operation_id - cpp-client-resources -) -target_sources(ydb-services-dynamic_config PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/dynamic_config/grpc_service.cpp -) diff --git a/contrib/ydb/services/ext_index/CMakeLists.txt b/contrib/ydb/services/ext_index/CMakeLists.txt deleted file mode 100644 index 9dbbde9b931..00000000000 --- a/contrib/ydb/services/ext_index/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. - - -add_subdirectory(common) -add_subdirectory(metadata) -add_subdirectory(service) diff --git a/contrib/ydb/services/ext_index/common/CMakeLists.darwin-x86_64.txt b/contrib/ydb/services/ext_index/common/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 4442b6d549a..00000000000 --- a/contrib/ydb/services/ext_index/common/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(services-ext_index-common) -target_link_libraries(services-ext_index-common PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - api-protos - ydb-core-protos - libs-apache-arrow -) -target_sources(services-ext_index-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/common/service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/common/config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/common/events.cpp -) diff --git a/contrib/ydb/services/ext_index/common/CMakeLists.linux-aarch64.txt b/contrib/ydb/services/ext_index/common/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 88d1a22ee94..00000000000 --- a/contrib/ydb/services/ext_index/common/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(services-ext_index-common) -target_link_libraries(services-ext_index-common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - api-protos - ydb-core-protos - libs-apache-arrow -) -target_sources(services-ext_index-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/common/service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/common/config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/common/events.cpp -) diff --git a/contrib/ydb/services/ext_index/common/CMakeLists.linux-x86_64.txt b/contrib/ydb/services/ext_index/common/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 88d1a22ee94..00000000000 --- a/contrib/ydb/services/ext_index/common/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(services-ext_index-common) -target_link_libraries(services-ext_index-common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - api-protos - ydb-core-protos - libs-apache-arrow -) -target_sources(services-ext_index-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/common/service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/common/config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/common/events.cpp -) diff --git a/contrib/ydb/services/ext_index/common/CMakeLists.txt b/contrib/ydb/services/ext_index/common/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/services/ext_index/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/services/ext_index/common/CMakeLists.windows-x86_64.txt b/contrib/ydb/services/ext_index/common/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 4442b6d549a..00000000000 --- a/contrib/ydb/services/ext_index/common/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(services-ext_index-common) -target_link_libraries(services-ext_index-common PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - api-protos - ydb-core-protos - libs-apache-arrow -) -target_sources(services-ext_index-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/common/service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/common/config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/common/events.cpp -) diff --git a/contrib/ydb/services/ext_index/metadata/CMakeLists.darwin-x86_64.txt b/contrib/ydb/services/ext_index/metadata/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index f875e7c1bfc..00000000000 --- a/contrib/ydb/services/ext_index/metadata/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_subdirectory(extractor) - -add_library(services-ext_index-metadata) -target_link_libraries(services-ext_index-metadata PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - core-grpc_services-local_rpc - core-grpc_services-base - ydb-core-grpc_services - services-metadata-request - ext_index-metadata-extractor -) -target_sources(services-ext_index-metadata PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/metadata/object.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/metadata/manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/metadata/initializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/metadata/snapshot.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/metadata/fetcher.cpp -) - -add_global_library_for(services-ext_index-metadata.global services-ext_index-metadata) -target_link_libraries(services-ext_index-metadata.global PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - core-grpc_services-local_rpc - core-grpc_services-base - ydb-core-grpc_services - services-metadata-request - ext_index-metadata-extractor -) -target_sources(services-ext_index-metadata.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/metadata/behaviour.cpp -) diff --git a/contrib/ydb/services/ext_index/metadata/CMakeLists.linux-aarch64.txt b/contrib/ydb/services/ext_index/metadata/CMakeLists.linux-aarch64.txt deleted file mode 100644 index bab35555b4d..00000000000 --- a/contrib/ydb/services/ext_index/metadata/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_subdirectory(extractor) - -add_library(services-ext_index-metadata) -target_link_libraries(services-ext_index-metadata PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - core-grpc_services-local_rpc - core-grpc_services-base - ydb-core-grpc_services - services-metadata-request - ext_index-metadata-extractor -) -target_sources(services-ext_index-metadata PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/metadata/object.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/metadata/manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/metadata/initializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/metadata/snapshot.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/metadata/fetcher.cpp -) - -add_global_library_for(services-ext_index-metadata.global services-ext_index-metadata) -target_link_libraries(services-ext_index-metadata.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - core-grpc_services-local_rpc - core-grpc_services-base - ydb-core-grpc_services - services-metadata-request - ext_index-metadata-extractor -) -target_sources(services-ext_index-metadata.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/metadata/behaviour.cpp -) diff --git a/contrib/ydb/services/ext_index/metadata/CMakeLists.linux-x86_64.txt b/contrib/ydb/services/ext_index/metadata/CMakeLists.linux-x86_64.txt deleted file mode 100644 index bab35555b4d..00000000000 --- a/contrib/ydb/services/ext_index/metadata/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_subdirectory(extractor) - -add_library(services-ext_index-metadata) -target_link_libraries(services-ext_index-metadata PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - core-grpc_services-local_rpc - core-grpc_services-base - ydb-core-grpc_services - services-metadata-request - ext_index-metadata-extractor -) -target_sources(services-ext_index-metadata PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/metadata/object.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/metadata/manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/metadata/initializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/metadata/snapshot.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/metadata/fetcher.cpp -) - -add_global_library_for(services-ext_index-metadata.global services-ext_index-metadata) -target_link_libraries(services-ext_index-metadata.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - core-grpc_services-local_rpc - core-grpc_services-base - ydb-core-grpc_services - services-metadata-request - ext_index-metadata-extractor -) -target_sources(services-ext_index-metadata.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/metadata/behaviour.cpp -) diff --git a/contrib/ydb/services/ext_index/metadata/CMakeLists.txt b/contrib/ydb/services/ext_index/metadata/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/services/ext_index/metadata/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/services/ext_index/metadata/CMakeLists.windows-x86_64.txt b/contrib/ydb/services/ext_index/metadata/CMakeLists.windows-x86_64.txt deleted file mode 100644 index f875e7c1bfc..00000000000 --- a/contrib/ydb/services/ext_index/metadata/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_subdirectory(extractor) - -add_library(services-ext_index-metadata) -target_link_libraries(services-ext_index-metadata PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - core-grpc_services-local_rpc - core-grpc_services-base - ydb-core-grpc_services - services-metadata-request - ext_index-metadata-extractor -) -target_sources(services-ext_index-metadata PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/metadata/object.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/metadata/manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/metadata/initializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/metadata/snapshot.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/metadata/fetcher.cpp -) - -add_global_library_for(services-ext_index-metadata.global services-ext_index-metadata) -target_link_libraries(services-ext_index-metadata.global PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - core-grpc_services-local_rpc - core-grpc_services-base - ydb-core-grpc_services - services-metadata-request - ext_index-metadata-extractor -) -target_sources(services-ext_index-metadata.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/metadata/behaviour.cpp -) diff --git a/contrib/ydb/services/ext_index/metadata/extractor/CMakeLists.darwin-x86_64.txt b/contrib/ydb/services/ext_index/metadata/extractor/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 881f9ba93a9..00000000000 --- a/contrib/ydb/services/ext_index/metadata/extractor/CMakeLists.darwin-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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(ext_index-metadata-extractor) -target_compile_options(ext_index-metadata-extractor PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ext_index-metadata-extractor PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-protos - formats-arrow-hash - tools-enum_parser-enum_serialization_runtime -) -target_sources(ext_index-metadata-extractor PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/metadata/extractor/abstract.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/metadata/extractor/container.cpp -) -generate_enum_serilization(ext_index-metadata-extractor - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/metadata/extractor/hash_by_columns.h - INCLUDE_HEADERS - contrib/ydb/services/ext_index/metadata/extractor/hash_by_columns.h -) - -add_global_library_for(ext_index-metadata-extractor.global ext_index-metadata-extractor) -target_compile_options(ext_index-metadata-extractor.global PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ext_index-metadata-extractor.global PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-protos - formats-arrow-hash - tools-enum_parser-enum_serialization_runtime -) -target_sources(ext_index-metadata-extractor.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/metadata/extractor/hash_by_columns.cpp -) diff --git a/contrib/ydb/services/ext_index/metadata/extractor/CMakeLists.linux-aarch64.txt b/contrib/ydb/services/ext_index/metadata/extractor/CMakeLists.linux-aarch64.txt deleted file mode 100644 index cecba292c49..00000000000 --- a/contrib/ydb/services/ext_index/metadata/extractor/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,54 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(ext_index-metadata-extractor) -target_compile_options(ext_index-metadata-extractor PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ext_index-metadata-extractor PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-protos - formats-arrow-hash - tools-enum_parser-enum_serialization_runtime -) -target_sources(ext_index-metadata-extractor PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/metadata/extractor/abstract.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/metadata/extractor/container.cpp -) -generate_enum_serilization(ext_index-metadata-extractor - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/metadata/extractor/hash_by_columns.h - INCLUDE_HEADERS - contrib/ydb/services/ext_index/metadata/extractor/hash_by_columns.h -) - -add_global_library_for(ext_index-metadata-extractor.global ext_index-metadata-extractor) -target_compile_options(ext_index-metadata-extractor.global PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ext_index-metadata-extractor.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-protos - formats-arrow-hash - tools-enum_parser-enum_serialization_runtime -) -target_sources(ext_index-metadata-extractor.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/metadata/extractor/hash_by_columns.cpp -) diff --git a/contrib/ydb/services/ext_index/metadata/extractor/CMakeLists.linux-x86_64.txt b/contrib/ydb/services/ext_index/metadata/extractor/CMakeLists.linux-x86_64.txt deleted file mode 100644 index cecba292c49..00000000000 --- a/contrib/ydb/services/ext_index/metadata/extractor/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,54 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(ext_index-metadata-extractor) -target_compile_options(ext_index-metadata-extractor PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ext_index-metadata-extractor PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-protos - formats-arrow-hash - tools-enum_parser-enum_serialization_runtime -) -target_sources(ext_index-metadata-extractor PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/metadata/extractor/abstract.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/metadata/extractor/container.cpp -) -generate_enum_serilization(ext_index-metadata-extractor - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/metadata/extractor/hash_by_columns.h - INCLUDE_HEADERS - contrib/ydb/services/ext_index/metadata/extractor/hash_by_columns.h -) - -add_global_library_for(ext_index-metadata-extractor.global ext_index-metadata-extractor) -target_compile_options(ext_index-metadata-extractor.global PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ext_index-metadata-extractor.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-protos - formats-arrow-hash - tools-enum_parser-enum_serialization_runtime -) -target_sources(ext_index-metadata-extractor.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/metadata/extractor/hash_by_columns.cpp -) diff --git a/contrib/ydb/services/ext_index/metadata/extractor/CMakeLists.txt b/contrib/ydb/services/ext_index/metadata/extractor/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/services/ext_index/metadata/extractor/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/services/ext_index/metadata/extractor/CMakeLists.windows-x86_64.txt b/contrib/ydb/services/ext_index/metadata/extractor/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 881f9ba93a9..00000000000 --- a/contrib/ydb/services/ext_index/metadata/extractor/CMakeLists.windows-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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(ext_index-metadata-extractor) -target_compile_options(ext_index-metadata-extractor PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ext_index-metadata-extractor PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-protos - formats-arrow-hash - tools-enum_parser-enum_serialization_runtime -) -target_sources(ext_index-metadata-extractor PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/metadata/extractor/abstract.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/metadata/extractor/container.cpp -) -generate_enum_serilization(ext_index-metadata-extractor - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/metadata/extractor/hash_by_columns.h - INCLUDE_HEADERS - contrib/ydb/services/ext_index/metadata/extractor/hash_by_columns.h -) - -add_global_library_for(ext_index-metadata-extractor.global ext_index-metadata-extractor) -target_compile_options(ext_index-metadata-extractor.global PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(ext_index-metadata-extractor.global PUBLIC - contrib-libs-cxxsupp - yutil - libs-apache-arrow - ydb-core-protos - formats-arrow-hash - tools-enum_parser-enum_serialization_runtime -) -target_sources(ext_index-metadata-extractor.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/metadata/extractor/hash_by_columns.cpp -) diff --git a/contrib/ydb/services/ext_index/service/CMakeLists.darwin-x86_64.txt b/contrib/ydb/services/ext_index/service/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2614c46f375..00000000000 --- a/contrib/ydb/services/ext_index/service/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(services-ext_index-service) -target_link_libraries(services-ext_index-service PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - services-ext_index-metadata - services-ext_index-common - yql-minikql-jsonpath - api-protos -) -target_sources(services-ext_index-service PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/service/add_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/service/add_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/service/executor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/service/activation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/service/deleting.cpp -) diff --git a/contrib/ydb/services/ext_index/service/CMakeLists.linux-aarch64.txt b/contrib/ydb/services/ext_index/service/CMakeLists.linux-aarch64.txt deleted file mode 100644 index c1c8aa46138..00000000000 --- a/contrib/ydb/services/ext_index/service/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(services-ext_index-service) -target_link_libraries(services-ext_index-service PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - services-ext_index-metadata - services-ext_index-common - yql-minikql-jsonpath - api-protos -) -target_sources(services-ext_index-service PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/service/add_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/service/add_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/service/executor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/service/activation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/service/deleting.cpp -) diff --git a/contrib/ydb/services/ext_index/service/CMakeLists.linux-x86_64.txt b/contrib/ydb/services/ext_index/service/CMakeLists.linux-x86_64.txt deleted file mode 100644 index c1c8aa46138..00000000000 --- a/contrib/ydb/services/ext_index/service/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(services-ext_index-service) -target_link_libraries(services-ext_index-service PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - services-ext_index-metadata - services-ext_index-common - yql-minikql-jsonpath - api-protos -) -target_sources(services-ext_index-service PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/service/add_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/service/add_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/service/executor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/service/activation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/service/deleting.cpp -) diff --git a/contrib/ydb/services/ext_index/service/CMakeLists.txt b/contrib/ydb/services/ext_index/service/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/services/ext_index/service/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/services/ext_index/service/CMakeLists.windows-x86_64.txt b/contrib/ydb/services/ext_index/service/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 2614c46f375..00000000000 --- a/contrib/ydb/services/ext_index/service/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(services-ext_index-service) -target_link_libraries(services-ext_index-service PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - services-ext_index-metadata - services-ext_index-common - yql-minikql-jsonpath - api-protos -) -target_sources(services-ext_index-service PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/service/add_data.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/service/add_index.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/service/executor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/service/activation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ext_index/service/deleting.cpp -) diff --git a/contrib/ydb/services/fq/CMakeLists.darwin-x86_64.txt b/contrib/ydb/services/fq/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 4abc867d751..00000000000 --- a/contrib/ydb/services/fq/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(ydb-services-fq) -target_link_libraries(ydb-services-fq PUBLIC - contrib-libs-cxxsupp - yutil - library-grpc-server - library-cpp-retry - fq-libs-grpc - ydb-core-grpc_services - core-grpc_services-base - ydb-library-protobuf_printer -) -target_sources(ydb-services-fq PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/fq/grpc_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/fq/private_grpc.cpp -) diff --git a/contrib/ydb/services/fq/CMakeLists.linux-aarch64.txt b/contrib/ydb/services/fq/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 2ae6c2cdcce..00000000000 --- a/contrib/ydb/services/fq/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(ydb-services-fq) -target_link_libraries(ydb-services-fq PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-grpc-server - library-cpp-retry - fq-libs-grpc - ydb-core-grpc_services - core-grpc_services-base - ydb-library-protobuf_printer -) -target_sources(ydb-services-fq PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/fq/grpc_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/fq/private_grpc.cpp -) diff --git a/contrib/ydb/services/fq/CMakeLists.linux-x86_64.txt b/contrib/ydb/services/fq/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 2ae6c2cdcce..00000000000 --- a/contrib/ydb/services/fq/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(ydb-services-fq) -target_link_libraries(ydb-services-fq PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-grpc-server - library-cpp-retry - fq-libs-grpc - ydb-core-grpc_services - core-grpc_services-base - ydb-library-protobuf_printer -) -target_sources(ydb-services-fq PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/fq/grpc_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/fq/private_grpc.cpp -) diff --git a/contrib/ydb/services/fq/CMakeLists.txt b/contrib/ydb/services/fq/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/services/fq/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/services/fq/CMakeLists.windows-x86_64.txt b/contrib/ydb/services/fq/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 4abc867d751..00000000000 --- a/contrib/ydb/services/fq/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(ydb-services-fq) -target_link_libraries(ydb-services-fq PUBLIC - contrib-libs-cxxsupp - yutil - library-grpc-server - library-cpp-retry - fq-libs-grpc - ydb-core-grpc_services - core-grpc_services-base - ydb-library-protobuf_printer -) -target_sources(ydb-services-fq PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/fq/grpc_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/fq/private_grpc.cpp -) diff --git a/contrib/ydb/services/kesus/CMakeLists.darwin-x86_64.txt b/contrib/ydb/services/kesus/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 4fe57dcb263..00000000000 --- a/contrib/ydb/services/kesus/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(ydb-services-kesus) -target_link_libraries(ydb-services-kesus PUBLIC - contrib-libs-cxxsupp - yutil - library-grpc-server - ydb-core-base - ydb-core-grpc_services - ydb-core-grpc_streaming - core-kesus-proxy - core-kesus-tablet - api-grpc - api-grpc-draft - public-lib-operation_id -) -target_sources(ydb-services-kesus PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/kesus/grpc_service.cpp -) diff --git a/contrib/ydb/services/kesus/CMakeLists.linux-aarch64.txt b/contrib/ydb/services/kesus/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b6aefed6e17..00000000000 --- a/contrib/ydb/services/kesus/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(ydb-services-kesus) -target_link_libraries(ydb-services-kesus PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-grpc-server - ydb-core-base - ydb-core-grpc_services - ydb-core-grpc_streaming - core-kesus-proxy - core-kesus-tablet - api-grpc - api-grpc-draft - public-lib-operation_id -) -target_sources(ydb-services-kesus PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/kesus/grpc_service.cpp -) diff --git a/contrib/ydb/services/kesus/CMakeLists.linux-x86_64.txt b/contrib/ydb/services/kesus/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b6aefed6e17..00000000000 --- a/contrib/ydb/services/kesus/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(ydb-services-kesus) -target_link_libraries(ydb-services-kesus PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-grpc-server - ydb-core-base - ydb-core-grpc_services - ydb-core-grpc_streaming - core-kesus-proxy - core-kesus-tablet - api-grpc - api-grpc-draft - public-lib-operation_id -) -target_sources(ydb-services-kesus PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/kesus/grpc_service.cpp -) diff --git a/contrib/ydb/services/kesus/CMakeLists.txt b/contrib/ydb/services/kesus/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/services/kesus/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/services/kesus/CMakeLists.windows-x86_64.txt b/contrib/ydb/services/kesus/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 4fe57dcb263..00000000000 --- a/contrib/ydb/services/kesus/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(ydb-services-kesus) -target_link_libraries(ydb-services-kesus PUBLIC - contrib-libs-cxxsupp - yutil - library-grpc-server - ydb-core-base - ydb-core-grpc_services - ydb-core-grpc_streaming - core-kesus-proxy - core-kesus-tablet - api-grpc - api-grpc-draft - public-lib-operation_id -) -target_sources(ydb-services-kesus PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/kesus/grpc_service.cpp -) diff --git a/contrib/ydb/services/keyvalue/CMakeLists.darwin-x86_64.txt b/contrib/ydb/services/keyvalue/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index b6845b84734..00000000000 --- a/contrib/ydb/services/keyvalue/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(ydb-services-keyvalue) -target_link_libraries(ydb-services-keyvalue PUBLIC - contrib-libs-cxxsupp - yutil - api-grpc - library-grpc-server - ydb-core-grpc_services - core-grpc_services-base - core-kesus-tablet - ydb-core-keyvalue -) -target_sources(ydb-services-keyvalue PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/keyvalue/grpc_service.cpp -) diff --git a/contrib/ydb/services/keyvalue/CMakeLists.linux-aarch64.txt b/contrib/ydb/services/keyvalue/CMakeLists.linux-aarch64.txt deleted file mode 100644 index c9fde059ec3..00000000000 --- a/contrib/ydb/services/keyvalue/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(ydb-services-keyvalue) -target_link_libraries(ydb-services-keyvalue PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - api-grpc - library-grpc-server - ydb-core-grpc_services - core-grpc_services-base - core-kesus-tablet - ydb-core-keyvalue -) -target_sources(ydb-services-keyvalue PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/keyvalue/grpc_service.cpp -) diff --git a/contrib/ydb/services/keyvalue/CMakeLists.linux-x86_64.txt b/contrib/ydb/services/keyvalue/CMakeLists.linux-x86_64.txt deleted file mode 100644 index c9fde059ec3..00000000000 --- a/contrib/ydb/services/keyvalue/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(ydb-services-keyvalue) -target_link_libraries(ydb-services-keyvalue PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - api-grpc - library-grpc-server - ydb-core-grpc_services - core-grpc_services-base - core-kesus-tablet - ydb-core-keyvalue -) -target_sources(ydb-services-keyvalue PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/keyvalue/grpc_service.cpp -) diff --git a/contrib/ydb/services/keyvalue/CMakeLists.txt b/contrib/ydb/services/keyvalue/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/services/keyvalue/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/services/keyvalue/CMakeLists.windows-x86_64.txt b/contrib/ydb/services/keyvalue/CMakeLists.windows-x86_64.txt deleted file mode 100644 index b6845b84734..00000000000 --- a/contrib/ydb/services/keyvalue/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(ydb-services-keyvalue) -target_link_libraries(ydb-services-keyvalue PUBLIC - contrib-libs-cxxsupp - yutil - api-grpc - library-grpc-server - ydb-core-grpc_services - core-grpc_services-base - core-kesus-tablet - ydb-core-keyvalue -) -target_sources(ydb-services-keyvalue PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/keyvalue/grpc_service.cpp -) diff --git a/contrib/ydb/services/lib/CMakeLists.txt b/contrib/ydb/services/lib/CMakeLists.txt deleted file mode 100644 index 7b3a52be78d..00000000000 --- a/contrib/ydb/services/lib/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(actors) -add_subdirectory(sharding) diff --git a/contrib/ydb/services/lib/actors/CMakeLists.darwin-x86_64.txt b/contrib/ydb/services/lib/actors/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 0de5678cb4d..00000000000 --- a/contrib/ydb/services/lib/actors/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(services-lib-actors) -target_link_libraries(services-lib-actors PUBLIC - contrib-libs-cxxsupp - yutil - library-grpc-server - cpp-digest-md5 - ydb-core-grpc_services - core-grpc_services-base - ydb-core-metering - ydb-core-mind - ydb-core-protos - library-persqueue-obfuscate - library-persqueue-topic_parser - api-grpc - api-grpc-draft - public-lib-jwt - public-lib-operation_id -) -target_sources(services-lib-actors PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/lib/actors/pq_schema_actor.cpp -) diff --git a/contrib/ydb/services/lib/actors/CMakeLists.linux-aarch64.txt b/contrib/ydb/services/lib/actors/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 6da69296bb1..00000000000 --- a/contrib/ydb/services/lib/actors/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(services-lib-actors) -target_link_libraries(services-lib-actors PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-grpc-server - cpp-digest-md5 - ydb-core-grpc_services - core-grpc_services-base - ydb-core-metering - ydb-core-mind - ydb-core-protos - library-persqueue-obfuscate - library-persqueue-topic_parser - api-grpc - api-grpc-draft - public-lib-jwt - public-lib-operation_id -) -target_sources(services-lib-actors PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/lib/actors/pq_schema_actor.cpp -) diff --git a/contrib/ydb/services/lib/actors/CMakeLists.linux-x86_64.txt b/contrib/ydb/services/lib/actors/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 6da69296bb1..00000000000 --- a/contrib/ydb/services/lib/actors/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(services-lib-actors) -target_link_libraries(services-lib-actors PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-grpc-server - cpp-digest-md5 - ydb-core-grpc_services - core-grpc_services-base - ydb-core-metering - ydb-core-mind - ydb-core-protos - library-persqueue-obfuscate - library-persqueue-topic_parser - api-grpc - api-grpc-draft - public-lib-jwt - public-lib-operation_id -) -target_sources(services-lib-actors PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/lib/actors/pq_schema_actor.cpp -) diff --git a/contrib/ydb/services/lib/actors/CMakeLists.txt b/contrib/ydb/services/lib/actors/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/services/lib/actors/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/services/lib/actors/CMakeLists.windows-x86_64.txt b/contrib/ydb/services/lib/actors/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 0de5678cb4d..00000000000 --- a/contrib/ydb/services/lib/actors/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(services-lib-actors) -target_link_libraries(services-lib-actors PUBLIC - contrib-libs-cxxsupp - yutil - library-grpc-server - cpp-digest-md5 - ydb-core-grpc_services - core-grpc_services-base - ydb-core-metering - ydb-core-mind - ydb-core-protos - library-persqueue-obfuscate - library-persqueue-topic_parser - api-grpc - api-grpc-draft - public-lib-jwt - public-lib-operation_id -) -target_sources(services-lib-actors PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/lib/actors/pq_schema_actor.cpp -) diff --git a/contrib/ydb/services/lib/sharding/CMakeLists.darwin-x86_64.txt b/contrib/ydb/services/lib/sharding/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d5ea53545ac..00000000000 --- a/contrib/ydb/services/lib/sharding/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(services-lib-sharding) -target_link_libraries(services-lib-sharding PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(services-lib-sharding PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/lib/sharding/sharding.cpp -) diff --git a/contrib/ydb/services/lib/sharding/CMakeLists.linux-aarch64.txt b/contrib/ydb/services/lib/sharding/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b7327fdfecf..00000000000 --- a/contrib/ydb/services/lib/sharding/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(services-lib-sharding) -target_link_libraries(services-lib-sharding PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(services-lib-sharding PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/lib/sharding/sharding.cpp -) diff --git a/contrib/ydb/services/lib/sharding/CMakeLists.linux-x86_64.txt b/contrib/ydb/services/lib/sharding/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b7327fdfecf..00000000000 --- a/contrib/ydb/services/lib/sharding/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(services-lib-sharding) -target_link_libraries(services-lib-sharding PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(services-lib-sharding PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/lib/sharding/sharding.cpp -) diff --git a/contrib/ydb/services/lib/sharding/CMakeLists.txt b/contrib/ydb/services/lib/sharding/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/services/lib/sharding/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/services/lib/sharding/CMakeLists.windows-x86_64.txt b/contrib/ydb/services/lib/sharding/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d5ea53545ac..00000000000 --- a/contrib/ydb/services/lib/sharding/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(services-lib-sharding) -target_link_libraries(services-lib-sharding PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(services-lib-sharding PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/lib/sharding/sharding.cpp -) diff --git a/contrib/ydb/services/local_discovery/CMakeLists.darwin-x86_64.txt b/contrib/ydb/services/local_discovery/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 971e735597a..00000000000 --- a/contrib/ydb/services/local_discovery/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(ydb-services-local_discovery) -target_link_libraries(ydb-services-local_discovery PUBLIC - contrib-libs-cxxsupp - yutil - library-grpc-server - ydb-core-grpc_services - ydb-core-mind - api-grpc - public-lib-operation_id -) -target_sources(ydb-services-local_discovery PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/local_discovery/grpc_service.cpp -) diff --git a/contrib/ydb/services/local_discovery/CMakeLists.linux-aarch64.txt b/contrib/ydb/services/local_discovery/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 9d0ae8f9bd9..00000000000 --- a/contrib/ydb/services/local_discovery/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(ydb-services-local_discovery) -target_link_libraries(ydb-services-local_discovery PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-grpc-server - ydb-core-grpc_services - ydb-core-mind - api-grpc - public-lib-operation_id -) -target_sources(ydb-services-local_discovery PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/local_discovery/grpc_service.cpp -) diff --git a/contrib/ydb/services/local_discovery/CMakeLists.linux-x86_64.txt b/contrib/ydb/services/local_discovery/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 9d0ae8f9bd9..00000000000 --- a/contrib/ydb/services/local_discovery/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(ydb-services-local_discovery) -target_link_libraries(ydb-services-local_discovery PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-grpc-server - ydb-core-grpc_services - ydb-core-mind - api-grpc - public-lib-operation_id -) -target_sources(ydb-services-local_discovery PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/local_discovery/grpc_service.cpp -) diff --git a/contrib/ydb/services/local_discovery/CMakeLists.txt b/contrib/ydb/services/local_discovery/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/services/local_discovery/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/services/local_discovery/CMakeLists.windows-x86_64.txt b/contrib/ydb/services/local_discovery/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 971e735597a..00000000000 --- a/contrib/ydb/services/local_discovery/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(ydb-services-local_discovery) -target_link_libraries(ydb-services-local_discovery PUBLIC - contrib-libs-cxxsupp - yutil - library-grpc-server - ydb-core-grpc_services - ydb-core-mind - api-grpc - public-lib-operation_id -) -target_sources(ydb-services-local_discovery PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/local_discovery/grpc_service.cpp -) diff --git a/contrib/ydb/services/maintenance/CMakeLists.darwin-x86_64.txt b/contrib/ydb/services/maintenance/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 14aacfa485a..00000000000 --- a/contrib/ydb/services/maintenance/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(ydb-services-maintenance) -target_link_libraries(ydb-services-maintenance PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-grpc_services - api-grpc - library-actors-core - library-grpc-server -) -target_sources(ydb-services-maintenance PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/maintenance/grpc_service.cpp -) diff --git a/contrib/ydb/services/maintenance/CMakeLists.linux-aarch64.txt b/contrib/ydb/services/maintenance/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 794c7d52759..00000000000 --- a/contrib/ydb/services/maintenance/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(ydb-services-maintenance) -target_link_libraries(ydb-services-maintenance PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-grpc_services - api-grpc - library-actors-core - library-grpc-server -) -target_sources(ydb-services-maintenance PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/maintenance/grpc_service.cpp -) diff --git a/contrib/ydb/services/maintenance/CMakeLists.linux-x86_64.txt b/contrib/ydb/services/maintenance/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 794c7d52759..00000000000 --- a/contrib/ydb/services/maintenance/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(ydb-services-maintenance) -target_link_libraries(ydb-services-maintenance PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-grpc_services - api-grpc - library-actors-core - library-grpc-server -) -target_sources(ydb-services-maintenance PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/maintenance/grpc_service.cpp -) diff --git a/contrib/ydb/services/maintenance/CMakeLists.txt b/contrib/ydb/services/maintenance/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/services/maintenance/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/services/maintenance/CMakeLists.windows-x86_64.txt b/contrib/ydb/services/maintenance/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 14aacfa485a..00000000000 --- a/contrib/ydb/services/maintenance/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(ydb-services-maintenance) -target_link_libraries(ydb-services-maintenance PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-grpc_services - api-grpc - library-actors-core - library-grpc-server -) -target_sources(ydb-services-maintenance PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/maintenance/grpc_service.cpp -) diff --git a/contrib/ydb/services/metadata/CMakeLists.darwin-x86_64.txt b/contrib/ydb/services/metadata/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index e007cbae272..00000000000 --- a/contrib/ydb/services/metadata/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_subdirectory(abstract) -add_subdirectory(common) -add_subdirectory(ds_table) -add_subdirectory(initializer) -add_subdirectory(manager) -add_subdirectory(request) -add_subdirectory(secret) - -add_library(ydb-services-metadata) -target_link_libraries(ydb-services-metadata PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - services-metadata-abstract - services-metadata-manager -) -target_sources(ydb-services-metadata PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/service.cpp -) diff --git a/contrib/ydb/services/metadata/CMakeLists.linux-aarch64.txt b/contrib/ydb/services/metadata/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b882b366b3d..00000000000 --- a/contrib/ydb/services/metadata/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_subdirectory(abstract) -add_subdirectory(common) -add_subdirectory(ds_table) -add_subdirectory(initializer) -add_subdirectory(manager) -add_subdirectory(request) -add_subdirectory(secret) - -add_library(ydb-services-metadata) -target_link_libraries(ydb-services-metadata PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - services-metadata-abstract - services-metadata-manager -) -target_sources(ydb-services-metadata PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/service.cpp -) diff --git a/contrib/ydb/services/metadata/CMakeLists.linux-x86_64.txt b/contrib/ydb/services/metadata/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b882b366b3d..00000000000 --- a/contrib/ydb/services/metadata/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_subdirectory(abstract) -add_subdirectory(common) -add_subdirectory(ds_table) -add_subdirectory(initializer) -add_subdirectory(manager) -add_subdirectory(request) -add_subdirectory(secret) - -add_library(ydb-services-metadata) -target_link_libraries(ydb-services-metadata PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - services-metadata-abstract - services-metadata-manager -) -target_sources(ydb-services-metadata PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/service.cpp -) diff --git a/contrib/ydb/services/metadata/CMakeLists.txt b/contrib/ydb/services/metadata/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/services/metadata/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/services/metadata/CMakeLists.windows-x86_64.txt b/contrib/ydb/services/metadata/CMakeLists.windows-x86_64.txt deleted file mode 100644 index e007cbae272..00000000000 --- a/contrib/ydb/services/metadata/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_subdirectory(abstract) -add_subdirectory(common) -add_subdirectory(ds_table) -add_subdirectory(initializer) -add_subdirectory(manager) -add_subdirectory(request) -add_subdirectory(secret) - -add_library(ydb-services-metadata) -target_link_libraries(ydb-services-metadata PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - services-metadata-abstract - services-metadata-manager -) -target_sources(ydb-services-metadata PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/service.cpp -) diff --git a/contrib/ydb/services/metadata/abstract/CMakeLists.darwin-x86_64.txt b/contrib/ydb/services/metadata/abstract/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 63cba9306c6..00000000000 --- a/contrib/ydb/services/metadata/abstract/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(services-metadata-abstract) -target_link_libraries(services-metadata-abstract PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - ydb-library-accessor - library-actors-core - services-metadata-request - api-protos - ydb-core-base - yql-core-expr_nodes -) -target_sources(services-metadata-abstract PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/abstract/common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/abstract/decoder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/abstract/events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/abstract/fetcher.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/abstract/kqp_common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/abstract/initialization.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/abstract/parsing.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/abstract/request_features.cpp -) -generate_enum_serilization(services-metadata-abstract - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/abstract/kqp_common.h - INCLUDE_HEADERS - contrib/ydb/services/metadata/abstract/kqp_common.h -) diff --git a/contrib/ydb/services/metadata/abstract/CMakeLists.linux-aarch64.txt b/contrib/ydb/services/metadata/abstract/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 38543b8821b..00000000000 --- a/contrib/ydb/services/metadata/abstract/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(services-metadata-abstract) -target_link_libraries(services-metadata-abstract PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - ydb-library-accessor - library-actors-core - services-metadata-request - api-protos - ydb-core-base - yql-core-expr_nodes -) -target_sources(services-metadata-abstract PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/abstract/common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/abstract/decoder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/abstract/events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/abstract/fetcher.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/abstract/kqp_common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/abstract/initialization.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/abstract/parsing.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/abstract/request_features.cpp -) -generate_enum_serilization(services-metadata-abstract - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/abstract/kqp_common.h - INCLUDE_HEADERS - contrib/ydb/services/metadata/abstract/kqp_common.h -) diff --git a/contrib/ydb/services/metadata/abstract/CMakeLists.linux-x86_64.txt b/contrib/ydb/services/metadata/abstract/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 38543b8821b..00000000000 --- a/contrib/ydb/services/metadata/abstract/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(services-metadata-abstract) -target_link_libraries(services-metadata-abstract PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - ydb-library-accessor - library-actors-core - services-metadata-request - api-protos - ydb-core-base - yql-core-expr_nodes -) -target_sources(services-metadata-abstract PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/abstract/common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/abstract/decoder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/abstract/events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/abstract/fetcher.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/abstract/kqp_common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/abstract/initialization.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/abstract/parsing.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/abstract/request_features.cpp -) -generate_enum_serilization(services-metadata-abstract - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/abstract/kqp_common.h - INCLUDE_HEADERS - contrib/ydb/services/metadata/abstract/kqp_common.h -) diff --git a/contrib/ydb/services/metadata/abstract/CMakeLists.txt b/contrib/ydb/services/metadata/abstract/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/services/metadata/abstract/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/services/metadata/abstract/CMakeLists.windows-x86_64.txt b/contrib/ydb/services/metadata/abstract/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 63cba9306c6..00000000000 --- a/contrib/ydb/services/metadata/abstract/CMakeLists.windows-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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(services-metadata-abstract) -target_link_libraries(services-metadata-abstract PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - ydb-library-accessor - library-actors-core - services-metadata-request - api-protos - ydb-core-base - yql-core-expr_nodes -) -target_sources(services-metadata-abstract PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/abstract/common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/abstract/decoder.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/abstract/events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/abstract/fetcher.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/abstract/kqp_common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/abstract/initialization.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/abstract/parsing.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/abstract/request_features.cpp -) -generate_enum_serilization(services-metadata-abstract - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/abstract/kqp_common.h - INCLUDE_HEADERS - contrib/ydb/services/metadata/abstract/kqp_common.h -) diff --git a/contrib/ydb/services/metadata/common/CMakeLists.darwin-x86_64.txt b/contrib/ydb/services/metadata/common/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 7b6383e4d48..00000000000 --- a/contrib/ydb/services/metadata/common/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(services-metadata-common) -target_compile_options(services-metadata-common PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(services-metadata-common PUBLIC - contrib-libs-cxxsupp - yutil - services-metadata-initializer - services-metadata-abstract - services-bg_tasks-abstract - core-tx-schemeshard -) -target_sources(services-metadata-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/common/timeout.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/common/ss_dialog.cpp -) diff --git a/contrib/ydb/services/metadata/common/CMakeLists.linux-aarch64.txt b/contrib/ydb/services/metadata/common/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 6894647bfde..00000000000 --- a/contrib/ydb/services/metadata/common/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(services-metadata-common) -target_compile_options(services-metadata-common PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(services-metadata-common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - services-metadata-initializer - services-metadata-abstract - services-bg_tasks-abstract - core-tx-schemeshard -) -target_sources(services-metadata-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/common/timeout.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/common/ss_dialog.cpp -) diff --git a/contrib/ydb/services/metadata/common/CMakeLists.linux-x86_64.txt b/contrib/ydb/services/metadata/common/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 6894647bfde..00000000000 --- a/contrib/ydb/services/metadata/common/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(services-metadata-common) -target_compile_options(services-metadata-common PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(services-metadata-common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - services-metadata-initializer - services-metadata-abstract - services-bg_tasks-abstract - core-tx-schemeshard -) -target_sources(services-metadata-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/common/timeout.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/common/ss_dialog.cpp -) diff --git a/contrib/ydb/services/metadata/common/CMakeLists.txt b/contrib/ydb/services/metadata/common/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/services/metadata/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/services/metadata/common/CMakeLists.windows-x86_64.txt b/contrib/ydb/services/metadata/common/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 7b6383e4d48..00000000000 --- a/contrib/ydb/services/metadata/common/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(services-metadata-common) -target_compile_options(services-metadata-common PRIVATE - -DUSE_CURRENT_UDF_ABI_VERSION -) -target_link_libraries(services-metadata-common PUBLIC - contrib-libs-cxxsupp - yutil - services-metadata-initializer - services-metadata-abstract - services-bg_tasks-abstract - core-tx-schemeshard -) -target_sources(services-metadata-common PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/common/timeout.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/common/ss_dialog.cpp -) diff --git a/contrib/ydb/services/metadata/ds_table/CMakeLists.darwin-x86_64.txt b/contrib/ydb/services/metadata/ds_table/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index b7cf31d4c95..00000000000 --- a/contrib/ydb/services/metadata/ds_table/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(services-metadata-ds_table) -target_link_libraries(services-metadata-ds_table PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - services-metadata-common - core-grpc_services-local_rpc - core-grpc_services-base - ydb-core-grpc_services - services-metadata-initializer - services-metadata-secret -) -target_sources(services-metadata-ds_table PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/ds_table/accessor_refresh.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/ds_table/accessor_subscribe.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/ds_table/accessor_snapshot_simple.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/ds_table/accessor_snapshot_base.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/ds_table/behaviour_registrator_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/ds_table/scheme_describe.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/ds_table/table_exists.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/ds_table/service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/ds_table/config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/ds_table/registration.cpp -) diff --git a/contrib/ydb/services/metadata/ds_table/CMakeLists.linux-aarch64.txt b/contrib/ydb/services/metadata/ds_table/CMakeLists.linux-aarch64.txt deleted file mode 100644 index aa6794cd4e7..00000000000 --- a/contrib/ydb/services/metadata/ds_table/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(services-metadata-ds_table) -target_link_libraries(services-metadata-ds_table PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - services-metadata-common - core-grpc_services-local_rpc - core-grpc_services-base - ydb-core-grpc_services - services-metadata-initializer - services-metadata-secret -) -target_sources(services-metadata-ds_table PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/ds_table/accessor_refresh.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/ds_table/accessor_subscribe.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/ds_table/accessor_snapshot_simple.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/ds_table/accessor_snapshot_base.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/ds_table/behaviour_registrator_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/ds_table/scheme_describe.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/ds_table/table_exists.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/ds_table/service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/ds_table/config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/ds_table/registration.cpp -) diff --git a/contrib/ydb/services/metadata/ds_table/CMakeLists.linux-x86_64.txt b/contrib/ydb/services/metadata/ds_table/CMakeLists.linux-x86_64.txt deleted file mode 100644 index aa6794cd4e7..00000000000 --- a/contrib/ydb/services/metadata/ds_table/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(services-metadata-ds_table) -target_link_libraries(services-metadata-ds_table PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - services-metadata-common - core-grpc_services-local_rpc - core-grpc_services-base - ydb-core-grpc_services - services-metadata-initializer - services-metadata-secret -) -target_sources(services-metadata-ds_table PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/ds_table/accessor_refresh.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/ds_table/accessor_subscribe.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/ds_table/accessor_snapshot_simple.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/ds_table/accessor_snapshot_base.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/ds_table/behaviour_registrator_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/ds_table/scheme_describe.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/ds_table/table_exists.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/ds_table/service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/ds_table/config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/ds_table/registration.cpp -) diff --git a/contrib/ydb/services/metadata/ds_table/CMakeLists.txt b/contrib/ydb/services/metadata/ds_table/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/services/metadata/ds_table/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/services/metadata/ds_table/CMakeLists.windows-x86_64.txt b/contrib/ydb/services/metadata/ds_table/CMakeLists.windows-x86_64.txt deleted file mode 100644 index b7cf31d4c95..00000000000 --- a/contrib/ydb/services/metadata/ds_table/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(services-metadata-ds_table) -target_link_libraries(services-metadata-ds_table PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - services-metadata-common - core-grpc_services-local_rpc - core-grpc_services-base - ydb-core-grpc_services - services-metadata-initializer - services-metadata-secret -) -target_sources(services-metadata-ds_table PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/ds_table/accessor_refresh.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/ds_table/accessor_subscribe.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/ds_table/accessor_snapshot_simple.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/ds_table/accessor_snapshot_base.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/ds_table/behaviour_registrator_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/ds_table/scheme_describe.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/ds_table/table_exists.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/ds_table/service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/ds_table/config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/ds_table/registration.cpp -) diff --git a/contrib/ydb/services/metadata/initializer/CMakeLists.darwin-x86_64.txt b/contrib/ydb/services/metadata/initializer/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 11968bf9eff..00000000000 --- a/contrib/ydb/services/metadata/initializer/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(services-metadata-initializer) -target_link_libraries(services-metadata-initializer PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - core-grpc_services-local_rpc - core-grpc_services-base - ydb-core-grpc_services - services-metadata-request -) -target_sources(services-metadata-initializer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/initializer/accessor_init.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/initializer/behaviour.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/initializer/common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/initializer/events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/initializer/manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/initializer/object.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/initializer/snapshot.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/initializer/initializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/initializer/fetcher.cpp -) diff --git a/contrib/ydb/services/metadata/initializer/CMakeLists.linux-aarch64.txt b/contrib/ydb/services/metadata/initializer/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 8c8ee10f35b..00000000000 --- a/contrib/ydb/services/metadata/initializer/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(services-metadata-initializer) -target_link_libraries(services-metadata-initializer PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - core-grpc_services-local_rpc - core-grpc_services-base - ydb-core-grpc_services - services-metadata-request -) -target_sources(services-metadata-initializer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/initializer/accessor_init.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/initializer/behaviour.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/initializer/common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/initializer/events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/initializer/manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/initializer/object.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/initializer/snapshot.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/initializer/initializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/initializer/fetcher.cpp -) diff --git a/contrib/ydb/services/metadata/initializer/CMakeLists.linux-x86_64.txt b/contrib/ydb/services/metadata/initializer/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 8c8ee10f35b..00000000000 --- a/contrib/ydb/services/metadata/initializer/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(services-metadata-initializer) -target_link_libraries(services-metadata-initializer PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - core-grpc_services-local_rpc - core-grpc_services-base - ydb-core-grpc_services - services-metadata-request -) -target_sources(services-metadata-initializer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/initializer/accessor_init.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/initializer/behaviour.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/initializer/common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/initializer/events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/initializer/manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/initializer/object.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/initializer/snapshot.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/initializer/initializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/initializer/fetcher.cpp -) diff --git a/contrib/ydb/services/metadata/initializer/CMakeLists.txt b/contrib/ydb/services/metadata/initializer/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/services/metadata/initializer/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/services/metadata/initializer/CMakeLists.windows-x86_64.txt b/contrib/ydb/services/metadata/initializer/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 11968bf9eff..00000000000 --- a/contrib/ydb/services/metadata/initializer/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(services-metadata-initializer) -target_link_libraries(services-metadata-initializer PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - core-grpc_services-local_rpc - core-grpc_services-base - ydb-core-grpc_services - services-metadata-request -) -target_sources(services-metadata-initializer PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/initializer/accessor_init.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/initializer/behaviour.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/initializer/common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/initializer/events.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/initializer/manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/initializer/object.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/initializer/snapshot.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/initializer/initializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/initializer/fetcher.cpp -) diff --git a/contrib/ydb/services/metadata/manager/CMakeLists.darwin-x86_64.txt b/contrib/ydb/services/metadata/manager/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 9d60dc77546..00000000000 --- a/contrib/ydb/services/metadata/manager/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,49 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(services-metadata-manager) -target_link_libraries(services-metadata-manager PUBLIC - contrib-libs-cxxsupp - yutil - ydb-library-accessor - library-actors-core - api-protos - ydb-core-protos - services-bg_tasks-abstract - services-metadata-initializer - ydb-core-base - services-metadata-request - tools-enum_parser-enum_serialization_runtime -) -target_sources(services-metadata-manager PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/manager/abstract.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/manager/alter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/manager/alter_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/manager/table_record.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/manager/restore.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/manager/modification.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/manager/generic_manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/manager/preparation_controller.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/manager/restore_controller.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/manager/common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/manager/ydb_value_operator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/manager/modification_controller.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/manager/object.cpp -) -generate_enum_serilization(services-metadata-manager - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/manager/abstract.h - INCLUDE_HEADERS - contrib/ydb/services/metadata/manager/abstract.h -) diff --git a/contrib/ydb/services/metadata/manager/CMakeLists.linux-aarch64.txt b/contrib/ydb/services/metadata/manager/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 30ce85e0b48..00000000000 --- a/contrib/ydb/services/metadata/manager/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(services-metadata-manager) -target_link_libraries(services-metadata-manager PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-library-accessor - library-actors-core - api-protos - ydb-core-protos - services-bg_tasks-abstract - services-metadata-initializer - ydb-core-base - services-metadata-request - tools-enum_parser-enum_serialization_runtime -) -target_sources(services-metadata-manager PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/manager/abstract.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/manager/alter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/manager/alter_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/manager/table_record.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/manager/restore.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/manager/modification.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/manager/generic_manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/manager/preparation_controller.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/manager/restore_controller.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/manager/common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/manager/ydb_value_operator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/manager/modification_controller.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/manager/object.cpp -) -generate_enum_serilization(services-metadata-manager - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/manager/abstract.h - INCLUDE_HEADERS - contrib/ydb/services/metadata/manager/abstract.h -) diff --git a/contrib/ydb/services/metadata/manager/CMakeLists.linux-x86_64.txt b/contrib/ydb/services/metadata/manager/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 30ce85e0b48..00000000000 --- a/contrib/ydb/services/metadata/manager/CMakeLists.linux-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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(services-metadata-manager) -target_link_libraries(services-metadata-manager PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-library-accessor - library-actors-core - api-protos - ydb-core-protos - services-bg_tasks-abstract - services-metadata-initializer - ydb-core-base - services-metadata-request - tools-enum_parser-enum_serialization_runtime -) -target_sources(services-metadata-manager PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/manager/abstract.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/manager/alter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/manager/alter_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/manager/table_record.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/manager/restore.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/manager/modification.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/manager/generic_manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/manager/preparation_controller.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/manager/restore_controller.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/manager/common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/manager/ydb_value_operator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/manager/modification_controller.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/manager/object.cpp -) -generate_enum_serilization(services-metadata-manager - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/manager/abstract.h - INCLUDE_HEADERS - contrib/ydb/services/metadata/manager/abstract.h -) diff --git a/contrib/ydb/services/metadata/manager/CMakeLists.txt b/contrib/ydb/services/metadata/manager/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/services/metadata/manager/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/services/metadata/manager/CMakeLists.windows-x86_64.txt b/contrib/ydb/services/metadata/manager/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 9d60dc77546..00000000000 --- a/contrib/ydb/services/metadata/manager/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,49 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(services-metadata-manager) -target_link_libraries(services-metadata-manager PUBLIC - contrib-libs-cxxsupp - yutil - ydb-library-accessor - library-actors-core - api-protos - ydb-core-protos - services-bg_tasks-abstract - services-metadata-initializer - ydb-core-base - services-metadata-request - tools-enum_parser-enum_serialization_runtime -) -target_sources(services-metadata-manager PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/manager/abstract.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/manager/alter.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/manager/alter_impl.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/manager/table_record.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/manager/restore.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/manager/modification.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/manager/generic_manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/manager/preparation_controller.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/manager/restore_controller.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/manager/common.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/manager/ydb_value_operator.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/manager/modification_controller.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/manager/object.cpp -) -generate_enum_serilization(services-metadata-manager - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/manager/abstract.h - INCLUDE_HEADERS - contrib/ydb/services/metadata/manager/abstract.h -) diff --git a/contrib/ydb/services/metadata/request/CMakeLists.darwin-x86_64.txt b/contrib/ydb/services/metadata/request/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 505cd5f715c..00000000000 --- a/contrib/ydb/services/metadata/request/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(services-metadata-request) -target_link_libraries(services-metadata-request PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - core-grpc_services-local_rpc - core-grpc_services-base - ydb-core-grpc_services -) -target_sources(services-metadata-request PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/request/request_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/request/request_actor_cb.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/request/config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/request/common.cpp -) diff --git a/contrib/ydb/services/metadata/request/CMakeLists.linux-aarch64.txt b/contrib/ydb/services/metadata/request/CMakeLists.linux-aarch64.txt deleted file mode 100644 index bde4036097e..00000000000 --- a/contrib/ydb/services/metadata/request/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(services-metadata-request) -target_link_libraries(services-metadata-request PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - core-grpc_services-local_rpc - core-grpc_services-base - ydb-core-grpc_services -) -target_sources(services-metadata-request PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/request/request_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/request/request_actor_cb.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/request/config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/request/common.cpp -) diff --git a/contrib/ydb/services/metadata/request/CMakeLists.linux-x86_64.txt b/contrib/ydb/services/metadata/request/CMakeLists.linux-x86_64.txt deleted file mode 100644 index bde4036097e..00000000000 --- a/contrib/ydb/services/metadata/request/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(services-metadata-request) -target_link_libraries(services-metadata-request PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - core-grpc_services-local_rpc - core-grpc_services-base - ydb-core-grpc_services -) -target_sources(services-metadata-request PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/request/request_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/request/request_actor_cb.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/request/config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/request/common.cpp -) diff --git a/contrib/ydb/services/metadata/request/CMakeLists.txt b/contrib/ydb/services/metadata/request/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/services/metadata/request/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/services/metadata/request/CMakeLists.windows-x86_64.txt b/contrib/ydb/services/metadata/request/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 505cd5f715c..00000000000 --- a/contrib/ydb/services/metadata/request/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(services-metadata-request) -target_link_libraries(services-metadata-request PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - core-grpc_services-local_rpc - core-grpc_services-base - ydb-core-grpc_services -) -target_sources(services-metadata-request PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/request/request_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/request/request_actor_cb.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/request/config.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/request/common.cpp -) diff --git a/contrib/ydb/services/metadata/secret/CMakeLists.darwin-x86_64.txt b/contrib/ydb/services/metadata/secret/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 4989232321c..00000000000 --- a/contrib/ydb/services/metadata/secret/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(services-metadata-secret) -target_link_libraries(services-metadata-secret PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - core-grpc_services-local_rpc - core-grpc_services-base - ydb-core-grpc_services - services-metadata-request -) -target_sources(services-metadata-secret PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/secret/secret.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/secret/checker_secret.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/secret/access.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/secret/checker_access.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/secret/manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/secret/snapshot.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/secret/initializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/secret/fetcher.cpp -) - -add_global_library_for(services-metadata-secret.global services-metadata-secret) -target_link_libraries(services-metadata-secret.global PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - core-grpc_services-local_rpc - core-grpc_services-base - ydb-core-grpc_services - services-metadata-request -) -target_sources(services-metadata-secret.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/secret/secret_behaviour.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/secret/access_behaviour.cpp -) diff --git a/contrib/ydb/services/metadata/secret/CMakeLists.linux-aarch64.txt b/contrib/ydb/services/metadata/secret/CMakeLists.linux-aarch64.txt deleted file mode 100644 index fbe850f7dea..00000000000 --- a/contrib/ydb/services/metadata/secret/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(services-metadata-secret) -target_link_libraries(services-metadata-secret PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - core-grpc_services-local_rpc - core-grpc_services-base - ydb-core-grpc_services - services-metadata-request -) -target_sources(services-metadata-secret PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/secret/secret.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/secret/checker_secret.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/secret/access.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/secret/checker_access.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/secret/manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/secret/snapshot.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/secret/initializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/secret/fetcher.cpp -) - -add_global_library_for(services-metadata-secret.global services-metadata-secret) -target_link_libraries(services-metadata-secret.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - core-grpc_services-local_rpc - core-grpc_services-base - ydb-core-grpc_services - services-metadata-request -) -target_sources(services-metadata-secret.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/secret/secret_behaviour.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/secret/access_behaviour.cpp -) diff --git a/contrib/ydb/services/metadata/secret/CMakeLists.linux-x86_64.txt b/contrib/ydb/services/metadata/secret/CMakeLists.linux-x86_64.txt deleted file mode 100644 index fbe850f7dea..00000000000 --- a/contrib/ydb/services/metadata/secret/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(services-metadata-secret) -target_link_libraries(services-metadata-secret PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - core-grpc_services-local_rpc - core-grpc_services-base - ydb-core-grpc_services - services-metadata-request -) -target_sources(services-metadata-secret PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/secret/secret.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/secret/checker_secret.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/secret/access.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/secret/checker_access.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/secret/manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/secret/snapshot.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/secret/initializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/secret/fetcher.cpp -) - -add_global_library_for(services-metadata-secret.global services-metadata-secret) -target_link_libraries(services-metadata-secret.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - core-grpc_services-local_rpc - core-grpc_services-base - ydb-core-grpc_services - services-metadata-request -) -target_sources(services-metadata-secret.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/secret/secret_behaviour.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/secret/access_behaviour.cpp -) diff --git a/contrib/ydb/services/metadata/secret/CMakeLists.txt b/contrib/ydb/services/metadata/secret/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/services/metadata/secret/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/services/metadata/secret/CMakeLists.windows-x86_64.txt b/contrib/ydb/services/metadata/secret/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 4989232321c..00000000000 --- a/contrib/ydb/services/metadata/secret/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(services-metadata-secret) -target_link_libraries(services-metadata-secret PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - core-grpc_services-local_rpc - core-grpc_services-base - ydb-core-grpc_services - services-metadata-request -) -target_sources(services-metadata-secret PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/secret/secret.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/secret/checker_secret.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/secret/access.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/secret/checker_access.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/secret/manager.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/secret/snapshot.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/secret/initializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/secret/fetcher.cpp -) - -add_global_library_for(services-metadata-secret.global services-metadata-secret) -target_link_libraries(services-metadata-secret.global PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - ydb-core-base - core-grpc_services-local_rpc - core-grpc_services-base - ydb-core-grpc_services - services-metadata-request -) -target_sources(services-metadata-secret.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/secret/secret_behaviour.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/metadata/secret/access_behaviour.cpp -) diff --git a/contrib/ydb/services/monitoring/CMakeLists.darwin-x86_64.txt b/contrib/ydb/services/monitoring/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 59cee7e190c..00000000000 --- a/contrib/ydb/services/monitoring/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(ydb-services-monitoring) -target_link_libraries(ydb-services-monitoring PUBLIC - contrib-libs-cxxsupp - yutil - library-grpc-server - ydb-core-grpc_services - ydb-core-protos - api-grpc - public-lib-operation_id -) -target_sources(ydb-services-monitoring PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/monitoring/grpc_service.cpp -) diff --git a/contrib/ydb/services/monitoring/CMakeLists.linux-aarch64.txt b/contrib/ydb/services/monitoring/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 7e32dcb055d..00000000000 --- a/contrib/ydb/services/monitoring/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(ydb-services-monitoring) -target_link_libraries(ydb-services-monitoring PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-grpc-server - ydb-core-grpc_services - ydb-core-protos - api-grpc - public-lib-operation_id -) -target_sources(ydb-services-monitoring PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/monitoring/grpc_service.cpp -) diff --git a/contrib/ydb/services/monitoring/CMakeLists.linux-x86_64.txt b/contrib/ydb/services/monitoring/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 7e32dcb055d..00000000000 --- a/contrib/ydb/services/monitoring/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(ydb-services-monitoring) -target_link_libraries(ydb-services-monitoring PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-grpc-server - ydb-core-grpc_services - ydb-core-protos - api-grpc - public-lib-operation_id -) -target_sources(ydb-services-monitoring PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/monitoring/grpc_service.cpp -) diff --git a/contrib/ydb/services/monitoring/CMakeLists.txt b/contrib/ydb/services/monitoring/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/services/monitoring/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/services/monitoring/CMakeLists.windows-x86_64.txt b/contrib/ydb/services/monitoring/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 59cee7e190c..00000000000 --- a/contrib/ydb/services/monitoring/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(ydb-services-monitoring) -target_link_libraries(ydb-services-monitoring PUBLIC - contrib-libs-cxxsupp - yutil - library-grpc-server - ydb-core-grpc_services - ydb-core-protos - api-grpc - public-lib-operation_id -) -target_sources(ydb-services-monitoring PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/monitoring/grpc_service.cpp -) diff --git a/contrib/ydb/services/persqueue_cluster_discovery/CMakeLists.darwin-x86_64.txt b/contrib/ydb/services/persqueue_cluster_discovery/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 27e3a67f874..00000000000 --- a/contrib/ydb/services/persqueue_cluster_discovery/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_subdirectory(cluster_ordering) - -add_library(ydb-services-persqueue_cluster_discovery) -target_link_libraries(ydb-services-persqueue_cluster_discovery PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - core-client-server - ydb-core-grpc_services - core-mind-address_classification - ydb-core-mon - ydb-core-persqueue - ydb-core-protos - ydb-core-util - api-grpc - api-grpc-draft - api-protos - services-persqueue_cluster_discovery-cluster_ordering -) -target_sources(ydb-services-persqueue_cluster_discovery PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_cluster_discovery/cluster_discovery_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_cluster_discovery/cluster_discovery_worker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_cluster_discovery/counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_cluster_discovery/grpc_service.cpp -) diff --git a/contrib/ydb/services/persqueue_cluster_discovery/CMakeLists.linux-aarch64.txt b/contrib/ydb/services/persqueue_cluster_discovery/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 3865a827d6e..00000000000 --- a/contrib/ydb/services/persqueue_cluster_discovery/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_subdirectory(cluster_ordering) - -add_library(ydb-services-persqueue_cluster_discovery) -target_link_libraries(ydb-services-persqueue_cluster_discovery PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - core-client-server - ydb-core-grpc_services - core-mind-address_classification - ydb-core-mon - ydb-core-persqueue - ydb-core-protos - ydb-core-util - api-grpc - api-grpc-draft - api-protos - services-persqueue_cluster_discovery-cluster_ordering -) -target_sources(ydb-services-persqueue_cluster_discovery PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_cluster_discovery/cluster_discovery_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_cluster_discovery/cluster_discovery_worker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_cluster_discovery/counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_cluster_discovery/grpc_service.cpp -) diff --git a/contrib/ydb/services/persqueue_cluster_discovery/CMakeLists.linux-x86_64.txt b/contrib/ydb/services/persqueue_cluster_discovery/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 3865a827d6e..00000000000 --- a/contrib/ydb/services/persqueue_cluster_discovery/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_subdirectory(cluster_ordering) - -add_library(ydb-services-persqueue_cluster_discovery) -target_link_libraries(ydb-services-persqueue_cluster_discovery PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - ydb-core-base - core-client-server - ydb-core-grpc_services - core-mind-address_classification - ydb-core-mon - ydb-core-persqueue - ydb-core-protos - ydb-core-util - api-grpc - api-grpc-draft - api-protos - services-persqueue_cluster_discovery-cluster_ordering -) -target_sources(ydb-services-persqueue_cluster_discovery PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_cluster_discovery/cluster_discovery_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_cluster_discovery/cluster_discovery_worker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_cluster_discovery/counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_cluster_discovery/grpc_service.cpp -) diff --git a/contrib/ydb/services/persqueue_cluster_discovery/CMakeLists.txt b/contrib/ydb/services/persqueue_cluster_discovery/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/services/persqueue_cluster_discovery/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/services/persqueue_cluster_discovery/CMakeLists.windows-x86_64.txt b/contrib/ydb/services/persqueue_cluster_discovery/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 27e3a67f874..00000000000 --- a/contrib/ydb/services/persqueue_cluster_discovery/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_subdirectory(cluster_ordering) - -add_library(ydb-services-persqueue_cluster_discovery) -target_link_libraries(ydb-services-persqueue_cluster_discovery PUBLIC - contrib-libs-cxxsupp - yutil - ydb-core-base - core-client-server - ydb-core-grpc_services - core-mind-address_classification - ydb-core-mon - ydb-core-persqueue - ydb-core-protos - ydb-core-util - api-grpc - api-grpc-draft - api-protos - services-persqueue_cluster_discovery-cluster_ordering -) -target_sources(ydb-services-persqueue_cluster_discovery PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_cluster_discovery/cluster_discovery_service.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_cluster_discovery/cluster_discovery_worker.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_cluster_discovery/counters.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_cluster_discovery/grpc_service.cpp -) diff --git a/contrib/ydb/services/persqueue_cluster_discovery/cluster_ordering/CMakeLists.darwin-x86_64.txt b/contrib/ydb/services/persqueue_cluster_discovery/cluster_ordering/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6ef80839f0d..00000000000 --- a/contrib/ydb/services/persqueue_cluster_discovery/cluster_ordering/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(services-persqueue_cluster_discovery-cluster_ordering) -target_link_libraries(services-persqueue_cluster_discovery-cluster_ordering PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(services-persqueue_cluster_discovery-cluster_ordering PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_cluster_discovery/cluster_ordering/weighed_ordering.cpp -) diff --git a/contrib/ydb/services/persqueue_cluster_discovery/cluster_ordering/CMakeLists.linux-aarch64.txt b/contrib/ydb/services/persqueue_cluster_discovery/cluster_ordering/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 85e8e2c3784..00000000000 --- a/contrib/ydb/services/persqueue_cluster_discovery/cluster_ordering/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(services-persqueue_cluster_discovery-cluster_ordering) -target_link_libraries(services-persqueue_cluster_discovery-cluster_ordering PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(services-persqueue_cluster_discovery-cluster_ordering PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_cluster_discovery/cluster_ordering/weighed_ordering.cpp -) diff --git a/contrib/ydb/services/persqueue_cluster_discovery/cluster_ordering/CMakeLists.linux-x86_64.txt b/contrib/ydb/services/persqueue_cluster_discovery/cluster_ordering/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 85e8e2c3784..00000000000 --- a/contrib/ydb/services/persqueue_cluster_discovery/cluster_ordering/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(services-persqueue_cluster_discovery-cluster_ordering) -target_link_libraries(services-persqueue_cluster_discovery-cluster_ordering PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(services-persqueue_cluster_discovery-cluster_ordering PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_cluster_discovery/cluster_ordering/weighed_ordering.cpp -) diff --git a/contrib/ydb/services/persqueue_cluster_discovery/cluster_ordering/CMakeLists.txt b/contrib/ydb/services/persqueue_cluster_discovery/cluster_ordering/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/services/persqueue_cluster_discovery/cluster_ordering/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/services/persqueue_cluster_discovery/cluster_ordering/CMakeLists.windows-x86_64.txt b/contrib/ydb/services/persqueue_cluster_discovery/cluster_ordering/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 6ef80839f0d..00000000000 --- a/contrib/ydb/services/persqueue_cluster_discovery/cluster_ordering/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(services-persqueue_cluster_discovery-cluster_ordering) -target_link_libraries(services-persqueue_cluster_discovery-cluster_ordering PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(services-persqueue_cluster_discovery-cluster_ordering PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_cluster_discovery/cluster_ordering/weighed_ordering.cpp -) diff --git a/contrib/ydb/services/persqueue_v1/CMakeLists.darwin-x86_64.txt b/contrib/ydb/services/persqueue_v1/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 09a9bb09a46..00000000000 --- a/contrib/ydb/services/persqueue_v1/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(actors) - -add_library(ydb-services-persqueue_v1) -target_link_libraries(ydb-services-persqueue_v1 PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-containers-disjoint_interval_tree - library-grpc-server - ydb-core-base - ydb-core-grpc_services - ydb-core-kqp - ydb-core-persqueue - core-persqueue-codecs - core-persqueue-writer - ydb-core-protos - ydb-core-ydb_convert - ydb-library-aclib - library-persqueue-obfuscate - library-persqueue-topic_parser - api-grpc - api-grpc-draft - api-protos - services-lib-actors - services-lib-sharding - services-persqueue_v1-actors -) -target_sources(ydb-services-persqueue_v1 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/grpc_pq_read.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/grpc_pq_schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/grpc_pq_write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/persqueue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/services_initializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/topic.cpp -) diff --git a/contrib/ydb/services/persqueue_v1/CMakeLists.linux-aarch64.txt b/contrib/ydb/services/persqueue_v1/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 3f7245eb683..00000000000 --- a/contrib/ydb/services/persqueue_v1/CMakeLists.linux-aarch64.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_subdirectory(actors) - -add_library(ydb-services-persqueue_v1) -target_link_libraries(ydb-services-persqueue_v1 PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-containers-disjoint_interval_tree - library-grpc-server - ydb-core-base - ydb-core-grpc_services - ydb-core-kqp - ydb-core-persqueue - core-persqueue-codecs - core-persqueue-writer - ydb-core-protos - ydb-core-ydb_convert - ydb-library-aclib - library-persqueue-obfuscate - library-persqueue-topic_parser - api-grpc - api-grpc-draft - api-protos - services-lib-actors - services-lib-sharding - services-persqueue_v1-actors -) -target_sources(ydb-services-persqueue_v1 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/grpc_pq_read.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/grpc_pq_schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/grpc_pq_write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/persqueue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/services_initializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/topic.cpp -) diff --git a/contrib/ydb/services/persqueue_v1/CMakeLists.linux-x86_64.txt b/contrib/ydb/services/persqueue_v1/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 3f7245eb683..00000000000 --- a/contrib/ydb/services/persqueue_v1/CMakeLists.linux-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_subdirectory(actors) - -add_library(ydb-services-persqueue_v1) -target_link_libraries(ydb-services-persqueue_v1 PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-containers-disjoint_interval_tree - library-grpc-server - ydb-core-base - ydb-core-grpc_services - ydb-core-kqp - ydb-core-persqueue - core-persqueue-codecs - core-persqueue-writer - ydb-core-protos - ydb-core-ydb_convert - ydb-library-aclib - library-persqueue-obfuscate - library-persqueue-topic_parser - api-grpc - api-grpc-draft - api-protos - services-lib-actors - services-lib-sharding - services-persqueue_v1-actors -) -target_sources(ydb-services-persqueue_v1 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/grpc_pq_read.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/grpc_pq_schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/grpc_pq_write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/persqueue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/services_initializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/topic.cpp -) diff --git a/contrib/ydb/services/persqueue_v1/CMakeLists.txt b/contrib/ydb/services/persqueue_v1/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/services/persqueue_v1/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/services/persqueue_v1/CMakeLists.windows-x86_64.txt b/contrib/ydb/services/persqueue_v1/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 09a9bb09a46..00000000000 --- a/contrib/ydb/services/persqueue_v1/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(actors) - -add_library(ydb-services-persqueue_v1) -target_link_libraries(ydb-services-persqueue_v1 PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-containers-disjoint_interval_tree - library-grpc-server - ydb-core-base - ydb-core-grpc_services - ydb-core-kqp - ydb-core-persqueue - core-persqueue-codecs - core-persqueue-writer - ydb-core-protos - ydb-core-ydb_convert - ydb-library-aclib - library-persqueue-obfuscate - library-persqueue-topic_parser - api-grpc - api-grpc-draft - api-protos - services-lib-actors - services-lib-sharding - services-persqueue_v1-actors -) -target_sources(ydb-services-persqueue_v1 PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/grpc_pq_read.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/grpc_pq_schema.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/grpc_pq_write.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/persqueue.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/services_initializer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/topic.cpp -) diff --git a/contrib/ydb/services/persqueue_v1/actors/CMakeLists.darwin-x86_64.txt b/contrib/ydb/services/persqueue_v1/actors/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 98a0eb6e170..00000000000 --- a/contrib/ydb/services/persqueue_v1/actors/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(services-persqueue_v1-actors) -target_link_libraries(services-persqueue_v1-actors PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-containers-disjoint_interval_tree - cpp-string_utils-base64 - ydb-core-util - ydb-core-base - ydb-core-grpc_services - ydb-core-persqueue - core-persqueue-events - ydb-core-protos - ydb-core-scheme - core-tx-scheme_cache - ydb-library-aclib - library-persqueue-topic_parser - api-protos - public-lib-base - services-lib-actors - services-lib-sharding - ydb-services-metadata -) -target_sources(services-persqueue_v1-actors PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/actors/codecs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/actors/commit_offset_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/actors/persqueue_utils.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/actors/helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/actors/partition_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/actors/read_init_auth_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/actors/read_info_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/actors/direct_read_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/actors/schema_actors.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/actors/update_offsets_in_transaction_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/actors/partition_writer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/actors/partition_writer_cache_actor.cpp -) diff --git a/contrib/ydb/services/persqueue_v1/actors/CMakeLists.linux-aarch64.txt b/contrib/ydb/services/persqueue_v1/actors/CMakeLists.linux-aarch64.txt deleted file mode 100644 index cf6f116b011..00000000000 --- a/contrib/ydb/services/persqueue_v1/actors/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(services-persqueue_v1-actors) -target_link_libraries(services-persqueue_v1-actors PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-containers-disjoint_interval_tree - cpp-string_utils-base64 - ydb-core-util - ydb-core-base - ydb-core-grpc_services - ydb-core-persqueue - core-persqueue-events - ydb-core-protos - ydb-core-scheme - core-tx-scheme_cache - ydb-library-aclib - library-persqueue-topic_parser - api-protos - public-lib-base - services-lib-actors - services-lib-sharding - ydb-services-metadata -) -target_sources(services-persqueue_v1-actors PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/actors/codecs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/actors/commit_offset_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/actors/persqueue_utils.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/actors/helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/actors/partition_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/actors/read_init_auth_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/actors/read_info_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/actors/direct_read_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/actors/schema_actors.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/actors/update_offsets_in_transaction_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/actors/partition_writer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/actors/partition_writer_cache_actor.cpp -) diff --git a/contrib/ydb/services/persqueue_v1/actors/CMakeLists.linux-x86_64.txt b/contrib/ydb/services/persqueue_v1/actors/CMakeLists.linux-x86_64.txt deleted file mode 100644 index cf6f116b011..00000000000 --- a/contrib/ydb/services/persqueue_v1/actors/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(services-persqueue_v1-actors) -target_link_libraries(services-persqueue_v1-actors PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-containers-disjoint_interval_tree - cpp-string_utils-base64 - ydb-core-util - ydb-core-base - ydb-core-grpc_services - ydb-core-persqueue - core-persqueue-events - ydb-core-protos - ydb-core-scheme - core-tx-scheme_cache - ydb-library-aclib - library-persqueue-topic_parser - api-protos - public-lib-base - services-lib-actors - services-lib-sharding - ydb-services-metadata -) -target_sources(services-persqueue_v1-actors PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/actors/codecs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/actors/commit_offset_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/actors/persqueue_utils.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/actors/helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/actors/partition_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/actors/read_init_auth_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/actors/read_info_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/actors/direct_read_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/actors/schema_actors.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/actors/update_offsets_in_transaction_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/actors/partition_writer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/actors/partition_writer_cache_actor.cpp -) diff --git a/contrib/ydb/services/persqueue_v1/actors/CMakeLists.txt b/contrib/ydb/services/persqueue_v1/actors/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/services/persqueue_v1/actors/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/services/persqueue_v1/actors/CMakeLists.windows-x86_64.txt b/contrib/ydb/services/persqueue_v1/actors/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 98a0eb6e170..00000000000 --- a/contrib/ydb/services/persqueue_v1/actors/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(services-persqueue_v1-actors) -target_link_libraries(services-persqueue_v1-actors PUBLIC - contrib-libs-cxxsupp - yutil - library-actors-core - cpp-containers-disjoint_interval_tree - cpp-string_utils-base64 - ydb-core-util - ydb-core-base - ydb-core-grpc_services - ydb-core-persqueue - core-persqueue-events - ydb-core-protos - ydb-core-scheme - core-tx-scheme_cache - ydb-library-aclib - library-persqueue-topic_parser - api-protos - public-lib-base - services-lib-actors - services-lib-sharding - ydb-services-metadata -) -target_sources(services-persqueue_v1-actors PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/actors/codecs.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/actors/commit_offset_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/actors/persqueue_utils.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/actors/helpers.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/actors/partition_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/actors/read_init_auth_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/actors/read_info_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/actors/direct_read_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/actors/schema_actors.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/actors/update_offsets_in_transaction_actor.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/actors/partition_writer.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/persqueue_v1/actors/partition_writer_cache_actor.cpp -) diff --git a/contrib/ydb/services/rate_limiter/CMakeLists.darwin-x86_64.txt b/contrib/ydb/services/rate_limiter/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index ee0efd1c28a..00000000000 --- a/contrib/ydb/services/rate_limiter/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(ydb-services-rate_limiter) -target_link_libraries(ydb-services-rate_limiter PUBLIC - contrib-libs-cxxsupp - yutil - library-grpc-server - ydb-core-grpc_services - core-kesus-tablet - api-grpc - ydb-services-ydb -) -target_sources(ydb-services-rate_limiter PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/rate_limiter/grpc_service.cpp -) diff --git a/contrib/ydb/services/rate_limiter/CMakeLists.linux-aarch64.txt b/contrib/ydb/services/rate_limiter/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 6517b703014..00000000000 --- a/contrib/ydb/services/rate_limiter/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(ydb-services-rate_limiter) -target_link_libraries(ydb-services-rate_limiter PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-grpc-server - ydb-core-grpc_services - core-kesus-tablet - api-grpc - ydb-services-ydb -) -target_sources(ydb-services-rate_limiter PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/rate_limiter/grpc_service.cpp -) diff --git a/contrib/ydb/services/rate_limiter/CMakeLists.linux-x86_64.txt b/contrib/ydb/services/rate_limiter/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 6517b703014..00000000000 --- a/contrib/ydb/services/rate_limiter/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(ydb-services-rate_limiter) -target_link_libraries(ydb-services-rate_limiter PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-grpc-server - ydb-core-grpc_services - core-kesus-tablet - api-grpc - ydb-services-ydb -) -target_sources(ydb-services-rate_limiter PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/rate_limiter/grpc_service.cpp -) diff --git a/contrib/ydb/services/rate_limiter/CMakeLists.txt b/contrib/ydb/services/rate_limiter/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/services/rate_limiter/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/services/rate_limiter/CMakeLists.windows-x86_64.txt b/contrib/ydb/services/rate_limiter/CMakeLists.windows-x86_64.txt deleted file mode 100644 index ee0efd1c28a..00000000000 --- a/contrib/ydb/services/rate_limiter/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(ydb-services-rate_limiter) -target_link_libraries(ydb-services-rate_limiter PUBLIC - contrib-libs-cxxsupp - yutil - library-grpc-server - ydb-core-grpc_services - core-kesus-tablet - api-grpc - ydb-services-ydb -) -target_sources(ydb-services-rate_limiter PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/rate_limiter/grpc_service.cpp -) diff --git a/contrib/ydb/services/ydb/CMakeLists.darwin-x86_64.txt b/contrib/ydb/services/ydb/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 40693d43291..00000000000 --- a/contrib/ydb/services/ydb/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(ydb-services-ydb) -target_link_libraries(ydb-services-ydb PUBLIC - contrib-libs-cxxsupp - yutil - cpp-monlib-encode - library-cpp-uri - ydb-core-base - ydb-core-client - ydb-core-formats - ydb-core-grpc_services - core-grpc_services-base - core-grpc_services-auth_processor - ydb-core-grpc_streaming - ydb-core-protos - ydb-core-scheme - ydb-library-aclib - api-grpc - api-grpc-draft - api-protos - yql-public-types - contrib-libs-openssl -) -target_sources(ydb-services-ydb PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ydb/ydb_clickhouse_internal.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ydb/ydb_dummy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ydb/ydb_export.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ydb/ydb_import.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ydb/ydb_logstore.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ydb/ydb_operation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ydb/ydb_query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ydb/ydb_scheme.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ydb/ydb_scripting.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ydb/ydb_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ydb/ydb_long_tx.cpp -) diff --git a/contrib/ydb/services/ydb/CMakeLists.linux-aarch64.txt b/contrib/ydb/services/ydb/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 44be2cf9a6e..00000000000 --- a/contrib/ydb/services/ydb/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(ydb-services-ydb) -target_link_libraries(ydb-services-ydb PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-monlib-encode - library-cpp-uri - ydb-core-base - ydb-core-client - ydb-core-formats - ydb-core-grpc_services - core-grpc_services-base - core-grpc_services-auth_processor - ydb-core-grpc_streaming - ydb-core-protos - ydb-core-scheme - ydb-library-aclib - api-grpc - api-grpc-draft - api-protos - yql-public-types - contrib-libs-openssl -) -target_sources(ydb-services-ydb PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ydb/ydb_clickhouse_internal.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ydb/ydb_dummy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ydb/ydb_export.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ydb/ydb_import.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ydb/ydb_logstore.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ydb/ydb_operation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ydb/ydb_query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ydb/ydb_scheme.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ydb/ydb_scripting.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ydb/ydb_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ydb/ydb_long_tx.cpp -) diff --git a/contrib/ydb/services/ydb/CMakeLists.linux-x86_64.txt b/contrib/ydb/services/ydb/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 44be2cf9a6e..00000000000 --- a/contrib/ydb/services/ydb/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(ydb-services-ydb) -target_link_libraries(ydb-services-ydb PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-monlib-encode - library-cpp-uri - ydb-core-base - ydb-core-client - ydb-core-formats - ydb-core-grpc_services - core-grpc_services-base - core-grpc_services-auth_processor - ydb-core-grpc_streaming - ydb-core-protos - ydb-core-scheme - ydb-library-aclib - api-grpc - api-grpc-draft - api-protos - yql-public-types - contrib-libs-openssl -) -target_sources(ydb-services-ydb PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ydb/ydb_clickhouse_internal.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ydb/ydb_dummy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ydb/ydb_export.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ydb/ydb_import.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ydb/ydb_logstore.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ydb/ydb_operation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ydb/ydb_query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ydb/ydb_scheme.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ydb/ydb_scripting.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ydb/ydb_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ydb/ydb_long_tx.cpp -) diff --git a/contrib/ydb/services/ydb/CMakeLists.txt b/contrib/ydb/services/ydb/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/contrib/ydb/services/ydb/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/contrib/ydb/services/ydb/CMakeLists.windows-x86_64.txt b/contrib/ydb/services/ydb/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 40693d43291..00000000000 --- a/contrib/ydb/services/ydb/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(ydb-services-ydb) -target_link_libraries(ydb-services-ydb PUBLIC - contrib-libs-cxxsupp - yutil - cpp-monlib-encode - library-cpp-uri - ydb-core-base - ydb-core-client - ydb-core-formats - ydb-core-grpc_services - core-grpc_services-base - core-grpc_services-auth_processor - ydb-core-grpc_streaming - ydb-core-protos - ydb-core-scheme - ydb-library-aclib - api-grpc - api-grpc-draft - api-protos - yql-public-types - contrib-libs-openssl -) -target_sources(ydb-services-ydb PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ydb/ydb_clickhouse_internal.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ydb/ydb_dummy.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ydb/ydb_export.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ydb/ydb_import.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ydb/ydb_logstore.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ydb/ydb_operation.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ydb/ydb_query.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ydb/ydb_scheme.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ydb/ydb_scripting.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ydb/ydb_table.cpp - ${CMAKE_SOURCE_DIR}/contrib/ydb/services/ydb/ydb_long_tx.cpp -) diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt deleted file mode 100644 index 95ff6b8ebf1..00000000000 --- a/library/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(cpp) diff --git a/library/cpp/CMakeLists.darwin-x86_64.txt b/library/cpp/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d6b98deec74..00000000000 --- a/library/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_subdirectory(accurate_accumulate) -add_subdirectory(aio) -add_subdirectory(archive) -add_subdirectory(binsaver) -add_subdirectory(bit_io) -add_subdirectory(blockcodecs) -add_subdirectory(build_info) -add_subdirectory(cache) -add_subdirectory(case_insensitive_string) -add_subdirectory(cgiparam) -add_subdirectory(charset) -add_subdirectory(codecs) -add_subdirectory(colorizer) -add_subdirectory(compproto) -add_subdirectory(comptable) -add_subdirectory(config) -add_subdirectory(containers) -add_subdirectory(coroutine) -add_subdirectory(cppparser) -add_subdirectory(cpuid_check) -add_subdirectory(dbg_output) -add_subdirectory(deprecated) -add_subdirectory(diff) -add_subdirectory(digest) -add_subdirectory(disjoint_sets) -add_subdirectory(dns) -add_subdirectory(dwarf_backtrace) -add_subdirectory(enumbitset) -add_subdirectory(eventlog) -add_subdirectory(execprofile) -add_subdirectory(getopt) -add_subdirectory(grpc) -add_subdirectory(histogram) -add_subdirectory(html) -add_subdirectory(http) -add_subdirectory(int128) -add_subdirectory(ipmath) -add_subdirectory(ipv6_address) -add_subdirectory(iterator) -add_subdirectory(json) -add_subdirectory(lcs) -add_subdirectory(lfalloc) -add_subdirectory(linear_regression) -add_subdirectory(logger) -add_subdirectory(lua) -add_subdirectory(lwtrace) -add_subdirectory(malloc) -add_subdirectory(messagebus) -add_subdirectory(mime) -add_subdirectory(monlib) -add_subdirectory(neh) -add_subdirectory(netliba) -add_subdirectory(on_disk) -add_subdirectory(openssl) -add_subdirectory(packedtypes) -add_subdirectory(packers) -add_subdirectory(pop_count) -add_subdirectory(protobuf) -add_subdirectory(random_provider) -add_subdirectory(regex) -add_subdirectory(resource) -add_subdirectory(retry) -add_subdirectory(sanitizer) -add_subdirectory(scheme) -add_subdirectory(sighandler) -add_subdirectory(sliding_window) -add_subdirectory(sse) -add_subdirectory(streams) -add_subdirectory(string_utils) -add_subdirectory(svnversion) -add_subdirectory(terminate_handler) -add_subdirectory(testing) -add_subdirectory(threading) -add_subdirectory(time_provider) -add_subdirectory(unified_agent_client) -add_subdirectory(uri) -add_subdirectory(xml) -add_subdirectory(yaml) -add_subdirectory(yson) -add_subdirectory(yson_pull) -add_subdirectory(yt) -add_subdirectory(ytalloc) diff --git a/library/cpp/CMakeLists.linux-aarch64.txt b/library/cpp/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a92ed325647..00000000000 --- a/library/cpp/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,89 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(accurate_accumulate) -add_subdirectory(aio) -add_subdirectory(archive) -add_subdirectory(binsaver) -add_subdirectory(bit_io) -add_subdirectory(blockcodecs) -add_subdirectory(build_info) -add_subdirectory(cache) -add_subdirectory(case_insensitive_string) -add_subdirectory(cgiparam) -add_subdirectory(charset) -add_subdirectory(codecs) -add_subdirectory(colorizer) -add_subdirectory(compproto) -add_subdirectory(comptable) -add_subdirectory(config) -add_subdirectory(containers) -add_subdirectory(coroutine) -add_subdirectory(cppparser) -add_subdirectory(dbg_output) -add_subdirectory(deprecated) -add_subdirectory(diff) -add_subdirectory(digest) -add_subdirectory(disjoint_sets) -add_subdirectory(dns) -add_subdirectory(dwarf_backtrace) -add_subdirectory(enumbitset) -add_subdirectory(eventlog) -add_subdirectory(execprofile) -add_subdirectory(getopt) -add_subdirectory(grpc) -add_subdirectory(histogram) -add_subdirectory(html) -add_subdirectory(http) -add_subdirectory(int128) -add_subdirectory(ipmath) -add_subdirectory(ipv6_address) -add_subdirectory(iterator) -add_subdirectory(json) -add_subdirectory(lcs) -add_subdirectory(lfalloc) -add_subdirectory(linear_regression) -add_subdirectory(logger) -add_subdirectory(lua) -add_subdirectory(lwtrace) -add_subdirectory(malloc) -add_subdirectory(messagebus) -add_subdirectory(mime) -add_subdirectory(monlib) -add_subdirectory(neh) -add_subdirectory(netliba) -add_subdirectory(on_disk) -add_subdirectory(openssl) -add_subdirectory(packedtypes) -add_subdirectory(packers) -add_subdirectory(pop_count) -add_subdirectory(protobuf) -add_subdirectory(random_provider) -add_subdirectory(regex) -add_subdirectory(resource) -add_subdirectory(retry) -add_subdirectory(sanitizer) -add_subdirectory(scheme) -add_subdirectory(sighandler) -add_subdirectory(sliding_window) -add_subdirectory(sse) -add_subdirectory(streams) -add_subdirectory(string_utils) -add_subdirectory(svnversion) -add_subdirectory(terminate_handler) -add_subdirectory(testing) -add_subdirectory(threading) -add_subdirectory(time_provider) -add_subdirectory(unified_agent_client) -add_subdirectory(uri) -add_subdirectory(xml) -add_subdirectory(yaml) -add_subdirectory(yson) -add_subdirectory(yson_pull) -add_subdirectory(yt) -add_subdirectory(ytalloc) diff --git a/library/cpp/CMakeLists.linux-x86_64.txt b/library/cpp/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d6b98deec74..00000000000 --- a/library/cpp/CMakeLists.linux-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_subdirectory(accurate_accumulate) -add_subdirectory(aio) -add_subdirectory(archive) -add_subdirectory(binsaver) -add_subdirectory(bit_io) -add_subdirectory(blockcodecs) -add_subdirectory(build_info) -add_subdirectory(cache) -add_subdirectory(case_insensitive_string) -add_subdirectory(cgiparam) -add_subdirectory(charset) -add_subdirectory(codecs) -add_subdirectory(colorizer) -add_subdirectory(compproto) -add_subdirectory(comptable) -add_subdirectory(config) -add_subdirectory(containers) -add_subdirectory(coroutine) -add_subdirectory(cppparser) -add_subdirectory(cpuid_check) -add_subdirectory(dbg_output) -add_subdirectory(deprecated) -add_subdirectory(diff) -add_subdirectory(digest) -add_subdirectory(disjoint_sets) -add_subdirectory(dns) -add_subdirectory(dwarf_backtrace) -add_subdirectory(enumbitset) -add_subdirectory(eventlog) -add_subdirectory(execprofile) -add_subdirectory(getopt) -add_subdirectory(grpc) -add_subdirectory(histogram) -add_subdirectory(html) -add_subdirectory(http) -add_subdirectory(int128) -add_subdirectory(ipmath) -add_subdirectory(ipv6_address) -add_subdirectory(iterator) -add_subdirectory(json) -add_subdirectory(lcs) -add_subdirectory(lfalloc) -add_subdirectory(linear_regression) -add_subdirectory(logger) -add_subdirectory(lua) -add_subdirectory(lwtrace) -add_subdirectory(malloc) -add_subdirectory(messagebus) -add_subdirectory(mime) -add_subdirectory(monlib) -add_subdirectory(neh) -add_subdirectory(netliba) -add_subdirectory(on_disk) -add_subdirectory(openssl) -add_subdirectory(packedtypes) -add_subdirectory(packers) -add_subdirectory(pop_count) -add_subdirectory(protobuf) -add_subdirectory(random_provider) -add_subdirectory(regex) -add_subdirectory(resource) -add_subdirectory(retry) -add_subdirectory(sanitizer) -add_subdirectory(scheme) -add_subdirectory(sighandler) -add_subdirectory(sliding_window) -add_subdirectory(sse) -add_subdirectory(streams) -add_subdirectory(string_utils) -add_subdirectory(svnversion) -add_subdirectory(terminate_handler) -add_subdirectory(testing) -add_subdirectory(threading) -add_subdirectory(time_provider) -add_subdirectory(unified_agent_client) -add_subdirectory(uri) -add_subdirectory(xml) -add_subdirectory(yaml) -add_subdirectory(yson) -add_subdirectory(yson_pull) -add_subdirectory(yt) -add_subdirectory(ytalloc) diff --git a/library/cpp/CMakeLists.txt b/library/cpp/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/CMakeLists.windows-x86_64.txt b/library/cpp/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 7d40259b839..00000000000 --- a/library/cpp/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,89 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(accurate_accumulate) -add_subdirectory(aio) -add_subdirectory(archive) -add_subdirectory(binsaver) -add_subdirectory(bit_io) -add_subdirectory(blockcodecs) -add_subdirectory(build_info) -add_subdirectory(cache) -add_subdirectory(case_insensitive_string) -add_subdirectory(cgiparam) -add_subdirectory(charset) -add_subdirectory(codecs) -add_subdirectory(colorizer) -add_subdirectory(compproto) -add_subdirectory(comptable) -add_subdirectory(config) -add_subdirectory(containers) -add_subdirectory(coroutine) -add_subdirectory(cppparser) -add_subdirectory(cpuid_check) -add_subdirectory(dbg_output) -add_subdirectory(deprecated) -add_subdirectory(diff) -add_subdirectory(digest) -add_subdirectory(disjoint_sets) -add_subdirectory(dns) -add_subdirectory(enumbitset) -add_subdirectory(eventlog) -add_subdirectory(execprofile) -add_subdirectory(getopt) -add_subdirectory(grpc) -add_subdirectory(histogram) -add_subdirectory(html) -add_subdirectory(http) -add_subdirectory(int128) -add_subdirectory(ipmath) -add_subdirectory(ipv6_address) -add_subdirectory(iterator) -add_subdirectory(json) -add_subdirectory(lcs) -add_subdirectory(lfalloc) -add_subdirectory(linear_regression) -add_subdirectory(logger) -add_subdirectory(lua) -add_subdirectory(lwtrace) -add_subdirectory(malloc) -add_subdirectory(messagebus) -add_subdirectory(mime) -add_subdirectory(monlib) -add_subdirectory(neh) -add_subdirectory(netliba) -add_subdirectory(on_disk) -add_subdirectory(openssl) -add_subdirectory(packedtypes) -add_subdirectory(packers) -add_subdirectory(pop_count) -add_subdirectory(protobuf) -add_subdirectory(random_provider) -add_subdirectory(regex) -add_subdirectory(resource) -add_subdirectory(retry) -add_subdirectory(sanitizer) -add_subdirectory(scheme) -add_subdirectory(sighandler) -add_subdirectory(sliding_window) -add_subdirectory(sse) -add_subdirectory(streams) -add_subdirectory(string_utils) -add_subdirectory(svnversion) -add_subdirectory(terminate_handler) -add_subdirectory(testing) -add_subdirectory(threading) -add_subdirectory(time_provider) -add_subdirectory(unified_agent_client) -add_subdirectory(uri) -add_subdirectory(xml) -add_subdirectory(yaml) -add_subdirectory(yson) -add_subdirectory(yson_pull) -add_subdirectory(yt) -add_subdirectory(ytalloc) diff --git a/library/cpp/accurate_accumulate/CMakeLists.darwin-x86_64.txt b/library/cpp/accurate_accumulate/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6d68faefed9..00000000000 --- a/library/cpp/accurate_accumulate/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(library-cpp-accurate_accumulate) -target_link_libraries(library-cpp-accurate_accumulate PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-accurate_accumulate PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/accurate_accumulate/accurate_accumulate.cpp -) diff --git a/library/cpp/accurate_accumulate/CMakeLists.linux-aarch64.txt b/library/cpp/accurate_accumulate/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d168ea5295a..00000000000 --- a/library/cpp/accurate_accumulate/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(library-cpp-accurate_accumulate) -target_link_libraries(library-cpp-accurate_accumulate PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-accurate_accumulate PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/accurate_accumulate/accurate_accumulate.cpp -) diff --git a/library/cpp/accurate_accumulate/CMakeLists.linux-x86_64.txt b/library/cpp/accurate_accumulate/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d168ea5295a..00000000000 --- a/library/cpp/accurate_accumulate/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(library-cpp-accurate_accumulate) -target_link_libraries(library-cpp-accurate_accumulate PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-accurate_accumulate PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/accurate_accumulate/accurate_accumulate.cpp -) diff --git a/library/cpp/accurate_accumulate/CMakeLists.txt b/library/cpp/accurate_accumulate/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/accurate_accumulate/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/accurate_accumulate/CMakeLists.windows-x86_64.txt b/library/cpp/accurate_accumulate/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 6d68faefed9..00000000000 --- a/library/cpp/accurate_accumulate/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(library-cpp-accurate_accumulate) -target_link_libraries(library-cpp-accurate_accumulate PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-accurate_accumulate PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/accurate_accumulate/accurate_accumulate.cpp -) diff --git a/library/cpp/aio/CMakeLists.darwin-x86_64.txt b/library/cpp/aio/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 826cb701f7c..00000000000 --- a/library/cpp/aio/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(library-cpp-aio) -target_link_libraries(library-cpp-aio PUBLIC - contrib-libs-cxxsupp - yutil - cpp-threading-future -) -target_sources(library-cpp-aio PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/aio/aio_generic.cpp -) diff --git a/library/cpp/aio/CMakeLists.linux-aarch64.txt b/library/cpp/aio/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 0844f2d70f3..00000000000 --- a/library/cpp/aio/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. - - -find_package(AIO REQUIRED) - -add_library(library-cpp-aio) -target_link_libraries(library-cpp-aio PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-threading-future - AIO::aio -) -target_sources(library-cpp-aio PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/aio/aio_linux.cpp -) diff --git a/library/cpp/aio/CMakeLists.linux-x86_64.txt b/library/cpp/aio/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 0844f2d70f3..00000000000 --- a/library/cpp/aio/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. - - -find_package(AIO REQUIRED) - -add_library(library-cpp-aio) -target_link_libraries(library-cpp-aio PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-threading-future - AIO::aio -) -target_sources(library-cpp-aio PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/aio/aio_linux.cpp -) diff --git a/library/cpp/aio/CMakeLists.txt b/library/cpp/aio/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/aio/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/aio/CMakeLists.windows-x86_64.txt b/library/cpp/aio/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 826cb701f7c..00000000000 --- a/library/cpp/aio/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(library-cpp-aio) -target_link_libraries(library-cpp-aio PUBLIC - contrib-libs-cxxsupp - yutil - cpp-threading-future -) -target_sources(library-cpp-aio PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/aio/aio_generic.cpp -) diff --git a/library/cpp/archive/CMakeLists.darwin-x86_64.txt b/library/cpp/archive/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 37c28ba02a3..00000000000 --- a/library/cpp/archive/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(library-cpp-archive) -target_link_libraries(library-cpp-archive PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-archive PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/archive/yarchive.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/archive/directory_models_archive_reader.cpp -) diff --git a/library/cpp/archive/CMakeLists.linux-aarch64.txt b/library/cpp/archive/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 03631029ddf..00000000000 --- a/library/cpp/archive/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(library-cpp-archive) -target_link_libraries(library-cpp-archive PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-archive PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/archive/yarchive.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/archive/directory_models_archive_reader.cpp -) diff --git a/library/cpp/archive/CMakeLists.linux-x86_64.txt b/library/cpp/archive/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 03631029ddf..00000000000 --- a/library/cpp/archive/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(library-cpp-archive) -target_link_libraries(library-cpp-archive PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-archive PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/archive/yarchive.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/archive/directory_models_archive_reader.cpp -) diff --git a/library/cpp/archive/CMakeLists.txt b/library/cpp/archive/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/archive/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/archive/CMakeLists.windows-x86_64.txt b/library/cpp/archive/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 37c28ba02a3..00000000000 --- a/library/cpp/archive/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(library-cpp-archive) -target_link_libraries(library-cpp-archive PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-archive PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/archive/yarchive.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/archive/directory_models_archive_reader.cpp -) diff --git a/library/cpp/binsaver/CMakeLists.darwin-x86_64.txt b/library/cpp/binsaver/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 3430226be1f..00000000000 --- a/library/cpp/binsaver/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(library-cpp-binsaver) -target_link_libraries(library-cpp-binsaver PUBLIC - contrib-libs-cxxsupp - yutil - cpp-containers-2d_array -) -target_sources(library-cpp-binsaver PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/binsaver/bin_saver.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/binsaver/blob_io.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/binsaver/buffered_io.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/binsaver/mem_io.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/binsaver/util_stream_io.cpp -) diff --git a/library/cpp/binsaver/CMakeLists.linux-aarch64.txt b/library/cpp/binsaver/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 1a5048d32f5..00000000000 --- a/library/cpp/binsaver/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(library-cpp-binsaver) -target_link_libraries(library-cpp-binsaver PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-containers-2d_array -) -target_sources(library-cpp-binsaver PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/binsaver/bin_saver.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/binsaver/blob_io.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/binsaver/buffered_io.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/binsaver/mem_io.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/binsaver/util_stream_io.cpp -) diff --git a/library/cpp/binsaver/CMakeLists.linux-x86_64.txt b/library/cpp/binsaver/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 1a5048d32f5..00000000000 --- a/library/cpp/binsaver/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(library-cpp-binsaver) -target_link_libraries(library-cpp-binsaver PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-containers-2d_array -) -target_sources(library-cpp-binsaver PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/binsaver/bin_saver.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/binsaver/blob_io.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/binsaver/buffered_io.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/binsaver/mem_io.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/binsaver/util_stream_io.cpp -) diff --git a/library/cpp/binsaver/CMakeLists.txt b/library/cpp/binsaver/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/binsaver/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/binsaver/CMakeLists.windows-x86_64.txt b/library/cpp/binsaver/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 3430226be1f..00000000000 --- a/library/cpp/binsaver/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(library-cpp-binsaver) -target_link_libraries(library-cpp-binsaver PUBLIC - contrib-libs-cxxsupp - yutil - cpp-containers-2d_array -) -target_sources(library-cpp-binsaver PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/binsaver/bin_saver.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/binsaver/blob_io.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/binsaver/buffered_io.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/binsaver/mem_io.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/binsaver/util_stream_io.cpp -) diff --git a/library/cpp/bit_io/CMakeLists.darwin-x86_64.txt b/library/cpp/bit_io/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 3e27b7a8423..00000000000 --- a/library/cpp/bit_io/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(library-cpp-bit_io) -target_link_libraries(library-cpp-bit_io PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-accessors -) -target_sources(library-cpp-bit_io PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/bit_io/bitinput.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/bit_io/bitinput_impl.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/bit_io/bitoutput.cpp -) diff --git a/library/cpp/bit_io/CMakeLists.linux-aarch64.txt b/library/cpp/bit_io/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 35dab036edc..00000000000 --- a/library/cpp/bit_io/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(library-cpp-bit_io) -target_link_libraries(library-cpp-bit_io PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-deprecated-accessors -) -target_sources(library-cpp-bit_io PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/bit_io/bitinput.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/bit_io/bitinput_impl.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/bit_io/bitoutput.cpp -) diff --git a/library/cpp/bit_io/CMakeLists.linux-x86_64.txt b/library/cpp/bit_io/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 35dab036edc..00000000000 --- a/library/cpp/bit_io/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(library-cpp-bit_io) -target_link_libraries(library-cpp-bit_io PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-deprecated-accessors -) -target_sources(library-cpp-bit_io PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/bit_io/bitinput.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/bit_io/bitinput_impl.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/bit_io/bitoutput.cpp -) diff --git a/library/cpp/bit_io/CMakeLists.txt b/library/cpp/bit_io/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/bit_io/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/bit_io/CMakeLists.windows-x86_64.txt b/library/cpp/bit_io/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 3e27b7a8423..00000000000 --- a/library/cpp/bit_io/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(library-cpp-bit_io) -target_link_libraries(library-cpp-bit_io PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-accessors -) -target_sources(library-cpp-bit_io PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/bit_io/bitinput.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/bit_io/bitinput_impl.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/bit_io/bitoutput.cpp -) diff --git a/library/cpp/blockcodecs/CMakeLists.darwin-x86_64.txt b/library/cpp/blockcodecs/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 3b5f212510a..00000000000 --- a/library/cpp/blockcodecs/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_subdirectory(codecs) -add_subdirectory(core) - -add_library(library-cpp-blockcodecs) -target_link_libraries(library-cpp-blockcodecs PUBLIC - contrib-libs-cxxsupp - yutil - cpp-blockcodecs-core - blockcodecs-codecs-brotli - blockcodecs-codecs-bzip - blockcodecs-codecs-fastlz - blockcodecs-codecs-legacy_zstd06 - blockcodecs-codecs-lz4 - blockcodecs-codecs-lzma - blockcodecs-codecs-snappy - blockcodecs-codecs-zlib - blockcodecs-codecs-zstd -) -target_sources(library-cpp-blockcodecs PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/stream.cpp -) diff --git a/library/cpp/blockcodecs/CMakeLists.linux-aarch64.txt b/library/cpp/blockcodecs/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 4b750271970..00000000000 --- a/library/cpp/blockcodecs/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_subdirectory(codecs) -add_subdirectory(core) - -add_library(library-cpp-blockcodecs) -target_link_libraries(library-cpp-blockcodecs PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-blockcodecs-core - blockcodecs-codecs-brotli - blockcodecs-codecs-bzip - blockcodecs-codecs-fastlz - blockcodecs-codecs-legacy_zstd06 - blockcodecs-codecs-lz4 - blockcodecs-codecs-lzma - blockcodecs-codecs-snappy - blockcodecs-codecs-zlib - blockcodecs-codecs-zstd -) -target_sources(library-cpp-blockcodecs PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/stream.cpp -) diff --git a/library/cpp/blockcodecs/CMakeLists.linux-x86_64.txt b/library/cpp/blockcodecs/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 4b750271970..00000000000 --- a/library/cpp/blockcodecs/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_subdirectory(codecs) -add_subdirectory(core) - -add_library(library-cpp-blockcodecs) -target_link_libraries(library-cpp-blockcodecs PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-blockcodecs-core - blockcodecs-codecs-brotli - blockcodecs-codecs-bzip - blockcodecs-codecs-fastlz - blockcodecs-codecs-legacy_zstd06 - blockcodecs-codecs-lz4 - blockcodecs-codecs-lzma - blockcodecs-codecs-snappy - blockcodecs-codecs-zlib - blockcodecs-codecs-zstd -) -target_sources(library-cpp-blockcodecs PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/stream.cpp -) diff --git a/library/cpp/blockcodecs/CMakeLists.txt b/library/cpp/blockcodecs/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/blockcodecs/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/blockcodecs/CMakeLists.windows-x86_64.txt b/library/cpp/blockcodecs/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 3b5f212510a..00000000000 --- a/library/cpp/blockcodecs/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_subdirectory(codecs) -add_subdirectory(core) - -add_library(library-cpp-blockcodecs) -target_link_libraries(library-cpp-blockcodecs PUBLIC - contrib-libs-cxxsupp - yutil - cpp-blockcodecs-core - blockcodecs-codecs-brotli - blockcodecs-codecs-bzip - blockcodecs-codecs-fastlz - blockcodecs-codecs-legacy_zstd06 - blockcodecs-codecs-lz4 - blockcodecs-codecs-lzma - blockcodecs-codecs-snappy - blockcodecs-codecs-zlib - blockcodecs-codecs-zstd -) -target_sources(library-cpp-blockcodecs PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/stream.cpp -) diff --git a/library/cpp/blockcodecs/codecs/CMakeLists.txt b/library/cpp/blockcodecs/codecs/CMakeLists.txt deleted file mode 100644 index 6bcc688bd37..00000000000 --- a/library/cpp/blockcodecs/codecs/CMakeLists.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -add_subdirectory(brotli) -add_subdirectory(bzip) -add_subdirectory(fastlz) -add_subdirectory(legacy_zstd06) -add_subdirectory(lz4) -add_subdirectory(lzma) -add_subdirectory(snappy) -add_subdirectory(zlib) -add_subdirectory(zstd) diff --git a/library/cpp/blockcodecs/codecs/brotli/CMakeLists.darwin-x86_64.txt b/library/cpp/blockcodecs/codecs/brotli/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 0af596c5de6..00000000000 --- a/library/cpp/blockcodecs/codecs/brotli/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,29 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-brotli INTERFACE) -target_link_libraries(blockcodecs-codecs-brotli INTERFACE - contrib-libs-cxxsupp - yutil - libs-brotli-enc - libs-brotli-dec - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-brotli.global blockcodecs-codecs-brotli) -target_link_libraries(blockcodecs-codecs-brotli.global PUBLIC - contrib-libs-cxxsupp - yutil - libs-brotli-enc - libs-brotli-dec - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-brotli.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/brotli/brotli.cpp -) diff --git a/library/cpp/blockcodecs/codecs/brotli/CMakeLists.linux-aarch64.txt b/library/cpp/blockcodecs/codecs/brotli/CMakeLists.linux-aarch64.txt deleted file mode 100644 index ccb11a52888..00000000000 --- a/library/cpp/blockcodecs/codecs/brotli/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,31 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-brotli INTERFACE) -target_link_libraries(blockcodecs-codecs-brotli INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-brotli-enc - libs-brotli-dec - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-brotli.global blockcodecs-codecs-brotli) -target_link_libraries(blockcodecs-codecs-brotli.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-brotli-enc - libs-brotli-dec - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-brotli.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/brotli/brotli.cpp -) diff --git a/library/cpp/blockcodecs/codecs/brotli/CMakeLists.linux-x86_64.txt b/library/cpp/blockcodecs/codecs/brotli/CMakeLists.linux-x86_64.txt deleted file mode 100644 index ccb11a52888..00000000000 --- a/library/cpp/blockcodecs/codecs/brotli/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,31 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-brotli INTERFACE) -target_link_libraries(blockcodecs-codecs-brotli INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-brotli-enc - libs-brotli-dec - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-brotli.global blockcodecs-codecs-brotli) -target_link_libraries(blockcodecs-codecs-brotli.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-brotli-enc - libs-brotli-dec - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-brotli.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/brotli/brotli.cpp -) diff --git a/library/cpp/blockcodecs/codecs/brotli/CMakeLists.txt b/library/cpp/blockcodecs/codecs/brotli/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/blockcodecs/codecs/brotli/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/blockcodecs/codecs/brotli/CMakeLists.windows-x86_64.txt b/library/cpp/blockcodecs/codecs/brotli/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 0af596c5de6..00000000000 --- a/library/cpp/blockcodecs/codecs/brotli/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,29 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-brotli INTERFACE) -target_link_libraries(blockcodecs-codecs-brotli INTERFACE - contrib-libs-cxxsupp - yutil - libs-brotli-enc - libs-brotli-dec - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-brotli.global blockcodecs-codecs-brotli) -target_link_libraries(blockcodecs-codecs-brotli.global PUBLIC - contrib-libs-cxxsupp - yutil - libs-brotli-enc - libs-brotli-dec - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-brotli.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/brotli/brotli.cpp -) diff --git a/library/cpp/blockcodecs/codecs/bzip/CMakeLists.darwin-x86_64.txt b/library/cpp/blockcodecs/codecs/bzip/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index fd7180543ce..00000000000 --- a/library/cpp/blockcodecs/codecs/bzip/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,27 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-bzip INTERFACE) -target_link_libraries(blockcodecs-codecs-bzip INTERFACE - contrib-libs-cxxsupp - yutil - contrib-libs-libbz2 - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-bzip.global blockcodecs-codecs-bzip) -target_link_libraries(blockcodecs-codecs-bzip.global PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-libbz2 - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-bzip.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/bzip/bzip.cpp -) diff --git a/library/cpp/blockcodecs/codecs/bzip/CMakeLists.linux-aarch64.txt b/library/cpp/blockcodecs/codecs/bzip/CMakeLists.linux-aarch64.txt deleted file mode 100644 index cb9bd53db14..00000000000 --- a/library/cpp/blockcodecs/codecs/bzip/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,29 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-bzip INTERFACE) -target_link_libraries(blockcodecs-codecs-bzip INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-libbz2 - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-bzip.global blockcodecs-codecs-bzip) -target_link_libraries(blockcodecs-codecs-bzip.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-libbz2 - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-bzip.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/bzip/bzip.cpp -) diff --git a/library/cpp/blockcodecs/codecs/bzip/CMakeLists.linux-x86_64.txt b/library/cpp/blockcodecs/codecs/bzip/CMakeLists.linux-x86_64.txt deleted file mode 100644 index cb9bd53db14..00000000000 --- a/library/cpp/blockcodecs/codecs/bzip/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,29 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-bzip INTERFACE) -target_link_libraries(blockcodecs-codecs-bzip INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-libbz2 - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-bzip.global blockcodecs-codecs-bzip) -target_link_libraries(blockcodecs-codecs-bzip.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-libbz2 - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-bzip.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/bzip/bzip.cpp -) diff --git a/library/cpp/blockcodecs/codecs/bzip/CMakeLists.txt b/library/cpp/blockcodecs/codecs/bzip/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/blockcodecs/codecs/bzip/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/blockcodecs/codecs/bzip/CMakeLists.windows-x86_64.txt b/library/cpp/blockcodecs/codecs/bzip/CMakeLists.windows-x86_64.txt deleted file mode 100644 index fd7180543ce..00000000000 --- a/library/cpp/blockcodecs/codecs/bzip/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,27 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-bzip INTERFACE) -target_link_libraries(blockcodecs-codecs-bzip INTERFACE - contrib-libs-cxxsupp - yutil - contrib-libs-libbz2 - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-bzip.global blockcodecs-codecs-bzip) -target_link_libraries(blockcodecs-codecs-bzip.global PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-libbz2 - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-bzip.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/bzip/bzip.cpp -) diff --git a/library/cpp/blockcodecs/codecs/fastlz/CMakeLists.darwin-x86_64.txt b/library/cpp/blockcodecs/codecs/fastlz/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 0acda91a4dc..00000000000 --- a/library/cpp/blockcodecs/codecs/fastlz/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,27 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-fastlz INTERFACE) -target_link_libraries(blockcodecs-codecs-fastlz INTERFACE - contrib-libs-cxxsupp - yutil - contrib-libs-fastlz - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-fastlz.global blockcodecs-codecs-fastlz) -target_link_libraries(blockcodecs-codecs-fastlz.global PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-fastlz - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-fastlz.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/fastlz/fastlz.cpp -) diff --git a/library/cpp/blockcodecs/codecs/fastlz/CMakeLists.linux-aarch64.txt b/library/cpp/blockcodecs/codecs/fastlz/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 841e41dc333..00000000000 --- a/library/cpp/blockcodecs/codecs/fastlz/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,29 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-fastlz INTERFACE) -target_link_libraries(blockcodecs-codecs-fastlz INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-fastlz - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-fastlz.global blockcodecs-codecs-fastlz) -target_link_libraries(blockcodecs-codecs-fastlz.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-fastlz - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-fastlz.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/fastlz/fastlz.cpp -) diff --git a/library/cpp/blockcodecs/codecs/fastlz/CMakeLists.linux-x86_64.txt b/library/cpp/blockcodecs/codecs/fastlz/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 841e41dc333..00000000000 --- a/library/cpp/blockcodecs/codecs/fastlz/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,29 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-fastlz INTERFACE) -target_link_libraries(blockcodecs-codecs-fastlz INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-fastlz - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-fastlz.global blockcodecs-codecs-fastlz) -target_link_libraries(blockcodecs-codecs-fastlz.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-fastlz - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-fastlz.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/fastlz/fastlz.cpp -) diff --git a/library/cpp/blockcodecs/codecs/fastlz/CMakeLists.txt b/library/cpp/blockcodecs/codecs/fastlz/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/blockcodecs/codecs/fastlz/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/blockcodecs/codecs/fastlz/CMakeLists.windows-x86_64.txt b/library/cpp/blockcodecs/codecs/fastlz/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 0acda91a4dc..00000000000 --- a/library/cpp/blockcodecs/codecs/fastlz/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,27 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-fastlz INTERFACE) -target_link_libraries(blockcodecs-codecs-fastlz INTERFACE - contrib-libs-cxxsupp - yutil - contrib-libs-fastlz - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-fastlz.global blockcodecs-codecs-fastlz) -target_link_libraries(blockcodecs-codecs-fastlz.global PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-fastlz - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-fastlz.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/fastlz/fastlz.cpp -) diff --git a/library/cpp/blockcodecs/codecs/legacy_zstd06/CMakeLists.darwin-x86_64.txt b/library/cpp/blockcodecs/codecs/legacy_zstd06/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c6d20bf8fc5..00000000000 --- a/library/cpp/blockcodecs/codecs/legacy_zstd06/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,27 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-legacy_zstd06 INTERFACE) -target_link_libraries(blockcodecs-codecs-legacy_zstd06 INTERFACE - contrib-libs-cxxsupp - yutil - contrib-libs-zstd06 - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-legacy_zstd06.global blockcodecs-codecs-legacy_zstd06) -target_link_libraries(blockcodecs-codecs-legacy_zstd06.global PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-zstd06 - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-legacy_zstd06.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/legacy_zstd06/legacy_zstd06.cpp -) diff --git a/library/cpp/blockcodecs/codecs/legacy_zstd06/CMakeLists.linux-aarch64.txt b/library/cpp/blockcodecs/codecs/legacy_zstd06/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e0dbc8de82b..00000000000 --- a/library/cpp/blockcodecs/codecs/legacy_zstd06/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,29 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-legacy_zstd06 INTERFACE) -target_link_libraries(blockcodecs-codecs-legacy_zstd06 INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-zstd06 - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-legacy_zstd06.global blockcodecs-codecs-legacy_zstd06) -target_link_libraries(blockcodecs-codecs-legacy_zstd06.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-zstd06 - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-legacy_zstd06.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/legacy_zstd06/legacy_zstd06.cpp -) diff --git a/library/cpp/blockcodecs/codecs/legacy_zstd06/CMakeLists.linux-x86_64.txt b/library/cpp/blockcodecs/codecs/legacy_zstd06/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e0dbc8de82b..00000000000 --- a/library/cpp/blockcodecs/codecs/legacy_zstd06/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,29 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-legacy_zstd06 INTERFACE) -target_link_libraries(blockcodecs-codecs-legacy_zstd06 INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-zstd06 - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-legacy_zstd06.global blockcodecs-codecs-legacy_zstd06) -target_link_libraries(blockcodecs-codecs-legacy_zstd06.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-zstd06 - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-legacy_zstd06.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/legacy_zstd06/legacy_zstd06.cpp -) diff --git a/library/cpp/blockcodecs/codecs/legacy_zstd06/CMakeLists.txt b/library/cpp/blockcodecs/codecs/legacy_zstd06/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/blockcodecs/codecs/legacy_zstd06/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/blockcodecs/codecs/legacy_zstd06/CMakeLists.windows-x86_64.txt b/library/cpp/blockcodecs/codecs/legacy_zstd06/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c6d20bf8fc5..00000000000 --- a/library/cpp/blockcodecs/codecs/legacy_zstd06/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,27 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-legacy_zstd06 INTERFACE) -target_link_libraries(blockcodecs-codecs-legacy_zstd06 INTERFACE - contrib-libs-cxxsupp - yutil - contrib-libs-zstd06 - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-legacy_zstd06.global blockcodecs-codecs-legacy_zstd06) -target_link_libraries(blockcodecs-codecs-legacy_zstd06.global PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-zstd06 - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-legacy_zstd06.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/legacy_zstd06/legacy_zstd06.cpp -) diff --git a/library/cpp/blockcodecs/codecs/lz4/CMakeLists.darwin-x86_64.txt b/library/cpp/blockcodecs/codecs/lz4/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 92e6f5f9db6..00000000000 --- a/library/cpp/blockcodecs/codecs/lz4/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,27 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-lz4 INTERFACE) -target_link_libraries(blockcodecs-codecs-lz4 INTERFACE - contrib-libs-cxxsupp - yutil - contrib-libs-lz4 - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-lz4.global blockcodecs-codecs-lz4) -target_link_libraries(blockcodecs-codecs-lz4.global PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-lz4 - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-lz4.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/lz4/lz4.cpp -) diff --git a/library/cpp/blockcodecs/codecs/lz4/CMakeLists.linux-aarch64.txt b/library/cpp/blockcodecs/codecs/lz4/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 0d4874b329a..00000000000 --- a/library/cpp/blockcodecs/codecs/lz4/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,29 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-lz4 INTERFACE) -target_link_libraries(blockcodecs-codecs-lz4 INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-lz4 - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-lz4.global blockcodecs-codecs-lz4) -target_link_libraries(blockcodecs-codecs-lz4.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-lz4 - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-lz4.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/lz4/lz4.cpp -) diff --git a/library/cpp/blockcodecs/codecs/lz4/CMakeLists.linux-x86_64.txt b/library/cpp/blockcodecs/codecs/lz4/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 0d4874b329a..00000000000 --- a/library/cpp/blockcodecs/codecs/lz4/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,29 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-lz4 INTERFACE) -target_link_libraries(blockcodecs-codecs-lz4 INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-lz4 - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-lz4.global blockcodecs-codecs-lz4) -target_link_libraries(blockcodecs-codecs-lz4.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-lz4 - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-lz4.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/lz4/lz4.cpp -) diff --git a/library/cpp/blockcodecs/codecs/lz4/CMakeLists.txt b/library/cpp/blockcodecs/codecs/lz4/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/blockcodecs/codecs/lz4/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/blockcodecs/codecs/lz4/CMakeLists.windows-x86_64.txt b/library/cpp/blockcodecs/codecs/lz4/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 92e6f5f9db6..00000000000 --- a/library/cpp/blockcodecs/codecs/lz4/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,27 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-lz4 INTERFACE) -target_link_libraries(blockcodecs-codecs-lz4 INTERFACE - contrib-libs-cxxsupp - yutil - contrib-libs-lz4 - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-lz4.global blockcodecs-codecs-lz4) -target_link_libraries(blockcodecs-codecs-lz4.global PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-lz4 - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-lz4.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/lz4/lz4.cpp -) diff --git a/library/cpp/blockcodecs/codecs/lzma/CMakeLists.darwin-x86_64.txt b/library/cpp/blockcodecs/codecs/lzma/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index acaf2f9e8d6..00000000000 --- a/library/cpp/blockcodecs/codecs/lzma/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,27 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-lzma INTERFACE) -target_link_libraries(blockcodecs-codecs-lzma INTERFACE - contrib-libs-cxxsupp - yutil - contrib-libs-lzmasdk - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-lzma.global blockcodecs-codecs-lzma) -target_link_libraries(blockcodecs-codecs-lzma.global PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-lzmasdk - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-lzma.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/lzma/lzma.cpp -) diff --git a/library/cpp/blockcodecs/codecs/lzma/CMakeLists.linux-aarch64.txt b/library/cpp/blockcodecs/codecs/lzma/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 0fee0bb18df..00000000000 --- a/library/cpp/blockcodecs/codecs/lzma/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,29 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-lzma INTERFACE) -target_link_libraries(blockcodecs-codecs-lzma INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-lzmasdk - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-lzma.global blockcodecs-codecs-lzma) -target_link_libraries(blockcodecs-codecs-lzma.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-lzmasdk - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-lzma.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/lzma/lzma.cpp -) diff --git a/library/cpp/blockcodecs/codecs/lzma/CMakeLists.linux-x86_64.txt b/library/cpp/blockcodecs/codecs/lzma/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 0fee0bb18df..00000000000 --- a/library/cpp/blockcodecs/codecs/lzma/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,29 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-lzma INTERFACE) -target_link_libraries(blockcodecs-codecs-lzma INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-lzmasdk - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-lzma.global blockcodecs-codecs-lzma) -target_link_libraries(blockcodecs-codecs-lzma.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-lzmasdk - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-lzma.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/lzma/lzma.cpp -) diff --git a/library/cpp/blockcodecs/codecs/lzma/CMakeLists.txt b/library/cpp/blockcodecs/codecs/lzma/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/blockcodecs/codecs/lzma/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/blockcodecs/codecs/lzma/CMakeLists.windows-x86_64.txt b/library/cpp/blockcodecs/codecs/lzma/CMakeLists.windows-x86_64.txt deleted file mode 100644 index acaf2f9e8d6..00000000000 --- a/library/cpp/blockcodecs/codecs/lzma/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,27 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-lzma INTERFACE) -target_link_libraries(blockcodecs-codecs-lzma INTERFACE - contrib-libs-cxxsupp - yutil - contrib-libs-lzmasdk - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-lzma.global blockcodecs-codecs-lzma) -target_link_libraries(blockcodecs-codecs-lzma.global PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-lzmasdk - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-lzma.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/lzma/lzma.cpp -) diff --git a/library/cpp/blockcodecs/codecs/snappy/CMakeLists.darwin-x86_64.txt b/library/cpp/blockcodecs/codecs/snappy/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 995fd58dfce..00000000000 --- a/library/cpp/blockcodecs/codecs/snappy/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,27 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-snappy INTERFACE) -target_link_libraries(blockcodecs-codecs-snappy INTERFACE - contrib-libs-cxxsupp - yutil - contrib-libs-snappy - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-snappy.global blockcodecs-codecs-snappy) -target_link_libraries(blockcodecs-codecs-snappy.global PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-snappy - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-snappy.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/snappy/snappy.cpp -) diff --git a/library/cpp/blockcodecs/codecs/snappy/CMakeLists.linux-aarch64.txt b/library/cpp/blockcodecs/codecs/snappy/CMakeLists.linux-aarch64.txt deleted file mode 100644 index de6eef3de03..00000000000 --- a/library/cpp/blockcodecs/codecs/snappy/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,29 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-snappy INTERFACE) -target_link_libraries(blockcodecs-codecs-snappy INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-snappy - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-snappy.global blockcodecs-codecs-snappy) -target_link_libraries(blockcodecs-codecs-snappy.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-snappy - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-snappy.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/snappy/snappy.cpp -) diff --git a/library/cpp/blockcodecs/codecs/snappy/CMakeLists.linux-x86_64.txt b/library/cpp/blockcodecs/codecs/snappy/CMakeLists.linux-x86_64.txt deleted file mode 100644 index de6eef3de03..00000000000 --- a/library/cpp/blockcodecs/codecs/snappy/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,29 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-snappy INTERFACE) -target_link_libraries(blockcodecs-codecs-snappy INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-snappy - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-snappy.global blockcodecs-codecs-snappy) -target_link_libraries(blockcodecs-codecs-snappy.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-snappy - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-snappy.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/snappy/snappy.cpp -) diff --git a/library/cpp/blockcodecs/codecs/snappy/CMakeLists.txt b/library/cpp/blockcodecs/codecs/snappy/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/blockcodecs/codecs/snappy/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/blockcodecs/codecs/snappy/CMakeLists.windows-x86_64.txt b/library/cpp/blockcodecs/codecs/snappy/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 995fd58dfce..00000000000 --- a/library/cpp/blockcodecs/codecs/snappy/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,27 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-snappy INTERFACE) -target_link_libraries(blockcodecs-codecs-snappy INTERFACE - contrib-libs-cxxsupp - yutil - contrib-libs-snappy - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-snappy.global blockcodecs-codecs-snappy) -target_link_libraries(blockcodecs-codecs-snappy.global PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-snappy - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-snappy.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/snappy/snappy.cpp -) diff --git a/library/cpp/blockcodecs/codecs/zlib/CMakeLists.darwin-x86_64.txt b/library/cpp/blockcodecs/codecs/zlib/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 41f29397bc6..00000000000 --- a/library/cpp/blockcodecs/codecs/zlib/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,27 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-zlib INTERFACE) -target_link_libraries(blockcodecs-codecs-zlib INTERFACE - contrib-libs-cxxsupp - yutil - contrib-libs-zlib - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-zlib.global blockcodecs-codecs-zlib) -target_link_libraries(blockcodecs-codecs-zlib.global PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-zlib - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-zlib.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/zlib/zlib.cpp -) diff --git a/library/cpp/blockcodecs/codecs/zlib/CMakeLists.linux-aarch64.txt b/library/cpp/blockcodecs/codecs/zlib/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 5d91c9e50bb..00000000000 --- a/library/cpp/blockcodecs/codecs/zlib/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,29 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-zlib INTERFACE) -target_link_libraries(blockcodecs-codecs-zlib INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-zlib - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-zlib.global blockcodecs-codecs-zlib) -target_link_libraries(blockcodecs-codecs-zlib.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-zlib - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-zlib.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/zlib/zlib.cpp -) diff --git a/library/cpp/blockcodecs/codecs/zlib/CMakeLists.linux-x86_64.txt b/library/cpp/blockcodecs/codecs/zlib/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 5d91c9e50bb..00000000000 --- a/library/cpp/blockcodecs/codecs/zlib/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,29 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-zlib INTERFACE) -target_link_libraries(blockcodecs-codecs-zlib INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-zlib - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-zlib.global blockcodecs-codecs-zlib) -target_link_libraries(blockcodecs-codecs-zlib.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-zlib - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-zlib.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/zlib/zlib.cpp -) diff --git a/library/cpp/blockcodecs/codecs/zlib/CMakeLists.txt b/library/cpp/blockcodecs/codecs/zlib/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/blockcodecs/codecs/zlib/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/blockcodecs/codecs/zlib/CMakeLists.windows-x86_64.txt b/library/cpp/blockcodecs/codecs/zlib/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 41f29397bc6..00000000000 --- a/library/cpp/blockcodecs/codecs/zlib/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,27 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-zlib INTERFACE) -target_link_libraries(blockcodecs-codecs-zlib INTERFACE - contrib-libs-cxxsupp - yutil - contrib-libs-zlib - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-zlib.global blockcodecs-codecs-zlib) -target_link_libraries(blockcodecs-codecs-zlib.global PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-zlib - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-zlib.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/zlib/zlib.cpp -) diff --git a/library/cpp/blockcodecs/codecs/zstd/CMakeLists.darwin-x86_64.txt b/library/cpp/blockcodecs/codecs/zstd/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 894ad9b9a8b..00000000000 --- a/library/cpp/blockcodecs/codecs/zstd/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,27 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-zstd INTERFACE) -target_link_libraries(blockcodecs-codecs-zstd INTERFACE - contrib-libs-cxxsupp - yutil - contrib-libs-zstd - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-zstd.global blockcodecs-codecs-zstd) -target_link_libraries(blockcodecs-codecs-zstd.global PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-zstd - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-zstd.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/zstd/zstd.cpp -) diff --git a/library/cpp/blockcodecs/codecs/zstd/CMakeLists.linux-aarch64.txt b/library/cpp/blockcodecs/codecs/zstd/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 46c472e81f8..00000000000 --- a/library/cpp/blockcodecs/codecs/zstd/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,29 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-zstd INTERFACE) -target_link_libraries(blockcodecs-codecs-zstd INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-zstd - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-zstd.global blockcodecs-codecs-zstd) -target_link_libraries(blockcodecs-codecs-zstd.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-zstd - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-zstd.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/zstd/zstd.cpp -) diff --git a/library/cpp/blockcodecs/codecs/zstd/CMakeLists.linux-x86_64.txt b/library/cpp/blockcodecs/codecs/zstd/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 46c472e81f8..00000000000 --- a/library/cpp/blockcodecs/codecs/zstd/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,29 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-zstd INTERFACE) -target_link_libraries(blockcodecs-codecs-zstd INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-zstd - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-zstd.global blockcodecs-codecs-zstd) -target_link_libraries(blockcodecs-codecs-zstd.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-zstd - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-zstd.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/zstd/zstd.cpp -) diff --git a/library/cpp/blockcodecs/codecs/zstd/CMakeLists.txt b/library/cpp/blockcodecs/codecs/zstd/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/blockcodecs/codecs/zstd/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/blockcodecs/codecs/zstd/CMakeLists.windows-x86_64.txt b/library/cpp/blockcodecs/codecs/zstd/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 894ad9b9a8b..00000000000 --- a/library/cpp/blockcodecs/codecs/zstd/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,27 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(blockcodecs-codecs-zstd INTERFACE) -target_link_libraries(blockcodecs-codecs-zstd INTERFACE - contrib-libs-cxxsupp - yutil - contrib-libs-zstd - cpp-blockcodecs-core -) - -add_global_library_for(blockcodecs-codecs-zstd.global blockcodecs-codecs-zstd) -target_link_libraries(blockcodecs-codecs-zstd.global PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-zstd - cpp-blockcodecs-core -) -target_sources(blockcodecs-codecs-zstd.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/codecs/zstd/zstd.cpp -) diff --git a/library/cpp/blockcodecs/core/CMakeLists.darwin-x86_64.txt b/library/cpp/blockcodecs/core/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c49c7d01b8f..00000000000 --- a/library/cpp/blockcodecs/core/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(cpp-blockcodecs-core) -target_link_libraries(cpp-blockcodecs-core PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-blockcodecs-core PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/core/codecs.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/core/stream.cpp -) diff --git a/library/cpp/blockcodecs/core/CMakeLists.linux-aarch64.txt b/library/cpp/blockcodecs/core/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 407f8f62e12..00000000000 --- a/library/cpp/blockcodecs/core/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(cpp-blockcodecs-core) -target_link_libraries(cpp-blockcodecs-core PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-blockcodecs-core PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/core/codecs.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/core/stream.cpp -) diff --git a/library/cpp/blockcodecs/core/CMakeLists.linux-x86_64.txt b/library/cpp/blockcodecs/core/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 407f8f62e12..00000000000 --- a/library/cpp/blockcodecs/core/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(cpp-blockcodecs-core) -target_link_libraries(cpp-blockcodecs-core PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-blockcodecs-core PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/core/codecs.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/core/stream.cpp -) diff --git a/library/cpp/blockcodecs/core/CMakeLists.txt b/library/cpp/blockcodecs/core/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/blockcodecs/core/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/blockcodecs/core/CMakeLists.windows-x86_64.txt b/library/cpp/blockcodecs/core/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c49c7d01b8f..00000000000 --- a/library/cpp/blockcodecs/core/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(cpp-blockcodecs-core) -target_link_libraries(cpp-blockcodecs-core PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-blockcodecs-core PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/core/codecs.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/blockcodecs/core/stream.cpp -) diff --git a/library/cpp/build_info/CMakeLists.darwin-x86_64.txt b/library/cpp/build_info/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a749cac8a03..00000000000 --- a/library/cpp/build_info/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,57 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -find_package(Python3 REQUIRED) -set( - KOSHER_SVN_VERSION - -) -set( - SANDBOX_TASK_ID - 0 -) -set( - BUILD_TYPE - RELEASE -) - -add_library(library-cpp-build_info) -target_include_directories(library-cpp-build_info PUBLIC - ${CMAKE_BINARY_DIR}/library/cpp/build_info -) -target_link_libraries(library-cpp-build_info PUBLIC - contrib-libs-cxxsupp - yutil - cpp-string_utils-base64 -) -target_sources(library-cpp-build_info PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/build_info/build_info_static.cpp - ${CMAKE_BINARY_DIR}/library/cpp/build_info/buildinfo_data.h - ${CMAKE_BINARY_DIR}/library/cpp/build_info/sandbox.cpp - ${CMAKE_BINARY_DIR}/library/cpp/build_info/build_info.cpp -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/library/cpp/build_info/buildinfo_data.h - DEPENDS - ${CMAKE_SOURCE_DIR}/build/scripts/build_info_gen.py - COMMAND - Python3::Interpreter - ${CMAKE_SOURCE_DIR}/build/scripts/build_info_gen.py - ${CMAKE_BINARY_DIR}/library/cpp/build_info/buildinfo_data.h - \"${CMAKE_CXX_COMPILER}\" - \"${CMAKE_CXX_FLAGS}\" -) -configure_file( - ${CMAKE_SOURCE_DIR}/library/cpp/build_info/sandbox.cpp.in - ${CMAKE_BINARY_DIR}/library/cpp/build_info/sandbox.cpp -) -configure_file( - ${CMAKE_SOURCE_DIR}/library/cpp/build_info/build_info.cpp.in - ${CMAKE_BINARY_DIR}/library/cpp/build_info/build_info.cpp -) diff --git a/library/cpp/build_info/CMakeLists.linux-aarch64.txt b/library/cpp/build_info/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 7067bdf107c..00000000000 --- a/library/cpp/build_info/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,58 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -find_package(Python3 REQUIRED) -set( - KOSHER_SVN_VERSION - -) -set( - SANDBOX_TASK_ID - 0 -) -set( - BUILD_TYPE - RELEASE -) - -add_library(library-cpp-build_info) -target_include_directories(library-cpp-build_info PUBLIC - ${CMAKE_BINARY_DIR}/library/cpp/build_info -) -target_link_libraries(library-cpp-build_info PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-string_utils-base64 -) -target_sources(library-cpp-build_info PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/build_info/build_info_static.cpp - ${CMAKE_BINARY_DIR}/library/cpp/build_info/buildinfo_data.h - ${CMAKE_BINARY_DIR}/library/cpp/build_info/sandbox.cpp - ${CMAKE_BINARY_DIR}/library/cpp/build_info/build_info.cpp -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/library/cpp/build_info/buildinfo_data.h - DEPENDS - ${CMAKE_SOURCE_DIR}/build/scripts/build_info_gen.py - COMMAND - Python3::Interpreter - ${CMAKE_SOURCE_DIR}/build/scripts/build_info_gen.py - ${CMAKE_BINARY_DIR}/library/cpp/build_info/buildinfo_data.h - \"${CMAKE_CXX_COMPILER}\" - \"${CMAKE_CXX_FLAGS}\" -) -configure_file( - ${CMAKE_SOURCE_DIR}/library/cpp/build_info/sandbox.cpp.in - ${CMAKE_BINARY_DIR}/library/cpp/build_info/sandbox.cpp -) -configure_file( - ${CMAKE_SOURCE_DIR}/library/cpp/build_info/build_info.cpp.in - ${CMAKE_BINARY_DIR}/library/cpp/build_info/build_info.cpp -) diff --git a/library/cpp/build_info/CMakeLists.linux-x86_64.txt b/library/cpp/build_info/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 7067bdf107c..00000000000 --- a/library/cpp/build_info/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,58 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -find_package(Python3 REQUIRED) -set( - KOSHER_SVN_VERSION - -) -set( - SANDBOX_TASK_ID - 0 -) -set( - BUILD_TYPE - RELEASE -) - -add_library(library-cpp-build_info) -target_include_directories(library-cpp-build_info PUBLIC - ${CMAKE_BINARY_DIR}/library/cpp/build_info -) -target_link_libraries(library-cpp-build_info PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-string_utils-base64 -) -target_sources(library-cpp-build_info PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/build_info/build_info_static.cpp - ${CMAKE_BINARY_DIR}/library/cpp/build_info/buildinfo_data.h - ${CMAKE_BINARY_DIR}/library/cpp/build_info/sandbox.cpp - ${CMAKE_BINARY_DIR}/library/cpp/build_info/build_info.cpp -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/library/cpp/build_info/buildinfo_data.h - DEPENDS - ${CMAKE_SOURCE_DIR}/build/scripts/build_info_gen.py - COMMAND - Python3::Interpreter - ${CMAKE_SOURCE_DIR}/build/scripts/build_info_gen.py - ${CMAKE_BINARY_DIR}/library/cpp/build_info/buildinfo_data.h - \"${CMAKE_CXX_COMPILER}\" - \"${CMAKE_CXX_FLAGS}\" -) -configure_file( - ${CMAKE_SOURCE_DIR}/library/cpp/build_info/sandbox.cpp.in - ${CMAKE_BINARY_DIR}/library/cpp/build_info/sandbox.cpp -) -configure_file( - ${CMAKE_SOURCE_DIR}/library/cpp/build_info/build_info.cpp.in - ${CMAKE_BINARY_DIR}/library/cpp/build_info/build_info.cpp -) diff --git a/library/cpp/build_info/CMakeLists.txt b/library/cpp/build_info/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/build_info/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/build_info/CMakeLists.windows-x86_64.txt b/library/cpp/build_info/CMakeLists.windows-x86_64.txt deleted file mode 100644 index a749cac8a03..00000000000 --- a/library/cpp/build_info/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,57 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -find_package(Python3 REQUIRED) -set( - KOSHER_SVN_VERSION - -) -set( - SANDBOX_TASK_ID - 0 -) -set( - BUILD_TYPE - RELEASE -) - -add_library(library-cpp-build_info) -target_include_directories(library-cpp-build_info PUBLIC - ${CMAKE_BINARY_DIR}/library/cpp/build_info -) -target_link_libraries(library-cpp-build_info PUBLIC - contrib-libs-cxxsupp - yutil - cpp-string_utils-base64 -) -target_sources(library-cpp-build_info PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/build_info/build_info_static.cpp - ${CMAKE_BINARY_DIR}/library/cpp/build_info/buildinfo_data.h - ${CMAKE_BINARY_DIR}/library/cpp/build_info/sandbox.cpp - ${CMAKE_BINARY_DIR}/library/cpp/build_info/build_info.cpp -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/library/cpp/build_info/buildinfo_data.h - DEPENDS - ${CMAKE_SOURCE_DIR}/build/scripts/build_info_gen.py - COMMAND - Python3::Interpreter - ${CMAKE_SOURCE_DIR}/build/scripts/build_info_gen.py - ${CMAKE_BINARY_DIR}/library/cpp/build_info/buildinfo_data.h - \"${CMAKE_CXX_COMPILER}\" - \"${CMAKE_CXX_FLAGS}\" -) -configure_file( - ${CMAKE_SOURCE_DIR}/library/cpp/build_info/sandbox.cpp.in - ${CMAKE_BINARY_DIR}/library/cpp/build_info/sandbox.cpp -) -configure_file( - ${CMAKE_SOURCE_DIR}/library/cpp/build_info/build_info.cpp.in - ${CMAKE_BINARY_DIR}/library/cpp/build_info/build_info.cpp -) diff --git a/library/cpp/cache/CMakeLists.darwin-x86_64.txt b/library/cpp/cache/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 82cae52ee21..00000000000 --- a/library/cpp/cache/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(library-cpp-cache) -target_link_libraries(library-cpp-cache PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-cache PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/cache/cache.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/cache/thread_safe_cache.cpp -) diff --git a/library/cpp/cache/CMakeLists.linux-aarch64.txt b/library/cpp/cache/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 4278ad1c770..00000000000 --- a/library/cpp/cache/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(library-cpp-cache) -target_link_libraries(library-cpp-cache PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-cache PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/cache/cache.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/cache/thread_safe_cache.cpp -) diff --git a/library/cpp/cache/CMakeLists.linux-x86_64.txt b/library/cpp/cache/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 4278ad1c770..00000000000 --- a/library/cpp/cache/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(library-cpp-cache) -target_link_libraries(library-cpp-cache PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-cache PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/cache/cache.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/cache/thread_safe_cache.cpp -) diff --git a/library/cpp/cache/CMakeLists.txt b/library/cpp/cache/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/cache/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/cache/CMakeLists.windows-x86_64.txt b/library/cpp/cache/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 82cae52ee21..00000000000 --- a/library/cpp/cache/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(library-cpp-cache) -target_link_libraries(library-cpp-cache PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-cache PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/cache/cache.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/cache/thread_safe_cache.cpp -) diff --git a/library/cpp/case_insensitive_string/CMakeLists.darwin-x86_64.txt b/library/cpp/case_insensitive_string/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d6d3602e2d2..00000000000 --- a/library/cpp/case_insensitive_string/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(library-cpp-case_insensitive_string) -target_link_libraries(library-cpp-case_insensitive_string PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-libc_compat - cpp-digest-murmur -) -target_sources(library-cpp-case_insensitive_string PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/case_insensitive_string/case_insensitive_char_traits.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/case_insensitive_string/case_insensitive_string.cpp -) diff --git a/library/cpp/case_insensitive_string/CMakeLists.linux-aarch64.txt b/library/cpp/case_insensitive_string/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d02118b8f77..00000000000 --- a/library/cpp/case_insensitive_string/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(library-cpp-case_insensitive_string) -target_link_libraries(library-cpp-case_insensitive_string PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-libc_compat - cpp-digest-murmur -) -target_sources(library-cpp-case_insensitive_string PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/case_insensitive_string/case_insensitive_char_traits.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/case_insensitive_string/case_insensitive_string.cpp -) diff --git a/library/cpp/case_insensitive_string/CMakeLists.linux-x86_64.txt b/library/cpp/case_insensitive_string/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d02118b8f77..00000000000 --- a/library/cpp/case_insensitive_string/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(library-cpp-case_insensitive_string) -target_link_libraries(library-cpp-case_insensitive_string PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-libc_compat - cpp-digest-murmur -) -target_sources(library-cpp-case_insensitive_string PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/case_insensitive_string/case_insensitive_char_traits.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/case_insensitive_string/case_insensitive_string.cpp -) diff --git a/library/cpp/case_insensitive_string/CMakeLists.txt b/library/cpp/case_insensitive_string/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/case_insensitive_string/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/case_insensitive_string/CMakeLists.windows-x86_64.txt b/library/cpp/case_insensitive_string/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d6d3602e2d2..00000000000 --- a/library/cpp/case_insensitive_string/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(library-cpp-case_insensitive_string) -target_link_libraries(library-cpp-case_insensitive_string PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-libc_compat - cpp-digest-murmur -) -target_sources(library-cpp-case_insensitive_string PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/case_insensitive_string/case_insensitive_char_traits.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/case_insensitive_string/case_insensitive_string.cpp -) diff --git a/library/cpp/cgiparam/CMakeLists.darwin-x86_64.txt b/library/cpp/cgiparam/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 186d00a9389..00000000000 --- a/library/cpp/cgiparam/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(library-cpp-cgiparam) -target_link_libraries(library-cpp-cgiparam PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-iterator - cpp-string_utils-quote - cpp-string_utils-scan -) -target_sources(library-cpp-cgiparam PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/cgiparam/cgiparam.cpp -) diff --git a/library/cpp/cgiparam/CMakeLists.linux-aarch64.txt b/library/cpp/cgiparam/CMakeLists.linux-aarch64.txt deleted file mode 100644 index eec57f881a2..00000000000 --- a/library/cpp/cgiparam/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(library-cpp-cgiparam) -target_link_libraries(library-cpp-cgiparam PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-iterator - cpp-string_utils-quote - cpp-string_utils-scan -) -target_sources(library-cpp-cgiparam PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/cgiparam/cgiparam.cpp -) diff --git a/library/cpp/cgiparam/CMakeLists.linux-x86_64.txt b/library/cpp/cgiparam/CMakeLists.linux-x86_64.txt deleted file mode 100644 index eec57f881a2..00000000000 --- a/library/cpp/cgiparam/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(library-cpp-cgiparam) -target_link_libraries(library-cpp-cgiparam PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-iterator - cpp-string_utils-quote - cpp-string_utils-scan -) -target_sources(library-cpp-cgiparam PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/cgiparam/cgiparam.cpp -) diff --git a/library/cpp/cgiparam/CMakeLists.txt b/library/cpp/cgiparam/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/cgiparam/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/cgiparam/CMakeLists.windows-x86_64.txt b/library/cpp/cgiparam/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 186d00a9389..00000000000 --- a/library/cpp/cgiparam/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(library-cpp-cgiparam) -target_link_libraries(library-cpp-cgiparam PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-iterator - cpp-string_utils-quote - cpp-string_utils-scan -) -target_sources(library-cpp-cgiparam PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/cgiparam/cgiparam.cpp -) diff --git a/library/cpp/charset/CMakeLists.darwin-x86_64.txt b/library/cpp/charset/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index cade4ef3cd9..00000000000 --- a/library/cpp/charset/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(lite) - -add_library(library-cpp-charset) -target_link_libraries(library-cpp-charset PUBLIC - contrib-libs-cxxsupp - yutil - cpp-charset-lite -) -target_sources(library-cpp-charset PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/charset/decodeunknownplane.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/charset/wide.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/charset/iconv.cpp -) diff --git a/library/cpp/charset/CMakeLists.linux-aarch64.txt b/library/cpp/charset/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 63f8766de9b..00000000000 --- a/library/cpp/charset/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(lite) - -add_library(library-cpp-charset) -target_link_libraries(library-cpp-charset PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-charset-lite -) -target_sources(library-cpp-charset PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/charset/decodeunknownplane.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/charset/wide.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/charset/iconv.cpp -) diff --git a/library/cpp/charset/CMakeLists.linux-x86_64.txt b/library/cpp/charset/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 63f8766de9b..00000000000 --- a/library/cpp/charset/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(lite) - -add_library(library-cpp-charset) -target_link_libraries(library-cpp-charset PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-charset-lite -) -target_sources(library-cpp-charset PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/charset/decodeunknownplane.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/charset/wide.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/charset/iconv.cpp -) diff --git a/library/cpp/charset/CMakeLists.txt b/library/cpp/charset/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/charset/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/charset/CMakeLists.windows-x86_64.txt b/library/cpp/charset/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 951a43b8122..00000000000 --- a/library/cpp/charset/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. - - -find_package(Iconv REQUIRED) -add_subdirectory(lite) - -add_library(library-cpp-charset) -target_link_libraries(library-cpp-charset PUBLIC - contrib-libs-cxxsupp - yutil - cpp-charset-lite - Iconv::Iconv -) -target_sources(library-cpp-charset PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/charset/decodeunknownplane.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/charset/wide.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/charset/iconv.cpp -) diff --git a/library/cpp/charset/lite/CMakeLists.darwin-x86_64.txt b/library/cpp/charset/lite/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 0a3337929c3..00000000000 --- a/library/cpp/charset/lite/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(cpp-charset-lite) -target_link_libraries(cpp-charset-lite PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-charset-lite PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/charset/generated/cp_data.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/charset/generated/encrec_data.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/charset/codepage.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/charset/cp_encrec.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/charset/doccodes.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/charset/ci_string.cpp -) diff --git a/library/cpp/charset/lite/CMakeLists.linux-aarch64.txt b/library/cpp/charset/lite/CMakeLists.linux-aarch64.txt deleted file mode 100644 index ff0a9b367a2..00000000000 --- a/library/cpp/charset/lite/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(cpp-charset-lite) -target_link_libraries(cpp-charset-lite PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-charset-lite PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/charset/generated/cp_data.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/charset/generated/encrec_data.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/charset/codepage.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/charset/cp_encrec.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/charset/doccodes.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/charset/ci_string.cpp -) diff --git a/library/cpp/charset/lite/CMakeLists.linux-x86_64.txt b/library/cpp/charset/lite/CMakeLists.linux-x86_64.txt deleted file mode 100644 index ff0a9b367a2..00000000000 --- a/library/cpp/charset/lite/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(cpp-charset-lite) -target_link_libraries(cpp-charset-lite PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-charset-lite PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/charset/generated/cp_data.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/charset/generated/encrec_data.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/charset/codepage.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/charset/cp_encrec.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/charset/doccodes.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/charset/ci_string.cpp -) diff --git a/library/cpp/charset/lite/CMakeLists.txt b/library/cpp/charset/lite/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/charset/lite/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/charset/lite/CMakeLists.windows-x86_64.txt b/library/cpp/charset/lite/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 0a3337929c3..00000000000 --- a/library/cpp/charset/lite/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(cpp-charset-lite) -target_link_libraries(cpp-charset-lite PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-charset-lite PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/charset/generated/cp_data.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/charset/generated/encrec_data.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/charset/codepage.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/charset/cp_encrec.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/charset/doccodes.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/charset/ci_string.cpp -) diff --git a/library/cpp/codecs/CMakeLists.darwin-x86_64.txt b/library/cpp/codecs/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2bc3133ce1c..00000000000 --- a/library/cpp/codecs/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_subdirectory(greedy_dict) - -add_library(library-cpp-codecs) -target_link_libraries(library-cpp-codecs PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-zstd - library-cpp-bit_io - library-cpp-blockcodecs - cpp-codecs-greedy_dict - library-cpp-comptable - cpp-containers-comptrie - cpp-deprecated-accessors - library-cpp-packers - cpp-string_utils-relaxed_escaper -) -target_sources(library-cpp-codecs PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/codecs/tls_cache.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/codecs/codecs.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/codecs/codecs_registry.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/codecs/comptable_codec.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/codecs/delta_codec.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/codecs/float_huffman.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/codecs/huffman_codec.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/codecs/pfor_codec.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/codecs/solar_codec.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/codecs/zstd_dict_codec.cpp -) diff --git a/library/cpp/codecs/CMakeLists.linux-aarch64.txt b/library/cpp/codecs/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e70090edcb2..00000000000 --- a/library/cpp/codecs/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_subdirectory(greedy_dict) - -add_library(library-cpp-codecs) -target_link_libraries(library-cpp-codecs PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-zstd - library-cpp-bit_io - library-cpp-blockcodecs - cpp-codecs-greedy_dict - library-cpp-comptable - cpp-containers-comptrie - cpp-deprecated-accessors - library-cpp-packers - cpp-string_utils-relaxed_escaper -) -target_sources(library-cpp-codecs PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/codecs/tls_cache.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/codecs/codecs.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/codecs/codecs_registry.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/codecs/comptable_codec.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/codecs/delta_codec.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/codecs/float_huffman.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/codecs/huffman_codec.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/codecs/pfor_codec.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/codecs/solar_codec.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/codecs/zstd_dict_codec.cpp -) diff --git a/library/cpp/codecs/CMakeLists.linux-x86_64.txt b/library/cpp/codecs/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e70090edcb2..00000000000 --- a/library/cpp/codecs/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_subdirectory(greedy_dict) - -add_library(library-cpp-codecs) -target_link_libraries(library-cpp-codecs PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-zstd - library-cpp-bit_io - library-cpp-blockcodecs - cpp-codecs-greedy_dict - library-cpp-comptable - cpp-containers-comptrie - cpp-deprecated-accessors - library-cpp-packers - cpp-string_utils-relaxed_escaper -) -target_sources(library-cpp-codecs PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/codecs/tls_cache.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/codecs/codecs.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/codecs/codecs_registry.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/codecs/comptable_codec.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/codecs/delta_codec.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/codecs/float_huffman.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/codecs/huffman_codec.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/codecs/pfor_codec.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/codecs/solar_codec.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/codecs/zstd_dict_codec.cpp -) diff --git a/library/cpp/codecs/CMakeLists.txt b/library/cpp/codecs/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/codecs/CMakeLists.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/codecs/CMakeLists.windows-x86_64.txt b/library/cpp/codecs/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 2bc3133ce1c..00000000000 --- a/library/cpp/codecs/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_subdirectory(greedy_dict) - -add_library(library-cpp-codecs) -target_link_libraries(library-cpp-codecs PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-zstd - library-cpp-bit_io - library-cpp-blockcodecs - cpp-codecs-greedy_dict - library-cpp-comptable - cpp-containers-comptrie - cpp-deprecated-accessors - library-cpp-packers - cpp-string_utils-relaxed_escaper -) -target_sources(library-cpp-codecs PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/codecs/tls_cache.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/codecs/codecs.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/codecs/codecs_registry.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/codecs/comptable_codec.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/codecs/delta_codec.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/codecs/float_huffman.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/codecs/huffman_codec.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/codecs/pfor_codec.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/codecs/solar_codec.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/codecs/zstd_dict_codec.cpp -) diff --git a/library/cpp/codecs/greedy_dict/CMakeLists.darwin-x86_64.txt b/library/cpp/codecs/greedy_dict/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 7f06cf83d8a..00000000000 --- a/library/cpp/codecs/greedy_dict/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(cpp-codecs-greedy_dict) -target_link_libraries(cpp-codecs-greedy_dict PUBLIC - contrib-libs-cxxsupp - yutil - cpp-containers-comptrie - cpp-string_utils-relaxed_escaper -) -target_sources(cpp-codecs-greedy_dict PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/codecs/greedy_dict/gd_builder.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/codecs/greedy_dict/gd_entry.cpp -) diff --git a/library/cpp/codecs/greedy_dict/CMakeLists.linux-aarch64.txt b/library/cpp/codecs/greedy_dict/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 734416a5272..00000000000 --- a/library/cpp/codecs/greedy_dict/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(cpp-codecs-greedy_dict) -target_link_libraries(cpp-codecs-greedy_dict PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-containers-comptrie - cpp-string_utils-relaxed_escaper -) -target_sources(cpp-codecs-greedy_dict PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/codecs/greedy_dict/gd_builder.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/codecs/greedy_dict/gd_entry.cpp -) diff --git a/library/cpp/codecs/greedy_dict/CMakeLists.linux-x86_64.txt b/library/cpp/codecs/greedy_dict/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 734416a5272..00000000000 --- a/library/cpp/codecs/greedy_dict/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(cpp-codecs-greedy_dict) -target_link_libraries(cpp-codecs-greedy_dict PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-containers-comptrie - cpp-string_utils-relaxed_escaper -) -target_sources(cpp-codecs-greedy_dict PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/codecs/greedy_dict/gd_builder.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/codecs/greedy_dict/gd_entry.cpp -) diff --git a/library/cpp/codecs/greedy_dict/CMakeLists.txt b/library/cpp/codecs/greedy_dict/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/codecs/greedy_dict/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/codecs/greedy_dict/CMakeLists.windows-x86_64.txt b/library/cpp/codecs/greedy_dict/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 7f06cf83d8a..00000000000 --- a/library/cpp/codecs/greedy_dict/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(cpp-codecs-greedy_dict) -target_link_libraries(cpp-codecs-greedy_dict PUBLIC - contrib-libs-cxxsupp - yutil - cpp-containers-comptrie - cpp-string_utils-relaxed_escaper -) -target_sources(cpp-codecs-greedy_dict PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/codecs/greedy_dict/gd_builder.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/codecs/greedy_dict/gd_entry.cpp -) diff --git a/library/cpp/colorizer/CMakeLists.darwin-x86_64.txt b/library/cpp/colorizer/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a47c86d7eaa..00000000000 --- a/library/cpp/colorizer/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(library-cpp-colorizer) -target_link_libraries(library-cpp-colorizer PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-colorizer PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/colorizer/colors.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/colorizer/output.cpp -) diff --git a/library/cpp/colorizer/CMakeLists.linux-aarch64.txt b/library/cpp/colorizer/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d407d96e14e..00000000000 --- a/library/cpp/colorizer/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(library-cpp-colorizer) -target_link_libraries(library-cpp-colorizer PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-colorizer PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/colorizer/colors.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/colorizer/output.cpp -) diff --git a/library/cpp/colorizer/CMakeLists.linux-x86_64.txt b/library/cpp/colorizer/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d407d96e14e..00000000000 --- a/library/cpp/colorizer/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(library-cpp-colorizer) -target_link_libraries(library-cpp-colorizer PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-colorizer PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/colorizer/colors.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/colorizer/output.cpp -) diff --git a/library/cpp/colorizer/CMakeLists.txt b/library/cpp/colorizer/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/colorizer/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/colorizer/CMakeLists.windows-x86_64.txt b/library/cpp/colorizer/CMakeLists.windows-x86_64.txt deleted file mode 100644 index a47c86d7eaa..00000000000 --- a/library/cpp/colorizer/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(library-cpp-colorizer) -target_link_libraries(library-cpp-colorizer PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-colorizer PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/colorizer/colors.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/colorizer/output.cpp -) diff --git a/library/cpp/compproto/CMakeLists.darwin-x86_64.txt b/library/cpp/compproto/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index abcc95d486f..00000000000 --- a/library/cpp/compproto/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(library-cpp-compproto) -target_link_libraries(library-cpp-compproto PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-compproto PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/compproto/lib.cpp -) diff --git a/library/cpp/compproto/CMakeLists.linux-aarch64.txt b/library/cpp/compproto/CMakeLists.linux-aarch64.txt deleted file mode 100644 index f7c1ee7be78..00000000000 --- a/library/cpp/compproto/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(library-cpp-compproto) -target_link_libraries(library-cpp-compproto PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-compproto PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/compproto/lib.cpp -) diff --git a/library/cpp/compproto/CMakeLists.linux-x86_64.txt b/library/cpp/compproto/CMakeLists.linux-x86_64.txt deleted file mode 100644 index f7c1ee7be78..00000000000 --- a/library/cpp/compproto/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(library-cpp-compproto) -target_link_libraries(library-cpp-compproto PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-compproto PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/compproto/lib.cpp -) diff --git a/library/cpp/compproto/CMakeLists.txt b/library/cpp/compproto/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/compproto/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/compproto/CMakeLists.windows-x86_64.txt b/library/cpp/compproto/CMakeLists.windows-x86_64.txt deleted file mode 100644 index abcc95d486f..00000000000 --- a/library/cpp/compproto/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(library-cpp-compproto) -target_link_libraries(library-cpp-compproto PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-compproto PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/compproto/lib.cpp -) diff --git a/library/cpp/comptable/CMakeLists.darwin-x86_64.txt b/library/cpp/comptable/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index e695ca6521a..00000000000 --- a/library/cpp/comptable/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(library-cpp-comptable) -target_link_libraries(library-cpp-comptable PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-compproto -) -target_sources(library-cpp-comptable PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/comptable/comptable.cpp -) diff --git a/library/cpp/comptable/CMakeLists.linux-aarch64.txt b/library/cpp/comptable/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d438e07d935..00000000000 --- a/library/cpp/comptable/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(library-cpp-comptable) -target_link_libraries(library-cpp-comptable PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-compproto -) -target_sources(library-cpp-comptable PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/comptable/comptable.cpp -) diff --git a/library/cpp/comptable/CMakeLists.linux-x86_64.txt b/library/cpp/comptable/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d438e07d935..00000000000 --- a/library/cpp/comptable/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(library-cpp-comptable) -target_link_libraries(library-cpp-comptable PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-compproto -) -target_sources(library-cpp-comptable PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/comptable/comptable.cpp -) diff --git a/library/cpp/comptable/CMakeLists.txt b/library/cpp/comptable/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/comptable/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/comptable/CMakeLists.windows-x86_64.txt b/library/cpp/comptable/CMakeLists.windows-x86_64.txt deleted file mode 100644 index e695ca6521a..00000000000 --- a/library/cpp/comptable/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(library-cpp-comptable) -target_link_libraries(library-cpp-comptable PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-compproto -) -target_sources(library-cpp-comptable PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/comptable/comptable.cpp -) diff --git a/library/cpp/config/CMakeLists.darwin-x86_64.txt b/library/cpp/config/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 23c772e4fc2..00000000000 --- a/library/cpp/config/CMakeLists.darwin-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. - - -get_built_tool_path( - TOOL_archiver_bin - TOOL_archiver_dependency - tools/archiver - archiver -) - -add_library(library-cpp-config) -target_include_directories(library-cpp-config PUBLIC - ${CMAKE_BINARY_DIR}/library/cpp/config -) -target_link_libraries(library-cpp-config PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-archive - library-cpp-json - library-cpp-lua - cpp-string_utils-relaxed_escaper -) -target_sources(library-cpp-config PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/config/config.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/config/sax.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/config/value.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/config/markup.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/config/ini.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/config/domscheme.cpp - ${CMAKE_BINARY_DIR}/library/cpp/config/code.inc -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/library/cpp/config/code.inc - DEPENDS - ${TOOL_archiver_bin} - ${CMAKE_SOURCE_DIR}/library/cpp/config/support/pp.lua - COMMAND - ${TOOL_archiver_bin} - -q - -x - ${CMAKE_SOURCE_DIR}/library/cpp/config/support/pp.lua: - -o - ${CMAKE_BINARY_DIR}/library/cpp/config/code.inc -) -target_ragel_lexers(library-cpp-config - PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/config/markupfsm.h.rl6 - -CG2 -) -if(NOT CMAKE_CROSSCOMPILING) - add_dependencies(library-cpp-config - archiver -) -endif() diff --git a/library/cpp/config/CMakeLists.linux-aarch64.txt b/library/cpp/config/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 3e91ece220b..00000000000 --- a/library/cpp/config/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_archiver_bin - TOOL_archiver_dependency - tools/archiver - archiver -) - -add_library(library-cpp-config) -target_include_directories(library-cpp-config PUBLIC - ${CMAKE_BINARY_DIR}/library/cpp/config -) -target_link_libraries(library-cpp-config PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-archive - library-cpp-json - library-cpp-lua - cpp-string_utils-relaxed_escaper -) -target_sources(library-cpp-config PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/config/config.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/config/sax.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/config/value.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/config/markup.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/config/ini.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/config/domscheme.cpp - ${CMAKE_BINARY_DIR}/library/cpp/config/code.inc -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/library/cpp/config/code.inc - DEPENDS - ${TOOL_archiver_bin} - ${CMAKE_SOURCE_DIR}/library/cpp/config/support/pp.lua - COMMAND - ${TOOL_archiver_bin} - -q - -x - ${CMAKE_SOURCE_DIR}/library/cpp/config/support/pp.lua: - -o - ${CMAKE_BINARY_DIR}/library/cpp/config/code.inc -) -target_ragel_lexers(library-cpp-config - PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/config/markupfsm.h.rl6 - -CG2 -) -if(NOT CMAKE_CROSSCOMPILING) - add_dependencies(library-cpp-config - archiver -) -endif() diff --git a/library/cpp/config/CMakeLists.linux-x86_64.txt b/library/cpp/config/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 3e91ece220b..00000000000 --- a/library/cpp/config/CMakeLists.linux-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. - - -get_built_tool_path( - TOOL_archiver_bin - TOOL_archiver_dependency - tools/archiver - archiver -) - -add_library(library-cpp-config) -target_include_directories(library-cpp-config PUBLIC - ${CMAKE_BINARY_DIR}/library/cpp/config -) -target_link_libraries(library-cpp-config PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-archive - library-cpp-json - library-cpp-lua - cpp-string_utils-relaxed_escaper -) -target_sources(library-cpp-config PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/config/config.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/config/sax.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/config/value.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/config/markup.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/config/ini.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/config/domscheme.cpp - ${CMAKE_BINARY_DIR}/library/cpp/config/code.inc -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/library/cpp/config/code.inc - DEPENDS - ${TOOL_archiver_bin} - ${CMAKE_SOURCE_DIR}/library/cpp/config/support/pp.lua - COMMAND - ${TOOL_archiver_bin} - -q - -x - ${CMAKE_SOURCE_DIR}/library/cpp/config/support/pp.lua: - -o - ${CMAKE_BINARY_DIR}/library/cpp/config/code.inc -) -target_ragel_lexers(library-cpp-config - PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/config/markupfsm.h.rl6 - -CG2 -) -if(NOT CMAKE_CROSSCOMPILING) - add_dependencies(library-cpp-config - archiver -) -endif() diff --git a/library/cpp/config/CMakeLists.txt b/library/cpp/config/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/config/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/config/CMakeLists.windows-x86_64.txt b/library/cpp/config/CMakeLists.windows-x86_64.txt deleted file mode 100644 index a3573c913a0..00000000000 --- a/library/cpp/config/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. - - -get_built_tool_path( - TOOL_archiver_bin - TOOL_archiver_dependency - tools/archiver - archiver -) - -add_library(library-cpp-config) -target_include_directories(library-cpp-config PUBLIC - ${CMAKE_BINARY_DIR}/library/cpp/config -) -target_link_libraries(library-cpp-config PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-archive - library-cpp-json - library-cpp-lua - cpp-string_utils-relaxed_escaper -) -target_sources(library-cpp-config PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/config/config.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/config/sax.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/config/value.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/config/markup.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/config/ini.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/config/domscheme.cpp - ${CMAKE_BINARY_DIR}/library/cpp/config/code.inc -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/library/cpp/config/code.inc - DEPENDS - ${TOOL_archiver_bin} - ${CMAKE_SOURCE_DIR}/library/cpp/config/support/pp.lua - COMMAND - ${TOOL_archiver_bin} - -q - -x - ${CMAKE_SOURCE_DIR}/library/cpp/config/support/pp.lua: - -o - ${CMAKE_BINARY_DIR}/library/cpp/config/code.inc -) -target_ragel_lexers(library-cpp-config - PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/config/markupfsm.h.rl6 - -CT0 -) -if(NOT CMAKE_CROSSCOMPILING) - add_dependencies(library-cpp-config - archiver -) -endif() diff --git a/library/cpp/containers/2d_array/CMakeLists.darwin-x86_64.txt b/library/cpp/containers/2d_array/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c1371c0defe..00000000000 --- a/library/cpp/containers/2d_array/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(cpp-containers-2d_array) -target_link_libraries(cpp-containers-2d_array PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-2d_array PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/2d_array/2d_array.cpp -) diff --git a/library/cpp/containers/2d_array/CMakeLists.linux-aarch64.txt b/library/cpp/containers/2d_array/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 25140f3dc92..00000000000 --- a/library/cpp/containers/2d_array/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(cpp-containers-2d_array) -target_link_libraries(cpp-containers-2d_array PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-2d_array PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/2d_array/2d_array.cpp -) diff --git a/library/cpp/containers/2d_array/CMakeLists.linux-x86_64.txt b/library/cpp/containers/2d_array/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 25140f3dc92..00000000000 --- a/library/cpp/containers/2d_array/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(cpp-containers-2d_array) -target_link_libraries(cpp-containers-2d_array PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-2d_array PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/2d_array/2d_array.cpp -) diff --git a/library/cpp/containers/2d_array/CMakeLists.txt b/library/cpp/containers/2d_array/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/containers/2d_array/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/containers/2d_array/CMakeLists.windows-x86_64.txt b/library/cpp/containers/2d_array/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c1371c0defe..00000000000 --- a/library/cpp/containers/2d_array/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(cpp-containers-2d_array) -target_link_libraries(cpp-containers-2d_array PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-2d_array PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/2d_array/2d_array.cpp -) diff --git a/library/cpp/containers/CMakeLists.txt b/library/cpp/containers/CMakeLists.txt deleted file mode 100644 index 1e8c7c193e6..00000000000 --- a/library/cpp/containers/CMakeLists.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_subdirectory(2d_array) -add_subdirectory(absl_flat_hash) -add_subdirectory(atomizer) -add_subdirectory(bitseq) -add_subdirectory(compact_vector) -add_subdirectory(comptrie) -add_subdirectory(concurrent_hash) -add_subdirectory(dense_hash) -add_subdirectory(disjoint_interval_tree) -add_subdirectory(intrusive_avl_tree) -add_subdirectory(intrusive_rb_tree) -add_subdirectory(paged_vector) -add_subdirectory(ring_buffer) -add_subdirectory(sorted_vector) -add_subdirectory(stack_array) -add_subdirectory(stack_vector) -add_subdirectory(str_map) diff --git a/library/cpp/containers/absl_flat_hash/CMakeLists.darwin-x86_64.txt b/library/cpp/containers/absl_flat_hash/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 4ab79d02db6..00000000000 --- a/library/cpp/containers/absl_flat_hash/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(cpp-containers-absl_flat_hash) -target_include_directories(cpp-containers-absl_flat_hash PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(cpp-containers-absl_flat_hash PUBLIC - contrib-libs-cxxsupp - yutil - abseil-cpp-absl-container -) -target_sources(cpp-containers-absl_flat_hash PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/absl_flat_hash/flat_hash_map.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/absl_flat_hash/flat_hash_set.cpp -) diff --git a/library/cpp/containers/absl_flat_hash/CMakeLists.linux-aarch64.txt b/library/cpp/containers/absl_flat_hash/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 379fc48361c..00000000000 --- a/library/cpp/containers/absl_flat_hash/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(cpp-containers-absl_flat_hash) -target_include_directories(cpp-containers-absl_flat_hash PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(cpp-containers-absl_flat_hash PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - abseil-cpp-absl-container -) -target_sources(cpp-containers-absl_flat_hash PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/absl_flat_hash/flat_hash_map.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/absl_flat_hash/flat_hash_set.cpp -) diff --git a/library/cpp/containers/absl_flat_hash/CMakeLists.linux-x86_64.txt b/library/cpp/containers/absl_flat_hash/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 379fc48361c..00000000000 --- a/library/cpp/containers/absl_flat_hash/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(cpp-containers-absl_flat_hash) -target_include_directories(cpp-containers-absl_flat_hash PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(cpp-containers-absl_flat_hash PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - abseil-cpp-absl-container -) -target_sources(cpp-containers-absl_flat_hash PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/absl_flat_hash/flat_hash_map.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/absl_flat_hash/flat_hash_set.cpp -) diff --git a/library/cpp/containers/absl_flat_hash/CMakeLists.txt b/library/cpp/containers/absl_flat_hash/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/containers/absl_flat_hash/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/containers/absl_flat_hash/CMakeLists.windows-x86_64.txt b/library/cpp/containers/absl_flat_hash/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 4ab79d02db6..00000000000 --- a/library/cpp/containers/absl_flat_hash/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(cpp-containers-absl_flat_hash) -target_include_directories(cpp-containers-absl_flat_hash PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(cpp-containers-absl_flat_hash PUBLIC - contrib-libs-cxxsupp - yutil - abseil-cpp-absl-container -) -target_sources(cpp-containers-absl_flat_hash PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/absl_flat_hash/flat_hash_map.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/absl_flat_hash/flat_hash_set.cpp -) diff --git a/library/cpp/containers/atomizer/CMakeLists.darwin-x86_64.txt b/library/cpp/containers/atomizer/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d0486e1c368..00000000000 --- a/library/cpp/containers/atomizer/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(cpp-containers-atomizer) -target_link_libraries(cpp-containers-atomizer PUBLIC - contrib-libs-cxxsupp - yutil - cpp-containers-str_map -) -target_sources(cpp-containers-atomizer PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/atomizer/atomizer.cpp -) diff --git a/library/cpp/containers/atomizer/CMakeLists.linux-aarch64.txt b/library/cpp/containers/atomizer/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 2db431da3fc..00000000000 --- a/library/cpp/containers/atomizer/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(cpp-containers-atomizer) -target_link_libraries(cpp-containers-atomizer PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-containers-str_map -) -target_sources(cpp-containers-atomizer PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/atomizer/atomizer.cpp -) diff --git a/library/cpp/containers/atomizer/CMakeLists.linux-x86_64.txt b/library/cpp/containers/atomizer/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 2db431da3fc..00000000000 --- a/library/cpp/containers/atomizer/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(cpp-containers-atomizer) -target_link_libraries(cpp-containers-atomizer PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-containers-str_map -) -target_sources(cpp-containers-atomizer PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/atomizer/atomizer.cpp -) diff --git a/library/cpp/containers/atomizer/CMakeLists.txt b/library/cpp/containers/atomizer/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/containers/atomizer/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/containers/atomizer/CMakeLists.windows-x86_64.txt b/library/cpp/containers/atomizer/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d0486e1c368..00000000000 --- a/library/cpp/containers/atomizer/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(cpp-containers-atomizer) -target_link_libraries(cpp-containers-atomizer PUBLIC - contrib-libs-cxxsupp - yutil - cpp-containers-str_map -) -target_sources(cpp-containers-atomizer PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/atomizer/atomizer.cpp -) diff --git a/library/cpp/containers/bitseq/CMakeLists.darwin-x86_64.txt b/library/cpp/containers/bitseq/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 97b139a7fac..00000000000 --- a/library/cpp/containers/bitseq/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(cpp-containers-bitseq) -target_link_libraries(cpp-containers-bitseq PUBLIC - contrib-libs-cxxsupp - yutil - util-draft - library-cpp-pop_count -) -target_sources(cpp-containers-bitseq PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/bitseq/bitvector.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/bitseq/readonly_bitvector.cpp -) diff --git a/library/cpp/containers/bitseq/CMakeLists.linux-aarch64.txt b/library/cpp/containers/bitseq/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 758be4fd4c0..00000000000 --- a/library/cpp/containers/bitseq/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(cpp-containers-bitseq) -target_link_libraries(cpp-containers-bitseq PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - util-draft - library-cpp-pop_count -) -target_sources(cpp-containers-bitseq PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/bitseq/bitvector.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/bitseq/readonly_bitvector.cpp -) diff --git a/library/cpp/containers/bitseq/CMakeLists.linux-x86_64.txt b/library/cpp/containers/bitseq/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 758be4fd4c0..00000000000 --- a/library/cpp/containers/bitseq/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(cpp-containers-bitseq) -target_link_libraries(cpp-containers-bitseq PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - util-draft - library-cpp-pop_count -) -target_sources(cpp-containers-bitseq PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/bitseq/bitvector.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/bitseq/readonly_bitvector.cpp -) diff --git a/library/cpp/containers/bitseq/CMakeLists.txt b/library/cpp/containers/bitseq/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/containers/bitseq/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/containers/bitseq/CMakeLists.windows-x86_64.txt b/library/cpp/containers/bitseq/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 97b139a7fac..00000000000 --- a/library/cpp/containers/bitseq/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(cpp-containers-bitseq) -target_link_libraries(cpp-containers-bitseq PUBLIC - contrib-libs-cxxsupp - yutil - util-draft - library-cpp-pop_count -) -target_sources(cpp-containers-bitseq PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/bitseq/bitvector.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/bitseq/readonly_bitvector.cpp -) diff --git a/library/cpp/containers/compact_vector/CMakeLists.darwin-x86_64.txt b/library/cpp/containers/compact_vector/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 57d3af0a1be..00000000000 --- a/library/cpp/containers/compact_vector/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(cpp-containers-compact_vector) -target_link_libraries(cpp-containers-compact_vector PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-compact_vector PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/compact_vector/compact_vector.cpp -) diff --git a/library/cpp/containers/compact_vector/CMakeLists.linux-aarch64.txt b/library/cpp/containers/compact_vector/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a2171479e99..00000000000 --- a/library/cpp/containers/compact_vector/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(cpp-containers-compact_vector) -target_link_libraries(cpp-containers-compact_vector PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-compact_vector PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/compact_vector/compact_vector.cpp -) diff --git a/library/cpp/containers/compact_vector/CMakeLists.linux-x86_64.txt b/library/cpp/containers/compact_vector/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a2171479e99..00000000000 --- a/library/cpp/containers/compact_vector/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(cpp-containers-compact_vector) -target_link_libraries(cpp-containers-compact_vector PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-compact_vector PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/compact_vector/compact_vector.cpp -) diff --git a/library/cpp/containers/compact_vector/CMakeLists.txt b/library/cpp/containers/compact_vector/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/containers/compact_vector/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/containers/compact_vector/CMakeLists.windows-x86_64.txt b/library/cpp/containers/compact_vector/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 57d3af0a1be..00000000000 --- a/library/cpp/containers/compact_vector/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(cpp-containers-compact_vector) -target_link_libraries(cpp-containers-compact_vector PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-compact_vector PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/compact_vector/compact_vector.cpp -) diff --git a/library/cpp/containers/comptrie/CMakeLists.darwin-x86_64.txt b/library/cpp/containers/comptrie/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 3a3d86aed70..00000000000 --- a/library/cpp/containers/comptrie/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(cpp-containers-comptrie) -target_link_libraries(cpp-containers-comptrie PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-packers - cpp-containers-compact_vector - cpp-on_disk-chunks - util-draft -) -target_sources(cpp-containers-comptrie PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/comptrie.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/comptrie_builder.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/comptrie_impl.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/make_fast_layout.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/minimize.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/node.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/opaque_trie_iterator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/prefix_iterator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/search_iterator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/write_trie_backwards.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/writeable_node.cpp -) diff --git a/library/cpp/containers/comptrie/CMakeLists.linux-aarch64.txt b/library/cpp/containers/comptrie/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 599cc37088e..00000000000 --- a/library/cpp/containers/comptrie/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(cpp-containers-comptrie) -target_link_libraries(cpp-containers-comptrie PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-packers - cpp-containers-compact_vector - cpp-on_disk-chunks - util-draft -) -target_sources(cpp-containers-comptrie PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/comptrie.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/comptrie_builder.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/comptrie_impl.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/make_fast_layout.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/minimize.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/node.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/opaque_trie_iterator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/prefix_iterator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/search_iterator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/write_trie_backwards.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/writeable_node.cpp -) diff --git a/library/cpp/containers/comptrie/CMakeLists.linux-x86_64.txt b/library/cpp/containers/comptrie/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 599cc37088e..00000000000 --- a/library/cpp/containers/comptrie/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(cpp-containers-comptrie) -target_link_libraries(cpp-containers-comptrie PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-packers - cpp-containers-compact_vector - cpp-on_disk-chunks - util-draft -) -target_sources(cpp-containers-comptrie PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/comptrie.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/comptrie_builder.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/comptrie_impl.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/make_fast_layout.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/minimize.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/node.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/opaque_trie_iterator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/prefix_iterator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/search_iterator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/write_trie_backwards.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/writeable_node.cpp -) diff --git a/library/cpp/containers/comptrie/CMakeLists.txt b/library/cpp/containers/comptrie/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/containers/comptrie/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/containers/comptrie/CMakeLists.windows-x86_64.txt b/library/cpp/containers/comptrie/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 3a3d86aed70..00000000000 --- a/library/cpp/containers/comptrie/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(cpp-containers-comptrie) -target_link_libraries(cpp-containers-comptrie PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-packers - cpp-containers-compact_vector - cpp-on_disk-chunks - util-draft -) -target_sources(cpp-containers-comptrie PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/comptrie.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/comptrie_builder.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/comptrie_impl.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/make_fast_layout.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/minimize.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/node.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/opaque_trie_iterator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/prefix_iterator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/search_iterator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/write_trie_backwards.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/writeable_node.cpp -) diff --git a/library/cpp/containers/concurrent_hash/CMakeLists.darwin-x86_64.txt b/library/cpp/containers/concurrent_hash/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c260b6d706d..00000000000 --- a/library/cpp/containers/concurrent_hash/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(cpp-containers-concurrent_hash) -target_link_libraries(cpp-containers-concurrent_hash PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-concurrent_hash PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/concurrent_hash/concurrent_hash.cpp -) diff --git a/library/cpp/containers/concurrent_hash/CMakeLists.linux-aarch64.txt b/library/cpp/containers/concurrent_hash/CMakeLists.linux-aarch64.txt deleted file mode 100644 index abbfa537cf2..00000000000 --- a/library/cpp/containers/concurrent_hash/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(cpp-containers-concurrent_hash) -target_link_libraries(cpp-containers-concurrent_hash PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-concurrent_hash PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/concurrent_hash/concurrent_hash.cpp -) diff --git a/library/cpp/containers/concurrent_hash/CMakeLists.linux-x86_64.txt b/library/cpp/containers/concurrent_hash/CMakeLists.linux-x86_64.txt deleted file mode 100644 index abbfa537cf2..00000000000 --- a/library/cpp/containers/concurrent_hash/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(cpp-containers-concurrent_hash) -target_link_libraries(cpp-containers-concurrent_hash PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-concurrent_hash PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/concurrent_hash/concurrent_hash.cpp -) diff --git a/library/cpp/containers/concurrent_hash/CMakeLists.txt b/library/cpp/containers/concurrent_hash/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/containers/concurrent_hash/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/containers/concurrent_hash/CMakeLists.windows-x86_64.txt b/library/cpp/containers/concurrent_hash/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c260b6d706d..00000000000 --- a/library/cpp/containers/concurrent_hash/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(cpp-containers-concurrent_hash) -target_link_libraries(cpp-containers-concurrent_hash PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-concurrent_hash PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/concurrent_hash/concurrent_hash.cpp -) diff --git a/library/cpp/containers/dense_hash/CMakeLists.darwin-x86_64.txt b/library/cpp/containers/dense_hash/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6603d7e1103..00000000000 --- a/library/cpp/containers/dense_hash/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(cpp-containers-dense_hash) -target_link_libraries(cpp-containers-dense_hash PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-dense_hash PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/dense_hash/dense_hash.cpp -) diff --git a/library/cpp/containers/dense_hash/CMakeLists.linux-aarch64.txt b/library/cpp/containers/dense_hash/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 047ae800389..00000000000 --- a/library/cpp/containers/dense_hash/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(cpp-containers-dense_hash) -target_link_libraries(cpp-containers-dense_hash PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-dense_hash PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/dense_hash/dense_hash.cpp -) diff --git a/library/cpp/containers/dense_hash/CMakeLists.linux-x86_64.txt b/library/cpp/containers/dense_hash/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 047ae800389..00000000000 --- a/library/cpp/containers/dense_hash/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(cpp-containers-dense_hash) -target_link_libraries(cpp-containers-dense_hash PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-dense_hash PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/dense_hash/dense_hash.cpp -) diff --git a/library/cpp/containers/dense_hash/CMakeLists.txt b/library/cpp/containers/dense_hash/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/containers/dense_hash/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/containers/dense_hash/CMakeLists.windows-x86_64.txt b/library/cpp/containers/dense_hash/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 6603d7e1103..00000000000 --- a/library/cpp/containers/dense_hash/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(cpp-containers-dense_hash) -target_link_libraries(cpp-containers-dense_hash PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-dense_hash PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/dense_hash/dense_hash.cpp -) diff --git a/library/cpp/containers/disjoint_interval_tree/CMakeLists.darwin-x86_64.txt b/library/cpp/containers/disjoint_interval_tree/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 1fd4597d59a..00000000000 --- a/library/cpp/containers/disjoint_interval_tree/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(cpp-containers-disjoint_interval_tree) -target_link_libraries(cpp-containers-disjoint_interval_tree PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-disjoint_interval_tree PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/disjoint_interval_tree/disjoint_interval_tree.cpp -) diff --git a/library/cpp/containers/disjoint_interval_tree/CMakeLists.linux-aarch64.txt b/library/cpp/containers/disjoint_interval_tree/CMakeLists.linux-aarch64.txt deleted file mode 100644 index c62ad5f23cd..00000000000 --- a/library/cpp/containers/disjoint_interval_tree/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(cpp-containers-disjoint_interval_tree) -target_link_libraries(cpp-containers-disjoint_interval_tree PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-disjoint_interval_tree PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/disjoint_interval_tree/disjoint_interval_tree.cpp -) diff --git a/library/cpp/containers/disjoint_interval_tree/CMakeLists.linux-x86_64.txt b/library/cpp/containers/disjoint_interval_tree/CMakeLists.linux-x86_64.txt deleted file mode 100644 index c62ad5f23cd..00000000000 --- a/library/cpp/containers/disjoint_interval_tree/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(cpp-containers-disjoint_interval_tree) -target_link_libraries(cpp-containers-disjoint_interval_tree PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-disjoint_interval_tree PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/disjoint_interval_tree/disjoint_interval_tree.cpp -) diff --git a/library/cpp/containers/disjoint_interval_tree/CMakeLists.txt b/library/cpp/containers/disjoint_interval_tree/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/containers/disjoint_interval_tree/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/containers/disjoint_interval_tree/CMakeLists.windows-x86_64.txt b/library/cpp/containers/disjoint_interval_tree/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 1fd4597d59a..00000000000 --- a/library/cpp/containers/disjoint_interval_tree/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(cpp-containers-disjoint_interval_tree) -target_link_libraries(cpp-containers-disjoint_interval_tree PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-disjoint_interval_tree PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/disjoint_interval_tree/disjoint_interval_tree.cpp -) diff --git a/library/cpp/containers/intrusive_avl_tree/CMakeLists.darwin-x86_64.txt b/library/cpp/containers/intrusive_avl_tree/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 651df561c1d..00000000000 --- a/library/cpp/containers/intrusive_avl_tree/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(cpp-containers-intrusive_avl_tree) -target_link_libraries(cpp-containers-intrusive_avl_tree PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-intrusive_avl_tree PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/intrusive_avl_tree/avltree.cpp -) diff --git a/library/cpp/containers/intrusive_avl_tree/CMakeLists.linux-aarch64.txt b/library/cpp/containers/intrusive_avl_tree/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b558f155bc7..00000000000 --- a/library/cpp/containers/intrusive_avl_tree/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(cpp-containers-intrusive_avl_tree) -target_link_libraries(cpp-containers-intrusive_avl_tree PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-intrusive_avl_tree PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/intrusive_avl_tree/avltree.cpp -) diff --git a/library/cpp/containers/intrusive_avl_tree/CMakeLists.linux-x86_64.txt b/library/cpp/containers/intrusive_avl_tree/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b558f155bc7..00000000000 --- a/library/cpp/containers/intrusive_avl_tree/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(cpp-containers-intrusive_avl_tree) -target_link_libraries(cpp-containers-intrusive_avl_tree PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-intrusive_avl_tree PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/intrusive_avl_tree/avltree.cpp -) diff --git a/library/cpp/containers/intrusive_avl_tree/CMakeLists.txt b/library/cpp/containers/intrusive_avl_tree/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/containers/intrusive_avl_tree/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/containers/intrusive_avl_tree/CMakeLists.windows-x86_64.txt b/library/cpp/containers/intrusive_avl_tree/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 651df561c1d..00000000000 --- a/library/cpp/containers/intrusive_avl_tree/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(cpp-containers-intrusive_avl_tree) -target_link_libraries(cpp-containers-intrusive_avl_tree PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-intrusive_avl_tree PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/intrusive_avl_tree/avltree.cpp -) diff --git a/library/cpp/containers/intrusive_rb_tree/CMakeLists.darwin-x86_64.txt b/library/cpp/containers/intrusive_rb_tree/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 45d7acb8388..00000000000 --- a/library/cpp/containers/intrusive_rb_tree/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(cpp-containers-intrusive_rb_tree) -target_link_libraries(cpp-containers-intrusive_rb_tree PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-intrusive_rb_tree PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/intrusive_rb_tree/rb_tree.cpp -) diff --git a/library/cpp/containers/intrusive_rb_tree/CMakeLists.linux-aarch64.txt b/library/cpp/containers/intrusive_rb_tree/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 82927607d1c..00000000000 --- a/library/cpp/containers/intrusive_rb_tree/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(cpp-containers-intrusive_rb_tree) -target_link_libraries(cpp-containers-intrusive_rb_tree PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-intrusive_rb_tree PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/intrusive_rb_tree/rb_tree.cpp -) diff --git a/library/cpp/containers/intrusive_rb_tree/CMakeLists.linux-x86_64.txt b/library/cpp/containers/intrusive_rb_tree/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 82927607d1c..00000000000 --- a/library/cpp/containers/intrusive_rb_tree/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(cpp-containers-intrusive_rb_tree) -target_link_libraries(cpp-containers-intrusive_rb_tree PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-intrusive_rb_tree PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/intrusive_rb_tree/rb_tree.cpp -) diff --git a/library/cpp/containers/intrusive_rb_tree/CMakeLists.txt b/library/cpp/containers/intrusive_rb_tree/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/containers/intrusive_rb_tree/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/containers/intrusive_rb_tree/CMakeLists.windows-x86_64.txt b/library/cpp/containers/intrusive_rb_tree/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 45d7acb8388..00000000000 --- a/library/cpp/containers/intrusive_rb_tree/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(cpp-containers-intrusive_rb_tree) -target_link_libraries(cpp-containers-intrusive_rb_tree PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-intrusive_rb_tree PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/intrusive_rb_tree/rb_tree.cpp -) diff --git a/library/cpp/containers/paged_vector/CMakeLists.darwin-x86_64.txt b/library/cpp/containers/paged_vector/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c44af664bcc..00000000000 --- a/library/cpp/containers/paged_vector/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(cpp-containers-paged_vector) -target_link_libraries(cpp-containers-paged_vector PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-paged_vector PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/paged_vector/paged_vector.cpp -) diff --git a/library/cpp/containers/paged_vector/CMakeLists.linux-aarch64.txt b/library/cpp/containers/paged_vector/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b1f740cc454..00000000000 --- a/library/cpp/containers/paged_vector/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(cpp-containers-paged_vector) -target_link_libraries(cpp-containers-paged_vector PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-paged_vector PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/paged_vector/paged_vector.cpp -) diff --git a/library/cpp/containers/paged_vector/CMakeLists.linux-x86_64.txt b/library/cpp/containers/paged_vector/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b1f740cc454..00000000000 --- a/library/cpp/containers/paged_vector/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(cpp-containers-paged_vector) -target_link_libraries(cpp-containers-paged_vector PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-paged_vector PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/paged_vector/paged_vector.cpp -) diff --git a/library/cpp/containers/paged_vector/CMakeLists.txt b/library/cpp/containers/paged_vector/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/containers/paged_vector/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/containers/paged_vector/CMakeLists.windows-x86_64.txt b/library/cpp/containers/paged_vector/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c44af664bcc..00000000000 --- a/library/cpp/containers/paged_vector/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(cpp-containers-paged_vector) -target_link_libraries(cpp-containers-paged_vector PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-paged_vector PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/paged_vector/paged_vector.cpp -) diff --git a/library/cpp/containers/ring_buffer/CMakeLists.darwin-x86_64.txt b/library/cpp/containers/ring_buffer/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 490e1427d4c..00000000000 --- a/library/cpp/containers/ring_buffer/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(cpp-containers-ring_buffer) -target_link_libraries(cpp-containers-ring_buffer PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-ring_buffer PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/ring_buffer/ring_buffer.cpp -) diff --git a/library/cpp/containers/ring_buffer/CMakeLists.linux-aarch64.txt b/library/cpp/containers/ring_buffer/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 59e7ab09286..00000000000 --- a/library/cpp/containers/ring_buffer/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(cpp-containers-ring_buffer) -target_link_libraries(cpp-containers-ring_buffer PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-ring_buffer PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/ring_buffer/ring_buffer.cpp -) diff --git a/library/cpp/containers/ring_buffer/CMakeLists.linux-x86_64.txt b/library/cpp/containers/ring_buffer/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 59e7ab09286..00000000000 --- a/library/cpp/containers/ring_buffer/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(cpp-containers-ring_buffer) -target_link_libraries(cpp-containers-ring_buffer PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-ring_buffer PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/ring_buffer/ring_buffer.cpp -) diff --git a/library/cpp/containers/ring_buffer/CMakeLists.txt b/library/cpp/containers/ring_buffer/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/containers/ring_buffer/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/containers/ring_buffer/CMakeLists.windows-x86_64.txt b/library/cpp/containers/ring_buffer/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 490e1427d4c..00000000000 --- a/library/cpp/containers/ring_buffer/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(cpp-containers-ring_buffer) -target_link_libraries(cpp-containers-ring_buffer PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-ring_buffer PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/ring_buffer/ring_buffer.cpp -) diff --git a/library/cpp/containers/sorted_vector/CMakeLists.darwin-x86_64.txt b/library/cpp/containers/sorted_vector/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index e1438df9747..00000000000 --- a/library/cpp/containers/sorted_vector/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(cpp-containers-sorted_vector) -target_link_libraries(cpp-containers-sorted_vector PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-sorted_vector PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/sorted_vector/sorted_vector.cpp -) diff --git a/library/cpp/containers/sorted_vector/CMakeLists.linux-aarch64.txt b/library/cpp/containers/sorted_vector/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 8af3de1300f..00000000000 --- a/library/cpp/containers/sorted_vector/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(cpp-containers-sorted_vector) -target_link_libraries(cpp-containers-sorted_vector PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-sorted_vector PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/sorted_vector/sorted_vector.cpp -) diff --git a/library/cpp/containers/sorted_vector/CMakeLists.linux-x86_64.txt b/library/cpp/containers/sorted_vector/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 8af3de1300f..00000000000 --- a/library/cpp/containers/sorted_vector/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(cpp-containers-sorted_vector) -target_link_libraries(cpp-containers-sorted_vector PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-sorted_vector PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/sorted_vector/sorted_vector.cpp -) diff --git a/library/cpp/containers/sorted_vector/CMakeLists.txt b/library/cpp/containers/sorted_vector/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/containers/sorted_vector/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/containers/sorted_vector/CMakeLists.windows-x86_64.txt b/library/cpp/containers/sorted_vector/CMakeLists.windows-x86_64.txt deleted file mode 100644 index e1438df9747..00000000000 --- a/library/cpp/containers/sorted_vector/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(cpp-containers-sorted_vector) -target_link_libraries(cpp-containers-sorted_vector PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-sorted_vector PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/sorted_vector/sorted_vector.cpp -) diff --git a/library/cpp/containers/stack_array/CMakeLists.darwin-x86_64.txt b/library/cpp/containers/stack_array/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 83fde56a05a..00000000000 --- a/library/cpp/containers/stack_array/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(cpp-containers-stack_array) -target_link_libraries(cpp-containers-stack_array PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-stack_array PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/stack_array/range_ops.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/stack_array/stack_array.cpp -) diff --git a/library/cpp/containers/stack_array/CMakeLists.linux-aarch64.txt b/library/cpp/containers/stack_array/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 1d3d430a320..00000000000 --- a/library/cpp/containers/stack_array/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(cpp-containers-stack_array) -target_link_libraries(cpp-containers-stack_array PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-stack_array PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/stack_array/range_ops.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/stack_array/stack_array.cpp -) diff --git a/library/cpp/containers/stack_array/CMakeLists.linux-x86_64.txt b/library/cpp/containers/stack_array/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 1d3d430a320..00000000000 --- a/library/cpp/containers/stack_array/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(cpp-containers-stack_array) -target_link_libraries(cpp-containers-stack_array PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-stack_array PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/stack_array/range_ops.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/stack_array/stack_array.cpp -) diff --git a/library/cpp/containers/stack_array/CMakeLists.txt b/library/cpp/containers/stack_array/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/containers/stack_array/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/containers/stack_array/CMakeLists.windows-x86_64.txt b/library/cpp/containers/stack_array/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 83fde56a05a..00000000000 --- a/library/cpp/containers/stack_array/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(cpp-containers-stack_array) -target_link_libraries(cpp-containers-stack_array PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-stack_array PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/stack_array/range_ops.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/stack_array/stack_array.cpp -) diff --git a/library/cpp/containers/stack_vector/CMakeLists.darwin-x86_64.txt b/library/cpp/containers/stack_vector/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2950b6b535c..00000000000 --- a/library/cpp/containers/stack_vector/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(cpp-containers-stack_vector) -target_link_libraries(cpp-containers-stack_vector PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-stack_vector PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/stack_vector/stack_vec.cpp -) diff --git a/library/cpp/containers/stack_vector/CMakeLists.linux-aarch64.txt b/library/cpp/containers/stack_vector/CMakeLists.linux-aarch64.txt deleted file mode 100644 index c4bb46961ff..00000000000 --- a/library/cpp/containers/stack_vector/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(cpp-containers-stack_vector) -target_link_libraries(cpp-containers-stack_vector PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-stack_vector PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/stack_vector/stack_vec.cpp -) diff --git a/library/cpp/containers/stack_vector/CMakeLists.linux-x86_64.txt b/library/cpp/containers/stack_vector/CMakeLists.linux-x86_64.txt deleted file mode 100644 index c4bb46961ff..00000000000 --- a/library/cpp/containers/stack_vector/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(cpp-containers-stack_vector) -target_link_libraries(cpp-containers-stack_vector PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-stack_vector PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/stack_vector/stack_vec.cpp -) diff --git a/library/cpp/containers/stack_vector/CMakeLists.txt b/library/cpp/containers/stack_vector/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/containers/stack_vector/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/containers/stack_vector/CMakeLists.windows-x86_64.txt b/library/cpp/containers/stack_vector/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 2950b6b535c..00000000000 --- a/library/cpp/containers/stack_vector/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(cpp-containers-stack_vector) -target_link_libraries(cpp-containers-stack_vector PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-stack_vector PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/stack_vector/stack_vec.cpp -) diff --git a/library/cpp/containers/str_map/CMakeLists.darwin-x86_64.txt b/library/cpp/containers/str_map/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index ee42c250c61..00000000000 --- a/library/cpp/containers/str_map/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(cpp-containers-str_map) -target_link_libraries(cpp-containers-str_map PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-str_map PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/str_map/str_map.cpp -) diff --git a/library/cpp/containers/str_map/CMakeLists.linux-aarch64.txt b/library/cpp/containers/str_map/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e78f115ba1c..00000000000 --- a/library/cpp/containers/str_map/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(cpp-containers-str_map) -target_link_libraries(cpp-containers-str_map PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-str_map PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/str_map/str_map.cpp -) diff --git a/library/cpp/containers/str_map/CMakeLists.linux-x86_64.txt b/library/cpp/containers/str_map/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e78f115ba1c..00000000000 --- a/library/cpp/containers/str_map/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(cpp-containers-str_map) -target_link_libraries(cpp-containers-str_map PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-str_map PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/str_map/str_map.cpp -) diff --git a/library/cpp/containers/str_map/CMakeLists.txt b/library/cpp/containers/str_map/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/containers/str_map/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/containers/str_map/CMakeLists.windows-x86_64.txt b/library/cpp/containers/str_map/CMakeLists.windows-x86_64.txt deleted file mode 100644 index ee42c250c61..00000000000 --- a/library/cpp/containers/str_map/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(cpp-containers-str_map) -target_link_libraries(cpp-containers-str_map PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-str_map PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/str_map/str_map.cpp -) diff --git a/library/cpp/coroutine/CMakeLists.txt b/library/cpp/coroutine/CMakeLists.txt deleted file mode 100644 index 865443d9451..00000000000 --- a/library/cpp/coroutine/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(engine) -add_subdirectory(listener) diff --git a/library/cpp/coroutine/engine/CMakeLists.darwin-x86_64.txt b/library/cpp/coroutine/engine/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d709a1e9433..00000000000 --- a/library/cpp/coroutine/engine/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-coroutine-engine) -target_link_libraries(cpp-coroutine-engine PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - contrib-libs-libc_compat - cpp-containers-intrusive_rb_tree - cpp-deprecated-atomic -) -target_sources(cpp-coroutine-engine PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/coroutine/engine/cont_poller.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/coroutine/engine/helper.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/coroutine/engine/impl.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/coroutine/engine/iostatus.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/coroutine/engine/network.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/coroutine/engine/poller.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/coroutine/engine/sockpool.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/coroutine/engine/stack/stack.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/coroutine/engine/stack/stack_allocator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/coroutine/engine/stack/stack_guards.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/coroutine/engine/stack/stack_storage.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/coroutine/engine/stack/stack_utils.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/coroutine/engine/trampoline.cpp -) -generate_enum_serilization(cpp-coroutine-engine - ${CMAKE_SOURCE_DIR}/library/cpp/coroutine/engine/poller.h - INCLUDE_HEADERS - library/cpp/coroutine/engine/poller.h -) -generate_enum_serilization(cpp-coroutine-engine - ${CMAKE_SOURCE_DIR}/library/cpp/coroutine/engine/stack/stack_common.h - INCLUDE_HEADERS - library/cpp/coroutine/engine/stack/stack_common.h -) diff --git a/library/cpp/coroutine/engine/CMakeLists.linux-aarch64.txt b/library/cpp/coroutine/engine/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b2912afd4c8..00000000000 --- a/library/cpp/coroutine/engine/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-coroutine-engine) -target_link_libraries(cpp-coroutine-engine PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - contrib-libs-libc_compat - cpp-containers-intrusive_rb_tree - cpp-deprecated-atomic -) -target_sources(cpp-coroutine-engine PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/coroutine/engine/cont_poller.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/coroutine/engine/helper.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/coroutine/engine/impl.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/coroutine/engine/iostatus.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/coroutine/engine/network.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/coroutine/engine/poller.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/coroutine/engine/sockpool.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/coroutine/engine/stack/stack.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/coroutine/engine/stack/stack_allocator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/coroutine/engine/stack/stack_guards.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/coroutine/engine/stack/stack_storage.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/coroutine/engine/stack/stack_utils.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/coroutine/engine/trampoline.cpp -) -generate_enum_serilization(cpp-coroutine-engine - ${CMAKE_SOURCE_DIR}/library/cpp/coroutine/engine/poller.h - INCLUDE_HEADERS - library/cpp/coroutine/engine/poller.h -) -generate_enum_serilization(cpp-coroutine-engine - ${CMAKE_SOURCE_DIR}/library/cpp/coroutine/engine/stack/stack_common.h - INCLUDE_HEADERS - library/cpp/coroutine/engine/stack/stack_common.h -) diff --git a/library/cpp/coroutine/engine/CMakeLists.linux-x86_64.txt b/library/cpp/coroutine/engine/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b2912afd4c8..00000000000 --- a/library/cpp/coroutine/engine/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-coroutine-engine) -target_link_libraries(cpp-coroutine-engine PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - contrib-libs-libc_compat - cpp-containers-intrusive_rb_tree - cpp-deprecated-atomic -) -target_sources(cpp-coroutine-engine PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/coroutine/engine/cont_poller.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/coroutine/engine/helper.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/coroutine/engine/impl.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/coroutine/engine/iostatus.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/coroutine/engine/network.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/coroutine/engine/poller.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/coroutine/engine/sockpool.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/coroutine/engine/stack/stack.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/coroutine/engine/stack/stack_allocator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/coroutine/engine/stack/stack_guards.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/coroutine/engine/stack/stack_storage.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/coroutine/engine/stack/stack_utils.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/coroutine/engine/trampoline.cpp -) -generate_enum_serilization(cpp-coroutine-engine - ${CMAKE_SOURCE_DIR}/library/cpp/coroutine/engine/poller.h - INCLUDE_HEADERS - library/cpp/coroutine/engine/poller.h -) -generate_enum_serilization(cpp-coroutine-engine - ${CMAKE_SOURCE_DIR}/library/cpp/coroutine/engine/stack/stack_common.h - INCLUDE_HEADERS - library/cpp/coroutine/engine/stack/stack_common.h -) diff --git a/library/cpp/coroutine/engine/CMakeLists.txt b/library/cpp/coroutine/engine/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/coroutine/engine/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/coroutine/engine/CMakeLists.windows-x86_64.txt b/library/cpp/coroutine/engine/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d709a1e9433..00000000000 --- a/library/cpp/coroutine/engine/CMakeLists.windows-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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-coroutine-engine) -target_link_libraries(cpp-coroutine-engine PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - contrib-libs-libc_compat - cpp-containers-intrusive_rb_tree - cpp-deprecated-atomic -) -target_sources(cpp-coroutine-engine PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/coroutine/engine/cont_poller.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/coroutine/engine/helper.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/coroutine/engine/impl.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/coroutine/engine/iostatus.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/coroutine/engine/network.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/coroutine/engine/poller.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/coroutine/engine/sockpool.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/coroutine/engine/stack/stack.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/coroutine/engine/stack/stack_allocator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/coroutine/engine/stack/stack_guards.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/coroutine/engine/stack/stack_storage.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/coroutine/engine/stack/stack_utils.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/coroutine/engine/trampoline.cpp -) -generate_enum_serilization(cpp-coroutine-engine - ${CMAKE_SOURCE_DIR}/library/cpp/coroutine/engine/poller.h - INCLUDE_HEADERS - library/cpp/coroutine/engine/poller.h -) -generate_enum_serilization(cpp-coroutine-engine - ${CMAKE_SOURCE_DIR}/library/cpp/coroutine/engine/stack/stack_common.h - INCLUDE_HEADERS - library/cpp/coroutine/engine/stack/stack_common.h -) diff --git a/library/cpp/coroutine/listener/CMakeLists.darwin-x86_64.txt b/library/cpp/coroutine/listener/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 125cb4b2ed9..00000000000 --- a/library/cpp/coroutine/listener/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(cpp-coroutine-listener) -target_link_libraries(cpp-coroutine-listener PUBLIC - contrib-libs-cxxsupp - yutil - cpp-coroutine-engine -) -target_sources(cpp-coroutine-listener PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/coroutine/listener/listen.cpp -) diff --git a/library/cpp/coroutine/listener/CMakeLists.linux-aarch64.txt b/library/cpp/coroutine/listener/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 6e1b4b95d15..00000000000 --- a/library/cpp/coroutine/listener/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(cpp-coroutine-listener) -target_link_libraries(cpp-coroutine-listener PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-coroutine-engine -) -target_sources(cpp-coroutine-listener PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/coroutine/listener/listen.cpp -) diff --git a/library/cpp/coroutine/listener/CMakeLists.linux-x86_64.txt b/library/cpp/coroutine/listener/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 6e1b4b95d15..00000000000 --- a/library/cpp/coroutine/listener/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(cpp-coroutine-listener) -target_link_libraries(cpp-coroutine-listener PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-coroutine-engine -) -target_sources(cpp-coroutine-listener PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/coroutine/listener/listen.cpp -) diff --git a/library/cpp/coroutine/listener/CMakeLists.txt b/library/cpp/coroutine/listener/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/coroutine/listener/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/coroutine/listener/CMakeLists.windows-x86_64.txt b/library/cpp/coroutine/listener/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 125cb4b2ed9..00000000000 --- a/library/cpp/coroutine/listener/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(cpp-coroutine-listener) -target_link_libraries(cpp-coroutine-listener PUBLIC - contrib-libs-cxxsupp - yutil - cpp-coroutine-engine -) -target_sources(cpp-coroutine-listener PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/coroutine/listener/listen.cpp -) diff --git a/library/cpp/cppparser/CMakeLists.darwin-x86_64.txt b/library/cpp/cppparser/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 73f1df8e6f7..00000000000 --- a/library/cpp/cppparser/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(library-cpp-cppparser) -target_link_libraries(library-cpp-cppparser PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-cppparser PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/cppparser/parser.cpp -) diff --git a/library/cpp/cppparser/CMakeLists.linux-aarch64.txt b/library/cpp/cppparser/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 1e9530b77d9..00000000000 --- a/library/cpp/cppparser/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(library-cpp-cppparser) -target_link_libraries(library-cpp-cppparser PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-cppparser PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/cppparser/parser.cpp -) diff --git a/library/cpp/cppparser/CMakeLists.linux-x86_64.txt b/library/cpp/cppparser/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 1e9530b77d9..00000000000 --- a/library/cpp/cppparser/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(library-cpp-cppparser) -target_link_libraries(library-cpp-cppparser PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-cppparser PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/cppparser/parser.cpp -) diff --git a/library/cpp/cppparser/CMakeLists.txt b/library/cpp/cppparser/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/cppparser/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/cppparser/CMakeLists.windows-x86_64.txt b/library/cpp/cppparser/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 73f1df8e6f7..00000000000 --- a/library/cpp/cppparser/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(library-cpp-cppparser) -target_link_libraries(library-cpp-cppparser PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-cppparser PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/cppparser/parser.cpp -) diff --git a/library/cpp/cpuid_check/CMakeLists.darwin-x86_64.txt b/library/cpp/cpuid_check/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 78664f1ffe3..00000000000 --- a/library/cpp/cpuid_check/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(library-cpp-cpuid_check INTERFACE) -target_link_libraries(library-cpp-cpuid_check INTERFACE - contrib-libs-cxxsupp - yutil -) - -add_global_library_for(library-cpp-cpuid_check.global library-cpp-cpuid_check) -target_link_libraries(library-cpp-cpuid_check.global PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-cpuid_check.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/cpuid_check/cpu_id_check.cpp -) diff --git a/library/cpp/cpuid_check/CMakeLists.linux-x86_64.txt b/library/cpp/cpuid_check/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a45f22e5e32..00000000000 --- a/library/cpp/cpuid_check/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(library-cpp-cpuid_check INTERFACE) -target_link_libraries(library-cpp-cpuid_check INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) - -add_global_library_for(library-cpp-cpuid_check.global library-cpp-cpuid_check) -target_link_libraries(library-cpp-cpuid_check.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-cpuid_check.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/cpuid_check/cpu_id_check.cpp -) diff --git a/library/cpp/cpuid_check/CMakeLists.txt b/library/cpp/cpuid_check/CMakeLists.txt deleted file mode 100644 index 7803a2712c1..00000000000 --- a/library/cpp/cpuid_check/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/library/cpp/cpuid_check/CMakeLists.windows-x86_64.txt b/library/cpp/cpuid_check/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 78664f1ffe3..00000000000 --- a/library/cpp/cpuid_check/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(library-cpp-cpuid_check INTERFACE) -target_link_libraries(library-cpp-cpuid_check INTERFACE - contrib-libs-cxxsupp - yutil -) - -add_global_library_for(library-cpp-cpuid_check.global library-cpp-cpuid_check) -target_link_libraries(library-cpp-cpuid_check.global PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-cpuid_check.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/cpuid_check/cpu_id_check.cpp -) diff --git a/library/cpp/dbg_output/CMakeLists.darwin-x86_64.txt b/library/cpp/dbg_output/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6e29430ec2e..00000000000 --- a/library/cpp/dbg_output/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(library-cpp-dbg_output) -target_link_libraries(library-cpp-dbg_output PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-colorizer -) -target_sources(library-cpp-dbg_output PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/dbg_output/dump.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/dbg_output/dumpers.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/dbg_output/engine.cpp -) diff --git a/library/cpp/dbg_output/CMakeLists.linux-aarch64.txt b/library/cpp/dbg_output/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 1e819ca7239..00000000000 --- a/library/cpp/dbg_output/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(library-cpp-dbg_output) -target_link_libraries(library-cpp-dbg_output PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-colorizer -) -target_sources(library-cpp-dbg_output PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/dbg_output/dump.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/dbg_output/dumpers.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/dbg_output/engine.cpp -) diff --git a/library/cpp/dbg_output/CMakeLists.linux-x86_64.txt b/library/cpp/dbg_output/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 1e819ca7239..00000000000 --- a/library/cpp/dbg_output/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(library-cpp-dbg_output) -target_link_libraries(library-cpp-dbg_output PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-colorizer -) -target_sources(library-cpp-dbg_output PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/dbg_output/dump.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/dbg_output/dumpers.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/dbg_output/engine.cpp -) diff --git a/library/cpp/dbg_output/CMakeLists.txt b/library/cpp/dbg_output/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/dbg_output/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/dbg_output/CMakeLists.windows-x86_64.txt b/library/cpp/dbg_output/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 6e29430ec2e..00000000000 --- a/library/cpp/dbg_output/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(library-cpp-dbg_output) -target_link_libraries(library-cpp-dbg_output PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-colorizer -) -target_sources(library-cpp-dbg_output PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/dbg_output/dump.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/dbg_output/dumpers.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/dbg_output/engine.cpp -) diff --git a/library/cpp/deprecated/CMakeLists.txt b/library/cpp/deprecated/CMakeLists.txt deleted file mode 100644 index ad818e36628..00000000000 --- a/library/cpp/deprecated/CMakeLists.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_subdirectory(accessors) -add_subdirectory(atomic) -add_subdirectory(enum_codegen) -add_subdirectory(kmp) -add_subdirectory(split) diff --git a/library/cpp/deprecated/accessors/CMakeLists.darwin-x86_64.txt b/library/cpp/deprecated/accessors/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 62226eb5590..00000000000 --- a/library/cpp/deprecated/accessors/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(cpp-deprecated-accessors) -target_link_libraries(cpp-deprecated-accessors PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-deprecated-accessors PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/deprecated/accessors/accessors.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/deprecated/accessors/accessors_impl.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/deprecated/accessors/memory_traits.cpp -) diff --git a/library/cpp/deprecated/accessors/CMakeLists.linux-aarch64.txt b/library/cpp/deprecated/accessors/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 0d8a3a9ed2c..00000000000 --- a/library/cpp/deprecated/accessors/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(cpp-deprecated-accessors) -target_link_libraries(cpp-deprecated-accessors PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-deprecated-accessors PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/deprecated/accessors/accessors.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/deprecated/accessors/accessors_impl.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/deprecated/accessors/memory_traits.cpp -) diff --git a/library/cpp/deprecated/accessors/CMakeLists.linux-x86_64.txt b/library/cpp/deprecated/accessors/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 0d8a3a9ed2c..00000000000 --- a/library/cpp/deprecated/accessors/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(cpp-deprecated-accessors) -target_link_libraries(cpp-deprecated-accessors PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-deprecated-accessors PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/deprecated/accessors/accessors.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/deprecated/accessors/accessors_impl.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/deprecated/accessors/memory_traits.cpp -) diff --git a/library/cpp/deprecated/accessors/CMakeLists.txt b/library/cpp/deprecated/accessors/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/deprecated/accessors/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/deprecated/accessors/CMakeLists.windows-x86_64.txt b/library/cpp/deprecated/accessors/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 62226eb5590..00000000000 --- a/library/cpp/deprecated/accessors/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(cpp-deprecated-accessors) -target_link_libraries(cpp-deprecated-accessors PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-deprecated-accessors PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/deprecated/accessors/accessors.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/deprecated/accessors/accessors_impl.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/deprecated/accessors/memory_traits.cpp -) diff --git a/library/cpp/deprecated/atomic/CMakeLists.darwin-x86_64.txt b/library/cpp/deprecated/atomic/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 411024be151..00000000000 --- a/library/cpp/deprecated/atomic/CMakeLists.darwin-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(cpp-deprecated-atomic INTERFACE) -target_link_libraries(cpp-deprecated-atomic INTERFACE - contrib-libs-cxxsupp - yutil -) diff --git a/library/cpp/deprecated/atomic/CMakeLists.linux-aarch64.txt b/library/cpp/deprecated/atomic/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 29db7b690f3..00000000000 --- a/library/cpp/deprecated/atomic/CMakeLists.linux-aarch64.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. - - - -add_library(cpp-deprecated-atomic INTERFACE) -target_link_libraries(cpp-deprecated-atomic INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) diff --git a/library/cpp/deprecated/atomic/CMakeLists.linux-x86_64.txt b/library/cpp/deprecated/atomic/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 29db7b690f3..00000000000 --- a/library/cpp/deprecated/atomic/CMakeLists.linux-x86_64.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. - - - -add_library(cpp-deprecated-atomic INTERFACE) -target_link_libraries(cpp-deprecated-atomic INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) diff --git a/library/cpp/deprecated/atomic/CMakeLists.txt b/library/cpp/deprecated/atomic/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/deprecated/atomic/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/deprecated/atomic/CMakeLists.windows-x86_64.txt b/library/cpp/deprecated/atomic/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 411024be151..00000000000 --- a/library/cpp/deprecated/atomic/CMakeLists.windows-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(cpp-deprecated-atomic INTERFACE) -target_link_libraries(cpp-deprecated-atomic INTERFACE - contrib-libs-cxxsupp - yutil -) diff --git a/library/cpp/deprecated/enum_codegen/CMakeLists.darwin-x86_64.txt b/library/cpp/deprecated/enum_codegen/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 3ec6a99b97c..00000000000 --- a/library/cpp/deprecated/enum_codegen/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(cpp-deprecated-enum_codegen) -target_link_libraries(cpp-deprecated-enum_codegen PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-deprecated-enum_codegen PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/deprecated/enum_codegen/enum_codegen.cpp -) diff --git a/library/cpp/deprecated/enum_codegen/CMakeLists.linux-aarch64.txt b/library/cpp/deprecated/enum_codegen/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 255bbbe4537..00000000000 --- a/library/cpp/deprecated/enum_codegen/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(cpp-deprecated-enum_codegen) -target_link_libraries(cpp-deprecated-enum_codegen PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-deprecated-enum_codegen PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/deprecated/enum_codegen/enum_codegen.cpp -) diff --git a/library/cpp/deprecated/enum_codegen/CMakeLists.linux-x86_64.txt b/library/cpp/deprecated/enum_codegen/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 255bbbe4537..00000000000 --- a/library/cpp/deprecated/enum_codegen/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(cpp-deprecated-enum_codegen) -target_link_libraries(cpp-deprecated-enum_codegen PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-deprecated-enum_codegen PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/deprecated/enum_codegen/enum_codegen.cpp -) diff --git a/library/cpp/deprecated/enum_codegen/CMakeLists.txt b/library/cpp/deprecated/enum_codegen/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/deprecated/enum_codegen/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/deprecated/enum_codegen/CMakeLists.windows-x86_64.txt b/library/cpp/deprecated/enum_codegen/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 3ec6a99b97c..00000000000 --- a/library/cpp/deprecated/enum_codegen/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(cpp-deprecated-enum_codegen) -target_link_libraries(cpp-deprecated-enum_codegen PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-deprecated-enum_codegen PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/deprecated/enum_codegen/enum_codegen.cpp -) diff --git a/library/cpp/deprecated/kmp/CMakeLists.darwin-x86_64.txt b/library/cpp/deprecated/kmp/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 1a8b825dad6..00000000000 --- a/library/cpp/deprecated/kmp/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(cpp-deprecated-kmp) -target_link_libraries(cpp-deprecated-kmp PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-deprecated-kmp PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/deprecated/kmp/kmp.cpp -) diff --git a/library/cpp/deprecated/kmp/CMakeLists.linux-aarch64.txt b/library/cpp/deprecated/kmp/CMakeLists.linux-aarch64.txt deleted file mode 100644 index ed7a436e3c9..00000000000 --- a/library/cpp/deprecated/kmp/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(cpp-deprecated-kmp) -target_link_libraries(cpp-deprecated-kmp PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-deprecated-kmp PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/deprecated/kmp/kmp.cpp -) diff --git a/library/cpp/deprecated/kmp/CMakeLists.linux-x86_64.txt b/library/cpp/deprecated/kmp/CMakeLists.linux-x86_64.txt deleted file mode 100644 index ed7a436e3c9..00000000000 --- a/library/cpp/deprecated/kmp/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(cpp-deprecated-kmp) -target_link_libraries(cpp-deprecated-kmp PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-deprecated-kmp PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/deprecated/kmp/kmp.cpp -) diff --git a/library/cpp/deprecated/kmp/CMakeLists.txt b/library/cpp/deprecated/kmp/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/deprecated/kmp/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/deprecated/kmp/CMakeLists.windows-x86_64.txt b/library/cpp/deprecated/kmp/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 1a8b825dad6..00000000000 --- a/library/cpp/deprecated/kmp/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(cpp-deprecated-kmp) -target_link_libraries(cpp-deprecated-kmp PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-deprecated-kmp PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/deprecated/kmp/kmp.cpp -) diff --git a/library/cpp/deprecated/split/CMakeLists.darwin-x86_64.txt b/library/cpp/deprecated/split/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d23b1620f78..00000000000 --- a/library/cpp/deprecated/split/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(cpp-deprecated-split) -target_link_libraries(cpp-deprecated-split PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-kmp -) -target_sources(cpp-deprecated-split PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/deprecated/split/delim_string_iter.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/deprecated/split/split_iterator.cpp -) diff --git a/library/cpp/deprecated/split/CMakeLists.linux-aarch64.txt b/library/cpp/deprecated/split/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 4851ba6aba6..00000000000 --- a/library/cpp/deprecated/split/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(cpp-deprecated-split) -target_link_libraries(cpp-deprecated-split PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-deprecated-kmp -) -target_sources(cpp-deprecated-split PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/deprecated/split/delim_string_iter.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/deprecated/split/split_iterator.cpp -) diff --git a/library/cpp/deprecated/split/CMakeLists.linux-x86_64.txt b/library/cpp/deprecated/split/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 4851ba6aba6..00000000000 --- a/library/cpp/deprecated/split/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(cpp-deprecated-split) -target_link_libraries(cpp-deprecated-split PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-deprecated-kmp -) -target_sources(cpp-deprecated-split PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/deprecated/split/delim_string_iter.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/deprecated/split/split_iterator.cpp -) diff --git a/library/cpp/deprecated/split/CMakeLists.txt b/library/cpp/deprecated/split/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/deprecated/split/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/deprecated/split/CMakeLists.windows-x86_64.txt b/library/cpp/deprecated/split/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d23b1620f78..00000000000 --- a/library/cpp/deprecated/split/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(cpp-deprecated-split) -target_link_libraries(cpp-deprecated-split PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-kmp -) -target_sources(cpp-deprecated-split PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/deprecated/split/delim_string_iter.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/deprecated/split/split_iterator.cpp -) diff --git a/library/cpp/diff/CMakeLists.darwin-x86_64.txt b/library/cpp/diff/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index f6c4677907d..00000000000 --- a/library/cpp/diff/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(library-cpp-diff) -target_link_libraries(library-cpp-diff PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-lcs - cpp-containers-stack_array -) -target_sources(library-cpp-diff PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/diff/diff.cpp -) diff --git a/library/cpp/diff/CMakeLists.linux-aarch64.txt b/library/cpp/diff/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 47ba972f0fb..00000000000 --- a/library/cpp/diff/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(library-cpp-diff) -target_link_libraries(library-cpp-diff PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-lcs - cpp-containers-stack_array -) -target_sources(library-cpp-diff PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/diff/diff.cpp -) diff --git a/library/cpp/diff/CMakeLists.linux-x86_64.txt b/library/cpp/diff/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 47ba972f0fb..00000000000 --- a/library/cpp/diff/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(library-cpp-diff) -target_link_libraries(library-cpp-diff PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-lcs - cpp-containers-stack_array -) -target_sources(library-cpp-diff PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/diff/diff.cpp -) diff --git a/library/cpp/diff/CMakeLists.txt b/library/cpp/diff/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/diff/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/diff/CMakeLists.windows-x86_64.txt b/library/cpp/diff/CMakeLists.windows-x86_64.txt deleted file mode 100644 index f6c4677907d..00000000000 --- a/library/cpp/diff/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(library-cpp-diff) -target_link_libraries(library-cpp-diff PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-lcs - cpp-containers-stack_array -) -target_sources(library-cpp-diff PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/diff/diff.cpp -) diff --git a/library/cpp/digest/CMakeLists.txt b/library/cpp/digest/CMakeLists.txt deleted file mode 100644 index 73175ba0a9b..00000000000 --- a/library/cpp/digest/CMakeLists.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_subdirectory(argonish) -add_subdirectory(crc32c) -add_subdirectory(lower_case) -add_subdirectory(md5) -add_subdirectory(murmur) -add_subdirectory(old_crc) diff --git a/library/cpp/digest/argonish/CMakeLists.darwin-x86_64.txt b/library/cpp/digest/argonish/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 7b132051dad..00000000000 --- a/library/cpp/digest/argonish/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_subdirectory(internal) - -add_library(cpp-digest-argonish) -target_link_libraries(cpp-digest-argonish PUBLIC - contrib-libs-cxxsupp - yutil - cpp-threading-poor_man_openmp - internal-proxies-avx2 - internal-proxies-ref - internal-proxies-sse2 - internal-proxies-sse41 - internal-proxies-ssse3 -) -target_sources(cpp-digest-argonish PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/digest/argonish/factory/factory.cpp -) diff --git a/library/cpp/digest/argonish/CMakeLists.linux-aarch64.txt b/library/cpp/digest/argonish/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 94d73f45221..00000000000 --- a/library/cpp/digest/argonish/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(internal) - -add_library(cpp-digest-argonish) -target_link_libraries(cpp-digest-argonish PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-threading-poor_man_openmp - internal-proxies-ref -) -target_sources(cpp-digest-argonish PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/digest/argonish/factory/factory.cpp -) diff --git a/library/cpp/digest/argonish/CMakeLists.linux-x86_64.txt b/library/cpp/digest/argonish/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 2eafc5fe69d..00000000000 --- a/library/cpp/digest/argonish/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_subdirectory(internal) - -add_library(cpp-digest-argonish) -target_link_libraries(cpp-digest-argonish PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-threading-poor_man_openmp - internal-proxies-avx2 - internal-proxies-ref - internal-proxies-sse2 - internal-proxies-sse41 - internal-proxies-ssse3 -) -target_sources(cpp-digest-argonish PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/digest/argonish/factory/factory.cpp -) diff --git a/library/cpp/digest/argonish/CMakeLists.txt b/library/cpp/digest/argonish/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/digest/argonish/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/digest/argonish/CMakeLists.windows-x86_64.txt b/library/cpp/digest/argonish/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 7b132051dad..00000000000 --- a/library/cpp/digest/argonish/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_subdirectory(internal) - -add_library(cpp-digest-argonish) -target_link_libraries(cpp-digest-argonish PUBLIC - contrib-libs-cxxsupp - yutil - cpp-threading-poor_man_openmp - internal-proxies-avx2 - internal-proxies-ref - internal-proxies-sse2 - internal-proxies-sse41 - internal-proxies-ssse3 -) -target_sources(cpp-digest-argonish PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/digest/argonish/factory/factory.cpp -) diff --git a/library/cpp/digest/argonish/internal/CMakeLists.txt b/library/cpp/digest/argonish/internal/CMakeLists.txt deleted file mode 100644 index 7ade5161ea0..00000000000 --- a/library/cpp/digest/argonish/internal/CMakeLists.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_subdirectory(argon2) -add_subdirectory(blake2b) -add_subdirectory(blamka) -add_subdirectory(proxies) -add_subdirectory(rotations) diff --git a/library/cpp/digest/argonish/internal/argon2/CMakeLists.darwin-x86_64.txt b/library/cpp/digest/argonish/internal/argon2/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index e2dbc9ace90..00000000000 --- a/library/cpp/digest/argonish/internal/argon2/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(argonish-internal-argon2 INTERFACE) -target_link_libraries(argonish-internal-argon2 INTERFACE - contrib-libs-cxxsupp - yutil - argonish-internal-blamka - argonish-internal-blake2b - cpp-threading-poor_man_openmp -) diff --git a/library/cpp/digest/argonish/internal/argon2/CMakeLists.linux-aarch64.txt b/library/cpp/digest/argonish/internal/argon2/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b0bc4fd1cd8..00000000000 --- a/library/cpp/digest/argonish/internal/argon2/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(argonish-internal-argon2 INTERFACE) -target_link_libraries(argonish-internal-argon2 INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - argonish-internal-blamka - argonish-internal-blake2b - cpp-threading-poor_man_openmp -) diff --git a/library/cpp/digest/argonish/internal/argon2/CMakeLists.linux-x86_64.txt b/library/cpp/digest/argonish/internal/argon2/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b0bc4fd1cd8..00000000000 --- a/library/cpp/digest/argonish/internal/argon2/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(argonish-internal-argon2 INTERFACE) -target_link_libraries(argonish-internal-argon2 INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - argonish-internal-blamka - argonish-internal-blake2b - cpp-threading-poor_man_openmp -) diff --git a/library/cpp/digest/argonish/internal/argon2/CMakeLists.txt b/library/cpp/digest/argonish/internal/argon2/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/digest/argonish/internal/argon2/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/digest/argonish/internal/argon2/CMakeLists.windows-x86_64.txt b/library/cpp/digest/argonish/internal/argon2/CMakeLists.windows-x86_64.txt deleted file mode 100644 index e2dbc9ace90..00000000000 --- a/library/cpp/digest/argonish/internal/argon2/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(argonish-internal-argon2 INTERFACE) -target_link_libraries(argonish-internal-argon2 INTERFACE - contrib-libs-cxxsupp - yutil - argonish-internal-blamka - argonish-internal-blake2b - cpp-threading-poor_man_openmp -) diff --git a/library/cpp/digest/argonish/internal/blake2b/CMakeLists.darwin-x86_64.txt b/library/cpp/digest/argonish/internal/blake2b/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 63474af49f6..00000000000 --- a/library/cpp/digest/argonish/internal/blake2b/CMakeLists.darwin-x86_64.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. - - - -add_library(argonish-internal-blake2b INTERFACE) -target_link_libraries(argonish-internal-blake2b INTERFACE - contrib-libs-cxxsupp - yutil - argonish-internal-rotations -) diff --git a/library/cpp/digest/argonish/internal/blake2b/CMakeLists.linux-aarch64.txt b/library/cpp/digest/argonish/internal/blake2b/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 390ba105482..00000000000 --- a/library/cpp/digest/argonish/internal/blake2b/CMakeLists.linux-aarch64.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(argonish-internal-blake2b INTERFACE) -target_link_libraries(argonish-internal-blake2b INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - argonish-internal-rotations -) diff --git a/library/cpp/digest/argonish/internal/blake2b/CMakeLists.linux-x86_64.txt b/library/cpp/digest/argonish/internal/blake2b/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 390ba105482..00000000000 --- a/library/cpp/digest/argonish/internal/blake2b/CMakeLists.linux-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(argonish-internal-blake2b INTERFACE) -target_link_libraries(argonish-internal-blake2b INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - argonish-internal-rotations -) diff --git a/library/cpp/digest/argonish/internal/blake2b/CMakeLists.txt b/library/cpp/digest/argonish/internal/blake2b/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/digest/argonish/internal/blake2b/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/digest/argonish/internal/blake2b/CMakeLists.windows-x86_64.txt b/library/cpp/digest/argonish/internal/blake2b/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 63474af49f6..00000000000 --- a/library/cpp/digest/argonish/internal/blake2b/CMakeLists.windows-x86_64.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. - - - -add_library(argonish-internal-blake2b INTERFACE) -target_link_libraries(argonish-internal-blake2b INTERFACE - contrib-libs-cxxsupp - yutil - argonish-internal-rotations -) diff --git a/library/cpp/digest/argonish/internal/blamka/CMakeLists.darwin-x86_64.txt b/library/cpp/digest/argonish/internal/blamka/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 7e8d1fcb36b..00000000000 --- a/library/cpp/digest/argonish/internal/blamka/CMakeLists.darwin-x86_64.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. - - - -add_library(argonish-internal-blamka INTERFACE) -target_link_libraries(argonish-internal-blamka INTERFACE - contrib-libs-cxxsupp - yutil - argonish-internal-rotations -) diff --git a/library/cpp/digest/argonish/internal/blamka/CMakeLists.linux-aarch64.txt b/library/cpp/digest/argonish/internal/blamka/CMakeLists.linux-aarch64.txt deleted file mode 100644 index f6df186ad25..00000000000 --- a/library/cpp/digest/argonish/internal/blamka/CMakeLists.linux-aarch64.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(argonish-internal-blamka INTERFACE) -target_link_libraries(argonish-internal-blamka INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - argonish-internal-rotations -) diff --git a/library/cpp/digest/argonish/internal/blamka/CMakeLists.linux-x86_64.txt b/library/cpp/digest/argonish/internal/blamka/CMakeLists.linux-x86_64.txt deleted file mode 100644 index f6df186ad25..00000000000 --- a/library/cpp/digest/argonish/internal/blamka/CMakeLists.linux-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(argonish-internal-blamka INTERFACE) -target_link_libraries(argonish-internal-blamka INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - argonish-internal-rotations -) diff --git a/library/cpp/digest/argonish/internal/blamka/CMakeLists.txt b/library/cpp/digest/argonish/internal/blamka/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/digest/argonish/internal/blamka/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/digest/argonish/internal/blamka/CMakeLists.windows-x86_64.txt b/library/cpp/digest/argonish/internal/blamka/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 7e8d1fcb36b..00000000000 --- a/library/cpp/digest/argonish/internal/blamka/CMakeLists.windows-x86_64.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. - - - -add_library(argonish-internal-blamka INTERFACE) -target_link_libraries(argonish-internal-blamka INTERFACE - contrib-libs-cxxsupp - yutil - argonish-internal-rotations -) diff --git a/library/cpp/digest/argonish/internal/proxies/CMakeLists.darwin-x86_64.txt b/library/cpp/digest/argonish/internal/proxies/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index e34d1b90656..00000000000 --- a/library/cpp/digest/argonish/internal/proxies/CMakeLists.darwin-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_subdirectory(avx2) -add_subdirectory(macro) -add_subdirectory(ref) -add_subdirectory(sse2) -add_subdirectory(sse41) -add_subdirectory(ssse3) diff --git a/library/cpp/digest/argonish/internal/proxies/CMakeLists.linux-aarch64.txt b/library/cpp/digest/argonish/internal/proxies/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a6a754848a5..00000000000 --- a/library/cpp/digest/argonish/internal/proxies/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(macro) -add_subdirectory(ref) diff --git a/library/cpp/digest/argonish/internal/proxies/CMakeLists.linux-x86_64.txt b/library/cpp/digest/argonish/internal/proxies/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e34d1b90656..00000000000 --- a/library/cpp/digest/argonish/internal/proxies/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_subdirectory(avx2) -add_subdirectory(macro) -add_subdirectory(ref) -add_subdirectory(sse2) -add_subdirectory(sse41) -add_subdirectory(ssse3) diff --git a/library/cpp/digest/argonish/internal/proxies/CMakeLists.txt b/library/cpp/digest/argonish/internal/proxies/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/digest/argonish/internal/proxies/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/digest/argonish/internal/proxies/CMakeLists.windows-x86_64.txt b/library/cpp/digest/argonish/internal/proxies/CMakeLists.windows-x86_64.txt deleted file mode 100644 index e34d1b90656..00000000000 --- a/library/cpp/digest/argonish/internal/proxies/CMakeLists.windows-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_subdirectory(avx2) -add_subdirectory(macro) -add_subdirectory(ref) -add_subdirectory(sse2) -add_subdirectory(sse41) -add_subdirectory(ssse3) diff --git a/library/cpp/digest/argonish/internal/proxies/avx2/CMakeLists.darwin-x86_64.txt b/library/cpp/digest/argonish/internal/proxies/avx2/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6242e299b8f..00000000000 --- a/library/cpp/digest/argonish/internal/proxies/avx2/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(internal-proxies-avx2) -target_link_libraries(internal-proxies-avx2 PUBLIC - contrib-libs-cxxsupp - internal-proxies-macro - argonish-internal-argon2 - argonish-internal-blake2b -) -target_sources_custom(internal-proxies-avx2 - .avx2 - SRCS - ${CMAKE_SOURCE_DIR}/library/cpp/digest/argonish/internal/proxies/avx2/proxy_avx2.cpp - CUSTOM_FLAGS - -mavx2 - -mfma - -mbmi - -mbmi2 -) diff --git a/library/cpp/digest/argonish/internal/proxies/avx2/CMakeLists.linux-x86_64.txt b/library/cpp/digest/argonish/internal/proxies/avx2/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 1f954bb636d..00000000000 --- a/library/cpp/digest/argonish/internal/proxies/avx2/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(internal-proxies-avx2) -target_link_libraries(internal-proxies-avx2 PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - internal-proxies-macro - argonish-internal-argon2 - argonish-internal-blake2b -) -target_sources_custom(internal-proxies-avx2 - .avx2 - SRCS - ${CMAKE_SOURCE_DIR}/library/cpp/digest/argonish/internal/proxies/avx2/proxy_avx2.cpp - CUSTOM_FLAGS - -mavx2 - -mfma - -mbmi - -mbmi2 -) diff --git a/library/cpp/digest/argonish/internal/proxies/avx2/CMakeLists.txt b/library/cpp/digest/argonish/internal/proxies/avx2/CMakeLists.txt deleted file mode 100644 index 7803a2712c1..00000000000 --- a/library/cpp/digest/argonish/internal/proxies/avx2/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/library/cpp/digest/argonish/internal/proxies/avx2/CMakeLists.windows-x86_64.txt b/library/cpp/digest/argonish/internal/proxies/avx2/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 6242e299b8f..00000000000 --- a/library/cpp/digest/argonish/internal/proxies/avx2/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(internal-proxies-avx2) -target_link_libraries(internal-proxies-avx2 PUBLIC - contrib-libs-cxxsupp - internal-proxies-macro - argonish-internal-argon2 - argonish-internal-blake2b -) -target_sources_custom(internal-proxies-avx2 - .avx2 - SRCS - ${CMAKE_SOURCE_DIR}/library/cpp/digest/argonish/internal/proxies/avx2/proxy_avx2.cpp - CUSTOM_FLAGS - -mavx2 - -mfma - -mbmi - -mbmi2 -) diff --git a/library/cpp/digest/argonish/internal/proxies/macro/CMakeLists.darwin-x86_64.txt b/library/cpp/digest/argonish/internal/proxies/macro/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index bb153d887af..00000000000 --- a/library/cpp/digest/argonish/internal/proxies/macro/CMakeLists.darwin-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(internal-proxies-macro INTERFACE) -target_link_libraries(internal-proxies-macro INTERFACE - contrib-libs-cxxsupp - yutil -) diff --git a/library/cpp/digest/argonish/internal/proxies/macro/CMakeLists.linux-aarch64.txt b/library/cpp/digest/argonish/internal/proxies/macro/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a5caf518c96..00000000000 --- a/library/cpp/digest/argonish/internal/proxies/macro/CMakeLists.linux-aarch64.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. - - - -add_library(internal-proxies-macro INTERFACE) -target_link_libraries(internal-proxies-macro INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) diff --git a/library/cpp/digest/argonish/internal/proxies/macro/CMakeLists.linux-x86_64.txt b/library/cpp/digest/argonish/internal/proxies/macro/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a5caf518c96..00000000000 --- a/library/cpp/digest/argonish/internal/proxies/macro/CMakeLists.linux-x86_64.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. - - - -add_library(internal-proxies-macro INTERFACE) -target_link_libraries(internal-proxies-macro INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) diff --git a/library/cpp/digest/argonish/internal/proxies/macro/CMakeLists.txt b/library/cpp/digest/argonish/internal/proxies/macro/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/digest/argonish/internal/proxies/macro/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/digest/argonish/internal/proxies/macro/CMakeLists.windows-x86_64.txt b/library/cpp/digest/argonish/internal/proxies/macro/CMakeLists.windows-x86_64.txt deleted file mode 100644 index bb153d887af..00000000000 --- a/library/cpp/digest/argonish/internal/proxies/macro/CMakeLists.windows-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(internal-proxies-macro INTERFACE) -target_link_libraries(internal-proxies-macro INTERFACE - contrib-libs-cxxsupp - yutil -) diff --git a/library/cpp/digest/argonish/internal/proxies/ref/CMakeLists.darwin-x86_64.txt b/library/cpp/digest/argonish/internal/proxies/ref/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index f4ed53513cc..00000000000 --- a/library/cpp/digest/argonish/internal/proxies/ref/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(internal-proxies-ref) -target_link_libraries(internal-proxies-ref PUBLIC - contrib-libs-cxxsupp - internal-proxies-macro - argonish-internal-argon2 - argonish-internal-blake2b -) -target_sources(internal-proxies-ref PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/digest/argonish/internal/proxies/ref/proxy_ref.cpp -) diff --git a/library/cpp/digest/argonish/internal/proxies/ref/CMakeLists.linux-aarch64.txt b/library/cpp/digest/argonish/internal/proxies/ref/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 0f6d317b77a..00000000000 --- a/library/cpp/digest/argonish/internal/proxies/ref/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(internal-proxies-ref) -target_link_libraries(internal-proxies-ref PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - internal-proxies-macro - argonish-internal-argon2 - argonish-internal-blake2b -) -target_sources(internal-proxies-ref PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/digest/argonish/internal/proxies/ref/proxy_ref.cpp -) diff --git a/library/cpp/digest/argonish/internal/proxies/ref/CMakeLists.linux-x86_64.txt b/library/cpp/digest/argonish/internal/proxies/ref/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 0f6d317b77a..00000000000 --- a/library/cpp/digest/argonish/internal/proxies/ref/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(internal-proxies-ref) -target_link_libraries(internal-proxies-ref PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - internal-proxies-macro - argonish-internal-argon2 - argonish-internal-blake2b -) -target_sources(internal-proxies-ref PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/digest/argonish/internal/proxies/ref/proxy_ref.cpp -) diff --git a/library/cpp/digest/argonish/internal/proxies/ref/CMakeLists.txt b/library/cpp/digest/argonish/internal/proxies/ref/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/digest/argonish/internal/proxies/ref/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/digest/argonish/internal/proxies/ref/CMakeLists.windows-x86_64.txt b/library/cpp/digest/argonish/internal/proxies/ref/CMakeLists.windows-x86_64.txt deleted file mode 100644 index f4ed53513cc..00000000000 --- a/library/cpp/digest/argonish/internal/proxies/ref/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(internal-proxies-ref) -target_link_libraries(internal-proxies-ref PUBLIC - contrib-libs-cxxsupp - internal-proxies-macro - argonish-internal-argon2 - argonish-internal-blake2b -) -target_sources(internal-proxies-ref PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/digest/argonish/internal/proxies/ref/proxy_ref.cpp -) diff --git a/library/cpp/digest/argonish/internal/proxies/sse2/CMakeLists.darwin-x86_64.txt b/library/cpp/digest/argonish/internal/proxies/sse2/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 7b57a5e09b2..00000000000 --- a/library/cpp/digest/argonish/internal/proxies/sse2/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(internal-proxies-sse2) -target_link_libraries(internal-proxies-sse2 PUBLIC - contrib-libs-cxxsupp - internal-proxies-macro - argonish-internal-argon2 - argonish-internal-blake2b -) -target_sources_custom(internal-proxies-sse2 - .sse2 - SRCS - ${CMAKE_SOURCE_DIR}/library/cpp/digest/argonish/internal/proxies/sse2/proxy_sse2.cpp - CUSTOM_FLAGS - -msse2 -) diff --git a/library/cpp/digest/argonish/internal/proxies/sse2/CMakeLists.linux-x86_64.txt b/library/cpp/digest/argonish/internal/proxies/sse2/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 3c12d161173..00000000000 --- a/library/cpp/digest/argonish/internal/proxies/sse2/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(internal-proxies-sse2) -target_link_libraries(internal-proxies-sse2 PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - internal-proxies-macro - argonish-internal-argon2 - argonish-internal-blake2b -) -target_sources_custom(internal-proxies-sse2 - .sse2 - SRCS - ${CMAKE_SOURCE_DIR}/library/cpp/digest/argonish/internal/proxies/sse2/proxy_sse2.cpp - CUSTOM_FLAGS - -msse2 -) diff --git a/library/cpp/digest/argonish/internal/proxies/sse2/CMakeLists.txt b/library/cpp/digest/argonish/internal/proxies/sse2/CMakeLists.txt deleted file mode 100644 index 7803a2712c1..00000000000 --- a/library/cpp/digest/argonish/internal/proxies/sse2/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/library/cpp/digest/argonish/internal/proxies/sse2/CMakeLists.windows-x86_64.txt b/library/cpp/digest/argonish/internal/proxies/sse2/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 7b57a5e09b2..00000000000 --- a/library/cpp/digest/argonish/internal/proxies/sse2/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(internal-proxies-sse2) -target_link_libraries(internal-proxies-sse2 PUBLIC - contrib-libs-cxxsupp - internal-proxies-macro - argonish-internal-argon2 - argonish-internal-blake2b -) -target_sources_custom(internal-proxies-sse2 - .sse2 - SRCS - ${CMAKE_SOURCE_DIR}/library/cpp/digest/argonish/internal/proxies/sse2/proxy_sse2.cpp - CUSTOM_FLAGS - -msse2 -) diff --git a/library/cpp/digest/argonish/internal/proxies/sse41/CMakeLists.darwin-x86_64.txt b/library/cpp/digest/argonish/internal/proxies/sse41/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 48f772826d3..00000000000 --- a/library/cpp/digest/argonish/internal/proxies/sse41/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(internal-proxies-sse41) -target_link_libraries(internal-proxies-sse41 PUBLIC - contrib-libs-cxxsupp - internal-proxies-macro - argonish-internal-argon2 - argonish-internal-blake2b -) -target_sources_custom(internal-proxies-sse41 - .sse41 - SRCS - ${CMAKE_SOURCE_DIR}/library/cpp/digest/argonish/internal/proxies/sse41/proxy_sse41.cpp - CUSTOM_FLAGS - -msse4.1 -) diff --git a/library/cpp/digest/argonish/internal/proxies/sse41/CMakeLists.linux-x86_64.txt b/library/cpp/digest/argonish/internal/proxies/sse41/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 602f000ee5a..00000000000 --- a/library/cpp/digest/argonish/internal/proxies/sse41/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(internal-proxies-sse41) -target_link_libraries(internal-proxies-sse41 PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - internal-proxies-macro - argonish-internal-argon2 - argonish-internal-blake2b -) -target_sources_custom(internal-proxies-sse41 - .sse41 - SRCS - ${CMAKE_SOURCE_DIR}/library/cpp/digest/argonish/internal/proxies/sse41/proxy_sse41.cpp - CUSTOM_FLAGS - -msse4.1 -) diff --git a/library/cpp/digest/argonish/internal/proxies/sse41/CMakeLists.txt b/library/cpp/digest/argonish/internal/proxies/sse41/CMakeLists.txt deleted file mode 100644 index 7803a2712c1..00000000000 --- a/library/cpp/digest/argonish/internal/proxies/sse41/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/library/cpp/digest/argonish/internal/proxies/sse41/CMakeLists.windows-x86_64.txt b/library/cpp/digest/argonish/internal/proxies/sse41/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 48f772826d3..00000000000 --- a/library/cpp/digest/argonish/internal/proxies/sse41/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(internal-proxies-sse41) -target_link_libraries(internal-proxies-sse41 PUBLIC - contrib-libs-cxxsupp - internal-proxies-macro - argonish-internal-argon2 - argonish-internal-blake2b -) -target_sources_custom(internal-proxies-sse41 - .sse41 - SRCS - ${CMAKE_SOURCE_DIR}/library/cpp/digest/argonish/internal/proxies/sse41/proxy_sse41.cpp - CUSTOM_FLAGS - -msse4.1 -) diff --git a/library/cpp/digest/argonish/internal/proxies/ssse3/CMakeLists.darwin-x86_64.txt b/library/cpp/digest/argonish/internal/proxies/ssse3/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 8c1d2591ed7..00000000000 --- a/library/cpp/digest/argonish/internal/proxies/ssse3/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(internal-proxies-ssse3) -target_link_libraries(internal-proxies-ssse3 PUBLIC - contrib-libs-cxxsupp - internal-proxies-macro - argonish-internal-argon2 - argonish-internal-blake2b -) -target_sources_custom(internal-proxies-ssse3 - .ssse3 - SRCS - ${CMAKE_SOURCE_DIR}/library/cpp/digest/argonish/internal/proxies/ssse3/proxy_ssse3.cpp - CUSTOM_FLAGS - -mssse3 -) diff --git a/library/cpp/digest/argonish/internal/proxies/ssse3/CMakeLists.linux-x86_64.txt b/library/cpp/digest/argonish/internal/proxies/ssse3/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b70cc4d942d..00000000000 --- a/library/cpp/digest/argonish/internal/proxies/ssse3/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(internal-proxies-ssse3) -target_link_libraries(internal-proxies-ssse3 PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - internal-proxies-macro - argonish-internal-argon2 - argonish-internal-blake2b -) -target_sources_custom(internal-proxies-ssse3 - .ssse3 - SRCS - ${CMAKE_SOURCE_DIR}/library/cpp/digest/argonish/internal/proxies/ssse3/proxy_ssse3.cpp - CUSTOM_FLAGS - -mssse3 -) diff --git a/library/cpp/digest/argonish/internal/proxies/ssse3/CMakeLists.txt b/library/cpp/digest/argonish/internal/proxies/ssse3/CMakeLists.txt deleted file mode 100644 index 7803a2712c1..00000000000 --- a/library/cpp/digest/argonish/internal/proxies/ssse3/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/library/cpp/digest/argonish/internal/proxies/ssse3/CMakeLists.windows-x86_64.txt b/library/cpp/digest/argonish/internal/proxies/ssse3/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 8c1d2591ed7..00000000000 --- a/library/cpp/digest/argonish/internal/proxies/ssse3/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(internal-proxies-ssse3) -target_link_libraries(internal-proxies-ssse3 PUBLIC - contrib-libs-cxxsupp - internal-proxies-macro - argonish-internal-argon2 - argonish-internal-blake2b -) -target_sources_custom(internal-proxies-ssse3 - .ssse3 - SRCS - ${CMAKE_SOURCE_DIR}/library/cpp/digest/argonish/internal/proxies/ssse3/proxy_ssse3.cpp - CUSTOM_FLAGS - -mssse3 -) diff --git a/library/cpp/digest/argonish/internal/rotations/CMakeLists.darwin-x86_64.txt b/library/cpp/digest/argonish/internal/rotations/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index b4468ed3514..00000000000 --- a/library/cpp/digest/argonish/internal/rotations/CMakeLists.darwin-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(argonish-internal-rotations INTERFACE) -target_link_libraries(argonish-internal-rotations INTERFACE - contrib-libs-cxxsupp - yutil -) diff --git a/library/cpp/digest/argonish/internal/rotations/CMakeLists.linux-aarch64.txt b/library/cpp/digest/argonish/internal/rotations/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 1ef3f3119d7..00000000000 --- a/library/cpp/digest/argonish/internal/rotations/CMakeLists.linux-aarch64.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. - - - -add_library(argonish-internal-rotations INTERFACE) -target_link_libraries(argonish-internal-rotations INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) diff --git a/library/cpp/digest/argonish/internal/rotations/CMakeLists.linux-x86_64.txt b/library/cpp/digest/argonish/internal/rotations/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 1ef3f3119d7..00000000000 --- a/library/cpp/digest/argonish/internal/rotations/CMakeLists.linux-x86_64.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. - - - -add_library(argonish-internal-rotations INTERFACE) -target_link_libraries(argonish-internal-rotations INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) diff --git a/library/cpp/digest/argonish/internal/rotations/CMakeLists.txt b/library/cpp/digest/argonish/internal/rotations/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/digest/argonish/internal/rotations/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/digest/argonish/internal/rotations/CMakeLists.windows-x86_64.txt b/library/cpp/digest/argonish/internal/rotations/CMakeLists.windows-x86_64.txt deleted file mode 100644 index b4468ed3514..00000000000 --- a/library/cpp/digest/argonish/internal/rotations/CMakeLists.windows-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(argonish-internal-rotations INTERFACE) -target_link_libraries(argonish-internal-rotations INTERFACE - contrib-libs-cxxsupp - yutil -) diff --git a/library/cpp/digest/crc32c/CMakeLists.darwin-x86_64.txt b/library/cpp/digest/crc32c/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 295652eae02..00000000000 --- a/library/cpp/digest/crc32c/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(cpp-digest-crc32c) -target_link_libraries(cpp-digest-crc32c PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-crcutil -) -target_sources(cpp-digest-crc32c PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/digest/crc32c/crc32c.cpp -) diff --git a/library/cpp/digest/crc32c/CMakeLists.linux-aarch64.txt b/library/cpp/digest/crc32c/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 8d93b2e2897..00000000000 --- a/library/cpp/digest/crc32c/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(cpp-digest-crc32c) -target_link_libraries(cpp-digest-crc32c PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-crcutil -) -target_sources(cpp-digest-crc32c PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/digest/crc32c/crc32c.cpp -) diff --git a/library/cpp/digest/crc32c/CMakeLists.linux-x86_64.txt b/library/cpp/digest/crc32c/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 8d93b2e2897..00000000000 --- a/library/cpp/digest/crc32c/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(cpp-digest-crc32c) -target_link_libraries(cpp-digest-crc32c PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-crcutil -) -target_sources(cpp-digest-crc32c PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/digest/crc32c/crc32c.cpp -) diff --git a/library/cpp/digest/crc32c/CMakeLists.txt b/library/cpp/digest/crc32c/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/digest/crc32c/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/digest/crc32c/CMakeLists.windows-x86_64.txt b/library/cpp/digest/crc32c/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 295652eae02..00000000000 --- a/library/cpp/digest/crc32c/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(cpp-digest-crc32c) -target_link_libraries(cpp-digest-crc32c PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-crcutil -) -target_sources(cpp-digest-crc32c PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/digest/crc32c/crc32c.cpp -) diff --git a/library/cpp/digest/lower_case/CMakeLists.darwin-x86_64.txt b/library/cpp/digest/lower_case/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 5ab4c75fd03..00000000000 --- a/library/cpp/digest/lower_case/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(cpp-digest-lower_case) -target_link_libraries(cpp-digest-lower_case PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-digest-lower_case PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/digest/lower_case/lciter.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/digest/lower_case/lchash.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/digest/lower_case/hash_ops.cpp -) diff --git a/library/cpp/digest/lower_case/CMakeLists.linux-aarch64.txt b/library/cpp/digest/lower_case/CMakeLists.linux-aarch64.txt deleted file mode 100644 index f4bbc65bf69..00000000000 --- a/library/cpp/digest/lower_case/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(cpp-digest-lower_case) -target_link_libraries(cpp-digest-lower_case PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-digest-lower_case PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/digest/lower_case/lciter.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/digest/lower_case/lchash.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/digest/lower_case/hash_ops.cpp -) diff --git a/library/cpp/digest/lower_case/CMakeLists.linux-x86_64.txt b/library/cpp/digest/lower_case/CMakeLists.linux-x86_64.txt deleted file mode 100644 index f4bbc65bf69..00000000000 --- a/library/cpp/digest/lower_case/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(cpp-digest-lower_case) -target_link_libraries(cpp-digest-lower_case PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-digest-lower_case PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/digest/lower_case/lciter.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/digest/lower_case/lchash.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/digest/lower_case/hash_ops.cpp -) diff --git a/library/cpp/digest/lower_case/CMakeLists.txt b/library/cpp/digest/lower_case/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/digest/lower_case/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/digest/lower_case/CMakeLists.windows-x86_64.txt b/library/cpp/digest/lower_case/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 5ab4c75fd03..00000000000 --- a/library/cpp/digest/lower_case/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(cpp-digest-lower_case) -target_link_libraries(cpp-digest-lower_case PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-digest-lower_case PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/digest/lower_case/lciter.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/digest/lower_case/lchash.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/digest/lower_case/hash_ops.cpp -) diff --git a/library/cpp/digest/md5/CMakeLists.darwin-x86_64.txt b/library/cpp/digest/md5/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index bbf3a1fc1e2..00000000000 --- a/library/cpp/digest/md5/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(cpp-digest-md5) -target_link_libraries(cpp-digest-md5 PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-nayuki_md5 - cpp-string_utils-base64 -) -target_sources(cpp-digest-md5 PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/digest/md5/md5.cpp -) diff --git a/library/cpp/digest/md5/CMakeLists.linux-aarch64.txt b/library/cpp/digest/md5/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 86eead7bfa7..00000000000 --- a/library/cpp/digest/md5/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(cpp-digest-md5) -target_link_libraries(cpp-digest-md5 PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-nayuki_md5 - cpp-string_utils-base64 -) -target_sources(cpp-digest-md5 PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/digest/md5/md5.cpp -) diff --git a/library/cpp/digest/md5/CMakeLists.linux-x86_64.txt b/library/cpp/digest/md5/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 86eead7bfa7..00000000000 --- a/library/cpp/digest/md5/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(cpp-digest-md5) -target_link_libraries(cpp-digest-md5 PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-nayuki_md5 - cpp-string_utils-base64 -) -target_sources(cpp-digest-md5 PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/digest/md5/md5.cpp -) diff --git a/library/cpp/digest/md5/CMakeLists.txt b/library/cpp/digest/md5/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/digest/md5/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/digest/md5/CMakeLists.windows-x86_64.txt b/library/cpp/digest/md5/CMakeLists.windows-x86_64.txt deleted file mode 100644 index bbf3a1fc1e2..00000000000 --- a/library/cpp/digest/md5/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(cpp-digest-md5) -target_link_libraries(cpp-digest-md5 PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-nayuki_md5 - cpp-string_utils-base64 -) -target_sources(cpp-digest-md5 PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/digest/md5/md5.cpp -) diff --git a/library/cpp/digest/murmur/CMakeLists.darwin-x86_64.txt b/library/cpp/digest/murmur/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index ac2e722ed81..00000000000 --- a/library/cpp/digest/murmur/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(cpp-digest-murmur) -target_link_libraries(cpp-digest-murmur PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-digest-murmur PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/digest/murmur/murmur.cpp -) diff --git a/library/cpp/digest/murmur/CMakeLists.linux-aarch64.txt b/library/cpp/digest/murmur/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 71c5ec831d3..00000000000 --- a/library/cpp/digest/murmur/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(cpp-digest-murmur) -target_link_libraries(cpp-digest-murmur PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-digest-murmur PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/digest/murmur/murmur.cpp -) diff --git a/library/cpp/digest/murmur/CMakeLists.linux-x86_64.txt b/library/cpp/digest/murmur/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 71c5ec831d3..00000000000 --- a/library/cpp/digest/murmur/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(cpp-digest-murmur) -target_link_libraries(cpp-digest-murmur PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-digest-murmur PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/digest/murmur/murmur.cpp -) diff --git a/library/cpp/digest/murmur/CMakeLists.txt b/library/cpp/digest/murmur/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/digest/murmur/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/digest/murmur/CMakeLists.windows-x86_64.txt b/library/cpp/digest/murmur/CMakeLists.windows-x86_64.txt deleted file mode 100644 index ac2e722ed81..00000000000 --- a/library/cpp/digest/murmur/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(cpp-digest-murmur) -target_link_libraries(cpp-digest-murmur PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-digest-murmur PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/digest/murmur/murmur.cpp -) diff --git a/library/cpp/digest/old_crc/CMakeLists.darwin-x86_64.txt b/library/cpp/digest/old_crc/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a4caa8c7569..00000000000 --- a/library/cpp/digest/old_crc/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_subdirectory(gencrc) -get_built_tool_path( - TOOL_gencrc_bin - TOOL_gencrc_dependency - library/cpp/digest/old_crc/gencrc - gencrc -) - -add_library(cpp-digest-old_crc) -target_link_libraries(cpp-digest-old_crc PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-digest-old_crc PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/digest/old_crc/crc.cpp - ${CMAKE_BINARY_DIR}/library/cpp/digest/old_crc/crc.inc -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/library/cpp/digest/old_crc/crc.inc - DEPENDS - ${TOOL_gencrc_bin} - COMMAND - ${TOOL_gencrc_bin} - > - crc.inc -) -if(NOT CMAKE_CROSSCOMPILING) - add_dependencies(cpp-digest-old_crc - gencrc -) -endif() diff --git a/library/cpp/digest/old_crc/CMakeLists.linux-aarch64.txt b/library/cpp/digest/old_crc/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a0883b65f5e..00000000000 --- a/library/cpp/digest/old_crc/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_subdirectory(gencrc) -get_built_tool_path( - TOOL_gencrc_bin - TOOL_gencrc_dependency - library/cpp/digest/old_crc/gencrc - gencrc -) - -add_library(cpp-digest-old_crc) -target_link_libraries(cpp-digest-old_crc PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-digest-old_crc PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/digest/old_crc/crc.cpp - ${CMAKE_BINARY_DIR}/library/cpp/digest/old_crc/crc.inc -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/library/cpp/digest/old_crc/crc.inc - DEPENDS - ${TOOL_gencrc_bin} - COMMAND - ${TOOL_gencrc_bin} - > - crc.inc -) -if(NOT CMAKE_CROSSCOMPILING) - add_dependencies(cpp-digest-old_crc - gencrc -) -endif() diff --git a/library/cpp/digest/old_crc/CMakeLists.linux-x86_64.txt b/library/cpp/digest/old_crc/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a0883b65f5e..00000000000 --- a/library/cpp/digest/old_crc/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_subdirectory(gencrc) -get_built_tool_path( - TOOL_gencrc_bin - TOOL_gencrc_dependency - library/cpp/digest/old_crc/gencrc - gencrc -) - -add_library(cpp-digest-old_crc) -target_link_libraries(cpp-digest-old_crc PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-digest-old_crc PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/digest/old_crc/crc.cpp - ${CMAKE_BINARY_DIR}/library/cpp/digest/old_crc/crc.inc -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/library/cpp/digest/old_crc/crc.inc - DEPENDS - ${TOOL_gencrc_bin} - COMMAND - ${TOOL_gencrc_bin} - > - crc.inc -) -if(NOT CMAKE_CROSSCOMPILING) - add_dependencies(cpp-digest-old_crc - gencrc -) -endif() diff --git a/library/cpp/digest/old_crc/CMakeLists.txt b/library/cpp/digest/old_crc/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/digest/old_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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/digest/old_crc/CMakeLists.windows-x86_64.txt b/library/cpp/digest/old_crc/CMakeLists.windows-x86_64.txt deleted file mode 100644 index a4caa8c7569..00000000000 --- a/library/cpp/digest/old_crc/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_subdirectory(gencrc) -get_built_tool_path( - TOOL_gencrc_bin - TOOL_gencrc_dependency - library/cpp/digest/old_crc/gencrc - gencrc -) - -add_library(cpp-digest-old_crc) -target_link_libraries(cpp-digest-old_crc PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-digest-old_crc PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/digest/old_crc/crc.cpp - ${CMAKE_BINARY_DIR}/library/cpp/digest/old_crc/crc.inc -) -add_custom_command( - OUTPUT - ${CMAKE_BINARY_DIR}/library/cpp/digest/old_crc/crc.inc - DEPENDS - ${TOOL_gencrc_bin} - COMMAND - ${TOOL_gencrc_bin} - > - crc.inc -) -if(NOT CMAKE_CROSSCOMPILING) - add_dependencies(cpp-digest-old_crc - gencrc -) -endif() diff --git a/library/cpp/digest/old_crc/gencrc/CMakeLists.darwin-x86_64.txt b/library/cpp/digest/old_crc/gencrc/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 64e8d803e5e..00000000000 --- a/library/cpp/digest/old_crc/gencrc/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_executable(gencrc) -target_link_libraries(gencrc PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check -) -target_link_options(gencrc PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC -) -target_sources(gencrc PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/digest/old_crc/gencrc/main.cpp -) -target_allocator(gencrc - system_allocator -) -vcs_info(gencrc) diff --git a/library/cpp/digest/old_crc/gencrc/CMakeLists.linux-aarch64.txt b/library/cpp/digest/old_crc/gencrc/CMakeLists.linux-aarch64.txt deleted file mode 100644 index f4a3176047e..00000000000 --- a/library/cpp/digest/old_crc/gencrc/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_executable(gencrc) -target_link_libraries(gencrc PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_link_options(gencrc PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(gencrc PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/digest/old_crc/gencrc/main.cpp -) -target_allocator(gencrc - cpp-malloc-jemalloc -) -vcs_info(gencrc) diff --git a/library/cpp/digest/old_crc/gencrc/CMakeLists.linux-x86_64.txt b/library/cpp/digest/old_crc/gencrc/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 33bcd9c559f..00000000000 --- a/library/cpp/digest/old_crc/gencrc/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_executable(gencrc) -target_link_libraries(gencrc PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check -) -target_link_options(gencrc PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(gencrc PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/digest/old_crc/gencrc/main.cpp -) -target_allocator(gencrc - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(gencrc) diff --git a/library/cpp/digest/old_crc/gencrc/CMakeLists.txt b/library/cpp/digest/old_crc/gencrc/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/digest/old_crc/gencrc/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/digest/old_crc/gencrc/CMakeLists.windows-x86_64.txt b/library/cpp/digest/old_crc/gencrc/CMakeLists.windows-x86_64.txt deleted file mode 100644 index b2bfec2ccb8..00000000000 --- a/library/cpp/digest/old_crc/gencrc/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_executable(gencrc) -target_link_libraries(gencrc PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check -) -target_sources(gencrc PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/digest/old_crc/gencrc/main.cpp -) -target_allocator(gencrc - system_allocator -) -vcs_info(gencrc) diff --git a/library/cpp/disjoint_sets/CMakeLists.darwin-x86_64.txt b/library/cpp/disjoint_sets/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 83a72be4c87..00000000000 --- a/library/cpp/disjoint_sets/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(library-cpp-disjoint_sets) -target_link_libraries(library-cpp-disjoint_sets PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-disjoint_sets PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/disjoint_sets/disjoint_sets.cpp -) diff --git a/library/cpp/disjoint_sets/CMakeLists.linux-aarch64.txt b/library/cpp/disjoint_sets/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 66c7676cda9..00000000000 --- a/library/cpp/disjoint_sets/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(library-cpp-disjoint_sets) -target_link_libraries(library-cpp-disjoint_sets PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-disjoint_sets PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/disjoint_sets/disjoint_sets.cpp -) diff --git a/library/cpp/disjoint_sets/CMakeLists.linux-x86_64.txt b/library/cpp/disjoint_sets/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 66c7676cda9..00000000000 --- a/library/cpp/disjoint_sets/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(library-cpp-disjoint_sets) -target_link_libraries(library-cpp-disjoint_sets PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-disjoint_sets PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/disjoint_sets/disjoint_sets.cpp -) diff --git a/library/cpp/disjoint_sets/CMakeLists.txt b/library/cpp/disjoint_sets/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/disjoint_sets/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/disjoint_sets/CMakeLists.windows-x86_64.txt b/library/cpp/disjoint_sets/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 83a72be4c87..00000000000 --- a/library/cpp/disjoint_sets/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(library-cpp-disjoint_sets) -target_link_libraries(library-cpp-disjoint_sets PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-disjoint_sets PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/disjoint_sets/disjoint_sets.cpp -) diff --git a/library/cpp/dns/CMakeLists.darwin-x86_64.txt b/library/cpp/dns/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c91919f0851..00000000000 --- a/library/cpp/dns/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(library-cpp-dns) -target_link_libraries(library-cpp-dns PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-dns PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/dns/cache.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/dns/thread.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/dns/magic.cpp -) diff --git a/library/cpp/dns/CMakeLists.linux-aarch64.txt b/library/cpp/dns/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e2f9b3b08ab..00000000000 --- a/library/cpp/dns/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(library-cpp-dns) -target_link_libraries(library-cpp-dns PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-dns PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/dns/cache.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/dns/thread.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/dns/magic.cpp -) diff --git a/library/cpp/dns/CMakeLists.linux-x86_64.txt b/library/cpp/dns/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e2f9b3b08ab..00000000000 --- a/library/cpp/dns/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(library-cpp-dns) -target_link_libraries(library-cpp-dns PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-dns PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/dns/cache.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/dns/thread.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/dns/magic.cpp -) diff --git a/library/cpp/dns/CMakeLists.txt b/library/cpp/dns/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/dns/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/dns/CMakeLists.windows-x86_64.txt b/library/cpp/dns/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c91919f0851..00000000000 --- a/library/cpp/dns/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(library-cpp-dns) -target_link_libraries(library-cpp-dns PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-dns PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/dns/cache.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/dns/thread.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/dns/magic.cpp -) diff --git a/library/cpp/dwarf_backtrace/CMakeLists.darwin-x86_64.txt b/library/cpp/dwarf_backtrace/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 3fb6a8f4b94..00000000000 --- a/library/cpp/dwarf_backtrace/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(library-cpp-dwarf_backtrace) -target_link_libraries(library-cpp-dwarf_backtrace PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-backtrace -) -target_sources(library-cpp-dwarf_backtrace PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/dwarf_backtrace/backtrace.cpp -) diff --git a/library/cpp/dwarf_backtrace/CMakeLists.linux-aarch64.txt b/library/cpp/dwarf_backtrace/CMakeLists.linux-aarch64.txt deleted file mode 100644 index fc0672a08ce..00000000000 --- a/library/cpp/dwarf_backtrace/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(library-cpp-dwarf_backtrace) -target_link_libraries(library-cpp-dwarf_backtrace PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-backtrace -) -target_sources(library-cpp-dwarf_backtrace PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/dwarf_backtrace/backtrace.cpp -) diff --git a/library/cpp/dwarf_backtrace/CMakeLists.linux-x86_64.txt b/library/cpp/dwarf_backtrace/CMakeLists.linux-x86_64.txt deleted file mode 100644 index fc0672a08ce..00000000000 --- a/library/cpp/dwarf_backtrace/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(library-cpp-dwarf_backtrace) -target_link_libraries(library-cpp-dwarf_backtrace PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-backtrace -) -target_sources(library-cpp-dwarf_backtrace PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/dwarf_backtrace/backtrace.cpp -) diff --git a/library/cpp/dwarf_backtrace/CMakeLists.txt b/library/cpp/dwarf_backtrace/CMakeLists.txt deleted file mode 100644 index 522af85d518..00000000000 --- a/library/cpp/dwarf_backtrace/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 "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) -endif() diff --git a/library/cpp/enumbitset/CMakeLists.darwin-x86_64.txt b/library/cpp/enumbitset/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index ff3bed8f5b4..00000000000 --- a/library/cpp/enumbitset/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(library-cpp-enumbitset) -target_link_libraries(library-cpp-enumbitset PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-enumbitset PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/enumbitset/enumbitset.cpp -) diff --git a/library/cpp/enumbitset/CMakeLists.linux-aarch64.txt b/library/cpp/enumbitset/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 29fb5e0956b..00000000000 --- a/library/cpp/enumbitset/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(library-cpp-enumbitset) -target_link_libraries(library-cpp-enumbitset PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-enumbitset PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/enumbitset/enumbitset.cpp -) diff --git a/library/cpp/enumbitset/CMakeLists.linux-x86_64.txt b/library/cpp/enumbitset/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 29fb5e0956b..00000000000 --- a/library/cpp/enumbitset/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(library-cpp-enumbitset) -target_link_libraries(library-cpp-enumbitset PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-enumbitset PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/enumbitset/enumbitset.cpp -) diff --git a/library/cpp/enumbitset/CMakeLists.txt b/library/cpp/enumbitset/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/enumbitset/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/enumbitset/CMakeLists.windows-x86_64.txt b/library/cpp/enumbitset/CMakeLists.windows-x86_64.txt deleted file mode 100644 index ff3bed8f5b4..00000000000 --- a/library/cpp/enumbitset/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(library-cpp-enumbitset) -target_link_libraries(library-cpp-enumbitset PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-enumbitset PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/enumbitset/enumbitset.cpp -) diff --git a/library/cpp/eventlog/CMakeLists.darwin-x86_64.txt b/library/cpp/eventlog/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 1eebc5dcca0..00000000000 --- a/library/cpp/eventlog/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,57 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(dumper) -add_subdirectory(proto) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(library-cpp-eventlog) -target_link_libraries(library-cpp-eventlog PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-blockcodecs - cpp-eventlog-proto - library-cpp-json - library-cpp-logger - cpp-protobuf-json - cpp-streams-growing_file_input - cpp-string_utils-base64 - contrib-libs-re2 - tools-enum_parser-enum_serialization_runtime -) -target_sources(library-cpp-eventlog PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog/evdecoder.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog/event_field_output.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog/event_field_printer.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog/eventlog.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog/eventlog_int.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog/iterator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog/logparser.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog/threaded_eventlog.cpp -) -generate_enum_serilization(library-cpp-eventlog - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog/eventlog.h - INCLUDE_HEADERS - library/cpp/eventlog/eventlog.h -) -generate_enum_serilization(library-cpp-eventlog - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog/eventlog_int.h - INCLUDE_HEADERS - library/cpp/eventlog/eventlog_int.h -) diff --git a/library/cpp/eventlog/CMakeLists.linux-aarch64.txt b/library/cpp/eventlog/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d167cfae036..00000000000 --- a/library/cpp/eventlog/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,58 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(dumper) -add_subdirectory(proto) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(library-cpp-eventlog) -target_link_libraries(library-cpp-eventlog PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-blockcodecs - cpp-eventlog-proto - library-cpp-json - library-cpp-logger - cpp-protobuf-json - cpp-streams-growing_file_input - cpp-string_utils-base64 - contrib-libs-re2 - tools-enum_parser-enum_serialization_runtime -) -target_sources(library-cpp-eventlog PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog/evdecoder.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog/event_field_output.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog/event_field_printer.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog/eventlog.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog/eventlog_int.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog/iterator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog/logparser.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog/threaded_eventlog.cpp -) -generate_enum_serilization(library-cpp-eventlog - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog/eventlog.h - INCLUDE_HEADERS - library/cpp/eventlog/eventlog.h -) -generate_enum_serilization(library-cpp-eventlog - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog/eventlog_int.h - INCLUDE_HEADERS - library/cpp/eventlog/eventlog_int.h -) diff --git a/library/cpp/eventlog/CMakeLists.linux-x86_64.txt b/library/cpp/eventlog/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d167cfae036..00000000000 --- a/library/cpp/eventlog/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,58 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(dumper) -add_subdirectory(proto) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(library-cpp-eventlog) -target_link_libraries(library-cpp-eventlog PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-blockcodecs - cpp-eventlog-proto - library-cpp-json - library-cpp-logger - cpp-protobuf-json - cpp-streams-growing_file_input - cpp-string_utils-base64 - contrib-libs-re2 - tools-enum_parser-enum_serialization_runtime -) -target_sources(library-cpp-eventlog PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog/evdecoder.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog/event_field_output.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog/event_field_printer.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog/eventlog.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog/eventlog_int.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog/iterator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog/logparser.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog/threaded_eventlog.cpp -) -generate_enum_serilization(library-cpp-eventlog - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog/eventlog.h - INCLUDE_HEADERS - library/cpp/eventlog/eventlog.h -) -generate_enum_serilization(library-cpp-eventlog - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog/eventlog_int.h - INCLUDE_HEADERS - library/cpp/eventlog/eventlog_int.h -) diff --git a/library/cpp/eventlog/CMakeLists.txt b/library/cpp/eventlog/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/eventlog/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/eventlog/CMakeLists.windows-x86_64.txt b/library/cpp/eventlog/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 1eebc5dcca0..00000000000 --- a/library/cpp/eventlog/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,57 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(dumper) -add_subdirectory(proto) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(library-cpp-eventlog) -target_link_libraries(library-cpp-eventlog PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-blockcodecs - cpp-eventlog-proto - library-cpp-json - library-cpp-logger - cpp-protobuf-json - cpp-streams-growing_file_input - cpp-string_utils-base64 - contrib-libs-re2 - tools-enum_parser-enum_serialization_runtime -) -target_sources(library-cpp-eventlog PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog/evdecoder.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog/event_field_output.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog/event_field_printer.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog/eventlog.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog/eventlog_int.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog/iterator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog/logparser.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog/threaded_eventlog.cpp -) -generate_enum_serilization(library-cpp-eventlog - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog/eventlog.h - INCLUDE_HEADERS - library/cpp/eventlog/eventlog.h -) -generate_enum_serilization(library-cpp-eventlog - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog/eventlog_int.h - INCLUDE_HEADERS - library/cpp/eventlog/eventlog_int.h -) diff --git a/library/cpp/eventlog/dumper/CMakeLists.darwin-x86_64.txt b/library/cpp/eventlog/dumper/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 7127ae9bcef..00000000000 --- a/library/cpp/eventlog/dumper/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(cpp-eventlog-dumper) -target_link_libraries(cpp-eventlog-dumper PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-svnversion - contrib-libs-re2 - cpp-getopt-small - library-cpp-eventlog -) -target_sources(cpp-eventlog-dumper PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog/dumper/common.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog/dumper/evlogdump.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog/dumper/tunable_event_processor.cpp -) diff --git a/library/cpp/eventlog/dumper/CMakeLists.linux-aarch64.txt b/library/cpp/eventlog/dumper/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 8f385995372..00000000000 --- a/library/cpp/eventlog/dumper/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(cpp-eventlog-dumper) -target_link_libraries(cpp-eventlog-dumper PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-svnversion - contrib-libs-re2 - cpp-getopt-small - library-cpp-eventlog -) -target_sources(cpp-eventlog-dumper PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog/dumper/common.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog/dumper/evlogdump.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog/dumper/tunable_event_processor.cpp -) diff --git a/library/cpp/eventlog/dumper/CMakeLists.linux-x86_64.txt b/library/cpp/eventlog/dumper/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 8f385995372..00000000000 --- a/library/cpp/eventlog/dumper/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(cpp-eventlog-dumper) -target_link_libraries(cpp-eventlog-dumper PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-svnversion - contrib-libs-re2 - cpp-getopt-small - library-cpp-eventlog -) -target_sources(cpp-eventlog-dumper PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog/dumper/common.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog/dumper/evlogdump.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog/dumper/tunable_event_processor.cpp -) diff --git a/library/cpp/eventlog/dumper/CMakeLists.txt b/library/cpp/eventlog/dumper/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/eventlog/dumper/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/eventlog/dumper/CMakeLists.windows-x86_64.txt b/library/cpp/eventlog/dumper/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 7127ae9bcef..00000000000 --- a/library/cpp/eventlog/dumper/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(cpp-eventlog-dumper) -target_link_libraries(cpp-eventlog-dumper PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-svnversion - contrib-libs-re2 - cpp-getopt-small - library-cpp-eventlog -) -target_sources(cpp-eventlog-dumper PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog/dumper/common.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog/dumper/evlogdump.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog/dumper/tunable_event_processor.cpp -) diff --git a/library/cpp/eventlog/proto/CMakeLists.darwin-x86_64.txt b/library/cpp/eventlog/proto/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d5162254e10..00000000000 --- a/library/cpp/eventlog/proto/CMakeLists.darwin-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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(cpp-eventlog-proto) -target_link_libraries(cpp-eventlog-proto PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(cpp-eventlog-proto PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog/proto/events_extension.proto - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog/proto/internal.proto -) -target_proto_addincls(cpp-eventlog-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(cpp-eventlog-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/library/cpp/eventlog/proto/CMakeLists.linux-aarch64.txt b/library/cpp/eventlog/proto/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 09f61b352e0..00000000000 --- a/library/cpp/eventlog/proto/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,57 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(cpp-eventlog-proto) -target_link_libraries(cpp-eventlog-proto PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(cpp-eventlog-proto PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog/proto/events_extension.proto - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog/proto/internal.proto -) -target_proto_addincls(cpp-eventlog-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(cpp-eventlog-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/library/cpp/eventlog/proto/CMakeLists.linux-x86_64.txt b/library/cpp/eventlog/proto/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 09f61b352e0..00000000000 --- a/library/cpp/eventlog/proto/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,57 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(cpp-eventlog-proto) -target_link_libraries(cpp-eventlog-proto PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(cpp-eventlog-proto PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog/proto/events_extension.proto - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog/proto/internal.proto -) -target_proto_addincls(cpp-eventlog-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(cpp-eventlog-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/library/cpp/eventlog/proto/CMakeLists.txt b/library/cpp/eventlog/proto/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/eventlog/proto/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/eventlog/proto/CMakeLists.windows-x86_64.txt b/library/cpp/eventlog/proto/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d5162254e10..00000000000 --- a/library/cpp/eventlog/proto/CMakeLists.windows-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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(cpp-eventlog-proto) -target_link_libraries(cpp-eventlog-proto PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(cpp-eventlog-proto PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog/proto/events_extension.proto - ${CMAKE_SOURCE_DIR}/library/cpp/eventlog/proto/internal.proto -) -target_proto_addincls(cpp-eventlog-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(cpp-eventlog-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/library/cpp/execprofile/CMakeLists.darwin-x86_64.txt b/library/cpp/execprofile/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index ec649dc8ada..00000000000 --- a/library/cpp/execprofile/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(library-cpp-execprofile) -target_link_libraries(library-cpp-execprofile PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(library-cpp-execprofile PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/execprofile/profile.cpp -) diff --git a/library/cpp/execprofile/CMakeLists.linux-aarch64.txt b/library/cpp/execprofile/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 208b93382b4..00000000000 --- a/library/cpp/execprofile/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(library-cpp-execprofile) -target_link_libraries(library-cpp-execprofile PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(library-cpp-execprofile PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/execprofile/profile.cpp -) diff --git a/library/cpp/execprofile/CMakeLists.linux-x86_64.txt b/library/cpp/execprofile/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 208b93382b4..00000000000 --- a/library/cpp/execprofile/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(library-cpp-execprofile) -target_link_libraries(library-cpp-execprofile PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(library-cpp-execprofile PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/execprofile/profile.cpp -) diff --git a/library/cpp/execprofile/CMakeLists.txt b/library/cpp/execprofile/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/execprofile/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/execprofile/CMakeLists.windows-x86_64.txt b/library/cpp/execprofile/CMakeLists.windows-x86_64.txt deleted file mode 100644 index ec649dc8ada..00000000000 --- a/library/cpp/execprofile/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(library-cpp-execprofile) -target_link_libraries(library-cpp-execprofile PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(library-cpp-execprofile PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/execprofile/profile.cpp -) diff --git a/library/cpp/getopt/CMakeLists.darwin-x86_64.txt b/library/cpp/getopt/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 96041aa7d2b..00000000000 --- a/library/cpp/getopt/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_subdirectory(small) - -add_library(library-cpp-getopt INTERFACE) -target_link_libraries(library-cpp-getopt INTERFACE - contrib-libs-cxxsupp - yutil - cpp-getopt-small - library-cpp-svnversion - library-cpp-build_info -) - -add_global_library_for(library-cpp-getopt.global library-cpp-getopt) -target_link_libraries(library-cpp-getopt.global PUBLIC - contrib-libs-cxxsupp - yutil - cpp-getopt-small - library-cpp-svnversion - library-cpp-build_info -) -target_sources(library-cpp-getopt.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/print.cpp -) diff --git a/library/cpp/getopt/CMakeLists.linux-aarch64.txt b/library/cpp/getopt/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 7b7157919a0..00000000000 --- a/library/cpp/getopt/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_subdirectory(small) - -add_library(library-cpp-getopt INTERFACE) -target_link_libraries(library-cpp-getopt INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-getopt-small - library-cpp-svnversion - library-cpp-build_info -) - -add_global_library_for(library-cpp-getopt.global library-cpp-getopt) -target_link_libraries(library-cpp-getopt.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-getopt-small - library-cpp-svnversion - library-cpp-build_info -) -target_sources(library-cpp-getopt.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/print.cpp -) diff --git a/library/cpp/getopt/CMakeLists.linux-x86_64.txt b/library/cpp/getopt/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 7b7157919a0..00000000000 --- a/library/cpp/getopt/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_subdirectory(small) - -add_library(library-cpp-getopt INTERFACE) -target_link_libraries(library-cpp-getopt INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-getopt-small - library-cpp-svnversion - library-cpp-build_info -) - -add_global_library_for(library-cpp-getopt.global library-cpp-getopt) -target_link_libraries(library-cpp-getopt.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-getopt-small - library-cpp-svnversion - library-cpp-build_info -) -target_sources(library-cpp-getopt.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/print.cpp -) diff --git a/library/cpp/getopt/CMakeLists.txt b/library/cpp/getopt/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/getopt/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/getopt/CMakeLists.windows-x86_64.txt b/library/cpp/getopt/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 96041aa7d2b..00000000000 --- a/library/cpp/getopt/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_subdirectory(small) - -add_library(library-cpp-getopt INTERFACE) -target_link_libraries(library-cpp-getopt INTERFACE - contrib-libs-cxxsupp - yutil - cpp-getopt-small - library-cpp-svnversion - library-cpp-build_info -) - -add_global_library_for(library-cpp-getopt.global library-cpp-getopt) -target_link_libraries(library-cpp-getopt.global PUBLIC - contrib-libs-cxxsupp - yutil - cpp-getopt-small - library-cpp-svnversion - library-cpp-build_info -) -target_sources(library-cpp-getopt.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/print.cpp -) diff --git a/library/cpp/getopt/small/CMakeLists.darwin-x86_64.txt b/library/cpp/getopt/small/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 04c5b67dda4..00000000000 --- a/library/cpp/getopt/small/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(cpp-getopt-small) -target_link_libraries(cpp-getopt-small PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-colorizer -) -target_sources(cpp-getopt-small PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/completer.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/completer_command.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/completion_generator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/formatted_output.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/last_getopt.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/last_getopt_easy_setup.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/last_getopt_opt.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/last_getopt_opts.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/last_getopt_parser.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/last_getopt_parse_result.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/modchooser.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/opt.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/opt2.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/posix_getopt.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/wrap.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/ygetopt.cpp -) diff --git a/library/cpp/getopt/small/CMakeLists.linux-aarch64.txt b/library/cpp/getopt/small/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 5aabced8a31..00000000000 --- a/library/cpp/getopt/small/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(cpp-getopt-small) -target_link_libraries(cpp-getopt-small PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-colorizer -) -target_sources(cpp-getopt-small PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/completer.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/completer_command.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/completion_generator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/formatted_output.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/last_getopt.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/last_getopt_easy_setup.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/last_getopt_opt.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/last_getopt_opts.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/last_getopt_parser.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/last_getopt_parse_result.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/modchooser.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/opt.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/opt2.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/posix_getopt.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/wrap.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/ygetopt.cpp -) diff --git a/library/cpp/getopt/small/CMakeLists.linux-x86_64.txt b/library/cpp/getopt/small/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 5aabced8a31..00000000000 --- a/library/cpp/getopt/small/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(cpp-getopt-small) -target_link_libraries(cpp-getopt-small PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-colorizer -) -target_sources(cpp-getopt-small PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/completer.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/completer_command.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/completion_generator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/formatted_output.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/last_getopt.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/last_getopt_easy_setup.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/last_getopt_opt.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/last_getopt_opts.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/last_getopt_parser.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/last_getopt_parse_result.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/modchooser.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/opt.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/opt2.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/posix_getopt.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/wrap.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/ygetopt.cpp -) diff --git a/library/cpp/getopt/small/CMakeLists.txt b/library/cpp/getopt/small/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/getopt/small/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/getopt/small/CMakeLists.windows-x86_64.txt b/library/cpp/getopt/small/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 04c5b67dda4..00000000000 --- a/library/cpp/getopt/small/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(cpp-getopt-small) -target_link_libraries(cpp-getopt-small PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-colorizer -) -target_sources(cpp-getopt-small PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/completer.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/completer_command.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/completion_generator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/formatted_output.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/last_getopt.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/last_getopt_easy_setup.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/last_getopt_opt.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/last_getopt_opts.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/last_getopt_parser.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/last_getopt_parse_result.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/modchooser.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/opt.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/opt2.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/posix_getopt.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/wrap.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/ygetopt.cpp -) diff --git a/library/cpp/grpc/CMakeLists.txt b/library/cpp/grpc/CMakeLists.txt deleted file mode 100644 index 867161a12ce..00000000000 --- a/library/cpp/grpc/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(common) diff --git a/library/cpp/grpc/common/CMakeLists.darwin-x86_64.txt b/library/cpp/grpc/common/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 92cd5be414c..00000000000 --- a/library/cpp/grpc/common/CMakeLists.darwin-x86_64.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. - - - -add_library(cpp-grpc-common INTERFACE) -target_link_libraries(cpp-grpc-common INTERFACE - contrib-libs-cxxsupp - yutil - contrib-libs-grpc -) diff --git a/library/cpp/grpc/common/CMakeLists.linux-aarch64.txt b/library/cpp/grpc/common/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d78e5f0985f..00000000000 --- a/library/cpp/grpc/common/CMakeLists.linux-aarch64.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(cpp-grpc-common INTERFACE) -target_link_libraries(cpp-grpc-common INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc -) diff --git a/library/cpp/grpc/common/CMakeLists.linux-x86_64.txt b/library/cpp/grpc/common/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d78e5f0985f..00000000000 --- a/library/cpp/grpc/common/CMakeLists.linux-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(cpp-grpc-common INTERFACE) -target_link_libraries(cpp-grpc-common INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc -) diff --git a/library/cpp/grpc/common/CMakeLists.txt b/library/cpp/grpc/common/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/grpc/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/grpc/common/CMakeLists.windows-x86_64.txt b/library/cpp/grpc/common/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 92cd5be414c..00000000000 --- a/library/cpp/grpc/common/CMakeLists.windows-x86_64.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. - - - -add_library(cpp-grpc-common INTERFACE) -target_link_libraries(cpp-grpc-common INTERFACE - contrib-libs-cxxsupp - yutil - contrib-libs-grpc -) diff --git a/library/cpp/histogram/CMakeLists.txt b/library/cpp/histogram/CMakeLists.txt deleted file mode 100644 index 0161b767de0..00000000000 --- a/library/cpp/histogram/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(hdr) diff --git a/library/cpp/histogram/hdr/CMakeLists.darwin-x86_64.txt b/library/cpp/histogram/hdr/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index cf961268fae..00000000000 --- a/library/cpp/histogram/hdr/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(cpp-histogram-hdr) -target_link_libraries(cpp-histogram-hdr PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-hdr_histogram -) -target_sources(cpp-histogram-hdr PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/histogram/hdr/histogram.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/histogram/hdr/histogram_iter.cpp -) diff --git a/library/cpp/histogram/hdr/CMakeLists.linux-aarch64.txt b/library/cpp/histogram/hdr/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 66b62a62a9f..00000000000 --- a/library/cpp/histogram/hdr/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(cpp-histogram-hdr) -target_link_libraries(cpp-histogram-hdr PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-hdr_histogram -) -target_sources(cpp-histogram-hdr PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/histogram/hdr/histogram.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/histogram/hdr/histogram_iter.cpp -) diff --git a/library/cpp/histogram/hdr/CMakeLists.linux-x86_64.txt b/library/cpp/histogram/hdr/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 66b62a62a9f..00000000000 --- a/library/cpp/histogram/hdr/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(cpp-histogram-hdr) -target_link_libraries(cpp-histogram-hdr PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-hdr_histogram -) -target_sources(cpp-histogram-hdr PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/histogram/hdr/histogram.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/histogram/hdr/histogram_iter.cpp -) diff --git a/library/cpp/histogram/hdr/CMakeLists.txt b/library/cpp/histogram/hdr/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/histogram/hdr/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/histogram/hdr/CMakeLists.windows-x86_64.txt b/library/cpp/histogram/hdr/CMakeLists.windows-x86_64.txt deleted file mode 100644 index cf961268fae..00000000000 --- a/library/cpp/histogram/hdr/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(cpp-histogram-hdr) -target_link_libraries(cpp-histogram-hdr PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-hdr_histogram -) -target_sources(cpp-histogram-hdr PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/histogram/hdr/histogram.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/histogram/hdr/histogram_iter.cpp -) diff --git a/library/cpp/html/CMakeLists.txt b/library/cpp/html/CMakeLists.txt deleted file mode 100644 index 761bd4421bc..00000000000 --- a/library/cpp/html/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(escape) -add_subdirectory(pcdata) diff --git a/library/cpp/html/escape/CMakeLists.darwin-x86_64.txt b/library/cpp/html/escape/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 890dac15398..00000000000 --- a/library/cpp/html/escape/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(cpp-html-escape) -target_link_libraries(cpp-html-escape PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-html-escape PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/html/escape/escape.cpp -) diff --git a/library/cpp/html/escape/CMakeLists.linux-aarch64.txt b/library/cpp/html/escape/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 1a4747c4e3e..00000000000 --- a/library/cpp/html/escape/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(cpp-html-escape) -target_link_libraries(cpp-html-escape PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-html-escape PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/html/escape/escape.cpp -) diff --git a/library/cpp/html/escape/CMakeLists.linux-x86_64.txt b/library/cpp/html/escape/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 1a4747c4e3e..00000000000 --- a/library/cpp/html/escape/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(cpp-html-escape) -target_link_libraries(cpp-html-escape PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-html-escape PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/html/escape/escape.cpp -) diff --git a/library/cpp/html/escape/CMakeLists.txt b/library/cpp/html/escape/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/html/escape/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/html/escape/CMakeLists.windows-x86_64.txt b/library/cpp/html/escape/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 890dac15398..00000000000 --- a/library/cpp/html/escape/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(cpp-html-escape) -target_link_libraries(cpp-html-escape PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-html-escape PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/html/escape/escape.cpp -) diff --git a/library/cpp/html/pcdata/CMakeLists.darwin-x86_64.txt b/library/cpp/html/pcdata/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 0efffd69e04..00000000000 --- a/library/cpp/html/pcdata/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(cpp-html-pcdata) -target_link_libraries(cpp-html-pcdata PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-html-pcdata PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/html/pcdata/pcdata.cpp -) diff --git a/library/cpp/html/pcdata/CMakeLists.linux-aarch64.txt b/library/cpp/html/pcdata/CMakeLists.linux-aarch64.txt deleted file mode 100644 index c6a073acafc..00000000000 --- a/library/cpp/html/pcdata/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(cpp-html-pcdata) -target_link_libraries(cpp-html-pcdata PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-html-pcdata PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/html/pcdata/pcdata.cpp -) diff --git a/library/cpp/html/pcdata/CMakeLists.linux-x86_64.txt b/library/cpp/html/pcdata/CMakeLists.linux-x86_64.txt deleted file mode 100644 index c6a073acafc..00000000000 --- a/library/cpp/html/pcdata/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(cpp-html-pcdata) -target_link_libraries(cpp-html-pcdata PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-html-pcdata PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/html/pcdata/pcdata.cpp -) diff --git a/library/cpp/html/pcdata/CMakeLists.txt b/library/cpp/html/pcdata/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/html/pcdata/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/html/pcdata/CMakeLists.windows-x86_64.txt b/library/cpp/html/pcdata/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 0efffd69e04..00000000000 --- a/library/cpp/html/pcdata/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(cpp-html-pcdata) -target_link_libraries(cpp-html-pcdata PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-html-pcdata PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/html/pcdata/pcdata.cpp -) diff --git a/library/cpp/http/CMakeLists.txt b/library/cpp/http/CMakeLists.txt deleted file mode 100644 index c68ce8b4464..00000000000 --- a/library/cpp/http/CMakeLists.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_subdirectory(fetch) -add_subdirectory(io) -add_subdirectory(misc) -add_subdirectory(push_parser) -add_subdirectory(server) -add_subdirectory(simple) diff --git a/library/cpp/http/fetch/CMakeLists.darwin-x86_64.txt b/library/cpp/http/fetch/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 553e7fc0354..00000000000 --- a/library/cpp/http/fetch/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-http-fetch) -target_link_libraries(cpp-http-fetch PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-zlib - library-cpp-charset - cpp-digest-md5 - cpp-http-misc - library-cpp-logger - cpp-mime-types - library-cpp-uri - tools-enum_parser-enum_serialization_runtime -) -target_sources(cpp-http-fetch PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/http/fetch/http_digest.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/http/fetch/http_socket.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/http/fetch/httpheader.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/http/fetch/httpload.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/http/fetch/exthttpcodes.cpp -) -generate_enum_serilization(cpp-http-fetch - ${CMAKE_SOURCE_DIR}/library/cpp/http/fetch/httpheader.h - INCLUDE_HEADERS - library/cpp/http/fetch/httpheader.h -) -target_ragel_lexers(cpp-http-fetch - PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/http/fetch/httpfsm.rl6 - -CG1 -) diff --git a/library/cpp/http/fetch/CMakeLists.linux-aarch64.txt b/library/cpp/http/fetch/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 4de49d554de..00000000000 --- a/library/cpp/http/fetch/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-http-fetch) -target_link_libraries(cpp-http-fetch PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-zlib - library-cpp-charset - cpp-digest-md5 - cpp-http-misc - library-cpp-logger - cpp-mime-types - library-cpp-uri - tools-enum_parser-enum_serialization_runtime -) -target_sources(cpp-http-fetch PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/http/fetch/http_digest.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/http/fetch/http_socket.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/http/fetch/httpheader.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/http/fetch/httpload.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/http/fetch/exthttpcodes.cpp -) -generate_enum_serilization(cpp-http-fetch - ${CMAKE_SOURCE_DIR}/library/cpp/http/fetch/httpheader.h - INCLUDE_HEADERS - library/cpp/http/fetch/httpheader.h -) -target_ragel_lexers(cpp-http-fetch - PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/http/fetch/httpfsm.rl6 - -CG1 -) diff --git a/library/cpp/http/fetch/CMakeLists.linux-x86_64.txt b/library/cpp/http/fetch/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 4de49d554de..00000000000 --- a/library/cpp/http/fetch/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-http-fetch) -target_link_libraries(cpp-http-fetch PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-zlib - library-cpp-charset - cpp-digest-md5 - cpp-http-misc - library-cpp-logger - cpp-mime-types - library-cpp-uri - tools-enum_parser-enum_serialization_runtime -) -target_sources(cpp-http-fetch PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/http/fetch/http_digest.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/http/fetch/http_socket.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/http/fetch/httpheader.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/http/fetch/httpload.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/http/fetch/exthttpcodes.cpp -) -generate_enum_serilization(cpp-http-fetch - ${CMAKE_SOURCE_DIR}/library/cpp/http/fetch/httpheader.h - INCLUDE_HEADERS - library/cpp/http/fetch/httpheader.h -) -target_ragel_lexers(cpp-http-fetch - PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/http/fetch/httpfsm.rl6 - -CG1 -) diff --git a/library/cpp/http/fetch/CMakeLists.txt b/library/cpp/http/fetch/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/http/fetch/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/http/fetch/CMakeLists.windows-x86_64.txt b/library/cpp/http/fetch/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 553e7fc0354..00000000000 --- a/library/cpp/http/fetch/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-http-fetch) -target_link_libraries(cpp-http-fetch PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-zlib - library-cpp-charset - cpp-digest-md5 - cpp-http-misc - library-cpp-logger - cpp-mime-types - library-cpp-uri - tools-enum_parser-enum_serialization_runtime -) -target_sources(cpp-http-fetch PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/http/fetch/http_digest.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/http/fetch/http_socket.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/http/fetch/httpheader.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/http/fetch/httpload.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/http/fetch/exthttpcodes.cpp -) -generate_enum_serilization(cpp-http-fetch - ${CMAKE_SOURCE_DIR}/library/cpp/http/fetch/httpheader.h - INCLUDE_HEADERS - library/cpp/http/fetch/httpheader.h -) -target_ragel_lexers(cpp-http-fetch - PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/http/fetch/httpfsm.rl6 - -CG1 -) diff --git a/library/cpp/http/io/CMakeLists.darwin-x86_64.txt b/library/cpp/http/io/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 1f1eab359c5..00000000000 --- a/library/cpp/http/io/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(cpp-http-io) -target_link_libraries(cpp-http-io PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-blockcodecs - cpp-streams-brotli - cpp-streams-bzip2 - cpp-streams-lzma -) -target_sources(cpp-http-io PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/http/io/chunk.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/http/io/compression.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/http/io/headers.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/http/io/stream.cpp -) diff --git a/library/cpp/http/io/CMakeLists.linux-aarch64.txt b/library/cpp/http/io/CMakeLists.linux-aarch64.txt deleted file mode 100644 index fb6cf45467e..00000000000 --- a/library/cpp/http/io/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(cpp-http-io) -target_link_libraries(cpp-http-io PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-blockcodecs - cpp-streams-brotli - cpp-streams-bzip2 - cpp-streams-lzma -) -target_sources(cpp-http-io PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/http/io/chunk.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/http/io/compression.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/http/io/headers.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/http/io/stream.cpp -) diff --git a/library/cpp/http/io/CMakeLists.linux-x86_64.txt b/library/cpp/http/io/CMakeLists.linux-x86_64.txt deleted file mode 100644 index fb6cf45467e..00000000000 --- a/library/cpp/http/io/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(cpp-http-io) -target_link_libraries(cpp-http-io PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-blockcodecs - cpp-streams-brotli - cpp-streams-bzip2 - cpp-streams-lzma -) -target_sources(cpp-http-io PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/http/io/chunk.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/http/io/compression.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/http/io/headers.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/http/io/stream.cpp -) diff --git a/library/cpp/http/io/CMakeLists.txt b/library/cpp/http/io/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/http/io/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/http/io/CMakeLists.windows-x86_64.txt b/library/cpp/http/io/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 1f1eab359c5..00000000000 --- a/library/cpp/http/io/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(cpp-http-io) -target_link_libraries(cpp-http-io PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-blockcodecs - cpp-streams-brotli - cpp-streams-bzip2 - cpp-streams-lzma -) -target_sources(cpp-http-io PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/http/io/chunk.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/http/io/compression.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/http/io/headers.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/http/io/stream.cpp -) diff --git a/library/cpp/http/misc/CMakeLists.darwin-x86_64.txt b/library/cpp/http/misc/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c909854a9a7..00000000000 --- a/library/cpp/http/misc/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-http-misc) -target_link_libraries(cpp-http-misc PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-cpp-case_insensitive_string - library-cpp-cgiparam - cpp-digest-lower_case -) -target_sources(cpp-http-misc PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/http/misc/httpcodes.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/http/misc/httpdate.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/http/misc/httpreqdata.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/http/misc/parsed_request.cpp -) -generate_enum_serilization(cpp-http-misc - ${CMAKE_SOURCE_DIR}/library/cpp/http/misc/httpcodes.h - INCLUDE_HEADERS - library/cpp/http/misc/httpcodes.h -) diff --git a/library/cpp/http/misc/CMakeLists.linux-aarch64.txt b/library/cpp/http/misc/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 026af909922..00000000000 --- a/library/cpp/http/misc/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-http-misc) -target_link_libraries(cpp-http-misc PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-cpp-case_insensitive_string - library-cpp-cgiparam - cpp-digest-lower_case -) -target_sources(cpp-http-misc PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/http/misc/httpcodes.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/http/misc/httpdate.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/http/misc/httpreqdata.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/http/misc/parsed_request.cpp -) -generate_enum_serilization(cpp-http-misc - ${CMAKE_SOURCE_DIR}/library/cpp/http/misc/httpcodes.h - INCLUDE_HEADERS - library/cpp/http/misc/httpcodes.h -) diff --git a/library/cpp/http/misc/CMakeLists.linux-x86_64.txt b/library/cpp/http/misc/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 026af909922..00000000000 --- a/library/cpp/http/misc/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-http-misc) -target_link_libraries(cpp-http-misc PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-cpp-case_insensitive_string - library-cpp-cgiparam - cpp-digest-lower_case -) -target_sources(cpp-http-misc PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/http/misc/httpcodes.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/http/misc/httpdate.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/http/misc/httpreqdata.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/http/misc/parsed_request.cpp -) -generate_enum_serilization(cpp-http-misc - ${CMAKE_SOURCE_DIR}/library/cpp/http/misc/httpcodes.h - INCLUDE_HEADERS - library/cpp/http/misc/httpcodes.h -) diff --git a/library/cpp/http/misc/CMakeLists.txt b/library/cpp/http/misc/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/http/misc/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/http/misc/CMakeLists.windows-x86_64.txt b/library/cpp/http/misc/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c909854a9a7..00000000000 --- a/library/cpp/http/misc/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-http-misc) -target_link_libraries(cpp-http-misc PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-cpp-case_insensitive_string - library-cpp-cgiparam - cpp-digest-lower_case -) -target_sources(cpp-http-misc PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/http/misc/httpcodes.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/http/misc/httpdate.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/http/misc/httpreqdata.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/http/misc/parsed_request.cpp -) -generate_enum_serilization(cpp-http-misc - ${CMAKE_SOURCE_DIR}/library/cpp/http/misc/httpcodes.h - INCLUDE_HEADERS - library/cpp/http/misc/httpcodes.h -) diff --git a/library/cpp/http/push_parser/CMakeLists.darwin-x86_64.txt b/library/cpp/http/push_parser/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index e217c424af5..00000000000 --- a/library/cpp/http/push_parser/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(cpp-http-push_parser) -target_link_libraries(cpp-http-push_parser PUBLIC - contrib-libs-cxxsupp - yutil - cpp-http-io - library-cpp-blockcodecs - cpp-streams-brotli -) -target_sources(cpp-http-push_parser PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/http/push_parser/http_parser.cpp -) diff --git a/library/cpp/http/push_parser/CMakeLists.linux-aarch64.txt b/library/cpp/http/push_parser/CMakeLists.linux-aarch64.txt deleted file mode 100644 index aaa4af03dd4..00000000000 --- a/library/cpp/http/push_parser/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(cpp-http-push_parser) -target_link_libraries(cpp-http-push_parser PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-http-io - library-cpp-blockcodecs - cpp-streams-brotli -) -target_sources(cpp-http-push_parser PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/http/push_parser/http_parser.cpp -) diff --git a/library/cpp/http/push_parser/CMakeLists.linux-x86_64.txt b/library/cpp/http/push_parser/CMakeLists.linux-x86_64.txt deleted file mode 100644 index aaa4af03dd4..00000000000 --- a/library/cpp/http/push_parser/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(cpp-http-push_parser) -target_link_libraries(cpp-http-push_parser PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-http-io - library-cpp-blockcodecs - cpp-streams-brotli -) -target_sources(cpp-http-push_parser PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/http/push_parser/http_parser.cpp -) diff --git a/library/cpp/http/push_parser/CMakeLists.txt b/library/cpp/http/push_parser/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/http/push_parser/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/http/push_parser/CMakeLists.windows-x86_64.txt b/library/cpp/http/push_parser/CMakeLists.windows-x86_64.txt deleted file mode 100644 index e217c424af5..00000000000 --- a/library/cpp/http/push_parser/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(cpp-http-push_parser) -target_link_libraries(cpp-http-push_parser PUBLIC - contrib-libs-cxxsupp - yutil - cpp-http-io - library-cpp-blockcodecs - cpp-streams-brotli -) -target_sources(cpp-http-push_parser PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/http/push_parser/http_parser.cpp -) diff --git a/library/cpp/http/server/CMakeLists.darwin-x86_64.txt b/library/cpp/http/server/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 9d8b2182bab..00000000000 --- a/library/cpp/http/server/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(cpp-http-server) -target_link_libraries(cpp-http-server PUBLIC - contrib-libs-cxxsupp - yutil - cpp-http-misc - cpp-http-io - cpp-threading-equeue - cpp-deprecated-atomic -) -target_sources(cpp-http-server PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/http/server/conn.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/http/server/http.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/http/server/http_ex.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/http/server/options.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/http/server/response.cpp -) diff --git a/library/cpp/http/server/CMakeLists.linux-aarch64.txt b/library/cpp/http/server/CMakeLists.linux-aarch64.txt deleted file mode 100644 index be781cf25a9..00000000000 --- a/library/cpp/http/server/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(cpp-http-server) -target_link_libraries(cpp-http-server PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-http-misc - cpp-http-io - cpp-threading-equeue - cpp-deprecated-atomic -) -target_sources(cpp-http-server PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/http/server/conn.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/http/server/http.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/http/server/http_ex.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/http/server/options.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/http/server/response.cpp -) diff --git a/library/cpp/http/server/CMakeLists.linux-x86_64.txt b/library/cpp/http/server/CMakeLists.linux-x86_64.txt deleted file mode 100644 index be781cf25a9..00000000000 --- a/library/cpp/http/server/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(cpp-http-server) -target_link_libraries(cpp-http-server PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-http-misc - cpp-http-io - cpp-threading-equeue - cpp-deprecated-atomic -) -target_sources(cpp-http-server PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/http/server/conn.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/http/server/http.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/http/server/http_ex.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/http/server/options.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/http/server/response.cpp -) diff --git a/library/cpp/http/server/CMakeLists.txt b/library/cpp/http/server/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/http/server/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/http/server/CMakeLists.windows-x86_64.txt b/library/cpp/http/server/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 9d8b2182bab..00000000000 --- a/library/cpp/http/server/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(cpp-http-server) -target_link_libraries(cpp-http-server PUBLIC - contrib-libs-cxxsupp - yutil - cpp-http-misc - cpp-http-io - cpp-threading-equeue - cpp-deprecated-atomic -) -target_sources(cpp-http-server PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/http/server/conn.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/http/server/http.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/http/server/http_ex.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/http/server/options.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/http/server/response.cpp -) diff --git a/library/cpp/http/simple/CMakeLists.darwin-x86_64.txt b/library/cpp/http/simple/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 68c2fb64a3b..00000000000 --- a/library/cpp/http/simple/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(cpp-http-simple) -target_link_libraries(cpp-http-simple PUBLIC - contrib-libs-cxxsupp - yutil - cpp-http-io - cpp-openssl-io - cpp-string_utils-url - library-cpp-uri -) -target_sources(cpp-http-simple PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/http/simple/http_client.cpp -) diff --git a/library/cpp/http/simple/CMakeLists.linux-aarch64.txt b/library/cpp/http/simple/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 970d858e0e0..00000000000 --- a/library/cpp/http/simple/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(cpp-http-simple) -target_link_libraries(cpp-http-simple PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-http-io - cpp-openssl-io - cpp-string_utils-url - library-cpp-uri -) -target_sources(cpp-http-simple PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/http/simple/http_client.cpp -) diff --git a/library/cpp/http/simple/CMakeLists.linux-x86_64.txt b/library/cpp/http/simple/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 970d858e0e0..00000000000 --- a/library/cpp/http/simple/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(cpp-http-simple) -target_link_libraries(cpp-http-simple PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-http-io - cpp-openssl-io - cpp-string_utils-url - library-cpp-uri -) -target_sources(cpp-http-simple PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/http/simple/http_client.cpp -) diff --git a/library/cpp/http/simple/CMakeLists.txt b/library/cpp/http/simple/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/http/simple/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/http/simple/CMakeLists.windows-x86_64.txt b/library/cpp/http/simple/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 68c2fb64a3b..00000000000 --- a/library/cpp/http/simple/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(cpp-http-simple) -target_link_libraries(cpp-http-simple PUBLIC - contrib-libs-cxxsupp - yutil - cpp-http-io - cpp-openssl-io - cpp-string_utils-url - library-cpp-uri -) -target_sources(cpp-http-simple PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/http/simple/http_client.cpp -) diff --git a/library/cpp/int128/CMakeLists.darwin-x86_64.txt b/library/cpp/int128/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index cdc5d289eec..00000000000 --- a/library/cpp/int128/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(library-cpp-int128) -target_link_libraries(library-cpp-int128 PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-int128 PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/int128/int128.cpp -) diff --git a/library/cpp/int128/CMakeLists.linux-aarch64.txt b/library/cpp/int128/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 504a4558f75..00000000000 --- a/library/cpp/int128/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(library-cpp-int128) -target_link_libraries(library-cpp-int128 PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-int128 PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/int128/int128.cpp -) diff --git a/library/cpp/int128/CMakeLists.linux-x86_64.txt b/library/cpp/int128/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 504a4558f75..00000000000 --- a/library/cpp/int128/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(library-cpp-int128) -target_link_libraries(library-cpp-int128 PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-int128 PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/int128/int128.cpp -) diff --git a/library/cpp/int128/CMakeLists.txt b/library/cpp/int128/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/int128/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/int128/CMakeLists.windows-x86_64.txt b/library/cpp/int128/CMakeLists.windows-x86_64.txt deleted file mode 100644 index cdc5d289eec..00000000000 --- a/library/cpp/int128/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(library-cpp-int128) -target_link_libraries(library-cpp-int128 PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-int128 PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/int128/int128.cpp -) diff --git a/library/cpp/ipmath/CMakeLists.darwin-x86_64.txt b/library/cpp/ipmath/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 78a4d06b4b9..00000000000 --- a/library/cpp/ipmath/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(library-cpp-ipmath) -target_link_libraries(library-cpp-ipmath PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-ipv6_address -) -target_sources(library-cpp-ipmath PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/ipmath/ipmath.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/ipmath/range_set.cpp -) diff --git a/library/cpp/ipmath/CMakeLists.linux-aarch64.txt b/library/cpp/ipmath/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 65648f12ee0..00000000000 --- a/library/cpp/ipmath/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(library-cpp-ipmath) -target_link_libraries(library-cpp-ipmath PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-ipv6_address -) -target_sources(library-cpp-ipmath PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/ipmath/ipmath.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/ipmath/range_set.cpp -) diff --git a/library/cpp/ipmath/CMakeLists.linux-x86_64.txt b/library/cpp/ipmath/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 65648f12ee0..00000000000 --- a/library/cpp/ipmath/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(library-cpp-ipmath) -target_link_libraries(library-cpp-ipmath PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-ipv6_address -) -target_sources(library-cpp-ipmath PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/ipmath/ipmath.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/ipmath/range_set.cpp -) diff --git a/library/cpp/ipmath/CMakeLists.txt b/library/cpp/ipmath/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/ipmath/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/ipmath/CMakeLists.windows-x86_64.txt b/library/cpp/ipmath/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 78a4d06b4b9..00000000000 --- a/library/cpp/ipmath/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(library-cpp-ipmath) -target_link_libraries(library-cpp-ipmath PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-ipv6_address -) -target_sources(library-cpp-ipmath PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/ipmath/ipmath.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/ipmath/range_set.cpp -) diff --git a/library/cpp/ipv6_address/CMakeLists.darwin-x86_64.txt b/library/cpp/ipv6_address/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6156f5cbe2b..00000000000 --- a/library/cpp/ipv6_address/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(library-cpp-ipv6_address) -target_link_libraries(library-cpp-ipv6_address PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-int128 -) -target_sources(library-cpp-ipv6_address PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/ipv6_address/ipv6_address.cpp -) diff --git a/library/cpp/ipv6_address/CMakeLists.linux-aarch64.txt b/library/cpp/ipv6_address/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 478d0655cf0..00000000000 --- a/library/cpp/ipv6_address/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(library-cpp-ipv6_address) -target_link_libraries(library-cpp-ipv6_address PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-int128 -) -target_sources(library-cpp-ipv6_address PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/ipv6_address/ipv6_address.cpp -) diff --git a/library/cpp/ipv6_address/CMakeLists.linux-x86_64.txt b/library/cpp/ipv6_address/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 478d0655cf0..00000000000 --- a/library/cpp/ipv6_address/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(library-cpp-ipv6_address) -target_link_libraries(library-cpp-ipv6_address PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-int128 -) -target_sources(library-cpp-ipv6_address PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/ipv6_address/ipv6_address.cpp -) diff --git a/library/cpp/ipv6_address/CMakeLists.txt b/library/cpp/ipv6_address/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/ipv6_address/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/ipv6_address/CMakeLists.windows-x86_64.txt b/library/cpp/ipv6_address/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 6156f5cbe2b..00000000000 --- a/library/cpp/ipv6_address/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(library-cpp-ipv6_address) -target_link_libraries(library-cpp-ipv6_address PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-int128 -) -target_sources(library-cpp-ipv6_address PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/ipv6_address/ipv6_address.cpp -) diff --git a/library/cpp/iterator/CMakeLists.darwin-x86_64.txt b/library/cpp/iterator/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index ee33c74ceac..00000000000 --- a/library/cpp/iterator/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(library-cpp-iterator) -target_link_libraries(library-cpp-iterator PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-iterator PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/iterator/cartesian_product.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/iterator/concatenate.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/iterator/enumerate.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/iterator/iterate_keys.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/iterator/iterate_values.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/iterator/filtering.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/iterator/functools.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/iterator/mapped.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/iterator/zip.cpp -) diff --git a/library/cpp/iterator/CMakeLists.linux-aarch64.txt b/library/cpp/iterator/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 5fb04be0665..00000000000 --- a/library/cpp/iterator/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(library-cpp-iterator) -target_link_libraries(library-cpp-iterator PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-iterator PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/iterator/cartesian_product.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/iterator/concatenate.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/iterator/enumerate.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/iterator/iterate_keys.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/iterator/iterate_values.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/iterator/filtering.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/iterator/functools.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/iterator/mapped.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/iterator/zip.cpp -) diff --git a/library/cpp/iterator/CMakeLists.linux-x86_64.txt b/library/cpp/iterator/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 5fb04be0665..00000000000 --- a/library/cpp/iterator/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(library-cpp-iterator) -target_link_libraries(library-cpp-iterator PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-iterator PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/iterator/cartesian_product.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/iterator/concatenate.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/iterator/enumerate.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/iterator/iterate_keys.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/iterator/iterate_values.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/iterator/filtering.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/iterator/functools.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/iterator/mapped.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/iterator/zip.cpp -) diff --git a/library/cpp/iterator/CMakeLists.txt b/library/cpp/iterator/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/iterator/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/iterator/CMakeLists.windows-x86_64.txt b/library/cpp/iterator/CMakeLists.windows-x86_64.txt deleted file mode 100644 index ee33c74ceac..00000000000 --- a/library/cpp/iterator/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(library-cpp-iterator) -target_link_libraries(library-cpp-iterator PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-iterator PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/iterator/cartesian_product.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/iterator/concatenate.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/iterator/enumerate.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/iterator/iterate_keys.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/iterator/iterate_values.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/iterator/filtering.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/iterator/functools.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/iterator/mapped.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/iterator/zip.cpp -) diff --git a/library/cpp/json/CMakeLists.darwin-x86_64.txt b/library/cpp/json/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index bbf8222242f..00000000000 --- a/library/cpp/json/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_subdirectory(common) -add_subdirectory(easy_parse) -add_subdirectory(fast_sax) -add_subdirectory(writer) -add_subdirectory(yson) - -add_library(library-cpp-json) -target_link_libraries(library-cpp-json PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-rapidjson - cpp-json-common - cpp-json-fast_sax - cpp-json-writer - cpp-string_utils-relaxed_escaper -) -target_sources(library-cpp-json PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/json/json_writer.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/json/json_reader.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/json/json_prettifier.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/json/rapidjson_helpers.cpp -) diff --git a/library/cpp/json/CMakeLists.linux-aarch64.txt b/library/cpp/json/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d55c7d2c3b2..00000000000 --- a/library/cpp/json/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_subdirectory(common) -add_subdirectory(easy_parse) -add_subdirectory(fast_sax) -add_subdirectory(writer) -add_subdirectory(yson) - -add_library(library-cpp-json) -target_link_libraries(library-cpp-json PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-rapidjson - cpp-json-common - cpp-json-fast_sax - cpp-json-writer - cpp-string_utils-relaxed_escaper -) -target_sources(library-cpp-json PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/json/json_writer.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/json/json_reader.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/json/json_prettifier.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/json/rapidjson_helpers.cpp -) diff --git a/library/cpp/json/CMakeLists.linux-x86_64.txt b/library/cpp/json/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d55c7d2c3b2..00000000000 --- a/library/cpp/json/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_subdirectory(common) -add_subdirectory(easy_parse) -add_subdirectory(fast_sax) -add_subdirectory(writer) -add_subdirectory(yson) - -add_library(library-cpp-json) -target_link_libraries(library-cpp-json PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-rapidjson - cpp-json-common - cpp-json-fast_sax - cpp-json-writer - cpp-string_utils-relaxed_escaper -) -target_sources(library-cpp-json PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/json/json_writer.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/json/json_reader.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/json/json_prettifier.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/json/rapidjson_helpers.cpp -) diff --git a/library/cpp/json/CMakeLists.txt b/library/cpp/json/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/json/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/json/CMakeLists.windows-x86_64.txt b/library/cpp/json/CMakeLists.windows-x86_64.txt deleted file mode 100644 index bbf8222242f..00000000000 --- a/library/cpp/json/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_subdirectory(common) -add_subdirectory(easy_parse) -add_subdirectory(fast_sax) -add_subdirectory(writer) -add_subdirectory(yson) - -add_library(library-cpp-json) -target_link_libraries(library-cpp-json PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-rapidjson - cpp-json-common - cpp-json-fast_sax - cpp-json-writer - cpp-string_utils-relaxed_escaper -) -target_sources(library-cpp-json PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/json/json_writer.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/json/json_reader.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/json/json_prettifier.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/json/rapidjson_helpers.cpp -) diff --git a/library/cpp/json/common/CMakeLists.darwin-x86_64.txt b/library/cpp/json/common/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 3fc903e74d3..00000000000 --- a/library/cpp/json/common/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(cpp-json-common) -target_link_libraries(cpp-json-common PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-json-common PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/json/common/defs.cpp -) diff --git a/library/cpp/json/common/CMakeLists.linux-aarch64.txt b/library/cpp/json/common/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e957a689176..00000000000 --- a/library/cpp/json/common/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(cpp-json-common) -target_link_libraries(cpp-json-common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-json-common PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/json/common/defs.cpp -) diff --git a/library/cpp/json/common/CMakeLists.linux-x86_64.txt b/library/cpp/json/common/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e957a689176..00000000000 --- a/library/cpp/json/common/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(cpp-json-common) -target_link_libraries(cpp-json-common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-json-common PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/json/common/defs.cpp -) diff --git a/library/cpp/json/common/CMakeLists.txt b/library/cpp/json/common/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/json/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/json/common/CMakeLists.windows-x86_64.txt b/library/cpp/json/common/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 3fc903e74d3..00000000000 --- a/library/cpp/json/common/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(cpp-json-common) -target_link_libraries(cpp-json-common PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-json-common PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/json/common/defs.cpp -) diff --git a/library/cpp/json/easy_parse/CMakeLists.darwin-x86_64.txt b/library/cpp/json/easy_parse/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 18daf199138..00000000000 --- a/library/cpp/json/easy_parse/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(cpp-json-easy_parse) -target_link_libraries(cpp-json-easy_parse PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-json -) -target_sources(cpp-json-easy_parse PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/json/easy_parse/json_easy_parser.cpp -) diff --git a/library/cpp/json/easy_parse/CMakeLists.linux-aarch64.txt b/library/cpp/json/easy_parse/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 604119958d7..00000000000 --- a/library/cpp/json/easy_parse/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(cpp-json-easy_parse) -target_link_libraries(cpp-json-easy_parse PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-json -) -target_sources(cpp-json-easy_parse PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/json/easy_parse/json_easy_parser.cpp -) diff --git a/library/cpp/json/easy_parse/CMakeLists.linux-x86_64.txt b/library/cpp/json/easy_parse/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 604119958d7..00000000000 --- a/library/cpp/json/easy_parse/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(cpp-json-easy_parse) -target_link_libraries(cpp-json-easy_parse PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-json -) -target_sources(cpp-json-easy_parse PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/json/easy_parse/json_easy_parser.cpp -) diff --git a/library/cpp/json/easy_parse/CMakeLists.txt b/library/cpp/json/easy_parse/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/json/easy_parse/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/json/easy_parse/CMakeLists.windows-x86_64.txt b/library/cpp/json/easy_parse/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 18daf199138..00000000000 --- a/library/cpp/json/easy_parse/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(cpp-json-easy_parse) -target_link_libraries(cpp-json-easy_parse PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-json -) -target_sources(cpp-json-easy_parse PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/json/easy_parse/json_easy_parser.cpp -) diff --git a/library/cpp/json/fast_sax/CMakeLists.darwin-x86_64.txt b/library/cpp/json/fast_sax/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 441d602ca7a..00000000000 --- a/library/cpp/json/fast_sax/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(cpp-json-fast_sax) -target_link_libraries(cpp-json-fast_sax PUBLIC - contrib-libs-cxxsupp - yutil - cpp-json-common -) -target_sources(cpp-json-fast_sax PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/json/fast_sax/unescape.cpp -) -target_ragel_lexers(cpp-json-fast_sax - PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/json/fast_sax/parser.rl6 - -CG2 -) diff --git a/library/cpp/json/fast_sax/CMakeLists.linux-aarch64.txt b/library/cpp/json/fast_sax/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 5a75c7a88f3..00000000000 --- a/library/cpp/json/fast_sax/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(cpp-json-fast_sax) -target_link_libraries(cpp-json-fast_sax PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-json-common -) -target_sources(cpp-json-fast_sax PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/json/fast_sax/unescape.cpp -) -target_ragel_lexers(cpp-json-fast_sax - PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/json/fast_sax/parser.rl6 - -CG2 -) diff --git a/library/cpp/json/fast_sax/CMakeLists.linux-x86_64.txt b/library/cpp/json/fast_sax/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 5a75c7a88f3..00000000000 --- a/library/cpp/json/fast_sax/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(cpp-json-fast_sax) -target_link_libraries(cpp-json-fast_sax PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-json-common -) -target_sources(cpp-json-fast_sax PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/json/fast_sax/unescape.cpp -) -target_ragel_lexers(cpp-json-fast_sax - PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/json/fast_sax/parser.rl6 - -CG2 -) diff --git a/library/cpp/json/fast_sax/CMakeLists.txt b/library/cpp/json/fast_sax/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/json/fast_sax/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/json/fast_sax/CMakeLists.windows-x86_64.txt b/library/cpp/json/fast_sax/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 11c78db37a7..00000000000 --- a/library/cpp/json/fast_sax/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(cpp-json-fast_sax) -target_link_libraries(cpp-json-fast_sax PUBLIC - contrib-libs-cxxsupp - yutil - cpp-json-common -) -target_sources(cpp-json-fast_sax PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/json/fast_sax/unescape.cpp -) -target_ragel_lexers(cpp-json-fast_sax - PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/json/fast_sax/parser.rl6 - -CT0 -) diff --git a/library/cpp/json/writer/CMakeLists.darwin-x86_64.txt b/library/cpp/json/writer/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index e164da14c0f..00000000000 --- a/library/cpp/json/writer/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-json-writer) -target_link_libraries(cpp-json-writer PUBLIC - contrib-libs-cxxsupp - yutil - cpp-json-common - tools-enum_parser-enum_serialization_runtime -) -target_sources(cpp-json-writer PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/json/writer/json_value.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/json/writer/json.cpp -) -generate_enum_serilization(cpp-json-writer - ${CMAKE_SOURCE_DIR}/library/cpp/json/writer/json_value.h - INCLUDE_HEADERS - library/cpp/json/writer/json_value.h -) diff --git a/library/cpp/json/writer/CMakeLists.linux-aarch64.txt b/library/cpp/json/writer/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 7793777f860..00000000000 --- a/library/cpp/json/writer/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-json-writer) -target_link_libraries(cpp-json-writer PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-json-common - tools-enum_parser-enum_serialization_runtime -) -target_sources(cpp-json-writer PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/json/writer/json_value.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/json/writer/json.cpp -) -generate_enum_serilization(cpp-json-writer - ${CMAKE_SOURCE_DIR}/library/cpp/json/writer/json_value.h - INCLUDE_HEADERS - library/cpp/json/writer/json_value.h -) diff --git a/library/cpp/json/writer/CMakeLists.linux-x86_64.txt b/library/cpp/json/writer/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 7793777f860..00000000000 --- a/library/cpp/json/writer/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-json-writer) -target_link_libraries(cpp-json-writer PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-json-common - tools-enum_parser-enum_serialization_runtime -) -target_sources(cpp-json-writer PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/json/writer/json_value.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/json/writer/json.cpp -) -generate_enum_serilization(cpp-json-writer - ${CMAKE_SOURCE_DIR}/library/cpp/json/writer/json_value.h - INCLUDE_HEADERS - library/cpp/json/writer/json_value.h -) diff --git a/library/cpp/json/writer/CMakeLists.txt b/library/cpp/json/writer/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/json/writer/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/json/writer/CMakeLists.windows-x86_64.txt b/library/cpp/json/writer/CMakeLists.windows-x86_64.txt deleted file mode 100644 index e164da14c0f..00000000000 --- a/library/cpp/json/writer/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-json-writer) -target_link_libraries(cpp-json-writer PUBLIC - contrib-libs-cxxsupp - yutil - cpp-json-common - tools-enum_parser-enum_serialization_runtime -) -target_sources(cpp-json-writer PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/json/writer/json_value.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/json/writer/json.cpp -) -generate_enum_serilization(cpp-json-writer - ${CMAKE_SOURCE_DIR}/library/cpp/json/writer/json_value.h - INCLUDE_HEADERS - library/cpp/json/writer/json_value.h -) diff --git a/library/cpp/json/yson/CMakeLists.darwin-x86_64.txt b/library/cpp/json/yson/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 9f16a5a41e7..00000000000 --- a/library/cpp/json/yson/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(cpp-json-yson) -target_link_libraries(cpp-json-yson PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-json - library-cpp-yson - cpp-yson-json -) -target_sources(cpp-json-yson PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/json/yson/json2yson.cpp -) diff --git a/library/cpp/json/yson/CMakeLists.linux-aarch64.txt b/library/cpp/json/yson/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b34d62f0e96..00000000000 --- a/library/cpp/json/yson/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(cpp-json-yson) -target_link_libraries(cpp-json-yson PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-json - library-cpp-yson - cpp-yson-json -) -target_sources(cpp-json-yson PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/json/yson/json2yson.cpp -) diff --git a/library/cpp/json/yson/CMakeLists.linux-x86_64.txt b/library/cpp/json/yson/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b34d62f0e96..00000000000 --- a/library/cpp/json/yson/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(cpp-json-yson) -target_link_libraries(cpp-json-yson PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-json - library-cpp-yson - cpp-yson-json -) -target_sources(cpp-json-yson PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/json/yson/json2yson.cpp -) diff --git a/library/cpp/json/yson/CMakeLists.txt b/library/cpp/json/yson/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/json/yson/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/json/yson/CMakeLists.windows-x86_64.txt b/library/cpp/json/yson/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 9f16a5a41e7..00000000000 --- a/library/cpp/json/yson/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(cpp-json-yson) -target_link_libraries(cpp-json-yson PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-json - library-cpp-yson - cpp-yson-json -) -target_sources(cpp-json-yson PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/json/yson/json2yson.cpp -) diff --git a/library/cpp/lcs/CMakeLists.darwin-x86_64.txt b/library/cpp/lcs/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 52cb38d6742..00000000000 --- a/library/cpp/lcs/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(library-cpp-lcs) -target_link_libraries(library-cpp-lcs PUBLIC - contrib-libs-cxxsupp - yutil - cpp-containers-paged_vector -) -target_sources(library-cpp-lcs PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/lcs/lcs_via_lis.cpp -) diff --git a/library/cpp/lcs/CMakeLists.linux-aarch64.txt b/library/cpp/lcs/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 6c570438f21..00000000000 --- a/library/cpp/lcs/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(library-cpp-lcs) -target_link_libraries(library-cpp-lcs PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-containers-paged_vector -) -target_sources(library-cpp-lcs PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/lcs/lcs_via_lis.cpp -) diff --git a/library/cpp/lcs/CMakeLists.linux-x86_64.txt b/library/cpp/lcs/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 6c570438f21..00000000000 --- a/library/cpp/lcs/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(library-cpp-lcs) -target_link_libraries(library-cpp-lcs PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-containers-paged_vector -) -target_sources(library-cpp-lcs PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/lcs/lcs_via_lis.cpp -) diff --git a/library/cpp/lcs/CMakeLists.txt b/library/cpp/lcs/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/lcs/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/lcs/CMakeLists.windows-x86_64.txt b/library/cpp/lcs/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 52cb38d6742..00000000000 --- a/library/cpp/lcs/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(library-cpp-lcs) -target_link_libraries(library-cpp-lcs PUBLIC - contrib-libs-cxxsupp - yutil - cpp-containers-paged_vector -) -target_sources(library-cpp-lcs PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/lcs/lcs_via_lis.cpp -) diff --git a/library/cpp/lfalloc/CMakeLists.txt b/library/cpp/lfalloc/CMakeLists.txt deleted file mode 100644 index 2cc55bad358..00000000000 --- a/library/cpp/lfalloc/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(alloc_profiler) -add_subdirectory(dbg_info) diff --git a/library/cpp/lfalloc/alloc_profiler/CMakeLists.darwin-x86_64.txt b/library/cpp/lfalloc/alloc_profiler/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index b94d19ad32d..00000000000 --- a/library/cpp/lfalloc/alloc_profiler/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(cpp-lfalloc-alloc_profiler) -target_link_libraries(cpp-lfalloc-alloc_profiler PUBLIC - contrib-libs-cxxsupp - yutil - cpp-lfalloc-dbg_info - library-cpp-cache - cpp-deprecated-atomic -) -target_sources(cpp-lfalloc-alloc_profiler PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/lfalloc/alloc_profiler/profiler.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/lfalloc/alloc_profiler/stackcollect.cpp -) diff --git a/library/cpp/lfalloc/alloc_profiler/CMakeLists.linux-aarch64.txt b/library/cpp/lfalloc/alloc_profiler/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d215bfaccc0..00000000000 --- a/library/cpp/lfalloc/alloc_profiler/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(cpp-lfalloc-alloc_profiler) -target_link_libraries(cpp-lfalloc-alloc_profiler PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-lfalloc-dbg_info - library-cpp-cache - cpp-deprecated-atomic -) -target_sources(cpp-lfalloc-alloc_profiler PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/lfalloc/alloc_profiler/profiler.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/lfalloc/alloc_profiler/stackcollect.cpp -) diff --git a/library/cpp/lfalloc/alloc_profiler/CMakeLists.linux-x86_64.txt b/library/cpp/lfalloc/alloc_profiler/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d215bfaccc0..00000000000 --- a/library/cpp/lfalloc/alloc_profiler/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(cpp-lfalloc-alloc_profiler) -target_link_libraries(cpp-lfalloc-alloc_profiler PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-lfalloc-dbg_info - library-cpp-cache - cpp-deprecated-atomic -) -target_sources(cpp-lfalloc-alloc_profiler PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/lfalloc/alloc_profiler/profiler.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/lfalloc/alloc_profiler/stackcollect.cpp -) diff --git a/library/cpp/lfalloc/alloc_profiler/CMakeLists.txt b/library/cpp/lfalloc/alloc_profiler/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/lfalloc/alloc_profiler/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/lfalloc/alloc_profiler/CMakeLists.windows-x86_64.txt b/library/cpp/lfalloc/alloc_profiler/CMakeLists.windows-x86_64.txt deleted file mode 100644 index b94d19ad32d..00000000000 --- a/library/cpp/lfalloc/alloc_profiler/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(cpp-lfalloc-alloc_profiler) -target_link_libraries(cpp-lfalloc-alloc_profiler PUBLIC - contrib-libs-cxxsupp - yutil - cpp-lfalloc-dbg_info - library-cpp-cache - cpp-deprecated-atomic -) -target_sources(cpp-lfalloc-alloc_profiler PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/lfalloc/alloc_profiler/profiler.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/lfalloc/alloc_profiler/stackcollect.cpp -) diff --git a/library/cpp/lfalloc/dbg_info/CMakeLists.darwin-x86_64.txt b/library/cpp/lfalloc/dbg_info/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index ec8b8ba23b9..00000000000 --- a/library/cpp/lfalloc/dbg_info/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(cpp-lfalloc-dbg_info) -target_link_libraries(cpp-lfalloc-dbg_info PUBLIC - contrib-libs-cxxsupp - yutil - cpp-malloc-api -) -target_sources(cpp-lfalloc-dbg_info PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/lfalloc/dbg_info/dbg_info.cpp -) diff --git a/library/cpp/lfalloc/dbg_info/CMakeLists.linux-aarch64.txt b/library/cpp/lfalloc/dbg_info/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 05ee5297ba0..00000000000 --- a/library/cpp/lfalloc/dbg_info/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(cpp-lfalloc-dbg_info) -target_link_libraries(cpp-lfalloc-dbg_info PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-malloc-api -) -target_sources(cpp-lfalloc-dbg_info PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/lfalloc/dbg_info/dbg_info.cpp -) diff --git a/library/cpp/lfalloc/dbg_info/CMakeLists.linux-x86_64.txt b/library/cpp/lfalloc/dbg_info/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 05ee5297ba0..00000000000 --- a/library/cpp/lfalloc/dbg_info/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(cpp-lfalloc-dbg_info) -target_link_libraries(cpp-lfalloc-dbg_info PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-malloc-api -) -target_sources(cpp-lfalloc-dbg_info PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/lfalloc/dbg_info/dbg_info.cpp -) diff --git a/library/cpp/lfalloc/dbg_info/CMakeLists.txt b/library/cpp/lfalloc/dbg_info/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/lfalloc/dbg_info/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/lfalloc/dbg_info/CMakeLists.windows-x86_64.txt b/library/cpp/lfalloc/dbg_info/CMakeLists.windows-x86_64.txt deleted file mode 100644 index ec8b8ba23b9..00000000000 --- a/library/cpp/lfalloc/dbg_info/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(cpp-lfalloc-dbg_info) -target_link_libraries(cpp-lfalloc-dbg_info PUBLIC - contrib-libs-cxxsupp - yutil - cpp-malloc-api -) -target_sources(cpp-lfalloc-dbg_info PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/lfalloc/dbg_info/dbg_info.cpp -) diff --git a/library/cpp/linear_regression/CMakeLists.darwin-x86_64.txt b/library/cpp/linear_regression/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index db574777d63..00000000000 --- a/library/cpp/linear_regression/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(library-cpp-linear_regression) -target_link_libraries(library-cpp-linear_regression PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-accurate_accumulate -) -target_sources(library-cpp-linear_regression PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/linear_regression/linear_regression.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/linear_regression/unimodal.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/linear_regression/welford.cpp -) diff --git a/library/cpp/linear_regression/CMakeLists.linux-aarch64.txt b/library/cpp/linear_regression/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 154199c9526..00000000000 --- a/library/cpp/linear_regression/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(library-cpp-linear_regression) -target_link_libraries(library-cpp-linear_regression PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-accurate_accumulate -) -target_sources(library-cpp-linear_regression PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/linear_regression/linear_regression.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/linear_regression/unimodal.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/linear_regression/welford.cpp -) diff --git a/library/cpp/linear_regression/CMakeLists.linux-x86_64.txt b/library/cpp/linear_regression/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 154199c9526..00000000000 --- a/library/cpp/linear_regression/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(library-cpp-linear_regression) -target_link_libraries(library-cpp-linear_regression PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-accurate_accumulate -) -target_sources(library-cpp-linear_regression PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/linear_regression/linear_regression.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/linear_regression/unimodal.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/linear_regression/welford.cpp -) diff --git a/library/cpp/linear_regression/CMakeLists.txt b/library/cpp/linear_regression/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/linear_regression/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/linear_regression/CMakeLists.windows-x86_64.txt b/library/cpp/linear_regression/CMakeLists.windows-x86_64.txt deleted file mode 100644 index db574777d63..00000000000 --- a/library/cpp/linear_regression/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(library-cpp-linear_regression) -target_link_libraries(library-cpp-linear_regression PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-accurate_accumulate -) -target_sources(library-cpp-linear_regression PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/linear_regression/linear_regression.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/linear_regression/unimodal.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/linear_regression/welford.cpp -) diff --git a/library/cpp/logger/CMakeLists.darwin-x86_64.txt b/library/cpp/logger/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 92cf5b5d93a..00000000000 --- a/library/cpp/logger/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_subdirectory(global) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(library-cpp-logger) -target_link_libraries(library-cpp-logger PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-cpp-json - cpp-deprecated-atomic -) -target_sources(library-cpp-logger PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/logger/backend.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/backend_creator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/composite.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/element.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/file.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/filter.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/filter_creator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/log.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/null.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/rotating_file.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/stream.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/sync_page_cache_file.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/system.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/thread.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/thread_creator.cpp -) -generate_enum_serilization(library-cpp-logger - ${CMAKE_SOURCE_DIR}/library/cpp/logger/priority.h - INCLUDE_HEADERS - library/cpp/logger/priority.h -) - -add_global_library_for(library-cpp-logger.global library-cpp-logger) -target_link_libraries(library-cpp-logger.global PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-cpp-json - cpp-deprecated-atomic -) -target_sources(library-cpp-logger.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/logger/composite_creator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/file_creator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/null_creator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/rotating_file_creator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/stream_creator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/sync_page_cache_file_creator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/system_creator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/uninitialized_creator.cpp -) diff --git a/library/cpp/logger/CMakeLists.linux-aarch64.txt b/library/cpp/logger/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 7656dd68618..00000000000 --- a/library/cpp/logger/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,67 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(global) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(library-cpp-logger) -target_link_libraries(library-cpp-logger PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-cpp-json - cpp-deprecated-atomic -) -target_sources(library-cpp-logger PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/logger/backend.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/backend_creator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/composite.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/element.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/file.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/filter.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/filter_creator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/log.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/null.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/rotating_file.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/stream.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/sync_page_cache_file.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/system.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/thread.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/thread_creator.cpp -) -generate_enum_serilization(library-cpp-logger - ${CMAKE_SOURCE_DIR}/library/cpp/logger/priority.h - INCLUDE_HEADERS - library/cpp/logger/priority.h -) - -add_global_library_for(library-cpp-logger.global library-cpp-logger) -target_link_libraries(library-cpp-logger.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-cpp-json - cpp-deprecated-atomic -) -target_sources(library-cpp-logger.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/logger/composite_creator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/file_creator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/null_creator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/rotating_file_creator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/stream_creator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/sync_page_cache_file_creator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/system_creator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/uninitialized_creator.cpp -) diff --git a/library/cpp/logger/CMakeLists.linux-x86_64.txt b/library/cpp/logger/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 7656dd68618..00000000000 --- a/library/cpp/logger/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,67 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(global) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(library-cpp-logger) -target_link_libraries(library-cpp-logger PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-cpp-json - cpp-deprecated-atomic -) -target_sources(library-cpp-logger PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/logger/backend.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/backend_creator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/composite.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/element.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/file.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/filter.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/filter_creator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/log.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/null.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/rotating_file.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/stream.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/sync_page_cache_file.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/system.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/thread.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/thread_creator.cpp -) -generate_enum_serilization(library-cpp-logger - ${CMAKE_SOURCE_DIR}/library/cpp/logger/priority.h - INCLUDE_HEADERS - library/cpp/logger/priority.h -) - -add_global_library_for(library-cpp-logger.global library-cpp-logger) -target_link_libraries(library-cpp-logger.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-cpp-json - cpp-deprecated-atomic -) -target_sources(library-cpp-logger.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/logger/composite_creator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/file_creator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/null_creator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/rotating_file_creator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/stream_creator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/sync_page_cache_file_creator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/system_creator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/uninitialized_creator.cpp -) diff --git a/library/cpp/logger/CMakeLists.txt b/library/cpp/logger/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/logger/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/logger/CMakeLists.windows-x86_64.txt b/library/cpp/logger/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 92cf5b5d93a..00000000000 --- a/library/cpp/logger/CMakeLists.windows-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_subdirectory(global) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(library-cpp-logger) -target_link_libraries(library-cpp-logger PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-cpp-json - cpp-deprecated-atomic -) -target_sources(library-cpp-logger PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/logger/backend.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/backend_creator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/composite.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/element.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/file.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/filter.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/filter_creator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/log.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/null.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/rotating_file.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/stream.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/sync_page_cache_file.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/system.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/thread.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/thread_creator.cpp -) -generate_enum_serilization(library-cpp-logger - ${CMAKE_SOURCE_DIR}/library/cpp/logger/priority.h - INCLUDE_HEADERS - library/cpp/logger/priority.h -) - -add_global_library_for(library-cpp-logger.global library-cpp-logger) -target_link_libraries(library-cpp-logger.global PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-cpp-json - cpp-deprecated-atomic -) -target_sources(library-cpp-logger.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/logger/composite_creator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/file_creator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/null_creator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/rotating_file_creator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/stream_creator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/sync_page_cache_file_creator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/system_creator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/uninitialized_creator.cpp -) diff --git a/library/cpp/logger/global/CMakeLists.darwin-x86_64.txt b/library/cpp/logger/global/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 4056287548b..00000000000 --- a/library/cpp/logger/global/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(cpp-logger-global) -target_link_libraries(cpp-logger-global PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-logger -) -target_sources(cpp-logger-global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/logger/global/common.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/global/global.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/global/rty_formater.cpp -) diff --git a/library/cpp/logger/global/CMakeLists.linux-aarch64.txt b/library/cpp/logger/global/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 708e01ed3a9..00000000000 --- a/library/cpp/logger/global/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(cpp-logger-global) -target_link_libraries(cpp-logger-global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-logger -) -target_sources(cpp-logger-global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/logger/global/common.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/global/global.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/global/rty_formater.cpp -) diff --git a/library/cpp/logger/global/CMakeLists.linux-x86_64.txt b/library/cpp/logger/global/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 708e01ed3a9..00000000000 --- a/library/cpp/logger/global/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(cpp-logger-global) -target_link_libraries(cpp-logger-global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-logger -) -target_sources(cpp-logger-global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/logger/global/common.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/global/global.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/global/rty_formater.cpp -) diff --git a/library/cpp/logger/global/CMakeLists.txt b/library/cpp/logger/global/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/logger/global/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/logger/global/CMakeLists.windows-x86_64.txt b/library/cpp/logger/global/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 4056287548b..00000000000 --- a/library/cpp/logger/global/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(cpp-logger-global) -target_link_libraries(cpp-logger-global PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-logger -) -target_sources(cpp-logger-global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/logger/global/common.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/global/global.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/logger/global/rty_formater.cpp -) diff --git a/library/cpp/lua/CMakeLists.darwin-x86_64.txt b/library/cpp/lua/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 7dc3bec75b7..00000000000 --- a/library/cpp/lua/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(library-cpp-lua) -target_link_libraries(library-cpp-lua PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-json - contrib-libs-lua - cpp-string_utils-ztstrbuf -) -target_sources(library-cpp-lua PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/lua/eval.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/lua/json.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/lua/wrapper.cpp -) diff --git a/library/cpp/lua/CMakeLists.linux-aarch64.txt b/library/cpp/lua/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e32791dfac8..00000000000 --- a/library/cpp/lua/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(library-cpp-lua) -target_link_libraries(library-cpp-lua PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-json - contrib-libs-lua - cpp-string_utils-ztstrbuf -) -target_sources(library-cpp-lua PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/lua/eval.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/lua/json.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/lua/wrapper.cpp -) diff --git a/library/cpp/lua/CMakeLists.linux-x86_64.txt b/library/cpp/lua/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e32791dfac8..00000000000 --- a/library/cpp/lua/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(library-cpp-lua) -target_link_libraries(library-cpp-lua PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-json - contrib-libs-lua - cpp-string_utils-ztstrbuf -) -target_sources(library-cpp-lua PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/lua/eval.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/lua/json.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/lua/wrapper.cpp -) diff --git a/library/cpp/lua/CMakeLists.txt b/library/cpp/lua/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/lua/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/lua/CMakeLists.windows-x86_64.txt b/library/cpp/lua/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 7dc3bec75b7..00000000000 --- a/library/cpp/lua/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(library-cpp-lua) -target_link_libraries(library-cpp-lua PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-json - contrib-libs-lua - cpp-string_utils-ztstrbuf -) -target_sources(library-cpp-lua PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/lua/eval.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/lua/json.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/lua/wrapper.cpp -) diff --git a/library/cpp/lwtrace/CMakeLists.darwin-x86_64.txt b/library/cpp/lwtrace/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 370dbb17fdf..00000000000 --- a/library/cpp/lwtrace/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_subdirectory(mon) -add_subdirectory(protos) - -add_library(library-cpp-lwtrace) -target_link_libraries(library-cpp-lwtrace PUBLIC - contrib-libs-cxxsupp - yutil - cpp-lwtrace-protos - cpp-deprecated-atomic -) -target_sources(library-cpp-lwtrace PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/check.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/control.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/custom_action.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/kill_action.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/log_shuttle.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/perf.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/probes.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/shuttle.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/sleep_action.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/start.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/stderr_writer.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/symbol.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/trace.cpp -) diff --git a/library/cpp/lwtrace/CMakeLists.linux-aarch64.txt b/library/cpp/lwtrace/CMakeLists.linux-aarch64.txt deleted file mode 100644 index c16204ed5a7..00000000000 --- a/library/cpp/lwtrace/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_subdirectory(mon) -add_subdirectory(protos) - -add_library(library-cpp-lwtrace) -target_link_libraries(library-cpp-lwtrace PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-lwtrace-protos - cpp-deprecated-atomic -) -target_sources(library-cpp-lwtrace PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/check.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/control.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/custom_action.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/kill_action.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/log_shuttle.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/perf.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/probes.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/shuttle.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/sleep_action.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/start.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/stderr_writer.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/symbol.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/trace.cpp -) diff --git a/library/cpp/lwtrace/CMakeLists.linux-x86_64.txt b/library/cpp/lwtrace/CMakeLists.linux-x86_64.txt deleted file mode 100644 index c16204ed5a7..00000000000 --- a/library/cpp/lwtrace/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_subdirectory(mon) -add_subdirectory(protos) - -add_library(library-cpp-lwtrace) -target_link_libraries(library-cpp-lwtrace PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-lwtrace-protos - cpp-deprecated-atomic -) -target_sources(library-cpp-lwtrace PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/check.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/control.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/custom_action.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/kill_action.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/log_shuttle.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/perf.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/probes.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/shuttle.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/sleep_action.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/start.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/stderr_writer.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/symbol.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/trace.cpp -) diff --git a/library/cpp/lwtrace/CMakeLists.txt b/library/cpp/lwtrace/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/lwtrace/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/lwtrace/CMakeLists.windows-x86_64.txt b/library/cpp/lwtrace/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 370dbb17fdf..00000000000 --- a/library/cpp/lwtrace/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_subdirectory(mon) -add_subdirectory(protos) - -add_library(library-cpp-lwtrace) -target_link_libraries(library-cpp-lwtrace PUBLIC - contrib-libs-cxxsupp - yutil - cpp-lwtrace-protos - cpp-deprecated-atomic -) -target_sources(library-cpp-lwtrace PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/check.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/control.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/custom_action.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/kill_action.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/log_shuttle.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/perf.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/probes.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/shuttle.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/sleep_action.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/start.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/stderr_writer.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/symbol.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/trace.cpp -) diff --git a/library/cpp/lwtrace/mon/CMakeLists.darwin-x86_64.txt b/library/cpp/lwtrace/mon/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 84ce12f2084..00000000000 --- a/library/cpp/lwtrace/mon/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,118 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(analytics) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(cpp-lwtrace-mon) -target_link_libraries(cpp-lwtrace-mon PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-resource - cpp-html-pcdata - library-cpp-lwtrace - lwtrace-mon-analytics - cpp-monlib-dynamic_counters - cpp-string_utils-base64 -) -target_sources(cpp-lwtrace-mon PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/mon_lwtrace.cpp -) - -add_global_library_for(cpp-lwtrace-mon.global cpp-lwtrace-mon) -target_link_libraries(cpp-lwtrace-mon.global PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-resource - cpp-html-pcdata - library-cpp-lwtrace - lwtrace-mon-analytics - cpp-monlib-dynamic_counters - cpp-string_utils-base64 -) -target_sources(cpp-lwtrace-mon.global PRIVATE - ${CMAKE_BINARY_DIR}/library/cpp/lwtrace/mon/55ff1192d5e8c2c093974f8d6c720a35.cpp -) -resources(cpp-lwtrace-mon.global - ${CMAKE_BINARY_DIR}/library/cpp/lwtrace/mon/55ff1192d5e8c2c093974f8d6c720a35.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/common.css - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/common.js - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/css/bootstrap.min.css - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/css/d3-gantt.css - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/css/jquery.treegrid.css - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/analytics.css - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/analytics.flot.html - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/analytics.gantt.html - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/analytics.header.html - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/analytics.js - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/fonts/glyphicons-halflings-regular.eot - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/fonts/glyphicons-halflings-regular.svg - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/fonts/glyphicons-halflings-regular.ttf - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/fonts/glyphicons-halflings-regular.woff2 - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/fonts/glyphicons-halflings-regular.woff - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/footer.html - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/header.html - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/img/collapse.png - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/img/expand.png - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/img/file.png - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/img/folder.png - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/js/bootstrap.min.js - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/js/d3.v4.min.js - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/js/d3-gantt.js - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/js/d3-tip-0.8.0-alpha.1.js - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/js/filesaver.min.js - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/js/jquery.flot.extents.js - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/js/jquery.flot.min.js - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/js/jquery.flot.navigate.min.js - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/js/jquery.flot.selection.min.js - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/js/jquery.min.js - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/js/jquery.treegrid.bootstrap3.js - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/js/jquery.treegrid.min.js - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/js/jquery.url.min.js - KEYS - lwtrace/mon/static/common.css - lwtrace/mon/static/common.js - lwtrace/mon/static/css/bootstrap.min.css - lwtrace/mon/static/css/d3-gantt.css - lwtrace/mon/static/css/jquery.treegrid.css - lwtrace/mon/static/analytics.css - lwtrace/mon/static/analytics.flot.html - lwtrace/mon/static/analytics.gantt.html - lwtrace/mon/static/analytics.header.html - lwtrace/mon/static/analytics.js - lwtrace/mon/static/fonts/glyphicons-halflings-regular.eot - lwtrace/mon/static/fonts/glyphicons-halflings-regular.svg - lwtrace/mon/static/fonts/glyphicons-halflings-regular.ttf - lwtrace/mon/static/fonts/glyphicons-halflings-regular.woff2 - lwtrace/mon/static/fonts/glyphicons-halflings-regular.woff - lwtrace/mon/static/footer.html - lwtrace/mon/static/header.html - lwtrace/mon/static/img/collapse.png - lwtrace/mon/static/img/expand.png - lwtrace/mon/static/img/file.png - lwtrace/mon/static/img/folder.png - lwtrace/mon/static/js/bootstrap.min.js - lwtrace/mon/static/js/d3.v4.min.js - lwtrace/mon/static/js/d3-gantt.js - lwtrace/mon/static/js/d3-tip-0.8.0-alpha.1.js - lwtrace/mon/static/js/filesaver.min.js - lwtrace/mon/static/js/jquery.flot.extents.js - lwtrace/mon/static/js/jquery.flot.min.js - lwtrace/mon/static/js/jquery.flot.navigate.min.js - lwtrace/mon/static/js/jquery.flot.selection.min.js - lwtrace/mon/static/js/jquery.min.js - lwtrace/mon/static/js/jquery.treegrid.bootstrap3.js - lwtrace/mon/static/js/jquery.treegrid.min.js - lwtrace/mon/static/js/jquery.url.min.js -) diff --git a/library/cpp/lwtrace/mon/CMakeLists.linux-aarch64.txt b/library/cpp/lwtrace/mon/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 7f31cfc6fe7..00000000000 --- a/library/cpp/lwtrace/mon/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,120 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(analytics) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(cpp-lwtrace-mon) -target_link_libraries(cpp-lwtrace-mon PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-resource - cpp-html-pcdata - library-cpp-lwtrace - lwtrace-mon-analytics - cpp-monlib-dynamic_counters - cpp-string_utils-base64 -) -target_sources(cpp-lwtrace-mon PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/mon_lwtrace.cpp -) - -add_global_library_for(cpp-lwtrace-mon.global cpp-lwtrace-mon) -target_link_libraries(cpp-lwtrace-mon.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-resource - cpp-html-pcdata - library-cpp-lwtrace - lwtrace-mon-analytics - cpp-monlib-dynamic_counters - cpp-string_utils-base64 -) -target_sources(cpp-lwtrace-mon.global PRIVATE - ${CMAKE_BINARY_DIR}/library/cpp/lwtrace/mon/55ff1192d5e8c2c093974f8d6c720a35.cpp -) -resources(cpp-lwtrace-mon.global - ${CMAKE_BINARY_DIR}/library/cpp/lwtrace/mon/55ff1192d5e8c2c093974f8d6c720a35.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/common.css - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/common.js - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/css/bootstrap.min.css - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/css/d3-gantt.css - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/css/jquery.treegrid.css - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/analytics.css - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/analytics.flot.html - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/analytics.gantt.html - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/analytics.header.html - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/analytics.js - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/fonts/glyphicons-halflings-regular.eot - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/fonts/glyphicons-halflings-regular.svg - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/fonts/glyphicons-halflings-regular.ttf - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/fonts/glyphicons-halflings-regular.woff2 - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/fonts/glyphicons-halflings-regular.woff - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/footer.html - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/header.html - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/img/collapse.png - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/img/expand.png - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/img/file.png - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/img/folder.png - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/js/bootstrap.min.js - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/js/d3.v4.min.js - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/js/d3-gantt.js - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/js/d3-tip-0.8.0-alpha.1.js - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/js/filesaver.min.js - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/js/jquery.flot.extents.js - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/js/jquery.flot.min.js - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/js/jquery.flot.navigate.min.js - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/js/jquery.flot.selection.min.js - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/js/jquery.min.js - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/js/jquery.treegrid.bootstrap3.js - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/js/jquery.treegrid.min.js - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/js/jquery.url.min.js - KEYS - lwtrace/mon/static/common.css - lwtrace/mon/static/common.js - lwtrace/mon/static/css/bootstrap.min.css - lwtrace/mon/static/css/d3-gantt.css - lwtrace/mon/static/css/jquery.treegrid.css - lwtrace/mon/static/analytics.css - lwtrace/mon/static/analytics.flot.html - lwtrace/mon/static/analytics.gantt.html - lwtrace/mon/static/analytics.header.html - lwtrace/mon/static/analytics.js - lwtrace/mon/static/fonts/glyphicons-halflings-regular.eot - lwtrace/mon/static/fonts/glyphicons-halflings-regular.svg - lwtrace/mon/static/fonts/glyphicons-halflings-regular.ttf - lwtrace/mon/static/fonts/glyphicons-halflings-regular.woff2 - lwtrace/mon/static/fonts/glyphicons-halflings-regular.woff - lwtrace/mon/static/footer.html - lwtrace/mon/static/header.html - lwtrace/mon/static/img/collapse.png - lwtrace/mon/static/img/expand.png - lwtrace/mon/static/img/file.png - lwtrace/mon/static/img/folder.png - lwtrace/mon/static/js/bootstrap.min.js - lwtrace/mon/static/js/d3.v4.min.js - lwtrace/mon/static/js/d3-gantt.js - lwtrace/mon/static/js/d3-tip-0.8.0-alpha.1.js - lwtrace/mon/static/js/filesaver.min.js - lwtrace/mon/static/js/jquery.flot.extents.js - lwtrace/mon/static/js/jquery.flot.min.js - lwtrace/mon/static/js/jquery.flot.navigate.min.js - lwtrace/mon/static/js/jquery.flot.selection.min.js - lwtrace/mon/static/js/jquery.min.js - lwtrace/mon/static/js/jquery.treegrid.bootstrap3.js - lwtrace/mon/static/js/jquery.treegrid.min.js - lwtrace/mon/static/js/jquery.url.min.js -) diff --git a/library/cpp/lwtrace/mon/CMakeLists.linux-x86_64.txt b/library/cpp/lwtrace/mon/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 7f31cfc6fe7..00000000000 --- a/library/cpp/lwtrace/mon/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,120 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(analytics) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(cpp-lwtrace-mon) -target_link_libraries(cpp-lwtrace-mon PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-resource - cpp-html-pcdata - library-cpp-lwtrace - lwtrace-mon-analytics - cpp-monlib-dynamic_counters - cpp-string_utils-base64 -) -target_sources(cpp-lwtrace-mon PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/mon_lwtrace.cpp -) - -add_global_library_for(cpp-lwtrace-mon.global cpp-lwtrace-mon) -target_link_libraries(cpp-lwtrace-mon.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-resource - cpp-html-pcdata - library-cpp-lwtrace - lwtrace-mon-analytics - cpp-monlib-dynamic_counters - cpp-string_utils-base64 -) -target_sources(cpp-lwtrace-mon.global PRIVATE - ${CMAKE_BINARY_DIR}/library/cpp/lwtrace/mon/55ff1192d5e8c2c093974f8d6c720a35.cpp -) -resources(cpp-lwtrace-mon.global - ${CMAKE_BINARY_DIR}/library/cpp/lwtrace/mon/55ff1192d5e8c2c093974f8d6c720a35.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/common.css - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/common.js - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/css/bootstrap.min.css - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/css/d3-gantt.css - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/css/jquery.treegrid.css - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/analytics.css - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/analytics.flot.html - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/analytics.gantt.html - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/analytics.header.html - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/analytics.js - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/fonts/glyphicons-halflings-regular.eot - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/fonts/glyphicons-halflings-regular.svg - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/fonts/glyphicons-halflings-regular.ttf - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/fonts/glyphicons-halflings-regular.woff2 - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/fonts/glyphicons-halflings-regular.woff - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/footer.html - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/header.html - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/img/collapse.png - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/img/expand.png - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/img/file.png - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/img/folder.png - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/js/bootstrap.min.js - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/js/d3.v4.min.js - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/js/d3-gantt.js - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/js/d3-tip-0.8.0-alpha.1.js - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/js/filesaver.min.js - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/js/jquery.flot.extents.js - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/js/jquery.flot.min.js - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/js/jquery.flot.navigate.min.js - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/js/jquery.flot.selection.min.js - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/js/jquery.min.js - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/js/jquery.treegrid.bootstrap3.js - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/js/jquery.treegrid.min.js - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/js/jquery.url.min.js - KEYS - lwtrace/mon/static/common.css - lwtrace/mon/static/common.js - lwtrace/mon/static/css/bootstrap.min.css - lwtrace/mon/static/css/d3-gantt.css - lwtrace/mon/static/css/jquery.treegrid.css - lwtrace/mon/static/analytics.css - lwtrace/mon/static/analytics.flot.html - lwtrace/mon/static/analytics.gantt.html - lwtrace/mon/static/analytics.header.html - lwtrace/mon/static/analytics.js - lwtrace/mon/static/fonts/glyphicons-halflings-regular.eot - lwtrace/mon/static/fonts/glyphicons-halflings-regular.svg - lwtrace/mon/static/fonts/glyphicons-halflings-regular.ttf - lwtrace/mon/static/fonts/glyphicons-halflings-regular.woff2 - lwtrace/mon/static/fonts/glyphicons-halflings-regular.woff - lwtrace/mon/static/footer.html - lwtrace/mon/static/header.html - lwtrace/mon/static/img/collapse.png - lwtrace/mon/static/img/expand.png - lwtrace/mon/static/img/file.png - lwtrace/mon/static/img/folder.png - lwtrace/mon/static/js/bootstrap.min.js - lwtrace/mon/static/js/d3.v4.min.js - lwtrace/mon/static/js/d3-gantt.js - lwtrace/mon/static/js/d3-tip-0.8.0-alpha.1.js - lwtrace/mon/static/js/filesaver.min.js - lwtrace/mon/static/js/jquery.flot.extents.js - lwtrace/mon/static/js/jquery.flot.min.js - lwtrace/mon/static/js/jquery.flot.navigate.min.js - lwtrace/mon/static/js/jquery.flot.selection.min.js - lwtrace/mon/static/js/jquery.min.js - lwtrace/mon/static/js/jquery.treegrid.bootstrap3.js - lwtrace/mon/static/js/jquery.treegrid.min.js - lwtrace/mon/static/js/jquery.url.min.js -) diff --git a/library/cpp/lwtrace/mon/CMakeLists.txt b/library/cpp/lwtrace/mon/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/lwtrace/mon/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/lwtrace/mon/CMakeLists.windows-x86_64.txt b/library/cpp/lwtrace/mon/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 84ce12f2084..00000000000 --- a/library/cpp/lwtrace/mon/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,118 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(analytics) -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(cpp-lwtrace-mon) -target_link_libraries(cpp-lwtrace-mon PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-resource - cpp-html-pcdata - library-cpp-lwtrace - lwtrace-mon-analytics - cpp-monlib-dynamic_counters - cpp-string_utils-base64 -) -target_sources(cpp-lwtrace-mon PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/mon_lwtrace.cpp -) - -add_global_library_for(cpp-lwtrace-mon.global cpp-lwtrace-mon) -target_link_libraries(cpp-lwtrace-mon.global PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-resource - cpp-html-pcdata - library-cpp-lwtrace - lwtrace-mon-analytics - cpp-monlib-dynamic_counters - cpp-string_utils-base64 -) -target_sources(cpp-lwtrace-mon.global PRIVATE - ${CMAKE_BINARY_DIR}/library/cpp/lwtrace/mon/55ff1192d5e8c2c093974f8d6c720a35.cpp -) -resources(cpp-lwtrace-mon.global - ${CMAKE_BINARY_DIR}/library/cpp/lwtrace/mon/55ff1192d5e8c2c093974f8d6c720a35.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/common.css - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/common.js - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/css/bootstrap.min.css - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/css/d3-gantt.css - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/css/jquery.treegrid.css - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/analytics.css - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/analytics.flot.html - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/analytics.gantt.html - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/analytics.header.html - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/analytics.js - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/fonts/glyphicons-halflings-regular.eot - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/fonts/glyphicons-halflings-regular.svg - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/fonts/glyphicons-halflings-regular.ttf - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/fonts/glyphicons-halflings-regular.woff2 - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/fonts/glyphicons-halflings-regular.woff - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/footer.html - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/header.html - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/img/collapse.png - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/img/expand.png - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/img/file.png - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/img/folder.png - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/js/bootstrap.min.js - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/js/d3.v4.min.js - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/js/d3-gantt.js - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/js/d3-tip-0.8.0-alpha.1.js - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/js/filesaver.min.js - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/js/jquery.flot.extents.js - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/js/jquery.flot.min.js - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/js/jquery.flot.navigate.min.js - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/js/jquery.flot.selection.min.js - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/js/jquery.min.js - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/js/jquery.treegrid.bootstrap3.js - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/js/jquery.treegrid.min.js - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/static/js/jquery.url.min.js - KEYS - lwtrace/mon/static/common.css - lwtrace/mon/static/common.js - lwtrace/mon/static/css/bootstrap.min.css - lwtrace/mon/static/css/d3-gantt.css - lwtrace/mon/static/css/jquery.treegrid.css - lwtrace/mon/static/analytics.css - lwtrace/mon/static/analytics.flot.html - lwtrace/mon/static/analytics.gantt.html - lwtrace/mon/static/analytics.header.html - lwtrace/mon/static/analytics.js - lwtrace/mon/static/fonts/glyphicons-halflings-regular.eot - lwtrace/mon/static/fonts/glyphicons-halflings-regular.svg - lwtrace/mon/static/fonts/glyphicons-halflings-regular.ttf - lwtrace/mon/static/fonts/glyphicons-halflings-regular.woff2 - lwtrace/mon/static/fonts/glyphicons-halflings-regular.woff - lwtrace/mon/static/footer.html - lwtrace/mon/static/header.html - lwtrace/mon/static/img/collapse.png - lwtrace/mon/static/img/expand.png - lwtrace/mon/static/img/file.png - lwtrace/mon/static/img/folder.png - lwtrace/mon/static/js/bootstrap.min.js - lwtrace/mon/static/js/d3.v4.min.js - lwtrace/mon/static/js/d3-gantt.js - lwtrace/mon/static/js/d3-tip-0.8.0-alpha.1.js - lwtrace/mon/static/js/filesaver.min.js - lwtrace/mon/static/js/jquery.flot.extents.js - lwtrace/mon/static/js/jquery.flot.min.js - lwtrace/mon/static/js/jquery.flot.navigate.min.js - lwtrace/mon/static/js/jquery.flot.selection.min.js - lwtrace/mon/static/js/jquery.min.js - lwtrace/mon/static/js/jquery.treegrid.bootstrap3.js - lwtrace/mon/static/js/jquery.treegrid.min.js - lwtrace/mon/static/js/jquery.url.min.js -) diff --git a/library/cpp/lwtrace/mon/analytics/CMakeLists.darwin-x86_64.txt b/library/cpp/lwtrace/mon/analytics/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index f1a03a5f4a5..00000000000 --- a/library/cpp/lwtrace/mon/analytics/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(lwtrace-mon-analytics) -target_link_libraries(lwtrace-mon-analytics PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(lwtrace-mon-analytics PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/analytics/analytics.cpp -) diff --git a/library/cpp/lwtrace/mon/analytics/CMakeLists.linux-aarch64.txt b/library/cpp/lwtrace/mon/analytics/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 21c332ae9ce..00000000000 --- a/library/cpp/lwtrace/mon/analytics/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(lwtrace-mon-analytics) -target_link_libraries(lwtrace-mon-analytics PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(lwtrace-mon-analytics PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/analytics/analytics.cpp -) diff --git a/library/cpp/lwtrace/mon/analytics/CMakeLists.linux-x86_64.txt b/library/cpp/lwtrace/mon/analytics/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 21c332ae9ce..00000000000 --- a/library/cpp/lwtrace/mon/analytics/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(lwtrace-mon-analytics) -target_link_libraries(lwtrace-mon-analytics PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(lwtrace-mon-analytics PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/analytics/analytics.cpp -) diff --git a/library/cpp/lwtrace/mon/analytics/CMakeLists.txt b/library/cpp/lwtrace/mon/analytics/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/lwtrace/mon/analytics/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/lwtrace/mon/analytics/CMakeLists.windows-x86_64.txt b/library/cpp/lwtrace/mon/analytics/CMakeLists.windows-x86_64.txt deleted file mode 100644 index f1a03a5f4a5..00000000000 --- a/library/cpp/lwtrace/mon/analytics/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(lwtrace-mon-analytics) -target_link_libraries(lwtrace-mon-analytics PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(lwtrace-mon-analytics PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/mon/analytics/analytics.cpp -) diff --git a/library/cpp/lwtrace/protos/CMakeLists.darwin-x86_64.txt b/library/cpp/lwtrace/protos/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 9caa6f58bf4..00000000000 --- a/library/cpp/lwtrace/protos/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(cpp-lwtrace-protos) -target_link_libraries(cpp-lwtrace-protos PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(cpp-lwtrace-protos PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/protos/lwtrace.proto -) -target_proto_addincls(cpp-lwtrace-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(cpp-lwtrace-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/library/cpp/lwtrace/protos/CMakeLists.linux-aarch64.txt b/library/cpp/lwtrace/protos/CMakeLists.linux-aarch64.txt deleted file mode 100644 index f9321305c17..00000000000 --- a/library/cpp/lwtrace/protos/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(cpp-lwtrace-protos) -target_link_libraries(cpp-lwtrace-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(cpp-lwtrace-protos PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/protos/lwtrace.proto -) -target_proto_addincls(cpp-lwtrace-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(cpp-lwtrace-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/library/cpp/lwtrace/protos/CMakeLists.linux-x86_64.txt b/library/cpp/lwtrace/protos/CMakeLists.linux-x86_64.txt deleted file mode 100644 index f9321305c17..00000000000 --- a/library/cpp/lwtrace/protos/CMakeLists.linux-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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(cpp-lwtrace-protos) -target_link_libraries(cpp-lwtrace-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(cpp-lwtrace-protos PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/protos/lwtrace.proto -) -target_proto_addincls(cpp-lwtrace-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(cpp-lwtrace-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/library/cpp/lwtrace/protos/CMakeLists.txt b/library/cpp/lwtrace/protos/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/lwtrace/protos/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/lwtrace/protos/CMakeLists.windows-x86_64.txt b/library/cpp/lwtrace/protos/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 9caa6f58bf4..00000000000 --- a/library/cpp/lwtrace/protos/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(cpp-lwtrace-protos) -target_link_libraries(cpp-lwtrace-protos PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(cpp-lwtrace-protos PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/protos/lwtrace.proto -) -target_proto_addincls(cpp-lwtrace-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(cpp-lwtrace-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/library/cpp/malloc/CMakeLists.darwin-x86_64.txt b/library/cpp/malloc/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 04bdfa1f3cf..00000000000 --- a/library/cpp/malloc/CMakeLists.darwin-x86_64.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. - - -add_subdirectory(api) -add_subdirectory(system) -add_subdirectory(tcmalloc) diff --git a/library/cpp/malloc/CMakeLists.linux-aarch64.txt b/library/cpp/malloc/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 4082c8fcf23..00000000000 --- a/library/cpp/malloc/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,12 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(api) -add_subdirectory(jemalloc) -add_subdirectory(system) -add_subdirectory(tcmalloc) diff --git a/library/cpp/malloc/CMakeLists.linux-x86_64.txt b/library/cpp/malloc/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 04bdfa1f3cf..00000000000 --- a/library/cpp/malloc/CMakeLists.linux-x86_64.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. - - -add_subdirectory(api) -add_subdirectory(system) -add_subdirectory(tcmalloc) diff --git a/library/cpp/malloc/CMakeLists.txt b/library/cpp/malloc/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/malloc/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/malloc/CMakeLists.windows-x86_64.txt b/library/cpp/malloc/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 04bdfa1f3cf..00000000000 --- a/library/cpp/malloc/CMakeLists.windows-x86_64.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. - - -add_subdirectory(api) -add_subdirectory(system) -add_subdirectory(tcmalloc) diff --git a/library/cpp/malloc/api/CMakeLists.darwin-x86_64.txt b/library/cpp/malloc/api/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index db837d83de0..00000000000 --- a/library/cpp/malloc/api/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(cpp-malloc-api) -target_link_libraries(cpp-malloc-api PUBLIC - contrib-libs-cxxsupp -) -target_sources(cpp-malloc-api PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/malloc/api/malloc.cpp -) diff --git a/library/cpp/malloc/api/CMakeLists.linux-aarch64.txt b/library/cpp/malloc/api/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 6b81b89d4c1..00000000000 --- a/library/cpp/malloc/api/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(cpp-malloc-api) -target_link_libraries(cpp-malloc-api PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp -) -target_sources(cpp-malloc-api PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/malloc/api/malloc.cpp -) diff --git a/library/cpp/malloc/api/CMakeLists.linux-x86_64.txt b/library/cpp/malloc/api/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 6b81b89d4c1..00000000000 --- a/library/cpp/malloc/api/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(cpp-malloc-api) -target_link_libraries(cpp-malloc-api PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp -) -target_sources(cpp-malloc-api PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/malloc/api/malloc.cpp -) diff --git a/library/cpp/malloc/api/CMakeLists.txt b/library/cpp/malloc/api/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/malloc/api/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/malloc/api/CMakeLists.windows-x86_64.txt b/library/cpp/malloc/api/CMakeLists.windows-x86_64.txt deleted file mode 100644 index db837d83de0..00000000000 --- a/library/cpp/malloc/api/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(cpp-malloc-api) -target_link_libraries(cpp-malloc-api PUBLIC - contrib-libs-cxxsupp -) -target_sources(cpp-malloc-api PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/malloc/api/malloc.cpp -) diff --git a/library/cpp/malloc/jemalloc/CMakeLists.linux-aarch64.txt b/library/cpp/malloc/jemalloc/CMakeLists.linux-aarch64.txt deleted file mode 100644 index f4c156bc0c1..00000000000 --- a/library/cpp/malloc/jemalloc/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(cpp-malloc-jemalloc) -target_link_libraries(cpp-malloc-jemalloc PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - cpp-malloc-api - contrib-libs-jemalloc -) -target_sources(cpp-malloc-jemalloc PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/malloc/jemalloc/malloc-info.cpp -) diff --git a/library/cpp/malloc/jemalloc/CMakeLists.txt b/library/cpp/malloc/jemalloc/CMakeLists.txt deleted file mode 100644 index a3e26ab9fc7..00000000000 --- a/library/cpp/malloc/jemalloc/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 (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-aarch64.txt) -endif() diff --git a/library/cpp/malloc/system/CMakeLists.darwin-x86_64.txt b/library/cpp/malloc/system/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 02b71485333..00000000000 --- a/library/cpp/malloc/system/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(system_allocator) -target_link_libraries(system_allocator PUBLIC - contrib-libs-cxxsupp - cpp-malloc-api -) -target_sources(system_allocator PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/malloc/system/malloc-info.cpp -) diff --git a/library/cpp/malloc/system/CMakeLists.linux-aarch64.txt b/library/cpp/malloc/system/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 059f73c898a..00000000000 --- a/library/cpp/malloc/system/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(system_allocator) -target_link_libraries(system_allocator PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - cpp-malloc-api -) -target_sources(system_allocator PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/malloc/system/malloc-info.cpp -) diff --git a/library/cpp/malloc/system/CMakeLists.linux-x86_64.txt b/library/cpp/malloc/system/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 059f73c898a..00000000000 --- a/library/cpp/malloc/system/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(system_allocator) -target_link_libraries(system_allocator PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - cpp-malloc-api -) -target_sources(system_allocator PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/malloc/system/malloc-info.cpp -) diff --git a/library/cpp/malloc/system/CMakeLists.txt b/library/cpp/malloc/system/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/malloc/system/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/malloc/system/CMakeLists.windows-x86_64.txt b/library/cpp/malloc/system/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 02b71485333..00000000000 --- a/library/cpp/malloc/system/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(system_allocator) -target_link_libraries(system_allocator PUBLIC - contrib-libs-cxxsupp - cpp-malloc-api -) -target_sources(system_allocator PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/malloc/system/malloc-info.cpp -) diff --git a/library/cpp/malloc/tcmalloc/CMakeLists.darwin-x86_64.txt b/library/cpp/malloc/tcmalloc/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index de90edc3842..00000000000 --- a/library/cpp/malloc/tcmalloc/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(cpp-malloc-tcmalloc) -target_link_libraries(cpp-malloc-tcmalloc PUBLIC - contrib-libs-cxxsupp - cpp-malloc-api - libs-tcmalloc-malloc_extension -) -target_sources(cpp-malloc-tcmalloc PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/malloc/tcmalloc/malloc-info.cpp -) diff --git a/library/cpp/malloc/tcmalloc/CMakeLists.linux-aarch64.txt b/library/cpp/malloc/tcmalloc/CMakeLists.linux-aarch64.txt deleted file mode 100644 index be15c6c3054..00000000000 --- a/library/cpp/malloc/tcmalloc/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(cpp-malloc-tcmalloc) -target_link_libraries(cpp-malloc-tcmalloc PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - cpp-malloc-api - libs-tcmalloc-malloc_extension -) -target_sources(cpp-malloc-tcmalloc PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/malloc/tcmalloc/malloc-info.cpp -) diff --git a/library/cpp/malloc/tcmalloc/CMakeLists.linux-x86_64.txt b/library/cpp/malloc/tcmalloc/CMakeLists.linux-x86_64.txt deleted file mode 100644 index be15c6c3054..00000000000 --- a/library/cpp/malloc/tcmalloc/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(cpp-malloc-tcmalloc) -target_link_libraries(cpp-malloc-tcmalloc PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - cpp-malloc-api - libs-tcmalloc-malloc_extension -) -target_sources(cpp-malloc-tcmalloc PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/malloc/tcmalloc/malloc-info.cpp -) diff --git a/library/cpp/malloc/tcmalloc/CMakeLists.txt b/library/cpp/malloc/tcmalloc/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/malloc/tcmalloc/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/malloc/tcmalloc/CMakeLists.windows-x86_64.txt b/library/cpp/malloc/tcmalloc/CMakeLists.windows-x86_64.txt deleted file mode 100644 index de90edc3842..00000000000 --- a/library/cpp/malloc/tcmalloc/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(cpp-malloc-tcmalloc) -target_link_libraries(cpp-malloc-tcmalloc PUBLIC - contrib-libs-cxxsupp - cpp-malloc-api - libs-tcmalloc-malloc_extension -) -target_sources(cpp-malloc-tcmalloc PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/malloc/tcmalloc/malloc-info.cpp -) diff --git a/library/cpp/messagebus/CMakeLists.darwin-x86_64.txt b/library/cpp/messagebus/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index af2b7a20083..00000000000 --- a/library/cpp/messagebus/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_subdirectory(actor) -add_subdirectory(config) -add_subdirectory(monitoring) -add_subdirectory(oldmodule) -add_subdirectory(protobuf) -add_subdirectory(scheduler) -add_subdirectory(www) - -add_library(library-cpp-messagebus) -target_link_libraries(library-cpp-messagebus PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-sparsehash - library-cpp-codecs - cpp-deprecated-enum_codegen - cpp-getopt-small - library-cpp-lwtrace - messagebus_actor - cpp-messagebus-config - cpp-messagebus-monitoring - cpp-messagebus-scheduler - cpp-string_utils-indent_text - cpp-threading-future - cpp-deprecated-atomic -) -target_sources(library-cpp-messagebus PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/acceptor.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/acceptor_status.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/connection.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/coreconn.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/duration_histogram.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/event_loop.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/futex_like.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/handler.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/key_value_printer.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/local_flags.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/locator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/mb_lwtrace.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/message.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/message_counter.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/message_status.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/message_status_counter.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/messqueue.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/network.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/queue_config.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/remote_client_connection.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/remote_client_session.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/remote_client_session_semaphore.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/remote_connection.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/remote_connection_status.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/remote_server_connection.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/remote_server_session.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/remote_server_session_semaphore.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/session.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/session_impl.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/session_job_count.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/shutdown_state.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/socket_addr.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/storage.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/synchandler.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/use_after_free_checker.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/use_count_checker.cpp -) diff --git a/library/cpp/messagebus/CMakeLists.linux-aarch64.txt b/library/cpp/messagebus/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e27549d923a..00000000000 --- a/library/cpp/messagebus/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_subdirectory(actor) -add_subdirectory(config) -add_subdirectory(monitoring) -add_subdirectory(oldmodule) -add_subdirectory(protobuf) -add_subdirectory(scheduler) -add_subdirectory(www) - -add_library(library-cpp-messagebus) -target_link_libraries(library-cpp-messagebus PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-sparsehash - library-cpp-codecs - cpp-deprecated-enum_codegen - cpp-getopt-small - library-cpp-lwtrace - messagebus_actor - cpp-messagebus-config - cpp-messagebus-monitoring - cpp-messagebus-scheduler - cpp-string_utils-indent_text - cpp-threading-future - cpp-deprecated-atomic -) -target_sources(library-cpp-messagebus PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/acceptor.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/acceptor_status.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/connection.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/coreconn.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/duration_histogram.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/event_loop.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/futex_like.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/handler.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/key_value_printer.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/local_flags.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/locator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/mb_lwtrace.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/message.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/message_counter.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/message_status.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/message_status_counter.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/messqueue.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/network.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/queue_config.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/remote_client_connection.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/remote_client_session.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/remote_client_session_semaphore.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/remote_connection.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/remote_connection_status.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/remote_server_connection.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/remote_server_session.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/remote_server_session_semaphore.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/session.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/session_impl.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/session_job_count.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/shutdown_state.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/socket_addr.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/storage.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/synchandler.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/use_after_free_checker.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/use_count_checker.cpp -) diff --git a/library/cpp/messagebus/CMakeLists.linux-x86_64.txt b/library/cpp/messagebus/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e27549d923a..00000000000 --- a/library/cpp/messagebus/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_subdirectory(actor) -add_subdirectory(config) -add_subdirectory(monitoring) -add_subdirectory(oldmodule) -add_subdirectory(protobuf) -add_subdirectory(scheduler) -add_subdirectory(www) - -add_library(library-cpp-messagebus) -target_link_libraries(library-cpp-messagebus PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-sparsehash - library-cpp-codecs - cpp-deprecated-enum_codegen - cpp-getopt-small - library-cpp-lwtrace - messagebus_actor - cpp-messagebus-config - cpp-messagebus-monitoring - cpp-messagebus-scheduler - cpp-string_utils-indent_text - cpp-threading-future - cpp-deprecated-atomic -) -target_sources(library-cpp-messagebus PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/acceptor.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/acceptor_status.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/connection.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/coreconn.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/duration_histogram.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/event_loop.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/futex_like.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/handler.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/key_value_printer.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/local_flags.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/locator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/mb_lwtrace.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/message.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/message_counter.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/message_status.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/message_status_counter.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/messqueue.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/network.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/queue_config.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/remote_client_connection.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/remote_client_session.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/remote_client_session_semaphore.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/remote_connection.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/remote_connection_status.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/remote_server_connection.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/remote_server_session.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/remote_server_session_semaphore.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/session.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/session_impl.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/session_job_count.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/shutdown_state.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/socket_addr.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/storage.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/synchandler.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/use_after_free_checker.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/use_count_checker.cpp -) diff --git a/library/cpp/messagebus/CMakeLists.txt b/library/cpp/messagebus/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/messagebus/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/messagebus/CMakeLists.windows-x86_64.txt b/library/cpp/messagebus/CMakeLists.windows-x86_64.txt deleted file mode 100644 index af2b7a20083..00000000000 --- a/library/cpp/messagebus/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_subdirectory(actor) -add_subdirectory(config) -add_subdirectory(monitoring) -add_subdirectory(oldmodule) -add_subdirectory(protobuf) -add_subdirectory(scheduler) -add_subdirectory(www) - -add_library(library-cpp-messagebus) -target_link_libraries(library-cpp-messagebus PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-sparsehash - library-cpp-codecs - cpp-deprecated-enum_codegen - cpp-getopt-small - library-cpp-lwtrace - messagebus_actor - cpp-messagebus-config - cpp-messagebus-monitoring - cpp-messagebus-scheduler - cpp-string_utils-indent_text - cpp-threading-future - cpp-deprecated-atomic -) -target_sources(library-cpp-messagebus PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/acceptor.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/acceptor_status.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/connection.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/coreconn.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/duration_histogram.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/event_loop.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/futex_like.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/handler.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/key_value_printer.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/local_flags.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/locator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/mb_lwtrace.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/message.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/message_counter.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/message_status.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/message_status_counter.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/messqueue.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/network.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/queue_config.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/remote_client_connection.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/remote_client_session.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/remote_client_session_semaphore.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/remote_connection.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/remote_connection_status.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/remote_server_connection.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/remote_server_session.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/remote_server_session_semaphore.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/session.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/session_impl.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/session_job_count.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/shutdown_state.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/socket_addr.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/storage.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/synchandler.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/use_after_free_checker.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/use_count_checker.cpp -) diff --git a/library/cpp/messagebus/actor/CMakeLists.darwin-x86_64.txt b/library/cpp/messagebus/actor/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index da26bb12a8b..00000000000 --- a/library/cpp/messagebus/actor/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(messagebus_actor) -target_link_libraries(messagebus_actor PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(messagebus_actor PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/actor/executor.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/actor/thread_extra.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/actor/what_thread_does.cpp -) diff --git a/library/cpp/messagebus/actor/CMakeLists.linux-aarch64.txt b/library/cpp/messagebus/actor/CMakeLists.linux-aarch64.txt deleted file mode 100644 index c14195e9521..00000000000 --- a/library/cpp/messagebus/actor/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(messagebus_actor) -target_link_libraries(messagebus_actor PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(messagebus_actor PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/actor/executor.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/actor/thread_extra.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/actor/what_thread_does.cpp -) diff --git a/library/cpp/messagebus/actor/CMakeLists.linux-x86_64.txt b/library/cpp/messagebus/actor/CMakeLists.linux-x86_64.txt deleted file mode 100644 index c14195e9521..00000000000 --- a/library/cpp/messagebus/actor/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(messagebus_actor) -target_link_libraries(messagebus_actor PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(messagebus_actor PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/actor/executor.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/actor/thread_extra.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/actor/what_thread_does.cpp -) diff --git a/library/cpp/messagebus/actor/CMakeLists.txt b/library/cpp/messagebus/actor/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/messagebus/actor/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/messagebus/actor/CMakeLists.windows-x86_64.txt b/library/cpp/messagebus/actor/CMakeLists.windows-x86_64.txt deleted file mode 100644 index da26bb12a8b..00000000000 --- a/library/cpp/messagebus/actor/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(messagebus_actor) -target_link_libraries(messagebus_actor PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(messagebus_actor PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/actor/executor.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/actor/thread_extra.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/actor/what_thread_does.cpp -) diff --git a/library/cpp/messagebus/config/CMakeLists.darwin-x86_64.txt b/library/cpp/messagebus/config/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2ac52c60e8d..00000000000 --- a/library/cpp/messagebus/config/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(cpp-messagebus-config) -target_link_libraries(cpp-messagebus-config PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-getopt - cpp-deprecated-enum_codegen -) -target_sources(cpp-messagebus-config PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/config/netaddr.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/config/session_config.cpp -) diff --git a/library/cpp/messagebus/config/CMakeLists.linux-aarch64.txt b/library/cpp/messagebus/config/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 0414cabc631..00000000000 --- a/library/cpp/messagebus/config/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(cpp-messagebus-config) -target_link_libraries(cpp-messagebus-config PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-getopt - cpp-deprecated-enum_codegen -) -target_sources(cpp-messagebus-config PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/config/netaddr.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/config/session_config.cpp -) diff --git a/library/cpp/messagebus/config/CMakeLists.linux-x86_64.txt b/library/cpp/messagebus/config/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 0414cabc631..00000000000 --- a/library/cpp/messagebus/config/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(cpp-messagebus-config) -target_link_libraries(cpp-messagebus-config PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-getopt - cpp-deprecated-enum_codegen -) -target_sources(cpp-messagebus-config PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/config/netaddr.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/config/session_config.cpp -) diff --git a/library/cpp/messagebus/config/CMakeLists.txt b/library/cpp/messagebus/config/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/messagebus/config/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/messagebus/config/CMakeLists.windows-x86_64.txt b/library/cpp/messagebus/config/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 2ac52c60e8d..00000000000 --- a/library/cpp/messagebus/config/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(cpp-messagebus-config) -target_link_libraries(cpp-messagebus-config PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-getopt - cpp-deprecated-enum_codegen -) -target_sources(cpp-messagebus-config PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/config/netaddr.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/config/session_config.cpp -) diff --git a/library/cpp/messagebus/monitoring/CMakeLists.darwin-x86_64.txt b/library/cpp/messagebus/monitoring/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 0a5f1f85022..00000000000 --- a/library/cpp/messagebus/monitoring/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(cpp-messagebus-monitoring) -target_link_libraries(cpp-messagebus-monitoring PUBLIC - contrib-libs-cxxsupp - yutil - encode-legacy_protobuf-protos - contrib-libs-protobuf -) -target_proto_messages(cpp-messagebus-monitoring PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/monitoring/mon_proto.proto -) -target_proto_addincls(cpp-messagebus-monitoring - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(cpp-messagebus-monitoring - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/library/cpp/messagebus/monitoring/CMakeLists.linux-aarch64.txt b/library/cpp/messagebus/monitoring/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d7ac9c9c03f..00000000000 --- a/library/cpp/messagebus/monitoring/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(cpp-messagebus-monitoring) -target_link_libraries(cpp-messagebus-monitoring PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - encode-legacy_protobuf-protos - contrib-libs-protobuf -) -target_proto_messages(cpp-messagebus-monitoring PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/monitoring/mon_proto.proto -) -target_proto_addincls(cpp-messagebus-monitoring - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(cpp-messagebus-monitoring - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/library/cpp/messagebus/monitoring/CMakeLists.linux-x86_64.txt b/library/cpp/messagebus/monitoring/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d7ac9c9c03f..00000000000 --- a/library/cpp/messagebus/monitoring/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(cpp-messagebus-monitoring) -target_link_libraries(cpp-messagebus-monitoring PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - encode-legacy_protobuf-protos - contrib-libs-protobuf -) -target_proto_messages(cpp-messagebus-monitoring PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/monitoring/mon_proto.proto -) -target_proto_addincls(cpp-messagebus-monitoring - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(cpp-messagebus-monitoring - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/library/cpp/messagebus/monitoring/CMakeLists.txt b/library/cpp/messagebus/monitoring/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/messagebus/monitoring/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/messagebus/monitoring/CMakeLists.windows-x86_64.txt b/library/cpp/messagebus/monitoring/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 0a5f1f85022..00000000000 --- a/library/cpp/messagebus/monitoring/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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(cpp-messagebus-monitoring) -target_link_libraries(cpp-messagebus-monitoring PUBLIC - contrib-libs-cxxsupp - yutil - encode-legacy_protobuf-protos - contrib-libs-protobuf -) -target_proto_messages(cpp-messagebus-monitoring PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/monitoring/mon_proto.proto -) -target_proto_addincls(cpp-messagebus-monitoring - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(cpp-messagebus-monitoring - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/library/cpp/messagebus/oldmodule/CMakeLists.darwin-x86_64.txt b/library/cpp/messagebus/oldmodule/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 11b6ead04d4..00000000000 --- a/library/cpp/messagebus/oldmodule/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(cpp-messagebus-oldmodule) -target_link_libraries(cpp-messagebus-oldmodule PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-messagebus - messagebus_actor -) -target_sources(cpp-messagebus-oldmodule PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/oldmodule/module.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/oldmodule/startsession.cpp -) diff --git a/library/cpp/messagebus/oldmodule/CMakeLists.linux-aarch64.txt b/library/cpp/messagebus/oldmodule/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 8e3de5c67f8..00000000000 --- a/library/cpp/messagebus/oldmodule/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(cpp-messagebus-oldmodule) -target_link_libraries(cpp-messagebus-oldmodule PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-messagebus - messagebus_actor -) -target_sources(cpp-messagebus-oldmodule PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/oldmodule/module.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/oldmodule/startsession.cpp -) diff --git a/library/cpp/messagebus/oldmodule/CMakeLists.linux-x86_64.txt b/library/cpp/messagebus/oldmodule/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 8e3de5c67f8..00000000000 --- a/library/cpp/messagebus/oldmodule/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(cpp-messagebus-oldmodule) -target_link_libraries(cpp-messagebus-oldmodule PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-messagebus - messagebus_actor -) -target_sources(cpp-messagebus-oldmodule PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/oldmodule/module.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/oldmodule/startsession.cpp -) diff --git a/library/cpp/messagebus/oldmodule/CMakeLists.txt b/library/cpp/messagebus/oldmodule/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/messagebus/oldmodule/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/messagebus/oldmodule/CMakeLists.windows-x86_64.txt b/library/cpp/messagebus/oldmodule/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 11b6ead04d4..00000000000 --- a/library/cpp/messagebus/oldmodule/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(cpp-messagebus-oldmodule) -target_link_libraries(cpp-messagebus-oldmodule PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-messagebus - messagebus_actor -) -target_sources(cpp-messagebus-oldmodule PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/oldmodule/module.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/oldmodule/startsession.cpp -) diff --git a/library/cpp/messagebus/protobuf/CMakeLists.darwin-x86_64.txt b/library/cpp/messagebus/protobuf/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 8566a4b7efe..00000000000 --- a/library/cpp/messagebus/protobuf/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(messagebus_protobuf) -target_link_libraries(messagebus_protobuf PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - library-cpp-messagebus - messagebus_actor -) -target_sources(messagebus_protobuf PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/protobuf/ybusbuf.cpp -) diff --git a/library/cpp/messagebus/protobuf/CMakeLists.linux-aarch64.txt b/library/cpp/messagebus/protobuf/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e2350833929..00000000000 --- a/library/cpp/messagebus/protobuf/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(messagebus_protobuf) -target_link_libraries(messagebus_protobuf PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - library-cpp-messagebus - messagebus_actor -) -target_sources(messagebus_protobuf PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/protobuf/ybusbuf.cpp -) diff --git a/library/cpp/messagebus/protobuf/CMakeLists.linux-x86_64.txt b/library/cpp/messagebus/protobuf/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e2350833929..00000000000 --- a/library/cpp/messagebus/protobuf/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(messagebus_protobuf) -target_link_libraries(messagebus_protobuf PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - library-cpp-messagebus - messagebus_actor -) -target_sources(messagebus_protobuf PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/protobuf/ybusbuf.cpp -) diff --git a/library/cpp/messagebus/protobuf/CMakeLists.txt b/library/cpp/messagebus/protobuf/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/messagebus/protobuf/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/messagebus/protobuf/CMakeLists.windows-x86_64.txt b/library/cpp/messagebus/protobuf/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 8566a4b7efe..00000000000 --- a/library/cpp/messagebus/protobuf/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(messagebus_protobuf) -target_link_libraries(messagebus_protobuf PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - library-cpp-messagebus - messagebus_actor -) -target_sources(messagebus_protobuf PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/protobuf/ybusbuf.cpp -) diff --git a/library/cpp/messagebus/scheduler/CMakeLists.darwin-x86_64.txt b/library/cpp/messagebus/scheduler/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 510bc01bd5a..00000000000 --- a/library/cpp/messagebus/scheduler/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(cpp-messagebus-scheduler) -target_link_libraries(cpp-messagebus-scheduler PUBLIC - contrib-libs-cxxsupp - yutil - cpp-threading-future - cpp-deprecated-atomic -) -target_sources(cpp-messagebus-scheduler PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/scheduler/scheduler.cpp -) diff --git a/library/cpp/messagebus/scheduler/CMakeLists.linux-aarch64.txt b/library/cpp/messagebus/scheduler/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 51187c45a47..00000000000 --- a/library/cpp/messagebus/scheduler/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(cpp-messagebus-scheduler) -target_link_libraries(cpp-messagebus-scheduler PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-threading-future - cpp-deprecated-atomic -) -target_sources(cpp-messagebus-scheduler PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/scheduler/scheduler.cpp -) diff --git a/library/cpp/messagebus/scheduler/CMakeLists.linux-x86_64.txt b/library/cpp/messagebus/scheduler/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 51187c45a47..00000000000 --- a/library/cpp/messagebus/scheduler/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(cpp-messagebus-scheduler) -target_link_libraries(cpp-messagebus-scheduler PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-threading-future - cpp-deprecated-atomic -) -target_sources(cpp-messagebus-scheduler PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/scheduler/scheduler.cpp -) diff --git a/library/cpp/messagebus/scheduler/CMakeLists.txt b/library/cpp/messagebus/scheduler/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/messagebus/scheduler/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/messagebus/scheduler/CMakeLists.windows-x86_64.txt b/library/cpp/messagebus/scheduler/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 510bc01bd5a..00000000000 --- a/library/cpp/messagebus/scheduler/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(cpp-messagebus-scheduler) -target_link_libraries(cpp-messagebus-scheduler PUBLIC - contrib-libs-cxxsupp - yutil - cpp-threading-future - cpp-deprecated-atomic -) -target_sources(cpp-messagebus-scheduler PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/scheduler/scheduler.cpp -) diff --git a/library/cpp/messagebus/www/CMakeLists.darwin-x86_64.txt b/library/cpp/messagebus/www/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2d41aa33050..00000000000 --- a/library/cpp/messagebus/www/CMakeLists.darwin-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. - - -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(cpp-messagebus-www) -target_link_libraries(cpp-messagebus-www PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-resource - library-cpp-cgiparam - cpp-html-pcdata - cpp-http-fetch - cpp-http-server - cpp-json-writer - library-cpp-messagebus - cpp-messagebus-oldmodule - monlib-deprecated-json - library-cpp-uri -) -target_sources(cpp-messagebus-www PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/www/html_output.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/www/www.cpp -) - -add_global_library_for(cpp-messagebus-www.global cpp-messagebus-www) -target_link_libraries(cpp-messagebus-www.global PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-resource - library-cpp-cgiparam - cpp-html-pcdata - cpp-http-fetch - cpp-http-server - cpp-json-writer - library-cpp-messagebus - cpp-messagebus-oldmodule - monlib-deprecated-json - library-cpp-uri -) -target_sources(cpp-messagebus-www.global PRIVATE - ${CMAKE_BINARY_DIR}/library/cpp/messagebus/www/dd5bbfe173cb40020e73f3227e3ac73d.cpp -) -resources(cpp-messagebus-www.global - ${CMAKE_BINARY_DIR}/library/cpp/messagebus/www/dd5bbfe173cb40020e73f3227e3ac73d.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/www/messagebus.js - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/www/bus-ico.png - KEYS - /messagebus.js - /bus-ico.png -) diff --git a/library/cpp/messagebus/www/CMakeLists.linux-aarch64.txt b/library/cpp/messagebus/www/CMakeLists.linux-aarch64.txt deleted file mode 100644 index fdc6d5d131b..00000000000 --- a/library/cpp/messagebus/www/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(cpp-messagebus-www) -target_link_libraries(cpp-messagebus-www PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-resource - library-cpp-cgiparam - cpp-html-pcdata - cpp-http-fetch - cpp-http-server - cpp-json-writer - library-cpp-messagebus - cpp-messagebus-oldmodule - monlib-deprecated-json - library-cpp-uri -) -target_sources(cpp-messagebus-www PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/www/html_output.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/www/www.cpp -) - -add_global_library_for(cpp-messagebus-www.global cpp-messagebus-www) -target_link_libraries(cpp-messagebus-www.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-resource - library-cpp-cgiparam - cpp-html-pcdata - cpp-http-fetch - cpp-http-server - cpp-json-writer - library-cpp-messagebus - cpp-messagebus-oldmodule - monlib-deprecated-json - library-cpp-uri -) -target_sources(cpp-messagebus-www.global PRIVATE - ${CMAKE_BINARY_DIR}/library/cpp/messagebus/www/dd5bbfe173cb40020e73f3227e3ac73d.cpp -) -resources(cpp-messagebus-www.global - ${CMAKE_BINARY_DIR}/library/cpp/messagebus/www/dd5bbfe173cb40020e73f3227e3ac73d.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/www/messagebus.js - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/www/bus-ico.png - KEYS - /messagebus.js - /bus-ico.png -) diff --git a/library/cpp/messagebus/www/CMakeLists.linux-x86_64.txt b/library/cpp/messagebus/www/CMakeLists.linux-x86_64.txt deleted file mode 100644 index fdc6d5d131b..00000000000 --- a/library/cpp/messagebus/www/CMakeLists.linux-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. - - -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(cpp-messagebus-www) -target_link_libraries(cpp-messagebus-www PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-resource - library-cpp-cgiparam - cpp-html-pcdata - cpp-http-fetch - cpp-http-server - cpp-json-writer - library-cpp-messagebus - cpp-messagebus-oldmodule - monlib-deprecated-json - library-cpp-uri -) -target_sources(cpp-messagebus-www PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/www/html_output.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/www/www.cpp -) - -add_global_library_for(cpp-messagebus-www.global cpp-messagebus-www) -target_link_libraries(cpp-messagebus-www.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-resource - library-cpp-cgiparam - cpp-html-pcdata - cpp-http-fetch - cpp-http-server - cpp-json-writer - library-cpp-messagebus - cpp-messagebus-oldmodule - monlib-deprecated-json - library-cpp-uri -) -target_sources(cpp-messagebus-www.global PRIVATE - ${CMAKE_BINARY_DIR}/library/cpp/messagebus/www/dd5bbfe173cb40020e73f3227e3ac73d.cpp -) -resources(cpp-messagebus-www.global - ${CMAKE_BINARY_DIR}/library/cpp/messagebus/www/dd5bbfe173cb40020e73f3227e3ac73d.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/www/messagebus.js - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/www/bus-ico.png - KEYS - /messagebus.js - /bus-ico.png -) diff --git a/library/cpp/messagebus/www/CMakeLists.txt b/library/cpp/messagebus/www/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/messagebus/www/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/messagebus/www/CMakeLists.windows-x86_64.txt b/library/cpp/messagebus/www/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 2d41aa33050..00000000000 --- a/library/cpp/messagebus/www/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. - - -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(cpp-messagebus-www) -target_link_libraries(cpp-messagebus-www PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-resource - library-cpp-cgiparam - cpp-html-pcdata - cpp-http-fetch - cpp-http-server - cpp-json-writer - library-cpp-messagebus - cpp-messagebus-oldmodule - monlib-deprecated-json - library-cpp-uri -) -target_sources(cpp-messagebus-www PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/www/html_output.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/www/www.cpp -) - -add_global_library_for(cpp-messagebus-www.global cpp-messagebus-www) -target_link_libraries(cpp-messagebus-www.global PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-resource - library-cpp-cgiparam - cpp-html-pcdata - cpp-http-fetch - cpp-http-server - cpp-json-writer - library-cpp-messagebus - cpp-messagebus-oldmodule - monlib-deprecated-json - library-cpp-uri -) -target_sources(cpp-messagebus-www.global PRIVATE - ${CMAKE_BINARY_DIR}/library/cpp/messagebus/www/dd5bbfe173cb40020e73f3227e3ac73d.cpp -) -resources(cpp-messagebus-www.global - ${CMAKE_BINARY_DIR}/library/cpp/messagebus/www/dd5bbfe173cb40020e73f3227e3ac73d.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/www/messagebus.js - ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/www/bus-ico.png - KEYS - /messagebus.js - /bus-ico.png -) diff --git a/library/cpp/mime/CMakeLists.txt b/library/cpp/mime/CMakeLists.txt deleted file mode 100644 index c3cf229187d..00000000000 --- a/library/cpp/mime/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(types) diff --git a/library/cpp/mime/types/CMakeLists.darwin-x86_64.txt b/library/cpp/mime/types/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 8e4011a982a..00000000000 --- a/library/cpp/mime/types/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-mime-types) -target_link_libraries(cpp-mime-types PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime -) -target_sources(cpp-mime-types PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/mime/types/mime.cpp -) -generate_enum_serilization(cpp-mime-types - ${CMAKE_SOURCE_DIR}/library/cpp/mime/types/mime.h - INCLUDE_HEADERS - library/cpp/mime/types/mime.h -) diff --git a/library/cpp/mime/types/CMakeLists.linux-aarch64.txt b/library/cpp/mime/types/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 85364f75957..00000000000 --- a/library/cpp/mime/types/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-mime-types) -target_link_libraries(cpp-mime-types PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime -) -target_sources(cpp-mime-types PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/mime/types/mime.cpp -) -generate_enum_serilization(cpp-mime-types - ${CMAKE_SOURCE_DIR}/library/cpp/mime/types/mime.h - INCLUDE_HEADERS - library/cpp/mime/types/mime.h -) diff --git a/library/cpp/mime/types/CMakeLists.linux-x86_64.txt b/library/cpp/mime/types/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 85364f75957..00000000000 --- a/library/cpp/mime/types/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-mime-types) -target_link_libraries(cpp-mime-types PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime -) -target_sources(cpp-mime-types PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/mime/types/mime.cpp -) -generate_enum_serilization(cpp-mime-types - ${CMAKE_SOURCE_DIR}/library/cpp/mime/types/mime.h - INCLUDE_HEADERS - library/cpp/mime/types/mime.h -) diff --git a/library/cpp/mime/types/CMakeLists.txt b/library/cpp/mime/types/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/mime/types/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/mime/types/CMakeLists.windows-x86_64.txt b/library/cpp/mime/types/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 8e4011a982a..00000000000 --- a/library/cpp/mime/types/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-mime-types) -target_link_libraries(cpp-mime-types PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime -) -target_sources(cpp-mime-types PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/mime/types/mime.cpp -) -generate_enum_serilization(cpp-mime-types - ${CMAKE_SOURCE_DIR}/library/cpp/mime/types/mime.h - INCLUDE_HEADERS - library/cpp/mime/types/mime.h -) diff --git a/library/cpp/monlib/CMakeLists.txt b/library/cpp/monlib/CMakeLists.txt deleted file mode 100644 index b906603eeee..00000000000 --- a/library/cpp/monlib/CMakeLists.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_subdirectory(counters) -add_subdirectory(deprecated) -add_subdirectory(dynamic_counters) -add_subdirectory(encode) -add_subdirectory(exception) -add_subdirectory(messagebus) -add_subdirectory(metrics) -add_subdirectory(service) diff --git a/library/cpp/monlib/counters/CMakeLists.darwin-x86_64.txt b/library/cpp/monlib/counters/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index cd52b7838fe..00000000000 --- a/library/cpp/monlib/counters/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(cpp-monlib-counters) -target_link_libraries(cpp-monlib-counters PUBLIC - contrib-libs-cxxsupp - yutil - cpp-histogram-hdr - cpp-deprecated-atomic -) -target_sources(cpp-monlib-counters PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/counters/counters.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/counters/histogram.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/counters/meter.cpp -) diff --git a/library/cpp/monlib/counters/CMakeLists.linux-aarch64.txt b/library/cpp/monlib/counters/CMakeLists.linux-aarch64.txt deleted file mode 100644 index f4a4354422e..00000000000 --- a/library/cpp/monlib/counters/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(cpp-monlib-counters) -target_link_libraries(cpp-monlib-counters PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-histogram-hdr - cpp-deprecated-atomic -) -target_sources(cpp-monlib-counters PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/counters/counters.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/counters/histogram.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/counters/meter.cpp -) diff --git a/library/cpp/monlib/counters/CMakeLists.linux-x86_64.txt b/library/cpp/monlib/counters/CMakeLists.linux-x86_64.txt deleted file mode 100644 index f4a4354422e..00000000000 --- a/library/cpp/monlib/counters/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(cpp-monlib-counters) -target_link_libraries(cpp-monlib-counters PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-histogram-hdr - cpp-deprecated-atomic -) -target_sources(cpp-monlib-counters PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/counters/counters.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/counters/histogram.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/counters/meter.cpp -) diff --git a/library/cpp/monlib/counters/CMakeLists.txt b/library/cpp/monlib/counters/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/monlib/counters/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/monlib/counters/CMakeLists.windows-x86_64.txt b/library/cpp/monlib/counters/CMakeLists.windows-x86_64.txt deleted file mode 100644 index cd52b7838fe..00000000000 --- a/library/cpp/monlib/counters/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(cpp-monlib-counters) -target_link_libraries(cpp-monlib-counters PUBLIC - contrib-libs-cxxsupp - yutil - cpp-histogram-hdr - cpp-deprecated-atomic -) -target_sources(cpp-monlib-counters PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/counters/counters.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/counters/histogram.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/counters/meter.cpp -) diff --git a/library/cpp/monlib/deprecated/CMakeLists.txt b/library/cpp/monlib/deprecated/CMakeLists.txt deleted file mode 100644 index 26b87ae4712..00000000000 --- a/library/cpp/monlib/deprecated/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(json) diff --git a/library/cpp/monlib/deprecated/json/CMakeLists.darwin-x86_64.txt b/library/cpp/monlib/deprecated/json/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6bcb22f8ccb..00000000000 --- a/library/cpp/monlib/deprecated/json/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(monlib-deprecated-json) -target_link_libraries(monlib-deprecated-json PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-json -) -target_sources(monlib-deprecated-json PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/deprecated/json/writer.cpp -) diff --git a/library/cpp/monlib/deprecated/json/CMakeLists.linux-aarch64.txt b/library/cpp/monlib/deprecated/json/CMakeLists.linux-aarch64.txt deleted file mode 100644 index c7cb3720d3e..00000000000 --- a/library/cpp/monlib/deprecated/json/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(monlib-deprecated-json) -target_link_libraries(monlib-deprecated-json PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-json -) -target_sources(monlib-deprecated-json PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/deprecated/json/writer.cpp -) diff --git a/library/cpp/monlib/deprecated/json/CMakeLists.linux-x86_64.txt b/library/cpp/monlib/deprecated/json/CMakeLists.linux-x86_64.txt deleted file mode 100644 index c7cb3720d3e..00000000000 --- a/library/cpp/monlib/deprecated/json/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(monlib-deprecated-json) -target_link_libraries(monlib-deprecated-json PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-json -) -target_sources(monlib-deprecated-json PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/deprecated/json/writer.cpp -) diff --git a/library/cpp/monlib/deprecated/json/CMakeLists.txt b/library/cpp/monlib/deprecated/json/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/monlib/deprecated/json/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/monlib/deprecated/json/CMakeLists.windows-x86_64.txt b/library/cpp/monlib/deprecated/json/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 6bcb22f8ccb..00000000000 --- a/library/cpp/monlib/deprecated/json/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(monlib-deprecated-json) -target_link_libraries(monlib-deprecated-json PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-json -) -target_sources(monlib-deprecated-json PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/deprecated/json/writer.cpp -) diff --git a/library/cpp/monlib/dynamic_counters/CMakeLists.darwin-x86_64.txt b/library/cpp/monlib/dynamic_counters/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 35f39a552a8..00000000000 --- a/library/cpp/monlib/dynamic_counters/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_subdirectory(percentile) - -add_library(cpp-monlib-dynamic_counters) -target_link_libraries(cpp-monlib-dynamic_counters PUBLIC - contrib-libs-cxxsupp - yutil - cpp-containers-stack_vector - monlib-encode-json - monlib-encode-spack - monlib-encode-prometheus - monlib-service-pages - cpp-string_utils-quote - cpp-threading-light_rw_lock -) -target_sources(cpp-monlib-dynamic_counters PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/dynamic_counters/counters.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/dynamic_counters/encode.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/dynamic_counters/golovan_page.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/dynamic_counters/page.cpp -) diff --git a/library/cpp/monlib/dynamic_counters/CMakeLists.linux-aarch64.txt b/library/cpp/monlib/dynamic_counters/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 79ee1ffe0ba..00000000000 --- a/library/cpp/monlib/dynamic_counters/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_subdirectory(percentile) - -add_library(cpp-monlib-dynamic_counters) -target_link_libraries(cpp-monlib-dynamic_counters PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-containers-stack_vector - monlib-encode-json - monlib-encode-spack - monlib-encode-prometheus - monlib-service-pages - cpp-string_utils-quote - cpp-threading-light_rw_lock -) -target_sources(cpp-monlib-dynamic_counters PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/dynamic_counters/counters.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/dynamic_counters/encode.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/dynamic_counters/golovan_page.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/dynamic_counters/page.cpp -) diff --git a/library/cpp/monlib/dynamic_counters/CMakeLists.linux-x86_64.txt b/library/cpp/monlib/dynamic_counters/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 79ee1ffe0ba..00000000000 --- a/library/cpp/monlib/dynamic_counters/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_subdirectory(percentile) - -add_library(cpp-monlib-dynamic_counters) -target_link_libraries(cpp-monlib-dynamic_counters PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-containers-stack_vector - monlib-encode-json - monlib-encode-spack - monlib-encode-prometheus - monlib-service-pages - cpp-string_utils-quote - cpp-threading-light_rw_lock -) -target_sources(cpp-monlib-dynamic_counters PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/dynamic_counters/counters.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/dynamic_counters/encode.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/dynamic_counters/golovan_page.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/dynamic_counters/page.cpp -) diff --git a/library/cpp/monlib/dynamic_counters/CMakeLists.txt b/library/cpp/monlib/dynamic_counters/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/monlib/dynamic_counters/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/monlib/dynamic_counters/CMakeLists.windows-x86_64.txt b/library/cpp/monlib/dynamic_counters/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 35f39a552a8..00000000000 --- a/library/cpp/monlib/dynamic_counters/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_subdirectory(percentile) - -add_library(cpp-monlib-dynamic_counters) -target_link_libraries(cpp-monlib-dynamic_counters PUBLIC - contrib-libs-cxxsupp - yutil - cpp-containers-stack_vector - monlib-encode-json - monlib-encode-spack - monlib-encode-prometheus - monlib-service-pages - cpp-string_utils-quote - cpp-threading-light_rw_lock -) -target_sources(cpp-monlib-dynamic_counters PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/dynamic_counters/counters.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/dynamic_counters/encode.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/dynamic_counters/golovan_page.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/dynamic_counters/page.cpp -) diff --git a/library/cpp/monlib/dynamic_counters/percentile/CMakeLists.darwin-x86_64.txt b/library/cpp/monlib/dynamic_counters/percentile/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index fa99d9dc2f5..00000000000 --- a/library/cpp/monlib/dynamic_counters/percentile/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(monlib-dynamic_counters-percentile INTERFACE) -target_link_libraries(monlib-dynamic_counters-percentile INTERFACE - contrib-libs-cxxsupp - yutil - cpp-containers-stack_vector - cpp-monlib-dynamic_counters -) diff --git a/library/cpp/monlib/dynamic_counters/percentile/CMakeLists.linux-aarch64.txt b/library/cpp/monlib/dynamic_counters/percentile/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b6a771543e5..00000000000 --- a/library/cpp/monlib/dynamic_counters/percentile/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(monlib-dynamic_counters-percentile INTERFACE) -target_link_libraries(monlib-dynamic_counters-percentile INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-containers-stack_vector - cpp-monlib-dynamic_counters -) diff --git a/library/cpp/monlib/dynamic_counters/percentile/CMakeLists.linux-x86_64.txt b/library/cpp/monlib/dynamic_counters/percentile/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b6a771543e5..00000000000 --- a/library/cpp/monlib/dynamic_counters/percentile/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(monlib-dynamic_counters-percentile INTERFACE) -target_link_libraries(monlib-dynamic_counters-percentile INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-containers-stack_vector - cpp-monlib-dynamic_counters -) diff --git a/library/cpp/monlib/dynamic_counters/percentile/CMakeLists.txt b/library/cpp/monlib/dynamic_counters/percentile/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/monlib/dynamic_counters/percentile/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/monlib/dynamic_counters/percentile/CMakeLists.windows-x86_64.txt b/library/cpp/monlib/dynamic_counters/percentile/CMakeLists.windows-x86_64.txt deleted file mode 100644 index fa99d9dc2f5..00000000000 --- a/library/cpp/monlib/dynamic_counters/percentile/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(monlib-dynamic_counters-percentile INTERFACE) -target_link_libraries(monlib-dynamic_counters-percentile INTERFACE - contrib-libs-cxxsupp - yutil - cpp-containers-stack_vector - cpp-monlib-dynamic_counters -) diff --git a/library/cpp/monlib/encode/CMakeLists.darwin-x86_64.txt b/library/cpp/monlib/encode/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a74b6d023d0..00000000000 --- a/library/cpp/monlib/encode/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_subdirectory(buffered) -add_subdirectory(json) -add_subdirectory(legacy_protobuf) -add_subdirectory(prometheus) -add_subdirectory(spack) -add_subdirectory(text) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-monlib-encode) -target_link_libraries(cpp-monlib-encode PUBLIC - contrib-libs-cxxsupp - yutil - cpp-monlib-metrics - tools-enum_parser-enum_serialization_runtime -) -target_sources(cpp-monlib-encode PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/encoder.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/encoder_state.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/format.cpp -) -generate_enum_serilization(cpp-monlib-encode - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/encoder_state_enum.h - GEN_HEADER - ${CMAKE_BINARY_DIR}/library/cpp/monlib/encode/encoder_state_enum.h_serialized.h - INCLUDE_HEADERS - library/cpp/monlib/encode/encoder_state_enum.h -) diff --git a/library/cpp/monlib/encode/CMakeLists.linux-aarch64.txt b/library/cpp/monlib/encode/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 6c319f9b687..00000000000 --- a/library/cpp/monlib/encode/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_subdirectory(buffered) -add_subdirectory(json) -add_subdirectory(legacy_protobuf) -add_subdirectory(prometheus) -add_subdirectory(spack) -add_subdirectory(text) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-monlib-encode) -target_link_libraries(cpp-monlib-encode PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-monlib-metrics - tools-enum_parser-enum_serialization_runtime -) -target_sources(cpp-monlib-encode PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/encoder.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/encoder_state.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/format.cpp -) -generate_enum_serilization(cpp-monlib-encode - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/encoder_state_enum.h - GEN_HEADER - ${CMAKE_BINARY_DIR}/library/cpp/monlib/encode/encoder_state_enum.h_serialized.h - INCLUDE_HEADERS - library/cpp/monlib/encode/encoder_state_enum.h -) diff --git a/library/cpp/monlib/encode/CMakeLists.linux-x86_64.txt b/library/cpp/monlib/encode/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 6c319f9b687..00000000000 --- a/library/cpp/monlib/encode/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_subdirectory(buffered) -add_subdirectory(json) -add_subdirectory(legacy_protobuf) -add_subdirectory(prometheus) -add_subdirectory(spack) -add_subdirectory(text) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-monlib-encode) -target_link_libraries(cpp-monlib-encode PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-monlib-metrics - tools-enum_parser-enum_serialization_runtime -) -target_sources(cpp-monlib-encode PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/encoder.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/encoder_state.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/format.cpp -) -generate_enum_serilization(cpp-monlib-encode - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/encoder_state_enum.h - GEN_HEADER - ${CMAKE_BINARY_DIR}/library/cpp/monlib/encode/encoder_state_enum.h_serialized.h - INCLUDE_HEADERS - library/cpp/monlib/encode/encoder_state_enum.h -) diff --git a/library/cpp/monlib/encode/CMakeLists.txt b/library/cpp/monlib/encode/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/monlib/encode/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/monlib/encode/CMakeLists.windows-x86_64.txt b/library/cpp/monlib/encode/CMakeLists.windows-x86_64.txt deleted file mode 100644 index a74b6d023d0..00000000000 --- a/library/cpp/monlib/encode/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_subdirectory(buffered) -add_subdirectory(json) -add_subdirectory(legacy_protobuf) -add_subdirectory(prometheus) -add_subdirectory(spack) -add_subdirectory(text) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-monlib-encode) -target_link_libraries(cpp-monlib-encode PUBLIC - contrib-libs-cxxsupp - yutil - cpp-monlib-metrics - tools-enum_parser-enum_serialization_runtime -) -target_sources(cpp-monlib-encode PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/encoder.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/encoder_state.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/format.cpp -) -generate_enum_serilization(cpp-monlib-encode - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/encoder_state_enum.h - GEN_HEADER - ${CMAKE_BINARY_DIR}/library/cpp/monlib/encode/encoder_state_enum.h_serialized.h - INCLUDE_HEADERS - library/cpp/monlib/encode/encoder_state_enum.h -) diff --git a/library/cpp/monlib/encode/buffered/CMakeLists.darwin-x86_64.txt b/library/cpp/monlib/encode/buffered/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index e867afbb8c2..00000000000 --- a/library/cpp/monlib/encode/buffered/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(monlib-encode-buffered) -target_link_libraries(monlib-encode-buffered PUBLIC - contrib-libs-cxxsupp - yutil - cpp-monlib-encode - cpp-monlib-metrics -) -target_sources(monlib-encode-buffered PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/buffered/buffered_encoder_base.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/buffered/string_pool.cpp -) diff --git a/library/cpp/monlib/encode/buffered/CMakeLists.linux-aarch64.txt b/library/cpp/monlib/encode/buffered/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 211beb8b275..00000000000 --- a/library/cpp/monlib/encode/buffered/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(monlib-encode-buffered) -target_link_libraries(monlib-encode-buffered PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-monlib-encode - cpp-monlib-metrics -) -target_sources(monlib-encode-buffered PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/buffered/buffered_encoder_base.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/buffered/string_pool.cpp -) diff --git a/library/cpp/monlib/encode/buffered/CMakeLists.linux-x86_64.txt b/library/cpp/monlib/encode/buffered/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 211beb8b275..00000000000 --- a/library/cpp/monlib/encode/buffered/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(monlib-encode-buffered) -target_link_libraries(monlib-encode-buffered PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-monlib-encode - cpp-monlib-metrics -) -target_sources(monlib-encode-buffered PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/buffered/buffered_encoder_base.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/buffered/string_pool.cpp -) diff --git a/library/cpp/monlib/encode/buffered/CMakeLists.txt b/library/cpp/monlib/encode/buffered/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/monlib/encode/buffered/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/monlib/encode/buffered/CMakeLists.windows-x86_64.txt b/library/cpp/monlib/encode/buffered/CMakeLists.windows-x86_64.txt deleted file mode 100644 index e867afbb8c2..00000000000 --- a/library/cpp/monlib/encode/buffered/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(monlib-encode-buffered) -target_link_libraries(monlib-encode-buffered PUBLIC - contrib-libs-cxxsupp - yutil - cpp-monlib-encode - cpp-monlib-metrics -) -target_sources(monlib-encode-buffered PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/buffered/buffered_encoder_base.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/buffered/string_pool.cpp -) diff --git a/library/cpp/monlib/encode/json/CMakeLists.darwin-x86_64.txt b/library/cpp/monlib/encode/json/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 55a0abe1c30..00000000000 --- a/library/cpp/monlib/encode/json/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(monlib-encode-json) -target_link_libraries(monlib-encode-json PUBLIC - contrib-libs-cxxsupp - yutil - cpp-monlib-encode - monlib-encode-buffered - cpp-monlib-exception - library-cpp-json - cpp-json-writer -) -target_sources(monlib-encode-json PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/json/json_decoder.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/json/json_encoder.cpp -) diff --git a/library/cpp/monlib/encode/json/CMakeLists.linux-aarch64.txt b/library/cpp/monlib/encode/json/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 6086064a853..00000000000 --- a/library/cpp/monlib/encode/json/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(monlib-encode-json) -target_link_libraries(monlib-encode-json PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-monlib-encode - monlib-encode-buffered - cpp-monlib-exception - library-cpp-json - cpp-json-writer -) -target_sources(monlib-encode-json PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/json/json_decoder.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/json/json_encoder.cpp -) diff --git a/library/cpp/monlib/encode/json/CMakeLists.linux-x86_64.txt b/library/cpp/monlib/encode/json/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 6086064a853..00000000000 --- a/library/cpp/monlib/encode/json/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(monlib-encode-json) -target_link_libraries(monlib-encode-json PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-monlib-encode - monlib-encode-buffered - cpp-monlib-exception - library-cpp-json - cpp-json-writer -) -target_sources(monlib-encode-json PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/json/json_decoder.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/json/json_encoder.cpp -) diff --git a/library/cpp/monlib/encode/json/CMakeLists.txt b/library/cpp/monlib/encode/json/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/monlib/encode/json/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/monlib/encode/json/CMakeLists.windows-x86_64.txt b/library/cpp/monlib/encode/json/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 55a0abe1c30..00000000000 --- a/library/cpp/monlib/encode/json/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(monlib-encode-json) -target_link_libraries(monlib-encode-json PUBLIC - contrib-libs-cxxsupp - yutil - cpp-monlib-encode - monlib-encode-buffered - cpp-monlib-exception - library-cpp-json - cpp-json-writer -) -target_sources(monlib-encode-json PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/json/json_decoder.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/json/json_encoder.cpp -) diff --git a/library/cpp/monlib/encode/legacy_protobuf/CMakeLists.txt b/library/cpp/monlib/encode/legacy_protobuf/CMakeLists.txt deleted file mode 100644 index 6d580ae9adc..00000000000 --- a/library/cpp/monlib/encode/legacy_protobuf/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(protos) diff --git a/library/cpp/monlib/encode/legacy_protobuf/protos/CMakeLists.darwin-x86_64.txt b/library/cpp/monlib/encode/legacy_protobuf/protos/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index bce491e67e5..00000000000 --- a/library/cpp/monlib/encode/legacy_protobuf/protos/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(encode-legacy_protobuf-protos) -target_link_libraries(encode-legacy_protobuf-protos PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(encode-legacy_protobuf-protos PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/legacy_protobuf/protos/metric_meta.proto -) -target_proto_addincls(encode-legacy_protobuf-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(encode-legacy_protobuf-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/library/cpp/monlib/encode/legacy_protobuf/protos/CMakeLists.linux-aarch64.txt b/library/cpp/monlib/encode/legacy_protobuf/protos/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a86da32e117..00000000000 --- a/library/cpp/monlib/encode/legacy_protobuf/protos/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(encode-legacy_protobuf-protos) -target_link_libraries(encode-legacy_protobuf-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(encode-legacy_protobuf-protos PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/legacy_protobuf/protos/metric_meta.proto -) -target_proto_addincls(encode-legacy_protobuf-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(encode-legacy_protobuf-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/library/cpp/monlib/encode/legacy_protobuf/protos/CMakeLists.linux-x86_64.txt b/library/cpp/monlib/encode/legacy_protobuf/protos/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a86da32e117..00000000000 --- a/library/cpp/monlib/encode/legacy_protobuf/protos/CMakeLists.linux-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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(encode-legacy_protobuf-protos) -target_link_libraries(encode-legacy_protobuf-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(encode-legacy_protobuf-protos PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/legacy_protobuf/protos/metric_meta.proto -) -target_proto_addincls(encode-legacy_protobuf-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(encode-legacy_protobuf-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/library/cpp/monlib/encode/legacy_protobuf/protos/CMakeLists.txt b/library/cpp/monlib/encode/legacy_protobuf/protos/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/monlib/encode/legacy_protobuf/protos/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/monlib/encode/legacy_protobuf/protos/CMakeLists.windows-x86_64.txt b/library/cpp/monlib/encode/legacy_protobuf/protos/CMakeLists.windows-x86_64.txt deleted file mode 100644 index bce491e67e5..00000000000 --- a/library/cpp/monlib/encode/legacy_protobuf/protos/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(encode-legacy_protobuf-protos) -target_link_libraries(encode-legacy_protobuf-protos PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(encode-legacy_protobuf-protos PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/legacy_protobuf/protos/metric_meta.proto -) -target_proto_addincls(encode-legacy_protobuf-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(encode-legacy_protobuf-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/library/cpp/monlib/encode/prometheus/CMakeLists.darwin-x86_64.txt b/library/cpp/monlib/encode/prometheus/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2db649e6936..00000000000 --- a/library/cpp/monlib/encode/prometheus/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(monlib-encode-prometheus) -target_link_libraries(monlib-encode-prometheus PUBLIC - contrib-libs-cxxsupp - yutil - cpp-monlib-encode - monlib-encode-buffered -) -target_sources(monlib-encode-prometheus PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/prometheus/prometheus_decoder.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/prometheus/prometheus_encoder.cpp -) diff --git a/library/cpp/monlib/encode/prometheus/CMakeLists.linux-aarch64.txt b/library/cpp/monlib/encode/prometheus/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 7c76369bd97..00000000000 --- a/library/cpp/monlib/encode/prometheus/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(monlib-encode-prometheus) -target_link_libraries(monlib-encode-prometheus PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-monlib-encode - monlib-encode-buffered -) -target_sources(monlib-encode-prometheus PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/prometheus/prometheus_decoder.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/prometheus/prometheus_encoder.cpp -) diff --git a/library/cpp/monlib/encode/prometheus/CMakeLists.linux-x86_64.txt b/library/cpp/monlib/encode/prometheus/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 7c76369bd97..00000000000 --- a/library/cpp/monlib/encode/prometheus/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(monlib-encode-prometheus) -target_link_libraries(monlib-encode-prometheus PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-monlib-encode - monlib-encode-buffered -) -target_sources(monlib-encode-prometheus PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/prometheus/prometheus_decoder.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/prometheus/prometheus_encoder.cpp -) diff --git a/library/cpp/monlib/encode/prometheus/CMakeLists.txt b/library/cpp/monlib/encode/prometheus/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/monlib/encode/prometheus/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/monlib/encode/prometheus/CMakeLists.windows-x86_64.txt b/library/cpp/monlib/encode/prometheus/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 2db649e6936..00000000000 --- a/library/cpp/monlib/encode/prometheus/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(monlib-encode-prometheus) -target_link_libraries(monlib-encode-prometheus PUBLIC - contrib-libs-cxxsupp - yutil - cpp-monlib-encode - monlib-encode-buffered -) -target_sources(monlib-encode-prometheus PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/prometheus/prometheus_decoder.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/prometheus/prometheus_encoder.cpp -) diff --git a/library/cpp/monlib/encode/spack/CMakeLists.darwin-x86_64.txt b/library/cpp/monlib/encode/spack/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c8a1e929e19..00000000000 --- a/library/cpp/monlib/encode/spack/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(monlib-encode-spack) -target_link_libraries(monlib-encode-spack PUBLIC - contrib-libs-cxxsupp - yutil - monlib-encode-buffered - cpp-monlib-exception - contrib-libs-lz4 - contrib-libs-xxhash - contrib-libs-zlib - contrib-libs-zstd -) -target_sources(monlib-encode-spack PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/spack/spack_v1_decoder.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/spack/spack_v1_encoder.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/spack/varint.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/spack/compression.cpp -) diff --git a/library/cpp/monlib/encode/spack/CMakeLists.linux-aarch64.txt b/library/cpp/monlib/encode/spack/CMakeLists.linux-aarch64.txt deleted file mode 100644 index bc47de953d8..00000000000 --- a/library/cpp/monlib/encode/spack/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(monlib-encode-spack) -target_link_libraries(monlib-encode-spack PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - monlib-encode-buffered - cpp-monlib-exception - contrib-libs-lz4 - contrib-libs-xxhash - contrib-libs-zlib - contrib-libs-zstd -) -target_sources(monlib-encode-spack PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/spack/spack_v1_decoder.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/spack/spack_v1_encoder.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/spack/varint.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/spack/compression.cpp -) diff --git a/library/cpp/monlib/encode/spack/CMakeLists.linux-x86_64.txt b/library/cpp/monlib/encode/spack/CMakeLists.linux-x86_64.txt deleted file mode 100644 index bc47de953d8..00000000000 --- a/library/cpp/monlib/encode/spack/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(monlib-encode-spack) -target_link_libraries(monlib-encode-spack PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - monlib-encode-buffered - cpp-monlib-exception - contrib-libs-lz4 - contrib-libs-xxhash - contrib-libs-zlib - contrib-libs-zstd -) -target_sources(monlib-encode-spack PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/spack/spack_v1_decoder.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/spack/spack_v1_encoder.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/spack/varint.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/spack/compression.cpp -) diff --git a/library/cpp/monlib/encode/spack/CMakeLists.txt b/library/cpp/monlib/encode/spack/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/monlib/encode/spack/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/monlib/encode/spack/CMakeLists.windows-x86_64.txt b/library/cpp/monlib/encode/spack/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c8a1e929e19..00000000000 --- a/library/cpp/monlib/encode/spack/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(monlib-encode-spack) -target_link_libraries(monlib-encode-spack PUBLIC - contrib-libs-cxxsupp - yutil - monlib-encode-buffered - cpp-monlib-exception - contrib-libs-lz4 - contrib-libs-xxhash - contrib-libs-zlib - contrib-libs-zstd -) -target_sources(monlib-encode-spack PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/spack/spack_v1_decoder.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/spack/spack_v1_encoder.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/spack/varint.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/spack/compression.cpp -) diff --git a/library/cpp/monlib/encode/text/CMakeLists.darwin-x86_64.txt b/library/cpp/monlib/encode/text/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 58143a2371f..00000000000 --- a/library/cpp/monlib/encode/text/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(monlib-encode-text) -target_link_libraries(monlib-encode-text PUBLIC - contrib-libs-cxxsupp - yutil - cpp-monlib-encode -) -target_sources(monlib-encode-text PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/text/text_encoder.cpp -) diff --git a/library/cpp/monlib/encode/text/CMakeLists.linux-aarch64.txt b/library/cpp/monlib/encode/text/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 3089820d80e..00000000000 --- a/library/cpp/monlib/encode/text/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(monlib-encode-text) -target_link_libraries(monlib-encode-text PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-monlib-encode -) -target_sources(monlib-encode-text PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/text/text_encoder.cpp -) diff --git a/library/cpp/monlib/encode/text/CMakeLists.linux-x86_64.txt b/library/cpp/monlib/encode/text/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 3089820d80e..00000000000 --- a/library/cpp/monlib/encode/text/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(monlib-encode-text) -target_link_libraries(monlib-encode-text PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-monlib-encode -) -target_sources(monlib-encode-text PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/text/text_encoder.cpp -) diff --git a/library/cpp/monlib/encode/text/CMakeLists.txt b/library/cpp/monlib/encode/text/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/monlib/encode/text/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/monlib/encode/text/CMakeLists.windows-x86_64.txt b/library/cpp/monlib/encode/text/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 58143a2371f..00000000000 --- a/library/cpp/monlib/encode/text/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(monlib-encode-text) -target_link_libraries(monlib-encode-text PUBLIC - contrib-libs-cxxsupp - yutil - cpp-monlib-encode -) -target_sources(monlib-encode-text PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/text/text_encoder.cpp -) diff --git a/library/cpp/monlib/exception/CMakeLists.darwin-x86_64.txt b/library/cpp/monlib/exception/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 94cb28420f4..00000000000 --- a/library/cpp/monlib/exception/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(cpp-monlib-exception) -target_link_libraries(cpp-monlib-exception PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-monlib-exception PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/exception/exception.cpp -) diff --git a/library/cpp/monlib/exception/CMakeLists.linux-aarch64.txt b/library/cpp/monlib/exception/CMakeLists.linux-aarch64.txt deleted file mode 100644 index f1bd66c0dab..00000000000 --- a/library/cpp/monlib/exception/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(cpp-monlib-exception) -target_link_libraries(cpp-monlib-exception PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-monlib-exception PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/exception/exception.cpp -) diff --git a/library/cpp/monlib/exception/CMakeLists.linux-x86_64.txt b/library/cpp/monlib/exception/CMakeLists.linux-x86_64.txt deleted file mode 100644 index f1bd66c0dab..00000000000 --- a/library/cpp/monlib/exception/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(cpp-monlib-exception) -target_link_libraries(cpp-monlib-exception PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-monlib-exception PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/exception/exception.cpp -) diff --git a/library/cpp/monlib/exception/CMakeLists.txt b/library/cpp/monlib/exception/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/monlib/exception/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/monlib/exception/CMakeLists.windows-x86_64.txt b/library/cpp/monlib/exception/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 94cb28420f4..00000000000 --- a/library/cpp/monlib/exception/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(cpp-monlib-exception) -target_link_libraries(cpp-monlib-exception PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-monlib-exception PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/exception/exception.cpp -) diff --git a/library/cpp/monlib/messagebus/CMakeLists.darwin-x86_64.txt b/library/cpp/monlib/messagebus/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index cae48e0a839..00000000000 --- a/library/cpp/monlib/messagebus/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(cpp-monlib-messagebus) -target_link_libraries(cpp-monlib-messagebus PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-messagebus - cpp-messagebus-www - cpp-monlib-dynamic_counters -) -target_sources(cpp-monlib-messagebus PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/messagebus/mon_messagebus.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/messagebus/mon_service_messagebus.cpp -) diff --git a/library/cpp/monlib/messagebus/CMakeLists.linux-aarch64.txt b/library/cpp/monlib/messagebus/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 98f2b23c778..00000000000 --- a/library/cpp/monlib/messagebus/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(cpp-monlib-messagebus) -target_link_libraries(cpp-monlib-messagebus PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-messagebus - cpp-messagebus-www - cpp-monlib-dynamic_counters -) -target_sources(cpp-monlib-messagebus PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/messagebus/mon_messagebus.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/messagebus/mon_service_messagebus.cpp -) diff --git a/library/cpp/monlib/messagebus/CMakeLists.linux-x86_64.txt b/library/cpp/monlib/messagebus/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 98f2b23c778..00000000000 --- a/library/cpp/monlib/messagebus/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(cpp-monlib-messagebus) -target_link_libraries(cpp-monlib-messagebus PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-messagebus - cpp-messagebus-www - cpp-monlib-dynamic_counters -) -target_sources(cpp-monlib-messagebus PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/messagebus/mon_messagebus.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/messagebus/mon_service_messagebus.cpp -) diff --git a/library/cpp/monlib/messagebus/CMakeLists.txt b/library/cpp/monlib/messagebus/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/monlib/messagebus/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/monlib/messagebus/CMakeLists.windows-x86_64.txt b/library/cpp/monlib/messagebus/CMakeLists.windows-x86_64.txt deleted file mode 100644 index cae48e0a839..00000000000 --- a/library/cpp/monlib/messagebus/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(cpp-monlib-messagebus) -target_link_libraries(cpp-monlib-messagebus PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-messagebus - cpp-messagebus-www - cpp-monlib-dynamic_counters -) -target_sources(cpp-monlib-messagebus PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/messagebus/mon_messagebus.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/messagebus/mon_service_messagebus.cpp -) diff --git a/library/cpp/monlib/metrics/CMakeLists.darwin-x86_64.txt b/library/cpp/monlib/metrics/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 052ed067e17..00000000000 --- a/library/cpp/monlib/metrics/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-monlib-metrics) -target_link_libraries(cpp-monlib-metrics PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime -) -target_sources(cpp-monlib-metrics PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/metrics/ewma.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/metrics/fake.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/metrics/histogram_collector_explicit.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/metrics/histogram_collector_exponential.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/metrics/histogram_collector_linear.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/metrics/histogram_snapshot.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/metrics/log_histogram_snapshot.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/metrics/labels.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/metrics/metric_registry.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/metrics/metric_consumer.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/metrics/metric_type.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/metrics/metric_value.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/metrics/summary_collector.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/metrics/summary_snapshot.cpp -) -generate_enum_serilization(cpp-monlib-metrics - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/metrics/metric_value_type.h - GEN_HEADER - ${CMAKE_BINARY_DIR}/library/cpp/monlib/metrics/metric_value_type.h_serialized.h - INCLUDE_HEADERS - library/cpp/monlib/metrics/metric_value_type.h -) diff --git a/library/cpp/monlib/metrics/CMakeLists.linux-aarch64.txt b/library/cpp/monlib/metrics/CMakeLists.linux-aarch64.txt deleted file mode 100644 index eb18b40c189..00000000000 --- a/library/cpp/monlib/metrics/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-monlib-metrics) -target_link_libraries(cpp-monlib-metrics PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime -) -target_sources(cpp-monlib-metrics PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/metrics/ewma.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/metrics/fake.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/metrics/histogram_collector_explicit.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/metrics/histogram_collector_exponential.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/metrics/histogram_collector_linear.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/metrics/histogram_snapshot.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/metrics/log_histogram_snapshot.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/metrics/labels.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/metrics/metric_registry.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/metrics/metric_consumer.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/metrics/metric_type.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/metrics/metric_value.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/metrics/summary_collector.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/metrics/summary_snapshot.cpp -) -generate_enum_serilization(cpp-monlib-metrics - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/metrics/metric_value_type.h - GEN_HEADER - ${CMAKE_BINARY_DIR}/library/cpp/monlib/metrics/metric_value_type.h_serialized.h - INCLUDE_HEADERS - library/cpp/monlib/metrics/metric_value_type.h -) diff --git a/library/cpp/monlib/metrics/CMakeLists.linux-x86_64.txt b/library/cpp/monlib/metrics/CMakeLists.linux-x86_64.txt deleted file mode 100644 index eb18b40c189..00000000000 --- a/library/cpp/monlib/metrics/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-monlib-metrics) -target_link_libraries(cpp-monlib-metrics PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime -) -target_sources(cpp-monlib-metrics PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/metrics/ewma.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/metrics/fake.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/metrics/histogram_collector_explicit.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/metrics/histogram_collector_exponential.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/metrics/histogram_collector_linear.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/metrics/histogram_snapshot.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/metrics/log_histogram_snapshot.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/metrics/labels.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/metrics/metric_registry.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/metrics/metric_consumer.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/metrics/metric_type.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/metrics/metric_value.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/metrics/summary_collector.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/metrics/summary_snapshot.cpp -) -generate_enum_serilization(cpp-monlib-metrics - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/metrics/metric_value_type.h - GEN_HEADER - ${CMAKE_BINARY_DIR}/library/cpp/monlib/metrics/metric_value_type.h_serialized.h - INCLUDE_HEADERS - library/cpp/monlib/metrics/metric_value_type.h -) diff --git a/library/cpp/monlib/metrics/CMakeLists.txt b/library/cpp/monlib/metrics/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/monlib/metrics/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/monlib/metrics/CMakeLists.windows-x86_64.txt b/library/cpp/monlib/metrics/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 052ed067e17..00000000000 --- a/library/cpp/monlib/metrics/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-monlib-metrics) -target_link_libraries(cpp-monlib-metrics PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime -) -target_sources(cpp-monlib-metrics PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/metrics/ewma.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/metrics/fake.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/metrics/histogram_collector_explicit.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/metrics/histogram_collector_exponential.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/metrics/histogram_collector_linear.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/metrics/histogram_snapshot.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/metrics/log_histogram_snapshot.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/metrics/labels.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/metrics/metric_registry.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/metrics/metric_consumer.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/metrics/metric_type.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/metrics/metric_value.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/metrics/summary_collector.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/metrics/summary_snapshot.cpp -) -generate_enum_serilization(cpp-monlib-metrics - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/metrics/metric_value_type.h - GEN_HEADER - ${CMAKE_BINARY_DIR}/library/cpp/monlib/metrics/metric_value_type.h_serialized.h - INCLUDE_HEADERS - library/cpp/monlib/metrics/metric_value_type.h -) diff --git a/library/cpp/monlib/service/CMakeLists.darwin-x86_64.txt b/library/cpp/monlib/service/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 48ffa45b49b..00000000000 --- a/library/cpp/monlib/service/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_subdirectory(pages) - -add_library(cpp-monlib-service) -target_link_libraries(cpp-monlib-service PUBLIC - contrib-libs-cxxsupp - yutil - cpp-string_utils-base64 - contrib-libs-protobuf - cpp-coroutine-engine - cpp-coroutine-listener - cpp-http-fetch - cpp-http-server - cpp-http-io - library-cpp-logger - cpp-malloc-api - library-cpp-svnversion - library-cpp-uri - library-cpp-cgiparam -) -target_sources(cpp-monlib-service PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/monservice.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/mon_service_http_request.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/service.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/format.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/auth.cpp -) diff --git a/library/cpp/monlib/service/CMakeLists.linux-aarch64.txt b/library/cpp/monlib/service/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 22d00e4e17e..00000000000 --- a/library/cpp/monlib/service/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_subdirectory(pages) - -add_library(cpp-monlib-service) -target_link_libraries(cpp-monlib-service PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-string_utils-base64 - contrib-libs-protobuf - cpp-coroutine-engine - cpp-coroutine-listener - cpp-http-fetch - cpp-http-server - cpp-http-io - library-cpp-logger - cpp-malloc-api - library-cpp-svnversion - library-cpp-uri - library-cpp-cgiparam -) -target_sources(cpp-monlib-service PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/monservice.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/mon_service_http_request.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/service.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/format.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/auth.cpp -) diff --git a/library/cpp/monlib/service/CMakeLists.linux-x86_64.txt b/library/cpp/monlib/service/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 22d00e4e17e..00000000000 --- a/library/cpp/monlib/service/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_subdirectory(pages) - -add_library(cpp-monlib-service) -target_link_libraries(cpp-monlib-service PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-string_utils-base64 - contrib-libs-protobuf - cpp-coroutine-engine - cpp-coroutine-listener - cpp-http-fetch - cpp-http-server - cpp-http-io - library-cpp-logger - cpp-malloc-api - library-cpp-svnversion - library-cpp-uri - library-cpp-cgiparam -) -target_sources(cpp-monlib-service PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/monservice.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/mon_service_http_request.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/service.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/format.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/auth.cpp -) diff --git a/library/cpp/monlib/service/CMakeLists.txt b/library/cpp/monlib/service/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/monlib/service/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/monlib/service/CMakeLists.windows-x86_64.txt b/library/cpp/monlib/service/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 48ffa45b49b..00000000000 --- a/library/cpp/monlib/service/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_subdirectory(pages) - -add_library(cpp-monlib-service) -target_link_libraries(cpp-monlib-service PUBLIC - contrib-libs-cxxsupp - yutil - cpp-string_utils-base64 - contrib-libs-protobuf - cpp-coroutine-engine - cpp-coroutine-listener - cpp-http-fetch - cpp-http-server - cpp-http-io - library-cpp-logger - cpp-malloc-api - library-cpp-svnversion - library-cpp-uri - library-cpp-cgiparam -) -target_sources(cpp-monlib-service PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/monservice.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/mon_service_http_request.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/service.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/format.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/auth.cpp -) diff --git a/library/cpp/monlib/service/pages/CMakeLists.darwin-x86_64.txt b/library/cpp/monlib/service/pages/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index bc19458fc60..00000000000 --- a/library/cpp/monlib/service/pages/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_subdirectory(resources) -add_subdirectory(tablesorter) - -add_library(monlib-service-pages) -target_link_libraries(monlib-service-pages PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-build_info - cpp-malloc-api - library-cpp-svnversion - library-cpp-resource - cpp-monlib-service - monlib-encode-json - monlib-encode-text - monlib-encode-spack - monlib-encode-prometheus -) -target_sources(monlib-service-pages PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/diag_mon_page.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/html_mon_page.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/index_mon_page.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/mon_page.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/pre_mon_page.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/resource_mon_page.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/templates.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/version_mon_page.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/registry_mon_page.cpp -) diff --git a/library/cpp/monlib/service/pages/CMakeLists.linux-aarch64.txt b/library/cpp/monlib/service/pages/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 5628c3320ca..00000000000 --- a/library/cpp/monlib/service/pages/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_subdirectory(resources) -add_subdirectory(tablesorter) - -add_library(monlib-service-pages) -target_link_libraries(monlib-service-pages PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-build_info - cpp-malloc-api - library-cpp-svnversion - library-cpp-resource - cpp-monlib-service - monlib-encode-json - monlib-encode-text - monlib-encode-spack - monlib-encode-prometheus -) -target_sources(monlib-service-pages PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/diag_mon_page.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/html_mon_page.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/index_mon_page.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/mon_page.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/pre_mon_page.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/resource_mon_page.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/templates.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/version_mon_page.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/registry_mon_page.cpp -) diff --git a/library/cpp/monlib/service/pages/CMakeLists.linux-x86_64.txt b/library/cpp/monlib/service/pages/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 5628c3320ca..00000000000 --- a/library/cpp/monlib/service/pages/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_subdirectory(resources) -add_subdirectory(tablesorter) - -add_library(monlib-service-pages) -target_link_libraries(monlib-service-pages PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-build_info - cpp-malloc-api - library-cpp-svnversion - library-cpp-resource - cpp-monlib-service - monlib-encode-json - monlib-encode-text - monlib-encode-spack - monlib-encode-prometheus -) -target_sources(monlib-service-pages PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/diag_mon_page.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/html_mon_page.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/index_mon_page.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/mon_page.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/pre_mon_page.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/resource_mon_page.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/templates.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/version_mon_page.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/registry_mon_page.cpp -) diff --git a/library/cpp/monlib/service/pages/CMakeLists.txt b/library/cpp/monlib/service/pages/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/monlib/service/pages/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/monlib/service/pages/CMakeLists.windows-x86_64.txt b/library/cpp/monlib/service/pages/CMakeLists.windows-x86_64.txt deleted file mode 100644 index bc19458fc60..00000000000 --- a/library/cpp/monlib/service/pages/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_subdirectory(resources) -add_subdirectory(tablesorter) - -add_library(monlib-service-pages) -target_link_libraries(monlib-service-pages PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-build_info - cpp-malloc-api - library-cpp-svnversion - library-cpp-resource - cpp-monlib-service - monlib-encode-json - monlib-encode-text - monlib-encode-spack - monlib-encode-prometheus -) -target_sources(monlib-service-pages PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/diag_mon_page.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/html_mon_page.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/index_mon_page.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/mon_page.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/pre_mon_page.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/resource_mon_page.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/templates.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/version_mon_page.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/registry_mon_page.cpp -) diff --git a/library/cpp/monlib/service/pages/resources/CMakeLists.darwin-x86_64.txt b/library/cpp/monlib/service/pages/resources/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index f74d5e30a39..00000000000 --- a/library/cpp/monlib/service/pages/resources/CMakeLists.darwin-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. - - -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(service-pages-resources INTERFACE) -target_link_libraries(service-pages-resources INTERFACE - contrib-libs-cxxsupp - yutil - library-cpp-resource - cpp-monlib-dynamic_counters -) - -add_global_library_for(service-pages-resources.global service-pages-resources) -target_link_libraries(service-pages-resources.global PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-resource - cpp-monlib-dynamic_counters -) -target_sources(service-pages-resources.global PRIVATE - ${CMAKE_BINARY_DIR}/library/cpp/monlib/service/pages/resources/ff1cb2429e1fce561e9b0ed0d5522c37.cpp -) -resources(service-pages-resources.global - ${CMAKE_BINARY_DIR}/library/cpp/monlib/service/pages/resources/ff1cb2429e1fce561e9b0ed0d5522c37.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/resources/static/css/bootstrap.min.css - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/resources/static/fonts/glyphicons-halflings-regular.eot - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/resources/static/fonts/glyphicons-halflings-regular.svg - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/resources/static/fonts/glyphicons-halflings-regular.ttf - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/resources/static/fonts/glyphicons-halflings-regular.woff - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/resources/static/js/bootstrap.min.js - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/resources/static/js/jquery.min.js - KEYS - static/css/bootstrap.min.css - static/fonts/glyphicons-halflings-regular.eot - static/fonts/glyphicons-halflings-regular.svg - static/fonts/glyphicons-halflings-regular.ttf - static/fonts/glyphicons-halflings-regular.woff - static/js/bootstrap.min.js - static/js/jquery.min.js -) diff --git a/library/cpp/monlib/service/pages/resources/CMakeLists.linux-aarch64.txt b/library/cpp/monlib/service/pages/resources/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b00466a4302..00000000000 --- a/library/cpp/monlib/service/pages/resources/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,54 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(service-pages-resources INTERFACE) -target_link_libraries(service-pages-resources INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-resource - cpp-monlib-dynamic_counters -) - -add_global_library_for(service-pages-resources.global service-pages-resources) -target_link_libraries(service-pages-resources.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-resource - cpp-monlib-dynamic_counters -) -target_sources(service-pages-resources.global PRIVATE - ${CMAKE_BINARY_DIR}/library/cpp/monlib/service/pages/resources/ff1cb2429e1fce561e9b0ed0d5522c37.cpp -) -resources(service-pages-resources.global - ${CMAKE_BINARY_DIR}/library/cpp/monlib/service/pages/resources/ff1cb2429e1fce561e9b0ed0d5522c37.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/resources/static/css/bootstrap.min.css - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/resources/static/fonts/glyphicons-halflings-regular.eot - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/resources/static/fonts/glyphicons-halflings-regular.svg - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/resources/static/fonts/glyphicons-halflings-regular.ttf - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/resources/static/fonts/glyphicons-halflings-regular.woff - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/resources/static/js/bootstrap.min.js - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/resources/static/js/jquery.min.js - KEYS - static/css/bootstrap.min.css - static/fonts/glyphicons-halflings-regular.eot - static/fonts/glyphicons-halflings-regular.svg - static/fonts/glyphicons-halflings-regular.ttf - static/fonts/glyphicons-halflings-regular.woff - static/js/bootstrap.min.js - static/js/jquery.min.js -) diff --git a/library/cpp/monlib/service/pages/resources/CMakeLists.linux-x86_64.txt b/library/cpp/monlib/service/pages/resources/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b00466a4302..00000000000 --- a/library/cpp/monlib/service/pages/resources/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,54 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(service-pages-resources INTERFACE) -target_link_libraries(service-pages-resources INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-resource - cpp-monlib-dynamic_counters -) - -add_global_library_for(service-pages-resources.global service-pages-resources) -target_link_libraries(service-pages-resources.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-resource - cpp-monlib-dynamic_counters -) -target_sources(service-pages-resources.global PRIVATE - ${CMAKE_BINARY_DIR}/library/cpp/monlib/service/pages/resources/ff1cb2429e1fce561e9b0ed0d5522c37.cpp -) -resources(service-pages-resources.global - ${CMAKE_BINARY_DIR}/library/cpp/monlib/service/pages/resources/ff1cb2429e1fce561e9b0ed0d5522c37.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/resources/static/css/bootstrap.min.css - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/resources/static/fonts/glyphicons-halflings-regular.eot - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/resources/static/fonts/glyphicons-halflings-regular.svg - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/resources/static/fonts/glyphicons-halflings-regular.ttf - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/resources/static/fonts/glyphicons-halflings-regular.woff - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/resources/static/js/bootstrap.min.js - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/resources/static/js/jquery.min.js - KEYS - static/css/bootstrap.min.css - static/fonts/glyphicons-halflings-regular.eot - static/fonts/glyphicons-halflings-regular.svg - static/fonts/glyphicons-halflings-regular.ttf - static/fonts/glyphicons-halflings-regular.woff - static/js/bootstrap.min.js - static/js/jquery.min.js -) diff --git a/library/cpp/monlib/service/pages/resources/CMakeLists.txt b/library/cpp/monlib/service/pages/resources/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/monlib/service/pages/resources/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/monlib/service/pages/resources/CMakeLists.windows-x86_64.txt b/library/cpp/monlib/service/pages/resources/CMakeLists.windows-x86_64.txt deleted file mode 100644 index f74d5e30a39..00000000000 --- a/library/cpp/monlib/service/pages/resources/CMakeLists.windows-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. - - -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(service-pages-resources INTERFACE) -target_link_libraries(service-pages-resources INTERFACE - contrib-libs-cxxsupp - yutil - library-cpp-resource - cpp-monlib-dynamic_counters -) - -add_global_library_for(service-pages-resources.global service-pages-resources) -target_link_libraries(service-pages-resources.global PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-resource - cpp-monlib-dynamic_counters -) -target_sources(service-pages-resources.global PRIVATE - ${CMAKE_BINARY_DIR}/library/cpp/monlib/service/pages/resources/ff1cb2429e1fce561e9b0ed0d5522c37.cpp -) -resources(service-pages-resources.global - ${CMAKE_BINARY_DIR}/library/cpp/monlib/service/pages/resources/ff1cb2429e1fce561e9b0ed0d5522c37.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/resources/static/css/bootstrap.min.css - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/resources/static/fonts/glyphicons-halflings-regular.eot - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/resources/static/fonts/glyphicons-halflings-regular.svg - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/resources/static/fonts/glyphicons-halflings-regular.ttf - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/resources/static/fonts/glyphicons-halflings-regular.woff - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/resources/static/js/bootstrap.min.js - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/resources/static/js/jquery.min.js - KEYS - static/css/bootstrap.min.css - static/fonts/glyphicons-halflings-regular.eot - static/fonts/glyphicons-halflings-regular.svg - static/fonts/glyphicons-halflings-regular.ttf - static/fonts/glyphicons-halflings-regular.woff - static/js/bootstrap.min.js - static/js/jquery.min.js -) diff --git a/library/cpp/monlib/service/pages/tablesorter/CMakeLists.darwin-x86_64.txt b/library/cpp/monlib/service/pages/tablesorter/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 516c919f8a7..00000000000 --- a/library/cpp/monlib/service/pages/tablesorter/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. - - -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(service-pages-tablesorter INTERFACE) -target_link_libraries(service-pages-tablesorter INTERFACE - contrib-libs-cxxsupp - yutil - library-cpp-resource - cpp-monlib-dynamic_counters -) - -add_global_library_for(service-pages-tablesorter.global service-pages-tablesorter) -target_link_libraries(service-pages-tablesorter.global PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-resource - cpp-monlib-dynamic_counters -) -target_sources(service-pages-tablesorter.global PRIVATE - ${CMAKE_BINARY_DIR}/library/cpp/monlib/service/pages/tablesorter/0c255888afcc3e2adc5fd360ee152bac.cpp -) -resources(service-pages-tablesorter.global - ${CMAKE_BINARY_DIR}/library/cpp/monlib/service/pages/tablesorter/0c255888afcc3e2adc5fd360ee152bac.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/tablesorter/resources/jquery.tablesorter.css - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/tablesorter/resources/jquery.tablesorter.js - KEYS - jquery.tablesorter.css - jquery.tablesorter.js -) diff --git a/library/cpp/monlib/service/pages/tablesorter/CMakeLists.linux-aarch64.txt b/library/cpp/monlib/service/pages/tablesorter/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 7e88b02a4b5..00000000000 --- a/library/cpp/monlib/service/pages/tablesorter/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(service-pages-tablesorter INTERFACE) -target_link_libraries(service-pages-tablesorter INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-resource - cpp-monlib-dynamic_counters -) - -add_global_library_for(service-pages-tablesorter.global service-pages-tablesorter) -target_link_libraries(service-pages-tablesorter.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-resource - cpp-monlib-dynamic_counters -) -target_sources(service-pages-tablesorter.global PRIVATE - ${CMAKE_BINARY_DIR}/library/cpp/monlib/service/pages/tablesorter/0c255888afcc3e2adc5fd360ee152bac.cpp -) -resources(service-pages-tablesorter.global - ${CMAKE_BINARY_DIR}/library/cpp/monlib/service/pages/tablesorter/0c255888afcc3e2adc5fd360ee152bac.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/tablesorter/resources/jquery.tablesorter.css - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/tablesorter/resources/jquery.tablesorter.js - KEYS - jquery.tablesorter.css - jquery.tablesorter.js -) diff --git a/library/cpp/monlib/service/pages/tablesorter/CMakeLists.linux-x86_64.txt b/library/cpp/monlib/service/pages/tablesorter/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 7e88b02a4b5..00000000000 --- a/library/cpp/monlib/service/pages/tablesorter/CMakeLists.linux-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. - - -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(service-pages-tablesorter INTERFACE) -target_link_libraries(service-pages-tablesorter INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-resource - cpp-monlib-dynamic_counters -) - -add_global_library_for(service-pages-tablesorter.global service-pages-tablesorter) -target_link_libraries(service-pages-tablesorter.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-resource - cpp-monlib-dynamic_counters -) -target_sources(service-pages-tablesorter.global PRIVATE - ${CMAKE_BINARY_DIR}/library/cpp/monlib/service/pages/tablesorter/0c255888afcc3e2adc5fd360ee152bac.cpp -) -resources(service-pages-tablesorter.global - ${CMAKE_BINARY_DIR}/library/cpp/monlib/service/pages/tablesorter/0c255888afcc3e2adc5fd360ee152bac.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/tablesorter/resources/jquery.tablesorter.css - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/tablesorter/resources/jquery.tablesorter.js - KEYS - jquery.tablesorter.css - jquery.tablesorter.js -) diff --git a/library/cpp/monlib/service/pages/tablesorter/CMakeLists.txt b/library/cpp/monlib/service/pages/tablesorter/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/monlib/service/pages/tablesorter/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/monlib/service/pages/tablesorter/CMakeLists.windows-x86_64.txt b/library/cpp/monlib/service/pages/tablesorter/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 516c919f8a7..00000000000 --- a/library/cpp/monlib/service/pages/tablesorter/CMakeLists.windows-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. - - -get_built_tool_path( - TOOL_rescompiler_bin - TOOL_rescompiler_dependency - tools/rescompiler/bin - rescompiler -) - -add_library(service-pages-tablesorter INTERFACE) -target_link_libraries(service-pages-tablesorter INTERFACE - contrib-libs-cxxsupp - yutil - library-cpp-resource - cpp-monlib-dynamic_counters -) - -add_global_library_for(service-pages-tablesorter.global service-pages-tablesorter) -target_link_libraries(service-pages-tablesorter.global PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-resource - cpp-monlib-dynamic_counters -) -target_sources(service-pages-tablesorter.global PRIVATE - ${CMAKE_BINARY_DIR}/library/cpp/monlib/service/pages/tablesorter/0c255888afcc3e2adc5fd360ee152bac.cpp -) -resources(service-pages-tablesorter.global - ${CMAKE_BINARY_DIR}/library/cpp/monlib/service/pages/tablesorter/0c255888afcc3e2adc5fd360ee152bac.cpp - INPUTS - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/tablesorter/resources/jquery.tablesorter.css - ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/tablesorter/resources/jquery.tablesorter.js - KEYS - jquery.tablesorter.css - jquery.tablesorter.js -) diff --git a/library/cpp/neh/CMakeLists.darwin-x86_64.txt b/library/cpp/neh/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6bef40dbe38..00000000000 --- a/library/cpp/neh/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,67 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(asio) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(library-cpp-neh) -target_link_libraries(library-cpp-neh PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-openssl - cpp-containers-intrusive_rb_tree - cpp-coroutine-engine - cpp-coroutine-listener - library-cpp-dns - cpp-http-io - cpp-http-misc - cpp-http-push_parser - cpp-neh-asio - cpp-netliba-v6 - cpp-openssl-init - cpp-openssl-method - cpp-threading-atomic - cpp-threading-thread_local - cpp-deprecated-atomic - tools-enum_parser-enum_serialization_runtime -) -target_sources(library-cpp-neh PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/neh/conn_cache.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/factory.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/https.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/http_common.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/http_headers.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/http2.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/inproc.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/jobqueue.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/location.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/multi.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/multiclient.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/netliba.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/netliba_udp_http.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/neh.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/pipequeue.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/rpc.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/rq.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/smart_ptr.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/stat.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/tcp.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/tcp2.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/udp.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/utils.cpp -) -generate_enum_serilization(library-cpp-neh - ${CMAKE_SOURCE_DIR}/library/cpp/neh/http_common.h - INCLUDE_HEADERS - library/cpp/neh/http_common.h -) diff --git a/library/cpp/neh/CMakeLists.linux-aarch64.txt b/library/cpp/neh/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 8a46904b67a..00000000000 --- a/library/cpp/neh/CMakeLists.linux-aarch64.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_subdirectory(asio) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(library-cpp-neh) -target_link_libraries(library-cpp-neh PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-openssl - cpp-containers-intrusive_rb_tree - cpp-coroutine-engine - cpp-coroutine-listener - library-cpp-dns - cpp-http-io - cpp-http-misc - cpp-http-push_parser - cpp-neh-asio - cpp-netliba-v6 - cpp-openssl-init - cpp-openssl-method - cpp-threading-atomic - cpp-threading-thread_local - cpp-deprecated-atomic - tools-enum_parser-enum_serialization_runtime -) -target_sources(library-cpp-neh PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/neh/conn_cache.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/factory.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/https.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/http_common.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/http_headers.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/http2.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/inproc.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/jobqueue.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/location.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/multi.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/multiclient.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/netliba.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/netliba_udp_http.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/neh.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/pipequeue.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/rpc.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/rq.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/smart_ptr.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/stat.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/tcp.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/tcp2.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/udp.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/utils.cpp -) -generate_enum_serilization(library-cpp-neh - ${CMAKE_SOURCE_DIR}/library/cpp/neh/http_common.h - INCLUDE_HEADERS - library/cpp/neh/http_common.h -) diff --git a/library/cpp/neh/CMakeLists.linux-x86_64.txt b/library/cpp/neh/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 8a46904b67a..00000000000 --- a/library/cpp/neh/CMakeLists.linux-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_subdirectory(asio) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(library-cpp-neh) -target_link_libraries(library-cpp-neh PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-openssl - cpp-containers-intrusive_rb_tree - cpp-coroutine-engine - cpp-coroutine-listener - library-cpp-dns - cpp-http-io - cpp-http-misc - cpp-http-push_parser - cpp-neh-asio - cpp-netliba-v6 - cpp-openssl-init - cpp-openssl-method - cpp-threading-atomic - cpp-threading-thread_local - cpp-deprecated-atomic - tools-enum_parser-enum_serialization_runtime -) -target_sources(library-cpp-neh PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/neh/conn_cache.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/factory.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/https.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/http_common.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/http_headers.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/http2.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/inproc.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/jobqueue.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/location.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/multi.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/multiclient.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/netliba.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/netliba_udp_http.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/neh.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/pipequeue.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/rpc.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/rq.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/smart_ptr.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/stat.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/tcp.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/tcp2.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/udp.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/utils.cpp -) -generate_enum_serilization(library-cpp-neh - ${CMAKE_SOURCE_DIR}/library/cpp/neh/http_common.h - INCLUDE_HEADERS - library/cpp/neh/http_common.h -) diff --git a/library/cpp/neh/CMakeLists.txt b/library/cpp/neh/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/neh/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/neh/CMakeLists.windows-x86_64.txt b/library/cpp/neh/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 6bef40dbe38..00000000000 --- a/library/cpp/neh/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,67 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(asio) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(library-cpp-neh) -target_link_libraries(library-cpp-neh PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-openssl - cpp-containers-intrusive_rb_tree - cpp-coroutine-engine - cpp-coroutine-listener - library-cpp-dns - cpp-http-io - cpp-http-misc - cpp-http-push_parser - cpp-neh-asio - cpp-netliba-v6 - cpp-openssl-init - cpp-openssl-method - cpp-threading-atomic - cpp-threading-thread_local - cpp-deprecated-atomic - tools-enum_parser-enum_serialization_runtime -) -target_sources(library-cpp-neh PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/neh/conn_cache.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/factory.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/https.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/http_common.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/http_headers.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/http2.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/inproc.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/jobqueue.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/location.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/multi.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/multiclient.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/netliba.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/netliba_udp_http.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/neh.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/pipequeue.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/rpc.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/rq.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/smart_ptr.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/stat.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/tcp.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/tcp2.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/udp.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/utils.cpp -) -generate_enum_serilization(library-cpp-neh - ${CMAKE_SOURCE_DIR}/library/cpp/neh/http_common.h - INCLUDE_HEADERS - library/cpp/neh/http_common.h -) diff --git a/library/cpp/neh/asio/CMakeLists.darwin-x86_64.txt b/library/cpp/neh/asio/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 7de2de34c9f..00000000000 --- a/library/cpp/neh/asio/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(cpp-neh-asio) -target_link_libraries(cpp-neh-asio PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-libc_compat - cpp-coroutine-engine - library-cpp-dns - cpp-deprecated-atomic -) -target_sources(cpp-neh-asio PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/neh/asio/asio.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/asio/deadline_timer_impl.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/asio/executor.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/asio/io_service_impl.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/asio/poll_interrupter.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/asio/tcp_acceptor_impl.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/asio/tcp_socket_impl.cpp -) diff --git a/library/cpp/neh/asio/CMakeLists.linux-aarch64.txt b/library/cpp/neh/asio/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e255ecff434..00000000000 --- a/library/cpp/neh/asio/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(cpp-neh-asio) -target_link_libraries(cpp-neh-asio PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-libc_compat - cpp-coroutine-engine - library-cpp-dns - cpp-deprecated-atomic -) -target_sources(cpp-neh-asio PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/neh/asio/asio.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/asio/deadline_timer_impl.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/asio/executor.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/asio/io_service_impl.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/asio/poll_interrupter.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/asio/tcp_acceptor_impl.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/asio/tcp_socket_impl.cpp -) diff --git a/library/cpp/neh/asio/CMakeLists.linux-x86_64.txt b/library/cpp/neh/asio/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e255ecff434..00000000000 --- a/library/cpp/neh/asio/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(cpp-neh-asio) -target_link_libraries(cpp-neh-asio PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-libc_compat - cpp-coroutine-engine - library-cpp-dns - cpp-deprecated-atomic -) -target_sources(cpp-neh-asio PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/neh/asio/asio.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/asio/deadline_timer_impl.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/asio/executor.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/asio/io_service_impl.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/asio/poll_interrupter.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/asio/tcp_acceptor_impl.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/asio/tcp_socket_impl.cpp -) diff --git a/library/cpp/neh/asio/CMakeLists.txt b/library/cpp/neh/asio/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/neh/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/neh/asio/CMakeLists.windows-x86_64.txt b/library/cpp/neh/asio/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 7de2de34c9f..00000000000 --- a/library/cpp/neh/asio/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(cpp-neh-asio) -target_link_libraries(cpp-neh-asio PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-libc_compat - cpp-coroutine-engine - library-cpp-dns - cpp-deprecated-atomic -) -target_sources(cpp-neh-asio PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/neh/asio/asio.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/asio/deadline_timer_impl.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/asio/executor.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/asio/io_service_impl.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/asio/poll_interrupter.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/asio/tcp_acceptor_impl.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/neh/asio/tcp_socket_impl.cpp -) diff --git a/library/cpp/netliba/CMakeLists.txt b/library/cpp/netliba/CMakeLists.txt deleted file mode 100644 index 9629e2e0de6..00000000000 --- a/library/cpp/netliba/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(socket) -add_subdirectory(v6) diff --git a/library/cpp/netliba/socket/CMakeLists.darwin-x86_64.txt b/library/cpp/netliba/socket/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index cbaf4746382..00000000000 --- a/library/cpp/netliba/socket/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(cpp-netliba-socket) -target_link_libraries(cpp-netliba-socket PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-libc_compat - cpp-threading-chunk_queue - cpp-deprecated-atomic -) -target_sources(cpp-netliba-socket PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/socket/creators.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/socket/socket.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/socket/stdafx.cpp -) diff --git a/library/cpp/netliba/socket/CMakeLists.linux-aarch64.txt b/library/cpp/netliba/socket/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 66b10857298..00000000000 --- a/library/cpp/netliba/socket/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(cpp-netliba-socket) -target_link_libraries(cpp-netliba-socket PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-libc_compat - cpp-threading-chunk_queue - cpp-deprecated-atomic -) -target_sources(cpp-netliba-socket PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/socket/creators.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/socket/socket.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/socket/stdafx.cpp -) diff --git a/library/cpp/netliba/socket/CMakeLists.linux-x86_64.txt b/library/cpp/netliba/socket/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 66b10857298..00000000000 --- a/library/cpp/netliba/socket/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(cpp-netliba-socket) -target_link_libraries(cpp-netliba-socket PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-libc_compat - cpp-threading-chunk_queue - cpp-deprecated-atomic -) -target_sources(cpp-netliba-socket PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/socket/creators.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/socket/socket.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/socket/stdafx.cpp -) diff --git a/library/cpp/netliba/socket/CMakeLists.txt b/library/cpp/netliba/socket/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/netliba/socket/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/netliba/socket/CMakeLists.windows-x86_64.txt b/library/cpp/netliba/socket/CMakeLists.windows-x86_64.txt deleted file mode 100644 index cbaf4746382..00000000000 --- a/library/cpp/netliba/socket/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(cpp-netliba-socket) -target_link_libraries(cpp-netliba-socket PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-libc_compat - cpp-threading-chunk_queue - cpp-deprecated-atomic -) -target_sources(cpp-netliba-socket PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/socket/creators.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/socket/socket.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/socket/stdafx.cpp -) diff --git a/library/cpp/netliba/v6/CMakeLists.darwin-x86_64.txt b/library/cpp/netliba/v6/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c67fc00c9ca..00000000000 --- a/library/cpp/netliba/v6/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(cpp-netliba-v6) -target_link_libraries(cpp-netliba-v6 PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-binsaver - cpp-netliba-socket - cpp-string_utils-url - cpp-threading-atomic - cpp-threading-mux_event -) -target_sources(cpp-netliba-v6 PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/stdafx.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/udp_address.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/udp_client_server.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/udp_http.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/net_acks.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/udp_test.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/block_chain.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/net_test.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/udp_debug.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/udp_socket.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/ib_low.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/ib_buffers.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/ib_mem.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/ib_cs.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/ib_test.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/cpu_affinity.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/net_request.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/ib_collective.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/ib_memstream.cpp -) diff --git a/library/cpp/netliba/v6/CMakeLists.linux-aarch64.txt b/library/cpp/netliba/v6/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 02c6b78224a..00000000000 --- a/library/cpp/netliba/v6/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(cpp-netliba-v6) -target_link_libraries(cpp-netliba-v6 PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-ibdrv - library-cpp-binsaver - cpp-netliba-socket - cpp-string_utils-url - cpp-threading-atomic - cpp-threading-mux_event -) -target_sources(cpp-netliba-v6 PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/stdafx.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/udp_address.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/udp_client_server.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/udp_http.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/net_acks.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/udp_test.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/block_chain.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/net_test.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/udp_debug.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/udp_socket.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/ib_low.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/ib_buffers.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/ib_mem.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/ib_cs.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/ib_test.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/cpu_affinity.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/net_request.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/ib_collective.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/ib_memstream.cpp -) diff --git a/library/cpp/netliba/v6/CMakeLists.linux-x86_64.txt b/library/cpp/netliba/v6/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 02c6b78224a..00000000000 --- a/library/cpp/netliba/v6/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(cpp-netliba-v6) -target_link_libraries(cpp-netliba-v6 PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-ibdrv - library-cpp-binsaver - cpp-netliba-socket - cpp-string_utils-url - cpp-threading-atomic - cpp-threading-mux_event -) -target_sources(cpp-netliba-v6 PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/stdafx.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/udp_address.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/udp_client_server.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/udp_http.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/net_acks.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/udp_test.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/block_chain.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/net_test.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/udp_debug.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/udp_socket.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/ib_low.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/ib_buffers.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/ib_mem.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/ib_cs.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/ib_test.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/cpu_affinity.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/net_request.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/ib_collective.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/ib_memstream.cpp -) diff --git a/library/cpp/netliba/v6/CMakeLists.txt b/library/cpp/netliba/v6/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/netliba/v6/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/netliba/v6/CMakeLists.windows-x86_64.txt b/library/cpp/netliba/v6/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c67fc00c9ca..00000000000 --- a/library/cpp/netliba/v6/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(cpp-netliba-v6) -target_link_libraries(cpp-netliba-v6 PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-binsaver - cpp-netliba-socket - cpp-string_utils-url - cpp-threading-atomic - cpp-threading-mux_event -) -target_sources(cpp-netliba-v6 PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/stdafx.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/udp_address.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/udp_client_server.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/udp_http.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/net_acks.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/udp_test.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/block_chain.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/net_test.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/udp_debug.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/udp_socket.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/ib_low.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/ib_buffers.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/ib_mem.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/ib_cs.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/ib_test.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/cpu_affinity.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/net_request.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/ib_collective.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/netliba/v6/ib_memstream.cpp -) diff --git a/library/cpp/on_disk/CMakeLists.txt b/library/cpp/on_disk/CMakeLists.txt deleted file mode 100644 index 42029471693..00000000000 --- a/library/cpp/on_disk/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(chunks) diff --git a/library/cpp/on_disk/chunks/CMakeLists.darwin-x86_64.txt b/library/cpp/on_disk/chunks/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index ca761a26c8a..00000000000 --- a/library/cpp/on_disk/chunks/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(cpp-on_disk-chunks) -target_link_libraries(cpp-on_disk-chunks PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-on_disk-chunks PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/on_disk/chunks/chunked_helpers.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/on_disk/chunks/reader.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/on_disk/chunks/writer.cpp -) diff --git a/library/cpp/on_disk/chunks/CMakeLists.linux-aarch64.txt b/library/cpp/on_disk/chunks/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 7db2f54c162..00000000000 --- a/library/cpp/on_disk/chunks/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(cpp-on_disk-chunks) -target_link_libraries(cpp-on_disk-chunks PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-on_disk-chunks PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/on_disk/chunks/chunked_helpers.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/on_disk/chunks/reader.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/on_disk/chunks/writer.cpp -) diff --git a/library/cpp/on_disk/chunks/CMakeLists.linux-x86_64.txt b/library/cpp/on_disk/chunks/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 7db2f54c162..00000000000 --- a/library/cpp/on_disk/chunks/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(cpp-on_disk-chunks) -target_link_libraries(cpp-on_disk-chunks PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-on_disk-chunks PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/on_disk/chunks/chunked_helpers.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/on_disk/chunks/reader.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/on_disk/chunks/writer.cpp -) diff --git a/library/cpp/on_disk/chunks/CMakeLists.txt b/library/cpp/on_disk/chunks/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/on_disk/chunks/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/on_disk/chunks/CMakeLists.windows-x86_64.txt b/library/cpp/on_disk/chunks/CMakeLists.windows-x86_64.txt deleted file mode 100644 index ca761a26c8a..00000000000 --- a/library/cpp/on_disk/chunks/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(cpp-on_disk-chunks) -target_link_libraries(cpp-on_disk-chunks PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-on_disk-chunks PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/on_disk/chunks/chunked_helpers.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/on_disk/chunks/reader.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/on_disk/chunks/writer.cpp -) diff --git a/library/cpp/openssl/CMakeLists.txt b/library/cpp/openssl/CMakeLists.txt deleted file mode 100644 index 0188258f6c2..00000000000 --- a/library/cpp/openssl/CMakeLists.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_subdirectory(big_integer) -add_subdirectory(crypto) -add_subdirectory(holders) -add_subdirectory(init) -add_subdirectory(io) -add_subdirectory(method) diff --git a/library/cpp/openssl/big_integer/CMakeLists.darwin-x86_64.txt b/library/cpp/openssl/big_integer/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 79fa340e5f9..00000000000 --- a/library/cpp/openssl/big_integer/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(cpp-openssl-big_integer) -target_link_libraries(cpp-openssl-big_integer PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-openssl -) -target_sources(cpp-openssl-big_integer PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/openssl/big_integer/big_integer.cpp -) diff --git a/library/cpp/openssl/big_integer/CMakeLists.linux-aarch64.txt b/library/cpp/openssl/big_integer/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 859a9fb7020..00000000000 --- a/library/cpp/openssl/big_integer/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(cpp-openssl-big_integer) -target_link_libraries(cpp-openssl-big_integer PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-openssl -) -target_sources(cpp-openssl-big_integer PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/openssl/big_integer/big_integer.cpp -) diff --git a/library/cpp/openssl/big_integer/CMakeLists.linux-x86_64.txt b/library/cpp/openssl/big_integer/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 859a9fb7020..00000000000 --- a/library/cpp/openssl/big_integer/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(cpp-openssl-big_integer) -target_link_libraries(cpp-openssl-big_integer PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-openssl -) -target_sources(cpp-openssl-big_integer PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/openssl/big_integer/big_integer.cpp -) diff --git a/library/cpp/openssl/big_integer/CMakeLists.txt b/library/cpp/openssl/big_integer/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/openssl/big_integer/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/openssl/big_integer/CMakeLists.windows-x86_64.txt b/library/cpp/openssl/big_integer/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 79fa340e5f9..00000000000 --- a/library/cpp/openssl/big_integer/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(cpp-openssl-big_integer) -target_link_libraries(cpp-openssl-big_integer PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-openssl -) -target_sources(cpp-openssl-big_integer PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/openssl/big_integer/big_integer.cpp -) diff --git a/library/cpp/openssl/crypto/CMakeLists.darwin-x86_64.txt b/library/cpp/openssl/crypto/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 869195583d6..00000000000 --- a/library/cpp/openssl/crypto/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(cpp-openssl-crypto) -target_link_libraries(cpp-openssl-crypto PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-openssl - cpp-openssl-big_integer - cpp-openssl-init -) -target_sources(cpp-openssl-crypto PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/openssl/crypto/sha.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/openssl/crypto/rsa.cpp -) diff --git a/library/cpp/openssl/crypto/CMakeLists.linux-aarch64.txt b/library/cpp/openssl/crypto/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 3271a4071ce..00000000000 --- a/library/cpp/openssl/crypto/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(cpp-openssl-crypto) -target_link_libraries(cpp-openssl-crypto PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-openssl - cpp-openssl-big_integer - cpp-openssl-init -) -target_sources(cpp-openssl-crypto PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/openssl/crypto/sha.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/openssl/crypto/rsa.cpp -) diff --git a/library/cpp/openssl/crypto/CMakeLists.linux-x86_64.txt b/library/cpp/openssl/crypto/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 3271a4071ce..00000000000 --- a/library/cpp/openssl/crypto/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(cpp-openssl-crypto) -target_link_libraries(cpp-openssl-crypto PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-openssl - cpp-openssl-big_integer - cpp-openssl-init -) -target_sources(cpp-openssl-crypto PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/openssl/crypto/sha.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/openssl/crypto/rsa.cpp -) diff --git a/library/cpp/openssl/crypto/CMakeLists.txt b/library/cpp/openssl/crypto/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/openssl/crypto/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/openssl/crypto/CMakeLists.windows-x86_64.txt b/library/cpp/openssl/crypto/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 869195583d6..00000000000 --- a/library/cpp/openssl/crypto/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(cpp-openssl-crypto) -target_link_libraries(cpp-openssl-crypto PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-openssl - cpp-openssl-big_integer - cpp-openssl-init -) -target_sources(cpp-openssl-crypto PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/openssl/crypto/sha.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/openssl/crypto/rsa.cpp -) diff --git a/library/cpp/openssl/holders/CMakeLists.darwin-x86_64.txt b/library/cpp/openssl/holders/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 02195bd183d..00000000000 --- a/library/cpp/openssl/holders/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(cpp-openssl-holders) -target_link_libraries(cpp-openssl-holders PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-openssl -) -target_sources(cpp-openssl-holders PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/openssl/holders/bio.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/openssl/holders/x509_vfy.cpp -) diff --git a/library/cpp/openssl/holders/CMakeLists.linux-aarch64.txt b/library/cpp/openssl/holders/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 8855008bebf..00000000000 --- a/library/cpp/openssl/holders/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(cpp-openssl-holders) -target_link_libraries(cpp-openssl-holders PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-openssl -) -target_sources(cpp-openssl-holders PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/openssl/holders/bio.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/openssl/holders/x509_vfy.cpp -) diff --git a/library/cpp/openssl/holders/CMakeLists.linux-x86_64.txt b/library/cpp/openssl/holders/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 8855008bebf..00000000000 --- a/library/cpp/openssl/holders/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(cpp-openssl-holders) -target_link_libraries(cpp-openssl-holders PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-openssl -) -target_sources(cpp-openssl-holders PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/openssl/holders/bio.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/openssl/holders/x509_vfy.cpp -) diff --git a/library/cpp/openssl/holders/CMakeLists.txt b/library/cpp/openssl/holders/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/openssl/holders/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/openssl/holders/CMakeLists.windows-x86_64.txt b/library/cpp/openssl/holders/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 02195bd183d..00000000000 --- a/library/cpp/openssl/holders/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(cpp-openssl-holders) -target_link_libraries(cpp-openssl-holders PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-openssl -) -target_sources(cpp-openssl-holders PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/openssl/holders/bio.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/openssl/holders/x509_vfy.cpp -) diff --git a/library/cpp/openssl/init/CMakeLists.darwin-x86_64.txt b/library/cpp/openssl/init/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 0e9d629f3a3..00000000000 --- a/library/cpp/openssl/init/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(cpp-openssl-init) -target_link_libraries(cpp-openssl-init PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-openssl -) -target_sources(cpp-openssl-init PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/openssl/init/init.cpp -) diff --git a/library/cpp/openssl/init/CMakeLists.linux-aarch64.txt b/library/cpp/openssl/init/CMakeLists.linux-aarch64.txt deleted file mode 100644 index ddfa83213e5..00000000000 --- a/library/cpp/openssl/init/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(cpp-openssl-init) -target_link_libraries(cpp-openssl-init PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-openssl -) -target_sources(cpp-openssl-init PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/openssl/init/init.cpp -) diff --git a/library/cpp/openssl/init/CMakeLists.linux-x86_64.txt b/library/cpp/openssl/init/CMakeLists.linux-x86_64.txt deleted file mode 100644 index ddfa83213e5..00000000000 --- a/library/cpp/openssl/init/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(cpp-openssl-init) -target_link_libraries(cpp-openssl-init PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-openssl -) -target_sources(cpp-openssl-init PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/openssl/init/init.cpp -) diff --git a/library/cpp/openssl/init/CMakeLists.txt b/library/cpp/openssl/init/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/openssl/init/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/openssl/init/CMakeLists.windows-x86_64.txt b/library/cpp/openssl/init/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 0e9d629f3a3..00000000000 --- a/library/cpp/openssl/init/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(cpp-openssl-init) -target_link_libraries(cpp-openssl-init PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-openssl -) -target_sources(cpp-openssl-init PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/openssl/init/init.cpp -) diff --git a/library/cpp/openssl/io/CMakeLists.darwin-x86_64.txt b/library/cpp/openssl/io/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index bfd6c764e2d..00000000000 --- a/library/cpp/openssl/io/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(cpp-openssl-io) -target_link_libraries(cpp-openssl-io PUBLIC - contrib-libs-cxxsupp - yutil - certs - contrib-libs-openssl - cpp-openssl-init - cpp-openssl-method -) -target_sources(cpp-openssl-io PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/openssl/io/stream.cpp -) diff --git a/library/cpp/openssl/io/CMakeLists.linux-aarch64.txt b/library/cpp/openssl/io/CMakeLists.linux-aarch64.txt deleted file mode 100644 index c6d4c4d5b9e..00000000000 --- a/library/cpp/openssl/io/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(cpp-openssl-io) -target_link_libraries(cpp-openssl-io PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - certs - contrib-libs-openssl - cpp-openssl-init - cpp-openssl-method -) -target_sources(cpp-openssl-io PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/openssl/io/stream.cpp -) diff --git a/library/cpp/openssl/io/CMakeLists.linux-x86_64.txt b/library/cpp/openssl/io/CMakeLists.linux-x86_64.txt deleted file mode 100644 index c6d4c4d5b9e..00000000000 --- a/library/cpp/openssl/io/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(cpp-openssl-io) -target_link_libraries(cpp-openssl-io PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - certs - contrib-libs-openssl - cpp-openssl-init - cpp-openssl-method -) -target_sources(cpp-openssl-io PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/openssl/io/stream.cpp -) diff --git a/library/cpp/openssl/io/CMakeLists.txt b/library/cpp/openssl/io/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/openssl/io/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/openssl/io/CMakeLists.windows-x86_64.txt b/library/cpp/openssl/io/CMakeLists.windows-x86_64.txt deleted file mode 100644 index bfd6c764e2d..00000000000 --- a/library/cpp/openssl/io/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(cpp-openssl-io) -target_link_libraries(cpp-openssl-io PUBLIC - contrib-libs-cxxsupp - yutil - certs - contrib-libs-openssl - cpp-openssl-init - cpp-openssl-method -) -target_sources(cpp-openssl-io PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/openssl/io/stream.cpp -) diff --git a/library/cpp/openssl/method/CMakeLists.darwin-x86_64.txt b/library/cpp/openssl/method/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2a87fc259d1..00000000000 --- a/library/cpp/openssl/method/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(cpp-openssl-method) -target_link_libraries(cpp-openssl-method PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-openssl - cpp-openssl-holders -) -target_sources(cpp-openssl-method PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/openssl/method/io.cpp -) diff --git a/library/cpp/openssl/method/CMakeLists.linux-aarch64.txt b/library/cpp/openssl/method/CMakeLists.linux-aarch64.txt deleted file mode 100644 index bda0d307083..00000000000 --- a/library/cpp/openssl/method/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(cpp-openssl-method) -target_link_libraries(cpp-openssl-method PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-openssl - cpp-openssl-holders -) -target_sources(cpp-openssl-method PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/openssl/method/io.cpp -) diff --git a/library/cpp/openssl/method/CMakeLists.linux-x86_64.txt b/library/cpp/openssl/method/CMakeLists.linux-x86_64.txt deleted file mode 100644 index bda0d307083..00000000000 --- a/library/cpp/openssl/method/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(cpp-openssl-method) -target_link_libraries(cpp-openssl-method PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-openssl - cpp-openssl-holders -) -target_sources(cpp-openssl-method PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/openssl/method/io.cpp -) diff --git a/library/cpp/openssl/method/CMakeLists.txt b/library/cpp/openssl/method/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/openssl/method/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/openssl/method/CMakeLists.windows-x86_64.txt b/library/cpp/openssl/method/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 2a87fc259d1..00000000000 --- a/library/cpp/openssl/method/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(cpp-openssl-method) -target_link_libraries(cpp-openssl-method PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-openssl - cpp-openssl-holders -) -target_sources(cpp-openssl-method PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/openssl/method/io.cpp -) diff --git a/library/cpp/packedtypes/CMakeLists.darwin-x86_64.txt b/library/cpp/packedtypes/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 9e3e6c0b53e..00000000000 --- a/library/cpp/packedtypes/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(library-cpp-packedtypes) -target_link_libraries(library-cpp-packedtypes PUBLIC - contrib-libs-cxxsupp - yutil - cpp-streams-zc_memory_input -) -target_sources(library-cpp-packedtypes PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/packedtypes/longs.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/packedtypes/packedfloat.cpp -) diff --git a/library/cpp/packedtypes/CMakeLists.linux-aarch64.txt b/library/cpp/packedtypes/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d2705961bdf..00000000000 --- a/library/cpp/packedtypes/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(library-cpp-packedtypes) -target_link_libraries(library-cpp-packedtypes PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-streams-zc_memory_input -) -target_sources(library-cpp-packedtypes PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/packedtypes/longs.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/packedtypes/packedfloat.cpp -) diff --git a/library/cpp/packedtypes/CMakeLists.linux-x86_64.txt b/library/cpp/packedtypes/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d2705961bdf..00000000000 --- a/library/cpp/packedtypes/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(library-cpp-packedtypes) -target_link_libraries(library-cpp-packedtypes PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-streams-zc_memory_input -) -target_sources(library-cpp-packedtypes PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/packedtypes/longs.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/packedtypes/packedfloat.cpp -) diff --git a/library/cpp/packedtypes/CMakeLists.txt b/library/cpp/packedtypes/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/packedtypes/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/packedtypes/CMakeLists.windows-x86_64.txt b/library/cpp/packedtypes/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 9e3e6c0b53e..00000000000 --- a/library/cpp/packedtypes/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(library-cpp-packedtypes) -target_link_libraries(library-cpp-packedtypes PUBLIC - contrib-libs-cxxsupp - yutil - cpp-streams-zc_memory_input -) -target_sources(library-cpp-packedtypes PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/packedtypes/longs.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/packedtypes/packedfloat.cpp -) diff --git a/library/cpp/packers/CMakeLists.darwin-x86_64.txt b/library/cpp/packers/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 59f8cfcaf5d..00000000000 --- a/library/cpp/packers/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(library-cpp-packers) -target_link_libraries(library-cpp-packers PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-packers PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/packers/packers.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/packers/proto_packer.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/packers/region_packer.cpp -) diff --git a/library/cpp/packers/CMakeLists.linux-aarch64.txt b/library/cpp/packers/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 6e4c5cd6b56..00000000000 --- a/library/cpp/packers/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(library-cpp-packers) -target_link_libraries(library-cpp-packers PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-packers PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/packers/packers.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/packers/proto_packer.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/packers/region_packer.cpp -) diff --git a/library/cpp/packers/CMakeLists.linux-x86_64.txt b/library/cpp/packers/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 6e4c5cd6b56..00000000000 --- a/library/cpp/packers/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(library-cpp-packers) -target_link_libraries(library-cpp-packers PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-packers PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/packers/packers.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/packers/proto_packer.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/packers/region_packer.cpp -) diff --git a/library/cpp/packers/CMakeLists.txt b/library/cpp/packers/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/packers/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/packers/CMakeLists.windows-x86_64.txt b/library/cpp/packers/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 59f8cfcaf5d..00000000000 --- a/library/cpp/packers/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(library-cpp-packers) -target_link_libraries(library-cpp-packers PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-packers PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/packers/packers.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/packers/proto_packer.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/packers/region_packer.cpp -) diff --git a/library/cpp/pop_count/CMakeLists.darwin-x86_64.txt b/library/cpp/pop_count/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 30961489be5..00000000000 --- a/library/cpp/pop_count/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(library-cpp-pop_count) -target_link_libraries(library-cpp-pop_count PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-pop_count PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/pop_count/popcount.cpp -) diff --git a/library/cpp/pop_count/CMakeLists.linux-aarch64.txt b/library/cpp/pop_count/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 5aac2bc61f7..00000000000 --- a/library/cpp/pop_count/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(library-cpp-pop_count) -target_link_libraries(library-cpp-pop_count PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-pop_count PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/pop_count/popcount.cpp -) diff --git a/library/cpp/pop_count/CMakeLists.linux-x86_64.txt b/library/cpp/pop_count/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 5aac2bc61f7..00000000000 --- a/library/cpp/pop_count/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(library-cpp-pop_count) -target_link_libraries(library-cpp-pop_count PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-pop_count PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/pop_count/popcount.cpp -) diff --git a/library/cpp/pop_count/CMakeLists.txt b/library/cpp/pop_count/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/pop_count/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/pop_count/CMakeLists.windows-x86_64.txt b/library/cpp/pop_count/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 30961489be5..00000000000 --- a/library/cpp/pop_count/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(library-cpp-pop_count) -target_link_libraries(library-cpp-pop_count PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-pop_count PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/pop_count/popcount.cpp -) diff --git a/library/cpp/protobuf/CMakeLists.txt b/library/cpp/protobuf/CMakeLists.txt deleted file mode 100644 index cfd4a1733f4..00000000000 --- a/library/cpp/protobuf/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. - - -add_subdirectory(interop) -add_subdirectory(json) -add_subdirectory(util) diff --git a/library/cpp/protobuf/interop/CMakeLists.darwin-x86_64.txt b/library/cpp/protobuf/interop/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 61799c97ffb..00000000000 --- a/library/cpp/protobuf/interop/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(cpp-protobuf-interop) -target_link_libraries(cpp-protobuf-interop PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_sources(cpp-protobuf-interop PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/interop/cast.cpp -) diff --git a/library/cpp/protobuf/interop/CMakeLists.linux-aarch64.txt b/library/cpp/protobuf/interop/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 0c2bd62d47b..00000000000 --- a/library/cpp/protobuf/interop/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(cpp-protobuf-interop) -target_link_libraries(cpp-protobuf-interop PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_sources(cpp-protobuf-interop PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/interop/cast.cpp -) diff --git a/library/cpp/protobuf/interop/CMakeLists.linux-x86_64.txt b/library/cpp/protobuf/interop/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 0c2bd62d47b..00000000000 --- a/library/cpp/protobuf/interop/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(cpp-protobuf-interop) -target_link_libraries(cpp-protobuf-interop PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_sources(cpp-protobuf-interop PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/interop/cast.cpp -) diff --git a/library/cpp/protobuf/interop/CMakeLists.txt b/library/cpp/protobuf/interop/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/protobuf/interop/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/protobuf/interop/CMakeLists.windows-x86_64.txt b/library/cpp/protobuf/interop/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 61799c97ffb..00000000000 --- a/library/cpp/protobuf/interop/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(cpp-protobuf-interop) -target_link_libraries(cpp-protobuf-interop PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_sources(cpp-protobuf-interop PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/interop/cast.cpp -) diff --git a/library/cpp/protobuf/json/CMakeLists.darwin-x86_64.txt b/library/cpp/protobuf/json/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6914995d2ee..00000000000 --- a/library/cpp/protobuf/json/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_subdirectory(proto) - -add_library(cpp-protobuf-json) -target_link_libraries(cpp-protobuf-json PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - library-cpp-json - cpp-protobuf-util - protobuf-json-proto - cpp-string_utils-relaxed_escaper -) -target_sources(cpp-protobuf-json PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/json2proto.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/json_output_create.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/json_value_output.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/json_writer_output.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/name_generator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/proto2json.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/proto2json_printer.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/string_transform.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/util.cpp -) diff --git a/library/cpp/protobuf/json/CMakeLists.linux-aarch64.txt b/library/cpp/protobuf/json/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e3f2a26102a..00000000000 --- a/library/cpp/protobuf/json/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_subdirectory(proto) - -add_library(cpp-protobuf-json) -target_link_libraries(cpp-protobuf-json PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - library-cpp-json - cpp-protobuf-util - protobuf-json-proto - cpp-string_utils-relaxed_escaper -) -target_sources(cpp-protobuf-json PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/json2proto.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/json_output_create.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/json_value_output.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/json_writer_output.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/name_generator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/proto2json.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/proto2json_printer.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/string_transform.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/util.cpp -) diff --git a/library/cpp/protobuf/json/CMakeLists.linux-x86_64.txt b/library/cpp/protobuf/json/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e3f2a26102a..00000000000 --- a/library/cpp/protobuf/json/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_subdirectory(proto) - -add_library(cpp-protobuf-json) -target_link_libraries(cpp-protobuf-json PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - library-cpp-json - cpp-protobuf-util - protobuf-json-proto - cpp-string_utils-relaxed_escaper -) -target_sources(cpp-protobuf-json PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/json2proto.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/json_output_create.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/json_value_output.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/json_writer_output.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/name_generator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/proto2json.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/proto2json_printer.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/string_transform.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/util.cpp -) diff --git a/library/cpp/protobuf/json/CMakeLists.txt b/library/cpp/protobuf/json/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/protobuf/json/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/protobuf/json/CMakeLists.windows-x86_64.txt b/library/cpp/protobuf/json/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 6914995d2ee..00000000000 --- a/library/cpp/protobuf/json/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_subdirectory(proto) - -add_library(cpp-protobuf-json) -target_link_libraries(cpp-protobuf-json PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - library-cpp-json - cpp-protobuf-util - protobuf-json-proto - cpp-string_utils-relaxed_escaper -) -target_sources(cpp-protobuf-json PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/json2proto.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/json_output_create.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/json_value_output.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/json_writer_output.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/name_generator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/proto2json.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/proto2json_printer.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/string_transform.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/util.cpp -) diff --git a/library/cpp/protobuf/json/proto/CMakeLists.darwin-x86_64.txt b/library/cpp/protobuf/json/proto/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6c6f4228c3a..00000000000 --- a/library/cpp/protobuf/json/proto/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(protobuf-json-proto) -target_link_libraries(protobuf-json-proto PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(protobuf-json-proto PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/proto/enum_options.proto -) -target_proto_addincls(protobuf-json-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(protobuf-json-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/library/cpp/protobuf/json/proto/CMakeLists.linux-aarch64.txt b/library/cpp/protobuf/json/proto/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 1840a34ee65..00000000000 --- a/library/cpp/protobuf/json/proto/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(protobuf-json-proto) -target_link_libraries(protobuf-json-proto PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(protobuf-json-proto PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/proto/enum_options.proto -) -target_proto_addincls(protobuf-json-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(protobuf-json-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/library/cpp/protobuf/json/proto/CMakeLists.linux-x86_64.txt b/library/cpp/protobuf/json/proto/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 1840a34ee65..00000000000 --- a/library/cpp/protobuf/json/proto/CMakeLists.linux-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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(protobuf-json-proto) -target_link_libraries(protobuf-json-proto PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(protobuf-json-proto PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/proto/enum_options.proto -) -target_proto_addincls(protobuf-json-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(protobuf-json-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/library/cpp/protobuf/json/proto/CMakeLists.txt b/library/cpp/protobuf/json/proto/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/protobuf/json/proto/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/protobuf/json/proto/CMakeLists.windows-x86_64.txt b/library/cpp/protobuf/json/proto/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 6c6f4228c3a..00000000000 --- a/library/cpp/protobuf/json/proto/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(protobuf-json-proto) -target_link_libraries(protobuf-json-proto PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(protobuf-json-proto PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/json/proto/enum_options.proto -) -target_proto_addincls(protobuf-json-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(protobuf-json-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/library/cpp/protobuf/util/CMakeLists.darwin-x86_64.txt b/library/cpp/protobuf/util/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 51b65cd5b9b..00000000000 --- a/library/cpp/protobuf/util/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_subdirectory(proto) - -add_library(cpp-protobuf-util) -target_link_libraries(cpp-protobuf-util PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - library-cpp-binsaver - protobuf-util-proto - cpp-string_utils-base64 -) -target_sources(cpp-protobuf-util PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/is_equal.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/merge.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/path.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/pb_io.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/simple_reflection.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/walk.cpp -) diff --git a/library/cpp/protobuf/util/CMakeLists.linux-aarch64.txt b/library/cpp/protobuf/util/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 9ab7bb59e90..00000000000 --- a/library/cpp/protobuf/util/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_subdirectory(proto) - -add_library(cpp-protobuf-util) -target_link_libraries(cpp-protobuf-util PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - library-cpp-binsaver - protobuf-util-proto - cpp-string_utils-base64 -) -target_sources(cpp-protobuf-util PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/is_equal.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/merge.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/path.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/pb_io.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/simple_reflection.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/walk.cpp -) diff --git a/library/cpp/protobuf/util/CMakeLists.linux-x86_64.txt b/library/cpp/protobuf/util/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 9ab7bb59e90..00000000000 --- a/library/cpp/protobuf/util/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_subdirectory(proto) - -add_library(cpp-protobuf-util) -target_link_libraries(cpp-protobuf-util PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - library-cpp-binsaver - protobuf-util-proto - cpp-string_utils-base64 -) -target_sources(cpp-protobuf-util PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/is_equal.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/merge.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/path.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/pb_io.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/simple_reflection.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/walk.cpp -) diff --git a/library/cpp/protobuf/util/CMakeLists.txt b/library/cpp/protobuf/util/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/protobuf/util/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/protobuf/util/CMakeLists.windows-x86_64.txt b/library/cpp/protobuf/util/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 51b65cd5b9b..00000000000 --- a/library/cpp/protobuf/util/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_subdirectory(proto) - -add_library(cpp-protobuf-util) -target_link_libraries(cpp-protobuf-util PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - library-cpp-binsaver - protobuf-util-proto - cpp-string_utils-base64 -) -target_sources(cpp-protobuf-util PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/is_equal.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/merge.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/path.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/pb_io.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/simple_reflection.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/walk.cpp -) diff --git a/library/cpp/protobuf/util/proto/CMakeLists.darwin-x86_64.txt b/library/cpp/protobuf/util/proto/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 7a58b4bfebd..00000000000 --- a/library/cpp/protobuf/util/proto/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(protobuf-util-proto) -target_link_libraries(protobuf-util-proto PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(protobuf-util-proto PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/proto/merge.proto -) -target_proto_addincls(protobuf-util-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(protobuf-util-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/library/cpp/protobuf/util/proto/CMakeLists.linux-aarch64.txt b/library/cpp/protobuf/util/proto/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 5f08e7a6913..00000000000 --- a/library/cpp/protobuf/util/proto/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(protobuf-util-proto) -target_link_libraries(protobuf-util-proto PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(protobuf-util-proto PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/proto/merge.proto -) -target_proto_addincls(protobuf-util-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(protobuf-util-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/library/cpp/protobuf/util/proto/CMakeLists.linux-x86_64.txt b/library/cpp/protobuf/util/proto/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 5f08e7a6913..00000000000 --- a/library/cpp/protobuf/util/proto/CMakeLists.linux-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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(protobuf-util-proto) -target_link_libraries(protobuf-util-proto PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(protobuf-util-proto PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/proto/merge.proto -) -target_proto_addincls(protobuf-util-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(protobuf-util-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/library/cpp/protobuf/util/proto/CMakeLists.txt b/library/cpp/protobuf/util/proto/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/protobuf/util/proto/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/protobuf/util/proto/CMakeLists.windows-x86_64.txt b/library/cpp/protobuf/util/proto/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 7a58b4bfebd..00000000000 --- a/library/cpp/protobuf/util/proto/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(protobuf-util-proto) -target_link_libraries(protobuf-util-proto PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(protobuf-util-proto PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/proto/merge.proto -) -target_proto_addincls(protobuf-util-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(protobuf-util-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/library/cpp/random_provider/CMakeLists.darwin-x86_64.txt b/library/cpp/random_provider/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index ac70e71b915..00000000000 --- a/library/cpp/random_provider/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(library-cpp-random_provider) -target_link_libraries(library-cpp-random_provider PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-random_provider PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/random_provider/random_provider.cpp -) diff --git a/library/cpp/random_provider/CMakeLists.linux-aarch64.txt b/library/cpp/random_provider/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 797bda818a9..00000000000 --- a/library/cpp/random_provider/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(library-cpp-random_provider) -target_link_libraries(library-cpp-random_provider PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-random_provider PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/random_provider/random_provider.cpp -) diff --git a/library/cpp/random_provider/CMakeLists.linux-x86_64.txt b/library/cpp/random_provider/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 797bda818a9..00000000000 --- a/library/cpp/random_provider/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(library-cpp-random_provider) -target_link_libraries(library-cpp-random_provider PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-random_provider PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/random_provider/random_provider.cpp -) diff --git a/library/cpp/random_provider/CMakeLists.txt b/library/cpp/random_provider/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/random_provider/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/random_provider/CMakeLists.windows-x86_64.txt b/library/cpp/random_provider/CMakeLists.windows-x86_64.txt deleted file mode 100644 index ac70e71b915..00000000000 --- a/library/cpp/random_provider/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(library-cpp-random_provider) -target_link_libraries(library-cpp-random_provider PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-random_provider PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/random_provider/random_provider.cpp -) diff --git a/library/cpp/regex/CMakeLists.darwin-x86_64.txt b/library/cpp/regex/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d4225130fd8..00000000000 --- a/library/cpp/regex/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(hyperscan) -add_subdirectory(pcre) diff --git a/library/cpp/regex/CMakeLists.linux-aarch64.txt b/library/cpp/regex/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 5236bdf5124..00000000000 --- a/library/cpp/regex/CMakeLists.linux-aarch64.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(pcre) diff --git a/library/cpp/regex/CMakeLists.linux-x86_64.txt b/library/cpp/regex/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d4225130fd8..00000000000 --- a/library/cpp/regex/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(hyperscan) -add_subdirectory(pcre) diff --git a/library/cpp/regex/CMakeLists.txt b/library/cpp/regex/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/regex/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/regex/CMakeLists.windows-x86_64.txt b/library/cpp/regex/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d4225130fd8..00000000000 --- a/library/cpp/regex/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_subdirectory(hyperscan) -add_subdirectory(pcre) diff --git a/library/cpp/regex/hyperscan/CMakeLists.darwin-x86_64.txt b/library/cpp/regex/hyperscan/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 47150388a7a..00000000000 --- a/library/cpp/regex/hyperscan/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(cpp-regex-hyperscan) -target_link_libraries(cpp-regex-hyperscan PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-hyperscan - libs-hyperscan-runtime_core2 - libs-hyperscan-runtime_corei7 - libs-hyperscan-runtime_avx2 - libs-hyperscan-runtime_avx512 -) -target_sources(cpp-regex-hyperscan PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/regex/hyperscan/hyperscan.cpp -) diff --git a/library/cpp/regex/hyperscan/CMakeLists.linux-x86_64.txt b/library/cpp/regex/hyperscan/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 8c71567f3a2..00000000000 --- a/library/cpp/regex/hyperscan/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(cpp-regex-hyperscan) -target_link_libraries(cpp-regex-hyperscan PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-hyperscan - libs-hyperscan-runtime_core2 - libs-hyperscan-runtime_corei7 - libs-hyperscan-runtime_avx2 - libs-hyperscan-runtime_avx512 -) -target_sources(cpp-regex-hyperscan PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/regex/hyperscan/hyperscan.cpp -) diff --git a/library/cpp/regex/hyperscan/CMakeLists.txt b/library/cpp/regex/hyperscan/CMakeLists.txt deleted file mode 100644 index 7803a2712c1..00000000000 --- a/library/cpp/regex/hyperscan/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/library/cpp/regex/hyperscan/CMakeLists.windows-x86_64.txt b/library/cpp/regex/hyperscan/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 47150388a7a..00000000000 --- a/library/cpp/regex/hyperscan/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(cpp-regex-hyperscan) -target_link_libraries(cpp-regex-hyperscan PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-hyperscan - libs-hyperscan-runtime_core2 - libs-hyperscan-runtime_corei7 - libs-hyperscan-runtime_avx2 - libs-hyperscan-runtime_avx512 -) -target_sources(cpp-regex-hyperscan PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/regex/hyperscan/hyperscan.cpp -) diff --git a/library/cpp/regex/pcre/CMakeLists.darwin-x86_64.txt b/library/cpp/regex/pcre/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 8e01e97c1d2..00000000000 --- a/library/cpp/regex/pcre/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(cpp-regex-pcre) -target_link_libraries(cpp-regex-pcre PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-pcre - libs-pcre-pcre16 - libs-pcre-pcre32 - cpp-containers-stack_array -) -target_sources(cpp-regex-pcre PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/regex/pcre/pcre.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/regex/pcre/regexp.cpp -) diff --git a/library/cpp/regex/pcre/CMakeLists.linux-aarch64.txt b/library/cpp/regex/pcre/CMakeLists.linux-aarch64.txt deleted file mode 100644 index f526317f26b..00000000000 --- a/library/cpp/regex/pcre/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(cpp-regex-pcre) -target_link_libraries(cpp-regex-pcre PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-pcre - libs-pcre-pcre16 - libs-pcre-pcre32 - cpp-containers-stack_array -) -target_sources(cpp-regex-pcre PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/regex/pcre/pcre.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/regex/pcre/regexp.cpp -) diff --git a/library/cpp/regex/pcre/CMakeLists.linux-x86_64.txt b/library/cpp/regex/pcre/CMakeLists.linux-x86_64.txt deleted file mode 100644 index f526317f26b..00000000000 --- a/library/cpp/regex/pcre/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(cpp-regex-pcre) -target_link_libraries(cpp-regex-pcre PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-pcre - libs-pcre-pcre16 - libs-pcre-pcre32 - cpp-containers-stack_array -) -target_sources(cpp-regex-pcre PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/regex/pcre/pcre.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/regex/pcre/regexp.cpp -) diff --git a/library/cpp/regex/pcre/CMakeLists.txt b/library/cpp/regex/pcre/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/regex/pcre/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/regex/pcre/CMakeLists.windows-x86_64.txt b/library/cpp/regex/pcre/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 8e01e97c1d2..00000000000 --- a/library/cpp/regex/pcre/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(cpp-regex-pcre) -target_link_libraries(cpp-regex-pcre PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-pcre - libs-pcre-pcre16 - libs-pcre-pcre32 - cpp-containers-stack_array -) -target_sources(cpp-regex-pcre PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/regex/pcre/pcre.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/regex/pcre/regexp.cpp -) diff --git a/library/cpp/resource/CMakeLists.darwin-x86_64.txt b/library/cpp/resource/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a73bc8800f6..00000000000 --- a/library/cpp/resource/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(library-cpp-resource) -target_link_libraries(library-cpp-resource PUBLIC - contrib-libs-cxxsupp - yutil - cpp-blockcodecs-core - blockcodecs-codecs-zstd -) -target_sources(library-cpp-resource PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/resource/registry.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/resource/resource.cpp -) diff --git a/library/cpp/resource/CMakeLists.linux-aarch64.txt b/library/cpp/resource/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e569656a95f..00000000000 --- a/library/cpp/resource/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(library-cpp-resource) -target_link_libraries(library-cpp-resource PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-blockcodecs-core - blockcodecs-codecs-zstd -) -target_sources(library-cpp-resource PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/resource/registry.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/resource/resource.cpp -) diff --git a/library/cpp/resource/CMakeLists.linux-x86_64.txt b/library/cpp/resource/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e569656a95f..00000000000 --- a/library/cpp/resource/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(library-cpp-resource) -target_link_libraries(library-cpp-resource PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-blockcodecs-core - blockcodecs-codecs-zstd -) -target_sources(library-cpp-resource PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/resource/registry.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/resource/resource.cpp -) diff --git a/library/cpp/resource/CMakeLists.txt b/library/cpp/resource/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/resource/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/resource/CMakeLists.windows-x86_64.txt b/library/cpp/resource/CMakeLists.windows-x86_64.txt deleted file mode 100644 index a73bc8800f6..00000000000 --- a/library/cpp/resource/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(library-cpp-resource) -target_link_libraries(library-cpp-resource PUBLIC - contrib-libs-cxxsupp - yutil - cpp-blockcodecs-core - blockcodecs-codecs-zstd -) -target_sources(library-cpp-resource PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/resource/registry.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/resource/resource.cpp -) diff --git a/library/cpp/retry/CMakeLists.darwin-x86_64.txt b/library/cpp/retry/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 5cfb972bb5f..00000000000 --- a/library/cpp/retry/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_subdirectory(protos) - -add_library(library-cpp-retry) -target_link_libraries(library-cpp-retry PUBLIC - contrib-libs-cxxsupp - yutil - cpp-retry-protos -) -target_sources(library-cpp-retry PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/retry/retry.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/retry/utils.cpp -) diff --git a/library/cpp/retry/CMakeLists.linux-aarch64.txt b/library/cpp/retry/CMakeLists.linux-aarch64.txt deleted file mode 100644 index ca2003e3107..00000000000 --- a/library/cpp/retry/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(protos) - -add_library(library-cpp-retry) -target_link_libraries(library-cpp-retry PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-retry-protos -) -target_sources(library-cpp-retry PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/retry/retry.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/retry/utils.cpp -) diff --git a/library/cpp/retry/CMakeLists.linux-x86_64.txt b/library/cpp/retry/CMakeLists.linux-x86_64.txt deleted file mode 100644 index ca2003e3107..00000000000 --- a/library/cpp/retry/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(protos) - -add_library(library-cpp-retry) -target_link_libraries(library-cpp-retry PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-retry-protos -) -target_sources(library-cpp-retry PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/retry/retry.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/retry/utils.cpp -) diff --git a/library/cpp/retry/CMakeLists.txt b/library/cpp/retry/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/retry/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/retry/CMakeLists.windows-x86_64.txt b/library/cpp/retry/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 5cfb972bb5f..00000000000 --- a/library/cpp/retry/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(protos) - -add_library(library-cpp-retry) -target_link_libraries(library-cpp-retry PUBLIC - contrib-libs-cxxsupp - yutil - cpp-retry-protos -) -target_sources(library-cpp-retry PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/retry/retry.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/retry/utils.cpp -) diff --git a/library/cpp/retry/protos/CMakeLists.darwin-x86_64.txt b/library/cpp/retry/protos/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index ba41965df26..00000000000 --- a/library/cpp/retry/protos/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(cpp-retry-protos) -target_link_libraries(cpp-retry-protos PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(cpp-retry-protos PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/retry/protos/retry_options.proto -) -target_proto_addincls(cpp-retry-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(cpp-retry-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/library/cpp/retry/protos/CMakeLists.linux-aarch64.txt b/library/cpp/retry/protos/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 3c4f9aed25c..00000000000 --- a/library/cpp/retry/protos/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(cpp-retry-protos) -target_link_libraries(cpp-retry-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(cpp-retry-protos PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/retry/protos/retry_options.proto -) -target_proto_addincls(cpp-retry-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(cpp-retry-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/library/cpp/retry/protos/CMakeLists.linux-x86_64.txt b/library/cpp/retry/protos/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 3c4f9aed25c..00000000000 --- a/library/cpp/retry/protos/CMakeLists.linux-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. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(cpp-retry-protos) -target_link_libraries(cpp-retry-protos PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(cpp-retry-protos PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/retry/protos/retry_options.proto -) -target_proto_addincls(cpp-retry-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(cpp-retry-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/library/cpp/retry/protos/CMakeLists.txt b/library/cpp/retry/protos/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/retry/protos/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/retry/protos/CMakeLists.windows-x86_64.txt b/library/cpp/retry/protos/CMakeLists.windows-x86_64.txt deleted file mode 100644 index ba41965df26..00000000000 --- a/library/cpp/retry/protos/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,43 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) - -add_library(cpp-retry-protos) -target_link_libraries(cpp-retry-protos PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf -) -target_proto_messages(cpp-retry-protos PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/retry/protos/retry_options.proto -) -target_proto_addincls(cpp-retry-protos - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(cpp-retry-protos - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) diff --git a/library/cpp/sanitizer/CMakeLists.txt b/library/cpp/sanitizer/CMakeLists.txt deleted file mode 100644 index 6ec5506f436..00000000000 --- a/library/cpp/sanitizer/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(include) diff --git a/library/cpp/sanitizer/include/CMakeLists.darwin-x86_64.txt b/library/cpp/sanitizer/include/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a2871edfc28..00000000000 --- a/library/cpp/sanitizer/include/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(cpp-sanitizer-include INTERFACE) -target_include_directories(cpp-sanitizer-include INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/libs/clang16-rt/include -) diff --git a/library/cpp/sanitizer/include/CMakeLists.linux-aarch64.txt b/library/cpp/sanitizer/include/CMakeLists.linux-aarch64.txt deleted file mode 100644 index fa46dce697c..00000000000 --- a/library/cpp/sanitizer/include/CMakeLists.linux-aarch64.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(cpp-sanitizer-include INTERFACE) -target_include_directories(cpp-sanitizer-include INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/libs/clang16-rt/include -) -target_link_libraries(cpp-sanitizer-include INTERFACE - contrib-libs-linux-headers -) diff --git a/library/cpp/sanitizer/include/CMakeLists.linux-x86_64.txt b/library/cpp/sanitizer/include/CMakeLists.linux-x86_64.txt deleted file mode 100644 index fa46dce697c..00000000000 --- a/library/cpp/sanitizer/include/CMakeLists.linux-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(cpp-sanitizer-include INTERFACE) -target_include_directories(cpp-sanitizer-include INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/libs/clang16-rt/include -) -target_link_libraries(cpp-sanitizer-include INTERFACE - contrib-libs-linux-headers -) diff --git a/library/cpp/sanitizer/include/CMakeLists.txt b/library/cpp/sanitizer/include/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/sanitizer/include/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/sanitizer/include/CMakeLists.windows-x86_64.txt b/library/cpp/sanitizer/include/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c6705a4cac0..00000000000 --- a/library/cpp/sanitizer/include/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(cpp-sanitizer-include INTERFACE) -target_include_directories(cpp-sanitizer-include INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/libs/clang14-rt/include -) diff --git a/library/cpp/scheme/CMakeLists.darwin-x86_64.txt b/library/cpp/scheme/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 851add2e6cd..00000000000 --- a/library/cpp/scheme/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(library-cpp-scheme) -target_link_libraries(library-cpp-scheme PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - library-cpp-json - cpp-string_utils-relaxed_escaper - tools-enum_parser-enum_serialization_runtime -) -target_sources(library-cpp-scheme PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/scheme/scheme.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/scheme/scimpl_private.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/scheme/scimpl_protobuf.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/scheme/scimpl_json_read.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/scheme/scimpl_json_write.cpp -) -generate_enum_serilization(library-cpp-scheme - ${CMAKE_SOURCE_DIR}/library/cpp/scheme/scheme.h - INCLUDE_HEADERS - library/cpp/scheme/scheme.h -) -target_ragel_lexers(library-cpp-scheme - PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/scheme/scimpl_select.rl6 - -CG2 -) diff --git a/library/cpp/scheme/CMakeLists.linux-aarch64.txt b/library/cpp/scheme/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 39139ce3c86..00000000000 --- a/library/cpp/scheme/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(library-cpp-scheme) -target_link_libraries(library-cpp-scheme PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - library-cpp-json - cpp-string_utils-relaxed_escaper - tools-enum_parser-enum_serialization_runtime -) -target_sources(library-cpp-scheme PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/scheme/scheme.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/scheme/scimpl_private.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/scheme/scimpl_protobuf.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/scheme/scimpl_json_read.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/scheme/scimpl_json_write.cpp -) -generate_enum_serilization(library-cpp-scheme - ${CMAKE_SOURCE_DIR}/library/cpp/scheme/scheme.h - INCLUDE_HEADERS - library/cpp/scheme/scheme.h -) -target_ragel_lexers(library-cpp-scheme - PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/scheme/scimpl_select.rl6 - -CG2 -) diff --git a/library/cpp/scheme/CMakeLists.linux-x86_64.txt b/library/cpp/scheme/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 39139ce3c86..00000000000 --- a/library/cpp/scheme/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(library-cpp-scheme) -target_link_libraries(library-cpp-scheme PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - library-cpp-json - cpp-string_utils-relaxed_escaper - tools-enum_parser-enum_serialization_runtime -) -target_sources(library-cpp-scheme PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/scheme/scheme.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/scheme/scimpl_private.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/scheme/scimpl_protobuf.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/scheme/scimpl_json_read.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/scheme/scimpl_json_write.cpp -) -generate_enum_serilization(library-cpp-scheme - ${CMAKE_SOURCE_DIR}/library/cpp/scheme/scheme.h - INCLUDE_HEADERS - library/cpp/scheme/scheme.h -) -target_ragel_lexers(library-cpp-scheme - PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/scheme/scimpl_select.rl6 - -CG2 -) diff --git a/library/cpp/scheme/CMakeLists.txt b/library/cpp/scheme/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/scheme/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/scheme/CMakeLists.windows-x86_64.txt b/library/cpp/scheme/CMakeLists.windows-x86_64.txt deleted file mode 100644 index a08385558d3..00000000000 --- a/library/cpp/scheme/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(library-cpp-scheme) -target_link_libraries(library-cpp-scheme PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - library-cpp-json - cpp-string_utils-relaxed_escaper - tools-enum_parser-enum_serialization_runtime -) -target_sources(library-cpp-scheme PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/scheme/scheme.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/scheme/scimpl_private.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/scheme/scimpl_protobuf.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/scheme/scimpl_json_read.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/scheme/scimpl_json_write.cpp -) -generate_enum_serilization(library-cpp-scheme - ${CMAKE_SOURCE_DIR}/library/cpp/scheme/scheme.h - INCLUDE_HEADERS - library/cpp/scheme/scheme.h -) -target_ragel_lexers(library-cpp-scheme - PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/scheme/scimpl_select.rl6 - -CT0 -) diff --git a/library/cpp/sighandler/CMakeLists.darwin-x86_64.txt b/library/cpp/sighandler/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 3f330b9bb51..00000000000 --- a/library/cpp/sighandler/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(library-cpp-sighandler) -target_link_libraries(library-cpp-sighandler PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(library-cpp-sighandler PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/sighandler/async_signals_handler.cpp -) diff --git a/library/cpp/sighandler/CMakeLists.linux-aarch64.txt b/library/cpp/sighandler/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 73b4b95275c..00000000000 --- a/library/cpp/sighandler/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(library-cpp-sighandler) -target_link_libraries(library-cpp-sighandler PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(library-cpp-sighandler PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/sighandler/async_signals_handler.cpp -) diff --git a/library/cpp/sighandler/CMakeLists.linux-x86_64.txt b/library/cpp/sighandler/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 73b4b95275c..00000000000 --- a/library/cpp/sighandler/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(library-cpp-sighandler) -target_link_libraries(library-cpp-sighandler PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(library-cpp-sighandler PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/sighandler/async_signals_handler.cpp -) diff --git a/library/cpp/sighandler/CMakeLists.txt b/library/cpp/sighandler/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/sighandler/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/sighandler/CMakeLists.windows-x86_64.txt b/library/cpp/sighandler/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 3f330b9bb51..00000000000 --- a/library/cpp/sighandler/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(library-cpp-sighandler) -target_link_libraries(library-cpp-sighandler PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(library-cpp-sighandler PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/sighandler/async_signals_handler.cpp -) diff --git a/library/cpp/sliding_window/CMakeLists.darwin-x86_64.txt b/library/cpp/sliding_window/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 15be6f0095d..00000000000 --- a/library/cpp/sliding_window/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(library-cpp-sliding_window) -target_link_libraries(library-cpp-sliding_window PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-sliding_window PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/sliding_window/sliding_window.cpp -) diff --git a/library/cpp/sliding_window/CMakeLists.linux-aarch64.txt b/library/cpp/sliding_window/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 110e2807e9b..00000000000 --- a/library/cpp/sliding_window/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(library-cpp-sliding_window) -target_link_libraries(library-cpp-sliding_window PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-sliding_window PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/sliding_window/sliding_window.cpp -) diff --git a/library/cpp/sliding_window/CMakeLists.linux-x86_64.txt b/library/cpp/sliding_window/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 110e2807e9b..00000000000 --- a/library/cpp/sliding_window/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(library-cpp-sliding_window) -target_link_libraries(library-cpp-sliding_window PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-sliding_window PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/sliding_window/sliding_window.cpp -) diff --git a/library/cpp/sliding_window/CMakeLists.txt b/library/cpp/sliding_window/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/sliding_window/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/sliding_window/CMakeLists.windows-x86_64.txt b/library/cpp/sliding_window/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 15be6f0095d..00000000000 --- a/library/cpp/sliding_window/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(library-cpp-sliding_window) -target_link_libraries(library-cpp-sliding_window PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-sliding_window PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/sliding_window/sliding_window.cpp -) diff --git a/library/cpp/sse/CMakeLists.darwin-x86_64.txt b/library/cpp/sse/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index dbd80b1e0cd..00000000000 --- a/library/cpp/sse/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(library-cpp-sse) -target_link_libraries(library-cpp-sse PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-sse PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/sse/sse.cpp -) diff --git a/library/cpp/sse/CMakeLists.linux-aarch64.txt b/library/cpp/sse/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 9266eb99aec..00000000000 --- a/library/cpp/sse/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(library-cpp-sse) -target_link_libraries(library-cpp-sse PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-sse PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/sse/sse.cpp -) diff --git a/library/cpp/sse/CMakeLists.linux-x86_64.txt b/library/cpp/sse/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 9266eb99aec..00000000000 --- a/library/cpp/sse/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(library-cpp-sse) -target_link_libraries(library-cpp-sse PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-sse PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/sse/sse.cpp -) diff --git a/library/cpp/sse/CMakeLists.txt b/library/cpp/sse/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/sse/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/sse/CMakeLists.windows-x86_64.txt b/library/cpp/sse/CMakeLists.windows-x86_64.txt deleted file mode 100644 index dbd80b1e0cd..00000000000 --- a/library/cpp/sse/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(library-cpp-sse) -target_link_libraries(library-cpp-sse PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-sse PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/sse/sse.cpp -) diff --git a/library/cpp/streams/CMakeLists.txt b/library/cpp/streams/CMakeLists.txt deleted file mode 100644 index df4651a1ebe..00000000000 --- a/library/cpp/streams/CMakeLists.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_subdirectory(brotli) -add_subdirectory(bzip2) -add_subdirectory(growing_file_input) -add_subdirectory(lzma) -add_subdirectory(zc_memory_input) -add_subdirectory(zstd) diff --git a/library/cpp/streams/brotli/CMakeLists.darwin-x86_64.txt b/library/cpp/streams/brotli/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 71027159520..00000000000 --- a/library/cpp/streams/brotli/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(cpp-streams-brotli) -target_link_libraries(cpp-streams-brotli PUBLIC - contrib-libs-cxxsupp - yutil - libs-brotli-enc - libs-brotli-dec -) -target_sources(cpp-streams-brotli PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/streams/brotli/brotli.cpp -) diff --git a/library/cpp/streams/brotli/CMakeLists.linux-aarch64.txt b/library/cpp/streams/brotli/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 37e5df6e79e..00000000000 --- a/library/cpp/streams/brotli/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(cpp-streams-brotli) -target_link_libraries(cpp-streams-brotli PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-brotli-enc - libs-brotli-dec -) -target_sources(cpp-streams-brotli PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/streams/brotli/brotli.cpp -) diff --git a/library/cpp/streams/brotli/CMakeLists.linux-x86_64.txt b/library/cpp/streams/brotli/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 37e5df6e79e..00000000000 --- a/library/cpp/streams/brotli/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(cpp-streams-brotli) -target_link_libraries(cpp-streams-brotli PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-brotli-enc - libs-brotli-dec -) -target_sources(cpp-streams-brotli PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/streams/brotli/brotli.cpp -) diff --git a/library/cpp/streams/brotli/CMakeLists.txt b/library/cpp/streams/brotli/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/streams/brotli/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/streams/brotli/CMakeLists.windows-x86_64.txt b/library/cpp/streams/brotli/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 71027159520..00000000000 --- a/library/cpp/streams/brotli/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(cpp-streams-brotli) -target_link_libraries(cpp-streams-brotli PUBLIC - contrib-libs-cxxsupp - yutil - libs-brotli-enc - libs-brotli-dec -) -target_sources(cpp-streams-brotli PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/streams/brotli/brotli.cpp -) diff --git a/library/cpp/streams/bzip2/CMakeLists.darwin-x86_64.txt b/library/cpp/streams/bzip2/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 5afa320647f..00000000000 --- a/library/cpp/streams/bzip2/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(cpp-streams-bzip2) -target_link_libraries(cpp-streams-bzip2 PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-libbz2 -) -target_sources(cpp-streams-bzip2 PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/streams/bzip2/bzip2.cpp -) diff --git a/library/cpp/streams/bzip2/CMakeLists.linux-aarch64.txt b/library/cpp/streams/bzip2/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d8cfeb870fe..00000000000 --- a/library/cpp/streams/bzip2/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(cpp-streams-bzip2) -target_link_libraries(cpp-streams-bzip2 PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-libbz2 -) -target_sources(cpp-streams-bzip2 PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/streams/bzip2/bzip2.cpp -) diff --git a/library/cpp/streams/bzip2/CMakeLists.linux-x86_64.txt b/library/cpp/streams/bzip2/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d8cfeb870fe..00000000000 --- a/library/cpp/streams/bzip2/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(cpp-streams-bzip2) -target_link_libraries(cpp-streams-bzip2 PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-libbz2 -) -target_sources(cpp-streams-bzip2 PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/streams/bzip2/bzip2.cpp -) diff --git a/library/cpp/streams/bzip2/CMakeLists.txt b/library/cpp/streams/bzip2/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/streams/bzip2/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/streams/bzip2/CMakeLists.windows-x86_64.txt b/library/cpp/streams/bzip2/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 5afa320647f..00000000000 --- a/library/cpp/streams/bzip2/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(cpp-streams-bzip2) -target_link_libraries(cpp-streams-bzip2 PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-libbz2 -) -target_sources(cpp-streams-bzip2 PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/streams/bzip2/bzip2.cpp -) diff --git a/library/cpp/streams/growing_file_input/CMakeLists.darwin-x86_64.txt b/library/cpp/streams/growing_file_input/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 12d423960fc..00000000000 --- a/library/cpp/streams/growing_file_input/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(cpp-streams-growing_file_input) -target_link_libraries(cpp-streams-growing_file_input PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-streams-growing_file_input PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/streams/growing_file_input/growing_file_input.cpp -) diff --git a/library/cpp/streams/growing_file_input/CMakeLists.linux-aarch64.txt b/library/cpp/streams/growing_file_input/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 2bd3d43f803..00000000000 --- a/library/cpp/streams/growing_file_input/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(cpp-streams-growing_file_input) -target_link_libraries(cpp-streams-growing_file_input PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-streams-growing_file_input PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/streams/growing_file_input/growing_file_input.cpp -) diff --git a/library/cpp/streams/growing_file_input/CMakeLists.linux-x86_64.txt b/library/cpp/streams/growing_file_input/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 2bd3d43f803..00000000000 --- a/library/cpp/streams/growing_file_input/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(cpp-streams-growing_file_input) -target_link_libraries(cpp-streams-growing_file_input PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-streams-growing_file_input PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/streams/growing_file_input/growing_file_input.cpp -) diff --git a/library/cpp/streams/growing_file_input/CMakeLists.txt b/library/cpp/streams/growing_file_input/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/streams/growing_file_input/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/streams/growing_file_input/CMakeLists.windows-x86_64.txt b/library/cpp/streams/growing_file_input/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 12d423960fc..00000000000 --- a/library/cpp/streams/growing_file_input/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(cpp-streams-growing_file_input) -target_link_libraries(cpp-streams-growing_file_input PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-streams-growing_file_input PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/streams/growing_file_input/growing_file_input.cpp -) diff --git a/library/cpp/streams/lzma/CMakeLists.darwin-x86_64.txt b/library/cpp/streams/lzma/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 3e5c652aeeb..00000000000 --- a/library/cpp/streams/lzma/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(cpp-streams-lzma) -target_link_libraries(cpp-streams-lzma PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-lzmasdk -) -target_sources(cpp-streams-lzma PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/streams/lzma/lzma.cpp -) diff --git a/library/cpp/streams/lzma/CMakeLists.linux-aarch64.txt b/library/cpp/streams/lzma/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 3893a3ea8b5..00000000000 --- a/library/cpp/streams/lzma/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(cpp-streams-lzma) -target_link_libraries(cpp-streams-lzma PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-lzmasdk -) -target_sources(cpp-streams-lzma PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/streams/lzma/lzma.cpp -) diff --git a/library/cpp/streams/lzma/CMakeLists.linux-x86_64.txt b/library/cpp/streams/lzma/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 3893a3ea8b5..00000000000 --- a/library/cpp/streams/lzma/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(cpp-streams-lzma) -target_link_libraries(cpp-streams-lzma PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-lzmasdk -) -target_sources(cpp-streams-lzma PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/streams/lzma/lzma.cpp -) diff --git a/library/cpp/streams/lzma/CMakeLists.txt b/library/cpp/streams/lzma/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/streams/lzma/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/streams/lzma/CMakeLists.windows-x86_64.txt b/library/cpp/streams/lzma/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 3e5c652aeeb..00000000000 --- a/library/cpp/streams/lzma/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(cpp-streams-lzma) -target_link_libraries(cpp-streams-lzma PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-lzmasdk -) -target_sources(cpp-streams-lzma PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/streams/lzma/lzma.cpp -) diff --git a/library/cpp/streams/zc_memory_input/CMakeLists.darwin-x86_64.txt b/library/cpp/streams/zc_memory_input/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index e0ddfec96c9..00000000000 --- a/library/cpp/streams/zc_memory_input/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(cpp-streams-zc_memory_input) -target_link_libraries(cpp-streams-zc_memory_input PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-streams-zc_memory_input PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/streams/zc_memory_input/zc_memory_input.cpp -) diff --git a/library/cpp/streams/zc_memory_input/CMakeLists.linux-aarch64.txt b/library/cpp/streams/zc_memory_input/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 557f29655be..00000000000 --- a/library/cpp/streams/zc_memory_input/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(cpp-streams-zc_memory_input) -target_link_libraries(cpp-streams-zc_memory_input PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-streams-zc_memory_input PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/streams/zc_memory_input/zc_memory_input.cpp -) diff --git a/library/cpp/streams/zc_memory_input/CMakeLists.linux-x86_64.txt b/library/cpp/streams/zc_memory_input/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 557f29655be..00000000000 --- a/library/cpp/streams/zc_memory_input/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(cpp-streams-zc_memory_input) -target_link_libraries(cpp-streams-zc_memory_input PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-streams-zc_memory_input PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/streams/zc_memory_input/zc_memory_input.cpp -) diff --git a/library/cpp/streams/zc_memory_input/CMakeLists.txt b/library/cpp/streams/zc_memory_input/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/streams/zc_memory_input/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/streams/zc_memory_input/CMakeLists.windows-x86_64.txt b/library/cpp/streams/zc_memory_input/CMakeLists.windows-x86_64.txt deleted file mode 100644 index e0ddfec96c9..00000000000 --- a/library/cpp/streams/zc_memory_input/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(cpp-streams-zc_memory_input) -target_link_libraries(cpp-streams-zc_memory_input PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-streams-zc_memory_input PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/streams/zc_memory_input/zc_memory_input.cpp -) diff --git a/library/cpp/streams/zstd/CMakeLists.darwin-x86_64.txt b/library/cpp/streams/zstd/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 9a3521cd9b3..00000000000 --- a/library/cpp/streams/zstd/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(cpp-streams-zstd) -target_link_libraries(cpp-streams-zstd PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-zstd -) -target_sources(cpp-streams-zstd PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/streams/zstd/zstd.cpp -) diff --git a/library/cpp/streams/zstd/CMakeLists.linux-aarch64.txt b/library/cpp/streams/zstd/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a48d43f3fdc..00000000000 --- a/library/cpp/streams/zstd/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(cpp-streams-zstd) -target_link_libraries(cpp-streams-zstd PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-zstd -) -target_sources(cpp-streams-zstd PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/streams/zstd/zstd.cpp -) diff --git a/library/cpp/streams/zstd/CMakeLists.linux-x86_64.txt b/library/cpp/streams/zstd/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a48d43f3fdc..00000000000 --- a/library/cpp/streams/zstd/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(cpp-streams-zstd) -target_link_libraries(cpp-streams-zstd PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-zstd -) -target_sources(cpp-streams-zstd PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/streams/zstd/zstd.cpp -) diff --git a/library/cpp/streams/zstd/CMakeLists.txt b/library/cpp/streams/zstd/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/streams/zstd/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/streams/zstd/CMakeLists.windows-x86_64.txt b/library/cpp/streams/zstd/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 9a3521cd9b3..00000000000 --- a/library/cpp/streams/zstd/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(cpp-streams-zstd) -target_link_libraries(cpp-streams-zstd PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-zstd -) -target_sources(cpp-streams-zstd PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/streams/zstd/zstd.cpp -) diff --git a/library/cpp/string_utils/CMakeLists.txt b/library/cpp/string_utils/CMakeLists.txt deleted file mode 100644 index 381ca74d02d..00000000000 --- a/library/cpp/string_utils/CMakeLists.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_subdirectory(base64) -add_subdirectory(csv) -add_subdirectory(indent_text) -add_subdirectory(levenshtein_diff) -add_subdirectory(parse_size) -add_subdirectory(quote) -add_subdirectory(relaxed_escaper) -add_subdirectory(scan) -add_subdirectory(url) -add_subdirectory(ztstrbuf) diff --git a/library/cpp/string_utils/base64/CMakeLists.darwin-x86_64.txt b/library/cpp/string_utils/base64/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d4f74e8dc08..00000000000 --- a/library/cpp/string_utils/base64/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(cpp-string_utils-base64) -target_link_libraries(cpp-string_utils-base64 PUBLIC - contrib-libs-cxxsupp - yutil - libs-base64-avx2 - libs-base64-ssse3 - libs-base64-neon32 - libs-base64-neon64 - libs-base64-plain32 - libs-base64-plain64 -) -target_sources(cpp-string_utils-base64 PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/base64/base64.cpp -) diff --git a/library/cpp/string_utils/base64/CMakeLists.linux-aarch64.txt b/library/cpp/string_utils/base64/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d5a19ed8ea1..00000000000 --- a/library/cpp/string_utils/base64/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(cpp-string_utils-base64) -target_link_libraries(cpp-string_utils-base64 PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-base64-avx2 - libs-base64-ssse3 - libs-base64-neon32 - libs-base64-neon64 - libs-base64-plain32 - libs-base64-plain64 -) -target_sources(cpp-string_utils-base64 PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/base64/base64.cpp -) diff --git a/library/cpp/string_utils/base64/CMakeLists.linux-x86_64.txt b/library/cpp/string_utils/base64/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d5a19ed8ea1..00000000000 --- a/library/cpp/string_utils/base64/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(cpp-string_utils-base64) -target_link_libraries(cpp-string_utils-base64 PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - libs-base64-avx2 - libs-base64-ssse3 - libs-base64-neon32 - libs-base64-neon64 - libs-base64-plain32 - libs-base64-plain64 -) -target_sources(cpp-string_utils-base64 PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/base64/base64.cpp -) diff --git a/library/cpp/string_utils/base64/CMakeLists.txt b/library/cpp/string_utils/base64/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/string_utils/base64/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/string_utils/base64/CMakeLists.windows-x86_64.txt b/library/cpp/string_utils/base64/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d4f74e8dc08..00000000000 --- a/library/cpp/string_utils/base64/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(cpp-string_utils-base64) -target_link_libraries(cpp-string_utils-base64 PUBLIC - contrib-libs-cxxsupp - yutil - libs-base64-avx2 - libs-base64-ssse3 - libs-base64-neon32 - libs-base64-neon64 - libs-base64-plain32 - libs-base64-plain64 -) -target_sources(cpp-string_utils-base64 PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/base64/base64.cpp -) diff --git a/library/cpp/string_utils/csv/CMakeLists.darwin-x86_64.txt b/library/cpp/string_utils/csv/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d50b571fdef..00000000000 --- a/library/cpp/string_utils/csv/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(cpp-string_utils-csv) -target_link_libraries(cpp-string_utils-csv PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-csv PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/csv/csv.cpp -) diff --git a/library/cpp/string_utils/csv/CMakeLists.linux-aarch64.txt b/library/cpp/string_utils/csv/CMakeLists.linux-aarch64.txt deleted file mode 100644 index c5389658b16..00000000000 --- a/library/cpp/string_utils/csv/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(cpp-string_utils-csv) -target_link_libraries(cpp-string_utils-csv PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-csv PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/csv/csv.cpp -) diff --git a/library/cpp/string_utils/csv/CMakeLists.linux-x86_64.txt b/library/cpp/string_utils/csv/CMakeLists.linux-x86_64.txt deleted file mode 100644 index c5389658b16..00000000000 --- a/library/cpp/string_utils/csv/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(cpp-string_utils-csv) -target_link_libraries(cpp-string_utils-csv PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-csv PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/csv/csv.cpp -) diff --git a/library/cpp/string_utils/csv/CMakeLists.txt b/library/cpp/string_utils/csv/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/string_utils/csv/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/string_utils/csv/CMakeLists.windows-x86_64.txt b/library/cpp/string_utils/csv/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d50b571fdef..00000000000 --- a/library/cpp/string_utils/csv/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(cpp-string_utils-csv) -target_link_libraries(cpp-string_utils-csv PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-csv PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/csv/csv.cpp -) diff --git a/library/cpp/string_utils/indent_text/CMakeLists.darwin-x86_64.txt b/library/cpp/string_utils/indent_text/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6eca107f7fb..00000000000 --- a/library/cpp/string_utils/indent_text/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(cpp-string_utils-indent_text) -target_link_libraries(cpp-string_utils-indent_text PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-indent_text PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/indent_text/indent_text.cpp -) diff --git a/library/cpp/string_utils/indent_text/CMakeLists.linux-aarch64.txt b/library/cpp/string_utils/indent_text/CMakeLists.linux-aarch64.txt deleted file mode 100644 index afeec637dd8..00000000000 --- a/library/cpp/string_utils/indent_text/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(cpp-string_utils-indent_text) -target_link_libraries(cpp-string_utils-indent_text PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-indent_text PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/indent_text/indent_text.cpp -) diff --git a/library/cpp/string_utils/indent_text/CMakeLists.linux-x86_64.txt b/library/cpp/string_utils/indent_text/CMakeLists.linux-x86_64.txt deleted file mode 100644 index afeec637dd8..00000000000 --- a/library/cpp/string_utils/indent_text/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(cpp-string_utils-indent_text) -target_link_libraries(cpp-string_utils-indent_text PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-indent_text PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/indent_text/indent_text.cpp -) diff --git a/library/cpp/string_utils/indent_text/CMakeLists.txt b/library/cpp/string_utils/indent_text/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/string_utils/indent_text/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/string_utils/indent_text/CMakeLists.windows-x86_64.txt b/library/cpp/string_utils/indent_text/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 6eca107f7fb..00000000000 --- a/library/cpp/string_utils/indent_text/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(cpp-string_utils-indent_text) -target_link_libraries(cpp-string_utils-indent_text PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-indent_text PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/indent_text/indent_text.cpp -) diff --git a/library/cpp/string_utils/levenshtein_diff/CMakeLists.darwin-x86_64.txt b/library/cpp/string_utils/levenshtein_diff/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 0d86ce0e677..00000000000 --- a/library/cpp/string_utils/levenshtein_diff/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(cpp-string_utils-levenshtein_diff) -target_link_libraries(cpp-string_utils-levenshtein_diff PUBLIC - contrib-libs-cxxsupp - yutil - util-draft -) -target_sources(cpp-string_utils-levenshtein_diff PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/levenshtein_diff/levenshtein_diff.cpp -) diff --git a/library/cpp/string_utils/levenshtein_diff/CMakeLists.linux-aarch64.txt b/library/cpp/string_utils/levenshtein_diff/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 18f5590ef98..00000000000 --- a/library/cpp/string_utils/levenshtein_diff/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(cpp-string_utils-levenshtein_diff) -target_link_libraries(cpp-string_utils-levenshtein_diff PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - util-draft -) -target_sources(cpp-string_utils-levenshtein_diff PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/levenshtein_diff/levenshtein_diff.cpp -) diff --git a/library/cpp/string_utils/levenshtein_diff/CMakeLists.linux-x86_64.txt b/library/cpp/string_utils/levenshtein_diff/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 18f5590ef98..00000000000 --- a/library/cpp/string_utils/levenshtein_diff/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(cpp-string_utils-levenshtein_diff) -target_link_libraries(cpp-string_utils-levenshtein_diff PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - util-draft -) -target_sources(cpp-string_utils-levenshtein_diff PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/levenshtein_diff/levenshtein_diff.cpp -) diff --git a/library/cpp/string_utils/levenshtein_diff/CMakeLists.txt b/library/cpp/string_utils/levenshtein_diff/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/string_utils/levenshtein_diff/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/string_utils/levenshtein_diff/CMakeLists.windows-x86_64.txt b/library/cpp/string_utils/levenshtein_diff/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 0d86ce0e677..00000000000 --- a/library/cpp/string_utils/levenshtein_diff/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(cpp-string_utils-levenshtein_diff) -target_link_libraries(cpp-string_utils-levenshtein_diff PUBLIC - contrib-libs-cxxsupp - yutil - util-draft -) -target_sources(cpp-string_utils-levenshtein_diff PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/levenshtein_diff/levenshtein_diff.cpp -) diff --git a/library/cpp/string_utils/parse_size/CMakeLists.darwin-x86_64.txt b/library/cpp/string_utils/parse_size/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 5cd758efec8..00000000000 --- a/library/cpp/string_utils/parse_size/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(cpp-string_utils-parse_size) -target_link_libraries(cpp-string_utils-parse_size PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-parse_size PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/parse_size/parse_size.cpp -) diff --git a/library/cpp/string_utils/parse_size/CMakeLists.linux-aarch64.txt b/library/cpp/string_utils/parse_size/CMakeLists.linux-aarch64.txt deleted file mode 100644 index c50fd344c4e..00000000000 --- a/library/cpp/string_utils/parse_size/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(cpp-string_utils-parse_size) -target_link_libraries(cpp-string_utils-parse_size PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-parse_size PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/parse_size/parse_size.cpp -) diff --git a/library/cpp/string_utils/parse_size/CMakeLists.linux-x86_64.txt b/library/cpp/string_utils/parse_size/CMakeLists.linux-x86_64.txt deleted file mode 100644 index c50fd344c4e..00000000000 --- a/library/cpp/string_utils/parse_size/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(cpp-string_utils-parse_size) -target_link_libraries(cpp-string_utils-parse_size PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-parse_size PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/parse_size/parse_size.cpp -) diff --git a/library/cpp/string_utils/parse_size/CMakeLists.txt b/library/cpp/string_utils/parse_size/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/string_utils/parse_size/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/string_utils/parse_size/CMakeLists.windows-x86_64.txt b/library/cpp/string_utils/parse_size/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 5cd758efec8..00000000000 --- a/library/cpp/string_utils/parse_size/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(cpp-string_utils-parse_size) -target_link_libraries(cpp-string_utils-parse_size PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-parse_size PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/parse_size/parse_size.cpp -) diff --git a/library/cpp/string_utils/quote/CMakeLists.darwin-x86_64.txt b/library/cpp/string_utils/quote/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index e2bedf1e187..00000000000 --- a/library/cpp/string_utils/quote/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(cpp-string_utils-quote) -target_link_libraries(cpp-string_utils-quote PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-quote PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/quote/quote.cpp -) diff --git a/library/cpp/string_utils/quote/CMakeLists.linux-aarch64.txt b/library/cpp/string_utils/quote/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 28d1aabe8d2..00000000000 --- a/library/cpp/string_utils/quote/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(cpp-string_utils-quote) -target_link_libraries(cpp-string_utils-quote PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-quote PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/quote/quote.cpp -) diff --git a/library/cpp/string_utils/quote/CMakeLists.linux-x86_64.txt b/library/cpp/string_utils/quote/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 28d1aabe8d2..00000000000 --- a/library/cpp/string_utils/quote/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(cpp-string_utils-quote) -target_link_libraries(cpp-string_utils-quote PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-quote PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/quote/quote.cpp -) diff --git a/library/cpp/string_utils/quote/CMakeLists.txt b/library/cpp/string_utils/quote/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/string_utils/quote/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/string_utils/quote/CMakeLists.windows-x86_64.txt b/library/cpp/string_utils/quote/CMakeLists.windows-x86_64.txt deleted file mode 100644 index e2bedf1e187..00000000000 --- a/library/cpp/string_utils/quote/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(cpp-string_utils-quote) -target_link_libraries(cpp-string_utils-quote PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-quote PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/quote/quote.cpp -) diff --git a/library/cpp/string_utils/relaxed_escaper/CMakeLists.darwin-x86_64.txt b/library/cpp/string_utils/relaxed_escaper/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 14901bec18c..00000000000 --- a/library/cpp/string_utils/relaxed_escaper/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(cpp-string_utils-relaxed_escaper) -target_link_libraries(cpp-string_utils-relaxed_escaper PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-relaxed_escaper PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/relaxed_escaper/relaxed_escaper.cpp -) diff --git a/library/cpp/string_utils/relaxed_escaper/CMakeLists.linux-aarch64.txt b/library/cpp/string_utils/relaxed_escaper/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 6e952b89408..00000000000 --- a/library/cpp/string_utils/relaxed_escaper/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(cpp-string_utils-relaxed_escaper) -target_link_libraries(cpp-string_utils-relaxed_escaper PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-relaxed_escaper PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/relaxed_escaper/relaxed_escaper.cpp -) diff --git a/library/cpp/string_utils/relaxed_escaper/CMakeLists.linux-x86_64.txt b/library/cpp/string_utils/relaxed_escaper/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 6e952b89408..00000000000 --- a/library/cpp/string_utils/relaxed_escaper/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(cpp-string_utils-relaxed_escaper) -target_link_libraries(cpp-string_utils-relaxed_escaper PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-relaxed_escaper PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/relaxed_escaper/relaxed_escaper.cpp -) diff --git a/library/cpp/string_utils/relaxed_escaper/CMakeLists.txt b/library/cpp/string_utils/relaxed_escaper/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/string_utils/relaxed_escaper/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/string_utils/relaxed_escaper/CMakeLists.windows-x86_64.txt b/library/cpp/string_utils/relaxed_escaper/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 14901bec18c..00000000000 --- a/library/cpp/string_utils/relaxed_escaper/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(cpp-string_utils-relaxed_escaper) -target_link_libraries(cpp-string_utils-relaxed_escaper PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-relaxed_escaper PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/relaxed_escaper/relaxed_escaper.cpp -) diff --git a/library/cpp/string_utils/scan/CMakeLists.darwin-x86_64.txt b/library/cpp/string_utils/scan/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 3d7752c1ff3..00000000000 --- a/library/cpp/string_utils/scan/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(cpp-string_utils-scan) -target_link_libraries(cpp-string_utils-scan PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-scan PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/scan/scan.cpp -) diff --git a/library/cpp/string_utils/scan/CMakeLists.linux-aarch64.txt b/library/cpp/string_utils/scan/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 4359ec58c08..00000000000 --- a/library/cpp/string_utils/scan/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(cpp-string_utils-scan) -target_link_libraries(cpp-string_utils-scan PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-scan PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/scan/scan.cpp -) diff --git a/library/cpp/string_utils/scan/CMakeLists.linux-x86_64.txt b/library/cpp/string_utils/scan/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 4359ec58c08..00000000000 --- a/library/cpp/string_utils/scan/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(cpp-string_utils-scan) -target_link_libraries(cpp-string_utils-scan PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-scan PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/scan/scan.cpp -) diff --git a/library/cpp/string_utils/scan/CMakeLists.txt b/library/cpp/string_utils/scan/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/string_utils/scan/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/string_utils/scan/CMakeLists.windows-x86_64.txt b/library/cpp/string_utils/scan/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 3d7752c1ff3..00000000000 --- a/library/cpp/string_utils/scan/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(cpp-string_utils-scan) -target_link_libraries(cpp-string_utils-scan PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-scan PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/scan/scan.cpp -) diff --git a/library/cpp/string_utils/url/CMakeLists.darwin-x86_64.txt b/library/cpp/string_utils/url/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 672139e643e..00000000000 --- a/library/cpp/string_utils/url/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(cpp-string_utils-url) -target_link_libraries(cpp-string_utils-url PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-url PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/url/url.cpp -) diff --git a/library/cpp/string_utils/url/CMakeLists.linux-aarch64.txt b/library/cpp/string_utils/url/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b84dcb3263d..00000000000 --- a/library/cpp/string_utils/url/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(cpp-string_utils-url) -target_link_libraries(cpp-string_utils-url PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-url PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/url/url.cpp -) diff --git a/library/cpp/string_utils/url/CMakeLists.linux-x86_64.txt b/library/cpp/string_utils/url/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b84dcb3263d..00000000000 --- a/library/cpp/string_utils/url/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(cpp-string_utils-url) -target_link_libraries(cpp-string_utils-url PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-url PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/url/url.cpp -) diff --git a/library/cpp/string_utils/url/CMakeLists.txt b/library/cpp/string_utils/url/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/string_utils/url/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/string_utils/url/CMakeLists.windows-x86_64.txt b/library/cpp/string_utils/url/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 672139e643e..00000000000 --- a/library/cpp/string_utils/url/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(cpp-string_utils-url) -target_link_libraries(cpp-string_utils-url PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-url PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/url/url.cpp -) diff --git a/library/cpp/string_utils/ztstrbuf/CMakeLists.darwin-x86_64.txt b/library/cpp/string_utils/ztstrbuf/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index b6867602291..00000000000 --- a/library/cpp/string_utils/ztstrbuf/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(cpp-string_utils-ztstrbuf) -target_link_libraries(cpp-string_utils-ztstrbuf PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-ztstrbuf PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/ztstrbuf/ztstrbuf.cpp -) diff --git a/library/cpp/string_utils/ztstrbuf/CMakeLists.linux-aarch64.txt b/library/cpp/string_utils/ztstrbuf/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 370fd83097d..00000000000 --- a/library/cpp/string_utils/ztstrbuf/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(cpp-string_utils-ztstrbuf) -target_link_libraries(cpp-string_utils-ztstrbuf PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-ztstrbuf PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/ztstrbuf/ztstrbuf.cpp -) diff --git a/library/cpp/string_utils/ztstrbuf/CMakeLists.linux-x86_64.txt b/library/cpp/string_utils/ztstrbuf/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 370fd83097d..00000000000 --- a/library/cpp/string_utils/ztstrbuf/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(cpp-string_utils-ztstrbuf) -target_link_libraries(cpp-string_utils-ztstrbuf PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-ztstrbuf PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/ztstrbuf/ztstrbuf.cpp -) diff --git a/library/cpp/string_utils/ztstrbuf/CMakeLists.txt b/library/cpp/string_utils/ztstrbuf/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/string_utils/ztstrbuf/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/string_utils/ztstrbuf/CMakeLists.windows-x86_64.txt b/library/cpp/string_utils/ztstrbuf/CMakeLists.windows-x86_64.txt deleted file mode 100644 index b6867602291..00000000000 --- a/library/cpp/string_utils/ztstrbuf/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(cpp-string_utils-ztstrbuf) -target_link_libraries(cpp-string_utils-ztstrbuf PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-string_utils-ztstrbuf PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/string_utils/ztstrbuf/ztstrbuf.cpp -) diff --git a/library/cpp/svnversion/CMakeLists.darwin-x86_64.txt b/library/cpp/svnversion/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index f767e929b8c..00000000000 --- a/library/cpp/svnversion/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(library-cpp-svnversion) -target_link_libraries(library-cpp-svnversion PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-svnversion PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/svnversion/svnversion.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/svnversion/svn_interface.c -) diff --git a/library/cpp/svnversion/CMakeLists.linux-aarch64.txt b/library/cpp/svnversion/CMakeLists.linux-aarch64.txt deleted file mode 100644 index f37d20f4d11..00000000000 --- a/library/cpp/svnversion/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(library-cpp-svnversion) -target_link_libraries(library-cpp-svnversion PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-svnversion PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/svnversion/svnversion.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/svnversion/svn_interface.c -) diff --git a/library/cpp/svnversion/CMakeLists.linux-x86_64.txt b/library/cpp/svnversion/CMakeLists.linux-x86_64.txt deleted file mode 100644 index f37d20f4d11..00000000000 --- a/library/cpp/svnversion/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(library-cpp-svnversion) -target_link_libraries(library-cpp-svnversion PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-svnversion PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/svnversion/svnversion.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/svnversion/svn_interface.c -) diff --git a/library/cpp/svnversion/CMakeLists.txt b/library/cpp/svnversion/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/svnversion/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/svnversion/CMakeLists.windows-x86_64.txt b/library/cpp/svnversion/CMakeLists.windows-x86_64.txt deleted file mode 100644 index f767e929b8c..00000000000 --- a/library/cpp/svnversion/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(library-cpp-svnversion) -target_link_libraries(library-cpp-svnversion PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-svnversion PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/svnversion/svnversion.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/svnversion/svn_interface.c -) diff --git a/library/cpp/terminate_handler/CMakeLists.darwin-x86_64.txt b/library/cpp/terminate_handler/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 050a5323bd6..00000000000 --- a/library/cpp/terminate_handler/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(library-cpp-terminate_handler) -target_link_libraries(library-cpp-terminate_handler PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-terminate_handler PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/terminate_handler/segv_handler.cpp -) - -add_global_library_for(library-cpp-terminate_handler.global library-cpp-terminate_handler) -target_link_libraries(library-cpp-terminate_handler.global PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-terminate_handler.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/terminate_handler/terminate_handler.cpp -) diff --git a/library/cpp/terminate_handler/CMakeLists.linux-aarch64.txt b/library/cpp/terminate_handler/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 48d55d42ce3..00000000000 --- a/library/cpp/terminate_handler/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(library-cpp-terminate_handler) -target_link_libraries(library-cpp-terminate_handler PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-terminate_handler PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/terminate_handler/segv_handler.cpp -) - -add_global_library_for(library-cpp-terminate_handler.global library-cpp-terminate_handler) -target_link_libraries(library-cpp-terminate_handler.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-terminate_handler.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/terminate_handler/terminate_handler.cpp -) diff --git a/library/cpp/terminate_handler/CMakeLists.linux-x86_64.txt b/library/cpp/terminate_handler/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 48d55d42ce3..00000000000 --- a/library/cpp/terminate_handler/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(library-cpp-terminate_handler) -target_link_libraries(library-cpp-terminate_handler PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-terminate_handler PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/terminate_handler/segv_handler.cpp -) - -add_global_library_for(library-cpp-terminate_handler.global library-cpp-terminate_handler) -target_link_libraries(library-cpp-terminate_handler.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-terminate_handler.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/terminate_handler/terminate_handler.cpp -) diff --git a/library/cpp/terminate_handler/CMakeLists.txt b/library/cpp/terminate_handler/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/terminate_handler/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/terminate_handler/CMakeLists.windows-x86_64.txt b/library/cpp/terminate_handler/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 050a5323bd6..00000000000 --- a/library/cpp/terminate_handler/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(library-cpp-terminate_handler) -target_link_libraries(library-cpp-terminate_handler PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-terminate_handler PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/terminate_handler/segv_handler.cpp -) - -add_global_library_for(library-cpp-terminate_handler.global library-cpp-terminate_handler) -target_link_libraries(library-cpp-terminate_handler.global PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-terminate_handler.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/terminate_handler/terminate_handler.cpp -) diff --git a/library/cpp/testing/CMakeLists.txt b/library/cpp/testing/CMakeLists.txt deleted file mode 100644 index d70c744d306..00000000000 --- a/library/cpp/testing/CMakeLists.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -add_subdirectory(benchmark) -add_subdirectory(common) -add_subdirectory(gbenchmark) -add_subdirectory(gmock_in_unittest) -add_subdirectory(gtest_extensions) -add_subdirectory(hook) -add_subdirectory(nofuzz) -add_subdirectory(unittest) -add_subdirectory(unittest_main) diff --git a/library/cpp/testing/benchmark/CMakeLists.darwin-x86_64.txt b/library/cpp/testing/benchmark/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c68241bc9ec..00000000000 --- a/library/cpp/testing/benchmark/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_subdirectory(main) - -add_library(cpp-testing-benchmark) -target_link_libraries(cpp-testing-benchmark PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-re2 - library-cpp-colorizer - cpp-getopt-small - library-cpp-json - library-cpp-linear_regression - cpp-threading-poor_man_openmp -) -target_sources(cpp-testing-benchmark PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/benchmark/bench.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/benchmark/dummy.cpp -) diff --git a/library/cpp/testing/benchmark/CMakeLists.linux-aarch64.txt b/library/cpp/testing/benchmark/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 84161c1c434..00000000000 --- a/library/cpp/testing/benchmark/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_subdirectory(main) - -add_library(cpp-testing-benchmark) -target_link_libraries(cpp-testing-benchmark PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-re2 - library-cpp-colorizer - cpp-getopt-small - library-cpp-json - library-cpp-linear_regression - cpp-threading-poor_man_openmp -) -target_sources(cpp-testing-benchmark PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/benchmark/bench.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/benchmark/dummy.cpp -) diff --git a/library/cpp/testing/benchmark/CMakeLists.linux-x86_64.txt b/library/cpp/testing/benchmark/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 84161c1c434..00000000000 --- a/library/cpp/testing/benchmark/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_subdirectory(main) - -add_library(cpp-testing-benchmark) -target_link_libraries(cpp-testing-benchmark PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-re2 - library-cpp-colorizer - cpp-getopt-small - library-cpp-json - library-cpp-linear_regression - cpp-threading-poor_man_openmp -) -target_sources(cpp-testing-benchmark PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/benchmark/bench.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/benchmark/dummy.cpp -) diff --git a/library/cpp/testing/benchmark/CMakeLists.txt b/library/cpp/testing/benchmark/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/testing/benchmark/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/testing/benchmark/CMakeLists.windows-x86_64.txt b/library/cpp/testing/benchmark/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c68241bc9ec..00000000000 --- a/library/cpp/testing/benchmark/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_subdirectory(main) - -add_library(cpp-testing-benchmark) -target_link_libraries(cpp-testing-benchmark PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-re2 - library-cpp-colorizer - cpp-getopt-small - library-cpp-json - library-cpp-linear_regression - cpp-threading-poor_man_openmp -) -target_sources(cpp-testing-benchmark PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/benchmark/bench.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/benchmark/dummy.cpp -) diff --git a/library/cpp/testing/benchmark/main/CMakeLists.darwin-x86_64.txt b/library/cpp/testing/benchmark/main/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 15cbe3d5ac9..00000000000 --- a/library/cpp/testing/benchmark/main/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(testing-benchmark-main INTERFACE) -target_link_libraries(testing-benchmark-main INTERFACE - contrib-libs-cxxsupp - yutil - cpp-testing-benchmark -) - -add_global_library_for(testing-benchmark-main.global testing-benchmark-main) -target_link_libraries(testing-benchmark-main.global PUBLIC - contrib-libs-cxxsupp - yutil - cpp-testing-benchmark -) -target_sources(testing-benchmark-main.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/benchmark/main/main.cpp -) diff --git a/library/cpp/testing/benchmark/main/CMakeLists.linux-aarch64.txt b/library/cpp/testing/benchmark/main/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 3f580358e35..00000000000 --- a/library/cpp/testing/benchmark/main/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(testing-benchmark-main INTERFACE) -target_link_libraries(testing-benchmark-main INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-benchmark -) - -add_global_library_for(testing-benchmark-main.global testing-benchmark-main) -target_link_libraries(testing-benchmark-main.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-benchmark -) -target_sources(testing-benchmark-main.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/benchmark/main/main.cpp -) diff --git a/library/cpp/testing/benchmark/main/CMakeLists.linux-x86_64.txt b/library/cpp/testing/benchmark/main/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 3f580358e35..00000000000 --- a/library/cpp/testing/benchmark/main/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(testing-benchmark-main INTERFACE) -target_link_libraries(testing-benchmark-main INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-benchmark -) - -add_global_library_for(testing-benchmark-main.global testing-benchmark-main) -target_link_libraries(testing-benchmark-main.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-benchmark -) -target_sources(testing-benchmark-main.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/benchmark/main/main.cpp -) diff --git a/library/cpp/testing/benchmark/main/CMakeLists.txt b/library/cpp/testing/benchmark/main/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/testing/benchmark/main/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/testing/benchmark/main/CMakeLists.windows-x86_64.txt b/library/cpp/testing/benchmark/main/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 15cbe3d5ac9..00000000000 --- a/library/cpp/testing/benchmark/main/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(testing-benchmark-main INTERFACE) -target_link_libraries(testing-benchmark-main INTERFACE - contrib-libs-cxxsupp - yutil - cpp-testing-benchmark -) - -add_global_library_for(testing-benchmark-main.global testing-benchmark-main) -target_link_libraries(testing-benchmark-main.global PUBLIC - contrib-libs-cxxsupp - yutil - cpp-testing-benchmark -) -target_sources(testing-benchmark-main.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/benchmark/main/main.cpp -) diff --git a/library/cpp/testing/common/CMakeLists.darwin-x86_64.txt b/library/cpp/testing/common/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c795d4ebeb0..00000000000 --- a/library/cpp/testing/common/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(cpp-testing-common) -target_link_libraries(cpp-testing-common PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-json -) -target_sources(cpp-testing-common PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/common/env.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/common/network.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/common/probe.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/common/scope.cpp -) diff --git a/library/cpp/testing/common/CMakeLists.linux-aarch64.txt b/library/cpp/testing/common/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 261d374dc86..00000000000 --- a/library/cpp/testing/common/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(cpp-testing-common) -target_link_libraries(cpp-testing-common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-json -) -target_sources(cpp-testing-common PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/common/env.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/common/network.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/common/probe.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/common/scope.cpp -) diff --git a/library/cpp/testing/common/CMakeLists.linux-x86_64.txt b/library/cpp/testing/common/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 261d374dc86..00000000000 --- a/library/cpp/testing/common/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(cpp-testing-common) -target_link_libraries(cpp-testing-common PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-json -) -target_sources(cpp-testing-common PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/common/env.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/common/network.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/common/probe.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/common/scope.cpp -) diff --git a/library/cpp/testing/common/CMakeLists.txt b/library/cpp/testing/common/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/testing/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/testing/common/CMakeLists.windows-x86_64.txt b/library/cpp/testing/common/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c795d4ebeb0..00000000000 --- a/library/cpp/testing/common/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(cpp-testing-common) -target_link_libraries(cpp-testing-common PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-json -) -target_sources(cpp-testing-common PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/common/env.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/common/network.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/common/probe.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/common/scope.cpp -) diff --git a/library/cpp/testing/gbenchmark/CMakeLists.darwin-x86_64.txt b/library/cpp/testing/gbenchmark/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6b4fdb826d8..00000000000 --- a/library/cpp/testing/gbenchmark/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(cpp-testing-gbenchmark) -target_link_libraries(cpp-testing-gbenchmark PUBLIC - contrib-libs-cxxsupp - yutil - restricted-google-benchmark - cpp-testing-hook -) -target_sources(cpp-testing-gbenchmark PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gbenchmark/main.cpp -) diff --git a/library/cpp/testing/gbenchmark/CMakeLists.linux-aarch64.txt b/library/cpp/testing/gbenchmark/CMakeLists.linux-aarch64.txt deleted file mode 100644 index f3cdb5fbc1e..00000000000 --- a/library/cpp/testing/gbenchmark/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(cpp-testing-gbenchmark) -target_link_libraries(cpp-testing-gbenchmark PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - restricted-google-benchmark - cpp-testing-hook -) -target_sources(cpp-testing-gbenchmark PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gbenchmark/main.cpp -) diff --git a/library/cpp/testing/gbenchmark/CMakeLists.linux-x86_64.txt b/library/cpp/testing/gbenchmark/CMakeLists.linux-x86_64.txt deleted file mode 100644 index f3cdb5fbc1e..00000000000 --- a/library/cpp/testing/gbenchmark/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(cpp-testing-gbenchmark) -target_link_libraries(cpp-testing-gbenchmark PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - restricted-google-benchmark - cpp-testing-hook -) -target_sources(cpp-testing-gbenchmark PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gbenchmark/main.cpp -) diff --git a/library/cpp/testing/gbenchmark/CMakeLists.txt b/library/cpp/testing/gbenchmark/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/testing/gbenchmark/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/testing/gbenchmark/CMakeLists.windows-x86_64.txt b/library/cpp/testing/gbenchmark/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 6b4fdb826d8..00000000000 --- a/library/cpp/testing/gbenchmark/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(cpp-testing-gbenchmark) -target_link_libraries(cpp-testing-gbenchmark PUBLIC - contrib-libs-cxxsupp - yutil - restricted-google-benchmark - cpp-testing-hook -) -target_sources(cpp-testing-gbenchmark PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gbenchmark/main.cpp -) diff --git a/library/cpp/testing/gmock_in_unittest/CMakeLists.darwin-x86_64.txt b/library/cpp/testing/gmock_in_unittest/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 8a20efaed07..00000000000 --- a/library/cpp/testing/gmock_in_unittest/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(cpp-testing-gmock_in_unittest) -target_link_libraries(cpp-testing-gmock_in_unittest PUBLIC - contrib-libs-cxxsupp - yutil - restricted-googletest-googlemock - restricted-googletest-googletest - cpp-testing-gtest_extensions - cpp-testing-unittest -) -target_sources(cpp-testing-gmock_in_unittest PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gmock_in_unittest/events.cpp -) - -add_global_library_for(cpp-testing-gmock_in_unittest.global cpp-testing-gmock_in_unittest) -target_link_libraries(cpp-testing-gmock_in_unittest.global PUBLIC - contrib-libs-cxxsupp - yutil - restricted-googletest-googlemock - restricted-googletest-googletest - cpp-testing-gtest_extensions - cpp-testing-unittest -) -target_sources(cpp-testing-gmock_in_unittest.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gmock_in_unittest/registration.cpp -) diff --git a/library/cpp/testing/gmock_in_unittest/CMakeLists.linux-aarch64.txt b/library/cpp/testing/gmock_in_unittest/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 29717189de7..00000000000 --- a/library/cpp/testing/gmock_in_unittest/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(cpp-testing-gmock_in_unittest) -target_link_libraries(cpp-testing-gmock_in_unittest PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - restricted-googletest-googlemock - restricted-googletest-googletest - cpp-testing-gtest_extensions - cpp-testing-unittest -) -target_sources(cpp-testing-gmock_in_unittest PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gmock_in_unittest/events.cpp -) - -add_global_library_for(cpp-testing-gmock_in_unittest.global cpp-testing-gmock_in_unittest) -target_link_libraries(cpp-testing-gmock_in_unittest.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - restricted-googletest-googlemock - restricted-googletest-googletest - cpp-testing-gtest_extensions - cpp-testing-unittest -) -target_sources(cpp-testing-gmock_in_unittest.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gmock_in_unittest/registration.cpp -) diff --git a/library/cpp/testing/gmock_in_unittest/CMakeLists.linux-x86_64.txt b/library/cpp/testing/gmock_in_unittest/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 29717189de7..00000000000 --- a/library/cpp/testing/gmock_in_unittest/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(cpp-testing-gmock_in_unittest) -target_link_libraries(cpp-testing-gmock_in_unittest PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - restricted-googletest-googlemock - restricted-googletest-googletest - cpp-testing-gtest_extensions - cpp-testing-unittest -) -target_sources(cpp-testing-gmock_in_unittest PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gmock_in_unittest/events.cpp -) - -add_global_library_for(cpp-testing-gmock_in_unittest.global cpp-testing-gmock_in_unittest) -target_link_libraries(cpp-testing-gmock_in_unittest.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - restricted-googletest-googlemock - restricted-googletest-googletest - cpp-testing-gtest_extensions - cpp-testing-unittest -) -target_sources(cpp-testing-gmock_in_unittest.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gmock_in_unittest/registration.cpp -) diff --git a/library/cpp/testing/gmock_in_unittest/CMakeLists.txt b/library/cpp/testing/gmock_in_unittest/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/testing/gmock_in_unittest/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/testing/gmock_in_unittest/CMakeLists.windows-x86_64.txt b/library/cpp/testing/gmock_in_unittest/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 8a20efaed07..00000000000 --- a/library/cpp/testing/gmock_in_unittest/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(cpp-testing-gmock_in_unittest) -target_link_libraries(cpp-testing-gmock_in_unittest PUBLIC - contrib-libs-cxxsupp - yutil - restricted-googletest-googlemock - restricted-googletest-googletest - cpp-testing-gtest_extensions - cpp-testing-unittest -) -target_sources(cpp-testing-gmock_in_unittest PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gmock_in_unittest/events.cpp -) - -add_global_library_for(cpp-testing-gmock_in_unittest.global cpp-testing-gmock_in_unittest) -target_link_libraries(cpp-testing-gmock_in_unittest.global PUBLIC - contrib-libs-cxxsupp - yutil - restricted-googletest-googlemock - restricted-googletest-googletest - cpp-testing-gtest_extensions - cpp-testing-unittest -) -target_sources(cpp-testing-gmock_in_unittest.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gmock_in_unittest/registration.cpp -) diff --git a/library/cpp/testing/gtest_extensions/CMakeLists.darwin-x86_64.txt b/library/cpp/testing/gtest_extensions/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 3557a689eb5..00000000000 --- a/library/cpp/testing/gtest_extensions/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(cpp-testing-gtest_extensions) -target_link_libraries(cpp-testing-gtest_extensions PUBLIC - contrib-libs-cxxsupp - yutil - restricted-googletest-googlemock - restricted-googletest-googletest -) -target_sources(cpp-testing-gtest_extensions PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gtest_extensions/assertions.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gtest_extensions/gtest_extensions.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gtest_extensions/matchers.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gtest_extensions/pretty_printers.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gtest_extensions/probe.cpp -) diff --git a/library/cpp/testing/gtest_extensions/CMakeLists.linux-aarch64.txt b/library/cpp/testing/gtest_extensions/CMakeLists.linux-aarch64.txt deleted file mode 100644 index fba9c841dea..00000000000 --- a/library/cpp/testing/gtest_extensions/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(cpp-testing-gtest_extensions) -target_link_libraries(cpp-testing-gtest_extensions PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - restricted-googletest-googlemock - restricted-googletest-googletest -) -target_sources(cpp-testing-gtest_extensions PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gtest_extensions/assertions.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gtest_extensions/gtest_extensions.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gtest_extensions/matchers.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gtest_extensions/pretty_printers.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gtest_extensions/probe.cpp -) diff --git a/library/cpp/testing/gtest_extensions/CMakeLists.linux-x86_64.txt b/library/cpp/testing/gtest_extensions/CMakeLists.linux-x86_64.txt deleted file mode 100644 index fba9c841dea..00000000000 --- a/library/cpp/testing/gtest_extensions/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(cpp-testing-gtest_extensions) -target_link_libraries(cpp-testing-gtest_extensions PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - restricted-googletest-googlemock - restricted-googletest-googletest -) -target_sources(cpp-testing-gtest_extensions PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gtest_extensions/assertions.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gtest_extensions/gtest_extensions.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gtest_extensions/matchers.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gtest_extensions/pretty_printers.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gtest_extensions/probe.cpp -) diff --git a/library/cpp/testing/gtest_extensions/CMakeLists.txt b/library/cpp/testing/gtest_extensions/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/testing/gtest_extensions/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/testing/gtest_extensions/CMakeLists.windows-x86_64.txt b/library/cpp/testing/gtest_extensions/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 3557a689eb5..00000000000 --- a/library/cpp/testing/gtest_extensions/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(cpp-testing-gtest_extensions) -target_link_libraries(cpp-testing-gtest_extensions PUBLIC - contrib-libs-cxxsupp - yutil - restricted-googletest-googlemock - restricted-googletest-googletest -) -target_sources(cpp-testing-gtest_extensions PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gtest_extensions/assertions.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gtest_extensions/gtest_extensions.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gtest_extensions/matchers.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gtest_extensions/pretty_printers.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/gtest_extensions/probe.cpp -) diff --git a/library/cpp/testing/hook/CMakeLists.darwin-x86_64.txt b/library/cpp/testing/hook/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 14cff14af7f..00000000000 --- a/library/cpp/testing/hook/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(cpp-testing-hook) -target_link_libraries(cpp-testing-hook PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-testing-hook PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/hook/hook.cpp -) diff --git a/library/cpp/testing/hook/CMakeLists.linux-aarch64.txt b/library/cpp/testing/hook/CMakeLists.linux-aarch64.txt deleted file mode 100644 index ee777c46ff2..00000000000 --- a/library/cpp/testing/hook/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(cpp-testing-hook) -target_link_libraries(cpp-testing-hook PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-testing-hook PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/hook/hook.cpp -) diff --git a/library/cpp/testing/hook/CMakeLists.linux-x86_64.txt b/library/cpp/testing/hook/CMakeLists.linux-x86_64.txt deleted file mode 100644 index ee777c46ff2..00000000000 --- a/library/cpp/testing/hook/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(cpp-testing-hook) -target_link_libraries(cpp-testing-hook PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-testing-hook PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/hook/hook.cpp -) diff --git a/library/cpp/testing/hook/CMakeLists.txt b/library/cpp/testing/hook/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/testing/hook/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/testing/hook/CMakeLists.windows-x86_64.txt b/library/cpp/testing/hook/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 14cff14af7f..00000000000 --- a/library/cpp/testing/hook/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(cpp-testing-hook) -target_link_libraries(cpp-testing-hook PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-testing-hook PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/hook/hook.cpp -) diff --git a/library/cpp/testing/nofuzz/CMakeLists.darwin-x86_64.txt b/library/cpp/testing/nofuzz/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6337d1362ad..00000000000 --- a/library/cpp/testing/nofuzz/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(cpp-testing-nofuzz INTERFACE) -target_link_libraries(cpp-testing-nofuzz INTERFACE - contrib-libs-cxxsupp - yutil -) - -add_global_library_for(cpp-testing-nofuzz.global cpp-testing-nofuzz) -target_link_libraries(cpp-testing-nofuzz.global PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-testing-nofuzz.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/nofuzz/mock_san.cpp -) diff --git a/library/cpp/testing/nofuzz/CMakeLists.linux-aarch64.txt b/library/cpp/testing/nofuzz/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 7381aac6ec6..00000000000 --- a/library/cpp/testing/nofuzz/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(cpp-testing-nofuzz INTERFACE) -target_link_libraries(cpp-testing-nofuzz INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) - -add_global_library_for(cpp-testing-nofuzz.global cpp-testing-nofuzz) -target_link_libraries(cpp-testing-nofuzz.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-testing-nofuzz.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/nofuzz/mock_san.cpp -) diff --git a/library/cpp/testing/nofuzz/CMakeLists.linux-x86_64.txt b/library/cpp/testing/nofuzz/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 7381aac6ec6..00000000000 --- a/library/cpp/testing/nofuzz/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(cpp-testing-nofuzz INTERFACE) -target_link_libraries(cpp-testing-nofuzz INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) - -add_global_library_for(cpp-testing-nofuzz.global cpp-testing-nofuzz) -target_link_libraries(cpp-testing-nofuzz.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-testing-nofuzz.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/nofuzz/mock_san.cpp -) diff --git a/library/cpp/testing/nofuzz/CMakeLists.txt b/library/cpp/testing/nofuzz/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/testing/nofuzz/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/testing/nofuzz/CMakeLists.windows-x86_64.txt b/library/cpp/testing/nofuzz/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 6337d1362ad..00000000000 --- a/library/cpp/testing/nofuzz/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(cpp-testing-nofuzz INTERFACE) -target_link_libraries(cpp-testing-nofuzz INTERFACE - contrib-libs-cxxsupp - yutil -) - -add_global_library_for(cpp-testing-nofuzz.global cpp-testing-nofuzz) -target_link_libraries(cpp-testing-nofuzz.global PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-testing-nofuzz.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/nofuzz/mock_san.cpp -) diff --git a/library/cpp/testing/unittest/CMakeLists.darwin-x86_64.txt b/library/cpp/testing/unittest/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index baa59845ea6..00000000000 --- a/library/cpp/testing/unittest/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(cpp-testing-unittest) -target_link_libraries(cpp-testing-unittest PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-colorizer - library-cpp-dbg_output - library-cpp-diff - library-cpp-json - cpp-json-writer - cpp-testing-common - cpp-testing-hook -) -target_sources(cpp-testing-unittest PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/gtest.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/checks.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/junit.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/plugin.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/registar.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/tests_data.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/utmain.cpp -) diff --git a/library/cpp/testing/unittest/CMakeLists.linux-aarch64.txt b/library/cpp/testing/unittest/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 0fc8fcbf733..00000000000 --- a/library/cpp/testing/unittest/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(cpp-testing-unittest) -target_link_libraries(cpp-testing-unittest PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-colorizer - library-cpp-dbg_output - library-cpp-diff - library-cpp-json - cpp-json-writer - cpp-testing-common - cpp-testing-hook -) -target_sources(cpp-testing-unittest PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/gtest.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/checks.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/junit.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/plugin.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/registar.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/tests_data.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/utmain.cpp -) diff --git a/library/cpp/testing/unittest/CMakeLists.linux-x86_64.txt b/library/cpp/testing/unittest/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 0fc8fcbf733..00000000000 --- a/library/cpp/testing/unittest/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(cpp-testing-unittest) -target_link_libraries(cpp-testing-unittest PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-colorizer - library-cpp-dbg_output - library-cpp-diff - library-cpp-json - cpp-json-writer - cpp-testing-common - cpp-testing-hook -) -target_sources(cpp-testing-unittest PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/gtest.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/checks.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/junit.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/plugin.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/registar.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/tests_data.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/utmain.cpp -) diff --git a/library/cpp/testing/unittest/CMakeLists.txt b/library/cpp/testing/unittest/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/testing/unittest/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/testing/unittest/CMakeLists.windows-x86_64.txt b/library/cpp/testing/unittest/CMakeLists.windows-x86_64.txt deleted file mode 100644 index baa59845ea6..00000000000 --- a/library/cpp/testing/unittest/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(cpp-testing-unittest) -target_link_libraries(cpp-testing-unittest PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-colorizer - library-cpp-dbg_output - library-cpp-diff - library-cpp-json - cpp-json-writer - cpp-testing-common - cpp-testing-hook -) -target_sources(cpp-testing-unittest PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/gtest.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/checks.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/junit.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/plugin.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/registar.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/tests_data.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest/utmain.cpp -) diff --git a/library/cpp/testing/unittest_main/CMakeLists.darwin-x86_64.txt b/library/cpp/testing/unittest_main/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 47d1aa79f66..00000000000 --- a/library/cpp/testing/unittest_main/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(cpp-testing-unittest_main) -target_link_libraries(cpp-testing-unittest_main PUBLIC - contrib-libs-cxxsupp - yutil - cpp-testing-unittest - library-cpp-terminate_handler -) -target_sources(cpp-testing-unittest_main PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest_main/main.cpp -) diff --git a/library/cpp/testing/unittest_main/CMakeLists.linux-aarch64.txt b/library/cpp/testing/unittest_main/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 38c9a6036d2..00000000000 --- a/library/cpp/testing/unittest_main/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(cpp-testing-unittest_main) -target_link_libraries(cpp-testing-unittest_main PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest - library-cpp-terminate_handler -) -target_sources(cpp-testing-unittest_main PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest_main/main.cpp -) diff --git a/library/cpp/testing/unittest_main/CMakeLists.linux-x86_64.txt b/library/cpp/testing/unittest_main/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 38c9a6036d2..00000000000 --- a/library/cpp/testing/unittest_main/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(cpp-testing-unittest_main) -target_link_libraries(cpp-testing-unittest_main PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-testing-unittest - library-cpp-terminate_handler -) -target_sources(cpp-testing-unittest_main PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest_main/main.cpp -) diff --git a/library/cpp/testing/unittest_main/CMakeLists.txt b/library/cpp/testing/unittest_main/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/testing/unittest_main/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/testing/unittest_main/CMakeLists.windows-x86_64.txt b/library/cpp/testing/unittest_main/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 47d1aa79f66..00000000000 --- a/library/cpp/testing/unittest_main/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(cpp-testing-unittest_main) -target_link_libraries(cpp-testing-unittest_main PUBLIC - contrib-libs-cxxsupp - yutil - cpp-testing-unittest - library-cpp-terminate_handler -) -target_sources(cpp-testing-unittest_main PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/testing/unittest_main/main.cpp -) diff --git a/library/cpp/threading/CMakeLists.txt b/library/cpp/threading/CMakeLists.txt deleted file mode 100644 index a522b385cf0..00000000000 --- a/library/cpp/threading/CMakeLists.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(atomic) -add_subdirectory(blocking_queue) -add_subdirectory(chunk_queue) -add_subdirectory(equeue) -add_subdirectory(future) -add_subdirectory(hot_swap) -add_subdirectory(light_rw_lock) -add_subdirectory(mux_event) -add_subdirectory(poor_man_openmp) -add_subdirectory(queue) -add_subdirectory(skip_list) -add_subdirectory(task_scheduler) -add_subdirectory(thread_local) diff --git a/library/cpp/threading/atomic/CMakeLists.darwin-x86_64.txt b/library/cpp/threading/atomic/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d9f7098b347..00000000000 --- a/library/cpp/threading/atomic/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(cpp-threading-atomic) -target_link_libraries(cpp-threading-atomic PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-atomic PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/atomic/bool.cpp -) diff --git a/library/cpp/threading/atomic/CMakeLists.linux-aarch64.txt b/library/cpp/threading/atomic/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a43a6589081..00000000000 --- a/library/cpp/threading/atomic/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(cpp-threading-atomic) -target_link_libraries(cpp-threading-atomic PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-atomic PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/atomic/bool.cpp -) diff --git a/library/cpp/threading/atomic/CMakeLists.linux-x86_64.txt b/library/cpp/threading/atomic/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a43a6589081..00000000000 --- a/library/cpp/threading/atomic/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(cpp-threading-atomic) -target_link_libraries(cpp-threading-atomic PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-atomic PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/atomic/bool.cpp -) diff --git a/library/cpp/threading/atomic/CMakeLists.txt b/library/cpp/threading/atomic/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/threading/atomic/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/threading/atomic/CMakeLists.windows-x86_64.txt b/library/cpp/threading/atomic/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d9f7098b347..00000000000 --- a/library/cpp/threading/atomic/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(cpp-threading-atomic) -target_link_libraries(cpp-threading-atomic PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-atomic PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/atomic/bool.cpp -) diff --git a/library/cpp/threading/blocking_queue/CMakeLists.darwin-x86_64.txt b/library/cpp/threading/blocking_queue/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 0fcf5ce481a..00000000000 --- a/library/cpp/threading/blocking_queue/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(cpp-threading-blocking_queue) -target_link_libraries(cpp-threading-blocking_queue PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-threading-blocking_queue PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/blocking_queue/blocking_queue.cpp -) diff --git a/library/cpp/threading/blocking_queue/CMakeLists.linux-aarch64.txt b/library/cpp/threading/blocking_queue/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 640f1e91440..00000000000 --- a/library/cpp/threading/blocking_queue/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(cpp-threading-blocking_queue) -target_link_libraries(cpp-threading-blocking_queue PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-threading-blocking_queue PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/blocking_queue/blocking_queue.cpp -) diff --git a/library/cpp/threading/blocking_queue/CMakeLists.linux-x86_64.txt b/library/cpp/threading/blocking_queue/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 640f1e91440..00000000000 --- a/library/cpp/threading/blocking_queue/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(cpp-threading-blocking_queue) -target_link_libraries(cpp-threading-blocking_queue PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-threading-blocking_queue PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/blocking_queue/blocking_queue.cpp -) diff --git a/library/cpp/threading/blocking_queue/CMakeLists.txt b/library/cpp/threading/blocking_queue/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/threading/blocking_queue/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/threading/blocking_queue/CMakeLists.windows-x86_64.txt b/library/cpp/threading/blocking_queue/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 0fcf5ce481a..00000000000 --- a/library/cpp/threading/blocking_queue/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(cpp-threading-blocking_queue) -target_link_libraries(cpp-threading-blocking_queue PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-threading-blocking_queue PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/blocking_queue/blocking_queue.cpp -) diff --git a/library/cpp/threading/chunk_queue/CMakeLists.darwin-x86_64.txt b/library/cpp/threading/chunk_queue/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 454bf560f9f..00000000000 --- a/library/cpp/threading/chunk_queue/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(cpp-threading-chunk_queue) -target_link_libraries(cpp-threading-chunk_queue PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-chunk_queue PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/chunk_queue/queue.cpp -) diff --git a/library/cpp/threading/chunk_queue/CMakeLists.linux-aarch64.txt b/library/cpp/threading/chunk_queue/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d8895e6dbfa..00000000000 --- a/library/cpp/threading/chunk_queue/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(cpp-threading-chunk_queue) -target_link_libraries(cpp-threading-chunk_queue PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-chunk_queue PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/chunk_queue/queue.cpp -) diff --git a/library/cpp/threading/chunk_queue/CMakeLists.linux-x86_64.txt b/library/cpp/threading/chunk_queue/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d8895e6dbfa..00000000000 --- a/library/cpp/threading/chunk_queue/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(cpp-threading-chunk_queue) -target_link_libraries(cpp-threading-chunk_queue PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-chunk_queue PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/chunk_queue/queue.cpp -) diff --git a/library/cpp/threading/chunk_queue/CMakeLists.txt b/library/cpp/threading/chunk_queue/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/threading/chunk_queue/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/threading/chunk_queue/CMakeLists.windows-x86_64.txt b/library/cpp/threading/chunk_queue/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 454bf560f9f..00000000000 --- a/library/cpp/threading/chunk_queue/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(cpp-threading-chunk_queue) -target_link_libraries(cpp-threading-chunk_queue PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-chunk_queue PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/chunk_queue/queue.cpp -) diff --git a/library/cpp/threading/equeue/CMakeLists.darwin-x86_64.txt b/library/cpp/threading/equeue/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 902b6d7a9ac..00000000000 --- a/library/cpp/threading/equeue/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(cpp-threading-equeue) -target_link_libraries(cpp-threading-equeue PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-equeue PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/equeue/equeue.cpp -) diff --git a/library/cpp/threading/equeue/CMakeLists.linux-aarch64.txt b/library/cpp/threading/equeue/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 5653d3d3f3f..00000000000 --- a/library/cpp/threading/equeue/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(cpp-threading-equeue) -target_link_libraries(cpp-threading-equeue PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-equeue PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/equeue/equeue.cpp -) diff --git a/library/cpp/threading/equeue/CMakeLists.linux-x86_64.txt b/library/cpp/threading/equeue/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 5653d3d3f3f..00000000000 --- a/library/cpp/threading/equeue/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(cpp-threading-equeue) -target_link_libraries(cpp-threading-equeue PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-equeue PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/equeue/equeue.cpp -) diff --git a/library/cpp/threading/equeue/CMakeLists.txt b/library/cpp/threading/equeue/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/threading/equeue/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/threading/equeue/CMakeLists.windows-x86_64.txt b/library/cpp/threading/equeue/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 902b6d7a9ac..00000000000 --- a/library/cpp/threading/equeue/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(cpp-threading-equeue) -target_link_libraries(cpp-threading-equeue PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-equeue PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/equeue/equeue.cpp -) diff --git a/library/cpp/threading/future/CMakeLists.darwin-x86_64.txt b/library/cpp/threading/future/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 74f62737d0f..00000000000 --- a/library/cpp/threading/future/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_subdirectory(subscription) - -add_library(cpp-threading-future) -target_link_libraries(cpp-threading-future PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-threading-future PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/async_semaphore.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/async.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/core/future.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/core/fwd.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/fwd.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/wait/fwd.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/wait/wait.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/wait/wait_group.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/wait/wait_policy.cpp -) diff --git a/library/cpp/threading/future/CMakeLists.linux-aarch64.txt b/library/cpp/threading/future/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d653a4dc2fd..00000000000 --- a/library/cpp/threading/future/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_subdirectory(subscription) - -add_library(cpp-threading-future) -target_link_libraries(cpp-threading-future PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-threading-future PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/async_semaphore.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/async.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/core/future.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/core/fwd.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/fwd.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/wait/fwd.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/wait/wait.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/wait/wait_group.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/wait/wait_policy.cpp -) diff --git a/library/cpp/threading/future/CMakeLists.linux-x86_64.txt b/library/cpp/threading/future/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d653a4dc2fd..00000000000 --- a/library/cpp/threading/future/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_subdirectory(subscription) - -add_library(cpp-threading-future) -target_link_libraries(cpp-threading-future PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-threading-future PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/async_semaphore.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/async.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/core/future.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/core/fwd.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/fwd.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/wait/fwd.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/wait/wait.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/wait/wait_group.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/wait/wait_policy.cpp -) diff --git a/library/cpp/threading/future/CMakeLists.txt b/library/cpp/threading/future/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/threading/future/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/threading/future/CMakeLists.windows-x86_64.txt b/library/cpp/threading/future/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 74f62737d0f..00000000000 --- a/library/cpp/threading/future/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_subdirectory(subscription) - -add_library(cpp-threading-future) -target_link_libraries(cpp-threading-future PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-threading-future PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/async_semaphore.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/async.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/core/future.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/core/fwd.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/fwd.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/wait/fwd.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/wait/wait.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/wait/wait_group.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/wait/wait_policy.cpp -) diff --git a/library/cpp/threading/future/subscription/CMakeLists.darwin-x86_64.txt b/library/cpp/threading/future/subscription/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index fa1467de2d2..00000000000 --- a/library/cpp/threading/future/subscription/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(threading-future-subscription) -target_link_libraries(threading-future-subscription PUBLIC - contrib-libs-cxxsupp - yutil - cpp-threading-future -) -target_sources(threading-future-subscription PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/subscription/subscription.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/subscription/wait_all.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/subscription/wait_all_or_exception.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/subscription/wait_any.cpp -) diff --git a/library/cpp/threading/future/subscription/CMakeLists.linux-aarch64.txt b/library/cpp/threading/future/subscription/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 5c1b0573f57..00000000000 --- a/library/cpp/threading/future/subscription/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(threading-future-subscription) -target_link_libraries(threading-future-subscription PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-threading-future -) -target_sources(threading-future-subscription PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/subscription/subscription.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/subscription/wait_all.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/subscription/wait_all_or_exception.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/subscription/wait_any.cpp -) diff --git a/library/cpp/threading/future/subscription/CMakeLists.linux-x86_64.txt b/library/cpp/threading/future/subscription/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 5c1b0573f57..00000000000 --- a/library/cpp/threading/future/subscription/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(threading-future-subscription) -target_link_libraries(threading-future-subscription PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-threading-future -) -target_sources(threading-future-subscription PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/subscription/subscription.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/subscription/wait_all.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/subscription/wait_all_or_exception.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/subscription/wait_any.cpp -) diff --git a/library/cpp/threading/future/subscription/CMakeLists.txt b/library/cpp/threading/future/subscription/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/threading/future/subscription/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/threading/future/subscription/CMakeLists.windows-x86_64.txt b/library/cpp/threading/future/subscription/CMakeLists.windows-x86_64.txt deleted file mode 100644 index fa1467de2d2..00000000000 --- a/library/cpp/threading/future/subscription/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(threading-future-subscription) -target_link_libraries(threading-future-subscription PUBLIC - contrib-libs-cxxsupp - yutil - cpp-threading-future -) -target_sources(threading-future-subscription PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/subscription/subscription.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/subscription/wait_all.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/subscription/wait_all_or_exception.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/subscription/wait_any.cpp -) diff --git a/library/cpp/threading/hot_swap/CMakeLists.darwin-x86_64.txt b/library/cpp/threading/hot_swap/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 7ec6e7f8b0d..00000000000 --- a/library/cpp/threading/hot_swap/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(cpp-threading-hot_swap) -target_link_libraries(cpp-threading-hot_swap PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-hot_swap PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/hot_swap/hot_swap.cpp -) diff --git a/library/cpp/threading/hot_swap/CMakeLists.linux-aarch64.txt b/library/cpp/threading/hot_swap/CMakeLists.linux-aarch64.txt deleted file mode 100644 index af861b6b248..00000000000 --- a/library/cpp/threading/hot_swap/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(cpp-threading-hot_swap) -target_link_libraries(cpp-threading-hot_swap PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-hot_swap PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/hot_swap/hot_swap.cpp -) diff --git a/library/cpp/threading/hot_swap/CMakeLists.linux-x86_64.txt b/library/cpp/threading/hot_swap/CMakeLists.linux-x86_64.txt deleted file mode 100644 index af861b6b248..00000000000 --- a/library/cpp/threading/hot_swap/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(cpp-threading-hot_swap) -target_link_libraries(cpp-threading-hot_swap PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-hot_swap PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/hot_swap/hot_swap.cpp -) diff --git a/library/cpp/threading/hot_swap/CMakeLists.txt b/library/cpp/threading/hot_swap/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/threading/hot_swap/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/threading/hot_swap/CMakeLists.windows-x86_64.txt b/library/cpp/threading/hot_swap/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 7ec6e7f8b0d..00000000000 --- a/library/cpp/threading/hot_swap/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(cpp-threading-hot_swap) -target_link_libraries(cpp-threading-hot_swap PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-hot_swap PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/hot_swap/hot_swap.cpp -) diff --git a/library/cpp/threading/light_rw_lock/CMakeLists.darwin-x86_64.txt b/library/cpp/threading/light_rw_lock/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 934c52018ec..00000000000 --- a/library/cpp/threading/light_rw_lock/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(cpp-threading-light_rw_lock) -target_link_libraries(cpp-threading-light_rw_lock PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-threading-light_rw_lock PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/light_rw_lock/lightrwlock.cpp -) diff --git a/library/cpp/threading/light_rw_lock/CMakeLists.linux-aarch64.txt b/library/cpp/threading/light_rw_lock/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 2f54f7fe5b7..00000000000 --- a/library/cpp/threading/light_rw_lock/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(cpp-threading-light_rw_lock) -target_link_libraries(cpp-threading-light_rw_lock PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-threading-light_rw_lock PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/light_rw_lock/lightrwlock.cpp -) diff --git a/library/cpp/threading/light_rw_lock/CMakeLists.linux-x86_64.txt b/library/cpp/threading/light_rw_lock/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 2f54f7fe5b7..00000000000 --- a/library/cpp/threading/light_rw_lock/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(cpp-threading-light_rw_lock) -target_link_libraries(cpp-threading-light_rw_lock PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-threading-light_rw_lock PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/light_rw_lock/lightrwlock.cpp -) diff --git a/library/cpp/threading/light_rw_lock/CMakeLists.txt b/library/cpp/threading/light_rw_lock/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/threading/light_rw_lock/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/threading/light_rw_lock/CMakeLists.windows-x86_64.txt b/library/cpp/threading/light_rw_lock/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 934c52018ec..00000000000 --- a/library/cpp/threading/light_rw_lock/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(cpp-threading-light_rw_lock) -target_link_libraries(cpp-threading-light_rw_lock PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-threading-light_rw_lock PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/light_rw_lock/lightrwlock.cpp -) diff --git a/library/cpp/threading/mux_event/CMakeLists.darwin-x86_64.txt b/library/cpp/threading/mux_event/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 4100fff39b9..00000000000 --- a/library/cpp/threading/mux_event/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(cpp-threading-mux_event) -target_link_libraries(cpp-threading-mux_event PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-mux_event PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/mux_event/mux_event.cpp -) diff --git a/library/cpp/threading/mux_event/CMakeLists.linux-aarch64.txt b/library/cpp/threading/mux_event/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b445658bf0b..00000000000 --- a/library/cpp/threading/mux_event/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(cpp-threading-mux_event) -target_link_libraries(cpp-threading-mux_event PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-mux_event PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/mux_event/mux_event.cpp -) diff --git a/library/cpp/threading/mux_event/CMakeLists.linux-x86_64.txt b/library/cpp/threading/mux_event/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b445658bf0b..00000000000 --- a/library/cpp/threading/mux_event/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(cpp-threading-mux_event) -target_link_libraries(cpp-threading-mux_event PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-mux_event PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/mux_event/mux_event.cpp -) diff --git a/library/cpp/threading/mux_event/CMakeLists.txt b/library/cpp/threading/mux_event/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/threading/mux_event/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/threading/mux_event/CMakeLists.windows-x86_64.txt b/library/cpp/threading/mux_event/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 4100fff39b9..00000000000 --- a/library/cpp/threading/mux_event/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(cpp-threading-mux_event) -target_link_libraries(cpp-threading-mux_event PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-mux_event PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/mux_event/mux_event.cpp -) diff --git a/library/cpp/threading/poor_man_openmp/CMakeLists.darwin-x86_64.txt b/library/cpp/threading/poor_man_openmp/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 116045cc832..00000000000 --- a/library/cpp/threading/poor_man_openmp/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(cpp-threading-poor_man_openmp) -target_link_libraries(cpp-threading-poor_man_openmp PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-poor_man_openmp PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/poor_man_openmp/thread_helper.cpp -) diff --git a/library/cpp/threading/poor_man_openmp/CMakeLists.linux-aarch64.txt b/library/cpp/threading/poor_man_openmp/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a33df23eaca..00000000000 --- a/library/cpp/threading/poor_man_openmp/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(cpp-threading-poor_man_openmp) -target_link_libraries(cpp-threading-poor_man_openmp PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-poor_man_openmp PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/poor_man_openmp/thread_helper.cpp -) diff --git a/library/cpp/threading/poor_man_openmp/CMakeLists.linux-x86_64.txt b/library/cpp/threading/poor_man_openmp/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a33df23eaca..00000000000 --- a/library/cpp/threading/poor_man_openmp/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(cpp-threading-poor_man_openmp) -target_link_libraries(cpp-threading-poor_man_openmp PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-poor_man_openmp PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/poor_man_openmp/thread_helper.cpp -) diff --git a/library/cpp/threading/poor_man_openmp/CMakeLists.txt b/library/cpp/threading/poor_man_openmp/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/threading/poor_man_openmp/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/threading/poor_man_openmp/CMakeLists.windows-x86_64.txt b/library/cpp/threading/poor_man_openmp/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 116045cc832..00000000000 --- a/library/cpp/threading/poor_man_openmp/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(cpp-threading-poor_man_openmp) -target_link_libraries(cpp-threading-poor_man_openmp PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-poor_man_openmp PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/poor_man_openmp/thread_helper.cpp -) diff --git a/library/cpp/threading/queue/CMakeLists.darwin-x86_64.txt b/library/cpp/threading/queue/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index ff0797688e7..00000000000 --- a/library/cpp/threading/queue/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(cpp-threading-queue) -target_link_libraries(cpp-threading-queue PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-queue PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpmc_unordered_ring.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpsc_htswap.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpsc_intrusive_unordered.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpsc_read_as_filled.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpsc_vinfarr_obstructive.cpp -) diff --git a/library/cpp/threading/queue/CMakeLists.linux-aarch64.txt b/library/cpp/threading/queue/CMakeLists.linux-aarch64.txt deleted file mode 100644 index c6338ea17b0..00000000000 --- a/library/cpp/threading/queue/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(cpp-threading-queue) -target_link_libraries(cpp-threading-queue PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-queue PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpmc_unordered_ring.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpsc_htswap.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpsc_intrusive_unordered.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpsc_read_as_filled.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpsc_vinfarr_obstructive.cpp -) diff --git a/library/cpp/threading/queue/CMakeLists.linux-x86_64.txt b/library/cpp/threading/queue/CMakeLists.linux-x86_64.txt deleted file mode 100644 index c6338ea17b0..00000000000 --- a/library/cpp/threading/queue/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(cpp-threading-queue) -target_link_libraries(cpp-threading-queue PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-queue PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpmc_unordered_ring.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpsc_htswap.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpsc_intrusive_unordered.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpsc_read_as_filled.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpsc_vinfarr_obstructive.cpp -) diff --git a/library/cpp/threading/queue/CMakeLists.txt b/library/cpp/threading/queue/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/threading/queue/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/threading/queue/CMakeLists.windows-x86_64.txt b/library/cpp/threading/queue/CMakeLists.windows-x86_64.txt deleted file mode 100644 index ff0797688e7..00000000000 --- a/library/cpp/threading/queue/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(cpp-threading-queue) -target_link_libraries(cpp-threading-queue PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-queue PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpmc_unordered_ring.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpsc_htswap.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpsc_intrusive_unordered.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpsc_read_as_filled.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpsc_vinfarr_obstructive.cpp -) diff --git a/library/cpp/threading/skip_list/CMakeLists.darwin-x86_64.txt b/library/cpp/threading/skip_list/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index e364879e721..00000000000 --- a/library/cpp/threading/skip_list/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(cpp-threading-skip_list) -target_link_libraries(cpp-threading-skip_list PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-skip_list PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/skip_list/skiplist.cpp -) diff --git a/library/cpp/threading/skip_list/CMakeLists.linux-aarch64.txt b/library/cpp/threading/skip_list/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 81907f6776d..00000000000 --- a/library/cpp/threading/skip_list/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(cpp-threading-skip_list) -target_link_libraries(cpp-threading-skip_list PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-skip_list PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/skip_list/skiplist.cpp -) diff --git a/library/cpp/threading/skip_list/CMakeLists.linux-x86_64.txt b/library/cpp/threading/skip_list/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 81907f6776d..00000000000 --- a/library/cpp/threading/skip_list/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(cpp-threading-skip_list) -target_link_libraries(cpp-threading-skip_list PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-skip_list PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/skip_list/skiplist.cpp -) diff --git a/library/cpp/threading/skip_list/CMakeLists.txt b/library/cpp/threading/skip_list/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/threading/skip_list/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/threading/skip_list/CMakeLists.windows-x86_64.txt b/library/cpp/threading/skip_list/CMakeLists.windows-x86_64.txt deleted file mode 100644 index e364879e721..00000000000 --- a/library/cpp/threading/skip_list/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(cpp-threading-skip_list) -target_link_libraries(cpp-threading-skip_list PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-skip_list PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/skip_list/skiplist.cpp -) diff --git a/library/cpp/threading/task_scheduler/CMakeLists.darwin-x86_64.txt b/library/cpp/threading/task_scheduler/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 61c6127690e..00000000000 --- a/library/cpp/threading/task_scheduler/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(cpp-threading-task_scheduler) -target_link_libraries(cpp-threading-task_scheduler PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-task_scheduler PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/task_scheduler/task_scheduler.cpp -) diff --git a/library/cpp/threading/task_scheduler/CMakeLists.linux-aarch64.txt b/library/cpp/threading/task_scheduler/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 929d3f00db0..00000000000 --- a/library/cpp/threading/task_scheduler/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(cpp-threading-task_scheduler) -target_link_libraries(cpp-threading-task_scheduler PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-task_scheduler PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/task_scheduler/task_scheduler.cpp -) diff --git a/library/cpp/threading/task_scheduler/CMakeLists.linux-x86_64.txt b/library/cpp/threading/task_scheduler/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 929d3f00db0..00000000000 --- a/library/cpp/threading/task_scheduler/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(cpp-threading-task_scheduler) -target_link_libraries(cpp-threading-task_scheduler PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-task_scheduler PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/task_scheduler/task_scheduler.cpp -) diff --git a/library/cpp/threading/task_scheduler/CMakeLists.txt b/library/cpp/threading/task_scheduler/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/threading/task_scheduler/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/threading/task_scheduler/CMakeLists.windows-x86_64.txt b/library/cpp/threading/task_scheduler/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 61c6127690e..00000000000 --- a/library/cpp/threading/task_scheduler/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(cpp-threading-task_scheduler) -target_link_libraries(cpp-threading-task_scheduler PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-task_scheduler PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/task_scheduler/task_scheduler.cpp -) diff --git a/library/cpp/threading/thread_local/CMakeLists.darwin-x86_64.txt b/library/cpp/threading/thread_local/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2a282845d1e..00000000000 --- a/library/cpp/threading/thread_local/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-threading-thread_local) -target_link_libraries(cpp-threading-thread_local PUBLIC - contrib-libs-cxxsupp - yutil - cpp-threading-hot_swap - cpp-threading-skip_list - tools-enum_parser-enum_serialization_runtime -) -target_sources(cpp-threading-thread_local PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/thread_local/thread_local.cpp -) -generate_enum_serilization(cpp-threading-thread_local - ${CMAKE_SOURCE_DIR}/library/cpp/threading/thread_local/thread_local.h - INCLUDE_HEADERS - library/cpp/threading/thread_local/thread_local.h -) diff --git a/library/cpp/threading/thread_local/CMakeLists.linux-aarch64.txt b/library/cpp/threading/thread_local/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 69ae5b9e2ef..00000000000 --- a/library/cpp/threading/thread_local/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-threading-thread_local) -target_link_libraries(cpp-threading-thread_local PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-threading-hot_swap - cpp-threading-skip_list - tools-enum_parser-enum_serialization_runtime -) -target_sources(cpp-threading-thread_local PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/thread_local/thread_local.cpp -) -generate_enum_serilization(cpp-threading-thread_local - ${CMAKE_SOURCE_DIR}/library/cpp/threading/thread_local/thread_local.h - INCLUDE_HEADERS - library/cpp/threading/thread_local/thread_local.h -) diff --git a/library/cpp/threading/thread_local/CMakeLists.linux-x86_64.txt b/library/cpp/threading/thread_local/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 69ae5b9e2ef..00000000000 --- a/library/cpp/threading/thread_local/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-threading-thread_local) -target_link_libraries(cpp-threading-thread_local PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-threading-hot_swap - cpp-threading-skip_list - tools-enum_parser-enum_serialization_runtime -) -target_sources(cpp-threading-thread_local PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/thread_local/thread_local.cpp -) -generate_enum_serilization(cpp-threading-thread_local - ${CMAKE_SOURCE_DIR}/library/cpp/threading/thread_local/thread_local.h - INCLUDE_HEADERS - library/cpp/threading/thread_local/thread_local.h -) diff --git a/library/cpp/threading/thread_local/CMakeLists.txt b/library/cpp/threading/thread_local/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/threading/thread_local/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/threading/thread_local/CMakeLists.windows-x86_64.txt b/library/cpp/threading/thread_local/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 2a282845d1e..00000000000 --- a/library/cpp/threading/thread_local/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-threading-thread_local) -target_link_libraries(cpp-threading-thread_local PUBLIC - contrib-libs-cxxsupp - yutil - cpp-threading-hot_swap - cpp-threading-skip_list - tools-enum_parser-enum_serialization_runtime -) -target_sources(cpp-threading-thread_local PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/thread_local/thread_local.cpp -) -generate_enum_serilization(cpp-threading-thread_local - ${CMAKE_SOURCE_DIR}/library/cpp/threading/thread_local/thread_local.h - INCLUDE_HEADERS - library/cpp/threading/thread_local/thread_local.h -) diff --git a/library/cpp/time_provider/CMakeLists.darwin-x86_64.txt b/library/cpp/time_provider/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 51060375898..00000000000 --- a/library/cpp/time_provider/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(library-cpp-time_provider) -target_link_libraries(library-cpp-time_provider PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-time_provider PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/time_provider/monotonic.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/time_provider/time_provider.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/time_provider/monotonic_provider.cpp -) diff --git a/library/cpp/time_provider/CMakeLists.linux-aarch64.txt b/library/cpp/time_provider/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e35e99bf80d..00000000000 --- a/library/cpp/time_provider/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(library-cpp-time_provider) -target_link_libraries(library-cpp-time_provider PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-time_provider PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/time_provider/monotonic.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/time_provider/time_provider.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/time_provider/monotonic_provider.cpp -) diff --git a/library/cpp/time_provider/CMakeLists.linux-x86_64.txt b/library/cpp/time_provider/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e35e99bf80d..00000000000 --- a/library/cpp/time_provider/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(library-cpp-time_provider) -target_link_libraries(library-cpp-time_provider PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-time_provider PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/time_provider/monotonic.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/time_provider/time_provider.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/time_provider/monotonic_provider.cpp -) diff --git a/library/cpp/time_provider/CMakeLists.txt b/library/cpp/time_provider/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/time_provider/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/time_provider/CMakeLists.windows-x86_64.txt b/library/cpp/time_provider/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 51060375898..00000000000 --- a/library/cpp/time_provider/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(library-cpp-time_provider) -target_link_libraries(library-cpp-time_provider PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(library-cpp-time_provider PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/time_provider/monotonic.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/time_provider/time_provider.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/time_provider/monotonic_provider.cpp -) diff --git a/library/cpp/unified_agent_client/CMakeLists.darwin-x86_64.txt b/library/cpp/unified_agent_client/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c681f29c5b6..00000000000 --- a/library/cpp/unified_agent_client/CMakeLists.darwin-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_subdirectory(proto) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(library-cpp-unified_agent_client) -target_include_directories(library-cpp-unified_agent_client PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/include -) -target_link_libraries(library-cpp-unified_agent_client PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - cpp-logger-global - cpp-threading-future - cpp-monlib-dynamic_counters - cpp-unified_agent_client-proto - tools-enum_parser-enum_serialization_runtime -) -target_sources(library-cpp-unified_agent_client PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/unified_agent_client/backend.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/unified_agent_client/backend_creator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/unified_agent_client/client_impl.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/unified_agent_client/counters.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/unified_agent_client/helpers.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/unified_agent_client/grpc_io.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/unified_agent_client/grpc_status_code.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/unified_agent_client/clock.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/unified_agent_client/duration_counter.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/unified_agent_client/logger.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/unified_agent_client/throttling.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/unified_agent_client/proto_weighing.cpp -) -generate_enum_serilization(library-cpp-unified_agent_client - ${CMAKE_SOURCE_DIR}/library/cpp/unified_agent_client/grpc_io.h - INCLUDE_HEADERS - library/cpp/unified_agent_client/grpc_io.h -) - -add_global_library_for(library-cpp-unified_agent_client.global library-cpp-unified_agent_client) -target_include_directories(library-cpp-unified_agent_client.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/include -) -target_link_libraries(library-cpp-unified_agent_client.global PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - cpp-logger-global - cpp-threading-future - cpp-monlib-dynamic_counters - cpp-unified_agent_client-proto - tools-enum_parser-enum_serialization_runtime -) -target_sources(library-cpp-unified_agent_client.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/unified_agent_client/registrar.cpp -) diff --git a/library/cpp/unified_agent_client/CMakeLists.linux-aarch64.txt b/library/cpp/unified_agent_client/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 84821c33695..00000000000 --- a/library/cpp/unified_agent_client/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_subdirectory(proto) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(library-cpp-unified_agent_client) -target_include_directories(library-cpp-unified_agent_client PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/include -) -target_link_libraries(library-cpp-unified_agent_client PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - cpp-logger-global - cpp-threading-future - cpp-monlib-dynamic_counters - cpp-unified_agent_client-proto - tools-enum_parser-enum_serialization_runtime -) -target_sources(library-cpp-unified_agent_client PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/unified_agent_client/backend.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/unified_agent_client/backend_creator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/unified_agent_client/client_impl.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/unified_agent_client/counters.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/unified_agent_client/helpers.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/unified_agent_client/grpc_io.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/unified_agent_client/grpc_status_code.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/unified_agent_client/clock.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/unified_agent_client/duration_counter.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/unified_agent_client/logger.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/unified_agent_client/throttling.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/unified_agent_client/proto_weighing.cpp -) -generate_enum_serilization(library-cpp-unified_agent_client - ${CMAKE_SOURCE_DIR}/library/cpp/unified_agent_client/grpc_io.h - INCLUDE_HEADERS - library/cpp/unified_agent_client/grpc_io.h -) - -add_global_library_for(library-cpp-unified_agent_client.global library-cpp-unified_agent_client) -target_include_directories(library-cpp-unified_agent_client.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/include -) -target_link_libraries(library-cpp-unified_agent_client.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - cpp-logger-global - cpp-threading-future - cpp-monlib-dynamic_counters - cpp-unified_agent_client-proto - tools-enum_parser-enum_serialization_runtime -) -target_sources(library-cpp-unified_agent_client.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/unified_agent_client/registrar.cpp -) diff --git a/library/cpp/unified_agent_client/CMakeLists.linux-x86_64.txt b/library/cpp/unified_agent_client/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 84821c33695..00000000000 --- a/library/cpp/unified_agent_client/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_subdirectory(proto) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(library-cpp-unified_agent_client) -target_include_directories(library-cpp-unified_agent_client PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/include -) -target_link_libraries(library-cpp-unified_agent_client PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - cpp-logger-global - cpp-threading-future - cpp-monlib-dynamic_counters - cpp-unified_agent_client-proto - tools-enum_parser-enum_serialization_runtime -) -target_sources(library-cpp-unified_agent_client PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/unified_agent_client/backend.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/unified_agent_client/backend_creator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/unified_agent_client/client_impl.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/unified_agent_client/counters.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/unified_agent_client/helpers.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/unified_agent_client/grpc_io.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/unified_agent_client/grpc_status_code.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/unified_agent_client/clock.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/unified_agent_client/duration_counter.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/unified_agent_client/logger.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/unified_agent_client/throttling.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/unified_agent_client/proto_weighing.cpp -) -generate_enum_serilization(library-cpp-unified_agent_client - ${CMAKE_SOURCE_DIR}/library/cpp/unified_agent_client/grpc_io.h - INCLUDE_HEADERS - library/cpp/unified_agent_client/grpc_io.h -) - -add_global_library_for(library-cpp-unified_agent_client.global library-cpp-unified_agent_client) -target_include_directories(library-cpp-unified_agent_client.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/include -) -target_link_libraries(library-cpp-unified_agent_client.global PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - cpp-logger-global - cpp-threading-future - cpp-monlib-dynamic_counters - cpp-unified_agent_client-proto - tools-enum_parser-enum_serialization_runtime -) -target_sources(library-cpp-unified_agent_client.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/unified_agent_client/registrar.cpp -) diff --git a/library/cpp/unified_agent_client/CMakeLists.txt b/library/cpp/unified_agent_client/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/unified_agent_client/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/unified_agent_client/CMakeLists.windows-x86_64.txt b/library/cpp/unified_agent_client/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c681f29c5b6..00000000000 --- a/library/cpp/unified_agent_client/CMakeLists.windows-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_subdirectory(proto) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(library-cpp-unified_agent_client) -target_include_directories(library-cpp-unified_agent_client PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/include -) -target_link_libraries(library-cpp-unified_agent_client PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - cpp-logger-global - cpp-threading-future - cpp-monlib-dynamic_counters - cpp-unified_agent_client-proto - tools-enum_parser-enum_serialization_runtime -) -target_sources(library-cpp-unified_agent_client PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/unified_agent_client/backend.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/unified_agent_client/backend_creator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/unified_agent_client/client_impl.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/unified_agent_client/counters.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/unified_agent_client/helpers.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/unified_agent_client/grpc_io.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/unified_agent_client/grpc_status_code.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/unified_agent_client/clock.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/unified_agent_client/duration_counter.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/unified_agent_client/logger.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/unified_agent_client/throttling.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/unified_agent_client/proto_weighing.cpp -) -generate_enum_serilization(library-cpp-unified_agent_client - ${CMAKE_SOURCE_DIR}/library/cpp/unified_agent_client/grpc_io.h - INCLUDE_HEADERS - library/cpp/unified_agent_client/grpc_io.h -) - -add_global_library_for(library-cpp-unified_agent_client.global library-cpp-unified_agent_client) -target_include_directories(library-cpp-unified_agent_client.global PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc - ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/include -) -target_link_libraries(library-cpp-unified_agent_client.global PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - cpp-logger-global - cpp-threading-future - cpp-monlib-dynamic_counters - cpp-unified_agent_client-proto - tools-enum_parser-enum_serialization_runtime -) -target_sources(library-cpp-unified_agent_client.global PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/unified_agent_client/registrar.cpp -) diff --git a/library/cpp/unified_agent_client/proto/CMakeLists.darwin-x86_64.txt b/library/cpp/unified_agent_client/proto/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6f12b2aa5ee..00000000000 --- a/library/cpp/unified_agent_client/proto/CMakeLists.darwin-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. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-unified_agent_client-proto) -set_property(TARGET cpp-unified_agent_client-proto PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(cpp-unified_agent_client-proto PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - tools-enum_parser-enum_serialization_runtime - contrib-libs-protobuf -) -target_proto_messages(cpp-unified_agent_client-proto PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/unified_agent_client/proto/unified_agent.proto -) -generate_enum_serilization(cpp-unified_agent_client-proto - ${CMAKE_BINARY_DIR}/library/cpp/unified_agent_client/proto/unified_agent.pb.h - INCLUDE_HEADERS - library/cpp/unified_agent_client/proto/unified_agent.pb.h -) -target_proto_addincls(cpp-unified_agent_client-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(cpp-unified_agent_client-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(cpp-unified_agent_client-proto - grpc_cpp - grpc_cpp -) diff --git a/library/cpp/unified_agent_client/proto/CMakeLists.linux-aarch64.txt b/library/cpp/unified_agent_client/proto/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 571e21b861e..00000000000 --- a/library/cpp/unified_agent_client/proto/CMakeLists.linux-aarch64.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. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-unified_agent_client-proto) -set_property(TARGET cpp-unified_agent_client-proto PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(cpp-unified_agent_client-proto PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - tools-enum_parser-enum_serialization_runtime - contrib-libs-protobuf -) -target_proto_messages(cpp-unified_agent_client-proto PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/unified_agent_client/proto/unified_agent.proto -) -generate_enum_serilization(cpp-unified_agent_client-proto - ${CMAKE_BINARY_DIR}/library/cpp/unified_agent_client/proto/unified_agent.pb.h - INCLUDE_HEADERS - library/cpp/unified_agent_client/proto/unified_agent.pb.h -) -target_proto_addincls(cpp-unified_agent_client-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(cpp-unified_agent_client-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(cpp-unified_agent_client-proto - grpc_cpp - grpc_cpp -) diff --git a/library/cpp/unified_agent_client/proto/CMakeLists.linux-x86_64.txt b/library/cpp/unified_agent_client/proto/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 571e21b861e..00000000000 --- a/library/cpp/unified_agent_client/proto/CMakeLists.linux-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. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-unified_agent_client-proto) -set_property(TARGET cpp-unified_agent_client-proto PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(cpp-unified_agent_client-proto PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - tools-enum_parser-enum_serialization_runtime - contrib-libs-protobuf -) -target_proto_messages(cpp-unified_agent_client-proto PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/unified_agent_client/proto/unified_agent.proto -) -generate_enum_serilization(cpp-unified_agent_client-proto - ${CMAKE_BINARY_DIR}/library/cpp/unified_agent_client/proto/unified_agent.pb.h - INCLUDE_HEADERS - library/cpp/unified_agent_client/proto/unified_agent.pb.h -) -target_proto_addincls(cpp-unified_agent_client-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(cpp-unified_agent_client-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(cpp-unified_agent_client-proto - grpc_cpp - grpc_cpp -) diff --git a/library/cpp/unified_agent_client/proto/CMakeLists.txt b/library/cpp/unified_agent_client/proto/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/unified_agent_client/proto/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/unified_agent_client/proto/CMakeLists.windows-x86_64.txt b/library/cpp/unified_agent_client/proto/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 6f12b2aa5ee..00000000000 --- a/library/cpp/unified_agent_client/proto/CMakeLists.windows-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. - - -get_built_tool_path( - TOOL_grpc_cpp_bin - TOOL_grpc_cpp_dependency - contrib/tools/protoc/plugins/grpc_cpp - grpc_cpp -) -get_built_tool_path( - TOOL_protoc_bin - TOOL_protoc_dependency - contrib/tools/protoc/bin - protoc -) -get_built_tool_path( - TOOL_cpp_styleguide_bin - TOOL_cpp_styleguide_dependency - contrib/tools/protoc/plugins/cpp_styleguide - cpp_styleguide -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-unified_agent_client-proto) -set_property(TARGET cpp-unified_agent_client-proto PROPERTY - PROTOC_EXTRA_OUTS .grpc.pb.cc .grpc.pb.h -) -target_link_libraries(cpp-unified_agent_client-proto PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-grpc - tools-enum_parser-enum_serialization_runtime - contrib-libs-protobuf -) -target_proto_messages(cpp-unified_agent_client-proto PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/unified_agent_client/proto/unified_agent.proto -) -generate_enum_serilization(cpp-unified_agent_client-proto - ${CMAKE_BINARY_DIR}/library/cpp/unified_agent_client/proto/unified_agent.pb.h - INCLUDE_HEADERS - library/cpp/unified_agent_client/proto/unified_agent.pb.h -) -target_proto_addincls(cpp-unified_agent_client-proto - ./ - ${CMAKE_SOURCE_DIR}/ - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf/src -) -target_proto_outs(cpp-unified_agent_client-proto - --cpp_out=${CMAKE_BINARY_DIR}/ - --cpp_styleguide_out=${CMAKE_BINARY_DIR}/ -) -target_proto_plugin(cpp-unified_agent_client-proto - grpc_cpp - grpc_cpp -) diff --git a/library/cpp/uri/CMakeLists.darwin-x86_64.txt b/library/cpp/uri/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index f4437a0a2b4..00000000000 --- a/library/cpp/uri/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. - - -find_package(IDN REQUIRED) - -add_library(library-cpp-uri) -target_link_libraries(library-cpp-uri PUBLIC - contrib-libs-cxxsupp - yutil - IDN::IDN - library-cpp-charset -) -target_sources(library-cpp-uri PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/uri/assign.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/uri/common.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/uri/encode.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/uri/location.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/uri/other.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/uri/parse.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/uri/qargs.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/uri/uri.cpp -) -target_ragel_lexers(library-cpp-uri - PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/uri/encodefsm.rl6 - -CG2 -) -target_ragel_lexers(library-cpp-uri - PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/uri/parsefsm.rl6 - -CG2 -) diff --git a/library/cpp/uri/CMakeLists.linux-aarch64.txt b/library/cpp/uri/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e5d2e1e2813..00000000000 --- a/library/cpp/uri/CMakeLists.linux-aarch64.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. - - -find_package(IDN REQUIRED) - -add_library(library-cpp-uri) -target_link_libraries(library-cpp-uri PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - IDN::IDN - library-cpp-charset -) -target_sources(library-cpp-uri PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/uri/assign.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/uri/common.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/uri/encode.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/uri/location.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/uri/other.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/uri/parse.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/uri/qargs.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/uri/uri.cpp -) -target_ragel_lexers(library-cpp-uri - PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/uri/encodefsm.rl6 - -CG2 -) -target_ragel_lexers(library-cpp-uri - PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/uri/parsefsm.rl6 - -CG2 -) diff --git a/library/cpp/uri/CMakeLists.linux-x86_64.txt b/library/cpp/uri/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e5d2e1e2813..00000000000 --- a/library/cpp/uri/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. - - -find_package(IDN REQUIRED) - -add_library(library-cpp-uri) -target_link_libraries(library-cpp-uri PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - IDN::IDN - library-cpp-charset -) -target_sources(library-cpp-uri PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/uri/assign.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/uri/common.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/uri/encode.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/uri/location.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/uri/other.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/uri/parse.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/uri/qargs.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/uri/uri.cpp -) -target_ragel_lexers(library-cpp-uri - PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/uri/encodefsm.rl6 - -CG2 -) -target_ragel_lexers(library-cpp-uri - PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/uri/parsefsm.rl6 - -CG2 -) diff --git a/library/cpp/uri/CMakeLists.txt b/library/cpp/uri/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/uri/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/uri/CMakeLists.windows-x86_64.txt b/library/cpp/uri/CMakeLists.windows-x86_64.txt deleted file mode 100644 index a9fe2359ba4..00000000000 --- a/library/cpp/uri/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. - - -find_package(IDN REQUIRED) - -add_library(library-cpp-uri) -target_link_libraries(library-cpp-uri PUBLIC - contrib-libs-cxxsupp - yutil - IDN::IDN - library-cpp-charset -) -target_sources(library-cpp-uri PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/uri/assign.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/uri/common.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/uri/encode.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/uri/location.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/uri/other.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/uri/parse.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/uri/qargs.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/uri/uri.cpp -) -target_ragel_lexers(library-cpp-uri - PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/uri/encodefsm.rl6 - -CT0 -) -target_ragel_lexers(library-cpp-uri - PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/uri/parsefsm.rl6 - -CT0 -) diff --git a/library/cpp/xml/CMakeLists.txt b/library/cpp/xml/CMakeLists.txt deleted file mode 100644 index 66a26a06025..00000000000 --- a/library/cpp/xml/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(document) -add_subdirectory(init) diff --git a/library/cpp/xml/document/CMakeLists.darwin-x86_64.txt b/library/cpp/xml/document/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 78de390e21e..00000000000 --- a/library/cpp/xml/document/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(cpp-xml-document) -target_link_libraries(cpp-xml-document PUBLIC - contrib-libs-cxxsupp - yutil - cpp-xml-init - contrib-libs-libxml - cpp-string_utils-ztstrbuf -) -target_sources(cpp-xml-document PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/xml/document/xml-document.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/xml/document/xml-textreader.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/xml/document/xml-options.cpp -) diff --git a/library/cpp/xml/document/CMakeLists.linux-aarch64.txt b/library/cpp/xml/document/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b7467715369..00000000000 --- a/library/cpp/xml/document/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(cpp-xml-document) -target_link_libraries(cpp-xml-document PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-xml-init - contrib-libs-libxml - cpp-string_utils-ztstrbuf -) -target_sources(cpp-xml-document PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/xml/document/xml-document.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/xml/document/xml-textreader.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/xml/document/xml-options.cpp -) diff --git a/library/cpp/xml/document/CMakeLists.linux-x86_64.txt b/library/cpp/xml/document/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b7467715369..00000000000 --- a/library/cpp/xml/document/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(cpp-xml-document) -target_link_libraries(cpp-xml-document PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-xml-init - contrib-libs-libxml - cpp-string_utils-ztstrbuf -) -target_sources(cpp-xml-document PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/xml/document/xml-document.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/xml/document/xml-textreader.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/xml/document/xml-options.cpp -) diff --git a/library/cpp/xml/document/CMakeLists.txt b/library/cpp/xml/document/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/xml/document/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/xml/document/CMakeLists.windows-x86_64.txt b/library/cpp/xml/document/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 78de390e21e..00000000000 --- a/library/cpp/xml/document/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(cpp-xml-document) -target_link_libraries(cpp-xml-document PUBLIC - contrib-libs-cxxsupp - yutil - cpp-xml-init - contrib-libs-libxml - cpp-string_utils-ztstrbuf -) -target_sources(cpp-xml-document PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/xml/document/xml-document.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/xml/document/xml-textreader.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/xml/document/xml-options.cpp -) diff --git a/library/cpp/xml/init/CMakeLists.darwin-x86_64.txt b/library/cpp/xml/init/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 15635507ff7..00000000000 --- a/library/cpp/xml/init/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(cpp-xml-init) -target_link_libraries(cpp-xml-init PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-libxml - library-cpp-charset -) -target_sources(cpp-xml-init PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/xml/init/ptr.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/xml/init/init.cpp -) diff --git a/library/cpp/xml/init/CMakeLists.linux-aarch64.txt b/library/cpp/xml/init/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 95ea6cc73c2..00000000000 --- a/library/cpp/xml/init/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(cpp-xml-init) -target_link_libraries(cpp-xml-init PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-libxml - library-cpp-charset -) -target_sources(cpp-xml-init PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/xml/init/ptr.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/xml/init/init.cpp -) diff --git a/library/cpp/xml/init/CMakeLists.linux-x86_64.txt b/library/cpp/xml/init/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 95ea6cc73c2..00000000000 --- a/library/cpp/xml/init/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(cpp-xml-init) -target_link_libraries(cpp-xml-init PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-libxml - library-cpp-charset -) -target_sources(cpp-xml-init PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/xml/init/ptr.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/xml/init/init.cpp -) diff --git a/library/cpp/xml/init/CMakeLists.txt b/library/cpp/xml/init/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/xml/init/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/xml/init/CMakeLists.windows-x86_64.txt b/library/cpp/xml/init/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 15635507ff7..00000000000 --- a/library/cpp/xml/init/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(cpp-xml-init) -target_link_libraries(cpp-xml-init PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-libxml - library-cpp-charset -) -target_sources(cpp-xml-init PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/xml/init/ptr.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/xml/init/init.cpp -) diff --git a/library/cpp/yaml/CMakeLists.txt b/library/cpp/yaml/CMakeLists.txt deleted file mode 100644 index 0d9d53cb1c2..00000000000 --- a/library/cpp/yaml/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(as) diff --git a/library/cpp/yaml/as/CMakeLists.darwin-x86_64.txt b/library/cpp/yaml/as/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 806700a5524..00000000000 --- a/library/cpp/yaml/as/CMakeLists.darwin-x86_64.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. - - - -add_library(cpp-yaml-as INTERFACE) -target_link_libraries(cpp-yaml-as INTERFACE - contrib-libs-cxxsupp - yutil - contrib-libs-yaml-cpp -) diff --git a/library/cpp/yaml/as/CMakeLists.linux-aarch64.txt b/library/cpp/yaml/as/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 50f48acb17e..00000000000 --- a/library/cpp/yaml/as/CMakeLists.linux-aarch64.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(cpp-yaml-as INTERFACE) -target_link_libraries(cpp-yaml-as INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-yaml-cpp -) diff --git a/library/cpp/yaml/as/CMakeLists.linux-x86_64.txt b/library/cpp/yaml/as/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 50f48acb17e..00000000000 --- a/library/cpp/yaml/as/CMakeLists.linux-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(cpp-yaml-as INTERFACE) -target_link_libraries(cpp-yaml-as INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-yaml-cpp -) diff --git a/library/cpp/yaml/as/CMakeLists.txt b/library/cpp/yaml/as/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/yaml/as/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/yaml/as/CMakeLists.windows-x86_64.txt b/library/cpp/yaml/as/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 806700a5524..00000000000 --- a/library/cpp/yaml/as/CMakeLists.windows-x86_64.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. - - - -add_library(cpp-yaml-as INTERFACE) -target_link_libraries(cpp-yaml-as INTERFACE - contrib-libs-cxxsupp - yutil - contrib-libs-yaml-cpp -) diff --git a/library/cpp/yson/CMakeLists.darwin-x86_64.txt b/library/cpp/yson/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d5cda8e6c0d..00000000000 --- a/library/cpp/yson/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_subdirectory(json) -add_subdirectory(node) - -add_library(library-cpp-yson) -target_link_libraries(library-cpp-yson PUBLIC - contrib-libs-cxxsupp - yutil - cpp-yt-misc - cpp-yt-yson -) -target_sources(library-cpp-yson PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yson/consumer.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson/lexer.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson/parser.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson/token.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson/tokenizer.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson/varint.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson/writer.cpp -) diff --git a/library/cpp/yson/CMakeLists.linux-aarch64.txt b/library/cpp/yson/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 1d4a1bd34e2..00000000000 --- a/library/cpp/yson/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_subdirectory(json) -add_subdirectory(node) - -add_library(library-cpp-yson) -target_link_libraries(library-cpp-yson PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-yt-misc - cpp-yt-yson -) -target_sources(library-cpp-yson PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yson/consumer.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson/lexer.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson/parser.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson/token.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson/tokenizer.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson/varint.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson/writer.cpp -) diff --git a/library/cpp/yson/CMakeLists.linux-x86_64.txt b/library/cpp/yson/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 1d4a1bd34e2..00000000000 --- a/library/cpp/yson/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_subdirectory(json) -add_subdirectory(node) - -add_library(library-cpp-yson) -target_link_libraries(library-cpp-yson PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-yt-misc - cpp-yt-yson -) -target_sources(library-cpp-yson PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yson/consumer.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson/lexer.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson/parser.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson/token.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson/tokenizer.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson/varint.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson/writer.cpp -) diff --git a/library/cpp/yson/CMakeLists.txt b/library/cpp/yson/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/yson/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/yson/CMakeLists.windows-x86_64.txt b/library/cpp/yson/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d5cda8e6c0d..00000000000 --- a/library/cpp/yson/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_subdirectory(json) -add_subdirectory(node) - -add_library(library-cpp-yson) -target_link_libraries(library-cpp-yson PUBLIC - contrib-libs-cxxsupp - yutil - cpp-yt-misc - cpp-yt-yson -) -target_sources(library-cpp-yson PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yson/consumer.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson/lexer.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson/parser.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson/token.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson/tokenizer.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson/varint.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson/writer.cpp -) diff --git a/library/cpp/yson/json/CMakeLists.darwin-x86_64.txt b/library/cpp/yson/json/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2b5efc5d4d1..00000000000 --- a/library/cpp/yson/json/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(cpp-yson-json) -target_link_libraries(cpp-yson-json PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-json -) -target_sources(cpp-yson-json PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yson/json/json_writer.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson/json/yson2json_adapter.cpp -) diff --git a/library/cpp/yson/json/CMakeLists.linux-aarch64.txt b/library/cpp/yson/json/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 57dce333101..00000000000 --- a/library/cpp/yson/json/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(cpp-yson-json) -target_link_libraries(cpp-yson-json PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-json -) -target_sources(cpp-yson-json PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yson/json/json_writer.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson/json/yson2json_adapter.cpp -) diff --git a/library/cpp/yson/json/CMakeLists.linux-x86_64.txt b/library/cpp/yson/json/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 57dce333101..00000000000 --- a/library/cpp/yson/json/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(cpp-yson-json) -target_link_libraries(cpp-yson-json PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-json -) -target_sources(cpp-yson-json PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yson/json/json_writer.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson/json/yson2json_adapter.cpp -) diff --git a/library/cpp/yson/json/CMakeLists.txt b/library/cpp/yson/json/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/yson/json/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/yson/json/CMakeLists.windows-x86_64.txt b/library/cpp/yson/json/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 2b5efc5d4d1..00000000000 --- a/library/cpp/yson/json/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(cpp-yson-json) -target_link_libraries(cpp-yson-json PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-json -) -target_sources(cpp-yson-json PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yson/json/json_writer.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson/json/yson2json_adapter.cpp -) diff --git a/library/cpp/yson/node/CMakeLists.darwin-x86_64.txt b/library/cpp/yson/node/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index e9334e323e6..00000000000 --- a/library/cpp/yson/node/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-yson-node) -target_link_libraries(cpp-yson-node PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-cpp-yson - cpp-yson-json -) -target_sources(cpp-yson-node PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yson/node/node.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson/node/node_io.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson/node/node_builder.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson/node/node_visitor.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson/node/serialize.cpp -) -generate_enum_serilization(cpp-yson-node - ${CMAKE_SOURCE_DIR}/library/cpp/yson/node/node.h - INCLUDE_HEADERS - library/cpp/yson/node/node.h -) diff --git a/library/cpp/yson/node/CMakeLists.linux-aarch64.txt b/library/cpp/yson/node/CMakeLists.linux-aarch64.txt deleted file mode 100644 index ddf918de7ff..00000000000 --- a/library/cpp/yson/node/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-yson-node) -target_link_libraries(cpp-yson-node PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-cpp-yson - cpp-yson-json -) -target_sources(cpp-yson-node PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yson/node/node.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson/node/node_io.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson/node/node_builder.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson/node/node_visitor.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson/node/serialize.cpp -) -generate_enum_serilization(cpp-yson-node - ${CMAKE_SOURCE_DIR}/library/cpp/yson/node/node.h - INCLUDE_HEADERS - library/cpp/yson/node/node.h -) diff --git a/library/cpp/yson/node/CMakeLists.linux-x86_64.txt b/library/cpp/yson/node/CMakeLists.linux-x86_64.txt deleted file mode 100644 index ddf918de7ff..00000000000 --- a/library/cpp/yson/node/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-yson-node) -target_link_libraries(cpp-yson-node PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-cpp-yson - cpp-yson-json -) -target_sources(cpp-yson-node PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yson/node/node.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson/node/node_io.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson/node/node_builder.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson/node/node_visitor.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson/node/serialize.cpp -) -generate_enum_serilization(cpp-yson-node - ${CMAKE_SOURCE_DIR}/library/cpp/yson/node/node.h - INCLUDE_HEADERS - library/cpp/yson/node/node.h -) diff --git a/library/cpp/yson/node/CMakeLists.txt b/library/cpp/yson/node/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/yson/node/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/yson/node/CMakeLists.windows-x86_64.txt b/library/cpp/yson/node/CMakeLists.windows-x86_64.txt deleted file mode 100644 index e9334e323e6..00000000000 --- a/library/cpp/yson/node/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-yson-node) -target_link_libraries(cpp-yson-node PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime - library-cpp-yson - cpp-yson-json -) -target_sources(cpp-yson-node PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yson/node/node.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson/node/node_io.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson/node/node_builder.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson/node/node_visitor.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson/node/serialize.cpp -) -generate_enum_serilization(cpp-yson-node - ${CMAKE_SOURCE_DIR}/library/cpp/yson/node/node.h - INCLUDE_HEADERS - library/cpp/yson/node/node.h -) diff --git a/library/cpp/yson_pull/CMakeLists.darwin-x86_64.txt b/library/cpp/yson_pull/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a5c4253641d..00000000000 --- a/library/cpp/yson_pull/CMakeLists.darwin-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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(yson_pull) -target_link_libraries(yson_pull PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime -) -target_sources(yson_pull PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yson_pull/consumer.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson_pull/event.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson_pull/exceptions.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson_pull/input.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson_pull/output.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson_pull/read_ops.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson_pull/reader.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson_pull/scalar.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson_pull/writer.cpp -) -generate_enum_serilization(yson_pull - ${CMAKE_SOURCE_DIR}/library/cpp/yson_pull/event.h - INCLUDE_HEADERS - library/cpp/yson_pull/event.h -) -generate_enum_serilization(yson_pull - ${CMAKE_SOURCE_DIR}/library/cpp/yson_pull/scalar.h - INCLUDE_HEADERS - library/cpp/yson_pull/scalar.h -) diff --git a/library/cpp/yson_pull/CMakeLists.linux-aarch64.txt b/library/cpp/yson_pull/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b634e26c5fa..00000000000 --- a/library/cpp/yson_pull/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,49 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(yson_pull) -target_link_libraries(yson_pull PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime -) -target_sources(yson_pull PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yson_pull/consumer.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson_pull/event.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson_pull/exceptions.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson_pull/input.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson_pull/output.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson_pull/read_ops.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson_pull/reader.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson_pull/scalar.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson_pull/writer.cpp -) -generate_enum_serilization(yson_pull - ${CMAKE_SOURCE_DIR}/library/cpp/yson_pull/event.h - INCLUDE_HEADERS - library/cpp/yson_pull/event.h -) -generate_enum_serilization(yson_pull - ${CMAKE_SOURCE_DIR}/library/cpp/yson_pull/scalar.h - INCLUDE_HEADERS - library/cpp/yson_pull/scalar.h -) diff --git a/library/cpp/yson_pull/CMakeLists.linux-x86_64.txt b/library/cpp/yson_pull/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b634e26c5fa..00000000000 --- a/library/cpp/yson_pull/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,49 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(yson_pull) -target_link_libraries(yson_pull PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime -) -target_sources(yson_pull PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yson_pull/consumer.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson_pull/event.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson_pull/exceptions.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson_pull/input.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson_pull/output.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson_pull/read_ops.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson_pull/reader.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson_pull/scalar.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson_pull/writer.cpp -) -generate_enum_serilization(yson_pull - ${CMAKE_SOURCE_DIR}/library/cpp/yson_pull/event.h - INCLUDE_HEADERS - library/cpp/yson_pull/event.h -) -generate_enum_serilization(yson_pull - ${CMAKE_SOURCE_DIR}/library/cpp/yson_pull/scalar.h - INCLUDE_HEADERS - library/cpp/yson_pull/scalar.h -) diff --git a/library/cpp/yson_pull/CMakeLists.txt b/library/cpp/yson_pull/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/yson_pull/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/yson_pull/CMakeLists.windows-x86_64.txt b/library/cpp/yson_pull/CMakeLists.windows-x86_64.txt deleted file mode 100644 index a5c4253641d..00000000000 --- a/library/cpp/yson_pull/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(yson_pull) -target_link_libraries(yson_pull PUBLIC - contrib-libs-cxxsupp - yutil - tools-enum_parser-enum_serialization_runtime -) -target_sources(yson_pull PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yson_pull/consumer.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson_pull/event.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson_pull/exceptions.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson_pull/input.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson_pull/output.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson_pull/read_ops.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson_pull/reader.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson_pull/scalar.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yson_pull/writer.cpp -) -generate_enum_serilization(yson_pull - ${CMAKE_SOURCE_DIR}/library/cpp/yson_pull/event.h - INCLUDE_HEADERS - library/cpp/yson_pull/event.h -) -generate_enum_serilization(yson_pull - ${CMAKE_SOURCE_DIR}/library/cpp/yson_pull/scalar.h - INCLUDE_HEADERS - library/cpp/yson_pull/scalar.h -) diff --git a/library/cpp/yt/CMakeLists.txt b/library/cpp/yt/CMakeLists.txt deleted file mode 100644 index eb0165800fd..00000000000 --- a/library/cpp/yt/CMakeLists.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_subdirectory(assert) -add_subdirectory(coding) -add_subdirectory(exception) -add_subdirectory(malloc) -add_subdirectory(memory) -add_subdirectory(misc) -add_subdirectory(small_containers) -add_subdirectory(string) -add_subdirectory(yson) -add_subdirectory(yson_string) diff --git a/library/cpp/yt/assert/CMakeLists.darwin-x86_64.txt b/library/cpp/yt/assert/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c2ad57e3a06..00000000000 --- a/library/cpp/yt/assert/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(cpp-yt-assert) -target_compile_options(cpp-yt-assert PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-assert PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-yt-assert PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/assert/assert.cpp -) diff --git a/library/cpp/yt/assert/CMakeLists.linux-aarch64.txt b/library/cpp/yt/assert/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 0c4f0dc6c08..00000000000 --- a/library/cpp/yt/assert/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(cpp-yt-assert) -target_compile_options(cpp-yt-assert PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-assert PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-yt-assert PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/assert/assert.cpp -) diff --git a/library/cpp/yt/assert/CMakeLists.linux-x86_64.txt b/library/cpp/yt/assert/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 0c4f0dc6c08..00000000000 --- a/library/cpp/yt/assert/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(cpp-yt-assert) -target_compile_options(cpp-yt-assert PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-assert PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-yt-assert PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/assert/assert.cpp -) diff --git a/library/cpp/yt/assert/CMakeLists.txt b/library/cpp/yt/assert/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/yt/assert/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/yt/assert/CMakeLists.windows-x86_64.txt b/library/cpp/yt/assert/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 59250edce0b..00000000000 --- a/library/cpp/yt/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(cpp-yt-assert) -target_link_libraries(cpp-yt-assert PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-yt-assert PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/assert/assert.cpp -) diff --git a/library/cpp/yt/coding/CMakeLists.darwin-x86_64.txt b/library/cpp/yt/coding/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index ad79d9654f2..00000000000 --- a/library/cpp/yt/coding/CMakeLists.darwin-x86_64.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. - - - -add_library(cpp-yt-coding INTERFACE) -target_link_libraries(cpp-yt-coding INTERFACE - contrib-libs-cxxsupp - yutil - cpp-yt-exception -) diff --git a/library/cpp/yt/coding/CMakeLists.linux-aarch64.txt b/library/cpp/yt/coding/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a2020a68e46..00000000000 --- a/library/cpp/yt/coding/CMakeLists.linux-aarch64.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(cpp-yt-coding INTERFACE) -target_link_libraries(cpp-yt-coding INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-yt-exception -) diff --git a/library/cpp/yt/coding/CMakeLists.linux-x86_64.txt b/library/cpp/yt/coding/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a2020a68e46..00000000000 --- a/library/cpp/yt/coding/CMakeLists.linux-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(cpp-yt-coding INTERFACE) -target_link_libraries(cpp-yt-coding INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-yt-exception -) diff --git a/library/cpp/yt/coding/CMakeLists.txt b/library/cpp/yt/coding/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/yt/coding/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/yt/coding/CMakeLists.windows-x86_64.txt b/library/cpp/yt/coding/CMakeLists.windows-x86_64.txt deleted file mode 100644 index ad79d9654f2..00000000000 --- a/library/cpp/yt/coding/CMakeLists.windows-x86_64.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. - - - -add_library(cpp-yt-coding INTERFACE) -target_link_libraries(cpp-yt-coding INTERFACE - contrib-libs-cxxsupp - yutil - cpp-yt-exception -) diff --git a/library/cpp/yt/exception/CMakeLists.darwin-x86_64.txt b/library/cpp/yt/exception/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index f40a29467d0..00000000000 --- a/library/cpp/yt/exception/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(cpp-yt-exception) -target_compile_options(cpp-yt-exception PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-exception PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-yt-exception PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/exception/exception.cpp -) diff --git a/library/cpp/yt/exception/CMakeLists.linux-aarch64.txt b/library/cpp/yt/exception/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 780e571ddc3..00000000000 --- a/library/cpp/yt/exception/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(cpp-yt-exception) -target_compile_options(cpp-yt-exception PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-exception PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-yt-exception PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/exception/exception.cpp -) diff --git a/library/cpp/yt/exception/CMakeLists.linux-x86_64.txt b/library/cpp/yt/exception/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 780e571ddc3..00000000000 --- a/library/cpp/yt/exception/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(cpp-yt-exception) -target_compile_options(cpp-yt-exception PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-exception PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-yt-exception PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/exception/exception.cpp -) diff --git a/library/cpp/yt/exception/CMakeLists.txt b/library/cpp/yt/exception/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/yt/exception/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/yt/exception/CMakeLists.windows-x86_64.txt b/library/cpp/yt/exception/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 1a13fd08620..00000000000 --- a/library/cpp/yt/exception/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(cpp-yt-exception) -target_link_libraries(cpp-yt-exception PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-yt-exception PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/exception/exception.cpp -) diff --git a/library/cpp/yt/malloc/CMakeLists.darwin-x86_64.txt b/library/cpp/yt/malloc/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 1d843305d98..00000000000 --- a/library/cpp/yt/malloc/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(cpp-yt-malloc) -target_compile_options(cpp-yt-malloc PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-malloc PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-yt-malloc PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/malloc/malloc.cpp -) diff --git a/library/cpp/yt/malloc/CMakeLists.linux-aarch64.txt b/library/cpp/yt/malloc/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 40c26cadfba..00000000000 --- a/library/cpp/yt/malloc/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(cpp-yt-malloc) -target_compile_options(cpp-yt-malloc PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-malloc PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-yt-malloc PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/malloc/malloc.cpp -) diff --git a/library/cpp/yt/malloc/CMakeLists.linux-x86_64.txt b/library/cpp/yt/malloc/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 40c26cadfba..00000000000 --- a/library/cpp/yt/malloc/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(cpp-yt-malloc) -target_compile_options(cpp-yt-malloc PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-malloc PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-yt-malloc PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/malloc/malloc.cpp -) diff --git a/library/cpp/yt/malloc/CMakeLists.txt b/library/cpp/yt/malloc/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/yt/malloc/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/yt/malloc/CMakeLists.windows-x86_64.txt b/library/cpp/yt/malloc/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 87fdf24f906..00000000000 --- a/library/cpp/yt/malloc/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(cpp-yt-malloc) -target_link_libraries(cpp-yt-malloc PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-yt-malloc PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/malloc/malloc.cpp -) diff --git a/library/cpp/yt/memory/CMakeLists.darwin-x86_64.txt b/library/cpp/yt/memory/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2607597a9d6..00000000000 --- a/library/cpp/yt/memory/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(cpp-yt-memory) -target_compile_options(cpp-yt-memory PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-memory PUBLIC - contrib-libs-cxxsupp - yutil - cpp-sanitizer-include - cpp-yt-assert - cpp-yt-misc - cpp-yt-malloc -) -target_sources(cpp-yt-memory PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/blob.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/chunked_input_stream.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/chunked_memory_allocator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/chunked_memory_pool.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/chunked_memory_pool_output.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/chunked_output_stream.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/memory_tag.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/ref.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/ref_tracked.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/safe_memory_reader.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/shared_range.cpp -) diff --git a/library/cpp/yt/memory/CMakeLists.linux-aarch64.txt b/library/cpp/yt/memory/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 30d9a07b77d..00000000000 --- a/library/cpp/yt/memory/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(cpp-yt-memory) -target_compile_options(cpp-yt-memory PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-memory PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-sanitizer-include - cpp-yt-assert - cpp-yt-misc - cpp-yt-malloc -) -target_sources(cpp-yt-memory PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/blob.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/chunked_input_stream.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/chunked_memory_allocator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/chunked_memory_pool.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/chunked_memory_pool_output.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/chunked_output_stream.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/memory_tag.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/ref.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/ref_tracked.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/safe_memory_reader.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/shared_range.cpp -) diff --git a/library/cpp/yt/memory/CMakeLists.linux-x86_64.txt b/library/cpp/yt/memory/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 30d9a07b77d..00000000000 --- a/library/cpp/yt/memory/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(cpp-yt-memory) -target_compile_options(cpp-yt-memory PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-memory PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-sanitizer-include - cpp-yt-assert - cpp-yt-misc - cpp-yt-malloc -) -target_sources(cpp-yt-memory PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/blob.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/chunked_input_stream.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/chunked_memory_allocator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/chunked_memory_pool.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/chunked_memory_pool_output.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/chunked_output_stream.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/memory_tag.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/ref.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/ref_tracked.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/safe_memory_reader.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/shared_range.cpp -) diff --git a/library/cpp/yt/memory/CMakeLists.txt b/library/cpp/yt/memory/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/yt/memory/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/yt/memory/CMakeLists.windows-x86_64.txt b/library/cpp/yt/memory/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c1e46a06a80..00000000000 --- a/library/cpp/yt/memory/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(cpp-yt-memory) -target_link_libraries(cpp-yt-memory PUBLIC - contrib-libs-cxxsupp - yutil - cpp-sanitizer-include - cpp-yt-assert - cpp-yt-misc - cpp-yt-malloc -) -target_sources(cpp-yt-memory PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/blob.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/chunked_input_stream.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/chunked_memory_allocator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/chunked_memory_pool.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/chunked_memory_pool_output.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/chunked_output_stream.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/memory_tag.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/ref.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/ref_tracked.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/safe_memory_reader.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/shared_range.cpp -) diff --git a/library/cpp/yt/misc/CMakeLists.darwin-x86_64.txt b/library/cpp/yt/misc/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index bb8ae6f3680..00000000000 --- a/library/cpp/yt/misc/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(cpp-yt-misc) -target_compile_options(cpp-yt-misc PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-misc PUBLIC - contrib-libs-cxxsupp - yutil - cpp-yt-exception -) -target_sources(cpp-yt-misc PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/misc/guid.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/misc/source_location.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/misc/thread_name.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/misc/variant.cpp -) diff --git a/library/cpp/yt/misc/CMakeLists.linux-aarch64.txt b/library/cpp/yt/misc/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 7715f3febe9..00000000000 --- a/library/cpp/yt/misc/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(cpp-yt-misc) -target_compile_options(cpp-yt-misc PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-misc PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-yt-exception -) -target_sources(cpp-yt-misc PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/misc/guid.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/misc/source_location.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/misc/thread_name.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/misc/variant.cpp -) diff --git a/library/cpp/yt/misc/CMakeLists.linux-x86_64.txt b/library/cpp/yt/misc/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 7715f3febe9..00000000000 --- a/library/cpp/yt/misc/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(cpp-yt-misc) -target_compile_options(cpp-yt-misc PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-misc PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-yt-exception -) -target_sources(cpp-yt-misc PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/misc/guid.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/misc/source_location.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/misc/thread_name.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/misc/variant.cpp -) diff --git a/library/cpp/yt/misc/CMakeLists.txt b/library/cpp/yt/misc/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/yt/misc/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/yt/misc/CMakeLists.windows-x86_64.txt b/library/cpp/yt/misc/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 0d302cdb6d9..00000000000 --- a/library/cpp/yt/misc/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(cpp-yt-misc) -target_link_libraries(cpp-yt-misc PUBLIC - contrib-libs-cxxsupp - yutil - cpp-yt-exception -) -target_sources(cpp-yt-misc PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/misc/guid.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/misc/source_location.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/misc/thread_name.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/misc/variant.cpp -) diff --git a/library/cpp/yt/small_containers/CMakeLists.darwin-x86_64.txt b/library/cpp/yt/small_containers/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index e926e3a3d8f..00000000000 --- a/library/cpp/yt/small_containers/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(cpp-yt-small_containers INTERFACE) -target_link_libraries(cpp-yt-small_containers INTERFACE - contrib-libs-cxxsupp - yutil - cpp-yt-assert - cpp-yt-malloc - cpp-yt-misc -) diff --git a/library/cpp/yt/small_containers/CMakeLists.linux-aarch64.txt b/library/cpp/yt/small_containers/CMakeLists.linux-aarch64.txt deleted file mode 100644 index edb8d5f56ad..00000000000 --- a/library/cpp/yt/small_containers/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(cpp-yt-small_containers INTERFACE) -target_link_libraries(cpp-yt-small_containers INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-yt-assert - cpp-yt-malloc - cpp-yt-misc -) diff --git a/library/cpp/yt/small_containers/CMakeLists.linux-x86_64.txt b/library/cpp/yt/small_containers/CMakeLists.linux-x86_64.txt deleted file mode 100644 index edb8d5f56ad..00000000000 --- a/library/cpp/yt/small_containers/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(cpp-yt-small_containers INTERFACE) -target_link_libraries(cpp-yt-small_containers INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-yt-assert - cpp-yt-malloc - cpp-yt-misc -) diff --git a/library/cpp/yt/small_containers/CMakeLists.txt b/library/cpp/yt/small_containers/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/yt/small_containers/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/yt/small_containers/CMakeLists.windows-x86_64.txt b/library/cpp/yt/small_containers/CMakeLists.windows-x86_64.txt deleted file mode 100644 index e926e3a3d8f..00000000000 --- a/library/cpp/yt/small_containers/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(cpp-yt-small_containers INTERFACE) -target_link_libraries(cpp-yt-small_containers INTERFACE - contrib-libs-cxxsupp - yutil - cpp-yt-assert - cpp-yt-malloc - cpp-yt-misc -) diff --git a/library/cpp/yt/string/CMakeLists.darwin-x86_64.txt b/library/cpp/yt/string/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 77a9e8a268f..00000000000 --- a/library/cpp/yt/string/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(cpp-yt-string) -target_compile_options(cpp-yt-string PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-string PUBLIC - contrib-libs-cxxsupp - yutil - cpp-yt-assert - cpp-yt-exception - cpp-yt-misc - cpp-yt-small_containers -) -target_sources(cpp-yt-string PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/string/enum.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/string/guid.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/string/string.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/string/format.cpp -) diff --git a/library/cpp/yt/string/CMakeLists.linux-aarch64.txt b/library/cpp/yt/string/CMakeLists.linux-aarch64.txt deleted file mode 100644 index cfafefd2b17..00000000000 --- a/library/cpp/yt/string/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(cpp-yt-string) -target_compile_options(cpp-yt-string PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-string PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-yt-assert - cpp-yt-exception - cpp-yt-misc - cpp-yt-small_containers -) -target_sources(cpp-yt-string PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/string/enum.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/string/guid.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/string/string.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/string/format.cpp -) diff --git a/library/cpp/yt/string/CMakeLists.linux-x86_64.txt b/library/cpp/yt/string/CMakeLists.linux-x86_64.txt deleted file mode 100644 index cfafefd2b17..00000000000 --- a/library/cpp/yt/string/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(cpp-yt-string) -target_compile_options(cpp-yt-string PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-string PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-yt-assert - cpp-yt-exception - cpp-yt-misc - cpp-yt-small_containers -) -target_sources(cpp-yt-string PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/string/enum.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/string/guid.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/string/string.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/string/format.cpp -) diff --git a/library/cpp/yt/string/CMakeLists.txt b/library/cpp/yt/string/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/yt/string/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/yt/string/CMakeLists.windows-x86_64.txt b/library/cpp/yt/string/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c2e15d6a7ca..00000000000 --- a/library/cpp/yt/string/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(cpp-yt-string) -target_link_libraries(cpp-yt-string PUBLIC - contrib-libs-cxxsupp - yutil - cpp-yt-assert - cpp-yt-exception - cpp-yt-misc - cpp-yt-small_containers -) -target_sources(cpp-yt-string PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/string/enum.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/string/guid.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/string/string.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/string/format.cpp -) diff --git a/library/cpp/yt/yson/CMakeLists.darwin-x86_64.txt b/library/cpp/yt/yson/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 68ae5dcaaf7..00000000000 --- a/library/cpp/yt/yson/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(cpp-yt-yson) -target_compile_options(cpp-yt-yson PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-yson PUBLIC - contrib-libs-cxxsupp - yutil - cpp-yt-yson_string -) -target_sources(cpp-yt-yson PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/yson/consumer.cpp -) diff --git a/library/cpp/yt/yson/CMakeLists.linux-aarch64.txt b/library/cpp/yt/yson/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 0aa2b791227..00000000000 --- a/library/cpp/yt/yson/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(cpp-yt-yson) -target_compile_options(cpp-yt-yson PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-yson PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-yt-yson_string -) -target_sources(cpp-yt-yson PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/yson/consumer.cpp -) diff --git a/library/cpp/yt/yson/CMakeLists.linux-x86_64.txt b/library/cpp/yt/yson/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 0aa2b791227..00000000000 --- a/library/cpp/yt/yson/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(cpp-yt-yson) -target_compile_options(cpp-yt-yson PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-yson PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-yt-yson_string -) -target_sources(cpp-yt-yson PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/yson/consumer.cpp -) diff --git a/library/cpp/yt/yson/CMakeLists.txt b/library/cpp/yt/yson/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/yt/yson/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/yt/yson/CMakeLists.windows-x86_64.txt b/library/cpp/yt/yson/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 29152238626..00000000000 --- a/library/cpp/yt/yson/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(cpp-yt-yson) -target_link_libraries(cpp-yt-yson PUBLIC - contrib-libs-cxxsupp - yutil - cpp-yt-yson_string -) -target_sources(cpp-yt-yson PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/yson/consumer.cpp -) diff --git a/library/cpp/yt/yson_string/CMakeLists.darwin-x86_64.txt b/library/cpp/yt/yson_string/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 31253becd72..00000000000 --- a/library/cpp/yt/yson_string/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(cpp-yt-yson_string) -target_compile_options(cpp-yt-yson_string PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-yson_string PUBLIC - contrib-libs-cxxsupp - yutil - cpp-yt-assert - cpp-yt-coding - cpp-yt-exception - cpp-yt-string - cpp-yt-memory - cpp-yt-misc -) -target_sources(cpp-yt-yson_string PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/yson_string/convert.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/yson_string/string.cpp -) diff --git a/library/cpp/yt/yson_string/CMakeLists.linux-aarch64.txt b/library/cpp/yt/yson_string/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 4e3045fc6aa..00000000000 --- a/library/cpp/yt/yson_string/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(cpp-yt-yson_string) -target_compile_options(cpp-yt-yson_string PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-yson_string PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-yt-assert - cpp-yt-coding - cpp-yt-exception - cpp-yt-string - cpp-yt-memory - cpp-yt-misc -) -target_sources(cpp-yt-yson_string PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/yson_string/convert.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/yson_string/string.cpp -) diff --git a/library/cpp/yt/yson_string/CMakeLists.linux-x86_64.txt b/library/cpp/yt/yson_string/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 4e3045fc6aa..00000000000 --- a/library/cpp/yt/yson_string/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(cpp-yt-yson_string) -target_compile_options(cpp-yt-yson_string PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-yson_string PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-yt-assert - cpp-yt-coding - cpp-yt-exception - cpp-yt-string - cpp-yt-memory - cpp-yt-misc -) -target_sources(cpp-yt-yson_string PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/yson_string/convert.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/yson_string/string.cpp -) diff --git a/library/cpp/yt/yson_string/CMakeLists.txt b/library/cpp/yt/yson_string/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/yt/yson_string/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/yt/yson_string/CMakeLists.windows-x86_64.txt b/library/cpp/yt/yson_string/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 941cc516b04..00000000000 --- a/library/cpp/yt/yson_string/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(cpp-yt-yson_string) -target_link_libraries(cpp-yt-yson_string PUBLIC - contrib-libs-cxxsupp - yutil - cpp-yt-assert - cpp-yt-coding - cpp-yt-exception - cpp-yt-string - cpp-yt-memory - cpp-yt-misc -) -target_sources(cpp-yt-yson_string PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/yson_string/convert.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/yson_string/string.cpp -) diff --git a/library/cpp/ytalloc/CMakeLists.txt b/library/cpp/ytalloc/CMakeLists.txt deleted file mode 100644 index dbfb934baea..00000000000 --- a/library/cpp/ytalloc/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(api) diff --git a/library/cpp/ytalloc/api/CMakeLists.darwin-x86_64.txt b/library/cpp/ytalloc/api/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a550e54f001..00000000000 --- a/library/cpp/ytalloc/api/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(cpp-ytalloc-api) -target_link_libraries(cpp-ytalloc-api PUBLIC - contrib-libs-cxxsupp - yutil - cpp-yt-misc -) -target_sources(cpp-ytalloc-api PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/ytalloc/api/fallback.cpp -) diff --git a/library/cpp/ytalloc/api/CMakeLists.linux-aarch64.txt b/library/cpp/ytalloc/api/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 3557a63ea82..00000000000 --- a/library/cpp/ytalloc/api/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(cpp-ytalloc-api) -target_link_libraries(cpp-ytalloc-api PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-yt-misc -) -target_sources(cpp-ytalloc-api PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/ytalloc/api/fallback.cpp -) diff --git a/library/cpp/ytalloc/api/CMakeLists.linux-x86_64.txt b/library/cpp/ytalloc/api/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 3557a63ea82..00000000000 --- a/library/cpp/ytalloc/api/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(cpp-ytalloc-api) -target_link_libraries(cpp-ytalloc-api PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-yt-misc -) -target_sources(cpp-ytalloc-api PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/ytalloc/api/fallback.cpp -) diff --git a/library/cpp/ytalloc/api/CMakeLists.txt b/library/cpp/ytalloc/api/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/library/cpp/ytalloc/api/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/ytalloc/api/CMakeLists.windows-x86_64.txt b/library/cpp/ytalloc/api/CMakeLists.windows-x86_64.txt deleted file mode 100644 index a550e54f001..00000000000 --- a/library/cpp/ytalloc/api/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(cpp-ytalloc-api) -target_link_libraries(cpp-ytalloc-api PUBLIC - contrib-libs-cxxsupp - yutil - cpp-yt-misc -) -target_sources(cpp-ytalloc-api PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/ytalloc/api/fallback.cpp -) diff --git a/logbroker/CMakeLists.txt b/logbroker/CMakeLists.txt deleted file mode 100644 index 00797c6331d..00000000000 --- a/logbroker/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(unified_agent) diff --git a/logbroker/unified_agent/CMakeLists.txt b/logbroker/unified_agent/CMakeLists.txt deleted file mode 100644 index 7f79107ebc7..00000000000 --- a/logbroker/unified_agent/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(client) diff --git a/logbroker/unified_agent/client/CMakeLists.txt b/logbroker/unified_agent/client/CMakeLists.txt deleted file mode 100644 index 95ff6b8ebf1..00000000000 --- a/logbroker/unified_agent/client/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(cpp) diff --git a/logbroker/unified_agent/client/cpp/CMakeLists.txt b/logbroker/unified_agent/client/cpp/CMakeLists.txt deleted file mode 100644 index 59243e9f3b5..00000000000 --- a/logbroker/unified_agent/client/cpp/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(logger) diff --git a/logbroker/unified_agent/client/cpp/logger/CMakeLists.darwin-x86_64.txt b/logbroker/unified_agent/client/cpp/logger/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c3c52bd99b7..00000000000 --- a/logbroker/unified_agent/client/cpp/logger/CMakeLists.darwin-x86_64.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. - - - -add_library(client-cpp-logger INTERFACE) -target_link_libraries(client-cpp-logger INTERFACE - contrib-libs-cxxsupp - yutil - library-cpp-unified_agent_client -) diff --git a/logbroker/unified_agent/client/cpp/logger/CMakeLists.linux-aarch64.txt b/logbroker/unified_agent/client/cpp/logger/CMakeLists.linux-aarch64.txt deleted file mode 100644 index ea78948b453..00000000000 --- a/logbroker/unified_agent/client/cpp/logger/CMakeLists.linux-aarch64.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(client-cpp-logger INTERFACE) -target_link_libraries(client-cpp-logger INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-unified_agent_client -) diff --git a/logbroker/unified_agent/client/cpp/logger/CMakeLists.linux-x86_64.txt b/logbroker/unified_agent/client/cpp/logger/CMakeLists.linux-x86_64.txt deleted file mode 100644 index ea78948b453..00000000000 --- a/logbroker/unified_agent/client/cpp/logger/CMakeLists.linux-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(client-cpp-logger INTERFACE) -target_link_libraries(client-cpp-logger INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-unified_agent_client -) diff --git a/logbroker/unified_agent/client/cpp/logger/CMakeLists.txt b/logbroker/unified_agent/client/cpp/logger/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/logbroker/unified_agent/client/cpp/logger/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/logbroker/unified_agent/client/cpp/logger/CMakeLists.windows-x86_64.txt b/logbroker/unified_agent/client/cpp/logger/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c3c52bd99b7..00000000000 --- a/logbroker/unified_agent/client/cpp/logger/CMakeLists.windows-x86_64.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. - - - -add_library(client-cpp-logger INTERFACE) -target_link_libraries(client-cpp-logger INTERFACE - contrib-libs-cxxsupp - yutil - library-cpp-unified_agent_client -) diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt deleted file mode 100644 index 129d0a1eb47..00000000000 --- a/tools/CMakeLists.txt +++ /dev/null @@ -1,12 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(archiver) -add_subdirectory(enum_parser) -add_subdirectory(event2cpp) -add_subdirectory(rescompiler) diff --git a/tools/archiver/CMakeLists.darwin-x86_64.txt b/tools/archiver/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 1a15b734db7..00000000000 --- a/tools/archiver/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_executable(archiver) -target_link_libraries(archiver PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - library-cpp-archive - cpp-digest-md5 - cpp-getopt-small -) -target_link_options(archiver PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC -) -target_sources(archiver PRIVATE - ${CMAKE_SOURCE_DIR}/tools/archiver/main.cpp -) -target_allocator(archiver - system_allocator -) -vcs_info(archiver) diff --git a/tools/archiver/CMakeLists.linux-aarch64.txt b/tools/archiver/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d3947a906d3..00000000000 --- a/tools/archiver/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_executable(archiver) -target_link_libraries(archiver PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-archive - cpp-digest-md5 - cpp-getopt-small -) -target_link_options(archiver PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(archiver PRIVATE - ${CMAKE_SOURCE_DIR}/tools/archiver/main.cpp -) -target_allocator(archiver - cpp-malloc-jemalloc -) -vcs_info(archiver) diff --git a/tools/archiver/CMakeLists.linux-x86_64.txt b/tools/archiver/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 7ae5f5ed7f2..00000000000 --- a/tools/archiver/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_executable(archiver) -target_link_libraries(archiver PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - library-cpp-archive - cpp-digest-md5 - cpp-getopt-small -) -target_link_options(archiver PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(archiver PRIVATE - ${CMAKE_SOURCE_DIR}/tools/archiver/main.cpp -) -target_allocator(archiver - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(archiver) diff --git a/tools/archiver/CMakeLists.txt b/tools/archiver/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/tools/archiver/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/tools/archiver/CMakeLists.windows-x86_64.txt b/tools/archiver/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 8788affad6e..00000000000 --- a/tools/archiver/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_executable(archiver) -target_link_libraries(archiver PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - library-cpp-archive - cpp-digest-md5 - cpp-getopt-small -) -target_sources(archiver PRIVATE - ${CMAKE_SOURCE_DIR}/tools/archiver/main.cpp -) -target_allocator(archiver - system_allocator -) -vcs_info(archiver) diff --git a/tools/enum_parser/CMakeLists.txt b/tools/enum_parser/CMakeLists.txt deleted file mode 100644 index eab3cf5b126..00000000000 --- a/tools/enum_parser/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. - - -add_subdirectory(enum_parser) -add_subdirectory(enum_serialization_runtime) -add_subdirectory(parse_enum) diff --git a/tools/enum_parser/enum_parser/CMakeLists.darwin-x86_64.txt b/tools/enum_parser/enum_parser/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 59d95687ab0..00000000000 --- a/tools/enum_parser/enum_parser/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_executable(enum_parser) -target_link_libraries(enum_parser PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-getopt-small - tools-enum_parser-parse_enum -) -target_link_options(enum_parser PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC -) -target_sources(enum_parser PRIVATE - ${CMAKE_SOURCE_DIR}/tools/enum_parser/enum_parser/main.cpp -) -target_allocator(enum_parser - system_allocator -) -vcs_info(enum_parser) diff --git a/tools/enum_parser/enum_parser/CMakeLists.linux-aarch64.txt b/tools/enum_parser/enum_parser/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 04196e5f087..00000000000 --- a/tools/enum_parser/enum_parser/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_executable(enum_parser) -target_link_libraries(enum_parser PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-getopt-small - tools-enum_parser-parse_enum -) -target_link_options(enum_parser PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(enum_parser PRIVATE - ${CMAKE_SOURCE_DIR}/tools/enum_parser/enum_parser/main.cpp -) -target_allocator(enum_parser - cpp-malloc-jemalloc -) -vcs_info(enum_parser) diff --git a/tools/enum_parser/enum_parser/CMakeLists.linux-x86_64.txt b/tools/enum_parser/enum_parser/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 18ccff5c552..00000000000 --- a/tools/enum_parser/enum_parser/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_executable(enum_parser) -target_link_libraries(enum_parser PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-getopt-small - tools-enum_parser-parse_enum -) -target_link_options(enum_parser PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(enum_parser PRIVATE - ${CMAKE_SOURCE_DIR}/tools/enum_parser/enum_parser/main.cpp -) -target_allocator(enum_parser - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(enum_parser) diff --git a/tools/enum_parser/enum_parser/CMakeLists.txt b/tools/enum_parser/enum_parser/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/tools/enum_parser/enum_parser/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/tools/enum_parser/enum_parser/CMakeLists.windows-x86_64.txt b/tools/enum_parser/enum_parser/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 2684df8d52c..00000000000 --- a/tools/enum_parser/enum_parser/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_executable(enum_parser) -target_link_libraries(enum_parser PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - cpp-getopt-small - tools-enum_parser-parse_enum -) -target_sources(enum_parser PRIVATE - ${CMAKE_SOURCE_DIR}/tools/enum_parser/enum_parser/main.cpp -) -target_allocator(enum_parser - system_allocator -) -vcs_info(enum_parser) diff --git a/tools/enum_parser/enum_serialization_runtime/CMakeLists.darwin-x86_64.txt b/tools/enum_parser/enum_serialization_runtime/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index ae7cffeb5ed..00000000000 --- a/tools/enum_parser/enum_serialization_runtime/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(tools-enum_parser-enum_serialization_runtime) -target_link_libraries(tools-enum_parser-enum_serialization_runtime PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(tools-enum_parser-enum_serialization_runtime PRIVATE - ${CMAKE_SOURCE_DIR}/tools/enum_parser/enum_serialization_runtime/dispatch_methods.cpp - ${CMAKE_SOURCE_DIR}/tools/enum_parser/enum_serialization_runtime/enum_runtime.cpp - ${CMAKE_SOURCE_DIR}/tools/enum_parser/enum_serialization_runtime/ordered_pairs.cpp -) diff --git a/tools/enum_parser/enum_serialization_runtime/CMakeLists.linux-aarch64.txt b/tools/enum_parser/enum_serialization_runtime/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 6ba02c3ad1a..00000000000 --- a/tools/enum_parser/enum_serialization_runtime/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(tools-enum_parser-enum_serialization_runtime) -target_link_libraries(tools-enum_parser-enum_serialization_runtime PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(tools-enum_parser-enum_serialization_runtime PRIVATE - ${CMAKE_SOURCE_DIR}/tools/enum_parser/enum_serialization_runtime/dispatch_methods.cpp - ${CMAKE_SOURCE_DIR}/tools/enum_parser/enum_serialization_runtime/enum_runtime.cpp - ${CMAKE_SOURCE_DIR}/tools/enum_parser/enum_serialization_runtime/ordered_pairs.cpp -) diff --git a/tools/enum_parser/enum_serialization_runtime/CMakeLists.linux-x86_64.txt b/tools/enum_parser/enum_serialization_runtime/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 6ba02c3ad1a..00000000000 --- a/tools/enum_parser/enum_serialization_runtime/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(tools-enum_parser-enum_serialization_runtime) -target_link_libraries(tools-enum_parser-enum_serialization_runtime PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(tools-enum_parser-enum_serialization_runtime PRIVATE - ${CMAKE_SOURCE_DIR}/tools/enum_parser/enum_serialization_runtime/dispatch_methods.cpp - ${CMAKE_SOURCE_DIR}/tools/enum_parser/enum_serialization_runtime/enum_runtime.cpp - ${CMAKE_SOURCE_DIR}/tools/enum_parser/enum_serialization_runtime/ordered_pairs.cpp -) diff --git a/tools/enum_parser/enum_serialization_runtime/CMakeLists.txt b/tools/enum_parser/enum_serialization_runtime/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/tools/enum_parser/enum_serialization_runtime/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/tools/enum_parser/enum_serialization_runtime/CMakeLists.windows-x86_64.txt b/tools/enum_parser/enum_serialization_runtime/CMakeLists.windows-x86_64.txt deleted file mode 100644 index ae7cffeb5ed..00000000000 --- a/tools/enum_parser/enum_serialization_runtime/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(tools-enum_parser-enum_serialization_runtime) -target_link_libraries(tools-enum_parser-enum_serialization_runtime PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(tools-enum_parser-enum_serialization_runtime PRIVATE - ${CMAKE_SOURCE_DIR}/tools/enum_parser/enum_serialization_runtime/dispatch_methods.cpp - ${CMAKE_SOURCE_DIR}/tools/enum_parser/enum_serialization_runtime/enum_runtime.cpp - ${CMAKE_SOURCE_DIR}/tools/enum_parser/enum_serialization_runtime/ordered_pairs.cpp -) diff --git a/tools/enum_parser/parse_enum/CMakeLists.darwin-x86_64.txt b/tools/enum_parser/parse_enum/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6facd47e753..00000000000 --- a/tools/enum_parser/parse_enum/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(tools-enum_parser-parse_enum) -target_link_libraries(tools-enum_parser-parse_enum PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cppparser -) -target_sources(tools-enum_parser-parse_enum PRIVATE - ${CMAKE_SOURCE_DIR}/tools/enum_parser/parse_enum/parse_enum.cpp -) diff --git a/tools/enum_parser/parse_enum/CMakeLists.linux-aarch64.txt b/tools/enum_parser/parse_enum/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 4798912c9fb..00000000000 --- a/tools/enum_parser/parse_enum/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(tools-enum_parser-parse_enum) -target_link_libraries(tools-enum_parser-parse_enum PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cppparser -) -target_sources(tools-enum_parser-parse_enum PRIVATE - ${CMAKE_SOURCE_DIR}/tools/enum_parser/parse_enum/parse_enum.cpp -) diff --git a/tools/enum_parser/parse_enum/CMakeLists.linux-x86_64.txt b/tools/enum_parser/parse_enum/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 4798912c9fb..00000000000 --- a/tools/enum_parser/parse_enum/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(tools-enum_parser-parse_enum) -target_link_libraries(tools-enum_parser-parse_enum PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cppparser -) -target_sources(tools-enum_parser-parse_enum PRIVATE - ${CMAKE_SOURCE_DIR}/tools/enum_parser/parse_enum/parse_enum.cpp -) diff --git a/tools/enum_parser/parse_enum/CMakeLists.txt b/tools/enum_parser/parse_enum/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/tools/enum_parser/parse_enum/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/tools/enum_parser/parse_enum/CMakeLists.windows-x86_64.txt b/tools/enum_parser/parse_enum/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 6facd47e753..00000000000 --- a/tools/enum_parser/parse_enum/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(tools-enum_parser-parse_enum) -target_link_libraries(tools-enum_parser-parse_enum PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cppparser -) -target_sources(tools-enum_parser-parse_enum PRIVATE - ${CMAKE_SOURCE_DIR}/tools/enum_parser/parse_enum/parse_enum.cpp -) diff --git a/tools/event2cpp/CMakeLists.txt b/tools/event2cpp/CMakeLists.txt deleted file mode 100644 index 94c55d2b574..00000000000 --- a/tools/event2cpp/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(bin) diff --git a/tools/event2cpp/bin/CMakeLists.darwin-x86_64.txt b/tools/event2cpp/bin/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 8634ce79d5b..00000000000 --- a/tools/event2cpp/bin/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_executable(event2cpp) -target_include_directories(event2cpp PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf -) -target_link_libraries(event2cpp PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - contrib-libs-protobuf - contrib-libs-protoc - cpp-eventlog-proto -) -target_link_options(event2cpp PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC -) -target_sources(event2cpp PRIVATE - ${CMAKE_SOURCE_DIR}/tools/event2cpp/proto_events.cpp -) -target_allocator(event2cpp - system_allocator -) -vcs_info(event2cpp) diff --git a/tools/event2cpp/bin/CMakeLists.linux-aarch64.txt b/tools/event2cpp/bin/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 7b4908b824c..00000000000 --- a/tools/event2cpp/bin/CMakeLists.linux-aarch64.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_executable(event2cpp) -target_include_directories(event2cpp PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf -) -target_link_libraries(event2cpp PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-protobuf - contrib-libs-protoc - cpp-eventlog-proto -) -target_link_options(event2cpp PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(event2cpp PRIVATE - ${CMAKE_SOURCE_DIR}/tools/event2cpp/proto_events.cpp -) -target_allocator(event2cpp - cpp-malloc-jemalloc -) -vcs_info(event2cpp) diff --git a/tools/event2cpp/bin/CMakeLists.linux-x86_64.txt b/tools/event2cpp/bin/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 73cf4d9e734..00000000000 --- a/tools/event2cpp/bin/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_executable(event2cpp) -target_include_directories(event2cpp PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf -) -target_link_libraries(event2cpp PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - contrib-libs-protobuf - contrib-libs-protoc - cpp-eventlog-proto -) -target_link_options(event2cpp PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(event2cpp PRIVATE - ${CMAKE_SOURCE_DIR}/tools/event2cpp/proto_events.cpp -) -target_allocator(event2cpp - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(event2cpp) diff --git a/tools/event2cpp/bin/CMakeLists.txt b/tools/event2cpp/bin/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/tools/event2cpp/bin/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/tools/event2cpp/bin/CMakeLists.windows-x86_64.txt b/tools/event2cpp/bin/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 316ab8cf7a1..00000000000 --- a/tools/event2cpp/bin/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_executable(event2cpp) -target_include_directories(event2cpp PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/protobuf -) -target_link_libraries(event2cpp PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - contrib-libs-protobuf - contrib-libs-protoc - cpp-eventlog-proto -) -target_sources(event2cpp PRIVATE - ${CMAKE_SOURCE_DIR}/tools/event2cpp/proto_events.cpp -) -target_allocator(event2cpp - system_allocator -) -vcs_info(event2cpp) diff --git a/tools/rescompiler/CMakeLists.txt b/tools/rescompiler/CMakeLists.txt deleted file mode 100644 index 94c55d2b574..00000000000 --- a/tools/rescompiler/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(bin) diff --git a/tools/rescompiler/bin/CMakeLists.darwin-x86_64.txt b/tools/rescompiler/bin/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2c212760458..00000000000 --- a/tools/rescompiler/bin/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_executable(rescompiler) -target_link_libraries(rescompiler PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - library-cpp-resource -) -target_link_options(rescompiler PRIVATE - -Wl,-platform_version,macos,11.0,11.0 - -fPIC - -fPIC -) -target_sources(rescompiler PRIVATE - ${CMAKE_SOURCE_DIR}/tools/rescompiler/main.cpp -) -target_allocator(rescompiler - system_allocator -) -vcs_info(rescompiler) diff --git a/tools/rescompiler/bin/CMakeLists.linux-aarch64.txt b/tools/rescompiler/bin/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 149f6f4225b..00000000000 --- a/tools/rescompiler/bin/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_executable(rescompiler) -target_link_libraries(rescompiler PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-resource -) -target_link_options(rescompiler PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(rescompiler PRIVATE - ${CMAKE_SOURCE_DIR}/tools/rescompiler/main.cpp -) -target_allocator(rescompiler - cpp-malloc-jemalloc -) -vcs_info(rescompiler) diff --git a/tools/rescompiler/bin/CMakeLists.linux-x86_64.txt b/tools/rescompiler/bin/CMakeLists.linux-x86_64.txt deleted file mode 100644 index dda1f62fe38..00000000000 --- a/tools/rescompiler/bin/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_executable(rescompiler) -target_link_libraries(rescompiler PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - library-cpp-resource -) -target_link_options(rescompiler PRIVATE - -ldl - -lrt - -Wl,--no-as-needed - -fPIC - -fPIC - -lpthread - -lrt - -ldl -) -target_sources(rescompiler PRIVATE - ${CMAKE_SOURCE_DIR}/tools/rescompiler/main.cpp -) -target_allocator(rescompiler - cpp-malloc-tcmalloc - libs-tcmalloc-no_percpu_cache -) -vcs_info(rescompiler) diff --git a/tools/rescompiler/bin/CMakeLists.txt b/tools/rescompiler/bin/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/tools/rescompiler/bin/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/tools/rescompiler/bin/CMakeLists.windows-x86_64.txt b/tools/rescompiler/bin/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 5b85c1b8072..00000000000 --- a/tools/rescompiler/bin/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_executable(rescompiler) -target_link_libraries(rescompiler PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-cpuid_check - library-cpp-resource -) -target_sources(rescompiler PRIVATE - ${CMAKE_SOURCE_DIR}/tools/rescompiler/main.cpp -) -target_allocator(rescompiler - system_allocator -) -vcs_info(rescompiler) diff --git a/util/CMakeLists.darwin-x86_64.txt b/util/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 6aacbf97f36..00000000000 --- a/util/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,308 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(charset) -add_subdirectory(draft) - -add_library(yutil) -target_compile_options(yutil PRIVATE - -Wnarrowing -) -target_link_libraries(yutil PUBLIC - contrib-libs-cxxsupp - util-charset - contrib-libs-zlib - contrib-libs-double-conversion - contrib-libs-libc_compat -) -target_sources(yutil PRIVATE - ${CMAKE_SOURCE_DIR}/util/system/compiler.cpp - ${CMAKE_SOURCE_DIR}/util/digest/city.cpp - ${CMAKE_SOURCE_DIR}/util/random/random.cpp - ${CMAKE_SOURCE_DIR}/util/string/cast.cpp -) -target_joined_source(yutil - all_datetime.cpp - ${CMAKE_SOURCE_DIR}/util/datetime/base.cpp - ${CMAKE_SOURCE_DIR}/util/datetime/constants.cpp - ${CMAKE_SOURCE_DIR}/util/datetime/cputimer.cpp - ${CMAKE_SOURCE_DIR}/util/datetime/systime.cpp - ${CMAKE_SOURCE_DIR}/util/datetime/uptime.cpp -) -target_joined_source(yutil - all_digest.cpp - ${CMAKE_SOURCE_DIR}/util/digest/fnv.cpp - ${CMAKE_SOURCE_DIR}/util/digest/multi.cpp - ${CMAKE_SOURCE_DIR}/util/digest/murmur.cpp - ${CMAKE_SOURCE_DIR}/util/digest/numeric.cpp - ${CMAKE_SOURCE_DIR}/util/digest/sequence.cpp -) -target_joined_source(yutil - all_util.cpp - ${CMAKE_SOURCE_DIR}/util/ysafeptr.cpp - ${CMAKE_SOURCE_DIR}/util/ysaveload.cpp - ${CMAKE_SOURCE_DIR}/util/str_stl.cpp -) -target_joined_source(yutil - all_folder.cpp - ${CMAKE_SOURCE_DIR}/util/folder/dirut.cpp - ${CMAKE_SOURCE_DIR}/util/folder/filelist.cpp - ${CMAKE_SOURCE_DIR}/util/folder/fts.cpp - ${CMAKE_SOURCE_DIR}/util/folder/fwd.cpp - ${CMAKE_SOURCE_DIR}/util/folder/iterator.cpp - ${CMAKE_SOURCE_DIR}/util/folder/path.cpp - ${CMAKE_SOURCE_DIR}/util/folder/pathsplit.cpp - ${CMAKE_SOURCE_DIR}/util/folder/tempdir.cpp -) -target_joined_source(yutil - all_generic.cpp - ${CMAKE_SOURCE_DIR}/util/generic/adaptor.cpp - ${CMAKE_SOURCE_DIR}/util/generic/algorithm.cpp - ${CMAKE_SOURCE_DIR}/util/generic/array_ref.cpp - ${CMAKE_SOURCE_DIR}/util/generic/array_size.cpp - ${CMAKE_SOURCE_DIR}/util/generic/bitmap.cpp - ${CMAKE_SOURCE_DIR}/util/generic/bitops.cpp - ${CMAKE_SOURCE_DIR}/util/generic/bt_exception.cpp - ${CMAKE_SOURCE_DIR}/util/generic/buffer.cpp - ${CMAKE_SOURCE_DIR}/util/generic/cast.cpp - ${CMAKE_SOURCE_DIR}/util/generic/deque.cpp - ${CMAKE_SOURCE_DIR}/util/generic/explicit_type.cpp - ${CMAKE_SOURCE_DIR}/util/generic/fastqueue.cpp - ${CMAKE_SOURCE_DIR}/util/generic/flags.cpp - ${CMAKE_SOURCE_DIR}/util/generic/function.cpp - ${CMAKE_SOURCE_DIR}/util/generic/function_ref.cpp - ${CMAKE_SOURCE_DIR}/util/generic/fwd.cpp - ${CMAKE_SOURCE_DIR}/util/generic/guid.cpp - ${CMAKE_SOURCE_DIR}/util/generic/hash.cpp - ${CMAKE_SOURCE_DIR}/util/generic/hash_multi_map.cpp - ${CMAKE_SOURCE_DIR}/util/generic/hash_table.cpp - ${CMAKE_SOURCE_DIR}/util/generic/hash_primes.cpp - ${CMAKE_SOURCE_DIR}/util/generic/hash_set.cpp - ${CMAKE_SOURCE_DIR}/util/generic/hide_ptr.cpp - ${CMAKE_SOURCE_DIR}/util/generic/intrlist.cpp - ${CMAKE_SOURCE_DIR}/util/generic/is_in.cpp - ${CMAKE_SOURCE_DIR}/util/generic/iterator.cpp - ${CMAKE_SOURCE_DIR}/util/generic/iterator_range.cpp - ${CMAKE_SOURCE_DIR}/util/generic/lazy_value.cpp - ${CMAKE_SOURCE_DIR}/util/generic/list.cpp - ${CMAKE_SOURCE_DIR}/util/generic/map.cpp - ${CMAKE_SOURCE_DIR}/util/generic/mapfindptr.cpp - ${CMAKE_SOURCE_DIR}/util/generic/maybe.cpp - ${CMAKE_SOURCE_DIR}/util/generic/mem_copy.cpp - ${CMAKE_SOURCE_DIR}/util/generic/noncopyable.cpp - ${CMAKE_SOURCE_DIR}/util/generic/object_counter.cpp - ${CMAKE_SOURCE_DIR}/util/generic/overloaded.cpp - ${CMAKE_SOURCE_DIR}/util/generic/ptr.cpp - ${CMAKE_SOURCE_DIR}/util/generic/queue.cpp - ${CMAKE_SOURCE_DIR}/util/generic/refcount.cpp - ${CMAKE_SOURCE_DIR}/util/generic/scope.cpp - ${CMAKE_SOURCE_DIR}/util/generic/serialized_enum.cpp - ${CMAKE_SOURCE_DIR}/util/generic/set.cpp - ${CMAKE_SOURCE_DIR}/util/generic/singleton.cpp - ${CMAKE_SOURCE_DIR}/util/generic/size_literals.cpp - ${CMAKE_SOURCE_DIR}/util/generic/stack.cpp - ${CMAKE_SOURCE_DIR}/util/generic/store_policy.cpp - ${CMAKE_SOURCE_DIR}/util/generic/strbuf.cpp - ${CMAKE_SOURCE_DIR}/util/generic/strfcpy.cpp - ${CMAKE_SOURCE_DIR}/util/generic/string.cpp - ${CMAKE_SOURCE_DIR}/util/generic/typelist.cpp - ${CMAKE_SOURCE_DIR}/util/generic/typetraits.cpp - ${CMAKE_SOURCE_DIR}/util/generic/utility.cpp - ${CMAKE_SOURCE_DIR}/util/generic/va_args.cpp - ${CMAKE_SOURCE_DIR}/util/generic/variant.cpp - ${CMAKE_SOURCE_DIR}/util/generic/vector.cpp - ${CMAKE_SOURCE_DIR}/util/generic/xrange.cpp - ${CMAKE_SOURCE_DIR}/util/generic/yexception.cpp - ${CMAKE_SOURCE_DIR}/util/generic/ylimits.cpp - ${CMAKE_SOURCE_DIR}/util/generic/ymath.cpp -) -target_joined_source(yutil - all_memory.cpp - ${CMAKE_SOURCE_DIR}/util/memory/addstorage.cpp - ${CMAKE_SOURCE_DIR}/util/memory/alloc.cpp - ${CMAKE_SOURCE_DIR}/util/memory/blob.cpp - ${CMAKE_SOURCE_DIR}/util/memory/mmapalloc.cpp - ${CMAKE_SOURCE_DIR}/util/memory/pool.cpp - ${CMAKE_SOURCE_DIR}/util/memory/segmented_string_pool.cpp - ${CMAKE_SOURCE_DIR}/util/memory/segpool_alloc.cpp - ${CMAKE_SOURCE_DIR}/util/memory/smallobj.cpp - ${CMAKE_SOURCE_DIR}/util/memory/tempbuf.cpp -) -target_joined_source(yutil - all_network.cpp - ${CMAKE_SOURCE_DIR}/util/network/address.cpp - ${CMAKE_SOURCE_DIR}/util/network/endpoint.cpp - ${CMAKE_SOURCE_DIR}/util/network/hostip.cpp - ${CMAKE_SOURCE_DIR}/util/network/init.cpp - ${CMAKE_SOURCE_DIR}/util/network/interface.cpp - ${CMAKE_SOURCE_DIR}/util/network/iovec.cpp - ${CMAKE_SOURCE_DIR}/util/network/ip.cpp - ${CMAKE_SOURCE_DIR}/util/network/nonblock.cpp - ${CMAKE_SOURCE_DIR}/util/network/pair.cpp - ${CMAKE_SOURCE_DIR}/util/network/poller.cpp - ${CMAKE_SOURCE_DIR}/util/network/pollerimpl.cpp - ${CMAKE_SOURCE_DIR}/util/network/sock.cpp - ${CMAKE_SOURCE_DIR}/util/network/socket.cpp -) -target_joined_source(yutil - all_random.cpp - ${CMAKE_SOURCE_DIR}/util/random/common_ops.cpp - ${CMAKE_SOURCE_DIR}/util/random/easy.cpp - ${CMAKE_SOURCE_DIR}/util/random/entropy.cpp - ${CMAKE_SOURCE_DIR}/util/random/fast.cpp - ${CMAKE_SOURCE_DIR}/util/random/lcg_engine.cpp - ${CMAKE_SOURCE_DIR}/util/random/mersenne32.cpp - ${CMAKE_SOURCE_DIR}/util/random/mersenne64.cpp - ${CMAKE_SOURCE_DIR}/util/random/mersenne.cpp - ${CMAKE_SOURCE_DIR}/util/random/normal.cpp - ${CMAKE_SOURCE_DIR}/util/random/shuffle.cpp - ${CMAKE_SOURCE_DIR}/util/random/init_atfork.cpp -) -target_joined_source(yutil - all_stream.cpp - ${CMAKE_SOURCE_DIR}/util/stream/aligned.cpp - ${CMAKE_SOURCE_DIR}/util/stream/buffer.cpp - ${CMAKE_SOURCE_DIR}/util/stream/buffered.cpp - ${CMAKE_SOURCE_DIR}/util/stream/debug.cpp - ${CMAKE_SOURCE_DIR}/util/stream/direct_io.cpp - ${CMAKE_SOURCE_DIR}/util/stream/file.cpp - ${CMAKE_SOURCE_DIR}/util/stream/format.cpp - ${CMAKE_SOURCE_DIR}/util/stream/fwd.cpp - ${CMAKE_SOURCE_DIR}/util/stream/hex.cpp - ${CMAKE_SOURCE_DIR}/util/stream/holder.cpp - ${CMAKE_SOURCE_DIR}/util/stream/input.cpp - ${CMAKE_SOURCE_DIR}/util/stream/labeled.cpp - ${CMAKE_SOURCE_DIR}/util/stream/length.cpp - ${CMAKE_SOURCE_DIR}/util/stream/mem.cpp - ${CMAKE_SOURCE_DIR}/util/stream/multi.cpp - ${CMAKE_SOURCE_DIR}/util/stream/null.cpp - ${CMAKE_SOURCE_DIR}/util/stream/output.cpp - ${CMAKE_SOURCE_DIR}/util/stream/pipe.cpp - ${CMAKE_SOURCE_DIR}/util/stream/printf.cpp - ${CMAKE_SOURCE_DIR}/util/stream/str.cpp - ${CMAKE_SOURCE_DIR}/util/stream/tee.cpp - ${CMAKE_SOURCE_DIR}/util/stream/tempbuf.cpp - ${CMAKE_SOURCE_DIR}/util/stream/tokenizer.cpp - ${CMAKE_SOURCE_DIR}/util/stream/trace.cpp - ${CMAKE_SOURCE_DIR}/util/stream/walk.cpp - ${CMAKE_SOURCE_DIR}/util/stream/zerocopy.cpp - ${CMAKE_SOURCE_DIR}/util/stream/zerocopy_output.cpp - ${CMAKE_SOURCE_DIR}/util/stream/zlib.cpp -) -target_joined_source(yutil - all_string.cpp - ${CMAKE_SOURCE_DIR}/util/string/ascii.cpp - ${CMAKE_SOURCE_DIR}/util/string/builder.cpp - ${CMAKE_SOURCE_DIR}/util/string/cstriter.cpp - ${CMAKE_SOURCE_DIR}/util/string/escape.cpp - ${CMAKE_SOURCE_DIR}/util/string/hex.cpp - ${CMAKE_SOURCE_DIR}/util/string/join.cpp - ${CMAKE_SOURCE_DIR}/util/string/printf.cpp - ${CMAKE_SOURCE_DIR}/util/string/reverse.cpp - ${CMAKE_SOURCE_DIR}/util/string/split.cpp - ${CMAKE_SOURCE_DIR}/util/string/strip.cpp - ${CMAKE_SOURCE_DIR}/util/string/strspn.cpp - ${CMAKE_SOURCE_DIR}/util/string/subst.cpp - ${CMAKE_SOURCE_DIR}/util/string/type.cpp - ${CMAKE_SOURCE_DIR}/util/string/util.cpp - ${CMAKE_SOURCE_DIR}/util/string/vector.cpp -) -target_joined_source(yutil - all_system_1.cpp - ${CMAKE_SOURCE_DIR}/util/system/atexit.cpp - ${CMAKE_SOURCE_DIR}/util/system/backtrace.cpp - ${CMAKE_SOURCE_DIR}/util/system/compat.cpp - ${CMAKE_SOURCE_DIR}/util/system/condvar.cpp - ${CMAKE_SOURCE_DIR}/util/system/context.cpp - ${CMAKE_SOURCE_DIR}/util/system/daemon.cpp - ${CMAKE_SOURCE_DIR}/util/system/datetime.cpp - ${CMAKE_SOURCE_DIR}/util/system/defaults.c - ${CMAKE_SOURCE_DIR}/util/system/direct_io.cpp - ${CMAKE_SOURCE_DIR}/util/system/dynlib.cpp - ${CMAKE_SOURCE_DIR}/util/system/env.cpp - ${CMAKE_SOURCE_DIR}/util/system/error.cpp - ${CMAKE_SOURCE_DIR}/util/system/event.cpp - ${CMAKE_SOURCE_DIR}/util/system/execpath.cpp - ${CMAKE_SOURCE_DIR}/util/system/fasttime.cpp - ${CMAKE_SOURCE_DIR}/util/system/file.cpp - ${CMAKE_SOURCE_DIR}/util/system/file_lock.cpp - ${CMAKE_SOURCE_DIR}/util/system/filemap.cpp - ${CMAKE_SOURCE_DIR}/util/system/flock.cpp - ${CMAKE_SOURCE_DIR}/util/system/fs.cpp - ${CMAKE_SOURCE_DIR}/util/system/fstat.cpp - ${CMAKE_SOURCE_DIR}/util/system/getpid.cpp - ${CMAKE_SOURCE_DIR}/util/system/hi_lo.cpp - ${CMAKE_SOURCE_DIR}/util/system/hostname.cpp - ${CMAKE_SOURCE_DIR}/util/system/hp_timer.cpp - ${CMAKE_SOURCE_DIR}/util/system/info.cpp -) -target_joined_source(yutil - all_system_2.cpp - ${CMAKE_SOURCE_DIR}/util/system/align.cpp - ${CMAKE_SOURCE_DIR}/util/system/byteorder.cpp - ${CMAKE_SOURCE_DIR}/util/system/cpu_id.cpp - ${CMAKE_SOURCE_DIR}/util/system/fhandle.cpp - ${CMAKE_SOURCE_DIR}/util/system/guard.cpp - ${CMAKE_SOURCE_DIR}/util/system/interrupt_signals.cpp - ${CMAKE_SOURCE_DIR}/util/system/madvise.cpp - ${CMAKE_SOURCE_DIR}/util/system/maxlen.cpp - ${CMAKE_SOURCE_DIR}/util/system/mem_info.cpp - ${CMAKE_SOURCE_DIR}/util/system/mincore.cpp - ${CMAKE_SOURCE_DIR}/util/system/mktemp.cpp - ${CMAKE_SOURCE_DIR}/util/system/mlock.cpp - ${CMAKE_SOURCE_DIR}/util/system/mutex.cpp - ${CMAKE_SOURCE_DIR}/util/system/nice.cpp - ${CMAKE_SOURCE_DIR}/util/system/pipe.cpp - ${CMAKE_SOURCE_DIR}/util/system/platform.cpp - ${CMAKE_SOURCE_DIR}/util/system/progname.cpp - ${CMAKE_SOURCE_DIR}/util/system/protect.cpp - ${CMAKE_SOURCE_DIR}/util/system/rusage.cpp - ${CMAKE_SOURCE_DIR}/util/system/rwlock.cpp - ${CMAKE_SOURCE_DIR}/util/system/sanitizers.cpp - ${CMAKE_SOURCE_DIR}/util/system/sem.cpp - ${CMAKE_SOURCE_DIR}/util/system/shellcommand.cpp - ${CMAKE_SOURCE_DIR}/util/system/shmat.cpp - ${CMAKE_SOURCE_DIR}/util/system/sigset.cpp - ${CMAKE_SOURCE_DIR}/util/system/spinlock.cpp - ${CMAKE_SOURCE_DIR}/util/system/spin_wait.cpp - ${CMAKE_SOURCE_DIR}/util/system/src_location.cpp - ${CMAKE_SOURCE_DIR}/util/system/sys_alloc.cpp - ${CMAKE_SOURCE_DIR}/util/system/sysstat.cpp - ${CMAKE_SOURCE_DIR}/util/system/tempfile.cpp - ${CMAKE_SOURCE_DIR}/util/system/thread.cpp - ${CMAKE_SOURCE_DIR}/util/system/tls.cpp - ${CMAKE_SOURCE_DIR}/util/system/types.cpp - ${CMAKE_SOURCE_DIR}/util/system/type_name.cpp - ${CMAKE_SOURCE_DIR}/util/system/unaligned_mem.cpp - ${CMAKE_SOURCE_DIR}/util/system/user.cpp - ${CMAKE_SOURCE_DIR}/util/system/utime.cpp - ${CMAKE_SOURCE_DIR}/util/system/yassert.cpp - ${CMAKE_SOURCE_DIR}/util/system/yield.cpp -) -target_joined_source(yutil - all_thread.cpp - ${CMAKE_SOURCE_DIR}/util/thread/factory.cpp - ${CMAKE_SOURCE_DIR}/util/thread/fwd.cpp - ${CMAKE_SOURCE_DIR}/util/thread/lfqueue.cpp - ${CMAKE_SOURCE_DIR}/util/thread/lfstack.cpp - ${CMAKE_SOURCE_DIR}/util/thread/pool.cpp - ${CMAKE_SOURCE_DIR}/util/thread/singleton.cpp -) -target_ragel_lexers(yutil - PRIVATE - ${CMAKE_SOURCE_DIR}/util/datetime/parser.rl6 - -CG2 -) -target_yasm_source(yutil - PRIVATE - ${CMAKE_SOURCE_DIR}/util/system/context_x86.asm - -I - ${CMAKE_BINARY_DIR} - -I - ${CMAKE_SOURCE_DIR} -) diff --git a/util/CMakeLists.linux-aarch64.txt b/util/CMakeLists.linux-aarch64.txt deleted file mode 100644 index fe6dc979f8d..00000000000 --- a/util/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,304 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(charset) -add_subdirectory(draft) - -add_library(yutil) -target_compile_options(yutil PRIVATE - -Wnarrowing -) -target_link_libraries(yutil PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - util-charset - contrib-libs-zlib - contrib-libs-double-conversion - contrib-libs-libc_compat -) -target_sources(yutil PRIVATE - ${CMAKE_SOURCE_DIR}/util/system/compiler.cpp - ${CMAKE_SOURCE_DIR}/util/digest/city.cpp - ${CMAKE_SOURCE_DIR}/util/random/random.cpp - ${CMAKE_SOURCE_DIR}/util/string/cast.cpp - ${CMAKE_SOURCE_DIR}/util/system/context_aarch64.S - ${CMAKE_SOURCE_DIR}/util/system/valgrind.cpp - ${CMAKE_SOURCE_DIR}/util/system/mktemp_system.cpp -) -target_joined_source(yutil - all_datetime.cpp - ${CMAKE_SOURCE_DIR}/util/datetime/base.cpp - ${CMAKE_SOURCE_DIR}/util/datetime/constants.cpp - ${CMAKE_SOURCE_DIR}/util/datetime/cputimer.cpp - ${CMAKE_SOURCE_DIR}/util/datetime/systime.cpp - ${CMAKE_SOURCE_DIR}/util/datetime/uptime.cpp -) -target_joined_source(yutil - all_digest.cpp - ${CMAKE_SOURCE_DIR}/util/digest/fnv.cpp - ${CMAKE_SOURCE_DIR}/util/digest/multi.cpp - ${CMAKE_SOURCE_DIR}/util/digest/murmur.cpp - ${CMAKE_SOURCE_DIR}/util/digest/numeric.cpp - ${CMAKE_SOURCE_DIR}/util/digest/sequence.cpp -) -target_joined_source(yutil - all_util.cpp - ${CMAKE_SOURCE_DIR}/util/ysafeptr.cpp - ${CMAKE_SOURCE_DIR}/util/ysaveload.cpp - ${CMAKE_SOURCE_DIR}/util/str_stl.cpp -) -target_joined_source(yutil - all_folder.cpp - ${CMAKE_SOURCE_DIR}/util/folder/dirut.cpp - ${CMAKE_SOURCE_DIR}/util/folder/filelist.cpp - ${CMAKE_SOURCE_DIR}/util/folder/fts.cpp - ${CMAKE_SOURCE_DIR}/util/folder/fwd.cpp - ${CMAKE_SOURCE_DIR}/util/folder/iterator.cpp - ${CMAKE_SOURCE_DIR}/util/folder/path.cpp - ${CMAKE_SOURCE_DIR}/util/folder/pathsplit.cpp - ${CMAKE_SOURCE_DIR}/util/folder/tempdir.cpp -) -target_joined_source(yutil - all_generic.cpp - ${CMAKE_SOURCE_DIR}/util/generic/adaptor.cpp - ${CMAKE_SOURCE_DIR}/util/generic/algorithm.cpp - ${CMAKE_SOURCE_DIR}/util/generic/array_ref.cpp - ${CMAKE_SOURCE_DIR}/util/generic/array_size.cpp - ${CMAKE_SOURCE_DIR}/util/generic/bitmap.cpp - ${CMAKE_SOURCE_DIR}/util/generic/bitops.cpp - ${CMAKE_SOURCE_DIR}/util/generic/bt_exception.cpp - ${CMAKE_SOURCE_DIR}/util/generic/buffer.cpp - ${CMAKE_SOURCE_DIR}/util/generic/cast.cpp - ${CMAKE_SOURCE_DIR}/util/generic/deque.cpp - ${CMAKE_SOURCE_DIR}/util/generic/explicit_type.cpp - ${CMAKE_SOURCE_DIR}/util/generic/fastqueue.cpp - ${CMAKE_SOURCE_DIR}/util/generic/flags.cpp - ${CMAKE_SOURCE_DIR}/util/generic/function.cpp - ${CMAKE_SOURCE_DIR}/util/generic/function_ref.cpp - ${CMAKE_SOURCE_DIR}/util/generic/fwd.cpp - ${CMAKE_SOURCE_DIR}/util/generic/guid.cpp - ${CMAKE_SOURCE_DIR}/util/generic/hash.cpp - ${CMAKE_SOURCE_DIR}/util/generic/hash_multi_map.cpp - ${CMAKE_SOURCE_DIR}/util/generic/hash_table.cpp - ${CMAKE_SOURCE_DIR}/util/generic/hash_primes.cpp - ${CMAKE_SOURCE_DIR}/util/generic/hash_set.cpp - ${CMAKE_SOURCE_DIR}/util/generic/hide_ptr.cpp - ${CMAKE_SOURCE_DIR}/util/generic/intrlist.cpp - ${CMAKE_SOURCE_DIR}/util/generic/is_in.cpp - ${CMAKE_SOURCE_DIR}/util/generic/iterator.cpp - ${CMAKE_SOURCE_DIR}/util/generic/iterator_range.cpp - ${CMAKE_SOURCE_DIR}/util/generic/lazy_value.cpp - ${CMAKE_SOURCE_DIR}/util/generic/list.cpp - ${CMAKE_SOURCE_DIR}/util/generic/map.cpp - ${CMAKE_SOURCE_DIR}/util/generic/mapfindptr.cpp - ${CMAKE_SOURCE_DIR}/util/generic/maybe.cpp - ${CMAKE_SOURCE_DIR}/util/generic/mem_copy.cpp - ${CMAKE_SOURCE_DIR}/util/generic/noncopyable.cpp - ${CMAKE_SOURCE_DIR}/util/generic/object_counter.cpp - ${CMAKE_SOURCE_DIR}/util/generic/overloaded.cpp - ${CMAKE_SOURCE_DIR}/util/generic/ptr.cpp - ${CMAKE_SOURCE_DIR}/util/generic/queue.cpp - ${CMAKE_SOURCE_DIR}/util/generic/refcount.cpp - ${CMAKE_SOURCE_DIR}/util/generic/scope.cpp - ${CMAKE_SOURCE_DIR}/util/generic/serialized_enum.cpp - ${CMAKE_SOURCE_DIR}/util/generic/set.cpp - ${CMAKE_SOURCE_DIR}/util/generic/singleton.cpp - ${CMAKE_SOURCE_DIR}/util/generic/size_literals.cpp - ${CMAKE_SOURCE_DIR}/util/generic/stack.cpp - ${CMAKE_SOURCE_DIR}/util/generic/store_policy.cpp - ${CMAKE_SOURCE_DIR}/util/generic/strbuf.cpp - ${CMAKE_SOURCE_DIR}/util/generic/strfcpy.cpp - ${CMAKE_SOURCE_DIR}/util/generic/string.cpp - ${CMAKE_SOURCE_DIR}/util/generic/typelist.cpp - ${CMAKE_SOURCE_DIR}/util/generic/typetraits.cpp - ${CMAKE_SOURCE_DIR}/util/generic/utility.cpp - ${CMAKE_SOURCE_DIR}/util/generic/va_args.cpp - ${CMAKE_SOURCE_DIR}/util/generic/variant.cpp - ${CMAKE_SOURCE_DIR}/util/generic/vector.cpp - ${CMAKE_SOURCE_DIR}/util/generic/xrange.cpp - ${CMAKE_SOURCE_DIR}/util/generic/yexception.cpp - ${CMAKE_SOURCE_DIR}/util/generic/ylimits.cpp - ${CMAKE_SOURCE_DIR}/util/generic/ymath.cpp -) -target_joined_source(yutil - all_memory.cpp - ${CMAKE_SOURCE_DIR}/util/memory/addstorage.cpp - ${CMAKE_SOURCE_DIR}/util/memory/alloc.cpp - ${CMAKE_SOURCE_DIR}/util/memory/blob.cpp - ${CMAKE_SOURCE_DIR}/util/memory/mmapalloc.cpp - ${CMAKE_SOURCE_DIR}/util/memory/pool.cpp - ${CMAKE_SOURCE_DIR}/util/memory/segmented_string_pool.cpp - ${CMAKE_SOURCE_DIR}/util/memory/segpool_alloc.cpp - ${CMAKE_SOURCE_DIR}/util/memory/smallobj.cpp - ${CMAKE_SOURCE_DIR}/util/memory/tempbuf.cpp -) -target_joined_source(yutil - all_network.cpp - ${CMAKE_SOURCE_DIR}/util/network/address.cpp - ${CMAKE_SOURCE_DIR}/util/network/endpoint.cpp - ${CMAKE_SOURCE_DIR}/util/network/hostip.cpp - ${CMAKE_SOURCE_DIR}/util/network/init.cpp - ${CMAKE_SOURCE_DIR}/util/network/interface.cpp - ${CMAKE_SOURCE_DIR}/util/network/iovec.cpp - ${CMAKE_SOURCE_DIR}/util/network/ip.cpp - ${CMAKE_SOURCE_DIR}/util/network/nonblock.cpp - ${CMAKE_SOURCE_DIR}/util/network/pair.cpp - ${CMAKE_SOURCE_DIR}/util/network/poller.cpp - ${CMAKE_SOURCE_DIR}/util/network/pollerimpl.cpp - ${CMAKE_SOURCE_DIR}/util/network/sock.cpp - ${CMAKE_SOURCE_DIR}/util/network/socket.cpp -) -target_joined_source(yutil - all_random.cpp - ${CMAKE_SOURCE_DIR}/util/random/common_ops.cpp - ${CMAKE_SOURCE_DIR}/util/random/easy.cpp - ${CMAKE_SOURCE_DIR}/util/random/entropy.cpp - ${CMAKE_SOURCE_DIR}/util/random/fast.cpp - ${CMAKE_SOURCE_DIR}/util/random/lcg_engine.cpp - ${CMAKE_SOURCE_DIR}/util/random/mersenne32.cpp - ${CMAKE_SOURCE_DIR}/util/random/mersenne64.cpp - ${CMAKE_SOURCE_DIR}/util/random/mersenne.cpp - ${CMAKE_SOURCE_DIR}/util/random/normal.cpp - ${CMAKE_SOURCE_DIR}/util/random/shuffle.cpp - ${CMAKE_SOURCE_DIR}/util/random/init_atfork.cpp -) -target_joined_source(yutil - all_stream.cpp - ${CMAKE_SOURCE_DIR}/util/stream/aligned.cpp - ${CMAKE_SOURCE_DIR}/util/stream/buffer.cpp - ${CMAKE_SOURCE_DIR}/util/stream/buffered.cpp - ${CMAKE_SOURCE_DIR}/util/stream/debug.cpp - ${CMAKE_SOURCE_DIR}/util/stream/direct_io.cpp - ${CMAKE_SOURCE_DIR}/util/stream/file.cpp - ${CMAKE_SOURCE_DIR}/util/stream/format.cpp - ${CMAKE_SOURCE_DIR}/util/stream/fwd.cpp - ${CMAKE_SOURCE_DIR}/util/stream/hex.cpp - ${CMAKE_SOURCE_DIR}/util/stream/holder.cpp - ${CMAKE_SOURCE_DIR}/util/stream/input.cpp - ${CMAKE_SOURCE_DIR}/util/stream/labeled.cpp - ${CMAKE_SOURCE_DIR}/util/stream/length.cpp - ${CMAKE_SOURCE_DIR}/util/stream/mem.cpp - ${CMAKE_SOURCE_DIR}/util/stream/multi.cpp - ${CMAKE_SOURCE_DIR}/util/stream/null.cpp - ${CMAKE_SOURCE_DIR}/util/stream/output.cpp - ${CMAKE_SOURCE_DIR}/util/stream/pipe.cpp - ${CMAKE_SOURCE_DIR}/util/stream/printf.cpp - ${CMAKE_SOURCE_DIR}/util/stream/str.cpp - ${CMAKE_SOURCE_DIR}/util/stream/tee.cpp - ${CMAKE_SOURCE_DIR}/util/stream/tempbuf.cpp - ${CMAKE_SOURCE_DIR}/util/stream/tokenizer.cpp - ${CMAKE_SOURCE_DIR}/util/stream/trace.cpp - ${CMAKE_SOURCE_DIR}/util/stream/walk.cpp - ${CMAKE_SOURCE_DIR}/util/stream/zerocopy.cpp - ${CMAKE_SOURCE_DIR}/util/stream/zerocopy_output.cpp - ${CMAKE_SOURCE_DIR}/util/stream/zlib.cpp -) -target_joined_source(yutil - all_string.cpp - ${CMAKE_SOURCE_DIR}/util/string/ascii.cpp - ${CMAKE_SOURCE_DIR}/util/string/builder.cpp - ${CMAKE_SOURCE_DIR}/util/string/cstriter.cpp - ${CMAKE_SOURCE_DIR}/util/string/escape.cpp - ${CMAKE_SOURCE_DIR}/util/string/hex.cpp - ${CMAKE_SOURCE_DIR}/util/string/join.cpp - ${CMAKE_SOURCE_DIR}/util/string/printf.cpp - ${CMAKE_SOURCE_DIR}/util/string/reverse.cpp - ${CMAKE_SOURCE_DIR}/util/string/split.cpp - ${CMAKE_SOURCE_DIR}/util/string/strip.cpp - ${CMAKE_SOURCE_DIR}/util/string/strspn.cpp - ${CMAKE_SOURCE_DIR}/util/string/subst.cpp - ${CMAKE_SOURCE_DIR}/util/string/type.cpp - ${CMAKE_SOURCE_DIR}/util/string/util.cpp - ${CMAKE_SOURCE_DIR}/util/string/vector.cpp -) -target_joined_source(yutil - all_system_1.cpp - ${CMAKE_SOURCE_DIR}/util/system/atexit.cpp - ${CMAKE_SOURCE_DIR}/util/system/backtrace.cpp - ${CMAKE_SOURCE_DIR}/util/system/compat.cpp - ${CMAKE_SOURCE_DIR}/util/system/condvar.cpp - ${CMAKE_SOURCE_DIR}/util/system/context.cpp - ${CMAKE_SOURCE_DIR}/util/system/daemon.cpp - ${CMAKE_SOURCE_DIR}/util/system/datetime.cpp - ${CMAKE_SOURCE_DIR}/util/system/defaults.c - ${CMAKE_SOURCE_DIR}/util/system/direct_io.cpp - ${CMAKE_SOURCE_DIR}/util/system/dynlib.cpp - ${CMAKE_SOURCE_DIR}/util/system/env.cpp - ${CMAKE_SOURCE_DIR}/util/system/error.cpp - ${CMAKE_SOURCE_DIR}/util/system/event.cpp - ${CMAKE_SOURCE_DIR}/util/system/execpath.cpp - ${CMAKE_SOURCE_DIR}/util/system/fasttime.cpp - ${CMAKE_SOURCE_DIR}/util/system/file.cpp - ${CMAKE_SOURCE_DIR}/util/system/file_lock.cpp - ${CMAKE_SOURCE_DIR}/util/system/filemap.cpp - ${CMAKE_SOURCE_DIR}/util/system/flock.cpp - ${CMAKE_SOURCE_DIR}/util/system/fs.cpp - ${CMAKE_SOURCE_DIR}/util/system/fstat.cpp - ${CMAKE_SOURCE_DIR}/util/system/getpid.cpp - ${CMAKE_SOURCE_DIR}/util/system/hi_lo.cpp - ${CMAKE_SOURCE_DIR}/util/system/hostname.cpp - ${CMAKE_SOURCE_DIR}/util/system/hp_timer.cpp - ${CMAKE_SOURCE_DIR}/util/system/info.cpp -) -target_joined_source(yutil - all_system_2.cpp - ${CMAKE_SOURCE_DIR}/util/system/align.cpp - ${CMAKE_SOURCE_DIR}/util/system/byteorder.cpp - ${CMAKE_SOURCE_DIR}/util/system/cpu_id.cpp - ${CMAKE_SOURCE_DIR}/util/system/fhandle.cpp - ${CMAKE_SOURCE_DIR}/util/system/guard.cpp - ${CMAKE_SOURCE_DIR}/util/system/interrupt_signals.cpp - ${CMAKE_SOURCE_DIR}/util/system/madvise.cpp - ${CMAKE_SOURCE_DIR}/util/system/maxlen.cpp - ${CMAKE_SOURCE_DIR}/util/system/mem_info.cpp - ${CMAKE_SOURCE_DIR}/util/system/mincore.cpp - ${CMAKE_SOURCE_DIR}/util/system/mktemp.cpp - ${CMAKE_SOURCE_DIR}/util/system/mlock.cpp - ${CMAKE_SOURCE_DIR}/util/system/mutex.cpp - ${CMAKE_SOURCE_DIR}/util/system/nice.cpp - ${CMAKE_SOURCE_DIR}/util/system/pipe.cpp - ${CMAKE_SOURCE_DIR}/util/system/platform.cpp - ${CMAKE_SOURCE_DIR}/util/system/progname.cpp - ${CMAKE_SOURCE_DIR}/util/system/protect.cpp - ${CMAKE_SOURCE_DIR}/util/system/rusage.cpp - ${CMAKE_SOURCE_DIR}/util/system/rwlock.cpp - ${CMAKE_SOURCE_DIR}/util/system/sanitizers.cpp - ${CMAKE_SOURCE_DIR}/util/system/sem.cpp - ${CMAKE_SOURCE_DIR}/util/system/shellcommand.cpp - ${CMAKE_SOURCE_DIR}/util/system/shmat.cpp - ${CMAKE_SOURCE_DIR}/util/system/sigset.cpp - ${CMAKE_SOURCE_DIR}/util/system/spinlock.cpp - ${CMAKE_SOURCE_DIR}/util/system/spin_wait.cpp - ${CMAKE_SOURCE_DIR}/util/system/src_location.cpp - ${CMAKE_SOURCE_DIR}/util/system/sys_alloc.cpp - ${CMAKE_SOURCE_DIR}/util/system/sysstat.cpp - ${CMAKE_SOURCE_DIR}/util/system/tempfile.cpp - ${CMAKE_SOURCE_DIR}/util/system/thread.cpp - ${CMAKE_SOURCE_DIR}/util/system/tls.cpp - ${CMAKE_SOURCE_DIR}/util/system/types.cpp - ${CMAKE_SOURCE_DIR}/util/system/type_name.cpp - ${CMAKE_SOURCE_DIR}/util/system/unaligned_mem.cpp - ${CMAKE_SOURCE_DIR}/util/system/user.cpp - ${CMAKE_SOURCE_DIR}/util/system/utime.cpp - ${CMAKE_SOURCE_DIR}/util/system/yassert.cpp - ${CMAKE_SOURCE_DIR}/util/system/yield.cpp -) -target_joined_source(yutil - all_thread.cpp - ${CMAKE_SOURCE_DIR}/util/thread/factory.cpp - ${CMAKE_SOURCE_DIR}/util/thread/fwd.cpp - ${CMAKE_SOURCE_DIR}/util/thread/lfqueue.cpp - ${CMAKE_SOURCE_DIR}/util/thread/lfstack.cpp - ${CMAKE_SOURCE_DIR}/util/thread/pool.cpp - ${CMAKE_SOURCE_DIR}/util/thread/singleton.cpp -) -target_ragel_lexers(yutil - PRIVATE - ${CMAKE_SOURCE_DIR}/util/datetime/parser.rl6 - -CG2 -) diff --git a/util/CMakeLists.linux-x86_64.txt b/util/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 344e39de39b..00000000000 --- a/util/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,311 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(charset) -add_subdirectory(draft) - -add_library(yutil) -target_compile_options(yutil PRIVATE - -Wnarrowing -) -target_link_libraries(yutil PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - util-charset - contrib-libs-zlib - contrib-libs-double-conversion - contrib-libs-libc_compat -) -target_sources(yutil PRIVATE - ${CMAKE_SOURCE_DIR}/util/system/compiler.cpp - ${CMAKE_SOURCE_DIR}/util/digest/city.cpp - ${CMAKE_SOURCE_DIR}/util/random/random.cpp - ${CMAKE_SOURCE_DIR}/util/string/cast.cpp - ${CMAKE_SOURCE_DIR}/util/system/valgrind.cpp - ${CMAKE_SOURCE_DIR}/util/system/mktemp_system.cpp -) -target_joined_source(yutil - all_datetime.cpp - ${CMAKE_SOURCE_DIR}/util/datetime/base.cpp - ${CMAKE_SOURCE_DIR}/util/datetime/constants.cpp - ${CMAKE_SOURCE_DIR}/util/datetime/cputimer.cpp - ${CMAKE_SOURCE_DIR}/util/datetime/systime.cpp - ${CMAKE_SOURCE_DIR}/util/datetime/uptime.cpp -) -target_joined_source(yutil - all_digest.cpp - ${CMAKE_SOURCE_DIR}/util/digest/fnv.cpp - ${CMAKE_SOURCE_DIR}/util/digest/multi.cpp - ${CMAKE_SOURCE_DIR}/util/digest/murmur.cpp - ${CMAKE_SOURCE_DIR}/util/digest/numeric.cpp - ${CMAKE_SOURCE_DIR}/util/digest/sequence.cpp -) -target_joined_source(yutil - all_util.cpp - ${CMAKE_SOURCE_DIR}/util/ysafeptr.cpp - ${CMAKE_SOURCE_DIR}/util/ysaveload.cpp - ${CMAKE_SOURCE_DIR}/util/str_stl.cpp -) -target_joined_source(yutil - all_folder.cpp - ${CMAKE_SOURCE_DIR}/util/folder/dirut.cpp - ${CMAKE_SOURCE_DIR}/util/folder/filelist.cpp - ${CMAKE_SOURCE_DIR}/util/folder/fts.cpp - ${CMAKE_SOURCE_DIR}/util/folder/fwd.cpp - ${CMAKE_SOURCE_DIR}/util/folder/iterator.cpp - ${CMAKE_SOURCE_DIR}/util/folder/path.cpp - ${CMAKE_SOURCE_DIR}/util/folder/pathsplit.cpp - ${CMAKE_SOURCE_DIR}/util/folder/tempdir.cpp -) -target_joined_source(yutil - all_generic.cpp - ${CMAKE_SOURCE_DIR}/util/generic/adaptor.cpp - ${CMAKE_SOURCE_DIR}/util/generic/algorithm.cpp - ${CMAKE_SOURCE_DIR}/util/generic/array_ref.cpp - ${CMAKE_SOURCE_DIR}/util/generic/array_size.cpp - ${CMAKE_SOURCE_DIR}/util/generic/bitmap.cpp - ${CMAKE_SOURCE_DIR}/util/generic/bitops.cpp - ${CMAKE_SOURCE_DIR}/util/generic/bt_exception.cpp - ${CMAKE_SOURCE_DIR}/util/generic/buffer.cpp - ${CMAKE_SOURCE_DIR}/util/generic/cast.cpp - ${CMAKE_SOURCE_DIR}/util/generic/deque.cpp - ${CMAKE_SOURCE_DIR}/util/generic/explicit_type.cpp - ${CMAKE_SOURCE_DIR}/util/generic/fastqueue.cpp - ${CMAKE_SOURCE_DIR}/util/generic/flags.cpp - ${CMAKE_SOURCE_DIR}/util/generic/function.cpp - ${CMAKE_SOURCE_DIR}/util/generic/function_ref.cpp - ${CMAKE_SOURCE_DIR}/util/generic/fwd.cpp - ${CMAKE_SOURCE_DIR}/util/generic/guid.cpp - ${CMAKE_SOURCE_DIR}/util/generic/hash.cpp - ${CMAKE_SOURCE_DIR}/util/generic/hash_multi_map.cpp - ${CMAKE_SOURCE_DIR}/util/generic/hash_table.cpp - ${CMAKE_SOURCE_DIR}/util/generic/hash_primes.cpp - ${CMAKE_SOURCE_DIR}/util/generic/hash_set.cpp - ${CMAKE_SOURCE_DIR}/util/generic/hide_ptr.cpp - ${CMAKE_SOURCE_DIR}/util/generic/intrlist.cpp - ${CMAKE_SOURCE_DIR}/util/generic/is_in.cpp - ${CMAKE_SOURCE_DIR}/util/generic/iterator.cpp - ${CMAKE_SOURCE_DIR}/util/generic/iterator_range.cpp - ${CMAKE_SOURCE_DIR}/util/generic/lazy_value.cpp - ${CMAKE_SOURCE_DIR}/util/generic/list.cpp - ${CMAKE_SOURCE_DIR}/util/generic/map.cpp - ${CMAKE_SOURCE_DIR}/util/generic/mapfindptr.cpp - ${CMAKE_SOURCE_DIR}/util/generic/maybe.cpp - ${CMAKE_SOURCE_DIR}/util/generic/mem_copy.cpp - ${CMAKE_SOURCE_DIR}/util/generic/noncopyable.cpp - ${CMAKE_SOURCE_DIR}/util/generic/object_counter.cpp - ${CMAKE_SOURCE_DIR}/util/generic/overloaded.cpp - ${CMAKE_SOURCE_DIR}/util/generic/ptr.cpp - ${CMAKE_SOURCE_DIR}/util/generic/queue.cpp - ${CMAKE_SOURCE_DIR}/util/generic/refcount.cpp - ${CMAKE_SOURCE_DIR}/util/generic/scope.cpp - ${CMAKE_SOURCE_DIR}/util/generic/serialized_enum.cpp - ${CMAKE_SOURCE_DIR}/util/generic/set.cpp - ${CMAKE_SOURCE_DIR}/util/generic/singleton.cpp - ${CMAKE_SOURCE_DIR}/util/generic/size_literals.cpp - ${CMAKE_SOURCE_DIR}/util/generic/stack.cpp - ${CMAKE_SOURCE_DIR}/util/generic/store_policy.cpp - ${CMAKE_SOURCE_DIR}/util/generic/strbuf.cpp - ${CMAKE_SOURCE_DIR}/util/generic/strfcpy.cpp - ${CMAKE_SOURCE_DIR}/util/generic/string.cpp - ${CMAKE_SOURCE_DIR}/util/generic/typelist.cpp - ${CMAKE_SOURCE_DIR}/util/generic/typetraits.cpp - ${CMAKE_SOURCE_DIR}/util/generic/utility.cpp - ${CMAKE_SOURCE_DIR}/util/generic/va_args.cpp - ${CMAKE_SOURCE_DIR}/util/generic/variant.cpp - ${CMAKE_SOURCE_DIR}/util/generic/vector.cpp - ${CMAKE_SOURCE_DIR}/util/generic/xrange.cpp - ${CMAKE_SOURCE_DIR}/util/generic/yexception.cpp - ${CMAKE_SOURCE_DIR}/util/generic/ylimits.cpp - ${CMAKE_SOURCE_DIR}/util/generic/ymath.cpp -) -target_joined_source(yutil - all_memory.cpp - ${CMAKE_SOURCE_DIR}/util/memory/addstorage.cpp - ${CMAKE_SOURCE_DIR}/util/memory/alloc.cpp - ${CMAKE_SOURCE_DIR}/util/memory/blob.cpp - ${CMAKE_SOURCE_DIR}/util/memory/mmapalloc.cpp - ${CMAKE_SOURCE_DIR}/util/memory/pool.cpp - ${CMAKE_SOURCE_DIR}/util/memory/segmented_string_pool.cpp - ${CMAKE_SOURCE_DIR}/util/memory/segpool_alloc.cpp - ${CMAKE_SOURCE_DIR}/util/memory/smallobj.cpp - ${CMAKE_SOURCE_DIR}/util/memory/tempbuf.cpp -) -target_joined_source(yutil - all_network.cpp - ${CMAKE_SOURCE_DIR}/util/network/address.cpp - ${CMAKE_SOURCE_DIR}/util/network/endpoint.cpp - ${CMAKE_SOURCE_DIR}/util/network/hostip.cpp - ${CMAKE_SOURCE_DIR}/util/network/init.cpp - ${CMAKE_SOURCE_DIR}/util/network/interface.cpp - ${CMAKE_SOURCE_DIR}/util/network/iovec.cpp - ${CMAKE_SOURCE_DIR}/util/network/ip.cpp - ${CMAKE_SOURCE_DIR}/util/network/nonblock.cpp - ${CMAKE_SOURCE_DIR}/util/network/pair.cpp - ${CMAKE_SOURCE_DIR}/util/network/poller.cpp - ${CMAKE_SOURCE_DIR}/util/network/pollerimpl.cpp - ${CMAKE_SOURCE_DIR}/util/network/sock.cpp - ${CMAKE_SOURCE_DIR}/util/network/socket.cpp -) -target_joined_source(yutil - all_random.cpp - ${CMAKE_SOURCE_DIR}/util/random/common_ops.cpp - ${CMAKE_SOURCE_DIR}/util/random/easy.cpp - ${CMAKE_SOURCE_DIR}/util/random/entropy.cpp - ${CMAKE_SOURCE_DIR}/util/random/fast.cpp - ${CMAKE_SOURCE_DIR}/util/random/lcg_engine.cpp - ${CMAKE_SOURCE_DIR}/util/random/mersenne32.cpp - ${CMAKE_SOURCE_DIR}/util/random/mersenne64.cpp - ${CMAKE_SOURCE_DIR}/util/random/mersenne.cpp - ${CMAKE_SOURCE_DIR}/util/random/normal.cpp - ${CMAKE_SOURCE_DIR}/util/random/shuffle.cpp - ${CMAKE_SOURCE_DIR}/util/random/init_atfork.cpp -) -target_joined_source(yutil - all_stream.cpp - ${CMAKE_SOURCE_DIR}/util/stream/aligned.cpp - ${CMAKE_SOURCE_DIR}/util/stream/buffer.cpp - ${CMAKE_SOURCE_DIR}/util/stream/buffered.cpp - ${CMAKE_SOURCE_DIR}/util/stream/debug.cpp - ${CMAKE_SOURCE_DIR}/util/stream/direct_io.cpp - ${CMAKE_SOURCE_DIR}/util/stream/file.cpp - ${CMAKE_SOURCE_DIR}/util/stream/format.cpp - ${CMAKE_SOURCE_DIR}/util/stream/fwd.cpp - ${CMAKE_SOURCE_DIR}/util/stream/hex.cpp - ${CMAKE_SOURCE_DIR}/util/stream/holder.cpp - ${CMAKE_SOURCE_DIR}/util/stream/input.cpp - ${CMAKE_SOURCE_DIR}/util/stream/labeled.cpp - ${CMAKE_SOURCE_DIR}/util/stream/length.cpp - ${CMAKE_SOURCE_DIR}/util/stream/mem.cpp - ${CMAKE_SOURCE_DIR}/util/stream/multi.cpp - ${CMAKE_SOURCE_DIR}/util/stream/null.cpp - ${CMAKE_SOURCE_DIR}/util/stream/output.cpp - ${CMAKE_SOURCE_DIR}/util/stream/pipe.cpp - ${CMAKE_SOURCE_DIR}/util/stream/printf.cpp - ${CMAKE_SOURCE_DIR}/util/stream/str.cpp - ${CMAKE_SOURCE_DIR}/util/stream/tee.cpp - ${CMAKE_SOURCE_DIR}/util/stream/tempbuf.cpp - ${CMAKE_SOURCE_DIR}/util/stream/tokenizer.cpp - ${CMAKE_SOURCE_DIR}/util/stream/trace.cpp - ${CMAKE_SOURCE_DIR}/util/stream/walk.cpp - ${CMAKE_SOURCE_DIR}/util/stream/zerocopy.cpp - ${CMAKE_SOURCE_DIR}/util/stream/zerocopy_output.cpp - ${CMAKE_SOURCE_DIR}/util/stream/zlib.cpp -) -target_joined_source(yutil - all_string.cpp - ${CMAKE_SOURCE_DIR}/util/string/ascii.cpp - ${CMAKE_SOURCE_DIR}/util/string/builder.cpp - ${CMAKE_SOURCE_DIR}/util/string/cstriter.cpp - ${CMAKE_SOURCE_DIR}/util/string/escape.cpp - ${CMAKE_SOURCE_DIR}/util/string/hex.cpp - ${CMAKE_SOURCE_DIR}/util/string/join.cpp - ${CMAKE_SOURCE_DIR}/util/string/printf.cpp - ${CMAKE_SOURCE_DIR}/util/string/reverse.cpp - ${CMAKE_SOURCE_DIR}/util/string/split.cpp - ${CMAKE_SOURCE_DIR}/util/string/strip.cpp - ${CMAKE_SOURCE_DIR}/util/string/strspn.cpp - ${CMAKE_SOURCE_DIR}/util/string/subst.cpp - ${CMAKE_SOURCE_DIR}/util/string/type.cpp - ${CMAKE_SOURCE_DIR}/util/string/util.cpp - ${CMAKE_SOURCE_DIR}/util/string/vector.cpp -) -target_joined_source(yutil - all_system_1.cpp - ${CMAKE_SOURCE_DIR}/util/system/atexit.cpp - ${CMAKE_SOURCE_DIR}/util/system/backtrace.cpp - ${CMAKE_SOURCE_DIR}/util/system/compat.cpp - ${CMAKE_SOURCE_DIR}/util/system/condvar.cpp - ${CMAKE_SOURCE_DIR}/util/system/context.cpp - ${CMAKE_SOURCE_DIR}/util/system/daemon.cpp - ${CMAKE_SOURCE_DIR}/util/system/datetime.cpp - ${CMAKE_SOURCE_DIR}/util/system/defaults.c - ${CMAKE_SOURCE_DIR}/util/system/direct_io.cpp - ${CMAKE_SOURCE_DIR}/util/system/dynlib.cpp - ${CMAKE_SOURCE_DIR}/util/system/env.cpp - ${CMAKE_SOURCE_DIR}/util/system/error.cpp - ${CMAKE_SOURCE_DIR}/util/system/event.cpp - ${CMAKE_SOURCE_DIR}/util/system/execpath.cpp - ${CMAKE_SOURCE_DIR}/util/system/fasttime.cpp - ${CMAKE_SOURCE_DIR}/util/system/file.cpp - ${CMAKE_SOURCE_DIR}/util/system/file_lock.cpp - ${CMAKE_SOURCE_DIR}/util/system/filemap.cpp - ${CMAKE_SOURCE_DIR}/util/system/flock.cpp - ${CMAKE_SOURCE_DIR}/util/system/fs.cpp - ${CMAKE_SOURCE_DIR}/util/system/fstat.cpp - ${CMAKE_SOURCE_DIR}/util/system/getpid.cpp - ${CMAKE_SOURCE_DIR}/util/system/hi_lo.cpp - ${CMAKE_SOURCE_DIR}/util/system/hostname.cpp - ${CMAKE_SOURCE_DIR}/util/system/hp_timer.cpp - ${CMAKE_SOURCE_DIR}/util/system/info.cpp -) -target_joined_source(yutil - all_system_2.cpp - ${CMAKE_SOURCE_DIR}/util/system/align.cpp - ${CMAKE_SOURCE_DIR}/util/system/byteorder.cpp - ${CMAKE_SOURCE_DIR}/util/system/cpu_id.cpp - ${CMAKE_SOURCE_DIR}/util/system/fhandle.cpp - ${CMAKE_SOURCE_DIR}/util/system/guard.cpp - ${CMAKE_SOURCE_DIR}/util/system/interrupt_signals.cpp - ${CMAKE_SOURCE_DIR}/util/system/madvise.cpp - ${CMAKE_SOURCE_DIR}/util/system/maxlen.cpp - ${CMAKE_SOURCE_DIR}/util/system/mem_info.cpp - ${CMAKE_SOURCE_DIR}/util/system/mincore.cpp - ${CMAKE_SOURCE_DIR}/util/system/mktemp.cpp - ${CMAKE_SOURCE_DIR}/util/system/mlock.cpp - ${CMAKE_SOURCE_DIR}/util/system/mutex.cpp - ${CMAKE_SOURCE_DIR}/util/system/nice.cpp - ${CMAKE_SOURCE_DIR}/util/system/pipe.cpp - ${CMAKE_SOURCE_DIR}/util/system/platform.cpp - ${CMAKE_SOURCE_DIR}/util/system/progname.cpp - ${CMAKE_SOURCE_DIR}/util/system/protect.cpp - ${CMAKE_SOURCE_DIR}/util/system/rusage.cpp - ${CMAKE_SOURCE_DIR}/util/system/rwlock.cpp - ${CMAKE_SOURCE_DIR}/util/system/sanitizers.cpp - ${CMAKE_SOURCE_DIR}/util/system/sem.cpp - ${CMAKE_SOURCE_DIR}/util/system/shellcommand.cpp - ${CMAKE_SOURCE_DIR}/util/system/shmat.cpp - ${CMAKE_SOURCE_DIR}/util/system/sigset.cpp - ${CMAKE_SOURCE_DIR}/util/system/spinlock.cpp - ${CMAKE_SOURCE_DIR}/util/system/spin_wait.cpp - ${CMAKE_SOURCE_DIR}/util/system/src_location.cpp - ${CMAKE_SOURCE_DIR}/util/system/sys_alloc.cpp - ${CMAKE_SOURCE_DIR}/util/system/sysstat.cpp - ${CMAKE_SOURCE_DIR}/util/system/tempfile.cpp - ${CMAKE_SOURCE_DIR}/util/system/thread.cpp - ${CMAKE_SOURCE_DIR}/util/system/tls.cpp - ${CMAKE_SOURCE_DIR}/util/system/types.cpp - ${CMAKE_SOURCE_DIR}/util/system/type_name.cpp - ${CMAKE_SOURCE_DIR}/util/system/unaligned_mem.cpp - ${CMAKE_SOURCE_DIR}/util/system/user.cpp - ${CMAKE_SOURCE_DIR}/util/system/utime.cpp - ${CMAKE_SOURCE_DIR}/util/system/yassert.cpp - ${CMAKE_SOURCE_DIR}/util/system/yield.cpp -) -target_joined_source(yutil - all_thread.cpp - ${CMAKE_SOURCE_DIR}/util/thread/factory.cpp - ${CMAKE_SOURCE_DIR}/util/thread/fwd.cpp - ${CMAKE_SOURCE_DIR}/util/thread/lfqueue.cpp - ${CMAKE_SOURCE_DIR}/util/thread/lfstack.cpp - ${CMAKE_SOURCE_DIR}/util/thread/pool.cpp - ${CMAKE_SOURCE_DIR}/util/thread/singleton.cpp -) -target_ragel_lexers(yutil - PRIVATE - ${CMAKE_SOURCE_DIR}/util/datetime/parser.rl6 - -CG2 -) -target_yasm_source(yutil - PRIVATE - ${CMAKE_SOURCE_DIR}/util/system/context_x86.asm - -I - ${CMAKE_BINARY_DIR} - -I - ${CMAKE_SOURCE_DIR} -) diff --git a/util/CMakeLists.txt b/util/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/util/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/util/CMakeLists.windows-x86_64.txt b/util/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c906d00cad0..00000000000 --- a/util/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,307 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to 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(charset) -add_subdirectory(draft) - -add_library(yutil) -target_compile_options(yutil PRIVATE - -Wnarrowing -) -target_link_libraries(yutil PUBLIC - contrib-libs-cxxsupp - util-charset - contrib-libs-zlib - contrib-libs-double-conversion - contrib-libs-libc_compat -) -target_sources(yutil PRIVATE - ${CMAKE_SOURCE_DIR}/util/system/compiler.cpp - ${CMAKE_SOURCE_DIR}/util/digest/city.cpp - ${CMAKE_SOURCE_DIR}/util/random/random.cpp - ${CMAKE_SOURCE_DIR}/util/string/cast.cpp - ${CMAKE_SOURCE_DIR}/util/datetime/strptime.cpp - ${CMAKE_SOURCE_DIR}/util/folder/lstat_win.c - ${CMAKE_SOURCE_DIR}/util/folder/dirent_win.c - ${CMAKE_SOURCE_DIR}/util/system/err.cpp - ${CMAKE_SOURCE_DIR}/util/system/fs_win.cpp - ${CMAKE_SOURCE_DIR}/util/system/winint.cpp - ${CMAKE_SOURCE_DIR}/util/system/mktemp_system.cpp -) -target_joined_source(yutil - all_datetime.cpp - ${CMAKE_SOURCE_DIR}/util/datetime/base.cpp - ${CMAKE_SOURCE_DIR}/util/datetime/constants.cpp - ${CMAKE_SOURCE_DIR}/util/datetime/cputimer.cpp - ${CMAKE_SOURCE_DIR}/util/datetime/systime.cpp - ${CMAKE_SOURCE_DIR}/util/datetime/uptime.cpp -) -target_joined_source(yutil - all_digest.cpp - ${CMAKE_SOURCE_DIR}/util/digest/fnv.cpp - ${CMAKE_SOURCE_DIR}/util/digest/multi.cpp - ${CMAKE_SOURCE_DIR}/util/digest/murmur.cpp - ${CMAKE_SOURCE_DIR}/util/digest/numeric.cpp - ${CMAKE_SOURCE_DIR}/util/digest/sequence.cpp -) -target_joined_source(yutil - all_util.cpp - ${CMAKE_SOURCE_DIR}/util/ysafeptr.cpp - ${CMAKE_SOURCE_DIR}/util/ysaveload.cpp - ${CMAKE_SOURCE_DIR}/util/str_stl.cpp -) -target_joined_source(yutil - all_folder.cpp - ${CMAKE_SOURCE_DIR}/util/folder/dirut.cpp - ${CMAKE_SOURCE_DIR}/util/folder/filelist.cpp - ${CMAKE_SOURCE_DIR}/util/folder/fts.cpp - ${CMAKE_SOURCE_DIR}/util/folder/fwd.cpp - ${CMAKE_SOURCE_DIR}/util/folder/iterator.cpp - ${CMAKE_SOURCE_DIR}/util/folder/path.cpp - ${CMAKE_SOURCE_DIR}/util/folder/pathsplit.cpp - ${CMAKE_SOURCE_DIR}/util/folder/tempdir.cpp -) -target_joined_source(yutil - all_generic.cpp - ${CMAKE_SOURCE_DIR}/util/generic/adaptor.cpp - ${CMAKE_SOURCE_DIR}/util/generic/algorithm.cpp - ${CMAKE_SOURCE_DIR}/util/generic/array_ref.cpp - ${CMAKE_SOURCE_DIR}/util/generic/array_size.cpp - ${CMAKE_SOURCE_DIR}/util/generic/bitmap.cpp - ${CMAKE_SOURCE_DIR}/util/generic/bitops.cpp - ${CMAKE_SOURCE_DIR}/util/generic/bt_exception.cpp - ${CMAKE_SOURCE_DIR}/util/generic/buffer.cpp - ${CMAKE_SOURCE_DIR}/util/generic/cast.cpp - ${CMAKE_SOURCE_DIR}/util/generic/deque.cpp - ${CMAKE_SOURCE_DIR}/util/generic/explicit_type.cpp - ${CMAKE_SOURCE_DIR}/util/generic/fastqueue.cpp - ${CMAKE_SOURCE_DIR}/util/generic/flags.cpp - ${CMAKE_SOURCE_DIR}/util/generic/function.cpp - ${CMAKE_SOURCE_DIR}/util/generic/function_ref.cpp - ${CMAKE_SOURCE_DIR}/util/generic/fwd.cpp - ${CMAKE_SOURCE_DIR}/util/generic/guid.cpp - ${CMAKE_SOURCE_DIR}/util/generic/hash.cpp - ${CMAKE_SOURCE_DIR}/util/generic/hash_multi_map.cpp - ${CMAKE_SOURCE_DIR}/util/generic/hash_table.cpp - ${CMAKE_SOURCE_DIR}/util/generic/hash_primes.cpp - ${CMAKE_SOURCE_DIR}/util/generic/hash_set.cpp - ${CMAKE_SOURCE_DIR}/util/generic/hide_ptr.cpp - ${CMAKE_SOURCE_DIR}/util/generic/intrlist.cpp - ${CMAKE_SOURCE_DIR}/util/generic/is_in.cpp - ${CMAKE_SOURCE_DIR}/util/generic/iterator.cpp - ${CMAKE_SOURCE_DIR}/util/generic/iterator_range.cpp - ${CMAKE_SOURCE_DIR}/util/generic/lazy_value.cpp - ${CMAKE_SOURCE_DIR}/util/generic/list.cpp - ${CMAKE_SOURCE_DIR}/util/generic/map.cpp - ${CMAKE_SOURCE_DIR}/util/generic/mapfindptr.cpp - ${CMAKE_SOURCE_DIR}/util/generic/maybe.cpp - ${CMAKE_SOURCE_DIR}/util/generic/mem_copy.cpp - ${CMAKE_SOURCE_DIR}/util/generic/noncopyable.cpp - ${CMAKE_SOURCE_DIR}/util/generic/object_counter.cpp - ${CMAKE_SOURCE_DIR}/util/generic/overloaded.cpp - ${CMAKE_SOURCE_DIR}/util/generic/ptr.cpp - ${CMAKE_SOURCE_DIR}/util/generic/queue.cpp - ${CMAKE_SOURCE_DIR}/util/generic/refcount.cpp - ${CMAKE_SOURCE_DIR}/util/generic/scope.cpp - ${CMAKE_SOURCE_DIR}/util/generic/serialized_enum.cpp - ${CMAKE_SOURCE_DIR}/util/generic/set.cpp - ${CMAKE_SOURCE_DIR}/util/generic/singleton.cpp - ${CMAKE_SOURCE_DIR}/util/generic/size_literals.cpp - ${CMAKE_SOURCE_DIR}/util/generic/stack.cpp - ${CMAKE_SOURCE_DIR}/util/generic/store_policy.cpp - ${CMAKE_SOURCE_DIR}/util/generic/strbuf.cpp - ${CMAKE_SOURCE_DIR}/util/generic/strfcpy.cpp - ${CMAKE_SOURCE_DIR}/util/generic/string.cpp - ${CMAKE_SOURCE_DIR}/util/generic/typelist.cpp - ${CMAKE_SOURCE_DIR}/util/generic/typetraits.cpp - ${CMAKE_SOURCE_DIR}/util/generic/utility.cpp - ${CMAKE_SOURCE_DIR}/util/generic/va_args.cpp - ${CMAKE_SOURCE_DIR}/util/generic/variant.cpp - ${CMAKE_SOURCE_DIR}/util/generic/vector.cpp - ${CMAKE_SOURCE_DIR}/util/generic/xrange.cpp - ${CMAKE_SOURCE_DIR}/util/generic/yexception.cpp - ${CMAKE_SOURCE_DIR}/util/generic/ylimits.cpp - ${CMAKE_SOURCE_DIR}/util/generic/ymath.cpp -) -target_joined_source(yutil - all_memory.cpp - ${CMAKE_SOURCE_DIR}/util/memory/addstorage.cpp - ${CMAKE_SOURCE_DIR}/util/memory/alloc.cpp - ${CMAKE_SOURCE_DIR}/util/memory/blob.cpp - ${CMAKE_SOURCE_DIR}/util/memory/mmapalloc.cpp - ${CMAKE_SOURCE_DIR}/util/memory/pool.cpp - ${CMAKE_SOURCE_DIR}/util/memory/segmented_string_pool.cpp - ${CMAKE_SOURCE_DIR}/util/memory/segpool_alloc.cpp - ${CMAKE_SOURCE_DIR}/util/memory/smallobj.cpp - ${CMAKE_SOURCE_DIR}/util/memory/tempbuf.cpp -) -target_joined_source(yutil - all_network.cpp - ${CMAKE_SOURCE_DIR}/util/network/address.cpp - ${CMAKE_SOURCE_DIR}/util/network/endpoint.cpp - ${CMAKE_SOURCE_DIR}/util/network/hostip.cpp - ${CMAKE_SOURCE_DIR}/util/network/init.cpp - ${CMAKE_SOURCE_DIR}/util/network/interface.cpp - ${CMAKE_SOURCE_DIR}/util/network/iovec.cpp - ${CMAKE_SOURCE_DIR}/util/network/ip.cpp - ${CMAKE_SOURCE_DIR}/util/network/nonblock.cpp - ${CMAKE_SOURCE_DIR}/util/network/pair.cpp - ${CMAKE_SOURCE_DIR}/util/network/poller.cpp - ${CMAKE_SOURCE_DIR}/util/network/pollerimpl.cpp - ${CMAKE_SOURCE_DIR}/util/network/sock.cpp - ${CMAKE_SOURCE_DIR}/util/network/socket.cpp -) -target_joined_source(yutil - all_random.cpp - ${CMAKE_SOURCE_DIR}/util/random/common_ops.cpp - ${CMAKE_SOURCE_DIR}/util/random/easy.cpp - ${CMAKE_SOURCE_DIR}/util/random/entropy.cpp - ${CMAKE_SOURCE_DIR}/util/random/fast.cpp - ${CMAKE_SOURCE_DIR}/util/random/lcg_engine.cpp - ${CMAKE_SOURCE_DIR}/util/random/mersenne32.cpp - ${CMAKE_SOURCE_DIR}/util/random/mersenne64.cpp - ${CMAKE_SOURCE_DIR}/util/random/mersenne.cpp - ${CMAKE_SOURCE_DIR}/util/random/normal.cpp - ${CMAKE_SOURCE_DIR}/util/random/shuffle.cpp - ${CMAKE_SOURCE_DIR}/util/random/init_atfork.cpp -) -target_joined_source(yutil - all_stream.cpp - ${CMAKE_SOURCE_DIR}/util/stream/aligned.cpp - ${CMAKE_SOURCE_DIR}/util/stream/buffer.cpp - ${CMAKE_SOURCE_DIR}/util/stream/buffered.cpp - ${CMAKE_SOURCE_DIR}/util/stream/debug.cpp - ${CMAKE_SOURCE_DIR}/util/stream/direct_io.cpp - ${CMAKE_SOURCE_DIR}/util/stream/file.cpp - ${CMAKE_SOURCE_DIR}/util/stream/format.cpp - ${CMAKE_SOURCE_DIR}/util/stream/fwd.cpp - ${CMAKE_SOURCE_DIR}/util/stream/hex.cpp - ${CMAKE_SOURCE_DIR}/util/stream/holder.cpp - ${CMAKE_SOURCE_DIR}/util/stream/input.cpp - ${CMAKE_SOURCE_DIR}/util/stream/labeled.cpp - ${CMAKE_SOURCE_DIR}/util/stream/length.cpp - ${CMAKE_SOURCE_DIR}/util/stream/mem.cpp - ${CMAKE_SOURCE_DIR}/util/stream/multi.cpp - ${CMAKE_SOURCE_DIR}/util/stream/null.cpp - ${CMAKE_SOURCE_DIR}/util/stream/output.cpp - ${CMAKE_SOURCE_DIR}/util/stream/pipe.cpp - ${CMAKE_SOURCE_DIR}/util/stream/printf.cpp - ${CMAKE_SOURCE_DIR}/util/stream/str.cpp - ${CMAKE_SOURCE_DIR}/util/stream/tee.cpp - ${CMAKE_SOURCE_DIR}/util/stream/tempbuf.cpp - ${CMAKE_SOURCE_DIR}/util/stream/tokenizer.cpp - ${CMAKE_SOURCE_DIR}/util/stream/trace.cpp - ${CMAKE_SOURCE_DIR}/util/stream/walk.cpp - ${CMAKE_SOURCE_DIR}/util/stream/zerocopy.cpp - ${CMAKE_SOURCE_DIR}/util/stream/zerocopy_output.cpp - ${CMAKE_SOURCE_DIR}/util/stream/zlib.cpp -) -target_joined_source(yutil - all_string.cpp - ${CMAKE_SOURCE_DIR}/util/string/ascii.cpp - ${CMAKE_SOURCE_DIR}/util/string/builder.cpp - ${CMAKE_SOURCE_DIR}/util/string/cstriter.cpp - ${CMAKE_SOURCE_DIR}/util/string/escape.cpp - ${CMAKE_SOURCE_DIR}/util/string/hex.cpp - ${CMAKE_SOURCE_DIR}/util/string/join.cpp - ${CMAKE_SOURCE_DIR}/util/string/printf.cpp - ${CMAKE_SOURCE_DIR}/util/string/reverse.cpp - ${CMAKE_SOURCE_DIR}/util/string/split.cpp - ${CMAKE_SOURCE_DIR}/util/string/strip.cpp - ${CMAKE_SOURCE_DIR}/util/string/strspn.cpp - ${CMAKE_SOURCE_DIR}/util/string/subst.cpp - ${CMAKE_SOURCE_DIR}/util/string/type.cpp - ${CMAKE_SOURCE_DIR}/util/string/util.cpp - ${CMAKE_SOURCE_DIR}/util/string/vector.cpp -) -target_joined_source(yutil - all_system_1.cpp - ${CMAKE_SOURCE_DIR}/util/system/atexit.cpp - ${CMAKE_SOURCE_DIR}/util/system/backtrace.cpp - ${CMAKE_SOURCE_DIR}/util/system/compat.cpp - ${CMAKE_SOURCE_DIR}/util/system/condvar.cpp - ${CMAKE_SOURCE_DIR}/util/system/context.cpp - ${CMAKE_SOURCE_DIR}/util/system/daemon.cpp - ${CMAKE_SOURCE_DIR}/util/system/datetime.cpp - ${CMAKE_SOURCE_DIR}/util/system/defaults.c - ${CMAKE_SOURCE_DIR}/util/system/direct_io.cpp - ${CMAKE_SOURCE_DIR}/util/system/dynlib.cpp - ${CMAKE_SOURCE_DIR}/util/system/env.cpp - ${CMAKE_SOURCE_DIR}/util/system/error.cpp - ${CMAKE_SOURCE_DIR}/util/system/event.cpp - ${CMAKE_SOURCE_DIR}/util/system/execpath.cpp - ${CMAKE_SOURCE_DIR}/util/system/fasttime.cpp - ${CMAKE_SOURCE_DIR}/util/system/file.cpp - ${CMAKE_SOURCE_DIR}/util/system/file_lock.cpp - ${CMAKE_SOURCE_DIR}/util/system/filemap.cpp - ${CMAKE_SOURCE_DIR}/util/system/flock.cpp - ${CMAKE_SOURCE_DIR}/util/system/fs.cpp - ${CMAKE_SOURCE_DIR}/util/system/fstat.cpp - ${CMAKE_SOURCE_DIR}/util/system/getpid.cpp - ${CMAKE_SOURCE_DIR}/util/system/hi_lo.cpp - ${CMAKE_SOURCE_DIR}/util/system/hostname.cpp - ${CMAKE_SOURCE_DIR}/util/system/hp_timer.cpp - ${CMAKE_SOURCE_DIR}/util/system/info.cpp -) -target_joined_source(yutil - all_system_2.cpp - ${CMAKE_SOURCE_DIR}/util/system/align.cpp - ${CMAKE_SOURCE_DIR}/util/system/byteorder.cpp - ${CMAKE_SOURCE_DIR}/util/system/cpu_id.cpp - ${CMAKE_SOURCE_DIR}/util/system/fhandle.cpp - ${CMAKE_SOURCE_DIR}/util/system/guard.cpp - ${CMAKE_SOURCE_DIR}/util/system/interrupt_signals.cpp - ${CMAKE_SOURCE_DIR}/util/system/madvise.cpp - ${CMAKE_SOURCE_DIR}/util/system/maxlen.cpp - ${CMAKE_SOURCE_DIR}/util/system/mem_info.cpp - ${CMAKE_SOURCE_DIR}/util/system/mincore.cpp - ${CMAKE_SOURCE_DIR}/util/system/mktemp.cpp - ${CMAKE_SOURCE_DIR}/util/system/mlock.cpp - ${CMAKE_SOURCE_DIR}/util/system/mutex.cpp - ${CMAKE_SOURCE_DIR}/util/system/nice.cpp - ${CMAKE_SOURCE_DIR}/util/system/pipe.cpp - ${CMAKE_SOURCE_DIR}/util/system/platform.cpp - ${CMAKE_SOURCE_DIR}/util/system/progname.cpp - ${CMAKE_SOURCE_DIR}/util/system/protect.cpp - ${CMAKE_SOURCE_DIR}/util/system/rusage.cpp - ${CMAKE_SOURCE_DIR}/util/system/rwlock.cpp - ${CMAKE_SOURCE_DIR}/util/system/sanitizers.cpp - ${CMAKE_SOURCE_DIR}/util/system/sem.cpp - ${CMAKE_SOURCE_DIR}/util/system/shellcommand.cpp - ${CMAKE_SOURCE_DIR}/util/system/shmat.cpp - ${CMAKE_SOURCE_DIR}/util/system/sigset.cpp - ${CMAKE_SOURCE_DIR}/util/system/spinlock.cpp - ${CMAKE_SOURCE_DIR}/util/system/spin_wait.cpp - ${CMAKE_SOURCE_DIR}/util/system/src_location.cpp - ${CMAKE_SOURCE_DIR}/util/system/sys_alloc.cpp - ${CMAKE_SOURCE_DIR}/util/system/sysstat.cpp - ${CMAKE_SOURCE_DIR}/util/system/tempfile.cpp - ${CMAKE_SOURCE_DIR}/util/system/thread.cpp - ${CMAKE_SOURCE_DIR}/util/system/tls.cpp - ${CMAKE_SOURCE_DIR}/util/system/types.cpp - ${CMAKE_SOURCE_DIR}/util/system/type_name.cpp - ${CMAKE_SOURCE_DIR}/util/system/unaligned_mem.cpp - ${CMAKE_SOURCE_DIR}/util/system/user.cpp - ${CMAKE_SOURCE_DIR}/util/system/utime.cpp - ${CMAKE_SOURCE_DIR}/util/system/yassert.cpp - ${CMAKE_SOURCE_DIR}/util/system/yield.cpp -) -target_joined_source(yutil - all_thread.cpp - ${CMAKE_SOURCE_DIR}/util/thread/factory.cpp - ${CMAKE_SOURCE_DIR}/util/thread/fwd.cpp - ${CMAKE_SOURCE_DIR}/util/thread/lfqueue.cpp - ${CMAKE_SOURCE_DIR}/util/thread/lfstack.cpp - ${CMAKE_SOURCE_DIR}/util/thread/pool.cpp - ${CMAKE_SOURCE_DIR}/util/thread/singleton.cpp -) -target_ragel_lexers(yutil - PRIVATE - ${CMAKE_SOURCE_DIR}/util/datetime/parser.rl6 - -CT0 -) diff --git a/util/charset/CMakeLists.darwin-x86_64.txt b/util/charset/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index b63f9cf0470..00000000000 --- a/util/charset/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(util-charset) -target_link_libraries(util-charset PUBLIC - contrib-libs-cxxsupp -) -target_joined_source(util-charset - all_charset.cpp - ${CMAKE_SOURCE_DIR}/util/charset/generated/unidata.cpp - ${CMAKE_SOURCE_DIR}/util/charset/recode_result.cpp - ${CMAKE_SOURCE_DIR}/util/charset/unicode_table.cpp - ${CMAKE_SOURCE_DIR}/util/charset/unidata.cpp - ${CMAKE_SOURCE_DIR}/util/charset/utf8.cpp - ${CMAKE_SOURCE_DIR}/util/charset/wide.cpp -) -target_sources_custom(util-charset - .sse41 - SRCS - ${CMAKE_SOURCE_DIR}/util/charset/wide_sse41.cpp - CUSTOM_FLAGS - -msse4.1 -) diff --git a/util/charset/CMakeLists.linux-aarch64.txt b/util/charset/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 59efb17a2c9..00000000000 --- a/util/charset/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(util-charset) -target_link_libraries(util-charset PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp -) -target_sources(util-charset PRIVATE - ${CMAKE_SOURCE_DIR}/util/charset/wide_sse41.cpp -) -set_property( - SOURCE - ${CMAKE_SOURCE_DIR}/util/charset/wide_sse41.cpp - APPEND - PROPERTY - COMPILE_OPTIONS - -DSSE41_STUB -) -target_joined_source(util-charset - all_charset.cpp - ${CMAKE_SOURCE_DIR}/util/charset/generated/unidata.cpp - ${CMAKE_SOURCE_DIR}/util/charset/recode_result.cpp - ${CMAKE_SOURCE_DIR}/util/charset/unicode_table.cpp - ${CMAKE_SOURCE_DIR}/util/charset/unidata.cpp - ${CMAKE_SOURCE_DIR}/util/charset/utf8.cpp - ${CMAKE_SOURCE_DIR}/util/charset/wide.cpp -) diff --git a/util/charset/CMakeLists.linux-x86_64.txt b/util/charset/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 79398a4034f..00000000000 --- a/util/charset/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(util-charset) -target_link_libraries(util-charset PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp -) -target_joined_source(util-charset - all_charset.cpp - ${CMAKE_SOURCE_DIR}/util/charset/generated/unidata.cpp - ${CMAKE_SOURCE_DIR}/util/charset/recode_result.cpp - ${CMAKE_SOURCE_DIR}/util/charset/unicode_table.cpp - ${CMAKE_SOURCE_DIR}/util/charset/unidata.cpp - ${CMAKE_SOURCE_DIR}/util/charset/utf8.cpp - ${CMAKE_SOURCE_DIR}/util/charset/wide.cpp -) -target_sources_custom(util-charset - .sse41 - SRCS - ${CMAKE_SOURCE_DIR}/util/charset/wide_sse41.cpp - CUSTOM_FLAGS - -msse4.1 -) diff --git a/util/charset/CMakeLists.txt b/util/charset/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/util/charset/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/util/charset/CMakeLists.windows-x86_64.txt b/util/charset/CMakeLists.windows-x86_64.txt deleted file mode 100644 index b63f9cf0470..00000000000 --- a/util/charset/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(util-charset) -target_link_libraries(util-charset PUBLIC - contrib-libs-cxxsupp -) -target_joined_source(util-charset - all_charset.cpp - ${CMAKE_SOURCE_DIR}/util/charset/generated/unidata.cpp - ${CMAKE_SOURCE_DIR}/util/charset/recode_result.cpp - ${CMAKE_SOURCE_DIR}/util/charset/unicode_table.cpp - ${CMAKE_SOURCE_DIR}/util/charset/unidata.cpp - ${CMAKE_SOURCE_DIR}/util/charset/utf8.cpp - ${CMAKE_SOURCE_DIR}/util/charset/wide.cpp -) -target_sources_custom(util-charset - .sse41 - SRCS - ${CMAKE_SOURCE_DIR}/util/charset/wide_sse41.cpp - CUSTOM_FLAGS - -msse4.1 -) diff --git a/util/draft/CMakeLists.darwin-x86_64.txt b/util/draft/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 08f23dc3942..00000000000 --- a/util/draft/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(util-draft) -target_link_libraries(util-draft PUBLIC - contrib-libs-cxxsupp -) -target_sources(util-draft PRIVATE - ${CMAKE_SOURCE_DIR}/util/draft/date.cpp - ${CMAKE_SOURCE_DIR}/util/draft/datetime.cpp - ${CMAKE_SOURCE_DIR}/util/draft/enum.cpp - ${CMAKE_SOURCE_DIR}/util/draft/holder_vector.cpp - ${CMAKE_SOURCE_DIR}/util/draft/ip.cpp - ${CMAKE_SOURCE_DIR}/util/draft/matrix.cpp - ${CMAKE_SOURCE_DIR}/util/draft/memory.cpp -) diff --git a/util/draft/CMakeLists.linux-aarch64.txt b/util/draft/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 7447144d610..00000000000 --- a/util/draft/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(util-draft) -target_link_libraries(util-draft PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp -) -target_sources(util-draft PRIVATE - ${CMAKE_SOURCE_DIR}/util/draft/date.cpp - ${CMAKE_SOURCE_DIR}/util/draft/datetime.cpp - ${CMAKE_SOURCE_DIR}/util/draft/enum.cpp - ${CMAKE_SOURCE_DIR}/util/draft/holder_vector.cpp - ${CMAKE_SOURCE_DIR}/util/draft/ip.cpp - ${CMAKE_SOURCE_DIR}/util/draft/matrix.cpp - ${CMAKE_SOURCE_DIR}/util/draft/memory.cpp -) diff --git a/util/draft/CMakeLists.linux-x86_64.txt b/util/draft/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 7447144d610..00000000000 --- a/util/draft/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(util-draft) -target_link_libraries(util-draft PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp -) -target_sources(util-draft PRIVATE - ${CMAKE_SOURCE_DIR}/util/draft/date.cpp - ${CMAKE_SOURCE_DIR}/util/draft/datetime.cpp - ${CMAKE_SOURCE_DIR}/util/draft/enum.cpp - ${CMAKE_SOURCE_DIR}/util/draft/holder_vector.cpp - ${CMAKE_SOURCE_DIR}/util/draft/ip.cpp - ${CMAKE_SOURCE_DIR}/util/draft/matrix.cpp - ${CMAKE_SOURCE_DIR}/util/draft/memory.cpp -) diff --git a/util/draft/CMakeLists.txt b/util/draft/CMakeLists.txt deleted file mode 100644 index 43b1a6b00e8..00000000000 --- a/util/draft/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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/util/draft/CMakeLists.windows-x86_64.txt b/util/draft/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 08f23dc3942..00000000000 --- a/util/draft/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(util-draft) -target_link_libraries(util-draft PUBLIC - contrib-libs-cxxsupp -) -target_sources(util-draft PRIVATE - ${CMAKE_SOURCE_DIR}/util/draft/date.cpp - ${CMAKE_SOURCE_DIR}/util/draft/datetime.cpp - ${CMAKE_SOURCE_DIR}/util/draft/enum.cpp - ${CMAKE_SOURCE_DIR}/util/draft/holder_vector.cpp - ${CMAKE_SOURCE_DIR}/util/draft/ip.cpp - ${CMAKE_SOURCE_DIR}/util/draft/matrix.cpp - ${CMAKE_SOURCE_DIR}/util/draft/memory.cpp -)